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

html,
body{
}

body{
	color: #575756;
	font-family: Nunito;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	padding-top: 111px;
}

body.logged-in{
	padding-top: 162px;
}

.team_item img{
	border-radius: 5px;
}

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

.done{
	display: none !important;
}

#social-bottom{
	display: flex;
	gap: 5px;
}

#social-bottom a,
#social-bottom a:hover,
#social-bottom a:focus{
	transform: none !important;
	width: 40px;
	height: 40px;
	border: 1px solid #ffffff;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

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

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

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

body.fontSizeBig #content .jumbotron p,
body.fontSizeBig #content .jumbotron p > strong,
body.fontSizeBig #content .jumbotron ul,
body.fontSizeBig #content .jumbotron ol,
body.fontSizeBig #content .jumbotron table{
	font-size: 22px;
	line-height: normal;
	
}

.change-font-size{
	margin-left: 40px;
}

.changeFontSize,
.changeFontSize:hover,
.changeFontSize:focus{	
	color: #2c3326;
	margin-left: 10px;
	line-height: 40px;
	text-decoration: none;
	font-family: agenda;
	font-weight: 500;
	text-transform: uppercase;
}

.changeFontSize:nth-child(1){
	font-size: 14px;
}

.changeFontSize:nth-child(2){
	font-size: 20px;
}

body:not(.fontSizeBig) .changeFontSize:nth-child(1){
	color: #3c74a6;
}

body.fontSizeBig .changeFontSize:nth-child(2){
	color: #3c74a6;
}

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

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

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

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

.jumbotron h1{
	color: #2c3326;
	font-family: agenda;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	margin-bottom: 45px;
}

.jumbotron h2{
	color: #2c3326;
	font-family: agenda;
	font-size: 25px;
	font-weight: 700;
    margin-bottom: 22px;
}

.jumbotron h3{
	color: #2c3326;
	font-family: agenda;
	font-size: 20px;
	font-weight: 500;
    margin-bottom: 22px;
}

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

ul.checklist li{
	position: relative;
	padding-left: 25px;
	line-height: 28px;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
}

ul.checklist li a{
	text-decoration: none !important;
	font-weight: 700;
}

ul.checklist li:hover{
	-webkit-transform: translateX(10px);
	    -ms-transform: translateX(10px);
	        transform: translateX(10px);
}

ul.checklist li:before{
	color: #3c74a6 !important;
	position: absolute;
	left: 0;
	top: 0;
	content: "\f324";
	font-family: 'Font Awesome 5 Pro';
	font-size: 12px;
	font-weight: 400;
	line-height: 28px;
}

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

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

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

.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:#3c74a6;
	-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:#3c74a6;
	-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{
	display:inline-block;
	text-decoration:none !important;
	outline:none;
	border:none;
	color:#fff;
	font-family: agenda;
	font-size: 18px;
	font-weight: 600;
	padding:10px 25px !important;
	line-height:normal !important;
	-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;
	-webkit-box-shadow: 0 6px 20px rgba(44, 51, 38, 0.15);
	        box-shadow: 0 6px 20px rgba(44, 51, 38, 0.15);
	border-radius: 4px;
	background-color: #95c467;
}

.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: #83ab5b;    
}

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{
	padding:15px 25px !important;
}

.button_outline{
	background: #fff;
	border: 2px solid #3c74a6;
	color: #3c74a6;
	padding: 8px 25px !important;
}

.button_outline:hover,
.button_outline:focus{
	border: 2px solid #3c74a6;
	color: #3c74a6;
	padding: 8px 25px !important;
	background-color: #f4f4f4;
}

.button_outline:after{
	color: #3c74a6 !important;
}

.button_met_pijl{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.button_met_pijl:after{
	margin-left: 8px;
	content: "\f30b";
	color: #ffffff;
	font-family: "Font Awesome 5 Pro";
	font-size: 18px;
	font-weight: 400;
	-webkit-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	display: inline-block;
}

.button_met_pijl:hover:after{
	-webkit-transform: translateX(10px);
	    -ms-transform: translateX(10px);
	        transform: translateX(10px);
}

.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 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;
	background:#fff;
	border:none;
	margin:0;
    padding: 0;
	width:100%;
	border-bottom: solid 1px #d6dde5;
	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;
}

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

nav.navbar{
	flex-wrap: wrap;
}

.navbar>.container .navbar-brand,
.navbar>.container-fluid .navbar-brand{

	height:auto;
	padding:0;
	margin:0;
}

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

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

#logoholder img{
	height: 62px;
	width: auto;
}

#loginmenu{
	background: #95c467;
	padding: 10px 0;
}

#loginmenu a{
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	font-style: normal;
}

#hoofdmenu{
	margin:0;
	margin-right: auto;
}

#hoofdmenu li{
	margin: 0 0 0 25px;
	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;
	color: #2c3326;
	font-family: agenda;
	font-size: 18px;
	font-weight: 500;
	line-height: 111px;
	display: inline-block;
	text-decoration: none !important;
}

#hoofdmenu li.loginout{
	margin-left: 100px;
}

#hoofdmenu li.loginout a{
	color: #3c74a6 !important;
}

#hoofdmenu li.loginout a:after{
	display: none !important;
}

#hoofdmenu li.loginout a:before,
#loginmenu a:nth-child(3):before{
	content: "\f502";
	color: #3c74a6;
	font-family: "Font Awesome 5 Pro";
	font-size: 18px;
	font-weight: 700;
	margin-right: 8px;
	text-transform: uppercase;
}

#loginmenu .col-sm-12{
	gap: 30px;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#loginmenu a:nth-child(3):before{
	color: #fff;
}

#hoofdmenu > li:hover > a,
.single-organisatie #hoofdmenu > li#menu-item-1686 > a,
.single-activiteit #hoofdmenu > li#menu-item-1684 > a,
#hoofdmenu > li.current-menu-item > a,
#hoofdmenu > li.current-menu-ancestor > a,
#hoofdmenu > li.current-menu-parent > a{
	color: #3c74a6;
}

#hoofdmenu > li > a:after{	
	content: "";
	width: 100%;
	height: 4px;
	background: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition:background 0.3s ease-in-out;
	-o-transition:background 0.3s ease-in-out;
	transition:background 0.3s ease-in-out;
}

#hoofdmenu > li:hover > a:after,
.single-organisatie #hoofdmenu > li#menu-item-1686 > a:after,
.single-activiteit #hoofdmenu > li#menu-item-1684 > a:after,
#hoofdmenu > li.current-menu-item > a:after,
#hoofdmenu > li.current-menu-ancestor > a:after,
#hoofdmenu > li.current-menu-parent > a:after{
	background: #3c74a6;
}

#hoofdmenu li > a:after{
}

/*Submenu*/
#hoofdmenu > li > ul{
	display:none;
	list-style:none;
	padding:0;
	margin:0;
	position:absolute;
	top:0;
	left:0;
}

/*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 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{
}

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

.body_geen_footer{
	background-color: #f4f4f4;
}

#footer img{
	max-width: 150px !important;
}

#footer{
	margin-top: 140px;
	padding:115px 0;
	background:#95c467;
}

#footer.geen_footer{
	background-color: #f4f4f4;
	padding-top: 0;
}

#footer.geen_footer a, 
#footer.geen_footer a:hover, 
#footer.geen_footer a:focus{
	color: #3c74a6 !important;
}

#footer.geen_footer .row > div{
	padding: 0 15px !important;
	border: none !important;
}

#footer.geen_footer span{
	color: #575756;
}

#footer h4{
	color: #ffffff;
	font-family: agenda;
	font-size: 25px;
	font-weight: 700;
    margin-bottom: 30px;
}

#footer svg{
	margin-top: 26px;
}

#footer span{
	color: rgba(255, 255, 255, 0.6);
	font-family: Nunito;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	float: left;
}

#footer ul.creditsmenu li,
#footer ul.creditsmenu li a{
	color: #ffffff;
	font-family: Nunito;
	font-size: 14px;
	font-weight: 700;
	line-height: 22px;
	float: left;
	-webkit-transform: none !important;
	    -ms-transform: none !important;
	        transform: none !important;
}

#footer ul.creditsmenu li a:hover,
#footer ul.creditsmenu li a:focus{
	text-decoration: underline !important;
}

#footer ul{
	float: left;
}

#footer ul.creditsmenu li:first-child a:before{
	display: none;
}

#footer ul.creditsmenu li:not(:first-child) a:before{
	content: "|";
	line-height: 22px;
	margin: 0 10px;
}

#footer ul,
#footer p{
	list-style:none;
	padding:0;
	color: rgba(255, 255, 255, 0.6);
	font-family: Nunito;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
    margin-bottom: 26px;
}

#footer a,
#footer a:hover,
#footer a:focus{
	color: #ffffff !important;
	font-weight: 700;
	text-decoration: none !important;
}

#footer a:hover{
	-webkit-transform: translateX(10px);
	    -ms-transform: translateX(10px);
	        transform: translateX(10px);
}

.beheerd_door,
.jumbotron#footer .beheerd_door p{
	color: rgba(255, 255, 255, 0.6);
	font-family: Nunito;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	max-width: 310px;
}

.body_geen_footer .beheerd_door{
	color: #575756;
	margin-bottom: 26px;
}

#footer .row > div{
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer .row.creditsrow > div{
	padding-top: 50px;
}

#footer .row > div:not(:first-child){
	padding-left: 70px;
}

#footer .row > div:not(:last-child){
	padding-right: 0;
	border-right: solid 1px rgba(255, 255, 255, 0.15);
}

#footer ul li{
}

#footer ul li a{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #ffffff;
}

#footer ul li a:before{
	content: "\f324";
	font-size: 12px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	line-height: 28px;
	margin-right: 15px;
}

#credits{
	padding:0 0 140px;
	background:#3c74a6;
}

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

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

.modal-header .close{
	color: #3c74a6;
	font-family: Nunito;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	padding: 0 !important;
	outline: none !important;
}

.modal-header h5{
	color: #2c3326;
	font-family: agenda;
	font-size: 25px;
	font-weight: 700;
}

.modal-header h5 span{
	color: #2c3326;
	font-family: agenda;
	font-size: 20px;
	font-weight: 500;
}

.modal-body,
.modal-header{
    border: none;
	padding: 40px 35px;
}

.modal-body{
	padding-top: 30px;
	padding-bottom: 55px;
}

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

.modal-header{
	padding-bottom: 0;
}

.tinymce-row > div > *:last-child{
	margin-bottom: 0 !important;
}

.creditsmenu{
	margin-bottom: 0 !important;
}

.beheerlink{
	margin: 0 !important;
}

#hoofdmenu{
	position: relative;
}

.beheerlink{
	line-height: normal !important;
	position: absolute !important;
	white-space: nowrap;
	right: 0;
    top: -35px;
}

.beheerlink + .beheerlink{	
    right: 155px;
}

.beheerlink a:after{
	display: none !important;
}

@media (max-width:767px)
{	
    #hoofdmenu li.menu-item-has-children ul,
    #hoofdmenu li.menu-item-has-children:hover ul {
        display: none;
        position: static; 
    }
	
	.beheerlink{
		display: none !important;
	}
	
	body{padding-top: 130px}
	
	#logoholder {
		margin: 10px 15px;
	}
	
	.body_geen_footer .beheerd_door + p{margin-bottom: 36px}
	
	#logoholder img{
		max-width: 71px;
        height: auto;
	}
	
	#hoofdmenu li.loginout{
		margin-left: 0;
	}
	
	nav.navbar{
		border-radius: 8px;
		margin: 15px 15px 0 15px;
		width: calc(100% - 30px);
		-webkit-box-shadow: 0 6px 20px rgba(44, 51, 38, 0.15);
		        box-shadow: 0 6px 20px rgba(44, 51, 38, 0.15);
	}
	
	#hoofdmenu{
		padding: 15px 0 20px;
		border-radius: 0 0 8px 8px;
		background: #f4f4f4;
	}
	
	#hoofdmenu > li > a{
		padding: 0 15px;
	}
	
	#hoofdmenu > li > a:after{
		display: none;
	}
	
	.navbar-expand-md>.container{
		border-radius: 8px;
		overflow: hidden;
	}
	
	.mobiel-menu-top{
		background-color: #f4f4f4;
		padding: 15px 15px 0;
		width: 100%;
	}
	
	.mobiel-menu-top > div{
		width: 100%;		
		padding-bottom: 15px;
    	margin-bottom: -1px;
    	z-index: 5;
		border-bottom: solid 1px #d6dde5;
	}
	
	.mobiel-menu-top a{
		color: #2c3326;
		font-family: agenda;
		font-size: 18px;
		font-weight: 500;
		margin-right: 15px;
	}
	
	.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{
		text-align: center;
		width: 100%;
		font-size: 18px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding: 15px 25px !important;
	}
	
	.modal-header .close{
		color: #3c74a6;
		font-family: agenda;
		font-size: 20px;
		font-weight: 500;
		width: 100%;
		text-align: right;
		position: absolute;
		top: 0;
		margin: 0;
		opacity: 1;
		right: 0;
		padding-right: 30px !important;
		line-height: 55px;
		background: #fff;
	}
	
	.modal-header h5{
		margin-top: 55px;
	}
	
	.modal-dialog{
		margin: 0 !important;
	}
	
	body div.gform_wrapper .gform_footer button.gform_button{
		font-size: 18px !important;
		width: 100% !important;
	}
	
	.modal-content{
		border: none;
		border-radius: 0;
	}
	
	.modal-body, .modal-header{
    	padding: 30px;
		background-color: #f4f4f4;
	}
	
	.modal-header{
		display: block;
	}
	
	.modal-body{
		padding-bottom: 100px;
	}
	
	.navbar-expand-md .submenu-back-button{
		display: block;
	}

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

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

    .expaned-submenu {
        color: #a66740;
        text-align: center;
        float: right;
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        height: 100%;
        width: 50px;
        cursor: pointer;
        z-index: 2000;
        margin: 0; 
    }
    
    .navbar-toggler {
		border: none;
		padding: 0;
		margin: 0 15px 0 0;
		outline: none !important;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
    }
	
	.navbar-toggler:before{
		content: "MENU";
		margin-right: 5px;
		color: #3c74a6;
		font-family: agenda;
		font-size: 20px;
		font-weight: 500;
		/* Text style for "Menu" */
		text-transform: uppercase;
	}

    .navbar-toggler-icon {
		width: 20px;
		height: 14px;
		outline: none !important;
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='14' viewBox='0 0 20 14'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath fill='%233c74a6' d='M1 2a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%233c74a6' d='M1 8a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%233c74a6' d='M1 14a1 1 0 0 1 0-2h18a1 1 0 0 1 0 2z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    }
	
	.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon{
		background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%233c74a6' d='M.09 1.636L1.504.222l14.142 14.142-1.414 1.414z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%233c74a6' d='M1.504 15.778L.09 14.364 14.232.222l1.414 1.414z'/%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: 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;
		_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:47px;
	}

    #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;
    }
	
	#footer{
		padding: 60px 0;
		margin-top: 60px;
	}
	
	#footer .row > div{
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-top: 0 !important;
		border: none !important;
	}
	
	.creditsrow > div:nth-child(1){
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	
	.change-font-size{
		display: none;
	}
	
	.beheerd_door{
		max-width: none;
		border-top: solid 1px rgba(255, 255, 255, 0.15);
		padding-top: 35px;
		margin-bottom: 35px;
	}
	
	.creditsrow > div:nth-child(2){
		-webkit-box-ordinal-group: 1;
		    -ms-flex-order: 0;
		        order: 0;
	}
	
	.jumbotron h1{
		font-size: 28px;
		line-height: 30px;
	}
	
	#content {
		padding: 30px 0 0;
	}
	
	.creditsrow > div:nth-child(3){
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
	}
	
	.jumbotron.jumbo-padding {
		margin: 60px 0 0;
	}
}

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

	#hoofdmenu li{
		margin: 0 0 0 20px;
		position:relative;
	}
	
	.navbar-expand-lg .submenu-back-button{
		display: block;
	}
	
	#hoofdmenu li a{
		white-space: nowrap;
	}
	
	#footer .row > div {
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	#footer .row > div{
		border: none !important;
	}
	
	#footer .row.creditsrow > div:nth-child(3){
		padding-top: 0;
	}
	
	#footer svg {
		margin-top: 5px;
	}
	
	#footer{
    	margin-top: 60px;
		padding: 60px 0;
	}
	
	.beheerd_door{
		margin-top: 30px;
	}
	
	.jumbotron.jumbo-padding {
		margin: 60px 0 0;
	}
}

@media (min-width:992px) and (max-width:1199px)
{
	.navbar-expand-xl .submenu-back-button{
		display: block;
	}
	
	#hoofdmenu li a{
		white-space: nowrap;
	}
	
	#footer .row > div:not(:first-child) {
		padding-left: 30px;
	}
	
	#hoofdmenu li {
		margin: 0 0 0 20px;
	}
	
	.change-font-size {
		margin-left: 30px;
	}
	
	#hoofdmenu li.loginout {
		margin-left: 20px;
	}
}

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

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

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

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

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

.expaned-submenu {
  display: none; }

#CybotCookiebotDialogDetailFooter {
	display: none;
}

body .impressie_fotos{
	margin-bottom: 0 !important;
}

.modal-backdrop.show {
    opacity: .9;
}

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

@media print{
	.navbar,
	.terug_link,
	.eerstvolgende_activiteiten,
	.terug_footer,
	#footer,
	#credits,
	.print_pagina{
		display: none !important;
	}
	
	.impressie_fotos{
		width: 100%;
		display: table;
	}
	
	.impressie_fotos .col-lg-6{
		width: 50%;
		display: table-cell;
	}
	
	.impressie_fotos .col-lg-6 img{
		width: 100%;
	}
}