@charset "UTF-8";
/*--------------------------------------------------------------
# Definitions 
--------------------------------------------------------------*/
:root {
  --xxxl: 2560px;
  --xxl: 1600px;
  --xl: 1440px;
  --inbetween: 1370px;
  --lg: 1200px;
  --md: 1000px;
  --sm: 768px;
  --xs: 584px;
  --xxs: 400px;
  --desktop-max-width: 1756px;
  --desktop-container-max-width: 1500px;
  /** Fonts **/
  --font-family-body: "DM Sans", sans-serif;
  --font-family-header: "Funnel Sans", sans-serif;
  /** Colors **/
  --c-background: white;
  --c-body: #301D1D;
  --c-placeholder: grey;
  --c-grey: #F7F7F7;
  --c-grey-mid: #DBE1E5;
  --c-grey-dark: #6A6A6A;
  --c-grey-light: #E3E6E9;
  --c-black: #301D1D;
  --c-white: #ffffff;
  --c-blue: #86B4CE;
  --c-orange: #FF7F66;
  --c-hero-bg: #F5F6F7;
  /** Margins & padding **/
  --padding-horizontal: 128px;
  --padding-top-content: 138px;
  --gap-layout: 120px;
  /** Margins text (same on mobile) **/
  --text-margin-vertical-large: 48px;
  --text-margin-vertical-medium: 24px;
}

@media only screen and (max-width: 1300px) {
  :root {
    /** Margins & padding **/
    --padding-horizontal: 64px;
  }
}
@media only screen and (max-width: 1000px) {
  :root {
    /** Margins & padding **/
    --padding-horizontal: 20px;
    --padding-top-content: 90px;
    --gap-layout: 60px;
  }
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.glide--rtl {
  direction: rtl;
}

.glide__arrow {
  position: absolute;
  display: block;
  top: 50%;
  z-index: 2;
  color: white;
  text-transform: uppercase;
  padding: 9px 12px;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 4px;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  text-shadow: 0 0.25em 0.5em rgba(0, 0, 0, 0.1);
  opacity: 1;
  cursor: pointer;
  transition: opacity 150ms ease, border 300ms ease-in-out;
  transform: translateY(-50%);
  line-height: 1;
}
.glide__arrow:focus {
  outline: none;
}
.glide__arrow:hover {
  border-color: white;
}
.glide__arrow--left {
  left: 2em;
}
.glide__arrow--right {
  right: 2em;
}
.glide__arrow--disabled {
  opacity: 0.33;
}
.glide__bullets {
  position: absolute;
  z-index: 2;
  bottom: 2em;
  left: 50%;
  display: inline-flex;
  list-style: none;
  transform: translateX(-50%);
}
.glide__bullet {
  background-color: rgba(255, 255, 255, 0.5);
  width: 9px;
  height: 9px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 300ms ease-in-out;
  cursor: pointer;
  line-height: 0;
  box-shadow: 0 0.25em 0.5em 0 rgba(0, 0, 0, 0.1);
  margin: 0 0.25em;
}
.glide__bullet:focus {
  outline: none;
}
.glide__bullet:hover, .glide__bullet:focus {
  border: 2px solid white;
  background-color: rgba(255, 255, 255, 0.5);
}
.glide__bullet--active {
  background-color: white;
}
.glide--swipeable {
  cursor: grab;
  cursor: -webkit-grab;
}
.glide--dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

.content {
  /* algemene gap heel formulier */
  /* input velden */
  /* fonts gravity form */
  /* submit button */
}
.content .gform-theme--api, .content .gform-theme--framework {
  --gf-color-in-ctrl-primary: var(--c-black) !important;
  --gf-color-danger: #E62F2F !important;
  --gf-label-space-primary: 2px !important;
  --gf-ctrl-border-color-focus: var(--c-blue) !important;
}
.content .gform_button_select_files {
  background-color: var(--c-grey) !important;
}
.content .gform_heading {
  display: none !important;
}
.content .form-title {
  display: flex;
  align-items: center;
}
.content .form-title h2 {
  padding-left: 12px;
}
.content .gfield_label {
  margin-bottom: 4px !important;
}
.content #ft2, .content #ft3, .content #ft4 {
  margin-top: 50px;
}
@media only screen and (max-width: 1000px) {
  .content #ft2, .content #ft3, .content #ft4 {
    margin-top: 44px;
  }
}
.content #ft2 {
  margin-bottom: 16px;
  margin-top: 16px;
}
.content #ft3 {
  margin-bottom: 8px;
}
.content #ft4 {
  margin-bottom: 4px;
}
.content .gfield_required {
  display: none !important;
}
.content .gform_fileupload_rules {
  display: none !important;
}
.content .gform_drop_area {
  border: dashed 1px var(--c-grey-mid) !important;
  border-radius: 10px !important;
  box-shadow: none !important;
}
.content .gform_drop_area::before {
  display: none !important;
}
.content .gform_drop_area .gform_button_select_files {
  background-color: var(--c-blue) !important;
  border-radius: 50px !important;
  padding: 12px 24px !important;
  margin-top: 8px !important;
}
.content #field_1_17 .ginput_container_radio {
  margin-bottom: 4px !important;
}
.content #gfield_description_1_13 {
  transform: translateY(8px) !important;
}
.content .gform_fields {
  row-gap: 16px !important;
}
.content input.gfield-choice-input {
  border: solid 1px var(--c-grey-mid) !important;
  box-shadow: none !important;
}
.content input.gfield-choice-input:focus {
  outline-color: var(--c-blue) !important;
}
.content input[type=text], .content input[type=email], .content input[type=tel], .content textarea {
  padding: 26px 18px !important;
  border: solid 1px var(--c-grey-mid) !important;
  border-radius: 4px !important;
  outline-color: var(--c-blue) !important;
  box-shadow: none !important;
  font-size: 16px !important;
}
.content input[type=text]:focus, .content input[type=email]:focus, .content input[type=tel]:focus, .content textarea:focus {
  outline-color: var(--c-blue) !important;
}
.content input[type=text]::-moz-placeholder, .content input[type=email]::-moz-placeholder, .content input[type=tel]::-moz-placeholder, .content textarea::-moz-placeholder {
  color: var(--c-grey-dark) !important;
}
.content input[type=text]::placeholder, .content input[type=email]::placeholder, .content input[type=tel]::placeholder, .content textarea::placeholder {
  color: var(--c-grey-dark) !important;
}
.content textarea {
  padding: 16px 18px !important;
}
.content .gchoice {
  display: flex !important;
  align-items: center !important;
}
.content .gchoice .gform-field-label--type-inline {
  margin-left: 8px !important;
  transform: translateY(1.8px) !important;
}
.content .gfield_checkbox, .content .gfield_radio {
  gap: 8px !important;
}
.content .ginput_container_checkbox, .content .ginput_container_radio {
  padding-bottom: 24px !important;
}
.content #field_1_17 .ginput_container_radio {
  padding-bottom: 0px !important;
}
.content .gfield_label {
  font-family: var(--font-family-body) !important;
  font-size: 16.5px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 1.5 !important;
  letter-spacing: -0.01em !important;
}
.content .gform_drop_instructions {
  font-family: var(--font-family-body) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 1.6 !important;
  letter-spacing: 0.01em !important;
}
.content .gfield_description {
  font-family: var(--font-family-body) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1 !important;
  letter-spacing: 0.02 !important;
  color: var(--c-grey-dark) !important;
  margin-block-end: 14px !important;
}
.content .gfield_validation_message {
  color: #E62F2F !important;
}
.content .gform-field-label--type-inline {
  font-family: var(--font-family-body) !important;
  font-size: 16.5px !important;
  font-weight: 400 !important;
  font-style: normal !important;
  line-height: 1.6 !important;
  letter-spacing: 0 !important;
}
.content .gform_validation_error .gform_submission_error {
  display: none !important;
}
.content .gform_validation_error .gform_validation_errors {
  padding: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  padding-block: 0 !important;
  margin-block: 0 !important;
  border-radius: 12px !important;
  margin-bottom: 12px !important;
}
.content .gform_validation_error .gform_validation_errors::after {
  content: "Aanvraag mislukt, vul alle velden in" !important;
  font-size: 16px;
  font-weight: 600;
  color: #E62F2F !important;
  padding: 12px 0px !important;
  display: inline-block !important;
}
.content .gform_validation_error .gform_validation_errors:focus {
  outline: none !important;
}
.content .gform-footer {
  margin-top: 64px !important;
}
.content input[type=submit] {
  display: block !important;
  padding: 15px 28px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  border-radius: 100px !important;
  text-align: center !important;
  background-color: var(--c-orange) !important;
  transition: all 0.6s !important;
  width: 100% !important;
  max-width: 100% !important;
  color: var(--c-white) !important;
  text-decoration: none !important;
  font-family: var(--font-family-header) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  font-style: normal !important;
  line-height: 1.11 !important;
  letter-spacing: 0.01em !important;
}
@media only screen and (max-width: 1000px) {
  .content input[type=submit] {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.content input[type=submit]:hover {
  background-color: var(--c-blue) !important;
}
.content input[type=submit]::after {
  content: "" !important;
  background-image: url(../assets/icons/button-arrow-right.svg) !important;
  display: inline-block !important;
  width: 16px !important;
  height: 16px !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  margin-left: 10px !important;
}
.content input[type=submit]:focus {
  outline-color: var(--c-blue) !important;
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
/* ------- defaults & resets -------  */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  background: var(--c-background);
  color: var(--c-black);
  font-family: var(--font-family-body);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
  -webkit-word-break: break-word;
  scroll-behavior: smooth;
  position: relative;
  overflow-x: hidden;
}

.no-scroll {
  overflow-y: hidden;
}

.no-scroll.page-loaded {
  overflow-y: auto;
}

html.menu-active {
  overflow-y: hidden;
}

address {
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

.header-menu-visible button, .layout button, .hero-section button {
  all: unset;
  display: inline-block;
  cursor: pointer;
  font: inherit;
  color: inherit;
  text-align: center;
  background: none;
  border: none;
  padding: 0;
  line-height: 1.3;
}

/* --- ACCESSIBLE OUTLINES: only when user used keyboard (Tab) --- */
/* JS adds `tab-key-active` to <body> */
a:focus,
button:focus {
  outline: none;
}

/* Enable focus outlines only when keyboard navigation is active */
body.tab-key-active a:focus-visible,
body.tab-key-active button:focus-visible {
  outline: 2px solid blue;
  outline-offset: 2px;
}

/* On touch devices, never show outlines (iOS Safari safety net) */
@media (pointer: coarse) {
  a:focus-visible,
  button:focus-visible {
    outline: none !important;
  }
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}

p {
  margin: 0;
}

svg {
  overflow: visible;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font: inherit;
}

ul a {
  padding: 0;
}

/* ------- global styles -------  */
.container--margin-normal {
  padding-left: var(--padding-horizontal);
  padding-right: var(--padding-horizontal);
  width: 100vw;
  max-width: 100%;
}
@media only screen and (min-width: 1756px) {
  .container--margin-normal {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--desktop-container-max-width);
  }
}

.container--full-width {
  width: 100vw;
  max-width: 100%;
}
@media only screen and (min-width: 1756px) {
  .container--full-width {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--desktop-container-max-width);
    overflow-x: hidden;
  }
}

.container--grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1000px) {
  .container--grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

/* layouts */
.layout {
  padding-top: var(--gap-layout);
  padding-bottom: var(--gap-layout);
}

.bg-grey {
  background-color: var(--c-grey);
}

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

.bg-grey + .bg-grey, .bg-white + .bg-white {
  padding-top: 0;
}

/* -- */
div#page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
div#page .content {
  flex: 1;
}

.bg-grey {
  background-color: var(--c-hero-bg);
}

@view-transition {
  navigation: auto;
}
/* class to hide visually but keep available to screen readers (for accessibility) */
.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.mobile {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .mobile {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .desktop {
    display: none;
  }
}

/* archive */
/* latin */
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 100 1000;
  font-display: swap;
  src: url(../assets/fonts/DM-Sans-italic.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url(../assets/fonts/DM-Sans-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Funnel Sans";
  font-style: italic;
  font-weight: 300 800;
  font-display: swap;
  src: url(../assets/fonts/Funnel-Sans-italic.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: "Funnel Sans";
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url(../assets/fonts/Funnel-Sans-normal.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/** headers **/
h1, .h1 {
  font-family: var(--font-family-header);
  font-size: 3.375rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.03em;
}
@media only screen and (max-width: 1300px) {
  h1, .h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 1000px) {
  h1, .h1 {
    font-size: 2.625rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
  }
}

h2, .h2 {
  font-family: var(--font-family-header);
  font-size: 2.625rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1300px) {
  h2, .h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1000px) {
  h2, .h2 {
    font-size: 2.0625rem;
    letter-spacing: -0.01em;
  }
}

h3, .h3 {
  font-family: var(--font-family-header);
  font-size: 1.625rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1000px) {
  h3, .h3 {
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 1000px) {
  .h3-mobile {
    font-family: var(--font-family-header);
    font-size: 1.375rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -0.01em;
  }
}

h4, h5, h6 {
  font-family: var(--font-family-header);
  font-size: 1.625rem;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1000px) {
  h4, h5, h6 {
    font-size: 1.375rem;
  }
}

.font-hero-subtitle {
  font-family: var(--font-family-header);
  font-size: 26px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.01em;
}

/** body fonts **/
p, .font-body-regular, address {
  font-family: var(--font-family-body);
  font-size: 16.5px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0;
}

.font-body-bold {
  font-family: var(--font-family-body);
  font-size: 16.5px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.font-body-small-regular {
  font-family: var(--font-family-body);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

.font-body-small-bold {
  font-family: var(--font-family-body);
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.01em;
}

/** menu fonts **/
.menu .menu-item a {
  font-family: var(--font-family-body);
  font-size: 16.5px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.01em;
  text-decoration: none;
}
@media only screen and (max-width: 1000px) {
  .menu .menu-item a {
    font-family: var(--font-family-header);
    font-size: 1.625rem;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -0.01em;
  }
}

/** quote fonts **/
blockquote p, .font-quote {
  font-family: var(--font-family-body);
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
}

/** buttons fonts **/
.button span, .button {
  font-family: var(--font-family-header);
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: 0.01em;
}

/** font colors **/
.color-white {
  color: var(--c-white);
}

.color-blue {
  color: var(--c-blue);
}

.color-orange {
  color: var(--c-orange);
}

.color-grey-dark {
  color: var(--c-grey-dark);
}

/** links **/
.hyperlink {
  font-family: var(--font-family-header);
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: 0.01em;
  text-decoration: underline;
}
.hyperlink::after {
  content: "";
  background-image: url(../assets/icons/hyperlink-arrow.svg);
  display: inline-block;
  width: 13px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 9px;
}

/* styling of all text inside a WYSIWYG div */
.wsg-text a {
  font-weight: 600;
  text-decoration: underline;
}

.wsg-text.normal-list ul {
  list-style: none;
  padding-left: 25px;
}
.wsg-text.normal-list ul li {
  position: relative;
}
.wsg-text.normal-list ul li:not(:first-of-type) {
  margin-top: 4px;
}
.wsg-text.normal-list ul li::before {
  content: "•";
  position: absolute;
  left: -14px;
  top: 0;
}
.wsg-text.normal-list ol {
  padding-left: 2.5ch; /* ruimte voor max. 2 cijfers + punt */
}
.wsg-text.normal-list ol li {
  list-style-position: outside;
}
.wsg-text.normal-list ol li::marker {
  width: 2ch;
  text-align: right;
}

.wsg-text.checked-list ul {
  margin-left: 18px;
  padding: 0;
}
.wsg-text.checked-list ul li {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 8px;
}
.wsg-text.checked-list ul li:not(:first-of-type) {
  margin-top: 4px;
}
.wsg-text.checked-list ul li::before {
  position: absolute;
  top: 6px;
  left: -26px;
  content: "";
  background-image: url(../assets/icons/check-blue.svg);
  display: inline-block;
  width: 16px;
  height: 12px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.section-hero .wsg-text.checked-list ul li {
  font-family: var(--font-family-body);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--c-grey-dark);
}

.layout-kosten .right .wsg-text.checked-list ul li {
  font-family: var(--font-family-body);
  font-size: 16.5px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.accordion .accordion__unit {
  background-color: white;
  border-radius: 12px;
}
.accordion .accordion__unit:not(:first-of-type) {
  margin-top: 20px;
}
@media only screen and (max-width: 1000px) {
  .accordion .accordion__unit:not(:first-of-type) {
    margin-top: 12px;
  }
}
.accordion .accordion__unit .accordion__unit-inner {
  padding: 16px 20px;
}
@media only screen and (max-width: 1000px) {
  .accordion .accordion__unit .accordion__unit-inner {
    padding: 10px 14px;
  }
}
.accordion .accordion__unit .accordion__unit-inner .accordion__button {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.accordion .accordion__unit .accordion__unit-inner .accordion__button h3 {
  text-align: left;
  max-width: 90%;
}
.accordion .accordion__unit .accordion__unit-inner .accordion__button .icon {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.accordion .accordion__unit .accordion__unit-inner .accordion__button .icon .layer {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion .accordion__unit .accordion__unit-inner .accordion__button .icon .layer .plus, .accordion .accordion__unit .accordion__unit-inner .accordion__button .icon .layer .min {
  transition: opacity 0.4s;
}
.accordion .accordion__unit .accordion__unit-inner .accordion__button .icon .layer .min {
  opacity: 0;
}
.accordion .accordion__unit .accordion__unit-inner .accordion__tekst {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.4s;
}
.accordion .accordion__unit .accordion__unit-inner .accordion__tekst .wsg-text {
  margin-top: 8px;
}
.accordion .accordion__unit .accordion__unit-inner .accordion__tekst .wsg-text p {
  color: var(--c-grey-dark);
}
.accordion .accordion__unit.expanded .accordion__unit-inner .accordion__button .icon .plus {
  opacity: 0;
}
.accordion .accordion__unit.expanded .accordion__unit-inner .accordion__button .icon .min {
  opacity: 1;
}
.accordion .accordion__unit.expanded .accordion__unit-inner .accordion__tekst {
  max-height: 500px;
}

.button {
  display: block;
  padding: 15px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 100px;
  text-align: center;
  background-color: var(--c-orange);
  transition: all 0.6s;
  width: 100%;
  max-width: 100%;
  color: var(--c-white);
  text-decoration: none !important;
}
.button:hover {
  background-color: var(--c-blue);
}
.button::after {
  content: "";
  background-image: url(../assets/icons/button-arrow-right.svg);
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}
@media only screen and (max-width: 1000px) {
  .button {
    width: 100%;
    max-width: 100%;
  }
}

.cky-consent-container {
  font-family: var(--font-family-body) !important;
  box-shadow: none !important;
  color: var(--c-color-body) !important;
}
.cky-consent-container .cky-consent-bar {
  background-color: var(--c-background) !important;
  border: none !important;
}
.cky-consent-container .cky-consent-bar .cky-banner-btn-close {
  top: 20px !important;
  right: 20px !important;
}
.cky-consent-container .cky-notice-btn-wrapper button.cky-btn {
  border: solid 1px var(--c-orange) !important;
  background-color: var(--c-background) !important;
  color: var(--c-orange) !important;
  border-radius: 100px !important;
  padding: 8px 24px !important;
}

.cky-preference-title, .cky-title {
  font-family: var(--font-family-header) !important;
}

.cky-btn-revisit-wrapper {
  display: none !important;
}

.cky-modal .cky-preference-center {
  background-color: var(--c-background) !important;
  font-family: var(--font-family-body) !important;
  color: var(--c-color-body) !important;
}
.cky-modal .cky-preference-center button.cky-btn {
  border: solid 1px var(--c-orange) !important;
  background-color: var(--c-background) !important;
  color: var(--c-orange) !important;
  border-radius: 100px !important;
  padding: 8px 24px !important;
}
.cky-modal .cky-preference-center [data-cky-tag=detail-powered-by] {
  background-color: var(--c-background) !important;
}
.cky-modal .cky-preference-center .cky-footer-shadow {
  display: none;
}

.cky-cookie-audit-table th, .cky-cookie-audit-table td, .cky-cookie-audit-table tr {
  background: none !important;
}

.cky-table-wrapper {
  margin-top: 8px !important;
}

.footer {
  padding-top: 48px;
}
@media only screen and (max-width: 1000px) {
  .footer {
    padding-top: 64px;
  }
}
.footer .footer__inner .footer__top.container--grid > * {
  grid-column: span 4/9;
}
@media only screen and (max-width: 1000px) {
  .footer .footer__inner .footer__top.container--grid > * {
    grid-column: span 2;
  }
}
.footer .footer__inner .footer__top .cta {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding-bottom: 48px;
}
.footer .footer__inner .footer__top .cta h2 {
  text-align: center;
}
.footer .footer__inner .footer__top .cta h2, .footer .footer__inner .footer__top .cta .button {
  max-width: 75%;
}
@media only screen and (max-width: 1400px) {
  .footer .footer__inner .footer__top .cta h2, .footer .footer__inner .footer__top .cta .button {
    max-width: 90%;
  }
}
@media only screen and (max-width: 1000px) {
  .footer .footer__inner .footer__top .cta h2, .footer .footer__inner .footer__top .cta .button {
    max-width: 80%;
  }
}
.footer .footer__inner .footer__bar {
  background-color: var(--c-blue);
}
.footer .footer__inner .footer__bar .footer-bar__inner {
  display: flex;
  gap: 6px;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 1000px) {
  .footer .footer__inner .footer__bar .footer-bar__inner {
    padding-top: 24px;
    flex-direction: column;
    align-items: start;
    gap: 8px;
  }
}
.footer .footer__inner .footer__bar .col {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  .footer .footer__inner .footer__bar .col {
    align-items: start;
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .footer .footer__inner .footer__bar .col:first-of-type {
    padding-bottom: 13px;
    border-bottom: solid 1px var(--c-white);
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1000px) {
  .footer .footer__inner .footer__bar .col:nth-of-type(2) svg, .footer .footer__inner .footer__bar .col:nth-of-type(3) svg {
    transform: translateY(4px) scale(0.8);
  }
}
@media only screen and (max-width: 1000px) {
  .footer .footer__inner .footer__bar .col:nth-of-type(2) p {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 1000px) {
  .footer .footer__inner .footer__bar .col:nth-of-type(3) p {
    margin-left: 15px;
  }
}
.footer .footer__inner .footer__bar .col p {
  margin-left: 10px;
  color: white;
}
@media only screen and (max-width: 1000px) {
  .footer .footer__inner .footer__bar .col svg {
    transform: scale(0.8);
  }
}
.footer .footer__inner .footer__body {
  background-color: var(--c-black);
}
.footer .footer__inner .footer__logo {
  padding-top: 48px;
}
@media only screen and (max-width: 1000px) {
  .footer .footer__inner .footer__middle.container--grid {
    row-gap: 64px;
  }
}
.footer .footer__inner .footer__middle.container--grid > * {
  grid-column: span 3;
}
@media only screen and (max-width: 1000px) {
  .footer .footer__inner .footer__middle.container--grid > * {
    grid-column: span 2;
  }
}
.footer .footer__inner .footer__middle {
  padding-top: 64px;
}
.footer .footer__inner .footer__middle .footer__column {
  border-top: solid 1px var(--c-grey-dark);
  padding-top: 9px;
}
.footer .footer__inner .footer__middle .footer__column h3 {
  padding-bottom: 13px;
}
.footer .footer__inner .footer__middle .footer__column .row:not(:first-of-type) {
  margin-top: 24px;
}
.footer .footer__inner .footer__middle .footer__column .row h4 {
  padding-bottom: 3px;
}
.footer .footer__inner .footer__middle .footer__column .list {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.footer .footer__inner .footer__middle .footer__column .list li a span {
  line-height: 1;
}
.footer .footer__inner .footer__bottom {
  padding-top: 64px;
  padding-bottom: 64px;
}

.page-template-text .footer .footer__top .cta, .page-template-cookie-policy .footer .footer__top .cta, .page-template-contact .footer .footer__top .cta {
  display: none;
}

.grid-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: auto;
  gap: 10px;
}
@media only screen and (max-width: 1000px) {
  .grid-cards {
    display: flex;
    flex-direction: column;
  }
}
.grid-cards .grid-cards__item .image {
  border-radius: 5px;
}

.header-menu-visible {
  position: fixed;
  width: 100vw;
  top: 0;
  z-index: 999;
  background: white;
  border-bottom: solid 1px #eeeeee;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.header-menu-visible .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (max-width: 1000px) {
  .header-menu-visible .header-inner {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}
.header-menu-visible .header-inner .menu-toggle {
  display: none;
  position: fixed;
  right: var(--padding-horizontal);
  z-index: 3;
  border: solid 1px var(--c-grey-mid);
  border-radius: 20px;
  padding: 4px 14px;
}
@media only screen and (max-width: 1000px) {
  .header-menu-visible .header-inner .menu-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
  }
}
.header-menu-visible .header-inner .right {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1000px) {
  .header-menu-visible .header-inner .right {
    position: fixed;
    align-items: start;
    flex-direction: column;
    justify-content: space-between;
    width: 100vw;
    height: 100dvh;
    top: 0;
    left: 0;
    opacity: 0;
    background: white;
    visibility: hidden;
    pointer-events: none;
    overflow-y: auto;
    transition: opacity 0.6s ease, visibility 0s linear 0.6s;
    padding: 100px var(--padding-horizontal) 64px var(--padding-horizontal);
    z-index: -1;
  }
  html.menu-active .header-menu-visible .header-inner .right {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: opacity 0.6s ease, visibility 0s linear 0s;
  }
}
@media only screen and (max-width: 1000px) {
  .header-menu-visible .header-inner .navigation {
    width: 100%;
    flex: 1;
    overflow-y: auto;
  }
}
.header-menu-visible .header-inner .navigation .menu {
  display: flex;
  gap: 32px;
  padding-right: 32px;
}
@media only screen and (max-width: 1000px) {
  .header-menu-visible .header-inner .navigation .menu {
    flex-direction: column;
    gap: 18px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 1000px) {
  .header-menu-visible .header-inner .navigation .menu li {
    border-top: solid 1px var(--c-grey-mid);
    padding-top: 3px;
    display: flex;
    justify-content: end;
  }
}
@media only screen and (max-width: 1000px) {
  .header-menu-visible .header-inner .contact {
    padding-top: 24px;
    width: 100%;
  }
}
.header-menu-visible .header-inner .contact .button {
  width: -moz-fit-content;
  width: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 6px 24px;
  display: block;
}
@media only screen and (max-width: 1000px) {
  .header-menu-visible .header-inner .contact .button {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    padding: 13px 24px;
  }
}
.header-menu-visible .header-inner .contact .button::after {
  display: none;
}
.header-menu-visible .header-inner .contact .button span {
  font-family: var(--font-family-body);
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1000px) {
  .header-menu-visible .header-inner .contact .button span {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1000px) {
  .header-menu-visible .header-inner .contact .button:not(.tel-mobile) {
    background-color: white;
    border: solid 1px var(--c-black);
  }
  .header-menu-visible .header-inner .contact .button:not(.tel-mobile) span {
    color: var(--c-black);
    font-weight: 400;
  }
}
.header-menu-visible .header-inner .contact .tel-mobile {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .header-menu-visible .header-inner .contact .tel-mobile {
    display: block;
    margin-bottom: 10px;
  }
}

html.menu-active {
  overflow: hidden;
}

.svg-hamburger path {
  transition: all 0.6s;
}

html.menu-active .svg-hamburger path:nth-child(1) {
  transform: translateY(-1.8px) translateX(2px) rotate(45deg) scale(0.9);
}
html.menu-active .svg-hamburger path:nth-child(2) {
  opacity: 0;
}
html.menu-active .svg-hamburger path:nth-child(3) {
  transform: translateY(4px) translateX(-4px) rotate(-45deg) scale(0.9);
}

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

.section-hero {
  background-color: var(--c-hero-bg);
  padding-top: var(--padding-top-content);
  padding-bottom: 72px;
}
@media only screen and (max-width: 1000px) {
  .section-hero {
    padding-bottom: 48px;
  }
}
@media only screen and (max-width: 1000px) {
  .section-hero .container--grid {
    row-gap: 48px;
  }
}
.section-hero .container--grid .left {
  grid-column: 1/span 4;
}
@media only screen and (max-width: 1300px) {
  .section-hero .container--grid .left {
    grid-column: 1/span 5;
  }
}
@media only screen and (max-width: 1000px) {
  .section-hero .container--grid .left {
    grid-column: span 2;
  }
}
.section-hero .container--grid .right {
  grid-column: 7/13;
}
@media only screen and (max-width: 1000px) {
  .section-hero .container--grid .right {
    grid-column: span 2;
  }
}
.section-hero .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section-hero .left h1 {
  padding-top: 14px;
  padding-bottom: 32px;
}
@media only screen and (max-width: 1000px) {
  .section-hero .left h1 {
    padding-top: 10px;
    padding-bottom: 24px;
  }
}
.section-hero .left .button {
  width: 90%;
  margin-top: 28px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1000px) {
  .section-hero .left .button {
    width: 100%;
  }
}
.section-hero .left .bel-direct {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}
.section-hero .right .image-wrapper {
  aspect-ratio: 682/600;
  max-height: 60vh;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}
.section-hero .right .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-insects {
  background-color: var(--c-black);
  padding-top: 16px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 1000px) {
  .section-insects {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.section-insects .container--grid {
  gap: 16px;
}
@media only screen and (max-width: 1000px) {
  .section-insects .container--grid {
    gap: 4px;
  }
}
.section-insects .container--grid > * {
  grid-column: span 2;
}
@media only screen and (max-width: 1460px) {
  .section-insects .container--grid > * {
    grid-column: span 4;
  }
}
@media only screen and (max-width: 1000px) {
  .section-insects .container--grid > * {
    grid-column: span 1;
  }
}
.section-insects .row {
  border: solid 1px var(--c-grey-dark);
  border-radius: 4px;
  padding: 1px 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-insects .row p {
  text-align: center;
}

/*--------------------------------------------------------------
# Flexible content
--------------------------------------------------------------*/
.layout-info-cta.has-image {
  padding-top: 64px;
}
@media only screen and (max-width: 1000px) {
  .layout-info-cta.has-image {
    padding-top: 20px;
  }
}
.layout-info-cta.has-image .top {
  padding-bottom: 96px;
}
@media only screen and (max-width: 1000px) {
  .layout-info-cta.has-image .top {
    padding-bottom: 24px;
  }
}
.layout-info-cta .top .image-wrapper {
  aspect-ratio: 1184/600;
  max-height: 60vh;
  width: 100%;
  border-radius: 25px;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .layout-info-cta .top .image-wrapper {
    aspect-ratio: 335/400;
  }
}
.layout-info-cta .top .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 1000px) {
  .layout-info-cta .bottom.container--grid {
    row-gap: 90px;
  }
}
.layout-info-cta .bottom.container--grid .left {
  grid-column: 1/span 5;
}
@media only screen and (max-width: 1000px) {
  .layout-info-cta .bottom.container--grid .left {
    grid-column: span 2;
  }
}
.layout-info-cta .bottom.container--grid .right {
  grid-column: 7/span 4;
}
@media only screen and (max-width: 1000px) {
  .layout-info-cta .bottom.container--grid .right {
    grid-column: span 2;
  }
}
.layout-info-cta .bottom .left h2 {
  margin-bottom: 22px;
}
.layout-info-cta .bottom .left .button {
  background-color: transparent;
  border: solid 1px var(--c-orange);
  width: -moz-fit-content;
  width: fit-content;
  color: var(--c-orange);
}
.layout-info-cta .bottom .left .button span {
  color: var(--c-orange);
}
.layout-info-cta .bottom .left .button:hover {
  background-color: var(--c-orange);
}
.layout-info-cta .bottom .left .button:hover span {
  color: white;
}
.layout-info-cta .bottom .left .button::after {
  display: none;
}
.layout-info-cta .bottom .left .button {
  margin-top: 36px;
  margin-bottom: 16px;
}
.layout-info-cta .bottom .right .row {
  display: flex;
  flex-direction: column;
}
.layout-info-cta .bottom .right .row:not(:first-of-type) {
  margin-top: 30px;
}
.layout-info-cta .bottom .right .row img {
  max-width: 26px;
}
.layout-info-cta .bottom .right .row h3 {
  margin-top: 8px;
  margin-bottom: 5px;
}
.layout-info-cta .bottom .right .wsg-text p {
  color: var(--c-grey-dark);
}
@media only screen and (min-width: 1000px) {
  .layout-info-cta .bottom .right .wsg-text p {
    font-family: var(--font-family-body);
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: 0.02em;
  }
}

.layout-werkwijze .top.container--grid .text-wrapper {
  grid-column: span 5;
}
@media only screen and (max-width: 1450px) {
  .layout-werkwijze .top.container--grid .text-wrapper {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 1000px) {
  .layout-werkwijze .top.container--grid .text-wrapper {
    grid-column: span 2;
  }
}
.layout-werkwijze .top .text-wrapper {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1000px) {
  .layout-werkwijze .top .text-wrapper {
    margin-bottom: 32px;
  }
}
.layout-werkwijze .top .text-wrapper .wsg-text {
  margin-top: 24px;
}
.layout-werkwijze .cards.container--grid {
  gap: 48px;
}
@media only screen and (max-width: 1000px) {
  .layout-werkwijze .cards.container--grid {
    row-gap: 44px;
  }
}
.layout-werkwijze .cards.container--grid .row {
  grid-column: span 4;
}
@media only screen and (max-width: 1000px) {
  .layout-werkwijze .cards.container--grid .row {
    grid-column: span 2;
  }
}
.layout-werkwijze .row .image-wrapper {
  aspect-ratio: 344/216;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .layout-werkwijze .row .image-wrapper {
    aspect-ratio: 335/216;
  }
}
.layout-werkwijze .row .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout-werkwijze .row .title-wrapper {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 14px;
}
.layout-werkwijze .row .title-wrapper img {
  max-width: 32px;
  margin-right: 12px;
}
.layout-werkwijze .row .wsg-text p, .layout-werkwijze .row .wsg-text ul li {
  color: var(--c-grey-dark);
  margin-top: 0px !important;
  font-family: var(--font-family-body);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
.layout-werkwijze .link-wrapper {
  display: flex;
  justify-content: end;
  padding-top: 40px;
}
@media only screen and (max-width: 1000px) {
  .layout-werkwijze .link-wrapper {
    padding-top: 40px;
  }
}

.layout-stappen .top.container--grid .text-wrapper {
  grid-column: span 5;
}
@media only screen and (max-width: 1000px) {
  .layout-stappen .top.container--grid .text-wrapper {
    grid-column: span 2;
  }
}
.layout-stappen .row.container--grid .title-wrapper, .layout-stappen .row.container--grid .wsg-text {
  grid-column: span 6;
}
@media only screen and (max-width: 1000px) {
  .layout-stappen .row.container--grid .title-wrapper, .layout-stappen .row.container--grid .wsg-text {
    grid-column: span 2;
  }
}
.layout-stappen .text-wrapper h2 {
  margin-bottom: 64px;
}
@media only screen and (max-width: 1000px) {
  .layout-stappen .text-wrapper h2 {
    margin-bottom: 48px;
  }
}
.layout-stappen .row {
  padding-top: 20px;
  border-top: solid 1px var(--c-grey-mid);
}
.layout-stappen .row:not(:first-of-type) {
  margin-top: 90px;
}
@media only screen and (max-width: 1000px) {
  .layout-stappen .row:not(:first-of-type) {
    margin-top: 40px;
  }
}
.layout-stappen .row .title-inner {
  display: flex;
  align-items: center;
}
.layout-stappen .row .title-inner img {
  margin-right: 12px;
  max-width: 40px;
}
@media only screen and (max-width: 1000px) {
  .layout-stappen .row .title-inner img {
    max-width: 32px;
  }
}

.layout-kosten .container--grid .left {
  grid-column: 1/span 5;
  align-self: center;
}
@media only screen and (max-width: 1000px) {
  .layout-kosten .container--grid .left {
    grid-column: span 2;
    align-self: unset;
  }
}
.layout-kosten .container--grid .right {
  grid-column: 7/span 6;
}
@media only screen and (max-width: 1000px) {
  .layout-kosten .container--grid .right {
    grid-column: span 2;
  }
}
.layout-kosten .left .left__inner {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.layout-kosten .left .left__inner .wsg-text.klein {
  max-width: 80%;
}
@media only screen and (max-width: 1000px) {
  .layout-kosten .left .left__inner .wsg-text.klein {
    max-width: 100%;
  }
}
.layout-kosten .left .left__inner .wsg-text.klein p {
  font-family: var(--font-family-body);
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: var(--c-grey-dark);
}
.layout-kosten .left .left__inner .bel-direct {
  display: flex;
  flex-wrap: wrap;
}
.layout-kosten .left .left__inner .bel-direct a {
  margin-left: 5px;
}
.layout-kosten .right .card {
  border: solid 1px var(--c-grey-light);
  background-color: var(--c-white);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  padding: 48px 40px 64px 40px;
}
@media only screen and (max-width: 1000px) {
  .layout-kosten .right .card {
    padding: 48px 20px 64px 20px;
  }
}
.layout-kosten .right .font-cost-card-title {
  font-size: 26px;
  line-height: 1;
  letter-spacing: -0.01em;
  padding-top: 20px;
  padding-bottom: 12px;
}
.layout-kosten .right .prijs {
  padding-bottom: 12px;
}
@media only screen and (max-width: 1000px) {
  .layout-kosten .right .prijs {
    font-size: 44px;
  }
}
.layout-kosten .right .kosten-klein {
  padding-bottom: 32px;
}
.layout-kosten .right .wsg-text {
  margin-top: 8px;
  border-top: solid 1px var(--c-grey-light);
  padding-top: 8px;
}
.layout-kosten .right .wsg-text li {
  padding-bottom: 12px;
}
@media only screen and (max-width: 1000px) {
  .layout-kosten .right .wsg-text li {
    font-weight: 400 !important;
  }
}
.layout-kosten .right .button {
  margin-top: 32px;
  margin-bottom: 20px;
}
.layout-kosten .right .klarna {
  display: flex;
  align-items: center;
}

.citaten {
  margin-top: 128px;
}
@media only screen and (max-width: 1000px) {
  .citaten {
    margin-top: 64px;
  }
}
.citaten .citaten__inner {
  background-color: var(--c-grey);
  border-radius: 20px;
  padding: 48px 40px 64px 40px;
}
@media only screen and (max-width: 1000px) {
  .citaten .citaten__inner {
    background-color: white;
    border-radius: none;
    padding: 0;
  }
}
.citaten .citaten__inner h2 {
  padding-bottom: 32px;
}
.citaten .citaten__inner .list.container--grid {
  gap: 48px;
}
@media only screen and (max-width: 1000px) {
  .citaten .citaten__inner .list.container--grid {
    gap: 40px;
  }
}
.citaten .citaten__inner .list.container--grid .row {
  grid-column: span 3;
}
@media only screen and (max-width: 1100px) {
  .citaten .citaten__inner .list.container--grid .row {
    grid-column: span 6;
  }
}
@media only screen and (max-width: 1000px) {
  .citaten .citaten__inner .list.container--grid .row {
    grid-column: span 1;
  }
}
.citaten .citaten__inner .list.container--grid .row-inner {
  margin-top: 12px;
  padding-top: 12px;
  border-top: solid 1px var(--c-grey-light);
}
.citaten .citaten__inner .list.container--grid .row-inner blockquote {
  font-family: var(--font-family-body);
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0;
}

.layout-faq .inner {
  grid-column: 3/11;
}
@media only screen and (max-width: 1000px) {
  .layout-faq .inner {
    grid-column: span 2;
  }
}
.layout-faq .inner .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1000px) {
  .layout-faq .inner .top {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 32px;
    gap: 16px;
  }
}
.layout-faq .inner .top > :only-child {
  margin-inline: auto;
}

.layout-kaartjes .container--grid {
  gap: 20px;
}
.layout-kaartjes .container--grid .row {
  grid-column: span 4;
}
@media only screen and (max-width: 1000px) {
  .layout-kaartjes .container--grid .row {
    grid-column: span 2;
  }
}
.layout-kaartjes .row {
  border-radius: 20px;
  padding: 20px 20px 56px 20px;
}
.layout-kaartjes .row .image-wrapper {
  aspect-ratio: 341/297;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .layout-kaartjes .row .image-wrapper {
    aspect-ratio: 295/297;
  }
}
.layout-kaartjes .row .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.layout-kaartjes .row h3 {
  padding-top: 24px;
  padding-bottom: 18px;
}

.layout-kaartjes.bg-white {
  background-color: white;
}
.layout-kaartjes.bg-white .row {
  background-color: var(--c-grey);
}

.layout-kaartjes.bg-grey {
  background-color: var(--c-grey);
}
.layout-kaartjes.bg-grey .row {
  background-color: white;
}

@media only screen and (max-width: 1000px) {
  .layout-checklist .inner.container--grid {
    row-gap: 0px;
  }
}
.layout-checklist .inner {
  padding: 64px 40px;
  border-radius: 20px;
}
@media only screen and (max-width: 1000px) {
  .layout-checklist .inner {
    padding: 48px 20px;
  }
}
.layout-checklist h2 {
  grid-column: span 3;
  transform: translateY(-9px);
}
@media only screen and (max-width: 1000px) {
  .layout-checklist h2 {
    grid-column: span 2;
    margin-bottom: 32px;
    transform: unset;
  }
}
.layout-checklist ul:first-of-type {
  grid-column: 7/span 3;
}
@media only screen and (max-width: 1250px) {
  .layout-checklist ul:first-of-type {
    grid-column: 5/span 4;
  }
}
@media only screen and (max-width: 1000px) {
  .layout-checklist ul:first-of-type {
    grid-column: span 2;
  }
  .layout-checklist ul:first-of-type li:not(:first-of-type) {
    margin-top: 12px;
  }
}
.layout-checklist ul:nth-of-type(2) {
  grid-column: 10/span 3;
}
@media only screen and (max-width: 1250px) {
  .layout-checklist ul:nth-of-type(2) {
    grid-column: 9/span 4;
  }
}
@media only screen and (max-width: 1000px) {
  .layout-checklist ul:nth-of-type(2) {
    grid-column: span 2;
  }
  .layout-checklist ul:nth-of-type(2) li {
    margin-top: 12px;
  }
}
.layout-checklist ul li {
  display: flex;
  align-items: center;
}
.layout-checklist ul li:not(:first-of-type) {
  margin-top: 12px;
}
.layout-checklist ul li::before {
  content: "";
  background-image: url(../assets/icons/check-large.svg);
  display: inline-block;
  width: 18px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
}
.layout-checklist ul li p {
  font-family: var(--font-family-body);
  font-size: 16.5px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.01em;
}

.layout-checklist.bg-white .inner {
  background-color: var(--c-grey);
}

.layout-checklist.bg-grey .inner {
  background-color: var(--c-white);
}

.layout-tabel .left {
  grid-column: span 5;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 1000px) {
  .layout-tabel .left {
    grid-column: span 2;
  }
}
.layout-tabel .left h2 {
  margin-bottom: 32px;
}
.layout-tabel .right {
  grid-column: 7/span 6;
  align-self: center;
}
@media only screen and (max-width: 1000px) {
  .layout-tabel .right {
    grid-column: span 2;
    align-self: unset;
  }
}
.layout-tabel .right .row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  padding: 5px 0px 13px 0px;
  border-top: solid 1px var(--c-grey-light);
}
@media only screen and (max-width: 1000px) {
  .layout-tabel .right .row {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.layout-tabel .right .row .col:first-of-type {
  grid-column: span 2;
}
@media only screen and (max-width: 1000px) {
  .layout-tabel .right .row .col:first-of-type {
    grid-column: span 1;
  }
}
.layout-tabel .right .row .col:nth-of-type(2) {
  grid-column: span 4;
}
@media only screen and (max-width: 1000px) {
  .layout-tabel .right .row .col:nth-of-type(2) {
    grid-column: span 1;
  }
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
.error404 .h1 {
  margin-bottom: 10px;
}

.page-template-cookie-policy .cookie-policy__text, .page-template-cookie-policy .cookie-policy__table {
  margin-top: 40px;
}
.page-template-cookie-policy .cky-banner-element.button {
  margin-top: 8px;
  margin-bottom: 24px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.page-template-text, .page-template-cookie-policy {
  background-color: var(--c-grey);
}
.page-template-text .content, .page-template-cookie-policy .content {
  padding-top: var(--padding-top-content);
  padding-bottom: 148px;
}
@media only screen and (max-width: 1000px) {
  .page-template-text .content, .page-template-cookie-policy .content {
    padding-bottom: 0px;
  }
}
.page-template-text .container--grid, .page-template-cookie-policy .container--grid {
  row-gap: 0;
}
.page-template-text .titels, .page-template-text .inner, .page-template-text .cookies, .page-template-cookie-policy .titels, .page-template-cookie-policy .inner, .page-template-cookie-policy .cookies {
  grid-column: 3/11;
}
@media only screen and (max-width: 1000px) {
  .page-template-text .titels, .page-template-text .inner, .page-template-text .cookies, .page-template-cookie-policy .titels, .page-template-cookie-policy .inner, .page-template-cookie-policy .cookies {
    grid-column: span 2;
  }
}
.page-template-text .titels, .page-template-cookie-policy .titels {
  margin-bottom: 40px;
}
.page-template-text .titels h1, .page-template-cookie-policy .titels h1 {
  margin-bottom: 12px;
}
@media only screen and (max-width: 1000px) {
  .page-template-text .titels h1, .page-template-cookie-policy .titels h1 {
    margin-bottom: 16px;
  }
}
.page-template-text .inner, .page-template-cookie-policy .inner {
  margin-bottom: 40px;
}
.page-template-text .inner .row:not(:first-of-type), .page-template-cookie-policy .inner .row:not(:first-of-type) {
  margin-top: 40px;
}
.page-template-text .inner .row h2, .page-template-cookie-policy .inner .row h2 {
  padding-bottom: 12px;
}

.page-template-informatie .content .intro {
  padding-top: var(--padding-top-content);
  padding-bottom: 96px;
}
@media only screen and (max-width: 1000px) {
  .page-template-informatie .content .intro {
    padding-bottom: 56px;
  }
}
.page-template-informatie .content .intro .left, .page-template-informatie .content .intro .right {
  grid-column: span 6;
}
@media only screen and (max-width: 1000px) {
  .page-template-informatie .content .intro .left, .page-template-informatie .content .intro .right {
    grid-column: span 2;
  }
}
.page-template-informatie .content .intro h2 {
  margin-bottom: 16px;
}
.page-template-informatie .content .posts {
  padding-bottom: 128px;
}
@media only screen and (max-width: 1000px) {
  .page-template-informatie .content .posts {
    padding-bottom: 64px;
  }
}
.page-template-informatie .content .posts.container--grid {
  row-gap: 64px;
}
@media only screen and (max-width: 1000px) {
  .page-template-informatie .content .posts.container--grid {
    row-gap: 40px;
  }
}
.page-template-informatie .content .posts .card {
  grid-column: span 3;
}
@media only screen and (max-width: 1000px) {
  .page-template-informatie .content .posts .card {
    grid-column: span 1;
  }
}
.page-template-informatie .content .posts .card .image-wrapper {
  aspect-ratio: 281/281;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 1000px) {
  .page-template-informatie .content .posts .card .image-wrapper {
    aspect-ratio: 157/181;
  }
}
.page-template-informatie .content .posts .card .image-wrapper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-informatie .content .posts .card h3 {
  padding: 12px 0px 8px 0px;
}
.page-template-informatie .content .posts .card .hyperlink::after {
  background-image: url(../assets/icons/hyperlink-arrow-grey.svg);
}

/* template contact */
.page-template-contact .contact-wrapper {
  padding-top: var(--padding-top-content);
  padding-bottom: 218px;
}
@media only screen and (max-width: 1000px) {
  .page-template-contact .contact-wrapper {
    padding-bottom: 64px;
  }
}
.page-template-contact .contact-wrapper.container--grid .intro {
  grid-column: span 5;
  grid-row: 1;
}
@media only screen and (max-width: 1000px) {
  .page-template-contact .contact-wrapper.container--grid .intro {
    grid-column: span 2;
  }
}
.page-template-contact .contact-wrapper.container--grid .left {
  grid-column: span 7;
  grid-row: 2;
}
@media only screen and (max-width: 1000px) {
  .page-template-contact .contact-wrapper.container--grid .left {
    grid-column: span 2;
    grid-row: 3;
  }
}
.page-template-contact .contact-wrapper.container--grid .right {
  grid-column: span 5;
  grid-row: 2;
}
@media only screen and (max-width: 1000px) {
  .page-template-contact .contact-wrapper.container--grid .right {
    grid-column: span 2;
    grid-row: 2;
  }
}
.page-template-contact .contact-wrapper .intro .wsg-text {
  padding: 32px 0px 40px 0px;
}
@media only screen and (max-width: 1000px) {
  .page-template-contact .contact-wrapper .intro .wsg-text {
    padding: 24px 0px 16px 0px;
  }
}
.page-template-contact .contact-wrapper .left .form {
  padding: 48px 40px;
  border-radius: 20px;
  background-color: var(--c-white);
}
@media only screen and (max-width: 1000px) {
  .page-template-contact .contact-wrapper .left .form {
    padding: 32px 20px;
  }
}
.page-template-contact .contact-wrapper .left .form .regel-1 {
  padding-top: 12px;
}
.page-template-contact .contact-wrapper .right {
  margin-left: 40px;
  margin-top: 64px;
}
@media only screen and (max-width: 1000px) {
  .page-template-contact .contact-wrapper .right {
    margin: 0;
  }
  .page-template-contact .contact-wrapper .right .intro-2 {
    display: none;
  }
}
.page-template-contact .contact-wrapper .right .intro-2 {
  margin-bottom: 18px;
}
.page-template-contact .contact-wrapper .right .contact-card {
  border: solid 1px var(--c-grey-mid);
  background-color: var(--c-white);
  border-radius: 12px;
  padding: 20px 20px 28px 20px;
}
@media only screen and (max-width: 1000px) {
  .page-template-contact .contact-wrapper .right .contact-card {
    padding: 20px 20px 18px 20px;
  }
}
.page-template-contact .contact-wrapper .right .contact-card:not(:first-of-type) {
  margin-top: 12px;
}
.page-template-contact .contact-wrapper .right .contact-titel {
  display: flex;
  gap: 12px;
  border-bottom: solid 1px var(--c-grey-light);
  padding-bottom: 8px;
  margin-bottom: 24px;
}
.page-template-contact .contact-wrapper .right .contact-button {
  margin-bottom: 16px;
}
.page-template-contact .contact-wrapper .right .contact-button .button {
  background-color: transparent;
  border: solid 1px var(--c-orange);
  width: -moz-fit-content;
  width: fit-content;
  color: var(--c-orange);
}
.page-template-contact .contact-wrapper .right .contact-button .button span {
  color: var(--c-orange);
}
.page-template-contact .contact-wrapper .right .contact-button .button:hover {
  background-color: var(--c-orange);
}
.page-template-contact .contact-wrapper .right .contact-button .button:hover span {
  color: white;
}
.page-template-contact .contact-wrapper .right .contact-button .button::after {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .page-template-contact .contact-wrapper .right .contact-button {
    margin-bottom: 12px;
  }
}
.page-template-contact .contact-wrapper .right .contact-button .button {
  padding: 8px 24px;
}
@media only screen and (max-width: 1000px) {
  .page-template-contact .contact-wrapper .right .contact-button .button {
    width: 100%;
    max-width: 100%;
    justify-content: center;
  }
}
.page-template-contact .contact-wrapper .right .contact-button .button span {
  font-family: var(--font-family-body);
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
.page-template-contact .footer {
  padding-top: 0;
}

/*# sourceMappingURL=main.css.map */