:root{
	/*
	Definieer hier eventuele variabelen
	
	Voorbeeld aanmaken variabele:	
	--rood: #f00;
	
	Voorbeeld gebruik variabele:
	color: var(--rood);
	*/
	
	--jumbotron-standard-margin: 10rem; /*margin between jumbotron elements*/
	--default-margin-bottom: 3rem; /*p, ol, ul, etc*/
	--footer-margin-top: 9rem;
	--bs-gutter-x: 1.5rem;
	
	--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;
    
    --wit: #ffffff;
    --rood: #c60030;
    --roze: #f9e3e8;
    --grijs: #f8f8f8;
    --donkergrijs: #222121;
}

.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{
	overflow-x: hidden;
}

html{
	font-size: 62.5%;
}

body{
    padding-top: 15.5rem;
	font:400 1.8rem/3rem 'Roboto', sans-serif;
	color:#3b3b3b;
}

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: 1.5rem 3rem;
}

.stijl_achtergrondkleur .tinymce-row .col-lg-6 .gekaderd_blok {
    padding: 1.5rem var(--column-width);
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

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: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: var(--jumbotron-standard-margin);
	padding-bottom: var(--jumbotron-standard-margin);
}

body:not(.single-post):not(.single-ervaringsverhaal) .content_gekaderd .content_gekaderd_inner h1{
	margin-left: var(--column-width);
}

.geen_extra_marge_onderkant.content_gekaderd{
	margin-bottom: 2rem;
}

.content_gekaderd .content_gekaderd_inner{
    position: relative;
}

.content_gekaderd.row_1 .content_gekaderd_inner:before{
    width: 5.5rem;
    position: absolute;
    left: -5.5rem;
    top: 0;
    content: "";
    background: inherit;
    height: 100%;
}

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

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

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

.sharebutton{
	
}

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

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

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

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

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

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

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

.geen_extra_marge_onderkant.content_gekaderd + .jumbotron.content_gekaderd .content_gekaderd_inner{
    padding-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 0;
}

.jumbotron h1{
	font-size: 6rem;
    line-height: 7rem;
    font-family: 'Oswald', sans-serif;
}

.jumbotron h2{
	font-size:3.5rem;
    font-weight: 500;
    line-height: normal;
}

.jumbotron h3{
	font-size:2.5rem;
    font-weight: 500;
    line-height: normal;
}

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

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

.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:700 !important;
}

a,
a:hover,
a:focus{
	color:#ff7676;
}

#content a:not([class]){
    text-decoration: underline;
}

#content a:not([class]) i{
    font-size: 1.6rem;
}

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

.sharebuttons a{
    color: var(--donkergrijs);
}

.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:27px;
	color: var(--donkergrijs);
	background-color:#fff;
	border: 0.2rem solid #ff7676;
	padding:1.4rem 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: #ff7676;
    color: #fff;
}

.button_alt,
.button_alt:hover,
.button_alt:focus{
	background-color: transparent;
	border: solid 2px var(--wit);
	color: var(--wit);
}

.button_alt:hover,
.button_alt:focus{    
    background: var(--wit);
    color: var(--rood);
}

.button_outline,
.button_outline:hover,
.button_outline:focus{
	background-color: var(--rood);
	border: solid 2px var(--rood);
	color: var(--wit);
    border-radius: 0;
}

.button_outline:hover,
.button_outline:focus{
	background-color: var(--donkergrijs);
	border: solid 2px var(--donkergrijs);
	color: var(--wit);
    border-radius: 0;
}

.button_outline_alt,
.button_outline_alt:hover,
.button_outline_alt:focus{
}

.button_outline_alt:hover,
.button_outline_alt:focus{
}

.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: "\f105";
	font-family: 'Font Awesome 6 Pro';
	margin-right: 1rem;
    display: inline-block;
    transition: 0.3s transform;
    font-size: 1.6rem;
}

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

a[class="link_met_pijl_na"],
a[class="link_met_pijl_voor"]{
    color: #ff7676 !important;
    text-decoration: none !important;
}

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

form.search-form{
	margin:0;
    border-radius: 1.5rem;
    background: var(--wit);
    float: right;
    width: 16rem;
}

form.search-form label{
	padding:0;
	margin:0;
	float:left;
	background:none;
    display: flex;
    align-items: center;
}

form.search-form label i {
    color: #000;
    margin-left: 1.5rem;
    font-size: 1.4rem;
}

form.search-form input{
	margin:0;
	padding:0 1rem;
	outline:none;
	background:none;
	border:none;
	border-radius:0;
	float:left;
    font-size: 1.5rem;
	width: 100%;
}

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

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

.jumbo_before_header{
    background: var(--rood);
    padding: 1rem 0;
}

#topmenu{
    list-style: none;
    padding: 0;
    margin: 0;
    float: right;
}

#topmenu li{
    display: inline-block;
    margin-left: 3rem;
}

#topmenu li a{
    color: var(--wit);
    text-decoration: none;
    font-size: 1.6rem;
}

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

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

#logoholder img{
    width: 15.5rem;
    height: 4.4rem;
}

#hoofdmenu{
	margin:0;
}

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

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

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

#hoofdmenu li a{
	padding:0;
	white-space: nowrap;
	background:none;
	transition: 0.3s color, 0.3s opacity;
	text-decoration: none !important;
    font-size: 1.8rem;
    color: var(--donkergrijs);
    position: relative;
    display: inline-block;
    overflow: hidden;
}

#hoofdmenu li a:before{
    transform: translateX(-101%);
    content: "";
    width: 100%;
    height: 0.2rem;
    background: var(--donkergrijs);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.3s transform;
}

#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{
    transform: translateX(0);
}

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

#hoofdmenu > li.menu-item-has-children:hover > a:after{
	content: "\f107";
    transform: rotate(90deg);
	font-family: 'Font Awesome 6 Pro';
}

/*Submenu*/
#hoofdmenu > li > ul{
	background: #fff;
	display:none;
	list-style:none;
	padding:3rem 2.5rem;
	margin:0;
	position:absolute;
	top:100%;
	left:-2.5rem;
    box-shadow: 0 2rem 3rem rgba(59, 59, 59, 0.16);
}

/*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 + li{
    margin-top: 3rem;
}

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

#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{
    padding-left: 2.5rem;
    list-style: none;
}

#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%;
    font-weight: 400;
}

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

#footer{
	margin-top: var(--footer-margin-top);
	padding:7.5rem 0;
	background:var(--donkergrijs);
}

#footer ul,
#footer p{
	list-style:none;
	padding:0;
    color: var(--wit);
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 2rem;
}

#footer ul:last-child,
#footer p:last-child{
    margin-bottom: 0;
}

#footer ul li{
}

#footer ul li a{
    color: var(--wit);
    line-height: 2.6rem;
    text-decoration: none;
}

#footer p a{
    color: var(--wit);
    text-decoration: none;
}

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

#credits{
    border-top: solid 0.1rem var(--rood);
	padding:2rem 0;
	background:var(--donkergrijs);
}

#credits,
#credits a{
	color:var(--wit);
	text-decoration:none;
    font-size: 1.3rem;
}

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

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

#credits span{
    color: #ff7676;
}

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

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

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

#content article > .google_maps_volledige_breedte:last-child,
#content article > .stijl_achtergrondkleur:last-child,
#content article > .achtergrondafbeelding:last-child{
	margin-bottom: calc(-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));
}

.alm-filters-container .alm-filter{
    display: flex;
}

.alm-filters-container ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    row-gap: 1rem;
    column-gap: 1rem;
    flex-wrap: wrap;
}

.alm-filters-container ul li{
    float: left;
}

.alm-filter--title h3{
    font-size: 1.8rem;
    line-height: 5.4rem;
    flex-basis: var(--column-width);
    width: var(--column-width);
    font-weight: 700;
	min-width: 11rem;
}

.alm-filter--link.field-checkbox{
    border: solid 0.2rem #ff7676;
    color: var(--donkergrijs);
	padding:1.4rem 3rem !important;
    border-radius: 27px;
    line-height: normal;
    background: #fff;
    cursor: pointer;
    transition: 0.3s background, 0.3s color;
}

.alm-filter--link.field-checkbox:hover,
.alm-filter--link.field-checkbox.active{
    background: #ff7676;
    color: var(--wit);
}

#alm-filters-faq_filter .alm-filter--link.field-checkbox{
    background: var(--rood);
    color: var(--wit);
    border-color: var(--donkergrijs);
}

#alm-filters-faq_filter .alm-filter--link.field-checkbox:hover,
#alm-filters-faq_filter .alm-filter--link.field-checkbox.active{
    background: var(--donkergrijs);
}

.alm-filters.alm-filters-container{
    margin-top: 4rem;
}

.bericht{
    background: var(--grijs);
    position: relative;
    margin-bottom: 3rem;
}

.nieuwsoverzicht_afbeelding{
    overflow: hidden;    
}

.bericht img{
    transition: 0.3s transform;
}

.bericht:hover img{
    transform: scale(1.1);
}

.bericht__h2{
    color: var(--rood) !important;
}

.nieuwsoverzicht_afbeelding{
    width: 50%;
    min-width: 50%;
}

.bericht_tekst_wrap{
    padding: 6.5rem;
}

.bericht__datetime{
    font-size: 1.6rem;
    line-height: 3rem;
    margin-bottom: 1rem;
    display: inline-block;
}

.introtekst{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    margin-bottom: var(--default-margin-bottom);
}

.bericht a:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.alm-reveal.row > div:nth-child(even) .bericht{
    flex-direction: row-reverse !important;
}

.inspringen{
    margin-left: var(--column-width);
}

.meta_date{
    color: #e2bdc6;
}

.nieuwsafbeelding_single{
    margin-top: 8.5rem;
    margin-bottom: calc(-6.5rem - var(--jumbotron-standard-margin)) !important;
}

.single-ervaringsverhaal .row_1,
.single-post .row_1{
    margin-bottom: calc(var(--jumbotron-standard-margin) + 7rem);
}

.select2-container--default .select2-selection--single {
    border-radius: 10px !important;
    height: 45px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 45px !important;    
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 45px !important;
    padding: 0 2rem !important;
}

#alm-filters-cursus_opleiding_filters{
    display: flex;
    column-gap: 1.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b:after{
    content: "\f107" !important;
    font-family: 'Font Awesome 6 Pro';
    margin-left: 0;
    display: inline-block;
    transition: 0.3s transform;
    top: -12px;
    position: absolute;
    right: 0;
    font-size: 1.6rem;
}

.select2-results__option {
    padding: 0.5rem 2rem !important;
    font-size: 1.4rem;
}

.select2-search--dropdown{
    display: none !important;
}

.select2-dropdown {
    padding-top: 1rem;
    margin-top: -1rem;
}



.select2-container {
    box-sizing: border-box;
    display: unset !important;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    width: 160px;
} 

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    min-width: 160px;
    z-index: 1051;
}



.bericht{
	transition: 0.3s box-shadow;
}

.bericht:hover{
	box-shadow: 0 0.3rem 3rem rgba(0, 0, 0, 0.16);
}

.col-sm-12 .nieuwsoverzicht_afbeelding > picture{
	display: flex;
	height: 100%;
	width: 100%;
}

.col-sm-12 .nieuwsoverzicht_afbeelding > img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.info_blok{
	border: 0.1rem solid #dadcdf;
	padding: 0 3rem 2.2rem;
	border-radius: 0.5rem;
	overflow: hidden;
}

.info_blok :is(p,ul,ol){
	font-size: 1.8rem;
	line-height: 2.8rem;
}

.info_blok + .info_blok{
	margin-top: 2rem;
}

p + .info_blok,
.info_blok + p,
.info_blok + h2,
.info_blok + h3,
.tabs + p,
.tabs + h2,
.tabs + h3,
.gekaderd_blok + p,
.gekaderd_blok + h2,
.gekaderd_blok + h3{
	margin-top: 6rem;
}

h2 + .gekaderd_blok,
h3 + .gekaderd_blok{
	margin-top: 1rem;
}

ol{
	counter-reset: my-awesome-counter;
	list-style: none;
	padding: 0;
	margin: 0;
}

ol li{
	position: relative;
    padding-left: 4rem;
	counter-increment: my-awesome-counter;
}

ol li + li{
	margin-top: 1.5rem;
}

ol li:before{
	content: counter(my-awesome-counter);
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 1.8rem;
	background-color: #ff7676;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    margin-right: 1.8rem;
	color: #ffffff;
	font-size: 1.4rem;
	font-weight: 300;
	position: absolute;
	left: 0;
	top: 3px;
}

.info_blok *:last-child{
	margin-bottom: 0;
}

.info_blok h3:first-child{
	color: #ffffff;
	font-size: 2rem;
	font-weight: 500;
	line-height: 3.1rem;
	background-color: var(--donkergrijs);
	margin: 0 -3rem;
	padding: 2rem 3rem;
	margin-bottom: 2.2rem;
	display: flex;
	align-items: center;
}

.info_blok h3 i{
	color: #fff;
	font-size: 2.6rem;
	line-height: 1.9rem;
	margin-right: 1.5rem
}

.info_blok_donkerblauw h3:first-child{
	background-color: #c60030;
}

.info_blok_oranje h3:first-child{
	background-color: #ff7676;
}

.info_blok_donkerblauw h3 i{
	color: #fff;
}

.info_blok_oranje h3 i{
	color: #fff;
}

.tabs_links{
	background-color: #eff1f6;
	padding: 2.2rem 3rem;
}

.tabs_links:before{
	content: attr(data-title);
	font-size: 2rem;
	font-weight: 300;
	line-height: 3.2rem;
	margin-right: 1.5rem;
}

.tab{
	cursor: pointer;
	transition: 0.3s background, 0.3s color;
}

.tab:hover{
	background-color: #fff;
}

.tab_active,
.tab_active:hover,
.tab_active:focus{
	color: #fff !important;
	background-color: #c60030;
}

.tabs_links span{
	color: #c60030;
	border: 0.1rem solid #c60030;
	line-height: 4.5rem;
	display: inline-block;
	padding: 0 1.5rem;
	font-size: 1.9rem;
	font-weight: 300;
}

.tabs_links span + span{
	margin-left: -0.1rem;
}

.tabs_links span:first-of-type{
	border-radius: 45px 0 0 45px;
}

.tabs_links span:last-of-type{
	border-radius: 0 45px 45px 0;
}

.tabs_content{
	background-color: #f7f8fa;
	padding: 2.2rem 3rem;
}

.tabs_content > br{
	display: none;
}

.tab_content *:nth-last-child(2){
	margin-bottom: 0 !important;
}

.tab_content{
	display: none
}

.tab_content:first-of-type{
	display: block;
}

ul li br + .button,
ol li br + .button{
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.kolommen_3 {
    max-width: 80%;
    column-count: 3;
}

@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: 5rem; /*margin between jumbotron elements*/
        --default-margin-bottom: 3rem; /*p, ol, ul, etc*/
        --footer-margin-top: 5rem;
        --bs-gutter-x: 3rem;
		
		--container-width: 100%;
    }
	
	.kolommen_3 {
		max-width: none;
		column-count: 1;
	}
    
    body{
        padding-top: 13.6rem;
        font: 400 1.6rem/2.8rem 'Roboto', sans-serif;
    }
    
    #logoholder {
        margin: 2rem 0;
    }
    
    .nieuwsafbeelding_single {
        margin-top: 3.5rem;
    }
    
    .content_gekaderd.row_1 .content_gekaderd_inner{
        padding-left: 0;
        padding-right: var(--column-width);
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    
    .inspringen{
        margin-left: 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; 
    }
    
    .jumbo_before_header,
    #logoholder{
        z-index: 1500;
    }
    
    .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,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.0.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M0 96C0 78.33 14.33 64 32 64H416C433.7 64 448 78.33 448 96C448 113.7 433.7 128 416 128H32C14.33 128 0 113.7 0 96zM64 256C64 238.3 78.33 224 96 224H480C497.7 224 512 238.3 512 256C512 273.7 497.7 288 480 288H96C78.33 288 64 273.7 64 256zM416 448H32C14.33 448 0 433.7 0 416C0 398.3 14.33 384 32 384H416C433.7 384 448 398.3 448 416C448 433.7 433.7 448 416 448z' fill='%23222121'/%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(-1 * var(--footer-margin-top));
	}
    
    .alm-filter--title h3{
        margin-bottom: 0;
    }
    
    .stijl_achtergrondkleur .tinymce-row .col-lg-6 .gekaderd_blok {
        padding: 3rem 0;
    }
    
    .alm-filters-container .alm-filter{
        flex-direction: column;
    }
	
	.nieuws_1_koloms .nieuwsoverzicht_afbeelding{
		width: 100%;
		height: 20rem;
	}
	
	.bericht_tekst_wrap {
		padding: 3rem;
	}
    
    .content_gekaderd .content_gekaderd_inner {
        padding-left: 3rem;
        padding-right: 3rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    
    #footer{
        padding: 5rem 0;
    }
    
    #footer .col-sm-12 + .col-sm-12{
        margin-top: var(--default-margin-bottom);
    }
	
	.alm-reveal.row > div:nth-child(even) .bericht {
		flex-direction: column !important;
	}
    
    #topmenu li {
        margin-left: 1rem;
    }
    
    #topmenu li a{
        font-size: 1.4rem;
    }
    
    .jumbo_before_header .col-sm-12{
        display: flex;
        flex-direction: row-reverse;
    }
    
    form.search-form{
        flex: 1;
        width: 10rem;
    }
	
	.jumbotron h1 {
		font-size: 3.5rem;
		line-height: 4.5rem;
	}
	
	.jumbotron h2{
		font-size: 2.5rem;
	}
	
	.jumbotron h3{
		font-size: 2rem;
	}
}

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

@media (min-width:768px) and (max-width:991px)
{		
	:root{
		--jumbotron-standard-margin: 5rem; /*margin between jumbotron elements*/
        --default-margin-bottom: 3rem; /*p, ol, ul, etc*/
        --footer-margin-top: 5rem;
        --bs-gutter-x: 3rem;
		--container-width: 720px;
	}
	
	.content_gekaderd .content_gekaderd_inner {
		padding-left: var(--column-width);
		padding-right: var(--column-width);
		padding-top: 3rem;
		padding-bottom: 3rem;
	}
	
	body{
		padding-top: 14.5rem;
	}
	
	.bericht_tekst_wrap {
		padding: 4.5rem;
	}

	.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;
	}
	
	#logoholder {
		position: relative;
		z-index: 15;
		background: var(--wit);
		margin: -4rem 0 1rem -2rem;
		padding: 2rem;
	}
	
	#hoofdmenu li{
		margin: 0 0 0 2rem;
	}
	
	#hoofdmenu li a{
		font-size: 1.7rem;
	}
	
	.jumbotron h1 {
		font-size: 4rem;
		line-height: 5rem;
	}
	
	.jumbotron h2{
		font-size: 3rem;
	}
	
	.jumbotron h3{
		font-size: 2rem;
	}
	
	.row_1 .content_gekaderd_inner{
		padding-left: 0;
	}
	
	.nieuws_1_koloms .nieuwsoverzicht_afbeelding{
		width: 100%;
		height: 30rem;
	}
	
	.alm-reveal.row > div:nth-child(even) .bericht {
		flex-direction: column !important;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	:root{
		--container-width: 960px;
	}

	.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;
	}
	
	#hoofdmenu li{
		margin: 0 0 0 3rem;
	}
	
	.jumbotron h1 {
		font-size: 5rem;
		line-height: 6rem;
	}
	
	.jumbotron h2{
		font-size: 3rem;
	}
	
	.jumbotron h3{
		font-size: 2rem;
	}
	
	.bericht_tekst_wrap {
		padding: 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;
	}
}

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

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