@font-face {
  font-family: Kollektif;
  src: url('../fonts/Kollektif.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kollektif;
  src: url('../fonts/Kollektif-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Kollektif;
  src: url('../fonts/Kollektif-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kollektif;
  src: url('../fonts/Kollektif-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

:root {
  --white: white;
  --satin-sheen-gold: #cd9e44;
  --rust: #d3672b;
  --chestnut: #9d4337;
  --terran-khaki: #a3975d;
  --weldon-blue: #506d72;
  --satin-sheen-gold-dark: #9b6b0e;
  --philippine-gray-dark: #4b4949;
  --terran-khaki-dark: #776e45;
  --chestnut-dark: #5f2019;
  --weldon-blue-dark: #355f66;
  --philippine-gray: #8d8b8b;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kollektif, sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kollektif, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kollektif, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 110%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kollektif, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kollektif, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kollektif, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 110%;
}

p {
  margin-bottom: 0;
  font-family: Kollektif, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

a {
  color: var(--white);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  font-size: 16px;
}

li {
  background-image: url('../images/bullet.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 30px;
  font-family: Kollektif, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.body {
  background-color: var(--satin-sheen-gold);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.nav {
  z-index: 9999;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-bar {
  background-color: var(--rust);
  border-bottom: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  display: flex;
  position: relative;
}

.nav-brand {
  border-right: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  padding-left: 1.88rem;
  padding-right: 1.88rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.nav-links {
  grid-column-gap: 2rem;
  justify-content: center;
  align-items: center;
  padding-top: .1rem;
  display: flex;
}

.body-2 {
  background-color: var(--satin-sheen-gold);
  font-family: Kollektif, sans-serif;
}

.body-2.background-color-red {
  background-color: var(--chestnut);
}

.body-2.background-color-green {
  background-color: var(--terran-khaki);
}

.body-2.background-color-blue {
  background-color: var(--weldon-blue);
}

.nav-link {
  border-bottom: 1px solid #fff0;
  padding-bottom: .1rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
  transition: border-color .2s;
  display: inline-block;
}

.nav-link:hover {
  border-bottom-color: #fff3;
}

.nav-link.underline {
  text-decoration: underline;
}

.nav-btn {
  grid-column-gap: .75rem;
  border-left: 1px solid #fff3;
  justify-content: center;
  align-items: center;
  padding-left: 1.88rem;
  padding-right: 1.88rem;
  font-family: Kollektif, sans-serif;
  font-size: 1.38rem;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.nav-btn-arrow {
  color: #ffffff80;
}

.section {
  border-bottom: 1px solid #fff3;
  width: 100%;
  height: 100vh;
  position: relative;
}

.section.header {
  background-color: var(--satin-sheen-gold);
  width: 100%;
  height: auto;
  padding-top: 5rem;
}

.section.bg-red {
  background-color: var(--satin-sheen-gold);
}

.section.bg-red.h-626 {
  height: auto;
}

.section.bg-red.h-761 {
  height: 52.847vw;
}

.section.bg-red.h-auto {
  height: auto;
}

.section.bg-green {
  background-color: var(--terran-khaki);
}

.section.bg-green.h-761 {
  background-color: var(--satin-sheen-gold);
  height: 52.847vw;
}

.section.bg-grey {
  background-color: var(--satin-sheen-gold);
}

.section.bg-grey.h-658 {
  height: auto;
}

.section.bg-grey.h-708 {
  height: 49vw;
}

.section.bg-blue {
  background-color: var(--weldon-blue);
}

.section.bg-blue.h-auto {
  background-color: var(--satin-sheen-gold);
  height: auto;
}

.section.werkwijze {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 11rem 2.5rem 6rem;
  display: flex;
}

.section.werkwijze-uitleg {
  height: auto;
}

.section.praktisch-tarieven {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 5.38rem 2.5rem 5.31rem;
  display: flex;
}

.section.hide {
  display: none;
}

.section.header-2 {
  background-color: var(--satin-sheen-gold);
  width: 100%;
  height: auto;
  padding-top: 0;
}

.col-wrapper {
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.col-wrapper.tarieven {
  border-bottom: 1px solid #fff3;
  height: 9.1vw;
}

.col-left {
  border-right: 1px solid #fff3;
  width: 53%;
}

.col-left.flex-v {
  flex-direction: column;
  display: flex;
}

.col-right {
  width: 47%;
}

.col-right.relative {
  position: relative;
}

.col-right.relative.flex-v {
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.col-right.relative.flex-v.praktisch {
  grid-row-gap: 0rem;
  justify-content: space-between;
  align-items: stretch;
}

.col-right.relative.overflow-hidden {
  overflow: hidden;
}

.header-col-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.header-col-wrap.overflow-hidden {
  border-left: 1px solid #fff3;
  padding: 11.71em;
  overflow: hidden;
}

.header-btn-wrap {
  border-top: 1px solid #fff3;
  height: 5vw;
  display: flex;
}

.header-btn-wrap.praktisch {
  height: 50%;
}

.header-btn-wrap.werkwijze {
  height: 100%;
}

.header-btn-wrap.border-bot-mobile {
  border-bottom: 1px solid #fff3;
}

.header-btn-wrap.no-marg-top {
  border-top-style: none;
}

.btn-large {
  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;
  font-size: 2.083vw;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
  display: flex;
}

.btn-large.header-btn-left {
  border-right: 1px solid #fff3;
  width: 50%;
  height: 100%;
}

.btn-large.header-btn-left.border-top._53, .btn-large.header-btn-left._53 {
  width: 53%;
}

.btn-large.header-btn-right {
  width: 50%;
  height: 100%;
}

.btn-large.header-btn-right.m-border-bot._47, .btn-large.header-btn-right._47 {
  width: 47%;
}

.btn-large.stretch {
  flex: 1;
}

.btn-large.stretch.padding-werkwijze {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.btn-large.footer {
  justify-content: flex-start;
  padding-top: 2vw;
  padding-bottom: 2vw;
  padding-left: 5.2vw;
}

.btn-large-arrow {
  color: #ffffff80;
}

.btn-large-arrow.mobile {
  display: none;
}

.btn-large-textblock {
  font-size: 1.8vw;
}

.btn-large-textblock.lover {
  color: var(--white);
  font-weight: 700;
}

.btn-large-textblock.voor-wie {
  color: var(--white);
  font-weight: 700;
  line-height: 120%;
}

.btn-large-textblock.voor-wie._2 {
  color: var(--rust);
}

.btn-large-textblock.text-color-rust {
  line-height: 120%;
}

.btn-large-textblock.text-color-rust.text-color-bold {
  font-weight: 700;
}

.header-col-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.header-col-wrapper.tarieven {
  flex: 1;
}

.header-col-wrapper.m-border.header {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.header-col-wrapper.lover {
  padding-top: 5.58rem;
  padding-bottom: 5.58rem;
}

.header-col-wrapper.lover.no-stretch {
  flex: 0 auto;
}

.header-col-wrapper.lover-werkwijze {
  padding-top: 6.63rem;
  padding-bottom: 6.63rem;
}

.header-col-wrapper.voor-wie {
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.header-col-wrapper.header {
  justify-content: flex-start;
  align-items: center;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

.header-col-wrapper.werkwijze {
  border-bottom: 1px solid #fff3;
  padding-top: 5rem;
  padding-bottom: 3rem;
}

.header-title {
  color: var(--satin-sheen-gold-dark);
  font-size: 5.208vw;
}

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

.header-title.text-color-white.smaller {
  font-size: 3.819vw;
}

.header-title.dark-grey {
  color: var(--philippine-gray-dark);
}

.header-title.header {
  line-height: 100%;
}

.header-title.header.small {
  font-size: 4vw;
  line-height: 120%;
}

.header-text-wrapper {
  width: 100%;
  max-width: 25vw;
}

.header-text-wrapper.werkwijze {
  max-width: 45vw;
}

.header-text-wrapper.praktisch {
  max-width: none;
}

.header-title-wrapper {
  margin-top: 3.13rem;
  margin-bottom: 0;
}

.header-p {
  color: var(--satin-sheen-gold-dark);
  max-width: 22.639vw;
  font-size: 1.13rem;
  font-weight: 400;
  line-height: 1.75rem;
}

.header-p.grey, .header-p.dark-grey {
  color: var(--philippine-gray-dark);
}

.header-p.dark-grey.max-w-487 {
  color: var(--rust);
  max-width: 487px;
}

.img-cover {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.text-block {
  opacity: .7;
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 34vw;
  font-family: Kollektif, sans-serif;
  font-size: 3.472vw;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  height: 12vw;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.header-p-wrap.flex-v-30px {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-p-wrap.werkwijze-2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h2 {
  font-size: 3.819vw;
}

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

.h2.text-color-white.smaller {
  font-size: 3.819vw;
}

.h2.dark-red {
  color: var(--rust);
}

.h2.dark-red.center {
  text-align: center;
}

.h2.dark-green {
  color: var(--terran-khaki-dark);
  font-size: 3vw;
}

.h2.dark-grey {
  color: var(--philippine-gray-dark);
}

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

.h2.text-color-rust.h3 {
  font-size: 1.8vw;
}

.h2.text-color-rust.text-align-center {
  text-align: center;
}

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

.text-white.small {
  font-size: 3.819vw;
  display: inline-block;
}

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

.text-white.center h3 {
  line-height: 140%;
}

.text-white.bigger {
  font-size: 5vw;
}

.p {
  font-size: 1rem;
  line-height: 1.6rem;
}

.p.text-white.max-w-430 {
  max-width: 26.88rem;
}

.lover-text {
  color: var(--chestnut-dark);
  font-size: 3.472vw;
  font-weight: 700;
  line-height: 100%;
}

.h2-title-wrapper {
  margin-bottom: 1.5rem;
}

.div-block-5 {
  grid-row-gap: 1.44rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3.62rem;
  padding-bottom: 3.62rem;
  display: flex;
  position: relative;
}

.div-block-5.border-bot {
  border-bottom: 1px solid #fff3;
  flex: 1;
  padding-left: 9.19rem;
  padding-right: 9.19rem;
}

.paragraph {
  color: var(--white);
  text-align: center;
  max-width: 468px;
}

.paragraph.max-352 {
  max-width: 352px;
}

.paragraph.max-w-358 {
  max-width: 22.38rem;
}

.div-block-6 {
  border-radius: 100%;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
}

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

.div-block-7 {
  grid-column-gap: 1.38rem;
  display: flex;
}

.text-block-2 {
  color: var(--rust);
  font-size: 1.13rem;
  line-height: 150%;
}

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

.text-block-2-copy2 {
  color: var(--weldon-blue-dark);
  font-size: 1rem;
  line-height: 150%;
}

.image-2 {
  position: absolute;
  inset: 2.25rem 2.63rem auto auto;
}

.tarief {
  grid-row-gap: 1.88rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 3.62rem;
  padding-bottom: 3.62rem;
  display: flex;
  position: relative;
}

.tarief.border-bot {
  border-bottom: 1px solid #fff3;
  flex: 1;
  padding-left: 5.09rem;
  padding-right: 5.09rem;
}

.text-block-3 {
  color: var(--white);
  height: 2.94rem;
  font-size: 3.88rem;
  line-height: 3rem;
}

.text-span {
  color: var(--chestnut-dark);
  font-size: 1rem;
}

.dark-red {
  color: var(--chestnut-dark);
}

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

.footer {
  background-color: var(--satin-sheen-gold);
  border-bottom: 1px solid #fff3;
  width: 100%;
  height: auto;
  position: relative;
}

.footer.header {
  background-color: var(--satin-sheen-gold);
  width: 100%;
  height: 100vh;
  padding-top: 5rem;
}

.footer.bg-red {
  background-color: var(--chestnut);
}

.footer.bg-red.h-626 {
  height: 44vw;
}

.footer.bg-red.h-761 {
  height: 52.847vw;
}

.footer.bg-red.h-auto {
  height: auto;
}

.footer.bg-green {
  background-color: var(--terran-khaki);
}

.footer.bg-green.h-761 {
  height: 52.847vw;
}

.footer.bg-grey {
  background-color: var(--philippine-gray);
}

.footer.bg-grey.h-658 {
  height: 45.694vw;
}

.footer.bg-grey.h-708 {
  height: 49vw;
}

.footer.bg-blue {
  background-color: var(--weldon-blue);
}

.footer.bg-blue.h-auto {
  height: auto;
}

.footer-col-wrapper {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 6.5vw;
  padding-bottom: 3rem;
  display: flex;
}

.footer-col-wrapper.tarieven {
  flex: 1;
}

.footer-col-wrapper.border-bot {
  border-bottom: 1px solid #fff3;
  padding-top: 6.5vw;
  padding-bottom: 3.3vw;
}

.heading {
  color: var(--rust);
  margin-bottom: 2.5vw;
  font-size: 2.5vw;
}

.heading.no-margin {
  margin-bottom: 0;
}

.heading.no-margin.footer-logo-text {
  color: var(--white);
  text-align: center;
  letter-spacing: 0;
  font-size: 1.5vw;
  line-height: 130%;
  text-decoration: none;
}

.div-block-9 {
  grid-column-gap: 2.38rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.div-block-10 {
  background-color: var(--satin-sheen-gold-dark);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .94rem;
  height: .94rem;
  display: flex;
}

.html-embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.link-block {
  grid-column-gap: .56rem;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.link {
  font-size: 1.13rem;
  line-height: 1.88rem;
  text-decoration: none;
}

.text-block-4 {
  font-size: 1.13rem;
  line-height: 1.88rem;
}

.footer-contact {
  margin-bottom: 3.13rem;
}

.header-col-wrapper-copy {
  grid-row-gap: 3.75rem;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  display: flex;
}

.header-col-wrapper-copy.tarieven {
  flex: 1;
}

.div-block-9-copy2 {
  grid-row-gap: .75rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-2 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.63rem;
}

.div-block-11 {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-12 {
  padding: 4.8vw 5.2vw 2.5vw;
}

.div-block-12.border-bot {
  border-bottom: 1px solid #fff3;
}

.anchor {
  position: absolute;
  inset: -5rem 0% auto;
}

.div-block-13 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-3 {
  width: 100%;
}

.anchor-scroll {
  position: absolute;
  inset: -5rem 0% auto;
}

.nav-m-btn {
  display: none;
}

.btn-large-m-nav {
  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;
  font-size: 2.083vw;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
  display: none;
}

.btn-large-m-nav.header-btn-left {
  border-right: 1px solid #fff3;
  width: 57%;
  height: 100%;
}

.btn-large-m-nav.header-btn-right {
  width: 43%;
  height: 100%;
}

.btn-large-m-nav.stretch {
  flex: 1;
}

.btn-large-m-nav.footer {
  justify-content: flex-start;
  padding-top: 2vw;
  padding-bottom: 2vw;
  padding-left: 5.2vw;
}

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

.h3 {
  font-size: 3.819vw;
}

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

.h3.text-color-white.smaller {
  font-size: 3.819vw;
}

.h3.dark-red {
  color: var(--chestnut-dark);
}

.h3.dark-red.center {
  text-align: center;
}

.h3.dark-green {
  color: var(--terran-khaki-dark);
}

.h3.dark-grey {
  color: var(--philippine-gray-dark);
}

.h4 {
  font-size: 3vw;
}

.praktisch-container {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 50rem;
  display: flex;
}

.div-block-15 {
  color: var(--chestnut-dark);
}

.page-wrapper {
  width: 100%;
  overflow: hidden;
}

.header-p-wrap-copy.flex-v-30px {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.header-p-2 {
  color: var(--satin-sheen-gold-dark);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}

.header-p-2.grey, .header-p-2.dark-grey {
  color: var(--philippine-gray-dark);
}

.header-p-2.dark-grey.max-w-487 {
  max-width: 487px;
}

._1-5 {
  font-size: 1.5rem;
}

.bold-text-2, .bold-text-3, .bold-text-4, .bold-text-5 {
  color: var(--white);
}

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

.text-color-rust {
  color: var(--rust);
}

.text-color-rust.bigger {
  font-size: 1.2rem;
}

.text-color-rust.bold {
  font-weight: 700;
}

.text-color-rust h4 {
  line-height: 150%;
}

.header-img-text {
  color: var(--white);
  text-align: center;
  margin-top: 1em;
  font-size: 1.3rem;
}

.header-img-text.small {
  font-size: 3.819vw;
  display: inline-block;
}

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

.header-img-text.bigger {
  font-size: 5vw;
}

.h2-e {
  text-align: center;
  font-size: 2.5vw;
}

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

.h2-e.text-color-white.smaller {
  font-size: 3.819vw;
}

.h2-e.dark-red {
  color: var(--rust);
}

.h2-e.dark-red.center {
  text-align: center;
}

.h2-e.dark-green {
  color: var(--terran-khaki-dark);
  font-size: 3vw;
}

.h2-e.dark-grey {
  color: var(--philippine-gray-dark);
}

.h2-e.text-white.center {
  text-align: center;
}

.h2-e.text-color-rust.h3 {
  font-size: 1.8vw;
}

.footer-logo-wrap {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  width: 100%;
  max-width: 25vw;
  text-decoration: none;
  display: flex;
}

.footer-logo-wrap.werkwijze {
  max-width: 45vw;
}

.footer-logo-wrap.praktisch {
  max-width: none;
}

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

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

.bold {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .nav-bar {
    height: 4rem;
  }

  .nav-brand {
    z-index: 10;
  }

  .nav-brand-img {
    height: 27px;
  }

  .nav-links {
    z-index: 5;
    background-color: var(--rust);
    flex-direction: column;
    padding-top: 4rem;
    padding-bottom: 8rem;
    display: none;
    position: absolute;
    inset: 4rem 0% auto;
  }

  .nav-link {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 24px;
    line-height: 100%;
  }

  .nav-btn {
    display: none;
  }

  .section.header {
    height: auto;
    padding-top: 4rem;
  }

  .section.bg-red.h-626, .section.bg-green.h-761, .section.bg-grey.h-658, .section.bg-grey.h-708 {
    height: auto;
  }

  .section.werkwijze {
    padding-top: 7.5rem;
    padding-bottom: 2.3rem;
  }

  .section.header-2 {
    height: auto;
  }

  .col-wrapper {
    flex-direction: column;
  }

  .col-wrapper.tarieven {
    height: auto;
  }

  .col-left {
    border-right-style: none;
    width: 100%;
  }

  .col-left.border-bot {
    border-bottom: 1px solid #fff3;
  }

  .col-right.relative, .col-right.relative.flex-v {
    width: 100%;
  }

  .col-right.relative.flex-v.lover {
    grid-row-gap: 4vw;
    border-top: 1px solid #fff3;
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  .col-right.relative.flex-v.praktisch {
    grid-row-gap: 0vw;
    border-top: 1px solid #fff3;
    padding-top: 0;
    padding-bottom: 0;
  }

  .col-right.relative.overflow-hidden {
    width: 100%;
    height: 70vw;
  }

  .col-right.relative.overflow-hidden.not {
    height: auto;
  }

  .col-right.res, .col-right.respon {
    width: 100%;
  }

  .header-col-wrap.overflow-hidden {
    padding-top: 6.41em;
    padding-bottom: 6.41em;
  }

  .header-btn-wrap {
    height: 13vw;
  }

  .header-btn-wrap.praktisch {
    height: 100%;
  }

  .header-btn-wrap.voorwie {
    height: auto;
  }

  .header-btn-wrap.bot-border {
    border-bottom: 1px solid #fff3;
  }

  .btn-large.stretch {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .btn-large.footer {
    justify-content: flex-start;
    padding-top: 6vw;
    padding-bottom: 6vw;
    padding-left: 60px;
  }

  .btn-large-arrow {
    font-size: 18px;
    display: none;
  }

  .btn-large-arrow.mobile {
    line-height: 0%;
    display: block;
  }

  .btn-large-textblock {
    font-size: 23px;
  }

  .header-col-wrapper {
    padding: 40px 60px 50px;
  }

  .header-col-wrapper.m-border {
    border-bottom: 1px solid #fff3;
  }

  .header-col-wrapper.lover {
    border-bottom: 1px solid #fff3;
    padding: 3rem 40px;
  }

  .header-col-wrapper.lover.praktisch {
    border-bottom-style: none;
  }

  .header-col-wrapper.lover-werkwijze {
    padding: 3rem 40px;
  }

  .header-title.text-color-white.smaller {
    font-size: 30px;
  }

  .header-title.dark-grey {
    font-size: 40px;
  }

  .header-title.header {
    font-size: 60px;
    line-height: 110%;
  }

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

  .header-title-wrapper {
    margin-bottom: 30px;
  }

  .header-p {
    max-width: none;
  }

  .img-cover {
    object-position: 50% 10%;
  }

  .img-cover.header {
    object-position: 50% 22%;
  }

  .text-block {
    width: 100%;
    font-size: 7vw;
  }

  .div-block-4 {
    height: 20vw;
  }

  .h2.dark-red, .h2.dark-green, .h2.dark-grey {
    font-size: 40px;
  }

  .h2.text-white.center {
    font-size: 8vw;
  }

  .h2.text-white.center.text-color-rust, .h2.text-color-rust.h3, .h2.text-color-rust.text-align-center {
    font-size: 30px;
  }

  .text-white.small {
    font-size: 50px;
    line-height: 120%;
  }

  .p.text-white.max-w-430 {
    max-width: none;
  }

  .lover-text {
    font-size: 40px;
  }

  .footer-col-wrapper.border-bot {
    padding: 9vw 60px;
  }

  .heading {
    margin-bottom: 30px;
    font-size: 40px;
  }

  .heading.no-margin.footer-logo-text {
    font-size: 4vw;
  }

  .header-col-wrapper-copy {
    border-bottom: 1px solid #fff3;
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-12.border-bot {
    padding: 40px 60px 30px;
  }

  .nav-m-btn {
    cursor: pointer;
    border-left: 1px solid #fff3;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 100%;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .div-block-14 {
    background-color: var(--white);
    width: 30px;
    height: 1px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding: 0;
  }

  .btn-large-m-nav {
    border-top: 1px solid #fff3;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .h3.dark-red, .h3.dark-green, .h3.dark-grey {
    font-size: 40px;
  }

  .header-p-2 {
    max-width: none;
  }

  .header-img-text.small {
    font-size: 50px;
    line-height: 120%;
  }

  .h2-e.dark-red, .h2-e.dark-green, .h2-e.dark-grey {
    font-size: 40px;
  }

  .h2-e.text-white.center {
    font-size: 8vw;
  }

  .h2-e.text-color-rust {
    font-size: 30px;
  }

  .footer-logo-wrap {
    max-width: 70vw;
  }
}

@media screen and (max-width: 767px) {
  .section {
    height: auto;
  }

  .col-wrapper.reverse {
    flex-flow: column-reverse;
  }

  .header-col-wrap.overflow-hidden.test {
    padding-left: 6em;
    padding-right: 6em;
  }

  .header-btn-wrap {
    height: 16vw;
  }

  .header-title.header {
    font-size: 50px;
  }

  .header-text-wrapper.werkwijze {
    max-width: none;
  }

  .h2.text-white.center {
    font-size: 7vw;
  }

  .h2.text-white.center.werkwijze, .text-white.small {
    font-size: 40px;
  }

  .div-block-5.border-bot {
    padding-left: 2.39rem;
    padding-right: 2.39rem;
  }

  .header-img-text.small {
    font-size: 40px;
  }

  .h2-e.text-white.center {
    font-size: 7vw;
  }

  .h2-e.text-white.center.werkwijze {
    font-size: 40px;
  }

  .footer-logo-wrap.werkwijze {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .nav-brand {
    padding-left: 30px;
    padding-right: 30px;
  }

  .nav-link.underline {
    font-size: 18px;
  }

  .section.header {
    border-bottom-style: none;
    padding-top: 4rem;
  }

  .section.bg-blue.h-auto {
    border-bottom-style: none;
  }

  .section.werkwijze {
    padding: 7rem 30px 47px;
  }

  .section.praktisch-tarieven {
    padding: 2.48rem 30px;
  }

  .section.header-2 {
    border-bottom-style: none;
    padding-top: 0;
  }

  .col-right.relative.flex-v.lover {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .col-right.relative.flex-v.praktisch {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-col-wrap.overflow-hidden.test {
    flex-flow: column;
    padding-left: 3em;
    padding-right: 3em;
  }

  .header-btn-wrap {
    border-top-style: none;
    flex-direction: column;
    height: auto;
  }

  .header-btn-wrap.praktisch {
    border-top-style: none;
  }

  .header-btn-wrap.voorwie {
    border-top-style: solid;
    border-bottom: 1px #fff3;
  }

  .header-btn-wrap.border-bot-mobile {
    border-bottom: 1px solid #fff3;
  }

  .header-btn-wrap.bot-border.mob {
    border-top-style: solid;
  }

  .btn-large.header-btn-left {
    border-bottom: 1px solid #fff3;
    border-right-style: none;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .btn-large.header-btn-left.border-top {
    border-top: 1px solid #fff3;
  }

  .btn-large.header-btn-left.border-top._53 {
    width: 100%;
  }

  .btn-large.header-btn-left.m-border-top {
    border-top: 1px solid #fff3;
  }

  .btn-large.header-btn-left._53 {
    width: 100%;
  }

  .btn-large.header-btn-right {
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .btn-large.header-btn-right.m-border-bot {
    border-bottom: 1px solid #fff3;
  }

  .btn-large.header-btn-right.m-border-bot._47, .btn-large.header-btn-right._47 {
    width: 100%;
  }

  .btn-large.stretch {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .btn-large.stretch.border-top, .btn-large.stretch.m-border-top {
    border-top: 1px solid #fff3;
  }

  .btn-large.footer {
    padding: 30px;
  }

  .btn-large-textblock {
    line-height: 115%;
  }

  .header-col-wrapper {
    padding: 30px;
  }

  .header-col-wrapper.m-border, .header-col-wrapper.m-border.header {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header-col-wrapper.lover {
    padding: 30px;
  }

  .header-col-wrapper.lover.praktisch {
    border-bottom-style: none;
  }

  .header-col-wrapper.lover-werkwijze {
    grid-row-gap: 0px;
  }

  .header-col-wrapper.header {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .header-col-wrapper.header.lin {
    border-bottom: 1px solid #fff3;
  }

  .header-title.header {
    font-size: 40px;
  }

  .header-title.header.small {
    font-size: 8vw;
  }

  .div-block-4 {
    height: 25vw;
  }

  .h2 {
    margin-bottom: 1.5rem;
  }

  .h2.dark-red.werkwijze {
    margin-bottom: 10px;
    font-size: 34px;
  }

  .h2.dark-green {
    font-size: 28px;
  }

  .h2.dark-grey {
    margin-bottom: 1.5rem;
  }

  .h2.text-color-rust {
    font-size: 30px;
  }

  .text-white.small {
    font-size: 35px;
  }

  .text-white.bigger {
    font-size: 12vw;
  }

  .lover-text {
    font-size: 30px;
  }

  .h2-title-wrapper {
    margin-bottom: 0;
  }

  .div-block-5.border-bot {
    padding: 40px 30px;
  }

  .image-2 {
    height: 40px;
    display: none;
    top: 30px;
    right: 30px;
  }

  .tarief.border-bot {
    padding: 40px 30px 30px;
  }

  .dark-red.praktisch {
    font-size: 30px;
  }

  .footer {
    overflow: hidden;
  }

  .footer-col-wrapper.border-bot {
    padding: 30px;
  }

  .heading {
    font-size: 23px;
  }

  .div-block-9 {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .footer-contact {
    margin-bottom: 30px;
  }

  .header-col-wrapper-copy {
    padding: 30px;
  }

  .div-block-12.border-bot {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h4.dark-red {
    font-size: 30px;
  }

  .praktisch-container {
    grid-row-gap: 1rem;
  }

  .header-p-2 {
    font-size: 1.2rem;
  }

  .header-img-text.small {
    font-size: 35px;
  }

  .header-img-text.bigger {
    font-size: 12vw;
  }

  .h2-e {
    margin-bottom: 1.5rem;
  }

  .h2-e.dark-red.werkwijze {
    margin-bottom: 10px;
    font-size: 34px;
  }

  .h2-e.dark-green {
    font-size: 28px;
  }

  .h2-e.dark-grey {
    margin-bottom: 1.5rem;
  }
}


@font-face {
  font-family: 'Kollektif';
  src: url('../fonts/Kollektif.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kollektif';
  src: url('../fonts/Kollektif-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Kollektif';
  src: url('../fonts/Kollektif-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kollektif';
  src: url('../fonts/Kollektif-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}