: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: Space Grotesk, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

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

a {
  text-decoration: none;
}

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

.paragraph-3.hero {
  font-size: 18px;
  line-height: 28px;
}

.paragraph-3 h1, .paragraph-3 h2 {
  color: #000;
}

.paragraph-3 h3 {
  color: #000;
  font-weight: 700;
}

.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_hoto_block {
  position: sticky;
  top: 150px;
}

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

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.arrow-button-icon {
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 100000000px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 2px;
  display: flex;
}

.arrow-button-icon.white {
  background-color: #fff;
}

.h3-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 32px;
}

.h3-2.white {
  color: #fff;
  font-size: 28px;
}

.form-success-message {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 12px 24px;
  font-size: 14px;
}

.testimonial-15-logo {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100px;
  display: flex;
}

.nav-link {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 400;
}

.nav-link.w--current {
  color: #565ac0;
}

.div-block-245 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.div-block-245.white {
  color: #fff;
  font-size: 14px;
}

.image-14 {
  width: 20px;
}

.button-block {
  margin-top: 10px;
}

.button-block.big {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.button-block.big.center {
  justify-content: center;
}

.footer-13-newsletter-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.footer-13-legal-link {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  transition: color .3s;
}

.footer-13-legal-link:hover {
  color: #fff;
}

.icon-regular {
  color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.testimonial-divider {
  background-color: #d0d0d2;
  width: 1px;
  height: 24px;
}

.image-cover-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.faq-3-icon {
  background-color: #f5f7f8;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.footer-13-newsletter-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.link-2 {
  color: #fff;
}

.faq-3-arrow {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.link-span {
  color: #fff;
  text-decoration: none;
}

.image-15 {
  width: 260px;
}

.h6-heading-2 {
  color: #252527;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.faq-3-accordion {
  background-color: #fff;
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.basic-section {
  z-index: 10;
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}

.basic-section.alt {
  background-color: #f3f3f300;
  background-image: linear-gradient(#0000, #565ac01a);
  padding-top: 0;
  padding-bottom: 100px;
}

.form-error-message {
  text-align: center;
  background-color: #fff1f0;
  padding: 12px 24px;
  font-size: 14px;
}

.h2-heading {
  color: #000;
  margin-top: 0;
  font-size: 38px;
  line-height: 42px;
}

.column-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.divider-tertiary {
  background-color: #edf0f2;
  width: 100%;
  height: 1px;
}

.div-block-248 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  padding: 25px;
}

.divider-small {
  background-color: #fff;
  width: 1px;
  height: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.category-card {
  color: #fff;
  background-image: linear-gradient(#0000, #000000bf);
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 325px;
  padding: 25px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.purple-text-span {
  color: #565ac0;
}

.image-cover-bg {
  z-index: -10;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-13-newsletter {
  width: 100%;
  max-width: 411px;
  margin-bottom: 0;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 0 12px #0000001f;
}

.testimonial-15-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 25px;
  padding: 0;
  display: flex;
}

.form-input {
  color: #000;
  background-color: #fff;
  border: 1px solid #c9d2d9;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .3s;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #50555f;
}

.form-input.x {
  border-width: 0;
  height: 0;
  max-height: 0;
  padding: 0;
  overflow: hidden;
}

.faq-3-answer {
  color: #50555f;
  background-color: #0000;
  padding-left: 24px;
  padding-right: 24px;
  position: static;
}

.footer-13-legal-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sub-text {
  color: #5559c0;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.slider-button-side {
  width: auto;
  height: 48px;
  bottom: 56px;
  transform: translate(-50%);
}

.slider-button-side.slider-button-next {
  transform: translate(50%);
}

.subheading-x-large {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.image-16 {
  width: auto;
  height: 35px;
  margin-bottom: 10px;
}

.footer-13-company {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 400px;
  display: flex;
}

.faq-3-question {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  white-space: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.footer-13-logo-link {
  flex: none;
}

.footer-13-main {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.column-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

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

.footer-13-legal-section {
  color: #fff;
  background-color: #2a2c60;
  border-top: 1px solid #3f3f3f;
  margin-top: 100px;
  padding: 25px 0%;
}

.grid-3-columns-copy {
  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;
}

.column {
  align-items: center;
  display: flex;
}

.footer-13-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: .9;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.footer-2 {
  color: #fff;
  background-color: #565ac0;
  background-image: linear-gradient(#565ac0e6, #565ac0e6), url('../images/dubbelglas_plaatsen_kraan.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 100px;
}

.review-row {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.product-slider-title {
  color: #1e1e20;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.logo-3 {
  width: 225px;
}

.icon-regular-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.column-4x-large-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  display: none;
}

.row-small-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-small-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.column-small-3.column-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
}

.slide {
  margin-right: 24px;
}

.div-block-358 {
  z-index: -1;
  opacity: 0;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4px 24px #35353524;
}

.row-x-small-4 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hero-image {
  object-fit: cover;
  object-position: 50% 40%;
  border-radius: 8px;
  width: 100%;
  height: 475px;
}

.hero-image._100 {
  height: 100%;
}

.basic-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.footer-13-links {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, minmax(192px, 1fr));
  width: 100%;
  max-width: 628px;
}

.avatar-large {
  background-color: #f5f7f8;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  font-size: 18px;
  display: flex;
  overflow: hidden;
}

.paragraph-x-small {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
}

.title {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.faq-3-list {
  border: 1px solid #c9d2d9;
  border-radius: 5px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.footer-13-divider {
  background-color: #c9d2d9;
  width: 1px;
  height: 16px;
}

.icon-8 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 75px;
  display: flex;
}

.testimonial-15-stars {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f2c202;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.product-related {
  margin-top: 84px;
}

.row-x-small-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-button-outline-large-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #c9d2d9;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  display: flex;
}

.faq-3-content {
  margin-top: -16px;
  padding-bottom: 24px;
}

.icon-button-outline-large {
  color: #000;
  border: 0 solid #c9d2d9;
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-text-wrapper {
  flex-flow: column;
  align-items: flex-start;
  max-width: 525px;
  margin-top: 0;
  display: flex;
}

.column-regular-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.dropdown-link-2 {
  background-color: #fff;
}

.dropdown-link-2.w--current {
  color: #565ac0;
  font-weight: 700;
}

.hero-section-2 {
  background-image: linear-gradient(#0000, #565ac01a);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 75px;
  padding-bottom: 100px;
  position: relative;
  overflow: visible;
}

.paragraph-x-large {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.5;
}

.h1-heading {
  color: #000;
  margin-top: 0;
  font-size: 53px;
  line-height: 1.2;
}

.footer-13-legal-links {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-2 {
  color: #fff;
}

.button {
  color: #fff;
  background-color: #5559c0;
  border-radius: 5px;
  padding: 12px 18px;
  font-weight: 500;
  text-decoration: none;
}

.button.black {
  background-color: #000;
  border-radius: 999999px;
  padding-left: 23px;
  padding-right: 23px;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

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

.paragraph-regular-3.text-color-tertiary {
  color: #59595f;
  font-weight: 400;
  text-decoration: underline;
}

.title-block {
  margin-bottom: 35px;
}

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

.overline-small {
  letter-spacing: .8px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.slider-navigation-center-side {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 8px;
  display: flex;
  position: static;
}

.navbar-2 {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  color: #fff;
  background-color: #ffffffd9;
  border-bottom: 1px solid #ebebeb;
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
}

.text-block-copy {
  color: #8a8a8a;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.button-2 {
  letter-spacing: 1px;
  background-color: #5559c0;
  border-radius: 10000000000px;
  padding: 13px 21px;
  font-weight: 600;
}

.button-2.alt {
  color: #565ac0;
  background-color: #e6e7f6;
}

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

.image-17 {
  z-index: -10;
  object-fit: cover;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.container-2 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

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

.notice-block {
  background-color: #565ac0;
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: block;
}

.slider-center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
  flex-flow: column;
  height: 160px;
  display: flex;
}

.image-cover {
  object-fit: cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph-large-4 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

.grid-regular {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.grid-regular.align-top {
  align-items: start;
}

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

.column-large {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.column-large.margin-top {
  margin-top: 25px;
}

.body-large {
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.75;
}

.body-large.text-weight-medium {
  font-weight: 500;
}

.body-large.text-weight-medium.text-color-tertiary {
  color: #71717b;
}

.form_input-grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.form_block {
  margin-bottom: 0;
}

.form-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.image-cover-3 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.column-2x-large {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.form_label {
  color: #000;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
}

.contact_grid-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.form_message-error {
  color: #fb2c36;
  text-align: center;
  background-color: #ffe3e1;
  padding: .75rem 1.5rem;
  font-size: 1rem;
}

.contact_details {
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  display: flex;
}

.button-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #05df72;
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  min-height: 2.75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-3:hover {
  background-color: #00c950;
}

.text-link {
  color: #000;
  text-decoration: underline;
}

.form_field {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  display: flex;
}

.form_message-success {
  color: #000;
  text-align: center;
  background-color: #f0fdf4;
  padding: .75rem 1.5rem;
  font-size: 1rem;
}

.column-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.h1-heading-2 {
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

.h1-heading-2.text-balance {
  text-wrap: balance;
}

.body-medium {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.75;
}

.body-medium.text-color-secondary {
  color: #27272a;
}

.contact_image-top {
  border-radius: 1rem;
  height: 20rem;
  overflow: hidden;
}

.link-block-3 {
  color: #000;
  text-decoration: none;
}

.contact_details-bottom {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  margin-top: 25px;
  padding: 1.5rem;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
}

.contact_card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff;
  border-radius: 1rem;
  flex-flow: column;
  padding: 28px;
  display: flex;
  box-shadow: 0 2px 26px #00000024;
}

.form_input {
  color: #000;
  background-color: #f4f4f5;
  border: 1px solid #d4d4d8;
  border-radius: 2rem;
  align-items: center;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.5rem;
  font-size: 16px;
  line-height: 1.75;
  transition: border-color .3s;
  display: flex;
}

.form_input:hover {
  border-color: #d4d4d8;
}

.form_input:focus {
  border-color: #565ac0;
}

.form_input::placeholder {
  color: #50555f;
}

.form_input.is-text-area {
  border-radius: .75rem;
  min-height: 10rem;
}

.form_input.no-padding {
  padding: 0;
}

.section-medium {
  padding: 4rem 5%;
  position: relative;
}

.section-medium.background-secondary {
  background-color: #f4f4f5;
}

.form_submit-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.body-small {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 1.75;
}

.body-small.text-color-secondary {
  color: #27272a;
}

.text-block-wrapper {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.small-lightbox-image {
  object-fit: cover;
  object-position: 50% 40%;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  min-height: 150px;
}

.small-lightbox-image._100, .div-block-359 {
  height: 100%;
}

.empty-state-4 {
  height: 0;
  padding: 0;
}

.blog-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.mobile-cta {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: none;
}

.landing-content {
  width: 900px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.alert {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #4148ff1a;
  border-radius: 100000000px;
  margin-bottom: 15px;
  padding: 5px 15px 5px 10px;
  display: flex;
}

.image-18 {
  width: 22px;
}

.select-field {
  color: #50555f;
  background-color: #f3f3f300;
  border: 0 solid #000;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: 1.5rem;
  padding: .5rem 1.5rem;
  font-size: 16px;
}

.div-block-360 {
  margin-top: 50px;
}

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

  .menu-button {
    color: #000;
  }

  .menu-button.w--open {
    background-color: #565ac0;
  }

  .category-card {
    height: 300px;
  }

  .dropdown-list-2 {
    position: relative;
  }

  .dropdown-list-2.w--open {
    background-color: #fff;
  }

  .column-4x-large-2 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .basic-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer-13-links {
    max-width: none;
  }

  .nav-menu-3 {
    background-color: #fff;
    flex-flow: column;
    width: 100vw;
    padding: 25px;
    display: flex;
    box-shadow: 0 30px 28px #00000026;
  }

  .hero-text-wrapper {
    max-width: none;
  }

  .dropdown-link-2 {
    font-weight: 400;
  }

  .dropdown-2 {
    width: 100%;
  }

  .notice-block {
    display: none;
  }

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

  .form_block {
    align-items: center;
  }

  .contact_grid-2 {
    grid-template-columns: 1fr;
  }

  .contact_details {
    max-width: none;
  }

  .landing-content {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .paragraph-3.hero {
    font-size: 16px;
    line-height: 24px;
  }

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

  .h2-heading {
    font-size: 32px;
  }

  .slider-button-side {
    margin-left: -28px;
    inset: auto 56px 0% auto;
    transform: none;
  }

  .slider-button-side.slider-button-next {
    right: 0;
    transform: none;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }

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

  .column-4x-large-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .footer-13-divider {
    display: none;
  }

  .hero-section-2 {
    padding-top: 50px;
  }

  .paragraph-x-large {
    font-size: 18px;
  }

  .h1-heading {
    font-size: 38px;
  }

  .slider-navigation-center-side {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

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

  .form_submit-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .small-lightbox-image {
    margin-bottom: 25px;
  }

  .mobile-cta {
    display: none;
  }
}

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

  .menu-button.w--open {
    padding: 15px;
  }

  .testimonial-divider {
    display: none;
  }

  .footer-13-newsletter-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .basic-section {
    margin-top: 75px;
    margin-bottom: 75px;
  }

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

  .category-card {
    height: 275px;
  }

  .footer-13-newsletter {
    max-width: none;
  }

  .product-slider-title {
    flex-flow: column;
    align-items: flex-start;
  }

  .button-wrapper {
    flex-flow: wrap;
  }

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

  .hero-image {
    height: 325px;
  }

  .hero-section-2 {
    padding-top: 50px;
  }

  .div-block {
    display: none;
  }

  .button-2.small {
    padding: 9px 16px;
    font-size: 12px;
  }

  .container-2.nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: .75fr 1.5fr .75fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-cover {
    min-height: 325px;
  }

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

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

  .mobile-cta {
    order: -9999;
    display: block;
  }

  .alert {
    background-color: #4148ff00;
    flex-flow: row;
    align-items: flex-start;
    margin-top: -25px;
    padding: 0;
  }

  .image-18 {
    margin-top: 1px;
  }

  .div-block-360 {
    margin-top: 0;
  }
}

#w-node-_6e17f20e-7f5a-7053-bb98-819645b3d19b-38733f5f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29f388dd-3dd6-8059-ade4-0bd62c44d71c-2c44d6ff {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_29f388dd-3dd6-8059-ade4-0bd62c44d72c-2c44d6ff {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_86593179-04c0-475d-57cf-8e179e0772c0-9e0772bb {
  justify-self: center;
}

#w-node-_86593179-04c0-475d-57cf-8e179e0772db-9e0772bb {
  justify-self: end;
}

#w-node-a193465a-628d-e4c0-a913-35bef71e99c4-14733f6b, #w-node-abb6c207-76df-faee-79b3-0fb85d39fdec-a3733f6d, #w-node-_17e36c09-5990-07e1-29ba-198dbd58d825-1d733f6f, #w-node-aa1b2481-e828-8568-1d35-9709215848c8-30733f73, #w-node-aa1b2481-e828-8568-1d35-9709215848c8-86bf76c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4e127315-a052-4208-d0b5-171ae61713a4-1d733f6f {
    order: 9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_29f388dd-3dd6-8059-ade4-0bd62c44d71c-2c44d6ff {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_29f388dd-3dd6-8059-ade4-0bd62c44d71c-2c44d6ff {
    grid-column: span 3 / span 3;
  }

  #w-node-_86593179-04c0-475d-57cf-8e179e0772e0-9e0772bb {
    justify-self: end;
  }

  #w-node-a193465a-628d-e4c0-a913-35bef71e99bc-14733f6b, #w-node-aa1b2481-e828-8568-1d35-970921584922-86bf76c1 {
    order: 9999;
  }
}


