/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
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 {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html, body{
	color: #191919;
	font-family: 'Barlow', sans-serif;
	margin: 0;
	padding: 0;
}

div,a{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
strong{
	font-weight: bold;
}
main{
	min-height: calc(100vh - 226px);
}
@font-face {
	font-family: 'HalleyveticaNBP';
	src: url('../assets/fonts/HalleyveticaNBP.eot');
	src: url('../assets/fonts/HalleyveticaNBP.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/HalleyveticaNBP.woff2') format('woff2'), url('../assets/fonts/HalleyveticaNBP.woff') format('woff'), url('../assets/fonts/HalleyveticaNBP.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
}
.header{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 30px;
}
.hamburger{
	display: none;
}
.logo{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: initial;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-decoration: none;
}
.logo > .image{
	height: 60px;
	margin-right: 12px;
}
.logo > .logo-title{
	font-size: 25px;
	margin-bottom: 10px;
}
.navlist{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 18px;
	list-style-type: none;
	text-transform: uppercase;
}
.navlist__item{
	-webkit-transform: perspective(1px) translateZ(0);
	-webkit-box-shadow: 0 0 1px transparent;
	box-shadow: 0 0 1px transparent;
	color:#191919;
	display: inline-block;
	margin: 0 15px;
	overflow: hidden;
	padding: 5px 0;
	position: relative;
	text-decoration: none;
	transform: perspective(1px) translateZ(0);
	-webkit-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	transition: 0.3s all ease;
	vertical-align: middle;
}
.navlist__item:hover{
	color: rgb(0,179,0);
}
.navlist__item:before {
	-webkit-transition-duration: 0.3s;
	-webkit-transition-property: right;
	-webkit-transition-timing-function: ease-out;
	background: rgb(0,179,0);
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	position: absolute;
	right: 100%;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-o-transition-property: right;
	transition-property: right;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	z-index: -1;
}
.navlist__item:hover:before, .navlist__item:focus:before, .navlist__item:active:before {
	right: 0;
}
.navlist__item--alt{
	background: rgb(0,179,0);
	border: 1px solid rgb(0,179,0);
	border-radius: 3px;
	color: white;
	padding: 10px 12px;
}
.navlist__item--alt:hover{
	transition-duration: 0.3s;
	background: white;
	color: rgb(0,179,0);
}
.container{
	padding: 75px 10px;
	max-width: 1020px;
	width: 100%;
	margin: auto;
}
.container--big{
	max-width: 1020px;
}
.container--no-bottom-padding{
	padding-bottom: 0;
}
.song-container{
	background-image: url('../assets/images/contact-song.jpg');
	background-position: top;
	background-size: cover;
	border-top: 1px solid rgba(27, 83, 188, 0.1);
	color: #ffffff;
	font-family: 'Arial', sans-serif;
	font-size: 24px;
	text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5);
}
.song-container .bigger{
	display: block;
	font-size: 32px;
	margin-bottom: 48px;
}
.banner{
	background-image: url('../fotos/leden/Groepsfotos/Groepsfoto_2025.jpg');
	background-position: center center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 575px;
	text-align: center;
}
.slogan{
	background: rgba(27, 83, 188, 0);
	border-left: 4px solid rgba(0,255,0, 0);
	border-right: 4px solid rgba(0,255,0, 0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	max-width: 680px;
	padding: 15px 30px;
}
.slogan-title{
	display: block;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
}
.slogan-text{
	display: block;
	font-size: 20px;
	line-height: 25px;
}
.title{
	font-size: 35px;
	font-family: 'Barlow Semi Condensed', sans-serif;
	color: rgb(27, 83, 188);
	margin-bottom: 36px;
}
.title--vacatures{
	font-size: 35px;
	text-align: center;
	font-family: 'Barlow Semi Condensed', sans-serif;
	color: black;
	margin: 25px;
	padding: 20px 0;
	border: hidden;
	border-radius: 20px;
	background-color: rgba(230,230,230,0.25);
}
.title--green{
	color: rgb(22, 187, 28);
}
.title--blue{
	color: black;
	display: block;
	font-size: 28px;
	margin: 15px;
	position: relative;
}
.title--small{
	display: block;
	font-size: 24px;
	margin-bottom: 20px;
	padding-left: 12px;
	position: relative;
}
.title--line{
	border-left: 4px solid rgb(27, 83, 188);
}
.title--darker{
	color: #159176;
}
.title--center{
	text-align: center;
}
.title--left{
	text-align: left;
}
.title--more-margin{
	margin-bottom: 24px;
}
.title--no-margin{
	margin: 0;
}
.title--black{
	color: #000000;
}
.title--white{
	color: #ffffff;
}
.accordeon-title{
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgb(27, 83, 188);
	border-left: 8px solid rgba(0,255,0, 0.7);
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 48px;
	padding: 12px;
	padding-left: 0;
	cursor: pointer;
}
.accordeon-title:hover{
	background: rgb(24, 74, 160);
}
.accordeon-content{
}
.accordeon-hidden{
	display: none;
}
.accordeon-visible{
	display: block;
}
.chevron-icon{
	height: 16px;
	width: 16px;
	-webkit-transition: -webkit-transform 1s ease;
	transition: -webkit-transform 1s ease;
	-o-transition: transform 1s ease;
	transition: transform 1s ease;
	transition: transform 1s ease, -webkit-transform 1s ease;
}
.chevron-icon--turned{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.text,.list{
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 24px;
	text-align: justify;
}
.text > a{
	border-bottom: 1px solid rgb(0,20,179);
	color: rgb(0,0,179);
	text-decoration: none;
}
.text > a:hover{
	color: rgb(0,50,179);
}
.text--no-margin{
	margin-bottom: 0;
}
.text--center{
	text-align: center;
}
.text--big{
	font-size: 20px;
}
.lnh-120{
	line-height: 150%;
}
.list{
	list-style-type: none;
}
.list__item{
	padding-left: 35px;
	position: relative;
	display: block;
	margin-bottom: 6px;
}
.list__item:before{
	content: "";
	display: inline-block;
	cursor: pointer;
	width: 6px;
	height: 6px;
	background: rgb(0,179,0);
	position: absolute;
	top: 10px;
	left: 10px;
}
.sfeergallerij{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sfeergallerij-container{
	background-image: url('../assets/images/sfeerbeelden/home-sfeergallerij.jpeg');
	background-position: bottom;
	background-size: cover;
	border-top: 1px solid rgba(27, 83, 188, 0.1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 140px 30px;
}
.sfeerimage-wrapper{
	padding: 6px;
	margin: 6px;
	background: #ffffff;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
	border-radius: 2px;
}
.sfeerimage{
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.button-gallery{
	background: rgba(27, 83, 188, 0.2);
	border: 2px solid rgb(0,179,0);
	color: white;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	margin-top: 36px;
	padding: 12px 24px;
	text-decoration: none;
	text-transform: uppercase;
}
.button-gallery:hover{
	background: rgba(27, 83, 188, 0.8);
}
.sponsors{
	text-align: center;
	padding: 12px;
	width: 100%;
}
.sponsors__item{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	text-decoration: none;
	padding: 12px;
}
.sponsors__item > img{
	width: auto;
	height: 120px;
}
iframe{
	background: #ffffff;
	border-bottom: 1px solid rgba(0,0,0,0.5);
	border-top: 1px solid rgba(0,0,0,0.5);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100vw;
	min-height: calc(100vh - 250px);
	padding: 12px;
}
.gallery{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 48px;
	width: 100%;
}
.person-container{
	background: #ffffff;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.75);
	text-align: center;
	padding: 12px;
	margin: 12px;
	width: 210px;
}
.person__image{
	width: 100%;
}
.person__name{
	display: block;
	font-size: 18px;
	padding: 6px 0;
}
.person__function{
	color: rgb(0,179,0);
	font-weight: bold;
	padding-bottom: 6px;
}

.person__mail{
	color: rgba(0,0,0,0.6);
	display: block;
	padding: 12px 0 6px 0;
	text-decoration: none;
	font-size: 12px;
}
.praesidium{
	background-size: cover;
	margin-right: 5%;
 	margin-left: 5%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.sfiche{
	margin-bottom: 25px;
	margin-top: 5px;
	font-size: 18px;
	padding-bottom: 5px;
}
.sfiche a:link{
	  color: rgb(27, 83, 188);
	  text-decoration: none;
}
.sfiche a:visited{
	  color: rgb(27, 83, 188);
	  text-decoration: none;
}
.sfiche a:hover{
	  color: rgb(27, 83, 188);
	  text-decoration: underline;
}
.sfiche a:active{
	  color: rgb(27, 83, 188);
	  text-decoration: underline;
}
.row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 24px;
}
.row > .property{
	border-right: 2px solid #a5a5a5;
	display: block;
	margin-right: 24px;
	padding-right: 12px;
	text-align: right;
	width: 200px;
}
.row > .content{
	width: 100%;
}
.vak{
	cursor: pointer;
	max-height: 50px;
	overflow: hidden;
	margin-bottom: 48px;
	-webkit-box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	position: relative;
}

.vak .title{
	position: relative;
	z-index: 10000;
}

.vak .btn-close{
	position: absolute;
	right: 0;
	top: 0;
	padding: 16px;
	height: 24px;
	font-weight: bold;
	cursor: pointer;
	/*display: none;*/
}

.vak .btn-close:hover{
	color: red;
}

.vak:hover:before{
	background: #eeeeff;
	content: '';
	height: 50px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.vak > .vak__upper{
	padding: 12px 50px 50px 50px;
}

.vak-active{
	max-height: 100%;
}

.vak-active:hover:before{
	height: 80px;
	background: none;
}

.vak-active > .vak__upper{
	padding: 50px;
}
.buisometer{
	background-image: -webkit-gradient(linear, left top, right top, color-stop(25%, #dbdbff), color-stop(25%, transparent), color-stop(50%, transparent), color-stop(50%, #dbdbff), color-stop(75%, #dbdbff), color-stop(75%, transparent), to(transparent));
	background-image: -webkit-linear-gradient(left, #dbdbff 25%, transparent 25%, transparent 50%, #dbdbff 50%, #dbdbff 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(left, #dbdbff 25%, transparent 25%, transparent 50%, #dbdbff 50%, #dbdbff 75%, transparent 75%, transparent);
	background-image: linear-gradient(90deg, #dbdbff 25%, transparent 25%, transparent 50%, #dbdbff 50%, #dbdbff 75%, transparent 75%, transparent);
	background-size: 50px 6px;
	height: 6px;
	margin-bottom: 4px;
	position: relative;
	width: 100%;
}
.buisometer--inner{
	height: 100%;
	position: absolute;
	content: ' ';
	width: 50%;
	left: 0;
	top: 0;
	bottom: 0;
}
.notepad{
	background-color: #f5f5f5;
}
.notepadlist {
	color: #000000;
	padding: 4px 0 0 0 !important;
	font-family: 'Georgia, serif';
	position: relative;
	background: white;
	background: -webkit-linear-gradient(top, #dbdbff 0%, white 8%) 0 28px;
	background: -webkit-gradient(linear, left top, left bottom, from(#dbdbff), color-stop(8%, white)) 0 28px;
	background: -o-linear-gradient(top, #dbdbff 0%, white 8%) 0 28px;
	background: linear-gradient(top, #dbdbff 0%, white 8%) 0 28px;
	-webkit-background-size: 100% 28px;
	-moz-background-size: 100% 28px;
	-ms-background-size: 100% 28px;
	background-position: left 28px;
	-webkit-box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
}
.notepadlist:after{
	background: #ffaa9f;
	bottom: 0;
	content: '';
	display: block;
	height: 100%;
	left: 40px;
	position: absolute;
	top: 0;
	width: 2px;
}
.notepadlist li {
	font-size: 18px;
	height: auto;
	letter-spacing: 1px;
	line-height: 28px;
	list-style: none;
	padding: 0 10px 0 70px;
}
.notepadlist-title{
	color: red;
	font-weight: bold;
}
.notepadlist-titlegreen{
	color: green;
	text-decoration: underline;
}
.button-container{
	background: #f2f2f2;
	border-bottom: 1px solid rgba(27, 83, 188, 0.1);
	border-top: 1px solid rgba(27, 83, 188, 0.1);
	margin-bottom: 48px;
	padding: 24px 24px 16px 24px;
}
.button{
	background: rgb(0,179,0);
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 8px;
	margin-right: 4px;
	padding: 12px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.button:hover{
	-webkit-box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 15px rgba(0,0,0,0.2);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.gallerij{
	background-attachment: fixed;
	background-image: url('../assets/images/sfeerbeelden/gallery.jpg');
	background-position: center;
	background-size: cover;
}
.gallery-tiles{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding: 12px 12px 120px 12px;
	max-width: 1200px;
	margin: auto;
	width: 100%;
}
.gallery-tile{
	background: #ffffff;
	border-left: 4px solid transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #444444;
	display: inline-block;
	margin: 12px;
	padding: 24px 12px 24px 48px;
	position: relative;
	text-decoration: none;
}
.gallery-tile:before{
	background-image: url('../assets/icons/folder.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 24px;
	left: 16px;
	position: absolute;
	top: 18px;
	width: 24px;
}
.gallery-tile:hover{
	color: rgb(0,20,179);
}
.directory{
	display: none;
}
.directory-images{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 24px;
	column-gap: 24px;
	line-height: 0;
	margin: auto;
	max-width: 1600px;
	padding-bottom: 120px;
	padding: 12px;
	width: 100%;
}
.directory-images > .image{
	background: #ffffff;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.25);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: auto !important;
	margin-bottom: 24px;
	padding: 12px;
	width: 100% !important;
}
.directory-title{
	background: rgba(255,255,255,0.9);
	color: #000000;
	padding: 24px 12px;
}
.directory-maintitle{
	background: rgba(255,255,255,0.9);
	border-radius: 12px;
	color: #000000;
	padding: 24px 12px;
}
.socials{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.social{
	color: #000000;
	display: block;
	opacity: 0.9;
	text-decoration: none;
}
.social:hover{
	opacity: 1;
}
.social > .flex{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.social-image{
	height: 60px;
	margin: 12px 36px;
}
.social-desc{
	display: block;
	color: black;
}
.inline-block{
	color: #000000;
	display: block;
	text-decoration: none;
}
.sponsorspage__item{
	align-items: flex-start;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	display: flex;
	padding: 50px 0;
}

.sponsorspage__item:nth-child(even){
	flex-direction: row-reverse;
	text-align: right;
}

.sponsorspage__item img{
	border: 1px solid rgba(0,0,0,0.1);
	display: block;
	height: auto;
	width: 50%;
}

.sponsorspage__item .content{
	box-sizing: border-box;
	padding: 6px 12px;
	display: block;
	width: 50%;
}

.sponsorspage__item .content a{

  -ms-word-break: break-all;
  word-break: break-all;

-ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

.sponsorspage__item .content h3{
	padding-left: 0;
}

.vacaturespage__item{
	border: hidden;
	align-items: flex-start;
	display: flex;
	background-color: rgba(230,230,230,0.25);
	border-radius: 20px;
	flex-direction: column;
	margin: 25px;
}

.vacaturespage__item .content{
	box-sizing: border-box;
	padding: 6px 18px;
	display: block;
	width: 100%;
	float: left;
}

.vacaturespage__item img{
	display: block;
	height: auto;
	width: 50%;
	float: left;
	padding: 15px;
	position: static;
}

.vacaturespage__item .content a{
	line-height: 26px;
	font-size: 15px;
	display: inline;
}

.vacaturespage__item .content a:link{
	  color: black;
	  text-decoration: none;
}

.vacaturespage__item .content a:visited{
	  color: black;
	  text-decoration: none;
}

.vacaturespage__item .content a:hover{
	  color: blue;
	  text-decoration: underline;
}

.vacaturespage__item .content a:active{
	  color: blue;
	  text-decoration: underline;
}

li a,  .dropbtn{
	display: inline-block;
	color: black;
	text-align: center;
	padding: 5px;
	text-decoration: none;
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 18px;
	margin: 5px 15px;
	list-style-type: none;
	text-transform: uppercase;
	box-shadow: 0 0 1px transparent;
	color:#191919;
}

li a:hover, .dropdown:hover .dropbtn {
	color: rgb(0,179,0);
	transition-duration: 0.3s;	
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  	display: none;
  	position: absolute;
  	background-color: white;
 	min-width: 160px;
  	z-index: 1;
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown:hover .dropdown-content {
 	display: block;
	color:green;
}

.dropbtn::after {
  color: #191919;
  padding-left: 5px;
}

.container_statuten{
	padding: 90px 10px;
	max-width: 1020px;
	margin: auto;
	height: 30px;
	background-image: url('../assets/images/Achtergrond.jpg');
	background-size: cover;
}

.container_statuten2 {
	padding: 25px 10px;
	max-width: 1020px;
	margin: auto;
	height: 10px;
}

.vorigejaren {
       display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.vorigejaren p {
	font-size: 18px;
}

.vorigejaren img {
   	margin-left: auto;
	width: 45%;
	height: auto;
  	border-radius: 12px;
	border: 4px solid grey;
  	border-radius: 8px;
}

@media screen and (max-width: 1100px){
	.header{
		display: block;
		padding-bottom: 50px;
	}
	.navlist{
		margin-top: 24px;
	}
	.navlist__item{
		margin-left: 0;
	}

	.navlist__item--alt{
		margin-right: 0;
	}
	.directory-images{
		-webkit-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 24px;
		column-gap: 24px;
		line-height: 0;
	}
}
@media screen and (max-width: 1100px){
	.directory-images{
		-webkit-column-count: 1;
		column-count: 1;
		line-height: 0;
	}
	.header{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 70px;
		padding-bottom: 0;
		padding-top: 0;
		position: relative;
		z-index: 100;
	}
	.hamburger{
		cursor: pointer;
		display: block;
	}
	.nav{
		background: #ffffff;
		display: none;
		position: absolute;
		top: 100%;
		text-align: center;
		right: 0;
		left: 0;
		height: calc(100vh - 70px);
	}
	.navlist__item{
		margin-bottom: 12px;
	}
	.navlist{
		display: block;
	}
	.container{
		padding: 60px 15px;
	}
	.row{
		display: block;
	}
	.row > .property{
		border-bottom: 2px solid #a5a5a5;
		border-right: 0;
		margin-bottom: 12px;
		width: 100%;
	}
	.vak__upper{
		padding: 30px 15px;
	}
	.sponsors{
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.sponsors__item > img{
		height: 80px;
	}
	.sfeergallerij{
		display: block;
	}
	.vorigejaren p {
		font-size: 1.75vw;
	}
}