@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */

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; background:transparent;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary
{display: block;}

audio, canvas, video {display: inline-block; *display:inline; *zoom:1;}

audio:not([controls]) {display:none; height:0;}

[hidden] {display:none;}

html {overflow-y:scroll; overflow-x:hidden; font-size:100%; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%;}    
    
body {line-height: 1;}

nav ul, nav ol {list-style: none; list-style-image:none;}    
ol, ul {list-style: none;}
    
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; font-size:75%}
abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}    

sub, sup {font-size:75%; line-height:0; position:relative; vertical-align:baseline}
sub {bottom: -0.25em;}
sup {top: -0.5em;}

table {border-collapse: collapse; border-spacing: 0;}

a:link, a:visited, a:hover, a:active {text-decoration:none;}
a img, :link img, :visited img {border:none;}
a:focus {outline: thin dotted;}
a:active, a:hover {outline: 0;}

html, button, input, select, textarea {font-family: sans-serif;}
textarea {resize:none; vertical-align:top; font-size:100%; overflow:auto;}
textarea:focus {outline:none;}
input:focus {outline:none;}
button, input, select {vertical-align: baseline; *vertical-align: middle; font-size:100%; line-height:normal; margin:0;}
legend {white-space: normal; *margin-left:-7px;}
button, input[type="button"], input[type="reset"], input[type="submit"] {-webkit-appearance:button; cursor:pointer; *overflow: visible;}
button[disabled], input[disabled] {cursor: default;}
input[type="checkbox"], input[type="radio"] {box-sizing; border-box; *height: 13px; *width: 13px;}
input[type="search"] {-webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box;}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
button::-moz-focus-inner, input::-moz-focus-inner {border:0; padding:0;}

img {-ms-interpolation-mode: bicubic;}
svg:not(:root) {overflow:hidden;}

strong, b {font-weight:bold}

tt {font-family: "Courier New", Courier, monospace}
code, kbd, pre, samp {font-family: monospace, serif; _font-family: 'courier new', monospace; font-size:16px;}
pre {white-space: pre; white-space:pre-wrap; word-wrap: break-word;}
hr {display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0;}
i {font-style:italic}
u {text-decoration:underline}
strike, del {text-decoration:line-through}
ins {text-decoration:none}
center {text-align:center}
dfn {font-style:italic}
mark {background: #ff0; color: #000;}

/* EXTERNE FONTS */

/* GEHOSTE FONTS */
@font-face {
    font-family: 'ChopinScript';
    src: url('/fonts/chopinscript-webfont.eot');
    src: url('/fonts/chopinscript-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/chopinscript-webfont.woff') format('woff'),
         url('/fonts/chopinscript-webfont.ttf') format('truetype'),
         url('/fonts/chopinscript-webfont.svg#ChopinScript') format('svg');
    font-weight: normal;
    font-style: normal;

}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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 {
 padding:0;
 height:100%;
 max-width: 2000px;
 margin: 0 auto;
 font-family: Poppins, sans-serif;
}

/* Navigatie */

.gototop {
  z-index: 100;
  width: 40px;
  height: 40px;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: fixed;
  right: -100px;
  bottom: 40px;
  color: #373a3c93;
  font-size: 1em;  
  opacity: .8;
  cursor: pointer;
  transition: all .3s;
  border-radius: 200;
  border: none;
  background-color: #fff !important;
  transition: all 1s ease;
  box-shadow: #373A3C 0px 5px 15px;
}

.gototop:hover {
  transform: translateY(-10px);
}

.menu {
  width: 100%;
  height: 100vh;
  background-color: white;
  z-index: 50;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
}

.buttons{
  display: flex;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 250;
}

.menu_btn{
  z-index: 250;
  background-color: white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  width: 50px;
  height: 50px;
  font-size: 1.2em;
  color: #18355d;
  border-radius: 200px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .menu_btn {
  position: absolute;
  right: 10px;
  top: 10px;
} */

.menu nav {
  min-height: 100%;
}

.menu ul {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}

.menu ul li a {
  font-size: 2.5em;
  font-weight: 700;
  color: #18355d;
  padding: 20px 10px;
  display: inline-block;
  position:relative;
}

.menu ul li a:after{
  position: absolute;
  bottom: 10px;
  left: 2px;
  right: 2px;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #18355d;
  height: 2px;
  transition: all .5s;
}

.menu ul li a:hover:after{
  width: 100%;
}

.menu ul .active:after{
  width: 100%;
}

/* Einde navigatie */

/* Bevestiging */

.bevestiging_bg {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bevestiging {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.10);
  max-width: 700px;
  padding: 50px;
  background-color: white;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.bevestiging i {
  font-size: 3em;
  color: #18355d;
  margin-bottom: 20px;
}

.bevestiging h2 {
  text-transform: uppercase;
  color: #18355d;
  font-size: 15px;
  margin: 10px 0;
}

.bevestiging h1 {
  font-weight: 400;
  font-size: 2em;
  text-align: center;
  color: #18355d;
  margin-bottom: 10px;
}

.bevestiging p {
  line-height: 150%;
  color: #18355d;
  font-size: 17px;
  font-weight: 200;
}

.bevestiging a {
  cursor: pointer;
  display: inline-block;
  padding: 13px 30px;
  background-color: #18355d;
  font-weight: 200;
  color: white;
  margin-top: 20px;
  border: 1px solid #18355d;
  transition: all 1s ease;
  border-radius: 4px;
}

.bevestiging a:hover {
  background-color: transparent;
  color: #18355d;
}

/* Einde Bevestiging*/

/* Cookie Melding */
.plenso_cookies {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: white;
  border-radius: 5px;
  max-width: 400px;
  -webkit-box-shadow: 0px 0 45px -0 rgba(203,74,28,0.15);
  -moz-box-shadow: 0px 0 45px -0 rgba(203,74,28,0.15);
  box-shadow: 0px 0 45px -0 rgba(203,74,28,0.15);
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 25px;
  transition: all .5s;
  z-index: 100;
}

.plenso_cookies > img {
  width: 50px;
}

.plenso_cookies > div {
  color: #3e3e3e;
  padding: 25px 0px;
  line-height: 25px;
  text-align: justify;
  font-size: 16px;
}

.plenso_cookies > div a {
  color: #3e3e3e;
  text-decoration: underline;
}

.plenso_cookies > a {
  background-color: #18355d;
  color: white;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
  padding: 18px 30px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  transition: all .3s;
}

.plenso_cookies > a:hover {
  transform: scale(1.1);
}

/* Einde cookiemelding */

/* Curtaindrop */

.curtain-click {
  cursor: pointer;
  color: #18355d;
  margin-right: 15px;
  display: flex;
  align-items: center;
  font-size: 20px;
}

.res-curtain-click{
  display: none;
}

.res-menu_buttons{
  display: none;
  align-items: baseline;
  width: 85px;
  justify-content: space-between;
}

.curtaindrop {
  width: 100%;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  position: fixed;
}

.curtaindrop>video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  z-index: 0;
  transform: translate(-50%, -50%);
}

.curtaindrop>div {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
  position: relative;
  background-position: center;
  background-size: cover;
  background-color: rgba(58, 58, 58, 1);
}

.curtaindrop>div>div:last-child {
  position: absolute;
  left: 50%;
  width: 95%;
  max-width: 1000px;
  color: #fff;
  z-index: 200;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
}

.curtaindrop .button {
  display: inline-block;
  background: #18355d;
  color: #fff;
  border: 2px solid #18355d;
  border-radius: 200px;
  font-weight: 700;
  font-size: 1.1em;
  margin-top: 20px;
  padding: 10px 30px;
  transition: all .2s;
}

.curtaindrop .button:hover {
  background: transparent;
  color: #18355d;
}

.curtaindrop p {
  font-size: 1.2em;
  line-height: 1.6em;
}

.curtaindrop img {
  max-width: 1000px;
  width: 96%;
}

.curtaindrop h2 {
  font-weight: 900;
  font-size: 3em;
  margin: 1em 0;
}

.curtaindrop>span {
  position: absolute;
  left: -123px;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-right: 18px solid transparent;
  border-top: 34px solid #92C020;
  border-left: 18px solid transparent;
}

.curtaindrop>span>i {
  font-style: normal;
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #92c020;
  width: 300px;
  overflow: hidden;
  top: -34px;
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: right;
}

.curtaindrop>span:before {
  position: absolute;
  top: -38px;
  cursor: pointer;
  left: -17px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  width: 36px;
  display: block;
  text-align: center;
  content: '!';
}

.curtain-close {
  position: absolute;
  right: 40px;
  top: 30px;
  font-size: 60px;
  cursor: pointer;
  color: #FFF;
  z-index: 1000;
}

/* Einde curtaindrop */


/* Contact pagina */

.contact_pagina {
	width: 100%;
	max-width: 1400px;
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 100px 10px 0 10px;
}

.contact_info {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	background-color: #18355d;
	padding: 80px 80px;
	margin-top: 20px;
	width: 100%;

}

.contact_info p {
	font-size: 20px;
	font-weight: 200;
	color: #FFF;
}

.contact_gegevens {
	width: 35%;
}

#openingsuren-btn {
  width: 100%;
  text-align: left;
}

#openingsuren-btn button {
  background-color: transparent;
  border: none;
  margin-top: 15px;
  padding: 0;
  color: #18355d;
  border-bottom: 1px solid #18355d;
  font-size: 20px;
  font-weight: 200;
  font-family: Poppins, sans-serif;
  cursor: pointer;
}
.contact_gegevens h1 {
	font-weight: 900;
	color: #18355d;
	margin-bottom: 20px;
	font-size: 2em;
}

#openingsuren {
  margin-top: 15px;
  position: relative;
}

#openingsuren table, th, td {
  border-collapse: collapse;
}

#openingsuren table {
  border: 2px solid #efefef;
  border-radius: 4px;
  width: 100%;
  padding: 20px;
  position: relative;
}

#openingsuren .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #18355d;
  font-size: 20px;
  cursor: pointer;
  z-index: 100;
}

#openingsuren th, td {
  padding: 10px;
  font-weight: 200;
  font-size: 18px;
  color: #4C4C4C;
}

.contact_gegevens h2 {
	font-size: 18px;
	font-weight: 200;
	color: #FFF;
	line-height: 150%;
}

.contact_gegevens p {
  line-height: 150%;
  font-weight: 200;
  font-size: 20px;
  color: #4C4C4C;
}

.contact_split {
	margin-top: 40px;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: center;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}

.contact_split h2 {
	font-weight: 700;
	color: #FFF;
	font-size: 25px;
	margin-bottom: 25px;
	line-height: 130%;
}

.contact_split div {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-direction: column;
}

.contact_split div p {
	padding: 10px;
	padding-left: 50px;
	position: relative;
	color: #FFF;
}

.contact_split div p a {
	color: #FFF;
}

.contact_split div p i {
	position: absolute;
	left: 0;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50%;
	color: #FFF;
	transform: translateY(-50%);
}

.contact_split img {
	width: 100px;
	border-radius: 200px;
	margin-right: 20px;
}

.contact_formulier {
	width: 55%;
}

.contact_form {
	display: flex;
	justify-content: space-between;
	-ms-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.contact_label {
	width: 100%;
	font-size: 1.2em;
	font-weight: 200;
	color: #353535;
	display: inline-block;
	margin-bottom: 5px;
}

.contact_form input[type=text], 
.contact_form input[type=email] {
	width: 100%;
	border: none;
	border-bottom: 2px solid #EEEEEE;
	padding: 8px 0px;
	color: #18355d;
	font-size: 18px;
	font-weight: 200;
	margin-bottom: 40px;
  font-family: Poppins, sans-serif;
}

.contact_form input[type=text]:focus, 
.contact_form input[type=email]:focus {
	border-bottom: 2px solid #18355d;
	font-weight: 400;
}

.contact_form textarea {
	width: 100%;
  border: none;
	border-bottom: 2px solid #EEEEEE;
	border-radius: 0px;
	padding: 10px 0px;
	color: #18355d;
	margin-bottom: 20px;
	font-weight: 200;
	font-size: 18px;
  font-family: Poppins, sans-serif;
	height: 100px;
}

.contact_form textarea:focus {
	border-bottom: 2px solid #18355d;
	font-weight: 400;
}

.contact_form input[type=submit] {
	border-radius: 4px;
	padding: 7px 30px;
	background: transparent;
	border: 2px solid #18355d;
	font-weight: 200;
	color: #18355d;
	font-size: 1.2em;
	font-weight: 200;
  font-family: Poppins, sans-serif;
	transition: all .3s;
}

.contact_form input[type=submit]:disabled{
  opacity: .3;
}

.contact_form input[type=submit]:disabled:hover{
	background: transparent;
  color: #18355d;
}


.contact_form input[type=submit]:hover {
	background-color: #18355d;
	color: #fff;
}

.contact_formulier #NaamInput {
	width: 100%;
}

.contact_formulier #EmailInput {
	width: 100%;
}

#dasmap {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	height: 600px;
	position: relative;
	z-index: 0;
	margin-top: -70px;
}

/* Einde contact pagina */

/* Tickertape */

.tickertape {
	width: 100%;
	height: 160px;
	background-color: transparent;
	position: relative;
	font-style: italic;
	border: none !important;
}
.tickertape>h1 {
	text-align: center;
	width: 100%;
	padding-top: 55px;
	font-style: italic;
	font-size: 1.6em;
	font-family: 'Lato', sans-serif;
	font-weight: 500;
}

#ttcontainer {
	height: 100px;
	max-width: 1500px;
	width: 100%;
	box-sizing: border-box;
}

#tickertape {
	height: 100px;
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
	box-sizing: border-box;
	border: none !important;
}

#tickertapeholder {
	position: absolute;
	left:50%;
	top:50%;
	padding: 10px;
	font-style: normal;
	font-weight: 200;
	transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	width: 100%;	
	max-width: 1400px;
	font-size: 28px;
	line-height: 150%;
	color: #18355db2;
	font-weight: 700;
	box-sizing: border-box;
}

/* Einde tickertape */

/* Footer */

.innerfooter {
  margin: 0 auto;
  background-color: #18355d;
  box-sizing: border-box;
  padding: 20px 0;
  padding-top: 30px;
}

.innerfooter ul {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  box-sizing: border-box;
}

.footer-item {
  padding: 20px;
  display: flex;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  justify-content: space-between;
  box-sizing: border-box;
}

.footer-item.img {
  padding-top: 0;
}

.footer-item>div {
  position: relative;
  padding-left: 50px;
  margin: auto;
}

.footer-item>div>div:first-child {
  position: absolute;
  left: 0;
  width: 50px;
}

.footer-item > div > div:nth-child(2) {
  width: auto;
}

.footer-item i {
  display: block;
  font-size: 1.2em;
  margin-bottom: 15px;
}

.footer-item p {
  margin-bottom: 21px;
}

.footer-item a {
  color: #fff;
}

/* Einde footer */


/* Slick Styles */

.slider {
  position: relative;
}

.slider .slick-arrow {
  position: absolute;
  left: 20px;
  top: 50%;
  z-index: 10;
  color: #fff;
  font-size: 2.5em;
  background-color: transparent;
  border: none;
  border-radius: 0 50px 50px 0;
  transform: translateY(-50%);
}

.slider .slick-arrow i {
  position: absolute;
  left: 50%;
  top: 50%;
  text-shadow: 0px 0px 5px rgba(0,0,0,0.88);
  transform: translate(-50%,-50%);
}

.slider .slick-next {
  left: initial;
  right: 20px;
  border-radius: 50px 0 0 50px;
}

/* Einde slick styles */

/* Realisaties */

.realisaties {
  position: relative;
}

.realisaties .slick-arrow {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 50px;
  height: 50px;
  z-index: 10;
  background-color: rgba(0,0,0,.2);
  color: #fff;
  font-size: 2.5em;
  border: none;
  transform: translateY(-50%);
}

.realisaties .slick-arrow i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.realisaties .slick-next {
  left: initial;
  right: 10px;
}

/* Einde realisaties */


/* Slider */

.slick-dots {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 200px;
  background: #e6e6e6;
  margin: 10px 3px;
}

.slick-dots button {
  display: none;
}

.slick-dots .slick-active {
  background-color: #353535;
}

.slider {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.slider article {
  position: relative;
}

.slider article img {
  width: 100%;
  position: relative;
  z-index: 0;
}

.slider_overlay {
  content: "";
  height: 60%;
  bottom: 0;
  z-index: 2;
  left: 0;
  right: 0;
  transition: all 2s;
  opacity: 1;
  top: auto;
  position: absolute;
  pointer-events: none;
  background-image: -webkit-linear-gradient(bottom,#19191b 0,rgba(25,25,27,0) 100%);
  background-image: linear-gradient(to top,#19191b 0,rgba(25,25,27,0) 100%);
  -webkit-transition: .2s cubic-bezier(.4,0,.2,1);
  transition: 2s cubic-bezier(.4,0,.2,1);
  will-change: transform;
}

.slider_content {
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.slider_content h2 {
  font-size: 2.5em;
  font-weight: 700;
  color: white;
  text-align: center;
  line-height: 150%;
  text-shadow: 0px 0px 11px #000000;
}

.slider_content div {
  text-align: center;
  color: white;
  font-size: 1.4em;
  line-height: 150%;
  text-shadow: 0px 0px 11px #000000;
}

/* Einde slider */


/* Home */
.text {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 20px;
}

.text h2, .text h1 {
  color: #18355d;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}

.text div {
  line-height: 150%;
  font-weight: 200;
  font-size: 20px;
  color: #4C4C4C;
  text-align: center;
}

/* Einde home */

/* Header */

.header {
  background-color: #18355d;
  border-radius: 0 0 50px 50px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  transform: translateX(-50%);
}

.header img {
  height: 120px;
}

.header a {
  font-weight: 700;
  color: #3A4853;
  margin: 0 50px;
  text-shadow: 0px 0px 4px rgba(0,0,0,0.47);
}


.logobanner {
  padding: 50px 10px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.logobanner h2 {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}

.logobanner img {
  max-height: 110px;
  max-width: 250px;
  margin: 30px 40px;
}

.logobanner img:hover {
  filter: grayscale(0);
}

/* Einde header */


/* Realisaties */

.realisaties {
  margin: 0 auto;
  display: block;
  max-width: 1600px;
  padding-bottom: 30px;
}

.realisaties article {
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}

.realisaties article h3 {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 3em;
  font-weight: 700;
  z-index: 2;
  color: #fff;
  text-shadow: 0px 0px 11px #000000;
}

.realisaties article:hover img {
  transform: scale(1.05);
}

.realisaties article div {
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
}

.realisaties article img {
  width: 100%;
  transition: all 1s;
}

.realisaties article h2 {
  width: 100%;
  padding: 10px;
  background-color: white;
  position: relative;
  z-index: 2;
  text-align: left;
  line-height: 150%;
  font-size: 1em;
  color: #4E4E4E;
  min-height: 70px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

/* Einde realisaties */

/* assortiment */

.assortiment {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%;
  padding: 10px;
}

.assortiment > h2{
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 20px;
  color: #18355d;
  margin-top: 50px;
}

.products{
  width: 100%;
  margin-bottom: 50px;
  cursor: pointer;
}

.products{
  box-shadow: 0 0 15px 0 rgba(82, 82, 82, .1);
  background-color: #FFF;
  padding: 25px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.products p:first-of-type{
  margin-top: 20px;
}

.products p{
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.products h2{
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  font-size: 1.4em;
  color: #18355d;
  align-items: center;
  cursor: pointer;
}

.products .product div{
  margin-top: 20px;
  color: #353535;
  font-weight: 200;
  font-size: 1.2em;
  line-height: 180%;
  letter-spacing: .5px;
}

.products h2 i{
  transition: all .3s;
}

.arrowUp i{
  transform: rotate(180deg);
}

.products_list{
  list-style-type: disc;
  margin-top: 15px;
  font-size: 1.2rem;
  margin-left: 20px;
  line-height: 170%;
}

/* Einde assortiment */

/* Blokken */

.blokken {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  max-width: 1600px;
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
}

.blokken article {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 70px;
  width: 100%;
}

.blokken article:last-of-type {
  padding-bottom: 0;
}

.blokken article>img {
  width: 48%;
  order: 1;
}

.blokken_content {
  width: 50%;
  padding: 30px;
  order: 2;
}

.blokken_titel {
  position: relative;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.blokken_titel h2 {
  color: #18355d;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 2.5em;
}

.blokken_tekst {
  line-height: 180%;
  font-weight: 200;
  max-width: 850px;
  color: rgb(110, 110, 110);
  font-size: 1.4em;
  margin-bottom: 20px;
}

.blokken_tekst p>a {
  color: #18355d;
}

.blokken_content>a {
  padding: 10px 0;
  display: inline-block;
  margin-top: 5px;
  color: #353535;
  font-weight: 700;
  font-size: 1.2em;
}

.blokken_content>a i {
  margin-left: 5px;
  transition: all .5s;
}

.blokken_content>a:hover i {
  margin-left: 10px;
}

.blokken article:nth-child(odd) img {
  order: 3;
}

/* Einde blokken */

.achtergrond{
  height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}


footer {
  background-color: #F2F6FA;
  width: 100%;
  padding: 50px 0;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

footer a {
  background-color: #7bb042;
  width: 45px;
  height: 45px; 
  -webkit-box-shadow: 0px 0px 22px 0px rgba(123,176,66,.31);
  -moz-box-shadow: 0px 0px 22px 0px rgba(123,176,66,.31);
  box-shadow: 0px 0px 22px 0px rgba(123,176,66,.31);
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.2em;
  color: white;
  border-radius: 200px;
  margin: 0 10px;
  transition: all .3s;
}

footer a:hover {
  -webkit-box-shadow: 0px 0px 22px 0px rgba(244,130,31,.71);
  -moz-box-shadow: 0px 0px 22px 0px rgba(244,130,31,.71);
  box-shadow: 0px 0px 22px 0px rgba(244,130,31,.71);
}

.siteby {
  background-color: #E2E2E2;
  color: #A3A3A3;
  text-align: center;
}

.siteby a {
  color: #A3A3A3;
  padding: 10px;
  display: inline-block;
}

.come-in {
  transform: translateY(150px);
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 1s; /* So they look staggered */
}

@keyframes come-in {
  to { transform: translateY(0); }
}

@media screen and (min-width: 800px) {

  .come-in-left {
    transform: translateX(-300px);
    animation: come-in-left 0.8s ease forwards;
  }
  .come-in-left:nth-child(odd) {
    animation-duration: 1s; /* So they look staggered */
  }
}

@keyframes come-in-left {
  to { transform: translateX(0); }
}
@media screen and (min-width: 800px) {
  .come-in-right {
    transform: translateX(300px);
    animation: come-in-right 0.8s ease forwards;
  }
  .come-in-right:nth-child(odd) {
    animation-duration: 1s; /* So they look staggered */
  }
}
@keyframes come-in-right {
  to { transform: translateX(0); }
}


#bannerBg{
  padding-bottom: 60px;
  background:url(preview_images/responsive/opportuneResponsive.jpg) center top no-repeat;
}
#containingDiv {
  max-width: 960px;
  width:100%;margin:0 auto; padding:0 0 0 0;
}
#bottomText {
  width:100%; font:18px 'Poppins', sans-serif; color:#333333; border-top:1px solid #cccccc; padding:10px 0 0 0; margin-top:100px; text-align:center;
}

@media screen and (min-width:1200px){
  #bannerBg{
    background:url(preview_images/responsive/opportuneResponsive.jpg) center top no-repeat;
  }
  #containingDiv {
    width:960px;margin:0 auto; padding:0px 0 0 0;
  }
  #bottomText {
    width:100%; font:18px 'Poppins', sans-serif; color:#333333; border-top:1px solid #cccccc; padding:10px 0 0 0; margin-top:100px; text-align:center;
  }
}

@media screen and (max-width:767px){
  #bannerBg {
    background:url(preview_images/responsive/opportuneResponsive767.jpg) center top no-repeat;
  }
  #containingDiv {
    width:100%;margin:0 auto;padding:60px 0 0 0;
  }
  #bottomText {
    width:100%;font:14px 'Poppins', sans-serif; color:#333333; border-top:1px solid #cccccc; padding:10px 0 0 0; margin-top:50px; text-align:center;
  }
}

.mycanvas {
  display: none !important;
}

.thistho {
  -webkit-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.17);
  -moz-box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.17);
  box-shadow: 0px 0px 22px 0px rgba(0,0,0,0.17);
  border-radius: 500px;
  overflow: 0;
}

#dd {
  position: relative;
}

#dd h2 {
  position: absolute;
  left: 50%;
  bottom: 10%;
  background-color: white;
  text-transform: uppercase;
  padding: 5px;
  transform: translateX(-50%);
  font-family: 'Poppins', sans-serif;
  letter-spacing: 2px;
  color: black;
  font-size: 1.2em;
  text-align: center;
}
#dd h2 span {
  color: #5E5E5E;
  font-weight: 400;
  font-size: .9em;
  padding-top: 5px;
}

.insta-preview {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.instaholder h2 {
  text-align: center;
  width: 100%;
  font-weight: 700;
  font-size: 1.7em;
  color: #A8CE3A;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 25px;
}


.insta-preview a {
  width: 23%;
  margin: 1%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.insta-preview a:before{
  content: "";
  display: block;
  padding-top: 100%;
}

.instaholder {
  padding: 25px 0;
  background-color: #efefef;
  margin-top: 20px;
}

#content-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin: auto;
  margin-top: 10em;
}

#content-container h2 {
  color:#353535; 
  font-size:2.4em; 
  font-weight:bold; 
  margin-bottom: 1em;
  margin-top: 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  font-family: Poppins, sans-serif;
}

#content-container h3 {
  background: #18355d;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1.3em;
  padding: 20px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;
}

#content-container h3 span {
  position: absolute;
  z-index: 1;
  background: transparent url("/images/cross_w.png") no-repeat;
  display: inline-block;
  width: 15px;
}

#content-container h4 {
  margin-left: 2em;
  font-size: 1.1em;
  font-weight: bold;
}

#content-container p {
  padding: 20px;
  line-height: 170%;
  color: #7e7e7e;
  font-size: 1.1em;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  width: 100%;
}

#content-container a {
  color: #18355d;
}

#gdpr-wrapper {
 min-height:100%;
 position:relative;
}

#content-container thead {
  background-color: #18355d;
  color: white;
}


#content-container thead th {
  border: 1px solid #353535;
  padding: 10px;
}

#content-container tbody td {
  border: 1px solid #353535;
  color: #7e7e7e;
  line-height: 150%;
  padding: 5px;
}

#content-container tbody td p {
  padding: 0px;
}

#content-container ul {
  padding-left: 20px;
  line-height: 170%;
  color: #7e7e7e;
  list-style-type: disc;
}

.disclaimer {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 15px;
  color: #efefef;
  background-color: #0a1d34;
}

.disclaimer a, .disclaimer p {
  padding: 0 5px;
  color: #c2bdbd;
  font-size: 13px;
}

.disclaimer span {
  color: #c2bdbd;
}

/* Blog*/
.blog-img img {
  width: 100%;
}
.blog-head {
  text-align: left;
  line-height: 180%;
  position: relative;
}
.blog-head .c {
  width: 100%;
  color: #505050;
}

.blog-content {
  width: 100%;
  max-width: 1600px;
  margin:0 auto;
  margin-top: 30px;
}
.footermar-blog {
  padding-bottom: 50px;
}
.blog-item {
  position: relative;
}
.blog-item a {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index: 2;
}
.blog-rows {
  margin-top: 1%;
}
.blog-row {
  display: flex !important;
  flex-wrap: wrap;
  margin-bottom: 1%;
}
.blog-row:last-child {
  margin-bottom: 0;
}
.blog-row .row-block {
  width: 49.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.row-block:not(:nth-child(2n)){
  margin-right: 1%;
}
.blog-row.type-b .row-block {
  margin:0;
  width: 100%;
}
.blog-row.reverse .row-block:first-child {
  order:2;
  margin-left: 1%;
  margin-right: 0%;
}
.blog-row .extra .blog-item {
  width: 48.979591836734693877551020408163%;
}
.blog-row .extra .blog-item:not(:nth-child(2n)){
  margin-right: 2.0408163265306122448979591836735%;
}
.blog-rows .blog-main .blog-item {
  width: 100%;
}
.blog-row .extra .blog-item:nth-child(n+3){
  margin-top: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-inhoud {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 15px;
  z-index: 1;
  background-color: rgba(0,0,0,0.58);
  color: #fff;
}

.blog-rows .blog-inhoud h2 {
  font-weight: 700;
  text-align: left;
  line-height: 125%;
}

.blog-rows .blog-main .blog-inhoud h2 {
  font-size: 1.4em;
}
.blog-rows .extra .blog-inhoud h2 {
  font-size: 1.2em;
}
.blog-row.type-c .row-block {
  margin-right: 0;
  width: 100%;
}
.type-c .combo-img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  align-content: flex-start;
}
.type-c.reverse .combo-img .big {
  order:2;
}
.type-c .combo-img > * {
  width: 50%;
}
.type-c .combo-img .big img {
  width: 100%;
}
.type-c .combo-img .small {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.type-c .combo-img .small img {
  width: 50%;
}
.button-hold {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.button-hold:last-child {
  margin-bottom:0px;
}
.button-hold a {
  display: inline-block;
  border: 2px solid #6AA433;
  padding: 15px 20px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  color: white;
  background-color: #6AA433;
  transition: all 0.8s ease;
}
.button-hold a:hover {
  background-color: transparent; 
  color: #6AA433;
}
  /**
 * Blog detail
 **/
 .blog-holder {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.blog-aside {
  padding: 30px;
  width: 400px;
  margin-right: 50px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);

}
.blog-main {
  width: calc(100% - 350px);
}

.blog-main .c {
  font-size: 1.1em;
  color: #a4a4a4;
  padding: 0;
  line-height: 180%;
}

.blog-item .c {
  font-size: 1.1em;
  color: #a4a4a4;
  padding: 0 15px;
  line-height: 180%;
}

.blog-recent .blog-item .c {
  padding: 0 !important;
}

.blog-main .blog-img {
  position: relative;
  width: 100%;
}
.blog-main .blog-img .h1 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 180%;
  color: #6AA433;
  font-size: 2.1em;
}
.blog-aside h3 {
  font-weight: 700;
  color: #6AA433;
  font-family: Poppins, sans-serif;
  font-size: 1.5em;
  text-align: left;
  margin-bottom: 25px;  
}
.blog-nav nav {
  border-top: 1px solid rgb(220,220,220);
  margin-bottom: 60px;
}
.blog-nav a {
  line-height: 40px;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgb(220,220,220);
  color: rgb(100,100,100);
  padding-left: 8px;
}
.blog-nav a:hover,.blog-nav a.active {
  color: #6AA433;
}
.blog-nav-btn {
  display: none;
  text-align: center;
  padding:10px 0;
  font-size: 3.2em;
  color: #6AA433;
  cursor: pointer;
}

.blog-recent h2 {
  font-size: 1.2em;
  margin-top: 10px;
  line-height: 150%;
  margin-bottom: 10px;
  color: #626572;
}

.blog-recent .c {
  margin-bottom: 10px;
  line-height: 180%;
  color: #999999;
}

.blog-recent .blog-item {
  margin-bottom: 35px;
}

.blog-recent .more {
  font-weight: bold;
  color: #6AA433;
}

.blog-overzicht {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.blog-overzicht .blog-item a {
  position: static;
}

.blog-overzicht .btn-hold {
  padding: 15px;
  text-align: left;
}

.blog-overzicht .btn-hold a {
  display: inline-block;
  padding: 15px 20px;
  background-color: #6AA433;
  font-weight: 700;
  border: 2px solid #6AA433;
  color: #fff;
  transition: all 0.5s ease;
}
.blog-overzicht .btn-hold a:hover {
  background-color: transparent;
  color: #6AA433;
}
.blog-overzicht h2 {
  font-size: 1.3em;
  padding: 0 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #626572;
}

.blog-overzicht .blog-item {
  width: 48%;
  margin: 1%;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  transition: all 1s;
}

.blog-overzicht .blog-item:hover {
  transform: scale(1.03);
}

.blog-overzicht .blog-item:nth-child(n+6){
  width: 32%;
  margin-bottom: 2%;
}
.blog-overzicht .blog-item:nth-child(n+6) .c, .blog-overzicht .blog-item:nth-child(n+6) .btn-hold {
  display: none;
}
.blog-overzicht .blog-item:nth-child(n+6):not(:nth-child(3n+5)){
  margin-right: 2%;
}
.blog-content-row {
  margin-bottom: 30px;
}
.merk-content .blog-content-row {
  margin-bottom: 1.33%;
}
.blog-content-row h2 {
  font-family: Poppins, sans-serif;
  font-size: 1.2em;
  line-height: 150%;
  color: #626572;
}
.blog-content-row .c {
  width: 100%;
  margin:0 auto;
}
.blog-content-row .multi-img-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}
.blog-content-row .multi-img-holder.two>* {
  width: 49%;
}
.blog-content-row .multi-img-holder.three>* {
  width: 32.33%;
}
.blog-content-row .multi-img-holder.four>* {
  width: 24%;
}
.blog-content-row .multi-img-holder>a img {
  width: 100%;
}
.blog-content-row .filmpje {
  max-width: 1000px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-content-row .tekst-and-image {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.blog-content-row .tekst-and-image > * {
  width: 50%;
}
.blog-content-row .tekst-and-image .c {
  padding:0 20px;
}
.blog-content-row .tekst-and-image.reverse .img {
  order:2;
} 
.title-hold {
  text-align: center;
  margin-bottom: 36px;
}
.title-hold h3 {
  margin-top: 30px;
  padding-top: 30px;
  color: #626572;
  border-top: 3px solid #ececec;
  font-size: 1.5em;
  font-weight: bold;
}

@media screen and (max-width: 1400px) {
  .sponsorsfooter article {
    width: 16.66%;
  }
}

@media screen and (max-width: 1300px) {
  .opmaat_items  {
    flex-wrap: wrap;
  }

  .blog-overzicht .blog-item {
    width: 98%;
  }
}

@media screen and (max-width: 1200px){
  .blog-overzicht .blog-item:nth-child(n+6) h2 {
    font-size: 1.6em;
  }
  .blog-content-row .tekst-and-image > * {
    width: 100%;
  }
  .blog-content-row .tekst-and-image .img {
    margin:15px auto;
    max-width: 500px;
  }

  .contact_pagina {
    padding: 25px 10px;
  }

  .contact_gegevens {
    margin-bottom: 20px;
    padding: 30px 10px;
  }

  .contact_gegevens, .contact_formulier {
    width: 100%;
    padding: 0 10px;
  }

  .contact_gegevens h1, .contact_gegevens h2 {
    text-align: center;
    line-height: 120%;
  }

  .contact_gegevens > div {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
  }

  .contact_gegevens > div a:not(.close) {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }

  .contact_split div {
    padding: 20px;
  }

  .contact_split img {
    display: none;
  }

  .contact_split div {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  #dasmap {
    margin-top: 15px;
    height: 400px;
  }
  #openingsuren-btn {
    text-align: center;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1150px){
  #tickertapeholder {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 1100px) {


  .text div {
    font-size: 1.1em;
  }

  .opmaat_items {
    margin-top: -100px;
  }

  .sponsorsfooter article {
    width: 20%;
  }

  .blokken_titel h2 {
    font-size: 1.7em;
  }

  .blokken_tekst {
    font-size: 1.2em;
  }

  .blokken_content {
    padding: 10px;
  }

  .tekst_blokken article div {
    font-size: 1em;
  }

  .tekst_blokken article h2 {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 1050px) {
  .header a {
    margin: 0 20px;
  }
}


@media screen and (max-width: 1000px) {


  .blog-holder {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .blog-aside {
    order:2;
    width: 100%;
    margin-right: 0;
  }
  .blog-main {
    width: 100%;
    padding: 10px;
  }
  .row-block .extra {
    padding: 10px;
  }
  .blog-main .title-hold, .blog-main .blog-overzicht {
    display: none;
  }

  .blog-aside h3 {
    width: 100%;
  }

  .blog-recent {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .blog-recent .blog-item {
    width: 45%;
  }
}

@media screen and (max-width: 980px) {
  .innerfooter ul {
    flex-wrap: wrap;
  }
  .footer-item {
    width: 100%;
  }

  .inner_banner {
    flex-wrap: wrap;
  }

  .inner_banner>div {
    width: 100%;
  }

  .inner_banner>div:last-child {
    border: none;
  }

  .footer-item>div {
    padding-left: 0;
  }

  .footer-item>div>div:first-child {
    display: none;
  }

  .footer-item > div > div:nth-child(2) {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 950px) {
  .slider_content {
    width: 90%;
  }

  .slider_content div {
    font-size: 1.1em;
  }

  .curtaindrop p {
    font-size: 1.2em;
    line-height: 1.4em;
  }

  .curtaindrop h2 {
    font-weight: 600;
    font-size: 1.8em; 			
  }

  .curtain-close {
    font-size: 30px;
  }
  
  .curtaindrop .button {
    font-size: 17px;
    padding: 12px 30px;
  }

  .curtain-click {
    left: 0;
    top: 0;
    font-size: 18px;
    justify-content: flex-start;
    padding-left: 15px;
  }
  .menu_btn {
    width: 45px;
    height: 45px;
  }
}


@media screen and (max-width: 900px) {
  .banner>div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .banner {
    flex-wrap: wrap;
  }

  .opmaat_items {
    margin-top: 20px;
  } 

  .blog-main .c {
    font-size: 1em;
  }

  .header img{
    height: 90px;
  }

  .header{
    border-radius: 0 0 30px 30px;
  }

  .achtergrond{
    height: 40vh;
  }
}

@media screen and (max-width: 850px) {
  .sponsorsfooter article {
    width: 25%;
  }

  .blokken article>img {
    width: 100%;
  }

  .blokken_content {
    width: 100%;
    padding: 0;
  }

  .blokken_titel{
    margin-top: 15px;
  }

  .blokken article {
    padding-bottom: 30px;
  }

  .blokken article:nth-child(odd) img {
    order: 1;
  }
}

@media screen and (max-width: 800px) {
  .slider_content {
    width: 80%;
  }

  .slider_content h2 {
    font-size: 1.8em;
  }

  .instagram_imgs article {
    width: 31.33%
  }

  #dd h2 {
    display: none;
  }
  .instagram_imgs article:last-child {
    display: none; 
  }

  .blog-rows .blog-main .blog-inhoud h2 {
    font-size: 1.6em;
  }
  .blog-content-row .multi-img-holder.four>*,.blog-content-row .multi-img-holder.three>* {
    width: 49%;
  }
  .blog-content-row .multi-img-holder.four>*:nth-child(-n+2){
    margin-bottom: 2%;
  }
  .blog-content-row .multi-img-holder.three>*:last-child{
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .text h2, .text h1 {
    font-size: 1.8em;
    line-height: 150%;
  }

  .text div {
    font-size: 1.1em;
  }

  .instagram h2 span {
    font-size: 1.2em;
  }

  .sponsorsfooter article {
    width: 33.33%;
  }
  
  .text {
    padding: 20px 10px;
  }

  .text h2, .text h1 {
    font-size: 1.3em;
  }

  .header a {
    display: none;
  }

  .contact_info>div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
  }

  .contact_info {
    padding: 20px 10px;
  }

  .contact_info h2 {
    text-align: center;
    margin-bottom: 0;
  }

  #tickertapeholder {
    font-size: 16px !important;
  }
}


@media screen and (max-width: 750px) {
  .blog-recent .blog-item {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
  .blog-row .row-block,.blog-row.type-b .row-block {
    width: 100%;
    margin-bottom: 4.0816326530612244897959183673469%;
  }
  .row-block:not(:nth-child(2n)){
    margin-right: 0;
  }
  .blog-row.reverse .row-block:first-child {
    margin-left: 0;
  }
  .blog-row {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 680px){
  .blog-main .blog-img .h1 {
    position:static;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.4em;
  }

  .tickertape {
    height: 120px;
  }
  .realisaties article h3 {
    font-size: 1.8em;
  }
  .blokken_titel h2 {
    font-size: 1.3em;
  }
  .blokken_tekst, .blokken_content > a {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .slider_content div {
    display: none;
  }

  .slider_content h2 {
    font-size: 1.2em;
  }

  .header img {
    height: 50px;
  }
  .blog-more-nav-btn {
    display: block;
  }
  .blog-more-nav {
    display: none;
  }

  .disclaimer{
    flex-direction: column;
  }

  .disclaimer span{
    display: none;
  }

  .disclaimer a, .disclaimer p{
    margin-bottom: 5px;
  }

  .header{
    border-radius: 0 0 10px 10px;
  }
  .menu ul li a {
    font-size: 1.8em;
  }

  .contact_info h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .contact_gegevens p {
    font-size: 16px;
  }

  .contact_split div {
    justify-content: flex-start;
    align-items: flex-start;
    -ms-align-items: flex-start;
  }

  .contact_gegevens h1 {
    font-size: 1.5em;
  }

  #openingsuren-btn button, #openingsuren th, td {
    font-size: 16px;
  }

  .privcnt {
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-start;
  }

  #PL_privacy {
    margin-bottom: 15px;
  }

  .contact_form input[type=submit] {
    padding: 5px 25px;
    font-size: 15px;
  }
}

@media screen and (max-width: 550px) {
  .topper {
    padding: 50px 0;
  }

  .bannertext {
    font-size: .9em;
  }

  .bannertext h2 {
    font-size: 1.2em;
  }
  .curtain-click {
    justify-content: flex-start;
    padding-left: 15px;
  }
}

@media screen and (max-width: 500px) {
  .instagram_imgs article {
    width: 48%
  }

  .instagram_imgs {
    flex-wrap: wrap;
  }

  .instagram_imgs article:last-child {
   display: block; 
 }

 .sponsorsfooter article {
  width: 50%;
}
}

@media screen and (max-width: 450px) {
  .plenso_cookies {
    right: 10px;
  }
  .menu ul li a {
    font-size: 1.5em;
  }
}  

@media screen and (max-width: 400px){
  .row-block.extra {
    display: none;
  }
  .blog-main .blog-img .h1 {
    font-size: 1.6em;
  }

  .contact_gegevens h2 {
    font-size: 15px;
  }

  .contact_split div {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: center;
  }

  .contact_split div p {
    font-size: 15px;
    padding-left: 30px;
  }

  .contact_form input[type=text], .contact_form input[type=email], .contact_form textarea {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .privcnt {
    flex-wrap: wrap;
    height: initial !important;
    line-height: 120%;
  }

  .contact_form input[type=submit] {
    width: 100%;
    margin-top: 10px;
  }
}
@charset "UTF-8";

/* NIKS AANPASSEN IN DIT BESTAND */
.cb {clear:both}
.fl {float:left}
.fr {float:right}
.al {text-align:left}
.ar {text-align:right}
.aj {text-align:justify}
.ac {text-align:center}
.nm {margin:0px;}
.np {padding:0px;}
.nb {border:none;}
.nbl {border-left:none !important;}
.nbr {border-right:none !important;}
.nbb {border-bottom:none !important;}
.nbt {border-top:none !important;}
.nmr {margin-right:0px !important;}
.nml {margin-left:0px !important;}
.nmt {margin-top:0px !important;}
.nmb {margin-bottom:0px !important;}
.npr {padding-right:0px;}
.npl {padding-left:0px;}
.npt {padding-top:0px;}
.npb {padding-bottom:0px;}
.nbr {border-right: none;}
.nbl {border-left:none;}
.nbt {border-top:none;}
.nbb {border-bottom:none;}
.nbg {background:transparent;}
.dn {display:none;}
.dni {display:none !important;}
.db {display:block;}
.dib {display:inline-block;}
.cp {cursor: pointer;}
.cd {cursor: default;}
.pr {position: relative;}

.ui-datepicker-prev:after
{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #222;
  margin-top: 8px;
  margin-left: 9px;
  content: '';
}

.ui-datepicker-next:after
{
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #222;
  margin-top: 8px;
  margin-left: 13px;
  content: '';
}

.youtubecontainer
{
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.youtubecontainer > iframe
{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
}
.rightform
{
	visibility: hidden;
	display: none;
	position: absolute;
}

.center
{
  margin: 0 auto;
  width: 960px;
}

.c ul
{
	padding-left: 15px;
	list-style-type: disc;
	margin: 1em 0;
}

.c p
{
	margin: 1em 0;
}

.c ol
{
	padding-left: 15px;
	list-style-type: decimal;
	margin: 1em 0;
}

.c strong
{
	font-weight: bold;
}

.c em
{
	font-style: italic;
}

.c table
{
	margin: 1em 0;
}

.c td, .c th
{
	border: 1px solid #333;
	padding: 3px;
}

.c blockquote
{
	border-left: 5px solid #aaa;
	padding-left: 5px;
	font-style: italic;
	margin: 1em 0 1em 15px;
}

.four-row-grid>*
{
	width: 21.1%;
	margin-right: 5.2%;
	margin-top: 4%;
	float: left;
}

.four-row-grid>*:nth-child(4n)
{
	margin-right: 0;
}

.three-row-grid>*
{
	width: 30.5%;
	margin-right: 4.2%;
	float: left;
	margin-top: 4%;
}

.three-row-grid>*:nth-child(3n)
{
	margin-right: 0;
}

.three-row-grid>*:nth-child(3n+1)
{
	clear: left;
}


.five-col-grid>*
{
	width: 15.5%;
	margin-right: 5.625%;
	float: left;
	margin-top: 2%;
}

.five-col-grid img
{
	width: 100%;
}


.five-col-grid>*:nth-child(5n)
{
	margin-right: 0;
}

.six-col-grid>*
{
	width: 14.16%;
	margin-right: 3%;
	float: left;
	margin-top: 2%;
}

.six-col-grid img
{
	width: 100%;
}


.six-col-grid>*:nth-child(6n)
{
	margin-right: 0;
}

.seven-col-grid>*
{
	width: 11.71%;
	margin-right: 3%;
	float: left;
	margin-top: 2%;
}

.seven-col-grid>*:nth-child(7n)
{
	margin-right: 0;
}

.seven-col-grid img
{
	width: 100%;
}



.three-row-grid .cb, .four-row-grid .cb, .five-col-grid .cb, .six-col-grid .cb, .seven-col-grid .cb
{
	width: 100%;
	margin: 0;
	float: none !important;
}

.single-row-four > *
{
	width: 23%;
	margin-left: 2.5%;
	float: left;
}

.single-row-four > *:first-child
{
	margin-left: 0;
}

.single-row-four:after, .single-row-four > .cb
{
	content: '';
	clear: both;
	margin: 0;
	display: block;
	width: 100%;
}

.single-row-four > .cb
{
	display: none;
}

.single-row-three > *:first-child
{
    margin-left: 0px;
}

.single-row-three > *
{
    width: 31%;
    margin-left: 3.5%;
    float: left;
    margin-top: 2.5%;
}

.single-row-three:after
{
    display: block;
    content: '';
    clear: both;
}

.justify
{
	text-align: justify;
}

.justify:after
{
	display: inline-block;
	width: 100%;
	content: '';
}

.justify > *
{
	display: inline-block;
	vertical-align: top;
}

@media all and (max-width: 1240px) {
	.seven-col-grid>*
	{
		width: 14.16%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(6n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 1130px) {
	.six-col-grid>*
	{
		width: 15.5%;
		margin-right: 5.625%;
	}

	.six-col-grid>*:nth-child(6n)
	{
		margin-right: 5.625%;
	}

	.six-col-grid>*:nth-child(5n)
	{
		margin-right: 0;
	}

	.seven-col-grid>*
	{
		width: 15.5%;
		margin-right: 5.625%;
	}

	.seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 5.625%;
	}

	.seven-col-grid>*:nth-child(5n)
	{
		margin-right: 0;
	}

	.four-row-grid>*
	{
		width: 30.5%;
		margin-right: 4.2%;
	}

	.four-row-grid>*:nth-child(4n)
	{
		margin-right: 4.2%;
	}

	.four-row-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}

	.three-row-grid>*
	{
		width: 47.5%;
		margin-right: 0;
	}

	.three-row-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}

	.three-row-grid>*:nth-child(2n)
	{
		float: right;
	}



	.three-row-grid>*:nth-child(3n+1)
	{
		clear: none;
	}

	.three-row-grid>*:nth-child(2n+1)
	{
		clear: left;
	}

	.five-col-grid>*
	{
		width: 21.1%;
		margin-right: 5.2%;
		margin-top: 4%;
	}

	.five-col-grid>*:nth-child(5n)
	{
		margin-right: 5%;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.single-row-four > *
	{
		width: 48%;
		margin-left: 4%;
		float: left;
	}

	.single-row-four > *:nth-child(4)
	{
		margin-left: 0;
	}

	.single-row-four > .cb
	{
		display: block;
	}
}

@media all and (max-width: 930px) {
	.seven-col-grid>*
	{
		width: 23.125%;
		margin-right: 2.5%;
	}

	.seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 2.5%;
	}

	.seven-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 900px) {
	.six-col-grid>*
	{
		width: 22.5%;
		margin-right: 3.33%;
	}

	.six-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.six-col-grid>*:nth-child(5n), .six-col-grid>*:nth-child(6n)
	{
		margin-right: 3.33%;
	}

	.single-row-three > *
	{
	    float: none;
	    width: 100%;
	    max-width: 500px;
	    margin-left: auto !important;
	    margin-right: auto;
	}
}

@media all and (max-width: 790px) {

	.four-row-grid>*
	{
		width: 47.5%;
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.four-row-grid>*:nth-child(2n)
	{
		float: right;
	}

	.five-col-grid>*
	{
		width: 30.2%;
		margin-right: 4.2%;
		margin-top: 4%;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 4.2%;
	}

	.five-col-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 750px) {
	.single-row-four > *
	{
		width: 100%;
		margin-left: 0%;
	}
}

@media all and (max-width: 720px) {
	.seven-col-grid>*
	{
		width: 31%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(4n), .seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(3n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 680px) {
	.three-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}

	.six-col-grid>*
	{
		width: 30%;
		margin-right: 5%;
	}

	.six-col-grid>*:nth-child(4n), .six-col-grid>*:nth-child(5n), .six-col-grid>*:nth-child(6n)
	{
		margin-right: 5%;
	}

	.six-col-grid>*:nth-child(3n)
	{
		margin-right: 0%;
	}
}

@media all and (max-width: 560px) {
	.five-col-grid>*
	{
		width: 47.5%;
		margin-right: 0 !important;
	}

	.five-col-grid>*:nth-child(4n)
	{
		margin-right: 0;
	}

	.five-col-grid>*:nth-child(2n)
	{
		float: right;
	}
}

@media all and (max-width: 525px) {
	.seven-col-grid>*
	{
		width: 48.5%;
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(3n), .seven-col-grid>*:nth-child(4n), .seven-col-grid>*:nth-child(5n), .seven-col-grid>*:nth-child(6n), .seven-col-grid>*:nth-child(7n)
	{
		margin-right: 3%;
	}

	.seven-col-grid>*:nth-child(2n)
	{
		margin-right: 0;
	}
}

@media all and (max-width: 460px) {
	.six-col-grid>*
	{
		width: 47%;
		margin-right: 6% !important;
	}

	.six-col-grid>*:nth-child(2n)
	{
		margin-right: 0 !important;
	}
}

@media all and (max-width: 400px) {
	.four-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}

	.three-row-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}
}

@media all and (max-width: 380px) {
	.five-col-grid>*
	{
		width: 100%;
		margin-top: 35px;
	}
}

@media all and (max-width: 340px) {
	.seven-col-grid>*
	{
		width: 100%;
		margin-right: 0% !important;
	}
}