* {
  -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=number],
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;
}

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

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
  border: 0;
  padding: 0;
}

html,
body {
  margin:0;
  padding:0;
  position: relative;
  font-family: 'Nunito', sans-serif;
}


/* bevestiging */

.bevestiging {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 70vh;
  background-color: #F6F9FE;
  margin-top: 30px;
  padding: 50px 0;
}

.bevestiging > div {
  width: 100%;
  max-width: 900px;
  background-color: white;
  padding: 30px;
}

.bevestiging > div h1 {
  width: 100%;
  font-size: 2em;
  font-weight: 700;
  color: #314983;
  text-align: left;
}

.bevestiging > div h2 {
  width: 100%;
  text-align: left;
  font-weight: 200;
  margin-top: 15px;
  font-size: 1em;
  text-transform: uppercase;
}

.bevestiging > div div {
  text-align: left;
  color: #9a9a9a;
  font-weight: 200;
  margin-top: 20px;
  font-size: 1.4em;
  line-height: 150%;
}

/* einde bevestiging */

/* 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%;
  height: auto;
}

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

.wijnshop {
  position: relative;
}

.wijnshop ul {
  display: none;
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  padding: 10px 20px;
  background-color: white;
  z-index: 200;
}

.wijnshop ul a {
  display: inline-block;
  margin: 0 !important;
  padding: 5px 0 !important;
}

.wijnshop:hover ul {
  display: block;
}

/* Logos */


.rightfoot {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  min-width: 33%;
}

.logos {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}

.logos img {
  margin-left: 30px;
  filter: grayscale(100%);
  height: 45px;
}

.logos img:first-of-type {
  margin-left: 0;
}
.logos img:hover {
  filter: grayscale(0);
}

/* Einde Logos */

/* Contact */

/* 
.spoed {
  max-width: 1300px;
  background-color: #f5fafe;
  font-size: 1.2em;
  line-height: 180%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  border-radius: 4px;
  margin-top: 30px;
  padding: 30px;
  padding-left: 50px;
  margin-bottom: 50px;
}

.spoed i {
  font-size: 2em;
  color: #C00058;
  margin-right: 50px;
}

.spoed h2 {
  font-size: 1.3em;
  font-weight: 600;
  color: #C00058;
}


.contact_content {
  max-width: 1300px;
  background-color: #fff;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 1;
  border-radius: 4px;
  padding: 50px 0;
}

.contact_form {
  width: 100%;
  padding: 20px 10px 20px 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.showBig {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 70px;
  top: 70px;
  color: white;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  font-size: 3em;
  align-items: center;
  opacity: 0;
  transition: all .5s;
  cursor: pointer;
  background-color: rgba(0,0,0,.5);
}

.contactimgs:hover .showBig {
  opacity: 1;
}

.contact_form input[type=text], .contact_form input[type=email] {
  padding: 10px;
  font-family: "Nunito", sans-serif;
  color: #353535;
  background-color: #fff;
  border: 2px solid #f3f3f3;
  width: 100%;
  height: 50px;
  display: flex;
  border-radius: 4px;
  -ms-align-items: center;
  align-items: center;
  font-size: 1em;
}

#NaamInput {
  width: 100%;
  margin-bottom: 20px;
}

#EmailInput {
  width: 100%;
}

#Bericht {
  width: 100%;
  font-family: "Nunito", sans-serif;
  color: #353535;
  background-color: #fff;
  border: 2px solid #f3f3f3;
  font-size: 1em;
  padding: 10px;
  border-radius: 4px;
  margin-top: 20px;
  min-height: 100px;
  margin-bottom: 20px;
}

.contact_form input[type=submit] {
  border: none;
  font-family: "Nunito", sans-serif;
  color: #fff;
  background-color: #6E4E7C;
  padding: 12px 25px;
}

#Submit {
  position: relative;
}

.notchecked {
  position: absolute;
  right: 0;
  line-height: 150%;
  padding: 10px;
  top: -83px;
  background-color: #DEE2EB;
  color: #353535;
  font-family: 'Muli', sans-serif;
  width: 400px;
  display: none;
}

.notchecked img {
  position: absolute;
  right: 10px;
  bottom: -15px;
  width: 30px;
}

.formuliercheck {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.right_contact_content {
  width: 100%;
  border-left: 2px solid #f3f3f3;
  padding: 0 0 0 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.right_contact_content div {
  display: flex;
  justify-content: space-between;
  font-family: 'Muli', sans-serif;
  color: #353535;
  margin-bottom: 10px;
}

.right_contact_content h1 {
  font-size: 1.8em;
  color: #C00058;
  line-height: 150%;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: 'Muli', sans-serif;
}

.right_contact_content h2 {
  color: #252525;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 35px;
}

.right_contact_content p {
  padding: 15px 0;
  font-family: 'Muli', sans-serif;
  color: #353535;
}

.right_contact_content p a {
  color: #353535;
}

.openings {
  padding-left: 50px;
}

.openings p {
  margin-top: 10px;
  margin-bottom: 0;
}

.openings h2 {
  margin-bottom: 30px !important;
}

.openings p span {
  min-width: 130px;
  display: inline-block;
} */

/* Einde Contact */

/* Diensten */

.diensten {
  background-color: #F0F0EF;
  padding: 80px 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  margin-top: 30px;
}

.diensten .imagediensten {
  width: 40px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

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

.diensten>div article {
  width: 29.33%;
  margin: 2%;
  position: relative;
}


.diensten article h2 {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  font-size: 1.2em;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 30px;
  font-weight: 700;
  color: #fff;
}

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

.diensten article img {
  width: 100%;
  filter: grayscale(0);
  transition: all 2s;
}

.diensten article:hover img {
  filter: grayscale(100%);
}

.diensten article .overlayer {
  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;
}

.diensten article:hover .overlayer {
  opacity: 0;
}

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

.instagram h2 {
  width: 100%;
  text-align: center;
  font-size: 1.6em;
  font-weight: 700;
}

.instagram_feed {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; 
  -ms-align-items: center; 
  align-items: center;
  flex-wrap: wrap; 
  padding: 25px; 
  padding-top: 30px; 
  background-color: white; 
}

.instagram_feed .instagram_post { 
  width: 24%;
  max-height: 372px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative; 
}

.instagram_feed .instagram_post:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

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

/* Dialog Box */

.modal.fade .modal-dialog {
  top: 50%;
  transform: translateY(-50%);
}

.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-family: 'Nunito', sans-serif;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 1px;
  color: #1C1B1B;
  width: 100%;
}

.bootbox-body select {
  width: 100%;
  padding: 10px;
  color: #1C1B1B;
  border: none;
  font-size: 14px;
  background-color: #f4f4f4;
  font-weight: 400;
  font-family: 'Nunito', sans-serif;
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}

.modal-footer .btn {
  padding: 15px 30px;
  background-color: #6E4E7C;
  color: white;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
  width: 100%;
  border: 1px solid #6E4E7C;
  transition: all .3s;
  font-family: 'Nunito', sans-serif;
  margin: 1% !important;
  border-radius: 0 !important;
}

/* Einde Dialog Box */

/* Responsive Menu */
.res {
  display: flex;
  justify-content: center;
  align-items: center;
}

.resbtn {
  background-color: #6E4E7C;
  color: #fff;
  font-size: 16px;
  padding: 10px 25px;
  display: none;
  margin-right: 15px;
  border-radius: 200px;
}

.res-nav {
  width: 400px;
  height: 100vh;
  position: fixed;
  right: -400px;
  top: 0;
  z-index: 1000;
  overflow: auto;
  transition: all .3s;
  -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);
  background-color: #fff;
}

.menuoverlay,
.filteroverlay {
  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;
}

.top_res_nav {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  /*padding: 20px;*/
  background-color: #6E4E7C;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-right: 35px;
}

.navspecial {
  width: 100%;
  display: inline-block;
  padding-top: 20px;
  color: #6E4E7C !important;
  border-top: 1px solid #d2d2d2;
}


.extraNavigationElements {
  position: absolute;
  bottom: 16px;
}

.extraNavigationElements .navitem {
  padding-bottom: 0.5rem;
}

.extraNavigationElements .navitem a {
  color: #BDBDBD;
}

.closebtn {
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin: 20px 35px;
}

.logo-mobileNav {
  height: 3rem;
  margin: 0.5rem;
}

.menu-block {
  overflow: hidden;
}

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

.res-nav nav {
  padding-top: 85px;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  overflow: auto;
  padding-bottom: 100px;
  height: 100%;
  position: relative;
}

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

.navitem:last-of-type {
  padding-top: 10px;
}

.navitem #specialbutton {
  width: 100%;
  display: inline-block;
  text-align: center;
}

.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(-450deg);
}

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

.navitem a {
  color: #353535;
  font-weight: 700;
  font-size: 1.3em;
}

.openNavItem {
  max-height: 350px !important;
  margin-top: 10px !important;
  padding-top: 10px !important;
}

.navitem ul {
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  list-style-type: disc;
  padding-left: 10px;
  color: white;
  overflow: hidden;
  transition: all .5s;
  max-height: 0;
}

.navitem ul li {
  display: inline-block;
  padding: 10px;
}

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

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

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

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

/* Einde Responsive Nav */


/* 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: #6E4E7C;
  font-weight: 400;
  font-size: 1.8em;
  margin-bottom: 15px;
}

.PL_Wrapper p {
  max-width: 500px;
  color: #353535;
  font-size: 1.2em;
  font-weight: 200;
  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: 2px solid #6E4E7C;
  color: #fff;
  font-weight: 200;
  font-size: 1.2em;
  width: 48%;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
}

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

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

#specialbutton {
  background-color: transparent;
  border: 1px solid #6E4E7C;
  padding: 10px 30px;
  color: #6E4E7C;
  margin-right: 0;
  transition: all .3s;
}

#specialbutton:hover {
  background-color: #6E4E7C;
  color: white;
}

#specialbutton1 {
  background-color: #6E4E7C;
  border: 1px solid #6E4E7C;
  padding: 10px 30px;
  color: #fff;
  margin-right: 0;
  transition: all .3s;
}

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

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

.navigatie nav a {
  font-size: 1.1em;
  font-weight: 200;
  color: #545454;
  padding: 10px 0;
  margin: 0 20px;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

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

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

.logo {
  width: 150px;
}

.cart_icon {
  font-size: 1.4em;
  color: #1C1B1B;
}

.cart_icon {
  position: relative;
}

.cart_icon .amount {
  position: absolute;
  right: -10px;
  bottom: -5px;
  font-size: .5em;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 200px;
  width: 20px;
  height: 20px;
  background-color: #D23B3D;
  font-weight: 700;
  color: white;
}

/* Aanbod */

.showFilters {
  width: 100%;
  padding: 15px;
  background-color: #6E4E7C;
  color: white;
  font-weight: 700;
  display: none;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.3em;
}

.open_filters {
  left: 0 !important;
}

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

.aanbod_top > h1 {
  font-size: 2em;
  color: #314983;
  font-weight: 700;
}

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

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

.list_view > div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1.2em;
  color: #b6b6b6;
  background-color: white;
  border: 2px solid #F5F5F5;
  margin-left: 7px;
}

.list_view_active {
  background-color: #D23B3D !important;
  color: white !important;
  border: 2px solid #D23B3D !important;
}


.price_order {
  height: 40px;
  padding-right: 100px;
  padding-left: 15px;
  font-family: 'Nunito', sans-serif;
  font-weight: 200;
  font-size: 1em;
  background-color: #F5F5F5;
  border: none;
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.aanbod_pagina aside {
  width: 350px;
  background-color: white;
  transition: all .3s;
  z-index: 200;
  padding: 20px;
  border: 2px solid #f8f8f8;
}

.aanbod_pagina aside h2 {
  font-size: 1.3em;
  font-weight: 700;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 2px solid #f8f8f8;
}

.aanbod_pagina aside h2 span {
  display: none;
  cursor: pointer;
}

.aanbod_pagina aside h3 {
  font-size: .9em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 30px;
}

.aanbod_items {
  width: calc(100% - 350px);
  padding: 10px;
  padding-top: 0;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.product {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: white;
  position: relative;
  transition: all 1s;
  overflow: hidden;
  padding: 20px;
  border: 2px solid #f9f9f9;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.product:nth-child(even) {
  margin-right: 0;
}

.product a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.product > img {
  width: 100%;
  max-width: 150px;
  margin-right: 10px;
  position: relative;
  z-index: 1;
  transition: all 1s;
}
.product h2 {
  font-family: 'Nunito',sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #1c1b1b;
  transition: color 0.2s ease-in-out;
  font-size: 23px;
  line-height: 140%;
  margin-bottom: 10px;
  margin-top: 10px;
}

.product h3 {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 2;
  color: #6a6a6a;
  font-size: 12px;
  text-transform: uppercase;
}

.product button {
  padding: 11px 20px;
  background-color: #6E4E7C;
  color: white;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  font-size: .8em;
  letter-spacing: 2px;
  border: 1px solid black;
  border: none;
  transition: all .3s;
  font-family: 'Nunito', sans-serif;
  display: inline-block;
}

.product .price {
  font-size: 1.1em;
  color: #6a6a6a;
}

.product .cart {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

.product .processing {
  color: #6E4E7C;
  text-align: center;
  padding-left: 20px;
}

.product .processing-done {
  color: #6E4E7C;
  text-align: center;
  padding-left: 20px;
}

.product .aantal {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

.product .aantal i {
  width: 15px;
  height: 15px;
  font-size: .8em;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #dedede;
  position: absolute;
  right: 5px;
  top: 50%;
  z-index: 5;
  cursor: pointer;
  transform: translateY(-50%);
}

.product .aantal .increase-amount {
  top: 34%;
  padding-top: 3px;
  border-radius: 10px 10px 0 0;
}

.product .aantal .decrease-amount {
  top: 66%;
  padding-bottom: 3px;
  border-radius: 0 0 10px 10px;
}

.product .aantal input {
  width: 80px;
  padding: 10px;
  background-color: red;
  border: 1px solid #c2c2c2;
  background-color: white;
  position: relative;
  z-index: 1;
}


.range-slider {
  margin-top: 10px;
}

.hiddenarticles {
  opacity: 0;
  transition: all .3s;
  transform: translateY(70px);
}

.spinnerbox {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
}

.spinnerbox img {
  width: 50px;
}

/* Einde Aanbod */



/* Klantenzone */

.klantenzone {
  width: 100%;
  min-height: 90vh;
  background: #F9F9F9;
  padding: 20px 0;
}

.klantenzone>div {
  max-width: 1600px;
  padding: 10px;
  margin: 0 auto;
  width: 100%;
}

.klant_top {
  width: 100%;
  max-width: 1600px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin: 0 auto;
  padding: 30px;
  background-color: white;
}

.klant_top h1 {
  color: #000;
  font-size: 1.6em;
  font-weight: 200;
  font-family: 'Nunito', sans-serif;
}

.klant_top h2 {
  color: #848484;
  font-style: 1.1em;
  margin-top: 15px;
  font-weight: 700;
}

.klant_top a {
  font-weight: 200;
  color: #fff;
  padding: 10px 30px;
  background-color: #6E4E7C;
  border: 2px solid #6E4E7C;
  transition: all .3s;
  font-size: 1.1em;
}

.klant_top a i {
  margin-right: 10px;
}

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

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

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

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

.klant_info {
  width: 100%;
  padding: 30px;
  background-color: white;
  border: 1px solid #E0E0E0;
  margin-top: 25px;
  border-radius: 4px;
}

.klant_info h2:first-child {
  font-size: 1.5em;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  color: #6E4E7C;
  margin-bottom: 15px;
}

.klant_info article {
  width: 100%;
  padding: 25px;
  border: 1px solid #E0E0E0;
  margin-bottom: 10px;
}

.klant_info h3 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.3em;
  color: #6E4E7C;
}

.klant_info table {
  width: 100%;
  margin-top: 10px;
  border-top: 2px solid #E0E0E0;
}

.klant_info table tr th {
  text-align: left;
  font-weight: 700;
  padding: 12px 0;
  border-bottom: 1px solid #E0E0E0;
}

.klant_info table tr td {
  padding: 10px 0;
}

.bestel_info {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
  border-top: 2px solid #E0E0E0;
  margin-top: 10px;
}

.bestel_info h4 {
  font-size: 1em;
  font-weight: 700;
  margin-top: 10px;
}

.bestel_info p {
  font-size: 1em;
  font-weight: 200;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px dashed #d7d7d7;
  line-height: 200%;
}

.bestel_info p:last-of-type {
  border-bottom: none;
}

.bestel_info p a {
  color: black;
}


.klant_programma {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
  padding: 30px;
  background-color: white;
  margin-top: 25px;
}

.klant_programma>h2 {
  font-size: 1.5em;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  color: #6E4E7C;
  margin-bottom: 15px;
}

.klant_programma p {
  line-height: 150%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.2em;
}

.programma_tekst {
  line-height: 180%;
  font-size: 1.1em;
  color: #8a8a8a;
  margin-top: 10px;
}

.klant_programma article a {
  width: 100%;
  text-align: center;
  padding: 15px;
  font-size: .9em;
  text-transform: uppercase;
  color: #8a8a8a;
  letter-spacing: 1px;
  display: inline-block;
  margin: 10px 0;
  background-color: #eaeaea;
}

.klant_programma article a i {
  font-size: 1.2em;
}

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

.endprods img {
  width: 50px;
  margin: 10px 30px;
}

.endprods div {
  width: 100%;
  height: 1px;
  background-color: #aeaeae;
}


/**/

.programma_items {
  width: 100%;
}

.klant_info_titel {
  font-size: 1.2em;
  color: #000;
  font-weight: 700;
  margin-top: 30px;
}

.programma_items_tekst {
  color: #8a8a8a;
  font-size: 1.1em;
  line-height: 180%;
  margin-bottom: 20px;
}

.programma_items_tekst strong {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #353535;
  display: inherit;
}

.itemmap {
  padding-bottom: 40%;
  margin: 20px 0;
}

.programma_programma {
  width: 100%;
}

.programmaitem {
  width: 100%;
}

.programmaitem h3 i {
  transition: all .3s;
}

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

.programmaitem>h3 {
  padding: 10px;
  font-weight: 700;
  margin-bottom: 5px;
  background-color: #f8f8f8;
  color: #353535;
  display: inherit;
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  transition: all .3s;
}

.programmaitem div {
  padding-left: 10px;
  margin-bottom: 20px;
}

.programmaitem>div>h2 {
  font-weight: 700;
  font-size: 1.1em;
  color: #ED1C24;
}

.programmaitem>div>h3 {
  font-size: 1em;
  font-weight: 700;
}

.programmaitem h3:hover {
  transform: scale(1.02);
}

.images_first,
.images_second,
.images_third {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
}

.images_first img {
  width: 100%;
}

.images_second img {
  width: 49%;
}

.images_third img {
  width: 32.33%;
}

.klant_facturen {
  width: 100%;
  padding: 30px;
  background-color: white;
  border: 1px solid #E0E0E0;
  margin-top: 25px;
  border-radius: 4px;
}

.klant_facturen>h2 {
  font-size: 1.5em;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  color: #A08B56;
  margin-bottom: 15px;
}

.klant_facturen article {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  transition: all .5s;
  padding: 10px 15px;
  background-color: #F9F9F9;
}

.klant_facturen article:hover {
  transform: scale(1.02);
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.05);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.05);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.05);
}

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

.klant_facturen article div:first-of-type {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  font-weight: 700;
  color: #353535;
}

.klant_facturen article div:first-of-type i {
  font-size: 1.5em;
  margin-right: 10px;
}

.factuur_download {
  width: 35px;
  height: 35px;
  color: white;
  background-color: #A08B56;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 200px;
}

.klant_downloads {
  width: 100%;
  padding: 30px;
  background-color: white;
  border: 1px solid #E0E0E0;
  margin-top: 25px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.klant_downloads>h2 {
  font-size: 1.5em;
  width: 100%;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  color: #A08B56;
  margin-bottom: 15px;
}

.klant_downloads article {
  width: 48%;
  padding: 10px 10px;
  transition: all .5s;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  margin: 10px 0;
  background-color: #F9F9F9;
}

.klant_downloads article:hover {
  transform: scale(1.05);
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.05);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.05);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.05);
}

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

.klant_downloads article div {
  border-radius: 200px;
  font-size: 1.1em;
  width: 40px;
  height: 40px;
  display: flex;
  background-color: #A08B56;
  color: white;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-right: 10px;
}

.klant_downloads article h3 {
  font-weight: 700;
  color: #353535;
}

.extra_questions {
  width: 100%;
  background-color: white;
  margin-top: 20px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
}

.extra_questions>div {
  width: 50%;
}

.extra_questions>div:first-child {
  padding-right: 2%;
  margin-right: 2%;
  width: 48%;
  border-right: 2px solid #F9F9F9;
}

.extra_questions_text {
  line-height: 180%;
  color: #a7a7a7;
  font-size: 1.1em;
}

.extra_questions h2 {
  font-size: 1.5em;
  width: 100%;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  color: #A08B56;
  margin-bottom: 15px;
}

.extravragen_form {
  width: 100%;
}

.extravragen_form textarea {
  width: 100%;
  height: 200px;
  border: 2px solid #F4F4F4;
  background-color: white;
  padding: 10px;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #9fa6b5;
}

.extravragen_form input[type=submit] {
  background-color: black;
  color: white;
  border: none;
  padding: 10px 35px;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 1.1em;
}


/* Einde Klantenzone */

/* Product Pagina */

.wijndomein {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 10px;
}

.wijndomein > h2 {
  font-size: 25px;
  font-weight: 700;
  color: #785989;
  text-align: center;
}

.wijndomein>img {
  margin-top: 20px;
  width: 100%;
}

.product_gegevens {
  background-color: #F2F2F2;
}

.inner_product_gegevens {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 10px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

.inner_product_gegevens h2 {
  width: 100%;
  color: #785989;
  font-size: 1.7em;
  margin-bottom: 25px;
  font-weight: 700;
}

.devider {
  width: 1px !important;
  background-color: #D5D5D5;
}

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

.gegevens_item {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: center;
  font-size: 18px;
  padding: 5px 0;
}

.gegevens_item div:first-child {
  width: 200px;
  color: #333333;
}

.gegevens_item div:last-child {
  line-height: 150%;
  color: rgb(130, 130, 130);
}

.productimg {
  margin: 30px auto;
  width: 100%;
  max-width: 1400px;
  display: block;
}

.product_topper {
  width: 100%;
  background-color: #FAFAFA;
}

.product_topper > div {
  width: 100%;
  max-width: 1600px;
  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: 1000px;
  margin: 0 auto;
  padding: 50px 10px;
}

.product_header_image {
  width: 35%;
  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;
}

.mainimg {
  cursor: zoom-in;
}

.product_header_content {
  width: 65%;
  max-width: 500px;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.product_header_content h1 {
  font-size: 25px;
  line-height: 150%;
  letter-spacing: 3.6px;
  color: #1C1B1B;
  width: 100%;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.product_header_content h2 {
  color: #353535;
  font-weight: 400;
  font-size: 1em;
  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;
  font-family: 'Nunito', sans-serif;
}

.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: 17px;
  color: #1C1B1B;
  margin-top: 10px;
  width: 100%;
  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 h2 {
  color: #353535;
  font-weight: 400;
  font-size: 1em;
  margin-top: 20px;
  letter-spacing: 2.4px;
  margin-bottom: 10px;
}


.product_prijs article p {
  font-size: 16px;
  letter-spacing: 2.8px;
  font-weight: 400;
  color: #6A6A6A;
}

.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: #6E4E7C;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 12px;
  width: 100%;
  border: 1px solid #6E4E7C;
  transition: all .3s;
  font-family: 'Nunito', sans-serif;
}

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

.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: 'Nunito', 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: 'Nunito', sans-serif;
}

.product_sfeerfoto > img {
  width: 100%;
  position: relative;
  z-index: 1;
  opacity: .7;
}

.amount_select {
  width: 200px;
  padding: 10px;
  font-family: 'Nunito', sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  background-color: #F5F5F5;
  border: none;
}



/* Einde Product Pagina */

/* Winkelwagen */

.verkoopspraat {
  width: 100%;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  font-family: 'Nunito',sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #8c8c8c;
  font-size: 16px;
  line-height: 140%;
}

.winkelwagen_pagina, .gegevens_pagina {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.winkelwagen_pagina>h1, .gegevens_pagina h1 {
  width: 100%;
  padding: 40px 0;
  padding-bottom: 10px;
  font-size: 24px;
  color: #1C1B1B;
  font-weight: 400;
}

.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: 'Nunito',sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #1c1b1b;
  transition: color 0.2s ease-in-out;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 10px;
}

.shopping_cart article h3 {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 2;
  color: #6a6a6a;
  font-size: 14px;
}


.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: 'Nunito', 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;
  font-weight: 400;
  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: 400;
  color: #1C1B1B;
  letter-spacing: 1px;
}

.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: 16px;
  font-weight: 400;
  color: #1C1B1B;
  letter-spacing: 1px;
}

.goto_prev {
  cursor: pointer;
  color: #1C1B1B;
  font-family: "Nunito", sans-serif;
  letter-spacing: 1px;
}

.goto_next {
  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 #6E4E7C;
  transition: all .3s;
  cursor: pointer;
  font-family: 'Nunito', sans-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 #6E4E7C;
  transition: all .3s;
  cursor: pointer;
  font-family: 'Nunito', sans-serif;
}

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

.buttons {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 0;
}

/* Einde Winkelwagen */


/* Blokken */

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

.blokken article {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  width: 100%;
}

.blokken_img {
  order: 1;
  width: 48%;
}

.blokken_img .slick-dots {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.blokken_img .slick-dots li {
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin: 0 3px;
  border-radius: 200px;
  background-color: #dfdfdf;
}
.blokken_img .slick-dots .slick-active {
 background-color: #3A3A3A;
}

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

.blokken article>img {
  width: 100%;
}

.blokken_content {
  width: 50%;
  padding: 30px;
  order: 2;
}

.blokken_titel {
  position: relative;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

.blokken_titel h2 {
  color: #6E4E7C;
  line-height: 150%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 1.4em;
}

.blokken_tekst {
  line-height: 180%;
  font-weight: 200;
  font-size: 16px;
  color: #4C4C4C;
  width: 100%;
  margin-bottom: 20px;
}

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

.blokken_content>a {
  display: inline-block;
  color: #6E4E7C;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-size: 14px;
}

.blokken_content>a i {
  margin-left: 5px;
  transition: all .5s; 
}

.blokken_content>a:hover i {
  margin-left: 10px;
}

.blokken article:nth-child(even) .blokken_img {
  order: 3;
}
/* Blokken */


/* Gegevens */

.checkbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  height: 25px;
  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-weight: 200;
  font-size: 1rem;
  color: #4C4C4C;
  width: 100%;
  text-align: center;
  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: #6E4E7C;
}

.checkmark i {
  content: "";
  position: absolute;
  display: none;
  font-size: 1.2em;
}

.checkbox input:checked ~ .checkmark i {
  display: block;
}

.checkbox .checkmark i {
  left: 3px;
  top: 3px;
  color: white;
}

.checkbox a {
  font-weight: 700;
  color: #000;
}

.webshop-form fieldset>div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 30px;
}

.webshop-form fieldset .factuurinfo, .webshop-form fieldset .leverinfo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.webshop-form .field {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.webshop-form .field label {
  width: 100%;
  font-size: 18px;
  display: inline-block;
  font-weight: 400;
  color: #1C1B1B;
  margin-bottom: 5px;
}

.webshop-form .field input, .webshop-form .field select {
  width: 100%;
  padding: 10px;
  color: #1C1B1B;
  border: none;
  font-size: 14px;
  background-color: #f4f4f4;
  font-weight: 400;
  font-family: 'Nunito', sans-serif;
}

.webshop-form .field select {
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}

.webshop-form input[type=submit] {
  padding: 10px 30px;
  border: none;
  background-color: #314983;
  font-weight: 200;
  color: white;
  border-radius: 200px;
  font-family: 'Nunito', sans-serif;
}

.webshop-form .selectField  {
  width: 100%;
}

.webshop-form .textField, .webshop-form .emailField  {
  width: 49%;
}

.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;
  line-height: 25px;
}

.checkboxField input {
  width: 20px !important;
}

.webshop-form h2 {
  font-weight: 400;
  letter-spacing: 4px;
  font-size: 15px;
  color: #785989;
  padding-top: 30px;
  text-transform: uppercase;
  margin-top: 30px;
  margin-bottom: 20px;
  border-top: 2px dashed #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: 18px;
  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;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.input_producten article>div:last-of-type > div {
  width: 200px;
  text-align: right;
}

.input_producten article>div:last-of-type span {
  margin-left: 20px;
}

.controle_part .financial {
  width: 100%;
}
.loading-now {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(255,255,255,0.6);
  display: none;
}

.loading-now .loading-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 45px;
  color: #6e4e7c;
}
.transporteur-hold {
  width: 100%;
  display: none;
}
.transporteur-hold > * {
  display: none;
}
/* Einde Gegevens */

/* Curtaindrop */

.curtain-click {
  cursor: pointer;
}

.curtain_logo {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;
  width: 200px !important;
}

.curtaindrop {
  width: 100%;
  z-index: 100;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  position: fixed;
}

.curtaindrop>video {
  position: absolute;
  left: 50%;
  top: 50%;
  min-height: 100%;
  min-width: 100%;
  z-index: 0;
  transform: translate(-50%, -50%);
}

.curtaindrop>div {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
  background-position: center;
  background-size: cover;
  background-color: rgba(58, 58, 58, .8);
}

.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: #785989;
  color: #fff;
  border: 2px solid #785989;
  border-radius: 200px;
  font-weight: 700;
  font-size: 1.1em;
  margin-top: 20px;
  padding: 10px 30px;
  transition: all .2s;
}

.curtaindrop .button:hover {
  background: transparent;
}

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

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

.curtaindrop h2 {
  font-weight: 900;
  font-size: 3em;
  margin: 1em 0;
}

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

.curtaindrop>span>i {
  font-style: normal;
  position: absolute;
  right: 20px;
  cursor: pointer;
  color: #92c020;
  width: 300px;
  overflow: hidden;
  top: -34px;
  display: block;
  height: 34px;
  line-height: 34px;
  text-align: right;
}

.curtaindrop>span:before {
  position: absolute;
  top: -38px;
  cursor: pointer;
  left: -17px;
  height: 34px;
  line-height: 34px;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
  width: 36px;
  display: block;
  text-align: center;
  content: '!';
}

.curtain-close {
  position: absolute;
  right: 40px;
  top: 30px;
  font-size: 60px;
  cursor: pointer;
  color: #fff;
  z-index: 5;
}


/* Einde Curtaindrop */

/* 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;
  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 h1 {
  color: #1C1B1B;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 35px;
}

.bestelling_geplaatst>div h2 {
  font-size: 18px;
  text-align: center;
  color: #353535;
  margin-bottom: 20px;
}

.bestelling_geplaatst_tekst {
  text-align: center;
  font-size: 18px;
  line-height: 150%;
  color: #6a6a6a;
}

.bestelling_geplaatst .image {
  width: 300px;
  height: 300px;
  border-radius: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/images/kenzo.jpg);
  position: relative;
}

.bestelling_geplaatst .image>i {
  font-size: 3.5em;
  color: #6E4E7C;
  position: absolute;
  right: 15px;
  bottom: 15px;
  background-color: white;
  border-radius: 200px;
  border: 3px solid white;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.40);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.40);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.40);
}

.bestelling_geplaatst>div a {
  padding: 15px 30px;
  background-color: #6E4E7C;
  color: white;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  font-size: 15px;
  border: 1px solid #6E4E7C;
  margin-top: 20px;
  transition: all .3s;
  font-family: 'Nunito', sans-serif;
}


.bestelling_geplaatst>div a:hover {
  background-color: transparent;
  color: #1C1B1B;
}

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


footer {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 50px 0 20px 0;
  border-top: 2px solid #f5f5f5;
  margin-top: 30px;
  flex-wrap: wrap;
}

footer > div {
  margin-left: auto;
  margin-right: auto;
  width: 96%;
  max-width: 1600px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
}

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


.betaalwijzes img {
  width: 25px;
  margin: 0 10px;
}

.gdpr {
  width: 100%;
  font-size: 14px;
  font-weight: 200;
  color: #6a6a6a;
  margin-top: 40px;
  padding-top: 20px;
  border-top: #cccccc 1px dashed;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.gdpr a {
  color: #6a6a6a;
  font-size: 14px;
  letter-spacing: 1px;
}

.gdpr span {
  margin: 0 15px;
}

.disclaimer {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  color: #6a6a6a;
  font-weight: 200;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 200%;
  margin-top: 20px;
  min-width: 33%;
}

.disclaimer p {
  font-size: 14px;
  color: #1C1B1B;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.disclaimer a {
  color: #6a6a6a;
}

/* Page Header */

.page_header {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  padding: 0 10px;
  padding-bottom: 50px;
}

.page_header>div:first-of-type {
  height: 55px;
  width: 2px;
  background-color: #6E4E7C;
  margin-bottom: 30px;
}

.page_header>h2 {
  color: #4C4C4C;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
  font-size: 14px;
}

.page_header>h1 {
  color: #6E4E7C;
  font-weight: 700;
  font-size: 25px;
  text-align: center;
  max-width: 600px;
  margin-bottom: 20px;
}

.page_header_tekst {
  line-height: 150%;
  font-weight: 200;
  font-size: 16px;
  color: #4C4C4C;
  width: 100%;
  text-align: center;
}

.slick-vertical .slick-slide {
  border: none !important;
}

.home_banner .slick-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #6E4E7C;
  color: white;
  font-size: 1em;
  border: none;
  z-index: 2;
  transform: translateY(-25px);
}

.home_banner .slick-next {
  position: absolute;
  transform: translateY(25px);
}

.home_banner {
  max-width: 1600px;
  margin: 0 auto;
}

.home_banner article {
  position: relative;
}

.home_banner article video {
  position: relative;
  z-index: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.home_banner article img {
  width: 100%;
}

.home_banner article .content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: calc(100% - 100px);
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  z-index: 2;
  transform: translate(-50%, -50%);
}

.home_banner article div h2 {
  font-size: 2.5em;
  color: white;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.home_banner article div a {
  padding: 15px 30px;
  background-color: #6E4E7C;
  color: white;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  font-size: .8em;
  letter-spacing: 2px;
  border: 1px solid black;
  border: none;
  transition: all .3s;
  font-family: 'Nunito', sans-serif;
}
/* Einde Page Header */

/* Login */

.login_page {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  height: 100vh;
}

.left_login {
  width: 500px;
  background-color: white;
  -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);
  height: 100%;
  padding: 35px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.right_login {
  flex: 1;
  height: 100%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.right_login div {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .2);
  padding: 10px;
  color: white;
  font-family: 'Nunito', sans-serif;
  font-size: .9em;
}

.right_login div a {
  color: white;
}

.login_form {
  width: 100%;
}

.left_login>h2 {
  font-size: 1.6em;
  letter-spacing: 1px;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 30px;
  color: #353535;
  width: 100%;
  text-align: left;
}

.login_logo {
  position: absolute;
  left: 35px;
  top: 35px;
  width: 150px;
}

.submit_holder {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.submit_holder a {
  font-size: .8em;
  color: #6f6f6f;
  font-weight: 700;
}

.login_form input[type=password],
input[type=email] {
  width: 100%;
  border: 2px solid #F4F4F4;
  background-color: white;
  padding: 10px;
  font-family: 'Nunito', sans-serif;
  margin-bottom: 20px;
  font-size: 1em;
  letter-spacing: 1px;
  color: #9fa6b5;
}

.login_form input[type=submit] {
  background-color: #6E4E7C;
  color: white;
  border: none;
  padding: 10px 35px;
  text-transform: uppercase;
  font-family: 'Nunito', sans-serif;
  font-weight: 000;
  letter-spacing: 1px;
  font-size: 1em;
}

.errors {
  width: 100%;
  color: red;
  margin-bottom: 15px;
}

.errors li {
  padding-left: 20px;
  margin-bottom: 8px;
  position: relative;
}

.errors li:after {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  position: absolute;
  display: block;
  left: 5px;
  top: 3.5px;
  font-size: 8px;
}


/* Einde Login */


/* Blog*/

.blog-img img {
  width: 100%;
}
.blog-head {
  text-align: left;
  line-height: 180%;
  position: relative;
}
.blog-head .c {
  width: 100%;
  color: #505050;
}

.blog-content {
  width: 100%;
  max-width: 1600px;
  margin:0 auto;
  margin-top: 30px;
}
.footermar-blog {
  padding-bottom: 50px;
}
.blog-item {
  position: relative;
}
.blog-item a {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index: 2;
}
.blog-rows {
  margin-top: 1%;
}
.blog-row {
  display: flex !important;
  flex-wrap: wrap;
  margin-bottom: 1%;
}
.blog-row:last-child {
  margin-bottom: 0;
}
.blog-row .row-block {
  width: 49.5%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.row-block:not(:nth-child(2n)){
  margin-right: 1%;
}
.blog-row.type-b .row-block {
  margin:0;
  width: 100%;
}
.blog-row.reverse .row-block:first-child {
  order:2;
  margin-left: 1%;
  margin-right: 0%;
}
.blog-row .extra .blog-item {
  width: 48.979591836734693877551020408163%;
}
.blog-row .extra .blog-item:not(:nth-child(2n)){
  margin-right: 2.0408163265306122448979591836735%;
}
.blog-rows .blog-main .blog-item {
  width: 100%;
}
.blog-row .extra .blog-item:nth-child(n+3){
  margin-top: 2.0408163265306122448979591836735%;
}

.blog-rows .blog-inhoud {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 20px 15px;
  z-index: 1;
  background-color: rgba(0,0,0,0.58);
  color: #fff;
}

.blog-rows .blog-inhoud h2 {
  font-weight: 700;
  text-align: left;
  line-height: 125%;
}

.blog-rows .blog-main .blog-inhoud h2 {
  font-size: 1.4em;
}
.blog-rows .extra .blog-inhoud h2 {
  font-size: 1.2em;
}
.blog-row.type-c .row-block {
  margin-right: 0;
  width: 100%;
}
.type-c .combo-img {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: flex-start;
  align-content: flex-start;
}
.type-c.reverse .combo-img .big {
  order:2;
}
.type-c .combo-img > * {
  width: 50%;
}
.type-c .combo-img .big img {
  width: 100%;
}
.type-c .combo-img .small {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.type-c .combo-img .small img {
  width: 50%;
}
.button-hold {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.button-hold:last-child {
  margin-bottom:0px;
}
.button-hold a {
  display: inline-block;
  border: 2px solid #6E4E7C;
  padding: 15px 20px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  color: white;
  background-color: #6E4E7C;
  transition: all 0.8s ease;
}
.button-hold a:hover {
  background-color: transparent; 
  color: #6E4E7C;
}
  /**
 * 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;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);

}
.blog-main {
  width: calc(100% - 350px);
}

.blog-main .c {
  font-size: 16px;
  color: #a4a4a4;
  padding: 0;
  line-height: 180%;
}

.blog-item .c {
  font-size: 1.1em;
  color: #a4a4a4;
  padding: 0 15px;
  line-height: 180%;
}

.blog-recent .blog-item .c {
  padding: 0 !important;
}

.blog-main .blog-img {
  position: relative;
  width: 100%;
}
.blog-main .blog-img .h1 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 180%;
  color: #6E4E7C;
  font-size:25px;
}
.blog-aside h3 {
  font-weight: 700;
  color: #6E4E7C;
  font-family: 'Nunito',sans-serif;
  font-size: 1.5em;
  text-align: left;
  margin-bottom: 25px;  
}
.blog-nav nav {
  border-top: 1px solid rgb(220,220,220);
  margin-bottom: 60px;
}
.blog-nav a {
  line-height: 40px;
  width: 100%;
  display: block;
  border-bottom: 1px solid rgb(220,220,220);
  color: rgb(100,100,100);
  padding-left: 8px;
}
.blog-nav a:hover,.blog-nav a.active {
  color: #6E4E7C;
}
.blog-nav-btn {
  display: none;
  text-align: center;
  padding:10px 0;
  font-size: 3.2em;
  color: #6E4E7C;
  cursor: pointer;
}

.blog-recent h2 {
  font-size: 16px;
  margin-top: 10px;
  line-height: 150%;
  margin-bottom: 10px;
  color: #626572;
}

.blog-recent .c {
  margin-bottom: 10px;
  line-height: 180%;
  color: #999999;
  font-size: 14px;
}

.blog-recent .blog-item {
  margin-bottom: 35px;
}

.blog-recent .more {
  font-weight: bold;
  color: #6E4E7C;
}

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

.blog-overzicht .blog-item a {
  position: static;
}

.blog-overzicht .btn-hold {
  padding: 15px;
  text-align: left;
}

.blog-overzicht .btn-hold a {
  display: inline-block;
  padding: 15px 20px;
  background-color: #6E4E7C;
  font-weight: 700;
  border: 2px solid #6E4E7C;
  color: #fff;
  transition: all 0.5s ease;
}
.blog-overzicht .btn-hold a:hover {
  background-color: transparent;
  color: #6E4E7C;
}
.blog-overzicht h2 {
  font-size: 1.3em;
  padding: 0 15px;
  margin-top: 15px;
  margin-bottom: 15px;
  color: #626572;
}

.blog-overzicht .blog-item {
  width: 48%;
  margin: 1%;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  box-shadow: 0px 0px 22px 0px rgba(82,82,82,0.15);
  transition: all 1s;
}

.blog-overzicht .blog-item:hover {
  transform: scale(1.03);
}

.blog-overzicht .blog-item:nth-child(n+6){
  width: 32%;
  margin-bottom: 2%;
}
.blog-overzicht .blog-item:nth-child(n+6) .c, .blog-overzicht .blog-item:nth-child(n+6) .btn-hold {
  display: none;
}
.blog-overzicht .blog-item:nth-child(n+6):not(:nth-child(3n+5)){
  margin-right: 2%;
}
.blog-content-row {
  margin-bottom: 30px;
}
.merk-content .blog-content-row {
  margin-bottom: 1.33%;
}
.blog-content-row h2 {
  font-family: 'Nunito',sans-serif;
  font-size: 1.2em;
  line-height: 150%;
  color: #626572;
}
.blog-content-row .c {
  width: 100%;
  margin:0 auto;
}
.blog-content-row .multi-img-holder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
  justify-content: space-between;
}
.blog-content-row .multi-img-holder.two>* {
  width: 49%;
}
.blog-content-row .multi-img-holder.three>* {
  width: 32.33%;
}
.blog-content-row .multi-img-holder.four>* {
  width: 24%;
}
.blog-content-row .multi-img-holder>a img {
  width: 100%;
}
.blog-content-row .filmpje {
  max-width: 1000px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.blog-content-row .tekst-and-image {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.blog-content-row .tekst-and-image > * {
  width: 50%;
}
.blog-content-row .tekst-and-image .c {
  padding:0 20px;
}
.blog-content-row .tekst-and-image.reverse .img {
  order:2;
} 
.title-hold {
  text-align: center;
  margin-bottom: 36px;
}
.title-hold h3 {
  margin-top: 30px;
  padding-top: 30px;
  color: #626572;
  border-top: 3px solid #ececec;
  font-size: 1.5em;
  font-weight: bold;
}

/* Einde Blog */


/* Workshops */

.workshops {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.workshops article {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.workshops article h2 {
  font-size: 25px;
  font-weight: 700;
  color: #6E4E7C;
  margin-bottom: 10px;
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 10px;
}

.workshops article h3 {
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.workshops article .tekst {
  line-height: 150%;
  font-weight: 200;
  font-size: 1.3rem;
  color: #4C4C4C;
  width: 100%;
}

.workshops article .date {
  width: 200px;
  padding: 30px 15px;
  background-color: #6E4E7C;
  color: white;
}

.workshops article .date p {
  width: 100%;
  text-align: center;
}

.workshops article .date p:nth-child(2) {
  font-size: 60px;
  font-weight: 700;
  margin: 5px 0;
}

.workshops article .content {
  width: calc(100% - 200px);
  padding: 25px;
  border: 2px solid #f1f1f1;
}

.workshops article .info {
  width: 100%;
  margin-top: 15px;
  padding: 10px;
  background-color: #f1f1f1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.workshops article .info p {
  font-weight: 700;
  color: #353535;
  margin-right: 30px;
}

.workshops article .inschrijven {
  cursor: pointer;
  color: #6E4E7C !important;
}

.workshop_form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color: #f9f9f9;
  padding: 30px 20px 0 20px;
}

.workshop_form h2 {
  width: 100%;
  border-bottom: none !important;
}

.workshop_form label {
  width: 100%;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  display: inline-block;
}

.workshop_form input[type=text],
.workshop_form input[type=email] {
  border: 2px solid #f1f1f1;
  width: 100%;
  padding: 10px;
  color: #252525;
  margin-bottom: 20px;
  font-family: 'Nunito', sans-serif;
}

.workshop_form input[type=submit] {
  padding: 12px 30px;
  border-radius: 4px;
  color: white;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: 'Nunito', sans-serif;
  background-color: #6E4E7C;
  border: none;
}

.workshop_form .smallfield {
  width: 49%;
}

.workshop_form .field {
  width: 100%;
}

/* Einde Workshop */

/* Media Query's */

@media screen and (max-width: 1600px) {
  .instagram_feed .instagram_post {
    max-height: 23vw;
  }
}

@media screen and (max-width: 1400px) {
  .product > img {
    max-width: 100px;
  }

  .product {
    padding: 15px;
  }
}

@media screen and (max-width: 1300px) {
  .blog-overzicht .blog-item {
    width: 98%;
  }

  .navigatie nav a {
    margin: 0 10px;
    font-size: 1em;
  }

  #specialbutton, #specialbutton1 {
    padding: 7px 20px;
  }
}

@media screen and (max-width: 1250px) {
  .product_header {
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .product_header_image {
    flex-wrap: wrap;
    width: 45%;
  }

  .product_header_content {
    width: 55%;
    padding: 25px;
    max-width: 100%;
  }

  .product_extrafotos {
    width: 100%;
    order: 2;
  }

  .product_header_image>img {
    order: 1;
    width: 100%;
  }

  .product {
    width: 98%;
  }
}

@media screen and (max-width: 1200px){
  .blog-overzicht .blog-item:nth-child(n+6) h2 {
    font-size: 1.6em;
  }
  .blog-content-row .tekst-and-image > * {
    width: 100%;
  }
  .blog-content-row .tekst-and-image .img {
    margin:15px auto;
    max-width: 500px;
  }
  .contact_gegevens {
    width: 100%;
  }

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

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

  .contact_info {
    padding: 30px;
  }
  .contact_formulier {
    width: 100%;
    margin-bottom: 15%;
  }


}


@media screen and (max-width: 1150px){
  .main_zone {
    width: 100%;
    order: 2;
  }

  .side_zone {
    width: 100%;
    order: 1;
  }


}

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

  .navigatie nav {
    display: none;
  }

  .resbtn {
    display: inline-block;
  }

  .menubtn {
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .blokken_content {
    width: 100%;
    padding: 0;
  }

  .blokken article:nth-child(even) img {
    order: 1;
  }

  .blokken article>img {
    order: 1;
    width: 100%;
    margin-bottom: 10px;
  }

  .blog-holder {
    margin-top: 30px;
    flex-wrap: wrap;
    /*KP:04/05/2021*/
    flex-direction: column-reverse;
  }
  .blog-aside {
    order:2;
    width: 100%;
    margin-right: 0;
  }
  .blog-main {
    width: 100%;
    padding: 10px;
  }
  .row-block .extra {
    padding: 10px;
  }

  /*KP:04/05/2021*/
  /*.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;
      /*KP:04/05/2021*/
      display:none;
    }

    .blog-recent .blog-item {
      width: 45%;
    }

    .left_login {
      width: 100%;
    }

    .aanbod_pagina aside {
      position: fixed;
      width: 100%;
      left: -1000px;
      top: 0;
      background-color: #fcfcfc;
    }

    .aanbod_items {
      width: 100%;
    }

    .product {
      width: 48%;
    }

    .showFilters {
      display: flex;
      margin-bottom: 20px;
    }

    .showFilters i {
      margin-right: 10px;
    }

    .aanbod_pagina {
      flex-wrap: wrap;
    }

    .aanbod_pagina aside h2 span {
      display: block;
    }

    .blokken_img {
      width: 100%;
    }
  }


  @media screen and (max-width: 900px) {
    .aanbod_pagina {
      flex-wrap: wrap;
    }

    .aanbod_items {
      padding: 0;
    }

    .aanbod_pagina aside {
      max-width: 100%;
      margin-bottom: 30px;
    }

    .product_header {
      flex-wrap: wrap;
    }

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

    .product_header_image img {
      max-width: 300px;
    }

    .product_header_content {
      width: 100%;
    }

    .home_banner article .content {
      position: relative;
      transform: none;
      background-color: #6E4E7C;
      left: initial;
      top: initial;
      width: 100%;
      max-width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 25px 10px;
    }

    .home_banner article .content a {
      background-color: white;
      color: #6E4E7C;
    }



    .home_banner article div h2 {
      text-align: center;
      padding: 10px;
      font-size: 2em;
      width: 100%;
      max-width: 100%;
    }

    .home_banner article .overlay {
      background-color: rgba(0,0,0,.2);
    }

    .blog-main .c {
      font-size: 1em;
    }

    .product {
      flex-direction: column;
      justify-content: center;
      -ms-align-items: center;
      align-items: center;
    }

    .product > img {
      margin-bottom: 10px;
    }

    .product h3 {
      text-align: center;
    }

    .product h2 {
      font-size: 1.2em;
      text-align: center;
    }

    .product .price {
      font-size: 1em;
      text-align: center;
    }

    .product .cart {
      flex-wrap: wrap;
    }

    .product .aantal {
      width: 100%;
    }

    .product .aantal input {
      width: 100%;
      text-align: center;
      border: 1px solid #c2c2c2;
      border-radius: 0;
    }

    .product .aantal i {
      width: 40px;
      height: 40px;
      font-size: 1em;

      display: flex;
      justify-content: center;
      -ms-align-items: center;
      align-items: center;
      background-color: #c2c2c2;
      position: absolute;
      z-index: 5;
      cursor: pointer;
      transform: translateY(-50%);
    }

    .product .aantal .increase-amount {
      top: 50%;
      right: 0;
      padding: 0;
      border-radius: 0;
    }

    .product .aantal .decrease-amount {
      top: 50%;
      border-radius: 0;
      padding: 0;
      left: 0;
    }

    .product button {
      width: 100%;
      margin-top: 10px;
    }

    .product .processing,
    .product .processing-done {
      padding-left: 0;
      display: flex;
      justify-content: center;
      -ms-align-items: center;
      align-items: center;
      width: 100%;
      margin-top: 10px;
      height: 40px;
    }

    footer > div div:nth-child(2n) {
      display: none;
    }

    .workshops article .date {
      width: 100%;
    }

    .workshops article .content {
      width: 100%;
    }
    .workshops article {
      flex-wrap: wrap;
    }

    .workshops article .date {
      padding: 10px;
    }

    .workshops article .content {
      padding: 10px;
    }

    .workshops article h2 {
      font-size: 20px;
    }

    .workshops article .tekst {
      font-size: 1em;
    }
  }

  @media screen and (max-width: 800px) {
    .shopping_cart article {
      flex-direction: column;
      justify-content: center;
      -ms-align-items: center;
      align-items: center;
      display: flex;
      border: 2px dashed #e8e8e8;
    }

    .shopping_cart article:last-of-type {
      border-bottom: 2px dashed #e8e8e8;
    }

    .winkelwagen_pagina>h1, .gegevens_pagina h1 {
      text-align: center;
      margin-bottom: 10px;
    }

    .shopping_cart article h3, .shopping_cart article h2 {
      text-align: center;
    }

    .shopping_cart article .main {
      margin-bottom: 20px;
    }

    .shopping_cart article:first-of-type {
      display: none;
    }

    .winkelwagen_pagina {
      padding: 0 15px;
    }

    .financial dl {
      justify-content: center;
      -ms-align-items: center;
      align-items: center;
    }

    .financial dt {
      font-weight: 400;
    }

    .financial dd {
      min-width: 0;
      margin-left: 15px;
    }

    .financial dl>div:last-of-type {
      justify-content: center;
      -ms-align-items: center;
      align-items: center;
    }

    .product_header_content {
      padding: 10px;
    }

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



    .klant_info table tr td:nth-child(2), 
    .klant_info table tr th:nth-child(2) {
      display: none;
    }

    .klant_info article {
      border: none;
      padding: 20px 0;
      border-top: 1px solid #000;
    }

    .klant_top h1 {
      font-size: 1.2em;
    }

    .klant_info,
    .klant_programma {
      padding: 15px;
    }

    .instagram_feed .instagram_post {
      width: 49%;
      max-height: 44vw;
      margin-bottom: 1%;
    }

    .diensten>div article {
      width: 46%;
    }

    .diensten>div {
      flex-wrap: wrap;
      justify-content: flex-start;
    }
  }

  @media screen and (max-width: 750px) {
    .webshop-form .textField, .webshop-form .emailField {
      width: 100%;
    }

    .webshop-form fieldset>div {
      padding: 10px;
    }

    .blog-recent .blog-item {
      width: 100%;
    }

    .disclaimer {
      width: 100%;
      justify-content: center;
      align-items: center;
    }

    .rightfoot {
      width: 100%;
      align-items: center;
      justify-content: center;
    }
  }

  @media screen and (max-width: 700px) {
    .aanbod_items {
      justify-content: flex-start;
    }

    .product {
      width: 48%;
      margin-bottom: 20px;
    }

    .home_banner article div h2 {
     font-size: 1.2em;
   }

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

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

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

}

@media screen and (max-width: 680px){
  .blog-main .blog-img .h1 {
    position:static;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.4em;
  }
}

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

  .blog-more-nav-btn {
    display: block;
  }
  .blog-more-nav {
    display: none;
  }

  .klant_top {
    flex-wrap: wrap;
  }

  .klant_top>div {
    width: 100%;
    margin-bottom: 10px;
  }

  .klant_top a {
    width: 100%;
    text-align: center;
  }

  .klant_top h1 {
    width: 100%;
    text-align: center;
  }

  .diensten>div article {
    width: 96%;
  }
  .contact_formulier{
    margin-bottom: 30%;
  }
}

@media screen and (max-width: 550px) {
  .goto_next {
    padding: 10px 15px;
  }
}


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

  .PL_Buttons {
    flex-wrap: wrap;
  }

  .product {
    width: 100%;
    margin-bottom: 40px;
  }

  .buttons {
    flex-direction: column;
  }

  .goto_next {
    margin-top: 20px;
  }

  .rightfoot {
    width: 90%;
    margin: auto;
  }

  .logos {
    justify-content: center;
  }

  .logos img {
    height: 30px;
  }
}

@media screen and (max-width: 400px){
  .row-block.extra {
    display: none;
  }
  .blog-main .blog-img .h1 {
    font-size: 1.6em;
  }
  .gdpr {
    flex-direction: column;
    line-height: 140%;
  }

  .gdpr span {
    display: none;
  }
}

@media screen and (max-width: 360px){
  .gegevens_item {
    flex-direction: column;
    align-items: flex-start;
    -ms-align-items: flex-start;
  }
}
@charset "UTF-8";

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

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

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

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

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

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

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

.c p
{
	margin: 1em 0;
}

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

.c strong
{
	font-weight: bold;
}

.c em
{
	font-style: italic;
}

.c table
{
	margin: 1em 0;
}

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

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

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

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

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

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

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


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

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


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

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

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


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

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

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

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



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

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

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

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

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

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

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

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

.justify
{
	text-align: justify;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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