h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  line-height: 1.2em;
  font-weight: 700;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.19);
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #111da2;
  font-size: 32px;
  line-height: 1.3em;
  font-weight: 700;
}

h3 {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 0px;
  font-family: Abel, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

a {
  color: #111da2;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.centered-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.hero-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 240px 5% 160px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), url('../images/shutterstock_516039112.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('../images/shutterstock_516039112.jpg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  color: #fff;
}

.footer {
  padding-top: 50px;
  padding-bottom: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #292929;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 41, 41, 0.97)), to(rgba(41, 41, 41, 0.97))), url('../images/HVB-onderhoud-logo_white.svg');
  background-image: linear-gradient(180deg, rgba(41, 41, 41, 0.97), rgba(41, 41, 41, 0.97)), url('../images/HVB-onderhoud-logo_white.svg');
  background-position: 0px 0px, 50% -10%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #f2f2f2;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: left;
}

.footer-div {
  padding-right: 50px;
}

.section {
  padding: 50px 5%;
}

.footer-foot {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px none #ddd;
  background-color: #1d1d1d;
  color: #f2f2f2;
  text-align: center;
}

.logo {
  width: 130px;
  margin-top: 2px;
  margin-bottom: 7px;
  padding-top: 5px;
}

.icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.icon.small.hn {
  width: 25px;
  height: 25px;
}

.icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.white-text {
  color: #f2f2f2;
}

.full-width {
  width: 100%;
}

.small-paragraph {
  margin-bottom: 0px;
  font-size: 14px;
}

.small-paragraph.white-text:hover {
  text-decoration: underline;
}

.cta {
  padding-top: 60px;
  padding-bottom: 85px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #111da2;
  color: #f2f2f2;
  text-align: center;
}

.cta-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 94.9%, 0.72);
  border-radius: 99px;
}

.hamburger-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger-line {
  width: 23px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  border-radius: 2px;
  background-color: #444;
}

.menu-button {
  background-color: transparent;
}

.menu-button:hover {
  background-color: transparent;
}

.menu-button:active {
  background-color: transparent;
}

.menu-button:focus {
  background-color: transparent;
}

.navbar {
  padding: 2px 5%;
  border-bottom: 1px solid #e4e4e4;
  background-color: #f2f2f2;
}

.header-foot {
  padding: 7px 5%;
  border-bottom: 1px solid #ddd;
  background-color: #f2f2f2;
}

.parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.green {
  font-family: Abel, sans-serif;
  color: #2dbb02;
  line-height: 1.3em;
}

._25height {
  height: 25px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.brand {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.brand:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.pictogram {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.pictogram.ftr {
  width: 16px;
  height: 16px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}

.website {
  max-width: 2400px;
  margin-right: auto;
  margin-left: auto;
}

.cta-parent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 999;
  background-color: #f2f2f2;
  box-shadow: 1px 1px 18px 0 rgba(0, 0, 0, 0.26);
}

.whatsapp {
  position: fixed;
  left: auto;
  right: 15px;
  bottom: 15px;
  z-index: 999;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-image: url('../images/images.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 2px 2px 20px -1px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.whatsapp:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.parent-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.small-product-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  margin: 5px 5px 5px 0px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/762ea3d2-236b-4351-80b9-9cc0ac56db9f.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.small-product-images._2 {
  margin-left: 5px;
  background-image: url('../images/a7b8bdfa-fd10-482f-900d-0ead5acf9909.jpg');
}

.small-product-images._3 {
  background-image: url('../images/f196aa46-c847-4d32-9c19-5b4ab83875f6.jpg');
}

.small-product-images._5 {
  background-image: url('../images/fe6623e0-0cf2-4f4c-b018-f043c445a438.jpg');
}

.icon-box-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.parent-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.foto-blok-1 {
  width: 50%;
  background-image: url('../images/944ea571-e99d-4ff7-bc2a-c4b150eb134d.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

.text-blok {
  width: 50%;
  padding: 55px 5% 60px;
  background-color: #f2f2f2;
}

.foto-blok-2 {
  width: 50%;
  background-image: url('../images/9d8a87b2-93f9-423c-a301-b7eee8b48a41.jpg');
  background-position: 0% 0%;
  background-size: cover;
}

.foto-blok-3 {
  width: 50%;
  background-image: url('../images/02a8c80e-f0ec-4c92-8c74-68e11caa37d8.jpg');
  background-position: 0% 0%;
  background-size: cover;
}

.foto-blok-4 {
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/shutterstock_226903612.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.white-text-copy {
  color: #f2f2f2;
}

.divider {
  width: 40px;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 1px;
  background-color: #111da2;
}

.divider.double {
  width: 80px;
}

.subbar---desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}

.navlink {
  margin-right: 20px;
  font-family: Abel, sans-serif;
  color: #2e2e2e;
  font-size: 16px;
  line-height: 1.2em;
  text-align: center;
  text-decoration: none;
}

.navlink:hover {
  color: #111da2;
  text-decoration: none;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.subbar---responsive {
  display: none;
  padding: 10px 5%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}

.contact-show {
  display: none;
}

.nav-box-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-bottom: 5px;
}

.slider {
  width: 100%;
  background-color: transparent;
}

.nav-handle {
  width: 40px;
  height: 40px;
  background-color: transparent;
}

.nav-handle.right:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.centred-text {
  text-align: center;
}

.review-blok {
  position: absolute;
  left: 10%;
  top: 0%;
  right: 10%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.left-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-doorverwijzin {
  margin-top: 38px;
  text-align: center;
}

.slider-2 {
  height: 100%;
}

.slide-1 {
  background-image: url('../images/WhatsApp-Image-2020-03-30-at-09.52.36.jpeg');
  background-position: 50% 30%;
  background-size: cover;
}

.slide-1._2 {
  background-image: url('../images/WhatsApp-Image-2022-01-18-at-18.29.03.jpeg');
  background-position: 50% 0%;
}

.slide-1._3 {
  background-image: url('../images/_86-5.JPG');
  background-position: 50% 50%;
}

.slide-1._4 {
  background-image: url('../images/_86-4.JPG');
  background-position: 100% 0%;
}

.slide-1._5 {
  background-image: url('../images/_86-2.JPG');
  background-position: 100% 0%;
}

.slide-1._6 {
  background-image: url('../images/_86-3.JPG');
  background-position: 50% 50%;
}

.slide-1._7 {
  background-image: url('../images/20180405_151221.jpg');
  background-position: 0% 50%;
}

.slider-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
}

.div-block-4 {
  width: 100%;
  height: 450px;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 991px) {
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 41, 41, 0.97)), to(rgba(41, 41, 41, 0.97))), url('../images/HVB-onderhoud-logo_white.svg');
    background-image: linear-gradient(180deg, rgba(41, 41, 41, 0.97), rgba(41, 41, 41, 0.97)), url('../images/HVB-onderhoud-logo_white.svg');
    background-position: 0px 0px, 50% 0%;
  }

  .footer-foot {
    padding-right: 20px;
    padding-left: 20px;
  }

  .icon-box {
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .icon-box.noshow {
    display: none;
  }

  .cta {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hamburger-wrapper {
    margin-top: 3px;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
  }

  .burger-line {
    background-color: #111da2;
  }

  .menu-button:hover {
    background-color: transparent;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .child.do {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .nav-menu {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f2f2f2;
  }

  .small-product-images {
    height: 140px;
  }

  .subbar---desktop {
    display: none;
  }

  .navlink {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }

  .div-block-3 {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .subbar---responsive {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 28px;
    background-color: #fff;
  }

  .contact-show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    background-color: #f2f2f2;
  }

  .nav-box-desktop {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .hero-overlay {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-foot {
    padding: 40px 20px;
  }

  .cta {
    padding: 40px 20px;
  }

  .hamburger-wrapper {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .slider-block {
    padding: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 38px;
    line-height: 1.3em;
  }

  h2 {
    font-size: 24px;
  }

  .centered-container {
    text-align: left;
  }

  .hero-overlay {
    padding-top: 85px;
    padding-bottom: 100px;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 41, 41, 0.97)), to(rgba(41, 41, 41, 0.97)));
    background-image: linear-gradient(180deg, rgba(41, 41, 41, 0.97), rgba(41, 41, 41, 0.97));
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
    text-align: left;
  }

  .footer-flex-container {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-div {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0px;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section.review {
    padding-right: 0%;
    padding-left: 0%;
  }

  .footer-foot {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .icon.small {
    width: 18px;
    height: 18px;
    margin-right: 4px;
    margin-left: 8px;
  }

  .icon.small.hn {
    width: 20px;
    height: 20px;
  }

  .icon-box {
    margin-right: 0px;
    margin-left: 5%;
  }

  .icon-box.smaller {
    padding-top: 3px;
    padding-bottom: 0px;
  }

  .full-width {
    position: relative;
    z-index: -1;
    margin-bottom: 20px;
  }

  .cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
  }

  .cta-box {
    width: 100%;
    margin-bottom: 5px;
  }

  .hamburger-wrapper {
    margin-top: 6px;
  }

  .navbar {
    padding-right: 0%;
  }

  .header-foot {
    padding-right: 1%;
  }

  .child {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .green {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 16px;
  }

  .pictogram.small {
    width: 14px;
    height: 14px;
  }

  .website {
    overflow: hidden;
    max-width: 100%;
    padding-top: 70px;
  }

  .cta-parent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .parent-products {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns {
    width: 100%;
  }

  .div-block-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .parent-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .parent-block._2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .parent-block._4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .foto-blok-1 {
    width: 100%;
    height: 300px;
  }

  .text-blok {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .foto-blok-2 {
    width: 100%;
    height: 300px;
  }

  .foto-blok-3 {
    width: 100%;
    height: 300px;
  }

  .foto-blok-4 {
    width: 100%;
    height: 300px;
  }

  .navlink {
    font-size: 16px;
  }

  .small-link {
    font-size: 17px;
  }

  .contact-show {
    padding-top: 2px;
    padding-bottom: 6px;
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .maxh {
    overflow: hidden;
    height: 220px;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .slider {
    overflow: auto;
  }

  .nav-handle.right {
    margin-right: 0px;
  }

  .nav-handle.left {
    margin-left: 0px;
  }

  .centred-text.reviw {
    padding-right: 5%;
    padding-left: 5%;
  }

  .review-blok {
    padding-right: 10px;
    padding-left: 10px;
  }

  .review {
    font-size: 17px;
    line-height: 1.3em;
  }

  .slide-nav {
    display: none;
  }

  .review-doorverwijzin {
    font-size: 17px;
    line-height: 1.3em;
  }

  .slider-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-4 {
    height: 240px;
  }

  .par {
    padding-right: 5%;
    padding-left: 5%;
    text-align: center;
  }
}

