:root {
  --white: white;
  --crsgreen: #306056;
  --crsyellow: #f9bd32;
  --bodysub: 18px;
  --bodysubh: 20px;
  --crsgray: #eee;
  --bodyt: 20px;
  --bodyth: 26px;
  --lightgreen: #f1f4f3;
  --color: #004042;
  --black: black;
  --progress: 5vw;
}

.whatsapp-float {
  z-index: 9999;
  background-color: #25d366;
  color: var(--white);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  box-shadow: 0 16px 32px #00000029;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
  display: flex;
  position: fixed;
  bottom: 24px;
  right: 24px;
}

.whatsapp-float:hover {
  background-color: #20ba5a;
  transform: translateY(-2px);
  box-shadow: 0 20px 36px #00000033;
}

.whatsapp-float:focus-visible {
  outline: 3px solid #f9bd32;
  outline-offset: 3px;
}

.whatsapp-float svg {
  width: 28px;
  height: 28px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .whatsapp-float {
    width: 56px;
    height: 56px;
    bottom: 18px;
    right: 18px;
  }
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 7vw;
  font-weight: 400;
  line-height: 7.4vw;
}

h2 {
  margin-top: 2vw;
  margin-bottom: 1vw;
  font-size: 50px;
  font-weight: 400;
  line-height: 55px;
}

.section {
  height: 80vh;
  color: var(--white);
  background-color: #01764b;
  background-image: url('../images/landinghero.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 5vw;
  padding-left: 5vw;
  display: flex;
}

.formholder {
  background-color: var(--white);
  width: 30%;
  height: 40vw;
  color: var(--crsgreen);
  border: 1px solid #cdcdcd;
  border-radius: 20px;
  margin-top: -18vw;
  margin-right: 8vw;
  padding: 2vw 3vw;
  font-size: 1.2vw;
  line-height: 1.4vw;
  overflow: hidden;
}

.formholder.twee {
  height: 40vw;
  margin-top: 0;
  padding-top: 1vw;
  position: absolute;
  inset: 15% 0% auto auto;
}

.formholder.twee.dri {
  height: 350px;
  margin-right: 100px;
  padding: 20px 30px;
  position: static;
}

.formholder.home {
  z-index: 100;
  width: 32vw;
  height: 480px;
  margin-top: -143px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.section-2 {
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.div-block-2 {
  height: 42vw;
  padding-top: 1vw;
  font-size: 1.3vw;
  line-height: 1.5vw;
}

.div-block-2.first {
  margin-top: 0;
  position: relative;
}

.div-block-2.bigger {
  height: 46vw;
}

.form {
  overflow: hidden;
}

.back {
  cursor: pointer;
  width: 4vw;
  height: 4vw;
}

.progress {
  opacity: 0;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.div-block-3 {
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: .8vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-4 {
  width: 100%;
  height: 50px;
  position: absolute;
}

.div-block-4.progress {
  background-color: var(--crsgreen);
  width: 5%;
  height: .8vw;
  margin-bottom: 0;
}

.div-block-4.bg {
  background-color: #0cb80047;
  height: .8vw;
}

.div-block-5 {
  width: 4vw;
  height: 4vw;
}

.button {
  background-color: var(--crsyellow);
  color: var(--crsgreen);
  border-radius: 20px;
  padding-left: 3vw;
  padding-right: 3vw;
}

.button.contactpage {
  margin-top: 1vw;
}

.button.vacatures {
  margin-top: 1vw;
  font-weight: 600;
}

.text-block {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.text-block.white {
  color: var(--white);
}

.text-block.foot {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 20px;
}

.field-label {
  font-size: var(--bodysub);
  line-height: var(--bodysubh);
  margin-bottom: .3vw;
  font-weight: 500;
}

.body {
  background-color: var(--crsgray);
  color: var(--crsgreen);
  font-family: Montserrat, sans-serif;
  font-size: var(--bodyt);
  line-height: var(--bodyth);
}

.body.white {
  background-color: var(--white);
}

.div-block-6 {
  justify-content: center;
  align-items: stretch;
  margin-top: 2vw;
  display: flex;
}

.logosection {
  background-color: var(--crsgray);
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-top: -300px;
  padding-top: 15px;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.logosection.allshield {
  justify-content: center;
  margin-top: 0;
  padding-left: 0;
  display: flex;
}

.div-block-7 {
  background-color: var(--white);
  border-radius: 20px;
  width: 55%;
  padding: 1vw;
  display: flex;
}

.div-block-8 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  padding-top: 1vw;
  display: flex;
}

.text-field {
  border-radius: 10px;
}

.code-embed {
  display: none;
}

.topheader {
  z-index: 5;
  background-color: var(--lightgreen);
  color: var(--color);
  justify-content: center;
  align-items: center;
  padding-top: .5vw;
  padding-bottom: .5vw;
  font-size: 1vw;
  line-height: 1.2vw;
  display: flex;
  position: sticky;
}

.div-block-9 {
  justify-content: space-between;
  align-items: center;
  width: 55%;
  display: flex;
}

.linkstyle {
  color: var(--crsgreen);
  font-size: 12px;
  line-height: var(--bodyth);
  text-decoration: none;
}

.linkstyle.headerl {
  font-size: 12px;
}

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

.div-block-10 {
  position: sticky;
}

.div-block-11 {
  position: relative;
}

.navbar {
  position: sticky;
}

.section-3 {
  height: 50vw;
  color: var(--white);
  background-image: linear-gradient(#000, #fff0 34%), linear-gradient(#fff0 57%, #00000087), url('../images/HeroEdit.webp');
  background-position: 0 0, 0 0, 100% 100%;
  background-size: auto, auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 3vw;
  padding-left: 7.5vw;
}

.navbar-2 {
  background-color: var(--white);
  border: 0 solid #000;
  margin-left: 6vw;
}

.section-4 {
  z-index: 999;
  margin-bottom: -9vw;
  padding-top: 0;
  font-weight: 500;
  position: sticky;
  top: 0;
}

.div-block-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.nav-link {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-menu {
  color: var(--crsgreen);
  background-color: #fff;
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 17vw;
  height: 6vw;
  display: flex;
}

.container {
  border: 0 solid #000;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.button-2 {
  background-color: var(--crsyellow);
  width: 14vw;
  color: var(--crsgreen);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 1vw;
  font-weight: 600;
  display: flex;
}

.button-2.new {
  text-align: center;
  width: auto;
  margin-top: 30px;
  padding: 10px;
}

.button-2.ct {
  width: 100%;
  margin-top: 20px;
}

.button-2.wire.white {
  border: 2px solid var(--white);
  background-color: var(--color);
  width: 100%;
  color: var(--white);
  margin-top: 2vw;
}

.button-2.wire.white.small {
  width: 50%;
  margin-right: 1vw;
}

.button-2.wire.white.small.right {
  margin-right: 0;
}

.button-2.wire.white.small.mobileh {
  border-width: 0;
  display: flex;
}

.button-2.wire.white.small.fullwidth {
  width: auto;
  margin-top: 3vw;
  text-decoration: none;
}

.button-2.morep {
  width: 80%;
  margin-top: 30px;
  padding: 10px;
  font-size: 12px;
  line-height: 14px;
}

.button-2.morep.bottombitt {
  width: auto;
  margin-top: 10px;
  padding: 8px 16px;
  font-size: 16px;
}

.button-2.header {
  width: auto;
  min-width: 160px;
  margin-left: 5px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 16px;
}

.button-2.header.nebutton {
  position: absolute;
  inset: auto 5% 5% auto;
}

.button-2.navm {
  display: none;
}

.button-2.fullw {
  width: 25vw;
  font-size: 14px;
  line-height: 20px;
}

.button-2.fullw.tomar {
  background-color: var(--crsgreen);
  color: var(--white);
  margin-top: 1vw;
  font-size: 14px;
  line-height: 20px;
}

.image {
  width: 100%;
}

.paragraph {
  max-width: 30vw;
  font-size: 24px;
  line-height: 28px;
}

.heading {
  color: var(--color);
  font-size: 60px;
  font-weight: 500;
  line-height: 65px;
}

.heading.home {
  color: var(--white);
  font-size: 60px;
  line-height: 56px;
}

.heading.white {
  color: var(--white);
  font-size: 65px;
  line-height: 7vw;
}

.nav-link-2 {
  color: var(--crsgreen);
  padding: 0 18px;
  font-size: 16px;
}

.nav-link-2.w--current {
  color: var(--crsyellow);
}

.radio-button-label {
  font-size: 14px;
  line-height: var(--bodysubh);
  text-align: center;
  font-weight: 400;
}

.radio-button-label-2, .radio-button-field, .radio-button-label-3 {
  font-size: var(--bodysub);
  line-height: var(--bodysubh);
}

.radio-button-field-2 {
  border: 1px solid var(--crsgreen);
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1vw 5px;
  display: flex;
}

.image-2 {
  width: 5.6vw;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.radio-button {
  border: 1px solid var(--color);
  width: 1.5vw;
  height: 1.5vw;
  margin-top: .8vw;
  margin-left: 0;
}

.div-block-14 {
  background-color: var(--white);
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 60px;
  display: flex;
}

.image-3 {
  aspect-ratio: auto;
  width: 16vw;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  margin-top: 1.2vw;
  display: flex;
}

.text-block-2 {
  text-align: center;
  height: 4vw;
  font-size: 12px;
}

.section-5 {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  padding-top: 6vw;
  display: flex;
}

.section-5.holder {
  max-width: 1400px;
  padding-top: 0;
}

.section-5.top {
  padding-top: 0;
}

.section-5.top.twee {
  padding-top: 2vw;
}

.section-5.top.twee.limitedw {
  justify-content: center;
  align-items: stretch;
  max-width: 1536px;
  padding-top: 20px;
}

.section-5.top.new-holder {
  justify-content: center;
  align-items: flex-start;
  max-width: 1568px;
}

.section-5.neawae {
  width: 100%;
}

.div-block-16 {
  width: 50%;
  padding-left: 7.5vw;
  padding-right: 2vw;
}

.div-block-16.right {
  flex-flow: column;
  padding: 2.5vw 5vw 5vw;
  display: flex;
}

.div-block-16.smaller {
  width: 70%;
  padding-right: 0;
}

.div-block-16.smaller.newalinge {
  padding-left: 50px;
}

.div-block-16.news {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.button-3 {
  background-color: var(--color);
  text-align: center;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}

.button-3.bereken {
  margin-top: 2vw;
  margin-right: 1vw;
}

.button-3.bereken.wire {
  border: 2px solid var(--color);
  background-color: var(--white);
  color: var(--color);
}

.button-3.bereken.footer {
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.button-3.bereken.footer2 {
  display: none;
}

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

.paragraph-2 {
  margin-bottom: 2vw;
  font-size: 1.6vw;
  line-height: 1.8vw;
}

.paragraph-2.smal {
  width: 20vw;
}

.div-block-17 {
  background-color: var(--color);
  width: 50%;
  color: var(--white);
  padding: 2vw 5vw 5vw 75px;
}

.div-block-18 {
  background-color: var(--crsgray);
  width: 50%;
}

.text-block-3 {
  color: var(--crsyellow);
  margin-top: -120px;
  font-size: 12vw;
  line-height: 15vw;
}

.div-block-19 {
  margin-bottom: 1vw;
  display: flex;
}

.div-block-20 {
  aspect-ratio: 2 / 3;
  background-image: url('../images/CRS-web-2-33.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: relative;
}

.div-block-20.allshildo {
  background-image: url('../images/allshield-coating.webp');
  background-position: 0%;
}

.image-4 {
  width: 2vw;
  margin-right: 1vw;
}

.text-block-4 {
  margin-top: 2vw;
  margin-bottom: 2vw;
}

.text-block-4.new {
  margin-top: 4vw;
}

.image-5 {
  height: 294.75px;
}

.div-block-21 {
  background-color: var(--white);
  border-radius: 20px;
  width: 33%;
  margin-left: 1vw;
  margin-right: 1vw;
  padding: 2vw;
}

.subh {
  font-weight: 600;
}

.subh.mob {
  display: none;
}

.text-block-5 {
  font-size: var(--bodysub);
}

.image-6 {
  width: 30%;
  margin-bottom: 3vw;
}

.div-block-22 {
  width: 100%;
  max-width: 1568px;
  display: flex;
}

.div-block-22.desktoph {
  display: none;
}

.section-6 {
  margin: 2vw 50px;
}

.div-block-23 {
  background-color: var(--white);
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-left: 1vw;
  margin-right: 1vw;
  padding: 1vw 2vw;
  display: flex;
}

.div-block-23.mobileh {
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.div-block-23.fullw {
  display: block;
}

.div-block-24 {
  width: 100%;
  max-width: 1568px;
  margin-top: 1.5vw;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.div-block-25 {
  aspect-ratio: 1;
  background-image: url('../images/CRS-web-2-34.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: space-between;
  align-items: flex-end;
  width: 33%;
  margin-left: 1vw;
  margin-right: 1vw;
  padding: 2vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-25.b {
  background-image: linear-gradient(0deg, #000000a3, #fff0 55%), url('../images/CRS-web-2-35.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
}

.div-block-25.c {
  background-image: linear-gradient(0deg, #0000008a, #fff0 44%), url('../images/batterij3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
}

.div-block-25.d {
  background-image: url('../images/CRS-web-2-43.jpg');
}

.div-block-25.d.newbg {
  background-image: url('../images/WhatsApp-Image-2024-10-04-at-14.04.59.jpeg');
}

.div-block-25.e {
  background-image: url('../images/CRS-web-2-44.jpg');
}

.div-block-25.e.newbg2 {
  background-image: url('../images/WhatsApp-Image-2024-10-04-at-14.04.55.jpeg');
}

.div-block-25.f {
  background-image: url('../images/CRS-web-2-45.jpg');
}

.div-block-25.f.newbg3 {
  background-image: url('../images/WhatsApp-Image-2024-10-04-at-14.04.56-2.jpeg');
}

.div-block-25.nieuw {
  background-image: url('../images/allshield-coating.jpg');
  text-decoration: none;
}

.div-block-25.nieuw.twee {
  background-image: linear-gradient(0deg, #000000ba, #fff0 54%), url('../images/CRS-web-2-34.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.div-block-25.aa {
  background-image: url('../images/WhatsApp-Image-2024-08-22-at-16.10.58-4.jpeg');
}

.div-block-25.aa.ff {
  background-image: url('../images/WhatsApp-Image-2025-02-24-at-14.56.32.jpeg');
}

.div-block-25.gg {
  background-image: url('../images/WhatsApp-Image-2024-08-22-at-16.10.51-2.jpeg');
}

.div-block-25.gg.ggb {
  background-image: url('../images/WhatsApp-Image-2025-02-24-at-14.03.03.jpeg');
}

.div-block-25.bb {
  background-image: url('../images/WhatsApp-Image-2024-08-22-at-16.10.57-2.jpeg');
}

.div-block-25.bb.cc {
  background-image: url('../images/WhatsApp-Image-2025-02-24-at-14.07.42.jpeg');
  margin-left: 10px;
  margin-right: 10px;
}

.section-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 2vw;
  display: flex;
}

.image-7 {
  z-index: -1;
  width: 100%;
  position: absolute;
}

.div-block-26 {
  width: 100%;
  max-width: 1568px;
  text-decoration: none;
  display: flex;
}

.div-block-27 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 5vw;
  margin-bottom: 5vw;
  display: flex;
}

.div-block-28 {
  background-color: var(--white);
  width: 50%;
  padding: 4vw 4vw 2vw;
  position: relative;
}

.image-8 {
  width: 42%;
  margin-top: -14vw;
  margin-right: 4vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-29 {
  margin-top: 1vw;
  display: flex;
}

.radio-button-field-3 {
  border: 1px solid var(--crsyellow);
  border-radius: 10px;
  margin-right: 1vw;
  padding: 1vw 3vw;
}

.text-field-2 {
  border: 1px solid #000;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 1vw 2vw;
}

.text-block-6 {
  color: var(--crsyellow);
  font-weight: 700;
}

.text-block-6.groen {
  color: var(--crsgreen);
  margin-top: 2vw;
  padding-bottom: .5vw;
}

.text-block-6.extram {
  padding-left: 1vw;
  font-weight: 700;
}

.div-block-30 {
  align-items: center;
  width: 15vw;
  display: flex;
}

.text-block-7 {
  width: 20vw;
  margin-bottom: 4vw;
  font-size: 32px;
  line-height: 32px;
}

.text-block-8 {
  cursor: none;
  margin-left: -4vw;
}

.text-block-9 {
  margin-top: 1.5vw;
}

.link-block {
  width: 12vw;
  min-width: 12vw;
  margin-top: .5vw;
  overflow: hidden;
}

.div-block-31 {
  width: 19vw;
  overflow: hidden;
}

.div-block-31.mobileh {
  z-index: 20;
  position: relative;
}

.div-block-31.desktoph {
  display: none;
}

.link-block-2 {
  overflow: hidden;
}

.div-block-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: grid;
}

.div-block-32.flexi {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9 {
  width: 100px;
}

.image-9.extraw {
  width: 150px;
}

.image-9.hollandsolar {
  width: 80px;
}

.div-block-33 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4vw 50px;
  display: grid;
}

.div-block-34 {
  color: var(--crsgreen);
  justify-content: flex-start;
  align-items: center;
  margin-top: 1vw;
  text-decoration: none;
  display: flex;
}

.div-block-35 {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .5vw;
  display: flex;
}

.link-block-3 {
  color: var(--crsgreen);
  margin-bottom: .5vw;
  text-decoration: none;
}

.link-block-3.w--current {
  text-decoration: underline;
}

.link-block-3.moresp {
  margin-top: 0;
}

.div-block-36 {
  flex-flow: column;
  padding-left: 3vw;
  display: flex;
}

.image-10 {
  width: 120px;
}

.image-10.time {
  margin-left: -3vw;
}

.image-11 {
  width: 4vw;
  margin-right: 1vw;
}

.image-11.phona {
  width: 42px;
}

.div-block-37 {
  width: 100%;
  margin-left: -8vw;
}

.div-block-38 {
  background-color: var(--white);
  border-radius: 20px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.div-block-39 {
  background-color: var(--crsyellow);
  border-radius: 5px;
  padding: .5vw 1vw;
  position: absolute;
  inset: auto 3% 3% auto;
}

.div-block-40 {
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.image-12 {
  width: 20px;
  margin-right: 1vw;
}

.div-block-42 {
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-right: 10px;
  display: flex;
}

.div-block-43 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--color);
  color: var(--white);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2vw;
  font-size: 16px;
  line-height: 18px;
  display: grid;
}

.div-block-44 {
  align-items: center;
  padding-bottom: 1vw;
  display: flex;
}

.div-block-45 {
  height: auto;
  min-height: 320px;
  padding: 10px 30px 16px;
  font-size: 16px;
  line-height: 20px;
}

.div-block-46 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1568px;
  margin-top: 3vw;
  margin-bottom: 5vw;
  padding-left: 20px;
  padding-right: 20px;
  display: grid;
}

.section-8 {
  background-image: url('../images/WhatsApp-Image-2024-08-22-at-16.11.01.jpeg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 65vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-8.allsh {
  background-image: url('../images/1.jpg');
  background-position: 50% 0;
}

.div-block-47 {
  width: 30%;
}

.div-block-48 {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.text-block-10 {
  margin-top: 1vw;
}

.section-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.section-10 {
  padding-top: 0;
}

.div-block-49 {
  width: 100%;
  max-width: 1536px;
  display: flex;
}

.div-block-50 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2vw;
  display: grid;
}

.section-11 {
  background-color: var(--crsgreen);
  color: var(--white);
  background-image: linear-gradient(0deg, #000000c4 7%, #fff0 58%), url('../images/WhatsApp-Image-2024-05-08-at-17.38.01.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 40vw 6vw 4vw;
}

.section-11.rozendaal {
  background-image: linear-gradient(0deg, #000000c4 7%, #fff0 58%), url('../images/sovabedding.webp');
}

.section-11.malden {
  background-image: linear-gradient(0deg, #000000c4 7%, #fff0 58%), url('../images/WhatsApp-Image-2024-08-22-at-16.11.02-1.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section-11.malden.centeredd {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-11.malden.centeredd.barlafood {
  background-image: linear-gradient(0deg, #000000c4 7%, #fff0 58%), url('../images/WhatsApp-Image-2025-04-16-at-11.17.05_1.webp');
}

.text-block-11 {
  font-weight: 600;
}

.section-12 {
  padding: 4vw;
}

.section-12.newholder {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-51 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1568px;
  padding: 2vw 40px;
  font-weight: 500;
  display: grid;
}

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

.image-13 {
  width: 5vw;
  margin-right: 2vw;
}

.section-13 {
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.section-13.newcenter {
  justify-content: center;
  align-items: flex-start;
}

.div-block-53 {
  width: 50%;
  padding-bottom: 2vw;
  padding-left: 0%;
  padding-right: 0%;
}

.div-block-53.green {
  background-color: var(--color);
  color: var(--white);
}

.div-block-53.right {
  padding-left: 40px;
  padding-right: 40px;
}

.image-14 {
  width: 104%;
  margin-left: 0%;
}

.div-block-54 {
  padding: 20px 40px;
}

.section-14 {
  padding: 4vw;
}

.section-15 {
  display: flex;
  overflow: hidden;
}

.section-15.contact {
  margin-top: 3vw;
  padding-top: 5vw;
}

.section-15.newere {
  justify-content: center;
  align-items: flex-start;
}

.div-block-55 {
  background-color: var(--color);
  width: 50%;
  color: var(--white);
  padding: 40px 60px;
}

.div-block-55.team {
  padding-bottom: 6vw;
}

.div-block-55.hoofdkan {
  padding-top: 8vw;
  padding-bottom: 8vw;
}

.div-block-56 {
  background-image: url('../images/landinghero.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.div-block-56.projecto {
  background-image: url('../images/CRS-web-2-42.jpg');
}

.div-block-56.projecto.newbb {
  background-image: url('../images/WhatsApp-Image-2024-08-22-at-16.11.01.jpeg');
}

.div-block-56.projecto.newbb.nieuwe {
  background-image: url('../images/WhatsApp-Image-2025-04-16-at-11.17.05-1_1.webp');
}

.div-block-56.new {
  background-image: url('../images/Vans.jpg');
}

.div-block-56.hoofdkantoor {
  background-image: url('../images/WhatsApp-Image-2024-06-25-at-21.24.56.jpeg');
}

.div-block-56.hoofdkantoor.teamfoto {
  background-image: url('../images/energie.webp');
  background-position: 50%;
}

.section-16 {
  padding-top: 10vw;
  padding-bottom: 10vw;
}

.section-17 {
  padding-top: 3vw;
  padding-bottom: 4vw;
}

.text-block-12 {
  margin-top: 2vw;
}

.section-18 {
  padding-top: 18vw;
  padding-bottom: 10vw;
}

.section-19 {
  padding-top: 3vw;
}

.div-block-57 {
  width: 50%;
  color: var(--color);
  padding-left: 4vw;
  padding-right: 4vw;
}

.div-block-57.riht {
  padding-left: 0;
  padding-right: 4vw;
}

.div-block-57.riht.mores {
  padding-left: 10vw;
  padding-right: 0;
  display: flex;
}

.section-20 {
  padding-top: 8vw;
  padding-bottom: 8vw;
  display: flex;
}

.image-15 {
  width: 100%;
}

.image-15.smallo {
  width: 80%;
}

.heading-2 {
  margin-top: 2vw;
  margin-bottom: 1vw;
}

.link {
  color: var(--crsgreen);
}

.link.leesmeer {
  display: flex;
}

.text-block-13, .form-2 {
  margin-top: 1vw;
}

.field-label-2 {
  font-weight: 500;
}

.field-label-2.extraw {
  margin-top: 2vw;
}

.dropdown-toggle {
  border: 1px solid var(--white);
  color: var(--white);
}

.dropdown-toggle.text-field-3 {
  padding-left: 5vw;
  padding-right: 10vw;
}

.text-block-14 {
  margin-top: 2vw;
  font-weight: 500;
}

.image-16 {
  width: 30%;
  margin-bottom: .5vw;
}

.image-17 {
  width: 2vw;
  margin-right: 1vw;
}

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

.image-18 {
  aspect-ratio: 16 / 9;
  width: 100%;
  overflow: clip;
}

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

.div-block-60 {
  width: 50%;
  margin-right: 10px;
}

.textarea {
  border-radius: 10px;
  height: 150px;
}

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

.mobileh {
  display: block;
}

.div-block-62 {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-16 {
  font-size: 14px;
  line-height: 14px;
}

.heading-4.lessp {
  margin-top: 0;
  margin-bottom: 2vw;
}

.heading-6 {
  font-size: 6.5vw;
  line-height: 7vw;
}

.section-21 {
  height: 5vw;
}

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

.image-20 {
  width: 5vw;
}

.image-21 {
  width: 18%;
  margin-bottom: 1.5vw;
}

.success-message {
  border-radius: 10px;
  margin-top: 1vw;
}

.success-message.offerte {
  color: var(--color);
}

.text-block-18 {
  margin-bottom: .5vw;
  margin-left: -1vw;
  font-weight: 700;
}

.text-block-18._2 {
  margin-top: 2vw;
}

.select-field {
  border-radius: 5px;
}

.div-block-65 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 1vw;
  display: flex;
}

.text-block-19 {
  padding-left: 1vw;
}

.text-block-20 {
  margin-right: 1vw;
}

.text-block-21 {
  margin-top: 2vw;
}

.headersmaller {
  font-size: 6vw;
  line-height: 6.4vw;
}

.heading-8 {
  margin-top: 12vw;
}

.section-22 {
  padding-left: 7.5vw;
  padding-right: 7.5vw;
}

.paragraph-3 {
  padding-right: 5vw;
}

.section-23 {
  background-color: var(--white);
  padding: 4vw 7.5vw;
}

.section-24 {
  height: 50vh;
  color: var(--white);
  background-image: linear-gradient(#00000080, #00000080), url('../images/WhatsApp-Image-2024-05-08-at-17.38.02-5.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 5vw;
  display: flex;
}

.div-block-66 {
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: flex;
}

.image-22, .text-block-22 {
  margin-right: 1vw;
}

.div-block-67 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  padding: 1vw 2vw 0;
  display: flex;
}

.div-block-68 {
  border-left: 2px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
}

.div-block-69 {
  background-color: var(--crsgreen);
  color: var(--white);
  border-radius: 20px;
  margin-top: 1vw;
  margin-bottom: 2vw;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: flex;
}

.text-block-23 {
  font-weight: 600;
}

.image-23 {
  width: 9vw;
  margin-left: -5px;
  padding-left: 0;
}

.paragraph-4 {
  margin-bottom: 3vw;
}

.div-block-70 {
  display: none;
}

.error-message {
  color: var(--color);
}

.link-2 {
  color: var(--white);
  text-decoration: none;
}

.link-2.und {
  text-decoration: underline;
}

.div-block-71 {
  background-color: var(--white);
  border-radius: 20px;
  width: 50%;
  margin-bottom: 4vw;
  margin-right: 4vw;
  padding: 0;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-24 {
  border-radius: 20px;
}

.link-3 {
  color: var(--crsgray);
  margin-left: .5vw;
}

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

.background-video {
  background-image: linear-gradient(90deg, #000000ab, #fff0 59%);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 70vh;
  padding-bottom: 5vw;
  padding-left: 7.5vw;
  display: flex;
}

.section-25 {
  margin-top: 5vw;
}

.image-25 {
  width: 80%;
}

.text-block-25 {
  margin-bottom: 2vw;
}

.div-block-73 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-block-26 {
  color: var(--white);
}

.heading-15 {
  font-size: 60px;
  line-height: 68px;
}

.paragraph-5, .paragraph-6 {
  font-size: 14px;
}

.link-block-4 {
  width: 100%;
}

.div-block-74 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-26 {
  background-color: var(--color);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-weight: 300;
  display: flex;
}

.heading-16 {
  color: var(--white);
  font-weight: 500;
}

.background-video-2 {
  background-image: linear-gradient(0deg, #000, #fff0 54%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 50vw;
  padding-bottom: 3vw;
  display: flex;
}

.background-video-2.homepagevid {
  justify-content: flex-end;
  align-items: center;
}

.div-block-75 {
  width: 100%;
  height: 50vw;
  position: relative;
}

.container-2 {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 100px;
  display: flex;
}

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

.div-block-76 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 1200px;
  display: grid;
}

.div-block-77 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.maxwlim {
  width: 100%;
  max-width: 1568px;
  display: flex;
}

.div-block-79 {
  width: 100%;
  max-width: 1200px;
  padding-left: 50px;
}

.div-block-80 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  max-width: 1580px;
  height: 0;
  display: flex;
}

.div-block-81 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  padding-right: 50px;
  display: flex;
}

.div-block-82 {
  width: 100%;
  max-width: 1200px;
}

.div-block-83 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-84 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-left: 60px;
  display: flex;
}

.image-26 {
  width: 50%;
}

.div-block-85 {
  width: 100%;
  max-width: 1568px;
}

.div-block-86, .div-block-87 {
  width: 100%;
  max-width: 1568px;
  display: flex;
}

.div-block-88 {
  flex-flow: column;
  width: 100%;
  max-width: 860px;
  height: 130vh;
  padding-top: 130px;
  display: flex;
}

.div-block-89 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-17 {
  font-size: 56px;
  line-height: 56px;
}

.div-block-90 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 30px;
  padding-right: 40px;
  display: flex;
}

.div-block-90.help2 {
  width: 40%;
  padding-right: 100px;
}

.div-block-90.experts {
  flex-direction: row;
  align-items: center;
  width: 60%;
}

.div-block-90.experts.mobileshow {
  display: none;
}

.paragraph-7 {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.text-block-33 {
  color: #fdfdfd;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 30px;
  font-size: 24px;
  position: absolute;
  inset: auto auto 10% 0%;
}

.text-block-33.bottom {
  font-size: 20px;
  bottom: 0%;
}

.heading-18 {
  font-weight: 400;
}

.heading-18.help {
  font-size: 40px;
  line-height: 46px;
}

.heading-18.help.experts {
  font-size: 34px;
  line-height: 36px;
}

.div-block-91 {
  aspect-ratio: 1;
  border-radius: 20px;
  width: 60%;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.image-27 {
  width: 100%;
  margin-right: 20px;
}

.div-block-92 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.ctabutton {
  text-align: center;
  background-color: #ff4632;
  border-radius: 100px;
  width: 50%;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}

.ctabutton.ctasecond {
  color: #ff4632;
  background-color: #fff;
  border: 2px solid #ff4632;
  width: auto;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.ctabutton.ctasecond.experts {
  width: auto;
  margin-top: 20px;
  padding: 10px 25px 8px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.sectionmaxw {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1192px;
  margin-top: 120px;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.div-block-93 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-34 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
}

@media screen and (min-width: 1440px) {
  .formholder.twee.dri {
    width: 42%;
    height: auto;
    margin-right: 0;
    padding: 40px;
  }

  .formholder.home {
    width: 350px;
    height: 500px;
    margin-top: -58px;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 20px;
  }

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

  .button {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
    line-height: 20px;
  }

  .text-block {
    margin-bottom: 18px;
    font-size: 28px;
    line-height: 28px;
  }

  .text-block.directadv {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 24px;
  }

  .field-label {
    margin-bottom: 3px;
    font-size: 14px;
  }

  .div-block-7 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .topheader {
    justify-content: center;
    align-items: center;
    padding-right: 50px;
  }

  .div-block-9 {
    width: 40%;
  }

  .linkstyle, .linkstyle.headerl {
    font-size: 14px;
  }

  .section-4 {
    margin-bottom: -10px;
  }

  .button-2.new {
    width: 50%;
  }

  .button-2.morep {
    margin-top: 30px;
    font-size: 16px;
    line-height: 16px;
  }

  .button-2.header {
    width: auto;
    min-width: 200px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 18px;
  }

  .paragraph {
    max-width: 500px;
    font-size: 24px;
    line-height: 28px;
  }

  .heading {
    max-width: 500px;
    font-size: 56px;
    line-height: 60px;
  }

  .heading.home {
    font-size: 66px;
    line-height: 68px;
  }

  .heading.white {
    font-size: 60px;
    line-height: 70px;
  }

  .radio-button-label {
    font-size: 12px;
  }

  .radio-button-field-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-2 {
    width: 60px;
    min-height: auto;
  }

  .radio-button {
    width: 16px;
    height: auto;
    margin-top: 8px;
  }

  .div-block-14 {
    justify-content: center;
    width: 100%;
  }

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

  .text-block-2 {
    height: 50px;
    font-size: 20px;
  }

  .section-5.top.twee.limitedw {
    flex-flow: row;
    justify-content: center;
    align-items: stretch;
    padding-top: 0;
  }

  .section-5.neawae {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 60px;
  }

  .div-block-16 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 60px;
    display: flex;
  }

  .div-block-16.smaller {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 60px;
  }

  .div-block-16.smaller.newalinge {
    padding-left: 60px;
  }

  .button-3 {
    max-width: 600px;
  }

  .paragraph-2 {
    max-width: 600px;
    font-size: 18px;
    line-height: 22px;
  }

  .div-block-17 {
    padding-left: 60px;
    padding-right: 80px;
  }

  .text-block-3 {
    margin-top: -140px;
    font-size: 120px;
    line-height: 180px;
  }

  .div-block-20 {
    aspect-ratio: auto;
    display: flex;
  }

  .image-4 {
    width: 20px;
  }

  .text-block-4 {
    max-width: 600px;
  }

  .div-block-22 {
    max-width: 1568px;
  }

  .section-6 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-24 {
    max-width: 1568px;
  }

  .div-block-26, .div-block-28 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-8 {
    margin-right: 0;
  }

  .link-block {
    width: 120px;
    min-width: 120px;
  }

  .div-block-32.flexi {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-33 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-12 {
    width: 26px;
  }

  .div-block-43 {
    font-size: 18px;
    line-height: 24px;
  }

  .div-block-44 {
    height: 56px;
  }

  .div-block-45 {
    height: auto;
    min-height: 280px;
    padding-right: 3vw;
  }

  .div-block-46 {
    align-items: flex-start;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-49 {
    max-width: 1500px;
  }

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

  .section-13 {
    justify-content: center;
    align-items: center;
  }

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

  .section-15 {
    justify-content: center;
    align-items: stretch;
  }

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

  .div-block-57 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-57.riht {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-20 {
    justify-content: center;
    align-items: center;
  }

  .image-15 {
    max-width: 600px;
  }

  .text-block-16 {
    font-size: 18px;
    line-height: 20px;
  }

  .heading-3 {
    font-size: 60px;
    line-height: 65px;
  }

  .heading-4 {
    font-size: 60px;
    line-height: 66px;
  }

  .heading-5 {
    max-width: 600px;
    font-size: 60px;
    line-height: 66px;
  }

  .text-block-17 {
    max-width: 600px;
  }

  .heading-6 {
    max-width: 500px;
    font-size: 60px;
    line-height: 66px;
  }

  .text-block-21 {
    max-width: 600px;
  }

  .headersmaller {
    font-size: 66px;
    line-height: 70px;
  }

  .text-block-28, .text-block-29 {
    max-width: 600px;
  }

  .heading-14 {
    font-size: 60px;
    line-height: 65px;
  }

  .heading-15 {
    font-size: 60px;
    line-height: 66px;
  }

  .text-block-30, .text-block-31, .text-block-32 {
    max-width: 600px;
  }

  .background-video-2 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .background-video-2.homepagevid {
    height: 80vh;
    padding-bottom: 100px;
  }

  .div-block-75 {
    height: 80vh;
    overflow: hidden;
  }

  .div-block-76 {
    grid-auto-columns: 1fr;
  }

  .div-block-77 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1400px;
    display: flex;
  }

  .div-block-79 {
    max-width: 1568px;
    padding-left: 60px;
  }

  .div-block-80 {
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    max-width: 1400px;
    margin-right: 10vw;
    display: flex;
    position: relative;
  }

  .div-block-81 {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    padding-right: 10px;
    display: flex;
  }

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

  .div-block-82 {
    width: 100%;
    max-width: 1400px;
  }

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

  .div-block-84 {
    max-width: 1563px;
    padding-left: 60px;
  }

  .image-26 {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .formholder {
    height: 45vw;
  }

  .formholder.home {
    height: 56vw;
  }

  .div-block-2 {
    height: auto;
  }

  .logosection {
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .div-block-7 {
    width: 100%;
  }

  .navbar-2 {
    background-color: var(--white);
  }

  .button-2.header {
    display: none;
  }

  .button-2.navm {
    display: flex;
  }

  .div-block-77 {
    width: 100%;
  }

  .div-block-84 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-90.help2 {
    padding-right: 50px;
  }

  .div-block-90.experts {
    padding-left: 0;
    padding-right: 10px;
  }

  .ctabutton.ctasecond {
    width: 60%;
  }

  .ctabutton.ctasecond.experts {
    width: 100%;
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .formholder {
    width: 80%;
    height: 50vw;
    margin-top: -15vw;
    margin-right: 0;
  }

  .formholder.twee.dri {
    width: 50%;
    margin-right: 5vw;
    padding-top: 3vw;
    padding-left: 4vw;
    padding-right: 4vw;
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .formholder.home {
    width: 40vw;
    height: 350px;
    margin-left: 220px;
  }

  .section-2 {
    justify-content: center;
    align-items: center;
  }

  .div-block-2 {
    height: 350px;
  }

  .text-block {
    font-size: 2.5vw;
    line-height: 2.8vw;
  }

  .field-label {
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .logosection {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-left: 0;
    display: flex;
  }

  .div-block-7, .div-block-9 {
    width: 100%;
  }

  .section-3 {
    height: 65vw;
    padding-bottom: 25vw;
  }

  .button-2.new {
    width: auto;
  }

  .button-2.morep {
    width: 25vw;
  }

  .button-2.fullw {
    width: 100%;
  }

  .paragraph {
    font-size: 16px;
  }

  .heading.home {
    font-size: 40px;
    line-height: 40px;
  }

  .heading.white {
    line-height: 60px;
  }

  .radio-button-label {
    font-size: 2vw;
    line-height: 2.4vw;
  }

  .section-5.top.twee.limitedw {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    height: auto;
  }

  .div-block-17 {
    width: 100%;
  }

  .div-block-20 {
    aspect-ratio: auto;
    width: 100%;
    min-height: 500px;
  }

  .div-block-28 {
    width: 100%;
  }

  .div-block-29 {
    flex-flow: column;
  }

  .radio-button-field-3 {
    padding-left: 5vw;
  }

  .div-block-49, .div-block-61 {
    flex-flow: column;
  }

  .text-block-26 {
    font-size: 14px;
  }

  .background-video-2.homepagevid {
    height: 60vw;
  }

  .div-block-90 {
    width: 100%;
    max-width: 560px;
  }

  .div-block-90.help2 {
    width: 80%;
  }

  .div-block-90.experts.mobilehide {
    width: 100%;
  }

  .div-block-92 {
    flex-direction: column;
    align-items: center;
  }

  .ctabutton.ctasecond {
    width: 40%;
  }

  .sectionmaxw {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .formholder {
    width: 85%;
    height: 95vw;
    margin-top: -25vw;
    padding: 4vw 6vw;
  }

  .formholder.twee.dri {
    width: 80%;
    height: auto;
    padding: 5vw 6vw;
  }

  .formholder.home {
    width: 95%;
    height: 105vw;
    margin-top: -32vw;
    margin-left: 0;
  }

  .div-block-2 {
    height: 110vw;
  }

  .button {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .button.contactpage {
    margin-top: 5vw;
  }

  .text-block {
    margin-bottom: 2vw;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .text-block.white {
    font-size: 6vw;
    line-height: 6vw;
  }

  .text-block.white.boldi {
    margin-right: 2vw;
    font-weight: 900;
  }

  .text-block.foot {
    font-size: 4vw;
  }

  .field-label, .body {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .logosection {
    padding-top: 5vw;
  }

  .div-block-7 {
    width: 85vw;
    height: auto;
    padding: 2vw;
  }

  .topheader {
    padding-right: 0;
    display: none;
  }

  .div-block-9 {
    width: 100%;
    padding: 2vw 5vw;
  }

  .linkstyle {
    font-size: 3.5vw;
  }

  .linkstyle.headerl {
    display: none;
  }

  .iconheader {
    width: 5vw;
  }

  .section-3 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/landinghero.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: center;
    align-items: flex-start;
    height: 120vw;
    padding-bottom: 0;
    padding-left: 7.5vw;
    padding-right: 10vw;
  }

  .navbar-2 {
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding-left: 6vw;
    padding-right: 6vw;
    display: flex;
  }

  .nav-menu {
    width: 100vw;
    margin-left: 0;
    padding: 5vw 4vw;
    left: 0%;
  }

  .container {
    background-color: #fff;
    margin-left: 0;
  }

  .button-2 {
    font-size: 3vw;
    line-height: 3.5vw;
    display: block;
  }

  .button-2.new {
    justify-content: center;
    align-items: center;
    width: 40vw;
    display: flex;
  }

  .button-2.ct {
    text-align: center;
    margin-top: 4vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .button-2.wire.white {
    font-size: 4vw;
    line-height: 5vw;
    text-decoration: none;
    display: flex;
  }

  .button-2.wire.white.small {
    margin-right: 3vw;
  }

  .button-2.wire.white.small.mobileh {
    display: none;
  }

  .button-2.morep {
    text-align: center;
    width: 50vw;
  }

  .button-2.header {
    display: none;
  }

  .button-2.navm {
    width: 40%;
    margin-top: 4vw;
    padding-top: 1.5vw;
    padding-bottom: 1.5vw;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .button-2.fullw {
    text-align: center;
    margin-top: 20px;
    padding: 2vw 3vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .paragraph {
    max-width: 100vw;
    font-size: 5vw;
    line-height: 5.5vw;
  }

  .heading {
    font-size: 8vw;
    line-height: 8.6vw;
  }

  .heading.home {
    margin-bottom: 0;
    font-size: 13.5vw;
    line-height: 14vw;
  }

  .heading.white {
    max-width: 40vw;
    font-size: 7vw;
    line-height: 7.6vw;
  }

  .nav-link-2 {
    font-size: 4vw;
    line-height: 8vw;
  }

  .radio-button-label {
    text-align: center;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .radio-button-field-2 {
    padding: 1vw 2vw;
  }

  .image-2 {
    width: 10vw;
  }

  .div-block-13 {
    width: 100%;
  }

  .radio-button {
    width: 4vw;
    height: 4vw;
  }

  .div-block-14 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-15 {
    justify-content: flex-start;
    align-items: center;
    margin-top: 4vw;
  }

  .text-block-2 {
    height: 10vw;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .section-5.top {
    flex-flow: column;
  }

  .section-5.top.twee {
    padding-top: 15vw;
  }

  .section-5.top.twee.limitedw {
    margin-top: 50px;
  }

  .div-block-16 {
    width: 100%;
    padding-left: 7.5vw;
  }

  .div-block-16.right {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }

  .div-block-16.smaller {
    width: 70%;
  }

  .div-block-16.smaller.newalinge {
    padding-left: 30px;
  }

  .div-block-16.news.b {
    width: 40%;
    padding-right: 5vw;
  }

  .button-3 {
    padding-left: 6vw;
    padding-right: 6vw;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .button-3.bereken.berek {
    margin-top: 6vw;
  }

  .button-3.bereken.footer {
    display: none;
  }

  .button-3.bereken.footer2 {
    margin-top: 0;
    margin-bottom: 4vw;
    display: block;
  }

  .paragraph-2 {
    margin-bottom: 4vw;
    font-size: 4vw;
    line-height: 4.6vw;
  }

  .paragraph-2.smal {
    width: 40vw;
  }

  .div-block-17 {
    width: 100%;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }

  .text-block-3 {
    margin-top: -12vw;
    font-size: 25vw;
    font-weight: 600;
    line-height: 18vw;
  }

  .div-block-20 {
    aspect-ratio: 1;
    width: 100%;
    min-height: 260px;
  }

  .div-block-20.allshildo {
    background-position: 0 0;
    min-height: 50vw;
  }

  .text-block-4 {
    margin-top: 5vw;
  }

  .div-block-21 {
    width: 50%;
    padding: 3vw 3vw 4vw;
  }

  .div-block-21.rechts {
    display: none;
    overflow: hidden;
  }

  .div-block-21.rechts.mobile {
    width: 100%;
    display: block;
  }

  .div-block-21.rechts.new {
    flex-flow: column;
    width: 50%;
    display: flex;
  }

  .subh {
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .subh.mob {
    display: block;
  }

  .subh.desktop {
    display: none;
  }

  .text-block-5 {
    margin-top: 2vw;
    font-size: 3vw;
    line-height: 3vw;
  }

  .image-6 {
    width: 50%;
  }

  .div-block-22 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .div-block-22.desktoph {
    margin-top: 2vw;
    margin-bottom: 2vw;
    display: flex;
  }

  .section-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-23 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 3vw 4vw 5vw;
  }

  .div-block-23.fullw {
    width: 100%;
  }

  .div-block-24 {
    margin-top: 2vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .div-block-25 {
    justify-content: space-between;
    width: 100%;
    margin-bottom: 5vw;
    padding-bottom: 5vw;
    padding-left: 5vw;
  }

  .div-block-25.b, .div-block-25.c, .div-block-25.nieuw.twee {
    padding-bottom: 8vw;
  }

  .div-block-25.aa.ff, .div-block-25.gg.ggb {
    margin-left: 0;
  }

  .div-block-25.bb.cc {
    margin-left: 0;
    margin-right: 0;
  }

  .section-7 {
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }

  .div-block-26 {
    flex-flow: column;
    text-decoration: none;
  }

  .div-block-28 {
    width: 100%;
    padding-top: 10vw;
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .image-8 {
    width: 30%;
    margin-top: -90px;
    display: none;
  }

  .radio-button-field-3 {
    align-items: center;
    margin-bottom: 2vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-left: 10vw;
    display: flex;
  }

  .div-block-30 {
    width: 40vw;
  }

  .text-block-7 {
    width: 100%;
    font-size: 5vw;
    font-weight: 600;
    line-height: 4vw;
  }

  .text-block-8 {
    margin-left: 2vw;
  }

  .text-block-9 {
    margin-top: 5vw;
    margin-bottom: 1.5vw;
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .link-block {
    width: 100%;
  }

  .div-block-31 {
    width: 35vw;
  }

  .div-block-31.mobileh {
    display: none;
  }

  .div-block-31.desktoph {
    display: block;
  }

  .div-block-32 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 10vw 7.5vw;
  }

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

  .image-9 {
    width: 22vw;
  }

  .image-9.extraw {
    width: 28vw;
  }

  .image-9.hollandsolar {
    width: 14vw;
  }

  .div-block-33 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 12vw;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
    display: flex;
  }

  .div-block-36 {
    margin-top: 5vw;
    padding-left: 0;
  }

  .image-10 {
    width: 23vw;
    margin-left: 0;
  }

  .image-10.time {
    width: 85%;
    padding-top: 4vw;
  }

  .image-11 {
    width: 8vw;
    margin-left: 7vw;
  }

  .image-11.phona {
    margin-left: 2vw;
  }

  .div-block-38 {
    width: 100%;
    margin-bottom: 5vw;
  }

  .div-block-39 {
    bottom: 7%;
    right: 5%;
  }

  .image-12 {
    width: 3.5vw;
  }

  .div-block-42 {
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-right: 2vw;
  }

  .div-block-43 {
    padding: 4vw;
    font-size: 14px;
    line-height: 16px;
  }

  .div-block-45 {
    height: auto;
    min-height: auto;
    padding: 2vw 4vw 4vw;
    font-size: 14px;
    line-height: 16px;
  }

  .div-block-46 {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
  }

  .section-8 {
    height: 80vw;
  }

  .div-block-48 {
    margin-bottom: 2vw;
  }

  .div-block-49 {
    flex-flow: column;
  }

  .div-block-50 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .div-block-51 {
    grid-template-columns: 1fr 1fr;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .section-13 {
    flex-flow: column;
  }

  .div-block-53.green {
    width: 100%;
  }

  .div-block-53.right {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-54 {
    padding: 15px 20px;
  }

  .section-15 {
    flex-flow: column;
  }

  .div-block-55 {
    width: 100%;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-block-55.team {
    width: 100%;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }

  .div-block-55.hoofdkan {
    width: 100%;
    padding: 10vw 7.5vw 12vw;
  }

  .div-block-56 {
    width: 100%;
    height: 60px;
  }

  .div-block-56.projecto {
    height: 500px;
  }

  .div-block-56.new {
    width: 100%;
    height: 300px;
  }

  .div-block-56.hoofdkantoor {
    width: 100%;
    height: 280px;
  }

  .div-block-56.besparen {
    height: 120px;
  }

  .div-block-57 {
    width: 100%;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }

  .div-block-57.riht {
    padding-top: 4vw;
    padding-left: 7.5vw;
    padding-right: 7.5vw;
  }

  .section-20 {
    flex-flow: column;
  }

  .image-15 {
    margin-top: 5vw;
  }

  .text-block-14 {
    margin-top: 6vw;
    font-size: 6vw;
    line-height: 6vw;
  }

  .image-16 {
    width: 8vw;
    margin-bottom: 2vw;
  }

  .image-17 {
    width: 4.5vw;
    margin-right: 2vw;
  }

  .icon {
    color: var(--crsgreen);
  }

  .menu-button {
    background-color: var(--white);
    margin-left: -5vw;
  }

  .menu-button.w--open {
    background-color: var(--white);
    color: var(--color);
    margin-left: -5vw;
  }

  .mobileh {
    display: none;
  }

  .text-block-15 {
    font-size: 4vw;
    line-height: 4.5vw;
  }

  .text-block-16 {
    font-size: 3vw;
    line-height: 3.4vw;
  }

  .div-block-63 {
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    margin-bottom: 2vw;
    display: flex;
  }

  .div-block-63.footi {
    justify-content: space-between;
    padding-right: 10vw;
  }

  .radio-button-label-4 {
    padding-left: 2vw;
    font-size: 4vw;
  }

  .menu-button-2 {
    color: var(--crsgreen);
  }

  .menu-button-2.w--open {
    background-color: var(--white);
    color: var(--crsgreen);
  }

  .heading-3 {
    margin-bottom: 4vw;
    font-size: 9vw;
    line-height: 8.5vw;
  }

  .heading-4 {
    margin-bottom: 4vw;
    font-size: 8vw;
    line-height: 8.5vw;
  }

  .heading-5 {
    font-size: 8vw;
    line-height: 8.4vw;
  }

  .text-block-17 {
    margin-bottom: 6vw;
  }

  .heading-6 {
    font-size: 9vw;
    line-height: 9.4vw;
  }

  .section-21 {
    background-color: var(--crsgray);
    height: 100px;
  }

  .heading-7 {
    font-size: 8vw;
    font-weight: 500;
    line-height: 8.5vw;
  }

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

  .div-block-64 {
    margin: 2vw 6.5vw;
  }

  .image-19 {
    width: 48px;
  }

  .div-block-66 {
    margin-bottom: 3vw;
  }

  .div-block-67 {
    width: 100%;
    padding: 2vw 6vw;
  }

  .div-block-68 {
    border-left-width: 0;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin-top: 0;
    padding-left: 4vw;
    padding-right: 4vw;
    display: none;
  }

  .div-block-69 {
    flex-flow: column;
    align-items: center;
    margin-bottom: 8vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }

  .text-block-23 {
    margin-bottom: 2vw;
  }

  .image-23 {
    width: 28vw;
    margin-top: .8vw;
  }

  .heading-9 {
    font-size: 10vw;
  }

  .paragraph-4 {
    margin-bottom: 10vw;
  }

  .text-block-24 {
    margin-bottom: 2vw;
  }

  .heading-10 {
    font-size: 6vw;
    font-weight: 700;
    line-height: 7vw;
  }

  .background-video {
    background-image: linear-gradient(0deg, #000000ab, #fff0 59%);
    justify-content: flex-end;
    align-items: flex-start;
    height: 40vh;
  }

  .section-25 {
    margin-top: 8vw;
  }

  .heading-11 {
    margin-top: 8vw;
    font-size: 6vw;
    font-weight: 500;
    line-height: 7vw;
  }

  .heading-12 {
    font-size: 9vw;
    font-weight: 500;
    line-height: 10vw;
  }

  .image-25 {
    width: 100%;
  }

  .heading-13 {
    font-size: 7vw;
    font-weight: 600;
  }

  .text-block-27 {
    display: none;
  }

  .heading-15 {
    font-size: 40px;
    line-height: 42px;
  }

  .section-26 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .background-video-2 {
    justify-content: center;
    align-items: flex-start;
    height: 120vw;
    padding-bottom: 0;
    padding-right: 10vw;
  }

  .background-video-2.homepagevid {
    justify-content: center;
    align-items: center;
    height: 100vw;
  }

  .div-block-75 {
    height: 120vw;
  }

  .container-2 {
    margin-bottom: 40px;
  }

  .maxwlim {
    flex-flow: column;
  }

  .div-block-80 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-84 {
    padding-left: 20px;
  }

  .image-26 {
    width: 100%;
  }

  .div-block-86, .div-block-87 {
    flex-flow: column;
  }

  .div-block-88 {
    padding-top: 0;
  }

  .div-block-90 {
    width: 100%;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-90.help2 {
    width: 100%;
    padding-right: 0;
  }

  .div-block-90.experts {
    width: 100%;
  }

  .div-block-90.experts.mobilehide {
    padding-right: 0;
    display: flex;
  }

  .div-block-90.experts.mobileshow {
    justify-content: center;
    width: 100%;
    margin-top: 40px;
    padding-right: 0;
    display: flex;
  }

  .text-block-33 {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
  }

  .text-block-33.bottom {
    font-size: 12px;
  }

  .heading-18 {
    margin-top: 40px;
  }

  .heading-18.help.experts {
    margin-top: 20px;
  }

  .div-block-91 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .image-27 {
    margin-right: 20px;
  }

  .div-block-92 {
    flex-direction: column;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .ctabutton {
    text-align: center;
    width: 80%;
    position: relative;
    left: 10%;
  }

  .ctabutton.ctasecond {
    width: 70%;
  }

  .ctabutton.ctasecond.experts {
    font-size: 22px;
    left: 0%;
  }

  .sectionmaxw {
    margin-bottom: 60px;
  }

  .sectionmaxw.notomp {
    margin-top: 60px;
  }
}

#w-node-b847f00f-fa74-cad1-a204-9eb2500a4fec-500a4fe4 {
  place-self: start center;
}

#w-node-_6282da3f-e5ab-6dc4-9f4b-ac66e9676565-5251c79d {
  justify-self: center;
}

