@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;}

* {
  -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: 'League Spartan', sans-serif;
}

main {
  background-color: #fff;
}

.movieholder {
  width: 100%;
  max-width: 700px;
}

.movie {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

.movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* Navigatie  */

.navigatie {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;
  margin: 0 auto;
  z-index: 10;
}

.navigatie .logo {
  width: 50px;
}

.navigatie_sub {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.navigatie_sub a {
  padding: 8px 20px;
  font-family: 'Playfair Display', sans-serif;
  border-radius: 200px;
  background-color: #1C2007;
  border: 1px solid #1C2007;
  color: #fff;
  font-size: 20px;
  margin-right: 15px;
}

.navigatie .menubtn {
  width: 30px;
  cursor: pointer;
}

.navigatie .menubtn img {
  width: 100%;
}

.navigatie_holder {
  width: 50%;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  background-color: #F4E6D2;
  padding: 50px 40px;
  padding-top: 20px;
  right: -50%;
  transition: all 1s;
  overflow: hidden;
  -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);
}

.navigatie_bg {
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 99;
  display: none;
}


.nav_topper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  padding-top: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #E9DDC8;
}

.nav_topper img {
  width: 50px;
}

.nav_bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 20px;
}

.nav_bottom a {
  font-size: 25px;
  margin-right: 15px;
  color: #252525;
}

.navigatie_holder > .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 700px;
  transform: translate(150px, 150px);
  opacity: .05;
  z-index: 0;
}

.open {
  right: 0 !important;
}

.navigatie_holder .closebtn {
  font-size: 30px;
  color: #252525;
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  background-color: #E9DDC8;
  margin-left: 10px;
  cursor: pointer;
}

.navigatie_holder .closebtn:hover {
  transform: scale(1.05);
}

.navigatie_holder ul {
  padding-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.navigatie_holder ul li {
  padding-left: 10px;
}

.navigatie_holder ul li div {
  padding-left: 20px;
}


.navigatie_holder ul a {
  font-size: 25px;
  display: block;
  padding: 15px 0;
  color: #252525;
  font-weight: 200;
  opacity: 0;
  transform: translateX(50px);
  font-family: 'Playfair Display', serif;
}

.navigatie_holder ul p {
  font-size: 25px;
  padding: 15px 0;
  color: #252525;
  font-weight: 200;
  opacity: 0;
  transform: translateX(50px);
  cursor: pointer;
  font-family: 'Playfair Display', serif;
}

.navigatie_holder ul .showItem {
  animation: show-nav-item .5s forwards;
}

@keyframes show-nav-item { 
  100% { transform: translateX(0);opacity: 1; }
}

/* Einde Navigatie */

.boxen {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.boxen > h2 {
  width: 100%;
  border-top: 2px solid #f6f6f6;
  font-size: 25px;
  padding-top: 20px;
  font-weight: 700;
  padding-bottom: 20px;
  font-family: "Playfair Display", serif;
}

.boxen article {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 3%;
  position: relative;
  transition: all .3s;
  border: 2px solid #f6f6f6;
}

.boxen article:nth-of-type(3n) {
  margin-right: 0;
}

.boxen article:hover {
  transform: scale(1.05);
}

.boxen article a {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.boxen article img {
  width: 100%;
}

.boxen article h2 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}

.boxen article h3 {
  font-size: 18px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
}

.heltitude_page {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}

.heltitude_page img {
  width: 45%;
  margin-right: 5%;
}

.heltitude_page > div {
  width: 50%;
}

.heltitude_page > div h1 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
}

.heltitude_page > div h2 {
  font-size: 20px;
  margin-bottom: 15px;
}

.heltitude_page > div div {
  font-size: 20px;
  line-height: 150%;
  color: #6d6d6d;
}

.heltitude_page > div div ul {
  padding-left: 20px;
  list-style-type: disc;
  font-size: 20px;
  line-height: 150%;
  color: #6d6d6d;
}

.heltitude_page > div a {
  background-color: #1C2007;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  padding: 12px 30px;
  border-radius: 200px;
  color: white;
  margin-top: 15px;
  display: inline-block;
}

.box_products {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 10px;
}

.box_products > h2 {
  width: 100%;
  border-top: 2px solid #f6f6f6;
  font-size: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  font-family: "Playfair Display", serif;
}

.box_products article {
  width: 23%;
  margin-right: 2.66%;
  margin-bottom: 2.66%;
  border: 2px solid #f6f6f6;
  position: relative;
}


.box_products article a {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.box_products article:nth-of-type(4n) {
  margin-right: 0;
}

.box_products article img {
  width: 100%;
}

.box_products article h3 {
  width: 100%;
  text-align: center;
  font-size: 22px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.box_products article h4 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #6d6d6d;
  margin-top: 15px;
}



/*=========== Animaties ===========*/

.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 */
}

@keyframes come-in {
  to { transform: translateY(0);opacity: 1; }
}

@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 (min-width: 800px) {
  .come-in-right {
    transform: translateX(300px);
    opacity: 0;
    animation: come-in-right 0.8s ease forwards;
  }
  .come-in-right:nth-child(odd) {
    animation-duration: 2s; /* So they look staggered */
  }
}
@keyframes come-in-right {
  to { transform: translateX(0);opacity: 1; }
}

/*======== Einde Animaties ========*/

/* Footer */

footer {
  background-color: #1C2007;
  padding: 10px 10px;
  position: relative;
  z-index: 2;
}

.openingsuur {
  font-size: 20px;
  font-weight: 200;
  color: white;
  margin-bottom: 10px;
}

.openingsuur p {
  margin-bottom: 10px;
}

.innerfooter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  padding: 50px 0;
}

.footer_item {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 0;
}

.footer_item img {
  width: 80px;
}

.footer_item h2 {
  font-size: 23px;
  color: #fff;
  font-family: 'Playfair Display', serif;
  margin-bottom: 10px;
}

.footer_item a {
  padding: 0;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 1px;
  margin: 5px 0;
  border-bottom: 1px solid transparent;
}

.socials div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.socials div > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
}

.socials div > div a {
  color: #E9DDC8;
  font-size: 35px;
  margin-right: 15px !important;
  display: block;
}

.siteby {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #E9DDC8;
  font-size: 15px;
  position: relative;
  z-index: 2;
}

.siteby>div {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px 10px;
  border-top: 1px solid #2d3215;
}

.siteby a {
  color: #E9DDC8;
  font-size: 15px;
}

.siteby span {
  margin: 0 10px;
}

/* Einde Footer */

/* Powertitel */

.powertitel {
  width: 100%;
  max-width: 1400px;
  margin: 50px auto;
  margin-bottom: 110px;
  padding: 0 20px;
}

.powertitel h2 {
  font-size: 50px;
  color: #c5c5c5;
  font-family: 'Playfair Display';
  line-height: 140%;
}

.powertitel h2 a {
  font-weight: 700;
  color: #E9DDC8;
  text-decoration: none;
}

.powertitel h2 strong {
  font-weight: 700;
  color: #E9DDC8;
}

.movie {
  margin-top:1em;
}

/* Einde powertitel */


/* Grijze ak */

/* grijze ak */

.grijze_ak {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 30px;
  padding-bottom: 10px;
  position: relative;
  background-color: #EFEFEF;
}

.grijze_ak>h2 {
  position: absolute;
  top: 0;
  left: 49%;
  transform: translate(-50%, -50%);
  max-width: 1070px;
  width: 100%;
  font-size: 180px;
  font-weight: 700;
  color: #e0dee0;
  letter-spacing: 1px;
}

.aks {
  width: 100%;
  max-width: 1400px;
  padding: 20px;
  position: relative;
  padding-bottom: 20px;
}

.aks .slick-arrow {
  position: absolute;
  left: 47%;
  bottom: 5px;
  background-color: transparent;
  border-radius: 40px;
  width: 35px;
  height: 35px;
  border: none;
  color: #000;
  z-index: 2;
}

.aks .slick-next {
  left: 50%;
}

.aks .slick-dots {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 30px;
  width: 50%;
  margin-left: 50%;
}

.aks .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 200px;
  border: 2px solid #CDAA35;
  background-color: transparent;
  margin: 0 5px;
  cursor: pointer;
}

.aks .slick-dots li button {
  display: none;
}

.aks .slick-dots .slick-active {
  background-color: #CDAA35;
}

.grijze_ak_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.grijze_ak_content .fotos {
  width: 50% !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.grijze_ak_content .fotos .photo {
  width: 48%;
  margin: 1%;
  position: relative;
}

.grijze_ak_content .fotos .photo a {
  position: absolute;
  margin-top: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background-color: transparent;
}

.grijze_ak_content .fotos .photo .overlay {
  background-color: rgba(0, 0, 0, .7);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 35px !important;
  opacity: 0;
  transition: all .3s;
}


.grijze_ak_content .fotos .photo:hover .overlay {
  opacity: 1;
}

.grijze_ak_content .fotos .photo img {
  width: 100%;
}

.grijze_ak_content>div {
  width: 45%;
}

.grijze_ak_content img {
  width: 50%;
}

.grijze_ak_content>div h2 {
  font-size: 35px;
  color: #353535;
  line-height: 150%;
  font-weight: 200;
  font-family: 'Playfair Display', serif;
  margin-bottom: 20px;
}

.grijze_ak_content>div div {
  line-height: 150%;
  font-weight: 200;
  color: #4c4c4c;
  font-size: 22px;
}

.grijze_ak_content>div div ul {
  padding-left: 20px;
  list-style-type: disc;
}

.grijze_ak_content>div a {
  color: #000;
  background-color: #F4E6D2;
  border-radius: 200px;
  padding: 15px 30px;
  font-family: 'Playfair Display', serif;
  transition: all .3s;
  display: inline-block;
  margin-top: 20px;
  font-size: 17px;
}

.grijze_ak_content>div a:hover {
  color: #fff;
  background-color: #000;
}


/* Einde grijze ak */


/* Home Slider */

.home_header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.home_header article {
  position: relative;
  width: 100%;

}

.home_header article > img {
  width: 100%;
}

.home_header .overlay {
  background-color: rgba(58,58,58,.47);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.home_header .text {
  width: 100%;
  max-width: 1400px;
  position: absolute;
  left: 50%;
  top: 55%;
  z-index: 1;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
}

.home_header .text h2 {
  font-size: 60px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #fff;
  line-height: 120%;
  margin-bottom: 20px;
  text-align: center;
}

.home_header .text h2 img {
  display: block;
  width: 30px;
  opacity: .1;
}

.home_header .text div {
  font-size: 24px;
  font-weight: 200;
  line-height: 150%;
  margin-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
}

.home_header .text a {
  font-size: 22px;
  font-family: 'Playfair Display', serif;
  font-weight: 200;
  color: #fff;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
}

.home_header .text .angle {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
  cursor: pointer;
}

.home_header .text .angle i {
  font-size: 40px;
}
/* Einde Home Slider */


/* Home Tussenblok */

.home_tussen_blok {
  width: 100%;
  background-color: #F4E6D2;
  padding: 100px 10px; 
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.home_tussen_blok > img {
  width: 600px;
  position: absolute;
  right: -200px;
  bottom: -200px;
  opacity: .03;
}

.home_personas {
  width: 100%;
  max-width: 1350px;
}

.home_personas article section {
  width: 100%;
  max-width: 1400px;
  margin:  0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.home_personas article img {
  width: 40%;
}

.home_personas article section > div {
  width: 50%;
}

.home_personas article div h2 {
  font-size: 30px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #1C2007;
  line-height: 120%;
  margin-bottom: 20px;
}

.home_personas article div div {
  font-size: 23px;
  font-weight: 200;
  line-height: 150%;
  margin-bottom: 25px;
  color: #000;
}

.home_personas article div a {
  font-size: 18px;
  font-family: 'Playfair Display', serif;
  font-weight: 200;
  color: #000;
  letter-spacing: 2px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}

.home_personas .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
}

.home_personas .slick-dots li {
  width: 11px;
  height: 11px;
  border-radius: 200px;
  border: 2px solid #7f7f7f;
  margin: 0 3px;
  cursor: pointer;
}

.home_personas .slick-dots .slick-active {
  background-color: #7f7f7f;
}

.home_personas .slick-dots li button {
  display: none;
}

/* Einde Home Tussenblok */


/* Home Types */

.home_types {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 50px;
}

.home_types article {
  width: 33.33%;
  padding: 25px;
}

.home_types article img {
  width: 100%;
  margin-bottom: 10px;
}

.home_types article h2 {
  font-family: 'Playfair Display', serif;
  font-size: 25px;
  line-height: 150%;
  margin-bottom: 20px;
}

.home_types article a {
  font-size: 14px;
  font-family: 'Playfair Display', serif;
  font-weight: 200;
  color: #1C2007;
  letter-spacing: 1px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #E9DDC8;
}

/* Einde Home Types */

/* Home Blok */

.blokken {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 70px 10px;
  position: relative; 
  overflow: hidden;
  flex-direction: column;
}

.blokken > img {
  width: 600px;
  position: absolute;
  left: -200px;
  bottom: -200px;
  opacity: .03;
  z-index: 1;
}

.blokken article {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  padding: 50px 0;
}

.blokken article > div {
  width: 47%;
  position: relative;
  order: 2;
}

.blokken article:nth-of-type(odd) .img {
  order: 1;
}

.blokken article > div img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.blokken article > div .imageslide {
  width: 100%;
  position: relative;
  z-index: 1;
}

.blokken article > div .imageslide .slick-arrow {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  z-index: 2;
  color: #252525;
  border: none;
  font-size: 30px;
}

.blokken article > div .imageslide .slick-next {
  right: 5px;
  left: initial;
}



.blokken article ul {
  padding-left: 20px;
  list-style-type: disc;
}

.blokken article .backdrop {
  background-color: #F4E6D2;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  opacity: .5;
}

.blokken article:nth-of-type(odd) .backdrop {
  transform: translate(-35px, 35px);
}

.blokken article:nth-of-type(even) .backdrop {
  transform: translate(35px, 35px);
}

.blokken article > div:first-of-type {
  width: 45%;
  padding: 10px;
}

.blokken article > div h2 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  line-height: 150%;
  margin-bottom: 20px;
}

.blokken article .text div {
  font-size: 20px;
  font-weight: 200;
  line-height: 150%;
  margin-bottom: 25px;
  color: #000;
}

.blokken article > div a {
  font-size: 14px;
  font-family: 'Playfair Display', serif;
  font-weight: 200;
  color: #000;
  letter-spacing: 1px;
  padding-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}

/*========== Page Header ==========*/

.page_header {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 80px 10px;

}

.page_header h1 {
  font-size: 40px;
  margin-bottom: 20px;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
  font-family: 'Playfair Display', serif;
}

.page_header h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 20px; 
  color: #1C2007;
}

.page_header > div {
  font-size: 24px;
  font-weight: 200;
  color: #353535;
  text-align: center;
  line-height: 170%;
}

.page_header > div a {
  color: #CDAA35;
  font-weight: 700;
  text-decoration: none;
}

.page_header > a {
  font-size: 20px;
  border-radius: 50px;
  margin-top: 20px;
  display: inline-block;
  color: #ffffff;
  padding: 15px 30px;
  font-weight: 200;
  font-family: 'Playfair Display', sans-serif;
  background-color: #1C2007;
}
/*======= Einde Page Header =======*/


/* 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 20px 0 20px;
}

.contact_gegevens {
  width: 35%;
}

.contact_gegevens h1 {
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  font-family: 'Playfair Display',serif;
  font-size: 30px;
}


.contact_gegevens h2 {
  font-size: 22px;
  font-weight: 200;
  color: #353535;
  line-height: 170%;
}

.contact_split {
  margin-top: 10px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.contact_info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #1C2007;
  padding: 50px 50px;
  margin-top: 20px;
  width: 100%;
}

.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 h2 {
  font-weight: 200;
  color: #fff;
  font-size: 25px;
  margin-bottom: 25px;
  line-height: 130%;
  font-family: "Playfair Display", sans-serif;
}

.contact_split div p {
  padding: 10px;
  padding-left: 50px;
  position: relative;
  color: #fff;
  font-weight: 200;
  font-size: 22px;
}

.opening_contact p {
  padding-left: 0 !important;
  padding: 0 !important;
}

.contact_split div p a {
  color: #fff;
}

.opening_contact {
  margin-top: 25px;
}

.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: 150px;
  overflow: hidden;
  position: absolute;
  border-radius: 50%;
  top: -3px;
  right: -30px;
  border: 10px solid transparent;
  background-size: 100% 100% , 50% 50% , 50% 50% , 50% 50% , 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(white,white) , 
  linear-gradient(0deg,transparent 0,#BA9148 0) , 
  linear-gradient(10deg,#1C2007 100%,#1C2007 60%) , 
  linear-gradient(10deg,transparent 0,#BA9148 0) , 
  linear-gradient(60deg,transparent 0,#BA9148 0);
  background-position: center center , left top , right top , left bottom , right bottom;
  background-origin: content-box , border-box , border-box , border-box , border-box;
  background-clip: content-box , border-box , border-box , border-box , border-box;
}

.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_formulier #NaamInput {
  width: 48%;
}
.contact_formulier .field {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

.contact_formulier .floatlabel label {
  top: -7px !important;
  left: 13px !important;
  font-size: 15px !important;
}

.contact_formulier .field label {
  position: absolute;
  left: 12px;
  top: 17px;
  font-size: 20px;
  transition: all .3s;
  background-color: #fff;
  padding: 0 5px;
}

.contact_form input[type="text"], 
.contact_form input[type="email"], 
.contact_form input[type="file"], 
.contact_form select {
  width: 100%;
  border: 2px solid #eee;
  padding: 15px 15px;
  color: #252525;
  font-size: 20px;
  font-weight: 200;
  font-family: 'League Spartan',sans-serif;
}

.contact_form textarea {
  width: 100%;
  border: 2px solid #eee;
  border-radius: 0;
  padding: 15px 15px;
  color: #252525;
  font-weight: 200;
  font-size: 20px;
  font-family: 'League Spartan',sans-serif;
  height: 180px;
}

.contact_form input[type="submit"] {
  padding: 15px 45px;
  font-weight: 200;
  color: #fff;
  border-radius: 200px;
  background-color: #1C2007;
  font-size: 20px;
  font-weight: 400;
  border: none;
  font-family: 'Playfair Display',serif;
  transition: all .3s;
} 

#dasmap {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  height: 600px;
  position: relative;
  z-index: 0;
  margin-top: -70px;
  margin-bottom: 30px;
}


/* Einde Contact Pagina */

@media screen and (max-width: 1400px){
  .navigatie_holder {
    width: 100%;
    right: -100%;
  }
}

@media screen and (max-width: 1300px){
  .contact_pagina {
    padding: 20px;
  }

  .contact_gegevens {
    width: 100%;
  }

  .contact_formulier {
    width: 100%;
    margin-top: 30px;
  }

  #dasmap {
    margin-top: 30px;
  }

  .contact_split img {
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 1100px){
  .home_types article {
    padding: 15px;
    width: 50%;
  }

  .home_header {
    background-attachment: initial;
  }

  .box_products article,
  .boxen article {
    width: 31.33%;
    margin-right: 2.66%;
    margin-bottom: 2.66%;
    border: 2px solid #f6f6f6;
  }

  .box_products article:nth-of-type(4n),
  .boxen article:nth-of-type(4n) {
    margin-right: 2.66%;
  }

  .box_products article:nth-of-type(3n),
  .boxen article:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1000px){
  .aks {
    transform: none;
  }

  .grijze_ak_content>div {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .grijze_ak_content>div h2,
  .grijze_ak_content>div div {
    text-align: center;
  }

  .slick-slide img {
    display: none !important;
  }

  .home_personas article section>div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .home_personas article div h2 {
    text-align: center;
  }

  .home_personas article div div {
    text-align: center;
  }

  .home_tussen_blok > img {
    width: 300px;
    right: -100px;
    bottom: -100px;
  }
}

@media screen and (max-width: 850px){
  .contact_gegevens h1,
  .grijze_ak_content>div h2,
  .page_header h1 {
    font-size: 25px;
  }

  .contact_gegevens h2,
  .grijze_ak_content>div div,
  .page_header>div,
  .home_types article h2 {
    font-size: 19px;
  }

  .powertitel h2 {
    font-size: 30px;
  }

  .page_header {
    padding: 30px 10px;
  }

  .heltitude_page {
    flex-wrap: wrap;
  }

  .heltitude_page img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .heltitude_page>div {
    width: 100%;
  }
}

@media screen and (max-width: 800px){
  .home_tussen_blok {
    padding: 30px 10px;
  }

  .home_personas article {
    flex-wrap: wrap;
  }

  .home_personas article img {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .home_personas article>div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .home_personas article div h2,
  .home_personas article div div {
    text-align: center;
  }

  .home_personas article>div {
    width: 100%;
  }

  .blokken article {
    flex-wrap: wrap;
  }

  .blokken article>div .backdrop {
    display: none;
  }

  .blokken article>div h2,
  .home_personas article div h2 {
    font-size: 20px;
  }

  .powertitel {
    margin: 20px 0;
  }

  .grijze_ak {
    margin-top: 20px;
  }

  .powertitel h2 {
    font-size: 25px;
  }


  .blokken article .text div,
  .home_personas article div div {
    font-size: 17px;
  }

  .blokken article > div:first-of-type {
    width: 100%;
  }

  .blokken article > div {
    width: 100%;
    padding: 10px;
    order: 2;
  }

  .blokken article > .img {
    order: 1 !important;
  }

  .blokken article {
    padding: 10px 0;
  }

  .blokken {
    padding: 20px 10px;
    margin-top: 0;
  }

  .home_header .text h2 {
    font-size: 40px;
  }

  .openingsuur {
    text-align: center;
  }

  .box_products article,
  .boxen article {
    width: 48%;
    margin: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px !important; 
  }

  .boxen {
    justify-content: space-between;
  }



}

@media screen and (max-width: 650px){
  .contact_split img {
    display: none;
  }
}

@media screen and (max-width: 600px){
  .footer_item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
  }

  .socials div>div a {
    margin: 0 5px;
  }

  .siteby a {
    font-size: 13px;
  }
}

@media screen and (max-width: 400px){

}









