:root {
	
	--jumbotron-standard-margin:7rem; /*margin between jumbotron elements*/
	--default-margin-bottom: 2.4rem; /*p, ol, ul, etc*/
	--footer-margin-top: 5rem;
    --default-line-height: 3rem;
	--bs-gutter-x: 3rem;
	
	--container-width: 1430px; /* 1520px */
	--column-width: calc((var(--container-width) / 12) - (var(--bs-gutter-x) / 12));
	--fancybox-accent-color: #ccc;
    --ruimte-opvolgende-kleurblokken-zonder-marge: calc(var(--jumbotron-standard-margin) / 2);
	--navbar_hoogte: 12rem;
	
	--body-padding-top: 137px;
	--body-font: "Roboto", serif; 
	--heading-font: "Comfortaa", sans-serif;
	
	--kleur_petrol: #009687;  /*  #03446a */
	--kleur_groen:  #38a962; /* var(--kleur_lichtgroen);  */ 
	--kleur_lichtgroen: #88ba14; /* var(--kleur_lichtgroen) */
	
	--gradient_paars: linear-gradient(90deg, rgba(212,228,224,0.4) 50%, rgba(25,150,135,1) 50%); 
	--kleur_geel: #88ba14; /* #f8b354 */
	--kleur_geel_licht: #beda9c;

	--gradient_groen-safari: linear-gradient(162deg, rgba(136,186,20,1) 0%, rgba(56,169,98,1) 50%, rgba(0,150,135,1) 100%);
	--gradient_groen: linear-gradient(162deg, rgba(136,186,20,1) 0%, rgba(56,169,98,1) 50%, rgba(0,150,135,1) 100%);
	--kleur_lichtblauw: #d4e4e0; /* #eef6ff; */
	--kleur_lichterblauw: #eef6f4; /* #eef6ff; */
	
	/* nieuwe kleuren */
	--kleur_zwart:#333;
	--kleur_wit: #fff;
	
	--kleur_mosgroen: #88BA14;

	--kleur_groen:  #38a962;  
	--kleur_lichtgroen: #BEDA9C;  
	--kleur_petrol: #009687;
	--kleur_blauw_knop:#38a962; /* var(--kleur_blauw_knop) */
	
	--kleur_mintlicht: #EEF6F4;
	--kleur_mint: #D4E4E0;
	--kleur_lichtgrijs: #F4F4F4;
}
 

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

html,
body{
	overflow-x: clip; 
    scroll-behavior: smooth;
}

html {
	font-size: 62.5%;
}

body{
	color: var(--kleur_zwart); 
	font-family: var(--body-font);
	font-size: 18px;
	font-weight: 400;
	line-height: 33px;
	padding-top: var(--body-padding-top);
}

h1, h2, h3, p, ul, ol, table, form, iframe{
	margin-top:0;
	margin-bottom:33px;
}

h1, h2, h3, h4,h5,h6{ 
	font-family: var(--heading-font);
}

.jumbotron{
	background:none;
	margin:0;
	padding:0;
	clear:both;
	width:100%;
    border-radius: 0;
}

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

#laposta-style-one a {
    text-decoration: none;
    background: none !important;
    padding-left: 0;
    border: none;
    border-bottom: solid 1px var(--kleur_lichtblauw);
    margin-bottom: 5px;
    color: var(--kleur_lichtblauw) !important;
	transition: 0.3s color;
    padding-right: 35px;
	position: relative;
}

#laposta-style-one a:after{
	content: "\f061";
	color: var(--kleur_wit) !important;
    margin-left: 8px;
    display: inline-block;
    font-family: "Font Awesome 5 Pro";
    font-size: 22px;
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    -o-transition: 0.3s transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
    margin-top: 3px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

#laposta-style-one span {
	color: var(--kleur_wit) !important;
	transition: 0.3s color;
}

#laposta-style-one a:hover span,
#laposta-style-one a:focus span{
	color: var(--kleur_geel) !important;	
}

#laposta-style-one a:hover:after,
#laposta-style-one a:focus:after,
#laposta-style-one a:hover,
#laposta-style-one a:focus{
	color: var(--kleur_geel) !important;
}

#laposta-style-one a div{
	flex-direction: column;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron p,
.jumbotron ul,
.jumbotron ol,
.jumbotron table,
.jumbotron div.gform_wrapper form,
.jumbotron .sharebuttons{
	font-size:18px;
	font-weight:400;
	font-style:normal;
	margin-bottom:3rem;
	margin-top:0;
}

.jumbotron h2{
	scroll-margin-top: var(--body-padding-top);
/*	word-break: break-word;*/
}


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

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

.introtekst:last-child > *:last-child,
.introtekst-met-streep:last-child > *:last-child,
.last-no-margin > *:last-child,
.last-no-margin > .table-responsive:last-child > table{
    margin-bottom: 0;
}

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

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

article > .jumbotron:last-child {
    padding-bottom: var(--jumbotron-standard-margin);
}

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

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

div.gallery .gallery-item > div{   
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-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{
	color: var(--kleur_groen);
	font-size:44px;
	font-weight: 700;
	line-height: 1.2;
    margin-bottom: 25px;
}

.jumbotron.bg_paars h1{
	color: var(--kleur_wit);
}

.jumbotron.bg_paars{
	color: #fff;
}

.jumbotron.bg_paars .button + .button{
	margin-left: 45px;
}

.jumbotron h2{
	color: var(--kleur_petrol);
	font-size: 34px;
	font-weight: 700;
	line-height: 1.4;
	hyphens: auto;
}

h2 i,
h3 i{
	color: var(--kleur_groen);
}

.jumbotron h2.h2_roze{
	color: var(--kleur_groen);
}

.jumbotron h3.h3_roze{
	color: var(--kleur_wit) !important;
}

.jumbotron h2.h2_wit{
	color: var(--kleur_wit) !important;
}

.jumbotron .campagne_content  h2, .jumbotron .campagne_content .tagline {
	color:var(--kleur_petrol) !important;
}

.jumbotron.bg_paars h2{
	color: #dbb5d6;
}

.jumbotron.bg_donkerblauw h2,
.jumbotron.bg_donkerblauw p{
	color: var(--kleur_wit);
}

.jumbotron h3{
	color: var(--kleur_petrol); 
	font-weight: 700; 
}

.jumbotron.bg_paars h3{
	color: #fff;
}

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

ul.checklist li{
	position: relative;
	padding-left: 25px;
}

ul.checklist li:before{
	color: var(--kleur_groen);
	position: absolute;
	left: 0;
	top: 0;
	content: "\f061";
	font-family: 'Font Awesome 5 Pro';
}

.social_delen_blok ul.checklist li:before{
	color: var(--kleur_geel);
	content: "\f00c";
}

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

ul.lijst_met_pijlen li{
	padding-left: 0;
	font-size: 22px;
	line-height: 45px;
	font-weight: 500;
}

ul.lijst_met_pijlen li a{
	color: var(--kleur_petrol) !important;
	text-decoration: none !important;
}

ul.lijst_met_pijlen li a:hover:after{
	-webkit-transform: translateX(10px);
	    -ms-transform: translateX(10px);
	        transform: translateX(10px);
}

ul.lijst_met_pijlen li a:after{
	-webkit-transition: 0.3s -webkit-transform;
	transition: 0.3s -webkit-transform;
	-o-transition: 0.3s transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
	color: var(--kleur_groen);
	content: "\f061";
	font-size: 20px;
	font-weight: 400;
	font-family: 'Font Awesome 5 Pro';
	margin-left: 8px;
	display: inline-block;
}

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

.alm-btn-wrap{
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 30px;
}

.agenda .alm-btn-wrap{
	margin-top: 80px;
}

.done{
	opacity: 0.4;
    cursor: not-allowed !important;
}

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

.hide_tekst {
    display: none;
}

.lees_verder{
	margin-bottom:30px;
} 

p:empty{
	display:none;
}

em{
	font-style:italic !important;
}

strong{
	font-weight:600 !important;
}

a{
	color:var(--kleur_petrol);
	text-decoration: underline;
}

.bg_petrol .introtekst-met-streep {
	color:var(--kleur_wit);
}

.bg_petrol .introtekst-met-streep a {
	color:var(--kleur_wit);
	text-decoration: underline;
}

.bg_petrol .introtekst-met-streep a:hover, .bg_petrol .introtekst-met-streep a:focus {
	color:var(--kleur_wit) !important;
	opacity: 0.8; 
}

.bg_paars a{
	color: var(--kleur_lichtblauw);
}

#content p a:not(.button):hover,
#content p a:not(.button):focus,
#content div.woocommerce-info a:not(.button):hover,
#content div.woocommerce-info a:not(.button):focus,
#content td a:not(.button):hover,
#content td a:not(.button):focus,
#content ul li a:not(.button):hover,
#content ul li a:not(.button):focus,
#footer p a:not(.button):hover,
#footer p a:not(.button):focus,
#footer ul li:not(.button) a:hover,
#footer ul li:not(.button) a:focus,
#credits-menu li:not(.button) a:hover,
#credits-menu li:not(.button) a:focus,
.yith_ywraq_add_item_browse_message a:not(.button):hover,
.yith_ywraq_add_item_browse_message a:not(.button):focus{
	color:var(--kleur_petrol);
}


.content_1_koloms.bg_petrol a {
	color: var(--kleur_wit) !important;
}

.bg_petrol a:hover {
	opacity: 0.9;
}

hr {
    border-top: solid 2px var(--kleur_groen);
    margin: 90px 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{
	display:-webkit-inline-box;
	display:-ms-inline-flexbox;
	display:inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-decoration:none !important;
	outline:none;
	border-radius:29px;
	border: solid 1px var(--kleur_mosgroen);
	color:var(--kleur_wit);
	background:var(--kleur_mosgroen);
	padding:14px 25px !important;
	line-height:normal !important;
    cursor: pointer;
	-webkit-transition: 0.3s color, 0.3s background-color, 0.3s border-color;
	-o-transition: 0.3s color, 0.3s background-color, 0.3s border-color;
	transition: 0.3s color, 0.3s background-color, 0.3s border-color;
}

.terug_button:before{
	content: "\f060";
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	font-weight: 400;
	margin-right: 8px;
	-webkit-transition: 0.3s -webkit-transform;
	transition: 0.3s -webkit-transform;
	-o-transition: 0.3s transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
	display: inline-block;
}

.terug_button:hover:before{
	-webkit-transform: translateX(-10px);
	    -ms-transform: translateX(-10px);
	        transform: translateX(-10px);
}

.yith-wcan-filters-opener i{
	margin-right: 8px !important;
	-webkit-filter: brightness(0) invert(1) !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:50px;
	padding:15px 25px !important;
	line-height:normal !important;
	-webkit-transition:all 0.4s ease-in-out;
	-o-transition:all 0.4s ease-in-out;
	transition:all 0.4s ease-in-out;
    color: #ffffff;
    font-family: Comfortaa;
    font-size: 17px;
    font-weight: 700;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
    background: #3251b5 !important;
    cursor: pointer;
}

.button:hover,
.button:focus{
	
}

.button_wit,
.button_wit:hover,
.button_wit:focus{
	background-color: var(--kleur_lichtblauw);
	color: var(--kleur_groen);
}

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,
.searchform_container .button{
    border: 1px solid var(--kleur_geel);
	background: var(--kleur_geel) !important;	
}

.searchform_container .button,
.searchform_container .button:hover,
.searchform_container .button:focus{	
    border-radius: 50px;
	color: #fff !important;
    padding: 10px 25px !important;
}

.searchform_container .button:hover,
.searchform_container .button:focus{	
    border-color: var(--kleur_lichtgroen) !important;
    background: var(--kleur_lichtgroen) !important;
}

.search-submit i{	
    font-size: 13px;
    margin-left: 10px;
}

body div.gform_wrapper .gform_footer button.gform_button:hover,
body div.gform_wrapper .gform_footer button.gform_button:focus{
	
} 

body .bg_blauw div.gform_wrapper .gform_footer button.gform_button,
body .bg_blauw div.gform_wrapper .gform_footer button.gform_button:hover,
body .bg_blauw div.gform_wrapper .gform_footer button.gform_button:focus{
    border: 1px solid var(--kleur_groen);
	color: var(--kleur_lichtgroen) !important;
	background: none !important;
}

body .modal-content div.gform_wrapper .gform_footer button.gform_button{
	background: var(--kleur_lichtgroen) !important;
    border: 1px solid var(--kleur_groen);
}

body .modal-content div.gform_wrapper .gform_footer button.gform_button:hover,
body .modal-content div.gform_wrapper .gform_footer button.gform_button:focus{
	background: var(--kleur_geel) !important;
    border: 1px solid var(--kleur_geel);
	color: var(--kleur_lichtblauw) !important;
}

body div.gform_wrapper .gform_footer button.gform_button:after,
.alm-load-more-btn:after,
.laatste_nieuws .item-blok__more:after,
.button-met-pijl:after,
.button-met-pijl-link:before,
.campagneblok .button:after,
.doorkiesblok_item__more:after,
#loginformulier button:after,
.button[data-toggle="modal"]:after{
	content: "\f061";
	margin-left: 8px;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	-webkit-transition: 0.3s -webkit-transform;
	transition: 0.3s -webkit-transform;
	-o-transition: 0.3s transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
    margin-top: 3px;
}

body div.gform_wrapper .gform_footer button.gform_button:hover:after,
body div.gform_wrapper .gform_footer button.gform_button:focus:after,
.alm-load-more-btn:hover:after,
.alm-load-more-btn:focus:after,
.button-met-pijl:hover:after,
.button-met-pijl:focus:after,
.laatste_nieuws a:hover .item-blok__more:after,
.laatste_nieuws a:focus .item-blok__more:after,
.doorkiesblok_item__more:hover:after,
.doorkiesblok_item__more:focus:after,
.campagneblok .button:hover:after,
.campagneblok .button:focus:after,
#loginformulier button:hover:after,
#loginformulier button:focus:after,
.button[data-toggle="modal"]:hover:after,
.button[data-toggle="modal"]:focus:after{
	-webkit-transform: translateX(10px);
	    -ms-transform: translateX(10px);
	        transform: translateX(10px);
}


.button-met-pijl-link:hover:before,
.button-met-pijl-link:focus:before{
	-webkit-transform: translateX(-10px);
	    -ms-transform: translateX(-10px);
	        transform: translateX(-10px);	
}

.button-met-pijl-link:after{
	display: none;
}

.button-met-pijl-link:before{
	content: "\f060";
	margin-left: 0;
	margin-right: 8px;
}

.button-blauw,
.button-blauw:hover,
.button-blauw:focus{
	background-color: var(--kleur_blauw_knop);
	border-color: var(--kleur_blauw_knop);
}

.button-roze,
.button-roze:hover,
.button-roze:focus{
	background-color: #009687 !important;
	border-color: #009687 !important;
	color: var(--kleur_lichtgroen) !important;
}

.jumbotron.bg_paars .button-roze.button-outline,
.jumbotron.bg_paars .button-roze.button-outline:hover,
.jumbotron.bg_paars .button-roze.button-outline:focus{
	color: #dbb5d6 !important;	
}

.content_2_koloms p a:not([class]),
.content_2_koloms p a:hover:not([class]),
.content_2_koloms p a:focus:not([class]){
	color: #fff;
}

.button-outline,
.button-outline:hover,
.button-outline:focus{
	color: var(--kleur_lichtgroen) !important;
	background: transparent !important;
}

.button-outline:hover,
.button-outline:focus{
	border-color: var(--kleur_geel) !important;
    color: var(--kleur_geel) !important;
}

.button:not(.button-outline):hover,
.button:not(.button-outline):focus{
	border-color: var(--kleur_geel) !important;
	background: var(--kleur_geel) !important;
}

.tagline{
	color: var(--kleur_wit);
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

.bg_blauw .tagline{
	color: var(--kleur_petrol);
}

.bg_paars .tagline{
	color: #ffffff;
}

p .tagline{
    display: block;
    margin-bottom: -30px;
}

#loginformulier button{
	margin-top: 25px;
}

.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 5 Pro';
	margin-right: 10px;
}

.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 5 Pro";
	font-size: 12px;
	content: "\f178";
	font-weight: 700;
	margin-left: 10px;
}

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

form.search-form{
	margin:0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

form.search-form label{
	padding:0;
	margin:0;
	float:left;
    width: 100%;
	background:#fff;
    display: flex;
    align-items: center;
}

form.search-form input{
	margin:0;
	padding:0 5px;
	outline:none;
	background:none;
    flex: 1;
	border:none;
	border-radius:0;
    font-size: 28px;
    font-weight: 300;
}

.search-form label i{	
    color: var(--kleur_lichtgroen) !important;
	margin-right: 10px;
    font-size: 24px;
}

form.search-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(155 155 155);
}
form.search-form input::-moz-placeholder { /* Firefox 19+ */
  color: rgb(155 155 155);
}
form.search-form input:-ms-input-placeholder { /* IE 10+ */
  color: rgb(155 155 155);
}
form.search-form input:-moz-placeholder { /* Firefox 18- */
  color: rgb(155 155 155);
}

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:#fff;
	border:none;
	margin:0;
    padding: 0;
	width:100%;
	float:left;
	box-shadow: 0px 1px 15px -5px rgba(0,0,0,0.1);
}

/*
body:has(nav.navbar + .bg_wit) nav.navbar {
	box-shadow: 0px 1px 15px -5px rgba(0,0,0,0.1);
}
*/


.navbar-expand-md > .container {
/*	max-width: 1450px !important;*/
	max-width: calc(var(--container-width) - 4rem) !important;
}


.fixed-top{	
    -webkit-transition: 0.3s -webkit-transform;	
    transition: 0.3s -webkit-transform;	
    -o-transition: 0.3s transform;	
    transition: 0.3s transform;	
    transition: 0.3s transform, 0.3s -webkit-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;
}

.navbar-expand-md > .container{
	max-width: 1330px;
}

#logoholder{
	margin: 5px 0;
	float:left;
}

#logoholder svg {
    max-width: 15.6rem;
    height: auto;
	width: 100%;
}

.menu_overlay{
	opacity: 0;
	transition: 0.3s opacity;
	background: rgba(0,0,0,0.1);
    z-index: 1000;
    position: fixed;
    inset: 0;
	pointer-events: none;
}

body:has(.openChild .open) .menu_overlay{
    opacity: 1;
    pointer-events: all;
}


#hoofdmenu{
	position: relative;
	margin:0;
}


#hoofdmenu li{
	margin: 0 0 0 30px;
    position: relative;
	font-family: var(--heading-font);
}

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

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

#hoofdmenu li a{
	white-space: nowrap;
	padding:0;
	background:none;
	color: var(--kleur_petrol);
	font-size: 17px;
	font-weight: 400;
	line-height: 133px;
	text-decoration: none !important;
	-webkit-transition: 0.3s color, 0.3s border-bottom, 0.3s opacity;
	-o-transition: 0.3s color, 0.3s border-bottom, 0.3s opacity;
	transition: 0.3s color, 0.3s border-bottom, 0.3s opacity;
	display: block;
	border-bottom: solid 4px transparent;
}

#hoofdmenu li.mmy-custom-login-logout-link{
	padding-left: 30px;

	padding-right: 30px;
    position: relative;
}

#hoofdmenu li.mmy-custom-login-logout-link a{
	color: var(--kleur_lichtgroen) !important;
	border-bottom: none !important;
	position: relative;
}

#hoofdmenu li.mmy-custom-login-logout-link:before,
#hoofdmenu li.mmy-custom-login-logout-link:after{
	height: 19px;
	width: 1px;
	background: var(--kleur_petrol);
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) translateY(-2px);
	    -ms-transform: translateY(-50%) translateY(-2px);
	        transform: translateY(-50%) translateY(-2px);
}

#hoofdmenu li.mmy-custom-login-logout-link:after{
	left: auto;
	right: 0;
}

#hoofdmenu > li:hover > a{
	color: var(--kleur_geel);
}

#hoofdmenu li.show_search:before {
	height: 19px;
	width: 1px;
	background: var(--kleur_petrol);
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%) translateY(-2px);
	    -ms-transform: translateY(-50%) translateY(-2px);
	        transform: translateY(-50%) translateY(-2px);
}

#hoofdmenu li.show_search {
	padding-left: 1rem;
}

.single-vacature #hoofdmenu > li#menu-item-1763 > a,
.page-id-1950 #hoofdmenu > li#menu-item-1727 > a,
.parent-pageid-1950 #hoofdmenu > li#menu-item-1727 > a,
.parent-pageid-1726 #hoofdmenu > li#menu-item-1727 > a,
#hoofdmenu > li.current-menu-item > a,
#hoofdmenu > li.current-menu-ancestor > a,
#hoofdmenu > li.current-menu-parent > a{
	color: var(--kleur_lichtgroen);
	border-bottom-color: var(--kleur_lichtgroen);
}

#hoofdmenu li.menu-item-has-children > a:after{
	content: "\f078";
	font-family: 'Font Awesome 5 Pro';
	margin-left: 5px;
}

/*Submenu*/
#hoofdmenu > li > ul{
	display:none;
	list-style:none;
	padding:10px 0;
	margin:0;
	position:absolute;
	top:85px;
	left: -30px;
    width: auto;
    background: #fff;
	z-index: 1;
	border: 1px solid rgba(3, 68, 106, 0.05);
/*    border-top: 1px solid rgba(3, 68, 106, 0.5);*/
}

#hoofdmenu > li > ul:before{
	/*content: "";
    position: fixed;
    top: 137px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: -1;
    border-top: 1px solid rgba(3, 68, 106, 0.5);*/
}

/*Dit is om de ruimte tussen menu en submenu hoverable te maken
#hoofdmenu > li > ul:before {
    height: 15px; Dit is afhankelijk van je website
    top: -15px; 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 30px;
	float:left;
	width:100%;
	color: var(--kleur_petrol);
	font-weight: 400;
	font-size: 18px;
    line-height: 40px;
    border: none;
}

#hoofdmenu li ul li:hover a:after{
	-webkit-transform: translate(10px);
	    -ms-transform: translate(10px);
	        transform: translate(10px);
}

#hoofdmenu li ul li a:after{
	/*content: "\f061";
	color: var(--kleur_geel);
	font-family: "Font Awesome 5 Pro";
	margin-left: 8px;
	display: inline-block;
	-webkit-transition: 0.3s -webkit-transform;
	transition: 0.3s -webkit-transform;
	-o-transition: 0.3s transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;*/
}

#hoofdmenu li ul li.current-menu-item > a,
#hoofdmenu li ul li.current-menu-ancestor > a,
#hoofdmenu li ul li.current-menu-parent > a{
	font-weight: 700;
}

#hoofdmenu li ul li:hover > a:after,
#hoofdmenu li ul li.current-menu-item > a:after,
#hoofdmenu li ul li.current-menu-ancestor > a:after,
#hoofdmenu li ul li.current-menu-parent > a:after{
	font-weight: 400;
}

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

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

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

#footer{
	padding:50px 0;
	background-color: var(--kleur_petrol);
}


/*
body.single-sector #footer .container {
	max-width: calc(var(--container-width) - 6rem) !important;
}
*/

#footer > .container {
	max-width: calc(var(--container-width) - 6rem) !important;
}



#footer img{
	margin-bottom: 50px;
}

#footer .button{
	border-color: var(--kleur_geel) !important;
    background: var(--kleur_geel) !important;
}

#footer .button:hover,
#footer .button:focus{
	border-color: var(--kleur_lichtgroen) !important;
    background: var(--kleur_lichtgroen) !important;
}

#footer ul,
#footer p{
	list-style:none;
	padding:0;
	color: #ffffff;
	font-size: 18px;
	line-height: 33px;
}

#footer p a,
#footer p a:hover,
#footer p a:focus{
	color: #fff !important;
}

#footer h4{
	color: var(--kleur_geel_licht);
	font-size: 24px;
	font-weight: 700;
	line-height: 33px;
    margin-bottom: 22px;
}

#footer div.gform_wrapper .top_label .gfield_label{
	color: #fff;
}

#footer ul li{
}

#footer ul li a{
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
	text-decoration: none !important;
}

#footer ul li a:hover,
#footer ul li a:focus{
	color: var(--kleur_geel) !important;
}

#footer ul li a:hover:after,
#footer ul li a:focus:after{
	-webkit-transform: translateX(10px);
	    -ms-transform: translateX(10px);
	        transform: translateX(10px);
}

#footer ul li a:after{
	content: "\f061";
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	font-weight: 400;
	line-height: 33px;
	margin-left: 8px;
	color: var(--kleur_wit);
    display: inline-block;
	-webkit-transition: 0.3s -webkit-transform;
	transition: 0.3s -webkit-transform;
	-o-transition: 0.3s transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
}

#footer ul li.linkedin a:before {
	content:''; 
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512" fill="%23beda9c"><!--!Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M416 32H31.9C14.3 32 0 46.5 0 64.3v383.4C0 465.5 14.3 480 31.9 480H416c17.6 0 32-14.5 32-32.3V64.3c0-17.8-14.4-32.3-32-32.3zM135.4 416H69V202.2h66.5V416zm-33.2-243c-21.3 0-38.5-17.3-38.5-38.5S80.9 96 102.2 96c21.2 0 38.5 17.3 38.5 38.5 0 21.3-17.2 38.5-38.5 38.5zm282.1 243h-66.4V312c0-24.8-.5-56.7-34.5-56.7-34.6 0-39.9 27-39.9 54.9V416h-66.4V202.2h63.7v29.2h.9c8.9-16.8 30.6-34.5 62.9-34.5 67.2 0 79.7 44.3 79.7 101.9V416z"/></svg>');
	width: 20px;
    height: 20px;
    background-repeat: no-repeat; 
    margin-right: 4px;
    color: var(--kleur_wit);
    transform: translate(0px, 2px);
    display: inline-block;
	-webkit-transition: 0.3s -webkit-transform;
	transition: 0.3s -webkit-transform;
	-o-transition: 0.3s transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
}

#footer ul li.linkedin a:after {
	 display: none;
}

#footer ul li.youtube a:before {
	content:''; 
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640" fill="%23beda9c"><!--!Font Awesome Free v7.1.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2026 Fonticons, Inc.--><path d="M581.7 188.1C575.5 164.4 556.9 145.8 533.4 139.5C490.9 128 320.1 128 320.1 128C320.1 128 149.3 128 106.7 139.5C83.2 145.8 64.7 164.4 58.4 188.1C47 231 47 320.4 47 320.4C47 320.4 47 409.8 58.4 452.7C64.7 476.3 83.2 494.2 106.7 500.5C149.3 512 320.1 512 320.1 512C320.1 512 490.9 512 533.5 500.5C557 494.2 575.5 476.3 581.8 452.7C593.2 409.8 593.2 320.4 593.2 320.4C593.2 320.4 593.2 231 581.8 188.1zM264.2 401.6L264.2 239.2L406.9 320.4L264.2 401.6z"/></svg>');
	 width: 22px;
    height: 22px;
    background-repeat: no-repeat; 
    margin-right: 4px;
    color: var(--kleur_wit);
    transform: translate(-2px, 5px);
    display: inline-block;
	-webkit-transition: 0.3s -webkit-transform;
	transition: 0.3s -webkit-transform;
	-o-transition: 0.3s transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
}

#footer ul li.youtube a:after {
	 display: none;
}


#footer input[type="text"]{
	padding: 0 15px !important;
	height: 47px;
	background-color: var(--kleur_lichtblauw);
}

#footer button{
	color: var(--kleur_geel);
	font-size: 17px;
	border: none !important;
	font-weight: 500;
	background: none !important;
	padding: 0 !important;
}

#footer button:after{
	content: "\f061";
	margin-left: 8px;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	-webkit-transition: 0.3s -webkit-transform;
	transition: 0.3s -webkit-transform;
	-o-transition: 0.3s transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
}

#footer button:hover:after{
	-webkit-transform: translateX(10px);
	    -ms-transform: translateX(10px);
	        transform: translateX(10px);	
}

#credits .container {
	max-width: calc(var(--container-width) - 6rem) !important;
}

#credits{
	padding:0 0 30px 0rem;
	background: var(--kleur_petrol) !important;
	background-color: var(--kleur_petrol) !important;
}

#credits,
#credits a{
	color:#666;
}

#credits span,
#credits ul,
#credits ul li,
#credits ul li a{
	color: #ffffff;
	font-family: 'Prompt', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 33px;
	display: inline-block;
	text-decoration: none;
}

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

#credits ul li{
	margin-left: 30px;
}

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


#breadcrumbs {
	padding: 80px 0 20px;
	color: var(--kleur_petrol);
	font-size: 16px; 
	text-transform: uppercase;
}

#breadcrumbs a{
	color: var(--kleur_petrol);
}

#breadcrumbs.bg_paars,
#breadcrumbs.bg_paars a{
	color:var(--kleur_wit) !important;
}

#breadcrumbs.bg_groen,
#breadcrumbs.bg_groen a{
	color:var(--kleur_wit) !important;
}

#breadcrumbs > span {
	display: flex;
    gap: 7px; 
	line-height: normal;
}

#breadcrumbs > span i {
	transform: translateY(2px);
}

#breadcrumbs a{
	font-weight: 300;
	text-decoration: none !important;
	color: var(--kleur_petrol);
}

 #breadcrumbs > .header,  #breadcrumbs a > .header {
	color: var(--kleur_donker_wit) !important;
}


.bg_groen #breadcrumbs, .bg_groen #breadcrumbs a {
	color: var(--kleur_wit);
}

.bg_petrol #breadcrumbs, .bg_petrol #breadcrumbs a {
	color: var(--kleur_wit);
}

.bg_mint #breadcrumbs, .bg_mint #breadcrumbs a { 
}




.social-footer{
	color: var(--kleur_geel_licht);
	font-size: 16px;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
    float: right;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
            transform-origin: right top;
    white-space: nowrap;
    text-align: right;
    width: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	margin-right: 20px;
}

.social-footer a{
	color: var(--kleur_geel_licht);	
	margin-left: 20px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
	display: inline-block;
}

.social-footer .socialmedia{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}

.social-footer .socialmedia,
.social-footer span{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    float: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.social-footer span:after{
	content: "";
	height: 1px;
	width: 22px;
	background: var(--kleur_geel_licht);
	display: inline-block;
	margin-left: 10px;
    margin-bottom: 2px;
    margin-right: -7px;
}

.vacature_solliciteer .last-no-margin{
	background-color: var(--kleur_groen);
	padding: 100px;
}

.vacature_solliciteer h2,
.vacature_solliciteer p{
	color: var(--kleur_lichtblauw);
}

.datum{
	color: var(--kleur_groen);
	font-size: 24px;
	font-weight: 500;
	line-height: 50px;
	text-transform: uppercase;
}

#gform_wrapper_21 .gform_body{
	width: calc(100% - 365px);
}

#gform_wrapper_21 .gform_footer{
	margin-left: 160px;
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    white-space: nowrap;
}

#gform_wrapper_21 form{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

#log,
#pwd{
	width:100%;
	height:70px;
	border-radius: 5px;
    padding: 5px 30px 5px !important;
	line-height: normal;
    margin-top: 0;
	border: none !important;
	margin-bottom: 5px;
	max-width: 530px;
}

.lost_password_link,
.lost_password_link:hover,
.lost_password_link:focus{
	margin-left: 55px;
	color: var(--kleur_petrol);
	font-size: 18px;
	font-style: italic;
}

.toegewezen_rol{
	padding: 0 60px;
	line-height: 84px;
	font-size: 22px;
	border: 1px solid var(--kleur_groen);
	border-radius: 42px;
	display: inline-block;
	color: var(--kleur_groen);
	margin-bottom: 33px;
}

.toegewezen_rol i{
	margin-right: 8px;
	font-size: 20px;
}

.table-striped tbody tr:nth-of-type(odd){
	background: #fff;
}

.table thead th{
	color: var(--kleur_groen);
	font-style: italic;
	font-weight: 400;
	line-height: 70px;
}

.table td, .table th{
	padding: 0 10px;
	line-height: 35px;
	border: none !important;
	color: var(--kleur_petrol);
}

#content .table td a,
#content .table td a:hover,
#content .table td a:focus{
	color: var(--kleur_petrol);
}

#content .table td a i{
	font-size: 14px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--kleur_groen);
}
::-moz-placeholder { /* Firefox 19+ */
  color: var(--kleur_groen);
}
:-ms-input-placeholder { /* IE 10+ */
  color: var(--kleur_groen);
}
:-moz-placeholder { /* Firefox 18- */
  color: var(--kleur_groen);
}
.bekijk_pagina_als:hover,
.bekijk_pagina_als{
	line-height: 85px;
	background-color: rgb(255, 255, 255);
	border-radius: 42.5px;
	color: var(--kleur_lichtgroen) !important;
	font-size: 20px;
	font-weight: 500;
	padding: 0 50px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
			text-decoration: none;
}

.bekijk_pagina_als > span:nth-child(1){
	margin-right: 0px;
}



.bekijk_als_slide:after{
	width: 35px;
	height: 35px;
	background-color: var(--kleur_lichtblauw);
	content: "";
	border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 2.5px;
}

.page-id-1950 .bekijk_als_slide:after{
	left: auto;
	right: 2.5px;
}

.bekijk_als_slide{
	width: 80px;
	height: 40px;
	border-radius: 20px;
	background-color: var(--kleur_petrol);
	margin: 0 10px;
	display: inline-block;
	position: relative;
}

.bekijk_pagina_als a:nth-child(4){
	color: var(--kleur_petrol);
}

/*
.home .bg_blauw,
.home .bg_paars{
	position: relative;
	padding-bottom: 180px;
	padding-top: 180px;
}

.home .bg_blauw{
	margin-bottom: -110px;
    padding-bottom: 290px;
}


.home .bg_blauw:after,
.home .campagneblok:after,
.home .campagneblok:before,
.home .bg_blauw:before{
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: calc((100vw - 1110px) / 2);
	background: #fff;
}


.home .campagneblok:before{
	background-color: var(--kleur_petrol);
    height: 110px;
    z-index: 15;
}

.home .bg_blauw:before{
	right: auto;
	left: 0;
	height: 110px;
	top: auto;
	bottom: 0;
	z-index: 20;
	background: var(--kleur_lichtblauw);
}

.home .bg_paars:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: calc(((100vw - 1110px) / 2) + 70px);
	background: #fff;
}

.home .bg_blauw:before{
	width: calc(((100vw - 1110px) / 2) + 70px);
}
*/
 

.home .campagneblok .last-no-margin .row{
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.home .campagne_met_afb {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.home .campagneblok{
	margin-top: -110px;
	position: relative;
    background: var(--kleur_lichtblauw);
}

.home .campagne_content{
	padding: 0;
}

.home .campagne_afbeelding{
	margin: 0;
}

.home .campagneblok .last-no-margin{
	background: none;
}

.mobiel-login{
	display: none;
}

.introtekst ul{
	list-style: none;
	padding: 0;
}

.introtekst ul li:before{
	content: "";
    background: #fff;
    width: 15px;
    height: 2px;
    left: 0;
    top: 15px;
    position: absolute;
}

.introtekst ul li{
	padding-left: 25px;
	position: relative;
}

.show_search a{
	color: var(--kleur_lichtgroen) !important;
	font-size: 17px;
}

.searchform_container{
	position: fixed;
	left: 0;
	right: 0;
	top: var(--body-padding-top);
    z-index: 150;
    background: #fff;
	display: none;
	border-top: solid 1px #e5e5e5;
	height: 100px;
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
}

.searchform_container .container{
	max-width: 1330px;
    display: block;
}


/* achtergrond kleuren */


.introtekst p,
.introtekst-met-streep p{
	color: var(--kleur_zwart);
	font-size: 22px; 
	line-height: 36px;
}

.introtekst-met-streep p:first-child:before{
	height: 2px;
	background: var(--kleur_zwart); 
	width: 50px;
	margin-right: 15px;
	content: "";
	display: inline-block;
    -webkit-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
            transform: translateY(-7px);
}
 
.jumbotron.bg_mint:before, .jumbotron.bg_lichtblauw:before, .jumbotron.bg_petrol:before, .jumbotron.bg_lichtblauw:before {
    content: '';
    width: 150vw;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    transform: translateX(-55vw);
    inset: 0;
}

.jumbotron.bg_mint::before { 
	background-color: var(--kleur_mint); 
}

.jumbotron.bg_lichtblauw::before { 
	background-color: var(--kleur_mintlicht); 
}

.jumbotron.bg_petrol::before { 
	background-color: var(--kleur_petrol); 
}

 

.bg_blauw .introtekst p,
.bg_blauw .introtekst-met-streep p{
	color: var(--kleur_zwart);
}

.bg_blauw .introtekst-met-streep p:first-child:before{
	background: var(--kleur_zwart);
}


.bg_paars .introtekst p,
.bg_paars .introtekst-met-streep p{
	color: var(--kleur_lichtblauw);
}

.bg_paars .introtekst p a, 
.bg_paars .introtekst-met-streep p a{
	color: var(--kleur_lichtblauw);	
}

.bg_paars .introtekst-met-streep p:first-child:before{
	background: var(--kleur_lichtblauw);	
}
 
.bg_wit{
	background: #fff;
}

.bg_blauw{
	background: var(--kleur_petrol);
}

.bg_paars{
	background: var(--kleur_groen);
}

/* Lichtgroen  */
.bg_lichtgroen {
	background: var(--kleur_lichtgroen);
}



/* Groen  */
.bg_groen {
	background: var(--kleur_groen);
}
.bg_groen h1, .bg_groen h2, .bg_groen h3, .bg_groen h4, .bg_groen h5, .bg_groen h6, .bg_groen p, .bg_groen li {
	color: var(--kleur_wit);
}
.bg_groen .introtekst-met-streep p:first-child:before {
	background: var(--kleur_wit);
}

.bg_groen a {
	color: var(--kleur_wit);
}

.bg_groen a:hover, .bg_groen a:focus {
	color: var(--kleur_wit) !important;
	opacity: 0.8;
}


.bg_groen .introtekst-met-streep ul li a {
    color: var(--kleur_wit);
    text-decoration: none;
}

.bg_groen .introtekst-met-streep ul li a:hover, .bg_groen .introtekst-met-streep ul li a:focus {
	opacity: 0.8;
	color: var(--kleur_wit) !important;
	opacity: 0.8;
}

.bg_groen .introtekst-met-streep ul li::marker {
    color: var(--kleur_wit); 
}



/* Gradient groend */ 

.bg_gradientgroen {
		background: var(--gradient_groen);
}

.bg_gradientgroen a {
	color: var(--kleur_wit);
}
 
.bg_gradientgroen h1, .bg_gradientgroen h2, .bg_gradientgroen h3, .bg_gradientgroen h4, .bg_gradientgroen h5, .bg_gradientgroen h6, .bg_gradientgroen p {
	color: var(--kleur_wit);
}

.bg_gradientgroen .introtekst-met-streep p:first-child:before {
	background: var(--kleur_wit);
}

.bg_gradientgroen a {
	color: var(--kleur_wit);
}

.bg_gradientgroen a:hover, .bg_gradientgroen a:focus {
	color: var(--kleur_wit) !important;
	opacity: 0.8;
}

.bg_gradientgroen .introtekst-met-streep ul li a {
    color: var(--kleur_wit);
    text-decoration: none;
}

.bg_gradientgroen .introtekst-met-streep ul li a:hover, .bg_gradientgroen .introtekst-met-streep ul li a:focus {
	opacity: 0.8;
	color: var(--kleur_wit) !important; 
}

.bg_gradientgroen .introtekst-met-streep ul li::marker {
    color: var(--kleur_wit); 
}

.bg_gradientgroen a.protocol_blok_item .titel {
	color: var(--kleur_wit);
}

.bg_gradientgroen [data-fieldtype=checkbox] ul li .alm-filter--link {
	color: var(--kleur_wit);
    border: 1px solid var(--kleur_wit);
}





/* Petrol  */
.bg_petrol {
	background: var(--kleur_petrol);
}
.bg_petrol h1, .bg_petrol h2, .bg_petrol h3, .bg_petrol h4, .bg_petrol h5, .bg_petrol h6, .bg_petrol p, .bg_petrol ul li, .bg_petrol li {
	color: var(--kleur_wit);
}
.bg_petrol .introtekst-met-streep p:first-child:before {
	background: var(--kleur_wit);
}


/* Mint  */
.bg_mint {
	background: var(--kleur_mint);
}


/* Mint lichtblauw */
.bg_lichtblauw { 
	background: var(--kleur_mintlicht);
}
.bg_lichtblauw p {
/*	color: var(--kleur_petrol);*/
}
.bg_lichtblauw .introtekst-met-streep p:first-child:before {
	background: var(--kleur_petrol);
}



.bg_roze{
	background: #e5eecf;
}
.bg_roze svg * {
    fill: #2d9587;
}
.bg_donkerblauw{
	background: var(--kleur_blauw_knop);	
}

/*
.bg_wit,
.bg_blauw,
.bg_donkerblauw,
.bg_paars,
.bg_roze{
	padding-bottom: 90px;
}
*/

.bg_donkerblauw + .bg_donkerblauw,
.bg_roze + .bg_roze,
.bg_blauw + .bg_blauw,
.bg_paars + .bg_paars,
.bg_wit + .bg_wit{
	padding-top: 0 !important;
}



@media (max-width:767px)
{	
	
	:root { 
	--jumbotron-standard-margin:3rem; 
	}
	
    #hoofdmenu li.menu-item-has-children ul,
    #hoofdmenu li.menu-item-has-children:hover ul {
        display: none;
        position: static; 
    }

	.introtekst ul li:before{
		content: "";
		background: #fff;
		width: 15px;
		height: 2px;
		left: 0;
		top: 13px;
		position: absolute;
	}
	
	#mobiel_social{
		padding: 0 25px;
		width: 100%;
		margin-bottom: 70px;
		margin-top: 30px;
	}
	
	#mobiel_social a{
		font-size: 16px;
		color: #fff;
		margin-right: 20px;
	}
	
	.mobiel-login,
	.mobiel-login:hover,
	.mobiel-login:focus{
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		border: 1px solid var(--kleur_petrol);
		border-radius: 50%;
		width: 38px;
		height: 38px;
		color: var(--kleur_petrol);
		font-size: 14px;
    	margin-left: 10px;
		margin-right: 10px;
		text-decoration: none !important;
	}
	
	.searchform_container{
		top: 69px;
		height: 88px;
	}
	
	form.search-form input{
		font-size: 20px;
	}
	
	.search-form label i{
		font-size: 16px;
    	margin-right: 5px;
	}
	
	.search-form > div{
    	max-width: calc(100% - 170px);		
	}
	
	form.search-form{
		height: 88px;
	}
	
	.show_search.d-block{
		margin-left: auto;
		margin-right: 1rem;
	}
	
	.show_search.d-block a{
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		text-decoration: none !important;
		    -ms-flex-align: center;
		        align-items: center;
		border: 1px solid var(--kleur_petrol);
		border-radius: 50%;
		width: 38px;
		height: 38px;
		color: #dbb5d6;
		font-size: 14px;
	}
	
	.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;
		-webkit-box-shadow: none !important;
		        box-shadow: none !important;
    }

    .navbar-toggler-icon {
		width: 38px;
		height: 38px;
		outline: none !important; 
		
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Laag_2' x='0px' y='0px' viewBox='0 0 38 38' style='enable-background:new 0 0 38 38;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23009687;%7D .st1%7Bfill:%23DFF4F1;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M0,19C0,8.5,8.5,0,19,0s19,8.5,19,19s-8.5,19-19,19S0,29.5,0,19z'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st1' d='M11,26c-0.6,0-1-0.4-1-1s0.4-1,1-1h16c0.6,0,1,0.4,1,1s-0.4,1-1,1H11z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st1' d='M11,21c-0.6,0-1-0.4-1-1s0.4-1,1-1h16c0.6,0,1,0.4,1,1s-0.4,1-1,1H11z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath class='st1' d='M11,15.7c-0.6,0-1-0.4-1-1s0.4-1,1-1h16c0.6,0,1,0.4,1,1s-0.4,1-1,1H11z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
		
    }

	.navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand{
		max-width:100%;
	}
    
/*
    .jumbotron > .container,
    .jumbotron > .container-fluid{
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        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:5px 0 0 0;
		border:1px solid #888;
	}
	
	.table-responsive::-webkit-scrollbar{
		-webkit-appearance:none;
		width:14px;
		height:14px;
	}
	
	.table-responsive::-webkit-scrollbar-thumb{
		border-radius:8px;
		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:36px;
	}

    #hoofdmenu li > ul {
        position: static;
        width: 100%;
        float: left; 
    }
    
/*
    .col-sm-12:nth-child(n+2){
        margin-top: 30px;
    }
    
    #footer .col-sm-12:nth-child(n+2){
        margin-top: 30px;
    }
*/
	
	#credits{
		padding:0 0 30px 0rem; 
	}
	
	.social-footer,
	.social-footer a{
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	
	.social-footer{
		float: left;
		text-align: left;
		margin: 0;
	}
	
	.jumbotron.bg_paars .button + .button {
		margin-left: 0px;
		margin-top: 15px;
	}
	
	.jumbotron h1{
		font-size: 30px;
		line-height: 1.2;
	}
	
	.jumbotron h2{
		font-size: 26px;
		line-height: normal;
	}
	
	.jumbotron.jumbo-padding {
		margin: 0; 
		padding-top: var(--jumbotron-standard-margin);
		padding-bottom: var(--jumbotron-standard-margin);
	}
	
	.datum{
		font-size: 18px;
		line-height: normal;
	}
	
	#gform_wrapper_21 .gform_body {
		width: 100%;
	}
	
	#gform_wrapper_21 .gform_footer{
		margin-left: 0;
		margin-top: 16px;
	} 
	
	.vacature_solliciteer .last-no-margin{
		padding: 20px;
		margin-right: -30px;
	}
	
	.toegewezen_rol {
		padding: 10px 25px;
		line-height: normal;
		font-size: 18px;
		border: 1px solid var(--kleur_groen);
		border-radius: 42px;
	}
	
	.table thead th{
		line-height: normal;
	}
	
	.table td, .table th{
		line-height: normal;
		padding: 5px 10px;
	}
	
	.toegewezen_rol i{
		display: none;
	}
	
	.jumbotron p, .jumbotron ul, .jumbotron ol, .jumbotron table{
		font-size: 15px;
		line-height: 30px;
	}
	
	.introtekst p, .introtekst-met-streep p{
		font-size: 16px;
		line-height: 30px;
	}
	
	#breadcrumbs{
    	padding: 20px 0 20px;
		font-size: 12px;
		line-height: normal;
	}
	
	#footer ul, #footer p{
		font-size: 15px;
		line-height: 30px;
	}
	
	#credits ul li {
		margin-left: 0;
		margin-right: 30px;
	}
	
	#credits span, #credits ul, #credits ul li, #credits ul li a{
		font-size: 15px;
		line-height: 30px;
	}
	
	#footer h4{
		font-size: 18px;
		line-height: 33px;
    	margin-bottom: 0;
	}
	
	.bekijk_pagina_als_titel{
		font-size: 15px;
		line-height: 30px;
		color: #f2d6ec;
	}
	
	.navbar-expand-md > .container{
		padding: 0 20px;
	}
	
	.bekijk_pagina_als{
		margin-top: 5px;
		line-height: 50px;
		padding: 0 20px;
		width: 100%;
    	-webkit-box-pack: center;
    	    -ms-flex-pack: center;
    	        justify-content: center;		
	}
	
	.bekijk_pagina_als a{
		font-size: 16px;
	}
	
	#logoholder{
		margin: 12px 0;
		position: relative;
		z-index: 1500;
	}
	
	#logoholder img{
		max-width: 155px;
	}
	 
	
	body{
		padding-top: 69px;
	}
	
	.home .bg_blauw, .home .bg_paars {
		padding-bottom: 60px;
		padding-top: 60px;
	}
	
	.home .campagne_met_afb {
		padding-top: 60px !important;
		padding-bottom: 60px !important;
	}
	
	.home .bg_blauw{
		margin-bottom: 0;
	}
	
	.home .campagne_afbeelding{
		display: none;
	}
	
	.home .campagneblok {
		margin-top: 0;
	}
	
	.home .bg_paars {
		padding-bottom: 60px;
	}
	
	.home .bg_paars .last-no-margin{
		padding-left: 20px;
	}
	
	.home .bg_paars:after {
    	width: 20px;
	}
	
	.home .bg_blauw:before {
		width: 20px;
    	bottom: -80px;
	}
	
	.introtekst-met-streep p:first-child:before{
		-webkit-transform: translateY(-5px);
		-ms-transform: translateY(-5px);
		transform: translateY(-5px);		
	}
    
    #hoofdmenu > li > ul{
        border-top: none;
    }
}

@media (min-width: 576px) and (max-width:767px)
{	
	
}

@media (min-width:768px) and (max-width:991px)
{    
  
	.vacature_solliciteer .last-no-margin{
		padding: 30px;
	}
	
	#gform_wrapper_21 .gform_footer {
		margin-left: 60px;
	}
	
	#gform_wrapper_21 .gform_body {
		width: calc(100% - 265px);
	}
	
	.navbar-expand-lg .submenu-back-button{
		display: block;
	}
	
	.jumbotron.bg_paars .button + .button {
		margin-left: 0px;
		margin-top: 15px;
	}
	
	.social-footer,
	.social-footer a{
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
	}
	
	.social-footer{
		float: left;
		text-align: left;
		margin: 0;
	}
	
	#hoofdmenu li {
		margin: 0 0 0 20px;
	}
	
	#hoofdmenu li a{
		font-size: 14px;
	}
	
	#logoholder img{
		max-width: 170px;
	}
	
	.jumbotron h1{
		font-size: 44px;
		line-height: 1.4;
	}
	
	.home .bg_blauw, .home .bg_paars {
		padding-bottom: 90px;
		padding-top: 90px;
	}
	
	.home .campagne_met_afb {
		padding-top: 90px !important;
		padding-bottom: 90px !important;
	}
	
	.home .bg_blauw{
		margin-bottom: 0;
	}
	
	.home .campagne_afbeelding{
		display: none;
	}
	
	.home .campagneblok {
		margin-top: 0;
	}
	
	 .campagne_content a {
		color: var(--kleur_wit) !important;
	}
	
	.campagne_content.last-no-margin p a {
		color:  var(--kleur_wit) !important;
	}
	
	.home .bg_paars {
		padding-bottom: 90px;
	}
	
	.home .bg_paars .last-no-margin{
		padding-left: 80px;
	}
	
	.home .bg_paars:after {
    	width: calc(((100vw - 660px) / 2));
	}
	
	.home .bg_blauw:before {
		width: calc(((100vw - 660px) / 2));
    	bottom: -80px;
	}
	
	#logoholder img{
		max-width: 135px;
	}
	
	#hoofdmenu li.mmy-custom-login-logout-link {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.navbar-expand-xl .submenu-back-button{
		display: block;
	}
	
	.home .bg_blauw, .home .bg_paars {
		padding-bottom: 180px;
		padding-top: 90px;
	}
	
	.home .bg_paars {
		padding-bottom: 90px;
	}
	
	.home .bg_paars:after,
	.home .bg_blauw:before{
		width: calc(((100vw - 930px) / 2) + 70px);
	}
	
	#logoholder img{
		max-width: 135px;
	}
	
	#hoofdmenu li {
		margin: 0 0 0 20px;
	}
}

@media (max-width:1200px)
{
    #logoholder svg {
		max-width: 10.6rem;
		height: auto;
		width: 100%;
	}
}

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

img.alignleft,
picture.alignleft img{
  margin-right: 30px; }

img.alignright,
picture.alignright img{
  margin-left: 30px; }

.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; }
p a{
	font-weight: 500;
}
.bg_blauw a:not(a.button){
	color: var(--kleur_petrol) !important;
}

a.button:not(.button-outline){
	color: #fff !important;
}
.opdrachtgevers_en_ketenpartners  a.button-outline{
	color: #fff !important;
}
.nieuwsbrief_aanmelden input[type=text]{
	width: 100%;
	border-radius: 5px;
	padding: 10px 20px !important;
	line-height: normal;
	margin-top: 0;
	border: none !important;
}
.alm-masonry{
	opacity: 1 !important;
}
.nieuwsbrief_aanmelden label{
	margin: 0;
}
.nieuwsbrief_aanmelden .veldblok{
	margin-bottom: 15px;
}
.nieuwsbrief_aanmelden .button{
	border: 1px solid var(--kleur_lichtblauw);
    background: none !important;
	margin-top: 15px;
}

.nieuwsbrief_aanmelden .button::after{
	content: "\f061";
	margin-left: 8px;
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	-webkit-transition: 0.3s -webkit-transform;
	transition: 0.3s -webkit-transform;
	-o-transition: 0.3s transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
	margin-top: 3px;
}

.nieuwsbrief_aanmelden .button:hover::after{
	transform: translateX(10px);
}


/* slide out */
.slideout-info-inner .gform_wrapper input, .slideout-info-inner .gform_wrapper textarea {
	border: 1px solid #DEDEDE !important;
	border-radius: 10px;
	color: #333;
	
}

.slideout-info-inner {
    padding: 3rem 3rem 3rem 3rem;
}

.slideout-header {
	background-color: var(--kleur_mintlicht);
	padding: 2rem 3rem;
}

.slideout-info-top {
	padding: 3rem 5rem 3rem;
	background-color: var(--kleur_mintlicht);
}

.slideout-info-title {
	color: var(--kleur_petrol);
	font-family: var(--heading-font);
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.inner_content_row {
	scroll-behavior: smooth;
	width: calc(var(--container-width) - 2rem) !important;
    margin: 0 auto; 
}

.close-slideout-info { 
    display: block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 1;  
}

.close-slideout-info::before { 
	 content: "\f00d"; 
    font-family: "Font Awesome 5 Pro"; 
	display: block;
	width: 2rem;
    height: 2rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; 
	color: var(--kleur_petrol);
	font-size: 1.6rem;
    text-align: center;
}

.close-slideout-info i {
   display: none;
}

.sticky_content {
	top: 165px;
	width: 100%;
	position: sticky; 
	padding: 2rem 2rem 2rem 2rem;
	font-size: 1.8rem;
	line-height: 3.2rem; 
	max-width: 315px; 
	box-shadow: 5px 5px 15px 0 rgba(0, 0, 0, 0.06);
	z-index: 1;
	background-color: #fff;
	margin-bottom: var(--jumbotron-standard-margin);
}

.ontent_container_naast_sticky {
    padding-left: 6rem;
}

.sticky_content .inhoudsopgave { 
/*	height: 26vh;*/
	overflow: auto;
}

.sticky_content .inhoudsopgave ul {
	padding: 0 1.2rem 0rem 1.4rem;
    margin: 0 !important;
    border-left: 1px solid #D4E4E0; 
}
 
.sticky_content_container {
    display: flex !important;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
	padding: var(--jumbotron-standard-margin) 0 0 2rem;
}  

.sticky_content p {
	font-family: var(--heading-font);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.sticky_content ul li  {
	list-style-type: none;
}

.sticky_content ul li {
	color: var(--kleur_petrol);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 0.6rem;
}

.sticky_content ul li.active {
	font-weight: 700;
}

.sticky_content ul li.active::before { 
    display: inline-block;
    content: "\f04b";
    font-size: 1rem;
    line-height: 2rem;
    transform: translateX(-2.2rem);
	border-radius: 50%;
    background-color: #fff;
    position: absolute;
    padding: 0.5rem;
    font-family: "Font Awesome 5 Pro";
}

.sticky_content ul li a {
	text-decoration: none;
} 

.alm-filter--title h3 {
	color: #000;
	font-family: var(--body-font);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 1rem;
}

.bg_petrol .alm-filter--title h3 {
	color: #fff;
}

.bg_petrol [data-fieldtype=checkbox] ul li .alm-filter--link {
	color: #fff;
	border-color: #fff;
}

.alm-filter--inner {
	margin-bottom: 3rem;
}

[data-fieldtype=checkbox] ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
}

[data-fieldtype=checkbox] ul li .alm-filter--link {
    background: transparent;
    color: var(--kleur_groen);  
	padding: 2rem 6rem;
    border-radius: 3rem;
    cursor: pointer;
    transition: .3s all; 
	border: 1px solid var(--kleur_groen);
	font-family: var(--heading-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

[data-fieldtype=checkbox] ul li .alm-filter--link.active {
    background: var(--kleur_groen);
    color: #fff;
}

button.alm-load-more-btn.button.button-outline {
    border: 1px solid var(--kleur_groen);
    color: var(--kleur_groen) !important;
     
}

button.alm-load-more-btn.button.button-outline:hover {
	 color: var(--kleur_groen) !important;
	border: 1px solid var(--kleur_groen)  !important;
}

button.alm-load-more-btn:disabled {
	opacity: 0;
	display: none;
}

/* */
.berichten .alm-layouts .alm-listing {  
	margin-right: -15px !important;
    margin-left: -15px !important;
}


.alm-filter--inner ul{
	list-style: none;
    padding: 0;
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
}

@media (min-width:1200px) and (max-width:1399px)
{ 
	.sticky_content .inhoudsopgave { 
		height: 40vh;
		overflow: auto;
	} 
	
	.inner_content_row {
		scroll-behavior: smooth;
		width: calc(var(--container-width) - 2rem) !important;
		margin: 0 auto; 
	}
	
	.ontent_container_naast_sticky {
		padding-left: 0rem;
		padding-right: 12rem;
	}
	
	.sticky_content_container { 
		padding: 3rem 0 0 1rem;
	}
	
}
	
@media (max-width:1199px)
{
	.sticky_content_container {
		display: none !important;
	} 
	.inner_content_row {
		scroll-behavior: smooth;
		width: unset !important;
		margin: 0 auto;
	} 
	
	.ontent_container_naast_sticky {
		padding-left: 0rem;
		padding-right: 0rem;
	}
	
	[data-fieldtype=checkbox] ul li .alm-filter--link {  
		padding: 1.0rem 1.5rem; 
	} 
}

@media (min-width:992px) and (max-width:1199px)
{

/*
	[data-fieldtype=checkbox] ul li .alm-filter--link { 
		padding: 0.7rem 1.2rem; 
		font-size: 14px; 
	} 
*/

	#hoofdmenu li a {
		white-space: nowrap;
		padding: 0;
		background: none;
		color: var(--kleur_petrol);
		font-size: 14px; 
	}
 
}

@media (min-width:768px) and (max-width:992px)
{
 
	:root{
		--body-padding-top: 109px;
	} 
	
	.navbar-expand-md > .container {
		display: flex;
    	flex-direction: column; 
	}
	
	#hoofdmenu li a {
		line-height: 50px;
	}
}

@media (max-width:768px){ 

	#breadcrumbs > span {
		display: inline-flex;
		gap: 0px;
		align-items: flex-start;
		flex-direction: column;
	}
	
	#breadcrumbs >  span >  i {
		display: none;
	}
	
	#hoofdmenu li.show_search {
		padding-left: 0rem;
	}
	
	#hoofdmenu li.show_search:before {
		display: none;
	}
	
	div.gform_wrapper .top_label .gf_animate_label .gfield_label {
		top: 23px !important;
	}
	
		div.gform_wrapper .hidden_label input.large, div.gform_wrapper .hidden_label select.large, div.gform_wrapper .top_label input.large, div.gform_wrapper .top_label select.large, div.gform_wrapper textarea, div.gform_wrapper .gfield_list_cell select, div.gform_wrapper .top_label .gfield_list, div.gform_wrapper .gfield_list td.gfield_list_cell input { 
		height: auto !important;
	}
	
	div.gform_wrapper {
		margin-bottom: 3rem !important;
	}
	
	.alm-filter--inner ul {
		list-style: none;
		padding: 0;
		display: flex;
		gap: .5rem;
		overflow: auto;
		flex-wrap: nowrap;
		white-space: nowrap;
	}
	
}

@media (max-width: 425px) {
    div.gform_wrapper .top_label .gf_animate_label .gfield_label {
        top: 28px !important;
    }
}