:root {
  --black: black;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

img {
  border-radius: 12px;
  max-width: 100%;
  display: inline-block;
}

.logo {
  width: 325px;
  max-width: 325px;
}

.wrapper {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.wrapper.small {
  max-width: 900px;
}

.navigation-wrap {
  z-index: 9999999;
  position: static;
  inset: 0% 0% auto;
}

.dropdown-column-wrap {
  justify-content: space-between;
  margin: 10px;
  display: flex;
}

.navigation-right {
  z-index: 100;
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
  position: relative;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blur_bg {
  z-index: 0;
  filter: blur(500px);
  background-color: #ffffffbf;
  border-bottom: 0 solid #ececec;
  position: absolute;
  inset: 0%;
}

.hero_button-3 {
  background-color: #006eff;
  background-image: linear-gradient(270deg, #00a1ffe8 21%, #0079ff 47%, #006eff 82%);
  border-radius: 15px;
  margin-right: 0;
  padding: 15px 25px;
  font-size: 16px;
  box-shadow: 0 15px 20px -15px #006eff, 0 15px 20px -15px #006eff;
}

.hero_button-3.alt {
  float: none;
  clear: none;
  box-shadow: none;
  color: #000;
  letter-spacing: .6px;
  background-color: #0000;
  background-image: none;
  border: 1px solid #000;
  border-radius: 12px;
  margin-right: 15px;
  padding: 15px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.navigation-column {
  flex: 0 auto;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 22px 0;
}

.brand-2 {
  height: auto;
  margin-right: 0;
}

.brand-2.w--current {
  height: auto;
}

.nav-menu-2 {
  color: #283338;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  font-size: 15px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.dropdown-toggle {
  color: #3a3a3a;
  margin-right: 8px;
  padding-left: 20px;
  padding-right: 28px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  transition: all .2s;
}

.dropdown-toggle:hover {
  color: #006eff;
}

.dropdown-toggle.w--open {
  transition-duration: .2s;
}

.dropdown-toggle.left {
  padding-left: 0;
}

.icon-4 {
  color: #3a3a3a;
  margin-right: 5px;
}

.navigation-link {
  color: #333;
  letter-spacing: .6px;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  opacity: .75;
  color: #464575;
  font-weight: 400;
}

.navigation-link:active, .navigation-link.w--current {
  color: #006eff;
}

.link-18 {
  direction: ltr;
  color: #283338;
  text-align: left;
  letter-spacing: .6px;
  margin-bottom: 15px;
  font-size: 15px;
  text-decoration: none;
  display: block;
}

.link-18:hover {
  color: #6c5ce7;
}

.logo-2 {
  z-index: 1000;
  width: 95px;
  height: 100%;
  position: relative;
}

.nav_block {
  width: 100%;
  height: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  position: relative;
}

.butto_trans {
  z-index: 500;
  text-align: center;
  letter-spacing: .6px;
  background-color: #434273;
  border-radius: 12px;
  padding: 15px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s linear;
  position: relative;
  box-shadow: 0 10px 15px #00000036;
}

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

.butto_trans.marign {
  background-color: #434273;
  border-radius: 12px;
  margin-top: 15px;
  margin-right: 15px;
  box-shadow: 0 10px 15px #00000036;
}

.navigation {
  filter: blur();
  background-color: #0000;
  border-bottom: 1px #4455671c;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 0%;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: visible;
}

.text-block-64 {
  color: #333;
  letter-spacing: .6px;
  font-size: 15px;
  font-weight: 400;
}

.text-block-64:hover {
  opacity: .75;
  color: #464575;
  font-weight: 400;
}

.wrapper-3 {
  align-items: center;
  width: 90%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.wrapper-3.menu {
  z-index: 10;
  justify-content: space-between;
  max-width: 1200px;
  display: flex;
}

.navigation-mob {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  inset: 0% 0% auto;
}

.navigation-left {
  z-index: 999;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.div-block-8 {
  z-index: auto;
  border-bottom: 0 solid #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero_section {
  height: auto;
  position: relative;
}

.body {
  font-family: Open Sans, sans-serif;
}

.h1 {
  margin-top: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 52px;
}

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

.diensten_grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 35px;
  margin-bottom: 0;
}

.diensten_grid._2 {
  grid-template-columns: 1fr 1fr;
}

.section-2 {
  margin-top: 75px;
  margin-bottom: 75px;
  padding-top: 0;
  padding-bottom: 0;
}

.section-2.grey {
  background-color: #f8f8f8;
  margin-top: 75px;
  margin-bottom: 75px;
  padding-top: 75px;
  padding-bottom: 75px;
}

.grid-4 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 75px;
}

.purple_text {
  color: #434273;
  font-weight: 700;
}

.dasd {
  border-radius: 12px;
  box-shadow: 0 0 20px #46457569;
}

.paragraph-3 {
  font-size: 16px;
  line-height: 24px;
}

.paragraph-3.news {
  height: 6.25rem;
  overflow: hidden;
}

.div-block-9 {
  z-index: -100;
  background-image: radial-gradient(circle closest-side, #6c5ce740, #0000);
  border-radius: 100000px;
  width: 750px;
  height: 750px;
  margin-top: -400px;
  margin-bottom: 0;
  margin-left: -275px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-9-copy {
  z-index: -100;
  background-image: radial-gradient(circle closest-side, #a19fff69, #0000);
  border-radius: 100000px;
  width: 750px;
  height: 750px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  inset: 0% 0% auto auto;
}

.diensten_card {
  box-shadow: none;
  color: #333;
  text-align: left;
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  padding: 0;
  text-decoration: none;
  transition: all .35s;
  overflow: hidden;
}

.diensten_card:hover {
  box-shadow: 0 0 20px #00000026;
}

.h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.diensten_card_image {
  background-image: url('../images/img_0787.jpg');
  background-position: 50%;
  background-size: cover;
  height: 225px;
}

.diensten_card_image.b {
  background-image: url('../images/img_06672.jpg');
}

.diensten_card_image.c {
  background-image: url('../images/shutterstock_539431921.jpg');
}

.diensten_card_info {
  padding: 25px 35px;
}

.button_with_arrow {
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.button_text {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.image-5 {
  margin-left: 10px;
}

.grid-5 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.hh2 {
  margin-top: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 38px;
}

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

.grid-6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 35px;
}

.div-block-10 {
  border-radius: 12px;
  align-items: flex-start;
  padding: 25px 25px 20px;
  display: flex;
  box-shadow: 0 0 15px #0000001a;
}

.image-6 {
  margin-top: 0;
  margin-right: 25px;
}

.div-block-11 {
  margin-top: 125px;
  margin-bottom: 75px;
}

.nieuws_grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 35px;
  margin-bottom: 0;
  display: grid;
}

.diensten_card_image_big {
  background-image: url('../images/shutterstock_267866174.jpg');
  background-position: 50%;
  background-size: cover;
  height: 275px;
}

.diensten_card_image_big.b {
  background-image: url('../images/lekke-ruit.jpg');
  height: 275px;
}

.left-arrow, .right-arrow {
  color: #434273;
}

.slider {
  background-color: #0000;
  width: 85%;
  margin-top: 35px;
}

.review_card_block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.review_card_text {
  border-radius: 12px;
  margin-left: 0;
  margin-right: 0;
  padding: 40px 45px;
  position: relative;
  box-shadow: 0 0 15px #0000001a;
}

.review_card {
  width: 80%;
}

.review_card_person {
  flex-direction: row;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.div-block-12 {
  margin-top: 25px;
}

.image-7 {
  margin-top: -30px;
  margin-left: 30px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-8 {
  border-radius: 1000000px;
  margin-right: 25px;
}

.paragraph {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

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

.footer {
  text-align: center;
  background-color: #434273;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.footer-link {
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  text-decoration: underline;
}

.div-block-13 {
  color: #fff;
}

.image-4-copy {
  border-radius: 12px;
  box-shadow: 0 0 20px #46457569;
}

.dropdown-list {
  background-color: #c59e9e;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 12px;
  height: auto;
  box-shadow: 0 0 15px #00000026;
}

.div-block-11-copy {
  margin-top: 75px;
  margin-bottom: 75px;
}

.link-19 {
  text-decoration: none;
}

.icon-6, .icon-7 {
  color: #434273;
}

.contact_grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
  margin-top: 0;
  margin-bottom: 75px;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.text-field {
  border: 0 solid #000;
  border-radius: 12px;
}

.text-field-2 {
  border-radius: 12px;
}

.form-block {
  margin-bottom: 50px;
}

.div-block-14 {
  display: flex;
}

.producten_section {
  height: auto;
  position: relative;
}

.producten_block {
  margin-top: 25px;
  margin-bottom: 100px;
}

.collection-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 35px;
  display: grid;
}

.product_title {
  height: 1.8rem;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  overflow: hidden;
}

.product_description_block {
  position: sticky;
  top: 50px;
}

.image-9 {
  border-radius: 12px;
  width: 100%;
}

.grid-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.product_grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  align-items: start;
  margin-top: 30px;
  margin-bottom: 75px;
}

.button_block {
  margin-top: 10px;
}

.usps {
  margin-top: 15px;
  margin-bottom: 15px;
  display: none;
}

.usp {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.image-10 {
  width: 20px;
  margin-right: 10px;
}

.extra_info_block {
  margin-top: 50px;
}

.extra_info_block.landing {
  margin-top: 0;
}

.contact-form-grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.form-block-2 {
  background-color: #fff;
  border-radius: 12px;
  margin-top: 50px;
  padding: 25px 35px;
  box-shadow: 0 0 20px #00000026;
}

.text-field-3 {
  border-radius: 12px;
}

.div-block-15 {
  align-items: flex-start;
  display: flex;
}

.image-11 {
  margin-right: 10px;
}

.div-block-16 {
  align-items: center;
  display: flex;
}

.image-12 {
  margin-left: 15px;
  margin-right: 15px;
}

.bc_text {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.bc_text.selected {
  font-weight: 700;
}

.image-13 {
  margin-right: 10px;
}

.collection-list-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.collection-item {
  padding-left: 0;
  padding-right: 10px;
}

.collection-list-2 {
  margin-top: 20px;
}

.link-20 {
  color: #333;
  border: 1px #000;
  text-decoration: none;
}

.lightbox-link {
  width: 100%;
}

.accordion-item {
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 0 20px #0000001a;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.icon.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 32px;
  line-height: 30px;
  transform: rotate(180deg);
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

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

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.section-faq {
  background-color: #f8f8f8;
  padding: 150px 30px;
}

.h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.link-block {
  text-decoration: none;
}

.nieuws_photo {
  background-image: url('../images/screenshot_20241009_102906_temu.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  height: 400px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.div-block-17 {
  align-items: center;
  display: flex;
}

.nieuws_photo-2 {
  background-image: url('../images/shutterstock_267866174.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  height: 400px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.grid-8 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 25px;
  margin-bottom: 25px;
}

.collection-list-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-wrapper-2 {
  margin-top: 25px;
  margin-bottom: 25px;
}

.form {
  margin-top: 50px;
}

.div-block-18 {
  background-color: #fff;
  border-radius: 12px;
  margin-top: 50px;
  margin-bottom: 100px;
  padding: 25px;
  box-shadow: 0 0 15px #0000001a;
}

.diensten_block {
  margin-top: 125px;
  margin-bottom: 75px;
}

.link-block-2 {
  width: 100%;
  text-decoration: none;
}

.empty-state {
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.text-block-65 {
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.empty-state-2 {
  background-color: #0000;
}

.grid-4-copy {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 75px;
}

.dasd-copy {
  border-radius: 12px;
  box-shadow: 0 0 20px #46457569;
}

.empty-state-3, .success-message {
  background-color: #0000;
}

.italic-text {
  font-size: 20px;
}

.text-span {
  color: var(--black);
}

.text-span-2 {
  color: #000;
}

.text-span-3 {
  color: var(--black);
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px {
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #434273;
  padding: 12px 25px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.heading {
  font-family: Open Sans, sans-serif;
}

@media screen and (max-width: 991px) {
  .dropdown-column-wrap {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .mobile-nav {
    background-color: #fff;
    border-radius: 15px;
    padding-top: 15px;
    box-shadow: 0 10px 20px -5px #00000078;
  }

  .menu-mob {
    color: #fff;
    background-color: #0000;
    border-radius: 100px;
    padding: 0;
    font-size: 22px;
  }

  .menu-mob:active, .menu-mob.w--open {
    background-color: #0000;
  }

  .nav-menu-2 {
    display: none;
  }

  .dropdown-toggle.left {
    text-align: left;
    padding-left: 20px;
  }

  .logo-2 {
    width: 250px;
  }

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

  .navigation {
    display: none;
  }

  .navigation-mob {
    border-bottom: 1px solid #4455671c;
    flex-direction: row;
    justify-content: center;
    height: 85px;
    padding-left: 3%;
    padding-right: 3%;
    display: flex;
  }

  .navigation-left {
    display: flex;
  }

  .mobile-nav-link {
    text-align: center;
    border-radius: 15px;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }

  .hero_section {
    padding-top: 50px;
  }

  .diensten_grid {
    grid-template-columns: 1fr;
  }

  .grid-4 {
    margin-top: 0;
    display: block;
  }

  .dasd {
    margin-top: 50px;
  }

  .icon-5 {
    color: #000;
    font-size: 26px;
  }

  .icon-5:active {
    background-color: #fff0;
  }

  .grid-6 {
    grid-template-columns: 1fr 1fr;
  }

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

  .image-4-copy {
    margin-top: 50px;
  }

  .dropdown-list.w--open {
    box-shadow: none;
  }

  .contact_grid, .grid-4-copy {
    display: block;
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
  }

  .product_description_block {
    position: static;
  }

  .product_grid {
    flex-direction: column-reverse;
    display: flex;
  }

  .breadcrumbs, .breadcrumbs-2 {
    margin-top: 25px;
  }

  .grid-4-copy {
    margin-top: 0;
    display: block;
  }

  .dasd-copy {
    margin-top: 50px;
  }

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .grid-5 {
    grid-template-columns: 1fr;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    object-fit: contain;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .div-block-16 {
    align-items: center;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .div-block-17 {
    align-items: center;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-wrap {
    position: sticky;
  }

  .hero_button-3 {
    text-align: center;
    background-image: none;
    width: 100%;
    margin-bottom: 10px;
  }

  .hero_button-3.alt {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .menu-mob {
    color: #210928;
    background-color: #0000;
    padding: 0;
  }

  .menu-mob.w--open {
    background-color: #0000;
  }

  .logo-2 {
    width: 200px;
  }

  .butto_trans {
    background-image: none;
    width: 100%;
  }

  .navigation-mob {
    background-color: #fff;
  }

  .hero_section {
    overflow: hidden;
  }

  .h1 {
    font-size: 32px;
    line-height: 38px;
  }

  .diensten_grid, .diensten_grid._2 {
    grid-template-columns: 1fr;
  }

  .grid-4 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    margin-top: 25px;
  }

  .div-block-9, .div-block-9-copy {
    display: none;
  }

  .icon-5 {
    color: #000;
    margin-top: 3px;
    font-size: 26px;
  }

  .brand-3 {
    padding-left: 0;
  }

  .h3 {
    font-size: 20px;
    line-height: 24px;
  }

  .grid-5 {
    grid-template-columns: 1fr;
  }

  .hh2 {
    font-size: 32px;
    line-height: 38px;
  }

  .hh2.center {
    font-size: 24px;
    line-height: 28px;
  }

  .grid-6 {
    grid-template-columns: 1fr;
  }

  .div-block-11 {
    margin-top: 75px;
    margin-bottom: 0;
  }

  .nieuws_grid {
    grid-template-columns: 1fr;
  }

  .diensten_card_image_big, .diensten_card_image_big.b {
    height: 225px;
  }

  .left-arrow {
    margin-left: 0%;
  }

  .right-arrow {
    margin-right: 0%;
  }

  .slider {
    width: 100%;
    margin-top: 0;
  }

  .review_card_text {
    padding: 15px 25px;
  }

  .review_card {
    width: auto;
  }

  .image-7 {
    display: none;
  }

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

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .image-4-copy {
    margin-top: 0;
  }

  .div-block-11-copy {
    margin-top: 75px;
    margin-bottom: 0;
  }

  .contact_grid, .grid-4-copy {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    margin-top: 25px;
  }

  .producten_section {
    overflow: hidden;
  }

  .producten_block {
    margin-top: 25px;
    margin-bottom: 100px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .product_title {
    font-size: 20px;
    line-height: 24px;
  }

  .product_grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    margin-top: 25px;
  }

  .div-block-16 {
    align-items: center;
  }

  .image-12 {
    margin-left: 4px;
    margin-right: 4px;
  }

  .bc_text.selected, .link-20 {
    font-size: 14px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .section-faq {
    padding: 100px 15px;
  }

  .h4 {
    font-size: 20px;
    line-height: 24px;
  }

  .nieuws_photo {
    height: 175px;
  }

  .div-block-17 {
    align-items: center;
  }

  .nieuws_photo-2 {
    height: 175px;
  }

  .collection-list-3 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-18 {
    box-shadow: none;
    margin: 0 -5%;
    padding-left: 0;
    padding-right: 0;
  }

  .diensten_block {
    margin-top: 75px;
    margin-bottom: 0;
  }

  .grid-4-copy {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    margin-top: 25px;
  }

  .dasd-copy {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .container {
    max-width: none;
  }
}

#w-node-c5f870f3-3ba2-fdb1-944c-7c66aeee7368-81733f6a, #w-node-c5f870f3-3ba2-fdb1-944c-7c66aeee7368-6d733f72 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_731595f8-bbb6-bd52-8b55-76976aac3d27-30733f73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-c5f870f3-3ba2-fdb1-944c-7c66aeee7360-81733f6a, #w-node-c5f870f3-3ba2-fdb1-944c-7c66aeee7364-81733f6a, #w-node-c5f870f3-3ba2-fdb1-944c-7c66aeee7360-6d733f72, #w-node-_73527647-633c-3eee-d26c-5bed5a2fe5f3-6d733f72, #w-node-c5f870f3-3ba2-fdb1-944c-7c66aeee7364-6d733f72, #w-node-e7085b9f-bba7-2ac8-5b69-09164e2324f7-6d733f72, #w-node-_5650a8da-8ae6-e8cc-8111-0a283fddc57d-6d733f72, #w-node-_10cc58ac-6cec-5512-b4ad-ef7a95899565-6d733f72 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


