.or-container {
    align-items: center;
    color: #ccc;
    display: flex;
    margin: 25px 0;
}

.line-separator {
    background-color: #ccc;
    flex-grow: 5;
    height: 1px;
}

@media (max-width: 576px) {
    .top-end-20-mobile {
        top: 20% !important;
        right: 20% !important;
        transform: translate(0, 0) !important;
        left: auto !important;
    }
}

.or-label {
    flex-grow: 1;
    margin: 0 15px;
    text-align: center;
}

.backup {
    transition: opacity 0.5s ease-in-out;
}

.backup.hidden {
    opacity: 0;
    pointer-events: none;
}

.ExpertContent {
  filter: blur(8px);
  transition: filter 0.5s ease;  
}

.ExpertContent.unblurred {
  filter: blur(0px);
}

.rest1, .rest2, .backup, .zelfconsumptie {
    text-align: center;
    overflow: hidden;
}

.battery {
    position: relative;
    width: 100%;
    height: 200px;
    border: 10px solid #e433c6;
    border-radius: 10px;        
    display: flex;
    background: #eee;
}

.battery-level {
    position: absolute;
    height: 100%;
    transition: width 0.8s ease-in-out, left 0.8s ease-in-out;
}

.battery_info {
    padding: 3px 5px;
    display: inline-block;
    border-radius: 4px;
    margin-top: 66px;
    font-size: 0.6rem;
    background: #4F1254 !important;
}

.battery:after {
    content: '';
    height: 50px;
    width: 18px;
    background: #e433c6;
    display: block;
    position: absolute;
    top: 68px;
    right: -20px;
    border-radius: 4px 4px 4px 0;
}

.battery:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid #e433c6;
    border-radius: 2px;
}

@media (max-width: 1024px) {
	.battery {
	    height: 100px;
	}
	.battery_info {
	    margin-top: 30px;
		padding: 2px 3px;
	}
    .battery:after {
        height: 40px;
        width: 18px;
        top: 20px;
        right: -20px;
    }		
}

i.verybigicon {
    font-size: 150px;
    color: #9b2476;
}

.lijnpaars {
    border-top: 2px dotted #9B2576; /* Zwarte gestippelde lijn */
    width: 100%;
}


/* Algemene styling voor de stroomdiagram-container */
.stroomschema {
    position: relative;
    width: 100%; /* Past zich aan de parent container aan */
    max-width: 900px; /* Maximale breedte, aanpassen indien nodig */
    margin: 0 auto;
}

/* Zorg ervoor dat de afbeelding goed schaalt */
.stroomschema img {
    width: 100%;
    height: auto;
}

/* Basis styling voor data-items */
.dataitem {
    position: absolute;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.7);
    padding: 4px 8px;    
    color: #000;    
    border-radius: 4px;
    white-space: nowrap; /* Voorkomt afbreken van tekst */
}

.energyflow {
	position: relative;
	width: 100%;
	height: auto;
}

.energyflow svg {
	width: 100%;
	height: auto;
	display: block;
	/* Voorkomt extra witruimte */
}

.itemcontainer {
	background: #000;
	color: #fff;
	position: absolute;
	font-size: 1rem;
}

.solarcontainer {
	width: 140px;
	height: 60px;
	top: 42%;
	left: 0%;
	color: #fff !important;
	border: 2px solid #ff9800;
	transform: translateY(-50%);
}

.bg-green { background: #3cbc04; }
.bg-blue { background: #488fc2; }
.bg-orange { background: #ff9800; }


.gridcontainer {
	width: 60px;
	height: 140px;
	top: 52%;
	right: 0%;
	border: 2px solid #488fc2;
	color: #fff !important;
	transform: translateY(-50%);
}

.homecontainer {
	width: 140px;
	height: 60px;
	top: 0;
	left: 43.3%;
	color: #fff !important;
	border: 2px solid #E433C6;
	transform: translateX(-50%);
}

.batterycontainer {
	width: 140px;
	height: 60px;
	bottom: 0%;
	left: 39.5%;
	color: #fff !important;
	border: 2px solid #3cbc04;
	transform: translateX(-50%);
}

.energyflow line,
.energyflow path,
.energyflow polyline {
	fill: none;
	stroke: #f4ed0c;
	stroke-miterlimit: 10;
	stroke-width: 3px;
}

.energyflow .solarline {
	stroke: #ff9800;
}

.energyflow .netline {
	stroke: #488fc2;
}

.energyflow .batteryline {
	stroke: #3cbc04;
}

.energyflow .linecircle {
	stroke-width: 6;
}

.energyflow .linecirclesolar {
	fill: #ff9800;
	stroke: #ff9800;
}

.energyflow .linecirclebattery {
	fill: #3cbc04;
	stroke: #3cbc04;
}

.energyflow .linecirclenet {
	fill: #488fc2;
	stroke: #488fc2;
}

.energyflow .circle {
	font-size: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

/* Zonnepanelen */
#panelen-titel {
	top: 51%;
	left: 5%;
	font-weight: bold;
}

#panelen-invoer {
	top: 39%;
	left: 20%;
}

#panelen-naar-batterij {
	top: 68%;
	left: 34%;
}

#panelen-naar-huis {
	top: 17%;
	left: 37.5%;
}

#panelen-naar-net {
    top: 39%;
    left: 78%;
}

/* Elektriciteitsnet */
#net-titel {
	top: 58%;
	left: 83%;
	font-weight: bold;
}

#net-naar-batterij {
	top: 68%;
	left: 38.2%;
}

#net-start {
	top: 49.2%;
	left: 78%;
}

#net-naar-huis {
    top: 17%;
    left: 46%;
}

/* Huis */
#huis-titel {
	top: 8%;
	left: 36%;
	font-weight: bold;
}

#huis-in-totaal {
	top: 16%;
	left: 48%;
}

#huis-details {
    top: 0%;
    left: 49.7%;
    background: rgba(255, 255, 255, 0.9);
    padding: 6px;
}

/* Accu */
#batterij-titel {
	top: 87%;
	left: 30%;
	font-weight: bold;
}

#batterij-naar-huis {
    top: 25%;
    left: 41.8%;
}

#batterij-naar-net {
    top: 61.3%;
    left: 78%;
}

#batterij-uit-totaal {
	top: 68%;
	left: 41.7%;
}

#batterij-in-totaal {
	top: 72%;
	left: 37%;
}

#batterij-capaciteit {
	top: 87%;
	left: 39%;
}

#batterij-details {
    bottom: 1%;
    left: 47%;
    background: rgba(255, 255, 255, 0.9);
    padding: 6px;
}

.datadetails {
	font-size: 0.8rem;
	line-height: 16px;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
	
@media (max-width: 1024px) {
    .dataitem {
        font-size: 0.8rem;
        padding: 3px 6px;
    }
	.datadetails {
		font-size: 0.7rem;
	}     
	.homecontainer, .batterycontainer, .solarcontainer {
		width: 100px;
		height: 40px;
		font-size: 0.9rem;
	}
}

#openFilters {
    position: fixed;
    bottom: 10px;
    right: 10px;
    left: 10px;
    max-width: calc(100% - 20px); /* Houdt rekening met de margin */
}

@media (max-width: 768px) {

	.energyflow .circle {
		font-size: 0.8rem;
	}	

	.homecontainer, .batterycontainer, .solarcontainer {
		width: 60px;
		font-size: 0.6rem;
		height: 26px;
	}
	.gridcontainer {
		width: 26px;
		height: 60px;
	}	

    .dataitem {
        font-size: 0.7rem;
        padding: 2px 4px;
    }
    
	.datadetails {
		font-size: 0.6rem;
	}    

	.linecircle {
		stroke-width: 6;
	}

	.circle {
		font-size: 1rem;
		border-width: 2px;
	}

	.energyflow {
		padding: 20px;
	}

	
	.datadetails {
		display:none;
	}
	
	#net-naar-huis {
	    left: 49%;
	}
	#panelen-naar-huis {
	    left: 34%;
	}	
	#batterij-naar-huis {
	    left: 41.2%;
	}
	
	#panelen-naar-net {
	    top: 31%;
	}
	
	#net-start {
	    top: 47%;
	}	
	
	#batterij-naar-net {
	    top: 63%;
	}
	
	#panelen-naar-batterij {
	    left: 30%;
	}					

	#batterij-uit-totaal {
	    left: 45%;
	}
	
	#net-naar-batterij {
	    top: 68%;
	    left: 39%;
	}	

}

@media (max-width: 480px) {
	.datadetails {
		font-size: 0.6rem;
	}    
    .dataitem {
        font-size: 0.6rem;
        padding: 2px 3px;
    }

}

.pagesection:nth-child(odd) {
    background-color: #f9f9f9; /* Lichtgrijs voor oneven secties */
}

.pagesection:nth-child(even) {
    background-color: #f9f9f9; /* Wit voor even secties */
}

.faqsection:nth-child(odd) {
    background-color: #f9f9f9; /* Lichtgrijs voor oneven secties */
}

.faqsection:nth-child(even) {
    background-color: #9b257624; /* Wit voor even secties */
}

@font-face {
  font-family: 'Lora-Bold';
  src: url('/assets/fonts/lora/Lora-Bold.woff2') format('woff2'),
       url('/assets/fonts/lora/Lora-Bold.woff') format('woff'),
       url('/assets/fonts/lora/Lora-Bold.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}

@font-face {
  font-family: 'Lora-MediumItalic';
  src: url('/assets/fonts/lora/Lora-MediumItalic.woff2') format('woff2'),
       url('/assets/fonts/lora/Lora-MediumItalic.woff') format('woff'),
       url('/assets/fonts/lora/Lora-MediumItalic.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: italic;
}

@font-face {
  font-family: 'Lora-Medium';
  src: url('/assets/fonts/lora/Lora-Medium.woff2') format('woff2'),
       url('/assets/fonts/lora/Lora-Medium.woff') format('woff'),
       url('/assets/fonts/lora/Lora-Medium.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}

html { 	height: 100%; margin: 0; }

.filter-sidebar {
    display: none;
}
@media (min-width: 768px) {
    .filter-sidebar {
        display: block;
    }
    .filter-btn {
        display: none;
    }
}
.filter-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.page-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh; 
}

.content {
	flex-grow: 1; 
}

body {
    font-family: "Lora-Medium", "Open Sans", sans-serif;
    color: #290546;
    min-height: 100vh;
    margin: 0;
    background: #fffefe;
    position: relative;
}

body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/img/batterij-paars.png) no-repeat center center;
    background-size: cover;
    opacity: 0.02; 
    z-index: -1;
}

.ui-slider-range { 
    background-color: #E433C6 !important; 
}

.ui-slider-handle { 
    background-color: #4F1254 !important; 
    border: 0px solid #E433C6 !important; 
}
.ui-widget-content { background: #e9e9e9 !important;}
.ui-widget.ui-widget-content { border: 1px solid #f4f4f4 !important; }

.bg-donkerpaars { background: #290546 !important;}
.bg-paars { background: #4F1254 !important;}
.bg-lichtpaars { background: #9B2576 !important;}
.bg-heellichtpaars { background: #f2e0eb !important;}
.bg-pink { background: #E433C6 !important;}

.text-donkerpaars { color: #290546 !important;}
.text-paars { color: #4F1254 !important;}
.text-lichtpaars { color: #9B2576 !important;}
.text-pink { color: #E433C6 !important;}

.btn-paars { 
	background: #4F1254;
	color: #fff;
}
.btn-paars:hover { 
	background: #d21798;
	color: #fff;
}

.btn-lichtpaars { 
	background: #9B2576;
	color: #fff;
}
.btn-lichtpaars:hover { 
	background: #E433C6;
	color: #fff;
}

.btn-pink { 
	background: #E433C6;
	color: #fff;
}
.btn-pink:hover { 
	background: #c917ab;
	color: #fff;
}

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
	background: #E433C6;
	color: #fff;
	border-color: #E433C6;
}

.btn-pink:disabled {
    background-color: #ccc; /* Grijze achtergrond */
    color: #6c757d; /* Gedempte tekstkleur */
    cursor: not-allowed; /* Niet-klikbare cursor */
    border-color: #adb5bd; /* Gedempte randkleur */
    opacity: 0.65; /* Transparanter */
}

.btn-text:hover {
	text-decoration: underline;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1.1;
}

a {
  color: #002544;
  text-decoration: none;
}

a:hover {
  color: #E433C6;
  text-decoration: none;
}

.footer a { text-decoration: underline; }
.footer a:hover { color: #E433C6; }

a.underline {
	text-decoration: underline;
}
a.nounderline {
	text-decoration: none;
}

b, strong, .fw-bold {
    font-family: "Lora-bold","Open Sans",sans-serif;
}

.profile img {
    width: 80px; /* Breedte van de profielfoto */
    height: 80px; /* Hoogte van de profielfoto */
    border-radius: 50%; /* Maak afbeelding rond */
    object-fit: cover; /* Zorg ervoor dat de afbeelding netjes binnen het kader past */
}


ul.rapportdetails {
    padding: 0px;
}
.rapportdetails li {
    list-style: none;
    position: relative;
    line-height: 1.6rem;
    font-size: 14px;
    color: #4f1254;
    padding-left: 30px; 
}
.rapportdetails li::before {
	font-family: "Font Awesome 6 Pro"; 
	content: "\e302";
	font-weight: 900; 
	font-size: 1.1rem;
	position: absolute; 
	left: 0;
	color: #9B2576; 
}

.rapportdetails li.home::before {
	content: "\f015";
}

.rapportdetails li.family::before {
	content: "\e300";
}

.rapportdetails li.batteryicon::before {
	content: "\f241";
}

.rapportdetails li.none::before {
	content: "\f00d";
}

.rapportdetails li.sun::before {
	content: "\f185";
}

.rapportdetails li.electricity::before {
	content: "\f0e7";
}

.rapportdetails li.solarpanel::before {
	content: "\f5ba";
}

.rapportdetails li.orientation::before {
	content: "\e63a";
}

.rapportdetails li.car::before {
	content: "\f1b9";
}

.rapportdetails li.cooking::before {
	content: "\e01d";
}

.rapportdetails li.dak::before {
	content: "\e537";
}

ul.usps,ul.payblock {
    padding: 0px;
}
.usps li,.payblock li {
  list-style: none; 
  position: relative;
  line-height: 2rem;
  padding-left: 30px;  
}

.usps li::before {
	font-family: "Font Awesome 6 Pro"; 
	content: "\f058";
	font-weight: 900; 
	font-size: 1.4rem;
	position: absolute; 
	left: 0;
	color: #E433C6; 
}

.payblock li.check::before {
	font-family: "Font Awesome 6 Pro"; 
	content: "\f00c";
	font-weight: 900; 
	font-size: 1.4rem;
	position: absolute; 
	left: 0;
	color: green; 
}
.payblock li.nocheck::before {
	font-family: "Font Awesome 6 Pro"; 
	content: "\e59b";
	font-weight: 900; 
	font-size: 1.4rem;
	position: absolute; 
	left: 0;
	color: red; 
}


.uspsdetail li { font-size: 1.25rem;}
.chat-bubble {
    width: 75%;
}

.chat-visitor {
    align-self: flex-start;
}
.chat-admin {
    align-self: flex-end;
}
.chat-timestamp {
    font-size: 0.8rem;
    text-align: right;
}