* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

textarea:focus, input:focus, select:focus, button:focus, option:focus {
  outline: none;
}

input[type=text],
input[type=submit],
input[type=email],
input[type=tel],
input[type=url],
input[type=search],
textarea,
select,
option {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Poppins', sans-serif;
}

.fc button {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  height: 50px !important;
}

body.modal-open {
  overflow: visible;
}

.content {
  width: 96%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

/* Breadcrumb */

.breadcrumb {
  width: 96%;
  max-width: 1600px;
  margin: 15px auto;
  padding: 10px 0;
  font-size: 14px;
}

.breadcrumb ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumb li {
  display: flex;
  align-items: center;
}

.breadcrumb li a {
  color: #4C4C4C;
  text-decoration: none;
  padding: 5px;
  transition: color 0.3s ease;
}

.breadcrumb li a:hover {
  color: #D34336;
  text-decoration: underline;
}

.breadcrumb li span {
  color: #a0a0a0;
  margin: 0 8px;
  font-size: 16px;
}

/* Einde Breadcrumb */

/* Interesse  */

#interest {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  padding: 60px 0;
  width: 96%;
  max-width: 1550px;
  border-top: 2px solid #EBEBEB;
  margin: 0 auto;
  gap: 30px;
}

#interest h1 {
  font-size: 50px;
  color: #D34336;
}

#interest a {
  background-color: #D34336;
  color: white;
  font-size: 20px;
  padding: 10px 20px;
  width: fit-content;
}


/* Einde Interesse */

/*Kalender*/
.fc-header-toolbar {
  padding: 10px 0;
}

.fc-toolbar * {
  font-family: 'Poppins', sans-serif;
}


.fc-header-toolbar h2 {
  font-weight: bold;
  line-height: 33.6px;
  color: #38251F;
  font-size: 1.3em;
  margin-top: 10px;
}

.fc-past.fc-day-top {
  opacity: .3;
}

.fc-day-top .fc-day-number {
  width: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  margin-right: 2px;
  margin-top: 2px;
}

.fc-day-top.status-1 .fc-day-number {
  background-color: #C0EEC2;
  color: #2B2B2B;
  padding: 5px;
  font-weight: 700;
}

.fc-day-top.status-2 .fc-day-number {
  background: #e67e22;
  padding: 5px;
  color: #2B2B2B;
  font-weight: 700;
}

.fc-day-top.status-3 .fc-day-number {
  background: #e74c3c;
  padding: 5px;
  color: #fff;
  font-weight: 700;
}

.fc-scroller {
  overflow-x: visible !important;
}

.fc-toolbar button {
  border: 0;
  font-weight: 200;
  padding: 5px 15px !important;
  letter-spacing: .5px;
  border-radius: 0 !important;
}

.fc-day:hover {
  background: rgba(188, 232, 241, 0.3);
  cursor: pointer;
}

.fc-other-month.mondayFriday {
  opacity: 0.5;
}

.fc-left {
  padding: 5px;
}

.fc-right {
  padding: 5px;
  border-radius: 3px;
  border: none;
}

body .fc-state-default {
  background-color: rgb(50, 50, 50);
  color: #fff;
  text-shadow: none;
  background-image: none;
}

body .fc-state-active, .fc-state-down {
  box-shadow: none;
}

body .fc-state-active,
body .fc-state-disabled,
body .fc-state-down,
body .fc-state-hover {
  color: #fff;
  background-color: #D34336;
  border-radius: 0;
}

body .fc-state-hover {
  color: auto;
  text-decoration: none;
  background-position: center;
  -webkit-transition: background-position .0s linear;
  -moz-transition: background-position .0s linear;
  -o-transition: background-position .0s linear;
  transition: background-position .0s linear
}

.fc-header-toolbar h2 {
  line-height: 43.6px;
}

.mondayFriday {
  position: relative;
}

.mondayFriday:before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to top left,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) calc(50% - 0.8px),
      rgba(0, 0, 0, 1) 50%,
      rgba(0, 0, 0, 0) calc(50% + 0.8px),
      rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.mondayFriday:after {
  padding: 9.375px 5px;
  content: "\f52b";
  display: block;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  font-size: 35px;
  color: #353538;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 50%;
  border: 2px solid #D34336;
}

.mondayFriday.selected:after {
  background-color: #f1c40f;
  color: #fff;
}

.legend {
  font-size: 1em;
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #f5f5f5;
}

.legend_step {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  padding: 5px 30px;
  margin: 10px 0;
  color: #919191;
  border-right: #fff 1px solid;
}

.legend_step:last-child {
  border-right: none;
}

.legend_step div {
  min-width: 20px;
  min-height: 20px;
  margin-right: 10px;
  border-radius: 200px;
}

.fc-icon-left-single-arrow:after {
  content: '\2190' !important;
  top: initial;
}

.fc-icon-right-single-arrow:after {
  content: '\2192' !important;
  top: initial;
}

.fc button .fc-icon {
  top: initial !important;
}

.buttons-hold {
  display: flex;
  justify-content: space-between !important;
  -ms-align-items: center;
  align-items: center;
  margin-top: 10px;
}

/* Einde Kalender */

/* Reservatie */

.step form .field {
  width: 49%;
}

.postcodeField {
  width: 19% !important;
}

.woonplaatsField {
  width: 28% !important;
}

.step select {
  width: 100%;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 2px solid #F4F4F4;
  padding: 10px 10px;
  color: #A8A8A8;
  margin-bottom: 20px;
  font-family: 'Poppins', serif;
}

.step .field.full {
  width: 100%;
}

.step textarea {
  height: 125px;
}

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

.buttons-hold button {
  padding: 15px;
  border-radius: 8px;
  font-weight: bold;
  border: 0;
}

.buttons-hold button.back {
  background-color: rgb(220, 220, 220);
  border-radius: 0;
  font-family: 'Poppins', sans-serif;
}

.buttons-hold button.submit {
  border-radius: 0;
  color: white;
  font-family: 'Poppins', sans-serif;
  background-color: #D34336;
}

.step-2>h2 {
  text-align: center;
  width: 100%;
  font-size: 1.1em;
  font-weight: 200;
}

.step-2>h2 span {
  display: block;
  font-size: 1.2em;
  font-weight: 700;
}

.reserverenform {
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 50px;
  background-color: #fbfbfb;
}

.reserverenform h3 {
  font-size: 1.3em;
  font-weight: 700;
  color: #353535;
  border-top: 2px solid white;
  padding-top: 30px;
  width: 100%;
  margin-bottom: 30px;
}

.reserverenform h3:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.reserverenform .field label {
  font-size: 1.2em;
  font-weight: 200;
  display: inline-block;
  margin-bottom: 8px;
}

.reserverenform .field label span {
  font-size: .6em;
}

.reserverenform input[type=text], .reserverenform input[type=email], .reserverenform select {
  width: 100%;
  border: none;
  background-color: #fff;
  padding: 10px;
  color: #353535;
  font-size: 1.1em;
  font-weight: 200;
  margin-bottom: 25px;
  font-family: 'Poppins', sans-serif;
}

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

/* Einde Reservatie */

/* Bevestiging */

.bevestiging_bg {
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bevestiging {
  width: 100%;
  border-radius: 5px;
  -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);
  max-width: 700px;
  padding: 50px;
  background-color: white;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.bevestiging i {
  font-size: 2em;
  color: #D34336;
}

.bevestiging h2 {
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #D34336;
  font-size: 15px;
  margin: 10px 0;
}

.bevestiging h1 {
  font-weight: 700;
  font-size: 1.7em;
  text-align: center;
  color: #D34336;
  margin-bottom: 10px;
  width: 100%;
}

.bevestiging p {
  line-height: 150%;
  color: #727272;
  font-size: 17px;
  font-weight: 200;
}

.bevestiging a {
  cursor: pointer;
  display: inline-block;
  padding: 13px 30px;
  background-color: #D34336;
  font-weight: 200;
  color: white;
  margin-top: 20px;
  border: 1px solid #D34336;
}

.bevestiging a:hover {
  background-color: transparent;
  color: #D34336;
}

/* Einde Bevestiging*/

.gototop {
  z-index: 100;
  width: 40px;
  height: 40px;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: fixed;
  right: -100px;
  bottom: 40px;
  color: #373a3c93;
  font-size: 1em;
  opacity: .8;
  cursor: pointer;
  transition: all .3s;
  border-radius: 200;
  border: none;
  background-color: #fff !important;
  transition: all 1s ease;
  box-shadow: #373A3C 0px 5px 15px;
}

.gototop:hover {
  transform: translateY(-10px);
}

/* Cookie Melding */
.plenso_cookies {
  position: fixed;
  left: 10px;
  bottom: 10px;
  background-color: white;
  border-radius: 5px;
  max-width: 400px;
  -webkit-box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
  -moz-box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
  box-shadow: 0px 0 45px -0 rgba(0, 29, 147, 0.15);
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 25px;
  transition: all .5s;
}

.plenso_cookies>img {
  width: 50px;
}

.plenso_cookies>div {
  color: #3e3e3e;
  padding: 25px 0px;
  line-height: 25px;
  text-align: justify;
  font-size: 16px;
}

.plenso_cookies>div a {
  color: #3e3e3e;
  text-decoration: underline;
}

.plenso_cookies>a {
  background-color: #D34336;
  color: white;
  font-size: 15px;
  font-weight: 900;
  white-space: nowrap;
  padding: 18px 30px;
  border-radius: 5px;
  display: inline-block;
  cursor: pointer;
  transition: all .3s;
}

.plenso_cookies>a:hover {
  transform: scale(1.1);
}

/* Einde cookiemelding */


/* Curtaindrop */

.curtain-click {
  cursor: pointer;
  padding: 4px 15px;
  color: #D34336;
  font-size: 25px;
  animation: wiggle 3s;
}

.curtain-titel {
  cursor: pointer;
}

@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }

  70% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(25deg);
  }

  80% {
    transform: rotate(-25deg);
  }

  85% {
    transform: rotate(20deg);
  }

  95% {
    transform: rotate(-15deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.curtaindrop {
  width: 100%;
  z-index: 100;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: none;
  position: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.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: 1;
  position: relative;
  background-color: rgba(58, 58, 58, .67);
}

.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;
  padding: 15px 40px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  border-radius: 4px;
  font-size: 20px;
  color: #fff;
  background-color: #D34336;
  transition: all 0.8s ease;
}

.curtaindrop .button:hover {
  transform: scale(1.1);
}

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

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

.curtaindrop h2 {
  font-weight: bold;
  font-size: 50px;
}

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

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

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

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


/* Einde Curtaindrop */

/* Navigatie */

.topper {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #F6F9FE;
  padding: 10px;
}

.topper.mobile {
  display: none !important;
}

.topper a {
  margin: 15px;
  color: #5c5c5c;
  font-weight: 700;
}

.navigatie {
  width: 100%;
  position: relative;
  padding: 30px 10px;
  z-index: 10;
  background-color: #fff;
}

.navigatie.borderline {
  border-bottom: 1px solid #EBEBEB;
}

.navigatie_top {
  width: 100%;
  background-color: #D34336;
  padding: 6px;
}

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

.navigatie_top a {
  color: white;
  margin-right: 30px;
}

.header_baseline {
  color: #D34336;
  font-size: 2em;
  letter-spacing: 1px;
  padding-left: 20px;
}

.header_baseline>div {
  height: 4px;
  width: 25px;
  background-color: #D34336;
}

.header_baseline img {
  width: 70px;
}

.navigatie_top select {
  text-transform: uppercase;
  padding-right: 20px;
  border: none;
  background-color: transparent;
  color: white;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  background-image: url(/images/select_white.png);
}

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

.inner_navigatie nav {
  flex: 1 1 20%;
}

.inner_navigatie>div {
  flex: 1 1 80%;
}

.inner_navigatie .logo {
  width: 180px;
}

.inner_navigatie .lang {
  color: #BBBABA;
  padding: 10px;
}

.inner_navigatie .activelang {
  color: #707070 !important;
}

.menubtn {
  display: none;
}

.inner_navigatie nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -ms-align-items: center;

}

/* Base menu container */
.navitems {
  display: flex;
  gap: 20px;
  /* Adjust spacing as desired */
  align-items: center;
  margin-right: 20px;
}

/* Top-level items */
.navitems__item {
  position: relative;
  /* Needed for submenu positioning */
}

.navitems__item a {
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  color: #D34336;
  text-transform: uppercase;
}

.navitems__item a:hover,
.navitems__item a.activelink {
  color: #2B2B2B;
  /* Active/hover color */
}

/* Submenu container */
.navitems__submenu {
  display: none;
  /* Hidden by default */
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 999;
}

.res-nav .navitems__submenu {
  display: block;
  position: static;
}

/* Submenu items */
.navitems__subitem a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  color: #D34336;
  text-decoration: none;
}

.navitems__subitem a:hover {
  background-color: #f5f5f5;
}

/* Show submenu on hover */
.navitems__item.hasSubmenu:hover .navitems__submenu {
  display: block;
}

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

.vidoverlay {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.884);
}

.closevid {
  display: none;
  position: fixed;
  top: 60px;
  right: 60px;
  z-index: 105;
  width: 40px;
  cursor: pointer;
}

#vid, #vidref {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 70%;
  height: 670px;
}

.res-nav {
  width: 100%;
  max-width: 700px;
  height: 100%;
  position: fixed;
  right: -700px;
  top: 0;
  z-index: 1000;
  overflow: auto;
  transition: all .6s;
  background-color: #fff;
  padding-bottom: 100px;
  border-left: 60px solid #D34336;
}

.menubtn {
  width: 35px;
  cursor: pointer;
  margin-left: 20px;
  transition: all .3s;
}

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

.overvisible {
  display: block;
}


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

.menu-block {
  overflow: hidden;
}

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

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

.navitem {
  background-color: #fff;
  color: #D34336;
  margin: 30px 0;
  margin-left: 30px;
  border-radius: 10px;
}

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

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

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

.navitem a {
  text-align: left;
  display: inline-block;
  color: #4C4C4C;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  display: flex;
  align-items: center;
  -ms-align-items: center;
  padding: 15px 30px;
}

.navitem a img {
  width: 16px;
  display: none;
  margin-right: 15px;
}

.navitem a,
.navitem a:after,
.navitem a:before {
  transition: all .5s;
}


.navitem a:after {
  position: absolute;
  bottom: -5px;
  left: 2px;
  right: 2px;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #4C4C4C;
  height: 4px;
}

.navitem a:hover:after, .navitem a.activelink:after {
  width: 100%;
}

.navitem a:hover, .navitem a.activelink {
  padding: 15px 0;
}

.navitem i {
  font-size: 25px;
  transition: all .3s;
}

.navitem .rotate {
  transform: rotate(90deg);
}

.activelink img, .navitem a:hover img {
  display: inline-block !important;
}

.navitem ul {
  display: none;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-top: 10px;
}

.navitem ul li {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  padding-left: 15px;
  border-left: 2px solid #eeeeee;
}

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

}

.navitem ul a {
  font-size: 1.2em;
  color: #949494;
  padding: 7px 0;
  padding-left: 0;
}

.navi_footer>div {
  color: black;
  font-family: 'Poppins', sans-serif;
}

.navi_footer img {
  width: 100%;
  position: absolute;
  bottom: 0;
}

.navi_footer img.logo {
  position: absolute;
  top: 30px;
  width: 100px;
  right: 30px;
}

.navi_footer>div {
  position: absolute;
  bottom: 10px;
  font-size: .9em;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

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

.navi_footer>div p {
  width: 100%;
  text-align: center;
  padding: 5px;
  margin-bottom: 7px;
  color: black;
  font-weight: 500;
  font-size: 17px;
  font-style: italic;
  z-index: 100;
}

.navi_footer span {
  margin: 0 10px;
}

.navi_footer a {
  color: black;
  font-size: .9em;
}

/* Einde Navigatie */

/* Footer */

footer {
  padding-top: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  background-color: #fff;
}

.slogan {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 600;
  color: #E8E8E8;
  padding: 6rem 0;
  padding-bottom: 4rem;
  line-height: 120%;
  width: 80%;
  margin: auto;
}

.slogan strong {
  color: #c0bdbdd3;
}

.slogan.ss {
  display: none !important;
}

.slogan.bs {
  display: block !important;
}

.come-in {
  transform: translateY(150px);
  animation: come-in 1.5s ease forwards;
}

.come-in:nth-child(odd) {
  animation-duration: 1.5s;
  /* So they look staggered */
}

@keyframes come-in {
  to {
    transform: translateY(0);
  }
}

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

  .come-in-left {
    transform: translateX(-300px);
    animation: come-in-left 0.8s ease forwards;
  }

  .come-in-left:nth-child(odd) {
    animation-duration: 1.5s;
    /* So they look staggered */
  }
}

@keyframes come-in-left {
  to {
    transform: translateX(0);
  }
}

@media screen and (min-width: 800px) {
  .come-in-right {
    transform: translateX(300px);
    animation: come-in-right 0.8s ease forwards;
  }

  .come-in-right:nth-child(odd) {
    animation-duration: 1.5s;
    /* So they look staggered */
  }
}

@keyframes come-in-right {
  to {
    transform: translateX(0);
  }
}

.footer_ban {
  background-color: #d1807b;
  width: 100%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 80px;
}

.footer_ban_titel {
  padding: 60px 0;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
  display: block;
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: row;
}

.footer_ban_titel h2 {
  font-size: 1.5em;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-color: transparent;
  color: #fff;
  display: inline-block;
  padding: 0 100px;
  overflow: hidden;
  letter-spacing: 1px;
}

.footer_ban_titel h2:before {
  right: 0.5em;
  margin-left: -50%;
}

.footer_ban_titel h2:after {
  left: 0.5em;
  margin-right: -50%;
}

.footer_ban_titel h2:before, .footer_ban_titel h2:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.footer_ban .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  -ms-align-items: flex-start;
  text-align: center;
  padding: 50px;
  width: 80%;
}

.footer_ban .items a {
  width: 23%;
  margin: 1%;
  padding: 0 20px 10px 20px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

.footer_ban .items i {
  background-color: #fff;
  border: 1px solid #fff;
  color: #d1807b;
  font-size: 3em;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 200px;
  width: 100px;
  height: 100px;
  transition: all 1s ease;
}

.footer_ban .items i:hover {
  background-color: #d1807b;
  color: #fff;
}

.footer_ban .items h2 {
  font-weight: 400;
  font-size: 1.1em;
  letter-spacing: 1px;
  line-height: 120%;

}

.footer_ban .c {
  font-size: 1.1em;
  line-height: 130%;
}

.socials {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px;
}

.socials>a img {
  width: 70px;
}

.disclaimer {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: wrap;
  color: #b4b4b4;
  padding: 10px;
  padding-top: 0;
  font-weight: 200;
  font-size: .9em;
}

.disclaimer span {
  margin: 0 10px;
}

.disclaimer a {
  color: #b4b4b4;
}

.disclaimer a:last-of-type, .navi_footer a:last-of-type {
  display: flex;
  flex-direction: row;
}

.disclaimer a:last-of-type i, .navi_footer a:last-of-type i {
  display: inline-block !important;
  animation: pulse 4s infinite;
  color: #b4b4b4;

}

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

  5% {
    color: #8bcf97
  }

  10% {
    color: #b4b4b4;
  }

  20% {
    color: #8bcf97
  }

  21% {
    color: #b4b4b4;
  }

  50% {
    color: #b4b4b4;
  }

  100% {
    color: #b4b4b4;
  }
}

.gegevens {
  width: 100%;
  max-width: 1000px;
  padding: 60px 10px;
  display: flex;
  justify-content: space-evenly;
  -ms-align-items: center;
  align-items: center;
  border-right: 2px solid #cccccc;
}

.footer_gegevens {
  width: 100%;
  max-width: 90%;
  padding: 60px 10px;
  display: flex;
  justify-content: space-evenly;
  -ms-align-items: center;
  align-items: center;
}


.gegevens h2 {
  font-size: 1.2em;
  font-weight: 700;
  color: #3F2923;
  margin-bottom: 10px;
}

.gegevens>div {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  font-size: 1.2em;
  font-weight: 200;
  line-height: 150%;
}

.gegevens .logo {
  width: 100px;
}

.footer_gegevens .logo {
  width: 120px;
}

.footer_gegevens a, .footer_gegevens p {
  color: #686868 !important;
  line-height: 160%;
}

/* Einde Footer */



/* Content */

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

.main_content article {
  width: 100%;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}

.main_content article>h2 {
  font-size: 1.6em;
  font-weight: 700;
  color: #D34336;
  margin: 1%;
}

.main_content_tekst {
  width: 100%;
  line-height: 180%;
  color: #828282;
  font-size: 1.2em;
  margin: 1%;
}

.main_content_split h2, .main_content_tekst h2 {
  font-size: 1.2em;
  font-weight: 700;
  color: #E64B2B;
}

.filmpje {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

.filmpje iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

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

.main_content_split img {
  width: 50%;
}

.main_content_split div {
  width: 50%;
  padding: 20px;
  line-height: 180%;
  color: #828282;
  font-size: 1.2em;
}

.main_content_afbeelding {
  width: 100%;
}

.main_content_tweeafbeelding {
  width: 48%;
  margin: 1%;
}

.main_content_drieafbeelding {
  width: 31.33%;
  margin: 1%;
}

/* Einde Content */

/* Tussenelementen */

.square {
  margin-bottom: 2.5em;
}

.home_header {
  margin-bottom: 3em;
}

.line_tussen>div, .circle_tussen>div {
  height: 25px;
  width: 1px;
  background-color: black;
  margin-bottom: 10px;
}

.circle_tussen>div, .beeld_tussenelement>div {
  background-color: #D34336;
}

.line_tussen>div:nth-of-type(2), .circle_tussen>div {
  margin-top: 10px;
}

.main_content .square {
  margin-top: 1.5em;
}

.square img {
  max-width: 100%;
  width: 40px;
}

/* Einde tussenelementen */

/* Home */

.home_banner .slick-arrow, .blokken_slider .slick-arrow {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: #4C4C4C;
  border-radius: 200px;
  color: white;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: none;
}

.home_banner .slick-next, .blokken_slider .slick-next {
  right: 10px;
  left: initial;
}

.home_banner article {
  position: relative;
}

.el {
  position: absolute;
  bottom: 0;
  right: 5px;
  z-index: 10;
  width: 50px !important;
}

.home_banner article img {
  width: 100%;
}

.home_banner article>div {
  position: absolute;
  right: 5%;
  top: 50%;
  width: 45%;
  transform: translateY(-50%);
}



.home_banner article h2, .blokken_slider article h2 {
  font-weight: 700;
  font-size: 3.1em;
  color: #4c4c4c;
}

.home_banner article h3, .blokken_slider article h3 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.2em;
  color: #4c4c4c;
}

.blokken_content a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  -ms-align-items: center;
  width: fit-content;
  padding: 15px 40px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  border-radius: 4px;
  font-size: 18px;
  color: #fff !important;
  background: -webkit-linear-gradient(-20deg, #4C4C4C 30%, #a39e9e 100%);
  transition: all 0.8s ease;
  margin-top: 1em;
}

.home_banner article a {
  display: inline-block;
  width: fit-content !important;
  padding: 15px 40px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  border-radius: 4px;
  font-size: 18px;
  color: #fff !important;
  background: -webkit-linear-gradient(40deg, #666565 1%, #a39e9e 100%);
  transition: all 0.8s ease;
  margin-top: 1em;
}

.home_banner article i, .blokken_slider article i, .blokken_content i {
  margin-left: 10px;
}

.home_banner article a:hover, .blokken_content a:hover {
  transform: scale(1.1);
}

/* Einde Home */

/* TIMELINE */

.timelineholder {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.timelineholder::after {
  content: '';
  position: absolute;
  width: 10px;
  background-color: #D34336;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.timelineoverlayholder {
  width: 10px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  z-index: 9;
  overflow: hidden;
  top: 0;
  bottom: 0;
}

.timelineoverlay {
  background-color: #D34336;
  border-radius: 10px;
}

.timeline {
  position: relative;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

.timeline h2 {
  color: #353535;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 20px;
}

.timeline h3 {
  color: #D34336;
  font-weight: 400;
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 140%;
}

.timeline p {
  line-height: 150%;
  color: #a3a3a3;
  font-weight: 200;
  font-size: 18px;
}

.timeline::after {
  content: '';
  position: absolute;
  width: 10px;
  background-color: #605952;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100px;
}

.timeline_quote {
  width: 100%;
  color: #181818;
  position: relative;
  padding: 45px;
  background-color: #F9F1DF;
  border-radius: 20px;
}

.timeline_quote i:first-of-type {
  color: #D34336;
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 25px;
  opacity: .5;
}


.timeline_quote i:last-of-type {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 25px;
  color: #D34336;
  opacity: .5;
}

.timeline_container {
  padding: 30px 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  background-color: inherit;
  width: 100%;
}

.timeline_container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  left: 50%;
  background-color: #D34336;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  z-index: 1;
}

.timeline_item_content {
  padding: 20px 0;
  background-color: white;
  position: relative;
  border-radius: 6px;
  width: 45%;
}

.left_time {
  margin-right: 5%;
}

.right_time {
  margin-left: 5%;
}

.imageleft {
  margin-left: 5%;
}

.imageright {
  margin-right: 5%;
}

.timeline_other_content {
  width: 45%;
}

.timeline_other_content img {
  width: 100%;
}

.conclusie {
  max-width: 600px;
  width: 96%;
  margin: 0 auto;
  margin-top: -5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #D34336;
  margin-bottom: 50px;
  padding: 25px;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  -webkit-box-shadow: 5px 6px 23px 0px rgba(82, 82, 82, 0.2);
  -moz-box-shadow: 5px 6px 23px 0px rgba(82, 82, 82, 0.2);
  box-shadow: 5px 6px 23px 0px rgba(82, 82, 82, 0.2);
}

.conclusie h2 {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  color: #fff;
  font-size: 1.8em;
  margin-bottom: 30px;
  margin-top: 10px;
}

.left_time h2, .left_time h3 {
  text-align: right;
}

.left_time p {
  text-align: right;
}

.conclusie p {
  text-align: center;
  color: #fff;
  line-height: 150%;
}

/* EINDE TIMELINE */

/* Page Header */

/* Powertekst */

.page_header {
  padding-top: 35px;
  padding-bottom: 40px;
  text-align: center;
}

.page_header i {
  font-size: 20px;
  color: #D34336;
  margin-bottom: 20px;
}

.page_header h2 {
  color: #4C4C4C;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-size: 18px;

}

.page_header h1 {
  color: #D34336;
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 0px;
  display: inline-block;
  width: 90%;
}

.page_header .c {
  line-height: 150%;
  font-weight: 200;
  font-size: 20px;
  color: #4C4C4C;
  width: 60%;
  margin: auto;
  text-align: center;
}

.page_header .btninfo {
  background-color: #D34336;
  border-radius: 200px;
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  font-size: 1.1em;
  padding: 12px 28px;
  transition: all 1s;
  letter-spacing: 1px;
}

.page_header .btninfo:hover {
  background-color: #1A1A1A;
}

.page_header_element {
  background-color: #D34336;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-align-items: center;
  border-radius: 200px;
  text-align: center;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: 15px;
}

.page_header_element img {
  width: 13px;
}

.page_header_left {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.page_header_left h1,
.page_header_left h2,
.page_header_left h3,
.page_header_left p,
.page_header_left .c {
  text-align: left;
  width: 100%;
}

/* Content */

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

.main_content article {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

.main_content article>h2 {
  font-size: 1.6em;
  font-weight: 700;
  color: #353535;
}

.main_content_tekst {
  width: 100%;
  line-height: 180%;
  color: #4C4C4C;
  font-size: 1.4em;
  font-weight: 200;
}

.main_content_split h2, .main_content_tekst h2 {
  font-size: 1.2em;
  font-weight: 700;
  color: #E64B2B;
}

.filmpje {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

.filmpje iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

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

.main_content_split img {
  width: 50%;
}

.main_content_split div {
  width: 50%;
  padding: 20px;
  line-height: 180%;
  color: #828282;
  font-size: 1.2em;
}

.main_content_afbeelding {
  width: 100%;
}

.main_content_tweeafbeelding {
  width: 48%;
  margin: 1%;
}

.main_content_drieafbeelding {
  width: 31.33%;
  margin: 1%;
}

/* Einde Content */

/* In Beeld */
.in_beeld {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.in_beeld article {
  width: 24%;
  margin: .5%;
  cursor: pointer;
  overflow: hidden;
}

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

.in_beeld article:hover .overlay {
  opacity: 1;
}

.in_beeld article:hover img {
  transform: scale(1.1);
}

.in_beeld article img {
  width: 100%;
  transition: all .5s;
}

/* Einde In Beeld */

/* Home Split */

.home_split {
  width: 100%;
  background-color: #f4f9fa;
  padding: 15px 0;
}

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

.home_split article {
  width: 29.33%;
  margin: 2%;
  position: relative;
}

.home_split article img {
  width: 100%;
}

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

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

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

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

/* Einde Home Split */

/* Blokken */

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

.blokken article {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 70px;
  width: 100%;
}

.blokken article {
  position: relative;
}

.blokken article a {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #D34336;
  border: 1px solid #D34336;
  color: white;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-align-items: center;
  padding: 10px 20px;
  transition: all 1s ease;
  letter-spacing: 1px;
}

.blokken article a:hover {
  color: #D34336;
  background-color: white;
}

.blokken_slider {
  width: 45%;
}

.blokken article:last-of-type {
  padding-bottom: 0;
}

.blokken_slider img {
  width: 100%;

}

.blokken_content {
  width: 55%;
  padding: 30px;

}

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

.blokken_titel>div:first-of-type {
  height: 1px;
  width: 52px;
  background-color: #D34336;

}

.blokken_titel h2 {
  color: #D34336;
  line-height: 120%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 2em;
  padding-left: 10px;
}

.blokken_tekst {
  line-height: 180%;
  font-weight: 200;
  max-width: 850px;
  color: rgb(110, 110, 110);
  font-size: 1.3em;
  margin-bottom: 20px;
}

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

.blokken_tekst strong {
  font-weight: 600 !important;
}

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

.blokken article:nth-child(odd) img {
  order: 3;
}

/* Einde Blokken */

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 10px;
  margin-bottom: 2.5em;
  padding: 0;
  cursor: pointer;
  color: black;
}

.slick-dots li button {
  font-size: 22px;
  line-height: 5em;
  display: inline-block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 22px;
  line-height: 22px;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  display: inline-block;
  content: '';
  text-align: center;
  border: 1px solid white;
  border-radius: 50%;
  padding: 0;
  opacity: .25;
  background-color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: #D34336;
}


/* Links */

.links {
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.links a {
  width: 48%;
  margin: 1%;
  display: inline-block;
  padding: 15px;
  background-color: white;
  border: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.links a img {
  max-width: 100%;
  width: 25%;
  border: 1px solid #f1f1f1;
}

.links a>div {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  background-color: #B29352;
  color: white;
  border-radius: 200px;
  font-size: 1.5em;
}

.links a>h2 {
  font-size: 1.4em;
  font-weight: 700;
  color: #B29352;
  width: 70%;
}

/* Einde Links */

/* Garanties */
.ak {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  background-color: #f4f9fa;
  outline: 1px solid white;
  outline-offset: -5px;
}

.ak h2 {
  color: #D34336;
  font-size: 2.5em;
  max-width: 600px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}

.ak h3 {
  font-weight: 700;
  font-size: 2.3em;
  line-height: 150%;
  color: #d8d8d8;
  padding: 10px 0;
}

.ak h3 i {
  font-size: 1.2em;
  margin-right: 10px;
  color: #F1A78F;
}

.ak>div {
  width: 50%;
}

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

.ak_tekst {
  font-size: 1.2em;
  font-weight: 200;

  color: #6b6b6b;
  line-height: 180%;
}

.ak_tekst ul {
  padding-left: 20px;
  list-style-type: disc;
  margin-top: 10px;
}

.ak_buttons a:first-of-type {
  border: 2px solid #D34336;
  color: #D34336;
  text-align: center;
  padding: 15px 35px;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
  margin-right: 15px;
  min-width: 250px;
  transition: all .5s;
}

.ak_buttons a:last-of-type {
  background-color: #D34336;
  border: 2px solid #D34336;
  color: #fff;
  padding: 15px 35px;
  text-align: center;
  font-weight: 700;
  margin-top: 20px;
  display: inline-block;
  min-width: 250px;
  transition: all .5s;
}

.ak_buttons a:first-of-type:hover {
  transform: scale(1.05);
}

.ak_buttons a:last-of-type:hover {
  transform: scale(1.05);
}

.ak>div:first-child {
  padding: 50px;
}

.ak_image {
  background-position: center;
  background-size: cover;
}

/* Einde Garanties */

/* 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: 10px;
  z-index: 1;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.80);
  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 #D34336;
  padding: 10px 20px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  color: #D34336;
  transition: all 1s ease;
}

.button-hold a:hover {
  background-color: #D34336;
  color: #fff;
}

/**
* Blog detail
**/
.blog-holder {
  display: flex;
  margin-top: 60px;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.blog-aside {
  padding: 30px;
  width: 400px;
  margin-right: 50px;
  border: 2px solid #f3f3f3;

}

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

.blog-main .c {
  font-size: 1.3em;
  color: #4c4c4c;
  font-weight: 200;
  padding: 0;
  line-height: 180%;
}

.blog-item .c {
  font-size: 1.1em;
  color: #4c4c4c;
  font-weight: 200;
  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: #D34336;
  font-size: 2.1em;
}

.blog-aside h3 {
  font-weight: 700;
  color: #D34336;
  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: #D34336;
}

.blog-nav-btn {
  display: none;
  text-align: center;
  padding: 10px 0;
  font-size: 3.2em;
  color: #D34336;
  cursor: pointer;
}

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

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

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

.blog-recent .more {
  font-weight: 200;
  color: #D34336;
}

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

.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;
  background-color: transparent;
  font-weight: 200;
  color: #D34336;
  transition: all 1s ease;
  border-bottom: 1px solid #D34336;
}

.blog-overzicht h2 {
  font-size: 1.3em;
  padding: 0 15px;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #4c4c4c;
  font-weight: 500;
}

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

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

.blog-content-row {
  margin-bottom: 30px;
}

.merk-content .blog-content-row {
  margin-bottom: 1.33%;
}

.blog-content-row h2 {
  font-size: 1.2em;
  line-height: 150%;
  color: #626572;
}

.blog-content-row .c {
  width: 100%;
  margin: 0 auto;
}

.blog-content-row a {
  color: #D34336;
}

.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;
  max-height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

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

/* GDPR */

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

h1#content-container {
  color: #858282 !important;
}

#content-container h1 {
  width: 100%;
  text-align: center;
  font-size: 3em;
  font-weight: 700;
  color: #D34336;
  margin-bottom: 20px;
  margin-top: 150px;
}


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

#content-container h3 {
  background: #D34336;
  color: #fff;
  font-weight: 200;
  font-size: 1.2em;
  padding: 15px;
  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 0;
  font-size: 1.1em;
  font-weight: 200;
  line-height: 170%;
  color: #7e7e7e;
}

#content-container ul {
  font-size: 1.1em;
  font-weight: 200;
  line-height: 170%;
  color: #7e7e7e;
}

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

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

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

#content-container thead {
  background-color: #e0c2c0;
}


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

/* Vragen */

.vragensplit>div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  width: 96%;
}

.vragen {
  width: 68%;
}

.vragen_img {
  width: 30%;
}

.vragen article {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(82, 82, 82, 0.10);
  -moz-box-shadow: 0px 0px 15px 0px rgba(82, 82, 82, 0.10);
  box-shadow: 0px 0px 15px 0px rgba(82, 82, 82, 0.10);
  background-color: white;
  padding: 25px;
  border-radius: 5px;
  margin-bottom: 10px;
}

.vragen article h2 {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  font-size: 23px;
  color: #353535;
  align-items: center;
  cursor: pointer;
}

.vragen article h2 i {
  transition: all .3s;
  margin-left: 20px;
}

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

.vragen article div {
  margin-top: 20px;
  color: #353535;
  font-weight: 200;
  font-size: 1.09em;
  line-height: 180%;
  letter-spacing: .5px;
}

.vragen article div a {
  display: inline-block;
  border: 2px solid #144e75;
  padding: 10px 20px;
  background-color: transparent;
  cursor: pointer;
  font-weight: 700;
  border-radius: 4px;
  color: #144e75;
  transition: all .8s ease;
  margin-top: 10px;
  font-size: 1em;
}

.vragen article div a:hover {
  background-color: #144e75;
  color: #fff;
}

/* Einde vragen */

/* CONTACT */

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

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

}

.login_info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #EFEFEF;
  padding: 50px;
  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: 900;
  color: #D34336;
  margin-bottom: 20px;
  font-size: 2em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  -ms-align-items: center;
}

.contact_gegevens h1 i {
  margin-right: 15px;
  font-size: 25px;
}

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

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

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

.contact_split .circle {
  background-color: #e9ccca;
  width: 200px;
  height: 200px;
  overflow: hidden;
  position: absolute;

  border-radius: 50%;
  top: -80px;
  right: -30px;
  border: 10px solid transparent;
  background-size: 100% 100%, 50% 50%, 50% 50%, 50% 50%, 50% 50%;
  background-repeat: no-repeat;
  background-image: linear-gradient(white, white), linear-gradient(0deg, transparent 0, #EFEFEF 0), linear-gradient(10deg, #D34336 100%, #EFEFEF 60%), linear-gradient(10deg, transparent 0, #EFEFEF 0), linear-gradient(60deg, transparent 0, #EFEFEF 0);
  background-position: center center, left top, right top, left bottom, right bottom;
  background-origin: content-box, border-box, border-box, border-box, border-box;
  background-clip: content-box, border-box, border-box, border-box, border-box;
}

.contact_split .circle img {
  width: 100%;
}

.contact_split h2, .contact_formulier h2 {
  font-weight: 700;
  color: #353535;
  font-size: 24px !important;
  margin-bottom: 25px;
  line-height: 130%;
}

.contact_split .contact_info {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

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

.contact_split .contact_info p a {
  color: #252525;
}

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

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

.contact_formulier {
  width: 55%;
}

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

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

.contact_form input[type=text],
.contact_form input[type=email],
.contact_form input[type=password] {
  width: 100%;
  border: none;
  border-bottom: 2px solid #EEEEEE;
  padding: 8px 0px;
  color: #e52938;
  font-size: 18px;
  font-weight: 200;
  margin-bottom: 40px;
  font-family: "Poppins", sans-serif;
  background-color: transparent;
}

.contact_form.login #NaamInput {
  width: 49% !important;
}

.contact_form.login #PostInput {
  width: 24% !important;
}

.contact_form.exist input[type=text]::placeholder,
.contact_form.exist input[type=password]::placeholder {
  color: #fff;
}

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

.contact_form textarea {
  width: 100%;
  border: none;
  border-bottom: 2px solid #EEEEEE;
  border-radius: 0px;
  padding: 10px 0px;
  color: #e52938;
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  height: 100px;
  outline: none;
}

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

.contact_form input[type=submit] {
  border-radius: 4px;
  padding: 5px 30px;
  background: transparent;
  border: 2px solid #e52938;
  font-weight: 200;
  color: #e52938;
  font-size: 1.2em;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
  transition: all .3s;
}

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

.contact_formulier #NaamInput {
  width: 49%;
}

.contact_formulier select {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: .6em 2em .5em .8em;
  width: 49%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgb(0 0 0 / 4%);
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  background-image: url(/images/xselect.png.pagespeed.ic.WZzzmvagQL.webp);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

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

/* Webshop */
/* Filter */

.aanbod_filter .checkbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  height: 25px;
  font-weight: 200;
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  transition: all .3s;
}

.aanbod_filter .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.aanbod_filter .checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  transition: all .3s;
  width: 20px;
  font-size: .8em;
  background-color: #E4E4E4;
}

.aanbod_filter .checkbox:hover input~.checkmark {
  background-color: #ccc;
}

.aanbod_filter .checkbox input:checked~.checkmark {
  background-color: #000 !important;
}

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

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

.aanbod_filter .checkmark i {
  left: 4px;
  top: 4px;
  color: white;
}

/* Aanbod */

.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: 25px;
  color: #3A3A3A;
  font-weight: 700;
}

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

.aanbod_top>div select {
  height: 40px;
  padding-right: 100px;
  padding-left: 15px;
  font-weight: 200;
  font-size: 1.2em;
  height: 40px;
  background-color: #F5F5F5;
  border: none;
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

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

.assortiment_weergave>div {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 5px;
  cursor: pointer;
  font-size: 1.2em;
  background-color: #f2f2f2;
  transition: all .3s;
  color: #353535;
}

.assortiment_weergave>div:hover {
  background-color: #dbdbdb;
}

.active_weergave {
  color: #3A3A3A !important;
}

.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: Poppins, 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;
  padding: 10px;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.clearfilters {
  font-size: 1em;
  color: #98272B;
  display: none;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 5px;
  cursor: pointer;
  background-color: #f7f7f7;
}

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

.aanbod_pagina aside {
  width: 25%;
  background-color: white;
  border: 2px solid #F5F5F5;
  margin-right: 20px;
  padding-bottom: 10px;
}

.aanbod_pagina .aanbod_items {
  width: 75%;
}

.aanbod_pagina aside>h2 {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 1.4em;
  color: #3A3A3A;
  border-bottom: 2px solid #F5F5F5;
}

.aanbod_pagina aside h3 {
  font-size: 1.3em;
  font-weight: 700;
  color: #353535;
  margin-top: 15px;
  padding: 5px 20px;
  padding-left: 40px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.aanbod_pagina aside h3 i {
  font-size: 1em;
  transition: all .3s;
}

.activeCat i:not(.fa-check) {
  transform: rotate(180deg);
}

.aanbod_filter {
  margin: 0 20px;

  border-bottom: 2px dashed #F5F5F5;
}

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

.aanbod_filter select {
  width: 100%;
  padding: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 200;
  font-size: 1.2em;
  margin-top: 10px;
  background-color: #F5F5F5;
  border: none;
  background-image: url(/images/select.png);
  background-position: center right;
  background-size: contain;
  background-repeat: no-repeat;
}

.checkbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  height: 25px;
  font-weight: 200;
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all .3s;
  color: #737373;
  font-size: 1.2em;
}

.checkbox input, .aanbod_pagina aside h3 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.aanbod_pagina aside h3 .checkmark {
  left: 10px;
}

.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, .aanbod_pagina aside h3:hover input~.checkmark {
  background-color: #ccc;
}

.checkbox input:checked~.checkmark, .aanbod_pagina aside h3 input:checked~.checkmark {
  background-color: #000;
}

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

.checkbox input:checked~.checkmark i, .aanbod_pagina aside h3 input:checked~.checkmark i {
  display: block;
}

.checkbox .checkmark i, .aanbod_pagina aside h3 .checkmark i {
  left: 2px;
  top: 2px;
  color: white;
}

.aanbod_producten {
  width: 100%;
}

.aanbod_items section>h2 {
  font-size: 25px;
  color: #3A3A3A;
  font-weight: 700;
  padding: 0 15px 15px 15px;
}

.aanbod_items .subcat-products {
  width: 100%;
  padding-top: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.product {
  width: 31%;
  margin: 0 1%;
  margin-bottom: 2%;
  background-color: white;
  position: relative;
  overflow: hidden;
  border: 2px solid #F5F5F5;
  overflow: hidden;
}

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

.product .eenheid {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
}

.product_opmerking {
  width: 100%;
  border: 2px solid #F4F4F4;
  border-radius: 0px;
  padding: 10px 10px;
  color: rgb(76, 76, 76);
  margin-bottom: 20px;
  font-weight: 200;
  font-size: 19px;
  height: 150px;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.gram_eenheid {
  font-family: sans-serif;
  color: #353535;
  font-size: .9em;
  position: absolute;
  right: 65px;
  top: 50%;
  transform: translateY(-50%);
}

.product .eenheid label {
  font-size: .8em;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 200;
  color: #353535;
  margin-bottom: 5px;
  margin-top: 15px;
}

.product .eenheid select {
  padding: 5px;
  background-color: #fff;
  border: 2px solid #efefef;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  background-image: url(/images/select.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center right;
  width: 100%;
  color: #606060;
  cursor: pointer;
  font-size: 1.15em;
}

.product .aantal {
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  margin: 0;
  margin-top: 5px;
  position: relative;
  z-index: 3;
  height: 37px;
  border: 2px solid #efefef;
}

.product .aantal i {
  font-size: 1em;
  min-width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #5d5d5d;
  cursor: pointer;
  position: absolute;
  transition: all .2s;
  right: 0px;
}

.product .aantal i:first-of-type {
  left: 0px;
  right: initial;
}

.product .aantal i:hover {
  background-color: #ededed;
}

.product .aantal input {
  font-weight: 200;
  font-family: sans-serif;
  color: #353535;
  font-size: 1.1em;
  text-align: center;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
  line-height: 100%;
  height: 35px;
  border: none;
  width: 100%;
}

.product .processing {
  color: #3A3A3A;
  line-height: 47px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

.product .processing-done {
  color: #3A3A3A;
  line-height: 47px;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}

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

.product a span {
  display: none;
}

.product>img {
  width: 100%;
  position: relative;
  z-index: 1;
  transition: all 1s;
  overflow: hidden;
}


.product>h3 {
  width: 100%;
  padding: 10px;
  color: #3F3F3F;
  font-weight: 700;
  font-size: 1.2em;
  position: relative;
  min-height: 70px !important;
  line-height: 120%;
}

.product button {
  width: fit-content;
  margin: 10px;
  text-align: center;
  padding: 7px 22px;
  font-weight: 700;
  font-size: 16px;
  background-color: transparent;
  border: 2px solid #D34336;
  color: #D34336;
  border-radius: 200px;
  float: right;
  letter-spacing: 1px;
  transition: all 1s ease;
  z-index: 9999;
}

.product button:hover {
  background-color: #D34336;
  color: #fff;
}

.product>h4 {
  width: 100%;
  text-align: center;
  color: #39AC6A;
  margin-top: 5px;
  font-size: 1.3em;
  font-weight: 700;
  position: relative;
  z-index: 2;
}

.smallProduct {
  width: 100% !important;
  margin: 0;
  margin-bottom: 10px;
  padding: 10px;
}

.smallProduct img {
  display: none;
}

.smallProduct .aantal {
  display: none;
}

.smallProduct>h2 {
  text-align: left;
  justify-content: flex-start;
}

.smallProduct>h3 {
  text-align: left;
}

.smallProduct>a {
  z-index: 2;
}

.smallProduct button {
  display: none;
}

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

.noprods {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}

.noprods p {
  font-size: 25px;
  color: #3A3A3A;
  font-weight: 700;
}

.noprods span {
  display: inline-block;
  border-radius: 4px;
  padding: 14px 20px;
  background-color: #3A3A3A;
  ;
  color: white;
  margin-top: 15px;
}

.searchprods {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.searchprods input {
  height: 34px;
  border: 2px solid #f2f2f2;
  color: #3A3A3A;
  margin-right: 10px;
  min-width: 250px;
  padding-left: 50px;
}

.searchprods span {
  font-size: 16px;
  width: 40px;
  height: 40px;
  z-index: 5;
  color: #3A3A3A;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #f2f2f2;
  transform: translateY(-50%);
}

/* Einde Aanbod */

/* Gegevens */

.checkbox {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  height: 25px;
  font-weight: 200;
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 16px;
  transition: all .3s;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 20px;
  transition: all .3s;
  width: 20px;
  font-size: .8em;
  background-color: #E4E4E4;
}

.checkbox:hover input~.checkmark {
  background-color: #ccc;
}

.checkbox input:checked~.checkmark {
  background-color: #000;
}

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

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

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

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


.webshop-form .leveringChecked {
  width: 100% !important;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}

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

.controle_part:first-of-type {
  width: 30%;
}

.controle_part:last-of-type {
  width: 68%;
  padding: 20px;
}

.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: 16px;
  display: inline-block;
  font-weight: 400;
  color: #1C1B1B;
  margin-bottom: 5px;
}

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

.webshop-form .field select, #kaartopties {
  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;
}

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

.levering i {
  color: #1C1B1B;
  font-size: 16px;

  background-color: #f4f4f4;
  border-radius: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.levering p {
  font-weight: 200;
  margin-top: 15px;
  font-size: 15px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  -ms-align-items: center;
  text-align: right;
}

.checkboxField label {
  width: initial !important;
  margin-right: 10px;
}

.checkboxField {
  color: #000;
}

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

.webshop-form h2 {
  font-weight: 700;
  font-size: 18px;
  padding-top: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  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, .webshop_Factuur_Adres, .webshop_Factuur_Land {
  width: 100% !important;
}

.webshop_Postcode, .webshop_Postcode {
  width: 31.33% !important;
}

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

.input_gegevens p {
  font-size: 16px;
  font-weight: 200;
  color: #353535;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  padding: 10px;
}

.input_gegevens div {
  width: 100%;
  padding: 10px;
  margin: 15px 0 10px 0;
  color: #000;
  font-weight: 700;
  font-size: 17px;
  background-color: #D34336;
  padding: 10px;
}

.input_gegevens div:first-of-type {
  margin-top: 0;
}

.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 10px;
  font-size: 16px;
  font-weight: 700;
}

.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: 70px;
  margin-right: 20px;
}

.input_producten article:last-of-type {
  border-bottom: none;
}

.big {
  font-size: 16px;
  font-weight: 700;
  color: #1C1B1B;
}

.small {
  font-size: 1em;
  font-weight: 400;
  color: #8a8a8a;
}

.input_producten article div:last-of-type {
  font-size: 16px;
  color: #1C1B1B;
  font-weight: 700;
}

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

.controle_part .financial {
  width: 100%;
}

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

/* Einde Gegevens */

/* Bevestiging */

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

.bestelling_geplaatst>div {
  background-color: white;
  border-radius: 5px;
  width: 100%;
  max-width: 600px;
  padding: 50px;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  flex-direction: column;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
  -moz-box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
  box-shadow: 0px 0px 22px 0px rgba(82, 82, 82, 0.10);
}

.bestelling_geplaatst>div>i {
  font-size: 50px;
  color: #191D34;
}

.bestelling_geplaatst>div h1 {
  color: #191D34;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
}

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

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

.bestelling_geplaatst>div a.bestelling_geplaatst_button {
  padding: 15px 30px;
  background-color: #D34336;
  color: white;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid #D34336;
  margin-top: 20px;
  transition: all .3s;
}

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

/* Einde Bevestiging */


/* Producten overzicht */

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

.product_page>aside {
  width: 350px;
  padding: 15px;
  border: #f1f1f1 2px solid;
}

.product_page aside>h2 {
  width: 100%;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  font-size: 1.4em;
  color: #D34336;
  border-bottom: 2px solid #F5F5F5;
}

.product_page aside>h2 span {
  display: none;
}

.product_page aside>h2 span i {
  transition: all .5s;
}

.product_page aside h3 {
  font-size: 1.1em;
  font-weight: 700;
  color: #353535;
  padding: 10px 0;
  padding-bottom: 5px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}

.product_page aside h3 i {
  font-size: 1.2em;
  transition: all .3s;
}

.activeCat i:not(.fa-check) {
  transform: rotate(180deg);
}

.noprods {
  display: none;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 1.3em;
  font-weight: 200;
  width: 100%;
  padding: 30px;
  color: #353535;
  flex-direction: column;
  line-height: 150%;
}

.noprods div {
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #D34336;
  color: white;
}

.clearfilters {
  font-size: .95em;
  color: #98272B;
  display: none;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px 5px;
  cursor: pointer;
  background-color: #f7f7f7;
}

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

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

/* Einde Webshop */

/* Categorie pagina */

.categorie_overzicht {
  display: flex;
  flex-wrap: wrap;
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
  column-gap: 24px;
  row-gap: 48px;
  padding-bottom: 60px;
}

.categorie_overzicht__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(33.33% - 16px);
  overflow: hidden;
  padding-bottom: 50px;
  position: relative;
}

.categorie_overzicht__item:hover img {
  transform: scale(1.05);
}

.categorie_overzicht__item h3 {
  padding-top: 10px;
  padding-bottom: 20px;
  font-size: 1.3rem;
  font-weight: 600;
  color: #000;
}

.categorie_overzicht__item .img {
  width: 100%;
  overflow: hidden;
}

.categorie_overzicht__item .img img {
  width: 100%;
  transition: all 0.3s ease;
}

.categorie_overzicht__item .button_holder {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: right;
}

.categorie_overzicht__item .button_holder button {
  border: 2px solid #D34336;
  border-radius: 200px;
  color: #D34336;
  background-color: transparent;
  padding: 10px 20px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
  cursor: pointer;
}

/* Einde Categorie Pagina */

/* Product Pagina */

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

.product_topper>div {
  width: 100%;
  max-width: 1400px;
  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;
  cursor: pointer;
}


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

.product_header_image {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.product_header_image .btns {
  width: 90%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  padding: 10px 0;
}

.product_header_image .btns a {
  width: auto;
  z-index: 5;
  border-radius: 200px;
  color: white;
  color: #D34336;
  border: 2px solid #D34336;
  background-color: transparent;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  font-size: .9em;
  letter-spacing: 1px;
  line-height: 130%;
  padding: 12px 30px;
  cursor: pointer;
  transition: all .3s;
  margin-right: 10px;
  font-weight: 600;
}

.product_header_image .btns a:hover {
  background-color: #D34336;
  color: #fff;
}

.product_header_image .btns a:last-of-type {
  margin-right: 0;
}

.product_extra {
  width: 100%;
  padding-top: 20px;
  line-height: 200%;
  font-weight: 200;
  font-size: 1.1em;
  color: #4c4c4c;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 10px;
}

.kenmerken+.product_extra {
  margin-top: 0;
  padding-top: 0;
}

.product_extra thead tr th {
  text-align: left;
  padding: 10px;
  font-weight: 600;
  color: #4C4C4C;
}

.product_extra table, .product_extra tbody {
  width: 100% !important;
}

.product_extra tr {
  border-bottom: 1px solid #c9c4c4;
}

.product_extra td {
  padding: 10px;
}

.product_extra table {
  border-spacing: 20px;
  border-collapse: collapse;
}

.product_extra h2 {
  color: #D34336;
  font-weight: 700;
  padding: 5px 0;
  letter-spacing: 1px;
  border-radius: 10px;
  font-size: 1.5em;
  margin-bottom: 15px;
}

.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: 90%;
  transition: all .2s;
}

.product_extrafotos {
  width: 150px;
  padding: 20px 0;
}

.product_extrafotos .slick-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 2;
  border: none;
}

.product_extrafotos .slick-next {
  top: initial;
  bottom: 0;
}

.product_extrafotos article {
  padding: 10px;
  border-left: 2px solid white;
}

.product_extrafotos article img {
  width: 100%;
  cursor: pointer;
  border-left: 2px solid white;
}

.active_thumb {
  border-left: 2px solid #1C1B1B !important;
}


.product_header_content {
  width: 60%;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
}

.product_header_content ul {
  list-style-type: disc;
  margin-left: 20px;
  padding-left: 20px;
}

.product_header_content table {
  display: block;
  width: 100%;
}

.product_header_content h1 {
  line-height: 120%;
  color: #D34336;
  width: 100%;
  font-size: 2.2rem;
  padding-bottom: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.product_header_content h2 {
  color: #353535;
  font-weight: 400;
  font-size: 18px;
  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;
  font-size: 16px;
  text-align: center;
  background-color: transparent;
}

.product_header_content .aantal i {
  width: 50px;
  height: 50px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.product_links {
  margin-bottom: 10px;
}

.product_links a {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6;
  color: #939393;
  padding: 2px 10px;
  font-size: .8em;
  transition: all .3s;
  margin-right: 5px;
}

.product_links a:hover {
  border: 1px solid #939393;
}

.product_intro {
  line-height: 200%;
  font-weight: 200;
  font-size: 1.1em;
  color: #1C1B1B;
  margin-top: 10px;
  width: 100%;
  margin-bottom: 10px;
}

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

.product_lever i {
  font-size: 18px;
  margin-right: 10px;
  color: #D34336;
}

.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: 20px;
  font-weight: 200;
  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, .product_actions a {
  padding: 15px 30px;
  background-color: transparent;
  color: #D34336;
  width: 100%;
  display: block;
  text-align: center;
  font-weight: 700;
  border: none;
  font-size: 16px;
  width: 100%;
  border: 2px solid #D34336;
  transition: all .3s;
}

.product_actions button:hover {
  background-color: #D34336;
  color: #4c4c4c;
  border: 2px solid #D34336;
}

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

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

.amount_select {
  width: 200px;
  padding: 10px;
  font-weight: 200;
  font-size: 1.2em;
  background-color: #F5F5F5;
  border: none;
}

.producten_ov>div, .referenties_ov>div {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  background-color: #f8f8f8;
  padding: 50px 40px;
}

.producten_ov article {
  flex: 1 1 20%;
  margin-right: 30px;
  cursor: pointer;
  transition: transform 0.8s ease !important;
  overflow: hidden;
  position: relative;
}

.producten_ov .slick-slide, .referenties_ov .slick-slide {
  margin: 20px;
}

.producten_ov>div.slick-dotted.slick-slider, .referenties_ov>div.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.producten_ov .slick-arrow, .referenties_ov .slick-arrow {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 30px;
  height: 30px;
  padding: 0;
  background-color: #ce807a;
  border-radius: 200px;
  color: white;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: none;
}

.producten_ov .slick-next, .referenties_ov .slick-next {
  right: 10px;
  left: initial;
}

.producten_ov article:hover img, .referenties_ov article:hover img {
  transform: scale(1.1);
}

.producten_ov article:last-of-type, .referenties_ov article:last-of-type {
  margin-right: 0;
}

.producten_ov article img, .referenties_ov article img {
  width: 100%;
  transition: transform 0.8s ease !important;

}

.product_titel {
  position: absolute;
  bottom: 7px;
  right: 12px;
  z-index: 10;
  color: white;
}

.small_images {
  width: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.small_images img {
  width: 24.5%;
  margin-bottom: .66%;
  margin-right: .66%;
  cursor: zoom-in;
}

.small_images img:nth-child(4n) {
  margin-right: 0;
}


/* Einde Product Pagina */

/* Referenties*/

.referenties {
  width: 100%;
  background-color: #F7F7F7;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding-bottom: 30px;
}

.referenties .offset,
.core_business .offset {
  width: 100%;
  height: 200px;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 0;
}

.filterholder {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  position: relative;
  z-index: 50;
}

.filterholder .selectric-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0;
  margin-bottom: 20px;
}

.filterholder .selectric-wrapper .selectric {
  margin: 0;
}

.filterholder .selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  color: #000;
  background-color: #f6f6f6;
  padding: 15px;
  padding-top: 18px;
  height: 50px;
  font-size: .9em;
  border: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  background-image: url(/images/select.png);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}

.filterholder .selectric-items ul li:first-of-type {
  cursor: none;
  text-align: center;
  padding: 10px;
  margin: 0;
  color: #353535 !important;
  display: none;
  font-weight: 700 !important;
  border-bottom: 2px dashed #f1f3f4 !important;
}

.filterholder .selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  color: #000;
  opacity: 0;
  text-align: center;
  background-size: contain;
  visibility: none;
  background-image: url(/images/select2.png);
}

.referenties .filter {
  position: relative;
  z-index: 1;
}

.referenties>h2 {
  color: #D34336;
  font-weight: 300;
  font-size: 60px;
  line-height: 60px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
}

.referenties .referenties_ov {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  z-index: 2;
  position: relative;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}

.referenties article {
  width: calc(33.33% - 9px);
  background-color: #fff;
  transition: all .3s;
  padding-bottom: 10px;
  overflow: hidden;
}

.referenties article:hover {
  transform: scale(1.03);
  -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);
}

.referenties article img {
  width: 100%;
}

.referenties article h2 {
  font-weight: 700;
  font-size: 25px;
  min-height: 80px;
  margin: 0;
}

.referenties article>div {
  padding: 40px;
}

.referenties article a {
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
  color: #404040;
  padding: 12px 0;
  background-color: transparent;
  border: none;
  display: inline-block;
  border-bottom: 2px solid #D34336;
}

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

.sector_page img {
  width: 100%;
}

.sector_page h1 {
  font-weight: 700;
  font-size: 60px;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  background-color: #D34336;

}

.sector_page h2 {
  text-align: center;
  width: 100%;
  font-size: 30px;
  color: #3A3A3A;
  margin-top: 10px;
  margin-bottom: 20px;
}

.sector_page div {
  width: 100%;
  padding: 20px 0;
  max-width: 900px;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  color: #404040;
}

/* Einde referenties */

/* Referentiesdetail*/

.reference_page {
  width: 100%;
  max-width: 1550px;
  padding: 0 10px;
  padding-top: 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-bottom: 100px;
}

.reference_page>img {
  width: 100%;
  margin-bottom: 30px;
  cursor: zoom-in;
}

.reference_content {
  width: calc(100% - 500px);
  font-size: 1em;
  color: #4c4c4c;
  padding: 0;
  line-height: 180%;
}

.reference_content hgroup {
  padding: 0 0 15px 0;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.reference_content hgroup h1 {
  font-size: 50px;
  font-weight: 700;
  color: #D34336;
  line-height: 110%;
}

.reference_content hgroup h2 {
  font-size: 20px;
  color: #D34336;
}

.reference_content p {
  margin-bottom: 15px;
}

.reference_content ul {
  padding-left: 50px;
  list-style-type: disc;
  margin: 15px 0;
}

.reference_page aside {
  width: 450px;
  margin-left: 50px;
  border: #f6f6f6 2px solid;
  padding: 20px;
  margin-bottom: 60px;
}

.reference_page aside>div:not(.downloaden) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 2px dashed #f7f7f7;
}

.downloaden {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 0;
  border-bottom: 2px dashed #f7f7f7;
}

.downloaden a {
  padding: 14px 15px;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  background-color: #D34336;
  width: 100%;
  border-radius: 4px;
  color: white;
  font-weight: 400;
}

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

.socialsharer p {
  font-weight: 700;
  color: #353535;
  margin-right: 10px;
}

.socialsharer a {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  color: white;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  background-color: #D34336;
}

.socialsharer a:last-of-type {
  margin-right: 0;
}

.imagesreff {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: none !important;
}

.imagesreff h2 {
  font-weight: 700;
  color: #353535;
  margin-right: 10px;
  width: 100%;
  padding: 20px 0 10px 0;
}

.imagesreff>div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.imagesreff>div img {
  width: 49%;
  margin-bottom: 2%;
  cursor: zoom-in;
}

.kenmerken {
  padding: 60px 0;
}

.kenmerken>p {
  font-size: 1.1em;
  color: #D34336;
  font-weight: 200;
}

.kenmerken .kenmerken__inner {
  list-style-type: none;
  margin-top: 20px;
  padding: 30px 40px;
  background-color: #FAFAFA;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 10px;
}

.kenmerken .kenmerken__inner li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.kenmerken .kenmerken__inner li span {
  font-weight: 200;
}

.media {
  padding-top: 20px;
  display: flex;
  align-content: flex-start;
  column-gap: 27px;
  row-gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}

.media__item {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #D34336;
  color: white;
  padding: 0 20px;
  border-radius: 4px;
  cursor: pointer;
}

.media__item i {
  font-size: 0.9em;
  opacity: 0.8;
}

/* Einde Referentiedetail */

/* Veiligheid */

.extra_page {
  width: 100%;
  max-width: 90%;
  margin: auto;
  padding-bottom: 100px;
}

.veiligheid {
  display: flex;
  flex-direction: row;
}

.veiligheid .content {
  width: 60%;
  line-height: 180%;
  font-weight: 200;
  max-width: 850px;
  color: rgb(110, 110, 110);
  font-size: 1.3em;
  margin-bottom: 20px;
}

.veiligheid .content ul {
  list-style-type: disc;
  margin-left: 50px;
  margin-top: 15px;
}

.veiligheid .content ul li {
  padding-left: 10px;
}

.veiligheid .img {
  width: 40%;
}

.veiligheid .img img {
  width: 100%;
}

/* Einde veiligheid */

/* Bibliotheek */

.bib .content {
  width: 100%;
  line-height: 180%;
  font-weight: 200;
  color: rgb(110, 110, 110);
  font-size: 1.3em;
  margin-bottom: 20px;
  text-align: center;
}

/* Downloads */

.document_group {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}

.document_group>div {
  width: 100%;
}

.document_group>div>h2 {
  width: 80%;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: auto;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.document_group>div>h2 i {
  transition: all .3s;
  float: right;
  margin-right: 30px;
}

.document_group>div>h2.arrowUp i {
  transform: rotate(180deg);
}

.downloads {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  padding-bottom: 40px;
}

.downloads article {
  width: 48%;
  margin: 1%;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(207, 207, 207, .45);
  -moz-box-shadow: 0px 0px 22px 0px rgba(207, 207, 207, .45);
  box-shadow: 0px 0px 22px 0px rgba(207, 207, 207, .45);
  padding: 20px;
}

.downloads article h2, .links article h2 {
  font-size: 1.1em;
  font-weight: 700;
  color: black;
  line-height: 150%;
  min-height: 55px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.downloads article>div {
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.downloads article a {
  background-color: #D34336;
  color: white;
  font-weight: 700;
  padding: 13px 35px;
  transition: all .3s;
  white-space: nowrap;
  border-radius: 100px;
  -webkit-box-shadow: 0px 0px 22px 0px #db42377a;
  -moz-box-shadow: 0px 0px 22px 0px #db42377a;
  box-shadow: 0px 0px 22px 0px #db42377a;
  transition: all 0.8s ease;
  z-index: 100;
}

.downloads article a:hover {
  transform: scale(1.1) !important;
}

.downloads article {
  position: relative;
}

.downloads article:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.514);
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

/* Hover state - trigger effect */

.downloads article:hover:after {
  width: 120%;
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

/* Active state */

.downloads article:active:after {
  opacity: 0;
}

.dnl2 {
  display: none;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.downloads article a i {
  font-size: 1.3em;
}

/* Einde bibliotheek */




/* Media Query's */

@media screen and (max-width: 1650px) {
  .referenties_det .image {
    width: 300px;
  }
}

@media screen and (max-width: 1500px) {
  .stores article {
    width: 48%;
  }

  .referenties_det .image {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  #vid, #vidref {
    width: 80%;
    height: 560px;
  }

  .closevid {
    top: 30px;
    right: 30px;
  }

  .blog-content h2 {
    font-size: 1.25rem;
  }

  .blog-main .blog-img {
    width: 90%;
  }
}

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


@media screen and (max-width: 1250px) {
  .storedetail {
    width: 100%;
    margin-top: 0;
    box-shadow: none;
  }

  .store_banner_content {
    display: none;
  }

  .downloads article h2, .links article h2 {
    font-size: 1em;
  }

  .downloads article a {
    font-size: 1em;
  }
}

@media screen and (max-width: 1210px) {
  .blog-content h1 {
    font-size: 2.1rem;
  }

  .blog-content h2 {
    font-size: 1.15rem;
    width: 70%;
  }

  .blog-main .blog-img {
    width: 100%;
  }
}


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

  .reference_content h1 {
    font-size: 45px;
  }

  .contact_split .circle {
    right: -10px;
    top: 0px;
  }

  .footer_ban .items {
    width: 100%;
  }

  .contact_gegevens h1 {

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

  .contact_gegevens h1 i {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .contact_form.exist input[type=text]::placeholder,
  .contact_form.exist input[type=password]::placeholder {
    color: #353535;
  }

  .contact_form input[type=submit] {
    font-size: 1em;
    padding: 2px 20px;
  }

  .contact_form .contact_split h2 {
    margin-bottom: 0px;
    margin-top: 20px;
  }

  .contact_gegevens h1 {
    justify-content: center;
  }

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

  .contact_split {
    margin-top: 20px;
  }

  .contact_pagina {
    padding: 25px 10px;
  }

  .contact_gegevens {
    margin-bottom: 20px;
    padding: 30px 10px;
  }

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

  .contact_gegevens, .contact_formulier {
    width: 100%;
    padding: 0 10px;
  }

  .contact_gegevens h1, .contact_gegevens h2 {
    text-align: center;
    line-height: 120%;
  }

  .contact_gegevens>div {
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 20px;
  }

  .contact_split .contact_info {
    padding: 20px;
  }

  #dasmap {
    margin-top: 15px;
    height: 400px;
  }

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

  .contact_split img {
    display: none;
  }

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

  .contact_split .contact_info#PL_privacy {
    align-items: flex-start;
    -ms-align-items: flex-start;
  }

  .contact_split .contact_info#EmailInput {
    padding: 0 10px;
  }

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

  .home_banner article h3 {
    font-size: 1em;
  }

  .home_banner article a {
    font-size: 1em;
  }

  .split_footer {
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .split_footer>div {
    width: 40%;
  }

  .split_footer>div h2 {
    font-size: 45px;
  }

  .split_footer>div div {
    font-size: 1.1em;
  }

  .product_page {
    flex-wrap: wrap;
  }

  .product_page aside {
    width: 100%;
    max-width: 100%;
  }

  .product_page aside>div {
    display: none;
  }

  .product_page aside>h2 {
    cursor: pointer;
    border-bottom: none;
    background-color: #D34336;
    color: white;
  }

  .aanbod_items {

    margin-top: 20px;
  }

  .product_page aside>h2 span {
    display: inline-block;
  }

  .product_page aside>div {
    width: 98%;
    margin: auto;
  }

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

@media screen and (max-width: 1150px) {
  .timeline, .referenties {
    margin-top: 40px;
  }

  .ak_buttons a:last-of-type, .ak_buttons a:first-of-type {
    max-width: 100%;
    width: 100%;
    min-width: initial;
    margin-right: 0;
  }

  .ak_buttons {
    flex-wrap: wrap;
  }

  .page_header>h2 {
    font-size: 15px;
  }


  .page_header .c {
    width: 80%;
  }

  .page_header .page_header_left .c {
    width: 100%;
  }

  .logo {
    width: 130px;
  }

  .blokken article {
    flex-direction: column;
    flex-wrap: nowrap;
  }

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

  .blokken article>img {
    width: 100%;
    order: 1 !important;
    margin: auto;
  }

  .blokken_tekst {
    width: 80%;
    max-width: 80%;
    font-size: 1.3em;
    margin: auto;
  }

  .blokken_content {
    width: 100%;
    max-width: 100%;
    order: 2 !important;
    padding: 20px 0;
    text-align: center;
  }

  .blokken_titel {
    display: block;
  }

  .blokken_titel h2 {
    font-size: 30px;
    position: relative;
  }

  .blokken_titel>div:first-of-type {
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }

  .main_content_tekst {
    font-size: 1.1em;
  }

  .main_content article>h2 {
    font-size: 1.3em;
  }

}

@media screen and (max-width: 1100px) {
  .navitems {
    gap: 5px;
    margin-right: 0;
  }

  .reference_content h1 {
    font-size: 40px;
  }

  .slogan {
    font-size: 4.2rem;
    padding: 6rem 1rem;
  }

  .vragen {
    width: 100%;
    margin-bottom: 50px;
  }

  .blokken_content a {
    font-size: 17px;
    padding: 10px 30px;
  }

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

  .storedetail>img {
    display: none;
  }

  #storemap {
    width: 100%;
  }

  .stores-holder-afrekenen #map_canvas {
    order: 1;
    width: 100%;
    margin-bottom: 25px;
    height: 300px;
  }

  .stores-holder-afrekenen .stores {
    order: 2;
    width: 100%;
  }

  .stores-holder-afrekenen .stores article a {
    font-size: 0.8em;
  }

  .downloads article {
    width: 98%;
    margin: 1%;
  }

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

  .downloads article a,
  .downloads article h2, .links article h2 {
    font-size: 14px;
  }

  .dnl1 {
    display: none;
  }

  .dnl2 {
    display: flex;
  }

  .product {
    width: 48%;
  }

}

@media screen and (max-width: 1060px) {
  .controle_split {
    display: block;
  }

  .controle_part, .controle_part:first-of-type {
    width: 99%;
    margin: auto;
  }

  .controle_part:last-of-type {
    width: 100% !important;
    padding: 20px 0;
  }

  .controle_part .input_producten, .controle_part .financial {
    padding: 20px;
  }

  .home_banner .slick-arrow {
    width: 30px;
    height: 30px;
  }

  .home_banner article>div {
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 1000px) {
  .reference_page {
    flex-direction: column;
    width: 100%;
  }

  .reference_content {
    width: 100%;
  }

  .reference_page aside {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 0;
  }

  #vid, #vidref {
    width: 90%;
    height: 560px;
  }

  .closevid {
    width: 30px;
  }

  .contact_split .circle {
    width: 160px;
    height: 160px;
  }

  .slogan {
    font-size: 3.5rem;
    padding: 60px 20px;
  }

  .footer_ban .items a {
    width: 48%;
    margin-bottom: 50px;
  }

  .referenties article {
    width: calc(50% - 6px);
  }

  .referenties article>div {
    padding: 15px;
  }

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

  .referenties article a {
    font-size: 15px;
  }

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

  .stores article {
    width: 80%;
  }

  .product_header_image {
    width: 100%;
  }

  .product_header_content {
    width: 100%;
  }

  .footer_gegevens {
    max-width: 100%;
  }

  .footer_ban .items i {
    width: 160px;
    height: 160px;
  }

  .footer_ban .items h2 {
    font-size: 1.3em;
  }

  .blog-content h1 {
    width: 100%;
    font-size: 1.9rem;
  }

  .blog-content h2 {
    font-size: 1.15rem;
  }

  .blog-main .blog-img {
    width: 100%;
  }

  .blog-nav nav {
    margin-bottom: 20px;
  }

  .blog-holder {
    margin-top: 30px;
    flex-wrap: wrap;
  }

  .row-block .extra {
    padding: 10px;
  }

  .blog-aside h3 {
    width: 100%;
  }

  .blog-recent {
    display: none;
  }

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

  .blog-aside {
    width: 100%;
    margin-right: 0;
  }

  .blog-nav {
    order: 1;
  }

  .blog-main {
    width: 100%;
    padding: 10px;
    order: 2 !important;
  }
}

@media screen and (max-width: 950px) {
  .menubtn {
    display: block;
  }

  .navitems {
    display: none;
  }

  #vid, #vidref {
    width: 90%;
    height: 500px;
  }

  .home_banner article a {
    font-weight: 500;
    padding: 10px 30px;
  }

  .home_banner article h2 {
    font-size: 1.5em;
    margin-top: 10px;
  }

  .home_banner article h3 {
    font-size: .9em;
  }

  .referenties_overzicht {
    width: 100%;
  }

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

  .referenties_overzicht>div {
    max-width: 100%;
    padding: 30px;
  }

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

  .header_baseline {
    font-size: 1.7em;
    padding-left: 20px;
  }

  .in_beeld article {
    width: 32.33%;
  }

  .curtaindrop h2 {
    font-size: 40px;
  }

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

  .product_header_image {
    width: 50%;
    margin-bottom: 30px;
  }

  .product_header_content {
    width: 100%;
    max-width: 100%;
  }

  .product_header {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .aanbod_pagina aside {
    width: 300px;
    max-width: 100%;
  }
}

@media screen and (max-width: 900px) {
  .contact_split .circle {
    top: -10px;
  }

  .footer_gegevens div:last-of-type, .footer_gegevens div:nth-of-type(3) {
    display: none;
  }

  .footer_gegevens {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .footer_gegevens div:first-of-type {
    margin-right: 50px;
    margin-left: 50px;
  }

  .referenties_overzicht>div>h2 {
    font-size: 40px;
  }

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

  .main_content_split img {
    width: 100%;
  }

  .legend_step {
    width: 100%;
  }

  .legend {
    flex-wrap: wrap;
  }


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

}

@media screen and (max-width: 850px) {
  .slogan {
    font-size: 3.1rem;
  }

  .page_header {
    padding-bottom: 0;
  }

  .vragensplit {
    padding-top: 20px;
  }

  .menubtn {
    display: block;
  }

  .ak>div:first-child {
    padding: 20px;
  }

  .ak>div {
    width: 100%;
  }

  .ak_image {
    display: none;
  }

  .reserverenform {
    padding: 20px;
  }

  .categorie_overzicht {
    padding-top: 20px;
  }

}

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

  .timeline_item_content {
    width: 100%;
    padding: 0;
    order: 1;
  }

  .timeline {
    overflow: auto;
  }

  .timeline_other_content {
    width: 100%;
    order: 2;
    text-align: left;
  }

  .left_time h2, .left_time h3 {
    text-align: left;
  }

  .left_time p {
    text-align: left;
  }

  .right_time, .imageleft {
    margin-left: 0;
  }

  .imageright {
    margin-right: 0;
  }

  .timeline_other_content img {
    width: 100%;
    margin-top: 10px;
  }

  .timeline_container {
    width: 90%;
    float: right;
    flex-wrap: wrap;
  }

  .timelineoverlayholder {
    left: 5%;
  }

  .timeline::after {
    left: 5%;
  }

  .timeline_container::after {
    left: -5.6%;
    width: 25px;
    height: 25px;
  }

  .timeline_quote {
    margin-top: 20px;
  }

  .right_time, .imageleft {
    margin-left: 0;
  }

  .imageright {
    margin-right: 0;
  }

  .timeline_container {
    padding: 10px;
  }

}

@media screen and (max-width: 800px) {
  .slogan {
    font-size: 2.8rem;
    padding-top: 30px;
  }

  .aanbod_pagina {
    flex-wrap: wrap;
  }

  .aanbod_pagina aside {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }

  .aanbod_filter {
    display: none;
  }

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

  .links .groter-scherm {
    display: none;
  }

  .links a img {
    width: 50%;
    margin: 0 auto;
  }

  .stores-holder-afrekenen .stores article {
    width: 98%;
  }

  .split_footer {
    flex-wrap: wrap;
    padding-top: 0;
  }

  .split_footer>div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }

  .split_footer>div h2 {
    font-size: 35px;
    margin-bottom: 15px;
  }

  .split_footer form {
    width: 100%;
  }

  .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 dt {
    font-weight: 400;
  }

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

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


  .input_producten article,
  .input_producten article div:last-of-type,
  .big {
    font-size: 16px !important;
  }

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

  .categorie_overzicht__item {
    width: calc(50% - 12px);
  }

}

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

  .reference_content h1 {
    font-size: 35px;
  }

  .reference_content p, .reference_content ul {
    font-size: .9em;
  }

  .product_extra h2 {
    font-size: 1.2em;
  }

  .product_extra table {
    font-size: .9em;
  }

  #vid, #vidref {
    height: 450px;
  }

  .page_header .c {
    width: 90%;
    font-size: 18px;
  }

  .page_header h1 {
    font-size: 2em;
  }

  .vragen article h2 {
    font-size: 1em;
  }

  .vragen article div {
    font-size: .9em;
  }

  .header_baseline {
    font-size: 1.5em;
  }

  .product_header_content h1 {
    font-size: 23px;
  }

  .ak h2 {
    font-size: 1.4em;
  }

  .ak_tekst {
    font-size: 1em;
  }

  .main_content_split div {
    font-size: 1em;
  }

  .blokken_tekst {
    width: 95%;
    max-width: 95%;
  }

  .curtaindrop h2 {
    font-size: 30px;
  }

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

  .curtaindrop .button {
    padding: 10px 30px;
    font-size: 18px;
  }

  .curtain-close {
    font-size: 50px;
  }


  .product_header_content h1 {
    font-size: 23px;
  }

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

@media screen and (max-width: 700px) {
  .aanbod_top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .aanbod_top>h1 {
    margin-bottom: 10px;
  }

  .aanbod_top>div {
    width: 100%;
  }

  .aanbod_pagina aside {
    margin-bottom: 15px;
  }

  .header_baseline {
    display: none;
  }

  .referenties>h2 {
    font-size: 25px;
  }

  .curtain-click {
    padding: 0;
  }

  .inner_navigatie .logo {
    width: 70px;
  }

  .inner_navigatie>a {
    flex: 0;
  }

  .topper {
    display: none !important;
  }

  .navigatie {
    padding: 12px 10px;
  }

  .topper.mobile {
    display: block !important;
    background-color: transparent;
    position: relative;
    padding-top: 17px;
  }

  .topper.mobile a {
    color: #D34336;
    font-size: 23px;
    margin: 0px;
    margin-right: 10px;
  }

  .main_content article p {
    font-size: 15px;
  }

  .main_content_split div {
    margin: 0;
    padding: 1em 12px;
  }

  .gegevens {
    flex-wrap: wrap;
    padding: 30px 20px;
  }

  .gegevens>div {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    flex-direction: column;
  }

  .home_banner article>div {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: inline-block;
    right: 0;
    background-color: rgba(128, 128, 128, 0.63);
    color: #fff;
  }

  .home_banner article>div div {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 0 60px;
  }

  .home_banner article h2 {
    font-style: 1.5em;
    ;
    margin-top: 0.1em;
    color: #fff;
  }

  .home_banner article h3 {
    color: #fff;
    font-weight: 500;
    line-height: 150%;
  }

  .home_banner article a {
    font-size: .9em;
    padding: 10px 25px;
    text-align: center;
    width: fit-content;
    margin: auto;
    margin-top: 0.2em;
  }

  .step form .field {
    width: 100%;
  }

  .navi_footer p {
    font-size: 17px;
  }

  .split_footer {
    padding-top: 0;
  }

  .split_footer>div h2 {
    text-align: center;
    margin-top: 20px;
    font-size: 25px;
  }

  .split_footer>div div {
    text-align: center;
  }

  .sub_article .price {
    min-width: 120px;
  }

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

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

  .kenmerken {
    padding: 20px 0;
  }

  .kenmerken .kenmerken__inner {
    grid-template-columns: 1fr;
  }

}


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

  .split_footer {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .blog-main .blog-img .h1 {
    position: static;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.4em;
  }

}

@media screen and (max-width: 650px) {
  .contact_split .cirlce {
    top: -10px;
    width: 140px;
  }

  .footer_gegevens {
    display: none;
  }

  .footer_ban {
    margin-top: 10px;
  }

  .slogan {
    font-size: 2rem;
    padding-bottom: 20px;
    padding-top: 50px;

  }

  .slogan.bs {
    display: none !important;
  }

  .slogan.ss {
    display: block !important;
  }

  .contact_gegevens h1 {
    font-size: 1.7em;
  }

  .contact_gegevens h2 {
    font-size: 18px;
  }

  .contact_split .contact_info {
    justify-content: flex-start !important;
  }

  .privcnt {
    text-align: left;
  }

  .contact_form.login #NaamInput {
    width: 100% !important;
  }

  .contact_form.login #PostInput {
    width: 49% !important;
  }

  .blokken_titel h2, .blokken_titel>div:first-of-type, .product_header_content h1 {
    color: #D34336 !important;
  }

  .storedetail_links a {
    background-color: #D34336;
    border: 1px solid #D34336;
  }

  .split_footer form input[type=submit] {
    background-color: #D34336;

  }

  .home_split>div {
    flex-wrap: wrap;
  }

  .home_split article {
    width: 100%;
    margin-bottom: 10px;
  }

  .blokken_titel h2 {
    font-size: 25px;
  }

  .blokken_tekst {
    font-size: 1.1em;
  }

  .gegevens>div {
    font-size: 1em;
  }

  .blokken_slider {
    width: 100%;
  }

  .blokken_content a {
    font-size: 16px;
    padding: 10px 25px;
  }

  .curtaindrop h2 {
    font-size: 25px;
  }

  .curtaindrop p {
    font-size: 1.1em;
  }

  .curtain-close {
    font-size: 40px;
  }

  .navi_footer img.logo {
    width: 80px;
  }

  .navitem a {
    font-size: 25px;
  }

  .input_producten article img {
    display: none;
  }

  .home_banner .slick-arrow {
    width: 25px;
    height: 25px;
  }

  .blog-content h1 {
    width: 100%;
    font-size: 1.8rem;
  }

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

  .blog-main .blog-img {
    width: 100%;
  }

}

@media screen and (max-width: 640px) {
  .contactheight {
    width: 100%;
    margin-right: 0;
    min-width: 1px;
  }

  .contacteer-ons {
    margin-top: 20px;
  }

  .contactheight {
    min-height: 1px;
    margin-bottom: 30px;
  }

  .contact-form p {
    margin-bottom: 0;
  }

  #dasmap {
    height: 250px;
  }

  .contacteer-ons>img {
    width: 100%;
    max-width: 1000px;
  }
}

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

  .blokken article a {
    bottom: 10px;
    right: 10px;
    font-size: .9em;
    padding: 7px 18px;

  }

  .slogan {
    font-size: 1.7rem;
  }

  .contact_formulier #NaamInput, .contact_formulier select {
    width: 100% !important;
  }

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

  .page_header .c {
    font-size: 18px;
    width: 95%;
  }

  .page_header h1 {
    font-size: 1.7em;
  }

  .controle_part, .controle_part:first-of-type, .controle_part:last-of-type {
    width: 100%;
    min-width: 100%;
  }

  .gegevens_controleren {
    width: 99%;
    margin: auto;
  }

  .stores article {
    width: 95%;
  }

  .navi_footer p {
    font-size: 16px;
    padding-bottom: 0;
  }

  .product button {
    width: 190px;
  }

  .product .aantal input {
    width: 97px;
  }

  .product .eenheid select {
    width: 190px;
  }

  .buttons {
    margin-top: 2em;
  }

  .buttons a:first-of-type, .goto_next, #pay {
    color: #1C1B1B;
    transition: transform 0.8s ease;
    display: block;
    border: none;
    font-size: 1em;
    padding: 0;
  }

  .buttons a:first-of-type:hover {
    transform: translateX(-10px) scale(1.1);
    background-color: transparent;
    border: none;
  }

  .goto_next:hover, #pay:hover {
    transform: translateX(10px) scale(1.1);
    background-color: transparent;
    border: none;
  }

  .blog-overzicht .blog-item {
    width: 100%;
    margin-bottom: 1em;
  }

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

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

@media screen and (max-width: 550px) {
  .product_topper>div {
    padding: 5px 10px;
  }

  .reference_page {
    padding-top: 20px;
  }

  .reference_page>img {
    margin-bottom: 0;
  }

  .reference_content h1 {
    font-size: 28px;
  }

  .product_extra h2 {
    font-size: 1.1em;
    line-height: 120%;
  }

  .product_extra table {
    font-size: .8em;
  }

  .res-nav {
    border-left: 30px solid #D34336;
  }

  .navi_footer a {
    font-size: .8em;
  }

  .navi_footer span {
    margin: 0 5px;
  }

  .referenties article {
    width: 98%;
  }

  #NaamInput {
    width: 100%;
  }

  .navi_footer p {
    display: none;
  }

  .split_contact form #NaamInput, .split_footer form #PostInput {
    width: 100%;
  }

  .split_contact form #PostInput, .split_footer form #NaamInput {
    width: 100%;
  }

  .contact_gegevens h1 {
    font-size: 1.5em;
  }

  .contact-form input[type="submit"] {
    width: 100%;
  }

  .contact_split h2 {
    font-size: 21px !important;
  }

  .contact_info p {
    font-size: 18px;
  }

  .referenties article {
    width: 100%;
  }

  .referenties article h2 {
    min-height: 0;
  }

  .contact_split .contact_info {
    align-items: flex-start;
  }
}

@media screen and (max-width: 500px) {
  .contact_split .circle {
    top: 0px;
    width: 120px;
    height: 120px;
  }

  .footer_ban {
    padding-bottom: 0px;
  }

  .footer_ban_titel {
    width: 100%;
  }

  .footer_ban_titel h2 {
    font-size: 1.2em;
  }

  .footer_ban .items a {
    width: 100%;
  }

  .footer_ban .items i {
    width: 100px;
    height: 100px;
  }

  .PL_Buttons a {
    width: 100%;
    margin: 0;
    margin-top: 15px;
  }

  .PL_Buttons {
    flex-wrap: wrap;
  }

  .line_tussen>div, .circle_tussen>div {
    height: 15px;
  }

  .square img {
    max-width: 100%;
    width: 20px;
  }

  .disclaimer {
    flex-direction: column;
    line-height: 160%;
  }

  .disclaimer span {
    display: none;
  }

  .stores article {
    flex-wrap: wrap;
  }

  .stores article>div {
    width: 100%;
    padding: 15px 0;
  }

  .stores article a {
    bottom: -20px;
  }

  .stores article img {
    width: 100%;
  }

  .bestelling_geplaatst>div {
    padding: 20px;
  }

  .bestelling_geplaatst>div h1 {
    text-align: center;
  }

  .product {
    width: 98%;
  }

  .product .eenheid select {
    width: 100%;
    max-width: 100%;
  }

  .product .aantal {
    width: 100%;
    margin: 0;
    padding: 10px;
  }

  .product .aantal input {
    width: 100%;
  }

  .product_titel {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

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

  .slogan {
    font-size: 1.5rem;
  }

  .contact_form input[type="submit"] {
    margin-top: 30px;
  }

  .navi_footer a {
    font-size: 0.7em;
  }

  .navi_footer span {
    margin: 0 5px;
  }

  .navitem {
    margin: 15px 0;
    margin-left: 30px;
  }

  .res-nav {
    border-left: 15px solid #D34336;
  }

  .media__item {
    width: 100%;
    justify-content: center;
  }
}

@media screen and (max-width: 400px) {
  .row-block.extra {
    display: none;
  }

  .home_banner article>div {
    display: none;
  }

  .contact_gegevens h2 {
    font-size: 15px;
  }

  .contact_split .contact_info {
    justify-content: flex-start;
    align-items: flex-start;
    text-align: center;
  }

  .contact_split .contact_info p {
    font-size: 15px;
    padding-left: 30px;
  }

  .contact_form input[type=text], .contact_form input[type=email], .contact_form textarea {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .privcnt {
    flex-wrap: wrap;
    height: initial !important;
    line-height: 120%;
  }

  .contact_form input[type=submit] {
    width: 100%;
    margin-top: 10px;
  }

  .blog-main .blog-img .h1 {
    font-size: 1.6em;
  }

  .categorie_overzicht__item {
    width: 100%;
  }
}

@media screen and (max-width: 350px) {
  .goto_next {
    text-align: right;
    font-size: 0.8em;
  }

  .buttons a:first-of-type {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 300px) {
  .curtain-click {
    display: none;
  }
}