:root{
	/*
	Definieer hier eventuele variabelen
	
	Voorbeeld aanmaken variabele:	
	--rood: #f00;
	
	Voorbeeld gebruik variabele:
	color: var(--rood);
	*/
	
	--jumbotron-standard-margin: 10rem; /*margin between jumbotron elements*/
	--default-margin-bottom: 3.4rem; /*p, ol, ul, etc*/
	--footer-margin-top: 8rem;
	--bs-gutter-x: 3rem;
}

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

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

.oranje{
	color: #e27240;
}

html,
body{
	overflow-x: hidden;
}

html{
	font-size: 62.5%;
}

body{
	color: #012c40;
	font-family: cairo, sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.4rem;
	position: relative;
}

body:after{
	content: '';
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/bg.png) center center repeat;
	pointer-events: none;
}

#hoofdmenu li.mailtolink a,
#hoofdmenu li.mailtolink:hover a,
#hoofdmenu li.mailtolink:focus a,
.home #hoofdmenu.met_bg li.mailtolink a{
	width: 4.6rem;
    height: 4.6rem;
    background-color: #e27240 !important;
    border-radius: 50%;
    color: #eceae3 !important;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 150;
    text-decoration: none;
    font-size: 2rem;
}

.introblok :is(p, ul, ol){
	font-size: 2rem;
	line-height: 3.2rem;
}

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

.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: 10rem calc((100% / 12) * 2);
}

.afbeelding_boven_gekaderd{
	padding: 10rem calc((100% / 12) * 1);	
}

.met_gekaderd_blok + .met_gekaderd_blok .gekaderd_blok{
	padding-top: 0;
}

article > .jumbotron .gform_wrapper:last-child form,
.gekaderd_blok > *:last-child,
.content_1_koloms .introblok > *:last-child{
	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;
}

.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{
	padding-bottom: 0 !important;
}

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

article > .jumbotron:first-child {
    padding-top: calc(198px + 2rem);
    margin-top: -198px;
    float: left;
}

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;
    padding: 0 0;
}

.jumbotron h1{
	font-family: ff-good-headline-web-pro, sans-serif;
	font-size: 9.2rem;
	font-weight: 700;
	line-height: 9.2rem;
	text-transform: uppercase;
	margin-top: -13px;
}

.jumbotron h2{
	font-family: ff-good-headline-web-pro, sans-serif;
	font-size: 5.2rem;
	font-weight: 700;
	line-height: 5.6rem;
	text-transform: uppercase;
}

.jumbotron h2.groot{
	font-size: 8rem;
	line-height: 8rem;
}

.jumbotron h3{
	font-family: ff-good-headline-web-pro, sans-serif;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 2.8rem;
	text-transform: uppercase;
}

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

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

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

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

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

ul.diensten_lijst li:after{
    top: 50%;
    transform: translateY(-50%);
	content: "";
	position: absolute;
	right: 2.5rem;
	width: 58px;
	height: 28px;
	display: block;
	transition: 0.3s transform;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADoAAAAdCAMAAADMzI+UAAAAAXNSR0IB2cksfwAAADZQTFRFAAAA5HBA43RA33BA4nJA4nNA4nJA43JB43JA4nI/4nJA4XI/4nJA4nI/43FA33BA4nJA4nJAWpbwPQAAABJ0Uk5TADBAIO+g/0q84cC1w/mQEPBg2baRJQAAAEpJREFUeJztzzkOgDAQQ1EPTBz2hPtfFlGmSywhmvm1X2GgP5sGxk2zu6k2MWzYr2yWWl5LrZUbdqnj5KV9NWcKGfIfWaoqgbuVD+CCBx/P8XUJAAAAAElFTkSuQmCC');
}

ul.diensten_lijst li:hover:after{
    transform: translateY(-50%) translateX(1.5rem);
}

ul.diensten_lijst li{
	position: relative;
	color: #014363;
	font-family: ff-good-headline-web-pro, sans-serif;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 8.5rem;
	text-transform: uppercase;
}

ul.diensten_lijst li + li{
	border-top: 0.1rem solid #94a5ad;
}

ul.diensten_lijst li a{
	padding: 0 2.5rem 0 4.5rem;
	color: #014363 !important;
	text-decoration: none !important;
	display: block;
}

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

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

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

.alm-masonry {
  opacity: 1 !important;
  transition: none !important;
}

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

.hide_tekst {
    display: none;
}

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

p:empty{
	display:none;
}

em{
	font-style:italic !important;
}

strong{
	font-weight:700 !important;
}

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

hr{
	border-top:solid 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;
	color:#012c40;
	background-color:transparent;
	border: solid 2px #e27240;
	padding:1.5rem 6.5rem 1.5rem 2rem !important;
	line-height:normal !important;
    cursor: pointer;
	display: inline-flex;
	border-radius: 5rem;
	align-items: center;
	transition: 0.3s color, 0.3s background-color, 0.3s border-color;
	font-size: 1.8rem;
	font-weight: 600;
	position: relative;
}

.stijl_achtergrondkleur_e27240 .button{
	border-color: #fff;
	color: #fff;
}

.stijl_achtergrondkleur_e27240 .button:after{
	color: #fff;
}

.stijl_achtergrondkleur_012c40 .button{
	color: #eceae3;
}

.button:after{
	content: "\f178";
	color: #e27240;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
    position: absolute;
    font-size: 3rem;
    right: 2rem;
	transition: 0.3s transform;
}

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

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

.button_alt,
.button_alt:hover,
.button_alt:focus{
	background-color:#3db532;
	border: solid 2px #3db532;
}

.button_outline,
.button_outline:hover,
.button_outline:focus{
	background-color: transparent;
	border: solid 2px #3251b5;
	color: #3251b5;
}

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

.link_met_pijl_voor,
.link_met_pijl_na{	
	transition: 0.3s color, 0.3s background-color, 0.3s border-color;
	text-decoration: none !important;
	font-size: 1.8rem;
	font-weight: 600;
    display: inline-flex;
}

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

.link_met_pijl_voor:before{
	content: "\f178";
	font-family: 'Font Awesome 5 Pro';
	margin-right: 1rem;
    font-size: 3rem;
    right: 2rem;
    transition: 0.3s transform;
	font-weight: 300;
}

.link_met_pijl_na:after{
	content: "\f178";
	font-family: 'Font Awesome 5 Pro';
	margin-left: 1rem;
    font-size: 3rem;
    right: 2rem;
    transition: 0.3s transform;
	font-weight: 300;
}

.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: 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 5 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{
	min-height:0;
	background:none;
	border:none;
	margin:0;
    padding: 0;
	width:100%;
	float:left;
	flex-wrap: wrap;
}

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

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

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

#logoholder{
	float:left;
	position: relative;
	z-index: 15;
}

#logoholder svg{
	width: 100px;
	height: 118px;
	margin: 4rem 0;
}

#logoholder #letter-b,
#logoholder #letter-a,
#logoholder #letter-l{
	fill:#eceae3 !important;
}

.logo_licht #logoholder #cirkel{
	fill: #eceae3 !important;
}

.logo_licht #logoholder #letter-b,
.logo_licht #logoholder #letter-a,
.logo_licht #logoholder #letter-l{
	fill:#012c40 !important;
}

#navbar-hoofdmenu .overlay-scale{
	margin-left: auto;
}

.home #hoofdmenu{
	background: none;
}

.home #hoofdmenu > li > a{
	color: #eceae3 !important;
}

#hoofdmenu,
.home #hoofdmenu.met_bg{
	margin:0;
	background: #fff;
    position: fixed;
    top: 0;
    line-height: 9rem;
    z-index: 150;
    justify-content: space-between;
    right: 0;
    padding-right: calc((100% - 1130px) / 2);
    padding-left: 4rem;
    width: calc(100% - ((100% - 1190px) / 2) - (1190px / 12 * 7) - 1.1rem);
	border-bottom-left-radius: 5rem;
	transition: 0.3s background;
}

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

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

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

#hoofdmenu li a,
.home #hoofdmenu.met_bg > li > a{
	padding:0;
	white-space: nowrap;
	background:none;
	text-transform: uppercase;
	transition: 0.3s color, 0.3s opacity;
	text-decoration: none !important;
	color: #014363 !important;
	font-family: ff-good-headline-web-pro, sans-serif;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 3.2rem;
}

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

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

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

/*Submenu*/
#hoofdmenu > li > ul{
	background: #fff;
	display:none;
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	top:calc(100% - 2rem);
	left:-2.5rem;
	border: none;
	box-shadow: 0 0.4rem 1rem rgb(0 0 0 / 10%);
}

/*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 2.5rem;
    float: left;
    width: 100%;
	min-width: 165px;
    line-height: 4rem;
	transition: 0.3s background;
}

#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{
	background: #d9d8d6;
}

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

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

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

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

#footer{
	margin-top: var(--footer-margin-top);
	padding:6rem 0 0.5rem;
	background:#fff;
    float: left;
    position: relative;
    z-index: 15;
}

#footer .container > .row{
	border-bottom: 0.1rem solid #94a5ad;
	padding-bottom: 5rem;
}

#footer ul,
#footer p{
	list-style:none;
	padding:0;
	
	color: #e27240;
	font-family: cairo, sans-serif;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2.4rem;
}

#footer .row > .col-xl-6 > *:last-child{
	margin-bottom: 0;
}

#footer ul li{
}

#footer a{
	color: #e27240;
	text-decoration: none;
}

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

#social-bottom a:hover{
	background: #e27240;
}

#social-bottom a{
	width: 3.6rem;
	height: 3.6rem;
	background-color: #014363;
	border-radius: 50%;
	margin-right: 1rem;
	text-decoration: none !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #eceae3;
	transition: 0.3s background;
}

#credits{
	padding:2rem 0;
	background:#fff;
    position: relative;
    z-index: 15;
}

#credits,
#credits a{
	text-decoration:none;
	color: #94a5ad;
	font-family: cairo, sans-serif;
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 3.2rem;
}

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

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

#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{
	margin-top: 0 !important;
}

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

.content_positie_links > .container{
	transform: translateX(calc((-1320px + 100%) / 2));
}

.content_positie_rechts > .container{
	transform: translateX(calc((1320px - 100%) / 2));
}

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

.jumbotron.jumbo-padding.empty_row {
    margin-top: calc(var(--jumbotron-standard-margin) / 2);
}

.container{
	max-width: 1190px;
}

.container :is(p, ol, ul, h2, h3, img, form){
	position: relative;
	z-index: 5;
}

.single-project h1{
	color: #e27240 !important;
	font-size: 5.2rem;
	line-height: 5.6rem;
}

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

.content_links_afbeelding_rechts.afbeelding_onder_buiten_kader:first-child + .content_rechts_afbeelding_links.stijl_achtergrondkleur_ffffff{
	margin-top: calc(var(--jumbotron-standard-margin) + var(--jumbotron-standard-margin)) !important;
}

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

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

@media (max-width:767px)
{	
	:root{

		--jumbotron-standard-margin: 5rem; /*margin between jumbotron elements*/
		--footer-margin-top: 4rem;
	}

	.jumbotron.stijl_achtergrondkleur:first-child + .jumbotron.stijl_achtergrondkleur:not(.fotoslider){
		margin-top: var(--jumbotron-standard-margin) !important;
	}
	
	#hoofdmenu{
		border-radius: 0 !important;
	}
	
	#logoholder svg {
		width: 75px;
		height: 90px;
		margin: 3rem 0;
	}
	
	#footer,
	#credits{
		text-align: center;
	}
	
	#footer .col-sm-12 + .col-sm-12{
		margin-top: 3.2rem
	}
	
    #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;
		width: auto;
		height: auto;
    }
	
	.mailtolink{
		display: none !important;
	}
	
	.logo_licht .navbar-toggler-icon:before{
		color: #eceae3;
	}

	.navbar-toggler-icon:before{
		content: "\f0c9";
		font-family: 'Font Awesome 5 Pro';
		font-weight: 400;
		font-size: 3rem;
		color: #012c40;
	}

	.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; 
    }
	
	.gekaderd_blok {
		padding: 3rem 3rem var(--jumbotron-standard-margin);
	}
	
	.jumbotron.jumbo-padding {
		margin-top: calc(var(--jumbotron-standard-margin));
	}
	
	.stijl_achtergrondkleur {
		padding-top: calc(var(--jumbotron-standard-margin));
		padding-bottom: calc(var(--jumbotron-standard-margin));
	}
	
	#content article > .stijl_achtergrondkleur:last-child {
		margin-bottom: calc((var(--footer-margin-top) - var(--footer-margin-top) - var(--footer-margin-top)));
	}
	
	.content_positie_links > .container{
		transform: none;
	}

	.content_positie_rechts > .container{
		transform: none;
	}
	
	.jumbotron h1{
		font-size: 4.2rem;
		line-height: 4.7rem;
	}

	.single-project h1{
		font-size: 4.2rem;
		line-height: 4.7rem;
	}
	
	.jumbotron h2 ,
	.jumbotron h2.groot{
		font-size: 3.8rem;
		line-height: 4rem;
	}
}

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

@media (min-width:768px) and (max-width:991px)
{	
	:root{

		--jumbotron-standard-margin: 5rem; /*margin between jumbotron elements*/
		--footer-margin-top: 4rem;
	}
	
	.jumbotron h1{
		font-size: 7.2rem;
		line-height: 7.2rem;
	}

	.single-project h1{
		font-size: 5.2rem;
		line-height: 5.6rem;
	}
	
	.jumbotron h2 ,
	.jumbotron h2.groot{
		font-size: 4.2rem;
		line-height: 4.6rem;
	}
	
	.navbar-expand-md .submenu-back-button{
		display: block;
	}
	
	.content_positie_links > .container{
		transform: translateX(calc((-720px + 100%) / 2));
	}

	.content_positie_rechts > .container{
		transform: translateX(calc((720px - 100%) / 2));
	}
	
	#hoofdmenu,
	.home #hoofdmenu.met_bg{		
		padding-left: 3rem;
		width: calc(100% - ((100% - 1190px) / 2) - (1190px / 12 * 4.5) - 1.5rem);
	}
	
	#hoofdmenu li:last-of-type {
		margin-right: 3rem;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.navbar-expand-lg .submenu-back-button{
		display: block;
	}
	
	.content_positie_links > .container{
		transform: translateX(calc((-960px + 100%) / 2));
	}

	.content_positie_rechts > .container{
		transform: translateX(calc((960px - 100%) / 2));
	}
	
	#hoofdmenu li:last-of-type {
		margin-right: 3rem;
	}
	
	#hoofdmenu,
	.home #hoofdmenu.met_bg{		
		padding-left: 3rem;
		width: calc(100% - ((100% - 1190px) / 2) - (1190px / 12 * 6) - 1.5rem);
	}
	
	.content_breedte_medium > .container{
		max-width: 768px;
	}

	.content_breedte_smal > .container{
		max-width: 682px;
	}
}

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

	.content_breedte_smal > .container{
		max-width: 682px;
	}
	
	.content_positie_links > .container{
		transform: translateX(calc((-1140px + 100%) / 2));
	}

	.content_positie_rechts > .container{
		transform: translateX(calc((1140px - 100%) / 2));
	}
	#hoofdmenu,
	.home #hoofdmenu.met_bg{
		padding-left: 3rem;
	}
	
	#hoofdmenu li:last-of-type {
		margin-right: 0;
	}
}

@media (min-width:1200px)
{
	.content_breedte_medium > .container{
		max-width: 768px;
	}

	.content_breedte_smal > .container{
		max-width: 682px;
	}
}

@media (min-width:1400px)
{
}

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