@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=search],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
html,
body {
  margin:0;
  padding:0;
  height:100%;
  font-family: 'Spartan', sans-serif;
}

main {
  background-color: #fff;
}

/* 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 */


/* 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 10px;

}

.page_header h1 {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #353535;
  margin-bottom: 20px;
  font-family: 'Nanum Myeongjo', serif;
}

.page_header h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 20px; 
  color: #6E4E7C;
}

.page_header > div {
  font-size: 21px;
  font-weight: 200;
  color: #353535;
  text-align: center;
  line-height: 170%;
}

.icontussen {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icontussen img {
  width: 40px;
}

/* Einde Page Header */

.loginfirst {
  width: 100%;
  background-color: #FAFAFA;
  position: relative;
  border-top: 1px solid #ececec;
}

.loginfirst .whitebg {
  position: absolute;
  width: 40%;
  background-color: white;
  right: 0;
  top: 0;
  bottom: 0;
}

.loginfirst_split {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.loginfirst_login {
  width: 60%;
  padding: 180px 0;
}

.loginfirst_split div h2 {
  font-weight: 700;
  font-size: 22px;
  color: #6E4E7C;
  font-weight: 700;
}

.loginfirst_split .field {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}

.loginfirst_split .field label {
  position: absolute;
  left: 13px;
  top: 19px;
  font-size: 14px;
  letter-spacing: 0;
  transition: all .2s;
}

.loginfirst_split .floatlabel label {
  top: 10px;
  font-size: 10px;
}

.loginfirst_split .field input {
  width: 100%;
  background-color: white;
  color: #333333;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-family: 'Poppins', sans-serif;
  padding: 13px 11px;
  font-size: 14px;
  height: initial;
}

.loginfirst_split .floatlabel input {
  padding: 21px 11px 5px 11px;
}

.loginfirst_split input[type=submit] {
  background-color: #6E4E7C;
  padding: 8px 30px;
  color: white;
  font-family: 'Poppins', sans-serif;
  border: 2px solid #6E4E7C;
  border-radius: 4px;
  font-weight: 200;
  transition: all .3s; 
}

.loginfirst_split input[type=submit]:hover {
  background-color: white;

  color: #6E4E7C;
}

.loginfirst .login_geg {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 10px 0;
  padding-right: 50px;
}

.login_first_register {
  width: 40%;
  padding: 180px 0;
  padding-left: 50px;
  background-color: white;
  border-left: 1px solid #ececec;
}

.login_first_register p {
  line-height: 180%;
  font-weight: 200;
  font-size: 15px;
  color: #353535;
  margin: 15px 0;
}

.login_first_register a {
  transition: all .3s;
  border: 2px solid #6E4E7C;
  background-color: #6E4E7C;
  color: white;
  display: inline-block;
  padding: 14px 30px;
  border-radius: 4px;
}

.login_first_register a:hover {
  background-color: #fff;
  color: #6E4E7C;
}

/* Login */

.login {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 100vh;
}

.loginpart {
  width: 100%;
  max-width: 500px;
  background-color: white;
  border-right: 2px solid #F5F5F5;
  z-index: 1;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.loginpart img {
  width: 100%;
  max-width: 200px;
}

.loginpart form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 90%;
}

.loginpart form h2 {
  font-size: 20px;
  color: #D37119;
  font-weight: 700;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}

.loginpart form h3 {
  color: #8f8f8f;
  line-height: 150%;
  font-weight: 200;
  font-size: 18px;
  margin-bottom: 20px;
}

.spcc {
  color: #8f8f8f;
  line-height: 150%;
  font-weight: 200;
  font-size: 18px;
  margin-bottom: 20px;
}

.loginpart form input[type=email], .loginpart form input[type=password] {
  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: 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.loginpart form input[type=submit] {
  background-color: #6E4E7C;
  border-radius: 4px;
  border: 2px solid #6E4E7C;
  font-family: 'Poppins', sans-serif;
  font-weight: 200;
  padding: 10px 30px;
  color: white;
  font-size: 18px;
  transition: all .3s;
  margin: 0 !important;
  height: initial !important;
  display: inline-block;
  line-height: initial !important;
}

.loginpart form input[type=submit]:hover {
  background-color: #fff;
  color: #6E4E7C;
}

.loginpart form div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.loginpart form div a {
  font-size: 15px;
  font-weight: 700;
  color: #d1d1d1;
}

.loginpart form div.link-options {
  display: block;
}
.loginpart form div.link-options a:not(:last-child) {
  display: block;
  margin-bottom: 10px;
}

.logincontent {
  width: 100%;
  background-color: white;
  background-image: url(/images/login.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.forgot_pass {
  color: #7d7d7d;
  font-weight: 700;
  font-size: .9em;
  cursor: pointer;
}
/* Einde Login */

/* 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 h2 {
  font-size: 40px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #353535;
  font-family: 'Nanum Myeongjo', serif;
}

.blokken article > div a {
  font-family: 'Nanum Myeongjo', serif;
  border-top: 1px solid #A68A54;
  border-bottom: 1px solid #A68A54;
  display: inline-block;
  color: #A68A54;
  padding: 15px 10px;
  margin-top: 30px;
  font-size: 20px;
}

.blokken article img {
  width: 55%;
}
/* Einde Blokken */

/* Dashboard */
.abo_wijzigen {
  color: #fff;
  background-color: #6E4E7C;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid #6E4E7C;
  transition: all .3s;
  margin-top: 20px;
}

.abo_wijzigen:hover {
  background-color: #fff;
  color: #6E4E7C;
}

#infos {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

#infos > div:nth-of-type(2),
#infos > div:nth-of-type(3) {
  width: 30%;
}

#infos > div:nth-of-type(1),
#infos > div:nth-of-type(4) {
  width: 68%;
}

#infos > div {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 2%;
}

#infos > div input {
  width: 100%;
  border: 2px solid #EEEEEE;
  font-family: 'Nanum Myeongjo', serif;
  padding: 10px;
  color: #252525;
}

.abo_opzeggen {
  color: #BE2727;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  border-radius: 4px;
  border: 1px solid transparent;
  border: 1px solid #eeeeee;
  transition: all .3s;
}

.abo_opzeggen:hover {
  border: 1px solid #BE2727;
}

.switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
}

.switch h2 {
  font-weight: 200;
  font-size: 16px;
}

.dashboardholder {
  background-color: #F9F9F9;
}

.dashboard {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 50px 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.dashboard_bestellingen {
  width: calc(100% - 450px);
  margin-left: 50px;
} 

.dashboard_bestellingen article {
  width: 100%;
  margin-bottom: 15px;
  padding: 20px;
  background-color: white;
  border-radius: 4px;
  border: 2px solid #f6f6f6;
}

.lessinfo,
.moreinfo {
  cursor: pointer;
}


.dashboard_bestellingen article h3 {
  font-size: 16px;
  font-weight: 200;
  margin-top: 3px;
  color: #888888;
}

.dashboard_bestellingen article table {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #ececec;
}

.dashboard_bestellingen article table thead {
  background-color: #ececec;
  padding: 10px;
  color: #252525;
  font-size: 16px;
  font-weight: 700;
}

.dashboard_bestellingen article table thead th {
  padding: 10px;
  text-align: left;
}

.dashboard_bestellingen article table tbody td {
  padding: 10px;
  font-weight: 200;
  font-size: 16px;
}

.dashboard_bestellingen article .betaling {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.dashboard_bestellingen article .methode {
  width: 50%;
  padding-top: 15px;

}

.dashboard_bestellingen article .methode h3 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #616161;
  margin-bottom: 15px;
}

.dashboard_bestellingen article .methode h3 div {
  font-weight: 700;
  width: 180px;
}

.dashboard_bestellingen article .financial {
  width: 50%;
}


.dashboard_bestellingen > h2 {
  font-size: 20px;
  font-weight: 700;
  color: #6E4E7C;
  margin-bottom: 20px;
}

.dashboard aside {
  width: 400px;
  padding: 15px;
  padding-bottom: 25px;
  border-radius: 4px;
  border: 2px solid #f6f6f6;
  background-color: white;
}


.dashboard aside h2 {
  font-size: 25px;
  font-weight: 700;
  color: #462F2C;
  padding: 20px 20px;
  padding-bottom: 5px;
}

.dashboard aside h3 {
  font-size: 14px;
  font-weight: 200;
  color: #252525;
  padding: 0;
  padding-bottom: 10px;
  margin: 0 20px;
  margin-bottom: 20px;
  border-bottom: #e8e8e8 1px solid;
}

.dashboard .menuitem {
  border-left: 3px solid white;
  padding: 5px 15px;
  margin: 5px 0;
  width: 100%;
  display: inline-block;
  color: #252525;
  cursor: pointer;
}

.dashboard .menuitem i {
  width: 30px;
}

.dashboard .menuitem.active {
  border-left: 3px solid #5C445B;
}

.form_holder_edit,
.password_holder,
.tegoeden_holder {
  width: calc(100% - 450px);
  margin-left: 50px;
}

.form_holder_edit > h2,
.password_holder > h2,
.tegoeden_holder > h2 {
  font-size: 25px;
  font-weight: 700;
  color: #6E4E7C;
  margin-bottom: 20px;
}

.dashboard aside div > a {
  width: 100%;
  text-align: center;
  display: inline-block;
  background-color: #f1f8fd;
  padding: 15px;
  color: #252525;
  border-radius: 4px;
}


.dashboard aside .full_width_input label,
.dashboard aside .half_width_input label,
.dashboard aside .two_thirds_width_input label,
.dashboard aside .third_width_input label {
  margin-bottom: 5px;
  font-weight: 200;
  display: inline-block;
  color: #717171;
}

.tegoeden {
  width: 100%;
  padding: 30px;
  background-color: white;
  border-radius: 4px;
  border: 2px solid #f6f6f6;
  font-size: 15px;
}

.noggeenbestellingen {
  width: 100%;
  padding: 30px;
  background-color: white;
  border-radius: 4px;
  border: 2px solid #f6f6f6;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.noggeenbestellingen p {
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 10px;
}

.noggeenbestellingen a {
  padding: 8px 30px;
  display: inline-block;
  background-color: #6E4E7C;
  color: white;
  font-weight: 200;
  border-radius: 4px;
}

/* Einde Dashboard */



/* Registreren */

.register_page {
  position: relative;
  overflow: hidden;
  border-top: 1px solid #ececec;
}

.register_page::after {
  width: 65%;
  background-image: url(/images/login.jpg);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  content: "";
  z-index: 0;
}

.register_holder {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}

.register_form {
  max-width: 600px;
  padding: 100px 10px 100px 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-left: #E1E1E1 1px solid;
  background-color: #fff;
}

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

.register_form_uitleg h1 {
  font-size: 28px;
  font-weight: 700;
  text-align-last: left;
  color: #6E4E7C;
  margin-bottom: 15px;
  width: 100%;
}

.register_form_devid {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #e8e8e8;
}

.register_form_devid a {
  color: #9f9f9f;
  font-size: 17px;
  font-weight: 200;
}

.register_form_devid input[type=submit] {
  padding: 8px 40px;
  height: initial !important;
  margin: 0 !important;
  background-color: #6E4E7C;
  border-radius: 4px;
  color: white;
  font-family: 'Poppins', serif;
  border: none;
  font-size: 18px;
  font-weight: 200;
  width: 200px;
}

.register_form_uitleg p {
  text-align: center;
  max-width: 200px;
  font-size: 16px;
  color: #252525;
  line-height: 150%;
  margin-bottom: 25px;
}


.register_form .field {
  position: relative;
  margin-bottom: 15px;
}



.register_form input[type=text],
.register_form input[type=email],
.register_form input[type=password] {
  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: 'Poppins', sans-serif;
}

.register_form .field label {
  position: absolute;
  left: 13px;
  top: 19px;
  font-size: 14px;
  transition: all .2s;
}

.register_form .floatlabel input,
.register_form .floatlabel select,
.register_form .floatlabel textarea {
  padding-top: 20px;
  padding-bottom: 6px;
}



.register_form .floatlabel label {
  top: 8px;
  font-size: 10px;
  color: #737373;
  font-weight: 700;
}


.register_form input[type=text]:focus,
.register_form input[type=email]:focus,
.register_form input[type=password]:focus {
  border: #6E4E7C 1px solid;
}

.full_width_input {
  width: 100%;
}

.half_width_input {
  width: 49%;
}

.third_width_input {
  width: 32.33%;
}

.two_thirds_width_input {
  width: 65.66%;
}


/* Einde Registreren */


/* Betaalmethode */

.betaalholder {
  padding: 50px;
  background-color: #fff;
  border-right: #E1E1E1 1px solid;
  width: calc(100% - 550px);
}

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


.betaalholder h2 {
  font-weight: 400;
  font-size: 20px;
  padding-top: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 2px solid #f4f4f4;
  color: #6E4E7C;
  width: 100%;
}

.betaalmethod_form .field {
  position: relative;
  margin-bottom: 15px;
}


.betaalholder input[type=submit] {
  padding: 10px 30px;
  border-radius: 4px;
  background-color: #6E4E7C;
  font-family: 'Nanum Myeongjo', serif;
  color: white;
  font-size: 18px;
  border: 2px solid #6E4E7C;
  transition: all .3s;
}

.betaalholder input[type=submit]:hover {
  background-color: transparent;
  color: #6E4E7C;
}

.betaalmethod_form .fullw {
  width: 100%;
}

.betaalmethod_form .halfw {
  width: 49%;
}

.betaalmethod_form input[type=text],
.betaalmethod_form input[type=email],
.betaalmethod_form input[type=number] {
  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: 'Poppins', sans-serif;
}

.betaalmethod_form .field label {
  position: absolute;
  left: 13px;
  top: 19px;
  font-size: 14px;
  transition: all .2s;
}

.betaalmethod_form .floatlabel input,
.betaalmethod_form .floatlabel select,
.betaalmethod_form .floatlabel textarea {
  padding-top: 20px;
  padding-bottom: 6px;
}



.betaalmethod_form .floatlabel label {
  top: 8px;
  font-size: 10px;
  color: #737373;
  font-weight: 700;
}


.betaalmethod_form input[type=text]:focus,
.betaalmethod_form input[type=email]:focus,
.betaalmethod_form input[type=number]:focus {
  border: #6E4E7C 1px solid;
}

/* Einde Betaalmethode */

/* grijze ak */

.grijze_ak {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 100px;
  padding-bottom: 10px;
  background-color: #EFEFEF;
}

.aks {
  width: 100%;
  max-width: 1100px;
  padding: 20px;
  position: relative;
  padding-bottom: 20px;
  transform: translateY(-70px);
}

.aks .slick-arrow {
  position: absolute;
  left: 47%;
  bottom: 5px;
  background-color: transparent;
  border-radius: 40px;
  width: 35px;
  height: 35px;
  border: none;
  color: #394056;
  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 #394056;
  background-color: transparent;
  margin: 0 5px;
  cursor: pointer;
}

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

.aks .slick-dots .slick-active {
  background-color: #394056;
}

.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: 35px;
  color: #353535;
  font-family: 'Nanum Myeongjo', serif;
  margin-bottom: 30px;
}

.grijze_ak_content>div div {
  line-height: 180%;
  font-weight: 200;
  color: #4c4c4c;
  font-size: 18px;
}

.grijze_ak_content>div a {
  color: #A68A54;
  border-top: #A68A54 1px solid;
  border-bottom: #A68A54 1px solid;
  padding: 15px 10px;
  display: inline-block;
  margin-top: 20px;
  font-size: 18px;
  font-family: 'Nanum Myeongjo', serif;
}


/* 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: flex-end;
  align-items: center;
}

.button_danger {
  padding: 10px 25px;
  border: 1px solid #BE2727 !important;
  font-family: 'Nanum Myeongjo', serif;
  transition: all .3s;
  font-size: 18px !important;
  background-color: transparent;
  color: #BE2727;
  border-radius: 4px;
  font-weight: 200;
}

.button_danger:hover {
  background-color: #BE2727;
  color: #fff !important;
}

.button_success {
  padding: 10px 25px;
  border: 1px solid #6E4E7C !important;
  font-family: 'Nanum Myeongjo', serif;
  transition: all .3s;
  font-size: 18px !important;
  background-color: #6E4E7C;
  color: #fff;
  border-radius: 4px;
  font-weight: 200;
}

.button_success:hover {
  background-color: #6E4E7C;
  color: #fff !important;
}

.button_danger:focus,
.button_success:focus {
  outline: none;
}

/* Einde Dialog Box */


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

.PL_Wrapper h2 {
  color: #353535;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.PL_Wrapper p {
  max-width: 500px;
  color: #979797;
  margin-bottom: 20px;
  text-align: justify;
  line-height: 150%;
}

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

.PL_Buttons a {
  padding: 15px;
  background-color: #6E4E7C;
  border: 1px solid #6E4E7C;
  color: #fff;
  width: 48%;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}

.PL_Buttons a:hover {
  background-color: transparent;
  color: #6E4E7C;
}
/* Einde Cookie Melding */

/* Kalender */

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

.kalenderov > h2 {
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 20px;
}

.kalenderov article {
  width: 49%;
  margin-bottom: 2%;
  display: flex;
  justify-content: flex-start;
  border: 2px solid #e5e5e5;
}

.kalenderov article .datekalender {
  width: 100px;
  height: 100px;
  background-color: #6E4E7C;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.kalenderov article .datekalender p:nth-child(1) {
  font-weight: 900;
  font-size: 27px;
}

.kalenderov article .datekalender p:nth-child(2) {
  font-weight: 700;
  padding: 1px 0 8px 0;
}

.kalenderov article .datekalender p:nth-child(3) {
  font-weight: 700;
}

.kalenderov article .contentkalender {
  width: calc(100% - 200px);
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding: 15px;
}

.kalenderov article .contentkalender h2 {
  font-weight: 700;
  color: #6E4E7C;
  font-size: 20px;
  margin-bottom: 10px;
}

.kalenderov article .contentkalender h3 {
  font-size: 12px;
}

/* Einde Kalender */

/* Navigatie */

.topper {
  width: 100%;
  background-color: #6E4E7C;
  padding: 10px;
}

.topper > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
}

.topper>div span {
  color: #fff;
}

.topper > div div {
  display: flex;
  justify-content: center;
  align-items: center;
}


.topper > div a {
  color: white;
  font-size: 13px;
  margin-left: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.topper > div > a {
  margin-left: 5px;
}


.topper > div a i {
  font-size: 16px;
  margin-right: 7px;
}

.res-nav .zeal {
  margin: 50px 0 0 30px;
  width: 300px;
}

.res-nav {
  width: 400px;
  height: calc(var(--vh, 1vh) * 100);
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 1000;
  overflow: auto;
  transition: all .3s;
  background-color: #6E4E7C;
  background-image: url(/images/glassicon.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.res-nav .discl {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #603f6f;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 12px;
  color: white;
}

.res-nav .discl span {
  padding: 0 10px;
}

.res-nav .discl a {
  color: white;
}

.menubtn {
  width: 30px;
  cursor: pointer;
  display: none;
  transition: all .3s;
}

.menubtn:hover {
  transform: scale(1.05);
}

.menuoverlay {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  background-color: rgba(0,0,0,.4);
}

.overvisible {
  display: block;
}

.closebtn {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 100;
  cursor: pointer;
}

.menu-block {
  overflow: hidden;
}

.menu-is-open {
  right: 0;
}

.res-nav nav {
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  overflow: auto;
  position: relative;
  max-height: calc(100% - 33px);
  overflow: auto;
}

.navitem {
  width: 100%;
  padding: 25px;
}

.navitem div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
}

.navitem div img {
  width: 20px;
  transition: all .5s;
  transform: rotate(0deg);
}

.rotateImg  {
  transform: rotate(-180deg) !important;
} 


.navitem a {
  width: 100%;
  text-align: left;
  display: inline-block;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
}

.navitem ul {
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  border-left: 2px solid #c8c8c8;
  margin-top: 10px;
  padding-top: 10px;
}

.navitem ul li {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;

}

.navitem ul li i {
  margin-left: -7px;
  color: #c8c8c8;
  font-size: .7em;
  margin-right: 20px;
}

.navitem ul a {
  font-size: 1em;
  padding: 10px 0;
  padding-left: 20px;
  color: #c8c8c8;
}


.navigatie {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 10px;
}

.navigatie .logo {
  width: 250px;
}
.navigatie .logo_resp {
  display: none;
}

.navigatie .shoppingcart {
  margin-left: 60px;
  color: #353535;
  position: relative;
}
.navigatie .shoppingcart .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: #6E4E7C;
  font-weight: 700;
  color: white;
}
.navigatie nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigatie nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigatie nav ul a {
  font-weight: 200;
  font-size: 20px;
  font-family: 'Nanum Myeongjo', serif;
  color: #353535;
  display: inline-block;
  padding: 5px 0;
  margin: 0 30px;
  border-bottom: 1px solid transparent
}

.navigatie nav ul li:last-of-type a {
  margin-right: 0;
}

.navigatie nav ul a:hover {
  border-bottom:  1px solid #6E4E7C;
  color: #6E4E7C;
}

/* Einde Navigatie */

/* Home */

.home_banner {
  width: 100%;
  height: calc(100vh - 151px);
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.home_banner article a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.home_banner article:last-of-type {
  border-right: none;
}

.home_banner article h2 {
  position: absolute;
  left: 20px;
  bottom: 20px;
  color: #fff;
  padding: 20px;
  font-size: 40px;
  line-height: 150%;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
  font-weight: 700;
  transition: all .5s;
}

/* Einde Home */

/* Persoon Blok */
.oplossingen {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

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

.oplossingen_floating h2 {
  font-size: 150px;
  font-family: 'Nanum Myeongjo', serif;
  color: #f2f2f2;
  font-weight: 700;
  transform: rotate(-90deg);
}

.oplossingen_sublink {
  position: absolute;
  left: 30%;
  bottom: 50px;
  z-index: 5;
}

.oplossingen_sublink a {
  padding-right: 20px;
  border-right: 2px solid #A68A54;
  color: #A68A54;
  font-family: 'Nanum Myeongjo', serif;
  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;
  padding: 10px;
}

.oplossing_det>div h2 {
  font-size: 45px;
  color: #404040;
  font-family: 'Nanum Myeongjo', serif;
  font-weight: 400;
  margin-bottom: 40px;
}

.oplossing_det>div>div {
  font-weight: 300;
  font-size: 18px;
  line-height: 180%;
  letter-spacing: -0.05em;
  color: #404040;
  margin-bottom: 25px;
}

.oplossing_det>div>a {
  font-family: 'Nanum Myeongjo', serif;
  border-top: 1px solid #A68A54;
  border-bottom: 1px solid #A68A54;
  display: inline-block;
  color: #A68A54;
  padding: 15px 10px;
  margin-top: 30px;
  font-size: 20px;
}

.oplossing_logos{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}

.oplossing_logos .oplossing_logo{
  width: 40%;
}

.oplossing_logos img{
  width: 100%;
  display: flex;
  margin: 0 auto;
  align-items: center;
}

/* Einde Persoon Blok */

/* Home AK */
.home_ak {
  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_ak .content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
}

.home_ak .content h2 {
  color: white;
  font-weight: 400;
  text-align: center;
  font-size: 100px;
  font-family: 'Nanum Myeongjo', serif;
}

.home_ak .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;
  font-family: 'Nanum Myeongjo', serif;
}

.home_ak .content a:hover {
  border: 1px solid white;
}
/* Einde Home Banner */

/* 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: 400;
  color: #000;
  margin-bottom: 10px;
  font-family: 'Nanum Myeongjo', serif;
}

.producten_preview > h3 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  margin-bottom: 20px;
  color: #A68A54;
  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;
}

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

.producten_preview .producten article:hover img {
  transform: scale(1.05);
}

.producten_preview .producten article:hover h3 {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);
  bottom: 15px;
}

.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: 0;
  bottom: 0;
  padding: 20px;
  font-size: 22px;
  z-index: 4;
  color: #fff;
  transition: all .8s;
  width: 100%;
  font-family: 'Nanum Myeongjo', serif;
}

/* Einde Producten Preview */

/* Footer */

footer {
  background-color: #6E4E7C;
  padding: 20px 10px;
  position: relative;
  z-index: 2;
}

.innerfooter {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.footer_item {
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}



.socials {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 !important;
}

.socials>a {
  border-radius: 100%;
  border: 1px solid #fff !important;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-size: 22px;
  transition: all .5s;
  color: #fff !important;
}

.socials a:hover {
  background-color: #fff !important;
  color: #6E4E7C !important;
}


.footer_item h2 {
  font-size: 25px;
  font-weight: 700;
  color: #4b285a;
  font-family: 'Nanum Myeongjo', serif;
  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 div a {
  color: #252525;
  transition: all .3s;
  font-weight: 200;
  border-bottom: 1px solid transparent;
}

.footer_item div a:hover {
  border-bottom: 1px solid white;
}

.siteby {
  background-color: #6E4E7C;
  padding: 30px 10px;
  padding-top: 0;
  display: flex;
  justify-content: center;
  color: #a585b3;
  font-size: 12px;
  position: relative;
  z-index: 2;
}

.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: #a585b3;
}

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

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

.slogan {
  text-align: left;
  font-size: 35px;
  font-weight: bold;
  color: #A585B3;
  padding-bottom: 30px;
  line-height: 120%;
  width: 65%;
  float: right;
  display: flex;
  justify-content: flex-end;
  padding-right: 15%;
  padding-left: 50px;
  position: relative;
}

.slogan p {
  text-indent: -1em;
}

.slogan span, .slogan strong, .slogan b {
  font-weight: 700;
  color: #6E4E7C;
}

.slogan i {
  color: #99b3c5b4;
  font-size: 25px;
  position: absolute;
  top: -10px;
  left: -25px;
}

.banner {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: #e7f3ff;
  background: -webkit-linear-gradient(
    -20deg
    , #A585B3 30%, #A585B3 100%);
  position: relative;
  padding: 0 100px;
}

.banner .img {
  width: 40%;
  text-align: center;
}

.banner .img img {
  width: 100%;
  max-width: 340px;
  border-radius: 50%;
  border: 10px solid transparent;
  transform: translateY(-140px);
  background-size: 100% 100%, 50% 50%, 50% 50%, 50% 50%, 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(white, white), linear-gradient(
    0deg
    , transparent 0, #A585B3 0), linear-gradient(
    10deg
    , transparent 0, #A585B3 0), linear-gradient(
    10deg
    , #6E4E7C 100%, #A585B3 60%), linear-gradient(
    60deg
    , transparent 0, #A585B3 0);
    background-position: center center, left top, right top, left bottom, right bottom;
    background-origin: content-box, border-box, border-box, border-box, border-box;
    background-clip: content-box, border-box, border-box, border-box, border-box;
  }

  .banner .content {
    padding: 70px 0;
    padding-left: 30px;
    position: relative;
    z-index: 2;
    padding-bottom: 0;
  }
  .banner .content {
    width: 60%;
    margin-left: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -ms-align-items: flex-start;
    text-align: left;
  }

  .banner .content h2 {
    color: #6E4E7C;
    font-size: 2.1em;
    font-weight: 700;
    margin-bottom: 20px;
  }

  .banner .content div {
    font-size: 18px;
    line-height: 150%;
    color: #fff;
    max-width: 100%;
  }

  .banner .content a {
    width: fit-content;
    z-index: 5;
    border-radius: 200px;
    color: #6E4E7C;
    background-color: transparent;
    border: 1px solid #6E4E7C;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    text-align: center;
    font-size: 1em;
    line-height: 130%;
    padding: 11px 20px;
    cursor: pointer;
    transition: all .3s;
    margin-top: 20px;
    letter-spacing: 2px;
  }

  .banner .content a:hover {
    background-color: #6E4E7C;
    color: #fff;
  }


  .tickertape {
    margin-top: 50px;
  }

  /* Einde Footer */


  /* 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 10px 0 10px;
  }

  .contact_info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #F4F4F4;
    padding: 80px 80px;
    margin-top: 20px;
    width: 100%;
  }

  .contact_info p {
    font-size: 20px;
    font-weight: 200;
    color: #252525;
  }

  .contact_gegevens {
    width: 35%;
  }

  .contact_gegevens h1 {
    font-weight: 200;
    color: #6E4E7C;
    margin-bottom: 20px;
    font-size: 2em;
    font-family: 'Nanum Myeongjo', serif;
  }

  .contact_gegevens h2 {
    font-size: 18px;
    font-weight: 200;
    color: #353535;
    line-height: 170%;
  }

  .contact_gegevens p {
    padding-bottom: 10px;
  }

  .contact_split {
    margin-top: 40px;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
  }

  .contact_split h2 {
    font-weight: 700;
    color: #252525;
    font-size: 25px;
    margin-bottom: 25px;
    line-height: 130%;
    font-family: 'Nanum Myeongjo', serif;
  }

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

  .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: #6E4E7C;
    transform: translateY(-50%);
  }

  .contact_split img {
    width: 100px;
    border-radius: 200px;
    margin-right: 20px;
  }

  .contact_formulier {
    width: 55%;
  }

  .contact_form {
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .contact_label {
    width: 100%;
    font-size: 1.2em;
    font-weight: 200;
    color: #353535;
    display: inline-block;
    margin-bottom: 5px;
  }



  .contact_form input[type=text], 
  .contact_form input[type=email] {
    width: 100%;
    border: none;
    border-bottom: 2px solid #EEEEEE;
    padding: 8px 0px;
    color: #CDB562;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 40px;
    font-family: 'Nanum Myeongjo', serif;
  }

  .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: #CDB562;
    margin-bottom: 20px;
    font-weight: 200;
    font-size: 18px;
    font-family: 'Nanum Myeongjo', 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 #000;
    font-weight: 200;
    color: #000;
    font-size: 18px;
    font-weight: 200;
    font-family: 'Nanum Myeongjo', serif;
    transition: all .3s;
  }


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


  .contact_info .contact_form input[type=text], 
  .contact_info .contact_form input[type=email],
  .contact_info .contact_form textarea {
    margin-bottom: 20px;
    background-color: transparent;
    border-bottom: 2px solid #d5d5d5;
    color: #252525;
  }


  .contact_formulier #NaamInput {
    width: 100%;
  }

  .contact_formulier #EmailInput {
    width: 100%;
  }



  #dasmap {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: 600px;
    position: relative;
    z-index: 0;
    margin-top: -70px;
  }

  /* Einde Contact Pagina */


  /*Vragen*/
  .vragen {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .vragen article {
    border: 2px solid #F4F4F4;
    background-color: white;
    padding: 25px;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
  }

  .vragen article h2 {
    font-weight: 100;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    font-size: 23px;
    color: #252525;
    font-family: 'Nanum Myeongjo', serif;
    align-items: center;
    cursor: pointer;
  }

  .vragen article h2 i {
    transition: all .3s;
  }

  .arrowUp i {
    transform: rotate(180deg);
  }

  .vragen article div {
    font-size: 18px;
    font-weight: 200;
    color: #353535;
    line-height: 170%;
    margin-top: 20px;
  }

  .vragen article div a {
    color: #6E4E7C;
    font-weight: 600;
  }

  .vragen_form {
    padding: 25px;
    background-color: white;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
    -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
    box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
    width: 30%;
  }

  .vragen_form h2 {
    font-weight: 600;
    font-size: 1.3em;
    letter-spacing: 1px;
    margin-bottom: 20px;
    color: #5C9090;
  }

  .vragen_form input[type=text], .vragen_form input[type=email] {
    padding: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #353535;
    background-color: #fff;
    border: 2px solid #DEE2EB;
    letter-spacing: .5px;
    width: 100%;
    height: 50px;
    display: flex;
    border-radius: 5px;
    -ms-align-items: center;
    align-items: center;
    font-size: 1em;
  }

  .vragen_form input[type=submit] {
    border: none;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: 600;
    background-color: #5C9090;
    padding: 15px 35px;
    border-radius: 200px;
  }

  /*Einde vragen*/


  /* Formules */

  .formules_ov {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1600px;
    margin: 0 auto;
  }

  .formules_ov article {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 10px;
  }

  .formules_ov article .textholder {
    order: 2;
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 50px;
  }

  .formules_ov article .textholder h2 {
    font-size: 32px;
    font-family: 'Nanum Myeongjo', serif;
    margin-bottom: 15px;
  }

  .formules_ov article .textholder h3 {
    color: #a1a1a1;
    font-size: 13px;
    margin-bottom: 10px;
    letter-spacing: 2px;
  }

  .formules_ov article .textholder > div {
    font-size: 18px;
    font-weight: 200;
    color: #353535;
    text-align: left;
    line-height: 170%;
  }

  .formules_ov article .textholder a {
    padding: 10px 30px;
    background-color: #6E4E7C;
    border-radius: 4px;
    border: 1px solid #6E4E7C;
    color: white;
    display: inline-block;
    margin-top: 20px;
    transition: all .3s;
  }

  .formules_ov article .textholder a:hover {
    background-color: white;
    color: #6E4E7C;
  }

  .formules_ov article .imageholder img {
    width: 100%;
  }

  .formules_ov article .imageholder {
    width: 60%;
    order: 1;
    position: relative;
  }

  .formules_ov article .imageholder h4 {
    font-size: 150px;
    font-weight: 700;
    color: #6E4E7C;
    opacity: .08;
    position: absolute;
    right: 0;
    top: 50px;
    z-index: 2;
    font-family: 'Nanum Myeongjo', serif;
  }

  .formules_ov article:nth-of-type(even) .imageholder h4 {
    left: 0;
    right: initial;
  }

  .formules_ov article:nth-of-type(even) .imageholder {
    order: 2;
  }

  .formules_ov article:nth-of-type(even) > div {
    order: 1;
  }



  /* Einde Formules */

  /* 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-end;
    align-items: center;
    flex-wrap: wrap;
    padding: 80px;
    padding-bottom: 50px;
  }

  .kernwaarden > h2 {
    font-weight: 300;
    color: #000;
    font-size: 60px;
    line-height: 110%;
    width: 100%;
    text-align: right;
    margin-bottom: 50px;
    font-size: 35px;
    font-family: 'Nanum Myeongjo', serif;
  }

  .kernwaarden ul {
    padding: 50px 0;
    list-style-type: none;
  }

  .kernwaarden ul li>div:first-of-type {
    width: 70px;
    color: #353535;
    font-size: 35px;
  }

  .kernwaarden ul li>div:last-of-type {
    font-size: 22px;
    min-width: 300px;
    color: #353535;
  }

  .kernwaarden ul li {
    display: flex;
    padding: 18px 0;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    font-family: 'Nanum Myeongjo', serif;
  }

  .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;
    font-family: 'Nanum Myeongjo', serif;
    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;
    font-family: 'Nanum Myeongjo', serif;
  }

  .troeven article div {
    line-height: 200%;
    font-size: 1.1em;
    color: #5F5F5F;
  }

  .formule_detail {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .formule_detail > div {
    width: 100%;
    max-width: 650px;
    padding: 50px;
  }

  .formule_detail > div h1 {
    font-size: 35px;
    font-family: 'Nanum Myeongjo', serif;
    margin-bottom: 20px;
  }

  .formule_detail > div > a {
    background-color: #6E4E7C;
    border: 1px solid #6E4E7C;
    color: white;
    font-family: 'Nanum Myeongjo', serif;
    font-size: 18px;
    padding: 10px 25px;
    font-weight: 700;
    display: inline-block;
    margin-top: 20px;
    border-radius: 4px;
    transition: all .23s;
  }

  .formule_detail > div > a:hover {
    background-color: #fff;
    color: #6E4E7C;
  }

  .formule_detail > div .price {
    margin-top: 15px;
    font-size: 15px;
  }

  .formule_detail > div > div {
    line-height: 200%;
    font-size: 1.1em;
    color: #5F5F5F;
  }

  .formule_detail img {
    width: 60%;
  }

  .moreinfo {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 50px;
  }

  .moreinfo .textholder {
    padding: 50px;
    width: 50%;
  }

  .moreinfo .textholder h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'Nanum Myeongjo', serif;
  }

  .moreinfo .textholder div {
    line-height: 180%;
    font-size: 1.1em;
    color: #5F5F5F;
  }

  .split_images {
    width: 50%;
    position: relative;
  }

  .main_slider {
    width: 100%;
  }

  .main_slider article {
    width: 100%;
  }

  .split_images article img {
    width: 100%;
  }

  .split_images .split_controls {
    background-color: rgba(0,0,0,.6);
    padding: 10px 0;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .split_images .split_controls h2 {
    font-weight: 700;
    font-size: 1.3em;
    color: white;
    font-family: 'Nanum Myeongjo', serif;
    padding: 10px 50px;
    border-right: 2px solid white;
    margin-bottom: 0;
  }

  .split_images .split_controls button {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 1.6em;
    margin: 0 20px;
  }

  .split_images .split_controls div {
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    padding: 10px;
  }

  .split_images .amount_slider {
    color: white;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 5px;
  }

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

  .sharing a {
    color: #fff;
    border-radius: 4px;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    transition: all .3s;
    font-weight: 700;
    border: none;
  }

  .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 Waarden */



  /* 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;
    align-items: flex-start;
  }

  .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;
    font-family: 'Nanum Myeongjo', serif;
  }

  .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-family: 'Nanum Myeongjo', serif;
    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;
    font-family: 'Nanum Myeongjo', serif;
  }

  .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;
    font-family: 'Nanum Myeongjo', serif;
  }

  .goto_next {
    padding: 15px 30px;
    background-color: #6E4E7C;
    color: white;
    font-weight: 400;
    border: none;
    font-size: 18px;
    border: 1px solid #6E4E7C;
    border-radius: 4px;
    transition: all .3s;
    cursor: pointer;
    font-family: 'Nanum Myeongjo', serif;
  }

  .goto_next:hover {
    color: #6E4E7C;
    background-color: transparent;
  }

  #pay {
    padding: 15px 30px;
    background-color: #6E4E7C;
    color: white;
    font-weight: 400;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    font-size: 12px;
    border: 1px solid black;
    border-radius: 4px;
    transition: all .3s;
    cursor: pointer;
    font-family: 'Nanum Myeongjo', serif;
  }

  #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;
    font-family: 'Nanum Myeongjo', serif;
  }

  .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;
    margin-right: 10px;
    padding-top: 60px;
    padding-bottom: 50px;
    top: 0;
    position: sticky;
  }

  .gegevens_holder aside>h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;

    color: #696969;
  }

  .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 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-family: 'Nanum Myeongjo', serif;
    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-family: 'Nanum Myeongjo', serif;
    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 #6E4E7C;
  }

  .webshop-form input[type=submit] {
    padding: 10px 30px;
    border-radius: 4px;
    background-color: #6E4E7C;
    font-family: 'Nanum Myeongjo', serif;
    color: white;
    font-size: 18px;
    border: 2px solid #6E4E7C;
    transition: all .3s;
  }

  .webshop-form input[type=submit]:hover {
    background-color: white;
    color: #6E4E7C;
  }

  .webshop-form #field_Voornaam,
  .webshop-form #field_Naam,
  .webshop-form .wd49 {
    width: 49%;
  }

  .webshop-form #field_Gemeente, .webshop-form .wd80 {
    width: 80%;
  }

  .webshop-form #field_Huisnummer,
  .webshop-form #field_Postcode, .webshop-form .wd18 {
    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,.webshop-form .wd100 {
    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;
    font-size: 20px;
    padding-top: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 2px solid #f4f4f4;
    color: #6E4E7C;
    width: 100%;
  }

  .webshop-form h2:first-of-type {
    border-top: none;
  }

  .webshop-form h3 {
    font-weight: 200;
    color: #232323;
    font-size: 15px;
    margin-bottom: 20px;
  }

  .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: 25px;
    color: #6E4E7C;
    font-weight: 700;
    font-family: 'Nanum Myeongjo', serif;
  }

  .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-family: 'Nanum Myeongjo', serif;
    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;
  }

  .betaalmethodes {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .betaalmethodes > div {
    width: 49%;
    border: 2px solid #f1f1f1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 25px;
    cursor: pointer;
  }

  .betaalmethodes > div.active {
    background-color: #e2d8e6;
    border: 2px solid #e2d8e6;
  }

  .betaalmethodes div img {
    width: 50px;
    margin-bottom: 10px;
  }

  .betaalmethodes > div h2 {
    font-weight: 700;
    font-size: 15px;
  }

  .domicilgegevens .field {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }

  .domicilgegevens .field label {
    padding: 15px 0 5px 0;
    font-family: "Spartan", sans-serif;
  }

  .domicilgegevens .field input {
    width: 100%;
    border: #E1E1E1 1px solid;
    padding: 10px;
    padding-top: 15px;
    font-family: "Spartan", sans-serif;
  }

  /* Einde Controleren */

  /* Bevestiging */
  .bestelling_geplaatst {
    width: 100%;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-color: #f0f3f7;
    min-height: 70vh;
  }

  .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: #6E4E7C;
  }

  .bestelling_geplaatst>div h1 {
    color: #1C1B1B;
    line-height: 130%;
    margin-bottom: 20px;
    font-size: 30px;
    font-family: 'Nanum Myeongjo', serif;
    text-align: center;
  }

  .bestelling_geplaatst>div h2 {
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #353535;
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .bestelling_geplaatst>div div {
    text-align: center;
    font-size: 16px;
    line-height: 180%;
    color: #6a6a6a;
  }

  .bestelling_geplaatst>div>a {
    padding: 15px 30px;
    background-color: #6E4E7C;
    color: white;
    font-size: 20px;
    border: 1px solid #6E4E7C;
    margin-top: 20px;
    font-family: 'Nanum Myeongjo', serif;
    transition: all .3s;
    border-radius: 4px;
  }

  .bestelling_geplaatst>div>a:hover {
    background-color: transparent;
    color: #6E4E7C;
  }

  .bestelling_geplaatst>div>div a {
    color: #6E4E7C;
  }
  /* Einde Bevestiging */


  #content-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    margin: auto;
  }

  #content-container h2 {
    color:#314983;
    font-size:1.6em;
    font-weight:bold;
    margin-bottom: 1em;
    font-weight: 200;
    margin-top: 1em;
    cursor: pointer;
  }

  #content-container h3 {
    background: #314983;
    color: #fff;
    font-size: 1.2em;
    font-weight: 200;
    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;
  }

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

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

  #content-container a {
    color: #314983;
  }

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

  #content-container thead {
    background-color: #314983;
    color: white;
  }


  #content-container thead th {
    border: 1px solid #353535;
    padding: 10px;
  }

  #content-container tbody td {
    border: 1px solid #353535;
    color: #7e7e7e;
    line-height: 150%;
    padding: 5px;
  }

  #content-container tbody td p {
    padding: 0px;
  }

  #content-container ul {
    padding-left: 20px;
    line-height: 170%;
    color: #7e7e7e;
    list-style-type: disc;
  }

  


  /* Media Query's */
  @media screen and (max-width: 1550px) {
    .slogan {
      padding-right: 0;
    }

    .banner {
      padding: 0 10px;
    }
  }

  @media screen and (max-width: 1300px) {
    .formules_ov article .imageholder {
      width: 50%;
    }

    .formules_ov article .textholder {
      width: 50%;
      padding: 20px;
    }

    .formule_detail > div {
      width: 100%;
      max-width: 100%;
      padding: 50px 10px;
    }

    .formule_detail img {
      display: none;
    }
  }

  @media screen and (max-width: 1200px) {
    .home_banner {
      flex-wrap: wrap;
      height: 450px;
    }

    .home_banner article {
      display: none;
    }

    .home_banner article:first-of-type {
      width: 100%;
      display: flex;
    }

    .contact_gegevens {
      width: 100%;
    }

    .contact_formulier {
      width: 100%;
    }

    .contact_split {
      margin-top: 10px;
      margin-bottom: 30px;
    }

    .contact_info {
      padding: 30px;
    }

    .contact_split div {
      justify-content: center;
      align-items: center;
    }

    .waarden {
      flex-wrap: wrap;
    }

    .kernwaarden {
      width: 100%;
      justify-content: center;
      align-items: center;
      padding: 50px;
    }

    .kernwaarden ul li {
      width: 50%;
    }

    .kernwaarden ul {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-wrap: wrap;
      padding: 0;
    }

    .troeven {
      padding: 30px;
      width: 100%;
    }

    .moreinfo {
      padding: 10px;
    }

    .moreinfo .textholder {
      padding: 10px;
    }

    .gegevens_holder {
      flex-wrap: wrap;
    }

    .webshop-form {
      padding: 0px 15px;
      width: 100%;
      order: 2;
    }

    .gegevens_holder aside {
      width: 100%;
      order: 1;
      padding: 30px 15px;
      position: static;
    }

    .gegevens_holder aside .veiligbetalen {
      display: none;
    }

    .shoppingcart_holder::after {
      display: none;
    }

    .dashboard aside {
      width: 100%;
    }

    .form_holder_edit, .password_holder, .tegoeden_holder, .dashboard_bestellingen {
      width: 100%;
      margin-left: 0;
      margin-top: 20px;
    }

    .hideres {
      display: none !important;
    }

  }


  @media screen and (max-width: 1100px) {
    footer {
      padding: 20px 10px;
    }


    #alcohol18 {
      font-size:13px;
    }

    .footer_item {
      order: 1;
      padding: 10px;
    }

    .footer_item:first-of-type {
      order: 2;
      width: 100%;  
      margin-top: 30px;
    }

    .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_ak .content h2 {
      font-size: 50px;
    }

    .home_ak {
      height: 70vh;
    }

    .home_ak .content {
      top: 50%;
    }

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

    .banner {
      padding: 10px;
      flex-wrap: wrap;
    }

    .banner .img {
      width: 100%;
      max-width: 400px;
    }

    .banner .content div {
      text-align: center;
    }

    .banner .content h2 {
      text-align: center;
    }

    .banner .content {
      width: 100%;
      margin-left: 0;
      padding: 20px 0;
      justify-content: center;
      align-items: center;
    }

    .banner .img img {
      transform: none;
    }

    .tickertape {
      margin-top: 0;
    }

    .slogan {
      width: 100%;
      padding: 30px 10px;
      font-size: 25px;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: column;
    }

    .slogan p {
      order: 2;
      text-indent: initial;
    }


    .slogan i {
      position: relative;
      left: initial;
      top: initial;
      margin-bottom: 10px;
      order: 1;

    }
  }

  @media screen and (max-width: 1000px) {
    .innerfooter {
      justify-content: space-around;
    }

    .footer_item:first-of-type {
      display: none;
    }

    .footer_item {
      order: 2;
    }

    .footer_item:last-of-type {
      order: 1;
    }

    .formules_ov article {
      flex-wrap: wrap;
    }

    .formules_ov article .imageholder {
      width: 100%;
      order: 1 !important;
    }

    .formules_ov article .textholder {
      width: 100%;
      padding: 20px 0;
      order: 2 !important;
    }

    .moreinfo .textholder {
      width: 100%;
    }

    .split_images {
      width: 100%;
      margin-bottom: 20px;
    }

    .kalenderov article {
      width: 100%;
    }
  }

  @media screen and (max-width: 900px) {
    .navigatie .logo {
      display: none;
    }
    .navigatie .logo_resp {
      display: block;
      width: 200px;
    }

    .navigatie nav ul a {
      font-size: 16px;
      margin: 0 10px;
    }

    #alcohol18 {
      display:none;
    }

    .navigatie .shoppingcart {
      font-size: 18px;
      margin-left: 30px;
    }

    .producten_preview .producten article {
      width: 48%;
    }

    .home_banner article h2 {
      font-size: 20px;
      left: 10px;
      padding: 10px;
    }
  }

  @media screen and (max-width: 700px) {
    .footer_item {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 40px;
    }

    .formules_ov article .textholder > div {
      font-size: 15px;
    }

    .formules_ov article .textholder h2 {
      font-size: 25px;
    }

    .page_header {
      padding: 50px 10px;
      padding-bottom: 10px;
    }
  }

  @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 {
      padding: 20px 10px;
    }

    .navigatie nav li {
      display: none;
    }

    .shoppingcart {
      margin-left: 0;
      margin-right: 30px;
    }

    .menubtn {
      display: block;
    }

    .betaalmethodes > div {
      justify-content: flex-start;
      align-items: center;
      flex-direction: row;
      padding: 10px;
    }

    .betaalmethodes > div img {
      margin-right: 10px;
      margin-bottom: 0;
    }

    .controleren_content>h2 {
      font-size: 20px;
    }

    .controleren_content article div h2 {
      font-size: 15px;
    }

    .betaalmethodes > div h2 {
      font-size: 13px;
    }

    .controleren_content .privcnt {
      font-size: 13px !important;
      line-height: 150%;
    }

    .controleren_content .totaalprijs {
      font-size: 13px !important;
    }

    .controleren_content article div h3 {
      font-size: 13px;
    }

    .controleren_content article img {
      width: 70px;
    }

    .controle_item {
      font-size: 13px !important;
    }
  }


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

    .oplossingen {
      flex-wrap: wrap;
    }

    .oplossingen_floating {
      right: 10px;
      left: initial;
      transform: none;
    }

    .oplossing_ov {
      width: 100%;
    }

    .oplossing_det {
      width: 100%;
      padding: 20px 0px;
    }

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

    .oplossing_det>div>div {
      font-size: 16px;
    }

    .oplossing_det>div {
      max-width: 100%;
    }
    .oplossing_det>div>div {
      margin-bottom: 20px;
    }

    .oplossing_det>div>a {
      margin-top: 0;
    }

    .page_header h1 {
      font-size: 30px;
    }

    .page_header h2 {
      margin-bottom: 10px;
      font-size: 12px;
    }

    .page_header > div {
      font-size: 16px;
    }

    .page_header h2 {
      text-align: center;
      letter-spacing: 0;
      text-transform: none;
    }

    .kernwaarden {
      padding: 20px;
    }

    .kernwaarden ul li {
      padding: 10px;
    }

    .kernwaarden ul li>div:first-of-type {
      min-width: 50px;
      font-size: 25px;
    }

    .kernwaarden ul li>div:last-of-type {
      font-size: 16px;
    }
  }

  @media screen and (max-width: 700px) {
    .troeven article {
      width: 100%;
    }

    .home_ak .content {
      width: 100%;
    }

    .gegevens_holder aside article img {
      width: 50px;
    }

    .gegevens_holder aside article div h2 {
      font-size: 16px;
    }

    .gegevens_holder aside article div h3 {
      font-size: 12px;
    }

    .gegevens_holder .totaalprijs {
      font-size: .8em;
    }

    .webshop-form #field_Voornaam, .webshop-form #field_Naam,
    .webshop-form #field_Gemeente,
    .webshop-form #field_Huisnummer, .webshop-form #field_Postcode,.webshop-form .wd18,.webshop-form .wd80,.webshop-form .wd49 {
      width: 100%;
    }
  }
  @media screen and (max-width: 600px) {
    .PL_Wrapper {
      right: 10px;
    }

    .res-nav {
      width: 100%;
      right: -600px;
    }

    .menu-is-open {
      right: 0;
    }

    .siteby {
      font-size: 12px;
    }

    .producten_preview .producten article {
      width: 100%;
    }

    .kernwaarden ul li>div:last-of-type {
      min-width: initial;
    }

    .kernwaarden ul {
      width: initial;
      flex-direction: column;
    }

    .kernwaarden ul li {
      width: initial;
    }

    .betaalmethodes {
      flex-wrap: wrap;
    }

    .betaalmethodes > div {
      width: 100%;
      margin-top: 10px;
    }

    .buttons {
      margin-top: 20px;
    }

    .goto_prev {
      font-size: 15px;
    }

    .goto_next {
      padding: 10px 20px;
      font-size: 15px;
    }

  }

  @media screen and (max-width: 550px) {
    .PL_Wrapper {
      right: 10px;
    }

    .topper {
      display: none;
    }
  }

  @media screen and (max-width: 500px) {
    .PL_Buttons a {
      width: 100%;
      margin: 0;
      margin-top: 15px;
    }

    .PL_Buttons {
      flex-wrap: wrap;
    }

    .siteby > div > div {
      flex-direction: column;
    }

    .siteby > div > div span {
      opacity: 0;
    }

    .closebtn {
      top: 15px;
    }

    .res-nav .zeal {
      width: 150px;
    }
  }

  @media screen and (max-width: 350px) {
    .navigatie .logo_resp {
      width: 170px;
    }
  }