:root {
--kleur_wit: #fff; 
--kleur_zwart: #000; 
--kleur_grijs: #111;
--kleur_paars: #181B43; 
--kleur_geel: #FFE000;
--kleur_blauw: #FFE000;
	
} 
  
html.no-scroll,
html.no-scroll body{
    overflow: hidden;
}

body,
html{
	overflow-x: hidden;
}

body{
	color: rgba(255, 255, 255, 1.0);
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
	background-color: #000;
	padding-top: 140px;
}

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

ul {
	padding-left: 20px;
}

ul li::marker {
    color: var(--kleur_geel);
	font-size: 25px;
	line-height: 32px;
}

.intro_patroon {
	position: absolute; 
	background-image: linear-gradient(rgba(51, 50, 50, 1) 1px, transparent 1px), linear-gradient(90deg, rgba(112, 112, 112, 0.5) 1px, transparent 1px); 
    background-size: 0.4em 0.4em; 
	height: 800px;
	width: 100%;
	max-width: 800px;
	top: 0px;
	left: 0px;
	opacity: 0.9;
}
 
.intro_patroon:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    top: 0px;
    right: 0px;
    z-index: 0;
    background-color: var(--kleur_zwart);
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

.row_404 {
    padding-bottom: 100px !important;
}

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

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

article > .jumbotron:last-child .gform_wrapper form{
	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 > .table-responsive:last-child > table{
    margin-bottom: 0;
}

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

.table-responsive table.table {
	color: #d2d2d2
}

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 -15px !important;
}

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

div.gallery .gallery-item > dt{   
    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 > dt > 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 p + h2,
.jumbotron p + h3,
.jumbotron ol + h2,
.jumbotron ol + h3,
.jumbotron ul + h2,
.jumbotron ul + h3{
	margin-top: 60px;
}

.jumbotron h1{ 
	font-family: 'Nunito Sans', sans-serif;
	font-size: 60px;
	font-weight:700;
	line-height: 60px;
	text-transform: uppercase;
}

 .jumbotron h1:after {
		content: "";
		width: 100%;
	 	max-width: 440px;
		height: 4px;
		margin-top: 20px;
		background-color: var(--kleur_geel);
		display: block;
	}


.jumbotron h2{ 
	font-family: 'Nunito Sans', sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 46px;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.jumbotron h3{ 
	font-family: 'Nunito Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 0;
}

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

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

ul.checklist li:before{
	color: #0080b7;
	position: absolute;
	left: 0;
	top: 0;
	content: "\f061";
	font-family: 'Font Awesome 5 Pro';
}

ul.checklist li:nth-child(n+2){
	margin-top: 10px;
}

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

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

.alm-loading{
    min-height: 200px;
    position: relative;
}

.alm-loading:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/loading.gif) center no-repeat;
    -webkit-background-size: 60px 60px;
    background-size: 60px 60px;
    padding: 30px;
}

.alm-load-more-btn{
	padding: 0;
	margin: 0;
	outline: none;
	color: var(--kleur_geel);
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	font-weight: 300;
	background: none;
	position: relative;
	border: none;
	margin-bottom: 30px;
}

.alm-load-more-btn:after{
	height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-color: var(--kleur_geel);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.done{
	opacity: 0;
    pointer-events: none;
    cursor: not-allowed;
	display: none;
}

.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,
a:hover,
a:focus{
	color: var(--kleur_wit);
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

.transition-03{
	-webkit-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;
}

.bg-light {
    background-color: #f8f9fa!important;
}

.bg-light-alt {
    background-color: #f0f0f0 !important;
}

.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{
	display:inline-block;
	text-decoration:none !important;
	outline:none;
	background:var(--kleur_geel);
	padding:13px 25px !important;
	line-height:normal !important;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
    cursor: pointer; 
	border-radius: 2px;
	border: 1px solid var(--kleur_geel);
	background-color: var(--kleur_geel);
	color: var(--kleur_wit); 
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.button:hover,
.button:focus,
body div.gform_wrapper .gform_footer button.gform_button:hover,
body div.gform_wrapper .gform_footer button.gform_button:focus{
    background-color: var(--kleur_geel);
	color: var(--kleur_wit);
}

.button__full,
body div.gform_wrapper .gform_footer button.gform_button{ 
	display:inline-block;
	text-decoration:none !important;
	outline:none; 
	padding:13px 25px !important;
	line-height:normal !important;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
    cursor: pointer; 
	border-radius: 2px;
	border: 1px solid var(--kleur_geel);
	background-color: var(--kleur_geel);
	color: var(--kleur_zwart); 
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}

.button__full {
	margin-top:35px;
}

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 5px;
	outline:none;
	background:none;
	border:none;
	border-radius:0;
	float:left;
}

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

nav.navbar{
	min-height:0; 
	border:none;
	margin:0;
    padding: 0;
	width:100%;
	background-color: var(--kleur_zwart);
	color: var(--kleur_wit);
	float:left;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

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

.tns-controls button:not([disabled]):hover{
	color: var(--kleur_geel) !important;
}

.navbar .container-fluid{
	max-width: 1320px;
}

.link_met_pijl{
	color: var(--kleur_geel);
	font-family: 'Nunito Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	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;
	text-decoration: none !important;
}

.link_met_pijl:before{
	content: "\f061";
	font-family: 'Font Awesome 5 Pro';
	margin-right: 10px;
}

.link_met_pijl:hover{
	text-indent: 5px;
}
 
#logoholder{
	margin: 35px 0;
	float:left;
}

#hoofdmenu{
	margin:0 0 0;
}

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

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

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

#hoofdmenu li a{
	padding:0; 
	background:none; 
	font-family: 'Open Sans', sans-serif;
	color: var(--kleur_wit);
	font-size: 13px;
	font-weight: 300;
	line-height: 40px;
	position: relative;
	text-decoration: none;
}

#hoofdmenu li.menu-button a{
	color: var(--kleur_zwart); 
	font-size: 13px;
	font-weight: 700;
	border-radius: 2px;
	line-height: 40px;
	border: 1px solid var(--kleur_geel);
	background-color: var(--kleur_geel); 
	padding: 0 20px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 1;
	border-radius: 0.3rem;
}

#hoofdmenu li.menu-button a i{
	color: var(--kleur_zwart);
	margin-right: 10px;
	font-size: 20px;
}

#hoofdmenu > li:not(.menu-button) > a:after{	
	height: 2px;
	width: -webkit-calc(100% + 10px);
	width: calc(100% + 10px);
	position: absolute;
	left: -5px;
	bottom: -10px;
	opacity: 0;
	content: "";
	background-color: var(--kleur_geel);
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

#hoofdmenu > li:not(.menu-button):hover > a,
#hoofdmenu > li:not(.menu-button).current-menu-item > a,
#hoofdmenu > li:not(.menu-button).current-menu-ancestor > a,
#hoofdmenu > li:not(.menu-button).current-referentie_category-ancestor > a,
#hoofdmenu > li:not(.menu-button).current-menu-parent > a{ 
 	color: var(--kleur_wit);
}

#hoofdmenu > li:hover > a:after,
#hoofdmenu > li.current-menu-item > a:after,
#hoofdmenu > li.current-menu-ancestor > a:after,
#hoofdmenu > li.current-referentie_category-ancestor > a:after,
#hoofdmenu > li.current-menu-parent > a:after{
	opacity: 1; 
	color: var(--kleur_geel); 
}

/*Submenu*/
#hoofdmenu > li > ul{
	display:none;
	list-style:none;
	padding:30px;
	margin:0;
	position:absolute;
	top:45px;
	left:-30px;
	-webkit-box-shadow: 0 15px 30px rgba(29, 29, 27, 0.15);
	box-shadow: 0 15px 30px rgba(29, 29, 27, 0.15);
	background-color: #ffffff;
}

#hoofdmenu > li > ul:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 8px 10px;
	border-color: transparent transparent #fff transparent;
	top: -8px;
	left: 30px;
	position: absolute;
}

/*Dit is om de ruimte tussen menu en submenu hoverable te maken
#hoofdmenu > li > ul:before {
    height: 15px; Dit is afhankelijk van je website
    top: -15px; 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:nth-child(n+3){
	margin-top: 15px;
}

#hoofdmenu li ul li a{
	white-space:nowrap;
	margin:0;
	padding:0;
	float:left;
	width:100%;
	opacity: 0.6;
	color: #1d1d1b;
	font-family: 'Ubuntu', sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: normal;
}

#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{
	opacity: 1;
}

/*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: 50px;*/
}

#footer p{ 
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 30px;
}

#footer small{   
	font-size: 11px;
	font-weight: 300;
	float: right;
	clear: both;
}

#footer ul{
	padding: 0;
	margin: -10px 0 0;
	list-style: none;
}

#footer ul li{
}
 
 .footer_bg_standaard {
	padding:120px 0; 
}

.footer_bg_links {
	padding:120px 0;
	background-color: #111111 !important;
}

 .footer_bg_rechts {
	padding:120px 4rem;
	text-align: right;
}

@media (max-width: 1400px) { 
	 .footer_bg_rechts {
		padding:120px 2rem;
	} 
}

@media (max-width: 991px) {
	.footer_bg_links {
		padding:20px 20px;
		background-color: unset !important;
	} 
	
	.footer_bg_rechts {
		padding: 60px 0rem;
		text-align: left;
	}
}



.contactmenu{
	list-style: none;
	padding: 0;
}

#footer ul li a,
ul.contactmenu li a{
	color: var(--kleur_wit);
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: 700;
	line-height: 34px;
	text-decoration: none;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

ul.contactmenu li a{
	font-size: 15px;
	line-height: 30px;
}

#footer ul li a:before,
ul.contactmenu li a:before{
	content: "\f061";
	font-size: 9px;
	margin-right: 8px;
	color: var(--kleur_geel);
	font-family: 'Font Awesome 5 Pro'
}

#footer ul li a:hover,
ul.contactmenu li a:hover{
	color: var(--kleur_geel);
	text-indent: 5px;
}

#footer .footermenu-rechts li{
	float: right;
	clear: both;
}

#footer .footermenu-rechts-klein li{
	float: left;
	clear: none;
	margin-left: 60px;
}

#footer ul.footermenu-rechts-klein{
	margin: 0;
}

#footer ul.footermenu-rechts-klein li a:hover{
	text-indent: 0;
	color: var(--kleur_geel);
}

#footer ul.footermenu-rechts-klein li a{
	opacity: 0.6;
	color: var(--kleur_wit);
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: 700;
	float: left;
}

#footer .footermenu-rechts-klein-container small{
	float: left;
	clear: none;
	line-height: normal;
}

#footer .footermenu-rechts li a{ 
	color: var(--kleur_wit);
	text-align: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 11px;
	opacity: 0.6;
	font-weight: 700;
}

#footer .footermenu-rechts li a:before,
#footer .footermenu-rechts-klein li a:before{
	display: none;
}

#credits{
	padding:15px 0;
	background:#999;
}

#credits,
#credits a{
	color:#666;
	text-decoration:none;
}

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

.top-footer{
	margin-bottom: 60px;
}

.footer-logo{   
    width: 328px; 
    margin-bottom: 100px; 
}

.social-title{
	color: var(--kleur_wit);
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 25px; 
	text-transform: uppercase;
	display: block;
	margin-bottom: 25px; 
}

#social-bottom {
	margin-bottom: 80px;
}

#social-bottom a{
	color: var(--kleur_wit);
	font-size: 32px;
	font-weight: 400;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	border-radius: 2px;
	border: none;
	margin-left: 0px;
	text-decoration: none !important;
}

#social-bottom a:hover{

}

.topshare{
	margin-top: 35px;
	margin-bottom: -35px;
	position: relative;
	z-index: 2;
}

.meta_tekst{
	margin-left: 2rem;
	color: var(--kleur_geel);
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none !important;
}

.meta_tekst a{
	color: var(--kleur_geel) !important;
}
.meta_tekst svg {
	color: var(--kleur_geel) !important;
}

.sharebuttons {
	width: 0;
	overflow: hidden;
	margin-bottom: 0 !important;
	-webkit-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	white-space: nowrap;
}

.meta_tekst:hover .sharebuttons{
	width: 200px;
}

.meta_tekst svg{
	margin-right: 15px;
}

.meta_tekst i{
	margin-left: 15px;
}

#ajax-load-more{
	float: left;
	width: 100%;
}

a[data-fancybox="images"]{
	position: relative;
	display: block;
}

a[data-fancybox="images"]:before{
	position: absolute;
	content: "\f067";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	opacity: 0;
	font-family: "Font Awesome 5 Pro";
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s opacity;
	color: #fff;
    font-size: 60px;
    font-weight: 700;
}

a[data-fancybox="images"]:hover:before{
	opacity: 1;
}


 a.navbar-brand {
		width: 200px;
	}


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

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

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

    .expaned-submenu {
        color: #a66740;
        text-align: center;
        float: right;
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        height: 100%;
        width: 50px;
        cursor: pointer;
        z-index: 2000;
        margin: 0; 
    }
    
    .navbar-toggler {
		padding: 0 30px;
		border: none;
		outline: none !important;
		margin: 0;
		background-color: var(--kleur_zwart);
		width: 132px;
		height: 70px;
		border-radius: 0;
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
    }
	
	body{
		padding-top: 70px;
	}
	
	nav.navbar{
		background-color: #000;
		border-bottom: solid 1px rgba(155, 203, 230, 0.15) !important;
	}
	
	body.home nav.navbar {
/*		background-color: var(--kleur_geel);*/
	}
	
	body.home nav.navbar .mobile-top-contact a {
		color: var(--kleur_wit);
	}

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='10' viewBox='0 0 20 10'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M0 3V0h20v3z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23fff' d='M0 10V7h20v3z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: left center;
		width: 20px;
		height: 10px;
    }
	
	.mobile-top-contact{
		position: absolute;
		right: 5px;
		top: 0;
		z-index: 1500;
	}
	
	.mobile-top-contact a{
		width: 70px;
		color: var(--kleur_zwart);
		font-size: 20px;
		height: 70px;
		text-decoration: none !important;
		display: -webkit-inline-box;
		display: -webkit-inline-flex;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.collapsed .mobile-top-contact a{
		color: #fff;
	}
	
	.navbar-toggler:after{
		content: "Menu";
		color: #ffffff;
		font-family: 'Ubuntu', sans-serif;
		font-size: 16px;
		font-weight: 500;
		line-height: 27px;
		margin-left: 10px;
	}

	.navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand{
		max-width:100%;
	}
	
	.navbar-brand { 
		width: 300px !important;
		height: 200px !important;
	}
	
	 a.navbar-brand {
		width: 200px;
	}
	
	#logoholder .navbar-brand svg {
    width: 19.9rem !important;
    height: 7.5rem !important;
}
    
    .jumbotron > .container,
    .jumbotron > .container-fluid{
        padding-left: 30px;
        padding-right: 30px;
        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;
		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; 
    }
    
    .row:not(.tinymce-row) > .col-sm-12:nth-child(n+2){
        margin-top: 30px;
    }
    
    #footer .col-sm-12:nth-child(n+2){
        margin-top: 30px;
    }
	
	#footer {
    	padding: 80px 0;
	}
	
	.social-title{
		margin: 0 30px 15px 0;
	}
	
	.top-footer .text-md-right{
		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;
	}
	
	.jumbotron h1{
		font-size: 20px;
		line-height: 30px;
	} 
	
	.jumbotron h2{
		font-size: 20px;
		line-height: 30px;
	}
	
	#social-bottom a{
		margin-left: 0;
		margin-right: 10px;
	}
	
	.jumbotron.jumbo-padding {
		margin: 40px 0 0;
	}
	
	#footer p{
		font-size: 18px;
		font-family: 'nunito-sans', sans-serif;
	}
	
	.footermenu-rechts-klein-container > div{
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-webkit-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	
	#footer .footermenu-rechts-klein-container small,
	#footer small,
	#footer ul.footermenu-rechts-klein li a,
	#footer ul.footermenu-rechts li a,
	#footer ul li a{
		font-size: 16px;
		line-height: 40px;
	}
	
	#footer .footermenu-rechts-klein li,
	#footer ul.footermenu-rechts li{
		clear: both;
		text-align: left;
		float: left;
		margin-left: 0;
	}
	
	#logoholder{
		display: none;
	}
}

@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;
    }
	
	.navbar-expand-lg .submenu-back-button{
		display: block;
	}
	
	.jumbotron h1{
		font-size: 50px;
		line-height: 50px;
	}
	
	#footer .justify-content-lg-end nav,
	#footer .justify-content-lg-end nav,
	#footer .justify-content-lg-end small{
		float: left;
	}
	
	#footer .footermenu-rechts li{
		float: left;
		margin-right: 30px;
		clear: none;
	}
	
	.navbar .container-fluid{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
    	-webkit-box-align: baseline;
    	-webkit-align-items: baseline;
    	-ms-flex-align: baseline;
    	align-items: baseline;
	}
	
	#logoholder {
    	margin: 15px 0;
	}
	
	#hoofdmenu{
		margin-bottom: 15px;
	}
	
	#hoofdmenu li.menu-button{
		position: absolute;
		right: 15px;
		top: 30px;
	}
	
	body{
		padding-top: 155px;
	}
	
	
}

@media (min-width:992px) and (max-width:1199px)
{
	.navbar-expand-xl .submenu-back-button{
		display: block;
	}
	
	#hoofdmenu li {
		margin: 0 0 0 30px;
	}
}

@media (max-width:1200px)
{
	#footer small{ 
		float: left; 
	} 
}

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

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

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

img.alignright {
  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; }