﻿
section.top {
	background-color: #d5f4ff;
	padding: 0 0 0 0;
}

	section.top header {
		padding: 0;
	}

section header h1 {
	text-align: left;
	width: 100%;
	font-size: 3em;
	font-weight: bold;
	font-family: 'InZpire';
	line-height: 40pt;
	color: #1B75BA;
}

section header h2 {
	text-align: left;
	width: 100%;
	font-size: 1.9em;
	font-weight: 600;
	font-family: 'InZpire';
	margin: 10px 0;
	padding: 0px;
	color: #00ACED;
}



section.prod-intro {
	background: transparent;
	font-size: 1.1em;
	line-height: 1.7em;
	margin: 1.1rem 0 0 0;
	padding-bottom: 0;
}

section button.toggle-intro {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	background: none;
	border: none;
	font: inherit;
	font-weight: 600;
	font-size: 0.95rem;
	color: #0067b8;
	cursor: pointer;
	padding: 0.25rem 0;
	transition: color 0.2s ease-in-out;
	text-decoration: none;
}


.prod-layout {
	display: flex;
	flex-direction: column;
}

div.nav_usage_Wrap {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

	div.nav_usage_Wrap section.tool-usage {
		max-width: 300px;
		padding: 2%;
		text-align: center;
		line-height: 1.6rem;
		border-radius: 15px;
		background: #1B75BA;
	}

		div.nav_usage_Wrap section.tool-usage h3 {
			width: 100%;
			color: #FFF;
			font-weight: bold;
		}

		div.nav_usage_Wrap section.tool-usage p {
			width: 100%;
			color: #FFF;
		}

			div.nav_usage_Wrap section.tool-usage p span[aria-hidden="true"] {
				font-weight: bold;
				font-size: 1.2rem;
				width: 100%;
				display: inline-block;
				text-align: center;
			}

/* Zet de nav visueel eerst */
.prod-layout .navAndImage {
	order: 1;
}
/* Zet de nav visueel eerst */
.prod-layout .prod-intro {
	order: 2;
}

/*PRODUCT HERO*/
div.navAndImage {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

	div.navAndImage nav.ingangsimple {
		display: flex;
		width: 50%;
		max-width: 450px;
		flex-direction: row;
		flex-wrap: wrap;
		background: #fff;
		border: 1px solid #F0F3F5;
		border-radius: 10px;
		padding: 2.5%;
		margin: 15px 0 0 0;
	}

nav.ingangsimple div.kenteken {
	border-radius: 5px;
	border: 1px solid #CCC;
	height: 50px;
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}

	nav.ingangsimple div.kenteken span {
		background: #013299;
		color: white;
		height: 100%;
		margin: 0;
		padding: 12px;
		font-weight: bold;
	}

	nav.ingangsimple div.kenteken input {
		background: #ffd800;
		color: #000;
		font-weight: bold;
		font-size: 15pt;
		height: 100%;
		margin: 0;
		padding: 7px 15px;
		width: 100%;
		border: 0px;
		text-transform: uppercase;
	}

div.navAndImage nav.ingangsimple h3 {
	text-align: left;
	width: 100%;
	font-size: 1.1em;
	font-weight: bold;
	font-family: 'InZpire';
	margin: 0 0 10px 0;
	color: #00ACED;
}

div.navAndImage nav.ingangsimple ul {
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
	list-style: none;
	width: 100%;
	max-width: 400px;
	text-align: left;
}

	div.navAndImage nav.ingangsimple ul li {
		padding: 5px 0;
	}



div.navAndImage nav.ingangsimple a.buttonlink {
	display: flex;
	height: 50px;
	font-size: 15pt;
	font-weight: bold;
	margin: 0;
	cursor: pointer;
	padding: 10px 0 0 0;
	text-decoration: none;
	background: #FFF url(/images/php-arrow-orange.png) no-repeat 98% center;
	border-bottom: 1px solid #CCC;
	align-items: baseline;
	color: #1B75BA
}

	div.navAndImage nav.ingangsimple a.buttonlink:hover {
		background: #f1f5f9 url(/images/php-arrow-orange.png) no-repeat 98% center;
	}

	div.navAndImage nav.ingangsimple a.buttonlink.sub {
		padding-left: 25px;
	}

div.navAndImage nav.ingangsimple a.button {
	display: flex;
	background: var(--primary-blue);
	height: 50px;
	border-radius: 5px;
	font-size: 15pt !important;
	font-weight: bold;
	cursor: pointer;
	color: #FFF;
	padding: 12px 0 0 0;
	text-decoration: none;
	align-items: baseline;
	justify-content: center;
	margin-top: 15px;
}

	div.navAndImage nav.ingangsimple a.button.sec {
		display: flex;
		background: var(--secundary-blue);
		height: 50px;
		border-radius: 5px;
		font-size: 15pt !important;
		font-weight: bold;
		cursor: pointer;
		color: #FFF;
		padding: 12px 0 0 0;
		text-decoration: none;
		align-items: baseline;
		justify-content: center;
		margin-top: 15px;
	}

	div.navAndImage nav.ingangsimple a.button.calc {
		background-image: url(/images/icons/calculator.png);
		background-repeat: no-repeat;
		background-position: 10px center;
	}

	div.navAndImage nav.ingangsimple a.button.rente {
		background-image: url(/images/icons/rente.png);
		background-repeat: no-repeat;
		background-position: 10px center;
	}

	div.navAndImage nav.ingangsimple a.button.beleggen {
		background-image: url(/images/icons/beleggen.png);
		background-repeat: no-repeat;
		background-position: 10px center;
	}

	div.navAndImage nav.ingangsimple a.button.vergelijken {
		background-image: url(/images/icons/vergelijken.png);
		background-repeat: no-repeat;
		background-position: 10px center;
	}

div.navAndImage nav.ingangsimple .buttonlight {
	display: flex;
	background: #f1f5f9;
	height: 40px;
	border-radius: 5px;
	font-size: 13pt;
	font-weight: bold;
	cursor: pointer;
	padding: 7px 0 0 0;
	text-decoration: none;
	align-items: baseline;
	justify-content: center;
	border: 1px solid #CCC;
	color: #1B75BA;
	margin-top: 15px;
}

div.navAndImage figure {
	width: 50%;
}

div.navAndImage img {
	max-width: 200px;
	height: auto;
}

/*USPS small*/

.usp-highlights {
	display: flex;
	list-style: none;
	padding-left: 0;
	gap: 1rem;
	font-size: 1rem;
	align-content: center;
	justify-content: space-around;
	flex-direction: row;
	font-weight: bold;
	color: #1B75BA;
	width: 100%;
	flex-wrap: nowrap;
	margin-bottom: 15px;
}

	.usp-highlights li::before {
		content: "✔";
		margin-right: 0.5em;
		color: green;
	}

/* USPS Section*/

section.usps {
	padding: 25px 0;
	background: #FFF;
	border-bottom: 1px solid #CCC;
}

	section.usps ul {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		padding: 0;
		margin: 0;
		list-style: none;
		width: 100%;
		text-align: left;
		justify-content: space-between;
	}

		section.usps ul li {
			display: flex;
			flex-direction: column;
			align-items: center;
		}

			section.usps ul li span.uspBig {
				font-weight: bold;
				font-size: 15pt;
			}

			section.usps ul li span.uspSmall {
				font-weight: normal;
				font-size: 13pt;
				max-width: 250px;
				text-align: center;
			}

/*PRODUCTEN OP HOMEPAGE*/
section.producten {
	background-color: #f7f7f7;
	padding: 1rem 1rem;
	border-top: 2px solid #CCC;
}

	section.producten .container {
		max-width: 1200px;
		margin: 0 auto;
	}

	section.producten header {
		text-align: center;
		margin-bottom: 2rem;
	}

	section.producten h2 {
		font-size: 2rem;
		font-weight: 700;
		margin-bottom: 0.5rem;
		text-align: center;
		color: #1B75BA;
	}

	section.producten p {
		font-size: 1.1rem;
		color: #555;
		text-align: center;
	}

	section.producten .product-categorieën {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
		gap: 2rem;
	}

	section.producten nav {
		background-color: #fff;
		border: 1px solid #ddd;
		padding: 1rem;
		border-radius: 8px;
	}

		section.producten nav h3 {
			font-size: 1.2rem;
			margin-bottom: 0.75rem;
			font-weight: bold;
		}

			section.producten nav h3 a {
				text-decoration: none;
				color: #005fcc;
			}

	section.producten ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	section.producten li {
		margin-bottom: 0.5rem;
	}

	section.producten a {
		text-decoration: none;
		transition: color 0.2s;
		width: 100%;
		color: #1B75BA;
		background: transparent url(/images/linkArrow-blue-thin.png) no-repeat left center;
		font-size: 13pt;
		font-weight: normal;
		padding: 0px 25px;
		background-size: 15px;
	}

		section.producten a.ebook {
			text-decoration: none;
			transition: color 0.2s;
			width: 100%;
			color: #1B75BA;
			background: transparent url(/images/pdf-icon-small.png) no-repeat left center;
			font-size: 13pt;
			font-weight: normal;
			padding: 0px 25px;
			background-size: 15px;
		}

		section.producten a.kennisbank {
			text-decoration: none;
			transition: color 0.2s;
			width: 100%;
			color: #1B75BA;
			background: transparent url(/images/light-bulb.png) no-repeat left center;
			font-size: 13pt;
			font-weight: normal;
			padding: 0px 25px;
			background-size: 15px;
		}

		section.producten a.rente {
			text-decoration: none;
			transition: color 0.2s;
			width: 100%;
			color: #1B75BA;
			background: transparent url(/images/rente-icon.png) no-repeat left center;
			font-size: 13pt;
			font-weight: normal;
			padding: 0px 25px;
			background-size: 15px;
		}

		section.producten a.calc {
			text-decoration: none;
			transition: color 0.2s;
			width: 100%;
			color: #1B75BA;
			background: transparent url(/images/calculator-icon.png) no-repeat left center;
			font-size: 13pt;
			font-weight: normal;
			padding: 0px 25px;
			background-size: 15px;
		}

		section.producten a.info {
			text-decoration: none;
			transition: color 0.2s;
			width: 100%;
			color: #1B75BA;
			background: transparent url(/images/info-icon.png) no-repeat left center;
			font-size: 13pt;
			font-weight: normal;
			padding: 0px 25px;
			background-size: 15px;
		}

		section.producten a:hover,
		section.producten a:focus {
			color: #005fcc;
			text-decoration: underline;
		}

@media (max-width: 768px) {
	section.producten h2 {
		font-size: 1.5rem;
	}

	section.producten .product-categorieën {
		grid-template-columns: 1fr;
	}
}

/*VIDEO Section*/
section.video-uitleg {
	background-color: #d5f4ff;
	padding: 20px 0;
}

	section.video-uitleg div.container {
		flex-direction: column;
		align-content: center;
		align-items: center;
		flex-wrap: nowrap;
	}

	section.video-uitleg h2 {
		text-align: center;
		width: 100%;
		font-size: 3.1em;
		font-weight: 600;
		font-family: 'InZpire';
		line-height: 55pt;
	}

	section.video-uitleg p {
		width: 100%;
		text-align: center;
		font-size: 1.2em;
		font-weight: 400;
		line-height: 25pt;
		margin: 15px 0 25px;
	}

	section.video-uitleg div.videowrapper {
		width: 100%;
		max-width: 640px;
	}

	/*EBOOK PRMO*/

section.ebookContainer {
	background-color: #fff;
	border-bottom: 2px solid #ddd;
	padding: 40px 20px;
}

div.ebookBody {
	width: 50%;
}

.container.ebook div.ebookBody h2 {
	font-weight: bold;
	font-size: 2.8em;
	margin: 25px 0;
	width: 100%;
}

.container.ebook div.ebookBody p {
	font-size: 1.3em;
	width: 100%;
	line-height: 28pt;
}

.container.ebook div.ebookBody a.download {
	display: flex;
	background: #1B75BA;
	height: 50px;
	border-radius: 5px;
	font-size: 15pt;
	font-weight: bold;
	cursor: pointer;
	color: #FFF;
	padding: 12px 25px;
	text-decoration: none;
	align-items: baseline;
	justify-content: center;
	max-width: 250px;
	margin: 25px 0;
}

section.ebookContainer figure {
	width: 40%;
}

	section.ebookContainer figure img {
		width: 80%;
	}

	section.ebookContainer figure figcaption {
		width: 80%;
		font-size: 11pt;
		text-align: center;
	}

/*CONTENT KANON*/

section.contentkanon {
	background-color: #F0F3F5;
	padding: 20px 0;
}


	section.contentkanon.white {
		background-color: #FFF;
	}

	section.contentkanon.lightblue {
		background-color: #d5f4ff;
	}

	section.contentkanon h2 {
		text-align: center;
		width: 100%;
		font-size: 3.1em;
		font-weight: 600;
		font-family: 'InZpire';
		line-height: 55pt;
	}

	section.contentkanon p {
		width: 100%;
		text-align: center;
		font-size: 1.2em;
		font-weight: 400;
		line-height: 25pt;
		margin: 15px 0 25px;
	}

		section.contentkanon p a {
			font-weight: 600;
			color: #00ACED;
		}

section.kennisbank {
	background: var(--color-gray-light);
	border: 1px solid #CCC;
	border-radius: 10px;
}

	section.kennisbank h1 {
		font-size: 2.1rem;
		font-family: Inzpirebold;
		margin: 1rem 0;
	}

	section.kennisbank h2 {
		font-size: 1.8rem;
		font-family: Inzpire;
		margin: 1rem 0;
	}

	section.kennisbank p {
		font-size: 1.3rem;
		font-family: Inzpire;
		line-height: 1.9rem;
	}

ul.allesoverWrap {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1.5rem;
	padding: 0;
	list-style: none;
}

	ul.allesoverWrap li {
		list-style: none;
		background: white;
		border: 1px solid #ddd;
		padding: 10px;
		border-radius: 10px;
		text-decoration: none;
		color: #1B75BA;
		box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 0 10px 0 rgba(0, 0, 0, .05), 0 0 10px 4px rgba(0, 0, 0, .05);
	}

section.kennisbank ul.allesoverWrap {
	margin: 1.5rem 0;
}

	section.kennisbank ul.allesoverWrap li {
		min-height: 150px;
		padding: 1.5rem;
		text-align: center;
	}

ul.allesoverWrap li:hover {
	box-shadow: 0 0 0 0;
}

ul.allesoverWrap li article {
	border: 0;
	padding: 0;
}

ul.allesoverWrap li a {
	display: block;
	text-decoration: none;
	border-radius: 6px;
	transition: box-shadow 0.2s, transform 0.2s;
}

ul.allesoverWrap a h3 {
	width: 100%;
	font-weight: bold;
	font-size: 1.4em;
	text-align: center;
}

ul.allesoverWrap a p {
	font-size: 1.1em;
	line-height: 19pt;
}

section.doelgroepen {
	background: #FFF;
	padding: 35px 0;
}
	section.doelgroepen h2 {
		text-align: center;
		width: 100%;
		font-size: 2.2em;
		font-weight: bold;
		font-family: 'InZpire';
	}

.persona-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 1rem;
	padding: 0;
	list-style: none;
	margin: 25px 0;
}

	.persona-grid li a {
		display: block;
		background: #f1f5f9;
		padding: 1rem;
		border-radius: 8px;
		text-align: center;
		text-decoration: none;
		font-weight: bold;
		color: #005fcc;
		transition: background 0.2s;
	}

		.persona-grid li a:hover {
			background: #e6eef9;
		}


	/*reviews*/
section.klantreviews {
}

	section.klantreviews h2 {
		text-align: center;
		width: 100%;
		font-size: 2.1em;
		font-weight: normal;
		font-family: 'InZpire';
		margin: 25px 0;
	}

	section.klantreviews span.scoreTotal {
		width: 100px;
		font-size: 30pt;
		color: #FFF;
		font-weight: 600;
		text-align: center;
		background: #1B75BB;
		height: 100px;
		border-radius: 50%;
		padding: 24px 0 0 0;
		margin: 0 0 0 calc(50% - 50px);
	}

	section.klantreviews p {
		width: 100%;
		text-align: center;
		margin: 25px;
		font-size: 15pt;
	}

	section.klantreviews ul {
		float: none;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		list-style: none;
		gap: 30px;
		flex-direction: row;
		flex-wrap: nowrap;
		margin: 0;
	}

		section.klantreviews ul li {
			margin-bottom: 30px;
			background: white;
			padding: 20px;
			border-radius: 8px;
			border: 1px solid #CCC;
		}

		section.klantreviews ul p {
			margin: 25px 0;
		}

		section.klantreviews ul blockquote {
			margin: 0;
		}

			section.klantreviews ul blockquote p {
				margin: 25px 0;
				font-style: italic;
			}

/*EMPLOYEE QUOTE*/


section.blockquote {
	background-color: #1B75BA;
	color: white;
}

	section.blockquote h2 {
		color: white;
		padding: 40px 0 10px 0;
		font-size: 2.1em;
	}

	section.blockquote h3 {
		font-size: 1.3em;
		font-weight: normal;
		color: #FFF
	}

	section.blockquote div.employeeWrap {
		display: flex;
		margin-top: 30px;
		gap: 20px;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: flex-start;
	}

		section.blockquote div.employeeWrap div.employeeImage {
			border-radius: 50%;
			background: #00ACED;
			overflow: hidden;
			height: 150px;
			width: 150px;
		}

		section.blockquote div.employeeWrap quoteWrap {
			display: flex;
		}

		section.blockquote div.employeeWrap blockquote {
			font-style: italic;
		}

		section.blockquote div.employeeWrap p {
			margin-top: 10px;
			font-weight: bold;
			color: var(--white);
		}

	/*BEKEND VAN*/
section.media {
	background-color: #f0f3f5;
	padding: 40px 20px;
}

	section.media h2 {
		text-align: center;
		width: 100%;
		font-size: 2.2em;
		font-weight: bold;
		font-family: 'InZpire';
	}

	section.media p {
		text-align: center;
		margin: 25px auto;
		font-size: 14pt;
	}

	section.media ul.media-logos {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		gap: 20px;
		list-style: none;
		justify-items: center;
	}

		section.media ul.media-logos li {
			border: 1px solid #CCC;
			background: #FFF;
			padding: 5px;
		}

			section.media ul.media-logos li img {
				aspect-ratio: 25 / 13;
				height: 100px;
				object-fit: contain;
				padding: 5px;
			}

/* partners / banken / cerzekeraars*/

section.partners {
	background-color: #f0f3f5;
	padding: 40px 20px;
}

	section.partners h2 {
		text-align: center;
		width: 100%;
		font-size: 2.2em;
		font-weight: bold;
		font-family: 'InZpire';
	}

	section.partners p {
		text-align: center;
		margin: 25px auto;
		font-size: 14pt;
	}

	section.partners ul.logo-grid {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
		gap: 20px;
		list-style: none;
		justify-items: center;
	}

		section.partners ul.logo-grid li {
			border: 1px solid #CCC;
			background: #FFF;
			padding: 5px;
		}

			section.partners ul.logo-grid li a {
				text-decoration: none;
			}

			section.partners ul.logo-grid li span {
				width: 100%;
				text-align: center;
				display: flex;
				flex-direction: row;
				flex-wrap: nowrap;
				justify-content: center;
				font-weight: bold;
			}

			section.partners ul.logo-grid li img {
				aspect-ratio: 25 / 13;
				height: 100px;
				object-fit: contain;
				padding: 5px;
			}

section.contactblok {
	background-color: #fff;
	padding: 20px 0;
	border-bottom: 2px solid #ddd;
}

	section.contactblok h2 {
		text-align: center;
		width: 100%;
		font-size: 2.2em;
		font-weight: bold;
		font-family: 'InZpire';
	}

	section.contactblok p {
		text-align: center;
		margin: 25px auto;
		font-size: 14pt;
	}

	section.contactblok ul {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		gap: 1rem;
		justify-content: center;
		padding: 0;
		margin: 0;
		list-style: none;
		align-content: center;
	}

		section.contactblok ul li {
			max-width: 310px;
		}


/*social media footer*/

section.contactsocialblok {
	background-color: #fff;
	padding: 20px 0;
	border-bottom: 2px solid #ddd;
}

	section.contactsocialblok .contactblok {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap; /* Voor mobiel gedrag */
	}

		section.contactsocialblok .contactblok .blok {
			flex: 1 1 33.3333%;
			text-align: center;
			box-sizing: border-box;
		}

		section.contactsocialblok.contactblok .contactinfo a,
		section.contactsocialblok .contactblok .contactinfo p {
			margin: 0.25rem 0;
		}

	section.contactsocialblok .social-list {
		list-style: none;
		display: flex;
		justify-content: center;
		gap: 1rem;
		padding: 0;
		margin: 0.5rem 0 0 0;
	}

		section.contactsocialblok .social-list li img {
			width: 40px;
			height: 40px;
		}

.contactblok a[class^="hpButtonBelow"] {
	display: inline-block;
	padding: 0.65em 1.5em;
	font-weight: 600;
	border-radius: 6px;
	text-decoration: none;
	color: #fff;
	transition: background 0.3s ease;
	width: 100%;
	text-align: center;
	font-size: 14pt;
}

/* WhatsApp groen */
.hpButtonBelowWa {
	margin: 1em 0 0 0;
	background-color: #25D366;
}

	.hpButtonBelowWa:hover,
	.hpButtonBelowWa:focus {
		background-color: #1ebe5b;
	}

/* E-mail blauw */
.hpButtonBelowEmail {
	background-color: #1B75BA;
}

	.hpButtonBelowEmail:hover,
	.hpButtonBelowEmail:focus {
		background-color: #005fcc;
	}

/* Telefoon oranje */
.hpButtonBelowTel {
	background-color: #1B75BA;
}

	.hpButtonBelowTel:hover,
	.hpButtonBelowTel:focus {
		background-color: #00ACED;
	}

/* SUCCESVERHALEN EN BESPARINGEN */
section.succesverhalen {
	padding: 2rem 1rem;
	background: #F0F0F0 url(/images/bg_party.png) no-repeat center center;
}

	section.succesverhalen h2 {
		text-align: center;
		font-size: 2rem;
		font-weight: 400;
		font-family: 'InZpire', sans-serif;
		margin: 1.5rem 0;
	}

	section.succesverhalen p {
		text-align: center;
		font-size: 1.125rem;
		margin-bottom: 2rem;
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}

	section.succesverhalen .articleWrap {
		display: flex;
		flex-wrap: wrap;
		gap: 2rem;
		justify-content: center;
	}

	section.succesverhalen article {
		flex: 1 1 300px;
		border: 1px solid #e0e0e0;
		border-radius: 8px;
		padding: 1rem;
		box-shadow: 0 2px 5px rgba(0,0,0,0.05);
		position: relative;
		background: #FFF;
	}

		section.succesverhalen article time {
			font-size: 0.875rem;
			display: block;
			margin-bottom: 0.5rem;
			padding-left: 0.5rem;
			color: #666;
		}

	section.succesverhalen .aanbieder {
		display: block;
		font-size: 1.25rem;
		font-weight: 600;
		margin: 0.5rem 0;
		text-align: center;
	}

	section.succesverhalen .naam,
	section.succesverhalen .bedrag,
	section.succesverhalen .premie,
	section.succesverhalen .besparing,
	section.succesverhalen .totaleBesparing,
	section.succesverhalen .premie_oud {
		display: block;
		text-align: center;
		font-weight: 600;
		margin: 0.25rem 0;
	}

	section.succesverhalen .naam {
		font-size: 1rem;
	}

	section.succesverhalen .bedrag {
		font-size: 1.125rem;
	}

	section.succesverhalen .premie {
		font-size: 1rem;
	}

	section.succesverhalen .besparing {
		font-size: 1.125rem;
		color: #2e7d32;
	}

	section.succesverhalen .totaleBesparing {
		font-size: 1.125rem;
		color: #000;
	}

	section.succesverhalen .transitielijn {
		width: 90%;
		margin: 1rem auto;
		border-bottom: 1px solid #ccc;
		position: relative;
	}

	section.succesverhalen .highlightBubble {
		position: absolute;
		transform: translateX(-50%) rotate(-25deg);
		background: #F6911D;
		color: #fff;
		width: 125px;
		height: 125px;
		border-radius: 50%;
		font-size: 1.25rem;
		text-align: center;
		padding-top: 2rem;
		font-weight: 600;
		margin: -20px;
	}

		section.succesverhalen .highlightBubble em {
			display: block;
			font-size: 0.875rem;
			font-style: normal;
			margin-bottom: 0.25rem;
		}

	section.succesverhalen .label {
		display: block;
		text-align: center;
		font-size: 0.875rem;
		margin: 1.1rem;
	}

	section.succesverhalen .transitieDriehoek {
		width: 0;
		height: 0;
		border-left: 15px solid transparent;
		border-top: 10px solid #ccc;
		border-right: 15px solid transparent;
		margin: -0.6rem auto;
	}

	section.succesverhalen img.aanbieder-logo {
		display: block;
		width: 50%;
		max-width: 150px;
		margin: 1rem auto;
		height: auto;
	}

/* Algemene opmaak */
section.section_slideshow {
	padding: 3rem 1rem;
	background-color: #d5f4ff;
	font-family: 'InZpire', sans-serif;
	border-top: 1px solid #1B75BA;
	border-bottom: 1px solid #1B75BA;
}

	section.section_slideshow h2 {
		text-align: center;
		font-size: 2.3rem;
		font-weight: 600;
		margin-bottom: 1rem;
	}


	section.section_slideshow p {
		text-align: center;
		max-width: 700px;
		margin: 0 auto 2rem auto;
		font-size: 1.125rem;
	}

/* Slide container */
.slideshow {
	position: relative;
	overflow: hidden;
	width: 80%;
	margin: 0 10%;
}

	/* Individuele slides */
	.slideshow .slide {
		display: none;
		padding: 1rem;
		transition: opacity 0.5s ease-in-out;
	}

		/* Actieve slide tonen */
		.slideshow .slide.active {
			display: block;
		}

		/* Nieuwe structuur binnen elke slide */
		.slideshow .slide .slide-content {
			display: flex;
			justify-content: center;
			gap: 2rem;
			text-align: left;
			flex-direction: row;
			align-items: flex-start;
		}

		/* Afbeelding links */
		.slideshow .slide .slide-image {
			flex: 0 0 400px;
		}

			.slideshow .slide .slide-image img {
				width: 100%;
				max-width: 400px;
				height: auto;
				display: block;
				margin: 0; /* verwijderd centrering */
			}

		/* Tekst rechts */
		.slideshow .slide .slide-text {
			flex: 1 1 300px;
		}

			/* Titel en tekst */
			.slideshow .slide .slide-text h3 {
				font-size: 1.6rem;
				font-weight: bold;
				margin-bottom: 0.5rem;
			}

			.slideshow .slide .slide-text p {
				font-size: 1.3rem;
				max-width: 500px;
				margin: 15px 0;
				text-align: left;
			}

/* Navigatie (pijlen + dots) */
.slidenav {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
	gap: 1rem;
}

	.slidenav .prev,
	.slidenav .next {
		background: none;
		border: none;
		font-size: 2rem;
		color: #333;
		cursor: pointer;
	}

	.slidenav .dots {
		display: flex;
		list-style: none;
		gap: 0.5rem;
		padding: 0;
		margin: 0;
	}

		.slidenav .dots li {
			width: 25px;
			height: 25px;
			border-radius: 50%;
			background-color: #ccc;
			cursor: pointer;
			padding: 1px 9px;
			font-weight: bold;
			color: #FFF;
		}

			.slidenav .dots li[aria-selected="true"] {
				background-color: #f6911d;
			}

/* CTA-button */
.section_slideshow .cta {
	text-align: center;
	margin-top: 2.5rem;
}

	.section_slideshow .cta a.button {
		display: inline-block;
		padding: 0.75rem 1.5rem;
		background-color: #f6911d;
		color: #fff;
		border-radius: 4px;
		font-weight: 600;
		text-decoration: none;
		transition: background-color 0.3s ease;
	}

		.section_slideshow .cta a.button:hover {
			background-color: #db7e11;
		}

/* FAQS */
section.faqblok {
	background: #5095C8;
}

	section.faqblok h2 {
		color: #FFF;
		font-size: 2.2em;
		font-weight: bold;
		width: 100%;
		text-align: center;
		margin: 15px 0;
	}

	section.faqblok div.faq-list {
		max-width: 700px;
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
	}

		section.faqblok div.faq-list div {
			background: #1B75BA;
			margin: 5px 0;
		}

	section.faqblok div.centrebutton {
		background: transparent !important;
	}

		section.faqblok div.centrebutton a {
			display: flex;
			background: #F29425;
			height: 50px;
			border-radius: 5px;
			font-size: 15pt !important;
			font-weight: bold;
			cursor: pointer;
			color: #FFF;
			padding: 12px 25px;
			text-decoration: none;
			align-items: baseline;
			justify-content: center;
		}



	section.faqblok div.faq-list div h3 {
		width: 100%;
		color: #FFF;
		font-size: 1.7em;
		font-weight: bold;
		padding: 10px 15% 10px 15px;
	}

		section.faqblok div.faq-list div h3.closed {
			background: transparent url(/images/readmore_faq.png) no-repeat 97.5% center;
			cursor: pointer;
		}

		section.faqblok div.faq-list div h3.open {
			background: transparent url(/images/readless_faq.png) no-repeat 97.5% center;
			cursor: pointer;
		}

	section.faqblok div.faq-list div div[itemprop='acceptedAnswer'] {
		width: 100%;
		color: #FFF;
		font-size: 1.3em;
		font-weight: normal;
		border-top: 2px solid #FFF;
		padding: 20px;
		line-height: 1.6em;
		
	}

		section.faqblok div.faq-list div div[itemprop='acceptedAnswer'] p {
			color: #FFF;
		}

			section.faqblok div.faq-list div div[itemprop='acceptedAnswer'] p a {
				color: #FFF;
			}

/* NEWS - WEBLOGS */

section.news {
	background: #d5f4ff;
}

	section.news h2 {
		font-size: 1.9em;
		font-weight: bold;
		width: 100%;
		text-align: center;
		margin: 15px 0;
	}

	section.news p.subline {
		font-size: 1.2em;
		font-weight: bold;
		width: 100%;
		text-align: center;
	}

	section.news ul.artikel-grid {
		margin-top: 20px;
		list-style: none;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		gap: 3%;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}

		section.news ul.artikel-grid article {
			border: 1px solid #CCC;
			border-radius: 5px;
			background: #FFF;
			margin: 5px 0;
			padding: 2.5% 2.5% 20px 2.5%;
			line-height: 20pt;
			font-size: 13pt;
			display: grid;
			height: 375px;
		}

			section.news ul.artikel-grid article a {
				text-decoration: none;
			}

			section.news ul.artikel-grid article h3 {
				font-weight: bold;
				color: #1B75BA;
				height: 95px;
			}

			section.news ul.artikel-grid article img {
				width: 100%;
				height: 200px;
				object-fit: cover;
			}

			section.news ul.artikel-grid article a.readon {
				margin: 10px 20%;
				background: #00ACED;
				width: 60%;
				height: 40px;
				border-radius: 5px;
				font-weight: bold;
				cursor: pointer;
				color: #FFF;
				padding-top: 6px;
				align-items: baseline;
				text-align: center;
			}

/* TARIEVEN BLOK HYPOTHEEK */
section.tarieven {
	background-color: #d5f4ff;
	border-bottom: 2px solid #e0e0e0;
	padding: 3rem 1rem;
}

	section.tarieven h1 {
		font-size: 2.25rem;
		font-weight: 600;
		text-align: left;
		margin-bottom: 1rem;
	}

	section.tarieven h2 {
		font-size: 2.25rem;
		font-weight: 600;
		text-align: center;
		margin-bottom: 1rem;
	}

	section.tarieven p {
		text-align: center;
		max-width: 800px;
		margin: 0 auto 2rem auto;
		font-size: 1.1rem;
		line-height: 1.6;
	}

		section.tarieven p.align-left {
			text-align: left;
			margin: 1rem 0;
			max-width: 1200px;
		}

/*TARIEVEN HYPOTHEKEN UITGEBREID */
/*PRIJZEN*/

section.tariefblok {
	padding: 0 0 0 0;
}

	section.tariefblok h3 {
		font-weight: bold;
		margin: 15px 0;
		font-size: 1.5rem;
	}

	section.tariefblok p.introductie {
		margin: 15px 0;
		font-size: 1.1rem;
		line-height: 1.5rem;
	}

/* ONZE MEDEWERKERS */
/*medewerkers*/
section.team {
	background: #d5f4ff;
}

	section.team h2 {
		text-align: center;
		width: 100%;
		font-size: 2.2em;
		font-weight: bold;
		font-family: 'InZpire';
		margin: 1.5rem 0 0 0;
	}

	section.team p {
		text-align: center;
		margin: 25px auto;
		font-size: 14pt;
	}

.team-players {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	justify-content: center;
	padding: 0;
	list-style: none;
}

	.team-players li {
		flex: 0 0 265px;
	}

.employee-card {
	display: block;
	text-align: center;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	transition: transform 0.2s ease;
	text-decoration: none;
	color: inherit;
}

	.employee-card:hover {
		transform: translateY(-4px);
	}

	.employee-card figure {
		margin: 0;
	}

	.employee-card img {
		max-width: 100%;
		border-top-left-radius: 12px;
		border-top-right-radius: 12px;
	}

	.employee-card figcaption {
		padding: 1rem;
		font-weight: 600;
		font-size: 1rem;
	}

/*registraties*/
section.registraties {
	background: var(--light-blue);
}

	section.registraties h2 {
		text-align: center;
		width: 100%;
		font-size: 2.4rem;
		font-weight: bold;
		font-family: 'InZpire';
		margin: 1.5rem 24px 0 0 0;
	}

	section.registraties p {
		text-align: center;
		margin: 25px auto;
		font-size: 14pt;
	}

	section.registraties .instanties {
		display: flex;
		flex-wrap: wrap;
		gap: 1.5rem;
		justify-content: center;
		padding: 0;
		margin: 2rem 0;
		list-style: none;
	}

		section.registraties .instanties li {
			flex: 1 1 200px;
			max-width: 240px;
		}

		section.registraties .instanties a {
			display: block;
			text-decoration: none;
			color: inherit;
			background-color: #fff;
			border-radius: 12px;
			overflow: hidden;
			box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
			transition: transform 0.2s ease, box-shadow 0.2s ease;
		}

			section.registraties .instanties a:hover {
				transform: translateY(-4px);
				box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
			}

		section.registraties .instanties figure {
			margin: 0;
			padding: 1rem;
			display: flex;
			flex-direction: column;
			align-items: center;
		}

		section.registraties .instanties img {
			width: 100%;
			height: auto;
			object-fit: cover;
		}

		section.registraties .instanties figcaption {
			font-weight: 600;
			font-size: 1rem;
			color: #333;
			text-align: center;
		}

/* PARTNER WORDEN */
section.partner-worden {
	background-color: #FFF;
}

.partner-stappen {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	gap: 1.5rem;
}

.partner-optie {
	background: #f0f3f5;
	padding: 1rem;
	border-radius: 1rem;
}

	.partner-optie h3 {
		font-size: 1.2rem;
		color: #003366;
		margin-bottom: 0.5rem;
	}

.partner-aanmelden {
	text-align: center;
	margin-top: 2rem;
}

