@charset "UTF-8";

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

/* Custom Plenso */

* {
	-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=number],
  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;
  }
  
  input[type=number]::-webkit-inner-spin-button, 
  input[type=number]::-webkit-outer-spin-button { 
	-webkit-appearance: none; 
	margin: 0; 
  }
  
  input[type=number] {
	-moz-appearance: textfield;
	vertical-align: middle;
  }
html,
body {
  margin:0;
  padding:0;
  height:100%;
  font-family: 'Frank Ruhl Libre', serif;
}

.center{
  margin: 0 auto;
}

main {
  background-color: #fff;
}

p{
  color: #171616;
  
}

.paddingPages{
  padding:15px;
}

#container {
  min-height:100%;
  position:relative;
 }
 
 .mainHeader {
   width: 100%;
   height: 140px;
   background-color: #012f2f;
   display: flex;
   -ms-align-items: center;
   align-items: center;
   justify-content: center;
   padding: 20px;
   
 }

 .mainHeader nav {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}

.mainHeader nav a {
  padding-right:56px;
  height: 100%;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  color: #a57b51;
  font-size:1.2rem;
  letter-spacing: 1px;
  text-transform: uppercase;

}

.mainHeader nav .active span {
  background-image: url("/images/KleinlogoBruin.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 29px;
  line-height: 98px;
  
}

.specialLink {
  padding-top: 0 !important;
  /* height: 130% !important; */
  z-index: 100;
  border: none !important;
}

.logoRes {
  height: 100%;
  display: none;
}

.logo {
  height: 100%;
  padding:10px;
}

nav a:last-child{
  padding-right:0;
}
.oplossing_ov {
  width: 56%;
}
.oplossing_ov img {
  width: 100%;
}
.menubtn {
  width: 30px;
  height: 30px;
  background-image: url(/images/menubtn4.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  display: none;
}

.clickdown {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 164px;
  color: #a57b51;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 18px;
  z-index: 2;
  cursor: pointer;
}
.mobileOnly{
  display:none;
}
.mobileOnly img{
  max-width:100%;
}
.logoPart2Mobile {
  position: absolute;
  top: 44%;
}
.logoMobileOnly{
  position: absolute;
  top: 14%;
}

.clickdown i {
  color: #a57b51;
  margin-bottom: 5px;
  font-size: 30px;
  -webkit-animation: scrollBtn 1.5s infinite;
  -moz-animation: scrollBtn 1.5s infinite;
  -o-animation: scrollBtn 1.5s infinite;
  animation: scrollBtn 1.5s infinite;
}

@-webkit-keyframes scrollBtn {
  0% {
    margin-bottom: 10px;
  }
  50% {
    margin-bottom: 15px;
  }
  100% {
    margin-bottom: 10px;
  }
}


.resnav {
  position: fixed;
  height: 100vh;
  background-color: #012f2f;
  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;
}

.resnav a {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  text-transform: uppercase;
  font-weight: 700;
  color: #a57b51;
  padding: 20px 0;
  padding-left: 20px;
  letter-spacing: 2px;
  border-left: 5px solid #012f2f;
}

.resnav a img {
  width: 20px;
  margin-left: 10px;
  margin-right: 10px;
  opacity: 0;
}

.resnav a:hover {
  border-left: 5px solid #a57b51;
}

.resnav .active {
  border-left: 5px solid #a57b51;
}
.closebtn {
  position: absolute;
  left: 24px;
  top: 37px;
  width: 30px;
  cursor: pointer;
  color:#a57b51;
  
}

.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;
  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-image: url(/images/pattern.png); */
}

.reslogo {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 105px;

}
.borderOnderHeader{
  position: absolute;
  top: 11px;
  background: linear-gradient( to right, #012f2f 0, #012f2f 20%, #29b248 20%, #29b248 40%, #fff 40%, #fff 60%, #cb2229 60%, #cb2229 80%, #012f2f 80%, #012f2f 100% ) bottom no-repeat;
    background-size: auto;
  background-size: auto;
  background-size: 100% 4px, 100% 4px;
  height: 4px;
  width: 100%;
}

/* Curtaindrop */
/* INSTAGRAM START */
.band .between-titel h3 {
  background-color:#f8eaf2;
}
.band .between-titel h3 {
  background-color:#ffddd5;;
  color: #000;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 2em;
}
.band {
  background-color: #d2bda8;

  margin: 0 auto;
  padding-bottom: 96px;

}
#volgInsta{
  text-align: center;
  font-size: 2rem;
  padding: 32px;
  color: #000;
}
#hestagsWords{
  text-align: center;
  padding: 50px;
  font-size: 2rem;
  color: #000;
  max-width: 1000px;
margin: 0 auto;
}
.instagram_feed {   
  width: 100%;   
  max-width: 1600px;   
  margin: 0 auto;   
  display: flex;   
  justify-content: space-between;   
  -ms-align-items: center;   
  align-items: center;   
  flex-wrap: wrap;   
} 

.instagram_feed .instagram_post {   
  width: 24%;
  margin: 0 .5%;
  position: relative;
  height: 350px;
  background-size: cover;

} 

.videoInstagram{
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

.instagram_feed .instagram_post img {   
  width: 100%; 
} 

.instagram_feed .instagram_post video {   
  width: 100%;
} 

.instagram_feed .instagram_post .overlay {   
  position: absolute;   
  left: 0;   
  right: 0;   
  bottom: 0;   
  top: 0;   
  z-index: 1;   
  background-color: rgba(0,0,0,.5);   
  opacity: 0;   
  display: flex;   
  justify-content: center;   
  -ms-align-items: center;   
  align-items: center;   
  color: white;   
  font-size: 3em;   
  transition: all .3s; 
} 

.instagram_feed .instagram_post:hover .overlay {   
  opacity: 1; 
}

.insta-logo-only {
  display: none;
}

/* INSTAGRAM EINDE*/

.curtain-click {
  color: #a57b51;
  font-family: 'Playfair Display';
  background: linear-gradient(90deg, #a57b51, #a57b51, #a57b51);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
  background-size: 80%;
  animation: shine 3s linear infinite;
  position: relative;
}

@keyframes shine {
  0% {
    background-position-x: -500%;
  }
  100% {
    background-position-x: 500%;
  }
}


.curtain-click.icon {
  display: none;
}

.curtain-click.title {
  padding: 10px 30px;
  margin-right: 30px;
  width: fit-content;

  border-radius: 4px;
  position: absolute;
  right: 0px;
  color: #a57b51;
  cursor:pointer;
}

.buttonAfhaalmenu{
  position: absolute;
  bottom: -27px;
  padding: 10px 14px;
  background-color: #012f2f;
  color: #a57b51;
  right: 22px;

  font-weight: 800;
  font-size: 1.2rem;
  border: 4px solid #a57b51;
  border-radius: 38px;
  transition-duration: 0.6s;

}

.oplossing p {
  padding-right: 24%;
}

.buttonAfhaalmenu:hover{
  font-size: 1.65rem;
}

.curtain-click.title span {
  color: #003361;
}

.curtaindrop {
  width: 100%;
  z-index: 100;
  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 .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.678);
  opacity: 0.8;
}

.curtaindrop>div {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  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: 90%;
  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%);
  text-align: center;
}

.curtaindrop .button {
  display: inline-block;
  padding: 10px 30px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 4px;
  font-size: 20px;
  color: #fff;
  border: 1px solid #fff;
  transition: all 0.8s ease;
  margin-top: 30px;
}

.curtaindrop .button:hover {
  background-color: #fff;
  color: #003361;
}

.curtaindrop p {
  font-size: 1.4em;
  line-height: 1.6em;
}

.curtaindrop img {
  max-width: 1000px;
  width: 96%;
}

.curtaindrop h2 {
  font-weight: 900;
  font-size: 3em;
  margin: 0;
  margin-bottom: 15px;
  text-align: center;
}

.curtaindrop .line {
  background-color: white;
  width: 50px;
  height: 2px;
  margin: 20px auto;
}

.curtaindrop>span {
  position: absolute;
  left: -123px;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-right: 18px solid transparent;
  border-top: 34px solid #b0d49b;
  border-left: 18px solid transparent;
}

.curtaindrop>span>i {
  font-style: normal;
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #b0d49b;
  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: 40px;
  cursor: pointer;
  color: #fff;
  z-index: 100000000;
}


/* Einde Curtaindrop */

/* Home Slider start */
.slick-prev, .slick-next {
  z-index: 3;
  background-color: #012f2f;
  border-radius: 200px;
  background-size: 50%;
  background-repeat: no-repeat;
  top: 55%;
}

.fullscreen_slider .slick-prev, .fullscreen_slider .slick-next {
	position: absolute;
	left: 10px;
	border: none;
	background-color: #012f2f;
	color: #a57b51;
	z-index: 5;
	top: 50%;
	transform: translateY(-50%);
	-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);
	width: 40px;
	height: 40px;
}

.fullscreen_slider  .slick-next {
	left: initial;
	right: 10px;
}
.fullscreen_slider {
  position: relative;
  margin: 0 auto;
  border-radius: 10px;
}

.fullscreen_slider .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  bottom: -29px;
  left: 0;
  right: 0;
}
.withlove i {
  animation: heartbeat 1.2s infinite;
}

@keyframes heartbeat {
  0% {
      transform: scale(.75);
  }

  20% {
      transform: scale(1);
  }

  40% {
      transform: scale(.75);
  }

  60% {
      transform: scale(1);
  }

  80% {
      transform: scale(.75);
  }

  100% {
      transform: scale(.75);
  }
}
.fullscreen_slider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 200px;
  margin: 0 3px;
  cursor: pointer;
  background-color: #a57b51;
}

.fullscreen_slider .slick-dots li button {
  display: none;
}

.fullscreen_slider .slick-dots .slick-active {
  background-color: #012f2f;
}

.fullscreen_slider .slick-prev {
  right: 55px;
}

.fullscreen_slider .images {
  position: relative;
  z-index: -1;
}

.fullscreen_slider .images img {
  width: 100%;
  object-fit: cover;
}

.fullscreen_slider .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  color: #a57b51;
}

.fullscreen_slider .content h2 {
  width: 100%;
  max-width: 500px;
  font-size: 4em;
  font-weight: 900;
  color: #012f2f;
  margin-bottom: 25px;
  z-index: 2;
  position: relative;
}


.fullscreen_slider .content .subtitle {
  font-size: 1.5rem;
  margin-bottom: 20px;
  text-shadow: 0px 0px 5px #5e5e5e;
}

.fullscreen_slider .content .cta {
  display: inline-block;
}

.fullscreen_slider .content .cta a {
  font-weight: 400;
  color: #a57b51;
  background-color: #012f2f;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 2px;
  border: none;
  border-radius: 5px;
  padding: 10px 30px;

  z-index: 2;
  position: relative;
}



.fullscreen_slider .content .cta a span {
  font-size: 1.2rem;
  margin-right: 0.65rem;
}

.fullscreen_slider .content .cta a i {
  font-size: 1.2rem;
}

/* Home Slider einde */

#ttcontainer
{
  height: 150px;
  position: relative;
  background-color: #fcfbdd;
  overflow:hidden;
  margin-top:5%;
}

.home_fotobanner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: block;
  padding: 65px 20px;
}

.home_fotobanner .home_troeven_titel {
  width: 100%;
}
.fotobanner_titel {
  font-size: 3em;
  font-weight: 700;
  color: #E9E9E9;
  line-height: 130%;
  text-align: center;
}

.fotobanner_titel strong {
  font-weight: 700;
  color: #a57b51;
}

.fotobanner_titel ins {
  color: #969696;
  font-size: 700;
  text-decoration: underline;
}

/* FOOTER */
#imageFooter{
  display:none;
  width: 69px;
  margin-top: 5%;
}
footer {
  background-color: #fff;
  padding: 0;
}

.footer_split {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  border-top: 1px solid #e1dada;
  border-bottom: 1px solid #e1dada;

}

.footer_split>div:first-child  {
  width: 60%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.videofooter {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.videofooter video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.colorGreenFooter{
  transform: skewX(-20deg) translateX(55%);
  position: absolute;
  background-color: #012f2f ;
  right: 0;
  top: 0;
  bottom: 0;
  width: 180px;

}
.colorRedFooter{
  transform: skewX(-20deg);
  position: absolute;
  background-color: #cb2229 ;
  right: 0;
  top: 0;
  bottom: 0;
  width: 120px;

}

.colorRed{
  position: absolute;
  background-color: #cb2229 ;
  right: 0;
  top: 0;
  bottom: 0;
  width:60px;
}

.footerElements {
  width: 40%;
  max-width: 1500px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 100px 10px;
    padding-left: 10px;
  background-color: #012f2f;
  z-index: 5;
  padding-left: 5%;

}

#rechterblokFooter{
  display:flex;
  flex-direction:column;
  margin-left: 47px;
}

.footer_split div h2 {
  font-weight: 700;
  font-size: 1.5em;
  letter-spacing: 1px;
  color: #012f2f;
  margin-bottom: 15px;
}

.footer_div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin: 0 50px;
  line-height: 150%;
  font-size: 1.1em;
  position: relative;
  z-index: 2;
  font-weight: 700;
  color: #a57b51;
  margin-left:20px;
}

.iconFooter{
  color: #a57b51;
  padding-top: 5px;
  font-size: 16px;
  padding-bottom: 10px;
}

.footer_div a, .footer_div p {
  color: #a57b51;
  padding-bottom: 4px;
}

.tableContact a {
  color:#a57b51;
}

/* COOKIE MELDING NEW */

#PLCookie {
	position: fixed;
	left: 10px;
	bottom: 10px;
	margin-right: 10px;
	background-color: white;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	z-index: 100;
	padding: 25px;
	transition: all .8s;
	-webkit-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
	-moz-box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
	box-shadow: 0px 2px 22px 0px rgba(61,61,61,0.41);
}

#PLCookie h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	color: #353535;
	font-size: 1.6em;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 30px;
}

#PLCookie p {
	max-width: 500px;
	font-family: 'Montserrat', sans-serif;
	color: #979797;
	margin-bottom: 20px;
	text-align: justify;
	line-height: 150%;
	font-size: 1.1em;
}

.PL_Buttons {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.PL_Buttons a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	padding: 15px;
	background-color: #26874E;
	border: 1px solid #26874E;
	color: #fefefe;
	width: 48%;
	cursor: pointer;
	text-align: center;
	transition: all .3s;
	margin: 5px;
	font-size: 1.3em;
}

.PL_Buttons a:hover {
	background-color: transparent;
	color: #26874E;
	border: 1px solid #26874E;
}

/* NEW COOKIE END */

.gdpr_banner {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 4px 0;

}
.gdpr_banner{
  font-weight: 600;
}
.gdpr_banner a {
  font-size: 0.85em;
  color: #012f2f;
}


.gdpr_banner span {
  margin: 0 15px;
  color: #012f2f;
}

.gdpr_banner p {
  margin: 0 15px;
  color: #012f2f;
}



.siteby {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
  text-transform: uppercase;
  background-color: #eaeaea;
}

.siteby a {
  letter-spacing: 1px;
  color: #afafaf;
}

/* EINDE FOOTER */





.sigholder {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sigholder p {
  color: #000;
  font-size: 14px;
  margin-bottom: 30px;
}

.signature {
  width: 400px;
  opacity: .8;
  margin-top: 30px;
  margin-bottom: 0;
}

.sigholder div {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}

.sigholder a {
  color: #a57b51;
  font-size: 18px;
  line-height: 130%;
  text-align: right;
}




.socials a {
  background-color: #a57b51;
  color: #000 !important;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}

.socials div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.siteby {
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #a57b51;
  font-size: 15px;
  position: relative;
  z-index: 2;
}

.siteby > p {
  margin-bottom: 15px;
}

.siteby>div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1600px;
  margin: 0 auto;
  padding: 8px 10px;
  color: #a57b51;
}

.siteby span {
  margin: 0 10px;
}

.siteby a {
  color: #a57b51;
  font-size: 15px;
}

.siteby .pulse {
  animation: pulse 4s infinite;
}


@keyframes pulse {
  0% {
    color: #a57b51;
  }

  5% {
    color: #656565;
  }
  10% {
    color: #a57b51;
  }
  20% {
    color: #656565;
  }
  25% {
    color: #a57b51;
  }

  50% {
    color: #a57b51;
  }

  100% {
    color: #a57b51;
  }
}

.betaalwijzes {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.betaalwijzes img {
  width: 25px;
  margin: 0 5px;
  opacity: .6;
}

.uptop {
  position: fixed;
  z-index: 10;
  color: #000 !important;
  border: 1px solid #000;
  right: -100px;
  bottom: 80px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7fc;
  transition: all 0s;
  overflow: hidden;
  border-radius: 40px;
}

.uptop div {
  width: 101%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #a57b51;
  transition: all 0s;
}

.uptop i {
  z-index: 2;
  -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);
}

/*======== Einde Navigatie ========*/

/* Page Header */

.team-banner {
  margin: auto;
  text-align: center;
  max-width: 1600px;
  width: 100%;
  height: 720px;
}

.team-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.page_header {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  margin-bottom:3%;
  margin-top:65px;

}
.page_header>h2 {
  color: #012f2f;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 6px;
  font-weight: 400;
  font-size: 1.1em;
}

.page_header>h1 {
  color: #012f2f;
  font-weight: 700;
  font-size: 45px;
  text-align: center;
  max-width: 79%;
  margin-bottom: 20px;
  padding-top:10px;
}

#imageHeaderBlok{
  width: 101px;
  padding-bottom: 31px;
  padding-top: 5px;
}

.page_header > h1 > p > strong{
  position: relative;
  z-index: 1;
}

.page_header > h1 > p > strong > span {
  position: absolute;
  height: 45%;
  width: 98%;
  left: -2%;
  top: 32%;
  background-color: #47ffff;
  z-index: -1 !important;
}


.page_header_tekst {
  line-height: 130%;
  font-size: 1.2em;
  color: #444;
  width: 100%;
  text-align: center;
  font-weight: 300;
}

.page_header_tekst a {
  color: #DBB957;
}

/* Einde Page Header */

.oplossingen {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 8%;
}

.oplossingen_floating {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 200px;
  transform: translateX(-50%);
}

.oplossingen_floating h2 {
  font-size: 180px;
  color: #f0f0f0;
  font-weight: 700;
  transform: rotate(-90deg);
}

.oplossingen_sublink {
  position: absolute;
  left: 30%;
  bottom: 50px;
  z-index: 5;
}
.oplossingen_sublink a {
  padding-right: 20px;
  border-right: 2px solid #A68A54;
  color: #A68A54;
  font-size: 35px;
}

.oplossing_det {
  width: 42%;
}

.oplossing_det>div {
  width: 100%;
  margin: 0 auto;
}

.oplossing_det>div h2 {
  font-size: 30px;
  color: #012f2f;
  line-height: 150%;
  margin-bottom: 30px;
  font-family: 'Playfair Display', serif;
}

.oplossing_det>div>div {
  font-weight: 300;
  font-size: 19px;
  line-height: 150%;
  color: #404040;
  margin-bottom: 10px;
}

.oplossing_det>div>a {
  
  border: 1px solid #012f2f;
  display: inline-block;
  color: #012f2f;
  padding: 10px 18px;
  margin-top: 30px;
  font-size: 20px;
  transition: all .3s;
  font-family: 'Playfair Display', serif;
  position: relative;
}
.oplossing_det>div>a:after 
{
  content: '';
  position: absolute;
  left: 0;
  background-color: #012f2f;
  top: 0;
  width: 0;
  height: 100%;
  min-height: 100%;
  transition: width .5s;
  -webkit-transition: width .5s;
}

.oplossing_det>div>a:hover:after
{
  width: 100%;
}

.oplossing_det>div>a:hover span
{
 
  z-index: 3;
  color: #a57b51;
  z-index: 54;
  position: relative;

}

/* .oplossing_det>div>a:hover {
  background-color: #fff;
  color: #000;
} */

/* Blokken */

.blokken {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  max-width: 1600px;
  padding: 10px;
  margin: 0 auto;
  width: 100%;
  padding-bottom:0;
  margin-bottom: 101px;
}

.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: #012f2f;
  line-height: 130%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 2.5em;
}

.blokken_tekst {
  line-height: 130%;

  max-width: 850px;
  color: #444;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.blokken_tekst p>a {
  color: #DBB957;
}

.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 */
/* Tekst Blokken */

.tekst_blokken {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1550px;
  margin: 30px auto;
}

.tekst_blokken article {
  width: 45%;
  margin: 25px 0;
}

.tekst_blokken article h2 {
  width: 100%;
  text-align: left;
  font-size: 1.8em;
  color: #565656;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.tekst_blokken article div {
  line-height: 130%;
  
  max-width: 850px;
  color: rgb(110, 110, 110);
  font-size: 1.4em;
  margin-bottom: 20px;
}

.tekst_blokken strong,
.tekst_blokken b {
  font-weight: bold;
}

.poppingLogoIcon{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1550px;
  justify-content: center;
  margin: 0 auto;
  height: 180px;
  align-items: center;
  

}

.poppingLogoIcon img{
  width: 56px;
}

/* Einde Tekst Blokken */
/* KAART START */

.tarieven {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.tarieven_cat {
  width: 48%;
  margin: 1%;
  padding: 20px 40px;
}

.tarieven_cat h2 {
  color: #012f2f;
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 15px;
}

.kaartGerechten{
  padding: 40px !important;
	background-color: #f6f1ed;
}
.heightIframe{
  height: 767px;
}
.tarieven_cat h3 {
  color: #012f2f;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 20px;
}

.tarieven_cat div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  padding: 10px 0;
  padding-bottom:3px;
}

.tarieven_cat div p {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  font-weight: 400;
  font-size: 18px;
  text-transform: lowercase;
  display:block;
  font-size: 1.1rem;
  color: #393939;
}
.tarieven_cat div p::first-letter {
text-transform: uppercase!important;
  
}
.tarieven_cat div span:first-of-type{
  text-transform: lowercase;
}
.tarieven_cat div span:first-of-type::first-letter{
  text-transform: uppercase!important;
}

.tarieven_cat div span:first-of-type {
  font-weight: 700;
  margin-bottom: 3px;
  font-weight: 400;
  font-size: 1.1rem;
  color: #393939;

}

.tarieven_cat div span {
  white-space: nowrap; 
}

.tarieven_cat article div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-left: 1px solid #e5e5e5;
}

.rozekader {
  padding: 40px !important;
  background-color: #f6f6f6;
}

.kaart_links {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.kaart_links article {
  padding: 15px 30px;
  background-color: #f6f1ed;
  font-weight: 200;
  font-size: 18px;
  margin: 10px;
  cursor: pointer;
  border-radius: 100px;
  color:#012f2f;
}

.kaart_links article:hover {
  background-color: #012f2f;
  color: white;
}

.tarieven_cat article div p {
  width: calc(100% - 30px);
}

.tarieven_cat article div hr {
  width: 20px;
  height: 1px;
  border: none;
  margin-right: 10px;
  border-top: 1px solid #e5e5e5;
}

/* KAART STOP */
/* GDPR START*/
#content-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin: auto;
  margin-top: 6em;
  font-size: 1.2rem;
}

#content-container h2 {
  color: #012f2f;
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
}

#content-container h3 {
  background: #012f2f;
  color: #fff;
  font-size: 1.1em;
  padding: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 20px;

  border: none;
  background-color:#012f2f;
  margin-bottom: 1%;
  line-height: 130%;
  color: #fff;
}

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

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  width: 100%;
}

#content-container a {
  color: #012f2f;
  font-weight: 700;
}

#gdpr-wrapper {
  min-height: 100%;
  position: relative;
}

#content-container thead {
  background-color: #012f2f;
  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;
}
/* GDPR EINDE */

/* MENU START */

.menu {
  width: 100%;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 10px;
}

.menu > div {
  width: 32.33%;
  padding: 45px 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  background-color: #f6f1ed;
  position: relative;

}

.menu > div h2 {

  font-size: 30px;
  color: #012f2f;
  margin-bottom: 20px;
}

.menu > div .prijs {
  font-size: 20px;
  margin-bottom: 30px;
}

.menu > div p {
  text-align: center;
  font-size: 20px;
  font-weight: 200;
  line-height: 150%;

}

.menu > div p em {
  font-style: italic;
}

.menu > div img {
  width: 60px;
  margin: 25px 0;
}
.menu h1 {
  font-size: 25px;
  font-weight: 700;
  color: #000035;
  margin-bottom: 20px;
  width: 100%;
}
/* MENU EINDE*/


/* FAC PAGE START */
.titleFaq{
  padding-right: 4%;
  line-height: 130%;
  font-size:1.3rem;
}

#buttonNieuwsBriefFaq{
  width:100%;
   text-align:center;
   display:flex;
   justify-content: center;
}

.faq_page {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.faqPadding {
  padding: 30px;
}


#faqDiv1{
  width:50%;
  margin:0 auto;
}
#faqDiv2{
  width: 35%;
  
  display:flex;
  flex-direction: column;
}
#faqDiv3{
  height: 427px;
  background-color: #ee3c32;
  margin-bottom:5%;
}
#faqDiv3 p {
  text-align: center;
  line-height: 130%;
  font-size: 2rem;
  color: #fff;
}
#tekstOnderFaq3{
  font-size: 19px;
}

.faq_page aside {
  width: 400px;
  margin-left: 50px;
}

.faqButtons a {
  background-color: #000;
  color: #fff;
  display: block;
  padding: 15px 30px;
  text-align: center;
  border-radius: 4px;
  font-size: 18px;
  margin-bottom: 1em;
  transition: all 0.6s;
}


.faqButtons a:hover {
  background-color: #ee3c32;
  color: black;
}

.faq_page {
  padding: 32px 0;
  padding-bottom: 0;
  display:flex;
  flex-direction: row;
}

#faqTitle {
  font-weight: bold;
  font-size: 2.5rem;
  margin-top: 3%;
  margin-bottom: 3%;
}

.faq_page h1 {
  font-size: 30px;
  font-weight: 700;
  color: #ee3c32;
}


#faq .faqItem {
  margin-bottom: 18px;
}
.paddingTextFaq{
  padding: 0px 2.9% 0px 2.9%;
}
#faq .faqItem h2 {
  color: #252525;
  padding:9px;
  text-align: left;
  font-size: 18px;
  transition: all .3s;
  border-radius: 4px;
  border: 1px solid #012f2f;
}

#faq .faqItem h2.active {

  border: none;
  background: linear-gradient( 109deg, #012f2f 0%, #012f2f 50%, #012f2f 50%, #a57b51 100% );
  margin-bottom: 1%;
  line-height: 130%;
  color: #fff;
}

#faq .faqItem>div > h2{
  padding-left: 20px;
  font-size: 18px;
  margin-bottom:2%;
  line-height: 130%;
}

#faq .faqItem>div p {
line-height: 130%;
font-size: 1.2em;
color: #000;
width: 100%;
}
/* FAC PAGE EINDE*/
/* Contact Pagina */

.contact_image {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.contact_image img {
  width: 100%;
}

.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;
  background-color: #fff;
  padding: 85px 10px 0 10px;
}

.contact_info {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 21px 30px;
  width: 100%;
  z-index: 1;
  position: relative;
  align-items: center;
}

.contact_info p {
  font-size: 20px;

  color: #252525;
}
#contactTitels{
  display:flex;
  justify-content: center;
  padding-bottom:4%;
}

.contact_gegevens {
  width: 35%;
}

.contact_gegevens h1 {
  font-weight: 900;
  color: #012f2f;
  margin-bottom: 20px;
  font-size: 2em;
}

.contact_gegevens h2 {
  font-size: 18px;

  color: #353535;
  line-height: 130%;
  font-weight:400;
}

.contact_split {
  margin-top: 60px;
  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: #a57b51;
  font-size: 25px;
  line-height: 130%;
  padding-bottom:17px;
}


.contact_info div h2{
  width:100%;
  padding:7px;
}
.btwPaddingWeg{
  padding-bottom:0!important;
}
.contact_switch a{
  color:#a57b51;
}
.contact_split div {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color:#012f2f;

}

.contact_split div p {
  padding: 10px;
  padding-left: 50px;
  position: relative;
  color: #a57b51;
}

.contact_split div p a {
  color: #a57b51;
}

.contact_split div p i {
  position: absolute;
  left: 0;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  color: #a57b51;
  transform: translateY(-50%);
}

.contact_split img {
  width: 82px;
  border-radius: 200px;
  padding-bottom: 8px;
}

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

  color: #353535;
  display: inline-block;
  margin-bottom: 5px;
}

.contact_form input[type=text],
.contact_form input[type=email] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #012f2f;
  padding: 8px 0px;
  color: #012f2f;
  font-size: 18px;

  margin-bottom: 40px;

}

.contact_form input[type=text]::placeholder,
.contact_form input[type=email]::placeholder {
  color: #012f2f;
}

.contact_form select {
  width: 100%;
  border: none;
  border-bottom: 1px solid #012f2f;
  padding: 8px 0;
  color: #012f2f;
  font-size: 18px;

  margin-bottom: 40px;

  background-color: unset;
}


.contact_form select:focus {
  font-weight: 400;
}

.contact_form input[type=text]:focus,
.contact_form input[type=email]:focus {
  border-bottom: 2px solid #012f2f;
  font-weight: 400;
}

.contact_form textarea {
  border: none;
  width: 100%;
  border-bottom: 1px solid #012f2f;
  border-radius: 0px;
  padding: 10px 0px;
  color: #012f2f;
  ;
  margin-bottom: 20px;

  font-size: 18px;

  height: 100px;
}

.contact_form textarea::placeholder {
  color: #012f2f;
}

.contact_form textarea:focus {
  border-bottom: 2px solid #012f2f;
  font-weight: 400;
}

.contact_form input[type=submit] {
  border-radius: 4px;
  padding: 10px 40px;
  background: transparent;
  border: 2px solid #012f2f;

  color: #012f2f;
  font-size: 1.2em;


  transition: all .3s;
}

.contact_form input[type=submit]:hover {
  background-color: #012f2f;
  color: #012f2f;
}

.contact_form input[type=submit]:disabled {
  background: transparent;
  color: #012f2f;
  opacity: 0.3;
}

.contact_formulier #NaamInput {
  width: 100%;
}

.contact_formulier #EmailInput {
  width: 100%;
}
.tableContact tr td:first-child{
  width: 49px;
}
.tableContact tr td{
  color: #a57b51;
  font-size: 20px;
font-weight: 200;
padding-bottom:4px;
}
#dasmap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  height: 600px;
  position: relative;
  z-index: 0;
  margin-top: -122px;
}
.come-in {
  transform: translateY(150px);
  opacity: 0;
  animation: come-in 0.8s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 2s; /*======= So they look staggered =======*/
}

#openingsuren-btn {
  width: 100%;
  text-align: left;
}

#openingsuren-btn button {
  background-color: transparent;
  border: none;
  margin-top: 15px;
  padding: 0;
  color: #012f2f;
  border-bottom: 1px solid #012f2f;
  font-size: 20px;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  cursor: pointer;
}

#openingsuren {
  margin-top: 15px;
  position: relative;
}

#openingsuren table,
th,
td {
  border-collapse: collapse;
}

#openingsuren {
  border: 2px solid #efefef;
  border-radius: 4px;
  width: 100%;
  padding: 20px;
  position: relative;
}

#openingsuren p {
  font-weight: 200;
  font-style: italic;
  margin-top: 30px;
}

#openingsuren .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #012f2f;
  font-size: 20px;
  cursor: pointer;
  z-index: 100;
}

#openingsuren th,
td {
  padding: 10px;
  font-weight: 200;
  font-size: 18px;
  color: #4C4C4C;
}


@keyframes come-in {
  to { transform: translateY(0);opacity: 1; }
}
@media screen and (max-width:1650px) {
  .footer_split>div:first-child article, .colorRed,.colorRedFooter {
    display: none;
  }

  .footerElements {
    justify-content: flex-start;
  }

  .footer_div {
    margin-bottom: 30px;
  }
  
}
@media screen and (max-width:1500px) {
  .footerElements {
    flex-direction: column;
    padding-left: 0;
  }

}
@media screen and (max-width:1400px) {
  .footer_split{
    border-top:0;
  }
  
}
@media sreen and (max-width:1300px){
  .oplossingen {
    flex-wrap: wrap;
  }
  .oplossingen_floating {
    left: initial;
    right: 0;
    transform: none;
    width: 100%;
    height: 1px;
  }

  .oplossingen_floating h2 {
    position: absolute;
    right: -134px;
    line-height: 100%;
  }

  .oplossing_det {
    width: 100%;
  }

  
  .oplossing_det {
    padding: 20px 10px;
  }

  .oplossing_det>div {
    max-width: 100%;
  }

  .oplossing_det>div h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .oplossing_det>div>div {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .oplossing_det>div>a {
    margin-top: 10px;
    font-size: 18px;
  }

  .oplossingen_sublink {
    display: none;
  }
}



@media screen and (min-width: 800px) {

  .come-in-left {
    transform: translateX(-300px);
    opacity: 0;
    animation: come-in-left 0.8s ease forwards;
  }
  .come-in-left:nth-child(odd) {
    animation-duration: 2s; /*======= So they look staggered =======*/
  }
}
@keyframes come-in-left {
  to { transform: translateX(0);opacity: 1; }
}

@media screen and (max-width: 1200px) {
  .contact_split div {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}
  .contact_pagina {
    padding: 25px 10px;
}
.oplossingen{
  flex-direction: column;
}
.oplossing_det{
  width:100%;
}
.oplossing_ov{
  width:100%;
}
#dasmap{
  margin-top:4%;
}
.contact_gegevens h2 {

  line-height: 22px;
}

.curtain-click.title {
  margin-right: 0;
}
  .menu > div {
    width: 100%;
    padding: 25px;
    margin-bottom: 5%;
  }
  #contactTitels{
    padding-bottom:1%;
  }

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

.contact_gegevens>div {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
}
.contact_gegevens>div a {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

}
/* Einde Contact Pagina */
@media screen and (max-width:1150px) {
  #openingsuren-btn {
    text-align: center;
    margin-left: 50%;
    transform: translateX(-50%);
} 
}
@media screen and (max-width: 1100px) {



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

  #faqDiv1{
    width:60%;
  }


  
}
@media screen and (max-width: 1160px) {


  .kaart_links article {
    padding: 10px 20px;
    font-size: 15px;
    margin: 5px;
  }
  .tarieven_cat {
    width: 98%;
  }

}


@media screen and (max-width: 1050px) {

  .mainHeader {
    height: 80px;
    justify-content: space-between;
  }

  .mainHeader nav {
    display: none;
  }
  .logoRes, .menubtn {
    display: block;
  }

  .curtaindrop h2 {
    font-size: 2.5em;
}

}
@media screen and (max-width:1000px) {
  div.instagram_post:nth-child(3){
    display:none;
}
.instagram_feed .instagram_post{
    width: 32%;
}
.fotobanner_titel {
  font-size: 2em;
}
 
}

@media screen and (max-width:950px) {
  .page_header>h1 {
    font-size: 30px;
  }
  .page_header>h2 {
    font-size: 14px!important;
    line-height: 18px!important;
    padding-bottom: 5px;
}
.footer_split>div:first-child, .footerElements {
  width: 50%;
}
  
}

@media screen and (max-width: 850px) {

  .page_header_tekst {
    font-size: 16px;
}
  .blokken article>img {
    width: 100%;
}

.blokken_content {
    width: 100%;
    padding: 0;
}

.blokken article {
    padding-bottom: 30px;
}
.curtain-click.title {
  font-size: 16px !important;
  padding: 7px 25px;
}

.blokken article:nth-child(odd) img {
    order: 1;
}
.instagram_feed .instagram_post{
  width:48%;
  margin-bottom:3%;
}
div.instagram_post:nth-child(4){
  display:none;
}


.blokken article > img{
  margin-bottom:3%;
}
.blokken article > img{
  margin-bottom:3%;
}
}



@media screen and (max-width: 800px) {




  .tekst_blokken article {
    width: 100%;
    margin: 20px 0;
}

.tekst_blokken article div {
  text-align: center;
}

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


}

@media screen and (max-width: 750px) {

#imageFooter{
  display:block;
}
  .fullscreen_slider .content {
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
  }
  #rechterblokFooter{
    margin-left:0;
  }
  .fullscreen_slider .content h2 {
      margin: 0 auto 25px auto;
      font-size: 3em;
  }
  .iconFooter{
    display:none!important;
  }
  .fullscreen_slider .content .cta a {
      padding: 10px 15px;
  }

  .fullscreen_slider .images img {
      height: 50vh;
  }
  .tarieven_cat {
    padding: 10px;
  }

  .rozekader {
    padding: 20px !important;
  }

  .tarieven_cat h2 {
    font-size: 20px;
  }

  .tarieven_cat p {
    font-size: 17px;
  }
  .footer_split>div:first-child {
    display: none;
  }

  .footerElements {
    width: 100%;
    padding: 20px 10px;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .footer_div {
    width: 100%;
    margin: 20px 0;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

}
@media screen and (max-width:650px) {
  .gdpr_banner a {
    font-size: .8em;
  }

  .gdpr_banner {
    flex-wrap: wrap;
    line-height: 150%;
  }

  .gdpr_banner a {
    margin: 0 10px;
  }

  .gdpr_banner span {
    display: none;
  }
  
}
@media screen and(max-width:600px) {
  .curtain-click.title {
    display: none;
}
.curtain-click.icon {
    display: block;
    font-size: 23px;
    margin-right: 5px;
    color: #003361;
}
.fotobanner_titel {
  text-align: center;
  font-size: 1.5em;
}
#openingsuren-btn button,
#openingsuren th,
td {
    font-size: 16px;
}
.home_fotobanner {
  padding: 60px 10px
}
.page_header_tekst {
  font-size: 1.2em;
}
.page_header>h1 {
  font-size: 30px;
}
.curtaindrop>div>div:last-child {
    width: 95%;
}
.curtaindrop h2 {
    font-size: 1.5em;
}
.curtaindrop .c {
    font-weight: 200;
}
.curtaindrop .button {
    font-size: 15px;
    padding: 10px 25px;
}
}
@media screen and (max-width: 600px) {

  .menu > div {
    padding: 25px 10px;
  }

  .menu > div h2 {
    font-size: 22px;
  }

  .menu > div p {
    font-size: 18px;
  }
  .buttonAfhaalmenu{
    transform: translate(-50%, -50%);
    left: 50%;
    right: 0;
    width: fit-content;
    bottom: -46px;
  }
  .fullscreen_slider .slick-dots{
    bottom: -40px;
  }
}

@media screen and (max-width:550px) {
  div.instagram_post:nth-child(3){
    display:none;
}
div.instagram_post:nth-child(1){
    display:none;
}
.instagram_feed .instagram_post{
    width:100%;
    margin-bottom:3%;
    height: 400px;
}
  
}

@media screen and (max-width: 500px) {

  .blokken{
    margin-bottom:0;
  }
  #hestagsWords{
    display:none;
}

.mobileOnly{
  height: 100vh;
width: 100%;
display: block;
background-color: #012f2f;
position:relative;
}
.uptop{
  width: 40px;
  height: 40px;
}
}