* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
textarea:focus, input:focus, select:focus, button:focus, option:focus{
	outline: none;
}
input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;

	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

html,
body {
	margin:0;
	padding:0;
	height:100%;
	font-family: 'Montserrat', sans-serif;
}


/* NAVIGATIE */

.topper {
	background-color: #EEEEEE;
	height: 30px;
	width: 100%;
	z-index: 2;
	position: relative;
}

.innertopper {
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
	max-width: 1400px;
	padding: 0 10px;
}

.innertopper a {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	height: 30px;
	padding: 0 10px;
	color: #444444;
	border-left: 1px solid white;
}

.innertopper a:last-child {
	border-right: 1px solid white;
}

.navigatie {
	width: 100%;
	height: 120px;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0px 0px 21px 0px rgba(158,158,158,0.26);
	-moz-box-shadow: 0px 0px 21px 0px rgba(158,158,158,0.26);
	box-shadow: 0px 0px 21px 0px rgba(158,158,158,0.26);
}

.innernavigatie {
	max-width: 1400px;
	padding: 0 10px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
}

.logo {
	margin-top: 40px;
	height: 140px;
}

.innernavigatie nav {
	display: flex;
	justify-content: center;
}

.innernavigatie nav a {
	margin: 0 20px;
	padding: 20px 0;
	font-weight: 700;
	color: #444444;
	border-bottom: 2px solid white;
}

.innernavigatie nav a:last-child {
	margin-right: 0;
}

.innernavigatie .active {
	border-bottom: 2px solid  #0F1B55;
	color:  #0F1B55;
}

.innernavigatie nav a:hover {
	border-bottom: 2px solid  #0F1B55;
	color:  #0F1B55;
}

.straatform {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.locatieform {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.straatform div:first-child {
	width: 80%;
}

.locatieform div:first-child {
	width: 60%;
}

.straatform div:last-child {
	width: 18%;
}

.locatieform div:last-child {
	width: 38%;
}

/* EINDE NAVIGATIE */

/* RESNAV */

.overlay {
	background-color: rgba(0,0,0,.7);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 109;
	display: none;
}

.closebtn {
	position: absolute;
	left: 24px;
	top: 37px;
	width: 30px;
	cursor: pointer;
}

.menubtn {
	width: 30px;
	height: 30px;
	background-image: url(/images/menubtn.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
	display: none;
}

.resnav {
	position: fixed;
	height: 100vh;
	background-color: #fff;
	z-index: 1000;
	max-width: 100%;
	width: 400px;
	display: flex;
	flex-direction: column;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding: 20px;
	padding-left: 0;
	right: 0;
	top: 0;
	box-sizing: border-box;
	padding-top: 130px;
	transition: all .3s;
	right: -450px;
	background-color: #fff;
}

.resnav a {
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
	text-transform: uppercase;
	font-weight: 700;
	color: #E49024;
	padding: 20px 0;
	padding-left: 20px;
	letter-spacing: 2px;
	border-left: 5px solid white;
}

.resnav a img {
	width: 20px;
	margin-left: 10px;
	margin-right: 10px;
	opacity: 0;
}

.resnav a:hover {
	border-left: 5px solid #E49024;
}

.resnav .active {
	border-left: 5px solid #E49024;
}

.innernav {
	width: 100%;
	margin-top: 65px;
	display: flex;
	flex-direction: column;
	-ms-align-items: center;
	align-items: flex-start;
}

.innernav>a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 1.6em;
	font-family: 'Oswald', sans-serif;
	transition: all .3s;
	padding: 18px 30px;
	font-weight: 400;
	margin: 10px 0;
	color: #000;
	position: relative;
	padding-left: 70px;
}

.innernav>a img {
	opacity: 0;
	width: 27px;
	height: 27px;
	position: absolute;
	left: 20px;
	top: 55%;
	transform: translateY(-50%);
}

.innernav .active img {
	opacity: 1 !important;
}

.innernav>a:hover img {
	opacity: 1;
}

.topnav {
	top: 0;
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	background-color: #E49024;
}

.reslogo {
	position: absolute;
	right: 20px;
	top: 50%;
	width: 80px;
	transform: translateY(-50%);

}

/* EINDE RESNAV */

/* SLIDER */

.slider {
	width: 100%;
	position: relative;

}

.overlayslider {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0,0,0,.5);
}

.slide {
	z-index: 0;
	height: 500px;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slidercontent {
	position: relative;
	z-index: 2;
	max-width: 900px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	flex-direction: column;
}

.slide h2 {
	text-align: center;
	color:  #fff;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 1.4em;
	margin-bottom: 20px;
}

.slide p {
	color: white;
	text-align: center;
	line-height: 150%;
	font-size: 1.2em;
}

/* EINDE SLIDER */

/* HEAD */
.headwrapper {
	width: 100%;
	background-color: #ffffff;
}

.headofpage {
	max-width: 1100px;
	margin: 0 auto;
	display: block;
	padding: 80px 10px;
}

.headofpage h1 {
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	font-size: 1.7em; 
	font-weight: 700;
	color:  #0F1B55;
	margin-bottom: 20px;
}

.headofpage p {
	text-align: center;
	line-height: 150%;
	font-size: 1.2em;
}

/* EINDE HEAD */


/* SFEERBEELDEN */


.sfeerbeelden {
	max-width: 1400px;
	margin: 0 auto;
	display: block;
}

.wof_item {
	width: 31.33%;
	margin: 1%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.wof_item img {
	width: 100%;
	transition: all 1s; 
}

.wof_item img:hover {
	transform: scale(1.05);
}

.wof_titel {
	position: absolute;
	left: 10px;
	bottom: 10px;
	padding: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	color: #444444;  
	background-color: rgba(255,255,255,.8);
}


/* EINDE SFEERBEELDEN */

/*=====BLOKKEN=====*/
.page {
	background-color: #f7f7f7;
	padding: 20px 0;
}

.blokken_content {
	max-width: 1400px;
	margin: 0 auto;
	margin-top: 40px;
}

.blokken_row {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	justify-content: space-between;
}

.blokken_col {
	width: 50%;
	box-sizing: border-box;
	padding: 20px;
}

.blokken_col img {
	width: 100%;
}

.blokken_row:nth-child(even) {
	text-align: right;
}

.blokken_row:nth-child(even) .blokkentext {
	order: 0;
}

.blokken_row:nth-child(even) .blokkenimg {
	order: 1;
}


.blokken_col h2 {
	text-transform: uppercase;
	font-size: 1.5em;
	color:  #0F1B55;
	letter-spacing: 1px;
	margin-bottom: 20px;
	line-height: 150%;
	font-family: 'Montserrat', sans-serif;
}

.blokken_col p {
	line-height: 150%;
	color: #575756;
	font-size: 1.1em;
}

.blokken_col p a {
	background-image: none;
	padding: 0;
	color:  #0F1B55;
	font-weight: 700;
}

.buttonmne {
	display: inline-block;
	padding: 10px 25px;
	border: 1px solid  #0F1B55;
	text-transform: uppercase;
	color:  #0F1B55;
	letter-spacing: 2px;
	margin-top: 15px;
	text-decoration: none;
	transition: all .3s;
}

.buttonmne:hover {
	background-color:  #0F1B55;
	color: white;
}

/* EINDE BLOKKEN */



/* FOOTER */

footer {


}

.innerfooter {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	flex-wrap: wrap;
	max-width: 900px;
	padding: 40px 10px;
}

.wordsponsor {
	width: 100%;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 20px;
}

.wordsponsor a {
	background-color:  #0F1B55;
	color: white;
	border: 2px solid  #0F1B55;
	padding: 15px 40px;
	text-transform: uppercase;
	font-weight: 700;
	transition: all .5s; 
	margin: 0 5px;
}

.wordsponsor a:hover {
	background-color: transparent;
	color:  #0F1B55;
}

.footer_item:first-child img {
	max-width: 150px;
} 

.footer_item h2 {
	text-transform: uppercase;
	font-size: 1.4em;
	color:  #0F1B55;
	font-weight: 700;
	margin-bottom: 20px;
}

.footer_item p {
	line-height: 150%;
	color: #666666;
}

.footer_item a {
	line-height: 150%;
	color: #666666;
	display: block;
	transition: all .3s;
}

.footer_item a:hover {
	color:  #0F1B55;
}

.siteby {
	text-align: center;
	display: flex;
	justify-content: center;
	padding: 10px;
	font-size: .8em;
}

.siteby a {
	color: #575757;
	border-left: 1px solid #b3b3b3;
	padding: 5px 10px;
}

.siteby a:first-child {
	border: none;
}

.sponsors {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sponsors > h2 {
	text-transform: uppercase;
	font-size: 1.4em;
	color:  #0F1B55;
	font-weight: 700;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
	padding: 10px;
	padding-top: 30px;
}

.sponsors a {
	width: 150px;
	margin: 0 10px;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border: 4px solid #F7F7F7;
}

.spec {
	transition: all .3s;
}
.spec:hover {
	color: white;
	background-color:  #0F1B55;
}

.sponsors a img {
	width: 100%;
}

.sponsors div a{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 1;
}

.socials {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	padding-top: 20px;
	max-width: 900px;
	margin: 0 auto;
	border-top: 2px solid #F7F7F7;
}

.socials a {
	width: 40px;
	height: 40px;
	margin: 10px;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	border-radius: 100px;
	background-color: #F7F7F7;
	color: #666666;
}

/* EINDE FOOTER */

/* RESERVEREN */

.reserveren_form {
	display: flex;
	flex-direction: column;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

.reserveren_form label {
	margin-bottom: 10px;
	margin-top: 15px;
	font-weight: 700;
	color: #5d5d5d;
	display: inline-block;
	text-transform: uppercase;
}

.reserveren_form input[type='text'], .reserveren_form input[type='email'], .reserveren_form select, .reserveren_form textarea {
	width: 100%;
	height: 33px;
	margin-bottom: 10px;
	padding-left: 7px;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	border: 2px solid #dcdcdc;
	font-size: 1em;
	color: #3e3e3e;
}

.reserveren_form textarea {
	height: 200px;
}

.reserveren_form input[type="submit"] {
	width: 45%;
	height: 40px;
	background-color:  #0F1B55;
	text-transform: uppercase;
	border: none;
	text-transform: uppercase;
	color: white;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	transition: all .3s;
	letter-spacing: 1px;
	padding-left: 7px;
}

.reserveren_numb {
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
}

.reserveren_numbers {
	width: 48%;
	display: flex;
	flex-direction: column;
}

.reserveren_numbers input {
	width: 100%;
	height: 33px;
	margin-bottom: 10px;
	padding-left: 7px;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	border: 2px solid #dcdcdc;
	font-size: 1em;
	color: #3e3e3e;
}

/* EINDE RESERVEREN */

/*====CONTACT====*/

.contactpage {
	max-width: 1400px;
	width: 100%;
	padding: 10px;
	margin: 0 auto;
	display: block;
	padding-bottom: 30px;
}

.contact-form { 
	float: left;
	width: 390px;
}
.contacteer-ons {
	float:right;
	width: 390px;
	background-color: #fff;
}
.contact-info {
	width: 90%;
	margin: 5%;
	padding: 20px;
	border: 1px solid  #0F1B55;
	color: #282923;
	padding-left: 30px;
	min-height: 259px;
	padding-top: 55px;
	position: relative;
}

.contact-info>h2 {
	position: absolute;
	left: 50%;
	top: -10px;
	color:  #0F1B55;
	font-weight: 700;
	white-space: nowrap;
	font-size: 1.2em;
	text-transform: uppercase;
	background-color: white;
	transform: translateX(-50%);

}

.location {
	float: none;
	margin-left: 430px;
	margin-right: 430px;  
}
.contactheight {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 500px;
	position: relative;
}
#dasmap {
	height: 500px;
}

.contact-form input[type="text"] {
	width: 100%;
	height: 33px;
	margin-bottom: 10px;
	padding-left: 7px;
	box-sizing: border-box; 
	font-family: 'Montserrat', sans-serif;
	border: 2px solid #dcdcdc;
	font-size: .8em;
	color: #3e3e3e;
}

.contact-form input[type="submit"] {
	width: 45%;
	height: 40px;
	background-color:  #0F1B55;
	text-transform: uppercase;
	border: none;
	text-transform: uppercase;
	color: white;
	position: absolute;
	bottom: 0;
	right: 0;
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	transition: all .3s;
	letter-spacing: 1px;
	padding-left: 7px;
}

.checkbox {
	float: left;
	width: 50%;
	padding-top: 10px;
}

.extralabel {
	line-height: 150%;
}

.contact-form input[type="submit"]:hover {
	filter: grayscale(50%);
}
.contact-form select {
	width: 100%;
	text-transform: uppercase;
	border: 1px solid #2d1f1a;
	height: 33px;
	background: #fff url('/images/bg-select.png') no-repeat right 1px center; 
	padding: 0; 
	margin-bottom: 10px;
	font-family: 'Montserrat', sans-serif;
	padding-left: 5px;
}
.contact-form textarea {
	height: 245px;
	width: 100%;
	padding-left: 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #dcdcdc;
	padding-top: 5px;
	font-family: 'Montserrat', sans-serif;
	font-size: .8em;
	color: #3e3e3e;
}

.openingsuren_container {
	max-width: 800px;
	padding: 50px;
	margin: 0 auto;
	display: block;
	width: 100%;
}

.openingsuren_container article {
	background-color: #fff;
	border: 1px #ec7870 solid;
	padding: 15px;
}

.urenlink {
	background-color: white;
	color:  #0F1B55 !important;
	padding: 10px;
	display: inline-block;

}


.openingsuren_container h1 {
	font-size: 1.5em;
	margin-bottom: 30px;
}

.openingsuren_container li {
	width: 100%;
	line-height: 150%;
	display: flex;
	margin-bottom: 5px;
	justify-content: space-between;
}

.openingsuren_container li span {
	background-color: #ee857c;
	padding: 5px;
	color: white;
}

.contact-form textarea::placeholder, .contact-form input[type="text"]::placeholder {
	color: #363636;
}

.contact-form textarea:-ms-input-placeholder, .contact-form input[type="text"]:-ms-input-placeholder {
	color: #363636;
}

.contact-form textarea::-ms-input-placeholder, .contact-form input[type="text"]::-ms-input-placeholder {
	color: #363636;
}


.contact-form .half > input[type="text"] {
	width: 49%;
	float: left;
	margin-right: 2%;
}
.contact-form .half > input[type="text"]:nth-child(2n) {
	margin-right: 0;
}
.contact-form .half:after {
	display: block;
	clear: both;
	content: "";
}
.contactpage:after {
	display: block;
	clear: both;
	content: "";
}
.errors {
	margin-bottom: 10px;
}

.toon-groot {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 40px; 
	font-size: .6em;
	border: none;
	background-color: #ffffff;
	color: rgb(86, 86, 86);
	position: absolute;
	bottom: 10px;
	left: 10px;  
	font-weight: 600;
	padding: 5px 20px;
	border: 3px solid #F7F7F7;
	transition: all .3s;
}

.contacteer-ons>img {
	width: 100%;
}
.special-contact {
	margin-bottom: 30px;
}
.contact-info p {
	position: relative;
	padding-left: 35px;
	font-size: 1em;
	color: #282923;
	margin-bottom: 20px;
}
.contact-info p img {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
.contact-info p a {
	color: #282923;
}

.contact-us {
	margin-top: 50px;
}

#privacy {
	border: 1px solid black;
}


/* EINDE CONTACT */


/* NIEUWS */

.nieuwsitems {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	padding: 30px 10px;
}

.nieuwsitems article {
	margin: 1%;
	width: 31.33%;
	background-color: #fff;
	padding: 20px;
}

.nieuwsitems article img {
	width: 100%;
}

.nieuwsitems article h2 {
	width: 100%;
	text-transform: uppercase;
	font-size: 1.4em;
	color:  #0F1B55;
	padding: 10px 0;
	line-height: 150%;
}

.nieuwsitems article p {
	line-height: 150%;
	color: #666;
}

.nieuwsitems article a {
	padding: 25px 0 15px 0;
	font-weight: 700;
	display: inline-block;
	color:  #0F1B55;
}

.nieuwsitems article a i {
	transition: all .3s; 
}

.nieuwsitems article a:hover i {
	margin-left: 10px;
}


/* EINDE NIEUWS */


/* NIEUWS DETAILS */

.nieuws_detail {
	background-color: #F7F7F7;
	padding-bottom: 40px;
}

.nieuws_image {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
	width: 100%;
}

.nieuws_detail_content {
	max-width: 900px;
	margin: 0 auto;
	display: block;
	padding: 30px;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	margin-top: -200px;
	position: relative;
	-webkit-box-shadow: 0px 0px 21px 0px rgba(138,138,138,0.27);
	-moz-box-shadow: 0px 0px 21px 0px rgba(138,138,138,0.27);
	box-shadow: 0px 0px 21px 0px rgba(138,138,138,0.27);

}

.twitterbtn, .facebookbtn, .linkedinbtn {
	width: 31.33% !important;
	margin: 1%;
}

.social_share {
	width: 100%;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.nieuws_detail_content h1 {
	font-size: 2.2em;
	font-weight: 700;
	color:  #0F1B55;
	margin-bottom: 20px;
}

.detail {
	flex: 1;
}

.voorwoord {
	color: #7c7c7c;
	line-height: 150%;
}

.backbtn {
	font-size: .8em;
	font-weight: 700;
	color:  #0F1B55;
	display: inline-block;
}

.subitem img {
	width: 100%;
	margin-top: 15px;
}
.subitem h3 {
	width: 100%;
	line-height: 150%;
	font-weight: 700;
	color: #7c7c7c;
	text-transform: uppercase;
	margin-top: 20px;
}
.subitem p {
	width: 100%;
	line-height: 150%;
	color: #b2b2b2;
	margin-top: 15px;
}

.facebookbtn {
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	color: white;
	margin-bottom: 5px;
	background-color:  #0F1B55;
	transition: all .5s;
	border: 2px solid  #0F1B55;
	color: #fff;
}

.facebookbtn:hover {
	background-color: #fff;
	color:  #0F1B55;
}

.news_list {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 50px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.news_list h2 {
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.6em;
	color:  #0F1B55;
	margin-bottom: 15px;
}

.news_list a {
	padding: 10px;
	background-color:  #0F1B55;
	color: white;
	margin-right: 10px;
}

aside {
	width: 150px;
	height: 150px;
	position: absolute;
	right: -155px;
	top: 0;
}

aside img {
	width: 100%;
}

aside a {
	width: 100%;
	display: flex;
	justify-content: center;
	-ms-align-items: center;
	align-items: center;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
	color: white;
	background-color:  #0F1B55;
}

/* EINDE NIEUWS DETAILS */




/* SPONSORS */

.sponsors_groot {
	display: flex;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
}

.sponsors_groot article {
	width: 31%;
	margin: 1%;
	border: 4px solid #F7F7F7;
}

.sponsors_groot article img {
	width: 100%;
}

/* EINDE SPONSORS */



@media screen and (max-width: 1150px) {
	.contactheight {
		float: left;
		width: 49%;
		margin-right: 2%;
	}
	.contacteer-ons {
		margin-right: 0;
	}

	.location {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		margin-top: 20px;
	}

	.footer_item:first-child {
		display: none;
	}
}


@media screen and (max-width: 980px) {
	.slidercontent {
		width: 85%;
	}
}

@media screen and (max-width: 900px) {
	.nieuwsitems article {
		width: 48%;
	}

	.innerfooter {
		justify-content: center;
	}


	.footer_item:nth-child(2) {
		display: none;
	}

	.footer_item:nth-child(3) {
		display: flex;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		text-align: center;
	}

	.footer_item:last-child {
		margin-top: 50px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		-ms-align-items: center;
		align-items: center;
		width: 100%;
	}

	.headofpage h1 {
		font-size: 1.4em;
	}

	.headofpage p {
		font-size: 1em;
	}


}

@media screen and (max-width: 860px) {
	.blokken_col {
		width: 100%;
	}

	.blokken_row:nth-child(even) .blokkentext {
		order: 1;
	}

	.blokken_row:nth-child(even) h2, .blokken_row:nth-child(even) p {
		text-align: left;
	}

	.blokken_row:nth-child(even) {
		text-align: left;
	}
}

@media screen and (max-width: 800px) {
	.innernavigatie nav {
		display: none;
	}

	.wof_item {
		width: 48%;
	}

	.navigatie {
		height: 80px;
	}

	.logo {
		height: 70px;
		margin-top: 0;
	}

	.menubtn {
		display: block;
	}

	.nieuws_detail_content {
		margin-top: 0;
	}

	.nieuws_image {
		height: 300px;
	}
}

@media screen and (max-width: 750px) {
	.slide {
		height: 400px;
	}

	.nieuws_detail_content {
		flex-wrap: wrap;
	}

	.social_share {
		width: 100%;
		margin-bottom: 30px;
		margin-right: 0;
		display: flex;
		justify-content: space-between;
	}

	.twitterbtn, .facebookbtn, .linkedinbtn {
		width: 31%;
	}

	.detail {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	.contactheight {
		width: 100%;
		margin-right: 0;
		min-width: 1px;
	}
	.contacteer-ons {
		margin-top: 20px;
	}
	.contactheight {
		min-height: 1px;
		margin-bottom: 30px;
	}
	.contact-form p {
		margin-bottom: 0;
	}  
	#dasmap {
		height: 250px;
	} 

	.contacteer-ons > img {
		width: 100%;
		max-width: 1000px;
	}

	.contact-form input[type="submit"] {
		position: relative;
		float: right;
		width: 300px;
	}

	.slide h2 {
		font-size: 1em;
	}

	.slide p {
		font-size: 1em;
	}

	.reserveren_numb {
		flex-direction: column;
	}

	.reserveren_numbers {
		width: 100%;
		margin: 0;
	}
}


@media screen and (max-width: 560px) {
	.nieuws_detail_content {
		padding: 15px;
	}

	.wof_item , .nieuwsitems article {
		width: 98%;
	}
}


@media screen and (max-width: 500px) {
	.slide {
		height: 300px;
	}

	.nieuws_image {
		height: 200px;
	}
}

@media screen and (max-width: 450px) {
	.social_share {
		flex-wrap: wrap;
	}

	.twitterbtn, .facebookbtn, .linkedinbtn {
		width: 48%;
	}
}




#content-container {
	width: 50%;
	margin: auto;
	margin-top: 10em;
}

#content-container h2 {
	color: #0F1B55; 
	font-size:2.4em; 
	font-weight:bold; 
	margin-bottom: 1em;
	margin-top: 1em;
	cursor: pointer;
}

#content-container h3 {
	padding: 15px;
	padding-right: 35px;
	padding-left: 30px;
	background:  #0F1B55;

	color: #FFFFFF;
	font-size: 0.875em;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	margin-bottom: 1em;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: flex-start;
}

#content-container h3 span {
	position: absolute;
	right: 6px;
	z-index: 1;
	top: 12px;
	display: inline-block;
	width: 15px;
	height: 15px;
}

#content-container h4 {
	margin-left: 2em;
	font-size: 1.1em;
	font-weight: bold;
}

#content-container p {
	margin-left: 2em;
	margin-bottom: 2em;
}

#content-container ul {
	margin-left: 3em;
}

#content-container table {
	margin-left: 3em;
	border: 1px;
}

#content-container table td {
	border: 1px solid black;
}

#content-container table thead {
	background-color:  #0F1B55;
	color: white;
	height: 50px;
}

#content-container a {
	color: #D3191C;
}

#gdpr-wrapper {
	min-height:100%;
	position:relative;
}











