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

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

.container, 
.container-fluid, 
.container-lg, 
.container-md, 
.container-sm, 
.container-xl, 
.container-xxl{	
    padding-right: var(--bs-gutter-x, 1.5rem);
    padding-left: var(--bs-gutter-x, 1.5rem);
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.fixed-top > .container{
	align-items: flex-start;
    max-width: 1400px;
}

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

html{
	font-size: 62.5%;
}

body{
	font-family: futura-pt, sans-serif;
	font-size: 2rem;
	font-weight: 300;
	color: #212b59;
	line-height: 3.2rem;
	padding-top: 13.9rem;
}

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

.jumbotron{
	background:none;
	margin:0;
	padding:0;
	clear:both;
	width:100%;
    border-radius: 0;
	background: #fff;
}

a.button + a.button{
	margin-left: 1.5rem;
}

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

.button i{
	margin-right: 0.8rem;
}

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

.jumbotron p > iframe{
	margin-bottom: 0 !important;
}

.jumbotron p.grote_tekst{
	font-size: 2.6rem;
	line-height: 3.8rem;
    margin-bottom: calc(var(--default-margin-bottom) / 2);
}

.gekaderd_blok {
    padding: 8rem calc((1320px / 12));
}

.stijl_achtergrondkleur_95c11f a:not(.button):hover,
.stijl_achtergrondkleur_2dafe6 a:not(.button):hover {
    color: #fff;
}

.smalle_content_body .gekaderd_blok,
.homepagina_stijl .gekaderd_blok,
.met_op_deze_pagina .gekaderd_blok{
	padding: 2.5rem 3rem;
}

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

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

.sharebutton{
	
}

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

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

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

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

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

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

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

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

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

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-family: Raleway;
	font-size: 6rem;
	font-weight: 500;
	line-height: 7rem;
    margin-bottom: 3.6rem;
}

h1 span.streep,
h1 span.streep_groen{
	display: inline-block;	
}

h1 span.streep:after,
h1 span.streep_groen:after{
	content: "";
	background: url("../images/streep-h2-dblauw.svg") bottom center no-repeat;
	width: 100%;
	height: 7px;
	background-size: cover !important;
	display: inline-block;
    float: left;
}

h1 span.streep_groen:after{
	background: url("../images/streep-h2-groen.svg") bottom center no-repeat;
}

.jumbotron h2{
	font-family: Raleway;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 4.4rem;
    margin-bottom: 1.3rem;
}

h2 span.streep{
	display: inline-block;
}

h2 span.streep:after{
	content: "";
	background: url("../images/streep-h2-blauw.svg") bottom center no-repeat;
	width: 100%;
	height: 7px;
	background-size: cover !important;
	display: inline-block;
    float: left;
}

.stijl_achtergrondkleur_212b59 span.streep:after{
	background: url("../images/streep-h2-blauw.svg") bottom center no-repeat;
}

.jumbotron h3{
	font-family: Raleway;
	font-size: 2.6rem;
	font-weight: 500;
	line-height: 3.8rem;
    margin-bottom: 0.5rem;
}

.jumbotron :is(p,ul,ol) + h3,
.jumbotron :is(p,ul,ol) + h2{
	margin-top: 6rem;
}

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

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: #212b59;
	position: absolute;
	left: 0;
	top: 0;
	content: "\f00c";
	font-family: 'Font Awesome 6 Pro';
    font-size: 1.6rem;
    transform: translateY(2px);
}

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

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

ul.lijst_met_linkjes li{
	border-bottom: solid 0.1rem rgba(33, 43, 89, 0.19);
}

ul.lijst_met_linkjes li a{
	color: #ec6608;
	font-family: Raleway;
	font-size: 2.6rem;
	font-weight: 500;
    line-height: normal;
	text-decoration: none !important;
	display: block;
	padding: 2.75rem 3rem;
	margin: 0 -3rem;
	transition: 0.3s color, 0.3s background;
	position: relative;
}

ul.lijst_met_linkjes li a:after{
	content: "\f178";
	font-family: "Font Awesome 6 Pro";
	font-size: 2.7rem;
	font-weight: 300;
	float: right;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%);
	position: absolute;
}

ul.lijst_met_linkjes li a:hover{
	color: #212b59 !important;
	background: #fff;
	position: relative;
}

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

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

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

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

.hide_tekst {
    display: none;
}

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

p:empty{
	display:none;
}

em{
	font-style:italic !important;
}

strong{
	font-weight:800 !important;
}

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

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

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

.button,
.button:hover,
.button:focus,
.gws-reload-form,
.gws-reload-form:hover,
.gws-reload-form: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:55px;
	color:#fff !important;
	background-color:#ec6608;
	border: solid 2px #ec6608;
	padding:1.3rem 3rem !important;
	font-size: 1.9rem;
	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,
.gws-reload-form:hover,
.gws-reload-form:focus,
body div.gform_wrapper .gform_footer button.gform_button:hover,
body div.gform_wrapper .gform_footer button.gform_button:focus{
    background: #f98737;
	border-color: #f98737;
}

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

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

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

.button_outline:hover,
.button_outline:focus{
	background-color: #f6ceb2;
}

.link_met_pijl_voor,
.link_met_pijl_na{	
	transition: 0.3s color, 0.3s background-color, 0.3s border-color;
	text-decoration: none !important;
}

.link_met_pijl_voor:before{
	content: "\f178";
	font-family: 'Font Awesome 6 Pro';
	margin-right: 1rem;
	font-size: 1.4rem;
}

.link_met_pijl_na:after{
	content: "\f178";
	font-family: 'Font Awesome 6 Pro';
	margin-left: 1rem;
	font-size: 1.4rem;
}

.contact_link{
	color: #2dafe6 !important;
	text-decoration: none !important;
	transition: 0.3s color;
}

.contact_link:hover{
	color: #212b59 !important;
}

.contact_link i{
	color: #ec6608 !important;
}

.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:1.5rem 0 0;
    border-radius: 0.8rem;
    border: 0.1rem solid #d8d8d8;
    background-color: #ffffff;
    height: 3.4rem;
	padding: 0 1rem;
	color: rgba(33, 43, 89, 0.44);
	font-size: 1.6rem;
    line-height: 3.6rem;
}

form.search-form label{
	padding:0;
	margin:0;
	float:right;
	background:none;
}

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

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  
	color: rgba(33, 43, 89, 0.44);
}
::-moz-placeholder { /* Firefox 19+ */
  
	color: rgba(33, 43, 89, 0.44);
}
:-ms-input-placeholder { /* IE 10+ */
  
	color: rgba(33, 43, 89, 0.44);
}
:-moz-placeholder { /* Firefox 18- */
  
	color: rgba(33, 43, 89, 0.44);
}

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

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-padding p i{
	font-size: 2rem;
}

#logoholder{
	margin: -0.6rem 0 4.5rem;
	float:left;
}

#topmenu{
	list-style: none;
	padding: 0;
	margin: 1.6rem 0 0;
	position: relative;
	z-index: 15;
}

#topmenu li{
	display: inline-block;
	margin-left: 2.5rem;
	position: relative;
}

#topmenu li a{
	color: #212b59;
	font-size: 1.6rem;
	font-weight: 300;
	line-height: 3.4rem;
	text-decoration: none;
	transition: 0.3s color;
}

#topmenu > li:hover > a{
	color: #2dafe6;
}

#topmenu > li.current-page-ancestor:after, 
#topmenu > li.current-menu-item:after, 
#topmenu > li.current-menu-ancestor:after,
#topmenu > li.current-menu-parent:after{
	background: url(../images/streep-menu.svg) bottom center no-repeat;
    content: "";
    width: 100%;
    height: 5px;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}

#topmenu li.loginlink > a{
	color: #008e3d;
}

#topmenu li.loginlink a i{
	font-size: 1.5rem;
	margin-left: 0.5rem;
}

#topmenu li.loginlink:hover > a{
	color: #27b162;
}

#topmenu li ul{
	display: none;
	position: absolute;
	right: 0;
	box-shadow: 0.6rem 0.9rem 1.4rem rgba(0, 0, 0, 0.06);
	background-color: #ffffff;
	padding: 2rem 2.3rem;
}

#topmenu li:hover ul{
	display: block;
}

#topmenu li ul li a{
	white-space: nowrap;
	color: #212b59;
}

#topmenu li ul li:hover a{
	color: #008e3d;
}

#hoofdmenu{
	margin: 1.4rem 0 0 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{
	padding:0;
	white-space: nowrap;
	background:none;
	transition: 0.3s color, 0.3s opacity;
	text-decoration: none !important;
	color: #212b59;
	font-size: 1.9rem;
	font-weight: 800;
	line-height: 3.4rem;
}

#hoofdmenu > li:hover > a{
	color: #2dafe6;
}

#hoofdmenu > li.current-page-ancestor:after,
#hoofdmenu > li.current-menu-item:after,
#hoofdmenu > li.current-menu-ancestor:after,
#hoofdmenu > li.current-menu-parent:after{
	background: url("../images/streep-menu.svg") bottom center no-repeat;
	content: "";
	width: 100%;
	height: 5px;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 0;
}

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

/*Submenu*/
#hoofdmenu > li > ul{
	display:none;
	list-style:none;
	margin:0;
	position: fixed;
    top: 14rem;
    left: 0;
    border: none;
    width: 100%;
    background-color: #eff1f6;
    padding: 0 calc((100% - 1340px) / 2);
	min-height: 42rem;
}

.link_groot_werkgevers,
.link_groot_werknemers{
	background-color: #212b59;
	margin-left: auto !important;
    flex-basis: 350px;
    min-width: 350px;
	padding: 5rem !important;
    display: flex;
    align-items: center;
}

.link_groot_werknemers{
	background-color: #2dafe6;
}

.link_groot_werkgevers a,
.link_groot_werknemers a{
	border-radius:55px;
	color:#fff !important;
	background-color:#ec6608 !important;
	border: solid 2px #ec6608;
	padding:1.3rem 3rem !important;
	font-size: 1.9rem;
	line-height:normal !important;
    cursor: pointer;
	display: inline-flex;
	font-weight: 300 !important;
	text-align: center;
    justify-content: center;
	transition: 0.3s background-color, 0.3s border-color !important;
}

.link_groot_werkgevers a:hover{
	background: #f98737 !important;
    border-color: #f98737 !important;
}

.link_groot_werknemers a{
	background-color: #212b59 !important;
	border: solid 2px #212b59;
}

.link_groot_werknemers a:hover{
    background-color: #374271 !important;
    border: solid 2px #374271 !important;
}

#hoofdmenu > li > ul:before {
    height: 5rem; 
    top: -5rem; 
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    background: transparent; 
}

#menuhover{
	content: "";
	position: fixed;
	top: 0;
	background: rgba(0,0,0,0.5);
	height: 100%;
	left: 0;
	right: 0;
	z-index: 50;
}

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

#hoofdmenu > li > ul > li{
	margin:0;
	padding:0;
	padding-top: 5rem !important;
	float:left;
	clear:both;
	margin-right: 8rem;
}

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

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

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

#hoofdmenu li ul li ul li{
	margin:0;
    margin-top: 3px;
	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-size: 1.9rem;
	font-weight: 300;
	line-height: 3.4rem;
}

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

#footer ul,
#footer p{
	color: #212b59;
	list-style:none;
	padding:0;
	font-size: 1.9rem;
	line-height: 3.4rem;
}

#social-footer{
    margin-top: -3rem;
}

#social-footer a{
	width: 4.3rem;
	height: 4.3rem;
	border: 0.1rem solid #d3d4d6;
	background-color: #ffffff;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

#footer a{
	transition: 0.3s color;
	color: #2dafe6;
	text-decoration: none;
	font-weight: 800;
}

#footer a:hover{
	color: #212b59;

}

#footer .fas{
	color: #ec6608;
}

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

#credits,
#credits a{
	color: #212b59;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 3.4rem;
}

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

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

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

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

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

#credits li a{
	text-decoration: none;
}

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

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

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

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

#content article > .stijl_achtergrondkleur_f7f8fa:last-child:not(.berichten){
	background-color: #eff1f6 !important;
}

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

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

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

.stijl_achtergrondkleur.geen_extra_marge_onderkant + .stijl_achtergrondkleur,
.jumbotron:not(.stijl_achtergrondkleur).geen_extra_marge_onderkant + .jumbotron:not(.stijl_achtergrondkleur){
	padding-top: 5rem !important;
}

.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: #2dafe6;
	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-family: Raleway;
	font-size: 2rem;
	font-weight: 500;
	line-height: 3.1rem;
	background-color: #2dafe6;
	margin: 0 -3rem;
	padding: 2rem 3rem;
	margin-bottom: 2.2rem;
	display: flex;
	align-items: center;
}

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

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

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

.info_blok_donkerblauw h3 i{
	color: #2dafe6;
}

.info_blok_oranje h3 i{
	color: #fff;
}

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

.tabs_links:before{
	content: attr(data-title);
	color: #212b59;
	font-family: futura-pt, sans-serif;
	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: #212b59;
}

.tabs_links span{
	color: #212b59;
	border: 0.1rem solid #212b59;
	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;
}

.jumbo-delen{
	padding: 8rem 0 !important;
}

.sharebuttons{
	margin: 0 0 3.6rem;
}

.share-title{
	color: #212b59;
	font-family: Raleway;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 4.4rem;
	display: block;
	margin-bottom: 2.2rem;
}

.sharebuttons a i{
	transform: translateY(0.25rem);
}

.sharebuttons a{
	width: 7rem;
	height: 7rem;
	border: 0.1rem solid #d3d4d6;
	background-color: #ffffff;
	text-decoration: none !important;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #2dafe6 !important;
	font-size: 3.3rem;
	border-radius: 50%;
	margin: 0 0.5rem;
	transition: 0.3s color;
}

.sharebuttons a:hover,
.sharebuttons a:focus{
	color: #212b59 !important;
}

.terug_naar_overzicht{
	color: #2dafe6 !important;
	font-family: futura-pt, sans-serif;
	font-size: 1.9rem;
	font-weight: 800;
	transition: 0.3s color;
	line-height: 3.4rem;
	text-decoration: none !important;
	align-items: center;
	display: inline-flex;
}

.terug_naar_overzicht:hover,
.terug_naar_overzicht:focus{
	color: #212b59 !important;
}

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

.alm-filter--title h3{
	color: #212b59;
	font-size: 2rem;
	font-weight: 300;
	line-height: 3.2rem;
}

.alm-filter--inner ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

.alm-filter--inner ul li{
	display: inline-block;
}

.alm-filter--link.field-radio{
	color: #212b59;
    border: 0.1rem solid #212b59;
    line-height: 4.5rem;
    display: inline-block;
    padding: 0 1.5rem;
    font-size: 1.9rem;
    font-weight: 300;
	transition: 0.3s color, 0.3s background;
	cursor: pointer;
}

.alm-filter--link.field-radio:hover,
.alm-filter--link.field-checkbox:hover{
    background-color: #fff;
}

.alm-filter--link.field-radio.active, 
.alm-filter--link.field-radio.active:hover, 
.alm-filter--link.field-radio.active:focus {
    color: #fff !important;
    background-color: #212b59;
}

.alm-filter--link.field-checkbox.active, 
.alm-filter--link.field-checkbox.active:hover, 
.alm-filter--link.field-checkbox.active:focus {
    color: #fff !important;
    background-color: #ec6608;
}

.alm-filter-count:before{
	content: "(";
}

.alm-filter-count:after{
	content: ")";
}

.alm-filter--inner ul li.field-radio + li.field-radio{
	margin-left: -0.1rem;
}

.alm-filter--inner ul li:last-of-type .alm-filter--link.field-radio {
    border-radius: 0 45px 45px 0;
}

.alm-filter--inner ul li:first-of-type .alm-filter--link.field-radio {
    border-radius: 45px 0 0 45px;
}

.alm-filter--inner ul li:last-of-type:first-of-type .alm-filter--link.field-radio{
	border-radius: 45px;
}

.alm-filter--link.field-checkbox{
	border-radius: 6.8rem;
	border: 0.1rem solid #ec6608;
	line-height: 4.5rem;
    display: inline-block;
	color: #ec6608;
    padding: 0 1.5rem;
    font-size: 1.9rem;
    font-weight: 300;
    transition: 0.3s color, 0.3s background;
    cursor: pointer;
}

.alm-filter--link.field-checkbox:before{
	content: "\f0c8";
	font-family: "Font Awesome 6 Pro";
	margin-right: 1rem;
    font-size: 1.7rem;
}

.alm-filter--link.field-checkbox.active:before{
	content: "\f14a";
}

.alm-filter--checkbox{
	margin: 0.5rem !important;
}

div[data-fieldtype="checkbox"] .alm-filter--inner ul{
	margin: -0.5rem;
}

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

.alm-filters-container > div:first-child{
	margin-right: 7rem;
}

.alm-filters-container > div:nth-child(2){
	flex: 1;
}

.vragen_container:not(.hasVisibleItems),
.downloads_container:not(.hasVisibleItems){
	display: none !important;
}

.vragen_outer_container,
.downloads_outer_container{
	margin-bottom: -12rem !important;
}

.vragen_container,
.downloads_container{
	margin-bottom: 6rem;
}

.dropdown_item a.dropdown_item_title{
	padding: 2.95rem 7.5rem 2.95rem 3rem;
	margin: 0 -3rem;
	transition: 0.3s background, 0.3s color;
}

.dropdown_item_title:not(.collapsed):hover{
	background: none !important;
	color: #2dafe6 !important;
}

.dropdown_item a.dropdown_item_title:hover{
	background: #fff;
	position: relative;
	color: #212b59 !important;
}

.dropdown_item{
	border-bottom: solid 1px rgba(33, 43, 89, 0.19);
}

.download_container{
	line-height: normal;
	color: #2dafe6;
    margin-right: 3rem;
}

.dropdown_item_title{
	display: block;
	position: relative;
	background: none;
	border: none;
    line-height: normal;
    font-family: Raleway;
    font-size: 2.2rem;
    font-weight: 500;
	padding: 0;
	text-decoration: none !important;
	color: #2dafe6 !important;
}

.dropdown_item_title.dropdown_item_download{
	padding: 2.95rem 7.5rem 2.95rem 3rem;
}

.download_info{
	display: block;
	color: #212b59;
	font-size: 2rem;
	font-weight: 300;
	line-height: 3.2rem;
}

.dropdown_item_title:after{
	content: "\f056";
	position: absolute;
    right: 3rem;
    top: 50%;
    font-family: 'Font Awesome 6 Pro';
    color: #212b59;
    font-weight: 300;
    font-size: 2.5rem;
    transform: translateY(-50%);
}

.dropdown_item_download:after{
	display: none !important;
}

.dropdown_item_download .button:hover{
	color: #fff !important;
}

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

.dropdown_items .gekaderd_blok > :is(p,ul,ol){
	font-size: 2.4rem;
	line-height: 4rem;
}

.dropdown_items a{
	text-decoration: none !important;
}

.dropdown_item_content_inner{
	padding-bottom: 3rem;
}

.jumbotron:not(.stijl_achtergrondkleur) .dropdown_item a.dropdown_item_title:hover{
	background-color: #f7f8fa;
}

.jumbotron:not(.stijl_achtergrondkleur) .gekaderd_blok .dropdown_item a.dropdown_item_title:hover{
	background-color: #fff;
}

.dropdown_item_download:hover .button{
	background-color: #ec6608;
	color: #fff !important;
}

.loongroep_active .loongroep_titel{
	background-color: #ec6608;
}

.loongroep_titel{
	background-color: #212b59;
	color: #ffffff;
	font-family: Raleway;
	font-size: 2rem;
	font-weight: 500;
	line-height: 5.2rem;
	padding: 0 2rem;
}

.loongroepen_slider_container{
	margin: 0 -3rem;
}

.loongroep_active .tredes{
	background-color: #ffebdc;
}

.loongroepen_slider_container .tns-nav{
	display: flex;
    background-color: rgba(33, 43, 89, 0.1);
    height: 0.6rem;
    flex: 1;
    margin-right: 3rem;
}

.loongroepen_slider_container .tns-nav button{
	height: 0.6rem;
	padding: 0;
	margin: 0;
	background: none;
    flex: 1;
    border: none;	
}

.tns_loongroepen_controls{
	display: flex;
	padding: 0 3rem;
	margin-top: 2.5rem;
	align-items: center;
}

.loongroepen_slider_container .tns-nav button.tns-nav-active{
	background-color: #ec6608;
}

.tns-controls{
	float: right;
    margin-top: 2.5rem;
}

.tns-controls button{
	width: 4rem;
	height: 4rem;
	border: 0.1rem solid #212b59;
	background: none !important;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #212b59;
	font-size: 1.8rem;
	font-weight: 300;
	margin: 0 0 0 1rem;
}

.tredes{
	background: #fff;
    display: flex;
    flex-wrap: wrap;
}

.tredes span{	
    flex-basis: 50%;
    min-width: 50%;
    max-width: 50%;
	border-top: solid 0.1rem #d1d1d1;
	padding: 0 0 0 2rem;
	line-height: 3rem;
}

.tredes span:nth-child(even){
	padding-left: 0rem;
}

.tredes span:nth-child(1),
.tredes span:nth-child(2){
	border: none;
	line-height: 4rem;
}

.scroll_down{
	color: #2dafe6;
	font-size: 2.1rem;
	font-weight: 300;
	line-height: 3rem;
	margin-top: 3rem;
    display: inline-block;
	cursor: pointer;
}

#social-footer{
	margin-bottom: var(--default-margin-bottom);
}

#footer .footermenu li a{
	color: #212b59;
	font-family: futura-pt, sans-serif;
	font-size: 1.9rem;
	font-weight: 300;
	line-height: 3.4rem;
}

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

.search .header:not(.header_met_foto):not(.stijl_achtergrondkleur) {
    background-color: #eff1f6;
}

.search .header:not(.header_met_foto) {
    padding: 8rem 0;
    position: relative;
}

@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*/
		--footer-margin-top: 4rem;
    	--bs-gutter-x: 2.5rem;
	}
	
	html,body{
		overflow-x: hidden;
	}
	
    #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; 
    }
	
	#content article > .stijl_achtergrondkleur:last-child {
		margin-bottom: calc(-1 * var(--footer-margin-top));
	}

    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;
    }
	
	nav.navbar{
		padding-top: 0;
		height: 8rem;
	}
	
	body{
		padding-top: 8rem;
	}
	
	.fixed-top > .container {
    	align-items: center;
	}

    .navbar-toggler-icon {
		width: 30px;
		height: 21px;
		outline: none !important;
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='21' viewBox='0 0 30 21'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23212b59' d='M0 3V0h30v3z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23212b59' d='M0 12V9h30v3z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23212b59' d='M0 21v-3h30v3z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }
	
	#logoholder {
		margin: 0;
		max-width: 200px;
	}

	.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; 
    }
	
	.dropdown_item_title{
		font-size: 2rem;
	}
	
	.kolommen_3 {
		max-width: none;
		column-count: 1;
	}

	ul.lijst_met_linkjes li a{
		font-size: 2rem;
    	padding-right: 7rem;
	}
	
	.gekaderd_blok {
		padding: 2rem;
	}

	.vragen_outer_container, .downloads_outer_container {
		margin-bottom: calc(-1 * calc(var(--jumbotron-standard-margin) / 1)) !important;
	}
	
	.jumbo-delen {
		padding: 4rem 0 !important;
	}
	
	.tabs_links,
	.tabs_content{
		padding: 2rem;
	}
	
	.tabs_links:before {
		margin-bottom: 1rem;
		display: block;
	}
	
	.dropdown_item_title.dropdown_item_download > div{
		flex-direction: column !important;
    	align-items: flex-start !important;
	}
	
	.download_info{
		margin-bottom: 1.5rem;
	}
	
	.alm-filters-container > div:nth-child(2) .alm-filter--inner:before{
		content: "Filter op onderwerp +";
		text-decoration:none !important;
		outline:none;
		border-radius:55px;
		color:#fff !important;
		background-color:#ec6608;
		border: solid 2px #ec6608;
		padding:0.9rem 1rem !important;
		font-size: 1.9rem;
		line-height:normal !important;
		cursor: pointer;
		display: inline-flex;
		align-items: center;
		transition: 0.3s color, 0.3s background-color, 0.3s border-color;
	}
	
	.alm-filters-container > div:nth-child(2) .alm-filter--inner > ul{
		display: none;
		margin-top: 3rem;
	}
	
	.tabs_links span {
		padding: 0 1rem;
		font-size: 1.8rem;
	}
	
	.alm-filter--link.field-radio,
	.alm-filter--link.field-checkbox{
		padding: 0 1rem;
		font-size: 1.8rem;		
	}
	
	.alm-filters-container > div:nth-child(2){
		margin-top: 3rem;
	}

	.sharebuttons a {
		width: 4rem;
		height: 4rem;
    	font-size: 2rem;
	}
	
	.sharebuttons a i {
		transform: none;
	}

	
	.jumbotron :is(p,ul,ol) + h3, .jumbotron :is(p,ul,ol) + h2 {
		margin-top: 4rem;
	}
	
	.jumbotron.jumbo-padding {
		margin-top: calc(var(--jumbotron-standard-margin) / 1);
	}
	
	.stijl_achtergrondkleur {
		padding-top: calc(var(--jumbotron-standard-margin) / 1);
		padding-bottom: calc(var(--jumbotron-standard-margin) / 1);
	}
	
	.content_positie_links > .container{
		transform: none;
	}

	.content_positie_rechts > .container{
		transform: none;
	}
	
	#footer .row > div + div{
		margin-top: 3rem;
	}
	
	#footer {
		padding: 5rem 0 5rem;
	}
	
	#credits ul{
		margin-left: 0;
		display: block;
		margin-bottom: 1.5rem;
		float: left;
		width: 100%;
	}
	
	a.button{
		text-align: center;
		justify-content: center;
		margin-left: 0 !important;
	}
	
	a.button + .button{
		margin-top: 1.5rem;
	}
	
	#credits li {
		float: left;
		clear: both;
		margin: 0;
	}
	
	.jumbotron h1 {
		font-size: 2.8rem;
    	line-height: 3.4rem;
	}
	
	.jumbotron h2 {
		font-size: 2.6rem;
		line-height: 3.8rem;
	}
	
	.alm-filters-container {
		flex-direction: column;
	}
	
	form.search-form {
    	margin: 1.5rem 2rem 0;
    	line-height: 4.9rem;
		height: 4.9rem;
		display: flex;
		flex-direction: row-reverse;
	}
	
	form.search-form label{
		flex: 1;
	}
	
	#hoofdmenu + div{		
    	width: 100%;
	}
}

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

@media (min-width:768px) and (max-width:991px)
{	
	.navbar-expand-md .submenu-back-button{
		display: none;
	}
	
	.content_positie_links > .container{
		transform: translateX(calc((-720px + 100%) / 2));
	}

	.content_positie_rechts > .container{
		transform: translateX(calc((720px - 100%) / 2));
	}
	
	#topmenu li{
		margin-left: 1.5rem;
	}
	
	form.search-form label{
		width: 10rem;
	}
	
	#logoholder img{
		max-width: 335px;
	}
	
	#hoofdmenu li {
    	margin: 0 0 0 2rem;
	}
	
	#hoofdmenu > li > ul:before {
		height: 3rem; 
		top: -3rem; 
	}
	
	#logoholder {
		margin: -3.5rem 0 0.5rem;
		float: left;
	}
	
	#hoofdmenu {
		margin: 1.7rem 0 1.7rem 0;
	}
	
	.jumbotron h1 {
		font-size: 3rem;
		line-height: 4.2rem;
	}
	
	.jumbotron h2 {
		font-size: 2.6rem;
		line-height: 3.8rem;
	}
	
	.gekaderd_blok {
		padding: 4rem calc((760px / 12) - 3rem) 4rem;
	}
	
	#hoofdmenu > li > ul{
    	padding: 0 3rem;
    	flex-wrap: wrap;
	}
	
	.link_groot_werkgevers, .link_groot_werknemers{
		flex-basis: 100%;
		min-width: 100%;
    	justify-content: center;
		margin-top: 3rem !important;
	}
	
	.link_groot_werkgevers a,
	.link_groot_werknemers a{
		width: auto !important;
	}
	
	#hoofdmenu > li > ul > li{
		margin-right: 7rem;
	}
}

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

	.content_positie_rechts > .container{
		transform: translateX(calc((960px - 100%) / 2));
	}
	
	#hoofdmenu > li > ul:before {
		height: 3rem; 
		top: -3rem; 
	}
	
	#logoholder {
		margin: -3.5rem 0 0.5rem;
		float: left;
	}
	
	#hoofdmenu {
		margin: 1.7rem 0 1.7rem 0;
	}
	
	.jumbotron h1{		
		font-size: 4rem;
		line-height: 5rem;
	}
	
	.gekaderd_blok {
		padding: 8rem calc((940px / 12));
	}
	
	#hoofdmenu > li > ul{
    	padding: 0 3rem;
    	flex-wrap: wrap;
	}
	
	.link_groot_werkgevers, .link_groot_werknemers{
		flex-basis: 100%;
		min-width: 100%;
    	justify-content: center;
	}
	
	.link_groot_werkgevers a,
	.link_groot_werknemers a{
		width: auto !important;
	}
	
	#hoofdmenu > li > ul > li{
		margin-right: 7rem;
	}
}

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

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

	.content_positie_rechts > .container{
		transform: translateX(calc((1140px - 100%) / 2));
	}
	
	.smalle_content_body .volledige_afbeelding + .content_1_koloms{
		margin-top: 6rem !important;
	}
	
	.gekaderd_blok {
		padding: 8rem calc((1090px / 12));
	}
	
	.header_met_foto .last-no-margin{
		padding: 8rem calc((1090px / 12) - 3rem);
	}
	
	.link_groot_werkgevers, .link_groot_werknemers{
		flex-basis: 100%;
		min-width: 100%;
    	justify-content: center;
	}
	
	.link_groot_werkgevers a,
	.link_groot_werknemers a{
		width: auto !important;
	}
	
	#hoofdmenu > li > ul{
    	padding: 0 calc((100% - 1090px) / 2);
    	flex-wrap: wrap;
	}
	
	.jumbotron h1{		
		font-size: 5rem;
		line-height: 6rem;
	}
	
	#hoofdmenu li {
    	margin: 0 0 0 2rem;
	}
}

@media (min-width:1400px)
{
	.content_breedte_medium > .container{
		max-width: 1100px;
	}
	
	.content_breedte_medium_2 > .container{
		max-width: 890px;
	}

	.content_breedte_smal > .container{
		max-width: 690px;
	}
	
	.smalle_content_body .volledige_afbeelding + .content_1_koloms{
		margin-top: 6rem !important;
	}
}

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

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

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

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

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

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

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

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

picture {
  max-width: 100%; }

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

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

a.lightbox {
  outline: none; }

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

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

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

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

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

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

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

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

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

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

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

.expaned-submenu {
  display: none; }

#CybotCookiebotDialogDetailFooter {
	display: none;
}

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

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

#CybotCookiebotDialogDetailFooter{ display: none !important; }