<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	/* Borders */
	--button-border: 2px;
	--dropdown-border: 1px;
	--input-border: 2px;
	--panel-border: 1px;

	/* Radii */
	--button-radius: 20px;
	--dropdown-radius: 0.25rem;
	--input-radius: 0.25rem;
	--panel-radius: 30px;

	/* Padding */
	--button-padding: 1rem;
	--dropdown-padding: 1rem;
	--input-padding: 1rem;
	--panel-padding: 1rem;

	--navigation-height: 6rem;
}

.content-subtemplate-landing .form-right-module .form-card {
	padding: 3rem;
	background-color: white;
	color: black !important;
	border-radius: 1rem;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.content-subtemplate-landing .form-right-module .form-card p {
	color: black !important;
}

.content-subtemplate-landing .form-right-module .image-left-form picture .img-fluid {
	margin-top: -3rem;
}

@media only screen and (min-width: 768px) {
	.content-subtemplate-landing .form-right-module .form-card-absolute {
		position: absolute;
		width: 100%;
		top: 5rem;
	}

	.content-subtemplate-landing .form-right-module.min-height {
		min-height: 900px;
	}
}

/* CSS for Main Text Left. | Image with border on the right */

.content-subtemplate-landing .image-background-index .panel {
	z-index: 5;
}

@media only screen and (min-width: 768px) {
	.content-subtemplate-landing .image-background-index .image-left {
		margin-left: -5rem;
		z-index: 1;
	}
}

/* CSS for Keuzelijst 50% | Tekst blok 40% */

.content-subtemplate-landing .text-block-40-content .usp-content {
	border-radius: 1rem;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.content-subtemplate-landing .text-block-40-content .usp-content p {
	margin: 0;
}

.content-subtemplate-landing .text-block-40-content .usp-content ul li {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 1rem 0;
	list-style: none;
}

.content-subtemplate-landing .text-block-40-content .usp-content ul li::before {
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	/* (--fa-font is de lettertype-stijl die is geselecteerd in de configuratie) */
	font: var(--fa-font);
	/* Zet de icooncode als inhoud. Zie de Font Awesome Gallery voor alle icooncodes. */
	content: "\f058";
	margin-right: 1rem;
	color: var(--secondary-dark);
}

/* CSS for Veel gestelde vragen */

.content-subtemplate-landing .faq-content .tekst-accordeon-plus .collapsible-text-title::before {
	display: none;
}

.content-subtemplate-landing .faq-content .tekst-accordeon-plus button.collapsible-text-title {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	margin: 0.5rem 0;
	padding-left: 0;
}

.content-subtemplate-landing .faq-content .collapsible-text .collapsible-text-title[aria-expanded="false"]::after {
	/* Zorg dat icons overal hetzelfde zullen renderen. */
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	/* (--fa-font is de font style die geselecteerd is in de config.) */
	font: var(--fa-font);
	/* Verbergt de pijl voor ingeklapte teksttitels */
	content: "\2b";
	/* Voegt een overgangseffect toe voor de draaiende animatie */
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;

}

.content-subtemplate-landing .faq-content .collapsible-text .collapsible-text-title[aria-expanded="true"]::after {
	/* Zorg dat icons overal hetzelfde zullen renderen. */
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	/* (--fa-font is de font style die geselecteerd is in de config.) */
	font: var(--fa-font);
	/* Toont de min teken voor uitgeklapte teksttitels */
	content: "\f068";
	/* Voegt een overgangseffect toe voor de draaiende animatie */
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	/* Draait de pijl met 360 graden voor een draai-effect */
	transform: rotate(360deg);
}

.content-subtemplate-landing .faq-content .collapsible-text .collapsible-text-title::after {
	background-color: var(--primary);
	border: 5px solid var(--primary);
	border-radius: 100%;
	width: 50px;
	height: 50px;
	min-width: 50px;
	margin-left: 15px;
	font-size: 1.5rem !important;
	font-weight: 500;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content-subtemplate-landing .faq-content .collapsible-text .collapsible-text-title[aria-expanded="true"]::after {
	border: 3px solid var(--primary);
	background-color: transparent;
	color: black;
}

.content-subtemplate-landing .faq-content .collapsible-text-title {
	border: 0;
	font-size: 1.3rem;
}

.content-subtemplate-landing .faq-content .collapsible-text-title:focus,
.content-subtemplate-landing .faq-content .collapsible-text-title:hover,
.content-subtemplate-landing .faq-content .collapsible-text-title:active,
.content-subtemplate-landing .faq-content .collapsible-text-content {
	border: 0;
	box-shadow: none;
}

/* CSS for Recensieoverzicht */
.content-subtemplate-landing .review-item-preview-rating i {
	font-size: 1.375em;
	color: gold;
}

/* CSS for Keuzelijst 40% | Recensie formulier 50% */
.content-subtemplate-landing [data-partial="review-form"] .input-rating i {
	font-size: 1.375em;
	color: gold;
}

/* CSS for Keuzelijst 66% | 33% Recensie rating */
.content-subtemplate-landing [data-partial="review-rating"] i {
	font-size: 1.375em;
	color: gold;
}

/* CSS for Recensie rating 33% | Keuzelijst 66% */
.content-subtemplate-landing [data-partial="review-rating"] i {
	font-size: 1.375em;
	color: gold;
}

/* CSS for Drievoudige USP balk met iconen */
.content-subtemplate-landing .triple-icon-bar-content .triple-icon-bar-section {
	padding: 3rem 0;
}

.content-subtemplate-landing .triple-icon-bar-content .triple-icon-bar-section .triple-icon-bar-icon p {
	align-items: center;
	display: flex;
	font-size: 2rem;
}

.content-subtemplate-landing .triple-icon-bar-content .triple-icon-bar-section .triple-icon-bar-icon p span.fa-fw:first-child {
	font-size: 2rem !important;
}

/* CSS for Viervoudige USP balk met iconen */

.content-subtemplate-landing .four-icon-bar-content {
	padding: 3rem 0;
}

.content-subtemplate-landing .four-icon-bar-content .four-icon-bar-icon p {
	align-items: center;
	display: flex;
	font-size: 1.3rem;
}

.content-subtemplate-landing .four-icon-bar-content .four-icon-bar-icon p span.fa-fw:first-child {
	font-size: 1.3rem !important;
}

/* CSS for triple content blocks */

.content-subtemplate-landing .triple-content-blocks-content .contentblok {
	padding: 2rem;
	border-radius: 25px;
}

.content-subtemplate-landing .triple-content-blocks-content .usp-content .btn-secondary {
	display: block;
}

.content-subtemplate-landing .triple-content-blocks-content .scale {
	transform: scale(1.1);
}

/* CSS for Drievoudige meest populair blokken */
.content-subtemplate-landing .triple-most-popular-blocks-content .pricing-block {
	padding: 2rem;
	border-radius: 25px;
	color: #fff !important;
	background: var(--black);
}

.content-subtemplate-landing .triple-most-popular-blocks-content .pricing-block h3,
.content-subtemplate-landing .triple-most-popular-blocks-content .pricing-block .h3,
.content-subtemplate-landing .triple-most-popular-blocks-content .pricing-block h4,
.content-subtemplate-landing .triple-most-popular-blocks-content .pricing-block .h4 {
	color: #fff;
}

.content-subtemplate-landing .triple-most-popular-blocks-content .pricing-block p em {
	font-style: normal;
	font-size: 1.4rem;
}

.content-subtemplate-landing .triple-most-popular-blocks-content .usp-content .btn-secondary {
	display: block;
}

.content-subtemplate-landing .triple-most-popular-blocks-content .pricing-block {
	color: #fff;
}

.content-subtemplate-landing .triple-most-popular-blocks-content .scale {
	transform: scale(1.1);
}

.content-subtemplate-landing .triple-most-popular-blocks-content .populair {
	position: absolute;
	color: #fff;
	z-index: 2;
	border-radius: 25px;
	padding: 1rem;
	left: 27%;
	top: -14%;
}

.content-subtemplate-landing .triple-most-popular-blocks-content .populair p {
	color: #fff !important;
	margin: 0;
}

.content-subtemplate-landing .triple-most-popular-blocks-content .populair+[data-partial="element"]+p:empty {
	display: none;
}

/* CSS for Foto album met rand */
.content-subtemplate-landing .photo-album-with-border-content .brands-border {
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	padding: 2rem;
}

.content-subtemplate-landing .photo-album-with-border-content .brands-border .image-album-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* CSS for Slider animated */

.content-subtemplate-landing .slider-animated-content .image-album-slider-animated .flex-slider {
	animation-duration: 30000ms;
	align-items: center;
	display: flex;
}

.content-subtemplate-landing .slider-animated-content .image-album-slider-animated&gt;* img {
	padding-left: 1rem;
	padding-right: 1rem;
}

.content-subtemplate-landing .slider-animated-content .image-album-slider-animated&gt;*::before {
	background: linear-gradient(270deg, transparent 0%, white 100%);
}

.content-subtemplate-landing .slider-animated-content .image-album-slider-animated&gt;*::after {
	background: linear-gradient(90deg, transparent 0%, white 100%);
}

/* CSS for Foto album */
.content-subtemplate-landing .photo-album-with-border-content .brands .image-album-item {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* CSS om beheerbaarheid te verbeteren */

[data-editor-mode=layout] [data-partial] .image-empty {
	min-height: 2rem;
}

[data-editor-mode=layout] .modal-body {
	overscroll-behavior: contain;
	max-height: calc(100vh - 400px);
	overflow-y: auto;
	-webkit-overflow-scrolling: auto;
}

[data-editor-mode=layout] .layout-data-div {
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding: 2rem 2rem 0rem 2rem;
}

body[data-editor-mode="content"] [data-partial="text"] {
	min-width: 30px;
	min-height: 50px;
}

/* Customizable css */
.content-subtemplate-landing .bg-primary p,
.content-subtemplate-landing .bg-primary h1,
.content-subtemplate-landing .bg-primary h2 {
	color: white;
}

.content-subtemplate-landing .bg-secondary p,
.content-subtemplate-landing .bg-tertiary p {
	color: black;
}

.content-subtemplate-landing .bg-primary p .fa-icons,
.content-subtemplate-landing .bg-secondary p .fa-icons,
.content-subtemplate-landing .bg-tertiary p .fa-icons {
	color: var(--white) !important;
}

/* vergeet niet om !important er achter te zetten */
.content-subtemplate-landing .bg-primary,
.content-subtemplate-landing .bg-secondary,
.content-subtemplate-landing .bg-tertiary {}


.content-subtemplate-landing div[data-partial="preset-list"] &gt; div section:not(section.page):nth-child(4n + 1){
	background-color: #fff;
}

.content-subtemplate-landing div[data-partial="preset-list"] &gt; div section:not(section.page):nth-child(4n + 2){
	background-color: #F6F6F6;
}

.content-subtemplate-landing div[data-partial="preset-list"] &gt; div section:not(section.page):nth-child(4n + 3){
	background-color: #fff;
}

.content-subtemplate-landing div[data-partial="preset-list"] &gt; div section:not(section.page):nth-child(4n + 4){
	background-color: #F2F0EC;
}

.content-subtemplate-landing img {
	border-radius: var(--panel-radius);
}

.content-subtemplate-landing .formbox {
	background-color: var(--tertiary);
	padding: 2rem;
	border-radius: var(--panel-radius) 0 var(--panel-radius) var(--panel-radius);
}

.content-subtemplate-landing .formbox h2,
.content-subtemplate-landing .formbox label:not(.dropdown-item label) {
	color: #fff;
}
.content-subtemplate-landing .form-control {
	border-color: var(--white);
}

.content-subtemplate-landing .form-control:hover,
.content-subtemplate-landing .form-control:focus {
	border-color: var(--secondary);
}

</pre></body></html>