:root{
	/*
	Definieer hier eventuele variabelen
	
	Voorbeeld aanmaken variabele:	
	--rood: #f00;
	
	Voorbeeld gebruik variabele:
	color: var(--rood);
	*/
	
	--jumbotron-standard-margin: 14rem; /*margin between jumbotron elements*/
	--default-margin-bottom: 2.8rem; /*p, ol, ul, etc*/
	--footer-margin-top: 5rem;
    --default-line-height: 2.8rem;
	--bs-gutter-x: 3rem;
	
	--container-width: 1320px;
	--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);
	
	--body-font: 'Barlow', sans-serif;
	--heading-font: bebas-neue-pro, sans-serif;
	
	--grijs: #f3f3f3;
	--paars: #7654a3;
	--geel: #efa818;
}

#relevanssi-live-search-status{
	display: none !important;
}

.tooltip-inner{
	background: #fff !important;
	text-align: left !important;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0 !important;
	color: #232323 !important;
	font-size: 1.2rem !important;
	line-height: normal !important;
}

.bs-tooltip-end .tooltip-arrow{
	display: none !important;
}

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

p i{
	font-size: 1.6rem;
	color: var(--paars);
	margin-right: 0.5rem;
}

.svg-container {
	border-radius: 5rem;
	background-color: var(--grijs);
}

html{
	font-size: 62.5%;
}

body{
	font:400 1.9rem/var(--default-line-height) var(--body-font);
    padding-top: 12.8rem !important;
}

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

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

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

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

.gekaderd_blok{
	border-radius: 5rem;
	padding: 5rem;
}

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

.add_dots:before{
	z-index: -1;
	content: "";
	position: absolute;
	left: -4.5rem;
	top: -2.5rem;
	width: 21.5rem;
	height: 15.4rem;
	background-image: radial-gradient(circle at 6px 6px, var(--geel), var(--geel) 5px, transparent 6px);
    background-size: 20px 20px;
}

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

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

.links_uitbreiden,
.rechts_uitbreiden{
    overflow: hidden;
}

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

.content_gekaderd:not(.links_uitbreiden):not(.rechts_uitbreiden){
    padding-top: 0;
    padding-bottom: 0;
}

.content_gekaderd:not(.links_uitbreiden):not(.rechts_uitbreiden) .content_gekaderd_inner{
	padding-left: var(--column-width);
	padding-right: var(--column-width);
	padding-top: var(--jumbotron-standard-margin);
	padding-bottom: var(--jumbotron-standard-margin);    
}

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

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

.sharebutton{
	
}

.sharebutton__facebook,
.sharebutton__facebook:hover,
.sharebutton__facebook:focus{
    color: #3b5998;
}

.sharebutton__linkedin,
.sharebutton__linkedin:hover,
.sharebutton__linkedin:focus{
    color: #0077b5;
}

.sharebutton__twitter,
.sharebutton__twitter:hover,
.sharebutton__twitter:focus{
    color: #1da1f2;
}

.sharebutton__google-plus,
.sharebutton__google-plus:hover,
.sharebutton__google-plus:focus{
    color: #dd4b39;
}

.sharebutton__envelope,
.sharebutton__envelope:hover,
.sharebutton__envelope:focus{
    color: #adadad;
}

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

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

.geen_extra_marge_onderkant:has(+ .divider){
	padding-bottom: 0 !important;
}

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

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

.jumbotron.jumbo-padding:last-child:not(.stijl_achtergrondkleur),
.jumbotron.jumbo-padding.geen_extra_marge_onderkant{
	padding-bottom: 0;
}

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

.gallery{
	display: grid;
    grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
    grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
    gap: var(--bs-gap, 3rem);
}

.gallery-item img{
	max-width: 100%;
	height: auto;
}

.gallery figure{
	margin: 0;
}

#content :is(ul ul, ol ul, ul ol, ol ol){
    margin-bottom: 0;
}

#content{
    padding: 0 0;
}

#content :is(h1, h2, h3, h4){
	font-family: var(--heading-font);
}

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

#content :is(header:has(h1), h2, h3, h4, p, ul, ol, form, table, section, .gekaderd_blok, .button-group, .introtekst, .kleine_tekst, .woocommerce-notices-wrapper:not(:empty)) + :is(p, ul, ol, h2, h3, h4, .gekaderd_blok, .button-group, address, table, section, form, section, .introtekst, .kleine_tekst, .dropdown_items_container),
#content :is(header:has(h1)) + script + .gform_wrapper{
    margin-top: var(--default-margin-bottom);
}

.woocommerce-notices-wrapper:empty{
	display: none;
}

.introtekst + .checklist_kolommen{
	margin-top: 4rem !important;
}

#content .jumbotron :is(p, ul, ol, .gekaderd_blok, .button-group) + :is(h2, h3, h4){
    margin-top: var(--default-margin-bottom);
}

.introtekst{
    font-size: 2.2rem;
	line-height: 3.4rem;
}

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

.kleine_tekst strong{
    font-weight: 600 !important;
}

.jumbotron h1,
.jumbotron h2.h2_groot{
	font-size: 10rem;
	line-height: 11rem;
	font-weight: 300;
}

.jumbotron h2.h2_groot strong{
	font-weight: 400 !important;
}

.jumbotron h2{
	font-size: 7.4rem;
	line-height: 8.6rem;
	font-weight: 300;
}

.jumbotron h3{
	font-size: 4.4rem;
	line-height: 5rem;
	font-weight: 300;
}

.jumbotron h4{
	font-size: 3rem;
	line-height: 4rem;
	font-weight: 300;
}

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: var(--geel);
	position: absolute;
	left: 0;
	top: 0;
	content: "\f00c";
	font-family: 'Font Awesome 6 Pro';
}

ul.checklist:not(.checklist_kolommen) li + li{
	margin-top: 1rem;
}

.checklist_kolommen{
	display: grid;
	gap: 3.5rem;
	grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
}

ul.checklist_kolommen li{
	padding: 0;
}

ul.checklist_kolommen li:before{
	display: block;
	position: static;
	color: var(--geel);
	content: "\f058";
    font-size: 3.6rem;
    font-weight: 100;
	margin-bottom: 2rem;
}

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-btn-wrap:has(.alm-load-more-btn.done){
    display: none;
}

.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;
    grid-column: 1 / -1;
}

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

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

.hide_tekst {
    display: none;
}

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

p:empty{
	display:none;
}

em{
	font-style:italic !important;
}

strong{
	font-weight:700 !important;
}

a,
a:hover,
a:focus{
	color:var(--paars);
}

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

.button,
.button:hover,
.button:focus,
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover{
	text-decoration:none !important;
	outline:none;
	border-radius:2.5rem;
	color:#fff;
	background-color:var(--geel);
	border: solid 0.2rem var(--geel);
	padding:1.2rem 2rem !important;
	line-height:normal !important;
    cursor: pointer;
	display: inline-flex;
	align-items: center;
	transition: 0.3s color, 0.3s background-color, 0.3s border-color;
}

.button:hover,
.button:focus{
	background: #fff;
	color: var(--paars);
}

.button_inline,
.woocommerce a.button_inline,
.woocommerce-orders-table__cell-order-actions a.button,
.button_inline:hover,
.woocommerce a.button_inline:hover,
.woocommerce-orders-table__cell-order-actions a.button:hover,
.button_inline:focus,
.woocommerce a.button_inline:focus,
.woocommerce-orders-table__cell-order-actions a.button:focus{
	padding:0.6rem 1rem !important;	
}

.button:hover,
.button:focus,
body div.gform_wrapper .gform_footer button.gform_button:hover,
body div.gform_wrapper .gform_footer button.gform_button:focus,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit:focus, 
.woocommerce a.button:focus, 
.woocommerce button.button:focus, 
.woocommerce input.button:focus{
    
}

.woocommerce-orders-table__cell-order-actions,
p.button-group,
.button-group p{
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
}

.button_alt,
.button_alt:hover,
.button_alt:focus,
.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:focus, 
.woocommerce a.button.alt:focus, 
.woocommerce button.button.alt:focus, 
.woocommerce input.button.alt:focus{
	background-color:var(--paars) !important;
	border: solid 0.2rem var(--paars) !important;
}

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

.button_outline:hover,
.button_outline:focus{
	color: #fff;
	background: var(--geel);
}

.button_outline_alt,
.button_outline_alt:hover,
.button_outline_alt:focus{
	background-color: transparent;
	border: solid 0.2rem var(--paars);
	color: var(--paars);
}

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

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

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

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

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

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

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

form.search-form{
	margin:0;
	padding: 0 3rem;
    display: flex;
    flex-direction: row-reverse;
}

form.search-form label{
	padding:0;
	margin:0;
	float:left;
    height: 100%;
}

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

form.search-form button{
	margin:0;
	padding:0;
	outline:none;
	background:none;
	border:none;
	border-radius:0;
	float:left;
	font-size: 1.4rem;
	color: #212529;
}

nav.navbar .navbar-brand > svg:nth-child(2),
nav.navbar.wit .navbar-brand > svg:nth-child(2),
nav.navbar .navbar-brand > img:nth-child(2),
nav.navbar.wit .navbar-brand > img:nth-child(2){
	display: none;
}

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

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

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

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

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

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

#logoholder svg,
#logoholder img{
	max-width: 27.6rem;
	height: auto;
}

.overlay-scale{
	margin: 0 auto;
}

#hoofdmenu{
	margin:0 auto !important;
	display: flex;
	gap: 4rem;
}

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

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

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

#hoofdmenu li a{
	white-space: nowrap;
	background:none;
	text-decoration: none !important;
	font-size: 1.9rem;
	color: #232323;
	text-transform: uppercase;
	padding: 0.6rem 2rem;
	border-radius: 2rem;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid rgba(0, 0, 0, 0);
	transition: 0.3s background, 0.3s border-color;
}

.search-form{
	border-radius: 2.5rem;
	line-height: 5rem;
	border: 1px solid rgba(0, 0, 0, 0.2);
	background: #fff;
}

.search-form .kleine_tekst{
	color: #212529;
}

.tax-component_category #hoofdmenu > li#menu-item-3182 a,
.tax-brand #hoofdmenu > li#menu-item-3182 a,
#hoofdmenu > li:hover a,
#hoofdmenu > li.current-menu-item > a,
#hoofdmenu > li.current-menu-ancestor > a,
#hoofdmenu > li.current-menu-parent > a{
	background-color: rgba(0, 0, 0, 0.05);
	border: 1px solid rgba(0, 0, 0, 0.1);
}

#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:12rem 0;
	background:var(--paars);
	color: #fff;
}

#footer svg *{
	fill: #fff;
}

#footer ul,
#footer p{
	list-style:none;
	padding:0;
	font-size: 1.6rem;
	line-height: 2.3rem;
}

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

#footer .socialmedia a{
	color: #fff;
	font-size: 2.6rem;
}

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

#footer p.footer-title{
	font-family: var(--heading-font);
	font-size: 2.6rem;
	font-weight: 300;
	line-height: 3rem;
}

#footer ul{
    padding-left: 8.75px;
}

#footer ul li{
	padding-left: 1rem;
}

#footer ul li::marker{
	content: "\f054";
	font-family: 'Font Awesome 6 Pro';
	font-size: 1.4rem;
}

#footer ul li a{
	color: #fff;
	font-size: 1.6rem;
	list-style-position: 2.3rem;
	text-decoration: underline;
}

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

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

#credits a{
	text-decoration: underline;
}

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

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

.dropdown_item_title{
	font-family: var(--heading-font);
	color: var(--paars);
	text-decoration: none;
	font-size: 3.2rem;
	line-height: 3.8rem;
	font-weight: 300;
	display: block;
	position: relative;
}

.dropdown_item_title:after{
	content: "\f077";
	position: absolute;
	right: 5px;
	top: 7px;
	font-family: 'Font Awesome 6 Pro';
	font-weight: 100;
	font-size: 2.3rem;
}

.dropdown_item_title.collapsed:after{
	content: "\f078";	
}

.dropdown_item:first-child{
	padding-top: 0;
}

.dropdown_item{
	padding-block: 3rem;
	border-bottom: solid 0.1rem #e3e3e3;
}

.dropdown_item_content_inner{
	padding-top: 1.5rem;
}

#single_component_usp .usp_item_icoon i{
	color: var(--geel);
    font-size: 3.6rem;
    font-weight: 100 !important;
    margin-bottom: 2rem;
}

#single_component_usp .usp_items.row{
	--bs-gutter-x: 6rem;
}

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

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

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

.slideout-info-top{
    margin: 0;
    padding: 4.5rem 6rem 0;
	overflow: hidden;
    background: #fff;
}

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

h3.gsection_title{
	color: var(--paars);
	font-family: var(--heading-font);
	font-weight: 300;
	font-size: 3rem;
	line-height: 4rem;
}

h2.slideout-info-title{
    color: var(--paars);
	font-family: var(--heading-font);
	font-weight: 300;
	font-size: 5rem;
	line-height: 6rem;
}

.close-slideout-info{
    text-decoration: none !important;
    position: absolute;
    right: 4rem;
    top: 2.5rem;
}

.close-slideout-info i{
    font-size: 3.1rem;
    font-weight: 400;
	color: #3b3b3b;
}

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

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

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

.single-product-info{
	font-size: 2rem;
	line-height: 4.4rem;
}

.single-product-info a{
	color: #232323 !important;
}

.single-product-info span{
	font-size: 2.6rem;
	font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

.bolletje{
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

.bolletje:before{	
    content: "";
    width: 1rem;
    height: 1rem;
    background: #49c549;
    display: block;
    border-radius: 50%;
}

span#form-current-stock:before {
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: #49c549;
    display: block;
    border-radius: 50%;
}

.single-product-info i{
	font-size: 1.6rem;
	margin-left: 0.5rem;
}

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

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

@media (min-width:768px){
	:is(.gallery.gallery-columns-2, .gallery.gallery-columns-4) figure {
		grid-column: auto/span 6;
	}
	
	.gallery.gallery-columns-3 figure {
		grid-column: auto/span 4;
	}
}

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

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

        Voorbeeld aanmaken variabele:	
        --rood: #f00;

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

        --jumbotron-standard-margin: 6rem; /*margin between jumbotron elements*/
        --footer-margin-top: 4rem;
        --bs-gutter-x: 1.5rem;
		
		--container-width: 100%;
    }
	
	.slideout-info-top {
    	padding: 4.5rem 3rem 0;
	}
	
	.slideout-info-inner {
		padding: 2rem 3rem 4.5rem;
	}
	
	.close-slideout-info {
		right: 2.5rem;
		top: 2.5rem;
	}
	
	.row {
		--bs-gutter-x: 1.5rem;
	}
	
	:is(.gallery.gallery-columns-3, .gallery.gallery-columns-4, .gallery.gallery-columns-2) figure{
		grid-column: auto/span 6;
	}
    
    #hoofdmenu li.menu-item-has-children ul,
    #hoofdmenu li.menu-item-has-children:hover ul {
        display: none;
        position: static; 
    }
	
	body{
		padding-top: 13.9rem !important;
	}
	
	.introtekst{
		font-size: 1.9rem;
		line-height: var(--default-line-height);
	}
	
	.navbar-expand-md .submenu-back-button{
		display: block;
	}

    .ajax-loader {
        width: auto;
        max-width: 100%;
        height: auto; 
    }

    article .gallery-item img {
        max-width: 100%;
        width: auto; 
    }

    .expaned-submenu {
        color: #a66740;
        text-align: center;
        float: right;
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        height: 100%;
        width: 5rem;
        cursor: pointer;
        z-index: 2000;
        margin: 0; 
    }
    
    .navbar-toggler {
		border: none;
		padding: 0;
		margin: 0;
		border-radius: 0 !important;
		outline: none !important;
		box-shadow: none !important;
    }

    .navbar-toggler-icon {
		outline: none !important;
      	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14' viewBox='0 0 20 14'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%237654a3' d='M1 2a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%237654a3' d='M1 8a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%237654a3' d='M1 14a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2z'/%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:0.1rem solid #888;
	}
	
	.table-responsive::-webkit-scrollbar{
		-webkit-appearance:none;
		width:1.4rem;
		height:1.4rem;
	}
	
	.table-responsive::-webkit-scrollbar-thumb{
		border-radius:0.8rem;
		border:0.3rem solid #fff;
		background-color:rgba(0, 0, 0, .3);
	} 
	
	.table-responsive table{
		min-width:100%;
	}
	
	#hoofdmenu li{
		margin:0;
        clear: both; 
	}
	
	#hoofdmenu li a{
		line-height:3.6rem;
	}

    #hoofdmenu li > ul {
        position: static;
        width: 100%;
        float: left; 
    }
	
	#content article > .stijl_achtergrondkleur:last-child {
		margin-bottom: calc((var(--footer-margin-top) - var(--footer-margin-top)));
	}
	
	.navbar-expand-md .submenu-back-button{
		display: block;
	}
	
	.navbar form.search-form{
		width: 100%;
    	justify-content: flex-end;
		margin-bottom: 1.5rem;
	}
	
	.navbar form.search-form label{
		width: 100%;
	}
	
	.jumbotron h1,
	.jumbotron h2.h2_groot{
		font-size: 5rem;
		line-height: normal;
	}
	
	.jumbotron h2.h2_groot{
		font-size: 3.6rem;
		line-height: normal;
	}

	.jumbotron h2.h2_groot strong{
		font-weight: 400 !important;
	}

	.jumbotron h2{
		font-size: 3.6rem;
		line-height: normal;
	}

	.jumbotron h3{
		font-size: 3rem;
		line-height: normal;
	}

	.jumbotron h4{
		font-size: 2.6rem;
		line-height: normal;
	}
	
	.gekaderd_blok {
		border-radius: 3rem;
		padding: 3rem;
	}
	
	#footer{
		padding-block: 6rem;
	}
	
	#credits ul{
		display: flex;
		flex-direction: column;
	}
	
	#logoholder {
		margin: 1.5rem 0;
	}
	
	#logoholder svg,
	#logoholder img{
		max-width: 20rem;
		height: auto;
	}
		
	.dropdown_item_title{
		font-size: 2.2rem;
		line-height: 3.4rem;
	}
	
	.dropdown_item_title:after{
		top: 0;
	}
	
	.dropdown_item {
    	padding-block: 2rem;
	}
	
	#single_component_usp .usp_items.row{
		--bs-gutter-x: 3rem;
		row-gap: 3rem;
	}
	
	html.no-scroll, html.no-scroll body {
		padding-top: 0 !important;
	}
	
	.navbar form.search-form{
		background: none;
	}
}

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

@media (min-width:768px) and (max-width:991px)
{		
	:root{
		--container-width: 720px;
		--jumbotron-standard-margin: 8rem; /*margin between jumbotron elements*/
	}
	
	body{
		padding-top: 18.6rem !important;
	}
	
	.navbar-expand-md .submenu-back-button{
		display: block;
	}
	
	.jumbotron h1,
	.jumbotron h2.h2_groot{
		font-size: 7.4rem;
		line-height: 8.6rem;
	}
	
	.jumbotron h2.h2_groot{
		font-size: 7.4rem;
		line-height: 8.6rem;
	}

	.jumbotron h2.h2_groot strong{
		font-weight: 400 !important;
	}

	.jumbotron h2{
		font-size: 6rem;
		line-height: 7.6rem;
	}

	.jumbotron h3{
		font-size: 4rem;
		line-height: 4.6rem;
	}

	.jumbotron h4{
		font-size: 2.6rem;
		line-height: 3.6rem;
	}
	
	#hoofdmenu{
		gap: 2rem;
		margin-bottom: 3rem !important;
	}
	
	#hoofdmenu li a{
		font-size: 1.7rem;
		padding-inline: 1.5rem;
	}
	
	.navbar>.container-fluid{
		position: relative;
	}
	
	.navbar form.search-form {
		position: absolute;
		right: var(--bs-gutter-x,.75rem);
		top: 3rem;
	}
	
	#footer{
		padding-block: 8rem;
	}
	
	#single_component_usp .usp_items.row{
		--bs-gutter-x: 3rem;
		row-gap: 3rem;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	:root{
		--container-width: 960px;
		--jumbotron-standard-margin: 10rem; /*margin between jumbotron elements*/
	}
	
	#single_component_usp .usp_items.row{
		--bs-gutter-x: 3rem;
	}
	
	body{
		padding-top: 18.6rem !important;
	}
	
	.navbar-expand-lg .submenu-back-button{
		display: block;
	}
	
	.jumbotron h1,
	.jumbotron h2.h2_groot{
		font-size: 7.4rem;
		line-height: 8.6rem;
	}
	
	.jumbotron h2.h2_groot{
		font-size: 7.4rem;
		line-height: 8.6rem;
	}

	.jumbotron h2.h2_groot strong{
		font-weight: 400 !important;
	}

	.jumbotron h2{
		font-size: 6rem;
		line-height: 7.6rem;
	}

	.jumbotron h3{
		font-size: 4rem;
		line-height: 4.6rem;
	}

	.jumbotron h4{
		font-size: 2.6rem;
		line-height: 3.6rem;
	}
	
	#hoofdmenu{
		margin-bottom: 3rem !important;
	}
	
	.navbar>.container-fluid{
		position: relative;
	}
	
	.navbar form.search-form {
		position: absolute;
		right: var(--bs-gutter-x,.75rem);
		top: 3rem;
	}
}

@media (min-width:1200px) and (max-width:1399px)
{
	:root{
		--container-width: 1140px;
		--jumbotron-standard-margin: 10rem; /*margin between jumbotron elements*/
	}
	
    .navbar-expand-xl .submenu-back-button{
		display: block;
	}
	
	#logoholder svg ,
	#logoholder img{
    	max-width: 23.6rem;
	}
	
	#hoofdmenu li a{
		font-size: 1.6rem;
		padding: 0.6rem 1rem;
	}
	
	.navbar form.search-form label{
		width: 100%;
	}
	
	.navbar form.search-form{
		max-width: 24rem;
		line-height: 4rem;
	}
	
	.navbar form.search-form input{
		font-size: 1.5rem;
	}
	
	#hoofdmenu{
		gap: 1rem;
	}
	
	.jumbotron h2.h2_groot{
		font-size: 7.4rem;
		line-height: 8.6rem;
	}
}

@media (min-width:1400px) and (max-width:1500px)
{
	:root{
		--container-width: 1320px;
	}
	
	#logoholder svg ,
	#logoholder img{
    	max-width: 23.6rem;
	}
	
	#hoofdmenu li a{
		font-size: 1.8rem;
		padding: 0.6rem 1.5rem;
	}
	
	.navbar form.search-form label{
		width: 100%;
	}
	
	.navbar form.search-form{
		max-width: 26rem;
		line-height: 4rem;
	}
	
	.navbar form.search-form input{
		font-size: 1.5rem;
	}
	
	#hoofdmenu{
		gap: 1.5rem;
	}
	
	.container-fluid{
		max-width: 1320px;
	}
}

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

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

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.ui-datepicker tbody td {
  background: #fff; }

.ui-datepicker{
	margin-top: 0 !important;
}

iframe[name="google_conversion_frame"] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -1.3rem;
  float: left; }

li.menu-item:not(.menu-item-has-children) > a[href="#"] {
  cursor: default; }

.owl-carousel:not(.owl-loaded) {
  display: block; }

.modal-body img {
  max-width: 100% !important;
  height: auto !important; }

picture {
  max-width: 100%; }

a,
a:focus,
a:active {
  outline: 0 none !important;
  outline: none !important;
  outline-style: none !important;
  ie-dummy: expression(this.hideFocus=true);
  -moz-outline-style: 0 none; }

img {
  image-rendering: -webkit-optimize-contrast; }

a.lightbox {
  outline: none; }

.wp-caption {
  max-width: 100% !important; }

.gallery-item img {
  display: inline-block; }

.alignleft {
  display: inline;
  float: left; }

picture.alignleft img{
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

picture.alignright img{
  display: inline;
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

picture.aligncenter img{
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;     
}

img.alignleft,
img.alignright,
img.aligncenter,
picture.alignleft img,
picture.alignright img,
picture.aligncenter img{
  margin-bottom: 2.4rem; }

img.alignleft,
picture.alignleft img{
  margin-right: 2.4rem; }

img.alignright,
picture.alignright img{
  margin-left: 2.4rem; }

.expaned-submenu {
  display: none; }

#CybotCookiebotDialogDetailFooter {
	display: none;
}

input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

#CybotCookiebotDialogDetailFooter{ display: none !important; }