/*
Theme Name: GeneratePress Child
Theme URI: http://example.com/generatepress-child/
Description: Child theme for the GeneratePress theme
Author: Jouw naam
Author URI: http://example.com
Template: generatepress
Version: 1.0.0
Text Domain: generatepress-child
*/

<style>
    .storingen-kaart {
	   box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
		transition: 0.3s;
		margin-bottom: 20px;
		padding: 20px;
		border-radius: 15px; /* Maak hoeken ronder */
		background-color: #e22525; /* Standaard achtergrond */ 
	}
	.storingen-kaart h4 {
		margin-bottom:0px;
		padding: 5px 5px 5px 5px;
		font-size: 14px;
	}
	.storingen-kaart p {
		margin-bottom:5px;
		padding: 5px 5px 5px 5px;
		font-size: 12px;		
	}	
    .storingen-kaart:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }
    .licht-rood {
        background-color: #ffe7e7; /* Lichtrode achtergrond */
		margin-bottom: 20px;
    }
	
	.curve_chart {

		
	}
</style>

