:root{
	/*
	Definieer hier eventuele variabelen
	
	Voorbeeld aanmaken variabele:	
	--rood: #f00;
	
	Voorbeeld gebruik variabele:
	color: var(--rood);
	*/
	
	--jumbotron-standard-margin: 12rem; /*margin between jumbotron elements*/
	--default-margin-bottom: 2rem; /*p, ol, ul, etc*/
	--footer-margin-top: 12rem;
    --default-line-height: 2.8rem;
	--bs-gutter-x: 3rem;
    --body-font: ubuntu, sans-serif;
    --heading-font: filson-pro, sans-serif;
	
	--container-width: 1320px;
	--column-width: calc((var(--container-width) / 12) - (var(--bs-gutter-x) / 12));
	--fancybox-accent-color: #ccc;
    --ruimte-opvolgende-kleurblokken-zonder-marge: 0;
    
    --beige: #f3eed9;
    --goud: #b69e0f;
    --grijs: #090909;
}

body.single-post{
	--jumbotron-standard-margin: 6rem; /*margin between jumbotron elements*/    
}

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

html{
	font-size: 62.5%;
}

body{
	font:400 1.6rem/var(--default-line-height) var(--body-font);
    padding-top: 15.1rem;
    color: var(--grijs);
}

html,
body{
	overflow-x: hidden;
}

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

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

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

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

.gekaderd_blok{
	padding: 2.5rem 3rem;
	border-radius: 2rem;
}

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:not(.links_uitbreiden):not(.rechts_uitbreiden){
    padding-top: 0;
    padding-bottom: 0;
}

.content_gekaderd:not(.links_uitbreiden):not(.rechts_uitbreiden) .content_gekaderd_inner{
	padding: 4rem 3rem;
    border-radius: 2rem;
}

.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: var(--default-margin-bottom) !important;
}

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

.geen_extra_marge_onderkant,
.geen_extra_marge_onderkant.content_gekaderd .content_gekaderd_inner,
article > .jumbotron.jumbo-padding:last-child:not(.locaties_blok):not(.call_to_action){
	padding-bottom: 0 !important;
}

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

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

.geen_extra_marge_onderkant .flex-fill.content_gekaderd_inner > div > *:last-child{
    margin-bottom: 4rem !important;
}

/*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;
}

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

#content :is(header:has(h1), h2, h3, h4, p, ul, ol, form, table, section, .introtekst, .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, .collega_blok_shortcode, .afbeelding_grid, .afbeelding_grid_2, .berichten-row-blog),
#content :is(header:has(h1)) + script + .gform_wrapper{
    margin-top: var(--default-margin-bottom);
}

.berichten-row-blog + p{
	margin-top: 4rem !important;
}

h2 + .kleine_tekst,
h3 + .kleine_tekst{
	margin-top: 1.5rem;
}

body #content header + .collega_blok{
	margin-top: 4rem !important;
}

.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) !important;
}

.single-post #content .jumbotron :is(p, ul, ol, .gekaderd_blok, .button-group) + :is(h2, h3, h4){
    margin-top: var(--jumbotron-standard-margin) !important;
}

.introtekst{
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 3.6rem;
    font-family: var(--heading-font);
}

.quote_tekst{
	color: var(--goud);
    font-size: 3.8rem;
    font-weight: 500;
    line-height: 4.8rem;
    font-family: var(--heading-font);    
}

.grote_tekst{
    font-size: 7rem;
    font-weight: 500;
    line-height: 7.4rem;
    font-family: var(--heading-font);    
}

.grote_tekst strong{
    font-weight: 500 !important;	
}

.kleine_tekst{
    font-size: 1.4rem;  
	line-height: 2rem;
}

.jumbotron h1{
	font-size:5.4rem;
    line-height: 6.4rem;
    font-family: var(--heading-font);
    color: var(--grijs);
}

.jumbotron h2,
.slideout-info-inner h2{
	font-size:3.8rem;
    line-height: 4.8rem;
    font-family: var(--heading-font);
    color: var(--grijs);
}

.jumbotron h3,
.slideout-info-inner h2.gform_title{
	font-size:2.4rem;
    line-height: 3rem;
    font-family: var(--heading-font);
    color: var(--grijs);
}

.jumbotron h3:has(i){
	display: flex;
	gap: 1rem;
    align-items: center;
}

.jumbotron h3:has(i) + p{
	margin-top: 0.5rem !important;
}

.jumbotron h3 i{
	color: var(--goud);
    font-size: 1.8rem;
}

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

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

ul.checklist li:before,
ul.lijst_met_pijlen li:before{
	color: #39e07c;
	position: absolute;
	left: 0;
	top: 0;
	content: "\f00c";
	font-family: 'Font Awesome 6 Pro';
}

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(--jumbotron-standard-margin);
}

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

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

.alm-load-more-btn{
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
    transition: 0.3s color, 0.3s background-color, 0.3s border-color;
    font-weight: 700;
    color: var(--goud);
    font-size: 1.8rem;
}

.alm-load-more-btn.more:before{
    color: var(--grijs);
	content: "\f178";
	font-family: 'Font Awesome 6 Pro';
	margin-right: 1rem;
    display: inline-block;
    transition: 0.3s transform;
}

.alm-load-more-btn.more:hover:before{
    transform: translateX(0.5rem);
}

@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:var(--goud);
}

hr{
	border-top:solid 0.2rem rgba(9, 9, 9, 0.17);
	margin:4.5rem 0;
    display: block;
    background: none;
}

.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:2.75rem;
	color:#fff;
	font-family: var(--heading-font);
	font-weight: 500 !important;
	background-color:var(--goud);
	border: solid 0.2rem var(--goud);
	padding:1.45rem 2.5rem !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;
}

.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.9rem 2rem !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{
    color: var(--goud);
    border-color: #fff;
    background: #fff;
}

.button i{
    color: #72789e !important;
    transition: 0.3s color;
}

.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:#fff !important;
	border: solid 0.2rem #fff !important;
    color: var(--goud);
}

.button_alt:hover,
.button_alt:focus,
.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{
    color: #fff;
    background: var(--goud) !important;
	border: solid 0.2rem var(--goud) !important;
}

.button_alt:hover i,
.button_alt:focus i,
.woocommerce #respond input#submit.alt:hover i, 
.woocommerce a.button.alt:hover i, 
.woocommerce button.button.alt:hover i, 
.woocommerce input.button.alt:hover i,
.woocommerce #respond input#submit.alt:focus i, 
.woocommerce a.button.alt:focus i, 
.woocommerce button.button.alt:focus i, 
.woocommerce input.button.alt:focus i{
    color: #fff !important;
}

.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(--goud);
	color: var(--goud);
}

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

.button_outline_alt,
.button_outline_alt:hover,
.button_outline_alt:focus{
	background-color: transparent;
	border: solid 0.2rem #3db532;
	color: #3db532;
}

.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;
	text-decoration: none !important;
}

.link_met_pijl_voor,
.link_met_pijl_na{
	font-weight: 700;
	color: var(--goud) !important;
}

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

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

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

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(--beige);
	border:none;
	margin:0;
    padding: 0;
	width:100%;
	float:left;
	flex-wrap: wrap;
	transition: 0.3s transform, 0.3s background;
}

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

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

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

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

#logoholder svg path[fill="#fff"]{
    fill: #1d1d1b;
}

#topmenu{
    display: flex;
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 0 0 -2rem;
}

#topmenu li{
    
}

#topmenu li a{
    text-decoration: none;
    color: var(--grijs);
    font-size: 1.4rem;
    line-height: 6rem;
}

#topmenu li.current-menu-parent a,
#topmenu li.current-menu-item a,
#topmenu li a:hover{
    text-decoration: underline;
}

#topmenu li a i{
    color: #b69e0f;
    font-size: 1.3rem;
}

.talen_lijst{
    list-style: none;
    padding: 0;
    margin: 0 0 0 3rem;
    margin-top: 1.6rem;
    border-radius: 0.6rem;
    border: solid 0.1rem #fff;
    display: flex;
    transform: translateY(2px);
}

.talen_lijst li.taal_active a{
    background: #fff;
    color: var(--grijs);
}

.talen_lijst li:hover a{
    color: var(--grijs);
}

.talen_lijst li a{
    transition: 0.3s color;
    display: flex;
    color: #09090950;
    font-size: 1.4rem;
    line-height: 2.2rem;
    text-decoration: none;
    padding: 0 0.6rem;
    text-transform: uppercase;
}

#hoofdmenu{
	margin:0;
}

#hoofdmenu li{
	margin: 0 0 0 3rem;
}

#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: #090909;
    font-size: 1.8rem;
    line-height: 2.8rem;
	position: relative;
}

#hoofdmenu > li:hover > a,
#hoofdmenu > li.current-menu-item > a,
#hoofdmenu > li.current-menu-ancestor > a,
#hoofdmenu > li.current-menu-parent > a{
    color: var(--goud) !important;
}

#hoofdmenu > li.current-menu-item > a:before,
#hoofdmenu > li.current-menu-ancestor > a:before,
#hoofdmenu > li.current-menu-parent > a:before{
    width: 100%;
    height: 0.1rem;
    content: "";
    background: var(--goud);
    display: block;
    position: absolute;
    bottom: -1rem;
}

#hoofdmenu li.menu-item-has-children > a:after{
	content: "\f107";
	font-family: 'Font Awesome 6 Pro';
	margin-left: 0.8rem;
}

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

#hoofdmenu li.menu_button a{
	border-radius: 2.75rem;
    color: #fff !important;
    font-family: var(--heading-font);
    font-weight: 500 !important;
    background-color: var(--goud);
    border: solid 0.2rem var(--goud);
    padding: 1.05rem 1.7rem !important;
    line-height: normal !important;
	transition: 0.3s all;
}

#hoofdmenu li.menu_button a:hover{
	color: var(--goud) !important;
	background: #fff !important;
	border-color: #fff;
}

/*Submenu*/
#hoofdmenu > li > ul{	
	background: var(--beige);
    display: none;
    list-style: none;
    padding: 0 calc((100vw - var(--container-width) + 3rem) / 2) 4.5rem;
    margin: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
}

body:has(article .header:first-child) #hoofdmenu > li > ul,
body:has(article .wrap_blokken_in_gradient:first-child) #hoofdmenu > li > ul{
	background: var(--grijs);
}

/*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;
	clear:both;
}

#hoofdmenu li ul li a{
	white-space:nowrap;
	margin:0;
	padding:0;
	float:left;
	width:100%;
	font-size: 2.8rem;
    line-height: 4.4rem;
	font-family: var(--heading-font);
	font-weight: 500 !important;
}

#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{
	color: var(--goud) !important;
}

#hoofdmenu .aantal_vacatures{
	width: 2.4rem;
	height: 2.4rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	color: #fff;
	border-radius: 0.9rem;
	margin-left: 0.5rem;
	background: var(--goud);
	font-weight: 500;
}

body:has(article .wrap_blokken_in_gradient:first-child) #hoofdmenu .aantal_vacatures{
	color: var(--grijs);
}

/*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%;
}

.menu_open nav.navbar .sub-menu:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 57.5%;
	transform: translateX(-50%);
	width: 49.8rem;
	height: 47rem;
	pointer-events: none;
	background: url("../images/beeldmerk.svg") center no-repeat;
}

body.menu_open:has(article .stijl_achtergrondkleur_090909:first-child) nav.navbar .sub-menu:before,
body.menu_open:has(article .wrap_blokken_in_gradient:first-child) nav.navbar .sub-menu:before{
	background: url("../images/beeldmerk-donker.svg") center no-repeat;
}

body.menu_open:has(article .header:first-child) nav.navbar{
	background: #090909 !important;
}

body:has(article > .stijl_achtergrondkleur_090909:not(.wrap_blokken_in_gradient):first-child):before,
body .wrap_blokken_in_gradient:first-child:before{
    content: "";
    position: absolute;
    left: -42rem;
    top: 7rem;
    background-image: url("../images/beeldmerk.svg");
    background-size: 1288px 1216px;
    width: 1288px;
    height: 1216px;
}

body:has(article .stijl_achtergrondkleur_090909:first-child) nav.navbar,
body:has(article .wrap_blokken_in_gradient:first-child) nav.navbar{
    background: #090909;
}

body:has(article .header:first-child) nav.navbar{
	background: none;
}

body:has(article .stijl_achtergrondkleur_090909:first-child) #logoholder svg path[fill="#fff"],
body:has(article .wrap_blokken_in_gradient:first-child) #logoholder svg path[fill="#fff"],
body:has(article .header:first-child) #logoholder svg path[fill="#fff"]{
    fill: #fff;
}

body:has(article .stijl_achtergrondkleur_090909:first-child) #topmenu li a,
body:has(article .wrap_blokken_in_gradient:first-child) #topmenu li a,
body:has(article .stijl_achtergrondkleur_090909:first-child) #hoofdmenu li a,
body:has(article .wrap_blokken_in_gradient:first-child) #hoofdmenu li a,
body:has(article .header:first-child) #topmenu li a,
body:has(article .header:first-child) #hoofdmenu li a{
    color: #fff;
}

body:has(article .stijl_achtergrondkleur_090909:first-child) .talen_lijst li:not(.taal_active) a,
body:has(article .wrap_blokken_in_gradient:first-child) .talen_lijst li:not(.taal_active) a,
body:has(article .header:first-child) .talen_lijst li:not(.taal_active) a{
    color: #ffffff50;
}




body.has-stijl_achtergrondkleur_090909 nav.navbar,
body.has-wrap_blokken_in_gradient nav.navbar {
    background: #090909;
}

body.has-header nav.navbar {
    background: none;
}

body.has-stijl_achtergrondkleur_090909 #logoholder svg path[fill="#fff"],
body.has-wrap_blokken_in_gradient #logoholder svg path[fill="#fff"],
body.has-header #logoholder svg path[fill="#fff"] {
    fill: #fff;
}

body.has-stijl_achtergrondkleur_090909 #topmenu li a,
body.has-wrap_blokken_in_gradient #topmenu li a,
body.has-stijl_achtergrondkleur_090909 #hoofdmenu li a,
body.has-wrap_blokken_in_gradient #hoofdmenu li a,
body.has-header #topmenu li a,
body.has-header #hoofdmenu li a {
    color: #fff;
}

body.has-stijl_achtergrondkleur_090909 .talen_lijst li:not(.taal_active) a,
body.has-wrap_blokken_in_gradient .talen_lijst li:not(.taal_active) a,
body.has-header .talen_lijst li:not(.taal_active) a {
    color: #ffffff50;
}




.wrap_blokken_in_gradient{
    margin-bottom: var(--jumbotron-standard-margin);
    background-image: linear-gradient(180deg, #090909 0%, #2e3247 100%);    
	overflow: hidden;
}

.wrap_blokken_in_gradient:has(+ .call_to_action){
	margin-bottom: 0 !important;
}

.wrap_blokken_in_gradient .terug_link,
.wrap_blokken_in_gradient .terug_link i{
	color: #7f7c73 !important;
}

.wrap_blokken_in_gradient > .jumbotron:not(.stijl_achtergrondkleur_ffffff){
    background: none !important;
}

.wrap_blokken_in_gradient > .jumbotron.stijl_achtergrondkleur_ffffff{
	max-width: calc(100% - 12rem);
	margin: 0 auto;
}

.wrap_blokken_in_gradient > .jumbotron.stijl_achtergrondkleur_ffffff.last_white{
	border-radius: 0 0 3rem 3rem;
}

#footer{
	margin-top: var(--footer-margin-top);
	padding:7.5rem 0;
	background:var(--beige) url("../images/beeldmerk.svg");
    background-size: 232px 219px;
    background-repeat: no-repeat;
    background-position: right calc(((100vw - var(--container-width)) / 2) + (2 * var(--column-width))) center;
}

#footer ul,
#footer p{
	list-style:none;
	padding:0;
}

#footer .footer-title{
    display: block;
    font-family: var(--heading-font);
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: 400 !important;
    margin-bottom: 2rem;
}

#footer .button{
    color: var(--goud);
    font-size: 1.8rem;
    padding: 0.8rem 2rem !important;
    border-color: #fff;
    background: #fff;
    border-radius: 2rem;
}

#footer .button:hover i{
    color: #fff !important;
}

#footer .button:hover{
    color: #fff;
    border-color: var(--goud);
    background: var(--goud);
}

#footer .button i{
    transition: 0.3s color;
    color: #72789e;
    font-size: 1.5rem;
    margin-right: 0.8rem;
}

#footer ul li{
}

#footer ul li:before{
    content: "\f0da";
    color: #72789e;
    font-family: "Font Awesome 6 Pro";
	font-weight: 700;
    font-size: 1.5rem;
    margin-right: 0.8rem;
}

#footer ul li a{
    text-decoration: none;
    color: var(--goud);
    font-size: 1.8rem;
    line-height: 2.8rem;
}

#footer ul li a:hover{
    text-decoration: underline;
}

.socialmedia{
    display: flex;
    gap: 1rem;
}

.socialmedia a{
    background: #fff;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    color: #72789e;
    text-decoration: none;
    font-size: 2.3rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s color, 0.3s background;
}

.socialmedia a:hover{
    color: #fff;   
    background: #72789e; 
}

#credits{
	padding:2rem 0;
	background:#fff;
}

#credits,
#credits a{
    font-size: 1.4rem;
	color:var(--grijs);
	text-decoration:none;
}

#credits a:hover{
    text-decoration: underline;
}

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

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

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

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

.submenu-back-button{
	display: 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;
}

.single-post header + .introtekst{
    margin-bottom: var(--jumbotron-standard-margin);
    margin-top: 3.6rem;
}

.single_info{
    gap: 4rem;
    margin-bottom: var(--jumbotron-standard-margin);
    margin-top: 5rem;
}

.door_cirkel{
    background-size: cover !important;
    background-position: center;
    border-radius: 50%;
    overflow: hidden;
    background: var(--beige);
    width: 4rem;
    height: 4rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.door_tekst{
    font-size: 1.4rem;
    line-height: 2rem
}

.terug_link,
.terug_link:hover,
.terug_link:focus{
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 2rem;
    color: var(--grijs);
    display: inline-flex;
    align-items: center;
}

.terug_link i{
    font-size: 1.7rem;
    color: var(--goud);
    transition: 0.3s transform;
}

.terug_link:hover i{
    transform: translateX(-0.5rem);
}

.content_links_afbeelding_rechts .terug_link,
.content_rechts_afbeelding_links .terug_link,
.content_1_koloms .terug_link,
.category .terug_link,
.single-referentie .terug_link,
.single-vacature .terug_link,
.single-medewerker .terug_link{
	margin-bottom: 4rem;
}

.single-medewerker .terug_link i{
	color: #f3eed950 !important;	
}

.share-title{
    width: 100%;
    display: block;
}

.sharebuttons{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    column-gap: 1rem;
    row-gap: 2rem;
    margin-bottom: 2rem;
}

.sharebuttons a{
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--beige);
    text-decoration: none;
    font-size: 2.3rem;
    color: var(--goud);
    transition: 0.3s color, 0.3s background;
}

.sharebuttons a:hover{
    color: var(--beige);
    background: var(--goud);   
}

.berichten-row,
.berichten-row:not(:has(.alm-filters)){
    display: grid;
    gap: 3rem;
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
}

.berichten-row-blog{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
    column-gap: 3rem;
    row-gap: 3rem;
}

.berichten-row-blog > div,
.berichten-row-items > div > div,
.berichten-row > div,
.jumbotron:not(.berichten-row-single-container) .berichten-row > div:not(.alm-filters),
.berichten-row-single-container .berichten-row > div:not(.alm-filters) > div{
    border-radius: 2rem;
    background: #fff;
    box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.04);
    transition: 0.3s box-shadow;
    position: relative;
}

.berichten-row-blog > div:hover,
.berichten-row-items > div > div:hover,
.berichten-row > div:hover,
.berichten-row > div:not(.alm-filters):not(.tns-item):hover{
    border-radius: 2rem;
    background: #fff;
    box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.11);
}

.berichten-row .tns-item > div{
	height: 100%;
}

.berichten-row .tns-item > div:hover{
    box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.11) !important;	
}

.nieuwsoverzicht_afbeelding img{
    border-radius: 2rem;
}

.tns-ovh:not(:has(.tns-slider)){
	overflow: visible !important;
}

.bericht_tekst_wrap{
    padding: 3rem;
}

.bericht__link:after{
    position: absolute;
    inset:0;
    content: "";
}

.bericht__link{
    color: var(--goud) !important;
    text-decoration: none !important;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    font-size: 1.8rem;
}

.bericht__link:before{
    font-size: 1.9rem;
    color: var(--grijs);
}

.acf-map {
    width: 100%;
    height: 100%;
    min-height: 40rem;
    border: none;
    margin: 0;
    border-radius: 2rem;
}

.acf-map img {
   max-width: inherit !important;
}

.alm-filters:not([data-page]){
	margin-bottom: calc(var(--jumbotron-standard-margin) / 2);
	margin-top: var(--default-margin-bottom);
}

.jumbotron .alm-filter--title h3{
	font-family: var(--font-body);
	font-size: 1.8rem;
	line-height: 2.8rem;
	margin-bottom: 0.5rem !important;
}

.alm-filter--taxonomy ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	column-gap: 3rem;
	row-gap: 1.5rem;
}

.alm-filter--taxonomy .alm-filter--link{
	font-weight: 700;
	cursor: pointer;
}

.alm-filter--taxonomy .alm-filter--link:hover{
	border-bottom: solid 2px var(--grijs);	
}

.alm-filter--taxonomy .alm-filter--link.active{
	color: var(--goud);
	border-bottom: solid 2px var(--goud);
}

.collega_blok{
	background-color: #2d2e34;
	height: 7.6rem;
	border-radius: 3.8rem;
	padding: 1.8rem 3rem;
	line-height: 2rem;
	font-size: 1.4rem;
}

.slideout-info-inner .collega_blok{
	margin-block: 3.5rem;
}

.collega_img_small{
	height: 4rem;
	width: 4rem;
	border-radius: 50%;
	overflow: hidden;
	background: var(--beige);
	color: var(--goud);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
}

.collega_blok_shortcode{
	height: auto;
}

.collega_blok_shortcode .collega_img_small{
	width: 6.5rem;
	height: 6.5rem;
}

.collega_blok_shortcode strong{
	font-size: 1.8rem;
}

.vacature-header img{
	border-radius: 2rem;
}

h2:has(.aantal_vacatures){
	align-items: center;
	display: flex;
}

h2 .aantal_vacatures{
	margin-top: 0.7rem;
	font-size: 1.9rem;
	color: #fff;
	font-weight: 500;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 0.9rem;
	background: var(--goud);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-left: 1rem;
}

.locatie_dienst{
	line-height: 4rem;
}

.locatie_dienst + .locatie_dienst{
	border-top: solid 0.1rem rgba(243, 243, 243, 0.23);	
}

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

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

.slideout-info{
    background: #fff;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.sliderout-info-inner{
    width: 100%;
    max-width: 235px;
}

.close-slideout-info{
	position: absolute;
	right: 2rem;
	top: 1rem;
}

.close-slideout-info i{
    color: var(--grijs) !important;
    text-decoration: none !important;
    font-size: 3rem;
    font-weight: 400;
    line-height: 5rem;
}

.slideout-info-inner{
    padding: 4.5rem 6rem;
}

.form-overlay,
.menu-overlay{
    background-color: var(--grijs);
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    transition: 0.3s opacity;
    z-index: 999;
}

.slideout_open .form-overlay,
.menu_open .menu-overlay{
    opacity: 0.3;
    pointer-events: all;
}

.kom_ons_versterken{
	padding: 7rem 0;
	background: url("../images/beeldmerk-goud.svg") center no-repeat;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--heading-font);
	font-size: 5.4rem;
	font-weight: 500;
	line-height: 6.4rem;
	text-align: center;
	flex-direction: column;
}

.kom_ons_versterken .aantal_vacatures{
	color: var(--grijs);
	background: var(--goud);
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 2rem;
	width: 6.4rem;
	height: 6.4rem;
}

.kom_ons_versterken strong{
	color: var(--goud);
	text-decoration: underline;
	font-weight: 500 !important;
}

.wp-video-shortcode,
.ratio-16x9 iframe{
	border-radius: 2rem;
	overflow: hidden;
}

.we_deliver{
	font-family: var(--heading-font);
	color: #ffffff50;
	font-size: 2.8rem;
	line-height: 3.6rem;
	margin-bottom: 1.5rem;
}

@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: 15.1rem;
    }
	
	#navbar-hoofdmenu #topmenu,
	#navbar-hoofdmenu #topmenu + .talen-container{
		display: none;
	}
}

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

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

        Voorbeeld aanmaken variabele:	
        --rood: #f00;

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

        --jumbotron-standard-margin: 5rem; /*margin between jumbotron elements*/
        --default-margin-bottom: 2rem; /*p, ol, ul, etc*/
        --footer-margin-top: 5rem;
        --bs-gutter-x: 3rem;
		
		--container-width: 100%;
    }
	
	body{
		padding-top: 8.8rem;
	}
	
	#topmenu{
		margin-bottom: 0;
	}
	
	#topmenu li a{
		line-height: 4rem;
		color: #fff !important;
	}
	
	body,
	html{
		overflow-x: hidden;
	}
	
	.grote_tekst {
		font-size: 4rem;
		line-height: 4.4rem;
	}
	
	.collega_blok{
		padding-inline: 2rem;
	}
	
	: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-md .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 {
		outline: none !important;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='5' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
		width: 3rem;
		height: 3rem;
		background-color: var(--goud);
		border-radius: 50%;
    background-size: 65%;
    }

	.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:auto;
	}
	
	.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)));
	}
	
	.content_1_inner_row .col-sm-12:has(.last-no-margin:empty){
		display: none !important;
	}
	
	.justify-content-end > #topmenu,
	.justify-content-end > #topmenu + .talen-container{
		display: none !important;
	}
	
	#logoholder svg{
		width: 24.7rem;
		height: 4.8rem;
	}
	
	/*.content_links_afbeelding_rechts .terug_link, .content_rechts_afbeelding_links .terug_link, .content_1_inner_row .terug_link, .category .terug_link, .single-referentie .terug_link, .single-vacature .terug_link, .single-medewerker .terug_link {
		margin-bottom: 0;
	}*/
	
	.content_1_koloms .terug_link, .content_links_afbeelding_rechts .terug_link, .content_rechts_afbeelding_links .terug_link, .single-referentie .terug_link, .single-vacature .terug_link, .single-medewerker .terug_link{
		margin-bottom: calc(var(--jumbotron-standard-margin) / 2);
	}
	
	#footer ul{
		column-count: 1;
	}
	
	#credits ul{
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}
	
	#credits ul li{
		margin: 0:
	}
	
	.we_deliver{
		margin-bottom: 0;
	}
	
	.jumbotron h1{
		font-size: 3rem;
		line-height: 3.8rem;
	}

	.jumbotron h2,
	.slideout-info-inner h2{
		font-size: 2.6rem;
		line-height: 3.6rem;
	}

	.jumbotron h3,
	.slideout-info-inner h2.gform_title{
		font-size: 2rem;
		line-height: 2.6rem;
	}
	
	.introtekst {
		font-size: 2rem;
		line-height: 3rem;
	}
	
	.wrap_blokken_in_gradient > .jumbotron.stijl_achtergrondkleur_ffffff {
    	max-width: calc(100% - 6rem);
	}
	
	.quote_tekst {
		font-size: 2.6rem;
		line-height: 3.6rem;
	}
	
	.single-post article > picture{
		display: flex;
		width: 100%;
		height: 15rem;
	}
	
	.single-post article > picture > img{
		object-fit: cover;
		object-position: center;
		width: 100%;
		height: 15rem;
	}
	
	.berichten-row-single{
		display: block !important;
	}
	
	.berichten-row-single-container .tns-ovh{
		overflow: visible;
	}
	
	.single_info{
		gap: var(--default-margin-bottom);
		flex-direction: column;
		margin-top: calc(var(--jumbotron-standard-margin) / 2);
	}
	
	.kom_ons_versterken{
		font-size: 2.4rem;
		line-height: 3rem;		
	}
	
	.kom_ons_versterken .aantal_vacatures{
		width: 2.8rem;
		height: 2.8rem;
		font-size: 2rem;
		border-radius: 0.7rem;
	}

	.berichten-row-blog-shortcode > div{
		display: flex;
	}

	.berichten-row-blog-shortcode{
		grid-template-columns: 1fr;
	}

	.berichten-row-blog-shortcode .nieuwsoverzicht_afbeelding{
		padding: 1rem 0 1rem 1rem;
    	flex-basis: 20rem;
	}

	.berichten-row-blog-shortcode .nieuwsoverzicht_afbeelding picture{
		display: flex;
		width: 100%;
	}

	.berichten-row-blog-shortcode .nieuwsoverzicht_afbeelding img{
		object-fit: cover;
		width: 100%;
	}
	
	.berichten-row-blog-shortcode .bericht_tekst_wrap{
		padding: 2rem;
	}
	
	.jumbotron .berichten-row-blog-shortcode h3.bericht__h3{
		margin-bottom: 0 !important;
		font-size: 1.8rem;
		line-height: 2.4rem;
	}
	
	.berichten-row-blog-shortcode .bericht_tekst_wrap a{
		height: 0;
		overflow: hidden;
		margin: 0;
		width: 0;
		float: left;
	}
	
	body:has(article .stijl_achtergrondkleur_090909:first-child):before, body .wrap_blokken_in_gradient:first-child:before {
		left: 0;
		width: 100vw;
	}
}

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

@media (min-width:768px) and (max-width:991px)
{		
	:root{
		--container-width: 720px;
		--jumbotron-standard-margin: 6rem;
		--footer-margin-top: 6rem;
	}
	
	body:has(article .stijl_achtergrondkleur_090909:first-child):before, body .wrap_blokken_in_gradient:first-child:before {
		left: 0;
		width: 100vw;
	}
	
	body,
	html{
		overflow-x: hidden;
	}
	
	.berichten-row-single-container .tns-ovh{
		overflow: visible;
	}
	
	.berichten-row-single{
		display: block !important;
	}
	
	.jumbotron h1{
		font-size: 4.4rem;
		line-height: 5.4rem;
	}

	.jumbotron h2,
	.slideout-info-inner h2{
		font-size: 2.6rem;
		line-height: 3.6rem;
	}

	.jumbotron h3,
	.slideout-info-inner h2.gform_title{
		font-size: 2rem;
		line-height: 2.6rem;
	}
	
	#logoholder{
		margin-top: 0;
	}
	
	#logoholder svg{
		max-width: 30rem;
	}
	
	#hoofdmenu{
		margin-bottom: 2rem;
	}
	
	.grote_tekst {
    	font-size: 6rem;
    	line-height: 6.4rem;
	}
	
	.introtekst {
		font-size: 2rem;
		line-height: 3rem;
	}
	
	.wrap_blokken_in_gradient > .jumbotron.stijl_achtergrondkleur_ffffff {
    	max-width: calc(100% - 6rem);
	}
	
	.content_1_inner_row .col-md-12:not(:has(header)) + .col-md-12{
		margin-top: var(--default-margin-bottom);
	}
	
	.content_1_inner_row .col-md-12:has(.last-no-margin:empty){
		display: none !important;
	}

	.berichten-row-blog-shortcode > div{
		display: flex;
	}

	.berichten-row-blog-shortcode{
		grid-template-columns: 1fr;
	}

	.berichten-row-blog-shortcode .nieuwsoverzicht_afbeelding picture{
		display: flex;
		width: 100%;
		height: 100%;
	}

	.berichten-row-blog-shortcode .nieuwsoverzicht_afbeelding img{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	:root{
		--container-width: 960px;
	}
	
	.content_1_inner_row .col-lg-12:has(.last-no-margin:empty){
		display: none !important;
	}
	
	.navbar-expand-lg .submenu-back-button{
		display: block;
	}
	
	.jumbotron h1{
		font-size: 4.4rem;
		line-height: 5.4rem;
	}

	.jumbotron h2,
	.slideout-info-inner h2{
		font-size: 3rem;
		line-height: 4rem;
	}

	.jumbotron h3,
	.slideout-info-inner h2.gform_title{
		font-size: 2rem;
		line-height: 2.6rem;
	}
	
	#logoholder svg{
		max-width: 30rem;
	}
	
	.grote_tekst {
    	font-size: 6rem;
    	line-height: 6.4rem;
	}
	
	.berichten-row .alm-filters, .berichten-row:not(:has(.alm-filters)) {
		grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	}
	
	.wrap_blokken_in_gradient > .jumbotron.stijl_achtergrondkleur_ffffff {
    	max-width: calc(100% - 6rem);
	}
}

@media (min-width:1200px) and (max-width:1399px)
{
	:root{
		--container-width: 1140px;
	}
	
    .navbar-expand-xl .submenu-back-button{
		display: block;
	}
	
	.wrap_blokken_in_gradient > .jumbotron.stijl_achtergrondkleur_ffffff {
    	max-width: calc(100% - 6rem);
	}
}

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

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


.onderhoudsmodus nav {
    display: none;
}