: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: 3.4rem; /*p, ol, ul, etc*/
	--footer-margin-top: 12rem;
	--bs-gutter-x: 3rem;
	
	--container-width: 1320px;
	--column-width: calc((var(--container-width) / 12) - (var(--bs-gutter-x) / 12));
    --data-xxl-c: 12;
    --data-xxl-o: 0;
    --data-xl-c: 12;
    --data-xl-o: 0;
    --data-lg-c: 12;
    --data-lg-o: 0;
    --data-md-c: 12;
    --data-md-o: 0;
    
    --roze: #e72a7e;
    --grijs: #f7f9f9;
    --blauw: #61c3d9;
    --donkerblauw: #053a4d;
}

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

.tel-header{
	margin-left: auto;
    margin-right: 2rem;
    color: #053a4d;
}

.container, 
.container-fluid, 
.container-lg, 
.container-md, 
.container-sm, 
.container-xl, 
.container-xxl{	
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
}

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

html{
	font-size: 62.5%;
}

body{
	font:400 1.9rem/3.4rem roboto, sans-serif;
	color:var(--donkerblauw);
    padding-top: 13rem;
    scroll-padding-top: 13rem;
}

h1, h2, h3, p, ul, ol, table, form, iframe{
	margin-top:0;
	margin-bottom:var(--default-margin-bottom);
}

.jumbotron{
	background:none;
	margin:0;
	padding:0;
	clear:both;
	width:100%;
    border-radius: 0;
	position: relative;
/*	z-index: 0;*/
}

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

.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron p,
.jumbotron ul,
.jumbotron ol,
.jumbotron table,
.jumbotron div.gform_wrapper form{
	font-weight:400;
	font-style:normal;
	margin-bottom:var(--default-margin-bottom);
	margin-top:0;
}

.gekaderd_blok{
	padding: 8rem var(--column-width);
}

body .geen_extra_marge_onderkant + .beelscherm_breed{
	margin-top: var(--jumbotron-standard-margin) !important;
}

.geen_extra_marge_onderkant:has(.gekaderd_blok):has( + .beelscherm_breed){
	margin-bottom: calc(-10rem - var(--jumbotron-standard-margin));
	position: relative;
	z-index: 15;
}

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: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)));*/
	right: calc(((100% - var(--container-width)) / 2) + ((12 - var(--data-xxl-o)) * 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)));*/
	left: calc(((100% - var(--container-width)) / 2) + ((var(--data-xxl-o)) * var(--column-width)) + ((var(--data-xxl-c)) * var(--column-width)));
}

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

.jumbotron.content_gekaderd.stijl_achtergrondkleur:not(.stijl_achtergrondkleur_f7f9f9):has( + .stijl_achtergrondkleur_f7f9f9) .content_gekaderd_inner{
	padding-right: calc(2 * var(--column-width));
}

.jumbotron.content_gekaderd.stijl_achtergrondkleur:not(.stijl_achtergrondkleur_f7f9f9):has( + .stijl_achtergrondkleur_f7f9f9){
    background: #f7f9f9 !important;
}

.links_uitbreiden .content_gekaderd_inner{
    padding-left: 0;
    margin-right: calc(-2 * var(--column-width));
	padding-right: calc(2 * var(--column-width));
}

.rechts_uitbreiden .content_gekaderd_inner{
    padding-right: 0;
    margin-left: calc(-2 * var(--column-width));
	padding-left: calc(2 * var(--column-width));
}

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

.sharebutton{
	font-size: 2.2rem;
}

.sharebuttons{
    font-size: 1.6rem;
}

.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 > .introtekst:last-child > *:last-child,
.last-no-margin > .tinymce-row:last-child .introtekst > *:last-child,
.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{
	margin-top: 0 !important;
}

.geen_extra_marge_onderkant.content_gekaderd + .jumbotron.content_gekaderd .content_gekaderd_inner{
    padding-top: 0 !important;
}

.geen_extra_marge_onderkant,
.geen_extra_marge_onderkant.content_gekaderd .content_gekaderd_inner{
	padding-bottom: 0 !important;
}

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

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

div.gallery{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto -1.5rem !important;
}

div.gallery .gallery-item{    
    padding: 0 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

div.gallery .gallery-item > div{   
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

div.gallery .gallery-item > div > a{
    width: 100%;
    max-width: 100%;
}

div.gallery .gallery-item img{
    max-width: 100%;
    height: auto;
    border: none !important;
    margin-bottom: 0 !important;
}

.jumbotron ul ul, 
.jumbotron ol ul, 
.jumbotron ul ol, 
.jumbotron ol ol {
    margin-bottom: 0;
}

#content{
    padding: 0 0;
}

.jumbotron h1{
    font-family: museo, serif;
    color: var(--blauw);
	font-size: 8rem;
    line-height: 9rem;
    font-weight: 700;
}

.jumbotron h2{
    color: var(--blauw);
    font-family: museo, serif;
    font-size: 4.5rem;
    font-weight: 700;
}

.donkerblauw{
	color: var(--donkerblauw) !important;
}

.kleine_tekst{
    font-size: 1.6rem;
    line-height: 2.8rem;
}

.geen_extra_marge_onderkant .content_gekaderd_inner > div h2:last-child,
.geen_extra_marge_onderkant .content_gekaderd_inner > div .tinymce-row:last-child{
	margin-bottom: 5.5rem;
}

.jumbotron h3{
    color: var(--blauw);
	font-family: museo, serif;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 3.5rem;
    margin-bottom: 2rem;
}

.jumbotron h4{
    color: var(--blauw);
	font-family: museo, serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 1rem;
}

.geen_extra_marge_onderkant .content_gekaderd_inner > div h3:last-child{
	margin-bottom: 5.5rem;
}

.introtekst p,
.introtekst ol,
.introtekst ul{
    font-size: 2.6rem;
    line-height: 3.8rem;
}

.contact_blok{
    height: 100%;
    background-color: #ffffff;
    padding: 3rem;
    font-family: roboto, sans-serif;
    font-size: 1.7rem;
    line-height: 3.4rem;
    padding-left: 12rem;
    position: relative;
    transition: 0.3s box-shadow, 0.3s transform;
}

.contact_blok:hover{
    box-shadow: 1.5rem 1.5rem 3rem rgba(0, 0, 0, 0.06);
    transform: translateY(-1rem);
}

.contact_blok a{
    color: var(--donkerblauw) !important;
    text-decoration: none !important;
}

.contact_blok a:before{
    position: absolute;
    content: "";
    inset: 0;
}

.contact_blok i{
    left: 3rem;
    position: absolute;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    background-color: var(--roze);
    color: #fff;
    font-size: 2.7rem;
    line-height: 2.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s background;
}

.contact_blok:hover i{
    background: var(--donkerblauw);
}

.contact_blok:hover strong{
    color: var(--donkerblauw);
}

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

.contact_blok strong{
    color: var(--roze);
    font-family: museo, serif;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 4.2rem;
    transition: 0.3s color;
}

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

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

ul.lijst_met_pijlen li + li{
	margin-top: 2rem;
}

ul.checklist li:before,
ul.lijst_met_pijlen li:before{
    color: var(--roze);
	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(--default-margin-bottom);
}

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

.alm-load-more-btn.loading{
    font-size: 0;
}

.alm-filters-container .alm-filter li div.alm-filter--link{
    color: var(--donkerblauw) !important;
    font-size: 1.5rem !important;
    font-family: roboto, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 2rem;
    margin: 0 !important;
    border: 0.1rem solid #a0c0cb;
    line-height: 4rem !important;
    padding: 0 2rem 0 4rem !important;
}

.alm-filters-container .alm-filter li div.alm-filter--link:before{
    left: 2rem !important;
}

.alm-filters-container .alm-filter li div.alm-filter--link:before {
    top: 14px !important;
    width: 12px !important;
    height: 12px !important;
    border-color: var(--donkerblauw) !important;
}

.alm-filters-container .alm-filter li div.alm-filter--link.active.field-checkbox:before, 
.alm-filters-container .alm-filter li div.alm-filter--link.active.field-radio:before{
    background-color: var(--donkerblauw) !important;
}

[data-fieldtype="checkbox"] ul{
    display: flex;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
    justify-content: center;
}

@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(--roze);
    text-decoration: none;
}

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

.button,
.button:hover,
.button:focus,
.loadmore,
body div.gform_wrapper .gform_footer button.gform_button,
body div.gform_wrapper .gform_footer button.gform_button:hover,
body div.gform_wrapper .gform_footer button.gform_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:focus, 
.woocommerce a.button:focus, 
.woocommerce button.button:focus, 
.woocommerce input.button:focus,
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus{
	text-decoration:none !important;
	outline:none;
	border-radius:5rem;
	color:#fff;
    font-weight: 700;
	background-color:var(--roze);
    text-transform: uppercase;
	border: solid 0.1rem var(--roze);
	padding:1.2rem 3rem !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;
}

.yith-wcan-filters-opener i{
	margin-right: 0.8rem !important;
	filter: brightness(0) invert(1) !important;
}

.yith-wcan-filters-opener,
.yith-wcan-filters-opener:hover,
.yith-wcan-filters-opener:focus{
	text-decoration:none !important;
	outline:none;
	border:none !important;
	border-radius:5rem;
	padding:1.5em 2.5em !important;
	line-height:normal !important;
	-webkit-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
    color: #ffffff;
    font-family: Comfortaa;
    font-size: 1.7rem;
    font-weight: 700;
	box-shadow: none !important;
    background: #3251b5 !important;
    cursor: pointer;
}

.button:hover,
.button:focus,
body div.gform_wrapper .gform_footer button.gform_button:hover,
body div.gform_wrapper .gform_footer button.gform_button:focus{
    color: #fff;
	background-color:var(--blauw);
	border: solid 0.1rem var(--blauw);    
}

.landingpage_blok .button:hover,
.landingpage_blok .button:focus,
body .landingpage_blok div.gform_wrapper .gform_footer button.gform_button:hover,
body .landingpage_blok div.gform_wrapper .gform_footer button.gform_button:focus,
.stijl_achtergrondkleur_61c3d9 .button:hover,
.stijl_achtergrondkleur_61c3d9 .button:focus,
body .stijl_achtergrondkleur_61c3d9 div.gform_wrapper .gform_footer button.gform_button:hover,
body .stijl_achtergrondkleur_61c3d9 div.gform_wrapper .gform_footer button.gform_button:focus{
    color: #fff;
	background-color:var(--donkerblauw);
	border: solid 0.1rem var(--donkerblauw);    
}

.button_alt{
    color: #fff;
	background-color:var(--roze);
	border: solid 0.1rem var(--roze);
}

.button_alt:hover,
.button_alt:focus{
    color: var(--roze);
	background-color:#fff;
	border: solid 0.1rem #fff;
}

.button_outline{
	background-color: transparent;
	border: solid 0.1rem var(--roze);
	color: var(--roze);
}

.button_outline:hover,
.button_outline:focus{
	background-color: var(--roze);
	border: solid 0.1rem var(--roze);
	color: #fff;
}

.button_outline_alt{
	background-color: transparent;
	border: solid 0.1rem #fff;
	color: #fff;
}

.button_outline_alt:hover,
.button_outline_alt:focus{
	background-color: var(--roze);
	border: solid 0.1rem var(--roze);
	color: #fff;
}

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

.woocommerce button.button.alt,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus{
	
}

.woocommerce button.button.alt:before{
	
}

.woocommerce .button[name="update_cart"],
.woocommerce .button[name="update_cart"]:hover,
.woocommerce .button[name="update_cart"]:focus{
	
}

.woocommerce .button[name="update_cart"]:before{	
	content: "\f0e2";
	font-family: 'Font Awesome 6 Pro';
	margin-right: 1rem;
}

.woocommerce .button[name="update_raq"],
.woocommerce .button[name="update_raq"]:hover,
.woocommerce .button[name="update_raq"]:focus{
	
}

.woocommerce .button[name="update_raq"]:hover,
.woocommerce .button[name="update_raq"]:focus{
	
}

.woocommerce-page .button[name="apply_coupon"],
.woocommerce-page .button[name="apply_coupon"]:hover,
.woocommerce-page .button[name="apply_coupon"]:focus{
	
}

.woocommerce-page .button[name="apply_coupon"]:hover,
.woocommerce-page .button[name="apply_coupon"]:focus{
	
}

body.woocommerce .add-request-quote-button.button,
body.woocommerce .add-request-quote-button.button:hover,
body.woocommerce .add-request-quote-button.button:focus{
	
}

body.woocommerce .add-request-quote-button.button:hover,
body.woocommerce .add-request-quote-button.button:focus{
	
}

body.woocommerce-account .woocommerce-MyAccount-content .button,
body.woocommerce-account .woocommerce-MyAccount-content .button:hover,
body.woocommerce-account .woocommerce-MyAccount-content .button:focus{
	
}

body.woocommerce-account .woocommerce-MyAccount-content .button:hover,
body.woocommerce-account .woocommerce-MyAccount-content .button:focus{
	
}

.checkout-button:after{
	color: #ffffff;
	font-family: "Font Awesome 6 Pro";
	font-size: 1.2rem;
	content: "\f178";
	font-weight: 700;
	margin-left: 1rem;
}

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

form.search-form{
	margin:0;
}

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

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,
nav.navbar.wit-menu{
	min-height:0;
	background:#fff;
	border:none;
	margin:0;
    padding: 0;
	width:100%;
	float:left;
	flex-wrap: wrap;
}

.wit-menu #Group_1853 *{
    fill: #023a4c;
}

.wit-menu #Laag_1-2 > rect:nth-child(2),
.wit-menu #Laag_1-2 > path:nth-child(3),
.wit-menu #Laag_1-2 > path:nth-child(4),
.wit-menu #Laag_1-2 > path:nth-child(5){
    fill: #023a4c;
}

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

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{
	float:left;
    margin: 4rem 0;
}

#logoholder svg {
    height: 5rem;
}

#hoofdmenu{
	margin:0;
}

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

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

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

#hoofdmenu li a,
.wit-menu #hoofdmenu li a{
	padding:0;
	white-space: nowrap;
	background:none;
	transition: 0.3s color, 0.3s opacity, 0.3s border-color;
	text-decoration: none !important;
    color: var(--donkerblauw);
    font-family: roboto, sans-serif;
    font-size: 1.9rem;
    line-height: 5rem;
    font-weight: 400;
    border-bottom: solid 0.1rem transparent;
    display: inline-block;
}

#hoofdmenu li.menu_button a{
    border-radius: 6.8rem;
    background-color: var(--roze);
    padding: 0 3rem;
    color: #ffffff !important;
    font-family: roboto, sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    text-transform: uppercase;
	transition: 0.3s color, 0.3s opacity, 0.3s background;
    border: none !important;
}

#hoofdmenu li.menu_button a:hover{
	color: #fff;
    background-color: var(--blauw);
}

#hoofdmenu > li:hover > a,
#hoofdmenu > li.current-menu-item > a,
#hoofdmenu > li.current-menu-ancestor > a,
#hoofdmenu > li.current-menu-parent > a{
    color: var(--blauw);
    border-bottom: solid 0.1rem var(--blauw);
}

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

/*Submenu*/
#hoofdmenu > li > ul{
	background: #fff;
	display:none;
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	top:100%;
	left:-1.5rem;
	border: solid 0.1rem #ccc;
}

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

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

#whatsapp {
    position: fixed;
    display: flex;
    right: 65px;
    bottom: 55px;
    z-index: 999;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    font-size: 5rem; 
    color: #fff;
    justify-content: center;
    align-items: center;
	z-index: 1;
	isolation: isolate;
}

#whatsapp .inner {
    background-color: #33D951;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#whatsapp:before {
    content: '';
    display: block;
    position: absolute; 
    width: 9rem;
    height: 9rem;
    top: 0;
    left: 0;
    transform: translate(-0.5rem, -0.5rem);
    opacity: 0.8;
    border-radius: 50%;
    border: 1px solid #33D951;
	transition: all 0.3s ease-in-out;
}

#whatsapp:hover:before {
	width: 9.4rem;
    height: 9.4rem;
	transform: translate(-0.7rem, -0.7rem);
}

#whatsapp:after{
    content: '';
    display: block;
    position: absolute; 
    width: 10rem;
    height: 10rem;
    top: 0;
    left: 0;
    transform: translate(-1.0rem, -1.0rem);
    opacity: 0.6;
    border-radius: 50%;
    border: 1px solid #33D951;
	transition: all 0.3s ease-in-out;
}

#whatsapp:hover:after {
	width: 11rem;
    height: 11rem;
	opacity: 0.4;
	transform: translate(-1.5rem, -1.5rem);
}

#whatsapp span {
    font-size: 1.7rem;
    line-height: 2rem; 
	display: block;
    position: absolute;
    width: 0; 
    padding: 1.5rem 1.5rem;
    right: 4rem;
    border-radius: 1rem;
	color: #33D951;
    background-color: #33D951;
	transition: all 0.3s ease-in-out;
	overflow: hidden;
    white-space: nowrap;
	z-index: -1;
}

#whatsapp:hover span {
	display: block;
	width: 335px;
	color: #fff;
	padding: 1.5rem 3rem;
} 

#whatsapp img {
    padding: 1rem;
    display: block;
    right: -50px;
    position: absolute; 
    border-radius: 50%;
    z-index: -1;
	transition: all 0.3s ease-in-out;
}

#whatsapp:hover img {
	display: block;
	z-index: 1;
	right: -45px;
}

#footer{
	margin-top: var(--footer-margin-top);
	padding:6.5rem 0;
	background:var(--donkerblauw);
}

#footer strong{
    color: var(--blauw);
    font-family: museo, serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.5rem;
}

#footer .button{
    color: var(--blauw);
    border-color: var(--blauw);
}

#footer .button:hover,
#footer .button:focus{
    background: transparent;
    color: var(--roze);
    border-color: var(--roze);
}

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

#footer ul li{
}

#footer ul li a{
    color: #ffffff;
    font-family: roboto, sans-serif;
    font-size: 1.9rem;
    line-height: 3.4rem;
    text-decoration: none;
}

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

#footer ul li a[href]:not(:where(
  /* exclude hash only links */
  [href^="#"],
  /* exclude relative but not double slash only links */
  [href^="/"]:not([href^="//"]),
  /* domains to exclude */
  [href*="https://werkenbij.eshuis.com"],
  /* subdomains to exclude */
  [href*="https://www.werkenbijeshuis0.int.webton.dev"],
)):before {
    content: '\f08e';
    font-family: "Font Awesome 6 Pro";
    font-size: 1.3rem;
    font-weight: 400;
    margin-right: 0.8rem;
}

#social_bottom{
    display: flex;
    column-gap: 1.5rem;
    position: relative;
    z-index: 15;
}

#social_bottom a{
    color: #ffffff;
    font-size: 3.2rem;
    line-height: 2.9rem;
}

#footer img{
    height: 5rem;
    margin-bottom: 5rem;
}

.footer_title{
    color: var(--blauw);
    font-family: roboto, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 2.6rem;
    width: 100%;
    display: inline-block;
    margin-bottom: 1.5rem;
	white-space: nowrap;
}

.footer_contact{
    position: relative;
    isolation: isolate;
}

.footer_contact:before{
    content: "";
    width: 16.3rem;
    height: 22.2rem;
    background: url(../images/footer_nederland.png) no-repeat;
    position: absolute;
    right: 0;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}

#credits{
	padding:2rem 0;
	background:var(--donkerblauw);
    border-top: solid 0.1rem rgba(255,255,255,0.15);
}

#credits,
#credits a{
    font-size: 1.4rem;
	color: #ffffff;
	text-decoration:none;
}

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

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

.stijl_achtergrondkleur + .stijl_achtergrondkleur:not(.stijl_achtergrondkleur_053a4d){
	margin-top: 0 !important;
}

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

#content article > .volledige_afbeelding:last-child,
#content article > .fotogalerij:last-child{
	margin-bottom: calc(-1 * var(--footer-margin-top) + 3rem);
}

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

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

.empty_row{
	margin-bottom: calc(var(--jumbotron-standard-margin) - var(--jumbotron-standard-margin) - var(--jumbotron-standard-margin) - var(--jumbotron-standard-margin));
}

.quotetekst{
    position: relative;
    isolation: isolate;
    padding: 5rem 0;
}

.last-no-margin > .quotetekst > *:last-child{
	margin-bottom: 0;
}

.quotetekst:before{
    z-index: -1;
    width: 100%;
    background-repeat: no-repeat;
    aspect-ratio: 400 / 374;
    height: auto;
    position: absolute;
    content: "";
    left: -5rem;
    top: 0;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='SVGDoc' width='400' height='374' xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:avocode='https://avocode.com/' viewBox='0 0 400 374'%3E%3Cdefs%3E%3C/defs%3E%3Cdesc%3EGenerated with Avocode.%3C/desc%3E%3Cg%3E%3Cg%3E%3Ctitle%3EPath 2868%3C/title%3E%3Cpath d='M240.59598,373.1089v-11.14401c32.90131,-22.28796 56.64862,-50.14803 71.242,-83.58002c14.59329,-33.43198 21.88995,-63.67993 21.88998,-90.74396c-0.00003,-31.30927 -5.57199,-46.9639 -16.716,-46.96399c-7.96002,0 -16.18533,0.13263 -24.67599,0.39798c-8.49069,0.26535 -13.79736,0.13272 -15.92001,-0.39798c-16.45068,-3.18402 -29.85001,-11.40935 -40.19798,-24.67601c-10.34799,-13.26666 -15.522,-29.18665 -15.522,-47.75995c0,-21.75732 7.42934,-38.34064 22.28801,-49.75006c14.85867,-11.40924 31.57465,-17.11389 50.14801,-17.11395c30.24796,0 55.45462,13.26666 75.62,39.79999c20.16534,26.53333 30.24802,60.23065 30.24802,101.092c0,48.82129 -14.328,94.85666 -42.98401,138.10594c-28.65604,43.24934 -67.12936,74.16072 -115.42001,92.73402zM18.512,373.1089v-11.14401c33.96266,-22.28796 58.24066,-49.74995 72.834,-82.38599c14.59332,-32.63602 21.89001,-63.28195 21.89001,-91.93799c0,-31.30927 -5.30666,-46.9639 -15.92001,-46.96399c-27.06401,0 -40.596,0 -40.59599,0c-16.98133,-3.18402 -30.51334,-11.40935 -40.596,-24.67601c-10.08267,-13.26666 -15.124,-29.18665 -15.124,-47.75995c0,-22.28809 7.164,-39.00403 21.492,-50.14807c14.328,-11.14404 31.04399,-16.71594 50.148,-16.71594c19.104,0 36.616,5.96997 52.536,17.90997c15.92,11.94 28.52333,28.65594 37.80998,50.14795c9.28668,21.492 13.93001,45.77008 13.93001,72.83406c0,48.82129 -14.32802,94.85666 -42.98399,138.10594c-28.65601,43.24934 -67.12933,74.16072 -115.42,92.73402z' fill-opacity='0' fill='%23ffffff' stroke-dashoffset='0' stroke-linejoin='miter' stroke-linecap='butt' stroke-opacity='1' stroke='%23d9d9d9' stroke-miterlimit='20' stroke-width='1'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.quotetekst p{
    color: var(--donkerblauw);
    font-family: museo, serif;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 4.9rem;
}

.teksten_scroller{
	position: relative;
	margin-left: 1.8rem;
	height: 4.2rem;
}

.teksten_scroller_wrapper:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 100%);
}

.teksten_scroller_inner{
	display: inline-block;
	transition: 1.5s transform;
}

.teksten_scroller_wrapper{
	position: absolute;
	left: 0;
	top: -3rem;
    height: 10rem;
    overflow: hidden;
}

.teksten_scroller_inner span{
	display: block;
	white-space: nowrap;
	color: var(--blauw);
}

.teksten_scroller_inner.animate{
	transform: translateY(calc(-1 * (var(--item) * 3.5rem) + 3rem));
}

.contact_met{
	font-size: 1.5rem;
	line-height: 2.4rem;
}

.contact_met a{
	color: var(--donkerblauw) !important;
}

.contact_met img{
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
}

.contact_met:not(:first-child){
	margin-left: 2rem;
}

.tags{
	margin-bottom: 5rem;
}

.tag{
	background: #fff;
	padding: 1.2rem 3rem;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.6rem;
	border-radius: 2.5rem;
}

.tags + p .button{
	padding: 1.9rem 4rem !important;
}

.tags + p .droombaan{
	opacity: 0.5;
	color: var(--donkerblauw) !important;
	text-decoration: none;
	margin-top: 1.5rem;
	display: inline-block;
}

.gekaderd_blok .vacaturelijst{
    padding: 0 var(--column-width);
}

.vacaturelijst_items{
    margin: 1rem 0;
}

.vacaturelijst_items a{
    border: 0.1rem solid #dcdcdc;
    background-color: #ffffff;
    padding: 0.8rem 6.5rem 0.8rem 2.5rem;
    font-family: museo, serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 4.2rem;
    color: var(--roze);
    text-decoration: none !important;
    position: relative;
    transition: 0.3s background-color;
}

.vacaturelijst_items a:hover{
    background-color: #f7f9f9;
}

.vacaturelijst_items a:hover:after{
    transform: translateX(1rem);
}

.vacaturelijst_items a:after{
    transition: 0.3s transform;
    position: absolute;
    right: 2.5rem;
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 4.2rem;
}


.vacature_gegevens {
	border-radius: 2.2rem;
	background: #F5F5F5;
	color: var(--donkerblauw);
	padding: 4rem;
	display: flex;
    flex-direction: column;
}

.vacature_gegevens h3 {
 	color: var(--donkerblauw) !important; 
}
.vacature_gegevens p {
	margin: 0; 
}

.vacature_gegevens .fa-fw { 
	margin-right: 1rem;
}


/* ALM vacature template */
.alm-filters-container.alm-filters-facets {
	opacity: 1 !important;
}

ul.vacature_eigenschappen { 
	display: flex; 
    gap: 1rem 4rem;
    margin: 0;
    list-style-type: none;
	flex-direction: column;
    flex-wrap: wrap;
	padding-left: 0rem;
}

ul.vacature_eigenschappen li {
	margin: 0;
}

.vacature_eigenschappen li i {
	margin-right: 1rem;
	opacity: 0.5;
}

h2.vacature__h2 {
	color: var(--donkerblauw);
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 1rem;
}

.vacature_tekst_wrap {
	position: relative;
	background-color: #F7F9F9;
	color: #0B4C63;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 33.1rem;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	transition: all 0.3s ease-in-out;
}
a.vacature__link:hover .vacature_tekst_wrap {
	background-color: #1c4b62;
}

a.vacature__link:hover h2.vacature__h2 {
	color: #fff;
}

a.vacature__link:hover ul.vacature_eigenschappen {
	color: #fff;
}
 

.vacature__link {
	border-radius: 1rem;
    overflow: hidden;
    display: flex;
    position: relative; 
}

.vacature_link_btn {
	border-radius: 50%;
	position: absolute;
	bottom: 2rem;
	right: 2rem;
	padding: 1rem;
	width: 5.1rem;
	color: #fff;
	font-size: 1.9rem;
	text-align: center;
	background-color: var(--roze);
}

.vacature_afbeelding {
	position: relative;
	display: block;
	width: 100%;
	max-height: 36rem;
}

.vacature_afbeelding:after {
	content: '';
    display: block;
   	background: rgb(13,77,100);
	background: -webkit-linear-gradient(bottom, rgba(13,77,100,1) 0%, rgba(13,77,100,0) 100%);
	background: -o-linear-gradient(bottom, rgba(13,77,100,1) 0%, rgba(13,77,100,0) 100%);
	background: linear-gradient(to top, rgba(13,77,100,1) 0%, rgba(13,77,100,0) 100%);
    width: 100%;
    height: 100%;
	position: absolute;
    inset: 0;
}
 
.vacature_afbeelding img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
 
.row_vacature_gegevens header h1 {
	color: #FFF; 
	font-size: 6.4rem; 
	font-weight: 600;
	line-height: normal;
	text-align: left;
	hyphens: auto;
} 

.slideout-info-container{
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
	width: 83.5rem;
    max-width: calc(100vw - 10rem);
    z-index: 1500;
    -webkit-transform: translateX(120%);
    -ms-transform: translateX(120%);
    transform: translateX(120%);
	-webkit-transition:-webkit-transform 0.3s ease-in-out;
	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: var(--grijs);
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.slideout-info h3{
    color: var(--donkerblauw);
    font-family: museo, serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 4.2rem;
    margin-bottom: 0;
}

.vacatures_tekst_onder{
    background: #fff;
    margin: 0 -6rem;
    padding: 5rem 6rem;
}

.slideout-info-top{
    margin: 0;
    padding: 6rem 6rem 0;
}

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

.slideout-info-title span{
    font-weight: 400 !important;
    display: inline-block;
    margin-bottom: 10px;
}

.close-slideout-info{
    color: #fff !important;
    text-decoration: none !important;    
    font-size: 4.5rem;
    font-weight: 400;
    line-height: 7.9rem;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(calc(-100% - 2rem));
}

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

.form-overlay{
    background-color: #000000;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    transition: 0.3s opacity;
    z-index: 1499;
}

.slideout_open .form-overlay{
    opacity: 0.4;
    pointer-events: all;
}

.slideout-info-title{
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    font-family: museo, serif;
    font-size: 6.5rem;
    font-weight: 700;
    line-height: 6.5rem;
    color: var(--blauw);
    margin-bottom: 2.5rem;
}

.slideout-info-title span{
    font-size: 3.5rem;
    line-height: 4.2rem;
    margin-bottom: 2rem;
    display: block;
}

.slideout-info-title span.aantal_vacatures_slide{
    width: 4.7rem;
    height: 4.7rem;
    background-color: var(--roze);
    border-radius: 50%;
    color: #ffffff;
    font-family: museo, serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 3.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

.slideout-info-inner .vacaturelijst_items{
    margin-block: 6rem;
}

.modal-step-title{
	font-family: museo, serif;
    font-size: 2.4rem;
    text-align: center;
    font-weight: 700;
    line-height: 4.2rem;
}

.modal-step:first-child .modal-step-title,
.modal-step:first-child .modal-step-inner{
	margin-bottom: auto;
}

.modal-step-title span{
    font-family: roboto, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6rem;
}

.modal-body {
    padding: 1rem 3rem;
}

.modal-step:last-child .gform_confirmation_wrapper .modal-step-title{
	display: none !important;
}

.modal-step:last-child{
	height: 100%;
}

.modal-step{
	display: none;
}

.modal-step[data-step="1"]{
	display: block;
	height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-step-footer{
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 3rem;
    background: #fff;
	box-shadow: 0 -2rem 3rem rgba(0, 0, 0, 0.04);
}

.modal-dialog-scrollable .modal-content{
	height: 100%;
}

.button_groot,
.button_groot:hover,
.button_groot:focus{
    padding: 1.9rem 4rem !important;
}

.button_terug{
	padding: 0;
    border: none;
    box-shadow: none;
    background: none;
    color: #34019b;
    font-family: 'Barlow', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 3.2rem;
}

.modal-step-inner {
    overflow: auto;
    padding: 3rem 5rem;
    margin: 0 auto 0;
}

.modal-step-inner-intro{
    max-width: 825px;    
    padding: 0 8rem;
    margin-top: 0;
    text-align: center;
}

.modal-with-steps ::-webkit-scrollbar {
    -webkit-appearance:none;
    width:1.4rem;
    height:1.4rem;
}

.modal-with-steps ::-webkit-scrollbar-thumb {
    border-radius:0.8rem;
    border:3px solid #fff;
    background-color:rgba(0, 0, 0, .3);
}

.gform_confirmation_wrapper.chat h2{
	font-family: museo, serif;
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 4.9rem;
	width: 100%;
	max-width: 63rem;
	margin-inline: auto;
}

.gform_confirmation_wrapper.chat p:not(:last-child){
	font-family: roboto, sans-serif;
	font-size: 2.6rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 3.8rem;
	width: 100%;
	max-width: 63rem;
	margin-inline: auto;
}

.gform_wrapper{
    width: 100%;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 0.4;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: 0.4;
}
:-ms-input-placeholder { /* IE 10+ */
  opacity: 0.4;
}
:-moz-placeholder { /* Firefox 18- */
  opacity: 0.4;
}

body .gform_wrapper.chat_wrapper .gform_fields{
    row-gap: 0;
}

body .gform_wrapper.chat_wrapper .gfield .ginput_container,
body .modal .gform_wrapper.chat_wrapper .gfield_html_formatted{
    background-color: #f2f5f5;
    padding: 0 3rem;
    margin-left: 14rem;
}

#field_24_19{
	padding-bottom: 3rem;	
    border-radius: 0 0 2rem 2rem;
}

body .gform_wrapper.chat_wrapper .gfield .gfield_label{
    background-color: #f2f5f5;
    padding: 0 3rem;
    margin: 0;
    color: var(--donkerblauw);
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 3.2rem;
    float: left;
    margin-left: 14rem;
}

.ginput_container_fileupload{
	padding-top: 3.2rem !important;
}

.gchoice label{
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0.2rem 2rem;
	border-radius: 2rem;
	border: 0.1rem solid #a0c0cb;
	background-color: #ffffff;
}

.gform_wrapper .gfield.gf_list_inline .gfield_checkbox .gchoice, .gform_wrapper .gfield.gf_list_inline .gfield_radio .gchoice{
	padding-right: 0 !important;
}

.gfield_checkbox{
	display: flex !important;
	row-gap: 1rem;
	column-gap: 0.4rem;
    flex-wrap: wrap;
	padding-bottom: 1.5rem !important;
}

.gform_wrapper .gfield input[type=checkbox]+label, .gform_wrapper .gfield input[type=radio]+label{
	margin-bottom: 0 !important;
}

body .gform_wrapper.chat_wrapper .gfield:first-child .ginput_container:before{
    content: "\f007";
    width: 6rem;
    height: 6rem;
    background-color: var(--roze);
    border-radius: 50%;
    display: flex;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-family: "Font Awesome 6 Pro";
    font-size: 4.7rem;
    line-height: 5.8rem;
    overflow: hidden;
    padding-top: 2rem;
    position: absolute;
    left: -7rem;
    top: 0;
}

.terug_link{
    color: var(--donkerblauw) !important;
    opacity: 0.5;
    text-decoration: none;
    margin-bottom: 5rem;
    display: inline-block;
    margin-top: 13rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
}

.terug_link_vacature{
	margin: -2.6rem 0 5rem !important;
}

body .gform_wrapper.chat_wrapper .gfield:first-child .ginput_container{
    background-color: #f2f5f5;
    border-radius: 2rem 2rem 0 0;
    padding: 3rem 3rem 0;
    position: relative;
}

body .gform_wrapper.chat_wrapper .gfield:last-child .ginput_container{
    background-color: #f2f5f5;
    border-radius: 0 0 2rem 2rem;
    padding: 0 3rem 3rem;
}

body .gform_wrapper.chat_wrapper .gfield:has(+ .gform_validation_container) .ginput_container{
    background-color: #f2f5f5;
    border-radius: 0 0 2rem 2rem;
    padding: 0 3rem 3rem;
}

body .gform_wrapper.chat_wrapper .gfield:first-child:last-child .ginput_container{
    background-color: #f2f5f5;
    border-radius: 2rem;
    padding: 3rem;
}

body .gform_wrapper.chat_wrapper .gform_page_footer{
	margin-top: 2rem !important;
	padding: 0 0 0 14rem;
    justify-content: space-between;
    display: flex;
	position: relative;
}

body .gform_wrapper.chat_wrapper .gform_page_footer img{
	position: absolute;
	z-index: 150;
	right: -1.5rem;
	top: 50%;
	transform: translateX(100%) translateY(-50%);
}

body .gform_wrapper.chat_wrapper .gfield:first-child:last-child .ginput_container *{
    margin-bottom: 0 !important;
}

body .gform_wrapper.chat_wrapper .gfield:has(+ .gform_validation_container) .ginput_container *{
    margin-bottom: 0 !important;
}

body .gform_wrapper.chat_wrapper .gfield_description:not(.gform_fileupload_rules):before{
    content: "";
    background: url(../images/quiz.jpg);
    width: 6rem;
    height: 6rem;
    background-size: cover;
    border-radius: 50%;
    position: absolute;
    left: -7rem;
    top: 0;
}

body .gform_wrapper.chat_wrapper #field_29_1 .gfield_description:not(.gform_fileupload_rules):before,
body .gform_wrapper.chat_wrapper #field_29_8 .gfield_description:not(.gform_fileupload_rules):before,
body .gform_wrapper.chat_wrapper #field_29_26 .gfield_description:not(.gform_fileupload_rules):before,
body .gform_wrapper.chat_wrapper #field_29_28 .gfield_description:not(.gform_fileupload_rules):before,
body .gform_wrapper.chat_wrapper #field_29_31 .gfield_description:not(.gform_fileupload_rules):before { 
  	content: "";
    background: url(../images/quiz_2025.jpg);
    width: 6rem;
    height: 6rem;
    background-size: cover;
    border-radius: 50%;
    position: absolute;
    left: -7rem;
    top: 0;
}

body .gform_wrapper.chat_wrapper .gfield_description:not(.gform_fileupload_rules){
    position: relative;
    border-radius: 2rem;
    background-color: var(--donkerblauw);
    padding: 2rem 2.5rem !important;
    margin: 0 0 3rem;
    color: #ffffff;
    font-family: museo, serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.4rem;
    width: calc(100% - 15rem);
    margin-left: 7rem;
}

@-moz-document url-prefix() {
    .modal-with-steps .scroller {
        scrollbar-width: thin;
        scrollbar-color: #ccc;
    }
}

.modal-header{
    border: none !important;
    padding-inline: 2rem;
}

.btn-close{
    width: auto;
    height: auto;
    background: none;
    opacity: 1;
    padding: 0 !important;
    margin: 0 0 0 auto !important;
}

.btn-close i{
    font-family: "Font Awesome 6 Pro";
    font-size: 2rem;
    font-weight: 300;
    color: var(--donkerblauw);
}

.modal-intro-titel{
    color: var(--blauw);
    font-family: museo, serif;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 4.9rem;
    margin-bottom: 3rem;
}

.links_uitbreide
.rechts_uitbreiden,
.content_gekaderd{
	overflow: hidden;
}

.tns-outer{
	position: relative;
}

.tns-controls{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	pointer-events: none;
}

.tns-controls button{
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	pointer-events: all;
	align-items: center;
	background-color: #ffffff;
	color: var(--roze) !important;
	font-size: 2.4rem;
	border: none;
	transform: translateX(-50%);
    transition: 0.3s transform, 0.3s box-shadow;
}

.tns-controls button:nth-child(2){
	transform: translateX(50%);	
}

.tns-controls button:hover{
	box-shadow: 1.5rem 1.5rem 3rem rgb(0 0 0 / 6%);
    transform: translateX(-50%) translateY(-0.5rem);
}

.tns-controls button:nth-child(2):hover{
	box-shadow: 1.5rem 1.5rem 3rem rgb(0 0 0 / 6%);
    transform: translateX(50%) translateY(-0.5rem);
}

.tns-outer{
	margin-top: -1rem;
	margin-bottom: -3rem;
}

.tns-slider .verhaal,
.tns-slider .bericht{
	margin-top: 1rem;
	margin-bottom: 3rem;
}

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

.tns-ovh:has(.verhaal_grid:not(.tns-slider)) .verhaal_grid{
    padding-top: 2rem;
}

.jumbotron h2.stappen_titel{
    color: var(--donkerblauw);
    font-family: museo, serif;
    font-size: 8rem;
    font-weight: 700;
    line-height: 8rem;
}

.stappen_titel + .introtekst{
    font-size: 3.2rem;
    line-height: 4.5rem;
    margin-bottom: 5rem;
}

body .gform_wrapper.chat_wrapper #gform_page_25_1 .gform_page_footer, body .gform_wrapper.chat_wrapper #gform_page_29_1 .gform_page_footer {
    padding-left: 0;
    justify-content: center;
}

#gform_page_25_1 .gform_next_button:first-child, #gform_page_29_1 .gform_next_button:first-child {
    margin-left: 0;
}

.fixed_solliciteer{
	background-color: #053a4d;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    padding: 1rem 0;
}

.fixed_solliciteer .button,
.fixed_solliciteer .button:hover,
.fixed_solliciteer .button:focus{
	padding: 0.7rem 1.5rem !important;
    font-size: 1.8rem !important;
}

.fixed_solliciteer strong{
	color: var(--blauw);
    font-family: museo, serif;
    font-size: 2.4rem;
	font-weight: 700;
}

.single-vacature article > .jumbotron:nth-child(1){
	z-index: 10;
}

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

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

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

        Voorbeeld aanmaken variabele:	
        --rood: #f00;

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

        --jumbotron-standard-margin: 6rem; /*margin between jumbotron elements*/
        --default-margin-bottom: 2.6rem; /*p, ol, ul, etc*/
        --footer-margin-top: 6rem;
        --bs-gutter-x: 3rem;
		
		--container-width: 100%;
    }
	
	body .gform_wrapper.chat_wrapper .gfield_description:not(.gform_fileupload_rules){
		width: calc(100% - 7rem);
		font-size: 1.8rem;
		line-height: 3rem;
	}
	
	.fixed_solliciteer{
		top: auto;
		bottom: 0;
	}
	
	.modal-step[data-step="1"]{
		display: block;
	}
	
	.ginput_container_fileupload{
		float: left;
		padding-top: 1rem !important;
		margin-top: -1rem;
	}
	
	.geen_extra_marge_onderkant .content_gekaderd_inner > div h2:last-child,
	.geen_extra_marge_onderkant .content_gekaderd_inner > div .tinymce-row:last-child,
	.geen_extra_marge_onderkant .content_gekaderd_inner > div h3:last-child{
		margin-bottom: var(--default-margin-bottom);
	}
	
	.contact_blok{
		padding: 2rem;
		padding-left: 8rem;
		line-height: 2.4rem;
	}
	
	.contact_blok i{
		width: 4rem;
		height: 4rem;
		left: 2rem;
		font-size: 1.7rem;
	}
	
	.contact_blok strong{
		font-size: 2.5rem;
		line-height: 3.2rem;		
	}
    
    .stappen_logo_mobiel{
        margin-bottom: 3rem;
    }

    .jumbotron h2.stappen_titel{
        font-size: 4.6rem;
        line-height: 5rem;
    }

    .stappen_titel + .introtekst{
        font-size: 2rem;
        line-height: 2.5rem;
        margin-bottom: 3rem;
    }
	
	body{
		padding-top: 8rem;
		scroll-padding-top: 8rem;
		font: 400 1.7rem/2.6rem roboto, sans-serif;
	}
	
	.teksten_scroller{
		display: block;
		width: 100%;
		margin: 3.4rem 0 6.8rem;
	}
    
    #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: 50px;
        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(5,58,77,0.99)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
        width: 2.5rem;
        height: 2.5rem;
    }

	.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:1px 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:3px 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; 
    }
    
    .tinymce-row .col-xl-3:nth-child(n+2),
    .tinymce-row .col-xl-4:nth-child(n+2){
        margin-top: 3rem;
    }
	
	.contact_met:not(:first-child) {
		margin-left: 0;
		margin-top: 2rem;
		display: flex !important;
	}
	
	.mob_scroller,
	body .lees_ook_eens .bericht_grid:not(.tns-slider),
	body .andere_verhalen .verhaal_grid:not(.tns-slider){
		scroll-snap-type: x mandatory;
		overflow-x: scroll;
		--bs-gutter-x: 1.5rem;
		margin-left: -3rem;
		margin-right: -3rem;
		padding-left: 3rem;
		padding-right: 3rem;
		display: flex !important;
		column-gap: 1.5rem;
    	padding-block: 1rem 3rem;
	}
	
    .partnerlogos .scroll_snap,
	.tns-slider .scroll_snap,
	.lees_ook_eens .scroll_snap,
	.andere_verhalen .scroll_snap{
		scroll-snap-align: center;
		width: 80vw;
		min-width: 80vw;
		max-width: 80vw;
	}
	
	.close-slideout-info{
		font-size: 2.6rem;
	}
	
	.content_gekaderd .content_gekaderd_inner, .gekaderd_blok {
		padding-block: calc(var(--jumbotron-standard-margin) / 2);
	}
    
    .links_uitbreiden .content_gekaderd_inner {
        padding-left: 0;
        margin-right: calc(0 * var(--column-width));
        padding-right: calc(1 * var(--column-width));
    }
    
    .rechts_uitbreiden .content_gekaderd_inner {
        padding-right: 0;
        margin-left: calc(0 * var(--column-width));
        padding-left: calc(1 * var(--column-width));
    }
	
	.vacaturelijst_items a{
		font-size: 2rem;
		line-height: 2.6rem;
		padding: 0.8rem 6rem 0.8rem 2rem;
	}
	
	.vacaturelijst_items a:after{
		top: 0;
		right: 2rem;
	}
	
	.quotetekst{
		padding: 0;
	}
	
	.slideout-info-container{
		max-width: calc(100vw - 7rem);
	}
	
	.slideout-info-top {
		padding: 3rem 3rem 0;
	}
	
	.slideout-info-title {
        font-size: 3rem;
        line-height: 3.6rem;
    }
	
	.slideout-info-title span{
		font-size: 2rem;
		line-height: 2.6rem;
	}
	
	.slideout-info-inner{
		padding: 0 3rem;
	}
	
	.quotetekst p {
		font-size: 2.6rem;
		line-height: 3rem;
	}
	
	.teksten_scroller_wrapper{
		width: 100%;
	}
	
	.footer_tab_mob{
		gap: 4rem !important;
	}
	
	.introtekst p, .introtekst ol, .introtekst ul{
		font-size: 2rem;
		line-height: 2.5rem;
	}
	
	.terug_link{
		margin-top: 5rem;
	}
	
	.geen_extra_marge_onderkant:has(.gekaderd_blok):has( + .beelscherm_breed){
		margin-bottom: calc(-1 * var(--jumbotron-standard-margin));
	}
	
	.jumbotron h1{
        font-size: 3.4rem;
        line-height: 3.6rem;
	}
	
	.jumbotron h2{
		font-size: 3rem;
		line-height: 3.8rem;
	}
	
	.jumbotron h3{
		font-size: 2.4rem;
		line-height: 3rem;
	}
	
	.quotetekst:before {
		height: 130%;
		background-size: contain;
		left: auto;
		right: 3rem;
	}
	
	.footermenu{
		margin-bottom: 0 !important;
	}
	
	#footer .button {
		padding: 0.8rem 2rem !important;
	}
	
	.footer_contact:before {
		content: "";
		width: 14.3rem;
		height: 19.2rem;
		right: auto;
		left: 30%;
		z-index: -1;
		background-size: contain;
	}
	
	#footer strong {
		font-size: 2.2rem;
		line-height: 3.2rem;
	}
	
	#credits ul.creditsmenu{
		display: grid;
	}
	
	#logoholder {
		margin: 2rem 0;
	}
	
	#logoholder svg {
		height: 4rem;
	}
	
	.tns-ovh{
		overflow: visible !important;
	}
	
	.tns-outer{
		margin-top: 0 !important;
	}
    
    .geen_extra_marge_onderkant .content_gekaderd_inner > div h2:last-child, 
    .geen_extra_marge_onderkant .content_gekaderd_inner > div .tinymce-row:last-child {
        margin-bottom: 3rem;
    }
	
	.tinymce-row .col-sm-12 + .col-sm-12,
    .doorkiesblokken_container .col-sm-12 + .col-sm-12{
		margin-top: var(--default-margin-bottom);
	}
    
    .modal-step-inner-intro{
        padding: 0;
    }
    
    .modal-intro-titel{
        font-size: 3.5rem;
        line-height: 3.9rem;
    }
    
    .button_groot, .button_groot:hover, .button_groot:focus {
        padding: 1.4rem 2rem !important;
    }
    
    .modal-step-title,
    .modal-step-title span{
        line-height: normal;
    }
    
    .modal-step-inner{
        padding: 3rem 0;
    }
    
    .button, .button:hover, .button:focus, .loadmore, body div.gform_wrapper .gform_footer button.gform_button, body div.gform_wrapper .gform_footer button.gform_button:hover, body div.gform_wrapper .gform_footer button.gform_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:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus{
        padding: 0.85rem 2rem !important;
        font-size: 1.6rem !important;
    }
    
    .terug_link{
        font-size: 1.5rem;
    }
    
    body .gform_wrapper.chat_wrapper .gform_page_footer{
        padding: 0;
    }
    
    .gform_confirmation_wrapper.chat h2 {
        font-size: 2.6rem;
        line-height: 3rem;
    }
    
    .gform_wrapper .gfield.gf_list_inline .gfield_checkbox .gchoice, .gform_wrapper .gfield.gf_list_inline .gfield_radio .gchoice{
        width: 100%;
    }
    
    .gform_confirmation_wrapper.chat p:not(:last-child) {
        font-size: 2rem;
        line-height: 2.8rem;
    }
    
    body .gform_wrapper.chat_wrapper .gfield .gfield_label {
        padding: 0 2rem;
        font-size: 1.6rem;
        line-height: 2.2rem;
        margin-left: 6rem;
        margin-bottom: 1rem;
    }
	
	#field_24_16 .gfield_label,
	#field_25_16 .gfield_label{
		width: calc(100% - 6rem);
	}
    
    .image-choices-field div.gfield_radio, .image-choices-field div.gfield_checkbox{
        grid-template-columns: auto !important;
    }
    
    body .gform_wrapper.chat_wrapper .gfield .ginput_container{
        padding: 0 2rem;
    }
    
    body .gform_wrapper.chat_wrapper .gfield:first-child .ginput_container{
        border-radius: 1rem 1rem 0 0;
        padding: 1.5rem 2rem 0;
    }

    body .gform_wrapper.chat_wrapper .gfield:last-child .ginput_container{
        border-radius: 0 0 1rem 1rem;
        padding: 0 1.5rem 1.5rem;
    }

    body .gform_wrapper.chat_wrapper .gfield:has(+ .gform_validation_container) .ginput_container{
        border-radius: 0 0 1rem 1rem;
        padding: 0 1.5rem 1.5rem;
    }
    
    body .gform_wrapper.chat_wrapper .gfield:first-child:last-child .ginput_container {
        border-radius: 1rem;
        padding: 1.5rem;
    }
    
    body .gform_wrapper.chat_wrapper .gfield_description{
        margin-left: 0;
        width: 100%;
        font-size: 1.6rem;
        border-radius: 1rem;
        padding: 0 !important;
        line-height: 2.4rem;
    }
	
	#logoholder:after{
		opacity: 0 !important;
	}
    
    body .gform_wrapper.chat_wrapper .gfield_description:before{
        width: 4rem;
        height: 4rem;
        left: -5rem;
    }
    
    body .gform_wrapper.chat_wrapper .gfield:first-child .ginput_container:before{
        width: 4rem;
        font-size: 3.7rem;
        height: 4rem;
        left: -5rem;
    }
    
    body .gform_wrapper.chat_wrapper .gfield .ginput_container{
        margin-left: 6rem;
    }
	
	.vacatures_tekst_onder{
		padding-bottom: 13rem;
	}
	
	.gekaderd_blok .vacaturelijst{
		padding: 0;
	}
	
	.slideout-info h3 {
		font-size: 2rem;
		line-height: 2.6rem;
		margin-bottom: 1rem;
	}
}

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

@media (min-width:768px) and (max-width:991px)
{		
	:root{
		--container-width: 720px;
	}
	
	.modal-dialog{
		max-width: 90vw !important;
	}
	
	.quotetekst:before {
		height: 130%;
		background-size: contain;
		left: auto;
		right: 3rem;
	}
	
	.quotetekst{
		padding: 0;
	}
	
	.quotetekst p {
		font-size: 3.5rem;
		line-height: 3.9rem;
	}
    
    .tinymce-row .col-xl-3:nth-child(n+3),
    .tinymce-row .col-xl-4:nth-child(n+2){
        margin-top: 3rem;
    }

	.links_uitbreiden:before{
		right: calc(((100% - var(--container-width)) / 2) + ((12 - var(--data-md-o)) * var(--column-width)));
	}

	.rechts_uitbreiden:before{
		left: calc(((100% - var(--container-width)) / 2) + ((var(--data-md-o)) * var(--column-width)) + ((var(--data-md-c)) * var(--column-width)));
	}
	
	.navbar-expand-md .submenu-back-button{
		display: block;
	}
	
	#footer ul li a{
		white-space: nowrap;
	}
	
	.contact_met:not(:first-child) {
		margin-left: 0;
		margin-top: 2rem;
		display: flex !important;
	}
	
	.jumbotron h1 {
		line-height: 6rem;
    	font-size: 6rem;
	}
	
	.jumbotron h2 {
		line-height: 4rem;
    	font-size: 4rem;
	}
	
	.jumbotron h3 {
		line-height: 3rem;
    	font-size: 3rem;
	}

	.teksten_scroller_inner.animate{
		transform: translateY(calc(-1 * (var(--item) * 3rem) + 3rem));
	}

	.footer_tab_mob{
		flex-wrap: wrap;
	}
	
	.footer_tab_mob > div:nth-child(1){
		width: 100%;
		flex-basis: 100%;
	}
	
	.content_gekaderd .content_gekaderd_inner,
	.gekaderd_blok{
		padding-block: calc(var(--jumbotron-standard-margin) / 2)
	}
	
	.introtekst p, .introtekst ol, .introtekst ul {
		font-size: 2.4rem;
		line-height: 3.6rem;
	}
	
	.tinymce-row .col-sm-12 + .col-sm-12:not(.col-md-6){
		margin-top: var(--default-margin-bottom);
	}
	
	.links_uitbreiden .content_gekaderd_inner {
        padding-left: 0;
        margin-right: calc(0 * var(--column-width));
        padding-right: calc(1 * var(--column-width));
    }
    
    .rechts_uitbreiden .content_gekaderd_inner {
        padding-right: 0;
        margin-left: calc(0 * var(--column-width));
        padding-left: calc(1 * var(--column-width));
    }
	
	#hoofdmenu li a, .wit-menu #hoofdmenu li a,
	#hoofdmenu li.menu_button a{
		font-size: 1.7rem;
	}
	
	#logoholder {
		margin: 2.5rem 0 1.5rem;
	}
	
	#logoholder svg {
		height: 4rem;
	}
	
	.content_gekaderd_inner .gekaderd_blok {
		margin: 0 3rem;
	}
	
	#hoofdmenu{
		margin-bottom: 2.5rem;
	}
	
	#hoofdmenu li {
    	margin: 0 0 0 1.5rem;
	}
	
	#hoofdmenu li.menu_button a{
		padding: 0 2rem;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	:root{
		--container-width: 960px;
	}
	
	.contact_met:not(:first-child) {
		margin-left: 0;
		margin-top: 2rem;
		display: flex !important;
	}
	
	.content_gekaderd_inner .gekaderd_blok{
		margin: 0 3rem;
	}
	
	.links_uitbreiden .content_gekaderd_inner {
        padding-left: 0;
        margin-right: calc(0 * var(--column-width));
        padding-right: calc(1 * var(--column-width));
    }
    
    .rechts_uitbreiden .content_gekaderd_inner {
        padding-right: 0;
        margin-left: calc(0 * var(--column-width));
        padding-left: calc(1 * var(--column-width));
    }

	
	.introtekst p, .introtekst ol, .introtekst ul {
		font-size: 2.4rem;
		line-height: 3.6rem;
	}
	
	#footer ul li a{
		white-space: nowrap;
	}
	
	body{
		padding-top: 11.8rem;
		scroll-padding-top: 11.8rem;
	}
	
	.jumbotron h1 {
		line-height: 6.5rem;
    	font-size: 6.5rem;
	}

	.links_uitbreiden:before{
		right: calc(((100% - var(--container-width)) / 2) + ((12 - var(--data-lg-o)) * var(--column-width)));
	}

	.rechts_uitbreiden:before{
		left: calc(((100% - var(--container-width)) / 2) + ((var(--data-lg-o)) * var(--column-width)) + ((var(--data-lg-c)) * var(--column-width)));
	}
	
	.navbar-expand-lg .submenu-back-button{
		display: block;
	}
	
	#hoofdmenu li a, .wit-menu #hoofdmenu li a,
	#hoofdmenu li.menu_button a{
		font-size: 1.7rem;
	}
	
	#logoholder svg {
		height: 3.5rem;
	}
	
	#hoofdmenu li {
    	margin: 0 0 0 2rem;
	}
	
	#hoofdmenu li.menu_button a{
		padding: 0 2rem;
	}
}

@media (min-width:1200px) and (max-width:1399px)
{
	:root{
		--container-width: 1140px;
	}

	.links_uitbreiden:before{
		right: calc(((100% - var(--container-width)) / 2) + ((12 - var(--data-xl-o)) * var(--column-width)));
	}

	.rechts_uitbreiden:before{
		left: calc(((100% - var(--container-width)) / 2) + ((var(--data-xl-o)) * var(--column-width)) + ((var(--data-xl-c)) * var(--column-width)));
	}
	
    .navbar-expand-xl .submenu-back-button{
		display: block;
	}
}

@media (min-width:1200px) and (max-width:1280px)
{
	
}

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

	.links_uitbreiden:before{
		right: calc(((100% - var(--container-width)) / 2) + ((12 - var(--data-xxl-o)) * var(--column-width)));
	}

	.rechts_uitbreiden:before{
		left: calc(((100% - var(--container-width)) / 2) + ((var(--data-xxl-o)) * var(--column-width)) + ((var(--data-xxl-c)) * var(--column-width)));
	}
}

@media (max-width:768px){ 
	
	#whatsapp:hover span, #whatsapp:hover img {
		display: none;
	} 
	
	#whatsapp span, #whatsapp img {
		display: none;
	}
	
	#whatsapp {
		position: fixed;
		display: flex;
		right: 20px;
		bottom: 25px;
		z-index: 999;
		width: 7rem;
		height: 7rem;
		border-radius: 50%;
		font-size: 4rem;
		color: #fff;
		justify-content: center;
		align-items: center;
		z-index: 0;
		isolation: isolate;
	}
	
	
	#whatsapp:before, #whatsapp:hover:before { 
		width: 8rem;
		height: 8rem; 
		transform: translate(-0.55rem, -0.55rem); 
	}
	
	#whatsapp:after, #whatsapp:hover:after { 
		width: 9rem;
		height: 9rem; 
		transform: translate(-1.0rem, -1.0rem); 
	}
	
}

.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: -13px;
  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; }



.landingpage_blok .gform_wrapper .gfield input[type=checkbox] + label:before, .landingpage_blok .gform_wrapper .gfield input[type=radio] + label:before, .naam_keuze:before {
	display: none;
}

.landingpage_blok .gform_wrapper .gfield input[type=checkbox]:checked + label { 
	background-color: var(--roze);
	border-color:var(--roze);
	color: #fff;
}

.gfield_validation_message {
    background-color: transparent !important;
    font-size: 1.4rem !important;
}