:root{
	/*
	Definieer hier eventuele variabelen
	
	Voorbeeld aanmaken variabele:	
	--rood: #f00;
	
	Voorbeeld gebruik variabele:
	color: var(--rood);
	*/
	
	--jumbotron-standard-margin: 12rem; /*margin between jumbotron elements*/
	--default-margin-bottom: 3.4rem; /*p, ol, ul, etc*/
	--footer-margin-top: 9rem;
	--bs-gutter-x: 3rem;
	
	--container-width: 1320px;
	--column-width: calc((var(--container-width) / 12) - (var(--bs-gutter-x) / 12));
    --data-xxl-c: 12;
    --data-xxl-o: 0;
    --data-xl-c: 12;
    --data-xl-o: 0;
    --data-lg-c: 12;
    --data-lg-o: 0;
    --data-md-c: 12;
    --data-md-o: 0;
	
	--step--2: 1.2rem;
	--step--1: 1.5rem;
	--step-0: 1.9rem;
	--step-1: 2.5rem;
	--step-2: 3.4rem;
	--step-3: 4.5rem;
	--step-4: 6rem;
}

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

html,
body{
}

html{
	font-size: 62.5%;
}

body{
	font:400 var(--step-0)/3.4rem proxima-nova, sans-serif;
	color:#0b0429;
	padding-top: 12.8rem;
	scroll-padding-top: 12.8rem;
}

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

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

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

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

.gekaderd_blok{
	padding: 6rem 3rem;
}

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

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

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

.content_gekaderd .content_gekaderd_inner{
	padding-left: var(--column-width);
	padding-right: var(--column-width);
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.links_uitbreiden .content_gekaderd_inner{
    padding-left: 0;
}

.rechts_uitbreiden .content_gekaderd_inner{
    padding-right: 0;
}

.hoek_rechtsonder,
.hoek_rechtsonder.content_gekaderd .content_gekaderd_inner{
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10rem), calc(100% - 9rem) 100%, 0% 100%);
}

.hoek_linksboven,
.hoek_linksboven.content_gekaderd .content_gekaderd_inner{
	clip-path: polygon(0 10rem, 9rem 0, 100% 0, 100% 100%, 0 100%);
}

.hoek_beide:not(.horizontale_scroll),
.hoek_beide.content_gekaderd .content_gekaderd_inner{
	clip-path: polygon(0 10rem, 9rem 0, 100% 0, 100% calc(100% - 10rem), calc(100% - 9rem) 100%, 0 100%);
}

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

.sharebutton{
	
}

.sharebuttons a{
	font-size: 3.2rem;
}

.share-title{
	color: #3b3b3b;
	font-size: 1.4rem;
	font-weight: 400;
    margin-right: 1rem;
}

.share-facebook,
.share-facebook:hover,
.share-facebook:focus{
    color: #3b5998 !important;
}

.share-linkedin,
.share-linkedin:hover,
.share-linkedin:focus{
    color: #0077b5;
}

.share-twitter,
.share-twitter:hover,
.share-twitter:focus{
    color: #1da1f2;
}

.share-envelope,
.share-envelope:hover,
.share-envelope:focus{
    color: #adadad;
}

.sharebuttons {
	display: flex;
}

.share-whatsapp,
.share-whatsapp:hover,
.share-whatsapp:focus{
    color: #0dc256;
}

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

.geen_extra_marge_onderkant + .jumbotron{
	margin-top: 0 !important;
}

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

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

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

.pre-title{
	color: #0b0429;
	font-size: 1.4rem;
	line-height: 2.2rem;
    display: block;
    margin-bottom: 10px;
}

.stijl_achtergrondkleur_150f30 .pre-title{
	color: #f9f2ec;
	opacity: 0.5;
}

.jumbotron .alleen_h1 + .jumbotron.jumbo-padding{
    margin-top: 6rem;
}

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

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

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

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

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

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

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

#content{
    padding: 0 0;
}

.jumbotron h1{
	color: #27176e;
	font-size:var(--step-4);
	line-height: 6rem;
	font-weight: 800;
    margin-bottom: 2.4rem;
}

.home .jumbotron h1{
	line-height: 7rem;
}

h1:after{
	content: "";
	width: 4.5rem;
	height: 0.7rem;
	transform: skewX(-45deg);
	background-color: #f29147;
	display: block;
	margin-top: 2.8rem;
}

hr {
    width: 4.5rem;
    height: 0.7rem !important;
    transform: skewX(-45deg);
    background-color: #f29147;
    margin: 0 auto !important;
    margin-top: 2.8rem !important;
    opacity: 1;
	margin-bottom: var(--default-margin-bottom) !important;
}

header:last-child h1:after{
	display: none;
}

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

.jumbotron h2{
	color: #27176e;
	font-size:var(--step-3);
	line-height: 5.4rem;
	font-weight: 800;
    margin-bottom: 2.4rem;
}

h2.met_lijn:after{
	content: "";
	width: 4.5rem;
	height: 0.6rem;
	transform: skewX(-45deg);
	background-color: #f29147;
	display: block;
	margin-top: 1.8rem;
}

h2.met_lijn[style="text-align: center;"]:after{
	margin-inline: auto;
}

.jumbotron h3{
	color: #27176e;
	font-size:var(--step-2);
	font-weight: 800;
	line-height: 4.2rem;
    margin-bottom: 2rem;
}

.jumbotron h4{
	color: #27176e;
	font-size:var(--step-1);
	line-height: normal;
	font-weight: 800;
}

.introtekst p,
.introtekst ul,
.introtekst ol{
	font-size:var(--step-1);
	line-height: 4rem;
}

.jumbotron .smalltext{
	font-size:var(--step--1);	
}

.jumbotron .smallertext{
	font-size:var(--step--2);	
}

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

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

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

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

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

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

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

.alm-loading .alm-listing:before{
    content: "\e1d4";
    font-family: 'Font Awesome 6 Pro';
    font-size: 6rem;
    margin: 0 auto;
    display: block;
    animation: rotation 2s infinite linear;
    text-align: center;
}

.single-post p + h2,
.single-post ol + h2,
.single-post ul + h2{
	margin-top: 8rem;
}

.delen_inner{
	border-top: solid 0.2rem #efefef;
	border-bottom: solid 0.2rem #efefef;
	padding: 3rem 0;
}

#content .jumbotron ul{
	padding: 0;
	list-style: none;
}

#content .jumbotron ul li{
	position: relative;
	padding-left: 2rem;
}

#content .jumbotron ul li:before{
	position: absolute;
	left: 0;
	top: 1.4rem;
	content: "";
	width: 0.9rem;
	height: 0.7rem;
	background-color: #f29147;
    display: inline-block;
    transform: skewX(-45deg);
	margin-right: 1rem;
}

.reference_volgende{
	max-width: 30rem;
	display: block;
    margin: 0 auto;
}

.reference_item{
	text-decoration: none !important;
}

.reference_img:before{
	content: "\f178";
	color: #ffffff;
	font-family: "Font Awesome 6 Pro";
	font-size: 5.4rem;
	font-weight: 100;
	line-height: 10.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
	opacity: 0;
	transition: 0.3s opacity, 0.3s transform;
    transition-delay: 0s;
	z-index: 15;
	position: absolute;
	inset: 0;
    transform: translateX(-10rem);
}

.reference_img:hover:before{
    transition-delay: 0.1s;    
}

.reference_img:hover:before{
    transform: translateX(0);
}

.reference_item .reference_img{
	position: relative;
}

.reference_item .reference_img:after{
	background-color: #27176e;
	opacity: 0;
	transition: 0.3s opacity;
	pointer-events: none;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.reference_item:hover .reference_img:before{
	opacity: 1;
}

.reference_item:hover .reference_img:after{
	opacity: 0.2;
}

.reference_item h3{
	transition: 0.3s color;
}

.reference_item:hover h3{
	color: #f29147;
}

.reference_img{
	aspect-ratio: 400 / 675;
}

.reference_volgende .reference_img{
	max-width: 30rem;
}

.reference_img picture{
	display: flex;
	height: 100%;
	width: 100%;
}

.reference_img img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.reference_item span{
	color: #0b0429;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2.2rem;
	text-transform: uppercase;
	display: block;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
}

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

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

.hide_tekst {
    display: none;
}

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

p:empty{
	display:none;
}

em{
	font-style:italic !important;
}

strong{
	font-weight:700 !important;
}

a,
a:hover,
a:focus{
	color:#f29147;
	text-decoration: none;
}

a:hover,
a:focus{
	text-decoration: underline;
}


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

.button,
.button:hover,
.button:focus,
.loadmore,
body div.gform_wrapper .gform_footer button.gform_button,
body div.gform_wrapper .gform_footer button.gform_button:hover,
body div.gform_wrapper .gform_footer button.gform_button:focus,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus, 
.woocommerce a.button:focus, 
.woocommerce button.button:focus, 
.woocommerce input.button:focus,
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus{
	text-decoration:none !important;
	outline:none;
	border-radius:0.8rem;
	color:#fff;
	background-color:#f29147;
	font-weight: 700;
	border: none;
	padding:1.45rem 3rem !important;
	line-height:normal !important;
    cursor: pointer;
	display: inline-flex;
	align-items: center;
	transition: 0.3s color, 0.3s background-color, 0.3s border-color;
}

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

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

.button:hover,
.button:focus,
body div.gform_wrapper .gform_footer button.gform_button:hover,
body div.gform_wrapper .gform_footer button.gform_button:focus{
    background-color: #f9f2ec;
    color: #f29147;
}

.button_alt,
.button_alt:hover,
.button_alt:focus{
    color: #f2d9c6;
	background-color:#27176e;
}

.button_alt:hover,
.button_alt:focus{
    color: #f9f2ec;
	background-color:#f29147;
}

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

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

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

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

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

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

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

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

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

.woocommerce button.button.alt:before{
	
}

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

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

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

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

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

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

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

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

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

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

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

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

form.search-form{
	margin:0;
}

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

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

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

nav.navbar{
	min-height:0;
	background:#fff;
	border:none;
	margin:0;
    padding: 0;
	width:100%;
	float:left;
	flex-wrap: wrap;
	transition: 0.3s all;
}

.home{
	padding-top: 0;
}

.home nav.navbar{
	background:none;
}

.home nav.navbar.whitemenu{
	background:#fff;
}

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

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

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

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

.navbar>.container-fluid{
	max-width: 1800px;
    align-items: flex-end;
}

#hoofdmenu{
	margin:4rem 0;
}

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

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

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

#hoofdmenu li a{
	color: #0b0429;
	font-family: proxima-nova, sans-serif;
	font-size: 2.1rem;
	font-weight: 500;
	padding:0 0 0.4rem;
	white-space: nowrap;
	background:none;
	transition: 0.3s color, 0.3s opacity;
	text-decoration: none !important;
	position: relative;
}

.home #hoofdmenu li a{
	color: #fff;
}

.home .whitemenu #hoofdmenu li a{
	color: #0b0429;
}

.home .navbar-brand svg > g > g:nth-child(2) *{
	fill: #fff;
	transition: 0.3s fill;
}

.whitemenu .navbar-brand svg > g > g:nth-child(2) *{
	fill: rgb(39, 23, 110);
}

#hoofdmenu > li:hover > a:after,
#hoofdmenu > li.current-menu-item > a:after,
#hoofdmenu > li.current-menu-item > a:after,
#hoofdmenu > li.current-page-ancestor > a:after,
#hoofdmenu > li.current-menu-parent > a:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 0.4rem;
	background: #f29147;
	transform: skewX(-45deg);
}

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

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

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

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

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

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

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

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

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

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

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

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

#footer{
	margin-top: var(--footer-margin-top);
	padding:6rem 0;
	background:#150f30;
	color: #f9f2ec;
	font-size: 1.7rem;
	line-height: 2.9rem;
}

#footer .smalltext{
	opacity: 0.5;
	color: #f9f2ec;
	font-size: 1.4rem;
	font-weight: 500;
    line-height: normal;
    display: inline-block;
    margin-bottom: 1.5rem;
}

.footermenu{
	column-count: 2;
	column-gap: 3rem;
}

#social-bottom a{
	margin-right: 1rem;
	color: #f29147;
	font-size: 2.3rem;
}

#social-bottom a:hover{
	color: #f9f2ec;
}

#footer ul,
#footer p{
	list-style:none;
	padding:0;
	margin-bottom: 2rem;
}

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

#footer p i{
	color: #f29147;
	font-size: 1.8rem;
}

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

#footer ul li{
	
}

#footer ul li a{
	color: #f9f2ec;
	font-size: 1.7rem;
	text-decoration: none;
	line-height: 2.9rem;
}

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

#credits{
	padding:0;
	background:#150f30;
}

.credits-border{
	padding:2rem 0;
	border-top: solid 0.2rem rgba(249,242,236,0.15);
}

#credits,
#credits a{
	color: rgba(249, 242, 236, 0.5);
	font-size: var(--step--1);
	font-weight: 400;
	text-decoration:none;
}

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

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

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

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

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

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

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

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

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

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

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

#content .jumbotron .alm-filter--inner ul{
	list-style: none;
	padding: 0;
	display: flex;
}

#content .jumbotron .alm-filter--inner ul li{
	padding: 0;
	margin-right: 1rem;
}

#content .jumbotron .alm-filter--inner ul li:before{
	display: none;
}

.alm-filter--link.field-radio{
	color: #0b0429;
	font-size: 1.9rem;
	font-weight: 400;
	cursor: pointer;
	line-height: 3.4rem;
	border-radius: 0.8rem;
	border: 0.1rem solid #848193;
	padding: 0.25rem 2rem;
	transition: 0.3s background, 0.3s color;
}

.alm-filter--link.field-radio:hover{
	background-color: #efefef;
}

.alm-filter--link.field-radio.active{
	background-color: #27176e;
	color: #f2d9c6;
}

.select2-container--default span.select2-selection--multiple {
    background-color: #fff;
    border: 0.1rem solid #c7c7c7 !important;
    border-radius: 0.8rem;
    cursor: text;
    min-height: 5rem;
    width: 30rem;
    float: left;
}

.select2-container--default span.select2-selection--multiple:after{
    color: #475b6d;
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    font-weight: 400;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
    right: 12px;
    opacity: 1;
    content: "\f078";
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}

.select2-container--default .select2-search--inline .select2-search__field{
    color: #1e3663;
    font-size: 18px;
    font-weight: 400;
    line-height: 5rem;
    margin: 0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding: 0 25px 0 15px !important;
}

body .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f5f5f5;
    color: #000000;
}
.alm-filters-container .alm-filter .select2-selection li {
    display: inline !important;
    clear: none !important;
    line-height: 2.8rem;
    margin-bottom: 0;
}

.select2-container--default .select2-search--inline .select2-search__field{
    line-height: 4.2rem !important;
    padding: 4px 0 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #d1d1d1;
    border: 1px solid #aaa;
    border-radius: 5px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px !important;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.select2-selection__rendered{
    display: inline-block !important;
    float: left;
}

body .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #d1d1d1;
    border: 1px solid #aaa;
    border-radius: 5px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 9px;
    padding: 0 5px;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

span.select2-container{
    width: auto !important;
    z-index: 10;
}

.select2-results__option:first-child{
    border-top: none;
}

.select2-results__option:last-child{
    border-radius: 0 0 5px 5px;
}

.select2-results__option {
    padding: 6px 15px !important;
    background: #f5f5f5;
    border-top: 1px solid #c4c4c4;
}
.select2-results__option:hover {
    background: #27176e !important;
    color: #ffffff !important;
}

#alm-filters-reference_filter{
    display: flex;
    column-gap: 3rem;
    row-gap: 3rem;
	flex-wrap: wrap;
}

.alm-filter--textfield{
    background-color: #fff;
    border: 0.1rem solid #c7c7c7 !important;
    border-radius: 0.8rem;
    cursor: text;
    min-height: 5rem;
    padding: 0 25px 0 15px !important;
    width: 100%;
}

#alm-filters-reference_filter > div:nth-child(1){
    flex: 1;
}

.modal-body:not(.modal-valve) p,
.modal-body p.application{
    color: #27176e;
    font-family: proxima-nova, sans-serif;
    font-size: 2.3rem;
    font-weight: 600;
    line-height: 3.6rem;
}

.modal-body:not(.modal-valve) p.modal-title,
.modal-body p.modal-title{
    color: #27176e;
    font-family: proxima-nova, sans-serif;
    font-size: var(--step-3);
    font-weight: 800;
    line-height: 5.4rem;
    margin-bottom: 3rem;
}

.modal-gradient{
    background: linear-gradient(90deg, rgba(255,255,255,1) calc(50% - 8rem), rgba(239,239,239,1) calc(50% - 8rem));
}

.modal-gradient .col-xl-6.last-no-margin{
    padding-right: calc(8rem + calc(var(--bs-gutter-x)/ 2));
}

.modal-body{
    padding: 8rem;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: 0;
    border-bottom: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    justify-content: flex-end;
}

.modal-backdrop {
    background-color: #0b0429;
}

button.close{
    background: none;
    border: none;
    box-shadow: none;
    color: #3b3b3b;
    font-size: 2rem;
    padding: 1rem 2rem !important;
    position: absolute;
    z-index: 150;
    top: 0;
}

.alm-filters--loading{
	display: none;
}

.gform_required_legend{
	display: none !important;
}

.modal-email-download{
	padding: 6rem 0 6rem 8rem;
}

.download-icoon-met-cirkel{
	position: absolute;
    transform: translateX(50%);
    right: 0;
    bottom: 0;
    width: 32rem;
    background: #f29147;
    aspect-ratio: 1;
    border-radius: 50%;
}

.download-icoon-met-cirkel:after {
    content: "";
    width: 14.6rem;
	height: 14.7rem;
	background-image: url("data:image/svg+xml,%3Csvg width='146' height='147' viewBox='0 0 146 147' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='73' cy='73.5' r='73' fill='%2327176E'/%3E%3Cpath d='M59 53.5C56.75 53.5 55 55.375 55 57.5V62.5L79.375 80.5C81.5 82 84.375 82 86.5 80.5L111 62.5V57.5C111 55.375 109.125 53.5 107 53.5H59ZM55 67.5V89.5C55 91.75 56.75 93.5 59 93.5H107C109.125 93.5 111 91.75 111 89.5V67.5L88.875 83.75C85.375 86.25 80.5 86.25 77 83.75L55 67.5ZM51 57.5C51 53.125 54.5 49.5 59 49.5H107C111.375 49.5 115 53.125 115 57.5V89.5C115 94 111.375 97.5 107 97.5H59C54.5 97.5 51 94 51 89.5V57.5Z' fill='white'/%3E%3Cpath d='M47 60H26M47 69H16.5M47 78.5H26M47 87.5H20' stroke='white' stroke-width='4'/%3E%3C/svg%3E%0A");
	display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.modal-email-download h3{
	color: #27176E;
	font-family: proxima-nova, sans-serif;
	font-size: 4.5rem;
	font-style: normal;
	font-weight: 800;
	line-height: 1;
}

body .modal-email-download .gform_wrapper input[type="text"],
body .modal-email-download .gform_wrapper input[type="email"]{
	max-width: 36rem !important;
}

.content_1_koloms:has(.content_gekaderd_inner #gform_confirmation_wrapper_1) .last-no-margin,
.content_1_koloms:has(.content_gekaderd_inner #gform_wrapper_1) .last-no-margin{
	max-width: 50%;
}

.content_1_koloms:has(.content_gekaderd_inner #gform_confirmation_wrapper_1) .content_gekaderd_inner,
.content_1_koloms:has(.content_gekaderd_inner #gform_wrapper_1) .content_gekaderd_inner{
	position: relative;
	overflow: hidden;
}

.content_1_koloms:has(.content_gekaderd_inner #gform_confirmation_wrapper_1) .content_gekaderd_inner:before, /*This is the download form*/
.content_1_koloms:has(.content_gekaderd_inner #gform_wrapper_1) .content_gekaderd_inner:before{ /*This is the download form*/
	content: "";
    position: absolute;
    transform: translateX(40%);
    right: 0;
    bottom: -5rem;
    width: 37rem;
    background: #f29147;
    aspect-ratio: 1;
    border-radius: 50%;
    z-index: -1;
}

.content_1_koloms:has(.content_gekaderd_inner #gform_confirmation_wrapper_1) .content_gekaderd_inner:after, /*This is the download form*/
.content_1_koloms:has(.content_gekaderd_inner #gform_wrapper_1) .content_gekaderd_inner:after{ /*This is the download form*/
	content: "";
    width: 15.9rem;
	height: 15.9rem;
	background-image: url("data:image/svg+xml,%3Csvg width='159' height='159' viewBox='0 0 159 159' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='79.5' cy='79.5' r='79.5' fill='%2327176E'/%3E%3Cpath d='M99 103V71H85C81.625 71 79 68.375 79 65V51H63C60.75 51 59 52.875 59 55V103C59 105.25 60.75 107 63 107H95C97.125 107 99 105.25 99 103ZM98.875 67C98.75 66.75 98.625 66.375 98.375 66.125L83.875 51.625C83.625 51.375 83.25 51.25 83 51.125V65C83 66.125 83.875 67 85 67H98.875ZM55 55C55 50.625 58.5 47 63 47H82.5C84 47 85.625 47.75 86.75 48.875L101.125 63.25C102.25 64.375 103 66 103 67.5V103C103 107.5 99.375 111 95 111H63C58.5 111 55 107.5 55 103V55Z' fill='white'/%3E%3Cpath d='M94 78H75.4098M94 85.5273H67M94 93.4727H75.4098M94 101H70.0984' stroke='white' stroke-width='4'/%3E%3C/svg%3E%0A");
	display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-75%);
}

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

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

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 850px;
    }
}

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

        Voorbeeld aanmaken variabele:	
        --rood: #f00;

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

        --jumbotron-standard-margin: 5rem; /*margin between jumbotron elements*/
        --default-margin-bottom: 2.4rem; /*p, ol, ul, etc*/
        --footer-margin-top: 5rem;
        --bs-gutter-x: 3rem;
		
		--container-width: 100%;
		
		--step--2: 1.2rem;
		--step--1: 1.5rem;
		--step-0: 1.7rem;
		--step-1: 2rem;
		--step-2: 2.4rem;
		--step-3: 2.9rem;
		--step-4: 3.5rem;
    }
    
    body {
        font: 400 var(--step-0)/2.7rem proxima-nova, sans-serif;
    }
    
    #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; 
    }
    
    #alm-filters-reference_filter{
        row-gap: 1rem;
    }
    
    .navbar-toggler {
		border: none;
		padding: 0;
		margin: 0;
		border-radius: 0 !important;
		outline: none !important;
		box-shadow: none !important;
        margin-bottom: 3rem;
    }
    
    body{
        padding-top: 10.8rem;
	    scroll-padding-top: 10.8rem;
    }
    
    #logoholder {
        margin: 3rem 0;
    }
    
    .home .navbar-toggler-icon{
        
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='16' viewBox='0 0 25 16'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23faf9ff' d='M3.687.764H25L21.95 4H.282z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23faf9ff' d='M3.687 6.764H25L21.95 10H.282z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23faf9ff' d='M3.687 12.764H25L21.95 16H.282z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }

    .navbar-toggler-icon {
		outline: none !important;
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='16' viewBox='0 0 25 16'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23f29147' d='M3.687.764H25L21.95 4H.282z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23f29147' d='M3.687 6.764H25L21.95 10H.282z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23f29147' d='M3.687 12.764H25L21.95 16H.282z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        width: 30px;
        height: 19px;
    }
    
    .whitemenu .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='16' viewBox='0 0 25 16'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23f29147' d='M3.687.764H25L21.95 4H.282z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23f29147' d='M3.687 6.764H25L21.95 10H.282z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23f29147' d='M3.687 12.764H25L21.95 16H.282z'/%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%;
	}
	
	.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; 
    }
	
	#content article > .stijl_achtergrondkleur:last-child {
		margin-bottom: calc((var(--footer-margin-top) - var(--footer-margin-top)));
	}
	
	#alm-filters-reference_filter > div:nth-child(1){
		flex-basis: 100%;
	}
	
	#alm-filters-reference_filter > div:nth-child(2),
	#alm-filters-reference_filter > div:nth-child(3){
		flex-basis: 100%;
		max-width: 100%;
	}
	
	.select2-container--default span.select2-selection--multiple{
		width: 100%;
	}
	
	#alm-filters-reference_filter > div:nth-child(1){
		flex-basis: 100%;
	}
	
	.tinymce-flex{
		margin-bottom: var(--default-margin-bottom);
	}
	
	.last-no-margin:not(.dropdown_item_content_inner) > .tinymce-row > div:not(:first-child) > *:last-child:not(p){
		margin-top: var(--default-margin-bottom);
	}
	
	.last-no-margin:not(.dropdown_item_content_inner) > .tinymce-row > div:first-child > h3:last-child{
		margin-bottom: calc(-1 * var(--default-margin-bottom) + 2rem);
	}
    
    .last-no-margin:not(.dropdown_item_content_inner) > .tinymce-row > div:not(:first-child) > ul:last-child{
		margin-top: 0;
	}
	
	#credits ul{
		display: block;
	}
    
    .modal-gradient{
        background: #fff;
    }
    
    .modal-body {
        padding: 4rem;
    }

	.hoek_rechtsonder,
	.hoek_rechtsonder.content_gekaderd .content_gekaderd_inner{
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5rem), calc(100% - 4.5rem) 100%, 0% 100%);
	}

	.hoek_linksboven,
	.hoek_linksboven.content_gekaderd .content_gekaderd_inner{
		clip-path: polygon(0 5rem, 4.5rem 0, 100% 0, 100% 100%, 0 100%);
	}

	.hoek_beide,
	.hoek_beide.content_gekaderd .content_gekaderd_inner{
		clip-path: polygon(0 5rem, 4.5rem 0, 100% 0, 100% calc(100% - 5rem), calc(100% - 4.5rem) 100%, 0 100%);
	}
    
    #credits li{
        margin-left: 0;
        clear: both;
        float: left;
    }
    
    .modal-gradient .col-xl-6.last-no-margin{
        padding-right: calc(var(--bs-gutter-x)/ 2);
    }
    
    .modal-body:not(.modal-valve) p.modal-title, .modal-body p.modal-title{
        line-height: 3.2rem;
    }
    
    .modal-body:not(.modal-valve) p, .modal-body p.application{
        line-height: 2.6rem;
    }
    
    .jumbotron h1{
        line-height: 3.5rem;
    }
    
    .jumbotron h2{
        line-height: 2.9rem;
    }
    
    
    .jumbotron h3{
        line-height: 2.4rem;
    }
    
    h1:after{
        margin-top: 2.2rem;
    }
    
    .single-post .tinymce-row > .col-sm-12 + .col-sm-12{
        margin-top: var(--default-margin-bottom);
    }
    
    #content .jumbotron ul li:before{
        top: 1rem;
    }
    
    .introtekst p, .introtekst ul, .introtekst ol {
        font-size: var(--step-1);
        line-height: 3.4rem;
    }
    
    .content_gekaderd .content_gekaderd_inner {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    
    .home .jumbotron h1{
        line-height: 4.4rem;
        font-size: 3.5rem;
    }
    
    .home_video_stijl .header_content{
        padding-bottom: 4rem;
    }
	
	.modal-email-download h3{
		font-size: 2.5rem;
	}
	
	.download-icoon-met-cirkel{
		position: static;
		transform: translateX(30%);
    	margin-bottom: -275px;
		margin-top: 6rem;
    	float: right;
	}
	
	.download-icoon-met-cirkel:after {
		content: "";
		width: 9rem;
		height: 9rem;
		background-image: url("data:image/svg+xml,%3Csvg width='146' height='147' viewBox='0 0 146 147' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='73' cy='73.5' r='73' fill='%2327176E'/%3E%3Cpath d='M59 53.5C56.75 53.5 55 55.375 55 57.5V62.5L79.375 80.5C81.5 82 84.375 82 86.5 80.5L111 62.5V57.5C111 55.375 109.125 53.5 107 53.5H59ZM55 67.5V89.5C55 91.75 56.75 93.5 59 93.5H107C109.125 93.5 111 91.75 111 89.5V67.5L88.875 83.75C85.375 86.25 80.5 86.25 77 83.75L55 67.5ZM51 57.5C51 53.125 54.5 49.5 59 49.5H107C111.375 49.5 115 53.125 115 57.5V89.5C115 94 111.375 97.5 107 97.5H59C54.5 97.5 51 94 51 89.5V57.5Z' fill='white'/%3E%3Cpath d='M47 60H26M47 69H16.5M47 78.5H26M47 87.5H20' stroke='white' stroke-width='4'/%3E%3C/svg%3E%0A");
		display: inline-block;
		position: absolute;
		left: 50px;
		top: 0;
		transform: translateY(-35%);
		background-size: contain;
		background-repeat: no-repeat;
	}
	
	.content_1_koloms:has(.content_gekaderd_inner #gform_confirmation_wrapper_1) .content_gekaderd_inner:after, 
	.content_1_koloms:has(.content_gekaderd_inner #gform_wrapper_1) .content_gekaderd_inner:after {
		content: "";
		width: 13.9rem;
		height: 13.9rem;
		background-size: contain;
		right: 0;
		top: auto;
		transform: translateX(-25%);
		bottom: 2rem;
	}
	
	.content_1_koloms:has(.content_gekaderd_inner #gform_confirmation_wrapper_1) .content_gekaderd_inner:before, 
	.content_1_koloms:has(.content_gekaderd_inner #gform_wrapper_1) .content_gekaderd_inner:before {
		transform: translateX(70%);
		right: 0;
		width: 32rem;
	}
	
	.content_1_koloms:has(.content_gekaderd_inner #gform_confirmation_wrapper_1) .content_gekaderd_inner:before, 
	.content_1_koloms:has(.content_gekaderd_inner #gform_wrapper_1) .content_gekaderd_inner:before{
		width: 32rem;
	}
	
	.content_1_koloms:has(.content_gekaderd_inner #gform_confirmation_wrapper_1) .last-no-margin, 
	.content_1_koloms:has(.content_gekaderd_inner #gform_wrapper_1) .last-no-margin {
		max-width: 100%;
        margin-bottom: 14rem;
	}
	
	.content_1_koloms:has(.content_gekaderd_inner #gform_confirmation_wrapper_1) .content_gekaderd_inner:after, 
	.content_1_koloms:has(.content_gekaderd_inner #gform_wrapper_1) .content_gekaderd_inner:after {
    	width: 13.9rem;
    	height: 13.9rem;
    	background-size: contain;
	}
}

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

@media (min-width:768px) and (max-width:991px)
{		
	:root{
		--container-width: 720px;
		
		--step--2: 1.2rem;
		--step--1: 1.5rem;
		--step-0: 1.9rem;
		--step-1: 2.2rem;
		--step-2: 3rem;
		--step-3: 4rem;
		--step-4: 5rem;
		--jumbotron-standard-margin: 8rem;
	}
	
	.modal-email-download h3{
		font-size: 3.5rem;
	}
	
	.download-icoon-met-cirkel {
		transform: translateX(70%);
	}
    
    .modal-gradient .col-xl-6.last-no-margin{
        padding-right: calc(var(--bs-gutter-x)/ 2);
    }
    
    .modal-gradient{
        background: #fff;
    }
    
    .modal-dialog {
        max-width: 680px;
    }
	
	#credits li:first-child{
		margin-left: 0;
	}
	
	#credits ul{
		display: block;
	}
	
	.jumbotron h3{
		line-height: 3rem;
	}
	
	.last-no-margin > .tinymce-row > div:not(:first-child) > *:last-child{
		margin-top: var(--default-margin-bottom);
	}
	
	.last-no-margin > .tinymce-row > div:first-child > h3:last-child{
		margin-bottom: calc(-1 * var(--default-margin-bottom) + 2rem);
	}

	.hoek_rechtsonder,
	.hoek_rechtsonder.content_gekaderd .content_gekaderd_inner{
		clip-path: polygon(0 0, 100% 0, 100% calc(100% - 5rem), calc(100% - 4.5rem) 100%, 0% 100%);
	}

	.hoek_linksboven,
	.hoek_linksboven.content_gekaderd .content_gekaderd_inner{
		clip-path: polygon(0 5rem, 4.5rem 0, 100% 0, 100% 100%, 0 100%);
	}

	.hoek_beide,
	.hoek_beide.content_gekaderd .content_gekaderd_inner{
		clip-path: polygon(0 5rem, 4.5rem 0, 100% 0, 100% calc(100% - 5rem), calc(100% - 4.5rem) 100%, 0 100%);
	}
	
	#alm-filters-reference_filter > div:nth-child(2),
	#alm-filters-reference_filter > div:nth-child(3){
		flex-basis: 100%;
		max-width: 100%;
	}
	
	.select2-container--default span.select2-selection--multiple{
		width: 100%;
	}
	
	#alm-filters-reference_filter > div:nth-child(1){
		flex-basis: 100%;
	}
	
	.tinymce-flex{
		margin-bottom: var(--default-margin-bottom);
	}
	
	#hoofdmenu li {
    	margin: 0 0 0 2rem;
	}
	
	#hoofdmenu li a{
		font-size: 1.7rem;
	}

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

	.rechts_uitbreiden:before{
		left: calc(((100% - var(--container-width)) / 2) + ((var(--data-md-o)) * var(--column-width)) + ((var(--data-md-c)) * var(--column-width)));
	}
	
	.navbar-expand-md .submenu-back-button{
		display: block;
	}
	
	.jumbotron h1{
		line-height: 6rem;
	}
	
	.home .jumbotron h1{
		font-size: 6rem;
		line-height: 6rem;
	}
    
    .modal-body:not(.modal-valve) p.modal-title, .modal-body p.modal-title{
        flow-into: 4.5rem;
    }
	
	.content_1_koloms:has(.content_gekaderd_inner #gform_confirmation_wrapper_1) .last-no-margin, .content_1_koloms:has(.content_gekaderd_inner #gform_wrapper_1) .last-no-margin {
		max-width: 100%;
    	margin-bottom: 14rem;
	}
	
	.content_1_koloms:has(.content_gekaderd_inner #gform_confirmation_wrapper_1) .content_gekaderd_inner:after, .content_1_koloms:has(.content_gekaderd_inner #gform_wrapper_1) .content_gekaderd_inner:after {
		right: 0;
        top: auto;
        transform: translateX(-75%);
        bottom: 2rem;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	:root{
		--container-width: 960px;
	}
	
	
	
	.content_1_koloms:has(.content_gekaderd_inner #gform_confirmation_wrapper_1) .last-no-margin, 
	.content_1_koloms:has(.content_gekaderd_inner #gform_wrapper_1) .last-no-margin {
		max-width: 65%;
	}

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

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

		--step--2: 1.2rem;
		--step--1: 1.5rem;
		--step-0: 1.9rem;
		--step-1: 2.2rem;
		--step-2: 3rem;
		--step-3: 4rem;
		--step-4: 5rem;
	}
	
	.jumbotron h1{
		line-height: 4rem;
        font-size: 4rem;
	}
	
	.home .jumbotron h1{
		font-size: 4.5rem;
		line-height: 4.5rem;
	}

    .modal-gradient{
        background: linear-gradient(90deg, rgba(255,255,255,1) calc(50%), rgba(239,239,239,1) calc(50%));
    }
    
    .modal-body:not(.modal-valve) p.modal-title, .modal-body p.modal-title{
        flow-into: 4.5rem;
    }
}

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

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

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

		--step--2: 1.2rem;
		--step--1: 1.5rem;
		--step-0: 1.9rem;
		--step-1: 2.2rem;
		--step-2: 3rem;
		--step-3: 4rem;
		--step-4: 5rem;
	}
	
	.jumbotron h1{
		line-height: 6rem;
	}
	
	.home .jumbotron h1{
		font-size: 6.5rem;
		line-height: 6.5rem;
	}
}

@media (min-width:1200px)
{	
    

    .modal-xl {
        max-width: 1290px;
    }

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

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

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

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

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