

.whatsapp-icon {
	position: fixed;
	z-index: 300;
	right: 20px;
	bottom: 20px;
	width: 60px;
	height: 60px;
	box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.15);
	border-radius: 50%;
	background-color: rgb(32,191,85);
	background-image: url('data:image/svg+xml,<svg width="360" height="362" viewBox="0 0 360 362" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M307.546 52.5655C273.709 18.685 228.706 0.0171895 180.756 0C81.951 0 1.53846 80.404 1.50408 179.235C1.48689 210.829 9.74646 241.667 25.4319 268.844L0 361.736L95.0236 336.811C121.203 351.096 150.683 358.616 180.679 358.625H180.756C279.544 358.625 359.966 278.212 360 179.381C360.017 131.483 341.392 86.4547 307.546 52.5741V52.5655ZM180.756 328.354H180.696C153.966 328.346 127.744 321.16 104.865 307.589L99.4242 304.358L43.034 319.149L58.0834 264.168L54.5423 258.53C39.6304 234.809 31.749 207.391 31.7662 179.244C31.8006 97.1036 98.6334 30.2707 180.817 30.2707C220.61 30.2879 258.015 45.8015 286.145 73.9665C314.276 102.123 329.755 139.562 329.738 179.364C329.703 261.513 262.871 328.346 180.756 328.346V328.354ZM262.475 216.777C257.997 214.534 235.978 203.704 231.869 202.209C227.761 200.713 224.779 199.966 221.796 204.452C218.814 208.939 210.228 219.029 207.615 222.011C205.002 225.002 202.389 225.372 197.911 223.128C193.434 220.885 179.003 216.158 161.891 200.902C148.578 189.024 139.587 174.362 136.975 169.875C134.362 165.389 136.7 162.965 138.934 160.739C140.945 158.728 143.412 155.505 145.655 152.892C147.899 150.279 148.638 148.406 150.133 145.423C151.629 142.432 150.881 139.82 149.764 137.576C148.646 135.333 139.691 113.287 135.952 104.323C132.316 95.5909 128.621 96.777 125.879 96.6309C123.266 96.5019 120.284 96.4762 117.293 96.4762C114.302 96.4762 109.454 97.5935 105.346 102.08C101.238 106.566 89.6691 117.404 89.6691 139.441C89.6691 161.478 105.716 182.785 107.959 185.776C110.202 188.767 139.544 234.001 184.469 253.408C195.153 258.023 203.498 260.782 210.004 262.845C220.731 266.257 230.494 265.776 238.212 264.624C246.816 263.335 264.71 253.786 268.44 243.326C272.17 232.866 272.17 223.893 271.053 222.028C269.936 220.163 266.945 219.037 262.467 216.794L262.475 216.777Z" fill="white"/></svg>');
	background-position: 15px;
	background-size: 30px;
	background-repeat: no-repeat;
	transition: all 250ms ease-in-out;
	opacity: 0;
	transform: translateY(120px);
	pointer-events: none;
}
	
.whatsapp-icon.icon--show {
	opacity: 1;
	transform: none;
	pointer-events: all;
}
	
.whatsapp-icon:hover {
	transform: translateY(-5px) scale(1.05);
}
	
.whatsapp-icon .icon_label {
	font-size: 0;
}

.whatsapp-icon .icon_number {
	display: block;
	position: absolute;
	top: 18px;
	left: -12.5em;
	border-radius: 5px;
	background-color: rgb(32,191,85);
	padding: 5px 10px;
	color: white;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
}

/* Primary colors */
.aqua{color:#00adc2!important;color:rgba(0,174,195,1)!important}
.orange{color:#ef7e31!important;color:rgba(240,126,49,1)!important}
/* Secondary colors */
.green{color:#a1c754!important;color:rgba(161,200,84,1)!important}
.pink{color:#d14190!important;color:rgba(210,66,145,1)!important}
.blue{color:#32639e!important;color:rgba(50,99,158)!important}
/* Backgrounds */
.bg-white{background-color:#fff!important;background-color:rgba(255,255,255,1)!important}
.bg-light,.bg-grijs{background-color:#f2f5f8!important;background-color:rgba(242,245,248,1)!important}
.bg-aqua,.bg-lichtblauw{background-color:#00adc2!important;background-color:rgba(0,174,195,1)!important}
.bg-aqua *,.bg-lichtblauw *{color:#fff!important}
.bg-orange,.bg-oranje{background-color:#ef7e31!important;background-color:rgba(240,126,49,1)!important}
.bg-orange *,.bg-oranje *{color:#fff!important}
.bg-green,.bg-groen{background-color:#a1c754!important;background-color:rgba(161,200,84,1)!important}
.bg-green *,.bg-groen *{color:#fff!important}
.bg-pink,.bg-roze{background-color:#d14190!important;background-color:rgba(210,66,145,1)!important}
.bg-pink *,.bg-roze *{color:#fff!important}
.bg-blue,.bg-donkerblauw{background-color:#32639e!important;background-color:rgba(50,99,158)!important}
.bg-blue *,.bg-donkerblauw *{color:#fff!important}

/* Fonts */
@font-face {
	font-family:'Arsilon';
	src:url('../fonts/arsilon/Arsilon.eot');
	src:url('../fonts/arsilon/Arsilon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/arsilon/Arsilon.woff2') format('woff2'),
		url('../fonts/arsilon/Arsilon.woff') format('woff'),
		url('../fonts/arsilon/Arsilon.ttf') format('truetype'),
		url('../fonts/arsilon/Arsilon.svg#Arsilon') format('svg');
	font-weight:normal;
	font-style:normal;
	font-display:swap;
}
@font-face {
	font-family:'Calibri';
	src:url('../fonts/calibri/Calibri.eot');
	src:url('../fonts/calibri/Calibri.eot?#iefix') format('embedded-opentype'),
		url('../fonts/calibri/Calibri.woff2') format('woff2'),
		url('../fonts/calibri/Calibri.woff') format('woff'),
		url('../fonts/calibri/Calibri.ttf') format('truetype'),
		url('../fonts/calibri/Calibri.svg#Calibri') format('svg');
	font-weight:normal;
	font-style:normal;
	font-display:swap;
}
@font-face {
	font-family:'Calibri';
	src:url('../fonts/calibri/Calibri-Bold.eot');
	src:url('../fonts/calibri/-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/calibri/Calibri-Bold.woff2') format('woff2'),
		url('../fonts/calibri/Calibri-Bold.woff') format('woff'),
		url('../fonts/calibri/Calibri-Bold.ttf') format('truetype'),
		url('../fonts/calibri/Calibri-Bold.svg#Calibri-Bold') format('svg');
	font-weight:bold;
	font-style:normal;
	font-display:swap;
}
.arsilon{font-family:'Arsilon'}
.encode-sans{font-family:'Encode Sans',sans-serif}
.merriweather {
	font-family: 'Merriweather', serif;
	font-style: italic;
}
.calibri{font-family:'Calibri'}
.fw-300,.fw-300 *{font-weight:300!important}
.fw-400,.fw-400 *{font-weight:400!important}
.fw-500,.fw-500 *{font-weight:500!important}
.fw-600,.fw-600 *{font-weight:600!important}
.fw-700,.fw-700 *{font-weight:700!important}
.fw-300 b,.fw-300 strong,.fw-400 b,.fw-400 strong,.fw-500 b,.fw-500 strong,.fw-600 b,.fw-600 strong,.fw-700 b,.fw-700 strong{font-weight:600}

/* CSS Document */
/*STANDAARD RESET VOOR VERGELIJKBARE WEERGAVE IN ALLE BROWSERS*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin:0;
	padding:0;
	border:0;
	-webkit-font-smoothing:antialiased;
	vertical-align:baseline;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{
	line-height:inherit;
	text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
		-ms-text-size-adjust:100%;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
ol,ul{margin-bottom:1.5rem}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
img{
	display:block;
	max-width:100%;
	height:auto;
	image-rendering:-moz-crisp-edges;
	image-rendering:-o-crisp-edges;
	image-rendering:-webkit-optimize-contrast;
	image-rendering:crisp-edges;
	-ms-interpolation-mode:nearest-neighbor;
}
iframe,object,embed{max-width:100%}
*,*:before,*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
a{
	text-decoration:none;
	color:inherit;
	transition:.3s all ease-out;
}
a *,a:before,a:after{transition:inherit}
a:hover{text-decoration:underline}
/* Class voor toegankelijkheid. Verberg een tekst visueel,maar laat deze staan voor screenreaders. Bijvoorbeeld een label in een formulier*/
.visually-hidden{
	border:0;
	clip:rect(1px 1px 1px 1px);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute!important;
	width:1px;
	white-space:nowrap;
}
/* Wanneer een (bijvoorbeeld) 10-column gecentreerd moet worden in het Bootstrap grid */
.centered{
	margin-left:auto;
	margin-right:auto;
}
/* Standaard styling voor de standaard cookie-melding */
.cookie-popup{
	width:100%;
	position:fixed;
	bottom:0;
	background:#fff;
	background:rgba(255,255,255,.85);
	z-index:9999;
	opacity:0;
	box-shadow:0 0 5px rgba(0,0,0,.2);
	padding:15px;
}
.cookie-popup-container{width:100%}
.cookie-popup-container p{
	margin:10px 0;
	color:#282828;
	font-size:15px;
	font-family:inherit;
	font-weight:300;
	text-align:center;
}
.cookie-popup-container a{color:#ef7e31;font:inherit}
/* Algemene opmaak voor de richtext editor in Umbraco*/
.afbeeldinglinks{
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.afbeeldingrechts{
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
/* Algemene opmaak voor de grid editor */
.intro ul{
	list-style-type:disc;
	margin-left:22px;
}
.umb-block-list ol,
.intro ol{
	list-style-type:decimal;
	margin-left:22px;
}
.umb-grid a,
.intro a,
p a{text-decoration:underline}
.umb-grid a:hover,.umb-grid a:focus{color:#f00}
/* Simpele hack om een embedded iframe responsive te krijgen */
.video-wrapper,.embeditem{
	position:relative;
	overflow:hidden;
	padding-top:56.25%;
}
.video-wrapper iframe,.embeditem iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
}
/* Algemene opmaak voor een automatisch door Umbraco Forms gegeneerd formulier */
.umbraco-forms-form *:focus{
	outline:inherit;
	outline-offset:inherit;
}
.umbraco-forms-form .umbraco-forms-fieldset{margin-bottom:0;padding-right:0}
.umbraco-forms-form legend{
	font-size:1.1875rem;
}
.umbraco-forms-form h2{
	margin-top:60px;
}
.umbraco-forms-form .umbraco-forms-field input[type="text"],.umbraco-forms-form .umbraco-forms-field input[type="password"],.umbraco-forms-form input.text,.umbraco-forms-form textarea,.umbraco-forms-form select{
	max-width:735px!important;
	padding:10px 5px!important;
	font-size:inherit;
	font-family:inherit;
	border-radius:0;
	background:#fff;
	border:1px solid rgba(0,0,0,.05)!important;
	/*border:1px solid #eaf0f0;*/
}
.umbraco-forms-form input:active,.umbraco-forms-form textarea:active,.umbraco-forms-form select:active,
.umbraco-forms-form input:focus,.umbraco-forms-form textarea:focus,.umbraco-forms-form select:focus{border-color:rgba(0,0,0,.25)!important}

.umbraco-forms-form .checkboxlist,.umbraco-forms-form .radiobuttonlist{width:100%;padding-top:9px!important;margin-bottom:.5rem}
.umbraco-forms-form .checkboxlist [type="checkbox"],.umbraco-forms-form .radiobuttonlist [type="radio"]{display:inline-block;vertical-align:middle;margin-right:5px!important}
.umbraco-forms-form .checkboxlist [type="checkbox"]+label,.umbraco-forms-form .radiobuttonlist [type="radio"]+label{float:none!important;clear:none!important;display:inline-block;width:calc(100% - 40px);margin:0!important;vertical-align:middle}
.umbraco-forms-form select{
	max-width:400px!important;
	width:95%;
}
.umbraco-forms-form .umbraco-forms-field{
	margin-bottom:15px;
	width:100%;
	overflow:hidden;
}
.umbraco-forms-form .umbraco-forms-field .umbraco-forms-label{font-weight:normal}
.umbraco-forms-form .umbraco-forms-field input[type="text"],.umbraco-forms-form .umbraco-forms-field input[type="password"],.umbraco-forms-form .umbraco-forms-field textarea{width:100%;margin:0;border-radius:5px;border:none;border:1px solid #e2e2e2!important}
.umbraco-forms-form .umbraco-forms-field input[type="checkbox"]{
	height:26px!important;
	width:26px!important;
	margin:10px 0;
	border:1px solid #fff;
	border-radius:0;
	vertical-align:top;
	margin-top:5px;
}
.umbraco-forms-form .umbraco-forms-field input[type="radio"]{
	height:15px!important;
	width:15px!important;
}
.umbraco-forms-form .umbraco-forms-field input[type="file"]{font-size:16px}
.umbraco-forms-form .umbraco-forms-field .checkboxlist{padding:0}
.umbraco-forms-form .umbraco-forms-field .checkboxlist label{margin-right:15px;padding-top:0}
.umbraco-forms-form .umbraco-forms-field .radiobuttonlist label{margin-left:5px}
.umbraco-forms-form .umbraco-forms-tooltip.help-block{
	display:block;
	width:100%;
	font-size:15px;
	font-style:italic;
}
.umbraco-forms-form .umbraco-forms-navigation .col-md-12{padding-left:0}
.umbraco-forms-form input[type="submit"]:focus{transition:none}
.umbraco-forms-form span.contourError,.umbraco-forms-form span.field-validation-error,
.umbraco-forms-form span.contourError *,.umbraco-forms-form span.field-validation-error *{padding:0;color:red;font-weight:300}
.umbraco-forms-form .single-check{margin-top:14px!important}
/* BOOTSTRAP GRID */
.container{
	width:100%;
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto;
}
.row{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-right:-15px;
	margin-left:-15px;
}
[class^="col-"]{
	padding:0 15px;
	background-clip:content-box;
	/*margin:0 auto;*/
}
.umb-grid [class^="col-"]{margin:0 auto}
.umb-grid .align-center [class^="col-"]{margin:auto!important}
.col-1{
	-webkit-box-flex:0;
		-webkit-flex:0 0 8.333333%;
			-ms-flex:0 0 8.333333%;
				flex:0 0 8.333333%;
	max-width:8.333333%;
}
.col-2{
	-webkit-box-flex:0;
		-webkit-flex:0 0 16.666667%;
			-ms-flex:0 0 16.666667%;
				flex:0 0 16.666667%;
	max-width:16.666667%;
}
.col-3{
	-webkit-box-flex:0;
		-webkit-flex:0 0 25%;
			-ms-flex:0 0 25%;
				flex:0 0 25%;
	max-width:25%;
}
.col-4{
	-webkit-box-flex:0;
		-webkit-flex:0 0 33.333333%;
			-ms-flex:0 0 33.333333%;
				flex:0 0 33.333333%;
		max-width:33.333333%;
}
.col-5{
	-webkit-box-flex:0;
		-webkit-flex:0 0 41.666667%;
			-ms-flex:0 0 41.666667%;
				flex:0 0 41.666667%;
	max-width:41.666667%;
}
.col-6{
	-webkit-box-flex:0;
		-webkit-flex:0 0 50%;
			-ms-flex:0 0 50%;
				flex:0 0 50%;
	max-width:50%;
}
.col-7{
	-webkit-box-flex:0;
		-webkit-flex:0 0 58.333333%;
			-ms-flex:0 0 58.333333%;
				flex:0 0 58.333333%;
	max-width:58.333333%;
}
.col-8{
	-webkit-box-flex:0;
		-webkit-flex:0 0 66.666667%;
			-ms-flex:0 0 66.666667%;
				flex:0 0 66.666667%;
	max-width:66.666667%;
}
.col-9{
	-webkit-box-flex:0;
		-webkit-flex:0 0 75%;
			-ms-flex:0 0 75%;
				flex:0 0 75%;
	max-width:75%;
}
.col-10{
	-webkit-box-flex:0;
		-webkit-flex:0 0 83.333333%;
			-ms-flex:0 0 83.333333%;
				flex:0 0 83.333333%;
	max-width:83.333333%;
}
.col-11{
	-webkit-box-flex:0;
		-webkit-flex:0 0 91.666667%;
			-ms-flex:0 0 91.666667%;
				flex:0 0 91.666667%;
	max-width:91.666667%;
}
.col-12{
	-webkit-box-flex:0;
		-webkit-flex:0 0 100%;
			-ms-flex:0 0 100%;
				flex:0 0 100%;
	max-width:100%;
}
.col-sm-1,.col-sm-2,.col-sm-3,
.col-sm-4,.col-sm-5,.col-sm-6,
.col-sm-7,.col-sm-8,.col-sm-9,
.col-sm-10,.col-sm-11,.col-sm-12{width:100%}
.col-md-1,.col-md-2,.col-md-3,
.col-md-4,.col-md-5,.col-md-6,
.col-md-7,.col-md-8,.col-md-9,
.col-md-10,.col-md-11,.col-md-12{width:100%}
.col-lg-1,.col-lg-2,.col-lg-3,
.col-lg-4,.col-lg-5,.col-lg-6,
.col-lg-7,.col-lg-8,.col-lg-9,
.col-lg-10,.col-lg-11,.col-lg-12{width:100%}
.col-xl-1,.col-xl-2,.col-xl-3,
.col-xl-4,.col-xl-5,.col-xl-6,
.col-xl-7,.col-xl-8,.col-xl-9,
.col-xl-10,.col-xl-11,.col-xl-12{width:100%}
/* Site Presets */
body {
	top: 0 !important;
}
*:not(font) {
	color: #282828;
	font-family: 'Encode Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	outline: 0;
}
.visible-xs,.visible-sm{display:block}
.hidden-xs,.hidden-sm{display:none}
.bg-overlay{display:none;position:fixed;width:100%;height:100%;top:0;background:#7f7f7f;background:rgba(0,0,0,.5);z-index:4}
.margin-top-large{margin-top:60px!important}
.margin-top-medium{margin-top:45px!important}
.margin-top-small{margin-top:30px!important}
header,main,footer{position:relative;width:100%;float:left;z-index:1}
	/* Content */
	h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5{display:block;color:#00adc2;font-weight:400;line-height:initial}
	h1,.h1{margin-bottom:.75rem!important;font-size:2.38095rem}/*50px*/
	h2,.h2{margin-bottom:.25rem!important;font-size:1.38095rem}/*29px*/
	h3,.h3{margin-bottom:.25rem!important;font-size:1.14285rem}/*24px*/
	h4,.h4{margin-bottom:.25rem!important;font-size:1.04761rem}/*22px*/
	h5,.h5{margin-bottom:.25rem!important;font-size:1rem}/*21px*/
	h1 a,.h1 a,h2 a,.h2 a,h3 a,.h3 a,h4 a,.h4 a,h5 a,.h5 a{color:inherit;font:inherit;text-decoration:none}
	h1 a:hover,.h1 a:hover,h2 a:hover,.h2 a:hover,h3 a:hover,.h3 a:hover,h4 a:hover,.h4 a:hover,h5 a:hover,.h5 a:hover,h1 a:focus,.h1 a:focus,h2 a:focus,.h2 a:focus,h3 a:focus,.h3 a:focus,h4 a:focus,.h4 a:focus,h5 a:focus,.h5 a:focus{text-decoration:none}
	p{margin-bottom:.75rem}
	em,i{font-style:italic}
	strong,b{font-weight:600}
	a:active,a:focus,a:hover{color:#00adc2}
	hr{margin:1.5em 0;border:none;border-bottom:1px solid rgba(0,0,0,.5)}
	figcaption,.caption{display:block;margin-top:.75em;color:#333;font-size:.824em;font-style:italic}
	.text-center{text-align:center}
	.text-center-xs{text-align:center}
	.text-right{text-align:right}
	.text-right-xs{text-align:right}
	.img-left{margin-right:15px;float:left}
	.img-right{margin-left:15px;float:right}
	/* Buttons */
	.btn{position:relative;display:inline-block;width:auto;margin-bottom:.75rem;padding:10px 15px;background:#666;border:1px solid transparent!important;border-radius:5px;color:#fff;font-weight:400;text-align:center;text-decoration:none!important;text-transform:lowercase}
	.btn:active,.btn:focus,.btn:hover{background-color:#000!important;color:#fff!important}
	.btn.btn-primary{background-color:#ef7e31;box-shadow:0 3px 6px rgba(0,0,0,.15)/*;box-shadow:0 0 15px 5px rgba(0,0,0,.1)*/}
	.btn.btn-primary:after{display:inline-block;content:'';width:8px;height:14px;margin-left:10px;margin-bottom:2px;background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgOCAxNCI+DQogIDxwYXRoIGlkPSJpY29uX2NoZXZyb24tcmlnaHRfd2hpdGUiIGQ9Ik00LjY2NywxLjY1N2EuNi42LDAsMCwxLC44MDksMGw2Ljg1NSw2LjQ2MWEuNTE3LjUxNywwLDAsMSwwLC43NjJMNS40NzYsMTUuMzQxYS42LjYsMCwwLDEtLjgwOSwwLC41MTcuNTE3LDAsMCwxLDAtLjc2MkwxMS4xMTksOC41LDQuNjY3LDIuNDJhLjUxNy41MTcsMCwwLDEsMC0uNzYyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQuNDk5IC0xLjQ5OSkiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+DQo=') no-repeat center;background-size:contain;vertical-align:middle}
	.btn.btn-primary:active,.btn.btn-primary:focus,.btn.btn-primary:hover{background-color:#00adc2!important;color:#fff!important}
	.btn.btn-secondary{background:#000}
	.btn.btn-open{background:transparent;border:2px solid #f00}
	.btn.btn-open:hover,.btn.btn-open:focus{background:#f00!important}
	.btn.btn-open:after{display:inline-block;content:'';width:18px;height:18px;margin-left:15px;background:url('data:image/svg+xml;base64,PHN2ZyBpZD0iYjY5N2NiZmMtMGQ3Mi00ZmE1LWE5Y2ItMWRmMDI3MDY0MmViIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDguMDUgNDM2LjciPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojZmZjMDE1O308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvbl9hcnJvdy1yaWdodC15ZWxsb3c8L3RpdGxlPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTE5MC41LDI5LjI1bDIyLjItMjIuMkEyMy45LDIzLjksMCwwLDEsMjQ2LjUsN2wuMS4xTDQ0MSwyMDEuMzVhMjMuOSwyMy45LDAsMCwxLC4xLDMzLjhsLS4xLjFMMjQ2LjYsNDI5LjY1YTIzLjksMjMuOSwwLDAsMS0zMy44LjFsLS4xLS4xLTIyLjItMjIuMmEyNCwyNCwwLDAsMSwwLTMzLjk0bC4zNy0uMzYsMTIwLjUtMTE0LjhIMjRBMjMuOTQsMjMuOTQsMCwwLDEsMCwyMzQuNDdWMjAyLjM1YTIzLjk0LDIzLjk0LDAsMCwxLDIzLjg4LTI0SDMxMS40TDE5MC45LDYzLjU1YTIzLjg2LDIzLjg2LDAsMCwxLTEtMzMuNzJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIi8+PC9zdmc+') no-repeat 50% 50%;background-size:18px auto;vertical-align:middle;transition:.3s all ease-out}
	.btn.btn.btn-open:hover:after,.btn.btn-open:focus:after{margin-left:25px;text-decoration:none}
	.btn-nav{margin-right:0;background:#333;border:1px solid #333}
	.btn-nav:hover,.btn-nav:focus,.btn-nav.active{color:#fff!important;border-color:rgba(0,0,0,1)}
	.btn-nav.active{border-color:#f00}
	p+.btn{margin-top:0}
	p .btn{margin-top:0!important}
	.btn-container{width:calc(100% + 10px);margin:calc(1.5rem - 5px) -5px}
	.btn-container .btn{margin:5px!important}
	.text-link{text-decoration:underline}
	/* Forms */
	::-webkit-input-placeholder{color:#7f7f7f;color:rgba(0,0,0,.5)}
	::-moz-placeholder{color:#7f7f7f;color:rgba(0,0,0,.5)}
	:-ms-input-placeholder{color:#7f7f7f;color:rgba(0,0,0,.5)}
	:-moz-placeholder{color:#7f7f7f;color:rgba(0,0,0,.5)}
	[class^="col"]>[type="text"],[class^="col"]>[type="tel"],[class^="col"]>[type="email"],[class^="col"]>[type="password"],[class^="col"]>[type="file"],[class^="col"]>select,[class^="col"]>textarea,
	[class^="col"]>div>[type="text"],[class^="col"]>div>[type="tel"],[class^="col"]>div>[type="email"],[class^="col"]>div>[type="password"],[class^="col"]>div>[type="file"],[class^="col"]>div>select,[class^="col"]>div>textarea{width:100%}
	.form .row.clearfix{margin-top:-.5em}
	.form [class^="col-"]{margin:0}
	.form [class^="col-"] label{display:block;padding:9px 0}
	.form-control,.form-control-file{display:block;margin:5px 0;padding:5px 10px;border:1px solid #efefef;box-shadow:none;line-height:1em;transition:.3s all ease-out;float:left}
	.form-control-file{padding:5px 0;border-color:transparent}
	/*.checkbox{position:absolute;opacity:0}*/
	.checkbox+span{position:relative;padding:0;cursor:pointer}
	.checkbox+span:before{display:inline-block;content:'';width:25px;height:25px;margin-right:15px;background:#fff;border:1px solid #efefef;vertical-align:text-top;transition:.3s all ease-out}
	label:hover .checkbox+span:before,label:focus .checkbox+span:before{border-color:#f00}
	.checkbox:checked+span:before{background:#f00;border-color:#f00}
	.checkbox:disabled+span{color:#efefef;cursor:auto}
	.checkbox:disabled+span:before{border-color:#efefef}
	label:hover .checkbox:disabled+span:before,label:focus .checkbox:disabled+span:before{border-color:#efefef}
	.checkbox+span:after{position:absolute;content:'';width:2px;height:2px;top:12px;left:7px;background:white;box-shadow:2px 0 0 white,4px 0 0 white,4px -2px 0 white,4px -4px 0 white,4px -6px 0 white,4px -8px 0 white;transform:rotate(45deg)}
	.radiobutton{position:absolute;opacity:0}
	.radiobutton+span{position:relative;padding:0;cursor:pointer}
	.radiobutton+span:before{display:inline-block;content:'';width:25px;height:25px;margin-right:15px;background:#fff;border:1px solid #efefef;border-radius:50%;vertical-align:text-top;transition:.3s all ease-out}
	label:hover .radiobutton+span:before,label:focus .radiobutton+span:before{border-color:#f00}
	.radiobutton:checked+span:before{background:#f00;border-color:#f00}
	.radiobutton:disabled+span{color:#efefef;cursor:auto}
	.radiobutton:disabled+span:before{border-color:#efefef}
	label:hover .radiobutton:disabled+span:before,label:focus .radiobutton:disabled+span:before{border-color:#efefef}
	.radiobutton+span:after{position:absolute;content:'';width:2px;height:2px;top:12px;left:7px;background:white;box-shadow:2px 0 0 white,4px 0 0 white,4px -2px 0 white,4px -4px 0 white,4px -6px 0 white,4px -8px 0 white;transform:rotate(45deg)}
	.file-upload-wrapper{position:relative;width:100%;height:37px;margin:5px 0}
	.file-upload-wrapper:after{position:absolute;display:block;content:attr(data-text);width:calc(100% - 40px);height:37px;padding:5px 10px;top:0;left:0;background:#fff;border:1px solid #efefef;line-height:1.5em;z-index:20;pointer-events:none}
	.file-upload-wrapper:before{position:absolute;display:inline-block;content:'Bestand kiezen';height:37px;padding:5px 10px;top:0;right:0;background:#f00;color:#fff;line-height:1.5em;z-index:25;transition:.3s all ease-out;pointer-events:none}
	.file-upload-wrapper:hover:before{background:#333}
	.file-upload-wrapper input{position:absolute;display:block;width:100%;height:37px;margin:0;padding:0;top:0;right:0;bottom:0;left:0;opacity:0;z-index:99;cursor:pointer}
	#datepicker{min-height:37px;line-height:1.5em}
	.wrong{border-bottom:2px solid red!important;color:red!important}
	/* Video */
	.video-container{position:relative;height:0;padding-top:30px;padding-bottom:56.25%;overflow:hidden}
	.video-container iframe,.video-container object,.video-container embed{position:absolute;width:100%;height:100%;top:0;left:0}
	.bg-video-filled,.bg-video-filled video,.bg-video-filled img{width:100%;float:left}
	.bg-video-filled video{display:none!important}
	.bg-video-filled img{display:block!important}
	/* Umbraco Grid */
	.umb-grid p,.umb-grid ul,.umb-grid ol,.umb-grid .btn{margin-bottom:1.5em;line-height:1.765em}
	.umb-grid img{max-width:100%;margin-bottom:1.5em}
	.umb-grid ul{margin-left:0;list-style:none}
	.umb-grid ul li{position:relative;padding-left:21px}
	.umb-grid ul li:before{position:absolute;display:block;content:'';width:11px;height:11px;top:8px;left:0;background:transparent;border:2px solid #f00;border-radius:50%}
	.umb-grid p+.btn,.umb-grid ul+.btn,.umb-grid ol+.btn{margin-top:0}
	.umb-grid quote,.umb-grid blockquote{position:relative;display:block;margin-top:1.5em;margin-bottom:1.5em;padding-left:108px;color:#333;font-size:1.529em;font-style:italic;font-weight:800;line-height:1.25em}
	.umb-grid quote:before,.umb-grid blockquote:before{position:absolute;display:block;content:'';width:88px;height:75px;top:5px;left:0;background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iODguNzQ3IiBoZWlnaHQ9Ijc1LjA5NCIgdmlld0JveD0iMCAwIDg4Ljc0NyA3NS4wOTQiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgeDI9IjEiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiMwMGExOTUiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNmZmMwMTUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cGF0aCBkPSJNMTA0Ljk2LDEzOC4yNHYzNy41NDdhMjYuNiwyNi42LDAsMCwxLTIuMTYsMTAuNTg3LDI3LjA0MywyNy4wNDMsMCwwLDEtMTQuNTYsMTQuNTYsMjYuNiwyNi42LDAsMCwxLTEwLjU4NywyLjE2SDc0LjI0YTMuNDYxLDMuNDYxLDAsMCwxLTMuNDEzLTMuNDEzdi02LjgyN2EzLjQ2MSwzLjQ2MSwwLDAsMSwzLjQxMy0zLjQxM2gzLjQxM2ExMy42NTcsMTMuNjU3LDAsMCwwLDEzLjY1My0xMy42NTNWMTc0LjA4YTUuMSw1LjEsMCwwLDAtNS4xMi01LjEySDc0LjI0QTEwLjIsMTAuMiwwLDAsMSw2NCwxNTguNzJWMTM4LjI0QTEwLjIsMTAuMiwwLDAsMSw3NC4yNCwxMjhIOTQuNzJhMTAuMiwxMC4yLDAsMCwxLDEwLjI0LDEwLjI0Wm00Ny43ODcsMHYzNy41NDdhMjYuNiwyNi42LDAsMCwxLTIuMTYsMTAuNTg3LDI3LjA0MywyNy4wNDMsMCwwLDEtMTQuNTYsMTQuNTYsMjYuNiwyNi42LDAsMCwxLTEwLjU4NywyLjE2aC0zLjQxM2EzLjQ2MSwzLjQ2MSwwLDAsMS0zLjQxMy0zLjQxM3YtNi44MjdhMy40NjEsMy40NjEsMCwwLDEsMy40MTMtMy40MTNoMy40MTNhMTMuNjU3LDEzLjY1NywwLDAsMCwxMy42NTMtMTMuNjUzVjE3NC4wOGE1LjEsNS4xLDAsMCwwLTUuMTItNS4xMkgxMjIuMDI3YTEwLjIsMTAuMiwwLDAsMS0xMC4yNC0xMC4yNFYxMzguMjRBMTAuMiwxMC4yLDAsMCwxLDEyMi4wMjcsMTI4aDIwLjQ4YTEwLjIsMTAuMiwwLDAsMSwxMC4yNCwxMC4yNFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02NCAtMTI4KSIgZmlsbD0idXJsKCNhKSIvPjwvc3ZnPg==') no-repeat 50% 50%;background-position:100% 0}
	/* Umb Block List */
	.umb-block-list .h3,.umb-block-list .h4{/*font-family:'Merriweather',serif;*/font-weight:500}
	.umb-block-list p,.umb-block-list ul,.umb-block-list ol,.umb-block-list .btn,.umb-block-list iframe{margin-bottom:1.5rem}
	.umb-block-list img{margin-bottom:.75rem         }
	.umb-block-list p,.umb-block-list ul,.umb-block-list ol,
	.umb-block-list p *,.umb-block-list ul *,.umb-block-list ol *{font-weight:300}
	.umb-block-list p b,.umb-block-list p strong{font-weight:600}
	.umb-grid img{max-width:100%}
	/* Cards */
	.card .card-img,.card .card-img>img,.card .card-img>iframe{display:block;width:100%;height:auto;margin-bottom:0;border-radius:0}
	.card .card-img{position:relative;overflow:hidden}
	.card-body{padding:15px 0;border-bottom:3px solid #a1c754}
	.card-body .card-title{margin-bottom:0;text-transform:lowercase}
	a.card,a.card *,a.card:active,a.card:focus,a.card:hover{text-decoration:none}
	a.card:active .card-img img,a.card:focus .card-img img,a.card:hover .card-img img{transform:scale(1.05) rotate(-1.5deg)}
	/* Margin */
	.mt-n-large{position:relative;margin-top:-15px;z-index:-1}
	.mt-n-large+.mt-n-large{z-index:-2}
	.mt-n-large+.mt-n-large+.mt-n-large{z-index:-3}
	.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large{z-index:-4}
	.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large{z-index:-5}
	.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large{z-index:-6}
	.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large{z-index:-7}
	.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large{z-index:-8}
	.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large{z-index:-9}
	.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large{z-index:-10}
	.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large{z-index:-11}
	.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large{z-index:-12}
	.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large{z-index:-13}
	.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large{z-index:-14}
	.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large{z-index:-15}
	.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large{z-index:-16}
	.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large{z-index:-17}
	.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large{z-index:-18}
	.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large{z-index:-19}
	.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large+.mt-n-large{z-index:-20}
	.umb-block-list .bg-white[class*="bg-"]{position:relative;z-index:-1}
	.umb-block-list .bg-white[class*="bg-"]+.bg-white[class*="bg-"]{z-index:-2}
	.umb-block-list .bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]{z-index:-3}
	.umb-block-list .bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]{z-index:-4}
	.umb-block-list .bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]{z-index:-5}
	.umb-block-list .bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]{z-index:-6}
	.umb-block-list .bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]{z-index:-7}
	.umb-block-list .bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]{z-index:-8}
	.umb-block-list .bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]{z-index:-9}
	.umb-block-list .bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]{z-index:-10}
	.umb-block-list .bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]{z-index:-11}
	.umb-block-list .bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]{z-index:-12}
	.umb-block-list .bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]{z-index:-13}
	.umb-block-list .bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]{z-index:-14}
	.umb-block-list .bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]{z-index:-15}
	.umb-block-list .bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]{z-index:-16}
	.umb-block-list .bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]{z-index:-17}
	.umb-block-list .bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]{z-index:-18}
	.umb-block-list .bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]{z-index:-19}
	.umb-block-list .bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]+.bg-white[class*="bg-"]{z-index:-20}
	/*form[action*="login"]{position:relative;z-index:-1}*/
	form[action*="login"]{position:relative;}
	form[action*="login"] .mt-n-large{z-index:0}
	/* Padding */
	.mt-small{margin-top:15px}
	.mt-medium{margin-top:22px}
	.mt-large{margin-top:30px}
	.mb-small{margin-bottom:15px}
	.mb-medium{margin-bottom:22px}
	.mb-large{margin-bottom:30px}
	.my-small{margin:15px 0}
	.my-medium{margin:22px 0}
	.my-large{margin:30px 0}
	.pt-small{padding-top:15px}
	.pt-medium{padding-top:22px}
	.pt-large{padding-top:30px}
	.pb-small{padding-bottom:15px}
	.pb-medium{padding-bottom:22px}
	.pb-large{padding-bottom:30px}
	.py-small{padding:15px 0}
	.py-medium{padding:22px 0}
	.py-large{padding:30px 0}
	.mt-n-large.pt-small,.mt-n-large.py-small{padding-top:calc(15px + 15px)}
	.mt-n-large.pt-medium,.mt-n-large.py-medium{padding-top:calc(22px + 15px)}
	.mt-n-large.pt-large,.mt-n-large.py-large{padding-top:calc(30px + 15px)}
	.umb-block-list .bg-+.bg-{margin-top:-15px;z-index:0!important}
	.umb-block-list .bg-light,.umb-block-list .bg-grijs,
	.umb-block-list .bg-aqua,.umb-block-list .bg-lichtblauw,
	.umb-block-list .bg-orange,.umb-block-list .bg-oranje,
	.umb-block-list .bg-green,.umb-block-list .bg-groen,
	.umb-block-list .bg-pink,.umb-block-list .bg-roze,
	.umb-block-list .bg-blue,.umb-block-list .bg-donkerblauw{position:relative;margin-top:-15px;padding-top:calc(30px + 15px + 1.5rem);z-index:-1}
	.umb-block-list .bg-light+.bg-,.umb-block-list .bg-grijs+.bg-,
	.umb-block-list .bg-aqua+.bg-,.umb-block-list .bg-lichtblauw+.bg-,
	.umb-block-list .bg-orange+.bg-,.umb-block-list .bg-oranje+.bg-,
	.umb-block-list .bg-green+.bg-,.umb-block-list .bg-groen+.bg-,
	.umb-block-list .bg-pink+.bg-,.umb-block-list .bg-roze+.bg-,
	.umb-block-list .bg-blue+.bg-,.umb-block-list .bg-donkerblauw+.bg-{margin-top:calc(30px + 1.5rem)}
/* Site Styling */
	/* Popup */
	.popup-close{position:absolute;padding:5px;top:15px;right:25px;background:#fff;z-index:1}
	.popup-close span{position:absolute;display:block;width:0;padding:7px 5px 6px 40px;top:0;right:30px;background:#fff;background:-moz-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 100%);background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=1);line-height:1em;transform-origin:right center;overflow:hidden;opacity:0;transition:.3s all ease-out}
	.popup-close:hover span,.popup-close:focus span{width:97px;opacity:1}
	.popup-close img{width:20px;height:20px;float:right;transition:.3s all ease-out}
	.popup-close:hover img,.popup-close:focus img{transform:rotate(180deg)}
	.container-popup{position:fixed;display:block;top:50%;left:50%;transform:translate(-50%, -50%);z-index:5}
	.container-popup .col-12.col-md-10{position:relative}
	.container-popup .popup-inner{position:relative;width:100%;max-height:90vh;padding-bottom:15px;background:#fff;overflow:hidden}
	.container-popup .popup-inner:after{position:absolute;display:block;content:'';width:100%;height:15px;bottom:0;left:0;background:#fff;background:-moz-linear-gradient(left,#333 0%,#f00 55%,#f00 100%);background:-webkit-linear-gradient(left,#333 0%,#f00 55%,#f00 100%);background:linear-gradient(to right,#333 0%,#f00 55%,#f00 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#333',endColorstr='#f00',GradientType=1)}
	.popup-inner .scroll{position:relative;width:100%!important;height:100%}
	/* Header */
	header{position:fixed;width:100%;padding:15px 30px;top:0;right:0;left:0;background:rgba(40,40,40,.55);z-index:11;transition:.3s all ease-out}
	header .navbar{padding:0}
	header .container-fluid{position:relative}
	header .navbar-brand{position:absolute;margin:0;padding:0 0 15px;top:0}
	header .navbar-brand:focus{border-color:rgba(92,116,139,.5)}
	header .navbar-brand img{display:block;width:auto;height:62px}
	header .navbar-brand.logo-50jaar{padding:0;top:50%;transform:translateY(-50%)}
	header .navbar-brand.logo-50jaar img{height:82px}
	header .navbar-navigation{flex:1}
	header .navbar-collapse{flex-grow:0;margin:15px 0}
	header .navbar-collapse .navbar-nav{transition:.3s all ease-in-out}
	header .navbar-collapse .navbar-nav .nav-item{padding-top:0;padding-bottom:0}
	header .navbar-collapse .navbar-nav .nav-link{position:relative;display:block;padding:5px 0;color:#fff;font-size:1rem;font-weight:600;letter-spacing:.05rem;text-transform:lowercase}
	header .navbar-collapse .navbar-nav .nav-lang .nav-link{display:inline-block;margin:0}
	header .navbar-collapse .navbar-nav .nav-lang .nav-link:first-child{margin-left:10px}
	header .navbar-collapse .navbar-nav .nav-lang .nav-link:last-child{margin-right:10px}
	header .navbar-collapse .navbar-nav .nav-link:active,header .navbar-collapse .navbar-nav .nav-link:focus,header .navbar-collapse .navbar-nav .nav-link:hover,header .navbar-collapse .navbar-nav .active>.nav-link{color:#fff}
	header .navbar-collapse .navbar-nav .nav-link:after{display:none}
	header .sec-nav{min-height:62px}
	header .navbar-sec{display:flex;flex-basis:auto;flex-grow:1;align-items:center;width:auto;margin-bottom:3px}
	header .navbar-sec .navbar-nav .nav-item{margin:0;padding-top:.25rem;padding-bottom:.25rem}
	header .navbar-sec .navbar-nav .nav-link{position:relative;display:inline-block;margin:0;padding:5px 0;color:#fff;font-size:1rem;font-weight:600;line-height:1;text-transform:lowercase}
	header .navbar-sec .navbar-nav .nav-lang .nav-link{margin:0}
	header .navbar-sec .navbar-nav .nav-lang .nav-link:first-child{margin-left:10px}
	header .navbar-sec .navbar-nav .nav-lang .nav-link:last-child{margin-right:10px}
	header .navbar-sec .navbar-nav .nav-link:after{position:absolute;content:'';width:0;height:2px;bottom:-5px;left:50%;background:#fff;border-radius:2px;transform:translateX(-50%);transition:.3s all ease-in-out}
	header .navbar-sec .navbar-nav .nav-link:active,header .navbar-sec .navbar-nav .nav-link:focus,header .navbar-sec .navbar-nav .nav-link:hover,header .navbar-sec .navbar-nav .active>.nav-link{color:#fff}
	header .navbar-sec .navbar-nav .nav-link:active:after,header .navbar-sec .navbar-nav .nav-link:focus:after,header .navbar-sec .navbar-nav .nav-link:hover:after,header .navbar-sec .navbar-nav .active>.nav-link:after{width:calc(100% - 10px)}
	header .navbar-search{width:250px;margin:15px 15px 15px 0;padding:0;overflow:hidden}
	header .navbar-search .form-control{width:calc(100% - 35px);height:auto;margin:0;padding:5px;background:#fff;border:none;border-radius:5px;box-shadow:0 3px 6px rgba(0,0,0,.15);line-height:1;text-transform:lowercase}
	header .btn-search{display:flex;align-items:center;justify-content:center;width:20px;height:20px;margin-left:15px;background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxOS45OTkiIHZpZXdCb3g9IjAgMCAyMCAxOS45OTkiPg0KICA8cGF0aCBpZD0iaWNvbl9zZWFyY2giIGQ9Ik0xOS43MywxNy4xbC01LjEyLTUuMTJhNy43OTQsNy43OTQsMCwwLDAsMS4xNzQtNC4wODcsNy45NjMsNy45NjMsMCwxLDAtMy44LDYuNzIxTDE3LjEsMTkuNzNhLjkzOS45MzksMCwwLDAsMS4zMTUsMGwxLjMxNS0xLjMxNUEuOTM3LjkzNywwLDAsMCwxOS43MywxNy4xWk03Ljg5MiwxMy4xNTNhNS4yNjEsNS4yNjEsMCwxLDEsNS4yNjEtNS4yNjFBNS4yNjIsNS4yNjIsMCwwLDEsNy44OTIsMTMuMTUzWiIgZmlsbD0iI2ZmZiIgb3BhY2l0eT0iMC45MzUiLz4NCjwvc3ZnPg0K') 50% 50% no-repeat;background-size:contain;border:none;text-indent:100%;overflow:hidden;white-space:nowrap;cursor:pointer;transition:.3s all ease-in-out}
	/*header .btn-search.search-toggler{margin-right:10px;background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIyOS45OTkiIHZpZXdCb3g9IjAgMCAzMCAyOS45OTkiPg0KICA8cGF0aCBpZD0iaWNvbl9zZWFyY2giIGQ9Ik0yOS42LDI1LjY0OWwtNy42OC03LjY4YTExLjY5MiwxMS42OTIsMCwwLDAsMS43NjEtNi4xMzEsMTEuOTQ1LDExLjk0NSwwLDEsMC01LjcwNywxMC4wODFsNy42OCw3LjY3NmExLjQwOSwxLjQwOSwwLDAsMCwxLjk3MywwTDI5LjYsMjcuNjIyQTEuNCwxLjQsMCwwLDAsMjkuNiwyNS42NDlaTTExLjgzOCwxOS43M2E3Ljg5Miw3Ljg5MiwwLDEsMSw3Ljg5Mi03Ljg5MkE3Ljg5Miw3Ljg5MiwwLDAsMSwxMS44MzgsMTkuNzNaIi8+DQo8L3N2Zz4NCg==')}*/
	header .navbar-toggler{height:19px;margin:0 0 0 15px;padding:0;border:none;font-size:1rem;outline:none;transition:.3s all ease-in-out}
	header .navbar-toggler-icon{position:relative;width:25px;height:3px;margin:8px 0;background:#fff;border-radius:2px;transition:.3s all ease-in-out}
	header .navbar-toggler-icon:before,header .navbar-toggler-icon:after{position:absolute;content:'';width:100%;height:3px;right:0;left:0;background:#fff;border-radius:2px;transform-origin:center center;transition:.3s all ease-in-out}
	header .navbar-toggler-icon:before{top:-8px}
	header .navbar-toggler-icon:after{bottom:-8px}
	header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{background:transparent}
	header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before{top:0;transform:rotate(45deg)}
	header .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after{bottom:0;transform:rotate(-45deg)}
	header .accessibility{position:relative;display:none;margin:15px 30px}
	header .accessibility a{position:fixed;display:block;padding:5px;border:2px solid transparent;border-radius:5px;color:#00adc2;font-size:1rem;font-weight:700;opacity:0;text-decoration:none;transform:translateY(-50%)}
	header .accessibility a:not(:focus){top:-100em;left:-999em}
	header .accessibility a:active,header .accessibility a:focus,header .accessibility a:hover{color:#00adc2}
	header .accessibility a:focus{border-color:#00adc2;opacity:1}
	header .dropdown-menu{min-width:245px;margin-top:0;padding-top:.625rem;padding-bottom:15px;top:100%;border:none;border-radius:0;border-bottom-right-radius:25px;border-bottom-left-radius:25px;color:#000}
	header .dropdown:hover .dropdown-menu {display:block!important}
	header .dropdown-menu .dropdown-item{padding:7px 17px;font-size:.90476rem;text-transform:lowercase}
	header .dropdown-menu .dropdown-item:active,header .dropdown-menu .dropdown-item:focus,header .dropdown-menu .dropdown-item:hover{background:transparent;color:#00adc2}
	header.header-shrink{box-shadow:0 3px 6px rgba(0,0,0,.15)}
	header.header-shrink .navbar-brand{padding:0;opacity:1}
	header.header-shrink .dropdown-menu{box-shadow:0 9px 15px -5px rgba(0,0,0,.15)}
	header.header-menu-open{background:rgba(40,40,40,.95)}
	/* Main */
	/*main{margin-top:92px}*/
	main section{position:relative}
	main .umb-grid+section{margin-top:-20px;padding-top:0}
	.container:not(.container-locations)>.row{margin-right:0;margin-left:0}
	/* Section Hero */
	.page-nav ul li{display:inline-block;margin-right:35px;vertical-align:middle}
	.page-nav ul li a{display:block;padding:10px 0;color:#fff}
	.page-nav ul li a:hover,.page-nav ul li a:focus,.page-nav ul li a.active{color:#333;text-decoration:none}
	/* Footer */
	footer{z-index:-1}
	footer *{font-size:.80952rem!important}
	footer a{text-decoration:none}
	footer a:active,footer a:focus,footer a:hover{text-decoration:underline}
	footer ul{margin:0;list-style:none}
	footer ul:active li a,footer ul:focus li a,footer ul:hover li a{opacity:.5}
	footer ul li{position:relative;padding-left:15px;line-height:1.5}
	footer ul li:before{position:absolute;content:'-';top:0;left:0}
	footer ul li a{display:block;line-height:1.5}
	footer ul li a:active,footer ul li a:focus,footer ul li a:hover{opacity:1;text-decoration:none}
	.footer-logo{display:block;width:100%;height:auto}
	.social{display:flex;flex-flow:row nowrap;align-items:center;padding:0;list-style:none}
	.social li{padding:0;line-height:inherit}
	.social li:before{display:none!important}
	.social li:first-child{margin-left:-5px}
	.social li:last-child,.social li:last-of-type{margin-right:-5px}
	.social li a{display:block;width:40px;height:40px;padding:5px}
	.social li a span{display:block;width:30px;height:30px;background-position:center;background-repeat:no-repeat;background-size:contain;overflow:hidden;text-indent:100%;white-space:nowrap;transition:.3s all ease-in-out}
	.social li a[title*="Facebook"] span{background-image:url('data:image/svg+xml;base64,PHN2ZyBpZD0iSWNvbl9hd2Vzb21lLWZhY2Vib29rLXNxdWFyZSIgZGF0YS1uYW1lPSJJY29uIGF3ZXNvbWUtZmFjZWJvb2stc3F1YXJlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4NCiAgPHBhdGggaWQ9Ikljb25fYXdlc29tZS1mYWNlYm9vay1zcXVhcmUtMiIgZGF0YS1uYW1lPSJJY29uIGF3ZXNvbWUtZmFjZWJvb2stc3F1YXJlIiBkPSJNMjYuNzg2LDIuMjVIMy4yMTRBMy4yMTQsMy4yMTQsMCwwLDAsMCw1LjQ2NFYyOS4wMzZBMy4yMTQsMy4yMTQsMCwwLDAsMy4yMTQsMzIuMjVoOS4xOTF2LTEwLjJIOC4xODZ2LTQuOGg0LjIxOVYxMy41OTFjMC00LjE2MiwyLjQ3OC02LjQ2MSw2LjI3My02LjQ2MWEyNS41NTgsMjUuNTU4LDAsMCwxLDMuNzE4LjMyNHY0LjA4NUgyMC4zYTIuNCwyLjQsMCwwLDAtMi43MDcsMi41OTRWMTcuMjVIMjIuMmwtLjczNyw0LjhIMTcuNTk1djEwLjJoOS4xOTFBMy4yMTQsMy4yMTQsMCwwLDAsMzAsMjkuMDM2VjUuNDY0QTMuMjE0LDMuMjE0LDAsMCwwLDI2Ljc4NiwyLjI1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMi4yNSkiIGZpbGw9IiNmZmYiLz4NCjwvc3ZnPg0K')}
	.social li a[title*="Instagram"] span{background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4NCiAgPGcgaWQ9Ikljb25fYXdlc29tZS1pbnN0YWdyYW0iIGRhdGEtbmFtZT0iSWNvbiBhd2Vzb21lLWluc3RhZ3JhbSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiPg0KICAgIDxwYXRoIGlkPSJJY29uX2F3ZXNvbWUtaW5zdGFncmFtLTIiIGRhdGEtbmFtZT0iSWNvbiBhd2Vzb21lLWluc3RhZ3JhbSIgZD0iTTE1LDkuNTQ2YTcuNjkyLDcuNjkyLDAsMSwwLDcuNjksNy42OTJBNy42NzksNy42NzksMCwwLDAsMTUsOS41NDZabTAsMTIuNjkyYTUsNSwwLDEsMSw1LTUsNS4wMDksNS4wMDksMCwwLDEtNSw1Wk0yNC44LDkuMjMxQTEuNzk0LDEuNzk0LDAsMSwxLDIzLDcuNDM3LDEuNzksMS43OSwwLDAsMSwyNC44LDkuMjMxWm01LjA5MywxLjgyMWE4Ljg3OSw4Ljg3OSwwLDAsMC0yLjQyMy02LjI4Niw4LjkzNCw4LjkzNCwwLDAsMC02LjI4NC0yLjQyM2MtMi40NzYtLjE0MS05LjktLjE0MS0xMi4zNzUsMEE4LjkyMSw4LjkyMSwwLDAsMCwyLjUyMyw0Ljc2LDguOTA4LDguOTA4LDAsMCwwLC4xLDExLjA0NmMtLjE0MSwyLjQ3Ny0uMTQxLDkuOSwwLDEyLjM3OGE4Ljg3OSw4Ljg3OSwwLDAsMCwyLjQyMyw2LjI4Niw4Ljk0NSw4Ljk0NSwwLDAsMCw2LjI4NCwyLjQyM2MyLjQ3Ni4xNDEsOS45LjE0MSwxMi4zNzUsMGE4Ljg3NSw4Ljg3NSwwLDAsMCw2LjI4NC0yLjQyMyw4LjkzOCw4LjkzOCwwLDAsMCwyLjQyMy02LjI4NmMuMTQxLTIuNDc3LjE0MS05Ljg5NCwwLTEyLjM3MVptLTMuMiwxNS4wMjhhNS4wNjIsNS4wNjIsMCwwLDEtMi44NTEsMi44NTJjLTEuOTc0Ljc4My02LjY1OS42LTguODQxLjZzLTYuODczLjE3NC04Ljg0MS0uNmE1LjA2Miw1LjA2MiwwLDAsMS0yLjg1MS0yLjg1MmMtLjc4My0xLjk3NS0uNi02LjY2MS0uNi04Ljg0M3MtLjE3NC02Ljg3NS42LTguODQzQTUuMDYyLDUuMDYyLDAsMCwxLDYuMTU3LDUuNTQzYzEuOTc0LS43ODMsNi42NTktLjYsOC44NDEtLjZzNi44NzMtLjE3NCw4Ljg0MS42QTUuMDYyLDUuMDYyLDAsMCwxLDI2LjY5LDguMzk1Yy43ODMsMS45NzUuNiw2LjY2MS42LDguODQzUzI3LjQ3MywyNC4xMTMsMjYuNjksMjYuMDgxWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDUgLTIuMjM4KSIgZmlsbD0iI2ZmZiIvPg0KICA8L2c+DQo8L3N2Zz4NCg==')}
	.social li a[title*="LinkedIn"] span{background-image:url('data:image/svg+xml;base64,PHN2ZyBpZD0iSWNvbl9hd2Vzb21lLWxpbmtlZGluIiBkYXRhLW5hbWU9Ikljb24gYXdlc29tZS1saW5rZWRpbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQogIDxwYXRoIGlkPSJJY29uX2F3ZXNvbWUtbGlua2VkaW4tMiIgZGF0YS1uYW1lPSJJY29uIGF3ZXNvbWUtbGlua2VkaW4iIGQ9Ik0yNy44NTcsMi4yNUgyLjEzNkEyLjE1MiwyLjE1MiwwLDAsMCwwLDQuNDEzVjMwLjA4N0EyLjE1MiwyLjE1MiwwLDAsMCwyLjEzNiwzMi4yNUgyNy44NTdBMi4xNTgsMi4xNTgsMCwwLDAsMzAsMzAuMDg3VjQuNDEzQTIuMTU4LDIuMTU4LDAsMCwwLDI3Ljg1NywyLjI1Wk05LjA2NywyNy45NjRINC42MjFWMTMuNjQ3SDkuMDc0VjI3Ljk2NFpNNi44NDQsMTEuNjkyQTIuNTc4LDIuNTc4LDAsMSwxLDkuNDIyLDkuMTE0YTIuNTc5LDIuNTc5LDAsMCwxLTIuNTc4LDIuNTc4Wk0yNS43MzQsMjcuOTY0SDIxLjI4OFYyMWMwLTEuNjYxLS4wMzMtMy44LTIuMzEtMy44LTIuMzE3LDAtMi42NzIsMS44MDgtMi42NzIsMy42NzZ2Ny4wODVIMTEuODU5VjEzLjY0N2g0LjI2NlYxNS42aC4wNmE0LjY4Myw0LjY4MywwLDAsMSw0LjIxMi0yLjMxYzQuNSwwLDUuMzM3LDIuOTY3LDUuMzM3LDYuODI0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMi4yNSkiIGZpbGw9IiNmZmYiLz4NCjwvc3ZnPg0K')}
	.social:active li a span,.social:focus li a span,.social:hover li a span{opacity:.5}
	.social li a:active span,.social li a:focus span,.social li a:hover span{opacity:1}
	.social li a:focus{border-color:rgba(255,255,255,.8)!important}
	/* Pagination */
	.pagination,.ezsearch-pager{justify-content:flex-start;margin:0;padding:0;list-style:none}
	.pagination li,.ezsearch-pager p *{display:inline-block;margin:0 3px}
	.pagination li:first-child,.ezsearch-pager p>*:first-child{margin-left:0}
	.ezsearch-pager p>*:first-child{padding-left:0}
	.pagination li:last-of-type,.ezsearch-pager p>*:last-of-type{margin-right:0}
	.ezsearch-pager p>*:last-of-type{padding-right:0}
	.pagination .prev a,.pagination .next a,.ezsearch-pager .prev,.ezsearch-pager .next{width:auto;height:auto;padding:0 12px;background:none;border:none;border-radius:0}
	.pagination .prev a:hover,.pagination .next a:hover,.ezsearch-pager a.prev:hover,.ezsearch-pager a.next:hover,.pagination .prev a:focus,.pagination .next a:focus,.ezsearch-pager a.prev:focus,.ezsearch-pager a.next:focus{color:#333}
	.pagination .selected a,.ezsearch-pager span.page{background:#a1c754;border-color:#a1c754;color:#fff}
	.pagination a,.ezsearch-pager p *{display:inline-flex;width:30px;height:30px;text-align:center;line-height:1;background:#00adc2;border:2px solid #00adc2;border-radius:50%;color:#fff;font-size:.71428rem;font-weight:700;align-items:center;justify-content:center;text-decoration:none}
	.pagination a:hover,.pagination a:active,.pagination a:focus,.ezsearch-pager a.page:hover,.ezsearch-pager a.page:active,.ezsearch-pager a.page:focus{background:#a1c754;border-color:#a1c754;color:#fff;text-decoration:none}
	/* EZSearch */
	.ezsearch-result a:hover,.ezsearch-result a:focus{color:#333;text-decoration:none}
	.ezsearch-result a:hover *,.ezsearch-result a:focus *{color:inherit}
	/* Select */
	select{padding:5px}
	.filter{width:100%;max-width:260px;margin:auto;padding:0 0 15px}
		/** Reset Select **/
		.select select{background:#fff;background-image:none;border:0!important;box-shadow:none;outline:0;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none}
		/** Remove IE arrow **/
		.select select::-ms-expand{display:none}
		/** Custom Select **/
		.select{position:relative;display:flex;width:calc(100% - 50px);height:50px;margin-right:auto;margin-left:auto}
		/** Rounded corners **/
		.select:before{position:absolute;display:block;content:'';width:calc(100% + 50px);height:52px;top:-1px;right:-25px;left:-25px;background:#fff;border:1px solid #e7e7e7;border-radius:25px;z-index:0}
		/** Selectbox itself **/
		.select select{flex:1;width:100%;padding:0 .5em;color:#f00;font-size:1em;font-weight:700;cursor:pointer;z-index:1}
		/** Arrow **/
		.select::after{position:absolute;content:'';width:12px;height:50px;top:0;right:0;background:url('data:image/svg+xml;base64,PHN2ZyBpZD0iYTU1MjBlYTUtZTMwYi00YmEzLTkzNjgtOWRiNjk3MTM2YmIxIiBkYXRhLW5hbWU9IkxhYWcgMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNDM2LjcgNDQ4LjA1Ij48ZGVmcz48c3R5bGU+LmJjODEyOWFlLTRlMGUtNDYyNC1iMmRmLTM0ZWU5OTViMmZmYXtmaWxsOiNmZmMwMTU7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29uX2Fycm93LWRvd248L3RpdGxlPjxwYXRoIGNsYXNzPSJiYzgxMjlhZS00ZTBlLTQ2MjQtYjJkZi0zNGVlOTk1YjJmZmEiIGQ9Ik00MDcuNDUsMTkwLjVsMjIuMiwyMi4yYTIzLjksMjMuOSwwLDAsMSwwLDMzLjlMMjM1LjM1LDQ0MWEyMy45LDIzLjksMCwwLDEtMzMuOSwwTDcuMDUsMjQ2LjZhMjMuOSwyMy45LDAsMCwxLDAtMzMuOWwyMi4yLTIyLjJhMjQsMjQsMCwwLDEsMzQuMy40bDExNC44LDEyMC41VjI0YTIzLjk0LDIzLjk0LDAsMCwxLDI0LTI0aDMyYTIzLjk0LDIzLjk0LDAsMCwxLDI0LDI0VjMxMS40bDExNC44LTEyMC41YTIzLjg1LDIzLjg1LDAsMCwxLDM0LjMtLjRaIi8+PC9zdmc+') no-repeat 0 50%;background-size:12px 17px;cursor:pointer;pointer-events:none;-webkit-transition:.25s all ease;-o-transition:.25s all ease;transition:.25s all ease;z-index:2}
	/* Share */
	.section-share [class^="col-"]>*{display:inline-block;vertical-align:middle}
	.section-share span{margin-right:10px;font-weight:300}
	.share{display:inline-flex!important;align-items:center;margin:0;padding:0;list-style:none;vertical-align:middle}
	.share li a{display:block;width:40px;height:40px;padding:5px;}
	.share li a span{display:block;width:30px;height:30px;background-position:center;background-repeat:no-repeat;background-size:contain;overflow:hidden;text-indent:100%;word-wrap:none;transition:.3s all ease-in-out}
	.share li a[title*="Facebook"] span{background-image:url('data:image/svg+xml;base64,PHN2ZyBpZD0iSWNvbl9hd2Vzb21lLWZhY2Vib29rLXNxdWFyZSIgZGF0YS1uYW1lPSJJY29uIGF3ZXNvbWUtZmFjZWJvb2stc3F1YXJlIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4NCiAgPHBhdGggaWQ9Ikljb25fYXdlc29tZS1mYWNlYm9vay1zcXVhcmUtMiIgZGF0YS1uYW1lPSJJY29uIGF3ZXNvbWUtZmFjZWJvb2stc3F1YXJlIiBkPSJNMjYuNzg2LDIuMjVIMy4yMTRBMy4yMTQsMy4yMTQsMCwwLDAsMCw1LjQ2NFYyOS4wMzZBMy4yMTQsMy4yMTQsMCwwLDAsMy4yMTQsMzIuMjVoOS4xOTF2LTEwLjJIOC4xODZ2LTQuOGg0LjIxOVYxMy41OTFjMC00LjE2MiwyLjQ3OC02LjQ2MSw2LjI3My02LjQ2MWEyNS41NTgsMjUuNTU4LDAsMCwxLDMuNzE4LjMyNHY0LjA4NUgyMC4zYTIuNCwyLjQsMCwwLDAtMi43MDcsMi41OTRWMTcuMjVIMjIuMmwtLjczNyw0LjhIMTcuNTk1djEwLjJoOS4xOTFBMy4yMTQsMy4yMTQsMCwwLDAsMzAsMjkuMDM2VjUuNDY0QTMuMjE0LDMuMjE0LDAsMCwwLDI2Ljc4NiwyLjI1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMi4yNSkiIGZpbGw9IiNhMWM3NTQiLz4NCjwvc3ZnPg0K')}
	.share li a[title*="LinkedIn"] span{background-image:url('data:image/svg+xml;base64,PHN2ZyBpZD0iSWNvbl9hd2Vzb21lLWxpbmtlZGluIiBkYXRhLW5hbWU9Ikljb24gYXdlc29tZS1saW5rZWRpbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCI+DQogIDxwYXRoIGlkPSJJY29uX2F3ZXNvbWUtbGlua2VkaW4tMiIgZGF0YS1uYW1lPSJJY29uIGF3ZXNvbWUtbGlua2VkaW4iIGQ9Ik0yNy44NTcsMi4yNUgyLjEzNkEyLjE1MiwyLjE1MiwwLDAsMCwwLDQuNDEzVjMwLjA4N0EyLjE1MiwyLjE1MiwwLDAsMCwyLjEzNiwzMi4yNUgyNy44NTdBMi4xNTgsMi4xNTgsMCwwLDAsMzAsMzAuMDg3VjQuNDEzQTIuMTU4LDIuMTU4LDAsMCwwLDI3Ljg1NywyLjI1Wk05LjA2NywyNy45NjRINC42MjFWMTMuNjQ3SDkuMDc0VjI3Ljk2NFpNNi44NDQsMTEuNjkyQTIuNTc4LDIuNTc4LDAsMSwxLDkuNDIyLDkuMTE0YTIuNTc5LDIuNTc5LDAsMCwxLTIuNTc4LDIuNTc4Wk0yNS43MzQsMjcuOTY0SDIxLjI4OFYyMWMwLTEuNjYxLS4wMzMtMy44LTIuMzEtMy44LTIuMzE3LDAtMi42NzIsMS44MDgtMi42NzIsMy42NzZ2Ny4wODVIMTEuODU5VjEzLjY0N2g0LjI2NlYxNS42aC4wNmE0LjY4Myw0LjY4MywwLDAsMSw0LjIxMi0yLjMxYzQuNSwwLDUuMzM3LDIuOTY3LDUuMzM3LDYuODI0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMi4yNSkiIGZpbGw9IiNhMWM3NTQiLz4NCjwvc3ZnPg0K')}
	.share li a[title*="Twitter"] span{background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4NCiAgPGcgaWQ9Imljb25fc2hhcmUtdHdpdHRlcl9ncmVlbiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY5MSAtMTk3MykiPg0KICAgIDxwYXRoIGlkPSJQYXRoXzE5NjAiIGRhdGEtbmFtZT0iUGF0aCAxOTYwIiBkPSJNMzAsMjguMTI1QTEuODc2LDEuODc2LDAsMCwxLDI4LjEyNSwzMEgxLjg3NUExLjg3NiwxLjg3NiwwLDAsMSwwLDI4LjEyNVYxLjg3NUExLjg3NiwxLjg3NiwwLDAsMSwxLjg3NSwwaDI2LjI1QTEuODc2LDEuODc2LDAsMCwxLDMwLDEuODc1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjkxIDE5NzMpIiBmaWxsPSIjYTFjNzU0Ii8+DQogICAgPHBhdGggaWQ9IlBhdGhfMTk2MSIgZGF0YS1uYW1lPSJQYXRoIDE5NjEiIGQ9Ik0yNC43MzgsOS43NzZhNy43Niw3Ljc2LDAsMCwxLTIuMjEuNiwzLjc5LDMuNzksMCwwLDAsMS42OTMtMi4wOTIsNy44LDcuOCwwLDAsMS0yLjQ0Mi45MTdBMy44NjgsMy44NjgsMCwwLDAsMTguOTczLDhhMy44MTQsMy44MTQsMCwwLDAtMy44NDQsMy43ODYsMy44ODQsMy44ODQsMCwwLDAsLjEuODY0QTEwLjk5MSwxMC45OTEsMCwwLDEsNy4zLDguNjkzYTMuNzM3LDMuNzM3LDAsMCwwLS41MjEsMS45LDMuNzc2LDMuNzc2LDAsMCwwLDEuNzEsMy4xNSwzLjg3NywzLjg3NywwLDAsMS0xLjc0LS40NzRjMCwuMDE2LDAsLjAzMiwwLC4wNDlhMy44MDUsMy44MDUsMCwwLDAsMy4wODQsMy43MTMsMy45ODcsMy45ODcsMCwwLDEtMS4wMTMuMTMzQTMuODE1LDMuODE1LDAsMCwxLDguMSwxNy4xYTMuODM5LDMuODM5LDAsMCwwLDMuNTg5LDIuNjNBNy44NjYsNy44NjYsMCwwLDEsNiwyMS4zLDExLjAxLDExLjAxLDAsMCwwLDExLjg5NCwyMywxMC43NzcsMTAuNzc3LDAsMCwwLDIyLjgzMSwxMi4yMjRjMC0uMTYyLDAtLjMyOC0uMDExLS40ODhBNy43OTQsNy43OTQsMCwwLDAsMjQuNzM4LDkuNzc2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjkwLjYyNSAxOTcyLjUpIiBmaWxsPSIjZmZmIi8+DQogIDwvZz4NCjwvc3ZnPg0K')}
	.share:active li a span,.share:focus li a span,.share:hover li a span{opacity:.5}
	.share li a:active span,.share li a:focus span,.share li a:hover span{opacity:1}
	.share li a:focus{border-color:rgba(92,116,139,.5)!important}
	/* Newsletter */
	.mc-field-group{margin:15px 0 10px}
	.mc-field-group [type="email"]{display:inline-block;width:250px;height:34px;margin:0;margin-right:unset;padding:5px;background:#fff;border:1px solid rgba(0,0,0,.5);border-radius:0;vertical-align:middle;-webkit-appearance:none}
	.indicates-required{font-size:14px;font-style:italic}

	/* Section styles */
	.section-radius-bottom{position:relative;border-bottom-right-radius:15px;border-bottom-left-radius:15px;overflow:hidden}
	/* Section header */
	.section-header{position:relative;padding:0 0 15px}
	.section-header:before{position:absolute;content:'';width:100%;height:30px;right:0;bottom:0;left:0;background:#00adc2;border-bottom-right-radius:15px;border-bottom-left-radius:15px}
	.section-header .wrapper{position:relative;border-bottom-right-radius:15px;border-bottom-left-radius:15px;overflow:hidden}
	.section-header .wrapper:after{position:absolute;content:'';width:100%;top:40%;right:0;bottom:0;left:0;background:-moz-linear-gradient(180deg,rgba(84,84,84,0) 0%,rgba(0,0,0,.25) 100%);background:-webkit-linear-gradient(180deg,rgba(84,84,84,0) 0%,rgba(0,0,0,.25) 100%);background:linear-gradient(180deg,rgba(84,84,84,0) 0%,rgba(0,0,0,.25) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#545454",endColorstr="#000000",GradientType=1)}
	.section-header .wrapper>img{display:block;width:100%;object-fit:cover}
	.section-header .overlay{position:absolute;width:100%;height:100%;padding:107px 15px 30px;top:0;right:0;bottom:0;left:0}
	.section-header .overlay .container-fluid{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-end;height:100%}
	.section-header .overlay .container-fluid .header-logo{width:225px;opacity:0;transition:.3s all ease-in-out}
	.section-header .overlay .container-fluid .header-title{margin:0!important;color:#fff;line-height:1;text-shadow:0 0 15px rgba(0,0,0,.5);text-align:right}
	/* Section header (Home) */
	.section-header.header-home .wrapper>img{max-height:calc(100vh - 15px)}
	.section-header.header-home .overlay .container-fluid{flex-direction:column}
	.section-header.header-home .overlay .container-fluid .header-logo{width:195px}
	.section-header.header-home .overlay .container-fluid .header-title{margin:0!important;font-size:2.38095rem}
	.header-navbar ul{display:flex;flex:0 0 100%;flex-wrap:wrap;align-items:center;justify-content:center;margin:0 -15px;list-style:none}
	.header-navbar ul li{flex:0 0 100%;padding:10px 15px}
	.header-navbar ul li a{display:block;padding:15px;background:#ef7e31;border-radius:5px;color:#fff!important;font-size:1rem;line-height:1;text-align:center;text-transform:lowercase;box-shadow:0 0 15px 5px rgba(0,0,0,.1)}
	.header-navbar ul li a:after{display:inline-block;content:'';width:8px;height:14px;margin-left:10px;margin-bottom:2px;background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgOCAxNCI+DQogIDxwYXRoIGlkPSJpY29uX2NoZXZyb24tcmlnaHRfd2hpdGUiIGQ9Ik00LjY2NywxLjY1N2EuNi42LDAsMCwxLC44MDksMGw2Ljg1NSw2LjQ2MWEuNTE3LjUxNywwLDAsMSwwLC43NjJMNS40NzYsMTUuMzQxYS42LjYsMCwwLDEtLjgwOSwwLC41MTcuNTE3LDAsMCwxLDAtLjc2MkwxMS4xMTksOC41LDQuNjY3LDIuNDJhLjUxNy41MTcsMCwwLDEsMC0uNzYyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQuNDk5IC0xLjQ5OSkiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+DQo=') no-repeat center;background-size:contain;vertical-align:middle}
	.header-navbar ul li a:active,.header-navbar ul li a:focus,.header-navbar ul li a:hover{background:#00adc2;text-decoration:none}
	/* Section header (Vervolg) */
	.section-header.header-vervolg .wrapper>img{height:250px}
	/* Section header (Smiles) */
	.header-aqua:before,.header-lichtblauw:before{background-color:#00adc2}
	.header-orange:before,.header-oranje:before{background-color:#ef7e31}
	.header-green:before,.header-groen:before{background-color:#a1c754}
	.header-pink:before,.header-roze:before{background-color:#d14190}
	.header-blue:before,.header-donkerblauw:before{background-color:#32639e}
	/* Section video (home) */
	.video-img:after{position:absolute;content:'';width:30px;height:22px;top:50%;left:50%;background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIyMS40MjkiIHZpZXdCb3g9IjAgMCAzMCAyMS40MjkiPg0KICA8cGF0aCBpZD0iaWNvbl95b3V0dWJlLXBsYXlfcmVkIiBkPSJNMjQsMTcuMzI1YS45NjQuOTY0LDAsMCwwLS41LS45bC04LjU3MS01LjM1N2ExLjAwOSwxLjAwOSwwLDAsMC0xLjA4OC0uMDMzLDEsMSwwLDAsMC0uNTUyLjkzOFYyMi42ODJhMSwxLDAsMCwwLC41NTIuOTM4LDEuMTU4LDEuMTU4LDAsMCwwLC41MTkuMTM0Ljk1NC45NTQsMCwwLDAsLjU2OS0uMTY3TDIzLjUsMTguMjI5YS45NjQuOTY0LDAsMCwwLC41LS45Wm04LjU3MSwwcTAsMS42MDctLjAxNywyLjUxMXQtLjE0MiwyLjI4NWExOC41MTgsMTguNTE4LDAsMCwxLS4zNzcsMi40NjksMy45MTYsMy45MTYsMCwwLDEtMS4xNTUsMi4wNTksMy41MywzLjUzLDAsMCwxLTIuMDc2Ljk3MSwxMDkuNzU1LDEwOS43NTUsMCwwLDEtMTEuMjMzLjQxOUExMDkuNzU1LDEwOS43NTUsMCwwLDEsNi4zMzcsMjcuNjJhMy41NjgsMy41NjgsMCwwLDEtMi4wODQtLjk3MUEzLjg5MiwzLjg5MiwwLDAsMSwzLjA5LDI0LjU5YTIwLjcyMywyMC43MjMsMCwwLDEtLjM2LTIuNDY5UTIuNiwyMC43NCwyLjU4NywxOS44MzZ0LS4wMTctMi41MTFxMC0xLjYwNy4wMTctMi41MTF0LjE0Mi0yLjI4NWExOC41MTgsMTguNTE4LDAsMCwxLC4zNzctMi40NjlBMy45MTYsMy45MTYsMCwwLDEsNC4yNjIsOGEzLjUzLDMuNTMsMCwwLDEsMi4wNzYtLjk3MUExMDkuNzU2LDEwOS43NTYsMCwwLDEsMTcuNTcxLDYuNjEsMTA5Ljc1NCwxMDkuNzU0LDAsMCwxLDI4LjgsNy4wMjksMy41NjgsMy41NjgsMCwwLDEsMzAuODg4LDhhMy44OTIsMy44OTIsMCwwLDEsMS4xNjMsMi4wNTksMjAuNzIzLDIwLjcyMywwLDAsMSwuMzYsMi40NjlxLjEyNiwxLjM4MS4xNDIsMi4yODVUMzIuNTcxLDE3LjMyNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yLjU3MSAtNi42MSkiIGZpbGw9IiNmMDI3MjciLz4NCjwvc3ZnPg0K') no-repeat center;background-size:contai;transform:translate(-50%, -50%);}
	/* Section split */
	.section-split ul{list-style:none}
	.section-split ul li{position:relative;padding:5px 0 5px 45px;padding:0 0 0 30px;font-weight:300}
	.section-split ul li:before{position:absolute;content:'';width:15px;height:15px;top:15px;top:9px;left:0;background:#fff;border-radius:50%}
	.section-split .quote p{margin-bottom:0%}
	.section-split .quote p span{display:block;margin-top:.25rem}
	/* Section highlight */
	.highlight-background-50-l .bg-image{position:absolute;content:'';width:calc(50% + 15px);height:100%;top:0;right:calc(50% - 15px);bottom:0;left:0}
	.highlight-background-50-l .bg-image img{width:100%;height:100%;object-fit:cover;object-position:right top}
	/* Label list */
	.label-list{display:flex;flex-wrap:wrap;margin:0 -10px}
	.label-list li{position:relative;display:block;padding:10px 10px 22px}
	.label-list li:after{position:absolute;content:'';width:10px;height:12px;bottom:10px;left:10px;background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEwIDEyIj4NCiAgPHBhdGggaWQ9Imljb25fY29ybmVyLWJvdHRvbS1sZWZ0IiBkPSJNMTAsMEgwTDEwLDEyWiIgZmlsbD0iIzMxYTA5ZSIgb3BhY2l0eT0iMC41Ii8+DQo8L3N2Zz4NCg==') no-repeat left top;background-size:contain}
	.label-list li>*{display:block;padding:8px 20px 12px;background:#a1c754;border-top-right-radius:5px;border-bottom-right-radius:5px;color:#fff;font-size:.85714rem;font-weight:600;text-transform:lowercase}
	.label-list li a:active,.label-list li a:focus,.label-list li a:hover{background:#00adc2;text-decoration:none}
	.type-info p{margin-bottom:.75rem;font-weight:300}
	.type-info ul{display:flex;justify-content:flex-start;flex-wrap:wrap;margin-bottom:.75rem;list-style:none}
	.type-info ul li{color:#ef7e31;font-weight:500}
	.type-info ul li:not(:last-child):after{content:'-';margin:0 5px;color:inherit;font:inherit}
	/* Section uitgelicht (Home) */
	[class*="section-uitgelicht"] .card{background:transparent;flex-direction:column}
	[class*="section-uitgelicht"] .card:after{position:absolute;content:'';width:100%;height:2px;right:0;bottom:-1.5rem;left:0;background:#a1c754}
	[class*="section-uitgelicht"] .col-12:first-child .card:before{position:absolute;content:'';width:100%;height:2px;right:0;top:-1.5rem;left:0;background:#a1c754}
	[class*="section-uitgelicht"] .card .card-body{border:none}
	[class*="section-uitgelicht"] .card .card-body .card-title{text-transform:none}
	[class*="section-uitgelicht"] .card .card-body .card-text{display:block;font-size:.90476rem}
	[class*="section-uitgelicht"] .card .card-body .card-date{display:block;margin-top:.25rem;font-size:.71428rem}
	.home .section-uitgelicht .card:before,.home .section-uitgelicht .card:after,
	.section-uitgelicht-loc .card:before,.section-uitgelicht-loc .card:after{display:none}
	/* Section breadcrumb */
	.section-breadcrumb ul{display:flex;align-items:flex-start;justify-content:flex-start;margin:0;list-style:none}
	.section-breadcrumb ul li{font-size:.76190rem;font-weight:300;line-height:2}
	.section-breadcrumb ul li:not(:first-child):before{display:inline-block;content:'>';margin:0 5px;font:inherit}
	.section-breadcrumb ul li a{font:inherit}
	/* Section intro */
	.section-intro{min-height:70px;z-index:1}
	.section-intro p{font-weight:300}
	/* Section locations */
	.section-search-location{position:relative;z-index:2}
	.section-search-location .card-body{border:none}
	.section-search-location .card-title{margin-bottom:25px!important;color:#fff}
	.section-search-location .form-control{height:auto;margin:.5rem 0;border:2px solid #efefef;border-radius:5px}
	.section-search-location .form-check{margin:5px 0;padding-left:27px}
	.section-search-location .form-check-input{width:24px;height:24px;margin:0;left:0;border-radius:50%}
	.section-search-location [class*="icheckbox_flat-"]{position:absolute;width:20px;height:20px;top:7px;left:0;border:none;border-radius:50%}
	.section-search-location [class*="icheckbox_flat-"]:before{position:absolute;content:'';width:28px;height:28px;top:-4px;left:-4px;border:2px solid #dcdcdc;border-radius:50%}
	.section-search-location .form-check-label{margin-right:10px;font-size:.80952rem}
	.section-search-location .btn.btn-primary{min-width:auto;padding:7px 25px 7px 10px;font-size:.80952rem;background-image:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgOCAxNCI+DQogIDxwYXRoIGlkPSJpY29uX2NoZXZyb24tcmlnaHRfd2hpdGUiIGQ9Ik00LjY2NywxLjY1N2EuNi42LDAsMCwxLC44MDksMGw2Ljg1NSw2LjQ2MWEuNTE3LjUxNywwLDAsMSwwLC43NjJMNS40NzYsMTUuMzQxYS42LjYsMCwwLDEtLjgwOSwwLC41MTcuNTE3LDAsMCwxLDAtLjc2MkwxMS4xMTksOC41LDQuNjY3LDIuNDJhLjUxNy41MTcsMCwwLDEsMC0uNzYyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQuNDk5IC0xLjQ5OSkiIGZpbGw9IiNmZmYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+DQo=');background-repeat:no-repeat;background-position:center right 10px;background-size:8px 14px}
	.section-search-location .bg-light.card{padding:30px}
	.section-search-location .bg-light.card .card-body{padding:0}
	.section-search-location .bg-light.card .h5{font-size:1.25rem}
	.section-search-location .bg-light.card .form-check{flex:0 0 100%;max-width:100%}
	.section-search-location .bg-light.card .btn.btn-primary{font-size:1rem;text-transform:none}
	.section-search-location .bg-light.card .ui-widget{width:100%}
	.map-locations{height:900px;margin-bottom:1.5rem}
	.location .card{height:100%;background:#fff;border-radius:5px}
	.location .card-body{padding:30px 15px;border:none}
	.location .card-title{margin-bottom:0!important;text-transform:none}
	.location .card-text,.location .card-text *{font-size:.80952rem}
	.location .card-text span{display:block}
	.mapContainer .btn.btn-secondary{background:#009ddf;border:1px solid #009ddf;color:#fff}
	.mapContainer .btn.btn-secondary:active,.mapContainer .btn.btn-secondary:focus,.mapContainer .btn.btn-secondary:hover{background:#e83f7b;border-color:#e83f7b;color:#fff}
	.gm-style .gm-style-iw.gm-style-iw-c{width:96%!important;max-width:300px!important}
	.gm-style .gm-style-iw.gm-style-iw-c .card-body{padding:30px 0}
	.gm-style .gm-style-iw.gm-style-iw-c .card-title{text-transform:unset}
	.gm-style .gm-style-iw.gm-style-iw-c .card-text span{display:block}
	.gm-style .gm-style-iw.gm-style-iw-c .card-text *{font-size:.80952rem}
	/* Subnav */
	.sub-nav{margin:0;padding:0;list-style:none}
	.sub-nav li{position:relative;padding-left:23px}
	.sub-nav li:before{position:absolute;content:'';width:8px;height:14px;top:13px;left:0;background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgOCAxNCI+DQogIDxwYXRoIGlkPSJpY29uX2NoZXZyb24tcmlnaHRfd2hpdGUiIGQ9Ik00LjY2NywxLjY1N2EuNi42LDAsMCwxLC44MDksMGw2Ljg1NSw2LjQ2MWEuNTE3LjUxNywwLDAsMSwwLC43NjJMNS40NzYsMTUuMzQxYS42LjYsMCwwLDEtLjgwOSwwLC41MTcuNTE3LDAsMCwxLDAtLjc2MkwxMS4xMTksOC41LDQuNjY3LDIuNDJhLjUxNy41MTcsMCwwLDEsMC0uNzYyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQuNDk5IC0xLjQ5OSkiIGZpbGw9IiMwMEFEQzIiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+DQo=') no-repeat center;background-size:contain;transition:all .3s ease-in-out}
	.sub-nav li a{display:block;font-size:.90476rem;font-weight:400;line-height:2}
	.sub-nav li:active:before,.sub-nav li:focus:before,.sub-nav li:hover:before{left:5px}
	.sub-nav li a:active,.sub-nav li a:focus,.sub-nav li a:hover{text-decoration:none}
	/* Section content */
	.umb-block-list{position:relative;z-index:0}
	.umb-block-list+.section-radius-bottom,
	.umb-block-list+footer{z-index:-1}
	.section-content ul{list-style:none}
	.section-content ul li{position:relative;padding:5px 0 5px 45px;padding:0 0 0 30px;font-weight:300}
	.section-content ul li:before{position:absolute;content:'';width:15px;height:15px;top:15px;top:9px;left:0;background:#a1c754;border-radius:50%}
	.section-content.bg-aqua ul li:before,.section-content.bg-pink ul li:before,
	.section-content.bg-lichtblauw ul li:before,.section-content.bg-roze ul li:before{background:#fff}
	.section-content ol li{padding-left:23px;padding-left:8px}
	.facebook-widget-wrapper iframe ._2p3a{width:100%!important}
	/* Section accordion */
	.section-accordion .h3{position:relative;padding-bottom:1rem}
	.section-accordion .h3:after{position:absolute;content:'';width:100%;height:2px;right:0;bottom:0;left:0;background:#a1c754}
	.section-accordion .card-header{padding:0;background:transparent;border:none;border-radius:0}
	.section-accordion .card-header span{position:relative;display:block;padding:5px 0 5px 23px;font-weight:300;cursor:pointer;transition:all .3s ease-in-out}
	.section-accordion .card-header span[aria-expanded="true"]{font-weight:500}
	.section-accordion .card-header span:before{position:absolute;content:'';width:8px;height:14px;top:15px;left:0;background:url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjE0IiB2aWV3Qm94PSIwIDAgOCAxNCI+DQogIDxwYXRoIGlkPSJpY29uX2NoZXZyb24tcmlnaHRfd2hpdGUiIGQ9Ik00LjY2NywxLjY1N2EuNi42LDAsMCwxLC44MDksMGw2Ljg1NSw2LjQ2MWEuNTE3LjUxNywwLDAsMSwwLC43NjJMNS40NzYsMTUuMzQxYS42LjYsMCwwLDEtLjgwOSwwLC41MTcuNTE3LDAsMCwxLDAtLjc2MkwxMS4xMTksOC41LDQuNjY3LDIuNDJhLjUxNy41MTcsMCwwLDEsMC0uNzYyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQuNDk5IC0xLjQ5OSkiIGZpbGw9IiMwMEFEQzIiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPg0KPC9zdmc+DQo=') no-repeat center;background-size:contain;transition:all .3s ease-in-out}
	.section-accordion .card-body{padding:15px 15px 15px 23px;background:#f2f5f8;border:none}
	.section-accordion .card-body .card-text{font-size:.90476rem}
	/* Section album */
	.section-album .row.mt-n-large{z-index:1}
	.section-album .row.mt-n-large .btn.btn-primary{margin-top:0;margin-bottom:1.5rem}
	.section-album .row.mt-n-large .btn.btn-primary:after{transform:rotate(90deg)}
	.section-album .row.button-over{position:absolute;bottom:1.5rem;left:50%;transform:translateX(-50%)}
	/* Section location why */
	.section-location-why ul{list-style:none}
	.section-location-why ul li{position:relative;padding:5px 0 5px 45px;padding:0 0 0 30px;font-weight:300}
	.section-location-why ul li:before{position:absolute;content:'';width:15px;height:15px;top:15px;top:9px;left:0;background:#a1c754;border-radius:50%}
	.section-location-why p,.section-location-why p a{font-weight:300}
	/* Section location data */
	.section-location-data p strong:first-child{display:block;margin-bottom:.25rem!important;color:#00adc2;font-size:1rem;font-weight:400;line-height:initial}
	.section-location-data p .h5,.section-location-data p strong:first-child{margin-bottom:calc(.25rem - 1.5rem)!important;font-weight:600!important}
	.section-location-data p{font-size:.90476rem/*;font-weight:300*/}
	/* Externe forms */
	.section-content #noc_calculator{padding:0}
	.section-content #pb-form label,.section-content #pb-form .optgroup label{font-size:1rem;font-weight:300}
	.section-content #pb-form .optgroup label{margin-right:15px;margin-left:5px}
	.section-content #pb-form form legend{color:#00adc2;font-weight:500}
	/* Fancybox */
	.fancybox-container *{color:#fff}
	/* Quote (Row) */
	.quote-row .bg-image img{object-position:right center}

@media (min-width:576px){
	.container{max-width:540px}
	.col-sm-1{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
			-webkit-flex:0 0 8.333333%;
				-ms-flex:0 0 8.333333%;
					flex:0 0 8.333333%;
		max-width:8.333333%;
	}
	.col-sm-2{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 16.666667%;
			-ms-flex:0 0 16.666667%;
				flex:0 0 16.666667%;
		max-width:16.666667%;
	}
	.col-sm-3{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 25%;
			-ms-flex:0 0 25%;
				flex:0 0 25%;
		max-width:25%;
	}
	.col-sm-4{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 33.333333%;
			-ms-flex:0 0 33.333333%;
				flex:0 0 33.333333%;
		max-width:33.333333%;
	}
	.col-sm-5{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 41.666667%;
			-ms-flex:0 0 41.666667%;
				flex:0 0 41.666667%;
		max-width:41.666667%;
	}
	.col-sm-6{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 50%;
			-ms-flex:0 0 50%;
				flex:0 0 50%;
		max-width:50%;
	}
	.col-sm-7{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 58.333333%;
			-ms-flex:0 0 58.333333%;
				flex:0 0 58.333333%;
		max-width:58.333333%;
	}
	.col-sm-8{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 66.666667%;
			-ms-flex:0 0 66.666667%;
				flex:0 0 66.666667%;
		max-width:66.666667%;
	}
	.col-sm-9{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 75%;
			-ms-flex:0 0 75%;
				flex:0 0 75%;
		max-width:75%;
	}
	.col-sm-10{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 83.333333%;
			-ms-flex:0 0 83.333333%;
				flex:0 0 83.333333%;
		max-width:83.333333%;
	}
	.col-sm-11{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 91.666667%;
			-ms-flex:0 0 91.666667%;
				flex:0 0 91.666667%;
		max-width:91.666667%;
	}
	.col-sm-12{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 100%;
			-ms-flex:0 0 100%;
				flex:0 0 100%;
		max-width:100%;
	}
	/* Site Presets */
	/* Site Styling */
		/* Header */
		.hd-logo{width:175px}
		.search-block{position:static;display:inline-block;padding:0 5px;top:auto;right:auto;left:auto;background:transparent}
		.header-shrink .search-block{box-shadow:none}
		/* Slider */
		.section-hero .hero-content [class^="col-"]:before{opacity:1}
}
@media (min-width:768px){
	.umbraco-forms-form .umbraco-forms-field{
		display:flex;
		flex-wrap:wrap;
		position:relative;
	}
	.umbraco-forms-form .umbraco-forms-field label,
	.umbraco-forms-form .umbraco-forms-field .umbraco-forms-label{
		flex:0 1 calc(33.323333% + 10px);
		padding-top:11px;
	}
	.umbraco-forms-form .umbraco-forms-field .umbraco-forms-field-wrapper{flex:1 1 auto}
	.umbraco-forms-form .umbraco-forms-tooltip.help-block{
		/*
		position:absolute;
		top:18px;
		*/
		margin-top:5px;
	}
	.container{max-width:inherit}
	.col-md-1{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 8.333333%;
			-ms-flex:0 0 8.333333%;
				flex:0 0 8.333333%;
		max-width:8.333333%;
	}
	.col-md-2{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 16.666667%;
			-ms-flex:0 0 16.666667%;
				flex:0 0 16.666667%;
		max-width:16.666667%;
	}
	.col-md-3,.umb-grid .indent .col-md-4{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 25%;
			-ms-flex:0 0 25%;
				flex:0 0 25%;
		max-width:25%;
	}
	.col-md-4{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 33.323333%;
			-ms-flex:0 0 33.323333%;
				flex:0 0 33.323333%;
		max-width:33.323333%;
	}
	.col-md-5,.umb-grid .indent .col-md-6{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 41.666667%;
			-ms-flex:0 0 41.666667%;
				flex:0 0 41.666667%;
		max-width:41.666667%;
	}
	.col-md-6{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 50%;
			-ms-flex:0 0 50%;
				flex:0 0 50%;
		max-width:50%;
	}
	.col-md-7,.umb-grid .indent .col-md-8{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 58.333333%;
			-ms-flex:0 0 58.333333%;
				flex:0 0 58.333333%;
		max-width:58.333333%;
	}
	.col-md-8{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 66.656667%;
			-ms-flex:0 0 66.656667%;
				flex:0 0 66.656667%;
		max-width:66.656667%;
	}
	.col-md-9{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 75%;
			-ms-flex:0 0 75%;
				flex:0 0 75%;
		max-width:75%;
	}
	.col-md-10,.umb-grid .indent .col-md-12{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 83.333333%;
			-ms-flex:0 0 83.333333%;
				flex:0 0 83.333333%;
		max-width:83.333333%;
	}
	.col-md-11{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 91.666667%;
			-ms-flex:0 0 91.666667%;
				flex:0 0 91.666667%;
		max-width:91.666667%;
	}
	.col-md-12{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 100%;
			-ms-flex:0 0 100%;
				flex:0 0 100%;
		max-width:100%;
	}
	/* Site Presets */
	.visible-xs{display:none}
	.hidden-xs{display:block}
	.order-1{order:1}
	.order-2{order:2}
		/* Content */
		h1,.h1{font-size:3.57142rem}/*75px*/
		h2,.h2{font-size:1.47619rem}/*31px*/
		h3,.h3{font-size:1.19047rem}/*25px*/
		h4,.h4{font-size:1.09523rem}/*23px*/
		.text-center-xs{text-align:left}
		.title-trailmade{font-size:4.412em}
		/* Buttons */
		.btn{min-width:200px;padding:10px 25px}
		/* Video */
		.bg-video-filled video{display:block!important}
		.bg-video-filled img{display:none!important}
		/* Umbraco Grid */
		.umb-grid .col-md-8,.umb-grid .col-md-6,.umb-grid .col-md-4{margin:0}
		/* Margin */
		.mt-n-large{margin-top:-30px}
		/* Padding */
		.mt-small{margin-top:20px}
		.mt-medium{margin-top:30px}
		.mt-large{margin-top:40px}
		.mb-small{margin-bottom:20px}
		.mb-medium{margin-bottom:30px}
		.mb-large{margin-bottom:40px}
		.my-small{margin:20px 0}
		.my-medium{margin:30px 0}
		.my-large{margin:40px 0}
		.pt-small{padding-top:20px}
		.pt-medium{padding-top:30px}
		.pt-large{padding-top:40px}
		.pb-small{padding-bottom:20px}
		.pb-medium{padding-bottom:30px}
		.pb-large{padding-bottom:40px}
		.py-small{padding:20px 0}
		.py-medium{padding:30px 0}
		.py-large{padding:40px 0}
		.mt-n-large.pt-small,.mt-n-large.py-small{padding-top:calc(20px + 30px)}
		.mt-n-large.pt-medium,.mt-n-large.py-medium{padding-top:calc(30px + 30px)}
		.mt-n-large.pt-large,.mt-n-large.py-large{padding-top:calc(40px + 30px)}
		.umb-block-list .bg-+.bg-{margin-top:-20px}
		.umb-block-list .bg-light,.umb-block-list .bg-grijs,
		.umb-block-list .bg-aqua,.umb-block-list .bg-lichtblauw,
		.umb-block-list .bg-orange,.umb-block-list .bg-oranje,
		.umb-block-list .bg-green,.umb-block-list .bg-groen,
		.umb-block-list .bg-pink,.umb-block-list .bg-roze,
		.umb-block-list .bg-blue,.umb-block-list .bg-donkerblauw{margin-top:-30px;padding-top:calc(40px + 30px + 1.5rem)}
		.umb-block-list .bg-light+.bg-,.umb-block-list .bg-grijs+.bg-,
		.umb-block-list .bg-aqua+.bg-,.umb-block-list .bg-lichtblauw+.bg-,
		.umb-block-list .bg-orange+.bg-,.umb-block-list .bg-oranje+.bg-,
		.umb-block-list .bg-green+.bg-,.umb-block-list .bg-groen+.bg-,
		.umb-block-list .bg-pink+.bg-,.umb-block-list .bg-roze+.bg-,
		.umb-block-list .bg-blue+.bg-,.umb-block-list .bg-donkerblauw+.bg-{margin-top:calc(40px + 1.5rem)}
	/* Site Styling */
		/* Header */
		header{padding-right:30px;padding-left:30px}
		/* Footer */
		footer{padding:50px 0}
		footer p{margin:0}
		.block-social{text-align:right}
		/* Select */
		.filter{padding:15px 0 30px}

		/* Section styles */
		.section-radius-bottom{border-bottom-right-radius:30px;border-bottom-left-radius:30px}
		/* Section header */
		.section-header:before{height:60px;border-bottom-right-radius:30px;border-bottom-left-radius:30px}
		.section-header .wrapper{border-bottom-right-radius:30px;border-bottom-left-radius:30px}
		.section-header .overlay{padding-bottom:15px}
		.section-header .overlay .container-fluid .header-logo{display:none!important}
		.section-header .overlay .container-fluid .header-title{margin:0 0 30px!important}
		/* Section header (Home) */
		.section-header.header-home .overlay .container-fluid .header-title{font-size:3.57142rem}
		.header-navbar{margin-top:1.5rem;padding:15px 0!important}
		.header-navbar ul li{flex:0 0 auto;padding:10px 5px}
		.header-navbar ul li a{padding:15px 10px;font-size:.80952rem}
		/* Section header (Vervolg) */
		.section-header.header-vervolg .wrapper>img{height:350px}
		/* Section intro */
		.section-intro{min-height:90px}
		/* Section highlight */
		.highlight-background-50-l .col-md-6>div{padding-left:30px}
		/* Section uitgelicht (Home) */
		[class*="section-uitgelicht"] .card{flex-direction:row}
		[class*="section-uitgelicht"] .card .card-img{max-width:25%}
		[class*="section-uitgelicht"] .card .card-body{padding:0 0 0 30px}
		.home .section-uitgelicht .card,
		.section-uitgelicht-loc .card{flex-direction:column}
		.home .section-uitgelicht .card .card-img,
		.section-uitgelicht-loc .card .card-img{max-width:100%}
		.home .section-uitgelicht .card .card-body,
		.section-uitgelicht-loc .card .card-body{padding:15px 0}
		/* Quote (Row) */
		.quote-row{display:flex;align-items:center;min-height:390px}
}
@media (min-width:992px){
	.container{max-width:inherit}
	.container-locations{width:100%;max-width:none!important;padding-right:0;padding-left:0;margin-right:auto;margin-left:auto}
	.col-lg-1{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 8.333333%;
			-ms-flex:0 0 8.333333%;
				flex:0 0 8.333333%;
		max-width:8.333333%;
	}
	.col-lg-2{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 16.666667%;
			-ms-flex:0 0 16.666667%;
				flex:0 0 16.666667%;
		max-width:16.666667%;
	}
	.col-lg-3{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 25%;
			-ms-flex:0 0 25%;
				flex:0 0 25%;
		max-width:25%;
	}
	.col-lg-4{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 33.333333%;
			-ms-flex:0 0 33.333333%;
				flex:0 0 33.333333%;
		max-width:33.333333%;
	}
	.col-lg-5/*,.umb-grid .col-md-6*/{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 41.666667%;
			-ms-flex:0 0 41.666667%;
				flex:0 0 41.666667%;
		max-width:41.666667%;
	}
	.col-lg-6{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 50%;
			-ms-flex:0 0 50%;
				flex:0 0 50%;
		max-width:50%;
	}
	.col-lg-7{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 58.333333%;
			-ms-flex:0 0 58.333333%;
				flex:0 0 58.333333%;
		max-width:58.333333%;
	}
	.col-lg-8{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 66.666667%;
			-ms-flex:0 0 66.666667%;
				flex:0 0 66.666667%;
		max-width:66.666667%;
	}
	.col-lg-9{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 75%;
			-ms-flex:0 0 75%;
				flex:0 0 75%;
		max-width:75%;
	}
	.col-lg-10/*,.umb-grid .col-md-12*/{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 83.333333%;
			-ms-flex:0 0 83.333333%;
				flex:0 0 83.333333%;
		max-width:83.333333%;
	}
	.col-lg-11{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 91.666667%;
			-ms-flex:0 0 91.666667%;
				flex:0 0 91.666667%;
		max-width:91.666667%;
	}
	.col-lg-12{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 100%;
			-ms-flex:0 0 100%;
				flex:0 0 100%;
		max-width:100%;
	}
	/* Site Presets */
	.visible-sm{display:none}
	.hidden-sm{display:block}
		/* Content */
		h1,.h1{font-size:4.76190rem}/*100px*/
		h2,.h2{font-size:1.57142rem}/*33px*/
		h3,.h3{font-size:1.28571rem}/*27px*/
		p{margin-bottom:1.5rem}
		/* Buttons */
		.btn{margin-bottom:1.5rem}
		/* Umbraco Grid */
		.umb-grid .row.clearfix{justify-content:center}
		/* Margin */
		.mt-n-large{margin-top:-60px}
		/* Padding */
		.mt-small{margin-top:25px}
		.mt-medium{margin-top:40px}
		.mt-large{margin-top:50px}
		.mb-small{margin-bottom:25px}
		.mb-medium{margin-bottom:40px}
		.mb-large{margin-bottom:50px}
		.my-small{margin:25px 0}
		.my-medium{margin:40px 0}
		.my-large{margin:50px 0}
		.pt-small{padding-top:25px}
		.pt-medium{padding-top:40px}
		.pt-large{padding-top:50px}
		.pb-small{padding-bottom:25px}
		.pb-medium{padding-bottom:40px}
		.pb-large{padding-bottom:50px}
		.py-small{padding:25px 0}
		.py-medium{padding:40px 0}
		.py-large{padding:50px 0}
		.mt-n-large.pt-small,.mt-n-large.py-small{padding-top:calc(25px + 60px)}
		.mt-n-large.pt-medium,.mt-n-large.py-medium{padding-top:calc(40px + 60px)}
		.mt-n-large.pt-large,.mt-n-large.py-large{padding-top:calc(50px + 60px)}
		.umb-block-list .bg-+.bg-{margin-top:-25px}
		.umb-block-list .bg-light,.umb-block-list .bg-grijs,
		.umb-block-list .bg-aqua,.umb-block-list .bg-lichtblauw,
		.umb-block-list .bg-orange,.umb-block-list .bg-oranje,
		.umb-block-list .bg-green,.umb-block-list .bg-groen,
		.umb-block-list .bg-pink,.umb-block-list .bg-roze,
		.umb-block-list .bg-blue,.umb-block-list .bg-donkerblauw{margin-top:-60px;padding-top:calc(50px + 60px + 1.5rem)}
		.umb-block-list .bg-light+.bg-,.umb-block-list .bg-grijs+.bg-,
		.umb-block-list .bg-aqua+.bg-,.umb-block-list .bg-lichtblauw+.bg-,
		.umb-block-list .bg-orange+.bg-,.umb-block-list .bg-oranje+.bg-,
		.umb-block-list .bg-green+.bg-,.umb-block-list .bg-groen+.bg-,
		.umb-block-list .bg-pink+.bg-,.umb-block-list .bg-roze+.bg-,
		.umb-block-list .bg-blue+.bg-,.umb-block-list .bg-donkerblauw+.bg-{margin-top:calc(50px + 1.5rem)}
	/* Site Styling */
		/* Footer */
		footer{padding:75px 0}

		/* Section styles */
		.section-radius-bottom{border-bottom-right-radius:60px;border-bottom-left-radius:60px}
		/* Section header */
		.section-header:before{height:120px;border-bottom-right-radius:60px;border-bottom-left-radius:60px}
		.section-header .wrapper{border-bottom-right-radius:60px;border-bottom-left-radius:60px}
		.section-header .overlay .container-fluid .header-logo{display:flex!important}
		/* Section header (Home) */
		.section-header.header-home .overlay .container-fluid .header-title{font-size:4.76190rem}
		.header-navbar ul li{padding:10px}
		.header-navbar ul li a{padding:15px 20px;font-size:1rem}
		/* Section header (Vervolg) */
		.section-header.header-vervolg .wrapper>img{height:450px}
		/* Section intro */
		.section-intro{min-height:110px}
		/* Section highlight */
		.highlight-background-50-l .col-md-6>div{padding-left:45px}
		/* Section uitgelicht (Home) */
		.home .section-uitgelicht .card,
		.section-uitgelicht-loc .card{flex-direction:row}
		.home .section-uitgelicht .card .card-img,
		.section-uitgelicht-loc .card .card-img{max-width:175px;max-height:175px}
		.home .section-uitgelicht .card .card-body,
		.section-uitgelicht-loc .card .card-body{padding:0 0 0 30px}
		/* Section locations */
		.section-search-location .bg-light.card .form-check{flex:0 0 50%;max-width:50%}
		/* Quote (Row) */
		.quote-row{min-height:300px}
}
@media (max-width:1199px){
	.toggle-nav{display:flex;justify-content:flex-end;width:100%}
}
@media (min-width:1200px){
	.container{max-width:1170px;max-width:1070px}
	.col-xl-1{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 8.333333%;
			-ms-flex:0 0 8.333333%;
				flex:0 0 8.333333%;
		max-width:8.333333%;
	}
	.col-xl-2{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 16.666667%;
			-ms-flex:0 0 16.666667%;
				flex:0 0 16.666667%;
		max-width:16.666667%;
	}
	.col-xl-3{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 25%;
			-ms-flex:0 0 25%;
				flex:0 0 25%;
		max-width:25%;
	}
	.col-xl-4{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 33.333333%;
			-ms-flex:0 0 33.333333%;
				flex:0 0 33.333333%;
		max-width:33.133333%;
	}
	.col-xl-5{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 41.666667%;
			-ms-flex:0 0 41.666667%;
				flex:0 0 41.666667%;
		max-width:41.666667%;
	}
	.col-xl-6{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 50%;
			-ms-flex:0 0 50%;
				flex:0 0 50%;
		max-width:50%;
	}
	.col-xl-7{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 58.333333%;
			-ms-flex:0 0 58.333333%;
				flex:0 0 58.333333%;
		max-width:58.333333%;
	}
	.col-xl-8{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 66.666667%;
			-ms-flex:0 0 66.666667%;
				flex:0 0 66.666667%;
		max-width:66.666667%;
	}
	.col-xl-9{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 75%;
			-ms-flex:0 0 75%;
				flex:0 0 75%;
		max-width:75%;
	}
	.col-xl-10{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 83.333333%;
			-ms-flex:0 0 83.333333%;
				flex:0 0 83.333333%;
		max-width:83.333333%;
	}
	.col-xl-11{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 91.666667%;
			-ms-flex:0 0 91.666667%;
				flex:0 0 91.666667%;
		max-width:91.666667%;
	}
	.col-xl-12{
		-webkit-box-flex:0;
		   -moz-box-flex:0;
			-ms-box-flex:0;
		-webkit-flex:0 0 100%;
			-ms-flex:0 0 100%;
				flex:0 0 100%;
		max-width:100%;
	}
	/* Site Presets */
		/* Content */
		h1,.h1{font-size:5.95238rem}/*125px*/
		h2,.h2{font-size:1.66666rem}/*35px*/
		/* Margin */
		.mt-n-large{margin-top:-90px}
		/* Padding */
		.mt-small{margin-top:30px}
		.mt-medium{margin-top:45px}
		.mt-large{margin-top:60px}
		.mb-small{margin-bottom:30px}
		.mb-medium{margin-bottom:45px}
		.mb-large{margin-bottom:60px}
		.my-small{margin:30px 0}
		.my-medium{margin:45px 0}
		.my-large{margin:60px 0}
		.pt-small{padding-top:30px}
		.pt-medium{padding-top:45px}
		.pt-large{padding-top:60px}
		.pb-small{padding-bottom:30px}
		.pb-medium{padding-bottom:45px}
		.pb-large{padding-bottom:60px}
		.py-small{padding:30px 0}
		.py-medium{padding:45px 0}
		.py-large{padding:60px 0}
		.mt-n-large.pt-small,.mt-n-large.py-small{padding-top:calc(30px + 90px)}
		.mt-n-large.pt-medium,.mt-n-large.py-medium{padding-top:calc(45px + 90px)}
		.mt-n-large.pt-large,.mt-n-large.py-large{padding-top:calc(60px + 90px)}
		.umb-block-list .bg-+.bg-{margin-top:-30px;z-index:0!important}
		.umb-block-list .bg-light,.umb-block-list .bg-grijs,
		.umb-block-list .bg-aqua,.umb-block-list .bg-lichtblauw,
		.umb-block-list .bg-orange,.umb-block-list .bg-oranje,
		.umb-block-list .bg-green,.umb-block-list .bg-groen,
		.umb-block-list .bg-pink,.umb-block-list .bg-roze,
		.umb-block-list .bg-blue,.umb-block-list .bg-donkerblauw{margin-top:-90px;padding-top:calc(60px + 90px + 1.5rem);}
		.umb-block-list .bg-light+.bg-,.umb-block-list .bg-grijs+.bg-,
		.umb-block-list .bg-aqua+.bg-,.umb-block-list .bg-lichtblauw+.bg-,
		.umb-block-list .bg-orange+.bg-,.umb-block-list .bg-oranje+.bg-,
		.umb-block-list .bg-green+.bg-,.umb-block-list .bg-groen+.bg-,
		.umb-block-list .bg-pink+.bg-,.umb-block-list .bg-roze+.bg-,
		.umb-block-list .bg-blue+.bg-,.umb-block-list .bg-donkerblauw+.bg-{margin-top:calc(60px + 1.5rem)}
	/* Site Styling */
		/* Header */
		header{padding-right:80px;padding-left:80px;padding-bottom:0;background:rgba(40,40,40,.55)}
		header .navbar-brand{top:50%;transform:translateY(-50%);opacity:0}
		header .navbar-brand img{height:80px}
		header .navbar-brand.logo-50jaar img{height:100px}
		header .navbar-collapse{margin:0}
		header .navbar-collapse .navbar-nav .nav-link{margin:0 10px;padding:5px 5px 17px}
		header .navbar-collapse .navbar-nav .nav-link:before{position:absolute;content:'';width:0;height:4px;bottom:0;left:5px;background:#fff;transition:.3s all ease-in-out}
		header .navbar-collapse .navbar-nav .nav-item:active .nav-link:before,header .navbar-collapse .navbar-nav .nav-item:focus .nav-link:before,header .navbar-collapse .navbar-nav .nav-item:hover .nav-link:before,header .navbar-collapse .navbar-nav .nav-link:active:before,header .navbar-collapse .navbar-nav .nav-link:focus:before,header .navbar-collapse .navbar-nav .nav-link:hover:before,header .navbar-collapse .navbar-nav .active>.nav-link:before{width:calc(100% - 10px)}
		header .navbar-sec .navbar-nav .nav-link{margin:0 10px;padding:5px;font-size:.85714rem;font-weight:400}
		header .navbar-search{margin:0 15px 13px}
		header.header-shrink{padding-top:0/*;background:rgba(40,40,40,.95)*/}

		/* Section styles */
		.section-radius-bottom{border-bottom-right-radius:90px;border-bottom-left-radius:90px}
		/* Section header */
		.section-header:before{height:180px;border-bottom-right-radius:90px;border-bottom-left-radius:90px}
		.section-header .wrapper{border-bottom-right-radius:90px;border-bottom-left-radius:90px}
		.section-header .overlay{padding:164px 90px 45px}
		.section-header .overlay .container-fluid{justify-content:space-between}
		.section-header .overlay .container-fluid .header-logo{opacity:1}
		header.header-shrink+main .section-header .overlay .container-fluid .header-logo{opacity:0}
		/* Section header (Home) */
		.section-header.header-home .overlay .container-fluid .header-title{font-size:7.14285rem}
		.header-navbar ul li{padding:15px}
		.header-navbar ul li a{padding:15px 30px}
		/* Section header (Vervolg) */
		.section-header.header-vervolg .wrapper>img{height:500px}
		/* Section intro */
		.section-intro{min-height:120px}
		/* Section highlight */
		.highlight-background-50-l .col-md-6>div{padding-left:60px}
		/* Section locations */
		.section-search-location .form-check{margin:.65rem 0}
		.section-search-location .btn.btn-primary{margin:5px 0}
		/* Quote (Row) */
		.quote-row{min-height:370px}
}
@media (max-width:1510px) and (max-height:750px){
	/* Site Styling */
		/* Section header (Home) */
		.section-header.header-home .wrapper>img{max-height:none}
}
@media (min-width:1400px){
	/* Site Styling */
		/* Section header (Home) */
		.section-header.header-home .overlay .container-fluid .header-logo{width:255px}
		/* Quote (Row) */
		.quote-row{min-height:420px}
}
@media (min-width:1510px){
	/* Site presets */
		/* Content */
		h1,.h1{font-size:7.14285rem}/*150px*/
	/* Site Styling */
		/* Section header (Home) */
		.section-header.header-home .overlay .container-fluid .header-title{font-size:9.52380rem}
		/* Quote (Row) */
		.quote-row{min-height:540px}
}
.partner-item:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
}
.partner-item{
    padding-left:0;
}
.embed-responsive-1by1::before {
    padding-top: 0%;
}
.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}
.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}