:root{
	/*
	Definieer hier eventuele variabelen
	
	Voorbeeld aanmaken variabele:	
	--rood: #f00;
	
	Voorbeeld gebruik variabele:
	color: var(--rood);
	*/
	
	--jumbotron-standard-margin: 15rem; /*margin between jumbotron elements*/
	--default-margin-bottom: 2.4rem; /*p, ol, ul, etc*/
	--footer-margin-top: 6rem;
    --default-line-height: 3.2rem;
	--bs-gutter-x: 1.5rem;
	
	--container-width: 1320px;
	--column-width: calc((var(--container-width) / 12) - (var(--bs-gutter-x) / 12));
	--fancybox-accent-color: #ccc;
    --ruimte-opvolgende-kleurblokken-zonder-marge: calc(var(--jumbotron-standard-margin) / 2);
	
	--kleur_donkerderblauw: #09083B;
	--kleur_donkerblauw: #090843;
	--kleur_blauw: #21205F;
	--kleur_lichtblauw: #3634b3;	
	--kleur_grijs: #EBEBEF;
	--kleur_wit: #ffffff;
	--kleur_rood: #E52734; 
	
	--kleur_border: #E6E6F1;
	--border_width: 3px;
	--border_lengte: 15px;
	--border_tussen_lengte: 30px;
	
	--body_pt: 16.4rem;
}

html.no-scroll,
html.no-scroll body{
    overflow: hidden;
}

html{
	font-size: 62.5%;
}

body{
	font:300 2rem/var(--default-line-height) 'Open Sans';
    padding-top: var(--body_pt) !important;
	color: var(--kleur_blauw);
}

body:has(.openChild .open) .slideout-info-overlay {
    opacity: 1;
    pointer-events: all;
	z-index: 1001 !important;
} 

.slideout-info-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    transition: 0.3s opacity;
    z-index: 1499;
}

.row {
    --bs-gutter-x: 3rem;
}

.jumbotron{
    position: relative;
	background:none;
	margin:0;
	padding:0;
}

.jumbo-padding:has(.breadcrumbs){
    padding-top: 1rem !important;
}

.tns-outer *{
	outline:none !important;
}

.gallery + .gallery{
	margin-top: var(--bs-gap, 3rem);
}

.gekaderd_blok{
	padding: 1.5rem 3rem;
}

article > .jumbotron .gform_wrapper:last-child form,
.gekaderd_blok > *:last-child{
	margin-bottom: 0;
}

.content_gekaderd{
	background: none !important;
	/*padding-top: 0 !important;
	padding-bottom: 0 !important;*/
}

.links_uitbreiden,
.rechts_uitbreiden{
    overflow: hidden;
}

.content_gekaderd + .content_gekaderd,
.stijl_achtergrondkleur + .content_gekaderd{
	padding-top: var(--jumbotron-standard-margin) !important;	
}

.content_gekaderd:not(.links_uitbreiden):not(.rechts_uitbreiden){
    padding-top: 0;
    padding-bottom: 0;
}

.content_gekaderd:not(.links_uitbreiden):not(.rechts_uitbreiden) .content_gekaderd_inner{
	padding-left: var(--column-width);
	padding-right: var(--column-width);
	padding-top: var(--jumbotron-standard-margin);
	padding-bottom: var(--jumbotron-standard-margin);    
}

.links_uitbreiden:before{
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	left: 0;
	z-index: -1;
	
    /*Inclusief content*/
	/*right: calc(((100% - var(--container-width) + 1.5rem) / 2) + ((12 - var(--data-xxl-o)) * var(--column-width)) - ((var(--data-xxl-c)) * var(--column-width)));*/
    /*OUD*/
	/*right: calc(((100% - var(--container-width)) / 2) + ((12 - var(--data-xxl-o)) * var(--column-width)));*/
    
    /*Altijd 1 kolom vanaf de zijkant*/
    right: calc(var(--column-width));
    /*Altijd 1 kolom buiten de content*/
    right: calc(((100% - var(--container-width)) / 2) + 3rem - var(--column-width));
}
			
.rechts_uitbreiden:before{
	content: "";
	position: absolute;
	top: 0;
	height: 100%;
	right: 0;
	z-index: -1;
	
    /*Inclusief content*/
	/*left: calc(((100% - var(--container-width) + 1.5rem) / 2) + ((var(--data-xxl-o)) * var(--column-width)));*/
    /*OUD*/
	/*left: calc(((100% - var(--container-width)) / 2) + ((var(--data-xxl-o)) * var(--column-width)) + ((var(--data-xxl-c)) * var(--column-width)));*/
    
    /*Altijd 1 kolom vanaf de zijkant*/
    left: calc(var(--column-width));
    /*Altijd 1 kolom buiten de content*/
    left: calc(((100% - var(--container-width)) / 2) + 3rem - var(--column-width));
}

picture.img-fluid img{
    max-width: 100%;
    height: auto;
}

.sharebutton{
	
}

.sharebutton__facebook,
.sharebutton__facebook:hover,
.sharebutton__facebook:focus{
    color: #3b5998;
}

.sharebutton__linkedin,
.sharebutton__linkedin:hover,
.sharebutton__linkedin:focus{
    color: #0077b5;
}

.sharebutton__twitter,
.sharebutton__twitter:hover,
.sharebutton__twitter:focus{
    color: #1da1f2;
}

.sharebutton__google-plus,
.sharebutton__google-plus:hover,
.sharebutton__google-plus:focus{
    color: #dd4b39;
}

.sharebutton__envelope,
.sharebutton__envelope:hover,
.sharebutton__envelope:focus{
    color: #adadad;
}

/*.last-no-margin > *:last-child,
.last-no-margin > header:last-child > h1,
.last-no-margin > .tinymce-row:last-child > div > *:last-child,
.last-no-margin > .table-responsive:last-child > table{
    margin-bottom: 0;
}*/

.geen_extra_marge_onderkant + .jumbotron{
	padding-top: 0 !important;
}
  
.geen_extra_marge_onderkant:has(+ .divider){
	padding-bottom: 0 !important;
}

#content .geen_extra_marge_onderkant.content_gekaderd + .jumbotron.content_gekaderd .content_gekaderd_inner,
#content .jumbotron:not(.stijl_achtergrondkleur) + .jumbotron:not(.stijl_achtergrondkleur){
    padding-top: 0 !important;
}

.geen_extra_marge_onderkant + .jumbotron#footer{
	padding-top: 7.3rem !important;
}

.geen_extra_marge_onderkant + .jumbotron.volledige_afbeelding {
	margin-top: 2.3rem !important;
}

.jumbotron.jumbo-padding{
    padding-top: var(--jumbotron-standard-margin);
    padding-bottom: var(--jumbotron-standard-margin);
}

.jumbotron.jumbo-padding:last-child:not(.stijl_achtergrondkleur),
.jumbotron.jumbo-padding.geen_extra_marge_onderkant{
	padding-bottom: calc(var(--jumbotron-standard-margin) / 2);
}

/*article > .jumbotron:first-child {
    margin-top: 0;
}*/

.gallery{
	display: grid;
    grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
    grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
    gap: var(--bs-gap, 3rem);
}

.gallery-item img{
	max-width: 100%;
	height: auto;
}

.gallery figure{
	margin: 0;
}

#content :is(ul ul, ol ul, ul ol, ol ol){
    margin-bottom: 0;
}

#content{
    padding: 0 0;
	overflow: clip;
}

#content :is(h1, h2, h3, h4, p, ul, ol, table, iframe, form){ 
/*
	margin-bottom:0;
	margin-top:0;
*/
}

#content :is(header:has(h1), h2, h3, h4, p, ul, ol, form, table, section, .gekaderd_blok, .button-group, .woocommerce-notices-wrapper:not(:empty)) + :is(p, ul, ol, h2, h3, h4, .gekaderd_blok, .button-group, address, table, section, form, section, .introtekst),
#content :is(header:has(h1)) + script + .gform_wrapper{
    margin-top: var(--default-margin-bottom);
}

.woocommerce-notices-wrapper:empty{
	display: none;
}

#content .jumbotron :is(p, ul, ol, .gekaderd_blok, .button-group) + :is(h2, h3, h4){
    margin-top: var(--default-margin-bottom);
}


.quote_tekst {
	--border_lengte:  15px;
	--border_tussen_lengte: 28px; 
	position: relative;
	margin:5rem;
	padding: 6rem 16rem;
    font-size: 2.8rem; 
	line-height: 4.5rem;
	letter-spacing: 0.1rem;
	background-position: 0 0, 0 0, 100% 0, 0 100%;
    background-size: var(--border_width) 100%, 100% var(--border_width), var(--border_width) 100%, 100% var(--border_width);
    background-repeat: no-repeat;
    background-image: 
		repeating-linear-gradient(0deg, var(--kleur_rood), var(--kleur_rood) var(--border_lengte), transparent var(--border_lengte), transparent var(--border_tussen_lengte)), 
		repeating-linear-gradient(90deg, var(--kleur_rood), var(--kleur_rood) var(--border_lengte), transparent var(--border_lengte), transparent var(--border_tussen_lengte)), 
		repeating-linear-gradient(180deg, var(--kleur_rood), var(--kleur_rood) var(--border_lengte), transparent var(--border_lengte), transparent var(--border_tussen_lengte)), 
		repeating-linear-gradient(270deg, var(--kleur_rood), var(--kleur_rood) var(--border_lengte), transparent var(--border_lengte), transparent var(--border_tussen_lengte));
}

.quote_tekst::before {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 2rem;
	width: calc(100% + 8rem);
    height: 8rem;
    transform: translate(-6rem, -4rem);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='157.781' height='85.421' viewBox='0 0 157.781 85.421'%3E%3Cg id='linksboven_combi' transform='translate(-122.388 -149.518)'%3E%3Cg id='element_lijnen_linksboven'%3E%3Cpath id='Path_15107' data-name='Path 15107' d='M3,0H19.164a3,3,0,0,1,3,3V19.164a3,3,0,0,1-3,3H3a3,3,0,0,1-3-3V3A3,3,0,0,1,3,0Z' transform='translate(123.888 151.018)' fill='none' stroke='%23e52734' stroke-linecap='round' stroke-width='3' stroke-dasharray='10'/%3E%3Cpath id='Path_15106' data-name='Path 15106' d='M0,0,38.418,38.418' transform='translate(149.746 176.875)' fill='none' stroke='%23e52734' stroke-linecap='round' stroke-width='3' stroke-dasharray='10'/%3E%3Cpath id='Path_14980' data-name='Path 14980' d='M43.5,61.869V43.035H63.85' transform='translate(143.186 171.57)' fill='none' stroke='%23e52734' stroke-linecap='round' stroke-width='3' stroke-dasharray='10 10'/%3E%3C/g%3E%3Cg id='_123_lijnen_linksboven' data-name='123_lijnen_linksboven'%3E%3Cpath id='Path_15099' data-name='Path 15099' d='M0,0V31.03' transform='translate(207.54 174.732)' fill='none' stroke='%23e52734' stroke-linecap='round' stroke-width='2' stroke-dasharray='4' opacity='0.6'/%3E%3Cpath id='Path_15098' data-name='Path 15098' d='M0,0V29.552' transform='translate(243.002 174.732)' fill='none' stroke='%23e52734' stroke-linecap='round' stroke-width='2' stroke-dasharray='4' opacity='0.6'/%3E%3Cpath id='Path_15097' data-name='Path 15097' d='M0,0V31.03' transform='translate(278.465 174.732)' fill='none' stroke='%23e52734' stroke-linecap='round' stroke-width='2' stroke-dasharray='4' opacity='0.6'/%3E%3Cpath id='Path_15096' data-name='Path 15096' d='M7.563,7.18a.111.111,0,0,0-.11-.11h-.91l.61-5.8a.119.119,0,0,0-.11-.12h-1.9a.138.138,0,0,0-.12.12l-.07.7c0,.06.02.11.1.11h.92l-.53,4.99h-.91a.138.138,0,0,0-.13.11l-.07.71a.1.1,0,0,0,.11.11h2.92a.138.138,0,0,0,.13-.11Z' transform='translate(200.89 155.6)' fill='%23ef7d85' opacity='0.6'/%3E%3Cpath id='Path_15095' data-name='Path 15095' d='M4.633,1.15a.138.138,0,0,0-.12.12c-.05.59-.06.71-.06.72a.092.092,0,0,0,.1.09h2.07c.61,0,1,.23,1,.7,0,.11-.02.33-.02.32-.06.68-.82.94-1.68,1.18-1.58.45-2.22.77-2.37,2.31-.05.51-.12,1.15-.12,1.17,0,.12.05.24.22.24h4.41a.138.138,0,0,0,.13-.11l.07-.71a.111.111,0,0,0-.11-.11H4.583l.05-.47a1.214,1.214,0,0,1,.92-1.17c1.9-.64,3.03-.82,3.14-2.24.02-.26.03-.38.03-.44,0-1.06-.75-1.6-1.98-1.6Z' transform='translate(236.353 155.6)' fill='%23ef7d85' opacity='0.6'/%3E%3Cpath id='Path_15094' data-name='Path 15094' d='M4.263,1.15a.138.138,0,0,0-.12.12l-.06.7c0,.06.02.11.1.11h2.07c.66,0,1,.25,1,.73a2.825,2.825,0,0,1-.02.29.92.92,0,0,1-1,.85h-.75a.138.138,0,0,0-.12.12l-.07.68c0,.06.02.11.1.11h.9c.62,0,.82.34.82.85,0,.07-.03.31-.04.41-.06.63-.53.95-1.31.95H3.783a.138.138,0,0,0-.12.12l-.07.7c0,.06.02.11.1.11h2.25a1.987,1.987,0,0,0,2.23-1.91l.02-.21a1.7,1.7,0,0,0,.01-.21,1.248,1.248,0,0,0-.84-1.27,1.408,1.408,0,0,0,.96-1.21c.01-.1.03-.38.03-.44,0-1.06-.76-1.6-1.98-1.6Z' transform='translate(271.816 155.6)' fill='%23ef7d85' opacity='0.6'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),
	
	url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='85.423' height='86.148' viewBox='0 0 85.423 86.148'%3E%3Cg id='element_lijnen_rechtsboven' transform='translate(-1329.961 -149.154)'%3E%3Cpath id='Path_15103' data-name='Path 15103' d='M3,0H19.164a3,3,0,0,1,3,3V19.164a3,3,0,0,1-3,3H3a3,3,0,0,1-3-3V3A3,3,0,0,1,3,0Z' transform='translate(1413.884 150.654) rotate(90)' fill='none' stroke='%23e52734' stroke-linecap='round' stroke-width='3' stroke-dasharray='10'/%3E%3Cpath id='Path_15102' data-name='Path 15102' d='M0,0,38.418,38.418' transform='translate(1388.025 176.512) rotate(90)' fill='none' stroke='%23e52734' stroke-linecap='round' stroke-width='3' stroke-dasharray='10'/%3E%3Cpath id='Path_14980' data-name='Path 14980' d='M0,18.833V0H20.35' transform='translate(1350.294 213.453) rotate(90)' fill='none' stroke='%23e52734' stroke-linecap='round' stroke-width='3' stroke-dasharray='10 10'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: top left, right top; 
}


.quote_tekst::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0;
    width: calc(100% + 8rem);
    height: 9rem;
    transform: translate(-4rem, 4.5rem);
	
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='85.423' height='86.148' viewBox='0 0 85.423 86.148'%3E%3Cg id='element_lijnen_linksonder' transform='translate(-122.386 -508.928)'%3E%3Cpath id='Path_15101' data-name='Path 15101' d='M3,0H19.164a3,3,0,0,1,3,3V19.164a3,3,0,0,1-3,3H3a3,3,0,0,1-3-3V3A3,3,0,0,1,3,0Z' transform='translate(123.886 593.576) rotate(-90)' fill='none' stroke='%23e52734' stroke-linecap='round' stroke-width='3' stroke-dasharray='10'/%3E%3Cpath id='Path_15100' data-name='Path 15100' d='M0,0,38.418,38.418' transform='translate(149.745 567.719) rotate(-90)' fill='none' stroke='%23e52734' stroke-linecap='round' stroke-width='3' stroke-dasharray='10'/%3E%3Cpath id='Path_14980' data-name='Path 14980' d='M0,18.833V0H20.35' transform='translate(187.475 530.777) rotate(-90)' fill='none' stroke='%23e52734' stroke-linecap='round' stroke-width='3' stroke-dasharray='10 10'/%3E%3C/g%3E%3C/svg%3E"),
		
	url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='170.052' height='85.423' viewBox='0 0 170.052 85.423'%3E%3Cg id='rechtsonder_combi' transform='translate(-1245.333 -509.293)'%3E%3Cg id='element_lijnen_rechtsonder'%3E%3Cpath id='Path_15104' data-name='Path 15104' d='M3,0H19.164a3,3,0,0,1,3,3V19.164a3,3,0,0,1-3,3H3a3,3,0,0,1-3-3V3A3,3,0,0,1,3,0Z' transform='translate(1413.885 593.217) rotate(180)' fill='none' stroke='%23e52734' stroke-linecap='round' stroke-width='3' stroke-dasharray='10'/%3E%3Cpath id='Path_15105' data-name='Path 15105' d='M0,0,38.418,38.418' transform='translate(1388.027 567.359) rotate(180)' fill='none' stroke='%23e52734' stroke-linecap='round' stroke-width='3' stroke-dasharray='10'/%3E%3Cpath id='Path_14980' data-name='Path 14980' d='M0,18.833V0H20.35' transform='translate(1351.087 529.627) rotate(180)' fill='none' stroke='%23e52734' stroke-linecap='round' stroke-width='3' stroke-dasharray='10 10'/%3E%3C/g%3E%3Cg id='_123_lijnen_rechtsonder' data-name='123_lijnen_rechtsonder'%3E%3Cpath id='Path_15093' data-name='Path 15093' d='M0,0V31.03' transform='translate(1247.649 537.539)' fill='none' stroke='%23e52734' stroke-linecap='round' stroke-width='2' stroke-dasharray='4' opacity='0.6'/%3E%3Cpath id='Path_15092' data-name='Path 15092' d='M0,0V29.552' transform='translate(1283.112 537.539)' fill='none' stroke='%23e52734' stroke-linecap='round' stroke-width='2' stroke-dasharray='4' opacity='0.6'/%3E%3Cpath id='Path_15091' data-name='Path 15091' d='M0,0V31.03' transform='translate(1318.575 537.539)' fill='none' stroke='%23e52734' stroke-linecap='round' stroke-width='2' stroke-dasharray='4' opacity='0.6'/%3E%3Cpath id='Path_15090' data-name='Path 15090' d='M7.563,7.18a.111.111,0,0,0-.11-.11h-.91l.61-5.8a.119.119,0,0,0-.11-.12h-1.9a.138.138,0,0,0-.12.12l-.07.7c0,.06.02.11.1.11h.92l-.53,4.99h-.91a.138.138,0,0,0-.13.11l-.07.71a.1.1,0,0,0,.11.11h2.92a.138.138,0,0,0,.13-.11Z' transform='translate(1241 518.404)' fill='%23ef7d85' opacity='0.6'/%3E%3Cpath id='Path_15089' data-name='Path 15089' d='M4.633,1.15a.138.138,0,0,0-.12.12c-.05.59-.06.71-.06.72a.092.092,0,0,0,.1.09h2.07c.61,0,1,.23,1,.7,0,.11-.02.33-.02.32-.06.68-.82.94-1.68,1.18-1.58.45-2.22.77-2.37,2.31-.05.51-.12,1.15-.12,1.17,0,.12.05.24.22.24h4.41a.138.138,0,0,0,.13-.11l.07-.71a.111.111,0,0,0-.11-.11H4.583l.05-.47a1.214,1.214,0,0,1,.92-1.17c1.9-.64,3.03-.82,3.14-2.24.02-.26.03-.38.03-.44,0-1.06-.75-1.6-1.98-1.6Z' transform='translate(1276.463 518.404)' fill='%23ef7d85' opacity='0.6'/%3E%3Cpath id='Path_15088' data-name='Path 15088' d='M4.263,1.15a.138.138,0,0,0-.12.12l-.06.7c0,.06.02.11.1.11h2.07c.66,0,1,.25,1,.73a2.825,2.825,0,0,1-.02.29.92.92,0,0,1-1,.85h-.75a.138.138,0,0,0-.12.12l-.07.68c0,.06.02.11.1.11h.9c.62,0,.82.34.82.85,0,.07-.03.31-.04.41-.06.63-.53.95-1.31.95H3.783a.138.138,0,0,0-.12.12l-.07.7c0,.06.02.11.1.11h2.25a1.987,1.987,0,0,0,2.23-1.91l.02-.21a1.7,1.7,0,0,0,.01-.21,1.248,1.248,0,0,0-.84-1.27,1.408,1.408,0,0,0,.96-1.21c.01-.1.03-.38.03-.44,0-1.06-.76-1.6-1.98-1.6Z' transform='translate(1311.926 518.404)' fill='%23ef7d85' opacity='0.6'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: top left, right top; 
}

.introtekst{
    font-size: 2rem;
}

.kleine_tekst{
    font-size: 1.4rem;  
}

.jumbotron header h1 {
	padding-top: 5rem;
	hyphens: auto; 
}

.jumbotron.productoverzicht header h1 {
	padding-top: 0;	
}
 

header {
	position: relative;
}

.jumbotron h1{
	font-size:7rem;
	line-height: 7.5rem;
	letter-spacing: 0.1rem;
	font-style: italic;
	font-weight: 700;
	text-transform: uppercase; 
	font-family: ff-chambers-sans-web, sans-serif;
	margin-bottom: 4rem;
}

.jumbotron h2{
	font-size:4.2rem;
	line-height: 4.5rem;
	letter-spacing: 0.1rem;
	font-style: italic;
	font-weight: 700;
	font-family: ff-chambers-sans-web, sans-serif;
}

.jumbotron h3{
	font-size: 2.8rem;
    line-height: 3.6rem;
	letter-spacing: 0.1rem;
	font-style: italic;
	font-weight: 700;
	font-family: ff-chambers-sans-web, sans-serif;
}

.jumbotron h4{
	font-size:1.8rem;
}

.tekst_stippellijn_pijl {
    display: flex;
    gap: 2rem;
    margin-right: calc(-0.5* var(--column-width));
    align-items: baseline;
}

.tekst_stippellijn_pijl:after {
	content: '';
    display: block;
    height: 7.1rem;
    position: relative;
    z-index: 1;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' width='1296.34' height='70.34' viewBox='0 0 1296.34 70.34'%3E%3Cg id='Group_7761' data-name='Group 7761'%3E%3Cpath id='Path_14981' data-name='Path 14981' d='M19.03,56.67s859.79,21.09,1036.78-18.89c106.67-24.44,114.52-52.24,166.43-16.79,11.65,7.42,12.08,21.86-1.95,29.14-11.61,5.97-22.62-4.1-21.6-12.38.88-16.64,36.01-56.04,93.76-5.73' fill='none' stroke='%23e52734' stroke-dasharray='0 0 9 9' stroke-linecap='round' stroke-miterlimit='4' stroke-width='2'/%3E%3Cpath id='Path_14982' data-name='Path 14982' d='M1284.03,32.36l9.14.55-.73-8.88' fill='none' stroke='%23e52734' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
    background-position: right;
    background-repeat: no-repeat;
    flex: 1;
	transform: translateY(0rem);
} 

ul.checklist {
    column-count: 2;
	gap: 6rem;
}

ul.checklist,
ul.lijst_met_pijlen{
	padding: 0;
	list-style: none;
}

ul.checklist li,
ul.lijst_met_pijlen li{
	position: relative;
	padding-left: 2.5rem;
	margin-bottom: 3rem;
}

ul.checklist li:before,
ul.lijst_met_pijlen li:before{
	color: var(--kleur_rood);
	position: absolute;
	left: 0;
	top: 0;
	content: "\f00c";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 700;
}
ul.checklist li:before {
	 transform: translateY(-0.2rem);
}


ul.lijst_met_pijlen li:before{
	content: "\f178";
}

.alm-filters-edit{
    display: none !important;
}

.alm-btn-wrap{
	width: 100%;
	text-align: center;
	float: left;
	margin-top: var(--default-margin-bottom);
}

.alm-btn-wrap:has(.alm-load-more-btn.done){
    display: none;
}

.alm-load-more-btn.done,
.alm-load-more-btn.loading{
	display: none;
}

.alm-btn-wrap .alm-load-more-btn {
    appearance: none;
    background: transparent !important;
    border: 3px solid var(--kleur_blauw) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: var(--kleur_blauw) !important;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight:  700 !important;
    height: 43px;
    line-height: 1;
    margin: 0;
    padding: 0 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease;
    user-select: none;
    width: auto;
}


@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.alert > *:last-child{
	margin:0 !important;
}

.hide_tekst {
    display: none;
}

.lees_verder{
	margin-bottom:var(--default-margin-bottom);
}

p:empty{
	display:none;
}

em{
	font-style:italic !important;
}

strong{
	font-weight:700 !important;
}

a,
a:hover,
a:focus{
	color:#3251b5;
}

hr{
	border-top:solid 0.1rem #c9c9c9;
	margin:var(--default-margin-bottom) 0;
    display: block;
}

.button,
.button:hover,
.button:focus,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
	text-decoration:none !important;
	outline:none;
	border-radius:0.0rem;
	color:#fff;
	background-color:var(--kleur_rood);;
	border: solid 0.2rem var(--kleur_rood);;
	padding:1.2rem 2rem !important;
	line-height:normal !important;
    cursor: pointer;
	display: inline-flex;
	align-items: center;
	transition: 0.3s color, 0.3s background-color, 0.3s border-color;
	font-family: ff-chambers-sans-web, sans-serif;
	font-weight: 400;
	line-height: 3.6rem;
	font-size: 1.6rem;
	font-style: italic;
	position: relative; 
} 

.button::before, .button::after  {
	content: '';
	display: block;
	width: 100%;
	height: 0.25rem;
	position: absolute;  
	top: 0;
	z-index: -1;
	left:-0.2rem;
	opacity: 1;
	background-color: var(--kleur_rood);
	opacity: 0;
}
	
.button::after {
	transform:translateY(0rem); 
	transition: all 0.1s ease-in-out;
	width: calc(100% + 0.4rem);
}

.button::before {
	transform:translateY(1rem); 
	transition: all 0.2s ease-in-out;
} 

.button:hover::before {
	transform:translateY(-1.2rem);
	opacity: 1;
}

.button:hover::after {
	transform:translateY(-0.75rem);
	opacity: 1;
}

.button_inline,
.woocommerce a.button_inline,
.woocommerce-orders-table__cell-order-actions a.button,
.button_inline:hover,
.woocommerce a.button_inline:hover,
.woocommerce-orders-table__cell-order-actions a.button:hover,
.button_inline:focus,
.woocommerce a.button_inline:focus,
.woocommerce-orders-table__cell-order-actions a.button:focus{
	padding:0.6rem 1rem !important;	
}

.button:hover,
.button:focus,
body div.gform_wrapper .gform_footer button.gform_button:hover,
body div.gform_wrapper .gform_footer button.gform_button:focus,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus, 
.woocommerce a.button:focus, 
.woocommerce button.button:focus, 
.woocommerce input.button:focus{

} 

.woocommerce-orders-table__cell-order-actions,
p.button-group,
.button-group p{
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
}

.button_alt,
.button_alt:hover,
.button_alt:focus,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:focus, 
.woocommerce a.button.alt:focus, 
.woocommerce button.button.alt:focus, 
.woocommerce input.button.alt:focus{
	background-color: rgba(229,39,52,0.4) !important;
	border: solid 0rem rgba(229,39,52,0.4) !important;
}


.button_transparant,
.button_transparant:hover,
.button_transparant:focus,
.woocommerce a.button_transparant,
.woocommerce a.button_transparant:hover,
.woocommerce a.button_transparant:focus{
	background-color: transparent;
	border: solid 0.2rem transparent;
	color: var(--kleur_wit); 
    font-size: 1.8rem;
    line-height: 2.8rem;
    letter-spacing: 0.02rem; 
	font-family: quatro, sans-serif;
	font-weight: 600;
	font-style: normal;
	
}

.button_transparant::after {
	background-image: unset;
}

.button_outline,
.button_outline:hover,
.button_outline:focus,
.woocommerce a.button_outline,
.woocommerce a.button_outline:hover,
.woocommerce a.button_outline:focus{
	background-color: transparent;
	border: solid 0.2rem var(--kleur_blauw);
	color: var(--kleur_blauw);
}

.stijl_achtergrondkleur_21205f .button_outline,
.stijl_achtergrondkleur_21205f .button_outline:hover,
.stijl_achtergrondkleur_21205f .button_outline:focus,
.stijl_achtergrondkleur_21205f .woocommerce a.button_outline,
.stijl_achtergrondkleur_21205f .woocommerce a.button_outline:hover,
.stijl_achtergrondkleur_21205f .woocommerce a.button_outline:focus{
	background-color: transparent;
	border: solid 0.3rem var(--kleur_wit);
	color: var(--kleur_wit);
}

.button_outline_alt,
.button_outline_alt:hover,
.button_outline_alt:focus{
	background-color: transparent;
	border: solid 0.2rem var(--kleurblauw);
	color: var(--kleurblauw);
}

.gform_button,
.gform_button:hover,
.gform_button:focus {
	background-color: var(--kleur_rood);
	font-style: italic;
	font-weight: 700;
	padding: 1.2rem 3rem !important;
}

.button_met_icoon_voor i{
	margin-right: 1rem;
}

.button_met_icoon_na i{
	margin-left: 1rem;
}

.link_met_pijl_voor,
.link_met_pijl_na{	
	transition: 0.3s color, 0.3s background-color, 0.3s border-color;
}

.link_met_pijl_voor:before{
	content: "\f178";
	font-family: 'Font Awesome 6 Pro';
	margin-right: 1rem;
    display: inline-block;
    transition: 0.3s transform;
}

.link_met_pijl_na:after{
	content: "\f178";
	font-family: 'Font Awesome 6 Pro';
	margin-left: 1rem;
    display: inline-block;
    transition: 0.3s transform;
}

.link_met_pijl_voor:hover:before,
.link_met_pijl_na:hover:after{
    transform: translateX(0.5rem);
}

.link_met_stippen { 
	position: relative;
}

a.link_met_stippen {
	text-decoration: none;
	font-family: ff-chambers-sans-web, sans-serif;
	font-style: italic;
}

a.link_met_stippen:after {
	content: '';
    display: block;
    width: 100%;
    height: 0.3rem;
    position: absolute;
    left: 0;
    bottom: -0.5rem; 
background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Laag_1' x='0px' y='0px' viewBox='0 0 20 3' style='enable-background:new 0 0 20 3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23e52734;%7D%3C/style%3E%3Cg id='Laag_2_00000148637360168775775640000009950667903203821467_'%3E%3Cpath class='st0' d='M1.5,0h10C12.3,0,13,0.7,13,1.5S12.3,3,11.5,3h-10C0.7,3,0,2.3,0,1.5S0.7,0,1.5,0z'/%3E%3C/g%3E%3C/svg%3E");
}

.breadcrumbs {
	font-size: 1.7rem;
	line-height: 3.4rem;
	margin-top: 0rem;
	margin-bottom: 3rem;
	display: inline-flex;
	flex-wrap: nowrap;
	align-items: center; 
	color: #3B3B3B;
} 

.breadcrumbs span {
	padding: 0.5rem;
}

.breadcrumbs a { 
	display: flex;
	padding: 1rem;
	color: #3B3B3B;
	text-decoration: none;
}

.breadcrumbs:first-child a {
	padding-left: 0 !important;
} 

.breadcrumbs a.post.post-page.current-item {
    display: block; 
	opacity: 0.5;
}

.single-referentie .breadcrumbs, .single-referentie .breadcrumbs a {
	color: var(--kleur_wit);
	text-shadow: 0px 0px 9px rgba(0,0,0,0.6);
}


.stijl_achtergrondkleur_21205f .breadcrumbs {
	color: rgba(255,255,255,0.5);
}
 
.breadcrumbs .fa-chevron-left {
 	font-size: 1rem;
}

article > *:last-child{
	margin-bottom:0;
}

form.search-form{
	margin:0;
}

form.search-form label{
	padding:0;
	margin:0;
	float:left;
	background:#fff;
    height: 100%;
}

form.search-form input{
	margin:0;
	padding:0 0.5rem;
	outline:none;
	background:none;
	border:none;
	border-radius:0;
	float:left;
}

form.search-form button{
	margin:0;
	padding:0;
	outline:none;
	background:none;
	border:none;
	border-radius:0;
	float:left;
}

nav.navbar{
	min-height:0;
	background:var(--kleur_blauw);
	border:none;
	margin:0;
    padding: 0;
	width:100%;
	float:left;
	flex-wrap: wrap; 
}

/*
.home nav.navbar{
	background:var(--kleur_donkerblauw);
}
*/
.jumbo_before_header {
	background:var(--kleur_donkerderblauw);
	width: 100%;
}


.mobile_phone_topbar {
	color: var(--kleur_wit);
	display: flex;
	justify-content: flex-end; 
	align-items: center;
}

.mobile_phone_topbar a {
	color: var(--kleur_wit);
	text-decoration: none;
	font-weight: 700;
	letter-spacing: 0.2rem;
	font-size: 1.4rem;
	line-height: 2.8rem;
}

.mobile_phone_topbar p {
	margin: 0;
	font-size: 1.4rem;
	line-height: 2.8rem;
}

.mobile_phone_topbar p a {
	padding-left: 1rem;
}

.mobile_phone_topbar { 
	position: relative;
	z-index: 999;
}
 
.talen-switcher {
    display: block; 
} 

.talen_menu_mobiel { 
	position: relative;
}

.talen_menu_mobiel .talen_lijst {
	display: flex; 
	align-items: flex-start;
	gap: 1rem;
}

.talen-container {
    position: relative;
	display: block;  
}
 
.talen_lijst {
	list-style: none;
    display: flex; 
    margin: 0;
	gap: 0.5rem;
}

.talen_menu_mobiel ul.talen_lijst {
	padding-left: 3rem;
	margin-top: 3rem;
}
 
.talen_menu_mobiel .talen_lijst li {
	font-style: italic;
}

.talen_lijst li a {
	transition: .3s color; 
	color: #fff;
	font-size: 1.4rem;
	line-height: 2.8rem;
	letter-spacing: 0.2rem;
	text-decoration: none; 
	text-transform: uppercase;
	font-weight: 300;
}

#menu_bottom {
    background-color: #ddd;
    position: relative;
    width: 100%;
}

.fixed-top{	
    transition: 0.3s transform;
}

ul li::marker {
	color: var(--kleur_rood);
	font-size: 1.6rem !important;
	line-height: 3.2rem;
}

nav.navbar.is-hidden{
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand{
	height:auto;
	padding:0;
	margin:0;
}


.navbar-brand img {
	 height: 6rem;
}


#logoholder{
	float:left;
	margin: 3.5rem 0;
}

#hoofdmenu{
	margin:0;
}

#hoofdmenu li{
	margin: 0 0 0 6rem;
	position:relative;
}

#hoofdmenu li.menu-item-has-children {
	margin: 0 3rem 0 0rem;
}

#hoofdmenu li:first-of-type{
	margin-left:0;
}

#hoofdmenu li:last-of-type{
	margin-right:0;
}

#hoofdmenu li a{
	padding:0;
	white-space: nowrap;
	background:none;
	transition: 0.3s color, 0.3s opacity;
	text-decoration: none !important;
	color: var(--kleur_wit);
	font-weight: 400; 
}

#hoofdmenu > li:hover > a,
#hoofdmenu > li.current-menu-item > a,
#hoofdmenu > li.current-menu-ancestor > a,
#hoofdmenu > li.current-menu-parent > a{
}

#hoofdmenu > li.current-menu-item > a {

}

#hoofdmenu > li.current-menu-item > a:before {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -0.5rem;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 3'%3E%3Cpath fill='%23e52734' d='M1.5,0h10C12.3,0,13,0.7,13,1.5S12.3,3,11.5,3h-10C0.7,3,0,2.3,0,1.5S0.7,0,1.5,0z'/%3E%3C/svg%3E");
}

#hoofdmenu > li.current-menu-item > a {
    display: inline-flex;
}

#hoofdmenu li.menu-item-has-children > a:after{
	content: "\2b";
	font-family: 'Font Awesome 6 Pro';
	margin-left: 0.8rem;
	position: absolute;
	font-size: 1.4rem;
	top: 0;
	right: 0;
	transform: translateX(3rem);
}

#hoofdmenu li.menu-item-has-children.open > a:after{
	content: "\f068";
	font-family: 'Font Awesome 6 Pro';
}

/*Submenu*/
 
#hoofdmenu > li > ul{
	background: var(--kleur_blauw);
	display:none;
	list-style: none;
	padding: 5rem 0rem 3rem 0rem;
	position: fixed;
	left: 0;
	width: 100%;
	align-items: center;
	justify-content: space-around;
	top: 13rem;
	column-count: 1;
	width: 100vw;
	z-index: 0;
}

#hoofdmenu > li > ul > li  > ul {
	-webkit-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 30px 3px rgba(0,0,0,0.4);
}
 

@media (min-width:991px)
{
	#hoofdmenu > li > ul{
		background: var(--kleur_blauw);
		display:none; 
		list-style: none;
		padding: 5rem 0rem 3rem 0rem;
		position: fixed;
		left: 0;
		width: 100%;
		align-items: center;
		justify-content: space-around;
		top: 15rem;
		column-count: 4;
		width: 100vw;
		z-index: 0;
		padding-left: calc((100vw - 1275px) / 2);
		padding-right: calc((100vw - 1245px) / 2);
	}   
}

#hoofdmenu > li > ul:before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
	opacity: 0.7;
    left: 0;
    top: 0;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Laag_1' x='0px' y='0px' viewBox='0 0 20 3' style='enable-background:new 0 0 20 3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:%23e52734;%7D%3C/style%3E%3Cg id='Laag_2_00000148637360168775775640000009950667903203821467_'%3E%3Cpath class='st0' d='M1.5,0h10C12.3,0,13,0.7,13,1.5S12.3,3,11.5,3h-10C0.7,3,0,2.3,0,1.5S0.7,0,1.5,0z'/%3E%3C/g%3E%3C/svg%3E");
} 

.sub-menu:after {
/*
	content: '';
    display: block;
    background-color: rgba(0,0,0,0.1);
    width: 100vw;
    height: 100vh;
    position: absolute; 
    inset: 0;
*/
} 

li.submenu-back-button {
    display: none;
}

/*Dit is om de ruimte tussen menu en submenu hoverable te maken
#hoofdmenu > li > ul:before {
    height: 1.5rem; Dit is afhankelijk van je website
    top: -1.5rem; Deze moet evenhoog zijn als "height"
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background: #f00; Deze moet je op "transparent" zetten
}
*/

/*#hoofdmenu li:hover > ul{
	display:block;
}*/

#hoofdmenu li ul li{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	clear:both;
	z-index: 1;
}

#hoofdmenu li ul li a{
	white-space:nowrap;
	margin:0;
	padding:0 1.5rem;
	float:left;
	width:100%;
}

#hoofdmenu li ul li:hover > a,
#hoofdmenu li ul li.current-menu-item > a,
#hoofdmenu li ul li.current-menu-ancestor > a,
#hoofdmenu li ul li.current-menu-parent > a{
}

/*Sub-sub menu*/
#hoofdmenu li ul li ul{
	display:none;
	left:100%;
	top:0;
}

#hoofdmenu li ul li:hover > ul{
	display:block;
}

#hoofdmenu li ul li ul li{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	clear:both;
}

#hoofdmenu li ul li ul li a{
	white-space:nowrap;
	margin:0;
	padding:0;
	float:left;
	width:100%;
}

#footer{
	margin-top: var(--footer-margin-top);
	padding: 6rem 0 7rem 0;
	background:var(--kleur_blauw);
}

#footer ul,
#footer p,
#footer a {
	list-style:none;
	padding:0;
	color: var(--kleur_wit);
	text-decoration: none;
	font-size: 1.8rem;
	line-height: 2.8rem;
}

#footer ul li{
}

#footer ul li a{
	color: var(--kleur_wit);
	font-weight: 300;
}

#footer ul li a:before { 
    position: relative;
    left: 0;
    top: 0;
    content: "\f061";
    font-family: 'Font Awesome 6 Pro';
	color: var(--kleur_rood);
	padding-right: 1rem;
	font-size: 1.6rem;
	line-height: 3.6rem;
	font-weight: 400;
}

.col_footer_menu {
	margin: 0;
}

.telefoonnr {
	margin: 0;
	margin-top: 3rem;
}

.socialmedia  {
	margin-top: 3rem;
}

.socialmedia a {
	font-size: 2.8rem !important;
	margin-right: 1rem;
}

.telefoonnr a i {
	margin-right: 1rem;
}

.emailadres a i {
	margin-right: 1rem;
}

.group_logo_afbeelding {
	padding: 1.0rem;
    max-height: 12rem;
	background-color: var(--kleur_wit);
}

.groupd_logos {
	color: var(--kleur_wit);
    display: flex;
    gap: 0 4rem; 
    flex-wrap: wrap;
    justify-content: flex-start;
}
.groupd_logos .content {
	margin-bottom: 1rem;
}

.groupd_logos .group_logo {
    margin-top: 2rem;
}

.groupd_logos a {
	margin-bottom: 3rem;
}

#credits{
	padding: 4rem 0 6rem 0;
	background:var(--kleur_blauw);
}

#credits,
#credits a{
	color: var(--kleur_wit);
	text-decoration:none;
	font-weight: 300;
	font-size: 1.5rem;
	line-height: 2.2rem;
}

#credits ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

#credits li{
	display: inline-block;
	margin-left: 2rem;
}

/*
#credits li:first-of-type{
	margin-left:0;
}
*/
#credits li:last-of-type{
	margin-right:0;
}

.jumbo-terug-overzicht {
	margin: 0 auto;
	text-align: center;
}

.button-terug-overzicht {
	font-size: 1.4rem;
	letter-spacing: 0.2rem;
	line-height: 2.8rem;
	color: var(--kleur_blauw) !important;
}

span.share-title { 
    margin-bottom: 1rem;
    display: block;
}

.sharebuttons {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.sharebuttons .share-twitter {
	display: none;
}

.sharebuttons a {
	color: var(--kleur_blauw) !important;
	font-size: 3.3rem;
    line-height: 4rem;
}

a.submenu-back-button {
	color: var(--kleur_blauw);
	display: none;
}

li.submenu-back-button button {
	padding: 1rem !important;
	background-color: var(--kleur_blauw);
	color: var(--kleur_wit);
	border: none;
}

.stijl_achtergrondkleur{
	padding-top: var(--jumbotron-standard-margin);
	padding-bottom: var(--jumbotron-standard-margin);
}

#content article > .google_maps_volledige_breedte:last-child,
#content article > .stijl_achtergrondkleur:not(.content_gekaderd):last-child,
#content article > .achtergrondafbeelding:last-child{
	margin-bottom: calc(-1 * var(--footer-margin-top));
}

.content_positie_links > .container > .row > div.col-sm-12{
	margin-left: 0 !important;
}

.content_positie_rechts > .container{
	margin-right: 0 !important;
}

@supports not (column-gap: 1rem) {
   /* 
	Isolated code for not supporting flexbox column-gap so have to work with margins. Thanks Safari :/ 
	*/
}

@supports not (row-gap: 1rem) {
   /* 
	Isolated code for not supporting flexbox row-gap so have to work with margins. Thanks Safari :/ 
	*/
}

@media (min-width:768px){
	:is(.gallery.gallery-columns-2, .gallery.gallery-columns-4) figure {
		grid-column: auto/span 6;
	}
	
	.gallery.gallery-columns-3 figure {
		grid-column: auto/span 4;
	}
    
/*
    body{
        padding-top: 8rem;
    } 
*/
}

@media (min-width:992px){
	.gallery.gallery-columns-4 figure {
		grid-column: auto/span 3;
	}
}

@media (max-width:1199px)
{	
    :root{
        /*
        Definieer hier eventuele variabelen

        Voorbeeld aanmaken variabele:	
        --rood: #f00;

        Voorbeeld gebruik variabele:
        color: var(--rood);
        */

        --jumbotron-standard-margin: 10rem; /*margin between jumbotron elements*/
        --default-margin-bottom: 2.4rem; /*p, ol, ul, etc*/
        --footer-margin-top: 5rem;
        --bs-gutter-x: 1.5rem;
		
		--container-width: 100%;
		--body_pt: 15.3rem;
    }
	
	:is(.gallery.gallery-columns-3, .gallery.gallery-columns-4, .gallery.gallery-columns-2) figure{
		grid-column: auto/span 6;
	} 
    
    #hoofdmenu li.menu-item-has-children ul,
    #hoofdmenu li.menu-item-has-children:hover ul {
        display: none;
        /* position: static; */
    }
	
	.navbar-expand-xl .submenu-back-button{
		display: block;
	}

    .ajax-loader {
        width: auto;
        max-width: 100%;
        height: auto; 
    }

    article .gallery-item img {
        max-width: 100%;
        width: auto; 
    }

    .expaned-submenu {
        color: #a66740;
        text-align: center;
        float: right;
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        height: 100%;
        width: 5rem;
        cursor: pointer;
        z-index: 2000;
        margin: 0; 
    }
    
    .navbar-toggler {
		border: none;
		padding: 0;
		margin: 0;
		border-radius: 0 !important;
		outline: none !important;
		box-shadow: none !important;
    }

    .navbar-toggler-icon {
		width: 3.5em;
		height: 3.5em;
		outline: none !important;
     	 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='14' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    } 

	.navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand{
		max-width:100%;
	}
	
	.navbar>.container .navbar-brand img,
    .navbar>.container-fluid .navbar-brand img{
		max-width:100%;
		height:5rem; 
	}
	  
	.navbar-header{
		position:relative;
		width:auto;
	}
	
	.table-responsive{
		width:100%;
		overflow-y:auto;
		_overflow:auto;
		margin:0.5rem 0 0 0;
		border:0.1rem solid #888;
	}
	
	.table-responsive::-webkit-scrollbar{
		-webkit-appearance:none;
		width:1.4rem;
		height:1.4rem;
	}
	
	.table-responsive::-webkit-scrollbar-thumb{
		border-radius:0.8rem;
		border:0.3rem solid #fff;
		background-color:rgba(0, 0, 0, .3);
	} 
	
	.table-responsive table{
		min-width:100%;
	}
	
	#hoofdmenu li{
		margin:0;
        clear: both; 
	}
	
	#hoofdmenu li a{
		line-height:3.6rem;
	}

    #hoofdmenu li > ul {
        /* position: static; */
        width: 100%;
        float: left;
    }
	
	#content article > .stijl_achtergrondkleur:last-child {
		margin-bottom: calc((var(--footer-margin-top) - var(--footer-margin-top)));
	}
	
	.button-group a:last-child {
		margin-left: 0;
	}
}

@media (min-width: 576px) and (max-width:767px)
{	
	:root{
		--container-width: 540px;
	}
}


@media (max-width:1399px){
	.jumbotron h1 {
		font-size: 4rem;
		line-height: 4.5rem;
	}
	
	.jumbotron h2 {
		font-size: 3rem;
    	line-height: 3.5rem;
	}
	
	#hoofdmenu li{
		margin: 0 0 0 3rem;
		position:relative;
	}
	
	#hoofdmenu > li > ul { 
		column-count: 3;
		padding-left: 3rem;
		padding-right: 3rem;
		padding-top: 3rem;
	}
}

@media (max-width:991px){
		
	
	#hoofdmenu > li > ul { 
		column-count: 3;
		padding-left: 3rem;
		padding-right: 3rem;
		padding-top: 3rem;
	}
	
	body {
		font: 300 1.6rem / var(--default-line-height) 'Open Sans'; 
	}
	
	:root{
		--body_pt: 12.8rem;
    }
	
	
	.jumbotron h1 {
		font-size: 3rem;
		line-height: 3.5rem;
	}
	
	.jumbotron header h1 {
		margin-top: 0rem;
		hyphens: auto;
	}
	
	.jumbotron h2 {
		font-size: 2.4rem;
		line-height: 3.2rem;
	}
	
	.jumbotron h3 {
		font-size: 2rem;
        line-height: 3.0rem;
	} 
	
	.quote_tekst {
		padding: 3rem;
		font-size: 2rem;
		line-height: 2.8rem;
		margin: 0;
	}
	
	.quote_tekst::before, .quote_tekst::after {
		display: none;
	}
	
	#logoholder {
		float: left;
		margin: 2.5rem 0;
		z-index: 999;
	} 
	
	#logoholder {
		float: left;
		margin: 2.5rem 0;
		z-index: 999;
	} 
	
	.navbar>.container .navbar-brand img,
	.navbar>.container-fluid .navbar-brand img{
		max-width:13rem;
	}
	
	ul.checklist {
		column-count: 1; 
	}
	
	#hoofdmenu > li.current-menu-item > a:before {
		display: none;
	} 
	
	.col_footer_menu {
		margin: 3rem 0;
	}
	
	.tekst_stippellijn_pijl:after { 
    	transform: translateY(1rem);
	}
	
} 

@media (max-width:767px){ 
	.talen-switcher {
		display: none;
	} 

	li.submenu-back-button{
		display: block;
	}
	
	#hoofdmenu li.menu-item-has-children {
		margin: 0;
	}
	
	nav.navbar > .container {
		max-width: 100%;
	}
	
	.jumbo_before_header > .container {
		max-width: 100%;
	}
	
	#hoofdmenu li.submenu-back-button {
		margin-left: 2rem;
	}
	
	#footer { 
		padding: 6rem 0 0rem 0; 
	}
	
	.tekst_stippellijn_pijl:after {
		display: none;
	}
}

@media (min-width:768px) and (max-width:991px)
{		
	:root{
		--container-width: 720px;
	}	
	
}

@media (min-width:992px) and (max-width:1199px)
{
	:root{
		--container-width: 960px;
	}
	
	.navbar-expand-lg .submenu-back-button{
		display: block;
	}
}

@media (min-width:1200px) and (max-width:1399px)
{
	:root{
		--container-width: 1140px;
	}
	
    .navbar-expand-xl .submenu-back-button{
		display: block;
	}
}

@media (min-width:1200px)
{	
	.content_breedte_groot > .container > .row > div.col-sm-12{
		margin-left: calc(var(--column-width) * 1);
		margin-right: calc(var(--column-width) * 1);
		width: calc(var(--column-width) * 8);
	}
	
	.content_breedte_medium > .container > .row > div.col-sm-12{
		margin-left: calc(var(--column-width) * 2);
		margin-right: calc(var(--column-width) * 2);
		width: calc(var(--column-width) * 8);
	}
	
	.content_breedte_smal > .container > .row > div.col-sm-12{
		margin-left: calc(var(--column-width) * 3);
		margin-right: calc(var(--column-width) * 3);
		width: calc(var(--column-width) * 6);
	}
}

@media (min-width:1400px)
{
	:root{
		--container-width: 1320px;
	}
}

@media (max-width:500px)
{
	.mobile_phone_topbar { 
		flex-direction: column;
	}
	
	.col_footer_menu {
		margin: 1.5rem 0;
	}
	
	.mobile_phone_topbar p {
		margin: 0;
		font-size: 1.2rem;
		line-height: 2.2rem;
	}
	
	.breadcrumbs {
		margin-bottom: 0rem;
		font-size: 1.3rem;
	}
	
	.breadcrumbs span {
        padding: 0;
        line-height: 0;
    }
	
	.group_logo_afbeelding { 
		max-height: 10rem; 
	}
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.ui-datepicker tbody td {
  background: #fff; }

.ui-datepicker{
	margin-top: 0 !important;
}

iframe[name="google_conversion_frame"] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -1.3rem;
  float: left; }

li.menu-item:not(.menu-item-has-children) > a[href="#"] {
  cursor: default; }

.owl-carousel:not(.owl-loaded) {
  display: block; }

.modal-body img {
  max-width: 100% !important;
  height: auto !important; }

picture {
  max-width: 100%; }

a,
a:focus,
a:active {
  outline: 0 none !important;
  outline: none !important;
  outline-style: none !important;
  ie-dummy: expression(this.hideFocus=true);
  -moz-outline-style: 0 none; }

img {
  image-rendering: -webkit-optimize-contrast; }

a.lightbox {
  outline: none; }

.wp-caption {
  max-width: 100% !important; }

.gallery-item img {
  display: inline-block; }

.alignleft {
  display: inline;
  float: left; }

picture.alignleft img{
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

picture.alignright img{
  display: inline;
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

picture.aligncenter img{
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;     
}

img.alignleft,
img.alignright,
img.aligncenter,
picture.alignleft img,
picture.alignright img,
picture.aligncenter img{
  margin-bottom: 2.4rem; }

img.alignleft,
picture.alignleft img{
  margin-right: 2.4rem; }

img.alignright,
picture.alignright img{
  margin-left: 2.4rem; }

.expaned-submenu {
  display: none; }

#CybotCookiebotDialogDetailFooter {
	display: none;
}

input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

#CybotCookiebotDialogDetailFooter{ display: none !important; }


/* slide oud overwrites */

.slideout_open .slideout-info-overlay {
    opacity: 1;
    pointer-events: all;
}

.slideout-info-container{
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    height: 100svh;
    width: 100vw;
    max-width: 50vw;
    z-index: 1500;
    transform: translateX(120%);
	transition:transform 0.3s ease-in-out;
}

.slideout-info-container.active{
    transform: translateX(0%);
}

.slideout-info{
    box-shadow: -3rem 0 4rem rgba(14, 34, 52, 0.3);
    background: var(--kleur_blauw);
	color: var(--kleur_wit);
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.slideout-info .gform_wrapper  {
	max-width: 520px;	
}

h2.slideout-info-title {
	font-family: ff-chambers-sans-web, sans-serif;
	font-size: 4.2rem;
	line-height: 4.5rem;
	letter-spacing: 0.1rem;
	font-weight: 600;
	font-style: italic;
}

.slideout-info-inner {
    padding: 0rem 12rem 0rem 5rem;
}

.slideout-info h2.gform_title {
	font-family: ff-chambers-sans-web, sans-serif;
	font-weight: 600;
	font-style: italic;
}

.slideout-info-top{
    margin: 0;
    padding: 0rem 5rem 1rem;
	overflow: hidden;
    background: var(--kleur_blauw);
	position: relative;
}

.close-slideout-info {
    color: var(--kleur_wit);
    text-decoration: none !important;
    background-color: var(--kleur_rood);
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    width: 5rem;
    height: 5rem;
    justify-content: center;
    align-items: center;
}

/* achtergrond patroon */

.referentie_achtergrond { 
	position: relative;
    top: 7rem;
	width:100%;
	height: 26rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: var(--kleur_donkerblauw);
	background-position: center center;
} 

.referentie_achtergrond:after {
    content: '';
    display: block;
    background-attachment: scroll;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0rem 0rem;
    background-size: 110%;
    background-position: -12rem -71rem;
	background-image: url('../images/achtergrond_vorm_groot_wit.svg');
} 


@media (max-width:991px){
	.slideout-info-container {
		max-width: 100%;
	}
	
	.slideout-info-top {
		padding: 0rem 2rem 1rem;
	}
	
	.slideout-info-inner {
		padding: 0rem 2rem 0rem 2rem;
	}
	
	ul.checklist li,
	ul.lijst_met_pijlen li{ 
		margin-bottom: 1rem;
	}
 
 	.referentie_achtergrond { 
		background-position: center 0rem;
	} 
	
	.referentie_achtergrond { 
		top: 1rem;
	} 
	  
	.breadcrumbs span {
		padding: 0.3rem;
		line-height: 2rem;
	}
}

.afbeelding_met_vierkantjes .wp-caption {
	position: relative; 
	display: block;
	z-index: 0;
	margin-right: 3rem;
}

.afbeelding_met_vierkantjes .wp-caption .wp-caption-text {
	margin-left: 3rem;
}

.afbeelding_met_vierkantjes .wp-caption picture:before {
	content: '';
    display: block;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 0;
	right: 0;
	z-index: -1;
    transform: translate(1.6rem, -2rem);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39.804' height='39.804' viewBox='0 0 39.804 39.804'%3E%3Cpath id='klein_vierkantje_stippellijn' d='M9.366,0h9.366a2.341,2.341,0,1,1,0,4.683H9.366A2.341,2.341,0,0,1,9.366,0ZM28.1,0h2.341a9.334,9.334,0,0,1,7.88,4.3A2.341,2.341,0,0,1,34.38,6.837a4.67,4.67,0,0,0-3.942-2.154H28.1A2.341,2.341,0,0,1,28.1,0ZM3.652,2.941a2.342,2.342,0,0,1,1.9,3.7,4.648,4.648,0,0,0-.871,2.721v5.008a2.341,2.341,0,1,1-4.683,0V9.366A9.3,9.3,0,0,1,1.746,3.92,2.339,2.339,0,0,1,3.652,2.941Zm33.811,9.439A2.341,2.341,0,0,1,39.8,14.721v9.366a2.341,2.341,0,1,1-4.683,0V14.721A2.341,2.341,0,0,1,37.463,12.379ZM2.341,21.4a2.341,2.341,0,0,1,2.341,2.341v6.7a4.658,4.658,0,0,0,.331,1.735A2.341,2.341,0,0,1,.665,33.91,9.32,9.32,0,0,1,0,30.438v-6.7A2.341,2.341,0,0,1,2.341,21.4Zm34.488,9.621a2.343,2.343,0,0,1,2.127,3.317A9.394,9.394,0,0,1,30.438,39.8H29.094a2.341,2.341,0,0,1,0-4.683h1.344A4.7,4.7,0,0,0,34.7,32.385,2.342,2.342,0,0,1,36.829,31.019Zm-26.466,4.1h9.366a2.341,2.341,0,1,1,0,4.683H10.363a2.341,2.341,0,1,1,0-4.683Z' transform='translate(39.804) rotate(90)' fill='%23e52734' opacity='0.45'/%3E%3C/svg%3E");
}

.afbeelding_met_vierkantjes  .wp-caption picture:after {
	content: '';
    display: block;
    width: 4rem;
    height: 4rem;
    position: absolute;
    bottom: 0;
	z-index: -1;
    transform: translate(-2rem, -1rem);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='39.804' height='39.804' viewBox='0 0 39.804 39.804'%3E%3Cpath id='klein_vierkantje_stippellijn' d='M9.366,0h9.366a2.341,2.341,0,1,1,0,4.683H9.366A2.341,2.341,0,0,1,9.366,0ZM28.1,0h2.341a9.334,9.334,0,0,1,7.88,4.3A2.341,2.341,0,0,1,34.38,6.837a4.67,4.67,0,0,0-3.942-2.154H28.1A2.341,2.341,0,0,1,28.1,0ZM3.652,2.941a2.342,2.342,0,0,1,1.9,3.7,4.648,4.648,0,0,0-.871,2.721v5.008a2.341,2.341,0,1,1-4.683,0V9.366A9.3,9.3,0,0,1,1.746,3.92,2.339,2.339,0,0,1,3.652,2.941Zm33.811,9.439A2.341,2.341,0,0,1,39.8,14.721v9.366a2.341,2.341,0,1,1-4.683,0V14.721A2.341,2.341,0,0,1,37.463,12.379ZM2.341,21.4a2.341,2.341,0,0,1,2.341,2.341v6.7a4.658,4.658,0,0,0,.331,1.735A2.341,2.341,0,0,1,.665,33.91,9.32,9.32,0,0,1,0,30.438v-6.7A2.341,2.341,0,0,1,2.341,21.4Zm34.488,9.621a2.343,2.343,0,0,1,2.127,3.317A9.394,9.394,0,0,1,30.438,39.8H29.094a2.341,2.341,0,0,1,0-4.683h1.344A4.7,4.7,0,0,0,34.7,32.385,2.342,2.342,0,0,1,36.829,31.019Zm-26.466,4.1h9.366a2.341,2.341,0,1,1,0,4.683H10.363a2.341,2.341,0,1,1,0-4.683Z' transform='translate(39.804) rotate(90)' fill='%23e52734' opacity='0.45'/%3E%3C/svg%3E");
}

.achtergrond_patroon {
	background-attachment: scroll;
	background-size: 170%;
	background-repeat: no-repeat;
	background-position: -20rem -85rem;
	background-image: url('../images/achtergrond_vorm_groot.svg');
}

.achtergrond_patroon.stijl_achtergrondkleur_21205f {
	background-attachment: scroll;
	background-size: 170%;
	background-repeat: no-repeat;
	background-position: -116rem -114rem;
	background-image: url('../images/achtergrond_vorm_groot_transparant.svg');
}