:root{
	/*
	Definieer hier eventuele variabelen

	Voorbeeld aanmaken variabele:
	--rood: #f00;

	Voorbeeld gebruik variabele:
	color: var(--rood);
	*/

	--jumbotron-standard-margin: 9rem; /*margin between jumbotron elements*/
	--default-margin-bottom: 2.4rem; /*p, ol, ul, etc*/
	--footer-margin-top: 10rem;
	--bs-gutter-x: 3rem;


	--kleur-zwart: #231f20;
	--kleur-wit: #ffffff;
	--kleur-geel: #edab1d;
	--kleur-lichtgrijs: #f8f8f8;
}

.row{
    --bs-gutter-x: 3rem;
}
.row.tinymce-row{
    --bs-gutter-x: 6.5rem;
}
h2 + .row.tinymce-row {
	margin-top: 4rem;
}

.gele-tekst{
	color: var(--kleur-geel);
}
.zwarte-tekst{
	color: var(--kleur-zwart);
}
.witte-tekst{
	color: var(--kleur-wit);
}

.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{
	overflow-x: hidden;
}

html{
	font-size: 62.5%;
}

body{
	font:300 1.8rem/3.2rem 'Roboto', sans-serif;
	color: var(--kleur-zwart);
	padding: 15.4rem 0 0 0;
}

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;
	scroll-margin-top: calc(var(--jumbotron-standard-margin) + 100px);
}

.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:300;
	font-style:normal;
	margin-bottom:var(--default-margin-bottom);
	margin-top:0;
}

.gekaderd_blok{
	--hoek1: 10rem;
	--hoek2: 10rem;
	clip-path:
	polygon(
	  0% var(--hoek1),     /* top left */
	  var(--hoek2) 0%,     /* top left */
	  100% 0%,    /* top right */
	  100% 0%,   /* top right */
	  100% calc(100% - var(--hoek1)),  /* bottom right */
	  calc(100% - var(--hoek2)) 100%,  /* bottom right */
	  0% 100%,   /* bottom left */
	  0 100%      /* bottom left */
	);

	padding: 5.6rem 14rem 6.3rem;
}

article > .jumbotron .gform_wrapper:last-child form,
.gekaderd_blok > *:last-child{
	margin-bottom: 0;
}

picture.img-fluid img{
    max-width: 100%;
    height: auto;
}


.share-title {
	display: none;
}
.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);
}

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;
}

.jumbotron h1{
	font-family: industry, sans-serif;
	font-size: 6rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 7.2rem;
}
.jumbotron h1 span {
	color: var(--kleur-wit);
}

.jumbotron h2{
	font-family: industry, sans-serif;
	font-size: 4rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 5.2rem;
	margin-bottom: 1.3rem;
}

.jumbotron h3{
	font-family: industry, sans-serif;
	font-size: 3rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 3.7rem;
	margin-bottom: 1.4rem;
	margin-bottom: 2rem;
}


ul.checklist + ul,
ul.lijst_met_pijlen + ul,
ul.lijst_met_blaadjes + ul {
	margin-top: 4rem;
}

ul.checklist,
ul.lijst_met_pijlen,
ul.lijst_met_blaadjes{
	padding: 0;
	list-style: none;
}

ul.checklist li,
ul.lijst_met_pijlen li,
ul.lijst_met_blaadjes li{
	position: relative;
	padding-left: 3.5rem;
}
ul.checklist li:before,
ul.lijst_met_pijlen li:before,
ul.lijst_met_blaadjes li:before{
	color: var(--kleur-zwart);
	font-size: 1.4rem;
	position: absolute;
	left: 0;
	top: 0;
    font-weight: 700;
	font-family: 'Font Awesome 6 Pro';
}

ul.checklist li {
	font-size: 2rem;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: 2.6rem;
}
ul.checklist li + li,
ul.lijst_met_pijlen li + li {
	margin-top: 2rem;
}


ul.lijst_met_pijlen li {
	padding-left: 2.5rem;
}


.kaart_met_content ul.checklist li:before {
	color: var(--kleur-zwart);
}
ul.checklist li:before {
	content: "\f058";
	font-size: 1.8rem;
	color: var(--kleur-geel);
}

ul.lijst_met_pijlen li:before{
	content: "\f054";
}
ul.lijst_met_blaadjes li:before{
	content: "\f06c";
	color: #1ea119;
	font-size: 1.8rem;
    font-weight: 700;
}
ul.lijst_met_blaadjes li a {
	color: var(--kleur-zwart);
	font-size: 1.6rem;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
}

ul.eenheid_items {
	display: flex;
	padding: 0;
    flex-wrap: wrap;

}


ul.eenheid_items li {
	padding: 4.2rem 3.5rem;
	display: inline-flex;
	flex-direction: column;
	text-align: center;
	border-radius: 1rem;
	border: 0.1rem solid #bfbfbf;
	color: var(--kleur-zwart);
	background-color: var(--kleur-wit);

	font-size: 1.6rem;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: 2.6rem;
	margin-right: 2rem;
	margin-bottom: 2rem;
}
ul.eenheid_items li strong {
	font-size: 3rem;
	font-weight: 300 !important;
	font-style: normal;
	letter-spacing: normal;
	line-height: 4.3rem;
	display: block;
}
ul.eenheid_items li + li {
	/*margin-left: 2rem;*/
}



div.content_inspringen {
	padding-left: 6.5rem;
}

.afbeelding_met_hoeken img {
	position: relative;
	--hoek1: 6rem;
	--hoek2: 5rem;
	clip-path:
    polygon(
      0% var(--hoek1),     /* top left */
      var(--hoek2) 0%,     /* top left */
      100% 0%,    /* top right */
      100% 0%,   /* top right */
      100% calc(100% - var(--hoek1)),  /* bottom right */
      calc(100% - var(--hoek2)) 100%,  /* bottom right */
      0% 100%,   /* bottom left */
      0 100%      /* bottom left */
    );
}

p.tekst_kleiner {
	font-size: 1.4rem;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	margin-bottom: 0;
}


.alert.alert-success {
	border: none;
	position: relative;


	color: var(--kleur-wit);
	font-size: 2rem;
    padding: 4.5rem 4.5rem 4rem;
	background-color: #1ea119;



	--hoek1: 4.4rem;
	--hoek2: 4.4rem;
	clip-path:
	polygon(
	  0% var(--hoek1),     /* top left */
	  var(--hoek2) 0%,     /* top left */
	  100% 0%,    /* top right */
	  100% 0%,   /* top right */
	  100% 100%,  /* bottom right */
	  100% 100%,  /* bottom right */
	  0% 100%,   /* bottom left */
	  0 100%      /* bottom left */
	);


}





article iframe {
	width: 100% !important;
	height: 540px !important;
}


.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;
}

@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: bolder !important;
}

a,
a:hover,
a:focus{
	color: var(--kleur-zwart);
}

hr{
	border-top:solid 1px var(--kleur-zwart);
	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: var(--kleur-wit);
	background-color: var(--kleur-geel);
	font-size: 1.8rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	font-family: industry, sans-serif;
	text-transform: uppercase;
	border: none;
	padding:1.4rem 3rem !important;
	line-height:normal !important;
    cursor: pointer;
	display: inline-flex;
	align-items: center;
	transition: 0.3s all !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 {
    background-color: var(--kleur-zwart);
}


.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 !important;
	border-radius: 0.8rem;
	border: 0.1rem solid var(--kleur-geel);

	color: var(--kleur-geel) !important;
}

.button_outline:hover,
.button_outline:focus{
    color: var(--kleur-zwart) !important;
	background-color: var(--kleur-geel) !important;
}

.button_outline_alt,
.button_outline_alt:hover,
.button_outline_alt:focus{
	background-color: transparent;
	border: solid 2px #3db532;
	color: #3db532;
}


.button_met_icoon_voor,
.button_met_icoon_na {
	font-family: industry, sans-serif;
	text-decoration: none;
	color: var(--kleur-wit);
	font-size: 1.8rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	border-radius: 0.8rem;
	background-color: var(--kleur-geel);
	padding: 1rem 3rem;
	text-transform: uppercase;
    display: inline-block;
	transition: 0.3s all !important;
}

.button_met_icoon_voor:hover, 
.button_met_icoon_na:hover,
.button_met_icoon_voor:focus, 
.button_met_icoon_na:focus{
    color: #000 !important;
}

.button_met_icoon_voor i{
	margin-right: 1.3rem;
	color: var(--kleur-zwart);
}
p:has(.button_met_icoon_voor + .button_met_icoon_voor) {
	display: flex;
    flex-wrap: wrap;
    gap: 15px;    
}


.button_met_icoon_na i{
	margin-left: 1.3rem;
	color: var(--kleur-zwart);
}



.link_met_icoon_voor {
	text-decoration: none;
	color: var(--kleur-geel);
	font-weight: 500;
}
.link_met_icoon_voor i {
	margin-right: 1.3rem;
}
.link_met_icoon_voor:hover i {
	color: var(--kleur-geel);
}



.link_met_pijl_voor,
.link_met_pijl_na{
	transition: 0.3s color, 0.3s background-color, 0.3s border-color;
}

.link_met_pijl_voor:before{
	content: "\f178";
	font-family: 'Font Awesome 6 Pro';
	margin-right: 1rem;
    display: inline-block;
    transition: 0.3s transform;
}

.link_met_pijl_na:after{
	content: "\f178";
	font-family: 'Font Awesome 6 Pro';
	margin-left: 1rem;
    display: inline-block;
    transition: 0.3s transform;
}

.link_met_pijl_voor:hover:before,
.link_met_pijl_na:hover:after{
    transform: translateX(0.5rem);
}

.woocommerce button.button.alt,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus{

}

.woocommerce button.button.alt:before{

}

.woocommerce .button[name="update_cart"],
.woocommerce .button[name="update_cart"]:hover,
.woocommerce .button[name="update_cart"]:focus{

}

.woocommerce .button[name="update_cart"]:before{
	content: "\f0e2";
	font-family: 'Font Awesome 6 Pro';
	margin-right: 1rem;
}

.woocommerce .button[name="update_raq"],
.woocommerce .button[name="update_raq"]:hover,
.woocommerce .button[name="update_raq"]:focus{

}

.woocommerce .button[name="update_raq"]:hover,
.woocommerce .button[name="update_raq"]:focus{

}

.woocommerce-page .button[name="apply_coupon"],
.woocommerce-page .button[name="apply_coupon"]:hover,
.woocommerce-page .button[name="apply_coupon"]:focus{

}

.woocommerce-page .button[name="apply_coupon"]:hover,
.woocommerce-page .button[name="apply_coupon"]:focus{

}

body.woocommerce .add-request-quote-button.button,
body.woocommerce .add-request-quote-button.button:hover,
body.woocommerce .add-request-quote-button.button:focus{

}

body.woocommerce .add-request-quote-button.button:hover,
body.woocommerce .add-request-quote-button.button:focus{

}

body.woocommerce-account .woocommerce-MyAccount-content .button,
body.woocommerce-account .woocommerce-MyAccount-content .button:hover,
body.woocommerce-account .woocommerce-MyAccount-content .button:focus{

}

body.woocommerce-account .woocommerce-MyAccount-content .button:hover,
body.woocommerce-account .woocommerce-MyAccount-content .button:focus{

}

.checkout-button:after{
	color: #ffffff;
	font-family: "Font Awesome 6 Pro";
	font-size: 1.2rem;
	content: "\f178";
	font-weight: 700;
	margin-left: 1rem;
}

article > *:last-child{
	margin-bottom:0;
}

/*Balken achtergrond*/
.jumbotron.toon_balken_in_achtergrond {
	position: relative;
}
.jumbotron.toon_balken_in_achtergrond + .jumbotron,
.jumbotron.toon_balken_in_achtergrond + .jumbotron + .jumbotron {
	position: relative;
	z-index: 2;
}
.jumbotron.toon_balken_in_achtergrond > .container {
	position: relative;
	z-index: 2;
}
.jumbotron.toon_balken_in_achtergrond:before,
.jumbotron.toon_balken_in_achtergrond:after {
	content: "";
	position: absolute;
	width: 14.9rem;
    height: 50rem;
	z-index: 0;
}
.jumbotron.toon_balken_in_achtergrond:before {
	background-image: linear-gradient(to top, var(--kleur-geel) 0%, rgba(255, 255, 255, 0) 100%);
	top: 50%;
	left: 0;
	transform: translateX(100%) rotate(45deg);
	transform-origin: top right;
}
.jumbotron.toon_balken_in_achtergrond:after {
	background-image: linear-gradient(180deg, #f1f1f1 0%, rgba(255, 255, 255, 0) 100%);
	transform: translateX(100%) rotate(45deg);
    right: 0;
	transform-origin: top right;
    right: 10rem;
	top:0

}

.jumbotron.toon_balken_in_achtergrond:before {
    top: 40rem;
    /*top: calc(100% - 3rem);*/
}
/*
.jumbotron.toon_balken_in_achtergrond.content_1_koloms.stijl_achtergrondkleur:before {
	top: calc(100% - 7rem);
}
*/

.jumbotron.toon_balken_in_achtergrond.row_404:before {
    top: 33rem;
}
.jumbotron.toon_balken_in_achtergrond.row_404:after {
    transform-origin: top right;
    bottom: initial;
    top: 0;
    right: 10rem;
}

.jumbotron.hoofdkop_centreren header {
	text-align: center;
}






/*Row 1*/
body:not(.tax-product_category):not(.single-product):not(:has(article .header:first-child)) article > .jumbotron#row_1 {
	padding-top: 12.3rem;
	margin-top: 0;
}

body:has(article .header:first-child) .breadcrumbs{
    display: none;
}

body.single-product article > .jumbotron:first-child {
	padding-top: 7.3rem;
}


.jumbotron.content_1_koloms.stijl_achtergrondkleur:not(.stijl_achtergrondkleur_ffffff) {
	padding-top: 12.3rem;
	padding-bottom: 7rem;
}
.jumbotron.content_1_koloms#row_1.content_breedte_groot:not(.hoofdkop_centreren) > .container > .row > div.col-sm-12 .last-no-margin {
	max-width: 78rem;
}


/* breadcrumbs */
.jumbotron.breadcrumbs {
	position: absolute;
    z-index: 2;
    margin-top: 1.8rem;
}

.jumbotron.breadcrumbs a {
	text-decoration: none;
	color: var(--kleur-zwart);
	font-size: 1.4rem;
	font-style: normal;
	letter-spacing: normal;
	line-height: 2.6rem;
	vertical-align: middle;
	display: inline-block;
}
.jumbotron.breadcrumbs span.divider {
	color: rgba(0, 0, 0, 0.4);
	font-size: 0.7rem;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: 2.6rem;
    margin: 0 12px;
	vertical-align: middle;
}
.jumbotron.breadcrumbs span[property="itemListElement"] {
	color: var(--kleur-zwart);
	line-height: 2.6rem;
	font-size: 1.4rem;
	font-weight: 300;
	vertical-align: middle;
}
.jumbotron.breadcrumbs span.current-item {
	color: var(--kleur-zwart);
	font-size: 1.4rem;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: 2.2rem;
}


.topmenu {
	height: 4rem;
	background-color: var(--kleur-zwart);
	color: var(--kleur-wit);
	font-family: Industry;
	font-size: 1.4rem;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
}
body.logged-in ul.topmenu li.login {
	display: none;
}

.topmenu a {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.7);
	background-color: var(--kleur-zwart);
}

form.search-form{
	margin:0;
	padding:0rem;
	background-color: var(--kleur-wit);
}

form.search-form label{
	padding: 0;
	margin:0;
	color: rgba(0, 0, 0, 0.5);
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	flex-shrink: 0;
    flex-grow: 1;
}

form.search-form input{
	width: 100%;
	margin:0;
	padding:0 1rem 0 0;
	outline:none;
	border:none;
	border-radius:0;
	height: 4rem;
	color: rgba(0, 0, 0, 0.5);
	font-family: 'Roboto', sans-serif;
	font-size: 1.6rem;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	background-color: var(--kleur-wit);
}

form.search-form button{
	margin: 0;
    padding: 0 !important;
    outline: none;
    background: none;
    border: none;
    border-radius: 0;
    font-size: 1.3rem;
    width: 4rem;
    color: var(--kleur-geel);
    justify-content: center;
	flex-shrink: 0;
}
form.search-form button:hover{
	color: var(--kleur-zwart);
}

.talen-container {
	padding-left: 2.5rem;
}
.talen-container button.taal_active {
	color: var(--kleur-wit);
	background: none;
	border: none;
	height: 100%;
    font-size: 1.4rem;
	padding: 0;
}
.talen-container button.taal_active span {
	margin-left: 0.6rem;
	text-decoration: underline;
}

ul.topmenu {
	list-style: none;
	margin: 0 0 0 2rem;
	padding: 0;
}
ul.topmenu li + li {
	margin-left: 2rem;
}
ul.topmenu li a {
	display: block;
	line-height: 4rem;
}
ul#accountmenu li + li {
	margin: 0;
}

body.logged-in ul#topmenu li.login {
	display: none;
}

.accountmenu_container {
	margin-left: 2.8rem;
	position: relative;
}
.accountmenu_accountinfo {
	position: relative;
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, 0.7);
	font-family: industry, sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
    line-height: 4rem;
}
.accountmenu_accountinfo i {
	font-size: 1rem;
	margin-left: 0.5rem;
}
.accountmenu_accountinfo .accountmenu_gravatar {
	width: 2.5rem;
	height: 2.5rem;
	background-color: var(--kleur-geel);
    display: flex;
    align-items: center;
    justify-content: center;
	margin-right: 0.8rem;
	    border-radius: 2.5rem;
}
.accountmenu_accountinfo .accountmenu_gravatar img {
    border-radius: 2.5rem;
}


ul#accountmenu {
	display: none;
	position: absolute;
	top: 4rem;
	min-width: 12rem;
	padding: 0;
	right: 0;
	margin: 0;
	-webkit-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fade;
	animation-name: fade;
    z-index: 10;
    text-align: right;
}
ul#accountmenu li a {
	padding: 0 1rem;
}
.accountmenu_container:hover ul#accountmenu {
	display: block;
}
 @keyframes fade {
      from {
          opacity: 0;
          transform: translate3d(0, -5%, 0);
      }
      to {
          opacity: 1;
          transform: translate3d(0, 0, 0);
      }
  }

/*Modal*/
.modal {
	min-height: 50rem;
}
.modal-backdrop {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0.65);
}
.modal-dialog {
	margin: auto;
}
.modal-header .btn-close {
    background: none;
    padding: 0;
    color: var(--kleur-zwart);
    font-size: 2rem;
    font-weight: 300;
    opacity: 1;
    margin: 0;
    line-height: 2rem;
}

.modal-content {
	border-radius: 0;
	background-color: var(--kleur-wit);
	padding: 2.3rem 3rem;
}
.modal-header {
	padding: 0 0 3rem;
	border: none;
	align-items: start;
}
h3.modal-title {
	font-family: industry, sans-serif;
	font-size: 1.4rem;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 3rem;
	color: rgba(0, 0, 0, 0.5);
}
h2.modal-title {
	color: var(--kleur-zwart);
	font-family: industry, sans-serif;
	font-size: 3rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 3.7rem;
}
.modal-body {
	padding: 0;
	font-family: industry, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
}

#talen_modal .modal-dialog {
	max-width: 65rem;
}
#talen_modal .modal-content {
}

#interesse_modal .modal-dialog {
	max-width: 51.5rem;
}
#interesse_modal .modal-content {
	padding: 3.5rem 4.5rem;
}
.interesse_modal_product > .row {
	--bs-gutter: 1.50rem;
}
.interesse_modal_product img {
	max-width: 8.5rem !important;
}




ul.talen_modal_lijst {
	display: grid;
	padding: 0;
	list-style: none;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 8rem;
	grid-row-gap: 1.7rem;
}
ul.talen_modal_lijst li {
	position: relative;
	padding-left: 2rem;
}
ul.talen_modal_lijst li i {
	opacity: 0;
	position: absolute;
	top: 1rem;
	left: 0;
	color: var(--kleur-geel);
	font-size: 1.4rem;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
ul.talen_modal_lijst li.taal_active i {
	opacity: 1;
}
ul.talen_modal_lijst li.taal_active span {
	color: var(--kleur-geel);
}
ul.talen_modal_lijst li a {
	text-decoration: none;
	color: var(--kleur-zwart);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
ul.talen_modal_lijst li a:hover {
	color: var(--kleur-geel);
}
ul.talen_modal_lijst li:hover i {
	opacity: 1;
}

nav.navbar{
	min-height:0;
	background-color: var(--kleur-wit);
	border:none;
	margin:0;
    padding: 0;
	width:100%;
	float:left;
	flex-wrap: wrap;
	height: 15.4rem;
	border-bottom: 0.1rem solid #efefef;
}
nav.navbar:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: var(--kleur-wit);
	z-index: -1;
}
nav.navbar:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0.1rem;
	background-color: #efefef;

}

.fixed-top{
    transition: 0.3s transform;
}

nav.navbar.is-hidden{
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.navbar>.container {
	display: block;
}

.navbar .navbar-brand{
	height:auto;
	padding:0;
	margin:0;
    width: 25.7rem;
    display: block;
}




#logoholder{
	float:left;
    margin: 1.8rem 2rem 2.8rem 0;
}
#logoholder img {
	max-width: 100%;
}

#hoofdmenu{
	margin:0;
}

#hoofdmenu li{
	margin: 0 0 0 3rem;
	position:relative;
}

#hoofdmenu li:first-of-type{
	margin-left:0;
}

#hoofdmenu li:last-of-type{
	margin-right:0;
}

#hoofdmenu > li > a{
	position: relative;
    padding: 0.3rem 0;
	white-space: nowrap;
	background:none;
	color: rgba(0, 0, 0, 0.58);
	font-family: industry, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 3rem;
	transition: 0.2s color, 0.2s opacity;
	text-decoration: none !important;
}


body.tax-product_category #hoofdmenu > li.products > a,
body.single-product #hoofdmenu > li.products > a,
#hoofdmenu > li:hover > a,
#hoofdmenu > li.current-menu-item > a,
#hoofdmenu > li.current-menu-ancestor > a,
#hoofdmenu > li.current-menu-parent > a{
	color: var(--kleur-zwart);
}

#hoofdmenu > li > a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0.5rem;
	background-color: var(--kleur-geel);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

body.tax-product_category #hoofdmenu > li.products > a:before,
body.single-product #hoofdmenu > li.products > a:before,
#hoofdmenu > li:hover > a:before,
#hoofdmenu > li.current-menu-item > a:before,
#hoofdmenu > li.current-menu-ancestor > a:before,
#hoofdmenu > li.current-menu-parent > a:before {
	width: 100%;
}

#hoofdmenu li.menu-item-has-children {
	padding-right: 1.5rem;
}
#hoofdmenu li.menu-item-has-children > a:after{
	content: "\f107";
	font-family: 'Font Awesome 6 Pro';
	font-size: 1rem;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	position: absolute;
    right: -1.5rem;
    top: 0rem;
	pointer-events: none;
}

#hoofdmenu li.menu-item-has-children.open > a:after{
	content: "\f106";
	font-family: 'Font Awesome 6 Pro';
}

#hoofdmenu li.submenu-overzicht-button {
	display: none;
}

/*Submenu*/
#hoofdmenu > li > ul{
	background: var(--kleur-wit);
	display:none;
	list-style:none;
	padding:0;
	margin:4rem 0 0 0;
	position:absolute;
	top:100%;
    width: 100%;
	left:-1.5rem;

	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#hoofdmenu > li > ul:before {
    height: 4.1rem;
    top: -4.1rem;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background: transparent;
}


#hoofdmenu > li.megamenu {
	position: static;
}
#hoofdmenu > li.megamenu > ul{
	background: var(--kleur-wit);
	display: none;
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	left: 0;
	padding: 4.5rem calc((100vw - 1044px) /2);
	z-index: 2;
}

.menu_open_overlay {
	display: none;
	position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.65);
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 30;
	margin-top: 0;
}

#hoofdmenu > li.megamenu ul:after {

}


#hoofdmenu > li.megamenu:hover ul:after {
	opacity: 1;
	visibility: visible;
}

#hoofdmenu li.megamenu:hover > ul{
	display: block;
	column-count: 3;
	column-gap: 3rem
}


#hoofdmenu li ul li a {
}



#hoofdmenu li:hover > ul{
	opacity: 1;
	visibility: visible;
}

#hoofdmenu li ul li{
	margin:0;
	padding:0;
	float:left;
	width:100%;
	clear:both;
}

#hoofdmenu li ul li a{
	white-space:nowrap;
	margin:0;
	float:left;
	width:100%;
	text-decoration: none;
	color: var(--kleur-zwart);
	font-family: industry, sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 3rem;
}
#hoofdmenu li ul li a:before {
    content: "\f061";
    font-family: 'Font Awesome 6 Pro';
	color: var(--kleur-geel);
	font-size: 1.6rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	margin-right: 1.3rem;
}

#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%;
}


/**/

.volledige_afbeelding + .content_1_koloms {
	margin-top: 18rem;
	margin-top: 11rem;
}
.content_1_koloms + .usps {
	margin-top: 15rem;
}
.content_1_koloms + .content_1_koloms {
	margin-top: 8rem;
}
.content_1_koloms + .kaart_met_content {
	margin-top: 14rem;
}

/*Product taxt pagina*/
.header_product_categorie {
	height: 28.5rem;
}
.header_product_categorie img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-width: initial;
}

.intro_titelblok_geel {
	padding-top: 4.5rem;
}
.intro_titelblok_geel .row {
	--bs-gutter-x: 5.2rem;
}

.intro_titelblok_geel .intro_titelblok_geel_heading {
	position: relative;
	margin-top: -4.5rem;
	padding-top: 4.5rem;
	padding-bottom: 4rem;
	margin-bottom: 4.5rem;
}
.intro_titelblok_geel .intro_titelblok_geel_heading:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(calc(-100% + 1px));
	width: 200%;
	height: 100%;
	z-index: -1;
	background-color: var(--kleur-geel);
}
.intro_titelblok_geel .intro_titelblok_geel_heading:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: var(--kleur-geel);

	--hoek: calc(100% - 85px);
	clip-path:
    polygon(
      0% 0%,     /* top left */
      100% 0%,     /* top left */
      100% 0%,    /* top right */
      100% 0%,   /* top right */
      100% var(--hoek),  /* bottom right */
      var(--hoek) 100%,  /* bottom right */
      0% 100%,   /* bottom left */
      0 100%      /* bottom left */
    );
}

a.scrolldown {
	color: var(--kleur-zwart);
	text-decoration: none;
	font-size: 1.8rem;
	font-weight: 700;
	font-style: normal;

	letter-spacing: normal;
	line-height: normal;
	text-transform: uppercase;
	font-family: industry, sans-serif;
}
a.scrolldown i {
	margin-right: 1.5rem;
}


/*Single product*/

.snelmenu {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	color: var(--kleur-wit);
}
.snelmenu_top {
	padding: 1rem 0;
	background-color: var(--kleur-zwart);
}
.snelmenu h3 {
	margin: 0;
}
.snelmenu_top .button:hover {
	background-color: var(--kleur-wit) !important;
	color: var(--kleur-zwart) !important;
}



.snelmenu_bottom {
	background-color: var(--kleur-wit);
}

.snelmenu_bottom span{
	font-weight: 700;
	color: var(--kleur-zwart) !important;
	display: inline-flex;
	align-items: center;
	font-size: 1.8rem;
}

.snelmenu ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.snelmenu ul li {
	padding: 1rem 0;
	margin-left: 1rem;
}
.snelmenu ul li:first-child {
	margin-left: 0;
}
.snelmenu ul li a {
	text-decoration: none;
	color: var(--kleur-zwart);
	font-family: industry, sans-serif;
	font-size: 1.8rem;
	color: #fff;
	font-family: industry;
	font-weight: 700;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	background: var(--kleur-geel);
	border-radius: 8px;
	display: inline-block;
	text-decoration: none;
	padding-inline: 10px;
	padding-block: 9px 6px;
}
.productheader + .jumbotron.jumbo-padding {
	margin-top: 11.6rem;
}
.row_productheader {
	--bs-gutter-x: 5rem;
}

.product_quickto{	
    font-size: 1.4rem;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 2.2rem;
	margin-top: 3rem;
}

.product_quickto ul{
	padding: 0;
	margin: 5px 0 0;
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
	list-style: none;
}


.product_quickto ul li a{
	color: #fff; 
	font-family: industry;
	font-weight: 700;
	font-size: 14px;
	line-height: normal;
	text-transform: uppercase;
	background: var(--kleur-geel);
	border-radius: 8px;
	display: inline-block;
	text-decoration: none;
	padding-inline: 10px;
    padding-block: 9px 6px;
}

.productslider_container {
	padding: 0;
	background-color: var(--kleur-lichtgrijs);
    position: relative;
    margin-top: 2rem;
	margin-bottom: 4rem;
}
.productslider img {
	max-width: 100%;
}

.tns-controls {
    position: absolute;
    width: 100%;
    left: 0;
    display: flex;
    justify-content: space-between;
    height: 0;
    top: 50%;
	padding: 0 20px;
    transform: translateY(-50%);
}
.tns-controls button {
	color: var(--kleur-zwart);
	font-size: 1.8rem;
	border: none;
	background: none;
}

.tns-nav {
    line-height: 0;
    position: absolute;
    bottom: 2.6rem;
    display: flex;
    justify-content: center;
    width: 100%;
    left: 0;
}
.tns-nav button {
	margin: 0 0.25rem;
	padding: 0;
	border: 0;
	border-radius: 1rem;
	width: 1rem;
	height: 1rem;
	background-color: var(--kleur-zwart);
}
.tns-nav button:hover,
.tns-nav button.tns-nav-active {
	background-color: var(--kleur-geel);
}

.product_notitie {
	padding: 2.2rem 2rem 2rem 7.6rem;
	background-color: #fcf3df;
	position: relative;
}
.product_notitie i {
	position: absolute;
	left: 3.3rem;
	top: 2.8rem;
	color: var(--kleur-zwart);
	font-size: 2.2rem;
}


.single_product_usp_items {
	margin-top: 3.3rem;
}
.single_product_usp_item {
	position: relative;
	padding-left: 3.5rem;

	font-size: 1.4rem;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: 2.2rem;
}
.single_product_usp_item i {
	position: absolute;
	left: 0;
	top: 0;
	color: var(--kleur-geel);
	font-size: 1.8rem;
	font-style: normal;
	letter-spacing: normal;
	line-height: 2.6rem;
}



/*404, search*/
.row_404 .overzicht_producten_lijst {
	margin-top: 6.2rem;
}
.row_404 {
	padding-bottom: 4rem;
}
.content_zoekresultaat_producten {
	margin-top: 6.2rem;
}
.content_zoekresultaat_producten + .overzicht_producten_lijst {
	margin-top: 2.8rem;
}


.overzicht_producten_content {
	margin-bottom: 3rem;
}
.overzicht_producten_aantal {
    margin-top: 3.2rem;
}

p.aantal_producten {
	font-size: 1.8rem;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: 3.2rem;
	margin: 0;
}
p.aantal_producten span {
	font-weight: 700;
}

/*Product overzicht lijst*/
.overzicht_producten_lijst {
	margin-top: 3.2rem;
	margin-top: 2rem;
}
.overzicht_producten_lijst > .row {
	--bs-gutter-y: 3rem;
}
form.zoek_producten {
	overflow: hidden;
    position: relative;
}
form.zoek_producten input {

	border-radius: 0.8rem;
	border: 0.1rem solid rgba(0, 0, 0, 0.25);
    padding-left: 4rem;
}
form.zoek_producten input:focus {
	border: 1px solid rgba(0, 0, 0, 0.49);
}
form.zoek_producten button {

    position: absolute;
    height: 100%;
    left: 0;
}

a.overzicht_product_item {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
	border-radius: 1rem;
	background-color: #f4f4f4;
	padding: 3rem 2rem 1.7rem;
	text-align: center;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
a.overzicht_product_item:hover {
	box-shadow: 0.2rem 0.2rem 0 #000000;
}
a.overzicht_product_item img {
	margin-bottom: 3rem;
	max-width: 100%;
}
.overzicht_product_item_titel {
	position: relative;
	color: var(--kleur-zwart);
	font-family: industry, sans-serif;
	font-size: 2.2rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	display: block;
	margin-bottom: 2rem;
}
.overzicht_product_item_titel:after {
}

.overzicht_product_item_voordelen {
	display: grid;
	position: relative;
	margin-top: auto;
	padding-top: 2rem;
	font-size: 1.5rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 2.4rem;
	font-weight: 300;
	color: var(--kleur-zwart);
	text-align: left;
	list-style: none;
	padding-left: 0;
}
.overzicht_product_item_voordelen:before {
	content: "";
	position: absolute;
	width: calc(100% + 4rem);
	height: 1px;
	background-color: var(--kleur-wit);
	top: 0;
	left: -2rem;
}
.overzicht_product_item_voordelen li{
	display: inline-flex;
	gap: 5px
}
.overzicht_product_item_voordelen li:before{
	content: "\f058";
	font-family: "Font Awesome 5 Pro";
	font-weight: normal;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	color: #edab1d;

}
.overzicht_product_item_meer {
	display: block;
	font-size: 1.5rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 2.4rem;
	font-weight: 300;
	color: var(--kleur-zwart);
	text-align: left;
}

h3.aantal_producten {
	color: var(--kleur-zwart);
	font-size: 3rem;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 3.7rem;
	margin-bottom: 2.8rem;
}

/*Single post*/
.bericht__datetime {
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: 2.2rem;
	margin-bottom: 2rem;
}
.bericht__datetime i {
	margin-right: 1.1rem;
}

.jumbo-terug-overzicht {
	margin-top: 7rem;
}



.table-responsive table > tbody > tr:first-of-type td {
	border: 0.1rem solid #e6e6e6;
	--bs-table-accent-bg: var(--kleur-zwart);
	color: var(--kleur-wit);
	font-size: 1.2rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
    padding: 1.1rem 1.1rem;
}


.table-responsive table tbody td {
	color: var(--kleur-zwart);
	font-size: 1.4rem;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;


	padding: 1.1rem 1.1rem;
	border: 0.1rem solid #e6e6e6;
}
.table-responsive>table>tbody>tr {
	--bs-table-accent-bg: var(--kleur-wit);
}
.table-responsive>table>tbody>tr:nth-of-type(odd) {
	--bs-table-accent-bg: var(--kleur-lichtgrijs);
}



.socialmedia a {
	color: var(--kleur-geel);
}
.socialmedia a + a {
	margin-left: 1rem;
}
.socialmedia a[title="twitter"] {
	color: #00b9ff;
}
.socialmedia a[title="linkedin"] {
	color: #1b7ebf;
}
.socialmedia a[title="youtube"] {
	color: #eb1f1f;
}


.popup_contact {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;
	height: 0;
}

.popup_contact_container {
	right: 3rem;
	position: absolute;
    bottom: 3rem;
}
.popup_contact_content {
	width: 20rem;
	font-size: 1.5rem;
	line-height: 2.4rem;
	max-width: 20rem;
	margin-right: 3.8rem;
	padding: 2rem 5rem 1.5rem 2.5rem;
	background-color: var(--kleur-geel);
	position: relative;
	--hoek1: 2.4rem;
	--hoek2: 2.4rem;
	clip-path:
		polygon(
		0% var(--hoek1),     /* top left */
		var(--hoek2) 0%,     /* top left */
		100% 0%,    /* top right */
		100% 0%,   /* top right */
		100% 100%,  /* bottom right */
		100% 100%,  /* bottom right */
		0% 100%,   /* bottom left */
		0 100%      /* bottom left */
	);
}
.popup_contact_content strong {
	font-size: 1.8rem;
}
.popup_contact_buttons {
	position: relative;
	padding-left: 2.4rem;
}
.popup_contact_buttons a {
	display: block;
	width: 4.8rem;
	height: 3.9rem;
	background-color: var(--kleur-zwart);
	text-align: center;
	font-size: 1.8rem;
	font-style: normal;
	letter-spacing: normal;
	line-height: 3.9rem;
	color: var(--kleur-geel);
}
.popup_contact_buttons a + a{
	margin-left: 0.5rem;
}
.popup_contact_afbeelding {
	position: absolute;
	box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.15);
	border: 0.3rem solid var(--kleur-geel);
    top: 0;
    right: 0;
}


.popup_contact_afbeelding img {
	width: 72px;
}

article {
	padding-bottom: 8rem;
}



#footer{
	padding:8rem 0 5rem;
	background-color: var(--kleur-zwart);
	border-top: 1px solid var(--kleur-zwart);
	position: relative;
	z-index: 10;
}
#footer > .container > .row {
	--bs-gutter-x: 3rem;
	--bs-gutter-y: 2rem;
}

#footer h3 {
	font-size: 1.8rem;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 3rem;
	margin-bottom: 1.3rem;
	color: var(--kleur-wit);
}

#footer ul,
#footer p{
	list-style:none;
	padding:0;
	color: var(--kleur-wit);
}

#footer p a{
	color: var(--kleur-wit);
}

#footer ul li a{
	color: var(--kleur-wit);
}




#credits{
	padding:1.2rem 0;
	border-top: 1px solid #ffffff30;
	background: var(--kleur-zwart);
	color: var(--kleur-zwart);
	font-size: 1.4rem;
	font-weight: 300;
	font-style: normal;
	letter-spacing: normal;
	line-height: 3.2rem;
}

#credits,
#credits a{
	color: var(--kleur-wit);
	text-decoration:none;
}

#credits ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

#credits li{
	display: inline-block;
	margin-right: 2rem;
}

#credits li:first-of-type{
	margin-left:0;
}

#credits li:last-of-type{
	margin-right:0;
}

.submenu-back-button{
	display: none;
}

.stijl_achtergrondkleur:not(.stijl_achtergrondkleur_ffffff){
	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:not(.call_to_action):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));
}

#dropdown_items_accordion{
	display: grid;
	gap: 1rem;
}

.dropdown_item{
	background: #fff;
	--hoek1: 2rem;
	--hoek2: 2rem;
	clip-path:
	polygon(
	  0% var(--hoek1),     /* top left */
	  var(--hoek2) 0%,     /* top left */
	  100% 0%,    /* top right */
	  100% 0%,   /* top right */
	  100% calc(100% - var(--hoek1)),  /* bottom right */
	  calc(100% - var(--hoek2)) 100%,  /* bottom right */
	  0% 100%,   /* bottom left */
	  0 100%      /* bottom left */
	);
	padding: 2rem 2.5rem;
}

.stijl_achtergrondkleur_ffffff .dropdown_item{
    background: #231f20;
}

.stijl_achtergrondkleur_ffffff .dropdown_item .dropdown_item_title,
.stijl_achtergrondkleur_ffffff .dropdown_item p{
    color: #fff !important;
}

.dropdown_item_content_inner{
	padding-top: 2rem;
}

.dropdown_item_title{
	font-family: industry;
	font-weight: bold;
	font-size: 22px;
	line-height: normal;
	color: #231f20 !important;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}


/* default = collapsed â†’ PLUS */
.dropdown_item_title::after {
	content: "\2b"; /* + */
	font-family: "Font Awesome 6 Pro";
	font-weight: 400;
	font-size: 18px;
	transition: transform 0.2s ease;
	color: #fff;
	background: var(--kleur-geel);
	border-radius: 8px;
	width: 3rem;
	height: 3rem;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

/* open state â†’ MINUS */
.dropdown_item_title:not(.collapsed)::after {
	content: "\2212"; /* âˆ’ */
}

@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{
        /*
        Definieer hier eventuele variabelen

        Voorbeeld aanmaken variabele:
        --rood: #f00;

        Voorbeeld gebruik variabele:
        color: var(--rood);
        */

        --jumbotron-standard-margin: 7rem; /*margin between jumbotron elements*/
        --default-margin-bottom: 2.4rem; /*p, ol, ul, etc*/
        --footer-margin-top: 10rem;
        --bs-gutter-x: 2rem;
    }

ul.eenheid_items {
    display: grid;
    padding: 0;
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
}

	.row.tinymce-row {
		--bs-gutter-x: 2rem;
		--bs-gutter-y: 3rem;
	}
	body {
		padding-top: 7.4rem;
	}
	.jumbotron.toon_balken_in_achtergrond:before,
	.jumbotron.toon_balken_in_achtergrond:after {
	}
	nav.navbar {
		height: 7.4rem;
		border: none;
	}
	nav.navbar:before,
	nav.navbar:after {
		display: none;
	}
	#logoholder {
		margin: 0;
	}
	.navbar .navbar-brand{
	    width: 16.8rem;
	}

	.snelmenu {
		display: none;
	}

	.mobile_overlay_bottom {
    	background-color: var(--kleur-zwart);
	}
	ul.topmenu {
		margin: 0 0 0 2rem;
		background-color: transparent;
	}


	.jumbotron.toon_balken_in_achtergrond:before, .jumbotron.toon_balken_in_achtergrond:after {
	    width: 6rem;
		height: 22rem;
	}
	.jumbotron.toon_balken_in_achtergrond:before {
	    top: 10rem;
	}
	.jumbotron.toon_balken_in_achtergrond:after {
	    right: 0;
	}

	.jumbotron h1 {
		font-size: 3rem;
		line-height: 4rem;
	}
	.jumbotron h2 {
		font-size: 2.8rem;
		line-height: 3.8rem;
	}
	.jumbotron h3 {
		font-size: 2.2rem;
		font-weight: 700;
		font-style: normal;
		letter-spacing: normal;
		line-height: 3rem;
	}
	.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 {

    	font-size: 1.6rem;
	}



	ul.checklist li {
		font-size: 1.8rem;
	}

	div.content_inspringen {
		padding:0;
	}

    #hoofdmenu li.menu-item-has-children ul,
    #hoofdmenu li.menu-item-has-children:hover ul {
        display: none;
        position: static;
    }

	.navbar-expand-md .submenu-back-button{
		display: block;
	}

    .ajax-loader {
        width: auto;
        max-width: 100%;
        height: auto;
    }

    article .gallery-item img {
        max-width: 100%;
        width: auto;
    }

    .expaned-submenu {
        color: #a66740;
        text-align: center;
        float: right;
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        height: 100%;
        width: 50px;
        cursor: pointer;
        z-index: 2000;
        margin: 0;
    }

    .navbar-toggler {
		border: none;
		padding: 0;
		margin: 0;
		border-radius: 0 !important;
		outline: none !important;
		box-shadow: none !important;
    }

    .navbar-toggler-icon {
		outline: none !important;
      	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='15' viewBox='0 0 23 15'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23231f20' d='M2.208.5H17l-1.73 2h-15z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23231f20' d='M8.209 6.5H23l-1.73 2h-15z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23231f20' d='M2.208 12.5H17l-1.73 2h-15z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }

    .navbar .navbar-brand{
		max-width:100%;
	}

	.navbar .navbar-brand img,
    .navbar .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;
    }

	.jumbotron.jumbo-padding {
		margin-top: calc(var(--jumbotron-standard-margin) / 2);
	}

	.stijl_achtergrondkleur {
		padding-top: calc(var(--jumbotron-standard-margin) / 2);
		padding-bottom: calc(var(--jumbotron-standard-margin) / 2);
	}

	#content article > .stijl_achtergrondkleur:last-child {
		margin-bottom: calc((var(--footer-margin-top) - var(--footer-margin-top)));
	}

	.intro_titelblok_geel .intro_titelblok_geel_heading:before {
    	transform: translateX(calc(-100% + 21px));
	}
	.intro_titelblok_geel .intro_titelblok_geel_heading:after {
		--hoek: calc(100% - 35px);
	    right: -20px;
	    left: initial;
	}

	.row_productheader {
    	--bs-gutter-y: 5rem;
	}
	.single_product_usp_items {
    	--bs-gutter-y: 1.5rem;
	}

	.popup_contact {
		position: fixed;
	    z-index: 999;
	    height: 0;
	    top: 100%;
	}

	.popup_contact_content {
		display: none;
	}
	.popup_contact_afbeelding {
	    position: relative;
	    display: inline-block;
	}
	.popup_contact_buttons {
	    padding: 0;
	    position: absolute;
	    z-index: 2;
	    transform: translate(-50%,-50%);
	    right: 0;
	}

	#footer > .container > .row .col-xl-2 {
		width: 100%;
	}

	.gekaderd_blok {
	    --hoek1: 4rem;
	    --hoek2: 4rem;
    	padding: 5.6rem 3rem 6.3rem;
	}


	.overzicht_product_item_titel {
		font-size: 1.8rem;
		line-height: 2.5rem;
    	overflow: hidden;
	}

	h2 + .row.tinymce-row {
		margin-top: -2.5rem;
	}
	.row.tinymce-row {

	}
	.content_1_koloms + .usps {
		margin-top: var(--jumbotron-standard-margin);
	}

	.jumbotron.breadcrumbs {
    	position: relative;
	}
	body.single-product article > .jumbotron:first-child {
	    padding-top: 2.3rem;
	}
	body:not(.tax-product_category):not(.single-product) article > .jumbotron#row_1 {
	    padding-top: 3.4rem;
	    margin-top: 0;
	}

	.intro_titelblok_geel_heading {
	    height: auto;
	    transform: initial;
	}
	
	#hoofdmenu li.megamenu > ul{
		column-count: 1 !important;
		column-gap: 3rem !important;
	}
}

@media (min-width: 576px) and (max-width:767px)
{

}

@media (min-width:768px) and (max-width:991px)
{
	.jumbotron h1 {
		font-size: 4rem;
		line-height: 5rem;
	}
	.jumbotron h2 {
		font-size: 3rem;
		line-height: 4rem;
	}
	
	
	
	#hoofdmenu li.megamenu:hover > ul{
		display: block;
		column-count: 2;
		column-gap: 3rem
	}


	.hoofdmenu_container {
	    height: 11.4rem;
	}

	.navbar-expand-md .submenu-back-button{
		display: block;
	}
	.navbar .navbar-brand {
    	width: 15rem;
	}
	#hoofdmenu li {
    	margin: 0 0 0 2rem;
	}
	#hoofdmenu > li > a {
    	font-size: 1.5rem;
	}
	#hoofdmenu > li.megamenu > ul{
		padding: 4.5rem calc((100vw - 655px) /2);
	}


	.content_1_koloms + .usps {
		margin-top: var(--jumbotron-standard-margin);
	}



	.intro_titelblok_geel_heading {
	    height: auto;
	    transform: initial;
	}

}

@media (min-width:992px) and (max-width:1199px)
{
	.navbar-expand-lg .submenu-back-button{
		display: block;
	}
	#hoofdmenu > li.megamenu > ul{
		padding: 4.5rem calc((100vw - 890px) /2);
	}
	
	
	
	#hoofdmenu li.megamenu:hover > ul{
		display: block;
		column-count: 2;
		column-gap: 3rem
	}
}

@media (min-width:1200px) and (max-width:1399px)
{
    .navbar-expand-xl .submenu-back-button{
		display: block;
	}
	#hoofdmenu > li.megamenu > ul{
		padding: 4.5rem calc((100vw - 890px) /2);
	}
}

@media (min-width:1200px)
{

	#footer > .container > .row .col-xl-1 {
	    width: 10%;
	}
	#footer > .container > .row .col-xl-2 {
	    width: 20%;
	}

	.row_404 > .container > .row > div.col-sm-12,
	.content_breedte_groot > .container > .row > div.col-sm-12 {
		margin-left: 8.3333333333%;
		margin-right: 8.3333333333%;
		width: 83.3333333333%;
	}

	.content_breedte_medium > .container > .row > div.col-sm-12{
		margin-left: 16.6666666667%;
		margin-right: 16.6666666667%;
		width: 66.6666666667%;
	}

	.content_breedte_smal > .container > .row > div.col-sm-12{
		margin-left: 25%;
		margin-right: 25%;
		width: 50%;
	}
}

@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; }

#footer .gform_button{

    background-color: var(--kleur-geel) !important;
}

.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; }
