.soc-heatmap td,
.soc-heatmap th {
    border: 1px solid #eee;
}

.soc-heatmap-wrapper::-webkit-scrollbar {
    height: 8px;
}

.soc-heatmap-wrapper::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.homeherobg {
    background-image: url(/assets/img/jeroen-blij.png);
    background-repeat: no-repeat;
    background-position: right 5% top -1%;
    background-size: 30%;
    min-height: 400px;
}

.divider-shadow {
    height: 4px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.08);
}

.modal-body a {
    text-decoration: underline !important;
}

.valid-icon {
    position: absolute;
    right: 10px;
    top: 38px; 
    font-size: 1.2rem;
}

#energyTabs button {
    font-size: 0.9rem;
    white-space: nowrap;
}

#energyTabs .tab-btn.active {
    color: #0D1B2A !important; /* donkere tekst zoals jouw ontwerp */
}

.border-radius-top img {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

/* Alleen tonen vanaf md-breakpoint */
@media (max-width: 767.98px) {
    .homeherobg {
        background-image: none;
    }
}


@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;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
}

html { height: 100%; }

body {
	font-family: "Lora-Medium", "Open Sans", sans-serif;
	color: #173955;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
	margin: 0;
	background: #FFFBE3;
}

@keyframes iconfloatY {
  0%   { transform: translateY(0); }
  20%  { transform: translateY(0); }

  /* langzaam omhoog */
  40%  { transform: translateY(-6px); }

  /* helemaal omlaag */
  70%  { transform: translateY(6px); }

  /* weer omhoog naar neutraal */
  100% { transform: translateY(0); }
}

.iconupdown {
  display:inline-block;
  animation: iconfloatY 3s ease-in-out infinite;
}

.content-clean {
	flex: 1;
}
.footer-clean {
	flex-shrink: 0;
}

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

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

a.underline,h3 a,.underline,.text-underine {
	text-decoration: underline;
}
a.nounderline, .nounderline {
	text-decoration: none !important;
}
a.nounderline:hover, .nounderline:hover {
	text-decoration: underline !important;
}

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

.accordion-button::after {
    filter: brightness(0) invert(1);
}

.dashboardicon-bg {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
} 

.battery {
    border: 4px solid #333;
    width: 100px;
    height: 200px;
    padding: 2px;
    border-radius: 3px;
    position: relative;
    margin: 15px 0;
}
.battery:before {
    content: '';
    height: 8px;
    width: 29px;
    background: #333;
    display: block;
    position: absolute;
    top: -12px;
    left: 30px;
    border-radius: 4px 4px 0 0;
}
 .battery:after {
	 content: '';
	 display: block;
	 position: absolute;
	 top: -1px;
	 left: -1px;
	 right: -1px;
	 bottom: -1px;
	 border: 1px solid #fff;
	 border-radius: 2px;
}
 .battery-level {
	 background: #30b455;
	 position: absolute;
	 bottom: 0px;
	 left: 0;
	 right: 0;
}
 .battery-level.warn {
	 background-color: #efaf13;
}
 .battery-level.batteryalert {
	 background-color: #e81309;
}
.battery-level.batteryalert:before {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cg%3E%3C%2Fg%3E%20%3Cpath%20fill%3D%22%23e81309%22%20d%3D%22M17.927%2012l2.68-10.28c0.040-0.126%200.060-0.261%200.060-0.4%200-0.726-0.587-1.32-1.314-1.32-0.413%200-0.78%200.187-1.019%200.487l-13.38%2017.353c-0.18%200.227-0.287%200.513-0.287%200.827%200%200.733%200.6%201.333%201.333%201.333h8.073l-2.68%2010.28c-0.041%200.127-0.060%200.261-0.060%200.4%200.001%200.727%200.587%201.32%201.314%201.32%200.413%200%200.78-0.186%201.020-0.487l13.379-17.353c0.181-0.227%200.287-0.513%200.287-0.827%200-0.733-0.6-1.333-1.333-1.333h-8.073z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
    background-size: 38px;
    height: 38px;
    width: 38px;
    margin: -101px 0 0 -17px;
    content: '';
    display: inline-block;
    position: absolute;
}
 
.custom-height {
	max-height: 300px;
}

.custom-img {
    height: 100%;  
    object-fit: contain;
}


.fixed-sidebar {
  position: fixed;
  z-index: 1000;
}

.rotate-180 {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

#openFilters {
    position: fixed;
    bottom: 10px;
    right: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
}

#filterSidebar {
  position: sticky; /* ipv fixed */
  top: 80px;        /* hoogte van je header */
  max-height: calc(100vh - 100px); 
  overflow-y: auto;
}

.zwembad-bg {
	background-image: linear-gradient(to right,rgba(0,37,68,1),rgba(0,0,139,0) 90%),url('/assets/img/duurzaam-zwembad-bouwkundig-achtergrond.jpg');
    background-size: cover;
    background-position: center;	
}

.blur {
  filter: blur(3px);
  user-select: none;
}

/* Overlay achter TOC */
#toc-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(6px);
    z-index: 999;
}

/* De TOC zelf */
#toc-sticky {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 80vh;
    overflow-y: auto;    
    border-radius: 12px;
    z-index: 1000;
    display: none;
    width: 100%;
}

/* Scrollbalk netjes */
#toc-sticky::-webkit-scrollbar {
    width: 8px;
}

#toc-sticky::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 4px;
}

/* TOC lijst */
#toc-sticky ul, #toc-inline ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

#toc-sticky li,
#toc-inline li {
    list-style: none;
    position: relative;
    padding-left: 1.5em;
}

#toc-sticky li::before,
#toc-inline li::before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0.2em;
    font-size: 0.85em;
}

#toc-sticky li a.active, #toc-sticky li a:hover, #toc-inline li a.active, #toc-inline li a:hover {
    font-weight: bold;
    color: green;
}

/* De knop onderin */
#toc-toggle-button {
    position: fixed;
    display: none;
    right: 60px;
    bottom: 10px;
    z-index: 99999;
    height: 40px;
    border-radius: 4px; 
    z-index: 1001;
    cursor: pointer;
}

.fw-normal {
	font-family: 'Lora-Medium' !important;
}

.sort-icon {
  opacity: 0.25;
  transition: opacity 0.2s ease;
}

.sort-AanbiedersTable.asc .fa-arrow-up,
.sort-AanbiedersTable.desc .fa-arrow-down {
  opacity: 1 !important;
}

.cursor-pointer {
  cursor: pointer;
}

.score {
	background: #DEEAD6;
}
 
.content-clean {
	margin-top: 80px;
}
 
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lora-medium", sans-serif;
  color: #002035; 
}

.h1, h1 {
	font-family: "Lora-bold", sans-serif;
	font-weight: 400;
}

.h2, h2 {
	font-family: "Lora-bold", sans-serif;
    font-weight: 400;
}

.h3, h3 {
    font-weight: 400;
}

.h4, h4 {
    font-weight: 400;
}

.h5, h5 {
    font-weight: 400;
} 

.text-small {
	font-size: 12px !important;
}

#navbar i {
    font-size: 20px;
}


.table { margin-bottom: 0px !important; }

.dropzone {
  border: 2px dashed #198754;
  border-radius: 10px;
  background: #f8faf9;
  cursor: pointer;
  position: relative;
  transition: background .2s, border-color .2s;
}

.dropzone.dragover {
  background: #e6f4ec;
  border-color: #145c32;
}

.dropzone .dz-input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.dropzone .dz-filename {
  font-weight: 600;
}

.text-groen { color: #2eba73; }
.text-blauw { color: #173955; }
.text-donkergroen { color: #82B956; }
.text-donkerblauw { color: #002035; }
.text-yellow { color: #FFFBE3; }

/*.btn { border: 0px; }*/

.bg-gray84 { background: #DEEAD6 !important; }
.bg-lichtgroen { background: #1ad57c5c !important; }
.bg-pastelgroen { background: #c4e9d1;}
.bg-groen { background-image: linear-gradient(to right, #22c55e, #16a34a) !important; }
.bg-blauw { background: #13537d !important; color: #fff; }
.bg-blauw a { color: #fff; text-decoration: underline;}
.bg-donkerblauw { background: #002544 !important;  }
.bg-heeldonkerblauw { background: #001d33 !important;  }
.bg-donkergroen { background: #006666 !important; color: #fff; }
.bg-gradient { background: linear-gradient(115deg, rgba(0,102,102,1) 65%, rgba(47,191,118,1) 100%) !important; color: #fff; }
.bg-gradient1 { background-image: linear-gradient(to right,#FFFBE3 0%,#DEEAD6 100%) !important; }
.bg-yellow, .bg-geel { background-image: linear-gradient(to right, #facc15, #eab308) !important; }

#navbar ul li ul li:hover {
	background-image: linear-gradient(to right, #fafafa, #f5f5f5);
	color: #13537d;
}

.border-pastelgroen {
	border:1px;
	border-color: #26b7a3 !important;
}

.bg-pastelgroen {
  background: #26b7a3;
}

.btn-pastelgroen {
  color: #fff;
  background-image: linear-gradient(to right, #26b7a3, #077d6c);
  border: none;
}

.btn-pastelgroen:hover,
.btn-pastelgroen:focus {
  background-image: linear-gradient(to right, #1f9e8c, #056458);
  color: #fff;
}

.btn-donkergroen {
  color: #fff;
  background-image: linear-gradient(to right, #007777, #006666);
  border: none;
}
.btn-donkergroen:hover,
.btn-donkergroen:focus {
  background-image: linear-gradient(to right, #006666, #004d4d);
  color: #fff;
}

.btn-donkerblauw,
.btn-donkerblauw.active {
  color: #fff;
  background-image: linear-gradient(to right, #001d33, #001627);
  border: none;
}

.btn-donkerblauw:hover,
.btn-donkerblauw:focus {
  background-image: linear-gradient(to right, #001627, #000f1b);
  color: #fff;
}

.btn-blauw, .btn-aanbieders-filter.active {
  color: #fff;
  background-image: linear-gradient(to right, #13537d, #0e3d5c);
  border: none;
}
.btn-blauw:hover,.btn-blauw:focus,.btn-aanbieders-filter:hover,.btn-aanbieders-filter:focus {
  background-image: linear-gradient(to right, #0e3d5c, #092a40);
  color: #fff;
}

.btn-outline-blauw {
  color: #0e3d5c;
  border: 1px solid #0e3d5c;
}
.btn-outline-blauw:hover {
    background: #0d3f5e1c;
}

.btn-aanbieders-filter {
  background-color: #fff;
  color: #0e3d5c;
  border: 0px;
}

.btn-groen,.btn-read-more {
  color: #fff;
  background-image: linear-gradient(to right, #22c55e, #16a34a);
  border: none;
}
.btn-groen:hover,.btn-groen:focus,.btn-read-more:focus,.btn-read-more:hover {
  background-image: linear-gradient(to right, #16a34a, #15803d);
  color: #fff;
}

.btn-danger {
  color: #fff;
  background-image: linear-gradient(to right, #ef4444, #b91c1c);
  border: none;
}
.btn-danger:hover,
.btn-danger:focus {
  background-image: linear-gradient(to right, #b91c1c, #7f1d1d);
  color: #fff;
}

.btn-info {
  color: #fff;
  background-image: linear-gradient(to right, #3b82f6, #1d4ed8);
  border: none;
}
.btn-info:hover,
.btn-info:focus {
  background-image: linear-gradient(to right, #1d4ed8, #1e40af);
  color: #fff;
}

.btn-warning {
  color: #fff;
  background-image: linear-gradient(to right, #f97316, #ea580c);
  border: none;
}
.btn-warning:hover,
.btn-warning:focus {
  background-image: linear-gradient(to right, #ea580c, #c2410c);
  color: #fff;
}

.btn-geel {
  color: #000;
  background-image: linear-gradient(to right, #fde047, #facc15);
  border: none;
}
.btn-geel:hover,
.btn-geel:focus {
  background-image: linear-gradient(to right, #facc15, #eab308);
  color: #000;
}

.btn-paars {
  color: #fff;
  background-image: linear-gradient(to right, #a855f7, #7e22ce);
  border: none;
}
.btn-paars:hover,
.btn-paars:focus {
  background-image: linear-gradient(to right, #7e22ce, #6b21a8);
  color: #fff;
}

.btn-grijs {
  color: #fff;
  background-image: linear-gradient(to right, #9ca3af, #4b5563);
  border: none;
}
.btn-grijs:hover,
.btn-grijs:focus {
  background-image: linear-gradient(to right, #4b5563, #374151);
  color: #fff;
}

.btn-grijsgroen {
  color: #13537d;
  background-image: linear-gradient(to right, #e6f0df, #deead6);
  border: none;
}
.btn-grijsgroen:hover,
.btn-grijsgroen:focus {
  background-image: linear-gradient(to right, #d1e0c9, #c6d9bb);
  color: #0e3d5c;
}

.btn-light {
  color: #000;
  background-image: linear-gradient(to right, #f9fafb, #f1f5f9);
  border: none;
}
.btn-light:hover,
.btn-light:focus {
  background-image: linear-gradient(to right, #e2e8f0, #cbd5e1);
  color: #0e3d5c;
}

.btn-secondary {
  color: #fff;
  background-image: linear-gradient(to right, #94a3b8, #64748b);
  border: none;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-image: linear-gradient(to right, #64748b, #475569);
  color: #fff;
}

.btn-gradient { background-image: linear-gradient(to right,#07B1AA 0%,#022544 100%); background-size: 200% auto; transition: 0.5s !important;}
.btn-gradient:hover, .btn-gradient:focus:hover { color: #fff; background-position: right center; }

.btn-gradient1 {
  background-image: linear-gradient(to right, #53b0a1 0%, #ffec00 100%);
  background-size: 200% 100%;
  background-position: 0 0;
  color: #fff;
  transition: 0.5s;
  border: none;
}

.btn-gradient1:hover,
.btn-gradient1:focus {
  background-position: 100% 0;
  color: #fff;
}

.btn-dark {
  color: #fff;
  background-image: linear-gradient(to right, #1f2937, #111827);
  border: none;
}
.btn-dark:hover,
.btn-dark:focus {
  background-image: linear-gradient(to right, #111827, #0f172a);
  color: #fff;
}

.btn-topbar { background-image: linear-gradient(to right, #34b5a3 0%, #eee235 100%); transition: 0.5s !important; background-size: 200% auto; padding-right: 24px !important; margin-left: 30px !important;}
.btn-topbar:hover, .btn-topbar:focus:hover { color: #fff; background-position: right center; }


.text-gold { color: #FFFBE3; }

@media (max-width: 768px) {
  .btn-topbar {
	  margin: 16px 16px !important;
  }
}

a .btn i { margin-left: 5px; font-size: 18px; transition: 0.3s; }
a .btn:hover i { transform: translateX(2px); }

.alert-danger {
    background: #e94136;
    color: #fff;
}

.aanbieder-card {
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border-radius: 12px;
  padding: 20px 20px 15px 20px;
}
.energieblok {
  flex: 1;
  background: #00000008;
}
.energieblok:last-child {
  margin-right: 0;
}
.energie-info {
  font-size: 0.9rem;
}

.uitleg { display: none; }

.btn-view i, label .btn i {
  margin-left: auto;
  font-size: inherit;
  transition: none;
}
.btn-view:hover i, label .btn:hover i {
  transform: none;
}

.bodyclean {
	padding-top: 5.5rem;
}

.btn,.btn:focus { 
  border-radius: 4px;
}

.bg-lichtgrijs { 
	background: #e9ecef; 
	color: #000;
}

.circle {
    width: 24px;
    height: 24px;
    background-color: #298c98;
    display: inline-flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.proscons {
	background: #fbfbfb;
	border-radius: 5px;
	border: 1px solid #d4d4d4;        
    padding: 1.5rem 1.5rem 1.0rem 1.5rem;
    margin-bottom: 1.5rem;
    margin-top: 1em;   
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.16);
    box-shadow: 0 2px 58px rgba(0,0,0,0.16);
    counter-reset: lis 0;		
}

.blink {
  animation: blink 2s steps(5, start) infinite;
  -webkit-animation: blink 1s steps(5, start) infinite;
}
@keyframes blink {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink {
  to {
    visibility: hidden;
  }
}

.account-toggler {
    font-size: 24px;
    padding: 4px 12px;
}

.standingbadge {
	width: 40px;
}

.battery span.badge {
    position: absolute;
    left: 3px;
    width: 87px;
    border: 1px solid #fff;
    top: 4px;
}

.bg-gradient-groen { 
	background: linear-gradient(159deg, rgb(255 255 255) 0%, rgb(207 238 255) 35%, rgb(178 255 216) 100%);
	background-repeat: no-repeat; /* Voorkomt dat de achtergrond zich herhaalt */
	background-size: cover; /* Zorgt ervoor dat de achtergrond de hele body bedekt */
	background-attachment: fixed; /* Houdt de achtergrond vast op zijn plaats */
	min-height: 100%; /* Zorgt ervoor dat de achtergrond zich uitstrekt over de gehele hoogte van de body */	
}



.boxshadow {
    padding: 1.5rem;
    position: relative;
    /*margin-top: 1em;*/
    border-radius: 0.4rem;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.16);
    box-shadow: 0 2px 58px rgba(0,0,0,0.16);
    counter-reset: lis 0;
}

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

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

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

.energiespel .accordion-button, .energiespel .accordion-body {
    padding: 16px 0px;
}

.accordion-body img {
    width: 100%;
}

.jeroentop {
    position: absolute;
    top: -74px;
    right: 10%;
}
.jeroentop img { width:60px; }

span.menutext {
    font-weight: 900;
    margin-right: 5px;
    color: #1f6b45;
    font-size: 16px;
}

.nieuwsbrief_signup, .shadowblock {
    padding: 1.5rem;
    border-radius: 0.4rem;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.16);
    box-shadow: 0 2px 58px rgba(0,0,0,0.16);
    counter-reset: lis 0;
    padding-left: 0;
}

.shadowblock img,.modal-body img {
    width: 100%;
}

.shadowblock ol li a, .shadowblock a {
    text-decoration: underline;
}

a.btn { text-decoration: none; }

.shareblock {
    border-radius: 0.4rem;
    background: #036c77;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.16);
    box-shadow: 0 2px 58px rgba(0,0,0,0.16);
    counter-reset: lis 0;
}

.modal-body h1 {
    font-size: 1.8em;
}
.modal-body h2 {
    font-size: 1.6em;
}
.modal-body h3 {
    font-size: 1.4em;
}

.modal-body {
	padding-top: 20px; 
}

.modal-backdrop {
    --bs-backdrop-opacity: 0.8;
    background-color: #030e20;
}

.modal-body img {
	margin-bottom:24px;
}

.contenttext {
    font-size: inherit;
    line-height: 1.8;
    text-rendering: optimizeLegibility;	
} 

.contenttext p a {
  color: #173955;
  text-decoration: none;
  background: 
    linear-gradient(to right, rgba(100, 200, 200, 1), rgba(100, 200, 200, 1)),
    linear-gradient(to right, #07B1AA,#FFE700);
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

.contenttext p a:hover,.contenttext p a:focus {
  background-size: 0 0.1em, 100% 0.1em;
}

#hero {
    margin-top: 11px;
}

.aanbiederscontent.loading, .AanbiedersFilterResults.loading {
    opacity: 0.5; 
    transition: opacity 0.3s; 
}

@media (min-width: 1200px) {
	.contenttext p, .panel-group p, .boxextrainfo ul li, .toc-inline  {
	    font-size: 20px;
	    line-height: 1.8;
	    text-rendering: optimizeLegibility;	
	}
	#hero {
	    margin-top: 100px;
	}	
}

.prijsdetails p {
        font-size: 16px;
        line-height: 1.8;
        text-rendering: optimizeLegibility;
}

.filterinfo {
	line-height: initial;
	font-size: initial;
}

.contenttext h3 {
    margin-top: 0.6em;
}
.contenttext h4 {
    margin-top: 0.9em;
}

.contenttext ul, .contenttext ol, .productvoordelen ul, .productvoordelen ol, .accountvoordelen ul {
    margin-bottom: 2rem;
    list-style-type: none;
}

.productvoordelen ul, .productvoordelen ol {
	margin-bottom: 0;
}

.boxextrainfo {
    background: #deead6;    
}
.boxextrainfo p a { background: none !important; text-decoration: underline; }
.boxextrainfo p a:hover { font-weight:bold;}

.boxwaarschuwing {
	background: #ffa3a3;
    color: #173955;  
}
.boxwaarschuwing p a { background: none !important; color: #173955 !important; text-decoration: underline; }

.contentbox p {
	margin-top:1rem;
}

.contentpicture {
	position: relative;
}

.contentpicture img, .heroimg img{
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.16);
    box-shadow: 0 2px 8px rgba(0,0,0,0.16);
    border-radius: 0.4rem;
    width: 100%;
    display: block;     
}

.contentpicture img  {
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.16);
    box-shadow: 0 2px 8px rgba(0,0,0,0.16);
    border-radius: 0.4rem; 
    z-index:1;   
} 

.contentpictureoverlay::before,.heroimg::before {
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(13,83,125,0.7), rgba(0,0,0,0)); /* Example gradient from black at the bottom to transparent at the top */
    pointer-events: none; /* Ensures the overlay doesn't interfere with any clickable elements on or within the image. */
}

.contenttext ul, .productvoordelen ul, .productvoordelen ol,.accountvoordelen ul {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    margin-top: 1em;
    border-radius: 0.4rem;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.16);
    box-shadow: 0 2px 58px rgba(0,0,0,0.16);
    counter-reset: lis 0;
    margin-left: 0;
    padding-left: 0;
}

.boxextrainfo ul {
    padding: 1rem 0rem 0rem 0rem;
    margin-bottom: 1rem;
    background: #deead6;
    -webkit-box-shadow: none; 
    box-shadow: none;
}

.accountvoordelen ul,.accountvoordelenclean ul {
	background: none;
}

.contenttext ul>li a, .contenttext ol>li a {
	text-decoration: underline;
}

.contenttext ul>li, .productvoordelen ul>li, .productvoordelen ol>li, .accountvoordelen ul li {
    position: relative;
    margin: 0 0 0.5rem 1rem;
    padding-left: 4rem;
    line-height: 1.8rem;
}

.contenttext ul>li:before, .productvoordelen ul>li:before, .productvoordelen ol>li:before, .accountvoordelen ul li:before {
	font-family: "Font Awesome 6 Pro"; 
	content: "\f06c";
    position: absolute;
    left: 0;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    display: inline-block;
    text-align: center;
    margin: 0 0.5rem;
    font-weight: bold;
    top: 0;
    background: #2fbf76;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 16px;
}

.boxextrainfo ul>li {
    margin: 0 0 0.5rem 0rem;
    padding-left: 3.5rem;
}

ul.voordelen>li:before {
	font-family: "Font Awesome 6 Pro"; 
	content: "\f164";
	background: #2fbf76;
}

ul.voordelen>li.gift:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f06b";
    background: #ed5e10;
}

ul.voordelen>li.tulp:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f801";
    background: #036873;
}

ul.nadelen>li:before {
	font-family: "Font Awesome 6 Pro"; 
	content: "\f165";
	background: #dc3545;
}

ul.voordelenaanbieder {
    padding: initial;
    margin-bottom: initial;
    margin-top: initial;
    border-radius: initial;
    background: initial;
    -webkit-box-shadow: initial;
    box-shadow: initial;
    counter-reset: initial;
    margin-left: initial;
    padding-left: initial;
}

ul.voordelenaanbieder>li {
    position: relative;
    margin: 0 0 0.3rem 0rem;
    padding-left: 2.6rem;
    line-height: 1.5rem;
}

ul.voordelenaanbieder>li:before {
    left: 0;
    border-radius: 50%;
    width: 1.4rem;
    height: 1.4rem;
    line-height: 1.4rem;
    margin: 0 0.5rem;
    top: 0;
    background: #2fbf76;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
}

.contenttext ol {
    padding: 1.5rem;
    margin-bottom: 1.5rem;
    margin-top: 1em;
    border-radius: 0.4rem;
    /* border-left: 6px solid #2fbf76; */
    background: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.16);
    box-shadow: 0 2px 58px rgba(0,0,0,0.16);
    counter-reset: lis 0;
    margin-left: 0;
    padding-left: 0;
}

.contenttext ol>li {
    position: relative;
    margin: 0 0 0.5rem 1rem;
    padding-left: 4rem;
    line-height: 1.8rem;
}

.contenttext ol>li:before {
    counter-increment: lis;
    content: counter(lis);
    position: absolute;
    left: 0;
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    display: inline-block;
    text-align: center;
    margin: 0 0.5rem;
    font-weight: bold;
    top: 0;
    background: #2fbf76;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 16px;
}

.collapsedcontent {
    padding: 1rem 1.5rem;
    margin-bottom: 1.5rem;
    border-left: 6px solid #12537d;
    background: #f8f1c8;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    counter-reset: lis 0;
    margin-left: 0;
    padding-left: 0;
    font-size: 18px;
}

.graphcontainer {
    background: #ffffff;
    padding: 30px 0px;
    min-height: 150px;
    box-shadow: 0px 0 30px rgba(28, 102, 102, 0.25);
}

@media (max-width: 767px) { 
    .graphcontainer {
        min-height: 400px; 
    }
}

/*--------------------------------------------------------------
# Overlay
--------------------------------------------------------------*/
.overlay {
    position: fixed; /* Zorgt ervoor dat de overlay het volledige scherm bedekt */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4e7c9b;
    opacity: 0.8; /* Geeft de overlay een transparantie */
    z-index: 1000; /* Zorgt ervoor dat de overlay boven andere elementen wordt weergegeven */
    display: flex; /* Gebruikt flexbox om de inhoud in het midden van de overlay te centreren */
    justify-content: center; /* Centreert de inhoud horizontaal */
    align-items: center; /* Centreert de inhoud verticaal */
    color: white; /* Tekstkleur */
}

.overlay i.fa-spinner {
    font-size: 2em; /* Grootte van het Font Awesome icoon */
    animation: fa-spin 1s infinite linear; /* Laat het icoon draaien */
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding-bottom: 0px;
}

.section-header a {
    text-decoration: underline;
}

.section-header h2 {
  font-size: 38px;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #0d537d;
}

.section-header p {
	padding: 0;
    font-size: 18px;
    line-height: 42px;
    font-weight: 700;
    color: #3ea979;
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}



/*--------------------------------------------------------------
# Accounts
--------------------------------------------------------------*/
.bg-account { 
  background: #DEEAD6;
}


/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 8px 0;
  background: #01254417;
  margin-top: 100px;
  color: #fff;
}

@media (max-width: 768px) {
  .breadcrumbs {
    margin-top: 85px;
  }

  .breadcrumb-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    position: relative;
  }

  .breadcrumb-wrapper::-webkit-scrollbar {
    display: none;
  }

  .breadcrumbs ol {
    flex-wrap: nowrap !important; /* << belangrijk */
    white-space: nowrap;
  }

}

.breadcrumb-wrapper {
  display: flex;
  width: 100%;
}

.breadcrumbs ol {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  font-family: "Font Awesome 6 Pro"; 
  content: "\f054";
}

.breadcrumbs ol a {
  color: #6c757d;
  transition: 0.3s;
  text-decoration: none;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 10px;
  bottom: 10px;
  z-index: 998;
  width: 40px;
  height: 40px;
  border-radius: 4px;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 1000;
  background: #fff;  
}

.menuheader {
	transition: all 0.5s;
	padding: 10px 12px;
}

.menuheadernav-up {
	padding: 8px 12px;
}

.nav-up {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1002;
}

.header .logo {
  line-height: 0;
}

.header .logo img {
	transition: all 0.5s;
	max-height: 32px;
	margin-right: 6px;
}
.header .logo img:hover {
	max-height: 34px;
}


.header .logo span {
  color: #1f6b45;
  margin-top: 3px;
}

@media screen and (max-width: 768px) {
	.menuheader {
		transition: all 0.5s;
		padding: 12px;
	}
	.header {
	  padding: 0;
	}
	.header .logo img {
	  max-height: 28px;
	}	
}



@media (max-width: 575.98px) {
  .w-100-mobile {
    width: 100% !important;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #002035;
  font-family: "Lora-Bold";
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #2ebf75;
}

.navbar .getstarted i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.navbar .getstarted:hover i {
  transform: translateX(5px);
}

.navbar .game,
.navbar .game:focus {
  background: #006666;
  margin-left: 10px;
  color: #fff;
}

/*color: #002035w*/


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 16px;
        padding-left: 16px;
    }        

	.navbar-account a, .navbar-account a:focus {
	  font-family: "Lora-Medium";
	  padding: inherit;
	  color: #FFFBE3;
	}
	.navbar-account a:hover, .navbar-account .active, .navbar-account .active:focus, .navbar-account li:hover>a {
		color: #fff;
	} 

	.header.header-scrolled {  	  
		background-color: rgba(255, 255, 255, 0.8);
		box-shadow: 0 1px 1px rgb(0 0 0 / 15%);
		-webkit-backdrop-filter: blur(16px);
		backdrop-filter: blur(16px);    
	}


}



.navbar .game:hover,
.navbar .game:focus:hover {
  color: #fff;
  background: #017f7f;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  /*padding: 10px 0;*/
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.dropdown-toggle::after {
	display:none;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 7px 16px;
  font-size: 15px;
  font-family: "Lora-Medium" !important;
  text-transform: none;
  font-weight: 600;
  color: #002035;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #002035w;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .megamenu {
  position: static;
}

.navbar .megamenu ul {
  margin-top: 5px;
  right: 0;
  padding: 10px;
  display: flex;
}

.navbar .megamenu ul li {
  flex: 1;
}

.navbar .megamenu ul li a,
.navbar .megamenu ul li:hover>a {
  color: #013289;
}

.navbar .megamenu ul li a:hover,
.navbar .megamenu ul li .active,
.navbar .megamenu ul li .active:hover {
  color: #2ebf75;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #1f6b45;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.fa-align-right {
  color: #0d537d;
}

.bgswitch:nth-child(odd) {
    background-color: #FFFBE3;
}

.bgswitch:nth-child(even) {
    background-color: #F9F2C8;
}

@media (max-width: 992px) {
  .mobile-nav-toggle {
    display: block;
  }
  
.mobile-nav-toggle.fa-rectangle-xmark {
  color: #fff;
}  

  .navbarmain ul {
    display: none;
  }
}

.thead-blauw {
	background: #002544;
	color: #fff;
}

.topheader {
    background: #002544;
    color: #fff;
    padding: 6px 0px;
}

.topheader a {
	margin: 0px 6px 0px 0px;
	display:inline-block;
	color: #FFFBE3;
}
.topheader a:hover {
	color: #fff;
}

.navbaraccount {
	margin-top: -5px;
	font-family: 'Lora-Bold';
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(1, 22, 61, 0.9);
  transition: 0.3s;
  z-index:1;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #1f6b45;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #2ebf75;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #2ebf75;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Table of content section
--------------------------------------------------------------*/
.toc {
	background: #fff7c8;
    color: #000;
}

.toc a, .toc li a, .toc li a:hover, .toc .white{
  color: #444444;
  font-weight: normal;
}
.toc a:hover{
  color: #000;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 100vh;
}

.pagehero { 
  padding-top: 40px;
  height: auto;
}

.pagehero p { 
  font-size: 1.6em;
}

.pagehero ul, .pagehero ol { 
	margin-bottom: 30px;
}

.hero h1, .contenttext h1 {
    margin: 0;
    font-size: 40px;
}

.hero h2 {
  margin: 15px 0 0 0;
  font-size: 26px;
}

.hero h1 a {
  color: #173955;
  text-decoration: none;
  background: 
    linear-gradient(to right, rgba(100, 200, 200, 1), rgba(100, 200, 200, 1)),
    linear-gradient(to right, #07B1AA,#FFE700);
  background-size: 100% 0.1em, 0 0.1em;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}

.hero h1 a:hover,.hero h1 a:focus {
  background-size: 0 0.1em, 100% 0.1em;
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding-top: 30px;
  }

  .hero .hero-img {
    text-align: left;
    margin-top: 80px;
  }

  .hero .hero-img img {
    width: 80%;
  }
	.pagehero p { 
	  font-size: 1.1em;
	} 

	.herohome {
	    padding-top: 100px;
	}	
	 
}

@media (max-width: 768px) {
  .hero {
    text-align: left;
  }

  .hero h1 {
    font-size: 26px;
  }

  .hero h2 {
    font-size: 20px;
  }

  .hero .hero-img img {
    width: 100%;
  }

}

/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/

.icon-big {
    font-size: 64px;
    color: #42ce8f;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  background-color: #2fbf760f;
  padding: 40px;
}

.about h3 {
  font-size: 14px;
  font-weight: 700;
  color: #2ebf75;
}

.about h2 {
  font-size: 24px; 
  font-weight: 700;
  color: #1f6b45;
}

.about p {
  margin: 15px 0 30px 0;
  line-height: 24px;
}

.btn-read-more span {
  font-weight: 600; 
  font-size: 16px;
  letter-spacing: 1px;
}

.btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.btn-read-more:hover i {
  transform: translateX(5px);
} 

.btn-read-more:hover {
  background: #35d986;
  color: #fff;
}

@media (max-width: 768px) { 
	.btn-read-more {
		display: block;	
	}	
}

.blinktext {
  animation: blinker 2s linear infinite;
}
.blinktextx1 {
    animation: blinker 0.8s linear infinite;
}
.blinktextx2 {
    animation: blinker 1.1s linear infinite;
}
.blinktextx3 {
    animation: blinker 1.4s linear infinite;
}
@keyframes blinker {
  50% { opacity: 0.5; }
}

.btn-email {
    color: #fff;
    background-color: #4b515d !important;
}

.btn-youtube {
    background: #FF0000; /* Solid YouTube red */    
    color: white; /* White text */
}

.btn-youtube:hover {
    background-color: #ff3333; /* A lighter red for hover */
    color: white;
}

.btn-linkedin {
    background: #0077B5; /* Solid LinkedIn blue */    
    color: white; /* White text */
}

.btn-linkedin:hover {
    background-color: #005a93; /* A lighter blue for hover */
    color: white;
}

.btn-apple {
    background: #000000; /* Solid Apple black */    
    color: white; /* White text */
}

.btn-apple:hover {
    background-color: #333333; /* A lighter black for hover */
    color: white;
}

/* Spotify button */
.btn-spotify {
    background: #1DB954; /* Solid Spotify green */    
    color: white; /* White text */
}

.btn-spotify:hover {
    background-color: #1ed760; /* A lighter green for hover */
    color: white;
}

/* Podimo button */
.btn-podimo {
    background: #22A699; /* Solid Podimo teal */    
    color: white; /* White text */
}

.btn-podimo:hover {
    background-color: #35b3a8; /* A lighter teal for hover */
    color: white;
}

.btn-facebook, .btn-fb {
    background: #3b5998; 
    color: white; /* White text */
}

.btn-facebook:hover, .btn-fb:hover {
    background-color: #5472d3; 
    color: white;
}

.btn-whatsapp {
    background-color: #25D366; /* WhatsApp groen */
    color: white; /* witte tekst */
}

.btn-whatsapp:hover {
    background-color: #1fbb5f; /* Een iets lichtere groen */
    color: white;
}

.btn-instagram, .btn-ins {
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: white; /* witte tekst */
}

.btn-instagram:hover {
    background-color: #c6245f; 
    color: white;
}

.btn-twitter, .btn-x, .btn-tw {
    background-color: #000; 
    color: white; 
}

.btn-twitter:hover, .btn-x:hover, .btn-tw:hover{
    background-color: #1991db; 
    color: white;
}

.btn-tiktok {
  background-color: #000; 
  color: white; 
}

.btn-tiktok:hover {
  background-color: white; 
  color: #EE1D52; 
}

.btn-bluesky { background-color: #0085ff; color: white; border-color: #0085ff; }
.btn-bluesky:hover { background-color: #0175e0; color: white; border-color: #0175e0; }

.btn-android {
  background-color: #073042; 
  border-color: #073042; 
  color: #3DDC84;
}

.btn-android:hover {
  background-color: #3DDC84;
  border-color: #3DDC84;
}

.btn-ios {
  background-color: #007AFF; 
  border-color: #007AFF; 
  color: white; 
}

.btn-ios:hover {
  background-color: #005ECB; 
  border-color: #005ECB;
}

.img-zoom {
    transition: transform 0.3s ease; 
}

.img-zoom:hover {
    transform: scale(1.01); 
}

/*--------------------------------------------------------------
# Share block
--------------------------------------------------------------*/
.sharebox {  
  box-shadow: 0px 0 30px rgba(28, 102, 102, 0.25);
  text-align: left;
  transition: 0.3s;
}

.shareboxinner {
 	padding: 10px 20px;
}

.shareboxinnerbig {
 	padding: 20px;
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.box {  
  box-shadow: 0px 0 30px rgba(28, 102, 102, 0.25);
  text-align: left;
  transition: 0.3s;
  background: #fff;
}

.boxinner {
 	padding: 10px 20px;
}

.boxinnerbig {
 	padding: 20px;
}

.boxhead {
    font-weight: 700;
    padding: 10px 20px;
    box-shadow: 0px 0 30px rgba(28, 102, 102, 0.7);
    background: #006666;    
}

.box small { font-size:0.8em;}

.box:hover {
  box-shadow: 0px 0 30px rgba(28, 102, 102, 0.7);
}

.box:hover img {
  transform: scale(1);
}

.hoogsteprijs, .laagsteprijs, .negatieveprijs, .laagsteprijsrange, .hoogsteprijsrange {
	font-size: 0.9rem; font-weight: bold;
}
.hoogsteprijs { 
	background: #dc3545;
	color: #fff;
}
.hoogsteprijsrange { 
	background: #f7ced1;
	color: #dc3545;
}
.laagsteprijs {
	background: #2ebf75;	
	color: #fff;
}
.laagsteprijsrange {
	background: #b8e7ca;	
	color: #2ebf75;
}
.negatieveprijs {
	background: #2ebf75;
	color: #fff; 
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}

.values .box h3 {
  font-size: 24px;
  color: #1f6b45;
  font-weight: 700;
}

.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
  transform: scale(1);
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: #2ebf75;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #0d537d;
}

.counts .count-box p span {
  font-size: 14px;
  font-weight: 400;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}

.features .feature-box h3 {
  font-size: 18px;
  color: #1f6b45;
  font-weight: 700;
  margin: 0;
}

.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}

.features .feature-box:hover i {
  background: #2ebf75;
  color: #fff;
}

.features .feture-tabs {
  margin-top: 120px;
}

.features .feture-tabs h3 {
  color: #1f6b45;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
}

.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #1f6b45;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}

.features .feture-tabs .nav-link.active {
  color: #2ebf75;
  border-bottom: 3px solid #2ebf75;
}

.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #1f6b45;
}

.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #2ebf75;
}

.features .feature-icons {
  /*margin-top: 120px;*/
}

.features .feature-icons h3 {
  color: #1f6b45;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .features .feature-icons h3 {
    font-size: 28px;
  }
}

.features .feature-icons .content .icon-box {
  display: flex;
}

.features .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #1f6b45;
}

.features .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #0d537d;
  margin-right: 15px;
}

.features .feature-icons .content .icon-box p {
  font-size: 15px;
  color: #0d537d;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.stats .stats-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 24px;
  text-align: left;
  transition: 0.3s;
  border-radius: 5px;
  background: #ffffffad;
  background: linear-gradient(to bottom, #07B1AA, #FFE700) left / 4px 100% no-repeat, 
              linear-gradient(to right, #fff 4px, #fff 4px);
}

.stats-box:hover {
  box-shadow: 0px 0 30px rgba(28, 102, 102, 0.7);
}

.stats .stats-box h3 i {
	font-size: 32px; 
}

.stats .stats-box .icon {
  font-size: 36px;
  padding: 40px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}

.stats .stats-box h3 {
  font-size: 24px;
  min-height: 2em;
  color: #1f6b45;
  font-weight: 700;
}

.stats .stats-box p {
	margin-bottom: 0px;
}

.stats .stats-box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.stats .stats-box:hover img {
  transform: scale(1);
}

.stats .stats-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
}

.stats .stats-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.pricing .box:hover {
  transform: scale(1.1);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.pricing h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.pricing .price {
  font-size: 36px;
  color: #444444;
  font-weight: 600;
}

.pricing .price sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .price span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing img {
  padding: 30px 40px;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 25px;
}

.pricing ul li {
  padding-bottom: 10px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: #2ebf75;
  transition: none;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid #2ebf75;
}

.pricing .btn-buy:hover {
  background: #2ebf75;
  color: #fff;
}

.pricing .featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #2ebf75;
  color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  border: 0;
  color: #444444;
  text-align: left;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  background: none;
  color: #2ebf75;
  border-bottom: 0;
}

.faq .accordion-body {
  border: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #2ebf75;
  border-color: #2ebf75;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #1f6b45;
  font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #1f6b45;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #2ebf75;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #5969f3;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2ebf75;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2ebf75;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2ebf75;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2ebf75;
}

.testimonials .swiper-slide {
  opacity: 0.3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

.blog_team {
    border-radius: 0.4rem;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px rgba(0,0,0,0.16);
    box-shadow: 0 2px 58px rgba(0,0,0,0.16);
    counter-reset: lis 0;		
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
}

.team .member .member-img {
  position: relative;
  background: #0d537d;
  overflow: hidden;
}

.team .member .member-img:after {
  position: absolute;
  top: 20px;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.team .member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.team .member .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.team .member .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 10px 15px 20px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #1f6b45;
}

.team .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

/*
.team .member:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}
*/

.team .member:hover .social {
  right: 8px;
  opacity: 1;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2ebf75;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2ebf75;
}

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  background: #fff;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  margin: -30px -30px 15px -30px;
  position: relative;
}

.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-box .post-date {
  font-size: 16px;
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
  display: block;
  margin-bottom: 10px;
}

.recent-blog-posts .post-box .post-title {
  font-size: 24px;
  color: #1f6b45;
  font-weight: 700;
  position: relative;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.recent-blog-posts .post-box:hover .post-title {
  color: #2ebf75;
}

.recent-blog-posts .post-box:hover .post-img img {
  transform: rotate(6deg) scale(1.2);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: #fafbff;
  padding: 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #2ebf75;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #1f6b45;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #fafbff;
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #2ebf75;
}

.contact .php-email-form input[type=text],
.contact .php-email-form input[type=email] {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #2ebf75;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #5969f3;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: #FFFBE3;
}

.footer-bar {
	background: #002544;
	color: #fff;
}


.footer .footer-keuzehulp {
  background: #cedcc4;
}
.footer .footer-keuzehulp .h4 {
	font-family: 'Lora-Bold';  
}

.footer .footer-newsletter {
  background: #036c77;
}

.footer .footer-newsletter .h4 {
  font-size: 24px;
  font-family: 'Lora-Bold';
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #1f6b45;
}

.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}

.footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

.footer .footer-newsletter form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #2ebf75;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter form button:hover {
  background: #5969f3;
}

.footer .footer-top {
  background: #002544;
  background-size: cover;
  border-top: 1px solid #2fbf764a;
  border-bottom: 1px solid #2fbf764a;
  padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
	.footer .footer-keuzehulp .h4 {
	    font-size: 36px;
	    line-height: 40px;
	} 
}

.footerlogo {
	max-width: 140px;	
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 15px;
}

.footer .footer-top .footer-info .logo img {
  max-height: 40px;
  margin-right: 6px;
}

.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1f6b45;
  margin-top: 3px;
}

.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.footer .footer-top .h4, div.copyright h4, .footer .footer-top .h4 a {
  font-size: 20px;
  font-family: 'Lora-Bold';
  position: relative;
  color: #FFFBE3;
  padding-bottom: 12px;
}

.footer .footer-top .h4 a:hover { text-decoration: underline; }

.footer .footer-top .footer-links {
  margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
} 

.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #d0d4fc;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-top .footer-links ul a:hover {
  color: #FFFBE3;
  text-decoration: underline;
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
  color: #002544;
}

.copyright h4 { color: #002544; }

.footer .copyright a {
  color: #002544;
  font-weight: bold;
  text-decoration: underline;
}

.custom-margin-left {
    padding-left: 0;
    margin-left: 15px;
}

/* Adjust the margin-left for larger viewports */
/* Extra small devices (portrait phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .custom-margin-left {
        margin-left: calc((100% - 540px) / 2);
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .custom-margin-left {
        margin-left: calc((100% - 720px) / 2);
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .custom-margin-left {
        margin-left: calc((100% - 960px) / 2);
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .custom-margin-left {
        margin-left: calc((100% - 1140px) / 2);
    }
}

/* Extra extra large devices (larger desktops, 1320px and up) */
@media (min-width: 1320px) {
    .custom-margin-left {
        margin-left: calc((100% - 1290px) / 2); /* Adjust 1290px if you want a different container width for this breakpoint */
    }
}

/* Equal height for cards */
.swiper-slide {
    display: flex;
    align-items: stretch;
}

.card {
    display: flex; 
    flex-direction: column; /* stack children vertically */
    justify-content: center; /* center children vertically */
    align-items: center; /* center children horizontally */
}

.card img {
    max-width: 80%; 
    margin: auto; 
}

.card-color-overlay {
    background: #173955;  
}
.card-color-overlay:hover {
    background: #002544;  
}

.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%;
}

.quote {
    color: #0d537d;
	font-family: "Lora-MediumItalic","Open Sans", sans-serif;
    font-weight: 900;
    font-size: 2.2em;
    line-height: normal;
}

.quote_by {
	font-style: italic;
}

.progress-container {
    width: 100%;
    height: 2px;
    position: absolute;
}

.progress-bar-top {
	height: 2px;
	/*background: #0d537d;*/
	background: linear-gradient(to right,#07B1AA 0%,#FFE700 100%);
	width: 0%;
}

.progress {
    border-radius: 4px;
}

.tibberlp h3, .tibberlp h4, .tibberlp h5 {
	color: #23b8cc;
}
.bg-tibber { background: #23b8cc; }
a.btn-tibber {
	background: #23b8cc;
	color: #fff;
}
a.btn-tibber:hover {
	background: #0f809e;
	color: #fff;
}

@keyframes bounce {
    0%, 100% {
        transform: scale(1);
    }
    20%, 50%, 80% {
        transform: scale(1.2);
    }
    40%, 60% {
        transform: scale(0.9);
    }
}

.bounce {
    animation: bounce 0.5s ease infinite;
}

@media only screen and (max-width: 768px) {
  #hoodie-container {
    top:10px;  
    bottom: 10px;  
  }
}

.btn-rainbow {
    background-image: linear-gradient(90deg, #00C0FF 0%, #FFCF00 49%, #FC4F4F 80%, #00C0FF 100%);
    background-size: 300% 300%; /* Zorgt voor vloeiende overgang */
    animation: slidebg 5s linear infinite;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    transition: transform 0.8s ease-in-out;
}

@keyframes slidebg {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}