@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: 'Spartan', sans-serif;
}

main {
  background-color: #fff;
}

/* Navigatie */
.topper {
  background-color: #064A7D;
}

.topper div {
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.topper a {
  font-size: 14px;
  padding: 8px 0;
  margin-left: 25px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topper a i {
  font-size: 20px;
  margin-right: 5px;
}

.navholder {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background-color: #fff;
  display: flex;
  justify-content: center;
}

.navsub {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navsub > a {
  color: #252525;
  font-size: 16px;
  position: relative;
  margin: 0 20px;
  padding: 10px 0;
  border-bottom: 1px solid white;
}

.navsub > .active {
  color: #064A7D;
  border-bottom: #064A7D 1px solid;
}

.navsub > a .amount {
  position: absolute;
  right: -12px;
  bottom: -12px;
  font-size: .5em;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 200px;
  width: 20px;
  height: 20px;
  background-color: #A68A54;
  font-weight: 700;
  color: white;
}

.navigatie {
  width: 100%;
  max-width: 1700px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}

.navigatie .logo {
  width: 300px;
  margin-top: 0px;
  transition: all .3s;
}

.navigatie .menubtn {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 200px;
  display: none;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  cursor: pointer;
  border: 1px solid #efefef;
  transition: all .3s;
}



.navigatie .menubtn:hover {
  transform: scale(1.1);
}

.navigatie .menubtn img {
  width: 50%;
}


.swap_lang {
  background-image: url(/images/select.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 10px;
  padding-right: 40px;
  border: none;
  text-transform: uppercase;
  font-family: Spartan, sans-serif;
  margin-left: 10px;
  font-size: 14px;
  color: #ffffff;
  background-color: transparent;
}

.navigatie .share {
  display: flex;
  justify-content: center;
  align-items: center;

}

.navigatie .webshoplnk {
  border-radius: 0;
  background-color: #064A7D;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  padding: 13px 25px;
  border: 1px solid #064A7D;
  transition: all .3s; 
  font-weight: 700;
  margin-right: 0;
}

.navigatie .webshoplnk:hover {
  background-color: #fff;
  color: #064A7D;
}

.navigatie .share a i {
  margin-right: 5px;
}

.menuholder {
  position: fixed;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 100vw;
  border-radius: 0;
  background-color: white;
  z-index: 25;
  transition: all 1s;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 90px;
}

.menuOpen {
  border-radius: 0;
  left: 0;
}

.menuholder .close_btn {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  top: 15px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  transition: all .3s;
  border-radius: 200px;
  z-index: 1;
}


.menuholder nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 1600px;
}

.menuholder nav ul {
  text-align: center;
}

.menuholder .logobg {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100vh;
  z-index: 0;
  background-color: #F4F4F4;
  background-image: url(/images/paralax.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 2s; 
}

.menuholder .logobg img {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 200px;
}


.menuholder nav a {
  font-size: 30px;
  font-weight: 400;
  color: #353535;
  padding: 20px 0;
  display: inline-block;
  text-align: center;
  width: 100%;
  transition: all .5s;
  border-bottom: 1px solid transparent;
}

.menuholder nav a:hover {
  color: #064A7D;
  border-bottom: 1px solid #064A7D;
}

.fixedheader {
  background-color: rgba(35,35,35,.9);
}

.fixedheader .logo {
  width: 100px;
}

/* Einde Navigatie */


/* Footer */

footer {
  background-color: #fff;
  padding: 10px 10px;
  position: relative;
  z-index: 2;
}

.innerfooter {
  display: flex;
  justify-content: space-around;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 10px;
}

.footer_item {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  line-height: 200%;
  color: #252525;
  font-size: 18px;
  font-weight: 200;
}

.footer_item img {
  width: 150px;
}

.footer_item h2 {
  font-size: 25px;
  font-weight: 700;
  color: #064A7D;
  margin-bottom: 20px;
}

.footer_item div {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin: 10px;
  color: #252525;
  font-size: 18px;
  font-weight: 200;
}

.footer_item div span {
  width: 40px;
  height: 20px;
}

.footer_item div span i {
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_item > a {
  color: #252525;
  transition: all .3s;
  border-bottom: 1px solid white;
}


.footer_item a:hover {
  border-bottom: 1px solid #252525;
}

.sigholder {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.sigholder p {
  color: white;
  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: white;
  font-size: 18px;
  line-height: 130%;
  text-align: right;
}

.socials {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  margin: 0 !important;
}

.socials>a {
  border-radius: 100%;
  border: 1px solid #064A7D !important;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  color: #064A7D;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  font-size: 22px;
  transition: all .5s;
}

.socials a:hover {
  background-color: #064A7D !important;
  color: #fff !important;
}



.siteby {
  background-color: #EFEFEF;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #252525;
  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: 1200px;
  margin: 0 auto;
}

.siteby span {
  margin: 0 10px;
}

.siteby a {
  color: #252525;
  font-size: 13px;
}

.siteby .pulse {
  animation: pulse 3s infinite;
}


@keyframes pulse {
  0% {
    color: #252525;
  }

  5% {
    color: #5e98c3;
  }
  10% {
    color: #252525;
  }
  20% {
    color: #5e98c3;
  }
  25% {
    color: #252525;
  }

  50% {
    color: #252525;
  }

  100% {
    color: #252525;
  }
}

.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;
  color: #252525 !important;
  right: -100px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 200px;
  background-color: #F4F4F4;
  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);
}

.uptop div {
  width: 101%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #c9dff0;
  transition: all .3s;
}

.uptop i {
  z-index: 2;
}

/* Einde Footer */

/* Vragen */

.vragensplit {
  padding: 50px 10px;
}

.vragensplit>div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.vragen {
  width: 68%;
}

.vragen article {
  border: #e8e8e8 1px solid;
  background-color: white;
  padding: 25px;
  cursor: pointer;
  margin-bottom: 10px;
}

.vragen article h2 {
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  font-size: 1.2em;
  color: #064A7D;
  align-items: center;
  cursor: pointer;
}

.vragen article h2 i {
  transition: all .3s;
}

.arrowUp i {
  transform: rotate(180deg);
}

.vragen article div {
  margin-top: 20px;
  color: #a1a1a1;
  line-height: 180%;
  letter-spacing: .5px;
}

.vragen article div a {
  color: #5C9090;
  font-weight: 600;
}

.vragen_form {
  padding: 25px;
  background-color: white;
  border: #e8e8e8 1px solid;
  width: 30%;

}

.vragen_form h2 {
  font-weight: 600;
  font-size: 1.3em;
  margin-bottom: 20px;
  color: #064A7D;
}

.vragen_form label {
  margin-bottom: 5px;
  display: inline-block;
  color: #252525;
  margin-top: 20px;
}

.vragen_form input[type=text], .vragen_form input[type=email],
.vragen_form textarea {
  padding: 10px;
  font-family: 'Spartan', sans-serif;
  color: #353535;
  background-color: #fff;
  border: #e8e8e8 1px solid;
  letter-spacing: .5px;
  width: 100%;
  height: 50px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: 1em;
  margin-bottom: 15px;
}

.vragen_form textarea {
  height: 100px;
}

.vragen_form input[type=submit] {
  border: none;
  font-family: 'Spartan', sans-serif;
  color: #fff;
  font-weight: 600;
  background-color: #064A7D;
  padding: 15px 35px;
  margin-top: 20px;
}
/* Einde Vragen */


/* Over */

.over_banner {
  width: 100%;
  margin: 0 auto;

  display: flex;
  justify-content: center;
  align-items: center;
}

.over_banner article {
  width: 33.33%;
  border: none;
  border-right: 4px solid white;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  height: calc(100vh - 151px);
  border-right: 4px solid white;
}

.over_banner article:last-of-type {
  border-right: none;
}

.over_banner article > div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.over_banner article a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.over_banner article:last-of-type {
  border-right: none;
}

.over_banner article h2 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  padding: 20px;
  font-size: 35px;
  line-height: 150%;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
  font-weight: 700;
  transition: all .5s;
}

.over_banner .slick-dots {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.over_banner .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50px;
  border: 2px solid #064A7D;
  background-color: #ffffff;
}

.over_banner .slick-dots li button {
  display: none;
}

.over_banner .slick-dots li.slick-active {
  background-color: #064A7D;
}

/* Einde Over */


/* Curtaindrop */

.curtain-click {
  cursor: pointer;
}

.curtaindrop {
  width: 100%;
  z-index: 100;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  position: fixed;
}

.curtaindrop>div {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  background-color: rgba(0, 0, 0, .70);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.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: #1C1B1B;
  color: #fff;
  border: 2px solid #1C1B1B;
  border-radius: 4px;
  font-weight: 700;
  font-size: 25px;
  padding: 10px 50px;
  transition: all .2s;
  margin-top: 15px;
  transition: all .3s;
}

.curtaindrop .button:hover {
  transform: scale(1.05);
}

.curtaindrop p {
  font-size: 22px;
  line-height: 170%;
  margin-bottom: 20px;
  text-shadow: 0px 0px 3px rgba(0,0,0,0.56);
}

.curtaindrop img {
  max-width: 1000px;
  width: 96%;
}

.curtaindrop h2 {
  font-weight: bold;
  font-size: 45px;
  margin-bottom: 20px;
  text-shadow: 0px 0px 3px rgba(0,0,0,0.56);

}

.curtaindrop h3 {
  font-weight: 200;
  font-size: 35px;
  margin-bottom: 20px;
}

.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: white;
  z-index: 5;
}


/* Einde Curtaindrop */



/* 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 */

/* Kamer */

.content_split {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.circle {
  content: '';
  width: 10px;
  height: 10px;
  border: #bbbbbb 1px solid;
  border-radius: 100px;
  margin: 0 auto;
  display: block;
}

.kamers_img {
  width: 50%;
  padding: 50px 40px;
  text-align: center;
}

.kamers_img img {
  width: 90%;
}

.kamers_img img {
  -webkit-box-shadow: 11px 17px 48px -15px rgb(101 128 158 / 20%);
  -moz-box-shadow: 11px 17px 48px -15px rgba(101, 128, 158, 0.2);
  box-shadow: 11px 17px 48px -15px rgb(101 128 158 / 20%);
}

.kamers_content {
  width: 50%;
  padding: 50px 40px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.kamers_titel {
  position: relative;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  min-height: 130px;
}

.kamers_content h3 {
  position: absolute;
  left: 0;
  top: 55%;
  font-size: 100px;
  color: #F7F7F7;
  font-weight: 900;
  letter-spacing: 9.7px;
  z-index: 2;
  transform: translateY(-50%);
}

.kamers_content h2 {
  font-size: 35px;
  color: #064A7D;
  line-height: 150%;
  font-weight: 700;
  z-index: 2;
}

.kamers_content .kamers_tekst p {
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: -0.05em;
  color: #404040;
  margin-bottom: 10px;
}


.kamers_content a {
  border-bottom: 1px solid #064A7D;
  display: inline-block;
  color: #064A7D;
  padding: 15px 0;
  margin-top: 30px;
  font-size: 20px;
}

.detailpage {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 100px 10px 70px 10px;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}

.detail_left {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.detail_right {
  width: 45%;
  padding: 10px 20px;
}

.detail_left .main_img {
  width: 100%;
}

.detail_left .small_images {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: .66%;
}

.detail_left .small_images img {
  width: 24.5%;
  margin-bottom: .66%;
  margin-right: .66%;
  cursor: zoom-in;
}

.detail_left .small_images img:nth-of-type(4n) {
  margin-right: 0;
}

.detail_right h1 {
  font-size: 35px;
  color: #064A7D;
  line-height: 150%;
  font-weight: 700;
  margin-bottom: 20px;
}

.detail_right h2 {
  color: #252525;
  letter-spacing: 1px;
  line-height: 130%;
}

.detail_right>div {
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: -0.05em;
  color: #404040;
  margin-bottom: 10px;
}

.detail_right>div p {
  margin-bottom: 15px;
}

.detail_right>div ul {
  padding-left: 20px;
  list-style-type: disc;
}

.detail_right>a {
  border-bottom: 1px solid #064A7D;
  display: inline-block;
  color: #064A7D;
  padding: 15px 0;
  margin-top: 30px;
  font-size: 20px;
}

/* Einde Kamer  */


/* Page Header */

.page_header {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 100px 0px;

}

.page_header h1 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #353535;
  margin-bottom: 20px;
}

.page_header h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 20px; 
  color: #064A7D;
}

.page_header > div {
  font-size: 20px;
  font-weight: 200;
  color: #353535;
  text-align: center;
  line-height: 170%;
}

.page_header > div p {
  margin-bottom: 15px;
}

.page_header > div a {
  color: #064A7D;
  font-weight: 400;
}

.page_header > a {
  font-size: 17px;
  border-radius: 50px;
  margin-top: 20px;
  display: inline-block;
  color: #ffffff;
  padding: 15px 30px;
  background-color: #064A7D;
}

/* Einde Page Header */


.personas {
  margin: 0 auto;
  max-width: 1700px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.personas article {
  width: 31.33%;
  margin: 1%;
}

.personas article img {
  width: 100%;
}

.personas article h2 {
  font-size: 20px;
  font-weight: 700;
  padding: 15px;
  border: #EFEFEF 2px solid;
  border-top: none;
}


/* Home Slider */
.homesli {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
  position: relative;
}

.homesli > img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100px;
  display: none;
}

.home_slider {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.home_slider article {
  position: relative;
}

.home_slider article div {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 1700px;
  width: 100%;
  z-index: 2;
  transform: translate(-50%,-50%);
}

.home_slider article div h2 {
  font-size: 50px;
  font-weight: 700;
  max-width: 600px;
  color: #ffffff;
  line-height: 140%;
  text-shadow: 0px 0px 5px rgba(150, 150, 145, 0.47);
}

.home_slider article div a {
  border: 2px solid #ffffff;
  color: #ffffff;
  padding: 16px 30px;
  font-size: 18px;
  display: inline-block;
  margin-top: 30px;
  transition: all .3s;
  background-image: none;
}

.home_slider article div a:hover {
  color: #064A7D;
  border: 2px solid transparent;
  background-image: url(/images/buttonbg.svg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.home_slider .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
}

.home_slider .slick-dots li button {
  display: none;
}

.home_slider .slick-dots li {
  width: 12px;
  height: 12px;
  border-radius: 200px;
  margin: 0 2px;
  border: 2px solid #064A7D;
}

.home_slider .slick-dots li.slick-active {
  background-color: #064A7D;
}

.home_slider img {
  width: 100%;
  position: relative;
  z-index: 0;
}

.home_ovelay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 50;
  background-color: #fff;
}

.home_ovelay .slider .slick-arrow {
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 3;
  width: 40px;
  height: 40px;
  border: 2px solid white;
  color: white;
  background-color: transparent;
  transition: all .3s;
}

.home_ovelay .slider .slick-arrow:hover {
  background-color: white;
  color: #252525;
}

.home_ovelay .slider .slick-prev {
  right: 120px;
}

.home_ovelay article {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home_ovelay article > div {
  width: 100%;
  height: 100vh;
  position: relative;  
}

.home_ovelay article .over {
  background-color: rgba(0,0,0,.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.home_ovelay article > div .content {
  position: absolute;
  left: 80px;
  bottom: 80px;
  max-width: 1000px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  z-index: 2;
}

.home_ovelay article > div .content h2 {
  font-size: 90px;
  line-height: 120%;
  text-align: left;
  color: #fff;
}

.home_ovelay article .home_overlay_btn {
  border-bottom: 2px solid #fff;
  color: #fff;
  padding: 20px 0;
  font-size: 30px;
  font-weight: 700;
  margin-top: 50px;
  cursor: pointer;
}

/* Einde Home Slider */


/* Blog*/

.blog_ov {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
}

.blog_ov article {
  width: 31.33%;
  margin: 1%;
  position: relative;
  border: 2px solid #f6f6f6;
  overflow: hidden;
  background-color: white;
  transition: all .8s;
}

.blog_ov article img {
  width: 100%;
  position: relative;
  transition: all 1.5s;
  z-index: 0;
}

.blog_ov article h2 {
  font-size: 22px;
  font-weight: 400;
  color: #353535;
  padding: 10px;
  padding-top: 20px;
  background-color: white;
  position: relative;
  z-index: 1;
  font-family: 'Nanum Myeongjo', serif;
}

.blog_ov article .c {
  font-size: 18px;
  font-weight: 200;
  color: #353535;
  text-align: left;
  line-height: 170%;
  padding: 10px;
  padding-top: 0;
  z-index: 1;
  position: relative;
  background-color: white;
}

.blog_ov article a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.blog_ov article button {
  margin: 10px 10px 10px 10px;
  border: none;
  color: #B9AA84;
  font-family: 'Nanum Myeongjo', serif;
  font-size: 18px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.blog_ov article button i {
  margin-left: 10px;
  font-size: 22px;
}

.blog_ov article:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 15px 0px rgba(82,82,82,0.15);
  transform: scale(1.05);
}




.shareblog {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  background-color: #f6f6f6;
}

.shareblog > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.shareblog > div a {
  color: #A68A54;
  border-radius: 4px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 30px;
  height: 30px;
  transition: all .3s;
  border: 1px solid #A68A54;
  font-weight: 700;
  opacity: .5;
  background-color: transparent !important;
}

.shareblog > div a:hover {
  background-color: #A68A54 !important;
  color: white;
}

.shareblog > div a i {
  font-size: 20px;
}

.shareblog p {
  font-weight: 200;
  color: #686868;
  margin-right: 10px;
}

.shareblog > a {
  display: inline-block;
  padding: 15px 20px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  border-radius: 4px;
  color: white;
  background: -webkit-linear-gradient(-20deg, #E53323 30%, #ED7024 100%);
  transition: all 0.8s ease;
}

.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: 15px 15px;
  z-index: 1;
  border: 2px solid #f1f1f1;
  background-color: #fff;
  color: #252525;
}

.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;
  padding: 15px 20px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  border-radius: 4px;
  color: white;
  background: -webkit-linear-gradient(-20deg, #E53323 30%, #ED7024 100%);
  transition: all 0.8s ease;
}
.button-hold a:hover {
  transform: scale(1.1);
}
  /**
 * Blog detail
 **/
.blog-holder {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
.blog-aside {
  padding: 30px;
  width: 400px;
  margin-right: 50px;
  border: 2px solid #f1f1f1;

}
.blog-main {
  width: calc(100% - 350px);
}

.blog-main .c {
  font-size: 18px;
  font-weight: 200;
  letter-spacing: -.5px;
  color: #353535;
  text-align: left;
  line-height: 170%;
}

.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 {
  font-size: 30px;
  margin-top: 25px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #353535;
  margin-bottom: 20px;
  font-family: 'Nanum Myeongjo', serif;
}
.blog-aside h3 {
  font-weight: 700;
  font-family: 'Nanum Myeongjo', serif;
  color: #252525;
  font-size: 30px;
  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: #F18E24;
}
.blog-nav-btn {
  display: none;
  text-align: center;
  padding:10px 0;
  font-size: 3.2em;
  color: #F18E24;
  cursor: pointer;
}

.blog-recent h2 {
  font-size: 20px;
  margin-top: 10px;
  line-height: 150%;
  margin-bottom: 10px;
  color: #353535;
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 700;
}

.blog-recent .c {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: -.5px;
  color: #353535;
  text-align: left;
  margin-bottom: 15px;
  line-height: 170%;
}

.blog-recent .blog-item {
  margin-bottom: 35px;
}

.blog-recent .more {
  font-weight: bold;
  color: #BAA379;
  font-family: 'Nanum Myeongjo', serif;
}

.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;
  font-weight: 700;
  color: #B9AA84;
  border: none;
  font-family: 'Nanum Myeongjo', serif;
  font-size: 18px;
}
.blog-overzicht .btn-hold a:hover {

}
.blog-overzicht h2 {
  font-size: 1.3em;
  padding: 0 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 140%;
  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-size: 22px;
  line-height: 150%;
  color: #252525;
  font-family: 'Nanum Myeongjo', serif;
}
.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: #353535;
  border-top: 3px solid #ececec;
  font-size: 35px;
  font-family: 'Nanum Myeongjo', serif;
  font-weight: bold;
}

/* Einde Blog */

/* Home Banner */
.home_banner {
  width: 100%;
  height: 90vh;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.dark_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color:  rgba(0,0,0,.3);
}

.home_banner .content {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
}

.home_banner .content h2 {
  color: white;
  font-weight: 700;
  text-align: center;
  font-size: 65px;
  line-height: 130%;
}

.home_banner .content a {
  border-top: 1px solid white;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid white;
  padding: 15px 10px;
  font-weight: 700;
  font-size: 19px;
  display: inline-block;
  color: white;
  transition: all .3s;
  margin-top: 50px;
}

.home_banner .content a:hover {
  border: 1px solid white;
}
/* Einde Home Banner */


/* Blokken */
.blokken {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-color: white;
}

.blokken article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.blokken article:nth-of-type(even) > div {
  order: 1;
}

.blokken article:nth-of-type(even) > img {
  order: 2;
}

.blokken article > div {
  width: 45%;
  padding: 20px 50px;
}

.blokken article > div div {
  font-size: 18px;
  font-weight: 200;
  color: #353535;
  line-height: 170%;
}

.blokken article > div ul {
  padding-left: 10px;
  list-style-type: disc;
}

.blokken article > div h2 {
  font-size: 30px;
  margin-bottom: 20px;
  line-height: 140%;
  font-weight: 400;
  color: #353535;
}

.blokken article > div > a {
  border-bottom: 1px solid #064A7D;
  display: inline-block;
  color: #064A7D;
  padding: 15px 0;
  margin-top: 30px;
  font-size: 20px;
}

.blokken article > div div a {
  color: #064A7D;
  font-weight: 700;
}

.blokken article img {
  width: 55%;
}
/* Einde Blokken */


/* Persoon Blok */
.oplossingen {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 30px;
}

.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;
}

.floatinglink {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 20px;
  padding: 15px 30px;
  font-weight: 700;
  background-color: #064A7D;
  border-bottom: 1px solid #064A7D;
  color: #fff;
}

.floatinglink:hover {
  color: #064A7D;
  background-color: #fff;
}

.oplossingen_sublink a {
  padding-right: 20px;
  border-right: 2px solid #A68A54;
  color: #A68A54;
  font-size: 35px;
}

.oplossing_ov {
  width: 50%;
  background-color: #000;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
}

.oplossing_ov img {
  width: 100%;
}

.oplossing_det {
  width: 50%;
}

.oplossing_det>div {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

.oplossing_det>div h2 {
  font-size: 35px;
  color: #064A7D;
  line-height: 150%;
  font-weight: 700;
  margin-bottom: 40px;
}

.oplossing_det>div>div {
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: -0.05em;
  color: #404040;
  margin-bottom: 10px;
}

.oplossing_det>div>a {
  border-bottom: 1px solid #064A7D;
  display: inline-block;
  color: #064A7D;
  padding: 15px 0;
  margin-top: 30px;
  font-size: 20px;
}

/* Einde Persoon Blok */

.disclaimer {
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 30px 10px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #064A7D;
  font-weight: 200;
  border: #064A7D 2px dashed;
}


/* In Beeld */
.in_beeld {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.in_beeld article {
  width: 32.83%;
  margin: .25%;
  cursor: pointer;
  overflow: hidden;
}

.in_beeld article .overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0,0,0,.6);
  display: flex;
  opacity: 0;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: white;
  font-size: 2em;
  transition: all .3s;
  z-index: 2;
}

.in_beeld article:hover .overlay {
  opacity: 1;
}

.in_beeld article:hover img {
  transform: scale(1.1);
}

.in_beeld article img {
  width: 100%;
  transition: all .5s;
}

/* Einde In Beeld */

/* Blok Type 2 */

.blok_type_2 {
  width: 100%;
  position: relative;
  background-color: white;
}

.blok_type_2 .bgcolor {
  background-color: #F7F7F7;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.blok_type_2 .content {
  width: 100%;
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 100px 0;
}

.blok_type_2 .content article > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blok_type_2 .content article > div > div {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 50px;
  width: 40%;
}
.blok_type_2 .content > div h2 {
  font-size: 25px;
  color: #064A7D;
  font-weight: 700;
  margin-bottom: 20px;
}

.blok_type_2 .content > div >div {
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: -0.05em;
  color: #404040;
}

.blok_type_2 .content img {
  width: 60%;
}


.blok_type_2 .content .slick-arrow {
  position: absolute;
  bottom: 100px;
  left: calc(40% - 50px);
  z-index: 2;
  width: 40px;
  height: 40px;
  border: 1px solid #AE9A63;
  color: #AE9A63;
  background-color: transparent;
  transition: all .3s;
}

.blok_type_2 .content .slick-arrow:hover {
  background-color: #AE9A63;
  color: white;
}


.blok_type_2 .content .slick-prev {
  left: calc(40% - 100px) !important;
}

/* Einde Blok Type 2*/

/* Producten Preview */

.producten_preview{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 10px;
}

.producten_preview > h2 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #252525;
  margin-bottom: 10px;
  text-align: center;
  line-height: 150%;
}

.producten_preview > h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 20px;
  color: #064A7D;
  transition: all 1s;
}

.producten_preview .producten {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.producten_preview .producten article {
  width: 31.33%;
  margin: 1%;
  position: relative;
  overflow: hidden;
}

.homeprev .producten article {
  width: 48% !important;
}

.producten article .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;
}

.producten_preview .producten article:hover .overlay {
  opacity: .5;
}

.producten_preview .producten article:hover img {
  transform: scale(1.2);
}


.producten_preview .producten article img {
  width: 100%;
  position: relative;
  transition: all 2s;
  z-index: 0;
}

.producten_preview .producten article a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11;
}

.producten_preview .producten article h3 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 22px;
  z-index: 4;
  color: #fff;
  transition: all 1s;
  font-family: 'Nanum Myeongjo', serif;
}

/* Einde Producten Preview */

/* grijze ak */

.grijze_ak {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 100px;
  padding-bottom: 10px;
  position: relative;
  background-color: #064A7D;
}

.grijze_ak>h2 {
  position: absolute;
  top: 0;
  left: 49%;
  transform: translate(-50%, -50%);
  max-width: 1070px;
  width: 100%;
  font-size: 180px;
  font-weight: 700;
  font-family: 'Nanum Myeongjo', serif;
  color: #fff;
  letter-spacing: 1px;
}

.aks {
  width: 100%;
  max-width: 1100px;
  padding: 20px;
  position: relative;
  padding-bottom: 20px;
  transform: translateY(-70px);
}

.b {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1000px;
}

.aks .slick-arrow {
  position: absolute;
  left: 47%;
  bottom: 5px;
  background-color: transparent;
  border-radius: 40px;
  width: 35px;
  height: 35px;
  border: none;
  color: #fff;
  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 #fff;
  background-color: transparent;
  margin: 0 5px;
  cursor: pointer;
}

.aks .slick-dots li button {
  display: none;
}

.aks .slick-dots .slick-active {
  background-color: #fff;
}

.grijze_ak_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.grijze_ak_content>div {
  width: 45%;
}

.grijze_ak_content img {
  width: 50%;
}

.grijze_ak_content>div h2 {
  font-size: 30px;
  color: #fff;
  line-height: 140%;
  margin-bottom: 30px;
}

.grijze_ak_content>div div {
  line-height: 180%;
  font-weight: 200;
  color: #fff;
  font-size: 18px;
}

.grijze_ak_content>div a {
  color: #fff;
  border-bottom: #fff 1px solid;
  padding: 15px 0;
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
}



/* TIMELINE */

.timelineholder {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.timelineholder::after {
  content: '';
  position: absolute;
  width: 10px;
  background-color: #000;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.timelineoverlayholder {
  width: 10px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  z-index: 9;
  overflow: hidden;
  top: 0;
  bottom: 0;
}

.timelineoverlay {
  background-color: #064A7D;
  border-radius: 10px;
}

.timeline {
  position: relative;
  max-width: 1700px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.timeline h2 {
  color: #353535;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}

.timeline p {
  font-size: 20px;
  font-weight: 200;
  color: #353535;

  line-height: 170%;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 5px;
  background-color: #e1e1e1;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100px;
}

.timeline_quote {
  width: 100%;
  color: #252525;
  position: relative;
  padding: 45px;
  background-color: #f9f9f9;
  border-radius: 20px;
}

.timeline_quote i:first-of-type {
  color: #064A7D;
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 25px;
  opacity: .5;
}


.timeline_quote i:last-of-type {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 25px;
  color: #064A7D;
  opacity: .5;
}

.timeline_container {
  padding: 30px 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  background-color: inherit;
  width: 100%;
}

.timeline_container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: 50%;
  background-color: #064A7D;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
}

.timeline_item_content {
  padding: 20px 0;
  background-color: white;
  position: relative;
  border-radius: 6px;
  width: 45%;
}

.left_time {
  margin-right: 5%;
}

.right_time {
  margin-left: 5%;
}

.imageleft {
  margin-left: 5%;
}

.imageright {
  margin-right: 5%;
}

.timeline_other_content {
  width: 45%;
}

.timeline_other_content img {
  width: 100%;
}

.conclusie {
  max-width: 600px;
  width: 96%;
  margin: 0 auto;
  margin-top: -5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #8BCF97;
  margin-bottom: 50px;
  padding: 25px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  -webkit-box-shadow: 5px 6px 23px 0px rgba(82,82,82,0.2);
  -moz-box-shadow: 5px 6px 23px 0px rgba(82,82,82,0.2);
  box-shadow: 5px 6px 23px 0px rgba(82,82,82,0.2);
}

.conclusie h2 {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 1.8em;
  margin-bottom: 30px;
  margin-top: 10px;
}

.left_time h2 {
  text-align: right;
}

.left_time p {
  text-align: right;
}

.conclusie p {
  text-align: center;
  color: #fff;
  line-height: 150%;
}

/* EINDE TIMELINE */

.reservatie {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.reservatie > div {
  width: 50%;
  padding: 100px 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.reservatie .reservatie_temp {
  background-color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 50px 100px;
} 

.reservatie .reservatie_temp h1 {
  font-weight: 700;
  font-size: 28px;
  color: #064A7D;
}

.reservatie .reservatie_temp > div {
  font-size: 19px;
  font-weight: 200;
  line-height: 170%;
  color: #252525;
  padding: 10px 0;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #dcdcdc;

}

.reservatie .reservatie_temp a {
  padding: 10px 0;
  color: #252525;
  font-weight: 200;
  font-size: 20px;
}

.reservatie .reservatie_temp a i {
  color: #064A7D;
  font-size: 25px;
  width: 40px;
}

/* Beoordeling */

.beoordelingen {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.beoordelingen article {
  width: 48%;
  margin: 1%;
  padding: 20px;
  border:1px solid #e3e3e3;
}

.beoordelingen article i {
  color: #064A7D;
  font-size: 16px;
}

.beoordelingen article h2 .stars {
  margin-left: 15px;
}

.beoordelingen article h2 {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.beoordelingen article .tekst {
  line-height: 150%;
  font-weight: 200;
  color: #252525;
  font-size: 18px;
}

.beoordeling_form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}

.beoordeling_form > div {
  width: 100%;
}

.beoordeling_form > div:not(:last-of-type) {
  margin-bottom: 20px;
}

.beoordeling_form > div input,
.beoordeling_form > div select,
.beoordeling_form > div textarea {
  margin-top: 5px;
  padding: 10px !important;
  border: 2px solid #EEEEEE !important;
}

/* Einde Beoordeling */


/* Bevestiging */

.bevestiging_bg {
  width: 100%;
  min-height: 70vh;
  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: #e0e0e0 1px solid;
  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: 45px;
  color: #064A7D;
  margin-bottom: 20px;
}

.bevestiging h2 {
  text-transform: uppercase;
  color: #353535;
  font-size: 18px;
  margin: 10px 0;
}

.bevestiging h1 {
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #064A7D;
  margin-bottom: 10px;
}

.bevestiging p {
  line-height: 150%;
  color: #353535;
  font-size: 17px;
  font-weight: 200;
  text-align: center;
}

.bevestiging a {
  cursor: pointer;
  display: inline-block;
  padding: 15px 30px;
  background-color: #064A7D;
  font-weight: 500;
  color: #fff;
  margin-top: 20px;
  border: 1px solid #064A7D;
  transition: all 1s ease;
}

.bevestiging a:hover {
  background-color: transparent;
  color: #064A7D;
}


/* Einde Bevestiging*/


.power {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.power article {
  width: 100%;
  font-size: 40px;
  font-weight: 200;
  color: #4f4f4f;
  line-height: 150%;
  padding: 40px 10px;
  text-align: center;
}

.power article strong {
  font-weight: 700;
  color: #252525;
}


.kreeftmenu {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 50px;
  padding-top: 50px;
  border: 2px dashed #064A7D;
}

.kreeftmenu h2 {
  font-size: 20px;
  color: #064A7D;
  font-weight: 700;
}

.kreeftmenu img {
  width: 50px;
  margin-bottom: 20px;
}

.kreeftmenu div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 10px 0;
  font-size: 18px;
}

.kreeftmenu div p {
  text-align: center;
  line-height: 150%;
  font-weight: 200;
}




/* Product */

.products {
  width: 100%;
  max-width: 1600px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
}

.products .noprods {
  width: calc(100% - 40px);
  text-align: center;
  padding: 30px;
  font-size: 18px;
  font-weight: 200;
  margin: 0 20px;
  border: #ededed 1px solid;
}

.products article {
  width: 31.33%;
  position: relative;
  margin: 1%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 15px;
  border-bottom: 2px solid #f6f6f6;
}

.products article img {
  width: 100%;
  position: relative;
  z-index: 0;
}

.products article h2 {
  font-size: 20px;
  font-weight: 200;
  margin-top: 10px;
}

.products article h3 {
  font-size: 14px;
  font-weight: 200;
  margin-top: 10px;
}


.products article button {
  width: 100%;
}

.products article .text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.products article .suba {
  width: 35px;
  height: 35px;
  background-color: #000;
  border-radius: 200px;
  color: white;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  margin-top: 10px;
}

.products article .maina {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.products article .addProduct {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 50px;
  padding: 8px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #A68A54 solid 1px;
  background-color: #A68A54;
  font-size: 16px;
  color: white;
  width: initial;
  z-index: 5;
}

.checkadd {
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 50px;
  padding: 8px 24px;
  display: none;
  justify-content: center;
  align-items: center;
  border: #27ae60 solid 1px;
  background-color: #27ae60;
  font-size: 16px;
  color: white;
  width: initial;
  z-index: 5;
}

/* Einde Product */

/* Product Pagina */

.product_topper {
  width: 100%;
  background-color: #FAFAFA;
}

.product_topper > div {
  width: 100%;
  max-width: 1700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
}

.product_topper a {
  font-weight: 200;
  font-size: 16px;
  color: #1C1B1B;
  display: inline-block;
  padding: 10px 0;
}


.product_header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 10px;
}

.product_header_image {
  width: 55%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}



.product_header_image > a i {
  transition: all .3s;
  padding-left: 5px;
}

.product_header_image > a:hover i {
  padding-left: 0 !important;
  padding-right: 5px;
}

.product_header_image>img {
  width: 100%;
  transition: all .2s;
}

.product_extrafotos {
  width: 150px;
  padding: 20px 0;
}

.product_extrafotos .slick-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 2;
  border: none;
}

.product_extrafotos .slick-next {
  top: initial;
  bottom: 0;
}

.product_extrafotos article {
  padding: 10px;
  border-left: 2px solid white;
}

.product_extrafotos article img {
  width: 100%;
  cursor: pointer;
  border-left: 2px solid white;
}

.active_thumb {
  border-left: 2px solid #1C1B1B !important;
}

.mainimg {
  cursor: zoom-in;
}

.product_header_content {
  width: 48%;
  max-width: 500px;
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.product_header_content h1 {
  font-size: 28px;
  line-height: 150%;
  color: #353535;
  font-weight: 400;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.product_header_content h2 {
  color: #353535;
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 2.4px;
  margin-top: 20px;
  margin-bottom: 10px;
}


.product_header_content .aantal {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  white-space: nowrap;
}

.product_header_content .aantal input {
  border: none;
  width: 50px;
  text-align: center;
  background-color: transparent;
}

.product_header_content .aantal i {
  width: 50px;
  height: 50px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.product_links {
  margin-bottom: 10px;
}

.product_links a {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  color: #939393;
  padding: 2px 10px;
  font-size: .8em;
  transition: all .3s;
  margin-right: 5px;
}

.product_links a:hover {
  border: 1px solid #939393;
}

.product_intro {
  line-height: 200%;
  font-weight: 400;
  font-size: 14px;
  color: #1C1B1B;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 10px;
}

.product_intro p {
  margin-bottom: 10px;
}

.product_prijs {
  display: flex;
  justify-content: flex-start;
  padding: 10px 0;
  padding-top: 0;
  margin-bottom: 10px;
}

.product_prijs article {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.product_prijs article p {
  font-size: 14px;
  font-weight: 700;
  color: #727272;
}

.product_afmetingen {
  display: flex;
  justify-content: flex-start;
}

.product_afmetingen article {
  padding: 15px 30px;
  background-color: #F3F3F2;
  border: 1px solid white;
}

.product_afmetingen article h2 {
  font-weight: 700;
  font-size: 1.2em;
  color: #6b6b6b;
  margin-bottom: 5px;
}

.product_afmetingen article p {
  font-size: 1.1em;
  color: #6b6b6b;
}

.product_actions {
  width: 100%;
}

.product_actions button {
  padding: 15px 30px;
  background-color: transparent;
  color: black;
  font-weight: 400;
  border: none;
  font-size: 19px;
  width: 100%;
  border: 1px solid black;
  transition: all .3s;
}

.product_actions button:hover {
  background-color: #000;
  color: #fff;
}

.product_actions .added {
  width: 100%;
  color: #4c8b4f;

  height: 53px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.shopfilter {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.shopfilter h2 {
  font-size: 35px;
  font-weight: 700;
  color: #696969;
}

.shopfilter select {
  padding: 15px;
  width: 350px;
  background-image: url(/images/select.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  border: #ededed 2px solid;
  cursor: pointer;
  font-size: 20px;
}

.product_actions .added i {
  font-size: 25px;
  margin-right: 10px;
}

.product_kleuren {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.product_kleuren>label {
  position: relative;
}

.product_kleuren>label div {
 width: 5pc;
 height: 3pc;
 border: 2px solid #eee;
 border-radius: 5px;
 display: -ms-flexbox;
 display: flex;
 -ms-flex-align: center;
 align-items: center;
 -ms-flex-pack: center;
 justify-content: center;
 cursor: pointer;
 color: #eee;
 margin-right: 4px;
 z-index: 2;
 position: relative;
}
.product_kleuren>label div > span {
  display: block;
  position: relative;
  top: 2px;
  width: 100%;
  text-align: center;
  font-size: 0.9em;
}

.product_kleuren>label input {
  opacity: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
}

.product_kleuren>label input:checked + div {
  border: 2px solid red;
}

.maat_select {
  width: 100%;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 1em;
  color: #1C1B1B;
  letter-spacing: 4px;
  background-color: transparent;
  border: 1px solid #ddd;
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}


.product_more_info {
  max-width: 1000px;
  margin: 0 auto;
  line-height: 150%;
  font-weight: 200;
  font-size: 20px;
  color: #4C4C4C;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px 10px;
}

.product_more_info h2 {
  font-size: 1.3em;
  font-weight: 700;
  color: #D23B3D;
  margin-top: 25px;
  margin-bottom: 5px;
}

.product_more_info ul {
  list-style-type: disc;
  padding-left: 20px;
}

.product_sfeerfoto {
  width: 100%;
  margin: 0 auto;
  display: flex;
  position: relative;
  background-color: black;
}

.product_sfeerfoto > div {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 1600px;
  z-index: 2;
  transform: translate(-50%,-50%);
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.product_sfeerfoto h2 {
  font-size: 59px;
  font-weight: 600;
  line-height: 110%;
  max-width: 630px;
  color: #fff;
  margin-bottom: 40px;
}

.product_sfeerfoto button {
  padding: 10px 30px;
  background-color: #D23B3D;
  color: white;
  font-weight: 700;
  border: none;
  border-radius: 200px;
  font-family: Montserrat, sans-serif;
}

.product_sfeerfoto > img {
  width: 100%;
  position: relative;
  z-index: 1;
  opacity: .7;
}

.amount_select {
  width: 200px;
  padding: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  background-color: #F5F5F5;
  border: none;
}

.sharing {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 25px;
}

.sharing a {
  color: #A68A54;
  border-radius: 4px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 30px;
  height: 30px;
  transition: all .3s;
  border: 1px solid #A68A54;
  font-weight: 700;
  opacity: .5;
  background-color: #fff !important;
}

.sharing a:hover {
  transform: scale(1.15);
}

.sharing a i {
  font-size: 20px;
}

.sharing p {
  font-weight: 400;
  color: #353535;
  padding-top: 3px;
  font-size: 14px;
  margin-right: 10px;
}

/* Einde Product Pagina */

/* Dialog Box */

.modal.fade .modal-dialog {
  top: 40%;
}

.modal-content {
  -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);
  border-radius: 0;
  border: 2px solid #f0f0f0;
}

.bootbox-body {
  font-size: 16px;
  line-height: 150%;
  color: #353535;
  width: 100%;
}

.modal-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-footer .btn {
  padding: 15px 30px;
  background-color: #000000;
  border: 1px solid #000000;
  color: white;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
  width: 48%;
  border: 1px solid black;
  transition: all .3s;
  margin: 1% !important;
  border-radius: 0 !important;
}

.modal-footer .btn:hover {
  background-color: transparent;
  color: #000000;
}

/* Einde Dialog Box */

/* Winkelwagen */
.shoppingcart_holder {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FAFAFA;
  position: relative;
}

.shoppingcart_holder::after {
  width: 50%;
  background-color: #fff;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  z-index: 0;
}

.gegevens_holder {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.winkelwagen_pagina, .gegevens_pagina {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}

.winkelwagen_pagina>h1, .gegevens_pagina h1 {
  width: 100%;
  padding: 40px 0;
  padding-bottom: 10px;
  font-size: 24px;
  color: #1C1B1B;
}

.main {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.main img {
  width: 50px;
  margin-right: 20px;
}

.shopping_cart {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.shopping_cart article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 15px;
  border-bottom: 2px dashed #e8e8e8;
}

.shopping_cart article:first-of-type {
  background-color: #f6f6f6;
  border-bottom: none;
}

.shopping_cart article:first-of-type .title {
  color: #1C1B1B;
  font-weight: 200;
  font-size: 16px;
  text-align: center;
  width: 100%;
}

.shopping_cart article:first-of-type .aantal {
  min-width: 150px;
  color: #1C1B1B;
  text-align: center;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: none;
}

.shopping_cart article:first-of-type .actions {
  visibility: hidden;
  min-width: 40px;
}

.sub_article {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.shopping_cart article:last-of-type {
  border-bottom: none;
}

.shopping_cart article h2 {
  font-weight: 400;
  font-style: normal;
  color: #1c1b1b;
  transition: color 0.2s ease-in-out;
  font-size: 18px;
  line-height: 140%;
}

.shopping_cart article h3 {
  width: 100%;
  position: relative;
  z-index: 2;
  color: #6a6a6a;
  font-size: 16px;
}


.sub_article .aantal {
  display: inline-flex;
  align-items: center;
  border: 1px solid #ddd;
  white-space: nowrap;
}

.sub_article .aantal input {
  border: none;
  width: 50px;
  text-align: center;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
}

.sub_article .aantal i {
  width: 50px;
  height: 50px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}


.sub_article .aantal input[type=number]::-webkit-outer-spin-button,
.sub_article .aantal input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.sub_article .aantal input[type=number] {
  -moz-appearance:textfield;
}

.sub_article .price {
  min-width: 200px;
  color: #1C1B1B;
  font-size: 16px;
  text-align: center;
}

.sub_article .actions {
  background-color: #fff;
  color: #C4242C;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  -ms-align-items: center;
  align-items: center;
  padding-left: 20px;
  border-left: 1px solid #e8e8e8;
}

.sub_article .actions i {
  transition: all .5s;
}

.sub_article .actions:hover i {
  transform: scale(1.4);
}

.financial dl {
  border-top: 2px solid #e1e1e1;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  flex-direction: column;
}

.financial dt {
  font-size: 16px;
  font-weight: 200;
  color: #353535;
}

.financial dl>div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 12px 0;
}

.financial dl>div:last-of-type {
  border-top: 2px dashed #e1e1e1;
  width: 100%;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 10px;
}

.financial dl>div:last-of-type dt {
  color: #1C1B1B;
  font-weight: 700;
}

.financial dd {
  min-width: 150px;
  text-align: right;
  font-size: 15px;
  font-weight: 400;
  color: #353535;
}

.goto_prev {
  color: #1C1B1B;
}

.goto_next {
  padding: 15px 30px;
  background-color: #1C1B1B;
  color: white;
  font-weight: 400;
  border: none;
  font-size: 18px;
  border: 1px solid black;
  transition: all .3s;
  cursor: pointer;
}

.goto_next:hover {
  color: #1C1B1B;
  background-color: transparent;
}

#pay {
  padding: 15px 30px;
  background-color: #1C1B1B;
  color: white;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
  border: 1px solid black;
  transition: all .3s;
  cursor: pointer;
}

#pay:hover {
  color: #1C1B1B;
  background-color: transparent;
}

.buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 0;
}

.voucher {
  width: 100%;
  border-top: 2px solid #e1e1e1;
  padding: 20px 0;
  padding-top: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}

.voucher > p {
  padding: 10px 20px;
  border: 1px solid #353535;
  color: #353535;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: all .3s;
}

.voucher .message .error {
  color: #B85348;
  padding-bottom: 5px;
  font-weight: 200;
}

.voucher > p:hover {
  transform: scale(1.1);
  background-color: #353535;
  color: #fff;
}

.voucher_code {
  display: none;
}

.voucher_code input[type=text] {
  padding: 10px;
  color: #1C1B1B;
  border: none;
  font-size: 14px;
  background-color: #f4f4f4;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  width: 400px;
}

.voucher_code button {
  padding: 12px 20px;
  color: #fff;
  border: none;
  margin-left: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  background-color: #1C1B1B;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
}

/* Einde Winkelwagen */


/* Gegevens */

.checkbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  height: 25px;
  font-weight: 200;
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
  transition: all .3s;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  transition: all .3s;
  width: 20px;
  font-size: .8em;
  background-color: #E4E4E4;
}

.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox input:checked ~ .checkmark {
  background-color: #000;
}

.checkmark i {
  content: "";
  position: absolute;
  display: none;
  font-size: 1.1em;
}

.checkbox input:checked ~ .checkmark i {
  display: block;
}

.checkbox .checkmark i {
  left: 4px;
  top: 4px;
  color: white;
}

.checkbox a {
  font-weight: 700;
  color: #000;
}

.gegevens_holder aside {
  width: 500px;
  padding: 50px 0;
  margin-right: 10px;
}

.gegevens_holder aside article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.gegevens_holder aside article img {
  width: 100px;
}

.gegevens_holder aside .remove-product {
  font-size: 20px;
  cursor: pointer;
  color: #A68A54;
}

.gegevens_holder aside .aantal {
  padding-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 10px;
}

.gegevens_holder aside .aantal i {
  color: #252525;
  cursor: pointer;
}

.gegevens_holder aside .aantal input {

}

.gegevens_holder aside .aantal input {
  width: 50px;
  border: 1px solid #D5D5D5;
  padding: 5px;
  margin: 0 5px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gegevens_holder aside article > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.gegevens_holder aside article div div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 15px;
}

.gegevens_holder aside article div h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.gegevens_holder aside article div h3 {
  font-size: 14px;
  font-weight: 200;
  color: #353535;
}

.gegevens_holder .totaalprijs {
  width: 100%;
  border-top: #E1E1E1 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
}

.gegevens_holder aside .veiligbetalen {
  width: 100%;
  background-color: #ffffff;
  margin-top: 40px;
  padding: 30px;
  border: 1px solid #D5D5D5;
}

.gegevens_holder aside .veiligbetalen h2 {
  font-size: 22px;
  margin-bottom: 15px;
  border-top: 1px solid #D5D5D5;
  padding-top: 20px;
  margin-top: 20px;
}

.gegevens_holder aside .veiligbetalen h2:first-of-type {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}

.gegevens_holder aside .betaalmethodes {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.gegevens_holder aside .betaalmethodes img {
  width: 35px;
  margin-right: 10px;
}

.gegevens_holder aside .veiligbetalen a {
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-weight: 200;
  padding: 8px 0;
  color: #353535;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.gegevens_holder aside .veiligbetalen a i {
  width: 30px;
  font-size: 18px;
}


.webshop-form {
  padding: 50px;
  background-color: #fff;
  border-right: #E1E1E1 1px solid;
  width: calc(100% - 550px);
}

.webshop-form fieldset>div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

.webshop-form .field {
  position: relative;
  margin-bottom: 15px;
}

.webshop-form .field input,
.webshop-form .field select,
.webshop-form .field textarea,
.shoppingcart_main #servicepunt,
.cadeaubon-item input {
  width: 100%;
  background-color: white;
  color: #333333;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  letter-spacing: 0;
  padding: 13px 11px;
  font-size: 14px;
  height: initial;
  font-family: 'Spartan', sans-serif;
}

.webshop-form .field_caret {
  border-left: 1px rgba(179,179,179,0.5) solid;
  height: 43%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0%, -50%);
}

.webshop-form .field_caret i {
  font-size: 20px;
  color: #919191;
  margin-left: 10px;
}

.webshop-form .field label {
  position: absolute;
  left: 13px;
  top: 16px;
  font-size: 14px;
  transition: all .2s;
}

.webshop-form .floatlabel label {
  top: 8px;
  font-size: 10px;
  color: #737373;
  font-weight: 700;
}

.webshop-form .floatlabel input,
.webshop-form .floatlabel select,
.webshop-form .floatlabel textarea {
  padding-top: 20px;
  padding-bottom: 6px;
}

.webshop-form .field input:focus {
  border: 1px solid #000;
}

.webshop-form input[type=submit] {
  padding: 10px 30px;
  border-radius: 4px;
  background-color: #000000;
  color: white;
  font-size: 18px;
  border: 2px solid #000000;
  transition: all .3s;
}

.webshop-form input[type=submit]:hover {
  background-color: white;
  color: #000000;
}

.webshop-form #field_Voornaam,
.webshop-form #field_Naam {
  width: 49%;
}

.webshop-form #field_Gemeente  {
  width: 80%;
}

.webshop-form #field_Huisnummer,
.webshop-form #field_Postcode {
  width: 18%;
}

.webshop-form #field_Land,
.webshop-form #field_Telefoon,
.webshop-form #field_GSM,
.webshop-form #field_Email,
.webshop-form #field_Levnaam,
.webshop-form #field_Opmerking,
.webshop-form #field_Adres,
.webshop-form #field_Bedrijfsnaam,
.webshop-form #field_BTW {
  width: 100%;
}


.leverklik {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.checkboxField label {
  width: initial !important;
  margin-right: 10px;
}

.checkboxField {
  color: #000;
}

.checkboxField input {
  width: 20px !important;
}

.webshop-form h2 {
  font-weight: 400;
  letter-spacing: 4px;
  font-size: 15px;
  padding-top: 20px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px;
  border-top: 2px solid #f4f4f4;
  width: 100%;
}

.gegevens_input {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  border-top: 2px solid #f4f4f4;
  padding-top: 20px;
}

.gegevens_input label a {
  color: #000;
  font-weight: 700;
}

.gegevens_controleren {
  display: none;
}

.webshop_Adres {
  width: 100% !important;
}

.webshop_Postcode {
  width: 31.33% !important;
}

.webshop_Gemeente {
  width: 66.66% !important;
}

.input_gegevens {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.input_gegevens p {
  font-size: 16px;
  font-weight: 200;
  color: #353535;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 47%;
  margin-bottom: 10px;
}

.input_gegevens p span {
  font-weight: 700;
}

.input_producten {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 10px 0;
  width: 100%;
}

.input_producten article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 2px dashed #f7f7f7;
  margin-bottom: 5px;
  padding: 10px 0;
  letter-spacing: 1px;
}

.input_producten article>div:first-of-type {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.input_producten article img {
  width: 50px;
  margin-right: 20px;
}

.input_producten article:last-of-type {
  border-bottom: none;
}

.big {
  font-size: 16px;
  font-weight: 400;
  color: #1C1B1B;
  margin-bottom: 10px;
}

.small {
  font-size: 1em;
  font-weight: 400;
  color: #8a8a8a;
}

.input_producten article div:last-of-type {
  font-size: 16px;
  color: #1C1B1B;
  font-weight: 400;
}

.input_producten article div:last-of-type span {
  margin-left: 20px;
}

.controle_part .financial {
  width: 100%;
}

/* Einde Gegevens */

/* Controleren */

.controleren_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.controleren_content>h2 {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 30px;
  border-bottom: 2px dashed #f0f0f0;
  font-size: 22px;
  color: #064A7D;
  font-weight: 700;
}

.controle_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.2em;
  padding: 7px 0;
  font-family: "effra",ssans-erif;
}

.controleren_content article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.controleren_content article img {
  width: 100px;
}

.controleren_content article > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.controleren_content article div div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-left: 15px;
}

.controleren_content article div h2 {
  font-size: 20px;
  margin-bottom: 10px;
}

.controleren_content article div h3 {
  font-size: 14px;
  font-weight: 200;
  color: #353535;
}

.controleren_content .totaalprijs {
  width: 100%;
  border-top: #E1E1E1 1px solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
}

.controle_item h3 {
  font-weight: 700;
  color: #353535;
}

.controle_item p {
  font-weight: 200;
  color: #353535;
}

#subm:disabled {
  background-color: #848484;
}

.controle_product {
  width: 49%;
  margin-bottom: 2%;
  border: 2px solid #efefef;
  padding: 10px;
}

.controle_product img {
  width: 100%;
  max-width: 200px;
  margin-right: 10px;
}

.controle_product h3 {
  font-size: 1.1em;
  font-weight: 700;
  color: #353535;
  margin-bottom: 5px;
}

.product_titel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.controle_product p {
  line-height: 150%;
  color: #848484;
  margin-bottom: 5px;
  margin-top: 5px;
}

.controle_product p big {
  font-size: 1em;
}

.controle_product p small {
  font-size: .9em;
}

.controle_product p span {
  display: block;
  font-weight: 400;
  font-size: 1.1em;
  color: #CDA03A;
}

.remark_btn {
  background-color: #f9f1df;
  color: #CDA03A;
  padding: 10px;
  border: 0;
  width: 100%;
  border-radius: 4px;
  font-family: 'effra', sans-sans-serif;
  cursor: pointer;
}

.remark_btn.add_btn {
  background-color: #f9f1df;
}
.remark_btn.save_btn {
  display: none;
}

.show-disclaimer {
  cursor: pointer;
}

.remark textarea {
  width: 100%;
  border: 1px solid #39ac6a;
  margin-bottom: 5px;
  padding-left: 5px;
  padding-top: 3px;
}
.remark_holder {
  margin-bottom: 8px;
}

.gekozen_ophaalmoment {
  line-height: 150%;
  color: #353535;
  width: 100%;
  font-size: 1.2em;
}

.infoevent {
  font-size: 1.2em;
  font-weight: 200;
  text-align: center;
  color: #353535;
  background-color: #e4f8ec;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}

.gekozen_ophaalmoment small {
  width: 100%;
  font-size: .8em;
  display: inline-block;
}


.date_op h2 {
  font-size: 25px;
  color: #EC008C;
  margin-bottom: 0;
  font-family: 'effra', sans-serif; 
}
.date_op p span {
  font-weight: 700;
  color: #353535;
}

.date_op p {
  font-size: 18px;
  font-weight: 200;
  color: #353535;
  display: flex;
  padding: 3px 0;
  justify-content: space-between;
  align-items: center;
}

.date_op i {
  margin-right: 10px;
}

/* Einde Controleren */

/* Bevestiging */

.bestelling_geplaatst {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #f0f3f7;
  min-height: 100vh;
}

.bestelling_geplaatst>div {
  background-color: white;
  border-radius: 5px;
  width: 100%;
  max-width: 650px;
  padding: 50px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  -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);
}

.bestelling_geplaatst>div>i {
  font-size: 3em;
  color: #1C1B1B;
}

.bestelling_geplaatst>div h1 {
  color: #1C1B1B;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
}

.bestelling_geplaatst>div h2 {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #353535;
  margin-bottom: 20px;
}

.bestelling_geplaatst>div div {
  text-align: center;
  font-size: 16px;
  line-height: 150%;
  color: #6a6a6a;
}

.bestelling_geplaatst>div a {
  padding: 15px 30px;
  background-color: #1C1B1B;
  color: white;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
  border: 1px solid black;
  margin-top: 20px;
  transition: all .3s;
  font-family: Montserrat, sans-serif;
}


.bestelling_geplaatst>div a:hover {
  background-color: transparent;
  color: #1C1B1B;
}

/* Einde Bevestiging */


/* Cookie Melding */

.plenso_cookies {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: white;
  border-radius: 5px;
  max-width: 500px;
  -webkit-box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
  -moz-box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
  box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  z-index: 100;
  padding: 25px;
  transition: all .5s;
}

.plenso_cookies>img {
  width: 50px;
}

.plenso_cookies>div {
  color: #10182F;
  line-height: 140%;
  padding: 20px 0px;
  line-height: 25px;
}

.plenso_cookies>div a {
  color: #10182F;
  display: inline-block;
  text-decoration: underline;
}

.plenso_cookies>a {
  background-color: #064A7D;
  color: white;
  font-weight: 700;
  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 Cookie Melding */


/* Contact Pagina */

.contact_pagina {
  width: 100%;
  max-width: 1600px;
  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_info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #F4F4F4;
  padding: 50px 50px;
  margin-top: 20px;
  width: 100%;
}

.contact_info p {
  font-size: 18px;
  font-weight: 200;
  color: #252525;
}

.contact_gegevens {
  width: 35%;
}

.contact_gegevens h1 {
  font-weight: 700;
  color: #064A7D;
  margin-bottom: 20px;
  font-size: 30px;
}

.contact_gegevens h2 {
  font-size: 18px;
  font-weight: 200;
  color: #353535;
  line-height: 170%;
}

.contact_gegevens p {
  padding-bottom: 10px;
}

.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_split h2 {
  font-weight: 200;
  color: #064A7D;
  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: #252525;
  font-weight: 200;
}

.contact_split div p a {
  color: #252525;
}

.contact_split div p i {
  position: absolute;
  left: 0;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  color: #064A7D;
  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],
.contact_form select {
  width: 100%;
  border: none;
  border-bottom: 2px solid #EEEEEE;
  padding: 8px 0px;
  color: #252525;
  font-size: 18px;
  font-weight: 200;
  font-family: 'Spartan', sans-serif;
}

.contact_form select {
  background-image: url(/images/select.png);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

.contact_form input[type=text]:focus, 
.contact_form input[type=email]:focus {
  border-bottom: 2px solid #000;
  font-weight: 400;
}

.contact_form textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #EEEEEE;
  border-radius: 0px;
  padding: 10px 0px;
  color: #252525;
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 18px;
  font-family: 'Spartan', sans-serif;
  height: 100px;
}

.contact_form textarea:focus {
  border-bottom: 2px solid #000;
  font-weight: 400;
}

.contact_form input[type=submit] {
  padding: 10px 40px;
  background: transparent;
  border: 2px solid #064A7D;
  font-weight: 200;
  color: #064A7D;
  font-size: 16px;
  font-weight: 700;
  font-family: 'Spartan', serif;
  transition: all .3s;
}


.contact_form input[type=submit]:hover {
  background-color: #064A7D;
  color: #fff;
}

.contact_formulier .field {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
}

.contact_formulier .field label {
  position: absolute;
  left: 0;
  top: 12px;
  transition: all .3s;
}

.contact_formulier .floatlabel label {
  top: -5px;
  font-size: 12px;
}


.contact_formulier #NaamInput {
  width: 49%;
}

.contact_formulier #EmailInput {
  width: 100%;
}

#dasmap {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  height: 600px;
  position: relative;
  z-index: 0;
  margin-top: -70px;
  margin-bottom: 30px;
}

/* Einde Contact Pagina */


/* GDPR */

#content-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin: auto;
}

#content-container h1 {
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  color: #064A7D;
  margin-bottom: 20px;
  margin-top: 50px;
}


#content-container h2 {
  color:#064A7D;
  font-size:20px;
  font-weight:bold;
  margin-bottom: 1em;
  margin-top: 1em;
  cursor: pointer;
  padding-left: 15px;
}

#content-container h3 {
  background: #064A7D;
  color: #fff;
  font-size: 18px;
  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: 16px;
}

#content-container ul {
  margin-left: 3em;
}

#content-container table {
  width: 100%;
}

#content-container a {
  color: #064A7D;
  font-weight: 700;
}

#gdpr-wrapper {
  min-height:100%;
  position:relative;
}

#content-container thead {
  background-color: #4C4C4C;
  color: #fff;
}


#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;
}

/* Einde GDPR */

/* Waarden */

.waarden {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
}

.kernwaarden {
  width: 40%;
  background-color: transparent;
  background: #efefef;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 80px;
  padding-bottom: 50px;
  flex-direction: column;
}

.kernwaarden > h2 {
  font-weight: 300;
  color: #000;
  font-size: 60px;
  line-height: 110%;
  width: 100%;
  text-align: right;
  font-size: 35px;
  margin-bottom: 35px;
}

.kernwaarden ul {
  padding: 0px 0 0 0;
  list-style-type: none;
}

.kernwaarden ul li>div:first-of-type {
  width: 70px;
  color: #353535;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kernwaarden ul li>div:last-of-type {
  font-size: 22px;
  min-width: 300px;
  color: #353535;
  text-align: right;
}

.kernwaarden ul li {
  display: flex;
  padding: 18px 0;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}

.troeven {
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 80px 80px;
  flex-wrap: wrap;
}


.troeven > h2 {
  color: #b0d49b;
  width: 100%;
  font-size: 35px;
  color: #BAA379;
  font-weight: 700;
}

.troeven article {
  width: 45%;
  margin: 25px 0;
}

.troeven article > h2 {
  font-weight: 300;
  color: #353535;
  font-size: 60px;
  line-height: 110%;
  width: 100%;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 25px;
}

.troeven article div {
  line-height: 200%;
  font-size: 1.1em;
  color: #5F5F5F;
}



/* Einde Waarden */

.menu_filter {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #e3e3e3;
  padding: 10px 0;
}

.menu_filter article {
  padding: 15px 20px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.menu_filter article a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.menu_filter article h2 {
  font-size: 18px;
  font-weight: 200;
  margin-top: 10px;
  color: #252525;
}

.menu_filter article i {
  color: #064A7D;
  font-size: 33px;
  width: 65px;
  position: relative;
  z-index: 0;
}

.menu {
  width: 100%;
}

.menu h1 {
  font-size: 25px;
  font-weight: 700;
  color: #064A7D;
  margin-bottom: 20px;
  width: 100%;
}

.kaartdetail {
  width: 100%;
  margin: 0 auto;
  max-width: 1750px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 25px 0;
}

.kaartdetail > div {
  width: calc(100% - 450px);
}

.product_list {
  width: 100%;
  margin: 0 auto;
}

.product_list .subcat {
  width: 100%;
  margin-bottom: 30px;
}

.product_list .subcat h2 {
  font-size: 18px;
  font-weight: 700;
  color: white;
  background-color: #064A7D;
  padding: 15px 20px;
  border-radius: 200px;
  margin-bottom: 15px;
}

.product_list .subcat article {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  margin: 0 10px;
  border-bottom: 1px dashed #d5d5d5;
  position: relative;
  transition: all .3s;
}

.product_list .subcat article:hover {
  background-color: #ecf8fd;
}

.product_list .subcat article a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.product_list .subcat article h3 {
  font-size: 18px;
  font-weight: 200;
}

.product_list .subcat article h4 {
  font-size: 14px;
  font-style: italic;
  color: #7e7e7e;
  margin-top: 5px;
  font-weight: 200;
}

.product_list .subcat article p {
  font-size: 18px;
  font-weight: 200;
  white-space: nowrap;
}

.product_page {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 10px;
}

.product_page img {
  width: 45%;
}

.product_page > div {
  width: 50%;
}

.product_page a {
  margin-bottom: 10px;
  color: #ffffff;
  display: inline-block;
  background-color: #064A7D;
  padding: 14px 30px;
  cursor: pointer;
}

.product_page h1 {
  font-size: 25px;
  font-weight: 700;
  color: #064A7D;
  margin-bottom: 5px;
}

.product_page h3 {
  font-size: 16px;
  font-weight: 200;
  font-style: italic;
  color: #bababa;
  margin-bottom: 10px;
}

.product_page > div div {
  font-size: 18px;
  line-height: 150%;
  font-weight: 200;
  color: #252525;
  margin-bottom: 20px;
}

.product_page > div div ul {
  list-style-type: disc;
  padding-left: 20px;
}

.product_page h2 {
  font-size: 18px;
  font-weight: 700;
  color: #064A7D;
}

.allergenen {
  background-color: #f8f8f8;
  padding: 50px;
}

.allergenen > div {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.allergenen h2 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  color: #8b8b8b;
  font-weight: 700;
}

.allergenen img {
  width: 13.5%;
}


@media screen and (max-width: 860px){
  .menu_filter {
    justify-content: flex-start;
  }

  .menu_filter article {
    width: 50%;
  }

  .menu_filter article i {
    font-size: 22px;
    width: 40px;
  }

  .menu_filter article h2 {
    font-size: 14px;
  }

  .product_list .subcat h2 {
    font-size: 14px;
    padding: 15px;
    border-radius: 0;
  }

  .product_list .subcat article {
    margin: 0;
  }

  .product_list .subcat article h3 {
    font-size: 14px;
  }

  .product_list .subcat article h4 {
    font-size: 12px;
  }

  .product_list .subcat article p {
    font-size: 14px;
  }

}

@media screen and (max-width: 400px){
  .row-block.extra {
    display: none;
  }
  .blog-main .blog-img .h1 {
    font-size: 1.6em;
  }
}


/* Media Query's */

@media screen and (max-width: 1750px) {
  .navigatie {
    padding: 15px 10px;
  }

  .home_slider article div {
    width: 95%;
  }
}

@media screen and (max-width: 1350px) {
  .blok_type_2 .bgcolor {
    display: none;
  }

  .blok_type_2 .content {
    padding: 0;
    margin-top: 50px;
  }

  .blok_type_2 .content article > div {
    flex-wrap: wrap;
  }

  .blok_type_2 .content article > div > div {
    width: 100%;
    order: 2;
    padding: 10px;
  }

  .blok_type_2 .content img {
    width: 100%;
    order: 1;
  }

  .blok_type_2 .slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

  }

  .blok_type_2 .slick-dots li {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 10px;
    border: 2px solid #4e4d4a;
    background-color: #fff;
  }

  .blok_type_2 .slick-dots .slick-active {
    background-color: #4e4d4a;
  }

  .blok_type_2 .slick-dots li button {
    display: none;
  }

  .home_ovelay article > div .content {
    left: 40px;
    bottom: 40px;
  }

  .home_ovelay article > div .content h2 {
    font-size: 50px;
  }
}

@media screen and (max-width: 1300px) {
  .oplossingen {
    flex-wrap: wrap;
  }

  .oplossing_ov {
    width: 100%;
  }

  .oplossing_det {
    width: 100%;
  }

  .oplossingen_floating {
    left: initial;
    right: 0;
    transform: none;
    width: 100%;
    height: 1px;
  }

  .oplossingen_floating h2 {
    position: absolute;
    right: -134px;
    line-height: 100%;
  }



  .oplossingen_sublink {
    display: none;
  }

  .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: 14px;
  }

  .oplossing_det>div>a {
    margin-top: 10px;
    font-size: 18px;
  }

  .home_banner .content h2 {
    font-size: 60px;
  }

  .blok_type_2 .bgcolor {
    display: none;
  }

  .blok_type_2 .content {
    flex-wrap: wrap;
    padding-top: 30px;
  }

  .blok_type_2 .content > div h2 {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .blok_type_2 .content > div >div {
    font-size: 16px;
  }

  .blok_type_2 .content > div {
    width: 100%;
  }

  .blok_type_2 .content img {
    width: 100%;
  }

  .vragen {
    width: 100%;
  }

  .vragen_form {
    margin-top: 30px;
    width: 100%;
  }

}

@media screen and (max-width: 1200px) {
  .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_split div {
    padding: 20px;
  }

  #dasmap {
    margin-top: 15px;
    height: 400px;
  }


  .kernwaarden {
    width: 100%;
    padding: 30px 10px;
  }

  .troeven {
    width: 100%;
    padding: 20px;
  }

  .kernwaarden ul {
    padding-top: 20px;
  }

  .kernwaarden ul li {
    justify-content: center;
    flex-direction: column;
  }

  .kernwaarden ul li>div:first-of-type {
    width: initial;
    margin-bottom: 10px;
  }

  .kernwaarden ul li>div:last-of-type {
    min-width: initial;
  }

  .kernwaarden > h2 {
    text-align: center;
    margin-bottom: 10px;
  }

  .kernwaarden ul {
    width: 100%;
  }

  .contact_gegevens > div a {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }
  .contact_split img {
    display: none;
  }

  .contact_split div {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }


  .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;
  }

  .kaartdetail {
    padding: 10px;
  }

  .menu_filter {
    max-width: 100%;
    padding: 10px;
    margin-bottom: 30px;
  }

  .kaartdetail > div {
    width: 100%;
    padding: 10px;
  }

  .menu_filter article {
    width: 50%;
  }
}

@media screen and (max-width: 1100px) {
  footer {
    padding: 20px 10px;
  }

  .footer_item {
    order: 1;
    padding: 10px;
  }

  .over_banner article {
    height: 800px;
  }

  .footer_item:first-of-type {
   display: none;
 }

 .footer_item:first-of-type h2 {
  text-align: center;
  width: 100%;
}

.footer_item:first-of-type div {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.innerfooter {
  justify-content: space-around;
}

.home_banner {
  background-attachment: initial;
}

.home_banner .content a {
  white-space: nowrap;
}

.home_banner .content h2 {
  width: 100%;
  padding: 10px;
}

.home_banner .content {
  width: 100%;
}

.blokken article {
  flex-wrap: wrap;
}

.blokken article img {
  width: 100%;
  order: 1 !important;
}

.blokken article > div {
  width: 100%;
  order: 2 !important;
  padding: 10px;
}

.blokken article > div h2 {
  font-size: 25px;
}

.gegevens_holder aside .veiligbetalen {
  display: none;
}

.webshop-form {
  width: 100%;
  order: 2;
  border-right: none;
  padding: 20px 10px;
}

.gegevens_holder {
  flex-wrap: wrap;
}

.shoppingcart_holder::after {
  display: none;
}

.gegevens_holder aside {
  width: 100%;
  order: 1;
  padding: 20px 10px;
  border-bottom: #E1E1E1 1px solid;
}

.navsub > a {
  display: none;
}

.navigatie .menubtn {
  display: flex;
}

.reservatie {
  flex-wrap: wrap;
}

.reservatie > div {
  width: 100%;
}

.reservatie > div {
  order: 2;
  padding: 0 0;
  background-image: none !important;
}

.reservatie .reservatie_temp {
  order: 1;
  padding: 50px 10px;
  background-color: #fff;
}

.home_slider article div {
  display: none;
}

.page_header h2 {
  text-align: center;
  line-height: 140%;
}

.product_page > div {
  width: 100%;
}

.product_page img {
  margin-bottom: 20px;
  width: 100%;
}

.privcnt {
  font-size: 12px !important;
}

.kamers_img {
  padding: 20px;
}

.kamers_img img {
  width: 100%;
}

.over_banner {
  flex-wrap: wrap;
}

.over_banner article {
  width: 100%;
  height: 500px;
  margin-bottom: 10px;
}

.over_banner article > div {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
}

@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%;
  }

  .innerfooter {
    justify-content: space-around;
  }

  .footer_item:first-of-type {
    display: none;
  }

  .footer_item {
    order: 2;
  }

  .footer_item:last-of-type {
    order: 1;
  }

  .product_header_image {
    width: 100%;
  }

  .product_header_content {
    width: 100%;
    max-width: 100%;
  }

  .product_header_content h1 {
    font-size: 20px;
  }

  .product_header {
    flex-wrap: wrap;
  }

  .modal-footer {
    flex-wrap: wrap;
  }

  .modal-footer .btn {
    width: 100%;
  }

  .kamers_img {
    width: 100%;
    order: 1;
    padding: 10px;
  }

  .kamers_content {
    width: 100%;
    padding-left: 10px !important;
    order: 2;
    padding: 10px;
  }

  .kamers_content h3 {
    display: none;
  }

  .kamers_titel {
    min-height: auto;
  }

  .kamers_content a {
    margin-top: 10px;
    font-size: 15px;
  }

  .kamers_content h2 {
    font-size: 20px;
  }

  .content_split {
    margin-bottom: 20px;
  }

  .detail_left {
    width: 100%;
  }

  .detail_right {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }

  .detailpage {
    flex-wrap: wrap;
    padding: 30px 10px;
  }

}

@media screen and (max-width: 900px){
  .blog-main .c {
    font-size: 1em;
  }

  .curtaindrop>div {
    background-color: rgba(0, 0, 0, .85);
  }

  .curtaindrop h2 {
    font-size: 20px;
  }

  .curtain-close {
    font-size: 40px;
    right: 20px;
    top: 20px;
  }

  .curtaindrop>div>div:last-child {
    width: 90%;
  }

  .curtaindrop p {
    font-size: 15px;
  }

  .in_beeld article {
    width: 49%;
  }

  .beoordelingen article {
    width: 100%;
  }

  .beoordelingen article h2 {
    font-size: 20px;
  }

  .beoordelingen article .tekst {
    font-size: 15px;
  }

  .power article {
    font-size: 25px;
  }

  .over_banner article {
    height: 600px;
  }
}

@media screen and (max-width: 800px){
  .grijze_ak_content {
    transform: none;
  }

  .grijze_ak_content img {
    display: none !important;
  }

  .aks {
    transform: none;
  }

  .grijze_ak_content>div {
    width: 100%;
  }

  .grijze_ak {
    margin-top: 0;
  }

  .grijze_ak_content>div h2 {
    text-align: center;
  }

  .grijze_ak_content>div div {
    text-align: center;
  }

  .grijze_ak_content>div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }

  .aks .slick-dots {
    width: 100%;
    margin-left: 0;
    margin-top: 25px;
  }

  .aks .slick-arrow {
    bottom: -25px;
    left: 48%;
    transform: translateX(-50%);
  }

  .aks .slick-next {
    left: 52%;
  }

  .navigatie .logo {
    width: 150px;
  }

  .page_header {
    padding: 30px 10px;
  }

  .page_header h1 {
    font-size: 30px;
  }

  .page_header > div {
    font-size: 14px;
  }

  .products article {
    width: 48%;
  }

  .producten_preview .producten article {
    width: 98%;
  }

  .grijze_ak>h2 {
    display: none;
  }

  .menuholder {
    padding-top: 100px;
    justify-content: center;
    align-items: flex-start;
  }

  .menuholder nav a {
    font-size: 25px;
  }

  .siteby div div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    line-height: 180%;
  }


  .siteby > div > div > a {
    order: 1;
  }

  .dd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row !important;
    order: 2;
  }

  .ff {
    display: none;
  }

  .blokken article > div h2 {
    font-size: 20px;
  }

  .blokken article > div div {
    font-size: 14px;
  }

  .blokken article > div a {
    font-size: 16px;
  }

  .contact_split div p {
    font-size: 16px;
  }

  .troeven article {
    width: 100%;
    margin: 10px 0;
  }

  .troeven article > h2 {
    font-size: 18px;
  }

  .troeven article div {
    font-size: 14px;
  }

  .winkelwagen_pagina>h1, .gegevens_pagina h1 {
    font-size: 18px;
  }

  .financial dt,
  .financial dd {
    font-size: 14px;
  }

  .shopping_cart article h2 {
    font-size: 15px;
  }

  .shopping_cart article {
    flex-wrap: wrap;
  }

  .goto_prev {
    font-size: 14px;
  }

  .goto_next {
    font-size: 14px;
    padding: 10px 20px;
  }

  .sub_article .price {
    font-size: 14px;
  }

  .sub_article {
    width: 100%;
  }

  .main {
    width: 100%;
  }

  .shopping_cart article:first-of-type {
    display: none;
  }

  .controle_item {
    font-size: 15px;
  }

  .controleren_content>h2 {
    font-size: 20px;
  }

  .controleren_content article div h2 {
    font-size: 16px;
  }

  .controleren_content article div h3 {
    font-size: 12px;
  }

  .controleren_content article img {
    width: 80px;
  }

  .controleren_content .totaalprijs {
    font-size: 16px;
  }

  .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;
  }

  .home_banner .content h2 {
    font-size: 30px;
  }

  .producten_preview .producten article {
    width: 98% !important;
  }

  .detail_right h1 {
    font-size: 25px;
  }

  .grijze_ak {
    padding-top: 30px;
    margin-top: 0 !important;
  }

  .b {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .blog-recent .blog-item {
    width: 100%;
  }

  .home_ovelay .slider .slick-arrow {
    right: 20px;
    bottom: 20px;
  }

  .home_ovelay .slider .slick-prev {
    right: initial;
    left: 20px;
  }


  .home_ovelay article > div .content {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .home_ovelay article .home_overlay_btn {
    margin-top: 10px;
    font-size: 18px;
    padding: 10px 0;
  }

  .home_ovelay article > div .content h2 {
    font-size: 35px;
  }
}


@media screen and (max-width: 700px) {
  .footer_item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }

  .blog-main .blog-img .h1 {
    position:static;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.4em;
  }

  .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: 650px) {
  .footer_item {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .footer_item div span {
    display: none;
  }

  .navigatie .share {
    display: none;
  }

  .webshop-form #field_Voornaam, .webshop-form #field_Naam, 
  .webshop-form #field_Huisnummer, .webshop-form #field_Postcode,
  .webshop-form #field_Gemeente {
    width: 100%;
  }

  .webshop-form input[type=submit] {
    font-size: 15px;
  }

  .over_banner article {
    height: 700px;
  }

  .over_banner article h2 {
    font-size: 25px;
  }

}

@media screen and (max-width: 600px) {
  .PL_Wrapper {
    right: 10px;
  }

  .products article {
    width: 98%;
  }


  .blog-more-nav-btn {
    display: block;
  }
  .blog-more-nav {
    display: none;
  }

  .signature {
    display: none;
  }

  .paraf {
    display: block !important;
    width: 100px;
    margin-bottom: 20px;
  }

  .footer_item {
    margin-bottom: 0;
  }

  .vragen article h2 {
    font-size: 16px;
  }

  .vragen article div {
    font-size: 14px;
  }
}


@media screen and (max-width: 500px) {
  .PL_Buttons a {
    width: 100%;
    margin: 0;
    margin-top: 15px;
  }

  .PL_Buttons {
    flex-wrap: wrap;
  }

  .navigatie .logo {
    width: 120px;
  }

  .floatinglink {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  .menu_filter article {
    width: 100%;
  }
}

@media screen and (max-width: 400px){
  .row-block.extra {
    display: none;
  }
  .blog-main .blog-img .h1 {
    font-size: 1.6em;
  }
}