﻿@charset "UTF-8";
/* CSS Document */


/* fonts
----------------------------------------------- */

@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold';
    src: url('fonts/opensans-extrabold-webfont.woff2') format('woff2'),
         url('fonts/opensans-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'questrialregular';
    src: url('fonts/questrial-regular-webfont.woff2') format('woff2'),
         url('fonts/questrial-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* reset
----------------------------------------------- */

* {margin:0;padding:0;} 

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
strong, b { font-weight: bold !important; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
	-webkit-text-size-adjust: none; /* shows font-size on iphone 'landscape' equal size */
}

 

/* --- topnav -------------------------------------------------------------------------------------- */

#topnav ul { display: block; float: right; color: #5c3b37; padding: 50px 12px 12px 14px; }
#topnav ul li { display: inline-block; float: left; color: #5c3b37; margin:0 10px; }
#topnav a { font: 15px/normal "open_sansbold", Arial, sans-serif; text-transform: uppercase; letter-spacing: -0.01em; color: #5c3b37; text-decoration: none; }
#topnav a:hover, #topnav a.current { color: #5c3b37 !important; text-decoration: underline !important; }

@media only screen and (min-width: 100px) and (max-width: 1023px) { 
  /* hide topnav in mobile view */
	#topnav ul { display: none !important; }
}

/* --- smartmenu -------------------------------------------------------------------------------------- */

.main-menu-bottompadding { padding-bottom: 9px !important; }

@media (min-width: 1024px) { /* justify menubar items */
		#main-menu > li {
			float: none;
			display: table-cell;
			width: 1%;
			text-align: center;
		}
	}

#main-menu li.show-mobile { display: none; }
@media only screen and (min-width: 100px) and (max-width:1023px) { #main-menu li.show-mobile { display: block !important; } }


/* --- body -------------------------------------------------------------------------------------- */

a {
    color: #d42a8f;
    text-decoration: underline;
}
a:hover {
    color: #ec008c !important;
    text-decoration: none;
}
a.white-link, a.white-link2 {
    color: #fff;
    text-decoration: none;
}
a.white-link:hover {
    color: #bdc001 !important;
    text-decoration: none;
}
a.white-link2:hover {
    color: #36180c !important;
    text-decoration: none;
}
a.phone-link {
    color: #151515;
    text-decoration: none;
}
a.phone-link:hover {
    color: #ec008c !important;
    text-decoration: none;
}

p {
  font: 15px/19px 'questrialregular', Arial, Helvetica, sans-serif !important;
  color:#151515 !important;
  margin: 8px 0;
  padding: 12px 0 6px 0 !important;
}
p:before { 
   content: "";
   display: block;
   /*clear: both; */
}
em { font-style: italic !important; }

p.intro {
  font: 19px/24px 'questrialregular', Arial, Helvetica, sans-serif !important;
  color:#37190c !important;
  margin: 8px 0;
}

h1 {
  font: 38px/normal 'open_sansbold', Arial, Helvetica, sans-serif !important;
  color:#36180c;
  text-transform: uppercase;
  margin: 10px 0 14px 0;
}
h1.title-header { color: #fff; text-transform: uppercase; font: 70px/60px 'open_sansregular', Arial, Helvetica, sans-serif !important; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6); text-align: center; margin: 80px 0 20px 0 !important; z-index: 8500; position: relative; }
h1.title-header span { color: #fff; text-transform: uppercase; font: 64px/60px 'open_sansbold', Arial, Helvetica, sans-serif !important; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6); text-align: center; z-index: 8500; position: relative; }

h2 {
  font: 32px/normal 'open_sansbold', Arial, Helvetica, sans-serif !important;
  color:#553c3b;
  margin: 4px 0 8px 0 !important;
  text-transform: uppercase;
}

h2.title-header { color: #fff !important; text-transform: uppercase; letter-spacing: 0.01em; font: 28px/30px 'questrialregular', Arial, Helvetica, sans-serif !important; text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6); text-align: center; margin: 20px 0 60px 0; z-index: 8500; position: relative; }
h2.title-header a { color: #fff !important; text-decoration: none; }
h2.title-header a:hover { opacity: 0.7; }
h2.title-header::after {
  content: "";
  display: block;
  height: 40px;
}

h3 {
  font: 26px/normal 'questrialregular', Arial, Helvetica, sans-serif !important;
  color:#0d0d0d;
  margin: 20px 0 4px 0 !important;
  text-transform: uppercase;
}

h3.title-newsletter { font: 36px/38px 'open_sansextrabold', Arial, Helvetica, sans-serif !important; color:#fff !important; margin: 24px 0 10px 0 !important; letter-spacing: -0.01em; }

h4 {
  font: 21px/normal 'questrialregular', Arial, Helvetica, sans-serif !important;
    color: #0d0d0d;	
	margin: 20px 0 5px 0 !important;
  text-transform: none !important;
}

h5 {
  font: 17px/22px 'questrialregular', Arial, Helvetica, sans-serif !important;
    color: #0d0d0d;	
	margin: 20px 0 5px 0 !important;
  text-transform: uppercase;
}

#breadcrumbs { margin:15px 10px 0 0 !important; float: right; }
#breadcrumbs { font: 13px/14px 'latoregular', Arial, Helvetica, sans-serif !important; color: #8e8e8e; }
#breadcrumbs a { color: #5f605f; font: 13px/14px 'latoregular', Arial, Helvetica, sans-serif !important; text-decoration: none; }
#breadcrumbs a:hover { color: #5c3b37; text-decoration: none; }
#breadcrumbs i.fas { color: #5c3b37; font-size: 12px; padding: 0 2px; }
p i.fas { color: #5c3b37; font-size: 14px; padding: 2px 4px 0 0; }

.logo { max-width: 200px; width: 100%; padding: 7px 0; }

@media only screen and (min-width: 767px) and (max-width: 1024px) {
	.logo { max-width: 180px !important; padding: 15px 4px 10px 0 !important; }
}
@media only screen and (min-width: 390px) and (max-width: 767px) {
	#breadcrumbs { display: none !important; } 
	.logo { max-width: 200px !important; }
}
@media only screen and (max-width: 389px) { 
	#breadcrumbs { display: none !important; } 
	.logo { max-width: 170px !important; }
}




#content ol { margin-top: 10px; margin-bottom: 28px; overflow: hidden; list-style: decimal !important; }
#content ol li { 
	margin-bottom: 10px;
	margin-left: 2.3em;

}

#content ul { margin-top: 10px; margin-bottom: 28px; overflow: hidden; }
#content ul li { 
	font: 15px/19px 'work_sansregular', Arial, Helvetica, sans-serif !important; 
	margin-bottom: 10px;
	margin-left: 2.3em;

}
#content ul li:before { 
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: -1.3em; 
  width: 1.3em; 
  background: url("/images/chevron-right-solid.svg");
  background-repeat: no-repeat;
}




ul.lijst { margin-top: 10px; margin-bottom: 28px; overflow: hidden; }
ul.lijst li { 
	font: 15px/19px 'work_sansregular', Arial, Helvetica, sans-serif !important; 
	margin-bottom: 10px;
	margin-left: 2.3em;

}
ul.lijst li:before { 
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: -1.3em; 
  width: 1.3em; 
  background: url("../images/chevron-right-solid.svg");
  background-repeat: no-repeat;
}



.bg-white { background: #fff; }
.bg-brown { background: #e6e2e2; }
.bg-line { background: #c3baba; margin: 20px 0; }

.box-alert {
	border: #ec008c 2px solid;
	padding: 25px 40px;
	margin: 25px 0;
	display: inline-block;
}


.bg-header-RLLK {
  background-image: 
  	url(../images/bg-header.jpg);
  background-position:
    center center;
  background-size: 
	cover;
  background-repeat:
    no-repeat; 
}

.bg-header-home {
  background-image: 
    url(../images/hoekje-right.png),
    url(../images/hoekje-left.png),
  	url(../images/bg-header.jpg);
  background-position:
	top 10px right 10px, 
    bottom 10px left 10px,
    center center;
  background-size: 
  	2%,
	3%,
	cover;
  background-repeat:
    no-repeat; 
}

/*.bg-header-gradient {
  background:url(../images/bg-gradient.png) top center repeat-x;
  background-position:center center;
  background-repeat: no-repeat; 
}*/

.img-wrapper {
position: relative;
  top: 0;
  left: 0;
 }
 .img-bg {
 position: relative;
  top: 0;
  left: 0;
 }
.hoekje-left { position: absolute; bottom: 10px; left: 10px; width: 7% !important; height: auto !important; z-index: 9500; }
.hoekje-right { position: absolute; top: 10px; right: 10px; width: 4% !important; height: auto !important; z-index: 9500; }

.hoekje-left-video { position: absolute; bottom: 10px; left: 10px; width: 7% !important; height: auto !important; z-index: 9500; max-width: 50px; }
.hoekje-right-video { position: absolute; top: 10px; right: 10px; width: 4% !important; height: auto !important; z-index: 9500; max-width: 33px; }


.box-border {
  border: #e6e2e2 solid 5px !important;
	padding: 10px 40px 15px 40px;
	margin: 35px 0 10px 0 !important;
	display: inline-block;
}

.box-border-wide {
  border: #e6e2e2 solid 5px !important;
	padding: 20px 40px 5px 40px;
	margin: 35px 0 5px 0 !important;
	width: 80%;
}

.box-brown {
	padding: 15px 45px 25px 45px;
	margin: 35px 0 10px 0 !important;
	display: inline-block;
	background: #e6e2e2;
}


@media only screen and (min-width: 1025px) and (max-width: 1150px) {
	h1 { font: 28px/normal 'work_sansblack', Arial, Helvetica, sans-serif !important; }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	h1 { font: 22px/normal 'work_sansblack', Arial, Helvetica, sans-serif !important; }
	h1.title-header { font: 43px/45px 'open_sansregular', Arial, Helvetica, sans-serif !important; }
	h1.title-header span { font: 40px/40px 'open_sansbold', Arial, Helvetica, sans-serif !important; }
	h2 { font: 24px/normal 'open_sansbold', Arial, Helvetica, sans-serif !important; }
	h2.title-header { font: 20px/25px 'questrialregular', Arial, Helvetica, sans-serif !important;}	
	h3 { font: 26px/normal 'questrialregular', Arial, Helvetica, sans-serif !important; }
	h3.title-newsletter { font: 26px/28px 'open_sansextrabold', Arial, Helvetica, sans-serif !important; }
	h4 { font: 18px/normal 'questrialregular', Arial, Helvetica, sans-serif !important; }
	h5 {  font: 15px/20px 'questrialregular', Arial, Helvetica, sans-serif !important;}
	p, ul li, table td, table th, ul.fa-ul li { font: 15px/17px 'work_sansregular', Arial, Helvetica, sans-serif !important; }
	p.intro {  font: 17px/20px 'work_sansregular', Arial, Helvetica, sans-serif !important; }
	.bg-header { min-height: 65px; }
	.logo-sponsor { max-height: 60px !important;}
	.big { max-height: 80px !important; }

}
@media only screen and (min-width: 480px) and (max-width: 768px) {
	h1 { font: 28px/normal 'work_sansblack', Arial, Helvetica, sans-serif !important; }
	h1.title-header { font: 33px/35px 'open_sansregular', Arial, Helvetica, sans-serif !important; }
	h1.title-header span { font: 30px/30px 'open_sansbold', Arial, Helvetica, sans-serif !important; }
	h2 { font: 22px/normal 'open_sansbold', Arial, Helvetica, sans-serif !important; }
	h2.title-header { font: 17px/25px 'questrialregular', Arial, Helvetica, sans-serif !important;}	
	h2.title-header::after { height: 20px !important; }
	h3 { font: 26px/normal 'questrialregular', Arial, Helvetica, sans-serif !important; }
	h3.title-newsletter { font: 24px/26px 'open_sansextrabold', Arial, Helvetica, sans-serif !important; }
	h4 { font: 18px/normal 'questrialregular', Arial, Helvetica, sans-serif !important; }
	h5 {  font: 15px/20px 'questrialregular', Arial, Helvetica, sans-serif !important;}
	p.intro {  font: 15px/17px 'work_sansregular', Arial, Helvetica, sans-serif !important; }
	p, ul li, table td, table th, ul.fa-ul li { font: 14px/17px 'work_sansregular', Arial, Helvetica, sans-serif !important; }
	img.img-border { max-width: 340px; }
	img.img-mobile { max-width: 80% !important; }
	.btn-txt a { font: 16px/16px 'work_sansmedium', Arial, Helvetica, sans-serif !important; }
	.bg-header { min-height: 55px; }
	.logo-sponsor { max-height: 50px !important;}
	.big { max-height: 75px !important; }

}

@media only screen and (max-width: 768px) {
	footer p { font: 13px/19px 'questrialregular', Arial, Helvetica, sans-serif !important; margin: 0 !important; padding: 0 !important; }
	footer div { margin: 0 auto !important; padding: 0 !important; text-align: center !important; }
	.box-border-wide { width: 100% !important; }

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.no-mobile { display: none; }

}

@media only screen and (max-width: 479px) {
	h1 { font: 24px/normal 'work_sansblack', Arial, Helvetica, sans-serif !important; }
	h1.title-header { font: 30px/31px 'open_sansregular', Arial, Helvetica, sans-serif !important; margin: 10px 0 0 0 !important; }
	h1.title-header span { font: 27px/29px 'open_sansbold', Arial, Helvetica, sans-serif !important; }
	h2 { font: 20px/normal 'open_sansbold', Arial, Helvetica, sans-serif !important; }
	h2.title-header { font: 16px/22px 'questrialregular', Arial, Helvetica, sans-serif !important; margin: 20px 0 10px 0 !important; }
	h2.title-header::after { height: 10px !important; }
	h3 { font: 19px/normal 'questrialregular', Arial, Helvetica, sans-serif !important; padding-bottom: 10px !important; }
	h3.title-newsletter { font: 17px/21px 'open_sansextrabold', Arial, Helvetica, sans-serif !important; }
	footer p.txt-newsletter { font: 15px/20px 'questrialregular', Arial, Helvetica, sans-serif !important;  }
	h4 { font: 17px/normal 'questrialregular', Arial, Helvetica, sans-serif !important; }
	h5 {  font: 14px/17px 'questrialregular', Arial, Helvetica, sans-serif !important;}
	p.intro {  font: 15px/17px 'work_sansregular', Arial, Helvetica, sans-serif !important; }
	p, ul li, table td, table th, ul.fa-ul li { font: 14px/17px 'work_sansregular', Arial, Helvetica, sans-serif !important; font-size: 14px !important; }
	.bg-header { min-height: 45px; }
	.no-mobile { display: none; }

}

img.img-default, img.img-mobile { width: 100% !important; }
img.img-rounded { border-radius: 100%; width: 100%; max-width: 185px; }
img.img-xs { max-width: 95px !important; }
img.pull-left { float: left; margin: 25px 10px 35px 0; max-width: 46%; }
img.pull-right { float: right; margin: 25px 0 35px 10px; max-width: 46%; }
img.pull-center { margin: 35px auto; max-width: 48%; }

img.full-width  {margin:0px 0px 10px 0px; width:100% !important;}



img.img-round {
  width: 100%;
  height: 100%;
  background: no-repeat center/cover;
  border-radius: 100%; 
  max-height: 185px;
  max-width: 185px;
}

@media only screen and (max-width: 576px) {
img.img-mobile { max-width: 80% !important; }
img.pull-left { float: none !important; margin: 10px 10px 2px 0 !important; max-width: 98% !important; }
img.pull-right { float: none !important; margin: 2px 0 10px 10px !important; max-width: 98% !important; }
img.pull-center { margin: 25px auto; max-width: 48%; }
aside .banner, img.img-banner { width: 100% !important; }
.btn-txt a { font: 15px/16px 'work_sansbold', Arial, Helvetica, sans-serif !important; text-transform: uppercase; }
.btn-txt { bottom: 10px !important; left: 10px !important; }
	.logo-sponsor { max-height: 40px !important;}
	.big { max-height: 65px !important; }

}

img.img-border { width: 100% !important; }



#box-push { background: #fff; padding: 35px 35px 35px 60px; }

.banner { 
	position: relative; 
	display: inline-block !important; 
	width: 100% !important; 
	max-height: 200px;
	overflow: hidden;
}
.bg-shadow {
 position: absolute;
 z-index: 500;
 width: 100%;
 height: auto;
 bottom: -4px;
}
.img-banner {
 object-fit:cover; 
 width: 100% !important; 
	max-height: 200px;
}


.logo-partner { padding: 0 5px; display: inline-block !important; max-height: 70px; }

.logo-sponsor { padding: 4px; display: inline-block !important; width: auto; max-height: 60px; float: left; border: #c3baba solid 1px; margin: 5px 8px 10px 0; }
.big { max-height: 105px; }


#box-info {
	box-sizing: border-box;
	background: #e6e2e2;
	padding: 26px 5px 32px 15px;
	margin: 20px 0 0 0;
	display: block;
	width: 100% !important;
	text-align: left !important;
}

#box-info div { padding: 5px 0; }
#box-info i.fas { color: #5c3b37 !important; font-size: 14px; padding: 2px 8px 0 0; }

#box-upcoming {
	box-sizing: border-box;
	border: solid 1px #e6e2e2;
	padding: 6px 5px 10px 15px;
	margin: 20px 0 0 0;
	display: block;
	width: 100% !important;
	text-align: left !important;
}

#box-upcoming a { text-decoration: none; }
#box-upcoming h5 { margin:22px 0 18px 10px !important; }

#filter-boxes { margin: -10px 8px 0 14px !important; padding: 0 !important; float: left; }
#filter-boxes .item { padding: 0 10px 0 4px; display: inline-block; }

/* --- image hover overlay effect -------------------------------------------------------------------------------------- */

@media only screen and (max-width: 768px) {
.box-hover-details, .box-hover:hover .box-hover-overlay { display: none; }
}

@media only screen and (min-width: 769px) and (max-width: 1280px) {
.btn-txt, .btn-txt a { font: 14px/normal 'open_sansregular', Arial, Helvetica, sans-serif !important; text-transform: none !important; }
}
@media only screen and (min-width: 577px) and (max-width: 768px) {
.logo-partner {  max-width: 70px !important;  }
.banner {  width: 100% !important; text-align: center !important; }
img.img-banner { max-width: 80%; }
.btn-txt, .btn-txt a { font: 14px/normal 'open_sansregular', Arial, Helvetica, sans-serif !important; text-transform: none !important; }
.box-hover { max-width: 60% !important; max-height: 160px !important;  }
}
@media only screen and (max-width: 220px) and (max-width: 576px) {
.logo-partner {  max-width: 65px; }
.banner { width: 100% !important; max-width: 100%; }
img.img-banner { max-width: 100%; width: 100%; }
.btn-txt, .btn-txt a { font: 14px/normal 'open_sansregular', Arial, Helvetica, sans-serif !important; text-transform: none !important; }
.box-hover { max-width: 50% !important; max-height: 130px !important; }
}
@media only screen and (max-width: 219px) {
.box-hover { max-width: 80% !important; max-height: 100px !important; }
}

.btn-txt {
  color:#fff;
  margin: 10px 0 14px 0;
  position: absolute;
  bottom: 5px;
  left: 20px;
  text-align: left;
  font: 14px/normal 'open_sansregular', Arial, Helvetica, sans-serif !important;
  text-transform: none !important;
  z-index: 2000;
}

.btn-txt a { color: #fff !important; text-decoration: none; }
.btn-txt a:hover { color: #f9af20 !important; text-decoration: none; text-transform: none !important; }

.box-hover, .box-banner {
  position: relative;
  width: 100%;
  max-width: 400px;
  max-height: 200px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 10px;
}

.box-hover .box-hover-darker {
  background: rgba(0,0,0,0.4);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.box-hover .box-hover-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.box-hover:hover .box-hover-overlay{
  opacity: 1;
}

.box-hover-image, .box-banner-image {
  width: 100%;
  object-fit:cover;
  height: 100%;
  min-height: 250px;
}

.box-hover-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 40%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.box-hover:hover .box-hover-details{
  top: 40%;
  left: 50%;
  opacity: 1;
}

h3.title-box-hover {
  color: #fff !important;
  font: 13px/normal 'open_sansregular', Arial, Helvetica, sans-serif !important;
  margin-bottom: 0.5em;
  text-transform: none;
  text-align: center;
}

.box-hover-details p{
  color: #fff !important;
  font: 13px/normal 'open_sansregular', Arial, Helvetica, sans-serif !important;
}

.fadeIn-bottom{
  top: 80%;
}

/* --- google maps iframe -------------------------------------------------------------------------------------- */

.mapWrapper {
    position: relative;
    /*padding-bottom: 56.25%;*/ /* 16:9 */
	padding-bottom: 45%;
    padding-top: 25px;
    height: 0;
	margin: 5px 0 25px 0;
	width: 80%;
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
.mapWrapper { padding-bottom: 65% !important; width: 100%; }
}

@media only screen and (max-width: 479px) {
.mapWrapper { padding-bottom: 75% !important; width: 100%; }
}

.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#grey-map {
filter: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="g"><feColorMatrix type="matrix" values="0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0.3 0.3 0.3 0 0 0 0 0 1 0"/></filter></svg>#g');
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);    
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayScale=1);
}


/* video
--------------------------------------------------------------------------------
https://codepen.io/dudleystorey/pen/knqyK
*/

.bg-header-gradient {
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 8500;
}


@media only screen and (min-width: 1024px) {
.container_video {
	margin: 0 auto;
	padding: 0 0 60px 0;
	width: 100%;
	position:relative;
	overflow:hidden;
	/*background:url(../images/bg-gradient.png) top center repeat-x;*/
}
}

@media only screen and (max-width: 1023px) {
	.container_video { background:url(../images/pic-video-poster.jpg) top center no-repeat !important; background-size: cover !important; }
	video#bgvid, #video-control button { display: none; }
	.bg-header-gradient { display: none; }
	h1.title-header { margin: 10px 0 20px 0 !important; }
	.hoekje-left-video, .hoekje-right-video { display: none !important; }
}

video { 
	position:absolute;
	top: 40%;
    left: 50%;
    min-width: 100%;
	height: 100%;
    width: auto;
    height: auto;
	min-height:800px;
    z-index: -1000;
    transform: translateX(-50%) translateY(-50%);
 background: url('') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}
.stopfade { 
   opacity: 1.0;
}

#video-control button { 
  display: block;
  border: none; 
  background:none;
  font-size: 24px;
  color: #fff;
  width:40px;
  height:40px;
  cursor: pointer;
  bottom:30px;
  right:30px;
  position:absolute;
  outline: none;

}
#video-control button:hover { 
   background: rgba(0,0,0,0.5);
}



/* --- buttons -------------------------------------------------------------------------------------- */

a.btn, form button[type=submit], .form-basic button, input[type=submit], .button { 
	text-align: center;
	font: 14px/normal 'open_sansbold', Arial, Helvetica, sans-serif;
	margin: 15px auto;
	padding: 8px 26px;
	color: #231f20 !important;
	text-decoration: none;
	display: inline-block !important;
	border-radius: 0;
	border: #231f20 solid 1px;
	text-decoration: none;
	text-transform: uppercase;
}

a.btn:hover, form button[type=submit]:hover, .form-basic button:hover, input[type=submit]:hover, .button:hover { 
	color: #fff !important;
	background:#57423f;
	text-decoration: none;
	border: #57423f solid 1px;
	cursor: pointer;
}

a.btn-centered { margin: 20px auto !important; display: table !important; }
a.btn-right { float: right; }
a.btn-print { 
	float: right;
	text-decoration: none;
	padding: 14px 4px 0 0;
	font: 13px/normal 'open_sansbold', Arial, Helvetica, sans-serif;
	display: block;
}

@media only screen and (max-width: 1024px) {
a.btn-print { display: none !important; }
}


/* --- spacers -------------------------------------------------------------------------------------- */

.spacer-10, .spacer-20, .spacer-30, .spacer-40, .spacer-50 { width: 100%; clear: both; }
.spacer-1 { height: 1px; }
.spacer-10 { height: 10px; }
.spacer-20 { height: 20px; }
.spacer-30 { height: 30px; }
.spacer-40 { height: 40px; }
.spacer-50 { height: 50px; }
.spacer-60 { height: 60px; }
.spacer-70 { height: 70px; }
.spacer-80 { height: 80px; }
.spacer-90 { height: 90px; }
.spacer-100 { height: 100px; }

@media only screen and (max-width: 576px) {
.spacer-30, .spacer-40, .spacer-50, .spacer-60, .spacer-70, .spacer-80, .spacer-90, .spacer-100 { height: 20px !important; }
}


/* --- alert -------------------------------------------------------------------------------------- */

.alert-brown {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 6px 14px;	
	margin: 18px 0;
	background: #57423f;
	display: table;
}

.alert-magenta {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 6px 14px;	
	margin: 18px 0;
	background: #ec008c;
	display: table;
}
.tag {
	color: #57423f;
	font-size: 12px;
	padding: 2px 6px;	
	margin: 16px 0 0 0;
	background: #fff;
	display: table;
	letter-spacing: 0,05em;
}
.tag a {
	text-decoration: none;
}


/* --- gridlex cards -------------------------------------------------------------------------------------- */

        .thecard {
            /*box-shadow: 0 1px 30px rgba(0,0,0,.4);*/
            text-align: center;
			background: #fff;
			border: #fff solid 1px;
			margin: 0;
			padding: 15px 20px;
        }
		.card-border { border: #ccc solid 1px; }
		.txt-small { font-size: 14px; line-height: 16px; }
        .thecard:hover, .card-caption h3 a:hover {
            /*box-shadow: 0 10px 50px rgba(0,0,0,.6);*/
			border: #5e403d solid 1px;
			/*color: #ab1c5e;*/
        }
        .thecard:hover .card-outmore {
            background: #553c3b;
            color: #fff;
        }
		.nohover:hover {
            border: #fff solid 1px !important;
			cursor: default;
        }
        .thecard a {
            text-decoration: none;
        }
        .card-img {
            display: block;
			width: 100%;
            /*max-height: 395px;*/
            overflow: hidden;
        }
        .thecard img {
            margin-top: 20px;
        }

        .card-caption {
            position: relative;
            padding: 1px 5px 15px 5px;
			text-align: center;
 			background: #fff;
			margin: 0;
		}
        .thecard h4 {
            font: 18px/normal 'questrial', Arial, Helvetica, sans-serif !important;
        }
		.thecard i.fa {
            font-size: 16px;
			padding: 4px 0 0 0;
        }



/* --- blockquote -------------------------------------------------------------------------------------- */

blockquote{
  width:100%;
  margin:35px 0 20px 0 !important;
  color: #555555;
  padding:40px 50px !important;
  border-left:none !important;
  position: relative;
  background:#e6e2e2;
  text-align: center;
  display: block;
  clear: both;
}

blockquote p::before{
  content: "";
  color:#553c3b !important;
  background: url(../images/quote-left-solid.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 15px;
  top:15px;
}

blockquote p::after{
  content: "";
  color:#553c3b;
  background: url(../images/quote-right-solid.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  bottom:15px;
}

blockquote p {
  color:#666;
  font-style: italic !important;
}


/* --- footer -------------------------------------------------------------------------------------- */

footer { 
    position: relative;
    width: 100%;
    width: auto;
	overflow: visible !important;
	z-index: 0;
    max-height: 100%;
	padding: 0px 0 5px 0 !important;
	margin: 0px 0 14px 0 !important;
	background-repeat: no-repeat;
	background-size: cover !important;
	background-color: #fff;
}

img.logo-footer { max-width: 120px; }

.bg-footer { 
	background: url(../images/bg-footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover !important;
	background-color: #fff;
	min-height: 150px;
	padding: 40px 0;
	margin: 0px 0 25px 0; 
}


.footer-spacer { padding:0 7px; margin: 0 auto; text-align: center; color: #999; }
footer p { font: 14px/19px 'questrialregular', Arial, Helvetica, sans-serif !important; margin: 0 !important; padding: 10px 0 !important; }
footer p, footer a { color: #000; text-decoration: none; }
footer a:hover { color: #553c3b !important; }
.txt-footer { text-align: left; color: #000; font: 12px/19px 'questrialregular', Arial, Helvetica, sans-serif !important; text-transform: uppercase; }
.txt-footer a { color: #000; }
.txt-footer a:hover { color: #553c3b !important; }
.txt-right { text-align: right !important; }
.txt-steun { 
display: inline-block;
  vertical-align: top;
  line-height: normal;
   font: 14px/26px 'questrialregular', Arial, Helvetica, sans-serif !important;
  color:#333 !important;
  margin: 0 !important;
  padding: 20px 0 0 0 !important;
  }
.txt-gemeenten { 
  vertical-align: top;
  line-height: normal;
   font: 14px/16px 'questrialregular', Arial, Helvetica, sans-serif !important;
  color:#666 !important;
  margin: 0 !important;
  padding: 4px 0 12px 0 !important;
 
  }

footer i.fab { font-size: 22px !important; color: #fff !important; }
footer i.fa-brown { color: #36180c !important; }
footer i.fa-brown:hover { color: #ec008c !important; }
footer span.fa-stack { padding: 15px 8px !important; }

footer p.txt-newsletter { font: 18px/22px 'questrialregular', Arial, Helvetica, sans-serif; color: #fff !important; margin: 30px 0 5px 0 !important; }
footer p.txt-newsletter a { color: #fff !important; text-decoration: underline; }
footer p.txt-newsletter a:hover { text-decoration: none; }

@media only screen and (max-width: 1024px) { 
.txt-right, .txt-footer { text-align: center !important; }

}
@media only screen and (min-width: 577px) and (max-width: 768px) { 
	#search { display: none !important; }
	img.logo-footer { max-width: 130px; padding-top: 15px !important; }
}
@media only screen and (min-width: 480px) and (max-width: 576px) { 
	.mobile-center { text-align: center !important;  } 
	.mobile-bottomspace { margin-bottom: 30px !important; }
	img.logo-footer { max-width: 130px; padding-top: 15px !important; }
	.bg-footer { padding: 10px 0 !important; background: url(../images/bg-footer-mobile.jpg) !important; background-position: center; }
	.bg-header-home { background-image: 
    url(../images/hoekje-right.png),
    url(../images/hoekje-left.png),
  	url(../images/bg-header-mobile.jpg);
	background-size: 
  	4%,
	6%,
	cover;
	}
	#search { display: none !important; }
}
@media only screen and (max-width: 479px) { 
	footer nobr { display: block !important; } 
	.mobile-center { text-align: center !important;  } 
	.mobile-bottomspace { margin-bottom: 30px !important; }
	.bg-footer { padding: 10px 0 !important; background: url(../images/bg-footer-mobile.jpg) !important; background-position: center; }
	.bg-header-home { background-image: 
    url(../images/hoekje-right.png),
    url(../images/hoekje-left.png),
  	url(../images/bg-header-mobile.jpg);
	background-size: 
  	4%,
	6%,
	cover;
	}
	#search { display: none !important; }
	img.logo-footer { max-width: 110px; padding-top: 15px !important; }

}


/* Search
--------------------------------------------------------------------------------*/

#search { margin:28px 8px 0 15px; display: inline-block; float: right; }

@media only screen and (min-width: 768px) and (max-width: 1024px) { 
#search { margin:28px 10% 0 15px;  }
}

#form-search input[type=text] {
	border-top:1px solid  #c2c2c2;
	border-bottom:1px solid #c2c2c2;
	border-left:1px solid  #c2c2c2;
	border-right:none;
	float:left;
	margin:10px 0 0 0;
	outline:0;
	padding:.4em 0 .4em .6em; 
	width:200px;
	font: 15px/24px Arial, Helvetica, sans-serif;
	color:#555 !important;
	-webkit-appearance: none;
	box-shadow: none !important;
	border-radius:0 !important;
}

#form-search #button-holder {
	background:#fff;
	border-top:1px solid  #c2c2c2;
	border-right:1px solid #c2c2c2;
	border-bottom:1px solid #c2c2c2;
	border-left:none;
	cursor:pointer;
	float:left;
	height:38px;
	margin:10px 0 0 -3px;
	text-align:center;
	width:40px !important;
	font: 15px/24px "questrialregular", Arial, Helvetica, sans-serif;
	color:#5b5b5b !important;
}
#form-search #button-holder i { padding-top:7px !important; }
#form-search placeholder { color:#555 !important; } 


/* Swiper jQuery
--------------------------------------------------------------------------------*/


.swiper-container {
      width: 100%;
      height: 100%;
}

.swiper-slide {
      text-align: left;
      font-size: 18px;
      background: #fff;
	  /*padding-left: 60px;*/
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

img.img-swiper {
  width: 100%;
  height: 100%;
  background: no-repeat center/cover;
  border-radius: 100%; 
  max-height: 170px;
  max-width: 170px;
  float: left;
  margin-right: 15px;
}

/*.swiper-slide p { width: 90%; }*/

.swiper-pagination-bullet-active { /* active color bullet pager */
	background: #553c3b !important;
}


@media only screen and (min-width: 100px) and (max-width: 1024px) {
.swiper-slide  { width: 100% !important; text-align: center !important; }
img.img-swiper {
  max-height: 125px;
  max-width: 125px;
  float: none !important;
  margin: 0 auto !important;
  display: flex;
}
.swiper-slide h3, .swiper-slide p { text-align: center !important; }

.swiper-slide a.btn { 
	display: inline-table !important; 
	margin: 10px auto 25px auto !important; 
	text-align: center !important; 
	float: none !important; 
}
.swiper-pagination { /* swiper is disabled at this breakpoint */
display: none; }

}

/*
Swiper breakpoints:
https://swiperjs.com/api/#layout

How to Destroy Swiper on Min-width Breakpoints:
https://codepen.io/aaronkahlhamer/pen/GveaXP
*/


/* jPages
--------------------------------------------------------------------------------*/

.dotify-extra-content {
  display: none !important; /* hide overflow text paragraph */
}

#itemContainer, #itemContainer-list.nieuws { width:100%; margin:15px 0 15px 0 !important; padding:0 !important; clear:both; }
#itemContainer li, #itemContainer-list.nieuws li { width:31%; float:left; margin:10px 1%; padding: 20px 10px 15px 10px; word-wrap: break-word; list-style:none; height:auto; background: #fff; text-align: center; min-height: 455px; box-sizing: border-box; }

ul#itemContainer li a, #itemContainer-list.nieuws li a { text-decoration: none; }
ul#itemContainer li a.more, #itemContainer-list.nieuws a.more { text-decoration: underline; }
ul#itemContainer li a.more:hover, #itemContainer-list.nieuws a.more:hover { text-decoration: none; }
ul#itemContainer li h5, #itemContainer-list.nieuws li h5 { text-align: center; }
ul#itemContainer li h5:hover, #itemContainer-list.nieuws li h5:hover { text-decoration:none; color:#553c3b; }
#itemContainer date { color:#999; font-size:13px; margin:5px 0 0 0 !important; text-transform:uppercase; }
#itemContainer p { margin: 0 0 20px 0 !important; }
#itemContainer .intro { display: inline-block; float: left; width: 70%; margin: 0 !important; padding: 0 !important; }

#itemContainer .img-news {
	clear: both;
	margin: 5px auto !important;
	text-align: center !important;
}


@media only screen and (min-width: 769px) and (max-width: 1024px) {
#itemContainer li { width:31%; min-height: 410px !important; }
#itemContainer .img-news {	max-width: 140px; max-height: 140px; }

}

@media only screen and (min-width: 481px) and (max-width: 768px) {
#itemContainer li { width:48% !important; float:left; min-height: 410px !important;  }
#itemContainer .img-news {	max-width: 120px; max-height: 120px; }

}

@media only screen and (min-width: 100px) and (max-width: 480px) {
#itemContainer li { width:98% !important; float:left; min-height: 400px !important;  }
#itemContainer .img-news {	max-width: 120px; max-height: 120px; }

}

.holder { 
	display:inline-block; 
	z-index:1800; 
	float:right !important;
	margin: -20px 12px 0 10px;
}
.holder a {
	cursor:pointer;
	margin:0 1px 0 4px;
	color:#822e00;
	cursor:pointer !important;
	display:inline-block!important;
	width:28px !important;
	height:28px !important;
	text-align:center;
	padding:8px;
	text-decoration:none !important;
	font: 14px/14px Arial, Helvetica, sans-serif;
}

.holder a:hover {
	color:#822e00 !important;
	background:#fff;
	border:#fff solid 1px !important;
}
#main .holder a.jp-previous {
    margin-right:5px;
	background:#c8c5c5;
	border:#c8c5c5 solid 1px;
}
#main .holder a.jp-next {
    margin-left:0px;
	display:block !important;
	width:22px !important;
	height:22px !important;
	background:#c8c5c5;
	border:#c8c5c5 solid 1px;
}
.holder a.jp-current,a.jp-current:hover {
    color:#822e00;
	background:#e6e2e2;
	cursor:default !important;
}
.holder a.jp-current,a.jp-current:hover {
    cursor:pointer;
    background:#d5d2d2 !important;
	border:#d5d2d2 solid 1px !important;
}
.holder a.jp-disabled,a.jp-disabled:hover {
    cursor:default !important;
    color:#999 !important;
	background:#fff !important;
	border:none !important;
}
.holder span {
    margin: 0 5px;
}



/* agenda
----------------------------------------------- */

#itemContainer-agenda-home li { width:98%; float:left; margin:0; word-wrap: break-word; list-style:none; height:auto; clear:both; }

#itemContainer-agenda-home, #itemContainer-agenda { width:100%; margin:0 0 20px 0 !important; padding:0 !important; clear:both; }
#itemContainer-agenda li { width:49%; float:left; margin:0; word-wrap: break-word; list-style:none; height:auto; 
	/* vertical center */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	
}

#itemContainer-agenda-home li h3, ul#itemContainer-agenda li h3 { margin: 0 !important; padding: 5px 0 6px 0 !important; font: 18px/24px 'questrialregular', Arial, Helvetica, sans-serif !important; text-transform: none; color:#d42a8f !important; }
#itemContainer-agenda-home li h3:hover, ul#itemContainer-agenda li h3:hover { text-decoration:none; color:#ec008c !important; }
#itemContainer-agenda-home date, #itemContainer-agenda date { color:#1d1d1d; margin:5px 0 0 4px !important; font: 14px/19px 'questrialregular', Arial, Helvetica, sans-serif !important; }
#itemContainer-agenda-home p, #itemContainer-agenda p { margin: 0 0 20px 0 !important; }

#itemContainer-agenda-home .thumbnail, #itemContainer-agenda .thumbnail {
  position: relative;
  min-width: 150px;
  min-height:150px;
  overflow: hidden;
  background:#eee;
  display: inline-block;
  float: left;
  margin:10px 25px 5px 0;
  
}


#itemContainer-agenda-home .thumbnail img, #itemContainer-agenda .thumbnail img {
  position: absolute;
  max-width: 180%;
  left: 50%;
  top: 50%;
  height: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}


@media only screen and (min-width: 480px) and (max-width: 1023px) {
#itemContainer-agenda li { width:98% !important; float: none !important; clear: both !important; } 

}
@media only screen and (min-width: 320px) and (max-width: 479px) {
#itemContainer-agenda-home .thumbnail, #itemContainer-agenda .thumbnail {
	min-width: 95px;
  	min-height: 95px;
}
ul#itemContainer-agenda-home li h3, ul#itemContainer-agenda li h3 { font: 16px/19px 'questrialregular', Arial, Helvetica, sans-serif !important; text-transform: none !important; }
#itemContainer-agenda li { width:98% !important; float: none !important; clear: both !important; } 

}

@media only screen and (min-width: 100px) and (max-width: 319px) {
#itemContainer-agenda-home .thumbnail, #itemContainer-agenda .thumbnail {
	min-width: 75px;
  	min-height: 75px;
}
ul#itemContainer-agenda-home li h3, ul#itemContainer-agenda li h3 { font: 15px/18px 'questrialregular', Arial, Helvetica, sans-serif !important; }
#itemContainer-agenda-home i.far, #itemContainer-agenda i.far { display: none; }
#itemContainer-agenda-home date, #itemContainer-agenda date { font: 13px/18px 'questrialregular', Arial, Helvetica, sans-serif !important; }
#itemContainer-agenda li { width:98% !important; float: none !important; clear: both !important; } 

}


/* publicaties
----------------------------------------------- */

#itemContainer-publicaties-home li { width:98%; float:left; margin:0; word-wrap: break-word; list-style:none; height:auto; clear:both; 	/* vertical center */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal; }
#itemContainer-publicaties-home, #itemContainer-list.publicaties { width:100%; margin:0 0 20px 0 !important; padding:0 !important; clear:both; }
#itemContainer-list.publicaties li { width:49%; float:left; margin:0; word-wrap: break-word; list-style:none; height:auto; 	/* vertical center */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
}

ul#itemContainer-publicaties-home li h3, ul#itemContainer-list.publicaties li h3 { margin: 0 !important; padding: 5px 0 6px 0 !important; font: 17px/normal 'questrialregular', Arial, Helvetica, sans-serif !important; color: #0d0d0d;	text-transform: uppercase; }
#itemContainer-publicaties-home p, #itemContainer-list.publicaties p { margin: 4px 0 !important; padding: 0 !important; }
#itemContainer-publicaties-home .intro, #itemContainer-list.publicaties .intro { display: inline-block; float: left; width: auto; margin: 0 !important; padding: 0 !important; position: relative; }

#itemContainer-publicaties-home .thumbnail {
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin:10px 25px 5px 0;
  /*border: #c3baba solid 1px;*/
  width: 255px;
  min-width: 255px;
  height:255px;
}
#itemContainer-list.publicaties .thumbnail {
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
  margin:10px 25px 5px 0;
  /*border: #c3baba solid 1px;*/
  width: 150px !important;
  min-width: 150px !important;
  height:150px !important;
}

@media only screen and (min-width: 100px) and (max-width: 768px) {
#itemContainer-publicaties-home .thumbnail {
  width: 165px !important;
  min-width: 165px !important;
  height:165px !important;
}

#itemContainer-publicaties-home .thumbnail img {
  width: 150px !important;
  height:150px !important;
}
#itemContainer-list.publicaties .thumbnail {
  width: 110px !important;
  min-width: 110px !important;
  height:110px !important;
}
#itemContainer-list.publicaties .thumbnail img {
  width: 95px !important;
  height:95px !important;
}

}

/*#itemContainer-publicaties-home .thumbnail img{
  position: absolute;
  max-width: 100%;
  left: 50%;
  top: 0%;
  height: auto;

  -webkit-transform: translate(-50%,0%);
      -ms-transform: translate(-50%,0%);
          transform: translate(-50%,0%);
}
*/
#itemContainer-publicaties-home .thumbnail img {
  object-fit: contain!important;
  width: 240px;
  height:240px;
  background: #dcdcdc;
  padding: 6px !important;
}

#itemContainer-list.publicaties .thumbnail img {
  object-fit: contain!important;
  width: 135px;
  height:135px;
  background: #dcdcdc;
  padding: 6px !important;
}



@media only screen and (min-width: 100px) and (max-width: 767px) {

/*
#itemContainer-publicaties-home .thumbnail, #itemContainer-list.publicaties .thumbnail {
	width: 100% !important;
  	height: auto !important;
	display: block !important;
	float: none !important; 
	width: 98% !important;
	clear: both !important;
	min-width: 125px;
  min-height:150px;
}*/

#itemContainer-publicaties-home .intro/*, #itemContainer-list.publicaties .intro*/ { display: block !important; float: none !important; width: 98% !important; margin: 10px 0 5px 0 !important; padding: 0 !important; }
#itemContainer-publicaties-home li, #itemContainer-list.publicaties li { width:98% !important; float:none !important; margin:24px 0 !important; }
#itemContainer-publicaties-home li h3, ul#itemContainer-list.publicaties li h3 { font: 16px/normal 'questrialregular', Arial, Helvetica, sans-serif !important; }

#itemContainer-publicaties-home li/*, #itemContainer-list.publicaties li*/ { width:98% !important; margin:0; word-wrap: break-word; list-style:none; height:auto; clear:both;
	-webkit-box-align: none !important;
	-ms-flex-align: none !important;
	align-items: none !important;
	display: block !important;
}

}

@media only screen and (min-width: 100px) and (max-width: 479px) {

/*#itemContainer-publicaties-home .thumbnail, #itemContainer-publicaties .thumbnail {
	width: 100% !important;
  	height: auto !important;
	display: block !important;
}
#itemContainer-publicaties-home .thumbnail img, #itemContainer-publicaties .thumbnail img {  width: 100% !important; }*/
ul#itemContainer-publicaties-home li h3, ul#itemContainer-list.publicaties li h3 { font: 15px/normal 'questrialregular', Arial, Helvetica, sans-serif !important; }

}



/* floating images
----------------------------------------------- */

p.caption { color:#666; margin:0 0 35px 0 !important; padding:0 !important; font-size:13px !important; line-height: 15px !important; text-align:center; }

.pull-left { 
	float:left !important; 
	margin:4px 25px 12px 0 !important; 
	max-width:250px;
	display: inline-block !important;
 }

img.pull-left, .pull-left img { 
	width:100%; 
	float:left; 
	margin:10px 25px 10px 0 !important; 
	max-width:250px !important;
	clear: both;
 }

.pull-right { 
	width:100%; 
	float:right; 
	margin:5px 0 15px 25px !important; 
	max-width:250px !important;
	display:inline;
 }
img.pull-right, .pull-right img { 
	width:100%; 
	float:right; 
	margin:10px 0 15px 10px !important; 
	max-width:250px !important;
	clear: both;
 }
.pull-center { 
	width:100%;
	display:block;
	margin:5px auto 10px auto !important; 
	max-width:400px !important;
	display:table;
}
img.pull-center, .pull-center img { 
	width:100%;
	display:block;
	margin:25px auto 15px auto; 
	max-width:400px !important;
 }

@media only screen and (max-width: 480px) {
img.pull-left, img.pull-right, img.pull-center, div.pull-left, div.pull-right, div.pull-center, div.pull-left img, div.pull-right img, div.pull-center img { width:100% !important; max-width:100% !important; display: block !important; float: none !important; margin: 20px 0 !important; }
}



/* youtube ------------------------------------------------------------------------------------------- */

          video {
            max-width: 100%;
            height: auto;
			z-index:0 !important;
          }

          iframe,
          embed,
          object {
            max-width: 100%;
			margin-top:6px;
          }
		  .video-container {
            width: 100%;
			max-width: 500px;
            margin:5px 0;
			padding: 15px 0 35px 0;
			z-index:-100 !important;
			display: block;
          }
		  .video-container:nth-of-type(2n+1) {
            clear: left;
          }

          .vendor {
          }

          .unsupported {
            background: #fddfde;
          }


/* responsive table
--------------------------------------------------------------------------------*/

table.responsive, table.responsive2 { 
	width: 100%; 
	border-collapse: collapse;
	margin:10px 0 28px 0;
}

/* Zebra striping */
table.responsive tr:nth-of-type(odd), table.responsive2 tr:nth-of-type(odd) { 
		background: #eee; 
	}

table.responsive td, table.responsive2 td { 
		padding: 12px; 
		border: 1px solid #ccc; 
		text-align: left;
	}

table.responsive th { 
		padding: 12px; 
		border: 1px solid #ccc; 
		text-align: center;
		font-weight: bold;
	}

table.responsive td.centered, table2.responsive td.centered { text-align:center; }
	table.responsive tr.colored, table.responsive2 tr.colored { background:#edc4a9; }


	table.responsive td.centered { text-align:center; }
	table.responsive tr.colored { background:#edc4a9; }
	@media 
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {
	
		/* Force table to not be like tables anymore */
		table.responsive table, table.responsive thead, table.responsive tbody, table.responsive th, table.responsive td, table.responsive tr { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		table.responsive thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		table.responsive tr { border: 1px solid #ccc; }
		table.responsive td.centered { text-align:left; }
		
		table.responsive td { 
			/* Behave  like a "row" */
			border: none;
			/*border-bottom: 1px solid #f2f2f2;*/ 
			position: relative;
			padding-left: 50%; 
		}

		table.responsive td.row { padding-left: 0% !important; width:100% !important; }
		table.responsive td.row:before {width: 0% !important;  }
		
		table.responsive td:before { 
 			/* Label the data */
			content: attr(data-label);
			font-weight:bold;
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}
		
	}
	
	@media only screen and (max-width: 479px) {

		table.responsive td { 
			padding-left: 40%;
			/*width:50%;*/
			word-wrap: break-word;
		}

		
	}



/* basic form
--------------------------------------------------------------------------------*/

.red { color:#eb4803 !important; padding:0!important; font-size:20px; line-height:18px; }
label.error {padding:6px 0 0 5px; color: #ea141b; line-height:33px; font-size:22px; font-weight:bold;}

.form-basic{
    margin: 0 auto;
    padding: 25px 0;
    box-sizing: border-box;
}

.form-basic .form-row{
    text-align: left;
    margin-bottom: 22px;
}


.form-basic .form-row > label span{
    display: inline-block;
    box-sizing: border-box;
    width: 35%;
    text-align: right;
    vertical-align: top;
    padding: 12px 25px;
}

 .form-basic label span.txt-grey { color:#999 !important; width:100%; text-align:left; padding-left:36%; display:block; }

.form-basic input{
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 45%;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px;
    border: 1px solid #dbdbdb;
}
.form-basic input.inputveldje {
    width: 20%;
}

.form-basic input.error {
    color:  #5f5f5f;
	background: #fef3f3;

}

input[type=radio],
.form-basic input[type=radio],
.form-basic input[type=checkbox]{
    box-shadow: none;
    width: auto;
}


input[type=checkbox], .form-basic input[type=checkbox]{
    margin: 13px 4px 0 0;

}

.form-basic select{
    background-color: #ffffff;
    color:  #5f5f5f;
    box-sizing: border-box;
    max-width: 240px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 12px 8px;
    border: 1px solid #dbdbdb;
}

.form-basic textarea {
    color:  #5f5f5f;
    box-sizing: border-box;
    width: 45%;
    height: 150px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    font: normal 13px sans-serif;
    padding: 12px;
    border: 1px solid #dbdbdb;
    resize: vertical;
}

.form-basic .form-radio-buttons, .form-basic .form-checkbox {
    display: inline-block;
    vertical-align: top;
}

.form-basic .form-radio-buttons > div {
    margin-top: 10px;
}

.form-basic .form-radio-buttons label span {
    margin-left: 8px;
    color: #5f5f5f;
    font-weight: normal;
}

.form-basic .form-radio-buttons input {
    width: auto;
}


@media (max-width: 767px) {

    .form-basic{
        padding: 30px;
    }

 .form-basic .form-row > label span{ width: 100% !important; }

   .form-basic .form-row{
        max-width: 300px;
        margin: 25px auto;
        text-align: left;
    }

    .form-basic .form-title-row{
        margin-bottom: 50px;
    }

    .form-basic .form-row > label span{
        display: block;
        text-align: left;
        padding: 0 0 15px;
    }

    .form-basic select{
        width: 240px;
    }
	
	.form-basic textarea, .form-basic input {
    	width: 94% !important;
	}
	
    .form-basic input[type=checkbox]{
        margin-top:0;
		width: auto !important;
    }

    .form-basic .form-radio-buttons > div{
        margin: 0 0 10px;
		float:left;
    }

    .form-basic button{
        margin: 0;
    }


}

/* https://jqueryvalidation.org/required-method/ */



/* Dropdown select
--------------------------------------------------------------------------------*/

.dropdown-box { margin: 12px 0 6px 0 !important; z-index: 9900 !important; }
/*.dropdown-box:after { content: ""; display: table; clear: both; }*/

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  height: 42px;
  font: 15px/35px 'questrialregular', Arial, Helvetica, sans-serif !important;
  color: #151515;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; 
  z-index: 9900 !important;
 }

  .nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
 
.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
 
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
 
.nice-select.disabled {
    border-color: #ededed;
    color: #5c3b37;
    pointer-events: none; 
}
   
.nice-select.disabled:after {
      border-color: #cccccc; }
  
.nice-select.wide {
    width: 100%; }
   
.nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
 
.nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
 
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    
.nice-select.small:after {
      height: 4px;
      width: 4px; }
   
.nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    
.nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; 
	color: #5c3b37;
}
    
.nice-select .option:hover {
      background-color: #5c3b37; color: #fff !important; }

.nice-select .option.selected, .nice-select .option.focus, .nice-select .option.selected.focus {
      /*font-weight: bold;*/color: #5c3b37; }

.nice-select .option.disabled {
      background-color: transparent;
      color: #5c3b37;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }




/* -------------------------------------------- */
/* PRINT STYLES
----------------------------------------------- */
/* -------------------------------------------- */

.print-only {
  display: none;
}

@media print {

* { color: #000; }
main {-webkit-print-color-adjust:exact; print-color-adjust: exact; } /* print background images */
 
@page {
  margin: 2cm;
  width: 21cm;
  height: 29.7cm; 
}

body {
	font: 8px/normal Arial, Helvetica, sans-serif !important;
	font-size: 75% !important;
	page-break-inside:avoid !important;
	background: #fff;
}

#search, #topnav, #main-nav, #breadcrumbs, .no-print, footer, video, .video-container, .btn-print { display: none !important; }
svg.logo { 
  page-break-after: avoid !important;
  break-after: avoid !important;
  max-width: 100px !important;
}

.bg-brown { background: #fff; }

h1, h2, h3, h4, h5, li > h3 {
  page-break-after: avoid;
  break-before: always;
  text-transform: none !important;
}
h1 { font: 17px/normal Arial, Helvetica, sans-serif !important; }
h2 { font: 16px/normal Arial, Helvetica, sans-serif !important; }
h3 { font: 15px/normal Arial, Helvetica, sans-serif !important; }
h4 { font: 14px/normal Arial, Helvetica, sans-serif !important; }
h5 { font: 13px/normal Arial, Helvetica, sans-serif !important; }

p a {
word-wrap: break-word;
}

img, .box-info { 
  page-break-inside: avoid;
  break-inside: avoid;
}


img.img-bg { 
  page-break-inside: avoid;
  break-inside: avoid;
  max-width: 50% !important;
}

.thecard { 
  margin: 0 !important;
  padding: 0 !important;
  page-break-inside: avoid;
  break-after: always;
  break-before: always;
  display: block;
	width: 98%;

 }
 .thecard img { 
  page-break-inside: avoid;
  break-inside: avoid;
 }

.thecard img.img-round {
  border-radius: 0 !important; 
  max-height: 185px;
  max-width: 185px;
}

.thecard h4 { clear: both; break-after: always; }


table {
  page-break-inside: avoid;
  break-inside: avoid;
}

main ul.lijst {
    page-break-inside: avoid;
	list-style: none;
}
main ul.lijst li {
list-style: square !important;
background-image: none;
margin-left: 24pt;
margin-bottom: 10pt;    
}

ul.lijst li:before { 
  background-image: none !important;
}


ul#itemContainer li .img-news {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
}
ul#itemContainer li  { 
	display:inline-table; 
	width: 98%;
	margin: 0 0 40px 0 !important;
  	padding: 0 !important;
	min-height: auto;
	page-break-inside: avoid;
  	break-inside: avoid;
 }

ul#itemContainer-agenda li, ul#itemContainer-list.publicaties li { width: 97%; float: none; display: block; break-inside: avoid; }

.mapWrapper iframe { page-break-inside: avoid; }

.print-only {
  display: block;
  clear: both;
}

.spacer-30, .spacer-40, .spacer-50, .spacer-60, .spacer-70, .spacer-80, .spacer-90, .spacer-100 { height: 20px !important; }

}



/* Pascal */
em{ font-style:italic !important;}
.msg{color:#ff0000;font-weight:bold;}


date { 
	color: #7e7e7e !important; 
	font-size: 14px !important;
	margin: 5px 0 0 0 !important;
	text-transform: uppercase;
}


.logotxt{
	font-size:34px; line-height:38px;
	border-left:4px solid #433b00;
	padding-left:5px;
}



.img-wrapper img.img-bg {
  height: 225px !important;
  object-fit: cover !important;
}

@media only screen and (min-width: 480px) and (max-width: 959px) {
.img-wrapper img.img-bg { height: 150px !important; }
}

@media only screen and (max-width: 479px) { 
.img-wrapper img.img-bg { height: 100px !important; }
}

.img-wrapper img.hoekje-left, .img-wrapper img.hoekje-right {
    object-fit: contain !important;

}





#itemContainer-list.publicaties .thumbnail img, #itemContainer-publicaties-home .thumbnail img {
    object-fit: cover !important;
        padding: 1px !important;
}
.thecard img {
  height: 185px !important;
  object-fit: cover !important;
}


