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

body{
	color: #575756;
	font-family: aglet-slab;
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
	background-color: #f7f5f4;
	padding-top: 141px;
}

h1, h2, h3, p, ul, ol, table, form, iframe{
	margin-top:0;
	margin-bottom:24px;
}

.jumbotron small{
	font-size: 15px !important;
	line-height: 25px !important;
	margin-bottom: 30px;
	display: inline-block;
}

.alm-load-more-btn{
	padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
	background: none;
}

.done{
	display: none;
}

.button.scroll_button:after{
	display: none;
}

.button.scroll_button:before{
	content: "\f175";
	font-family: "Font Awesome 5 Pro";
    font-size: 17px;
    font-weight: 700;
	color: #fff;
	margin-right: 15px;
}

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

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

.content_1_koloms div.gform_wrapper{
	width: 100%;
	max-width: 100% !important;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron p,
.jumbotron ul,
.jumbotron ol,
.jumbotron table,
.jumbotron div.gform_wrapper form{
	font-size:20px;
	font-weight:400;
	font-style:normal;
	margin-bottom:24px;
	margin-top:0;
}

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

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

.sharebutton{
	color: #4f81d6;
	font-size: 23px;
	font-weight: 400;
	margin-left: 15px;
	display: inline-block;
}

.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,
.startertip > *:last-child,
.last-no-margin > .table-responsive:last-child > table{
    margin-bottom: 0;
}

.jumbotron.jumbo-padding{
    margin: 120px 0 0;
}

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

article > .jumbotron.call_to_action:last-child{
	margin-bottom: -100px;
}

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

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

div.gallery .gallery-item > div{   
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-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;
}

.navbar-expand-md .container{
	max-width: 1400px;
}

a.link_met_pijl{
	font-weight: 700;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-decoration: none !important;
	-ms-flex-line-pack: center;
	    align-content: center;
}

a.link_met_pijl:hover{
	-webkit-transform: translateX(15px);
	    -ms-transform: translateX(15px);
	        transform: translateX(15px);
}

a.link_met_pijl:before{
	content: "\f178";
	color: #d4cac8;
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	font-weight: 300;
	margin-right: 10px;
}

a.terug_link{
	padding: 40px;
	border: 1px solid #dbdbdb;
	background-color: #ffffff;
	color: #e63223;
	font-family: aglet-slab;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-decoration: none !important;
	-ms-flex-line-pack: center;
	    align-content: center;
}

.terug_inner{
	margin-top: 60px;
	padding: 40px;
	border: 1px solid #dbdbdb;
	background-color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.terug_blok a.terug{
	color: #e63223;
	font-family: aglet-slab;
	font-size: 20px;
	font-weight: 600;
	line-height: normal;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-decoration: none !important;
	-ms-flex-line-pack: center;
	    align-content: center;
}

a.terug_link:before,
.terug_blok a.terug:before{
	content: "\f177";
	color: #d4cac8;
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	font-weight: 300;
	line-height: normal;
	margin-right: 10px;
}

.jumbotron h1{
	color: #e63223;
	font-family: aglet-slab;
	font-size: 48px;
	font-weight: 300;
	line-height: 60px;
}

.jumbotron h2{
	color: #e63223;
	font-family: aglet-slab;
	font-size: 34px;
	font-weight: 600;
	line-height: 46px;
	margin-bottom: 12px;
}

.jumbotron h3{
	color: #e63223;
	font-family: aglet-slab;
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 12px;
}

.jumbotron h2 ~ h3{
	color: #575756;
	font-family: aglet-slab;
	font-size: 28px;
	font-weight: 300;
	margin-top: -10px;
    margin-bottom: 34px;
}

.jumbotron h3.zwart{	
	color: #3e3e3e;
	margin-bottom: 24px;
}

.jumbotron p + h2,
.jumbotron ul + h2,
.jumbotron p + h3,
.jumbotron ul + h3{
	margin-top: 80px;
}

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

ul.checklist li{
	position: relative;
	padding-left: 30px;
}

ul.checklist li + li{
	margin-top: 20px;
}

ul.checklist li:before{
	width: 20px;
	height: 20px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-radius: 50%;
	background-color: #d4cac8;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #e63223;
	position: absolute;
	left: 0;
	top: 7px;
	font-weight: 300;
	font-size: 14px;
    line-height: 21px;
	content: "\f178";
	font-family: 'Font Awesome 5 Pro';
}

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

ul.checklist-2 li{
	position: relative;
	padding-left: 30px;
}

ul.checklist-2 li + li{
	margin-top: 20px;
}

ul.checklist-2 li:before{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #d4cac8;
	position: absolute;
	left: 0;
	top: 3px;
	font-weight: 300;
	font-size: 20px;
    line-height: 30px;
	content: "\f178";
	font-family: 'Font Awesome 5 Pro';
}

#content p + ul{
	margin-top: 0;
}

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

.alm-btn-wrap{
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 60px;
}

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

.hide_tekst {
    display: none;
}

.lees_verder{
	margin-bottom:30px;
}

p:empty{
	display:none;
}

em{
	font-style:italic !important;
}

strong{
	font-weight:700 !important;
}

a{
	color:#e63223;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#content p a:not(.button):hover,
#content p a:not(.button):focus,
#content div.woocommerce-info a:not(.button):hover,
#content div.woocommerce-info a:not(.button):focus,
#content td a:not(.button):hover,
#content td a:not(.button):focus,
#content ul li a:not(.button):hover,
#content ul li a:not(.button):focus,
#footer p a:not(.button):hover,
#footer p a:not(.button):focus,
#footer ul li:not(.button) a:hover,
#footer ul li:not(.button) a:focus,
#credits-menu li:not(.button) a:hover,
#credits-menu li:not(.button) a:focus,
.yith_ywraq_add_item_browse_message a:not(.button):hover,
.yith_ywraq_add_item_browse_message a:not(.button):focus{
	color:#e63223;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.transition-03{
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

hr{
	border-top:solid 1px #c9c9c9;
	margin:24px 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{
	color: #ffffff;
	font-family: aglet-slab;
	font-size: 16px;
	font-weight: 400;
	/* Text style for "Lees het v" */
	text-transform: uppercase;
	padding: 15px 30px !important;
	display:inline-block;
	line-height: normal !important;
	text-decoration:none !important;
	outline:none;
	border:solid 1px #4f81d6;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
    cursor: pointer;
	background: #4f81d6;
	position: relative;
}

.button_outline{
	background: transparent !important;
	color: #4f81d6;
}

.button_outline:hover, .button_outline:focus{
	color: #6796e3 !important;
}

.button_wit{
	background: #fff !important;
	color: #e63223;
	border-color: #fff;
}

.button_wit:hover, .button_wit:focus{
	color: #fff !important;
	border-color: #fff !important;
	background: transparent !important;
}

.button_wit:hover:after,
.button_wit:focus:after{
	color: #fff;
}

.button:after{
	content: "\f178";
	color: #000000;
	font-family: "Font Awesome 5 Pro";
	font-size: 17px;
	font-weight: 300;
	line-height: normal;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(8px, -50%);
	    -ms-transform: translate(8px, -50%);
	        transform: translate(8px, -50%);
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.ondernemersverhaal_blok:hover .button_outline_wit:after,
.ondernemersverhaal_blok:focus .button_outline_wit:after,
.random_ondernemersverhaal:hover .button_outline_wit:after,
.random_ondernemersverhaal:focus .button_outline_wit:after,
.button:hover:after,
.button:focus:after{
	-webkit-transform: translate(16px, -50%);
	    -ms-transform: translate(16px, -50%);
	        transform: translate(16px, -50%);
}

.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: #6796e3;
	border-color: #6796e3;
	-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.07);
	        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.07);
}

.button_outline_wit,
.button_outline_wit:hover,
.button_outline_wit:focus{
	border:solid 1px #fff;
	background: transparent;
}

.ondernemersverhaal_blok:hover .button_outline_wit,
.ondernemersverhaal_blok:focus .button_outline_wit,
.random_ondernemersverhaal:hover .button_outline_wit,
.random_ondernemersverhaal:focus .button_outline_wit,
.button_outline_wit:hover,
.button_outline_wit:focus{
	background-color: #e63223;
	border:solid 1px #e63223;
}

.button_outline_wit:after{
	color: #ffffff;
}

.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 5 Pro';
	margin-right: 10px;
}

.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 5 Pro";
	font-size: 12px;
	content: "\f178";
	font-weight: 700;
	margin-left: 10px;
}

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

form.search-form{
	margin:0;
}

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

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

form.search-form button,
form.search-form button:hover,
form.search-form button:focus{
	margin:0;
	padding:0 30px !important;
	outline:none;
	background:#4f81d6;
	border:none;
	border-radius:0;
	float:left;
}

form.search-form button:after{
	display: none !important;
}

nav.navbar svg *{
	
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.transparante_header nav.navbar.bg_wit svg *{
	fill: rgb(230, 51, 35) !important;
}

nav.navbar,
.transparante_header nav.navbar.bg_wit{
	min-height:0;
	background:#fff;
	border:none;
	margin:0;
    padding: 0;
	width:100%;
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.04);
	        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.04);
	float:left;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}

#topmenu_container{
	border-bottom: solid 1px #f3f3f3;	
}

#topmenu_container .container{
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
    padding: 0 15px;
}

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

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

#logoholder{
	margin: 12px 0;
	float:left;
}

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

#topmenu li{
	margin: 0 30px 0 0;
	float: left;
}

#topmenu li a,
.transparante_header nav.navbar.bg_wit #topmenu > li > a{
	color: #3e3e3e;
	font-family: aglet-slab;
	font-size: 15px;
	font-weight: 400;
} 

#hoofdmenu{
	margin:0;
}

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

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

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

#hoofdmenu li a,
.transparante_header nav.navbar.bg_wit #hoofdmenu > li > a{
	padding:0;
	background:none;
	color: #3e3e3e;
	font-family: aglet-slab;
	font-size: 20px;
	font-weight: 400;
	white-space: nowrap;
}

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

/*Submenu*/
#hoofdmenu > li > ul{
	display:none;
	list-style:none;
	padding:23px 30px;
	margin:0;
	position:absolute;
	top:40px;
	left:-30px;
	-webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
	        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
	background-color: #f7f5f4;
}

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


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

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

#hoofdmenu li ul li:nth-child(n+3){
	margin-top: 10px;
}

#hoofdmenu li ul li a{
	white-space:nowrap;
	margin:0;
	padding:0;
	float:left;
	width:100%;
	color: #575756;
	font-family: aglet-slab;
	font-size: 20px;
	font-weight: 400;
}

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

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

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

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

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

#footer{
	margin-top: 100px;
	padding:100px 0 80px;
	background-color: rgba(212, 202, 200, 0.2);
}

#footer p.footer-title{
	color: #575757;
	font-family: aglet-slab;
	font-size: 17px;
	font-weight: 300;
	line-height: 28px;
	margin-bottom: 6px;
}

#footer ul,
#footer p{
	list-style:none;
	padding:0;
	color: #575756;
	font-family: aglet-slab;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
}

#footer ul li{
}

#footer ul li a{
}

#footer a:hover{
	color: #575756 !important;
}

#credits{
	padding:0 0 65px;
	background-color: rgba(212, 202, 200, 0.2);
}

#credits,
#credits a{
	color: #575756;
	font-family: aglet-slab;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

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

html.no-scroll:not(.html-open-menu) body:after {
    opacity: 1;
}

html body:after {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.2);
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
	z-index: 1;
}

.toggle_search{
	color: #ffffff !important;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: 400;
	width: 41px;
	height: 41px;
	background-color: #d4cac8;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.search-popup-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
    background: rgba(0, 0, 0, 0.5);
	z-index: 1500;
}

.search-popup{
	-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	max-width: 730px;
	width: 100%;
	position: fixed;
	top: 60px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	padding: 45px 35px;
}

.search-popup form{
	border: 1px solid rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.search-popup form input,
.search-popup form label,
.search-popup form button{
	height: 100%;
}

.search-popup form input{
	width: 100%;
}

.search-popup form label{
	width: auto !important;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}

.search-popup form button i{
	font-size: 12px;
	margin-left: 10px;
}

.close-search{
	color: #3b3b3b;
	position: absolute;
	right: 10px;
	top: 0;
    font-size: 10px;
}

.breadcrumbs{
	color: rgba(87,87,86,0.2);
	font-family: aglet-slab;
	font-size: 16px;
	font-weight: 300;
	line-height: 40px;
	margin-bottom: 45px;
}

.breadcrumbs > span:last-child{
	display: none;
}

.breadcrumbs a{
	color: #575756;
	font-family: aglet-slab;
	font-size: 16px;
	font-weight: 300;
	line-height: 40px;
	/* Text style for "Home" */
	text-decoration: underline;
}

.footer_contact a{
	margin-right: 30px;
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
}

.footer_logo{
	margin-right: 75px;
}

#social-bottom a{
	text-decoration: none !important;
	width: 50px;
	height: 50px;
	background-color: #d4cac8;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border-radius: 50%;
	color: #575756;
	font-size: 20px;
	font-weight: 400;
	margin-left: 15px;
}

#social-bottom a:hover{
	color: #fff !important;
	background: #E63223;
}

.footer-spacer{
	width: 100%;
	height: 70px;
	display: block;
}

.row_404{
	padding-top: 80px;
}

.content_kader{
	border: 1px solid #dbdbdb;
	background-color: #ffffff;
	padding: 40px 60px;
	margin: 0 0 60px;	
}

.achtergrondkleur_wit .startertip{
	margin-top: 0;
}

.startertip{
	border-radius: 5px;
	border: 3px solid rgba(0, 0, 0, 0.05);
	background-color: rgba(212, 202, 200, 0.4);
	padding: 40px 60px;
	text-align: center;
	margin: 60px 0;
}

.startertip .button + .button{
	margin-left: 20px;
}

.jumbotron .startertip h3{
	margin-bottom: 20px;
    font-size: 25px;
    line-height: 33px;
}

.startertip i{
	color: #000000;
	font-family: "Font Awesome 5 Pro";
	font-size: 58px;
	font-weight: 400;
	margin-bottom: 24px;
}

.startertip_met_afbeelding{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 0 !important;
}

.startertip_afbeelding_links{
	min-width: 445px;
	max-width: 445px;
	-ms-flex-preferred-size: 445px;
	    flex-basis: 445px;
	margin: -40px 50px -40px -60px;
}

.startertip_afbeelding_links p{
	margin-bottom: 0 !important;
	height: 100%;
}

.startertip_afbeelding_links p picture {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 
}
.startertip_afbeelding_links p picture img {
 -o-object-fit: cover;
    object-fit: cover; 
    height: auto;
    width:100%;
}

.startertip_tekst_links{
	text-align: left !important;
}

.bij_wie_blok{
	display: inline-block;
	margin: 0 7.5px;
}

.bij_wie_blok img{
	border: 5px solid #ffffff;
	border-radius: 50%;
}

.bij_wie_info{
	border-radius: 5px;
	background-color: #ffffff;
	padding: 10px 30px 30px;
	width: 275px;
	position: absolute;
	right: 30px;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(100%);
	    -ms-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.bij_wie_info img{
	border: 5px solid #e8e2e0;
	border-radius: 50%;
	margin-top: 30px;
    margin-bottom: 10px;
}

.fixed_blok_container .button{
	white-space: nowrap;
}

.bij_wie_naam{
	color: #3e3e3e;
	font-family: aglet-slab;
	font-size: 18px;
	font-weight: 700;
	line-height: 32px;
}

.bij_wie_functie{
	opacity: 0.7;
	color: #575756;
	font-family: aglet-slab;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
}

.bij_wie_links{
	margin-top: 15px;
}

.bij_wie_links a{
	color: #ffffff;
	font-size: 17px;
	font-weight: 300;
	line-height: 34px;
	width: 42px;
	height: 42px;
	background-color: #4f81d6;
	margin-right: 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-decoration: none !important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.bij_wie_links a:hover,
.bij_wie_links a:focus{
	background: #6796e3;
}

.hide_bij_wie_info,
.hide_bij_wie_info:hover,
.hide_bij_wie_info:focus{
	color: #e63223;
	font-family: aglet-slab;
	font-size: 13px;
	font-weight: 400;
	line-height: 28px;
}

.bij_wie_info.active{
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	        transform: translateY(0);
}

.fixed_blok{
	position: -webkit-sticky;
	position: sticky;
	bottom: 30px;
}

.fixed_blok_container,
.fixed_blok_container:hover,
.fixed_blok_container.closed:hover{
	position: absolute;
	right: 30px;
	top: 0;
	-webkit-box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
	        box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.16);
	border-radius: 5px;
	background-color: #e63223;
	padding: 25px 30px;
	width: 275px;
	-webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	        transform: translateY(-100%);
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
    overflow: hidden;
}

.fixed_blok_container.closed{
	width: 60px;
    height: 60px;
    padding: 17px;
}

.bij_wie,
.fixed_blok_titel{
	width: 215px;
}

.fixed_blok_titel{
	position: relative;
	color: #ffffff;
	font-family: aglet-slab;
	font-size: 22px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 15px;
	display: block;
	padding-left: 45px;
}

.fixed_blok_titel i{
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 23px;
	margin-right: 20px;
}

.post_meta{
	margin-bottom: 30px;
	color: #575756;
	font-family: aglet-slab;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
}

.post_meta span{
	margin-left: 25px;
	display: inline-block;
}

.post_meta i{
	margin-right: 5px;
}

.alm-filters.row{
	margin: 0 -30px;
}

.alm-filters.row > div{
	padding: 0 30px;
	margin-top: 60px;
}

.category #ajax-load-more,
.archive #ajax-load-more,
.trainingen #ajax-load-more{
	margin-top: 30px;
}

.category .alm-filters.row,
.archive .alm-filters.row,
.trainingen .alm-filters.row{
	margin: 0 -15px;
}

.category .alm-filters.row > div,
.archive .alm-filters.row > div,
.trainingen .alm-filters.row > div{
	padding: 0 15px;
	margin-top: 30px;
}

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

.alm-filter--link{
	float: left;
    margin-right: 25px;
}

.alm-filter ul li{
	float: left;
}

.alm-filter--link{
	color: rgba(230, 50, 35, 0.65);
	font-family: aglet-slab;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	cursor: pointer;
}

.alm-filter--link:hover,
.alm-filter--link:focus{
	text-decoration: underline;	
}

.alm-filter--link.active{
	color: #e63223;
	text-decoration: underline;
}

.alm-filter--link:focus{
	outline: none !important;
}

h5.modal-title{
	color: #e63223;
	font-family: aglet-slab;
	font-size: 48px;
	font-weight: 300;
	line-height: 60px;
}

.modal-header .close {
	outline: none !important;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 30px;
    top: 30px;
}

.modal-header {
    border-bottom: none !important;
    padding: 65px 0 45px;
}

.modal-content{
    padding: 0 95px 45px;	
}

.modal-body{
	padding: 0;
}

body.transparante_header{
	padding-top: 0 !important;
}

.transparante_header nav.navbar{
	background: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.15);
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.transparante_header nav.navbar svg *{
	fill: #fff !important;
}

.transparante_header #topmenu_container {
    border-bottom: solid 1px rgba(255, 255, 255, 0.15);
}

.transparante_header .bg_wit #topmenu_container {
    border-bottom: solid 1px #f3f3f3;
}

.transparante_header #topmenu li a,
.transparante_header #hoofdmenu > li > a{
	color: #fff;
}

.scroll_on{
	background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='51' viewBox='0 0 21 51'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M21 10.896v13.518c-.017 5.792-4.708 10.482-10.5 10.5C4.708 34.896.017 30.206 0 24.414V10.896C.017 5.105 4.708.414 10.5.396c5.792.018 10.483 4.709 10.5 10.5zM10.5 2.81a8.118 8.118 0 0 0-8.086 8.086v13.518a8.028 8.028 0 0 0 2.377 5.708 8.073 8.073 0 0 0 13.795-5.708V10.896A8.118 8.118 0 0 0 10.5 2.81z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23fff' d='M10.5 7.759c-.6 0-1.086.486-1.086 1.086v6.034a1.086 1.086 0 1 0 2.172 0V8.845c0-.6-.486-1.086-1.086-1.086z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23fff' d='M10.5 38.776c-.6 0-1.086.486-1.086 1.086v7.395L7.62 45.463A1.086 1.086 0 1 0 6.084 47l3.648 3.647c.025.025.052.049.08.072l.037.03.048.033.047.029.044.027.05.022c.015.008.03.016.047.022l.048.018c.017.006.034.014.052.018l.048.014.055.013.056.008.049.008h.214l.049-.008.056-.008.055-.013.048-.014c.018 0 .035-.012.052-.018.017-.006.032-.01.048-.018l.047-.022.05-.022.044-.027.047-.029.047-.034.038-.029c.028-.023.055-.047.08-.072L14.916 47a1.086 1.086 0 0 0-1.536-1.537l-1.794 1.794v-7.395c0-.6-.486-1.086-1.086-1.086z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	width: 21px;
	height: 51px;
	position: absolute;
	right: 60px;
	bottom: 60px;
	z-index: 15;
}

.home_linkjes{
	background: #fff;
	padding: 40px 30px 20px;
	margin-top: 40px;
	margin-bottom: 60px !important;
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
	        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.09);
}

.home_linkjes h2{
	color: #575756;
	font-family: aglet-slab;
	font-size: 28px;
	font-weight: 300;
	line-height: normal;
	margin-bottom: 24px;
}

.home_linkjes a{
	color: #e63223;
	font-family: aglet-slab;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	text-decoration: none !important;
}

.home_linkjes li{
	padding-left: 50px !important;
}

.home_linkjes li + li {
	margin-top: 16px !important;
}

.home_linkjes li:before{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #e63223 !important;
    position: absolute;
    left: 0;
    top: 3px;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    content: "\f178";
    font-family: 'Font Awesome 5 Pro';
    background: #d4cac8;
    width: 30px;
    height: 30px;
    border-radius: 50%;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.home_linkjes li:hover:before{
	background: #e63223;
	color: #fff !important;
}

.home_linkjes a:hover{
	color: #000 !important;
	
}

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

@media (min-width: 576px){
	.modal-dialog:not(.modal-xl) {
		max-width: 540px;
	}
}

@media (max-width:767px)
{	
    #hoofdmenu li.menu-item-has-children ul,
    #hoofdmenu li.menu-item-has-children:hover ul {
        display: none;
        position: static; 
    }

	
	.home_linkjes{
		margin-bottom: -100% !important;
	}
	
	.home .linkjes_met_icoon{
		padding-top: 100%;
	}
	
	.home .header_met_tekst{
		margin-bottom: 100%;
	}
	
	.achtergrondkleur_wit .startertip{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.startertip_afbeelding_links {
		min-width: calc(100% + 40px);
		max-width: calc(100% + 40px);
		-ms-flex-preferred-size: calc(100% + 40px);
		    flex-basis: calc(100% + 40px);
		margin: -20px -20px 30px -20px;
		height: 200px;
	}
	
	.acf-map{
		height: 400px !important;
	}
	
	.transparante_header nav.navbar{
		border: none;
	}
	
	body,
	html{
		overflow-x: hidden;
	}
	
	.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-expand-md .container {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	
	.breadcrumbs{
		margin-bottom: 25px;
	}
	
	body{
		padding-top: 115px;
	}
	
	.content_1_koloms.row_1 {
		padding-top: 10px !important;
	}
	
	.jumbotron h1{
		font-size: 32px;
		line-height: 44px;
    	word-break: break-word;
	}
	
	.content_kader{
		padding: 20px;
	}
	
	.search-popup form button i {
		margin-left: 0;
	}
	
	.modal-content {
		padding: 0 20px 45px !important;
	}
	
	.search-popup-container{
		background: rgba(0, 0, 0, 0.5);
	}
    
    .navbar-toggler {
		border: none;
		padding: 0;
		border-radius: 0 !important;
		margin: 0;
		outline: none !important;
		box-shadow: none !important;
    }

    .navbar-toggler-icon {
		outline: none !important;
		width: 50px;
		height: 50px;
		background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='50' height='50' viewBox='0 0 50 50'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23e63223' d='M0 50V0h50v50z'/%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M15 21v-3h20v3z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23fff' d='M15 27v-3h20v3z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23fff' d='M15 33v-3h20v3z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }

	.navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand{
		max-width:100%;
	}
    
    .jumbotron > .container,
    .jumbotron > .container-fluid{
        padding-left: 20px;
        padding-right: 20px;
        width: 100%;
        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:5px 0 0 0;
		border:1px solid #888;
	}
	
	.table-responsive::-webkit-scrollbar{
		-webkit-appearance:none;
		width:14px;
		height:14px;
	}
	
	.table-responsive::-webkit-scrollbar-thumb{
		border-radius:8px;
		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:36px;
	}

    #hoofdmenu li > ul {
        position: static;
        width: 100%;
        float: left; 
    }
    
    .col-sm-12:nth-child(n+2){
        margin-top: 30px;
    }
    
    #footer .col-sm-12:nth-child(n+2){
        margin-top: 30px;
    }
	
	.jumbotron.jumbo-padding {
		margin: 60px 0 0;
	}
	
	.jumbotron p + h2, .jumbotron ul + h2, .jumbotron p + h3, .jumbotron ul + h3 {
		margin-top: 60px;
	}
	
	.jumbotron h2 {
		font-size: 28px;
    	word-break: break-word;
		line-height: 38px;
	}
	
	.jumbotron h3{
		font-size: 22px;
    	word-break: break-word;
		line-height: 32px;
	}
	
	#social-bottom{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	.jumbotron .startertip h3 {
		font-size: 20px;
		line-height: 28px;
	}
	
	.startertip {
		padding: 20px;
	}
	
	.startertip .button{
		margin-left: 0 !important;
		width: 100% !important;
		text-align: center !important;
	}
	
	.startertip .button + .button{
		margin-top: 20px;
	}
	
	#credits {
		padding: 0 0 20px;
	}
	
	#footer {
    	padding: 40px 0 20px;
		margin-top: 60px;
	}
	
	.fixed_blok_container, .fixed_blok_container:hover, .fixed_blok_container.closed:hover{
		right: 20px;
	}
	
	.post_meta span,
	.post_meta time{
    	margin-right: 25px;
		margin-left: 0;
    	line-height: 30px;
	}
	
	.fixed_blok{
		bottom: 20px;
		right: 0;
		z-index: 150;
		position: fixed;
	}
	
	a.terug_link{
		padding: 20px;
		font-size: 16px;
	}
	
	#social-bottom a{
		width: 30px;
		height: 30px;
		font-size: 16px;
    	margin-left: 0;
		margin-right: 15px;
	}
	
	.footer_logo {
		margin-right: 40px;
	}
	
	#logoholder {
    	margin: 20px 0 20px 20px;
	}
	
	.jumbotron p, .jumbotron ul, .jumbotron ol, .jumbotron table, .jumbotron div.gform_wrapper form{
		font-size: 17px;
		line-height: 28px;
	}
	
	article > .jumbotron.call_to_action:last-child {
		margin-bottom: -60px;
	}
	
	.terug_inner{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align:start;
		    -ms-flex-align:start;
		        align-items:flex-start;
		padding: 0;
	}
	
	.share-title{
		font-size: 17px;
	}
	
	.alm-filter ul{
		float: none;
	}
	
	.alm-filter--link{
		line-height: 28px;
	}
	
	.sharebutton{
		margin-left: 10px;
	}
	
	.terug_blok a.terug{
		font-size: 17px;
		padding: 15px 20px 10px;
	}
	
	.sharebuttons{
		width: 100%;
		border-top: solid 1px #e8e8e8;
		padding: 10px 20px;
	}
	
	.alm-filters.row {
		margin: 0 -15px;
	}
	
	.alm-filters.row > div {
    	padding: 0 15px;
	}
	
	.alm-btn-wrap{
		margin-top: 30px;
	}
	
	.archive #ajax-load-more,
	.category #ajax-load-more{
		margin-top: 0 !important;
	}
	
	.mobile-extra-menu .toggle_search{
		display: none;
	}
	
	#topmenu_container #topmenu{
		display: none !important;
	}
	
	#topmenu_container .toggle_search{
		position: absolute;
		right: 50px;
		width: 50px;
		height: 50px;
        color: #575756 !important;
        z-index: 1500;
	}
    
    .transparante_header #topmenu_container{
        border: none !important;
    }
}

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

@media (min-width:768px) and (max-width:991px)
{    
    .jumbotron > .container,
    .jumbotron > .container-fluid{
        padding-left: 30px;
        padding-right: 30px;
    }
	
	
	
	.achtergrondkleur_wit .startertip{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	
	.startertip_afbeelding_links {
		min-width: calc(100% + 120px);
		max-width: calc(100% + 120px);
		-ms-flex-preferred-size: calc(100% + 40px);
		flex-basis: calc(100% + 120px);
		margin: -40px -60px 40px -60px;
		height: 200px;
	}
	
	.jumbotron.jumbo-padding {
		margin: 60px 0 0;
	}
	
	.jumbotron p + h2, .jumbotron ul + h2, .jumbotron p + h3, .jumbotron ul + h3 {
		margin-top: 60px;
	}
	
	.navbar-expand-lg .submenu-back-button{
		display: block;
	}
	
	#hoofdmenu li {
    	margin: 0 0 0 20px;
	}
	
	#hoofdmenu li a, .transparante_header nav.navbar.bg_wit #hoofdmenu > li > a{
		font-size: 17px;
	}
	
	#social-bottom a{
		width: 30px;
		height: 30px;
		font-size: 16px;
	}
	
	.alm-filters.row > div {
		padding: 0 15px;
		margin-top: 30px;
	}
	
	.alm-filters.row {
		margin: 0 -15px;
	}
	
	.alm-btn-wrap {
		margin-top: 30px;
	}
	
	#ajax-load-more{
		margin-top: 30px;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.navbar-expand-xl .submenu-back-button{
		display: block;
	}
	
	.startertip_afbeelding_links {
		min-width: 345px;
		max-width: 345px;
		-ms-flex-preferred-size: 345px;
		    flex-basis: 345px;
	}
}

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

@media (min-width:768px) and (max-width:1440px)
{
	#hoofdmenu > li > ul{		
		left: auto;
		right: -30px;
	}
}

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

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

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


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: 30px; }

img.alignleft,
picture.alignleft img{
  margin-right: 30px; }

img.alignright,
picture.alignright img{
  margin-left: 30px; }

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

.gfield_list.gfield_list_container{
	border: none !important;
}

.gform_page_footer .button{
	color: #fff !important;
}

#field_22_46{
	margin-bottom: 30px;
}