@charset "UTF-8";
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
}

h1, h2, h3, h4 {
  margin: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
  color: inherit;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  src: url("/Fonts/Montserrat-Regular.woff2") format("woff2"), url("/Fonts/Montserrat-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  src: url("/Fonts/Montserrat-Medium.woff2") format("woff2"), url("/Fonts/Montserrat-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  src: url("/Fonts/Montserrat-Bold.woff2") format("woff2"), url("/Fonts/Montserrat-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  font-style: normal;
  src: url("/Fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("/Fonts/Montserrat-ExtraBold.woff") format("woff");
  font-display: swap;
}
:root {
  --main-color: hsl(328, 90%, 47%);
  --magenta: hsl(328, 90%, 47%);
  --orange: hsl(26, 99%, 48%);
  --green-light: hsl(71, 50%, 50%);
  --green: hsl(136, 98%, 33%);
  --green-yellow: hsl(53, 99%, 43%);
  --black: hsl(0, 0%, 0%);
  --white: hsl(0, 0%, 100%);
  --gray: hsl(0, 0%, 71%);
  --gray-light: hsl(0, 0%, 96%);
  --gray-50: hsla(0, 0%, 71%, 50%);
  --gray-20: #f0f0f0;
  --tag: hsla(0, 0%, 44%, 1);
  --main-gradient: linear-gradient(68deg, var(--orange) -25%, var(--magenta) 53%, var(--magenta) 100%);
  --gradient-green: linear-gradient(46deg, var(--green) 0%, var(--green-yellow) 100%);
  --gradient-green-orange: linear-gradient(227deg, var(--orange) 0%, var(--green) 100%);
  --gradient-magenta-green: linear-gradient(225deg, var(--magenta) 0%, var(--green) 100%);
  --gradient-orange: linear-gradient(46deg, var(--orange) 0%, #D8BF01 99%, var(--green-yellow) 100%);
  --gradient-agenda: radial-gradient(circle at 28% 16%, #02A82E 0%, #A8C040 87%);
  --gradient-video: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, #000000 100%);
  --gradient-overzicht: linear-gradient(180deg, rgba(0,0,0,0.00) 0%, hsl(136, 98%, 33%));
  --shadow: 2px 2px 0 var(--black);
  --radius: 2rem;
  --radius-small: 1rem;
  quotes: "“" "”";
  --font-family: "Montserrat", sans-serif;
  --line-height: 1.55;
  --one-rem: 18px;
  --earth: hsl(60, 22%, 97%);
  --m-bottom: 2.5rem;
  --form-cb: url(/images/forms/checkbox-nld.svg);
  --form-checked: url(/images/forms/checked-nld.svg);
  --form-radio: url(/images/forms/radiobutton-nld.svg);
  --form-radio-checked: url(/images/forms/radiobutton-checked-nld.svg);
}
@media (max-width: 767px) {
  :root {
    --m-bottom: 2rem;
  }
}

:is(.thema) {
  --main-gradient: linear-gradient(46deg, var(--green) 0%, var(--green-yellow) 100%);
  --main-color: hsl(136, 98%, 33%);
}

:focus-visible {
  outline: 3px dotted var(--black);
  outline-offset: 2px;
}

h2, h1 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 10 0 10;
}

html {
  font-family: var(--font-family);
  font-size: var(--one-rem);
  color: var(--black);
  font-weight: 400;
  line-height: var(--line-height);
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  font-feature-settings: "liga" 0;
}
@media (max-width: 991px) {
  html {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 16px;
  }
}

h1, h2, h3, h4 {
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 2.7777777778rem;
  font-weight: 800;
  color: var(--main-color);
  text-shadow: var(--shadow);
}
@media (max-width: 767px) {
  h1 {
    font-size: 2.3333333333rem;
  }
}

:is(.home) h1 {
  font-size: 4rem;
}

h2 {
  font-size: 2.7777777778rem;
  font-weight: 800;
  color: var(--main-color);
  line-height: 1.2;
}
@media (max-width: 767px) {
  h2 {
    font-size: 2.3333333333rem;
  }
}

:is(.paragraaf__flex) h2 {
  color: var(--black);
  font-size: 1.6666666667rem;
  font-weight: 700;
}

:is(.footer) h2 {
  font-size: 1.6666666667rem;
  color: var(--white);
}
@media (min-width: 576px) {
  :is(.footer) h2 {
    text-align: center;
  }
}
@media (max-width: 575px) {
  :is(.footer) h2 {
    font-size: 1.75rem;
  }
}

:is(.newsletter) h2 {
  font-size: 1.6666666667rem;
}
@media (min-width: 576px) {
  :is(.newsletter) h2 {
    text-align: center;
  }
}
@media (max-width: 575px) {
  :is(.newsletter) h2 {
    font-size: 1.75rem;
  }
}

:is(.verhaal) h3 {
  font-size: 1.7777777778rem;
  font-weight: 800;
}

h3 {
  font-size: 1.3333333333rem;
  font-weight: 700;
}
@media (max-width: 767px) {
  h3 {
    margin-bottom: 0.5rem;
  }
}

:is(.paragraaf__quote) h3 {
  color: var(--main-color);
  line-height: 1.4;
}

:is(.agenda) h3 {
  font-size: 1.6666666667rem;
  color: var(--main-color);
  line-height: 1.2;
  font-weight: 800;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  /* autoprefixer: off */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 6em;
}
@media (max-width: 1199px) {
  :is(.agenda) h3 {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  :is(.agenda) h3 {
    max-width: 90%;
  }
}

:is(.footer) h3 {
  font-weight: 800;
  color: white;
  font-size: 1.3333333333rem;
}
@media (max-width: 575px) {
  :is(.footer) h3 {
    font-size: 24px;
  }
}

.gradient-text {
  background: var(--main-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

p > a, strong > a {
  color: var(--main-color);
  font-weight: 500;
  text-underline-offset: 0.2em;
  text-decoration-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
p > a:hover, strong > a:hover {
  text-decoration: underline;
  text-decoration-color: var(--main-color);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}

ul li::marker {
  font-size: 0.75rem;
}

.gradient-text::selection,
.footer h1::selection {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  text-shadow: none;
  color: white;
  background-color: var(--magenta);
}

.ervaring, .cta, .checklist, .accordion, .umbraco-forms-form, .overzicht, .search__overzicht, .search, .paragraaf__youtube, .paragraaf__cta {
  margin-bottom: 2rem;
}

html {
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
}

*::selection {
  color: white;
  background-color: var(--main-color);
}

.flex-container {
  width: 100%;
  max-width: 51.1111111111rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: auto;
  align-items: flex-start;
  /*    &:has(.paragraaf__cta) {
          max-width: 66rem;
          justify-content: space-between;
          gap: 1rem;
      }*/
}
.flex-container > .content {
  width: 83.3333333333%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .flex-container > .content {
    width: 100%;
  }
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

.no-scroll {
  position: fixed;
  overflow-y: scroll;
  width: 100%;
}

:root {
  --second-color: var(--white);
  --cookie-bg: var(--main-color);
  --cookie-color: white;
  --cookie-fontsize: 16px;
  --cookie-lineheight: 2;
  --cookie-width: 450px;
  --cookie-height: auto;
  --cookie-fontweight: $bold;
  --cookie-radius: 20px;
  --cookie-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.cookie {
  background-image: var(--main-gradient);
  z-index: 1000000;
  width: var(--cookie-width);
  height: var(--cookie-height);
  background-color: var(--magenta);
  position: fixed;
  right: 2rem;
  bottom: calc(-1 * var(--cookie-height) - 2rem);
  bottom: 2rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  -webkit-animation: slide 0.4s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 0.4s forwards;
  animation-delay: 1s;
  box-shadow: var(--cookie-shadow);
  border-radius: var(--cookie-radius);
}
@-webkit-keyframes slide {
  100% {
    bottom: 2rem;
  }
}
@keyframes slide {
  100% {
    bottom: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .cookie {
    width: 98%;
    right: 1%;
    height: max-content;
    padding: 1rem;
  }
}
.cookie__text {
  font-weight: var(--cookie-fontweight);
  font-size: var(--cookie-fontsize);
  line-height: var(--cookie-lineheight);
  color: var(--cookie-color);
  margin: 0;
}
.cookie__buttons {
  display: inline-flex;
  gap: 1rem;
  width: 100%;
  justify-content: space-evenly;
}
.cookie__btn {
  --btn-color: var(--black);
  --btn-bgcolor: var(--white);
  --hover-bgcolor: var(--white);
  --hover-color: var(--black);
  color: var(--btn-color);
  background-color: var(--btn-bgcolor);
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0.25em;
  text-decoration: none;
  min-width: 150px;
  width: max-content;
  height: 3.2222222222rem;
  border-radius: var(--radius);
  padding: 0 0.5em;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out, all 0.4s ease-in-out;
  box-shadow: var(--shadow);
  flex: none;
}
.cookie__btn:hover {
  color: var(--hover-color);
  background-color: var(--hover-bgcolor);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out, all 0.4s ease-in-out;
  text-decoration: underline;
}
.cookie__bodytext {
  line-height: 2;
  display: inline-block;
  margin: 0 !important;
  font-size: 1rem;
}
.cookie__bodytext--answer {
  margin-left: 1.5rem !important;
}
.cookie__cookie__accordion {
  margin: 0;
  position: relative;
  width: 100%;
}
.cookie__question {
  padding: 1rem 30px 0 0;
  position: relative;
  width: 90%;
  font-weight: 800;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  color: var(--white);
  cursor: pointer;
}
@media only screen and (max-width: 576px) {
  .cookie__question {
    width: 100%;
  }
}
.cookie__close {
  color: var(--black);
  font-size: 36px;
  position: absolute;
  right: 20px;
  top: 10px;
  border: none;
}
.cookie__switch {
  align-items: center;
  display: inline-flex;
  width: 48px !important;
  height: 24px;
  position: absolute !important;
  right: -10%;
  bottom: 0;
}
@media only screen and (max-width: 576px) {
  .cookie__switch {
    right: 0;
  }
}
.cookie__switch-text {
  position: relative;
  right: 5.5555555556rem;
  font-size: 12px;
  flex: none;
}
@media (max-width: 767px) {
  .cookie__switch-text {
    display: none;
  }
}
.cookie__switch input {
  display: none;
}
.cookie__switch input:checked + .cookie__switch-slider {
  background-color: var(--black);
}
.cookie__switch input:focus + .cookie__switch-slider {
  box-shadow: 0 0 1px var(--black);
}
.cookie__switch input:checked + .cookie__switch-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.cookie__switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--gray);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cookie__switch-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  top: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cookie__switch-slider.round {
  border-radius: 34px;
}
.cookie__switch-slider.round:before {
  border-radius: 51%;
}

.cookiemodal {
  --bs-modal-bg: var(--white);
}
.cookiemodal-header {
  align-items: flex-start !important;
  border: none;
}
@media only screen and (max-width: 576px) {
  .cookiemodal-header {
    padding: 0 0 1rem;
  }
}
.cookiemodal-open {
  padding: 0 !important;
}
.cookiemodal-dialog {
  max-width: 100%;
}
.cookiemodal-content {
  padding: 1rem 1.5rem;
  box-shadow: var(--cookie-shadow);
  border-radius: var(--radius);
  background-image: var(--main-gradient);
  width: 95%;
  max-width: 42.6666666667rem;
  margin: auto;
}
@media only screen and (max-width: 576px) {
  .cookiemodal-content {
    padding: 1rem;
  }
}
.cookiemodal-body {
  padding: 0 1rem;
}
@media only screen and (max-width: 576px) {
  .cookiemodal-body {
    padding: 0;
  }
}
.cookiemodal-title {
  margin: 0;
  color: var(--white);
  font-size: 2rem;
}

.modal-backdrop {
  z-index: 100000 !important;
}

.footer__logo, .footer__socials > a, .footer__items > a {
  color: var(--white);
  text-underline-offset: 0.2em;
  text-decoration-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.footer__logo:hover, .footer__socials > a:hover, .footer__items > a:hover {
  text-decoration: underline;
  color: var(--main-color);
  text-decoration-color: var(--main-color);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}

:is(.thema) .footer {
  background: linear-gradient(68deg, var(--orange) -25%, var(--magenta) 53%, var(--magenta) 100%);
}

.footer {
  background: linear-gradient(227deg, rgba(168, 192, 64, 0) -28.4%, hsl(81.73, 63.47%, 46.52%) 110.46%), var(--Groen, #02A82E);
  color: white;
  width: 100%;
  position: relative;
  padding: 2rem 0 1rem;
}
.footer__top {
  display: grid;
  justify-items: center;
  grid-gap: 1rem;
  margin: 0 0 1.5rem;
}
@media (max-width: 575px) {
  .footer__top {
    justify-items: start;
  }
  .footer__top > a {
    margin: 0;
  }
}
.footer__main {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}
.footer__items {
  width: calc(33% - 1.5rem);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 575px) {
  .footer__items {
    width: 100%;
  }
}
.footer__socials {
  display: grid;
  gap: 0.5rem;
}
.footer__socials > a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 575px) {
  .footer__socials {
    display: flex;
    flex-wrap: wrap;
  }
  .footer__socials > a {
    width: calc(50% - 0.5rem);
  }
}
@media (min-width: 576px) {
  .footer__logo {
    position: absolute;
    bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .footer__logo {
    position: relative;
    margin: 2rem auto 1rem;
    display: block;
    width: max-content;
  }
}

:root {
  --text-height-mobile: 25vh;
}
@media (max-width: 575px) {
  :root {
    --text-height-mobile: 15vh;
  }
}

.header {
  position: relative;
  bottom: 3px;
  height: 830px;
  max-height: 830px;
  background-image: var(--main-gradient);
  width: 100%;
  margin-bottom: 3rem;
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 767px) {
  .header:has(picture) {
    background-image: none;
  }
}
@media (max-width: 991px) {
  .header {
    overflow: visible;
  }
}
@media (max-width: 767px) {
  .header {
    overflow: visible;
    height: 100%;
    max-height: 100%;
    display: inline-block;
    margin-bottom: calc(var(--text-height-mobile) * -1 + 2rem);
    width: 100%;
  }
}
@media (max-width: 575px) {
  .header {
    margin-bottom: -3rem;
  }
}
.header:after {
  background-image: url("/images/camp/aaai.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  mix-blend-mode: lighten;
  z-index: 1;
}
@media (max-width: 991px) {
  .header:after {
    display: none;
  }
}
.header:before {
  background-image: url("/images/camp/aarrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 15px;
  left: -10px;
  z-index: 10000;
  content: "";
  width: 100%;
  height: 43px;
}
@media (max-width: 991px) {
  .header:before {
    display: none;
  }
}
.header picture {
  width: 55vw;
  position: absolute;
  height: 830px;
}
.header picture:before {
  opacity: 0.5;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  background-size: cover;
  position: absolute;
  top: -2rem;
  left: 0;
  content: "";
  width: 100%;
  height: 8.3333333333rem;
  z-index: 1;
}
@media (max-width: 991px) {
  .header picture:before {
    height: 19.4444444444rem;
    top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header picture {
    width: 50vw;
  }
}
@media (max-width: 767px) {
  .header picture {
    width: 100%;
    height: auto;
    aspect-ratio: 9/16;
    position: relative;
    display: block;
    max-height: 41.1111111111rem;
  }
}
.header picture img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .header picture img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 1921px) {
  .header picture img {
    width: 100%;
    max-width: none;
  }
}
.header picture img.img-top {
  object-position: top;
}
.header picture img.img-bottom {
  object-position: bottom;
}
.header picture + .header__text {
  background-image: var(--main-gradient);
  float: right;
  padding: 0 4rem 0 2rem;
  width: 45vw;
  place-content: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: var(--white);
  z-index: 10000;
  position: relative;
  height: 100%;
  max-width: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header picture + .header__text {
    width: 50vw;
    padding: 4rem 1rem;
    height: calc(100% + 3rem);
  }
}
@media (max-width: 767px) {
  .header picture + .header__text {
    width: calc(100% - 3rem);
    bottom: var(--text-height-mobile);
    height: 100%;
    padding: 2rem;
  }
}
@media (max-width: 575px) {
  .header picture + .header__text {
    width: calc(100% - 1rem);
  }
}
@media (max-width: 413px) {
  .header picture + .header__text {
    bottom: 12rem;
    margin-bottom: -6rem;
  }
}
.header__text {
  min-height: 22.2222222222rem;
  max-width: 960px;
  padding: 0 4rem 0 10rem;
  place-content: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  color: var(--white);
  z-index: 10000;
  position: relative;
  height: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header__text {
    padding: 4rem 1rem;
    height: calc(100% + 3rem);
  }
}
@media (max-width: 767px) {
  .header__text {
    bottom: var(--text-height-mobile);
    height: 100%;
    bottom: auto;
    padding: 7rem 1rem;
  }
}
@media (max-width: 575px) {
  .header__text {
    width: calc(100% - 1rem);
  }
}
.header__text date {
  max-width: 95%;
  display: flex;
  gap: 1rem;
  align-items: center;
  font-weight: 500;
  text-shadow: var(--shadow);
}
.header__text date > svg {
  flex: none;
}
@media (max-width: 767px) {
  .header__text date {
    max-width: 100%;
    font-weight: 700;
  }
}
.header__text h1 {
  color: var(--white);
  line-height: 1.2;
  width: 742px;
  max-width: 90%;
}
@media (max-width: 991px) {
  .header__text h1 {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .header__text h1 {
    text-shadow: var(--shadow);
  }
}
.header__text .intro {
  margin: 0;
  font-weight: 700;
  text-shadow: var(--shadow);
  max-width: 90%;
  width: 742px;
  font-size: 1.1111111111rem;
}
@media (max-width: 991px) {
  .header__text .intro {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .header__text .intro {
    font-size: 1rem;
  }
}

.newsletter {
  background-color: var(--gray-light);
  width: 100%;
  position: relative;
  padding: 4rem 0;
  height: max-content;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .newsletter {
    padding: 4rem 1rem;
  }
}
.newsletter__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 73.3333333333rem;
  margin: 0 auto;
}
.newsletter__flex > h2 {
  text-align: center;
}
.newsletter__form {
  width: 100%;
  position: relative;
  height: 3rem;
  background-color: var(--white);
  border-radius: var(--radius);
  max-width: 28.8888888889rem;
  margin-top: 1.5rem;
}
@media (max-width: 575px) {
  .newsletter__form {
    transform: scale(0.8);
    width: 125%;
  }
}
.newsletter__form > button {
  border: none;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 1;
  background-color: transparent;
}
@media (max-width: 592px) {
  .newsletter__form > button {
    top: 0.25rem;
    right: 0.25rem;
  }
}
.newsletter__form > input {
  width: 100%;
  border-radius: var(--radius);
  border: none;
  padding: 0 10rem 0 1rem;
  height: 100%;
  box-shadow: var(--shadow);
}
.newsletter__form > input::placeholder {
  opacity: 0.5;
}
@media (max-width: 575px) {
  .newsletter__form > input {
    padding: 0 3.25rem 0 1rem;
  }
}

.paragraaf__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  width: 100%;
  margin-bottom: 1rem;
}
.paragraaf__flex img {
  width: 100% !important;
  margin: 0 0 2rem 0 !important;
}
.paragraaf__flex section {
  border-bottom: none !important;
}
.paragraaf__flex section a[data-bs-toggle=modal] {
  position: relative;
  margin: auto;
  display: block;
  width: fit-content;
}
.paragraaf__flex p {
  margin: 0 0 1rem !important;
}
.paragraaf__flex-12 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.paragraaf__flex-12 > .container-xl {
  padding: 0;
}
.paragraaf__flex-12 section[aria-label=paragraaf] {
  width: 100%;
  max-width: 35rem;
  margin-left: 3rem;
}
@media (max-width: 1440px) {
  .paragraaf__flex-12 section[aria-label=paragraaf] {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .paragraaf__flex-12 section[aria-label=paragraaf] {
    margin: 0;
  }
}
.paragraaf__flex-12 .video__wrapper {
  margin: 0;
}
.paragraaf__flex-6 {
  width: calc(50% - 1.5rem);
}
@media (max-width: 991px) {
  .paragraaf__flex-6 {
    max-width: 100%;
    width: 100%;
  }
}
.paragraaf__flex-6 img {
  width: 100% !important;
}
.paragraaf__flex-5 {
  width: calc(40% - 1.5rem);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .paragraaf__flex-5 {
    width: calc(50% - 0.75rem);
  }
}
@media (max-width: 991px) {
  .paragraaf__flex-5 {
    max-width: 100%;
    width: 100%;
  }
}
.paragraaf__flex-7 {
  width: calc(60% - 1.5rem);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .paragraaf__flex-7 {
    width: calc(50% - 0.75rem);
  }
}
@media (max-width: 991px) {
  .paragraaf__flex-7 {
    width: 100%;
  }
}
.paragraaf__flex > h2 {
  max-width: 41.2222222222rem;
  width: 100%;
}
.paragraaf__flex.clearfix {
  display: block;
}
@media (max-width: 767px) {
  .paragraaf__flex.clearfix {
    display: flex;
  }
}
.paragraaf__text {
  max-width: 35rem;
}
@media (min-width: 1441px) {
  .paragraaf__text {
    margin-left: 3rem;
  }
}
.paragraaf__text.lijst {
  margin-bottom: 2rem;
}
.paragraaf__text--nav {
  margin-bottom: 2rem;
}
.paragraaf__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin: 1rem 0;
  max-width: 35rem;
}
.paragraaf__nav > a {
  width: calc(50% - 0.75rem);
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.paragraaf__nav > a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  text-decoration: underline;
  color: var(--main-color);
}
@media (max-width: 767px) {
  .paragraaf__nav > a {
    width: 100%;
  }
}
.paragraaf__title {
  width: calc(58.3333333333% - 1.5rem);
  margin-left: 16.6666666667%;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .paragraaf__title {
    width: calc(83.3333333333% - 1.5rem);
    margin-left: 8.3333333333%;
  }
}
@media (max-width: 767px) {
  .paragraaf__title {
    width: 100%;
    margin: 0;
  }
}
.paragraaf__calendar {
  width: 100%;
  position: relative;
  padding: 3rem 0;
}
@media (min-width: 1441px) {
  .paragraaf__calendar {
    margin-left: 3rem;
  }
}
@media (max-width: 767px) {
  .paragraaf__calendar {
    width: 100%;
    margin: 0;
  }
}
.paragraaf__buttons {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 1441px) {
  .paragraaf__buttons {
    margin-left: 3rem;
  }
}
.paragraaf__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: max-content;
  padding: 1.5rem;
  gap: 1rem;
  width: calc(25% - 1.5rem);
  border-radius: var(--radius);
  background-color: var(--gray-light);
  position: relative;
  width: 18.5555555556rem;
  position: absolute;
  left: calc(58.3333333333% + 6rem);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .paragraaf__cta {
    width: 13.8888888889rem;
  }
}
@media (max-width: 991px) {
  .paragraaf__cta {
    position: relative;
    width: 100%;
    top: auto;
    left: auto;
  }
}
.paragraaf__cta > h3 {
  text-align: center;
  font-weight: 800;
  line-height: 1.2;
}
.paragraaf__cta a {
  margin: auto;
}
.paragraaf__cta-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 0.25rem;
}
.paragraaf__cta-flex > a {
  text-align: left;
  margin: 0;
  font-weight: 700;
  text-decoration: none;
}
.paragraaf__cta-flex > a:hover {
  color: var(--main-color);
  background-color: var(--hover-bgcolor);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out, all 0.4s ease-in-out;
  text-decoration: underline;
}
.paragraaf__vragen {
  margin: 1rem 0 var(--m-bottom);
}
.paragraaf__youtube {
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .paragraaf__youtube {
    position: relative;
    right: 3rem;
  }
}
@media (max-width: 1199px) {
  .paragraaf__youtube {
    width: 100%;
    margin: 0 0 var(--m-bottom);
  }
}
.paragraaf__afbeelding img {
  width: 100%;
  border-radius: var(--radius);
}
.paragraaf__collage {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 575px) {
  .paragraaf__collage {
    gap: 0.5rem;
    justify-content: space-between;
  }
}
.paragraaf__collage > a {
  width: calc(25% - 1rem);
  transform: scale(1);
  cursor: pointer;
  border-radius: var(--radius);
  box-shadow: rgba(9, 30, 66, 0) 0px 4px 8px -2px, rgba(9, 30, 66, 0) 0px 0px 0px 1px;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
@media (max-width: 575px) {
  .paragraaf__collage > a {
    width: calc(50% - 0.5rem);
  }
}
.paragraaf__collage > a:hover {
  transform: scale(1.025);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.paragraaf__collage > a > img {
  border-radius: var(--radius);
  width: 100%;
}
@media (min-width: 576px) {
  .paragraaf__collage-dialog {
    max-width: 90vw;
  }
}
.paragraaf__collage-dialog > button {
  width: max-content;
  background: unset;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1000;
}
.paragraaf__collage-dialog > button > svg {
  cursor: pointer;
}
.paragraaf__collage-content {
  background-color: unset;
  width: max-content;
  margin: auto;
}
.paragraaf__collage-content img {
  max-height: 768px;
  margin: auto;
  display: block;
  width: 60vw;
  object-fit: contain;
  max-width: 1000px;
  border-radius: 0 !important;
}
@media (max-width: 1440px) {
  .paragraaf__collage-content img {
    max-height: 600px;
  }
}
@media (max-width: 1199px) {
  .paragraaf__collage-content img {
    max-height: 500px;
  }
}
@media (max-width: 767px) {
  .paragraaf__collage-content img {
    width: 100%;
  }
}
.paragraaf__collage-content figcaption {
  color: var(--white);
  text-shadow: 2px 2px 2px var(--black);
  opacity: 1;
  max-width: 44.4444444444rem;
  text-align: center;
  margin: auto;
}
.paragraaf__collage-item > img {
  max-height: 768px;
  margin: auto;
  display: block;
  width: 60vw;
  object-fit: contain;
  max-width: 1000px;
}
@media (max-width: 1440px) {
  .paragraaf__collage-item > img {
    max-height: 600px;
  }
}
@media (max-width: 1199px) {
  .paragraaf__collage-item > img {
    max-height: 500px;
  }
}
@media (max-width: 767px) {
  .paragraaf__collage-item > img {
    width: 100%;
  }
}
.paragraaf__carousel {
  width: 100%;
  max-width: 55.5555555556rem;
  border-radius: var(--radius);
  overflow: hidden;
  background-color: var(--gray);
}
.paragraaf__carousel-body {
  cursor: pointer;
}
.paragraaf__carousel-body picture img {
  max-height: 55.5555555556rem;
  max-width: 100%;
  margin: 0 !important;
}
.paragraaf__carousel-indicators > button {
  aspect-ratio: 1/1;
  display: inline-block;
  height: auto !important;
  width: 1rem !important;
  border-radius: 50%;
  margin: 0 0.25rem !important;
}
.paragraaf__carousel-indicators > button.active {
  background-color: var(--main-color);
}
.paragraaf__quote {
  max-width: 27.7777777778rem;
  margin: 0 0 1.5rem 12rem;
}
@media (max-width: 1440px) {
  .paragraaf__quote {
    margin: 0 0 1.5rem 7rem;
  }
}
@media (max-width: 991px) {
  .paragraaf__quote {
    margin: 1.5rem auto;
    max-width: 100%;
  }
}
.paragraaf__quote i {
  color: var(--tag);
}

.specialismen {
  width: 100%;
  max-width: 66.6666666667rem;
  margin: 0 auto var(--m-bottom);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem 2rem;
  z-index: 10;
  position: relative;
}
.specialismen__item {
  width: calc(50% - 1.5rem);
}
@media (max-width: 952px) {
  .specialismen__item {
    width: 100%;
  }
}
.specialismen__item > h2 {
  font-size: 1.5rem;
}
.specialismen__item > h2 > button {
  color: var(--black);
  text-align: inherit;
  display: flex;
  gap: 1.5rem;
  font-weight: 700;
  border: none;
  background-color: inherit;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.specialismen__item > h2 > button:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  color: var(--main-color);
}
@media (max-width: 767px) {
  .specialismen__item > h2 > button {
    font-size: 1.5555555556rem;
    gap: 0.25rem;
  }
}
.specialismen__item > h2 > button > svg {
  flex: none;
  transform: rotate(0deg);
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, transform 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .specialismen__item > h2 > button > svg {
    width: 14px;
    height: 14px;
  }
}
.specialismen__item > h2 > button[aria-expanded=true] > svg {
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, transform 0.2s ease-in-out;
  transform: rotate(90deg);
}
.specialismen__body {
  padding-left: calc(1.5rem + 24px);
}
@media (max-width: 552px) {
  .specialismen__body {
    padding-left: 1.5rem;
  }
}
.specialismen__body p {
  margin: 0;
  padding-bottom: 0.5rem;
}
.specialismen__body a.leesmeer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.specialismen__body a.leesmeer:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  color: var(--main-color);
}

.menu {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  color: white;
  z-index: 1000000;
  width: 100%;
  max-width: 106.6666666667rem;
  height: 6rem;
  padding: 0 4rem;
  align-items: center;
  margin: auto;
}
@media (max-width: 1199px) {
  .menu {
    padding: 0 1.5rem;
  }
}
@media (max-width: 575px) {
  .menu {
    padding: 0 1rem;
  }
}
.menu__logo {
  margin-right: auto;
  z-index: 1000000;
}
@media (max-width: 991px) {
  .menu__logo > img {
    width: 6rem;
  }
}
.menu__cta {
  height: 2rem !important;
  padding: 0 1rem !important;
}
@media (max-width: 768px) {
  .menu__cta {
    display: none !important;
  }
}
.menu__cta--none {
  display: none !important;
}
.menu__body {
  display: flex;
  gap: 3rem;
  margin-left: auto;
  width: max-content;
  align-items: center;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .menu__body {
    gap: 1rem;
  }
}
@media (max-width: 340px) {
  .menu__body > a span {
    display: none;
  }
}
.menu__body--open {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-image: var(--main-gradient);
  display: flex !important;
  padding: 7rem 1rem;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 1rem;
}
.menu__overlay {
  position: fixed;
  width: 45vw;
  display: grid;
  height: 100vh;
  background-color: var(--main-color);
  right: 0;
  top: 0;
  place-content: center;
  display: none;
  z-index: 100000;
  -webkit-box-shadow: -7px 6px 5px -3px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -7px 6px 5px -3px rgba(0, 0, 0, 0.23);
  box-shadow: -7px 6px 5px -3px rgba(0, 0, 0, 0.23);
}
@media (max-width: 1200px) {
  .menu__overlay {
    width: 50vw;
  }
}
@media (max-width: 768px) {
  .menu__overlay {
    width: 75vw;
  }
}
@media (max-width: 512px) {
  .menu__overlay {
    width: 100vw;
  }
}
.menu__overlay > a:not(.btn__mobile) {
  font-size: clamp(1rem, 2.5vw, 4rem);
  text-shadow: var(--shadow);
  text-decoration: none;
  text-align: center;
  font-weight: 700;
  color: var(--white);
}
@media (max-width: 768px) {
  .menu__overlay > a:not(.btn__mobile) {
    font-size: 2rem;
  }
}
.menu__overlay--open {
  display: grid;
}
.menu__item {
  text-decoration: none;
  text-shadow: var(--shadow);
  z-index: 0;
  cursor: pointer;
}
@media (max-width: 768px) {
  .menu__item > span {
    font-size: clamp(1rem, 2.5vw, 4rem);
  }
}
.menu__item--open {
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.menu__item--open:after {
  content: "";
  background: url(/images/camp/menu-nld.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 2rem;
  height: 2rem;
}
.menu__item--open-close:after {
  content: "";
  background: url(/images/camp/close-nld.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
}
@media (max-width: 991px) {
  .menu__open {
    display: block;
    margin-right: auto;
  }
}
.menu__contact {
  z-index: 1000000;
  width: 44px;
  height: 44px;
  display: grid;
  place-content: center;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.menu__contact > svg {
  position: relative;
  top: 2px;
}
@media (min-width: 992px) {
  .menu__contact {
    display: none;
  }
}

.voordelen {
  display: flex;
  gap: 8.3333333333%;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .voordelen {
    flex-direction: column;
  }
}
.voordelen__body {
  padding-right: 1.5rem;
}
.voordelen__lijst {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.search__anchor {
  position: absolute;
  top: 40rem;
  width: 100%;
  height: 4rem;
  display: block;
  z-index: 10000;
}
.search__overzicht {
  --margin: 10rem;
  width: 100%;
  max-width: 53.3333333333rem;
  position: relative;
  bottom: var(--margin);
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  z-index: 10000;
}
@media (max-width: 991px) {
  .search__overzicht {
    --margin: -3rem;
    width: calc(100% - 1.5rem);
  }
}
@media (max-width: 575px) {
  .search__overzicht {
    --margin: 10rem;
    width: calc(100% - 1.5rem);
  }
}
.search__nav {
  border-radius: var(--radius-small);
  background-color: var(--gray-light);
  display: grid;
  gap: 2rem;
  padding: 2rem 1.5rem;
  position: relative;
  width: 100%;
  margin: 0 auto 2rem;
  box-shadow: var(--shadow);
  z-index: 10000;
}
@media (max-width: 767px) {
  .search__nav {
    gap: 1rem;
    margin: 0 auto;
  }
}
.search__nav > input {
  width: 100%;
  border-radius: var(--radius);
  border: none;
  padding: 0 10rem 0 1rem;
  height: 4rem;
  box-shadow: var(--shadow);
}
.search__found {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .search__found {
    padding: 1.5rem 0;
  }
}
.search__found > h2 {
  color: var(--black);
  font-size: 1.7777777778rem;
}
.search__found > h2 span {
  color: var(--main-color);
}
.search__found > p {
  margin: 0;
}
.search__result {
  display: block;
  min-height: 7.7777777778rem;
  width: 100%;
  position: relative;
  padding: 1.5rem 1rem;
  margin: auto;
  border-radius: var(--radius-small);
  background-color: var(--gray-light);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  box-shadow: var(--shadow);
}
@media (max-width: 767px) {
  .search__result {
    padding: 1rem;
  }
}
.search__result:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  transform: scale(1.02);
  box-shadow: var(--shadow);
}
.search__result:hover:after {
  height: 0;
}
.search__result:After {
  content: "";
  width: 100%;
  height: 0.0555555556rem;
  background-color: var(--white);
  position: absolute;
  bottom: 0;
  left: 0;
}
.search__result-link {
  text-decoration: none;
}
.search__result-title {
  color: var(--black);
  font-size: 1.5555555556rem;
  max-width: 90%;
  text-decoration: underline var(--main-color);
}
.search__result-title > a {
  text-decoration: none;
}
.search__result p {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  /* autoprefixer: off */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 6em;
}

.overzicht {
  --margin: 7rem;
  width: 100%;
  max-width: 53.3333333333rem;
  position: relative;
  bottom: var(--margin);
  padding: 0;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  z-index: 10000;
}
@media (max-width: 767px) {
  .overzicht {
    --margin: 4rem;
    width: 100%;
    margin: 4rem 0 0;
  }
}
.overzicht__verhaal {
  width: calc(50% - 0.75rem);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 575px) {
  .overzicht__verhaal {
    width: 100%;
  }
}
.overzicht__verhaal > * {
  margin: 0;
}
.overzicht__verhaal img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.overzicht__verhaal > h2 {
  font-size: 1.6666666667rem;
}
.overzicht__verhaal > h2 > a {
  text-decoration: none;
}
.overzicht__verhaal > p {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  /* autoprefixer: off */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 6em;
}
.overzicht__item {
  display: flex;
  gap: 1.5rem;
  position: relative;
  margin: 0;
  height: max-content;
  width: 100%;
}
@media (max-width: 767px) {
  .overzicht__item {
    flex-direction: column;
    gap: 1rem;
  }
}
.overzicht__item:hover img {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  transition: all 0.1s ease-out, all 0.1s ease-out;
  transform: scale(1.02, 1.02);
}
.overzicht__item:hover .stretched-link {
  color: var(--main-color);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.overzicht__item picture {
  width: 40%;
  height: auto;
  overflow: hidden;
}
.overzicht__item picture > img {
  width: 100%;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  transition: all 0.1s ease-out, all 0.1s ease-out;
  transform: scale(1, 1);
}
@media (min-width: 768px) and (max-width: 991px) {
  .overzicht__item picture {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .overzicht__item picture {
    width: 100%;
  }
}
.overzicht__item-body {
  padding: 0 1rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  height: 100%;
  width: 60%;
  max-width: 32rem;
}
.overzicht__item-body > h2 {
  font-size: 1.5rem;
}
.overzicht__item-body p {
  font-size: 18px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  /* autoprefixer: off */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 8em;
}
@media (max-width: 767px) {
  .overzicht__item-body {
    width: 100%;
    font-size: 1rem;
  }
}
.overzicht__item a {
  font-weight: 800;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}

form input[type=submit], :is(form) .btn, .btn__accordion, .btn__ons, .btn__paging, .btn__second, .btn__play, .btn__whatsapp, .btn__mobile, .btn__main {
  --btn-color: var(--black);
  --btn-bgcolor: var(--white);
  --hover-bgcolor: var(--white);
  --hover-color: var(--black);
  color: var(--btn-color);
  background-color: var(--btn-bgcolor);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  text-decoration: none;
  width: max-content;
  height: 3.1111111111rem;
  border-radius: var(--radius);
  padding: 0 0.5em 0 1em;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out, all 0.4s ease-in-out;
  box-shadow: var(--shadow);
  flex: none;
}
form input[type=submit]:hover, :is(form) .btn:hover, .btn__accordion:hover, .btn__ons:hover, .btn__paging:hover, .btn__second:hover, .btn__play:hover, .btn__whatsapp:hover, .btn__mobile:hover, .btn__main:hover {
  color: var(--hover-color);
  background-color: var(--hover-bgcolor);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out, all 0.4s ease-in-out;
  text-decoration: underline;
}

.btn__mobile {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
  color: black;
  text-shadow: none;
  margin: 2rem auto;
  flex-wrap: wrap;
  height: auto;
  max-width: 82vw;
  font-size: clamp(1rem, 10vw, 2rem);
}
.btn__play {
  gap: 0.5rem;
  padding: 0 1em;
}
.btn__second {
  margin: auto;
  position: relative;
  bottom: -1.25rem;
  --btn-color: var(--white);
  --btn-bgcolor: var(--main-color);
  --hover-bgcolor: var(--white);
  --hover-color: var(--black);
  z-index: 10;
}
.btn__second--verhaal {
  outline: 0.75rem solid hsl(0, 0%, 94.12%);
}
.btn__link {
  color: var(--black);
  font-weight: 700;
  text-underline-offset: 0.2em;
  text-decoration-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.btn__link:hover {
  text-decoration: underline;
  color: var(--main-color);
  text-decoration-color: var(--main-color);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.btn__paging {
  --btn-color: var(--white);
  --btn-bgcolor: var(--black);
  --hover-bgcolor: var(--white);
  --hover-color: var(--main-color);
  padding: 0 1rem;
  gap: 0.5rem;
  box-shadow: none;
}
.btn__paging--first {
  gap: 0;
  padding: 0;
  align-items: center;
  place-content: center;
  aspect-ratio: 1;
}
.btn__paging--first > svg {
  flex: none;
}
.btn__ons {
  --btn-color: var(--white);
  --btn-bgcolor: var(--main-color);
  --hover-bgcolor: var(--white);
  --hover-color: var(--black);
  padding: 0 1rem;
  gap: 0.5rem;
  width: fit-content;
}
.btn__prev, .btn__next {
  min-width: auto;
  width: max-content;
}
.btn__prev {
  padding: 0 0.5em;
}
.btn__accordion {
  box-shadow: none;
  background-image: var(--main-gradient);
  gap: 1.5rem;
  text-align: left;
  overflow: hidden;
  position: relative;
}
.btn__accordion span {
  flex: none;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  width: calc(100% - 1.5em - 36px);
  white-space: nowrap;
  z-index: 1;
}
.btn__accordion svg {
  flex: none;
  position: relative;
  z-index: 1;
  transition: all ease-in-out 0.4s;
  transform: rotate(90deg);
}
.btn__accordion[aria-expanded=true] svg {
  transform: rotate(-90deg);
}
.btn__accordion::after {
  background: white;
  border-radius: calc(3.1111111111rem - 4px);
  content: "";
  height: calc(100% - 4px);
  left: 2px;
  position: absolute;
  top: 2px;
  width: calc(100% - 4px);
  z-index: 0;
}

:is(.paragraaf__cta) .btn__whatsapp {
  width: 100%;
  min-width: auto;
}

.xp {
  color: var(--white);
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  float: left;
}
.xp-text {
  color: var(--white);
  padding: 0 40px 10px 20px;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out, all 0.4s ease-in-out;
  z-index: 2;
  bottom: 0;
  bottom: 0;
}
.xp-text header {
  display: flex;
  height: 52px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 10px;
}
.xp-text__body {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out, all 0.4s ease-in-out;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}
.xp-text__body p {
  margin: 0 0 10px;
}
@media (min-width: 1200px) {
  .xp:hover .xp-text {
    bottom: 0;
  }
  .xp:hover .xp-text__body {
    opacity: 1;
    max-height: 400px;
  }
  .xp:hover .xp-shadow {
    height: 100%;
  }
}
.xp img {
  height: 100%;
  left: 0;
  opacity: 0.5;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.xp h1 {
  color: white;
  font-size: 18px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .xp h1 {
    font-size: 24px;
    line-height: 26px;
  }
}
.xp svg {
  bottom: 20px;
  position: absolute;
  right: 20px;
  z-index: 3;
}
.xp-body {
  font-size: 18px;
  line-height: 22px;
}
.xp a[href] {
  text-decoration: none;
}
.xp a[href] span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.xp a[href]::after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
.xp-shadow {
  opacity: 0.66;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 95.31%);
  bottom: 0;
  height: 112px;
  left: 0;
  position: absolute;
  -webkit-transition: height 0.4s ease-in-out;
  -moz-transition: height 0.4s ease-in-out;
  -ms-transition: height 0.4s ease-in-out;
  -o-transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out;
  transition: height 0.4s ease-in-out, height 0.4s ease-in-out;
  width: 100%;
  z-index: 1;
}
.xp-square {
  aspect-ratio: 1/1;
}
.xp-landscape {
  aspect-ratio: 3/2;
}
.xp-portrait {
  aspect-ratio: 2/3;
}
.xp-grad-main {
  background-image: var(--main-gradient);
}
.xp-grad-green {
  background-image: var(--gradient-green);
}
.xp-grad-magenta-green {
  background-image: var(--gradient-magenta-green);
}
.xp-grad-green-orange {
  background-image: var(--gradient-green-orange);
}
.xp-grad-magenta-green {
  background-image: var(--gradient-magenta-green);
}
.xp-grad-orange {
  background-image: var(--gradient-orange);
}

.specs-grid {
  display: grid;
  grid-template-rows: repeat(11, 1fr);
  grid-template-columns: repeat(12, 1fr);
  max-width: 120rem;
  width: 100%;
  z-index: 1;
  margin: auto;
  position: relative;
  padding: 4rem 0;
}
@media (max-width: 1200px) {
  .specs-grid {
    display: grid;
    grid-template-rows: repeat(16, 1fr);
    grid-template-columns: repeat(9, 1fr);
    height: 100%;
  }
}
@media (max-width: 952px) {
  .specs-grid {
    grid-template-rows: repeat(20, 1fr);
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
  }
}
.specs-grid:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  background-color: var(--gray-20);
  z-index: -100;
  left: 50%;
  width: calc(100vw - var(--i-scrollbar-width));
  transform: translate(-50%, 0);
}
@media (max-width: 575px) {
  .specs-grid:after {
    height: calc(100% - 2rem);
    top: -6rem;
  }
}
.specs-grid__title {
  z-index: 10;
  position: relative;
  margin: 3rem 1rem -9rem;
  max-width: 40.5555555556rem;
}
@media (min-width: 992px) {
  .specs-grid__title {
    display: none;
  }
}
@media (max-width: 575px) {
  .specs-grid__title {
    margin: 4rem 1rem -4rem;
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .specs-grid__title {
    margin: 3rem 1rem -10rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .specs-grid__title {
    bottom: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .specs-grid__title--overzicht {
    display: none;
  }
}
@media (max-width: 575px) {
  .specs-grid__title--overzicht {
    margin: 0 1rem;
  }
}
.specs-grid__item-0 {
  display: block;
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-column-end: 7;
}
.specs-grid__item-0 h2 {
  padding: 4rem 0 0 25%;
}
@media (min-width: 1920px) {
  .specs-grid__item-0 {
    display: block;
    grid-row-start: 1;
    grid-column-start: 3 !important;
    grid-row-end: 3;
    grid-column-end: 7;
  }
  .specs-grid__item-0 h2 {
    padding-left: 0 !important;
  }
}
@media (max-width: 1200px) {
  .specs-grid__item-0 {
    display: block;
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 7;
  }
  .specs-grid__item-0 h2 {
    padding: 4rem 0 0 25%;
  }
}
@media (max-width: 992px) {
  .specs-grid__item-0 {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 5;
    display: none;
  }
}
.specs-grid__item-1 {
  grid-row-start: 4;
  grid-column-start: 1;
  grid-row-end: 8;
  grid-column-end: 4;
  aspect-ratio: 2/3;
}
@media (max-width: 1200px) {
  .specs-grid__item-1 {
    grid-row-start: 4;
    grid-column-start: 1;
    grid-row-end: 6;
    grid-column-end: 4;
    aspect-ratio: 3/2;
  }
}
@media (max-width: 952px) {
  .specs-grid__item-1 {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 4;
    grid-column-end: 3;
    aspect-ratio: 1/1;
  }
}
.specs-grid__item-2 {
  grid-row-start: 8;
  grid-column-start: 1;
  grid-row-end: 10;
  grid-column-end: 4;
}
@media (max-width: 1200px) {
  .specs-grid__item-2 {
    grid-row-start: 3;
    grid-column-start: 4;
    grid-row-end: 7;
    grid-column-end: 7;
  }
}
@media (max-width: 952px) {
  .specs-grid__item-2 {
    grid-row-start: 4;
    grid-column-start: 1;
    grid-row-end: 6;
    grid-column-end: 3;
  }
}
.specs-grid__item-3 {
  grid-row-start: 3;
  grid-column-start: 4;
  grid-row-end: 5;
  grid-column-end: 7;
}
@media (max-width: 1200px) {
  .specs-grid__item-3 {
    grid-row-start: 2;
    grid-column-start: 7;
    grid-row-end: 4;
    grid-column-end: 10;
  }
}
@media (max-width: 952px) {
  .specs-grid__item-3 {
    grid-row-start: 6;
    grid-column-start: 1;
    grid-row-end: 9;
    grid-column-end: 3;
  }
}
.specs-grid__item-4 {
  grid-row-start: 5;
  grid-column-start: 4;
  grid-row-end: 9;
  grid-column-end: 7;
}
@media (max-width: 1200px) {
  .specs-grid__item-4 {
    grid-row-start: 6;
    grid-column-start: 1;
    grid-row-end: 8;
    grid-column-end: 4;
  }
}
@media (max-width: 952px) {
  .specs-grid__item-4 {
    grid-row-start: 9;
    grid-column-start: 1;
    grid-row-end: 13;
    grid-column-end: 5;
  }
}
.specs-grid__item-5 {
  grid-row-start: 9;
  grid-column-start: 4;
  grid-row-end: 11;
  grid-column-end: 7;
}
@media (max-width: 1200px) {
  .specs-grid__item-5 {
    grid-row-start: 8;
    grid-column-start: 1;
    grid-row-end: 12;
    grid-column-end: 4;
  }
}
@media (max-width: 952px) {
  .specs-grid__item-5 {
    grid-row-start: 13;
    grid-column-start: 1;
    grid-row-end: 16;
    grid-column-end: 3;
  }
}
.specs-grid__item-6 {
  background-color: #ECBE57;
  grid-row-start: 2;
  grid-column-start: 7;
  grid-row-end: 4;
  grid-column-end: 10;
}
@media (max-width: 1200px) {
  .specs-grid__item-6 {
    grid-row-start: 7;
    grid-column-start: 4;
    grid-row-end: 9;
    grid-column-end: 7;
  }
}
@media (max-width: 952px) {
  .specs-grid__item-6 {
    grid-row-start: 16;
    grid-column-start: 1;
    grid-row-end: 18;
    grid-column-end: 3;
  }
}
.specs-grid__item-7 {
  grid-row-start: 4;
  grid-column-start: 7;
  grid-row-end: 6;
  grid-column-end: 10;
}
@media (max-width: 1200px) {
  .specs-grid__item-7 {
    grid-row-start: 9;
    grid-column-start: 4;
    grid-row-end: 11;
    grid-column-end: 7;
  }
}
@media (max-width: 952px) {
  .specs-grid__item-7 {
    grid-row-start: 3;
    grid-column-start: 3;
    grid-row-end: 5;
    grid-column-end: 5;
  }
}
.specs-grid__item-8 {
  grid-row-start: 6;
  grid-column-start: 7;
  grid-row-end: 8;
  grid-column-end: 10;
}
@media (max-width: 1200px) {
  .specs-grid__item-8 {
    grid-row-start: 4;
    grid-column-start: 7;
    grid-row-end: 8;
    grid-column-end: 10;
  }
}
@media (max-width: 952px) {
  .specs-grid__item-8 {
    grid-row-start: 5;
    grid-column-start: 3;
    grid-row-end: 7;
    grid-column-end: 5;
  }
}
.specs-grid__item-9 {
  grid-row-start: 8;
  grid-column-start: 7;
  grid-row-end: 10;
  grid-column-end: 10;
}
@media (max-width: 1200px) {
  .specs-grid__item-9 {
    grid-row-start: 8;
    grid-column-start: 7;
    grid-row-end: 10;
    grid-column-end: 10;
  }
}
@media (max-width: 952px) {
  .specs-grid__item-9 {
    grid-row-start: 7;
    grid-column-start: 3;
    grid-row-end: 9;
    grid-column-end: 5;
  }
}
.specs-grid__item-10 {
  grid-row-start: 1;
  grid-column-start: 10;
  grid-row-end: 5;
  grid-column-end: 13;
}
@media (max-width: 1200px) {
  .specs-grid__item-10 {
    grid-row-start: 12;
    grid-column-start: 1;
    grid-row-end: 14;
    grid-column-end: 4;
  }
}
@media (max-width: 952px) {
  .specs-grid__item-10 {
    grid-row-start: 13;
    grid-column-start: 3;
    grid-row-end: 15;
    grid-column-end: 5;
  }
}
.specs-grid__item-11 {
  grid-row-start: 5;
  grid-column-start: 10;
  grid-row-end: 7;
  grid-column-end: 13;
}
@media (max-width: 1200px) {
  .specs-grid__item-11 {
    grid-row-start: 11;
    grid-column-start: 4;
    grid-row-end: 13;
    grid-column-end: 7;
  }
}
@media (max-width: 952px) {
  .specs-grid__item-11 {
    grid-row-start: 15;
    grid-column-start: 3;
    grid-row-end: 17;
    grid-column-end: 5;
  }
}
.specs-grid__item-12 {
  grid-row-start: 7;
  grid-column-start: 10;
  grid-row-end: 9;
  grid-column-end: 13;
}
@media (max-width: 1200px) {
  .specs-grid__item-12 {
    grid-row-start: 10;
    grid-column-start: 7;
    grid-row-end: 12;
    grid-column-end: 10;
  }
}
@media (max-width: 952px) {
  .specs-grid__item-12 {
    grid-row-start: 17;
    grid-column-start: 3;
    grid-row-end: 19;
    grid-column-end: 5;
  }
}
.specs-grid__item-13 {
  grid-row-start: 10;
  grid-column-start: 1;
  grid-row-end: 12;
  grid-column-end: 4;
}
@media (max-width: 1200px) {
  .specs-grid__item-13 {
    grid-row-start: 13;
    grid-column-start: 4;
    grid-row-end: 15;
    grid-column-end: 7;
  }
}
@media (max-width: 952px) {
  .specs-grid__item-13 {
    grid-row-start: 18;
    grid-column-start: 1;
    grid-row-end: 20;
    grid-column-end: 3;
  }
}
.specs-grid__item-14 {
  grid-row-start: 9;
  grid-column-start: 10;
  grid-row-end: 11;
  grid-column-end: 13;
}
@media (max-width: 1200px) {
  .specs-grid__item-14 {
    grid-row-start: 12;
    grid-column-start: 7;
    grid-row-end: 14;
    grid-column-end: 10;
  }
}
@media (max-width: 952px) {
  .specs-grid__item-14 {
    grid-row-start: 19;
    grid-column-start: 3;
    grid-row-end: 21;
    grid-column-end: 5;
  }
}

form > input:not([type=submit], [name=nieuwsbriefInput]), .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper textarea, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=password], .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=email], .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=text] {
  width: 100%;
  border: 1px solid var(--gray-light);
  background-color: var(--gray-light);
  outline: var(--gray-light);
  border: none;
  border-radius: var(--radius-small);
  padding: 1rem;
  max-width: 100% !important;
  margin: 0 0 1rem 0;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  min-height: 3rem;
}
form > input:focus-visible:not([type=submit], [name=nieuwsbriefInput]), .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper textarea:focus-visible, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=password]:focus-visible, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=email]:focus-visible, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=text]:focus-visible {
  border: 1px solid var(--second-color);
  box-shadow: 0 5px 20px 0 rgba(33, 7, 30, 0.04);
  background-color: white;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
form > input:not([type=submit], [name=nieuwsbriefInput])::placeholder, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper textarea::placeholder, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=password]::placeholder, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=email]::placeholder, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=text]::placeholder {
  font-style: italic;
}

label.umbraco-forms-label, legend {
  font-weight: 700;
  margin: 0 0 0.5rem;
  font-size: 1.1111111111rem;
}

fieldset {
  margin-top: 1.5rem;
}

:is(.modal) .umbraco-forms-form {
  margin: 0;
}

.umbraco-forms-form {
  padding: 0;
}
.umbraco-forms-form .umbraco-forms-tooltip {
  display: block;
  margin-bottom: 0.5rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset {
  margin: 0;
  padding: 0;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .row {
  margin: 0;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field {
  margin: 1rem 0 0;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox > label {
  margin-left: 1rem !important;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper {
  position: relative;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .checkboxlist input[type=checkbox] + label {
  clear: unset;
  margin: 0 0.5rem 0.5rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .checkboxlist input[type=checkbox] + label:before {
  content: "";
  background: var(--form-cb);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  margin-top: 0.2222222222rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .checkboxlist input[type=checkbox] {
  position: relative;
  bottom: 0.1111111111rem;
  left: 0.1111111111rem;
  margin-right: 0.6666666667rem;
  visibility: hidden;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .checkboxlist input[type=checkbox]:checked + label:before {
  background: var(--form-checked);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .field-validation-error {
  display: block;
  font-size: 0.75rem;
  color: var(--alert) !important;
  margin: 0;
  font-weight: 700;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.longanswer textarea {
  min-height: 9.1111111111rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.fileupload {
  margin: 1.3888888889rem 0;
}
@media (min-width: 768px) {
  .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.date input {
    max-width: 50%;
  }
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .dataconsent > .umbraco-forms-field-wrapper > label {
  margin: 0.5rem 0;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dataconsent {
  position: relative;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox > .umbraco-forms-field-wrapper, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dataconsent > .umbraco-forms-field-wrapper {
  float: left;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox > .umbraco-forms-field-wrapper > input, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dataconsent > .umbraco-forms-field-wrapper > input {
  font-size: 0;
  left: -20000px;
  position: relative;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox > .umbraco-forms-field-wrapper > input:before, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dataconsent > .umbraco-forms-field-wrapper > input:before {
  content: "";
  background: var(--form-cb);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 20000px;
  top: -0.1111111111rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox > .umbraco-forms-field-wrapper > input:checked:before, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dataconsent > .umbraco-forms-field-wrapper > input:checked:before {
  background: var(--form-checked);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox > label, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dataconsent > label {
  clear: unset;
  margin: 0 1rem 0.5rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox > label input[type=checkbox], .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dataconsent > label input[type=checkbox] {
  position: relative;
  bottom: 0.1111111111rem;
  left: 0.1111111111rem;
  margin-right: 0.6666666667rem;
  visibility: hidden;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox > label input[type=checkbox]:checked + label:before, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dataconsent > label input[type=checkbox]:checked + label:before {
  background: var(--form-checked);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dropdown select {
  opacity: 0;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice input[type=radio] + label {
  clear: unset;
  margin: 0 0.5rem 0.5rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice input[type=radio] + label:before {
  content: "";
  background: var(--form-radio);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  margin-top: 0.2222222222rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice input[type=radio] {
  position: relative;
  bottom: 0.1111111111rem;
  left: 0.1111111111rem;
  margin-right: 0.6666666667rem;
  visibility: hidden;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice input[type=radio]:checked + label:before {
  background: var(--form-radio-checked);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.racaptcha2 {
  margin: 1.3888888889rem 0;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .dataconsent .umbraco-forms-field-wrapper label {
  margin: 0 0 0 1rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .dataconsent .umbraco-forms-field-wrapper > input:before {
  top: -0.1666666667rem !important;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .dataconsent label {
  margin-left: 2rem;
}

.umbraco-forms-hidden {
  display: none;
}

.file-drop-area {
  margin: 1.5rem 0 3rem;
  position: relative;
  display: grid;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 164px;
  padding: 0 1.5rem;
  border-radius: 3px;
  transition: 0.2s;
  background-color: var(--gray-light);
  outline: 0.5rem solid var(--light);
  background-image: var(--form-stroke);
  border-radius: 1.5555555556rem;
}
.file-drop-area.is-active {
  background-color: var(--main-tint);
  outline: 0.5rem solid var(--main-tint);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='28' ry='28' stroke='white' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='9' stroke-linecap='square'/%3e%3c/svg%3e");
}
.file-drop-area:hover {
  background-color: var(--main-tint);
  outline: 0.5rem solid var(--main-tint);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='28' ry='28' stroke='white' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='9' stroke-linecap='square'/%3e%3c/svg%3e");
}

.file-msg {
  display: flex;
  gap: 1rem;
  max-width: 300px;
  opacity: 0.5;
  align-items: center;
  font-style: italic;
}
.file-msg > svg {
  flex-shrink: 0;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.file-input:focus {
  outline: none;
}

:is(form) .btn {
  padding: 1rem;
  --btn-color: var(--white);
  --btn-bgcolor: var(--main-color);
  --hover-bgcolor: var(--white);
  --hover-color: var(--black);
  z-index: 2;
}

:is(.i-paragraaf__tekstParagraaf) .umbraco-forms-form {
  margin-bottom: 0;
}

.umbraco-forms-fieldset .dataconsent .umbraco-forms-label {
  float: left;
  width: 100%;
  margin: 0 0 0.5rem !important;
}

form {
  font-weight: 700;
  margin: 0 0 1rem;
  font-size: 1.1111111111rem;
}
form > input:not([type=submit], [name=nieuwsbriefInput]) {
  margin: 0.5rem 0;
}
form input[type=submit] {
  padding: 1rem;
  --btn-color: var(--white);
  --btn-bgcolor: var(--main-color);
  --hover-bgcolor: var(--white);
  --hover-color: var(--black);
  z-index: 2;
  margin: 1rem 0;
}

.gradient {
  margin: 0 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  width: 100%;
  grid-template-areas: "header header header";
}
.gradient > h3 {
  grid-area: header;
}
.gradient div {
  height: 150px;
  text-align: center;
  color: var(--white);
  font-weight: 700;
  display: grid;
  place-content: center;
  padding: 0 0.25rem;
}
.gradient-1 {
  background-image: var(--main-gradient);
}
.gradient-2 {
  background-image: var(--gradient-green);
}
.gradient-3 {
  background-image: var(--gradient-green-orange);
}
.gradient-4 {
  background-image: var(--gradient-magenta-green);
}
.gradient-5 {
  background-image: var(--gradient-orange);
}

.colors {
  margin: 0 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1.5rem;
  height: max-content;
  width: 100%;
  grid-template-areas: "header header header header header";
}
.colors > h3 {
  grid-area: header;
}
.colors code {
  --codebg: var(--main-color);
  height: 150px;
  text-align: center;
  color: var(--white);
  font-weight: 700;
  display: grid;
  place-content: center;
  padding: 0 0.25rem;
  background-color: var(--codebg);
}
.colors code.--magenta {
  --codebg: var(--magenta);
}
.colors code.--orange {
  --codebg: var(--orange);
}
.colors code.--green-light {
  --codebg: var(--green-light);
}
.colors code.--green {
  --codebg: var(--green);
}
.colors code.--green-yellow {
  --codebg: var(--green-yellow);
}
.colors code.--black {
  --codebg: var(--black);
}
.colors code.--gray {
  --codebg: var(--gray);
}
.colors code.--gray-50 {
  --codebg: var(--gray-50);
}
.colors code.--gray-20 {
  --codebg: var(--gray-20);
}

.buttons {
  margin: 0 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1.5rem;
  width: 100%;
  grid-template-areas: "header header header header";
}
.buttons > h3 {
  grid-area: header;
}
.buttons > div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.druppels {
  margin: 0 0 2rem;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  gap: 1.5rem;
  width: max-content;
  grid-template-areas: "header header header header";
}
.druppels > h3 {
  grid-area: header;
}
.druppels svg {
  width: 100%;
  height: auto;
}

.tag {
  color: var(--tag);
  background-color: var(--gray-light);
  font-size: 0.7777777778rem;
  display: inline-flex;
  padding: 0.25em 1em;
  height: auto;
  width: max-content;
  align-items: center;
  border-radius: 0.2777777778rem;
  flex: none;
  text-decoration: none;
  border: none;
}
.tag__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.tag__flex > .dropup:hover > .dropdown-menu {
  display: grid;
  background: var(--gray-light);
  position: absolute;
  bottom: 2.25rem;
  min-width: max-content;
  width: max-content;
  padding: 0.25rem;
  box-shadow: var(--shadow);
  left: 15%;
  border-radius: 0.2777777778rem;
}
.tag__flex > .dropup:hover > .dropdown-menu::after {
  content: "";
  position: absolute;
  background: url(/images/camp/blokje.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 26px;
  width: 26px;
  bottom: -10px;
  left: calc(50% - 14px);
  z-index: -1;
}
.tag__flex > .dropup:hover > .dropdown-menu .dropdown-menu.show {
  display: grid;
  background: var(--gray-light);
  position: absolute;
  bottom: 0.75rem !important;
  min-width: max-content;
  width: max-content;
  padding: 0.25rem;
  box-shadow: var(--shadow);
  left: -0.15rem !important;
  border-radius: 0.2777777778rem;
}
.tag__flex > .dropup:hover > .dropdown-menu > .dropup > .dropdown-toggle:active, .tag__flex > .dropup:hover > .dropdown-menu > .dropup > .dropdown-toggle.nice-select.open {
  pointer-events: none;
}

.video__wrapper {
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
  border-radius: var(--radius);
  height: max-content;
}
@media (max-width: 767px) {
  .video__wrapper {
    aspect-ratio: 9/16;
  }
}
.video__wrapper iframe, .video__wrapper video {
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  display: block;
}
.video__wrapper iframe > source, .video__wrapper video > source {
  border-radius: var(--radius);
}
.video__play {
  width: 5.5555555556rem;
  height: 5.5555555556rem;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video__play > svg {
  fill: var(--second-color);
}

.videotext {
  position: absolute;
  width: 100%;
  height: 100%;
  color: var(--white);
  background-image: var(--gradient-video);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 8rem 2rem;
  text-align: center;
  border-radius: var(--radius);
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .videotext {
    padding: 1rem 1rem 3rem;
  }
}

.linklijst {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.5rem 0 0;
}
.linklijst > a {
  --link-color: var(--black);
  --chevron-color: var(--black);
  color: var(--link-color);
  display: inline-flex;
  align-items: baseline;
  gap: 0.75rem;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.linklijst > a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  --chevron-color: var(--main-color);
  color: var(--main-color);
  text-decoration: underline;
}
.linklijst > a:before {
  --chevron: .5rem;
  border-right: 2px solid var(--chevron-color);
  border-bottom: 2px solid var(--chevron-color);
  width: var(--chevron);
  height: var(--chevron);
  margin-left: 0;
  transform: rotate(-45deg);
  content: "";
  flex-shrink: 0;
  position: relative;
  bottom: 2px;
}

.accordion__link {
  align-items: center;
  background: none;
  border: none;
  display: flex;
  align-items: center;
  font-size: 1.5555555556rem;
  font-weight: 700;
  gap: 1.5rem;
  line-height: 1.6;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.accordion__link:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  color: var(--main-color);
}
@media (max-width: 767px) {
  .accordion__link {
    font-size: 1.5555555556rem;
    gap: 0.25rem;
  }
}
.accordion__link svg {
  flex: none;
  transform: rotate(0deg);
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, transform 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .accordion__link svg {
    width: 14px;
    height: 14px;
  }
}
.accordion__link[aria-expanded=true] svg {
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, transform 0.2s ease-in-out;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .accordion__text {
    padding-left: calc(1.5rem + 24px);
  }
}
.accordion__text p {
  margin-top: 0;
}

.agenda {
  display: flex;
  gap: 3rem;
  margin-bottom: 4rem;
}
@media (min-width: 768px) and (max-width: 1280px) {
  .agenda {
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .agenda {
    display: grid;
  }
}
.agenda__body {
  width: calc(50% - 1.5rem);
}
@media (min-width: 768px) and (max-width: 1280px) {
  .agenda__body {
    width: calc(50% - 0.75rem);
  }
}
@media (max-width: 767px) {
  .agenda__body {
    width: 100%;
  }
}
.agenda__list {
  width: calc(50% - 1.5rem);
}
@media (min-width: 768px) and (max-width: 1280px) {
  .agenda__list {
    width: calc(50% - 0.75rem);
  }
}
@media (max-width: 767px) {
  .agenda__list {
    width: 100%;
  }
}
.agenda__item {
  display: flex;
  gap: 1rem;
  position: relative;
}
.agenda__item:not(:last-child) {
  margin-bottom: 1rem;
}
.agenda__item-body {
  display: grid;
  grid-gap: 0.25rem;
}
.agenda__item-body h3 {
  color: var(--main-color);
}
.agenda__item-body h3 > a {
  text-decoration: none;
}
.agenda__item-body > * {
  margin: 0;
}
.agenda__date {
  width: 5.5rem;
  height: 5.5rem;
  aspect-ratio: 1/1;
  background-color: var(--gray-light);
  display: grid;
  place-content: center;
  box-shadow: var(--shadow);
  flex: none;
}
.agenda__date > * {
  margin: 0;
  font-size: 1rem;
  line-height: 1;
}
@media (max-width: 575px) {
  .agenda__date > * {
    font-size: 1rem;
  }
}

.arrowlist {
  display: block;
  margin: 0 0 2rem;
  padding: 0;
}
.arrowlist li {
  align-items: center;
  display: flex;
  margin-bottom: 12px;
}
.arrowlist li a {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  text-decoration: none;
}
.arrowlist li svg {
  flex: none;
  margin-right: 1rem;
}

.calendar {
  padding: 2.5rem 0;
}
.calendar__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1rem 0 0;
  width: 100%;
}
@media (max-width: 575px) {
  .calendar__list {
    gap: 1rem;
  }
}
.calendar__item {
  display: flex;
  position: relative;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 575px) {
  .calendar__item {
    gap: 1rem;
  }
}
.calendar__item-date {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-weight: 800;
  justify-content: center;
  color: var(--white);
  background-image: var(--gradient-agenda);
  border-radius: 50%;
  width: 5.5555555556rem;
  height: 5.5555555556rem;
  line-height: 1;
  flex: none;
}
@media (max-width: 575px) {
  .calendar__item-date {
    width: 2.7777777778rem;
    height: 2.7777777778rem;
  }
}
.calendar__item-day {
  font-size: 2.7777777778rem;
  font-weight: 800;
}
@media (max-width: 575px) {
  .calendar__item-day {
    font-size: 1.25rem;
  }
}
.calendar__item-month {
  font-size: 1.3333333333rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .calendar__item-month {
    font-size: 0.5rem;
  }
}
.calendar__item-body {
  display: flex;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, color 0.2s ease-in-out;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.calendar__item-body > div {
  max-width: 75%;
}
.calendar__item-body:hover {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: var(--main-color);
}
.calendar__item-body a {
  font-size: 1.3333333333rem;
  font-weight: 700;
  text-decoration: none;
  margin: 0;
}
@media (max-width: 575px) {
  .calendar__item-body a {
    font-size: 1rem;
  }
}
.calendar__item-body p {
  margin: 0;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  /* autoprefixer: off */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 8em;
}

.checklist {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  gap: 1.5rem;
}
.checklist__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  -webkit-transition: all 0.22s ease-in-out;
  -moz-transition: all 0.22s ease-in-out;
  -ms-transition: all 0.22s ease-in-out;
  -o-transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out;
  transition: all 0.22s ease-in-out, all 0.22s ease-in-out;
}
.checklist__item > svg {
  flex: none;
}

.cta {
  border-radius: var(--radius-small);
  background-color: var(--gray-light);
  display: flex;
  gap: 2rem;
  padding: 2.5rem 2.5rem 2.5rem;
  position: relative;
  width: 100%;
  box-shadow: var(--shadow);
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .cta {
    position: relative;
    right: 3rem;
  }
}
@media (max-width: 767px) {
  .cta {
    display: grid;
    padding: 0;
    gap: 0;
  }
}
.cta > picture {
  flex: none;
  aspect-ratio: 1/1;
  height: max-content;
  width: 13.8888888889rem;
}
@media (max-width: 767px) {
  .cta > picture {
    width: 100%;
    aspect-ratio: 16/9;
  }
}
.cta > picture > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: var(--radius-small);
}
@media (max-width: 767px) {
  .cta > picture > img {
    border-radius: var(--radius-small) var(--radius-small) 0 0;
  }
}
.cta__body {
  display: flex;
  gap: 1rem;
  width: 100%;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cta__body {
    padding: 1rem 1.5rem 2rem;
  }
}
.cta__body > * {
  margin: 0 !important;
}
.cta__body > p {
  margin: 0 !important;
}
.cta__body > h2 {
  font-size: 1.5555555556rem;
  color: var(--black);
  margin: 0 !important;
}

.ervaring {
  width: 73.3333333333rem;
  right: 200px;
  flex: none;
  display: flex;
  gap: 1.5rem;
  position: relative;
}
@media (max-width: 1366px) {
  .ervaring {
    width: 100vw;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .ervaring {
    right: 13vw;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ervaring {
    right: 6vw;
  }
}
@media (max-width: 991px) {
  .ervaring {
    width: 100%;
    right: auto;
    flex-direction: column;
  }
}
.ervaring__picture {
  width: 50%;
}
@media (max-width: 991px) {
  .ervaring__picture {
    width: 100%;
  }
}
.ervaring__picture img {
  width: 100%;
  height: auto;
  max-height: 42.2222222222rem;
  aspect-ratio: 1/1;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .ervaring__picture img {
    aspect-ratio: 3/4;
  }
}
.ervaring__quote {
  width: 18.8888888889rem;
  aspect-ratio: 1/1;
  position: relative;
  bottom: 14rem;
  left: 2rem;
  display: grid;
  place-content: center;
  padding: 1rem 2rem 1rem 1.5rem;
  text-align: center;
  float: right;
  z-index: 10;
  margin-bottom: -8rem;
}
@media (max-width: 991px) {
  .ervaring__quote {
    float: none;
    left: 4rem;
    width: 19rem;
    padding: 0 2rem 0 3.5rem;
  }
}
@media (max-width: 575px) {
  .ervaring__quote {
    padding: 0 2rem 0 4rem;
    left: 0rem;
  }
}
.ervaring__quote svg {
  position: absolute;
  z-index: -1;
  right: 0;
}
@media (max-width: 575px) {
  .ervaring__quote svg {
    width: 20rem;
  }
}
.ervaring__quote blockquote {
  font-weight: 800;
  margin: 0;
  color: white;
  font-size: 1.5rem;
}
.ervaring__quote blockquote:before {
  content: open-quote;
}
.ervaring__quote blockquote:after {
  content: close-quote;
}
.ervaring__content {
  width: 50%;
  max-width: 35.5555555556rem;
  padding: 2.5rem 1rem;
  height: 100%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 991px) {
  .ervaring__content {
    width: calc(83.3333333333% - 1.5rem);
    margin-left: 8.3333333333%;
  }
}
@media (max-width: 991px) {
  .ervaring__content {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .ervaring__content {
    width: 100%;
  }
}
.ervaring__auteur {
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
}
@media (max-width: 991px) {
  .ervaring__auteur {
    position: absolute;
    top: -8rem;
    left: 10rem;
  }
}
@media (max-width: 575px) {
  .ervaring__auteur {
    top: -7rem;
    left: 7rem;
  }
}
.ervaring__auteur i {
  display: block;
  font-style: normal;
  font-size: 16px;
  line-height: 37px;
}

.quote {
  margin: 3rem 0 2.5rem;
}
.quote blockquote {
  border-radius: var(--radius);
  background-color: var(--second-tint);
  place-content: center;
  position: relative;
  padding: 2rem 2rem 1.5rem;
}
.quote blockquote:before {
  content: open-quote;
  font-size: 6rem;
  font-weight: 700;
  color: var(--second-color);
  position: absolute;
  top: -3rem;
  left: 2rem;
}
.quote blockquote > * {
  font-size: 1.5rem;
  color: var(--second-color);
  margin: 0;
}
.quote cite {
  font-size: 1.3333333333rem;
  position: relative;
  margin-left: 2rem;
  font-style: normal;
}

.i-quote {
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  font-family: "Montserrat";
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
  margin: 0 0 2rem 0;
  min-height: 420px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 320px;
}
.i-quote div {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
  display: flex;
  height: 320px;
  justify-content: center;
  padding: 20px 30px 0;
  width: 320px;
}
.i-quote footer {
  color: var(--black);
  font-size: 30px;
  line-height: 37px;
  padding: 27px 0 0 70px;
  text-align: left;
}
.i-quote footer i {
  display: block;
  font-style: normal;
  font-size: 16px;
  line-height: 37px;
}
.i-quote svg {
  height: 421px;
  left: -70px;
  position: absolute;
  top: 0;
  width: 396px;
  z-index: -1;
}

.s-form {
  background: transparent;
  border-radius: var(--radius);
  height: 2rem;
  position: relative;
  width: max-content;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.s-form--none {
  display: none;
}
.s-form__input {
  border: none;
  width: 7rem;
  height: 100%;
  border-radius: var(--radius);
  padding: 0.25rem 1rem;
  box-shadow: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out, all 0.4s ease-in-out;
  background-color: transparent;
}
.s-form__input::placeholder {
  color: white;
  font-weight: 700;
  text-shadow: var(--shadow);
}
.s-form__input:hover, .s-form__input:focus {
  width: 300px;
  padding: 0 4rem 0 1rem;
  transition: all 0.4s ease-in-out;
  color: var(--main-color);
  opacity: 1;
  box-shadow: var(--shadow);
  background-color: var(--white);
}
.s-form__input:hover + label, .s-form__input:focus + label {
  color: var(--main-color);
}
.s-form__input:hover::placeholder, .s-form__input:focus::placeholder {
  font-weight: 400;
  color: var(--black);
  text-shadow: none;
}
.s-form__input--active {
  width: 10rem;
  opacity: 1;
  background-color: var(--white);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.s-form > label {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  width: max-content;
  background-color: transparent;
}
.s-form > label > span, .s-form > label > svg {
  background-color: none;
  text-shadow: var(--shadow);
  font-weight: 700;
}
.s-form > label > span {
  color: white;
}

.modal-open {
  position: fixed;
  left: 0;
  width: 100%;
}
.modal-campagne__bgimage {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  opacity: 0.5;
  opacity: 0.2;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.modal-campagne__bgimage::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  opacity: 0.66;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 95.31%);
}
.modal-campagne .modal-dialog {
  border-radius: var(--radius);
  overflow: hidden;
  padding: 1rem;
  position: relative;
}
.modal-campagne progress {
  border-radius: 5px;
  display: block;
  height: 10px;
  width: 100%;
}
.modal-campagne progress::-webkit-progress-bar {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}
.modal-campagne progress::-webkit-progress-value {
  background-color: white;
  border-radius: 5px;
}
.modal-campagne__icons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}
.modal-campagne__icons svg {
  height: 4rem;
  width: auto;
}
.modal-campagne__icons.satisfied #iconDissatisfied {
  display: none;
}
.modal-campagne__icons.satisfied #iconNeutral {
  display: none;
}
.modal-campagne__icons.satisfied #iconSatisfied {
  display: block;
}
.modal-campagne__icons.neutral #iconDissatisfied {
  display: none;
}
.modal-campagne__icons.neutral #iconNeutral {
  display: block;
}
.modal-campagne__icons.neutral #iconSatisfied {
  display: none;
}
.modal-campagne__icons.dissatisfied #iconDissatisfied {
  display: block;
}
.modal-campagne__icons.dissatisfied #iconNeutral {
  display: none;
}
.modal-campagne__icons.dissatisfied #iconSatisfied {
  display: none;
}
.modal .modal-content {
  z-index: 1;
}
.modal .modal-content p {
  margin: 0 0 1rem 0;
}
.modal .modal-header {
  align-items: flex-end;
  flex-direction: column;
  gap: 1rem;
}
.modal .modal-header button {
  border: none;
  border-radius: 50%;
  display: block;
  height: 36px;
  width: 36px;
  color: var(--black);
  box-shadow: var(--shadow);
}
.modal .modal-header button > svg {
  width: 24px;
  height: 24px;
}
.modal .modal-body {
  color: white;
  min-height: 20rem;
}
.modal .modal-body__question {
  align-items: center;
  display: flex;
  min-height: 8rem;
}
.modal .modal-body .slider {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.modal .modal-body .slider input[type=range] {
  outline: none;
  width: 100%;
  padding: 3rem 0;
  margin-bottom: -2rem;
  margin-top: -2rem;
  cursor: pointer;
}
.modal .modal-body .slider__text {
  align-items: center;
  display: flex;
  font-weight: 700;
  gap: 1rem;
  justify-content: space-between;
  order: 2;
}
.modal .modal-body .slider__text span {
  cursor: pointer;
}

.overons {
  text-align: center;
  display: grid;
  align-content: center;
  justify-content: center;
  gap: 1rem;
  max-width: 53.3333333333rem;
  width: 100%;
  margin: 0 auto 4rem;
}
@media (max-width: 767px) {
  .overons {
    text-align: left;
    gap: unset;
  }
}
@media (min-width: 768px) {
  .overons > * {
    margin: 0 auto 0;
    bottom: 0;
  }
}

.ovzfilter {
  border-radius: var(--radius-small);
  background-color: var(--gray-light);
  display: flex;
  gap: 2rem;
  padding: 1.5rem;
  position: relative;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto 2rem;
  box-shadow: var(--shadow);
  z-index: 10000;
}
@media (max-width: 767px) {
  .ovzfilter {
    display: grid;
    gap: 1rem;
    margin: 0 auto;
  }
}

.paging {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  margin: 1.5rem auto 0;
}
@media (max-width: 575px) {
  .paging {
    gap: 1rem;
  }
}
.paging__pagenumbers {
  display: inline-flex;
  justify-content: center;
  gap: 2rem;
}
.paging__pagenumbers a {
  color: var(--black);
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  border-bottom: 0 solid transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  padding: 0 0.5rem;
}
.paging__pagenumbers a.current {
  color: var(--main-color);
  border-bottom: 0.25rem solid var(--main-color);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.paging__pagenumbers a:hover {
  color: var(--main-color);
  border-bottom: 0.25rem solid var(--main-color);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
@media (max-width: 575px) {
  .paging__pagenumbers {
    margin: 0;
  }
}
.paging .disabled {
  cursor: not-allowed;
}

.skiplink {
  background: var(--main-color);
  padding: 0.5rem 1rem;
  color: white !important;
  display: table;
  margin: 1.5rem auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  z-index: 100000;
  position: fixed;
  top: -15rem;
  left: 20%;
}

a.skiplink:active, a.skiplink.nice-select.open, a.skiplink:focus {
  top: 1rem;
  color: white;
  text-decoration: none;
}

/* === range theme and appearance === */
input[type=range] {
  font-size: 1.5rem;
  width: 12.5em;
}

input[type=range] {
  color: white;
  --thumb-height: 18px;
  --track-height: 1px;
  --track-color: rgba(255,255,255, 0.5);
  --brightness-hover: 180%;
  --brightness-down: 90%;
  --clip-edges: 2px;
}

input[type=range].win10-thumb {
  color: #2b2d42;
  --thumb-height: 1.375em;
  --thumb-width: 0.5em;
  --clip-edges: 0.0125em;
}

input[type=range] {
  position: relative;
  background: rgba(255, 255, 255, 0);
  overflow: hidden;
}

input[type=range]:active, input[type=range].nice-select.open {
  cursor: grabbing;
}

input[type=range]:disabled {
  filter: grayscale(1);
  opacity: 0.3;
  cursor: not-allowed;
}

input[type=range],
input[type=range]::-webkit-slider-runnable-track,
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  transition: all ease 100ms;
  height: var(--thumb-height);
}

input[type=range]::-webkit-slider-runnable-track,
input[type=range]::-webkit-slider-thumb {
  position: relative;
}

input[type=range]::-webkit-slider-thumb {
  --thumb-radius: calc((var(--thumb-height) * 0.5) - 1px);
  --clip-top: calc((var(--thumb-height) - var(--track-height)) * 0.5 - 0.5px);
  --clip-bottom: calc(var(--thumb-height) - var(--clip-top));
  --clip-further: calc(100% + 1px);
  --box-fill: calc(-100vmax - var(--thumb-width, var(--thumb-height))) 0 0 100vmax currentColor;
  width: var(--thumb-width, var(--thumb-height));
  background: linear-gradient(currentColor 0 0) scroll no-repeat left center/50% calc(var(--track-height) + 1px);
  background-color: currentColor;
  box-shadow: var(--box-fill);
  border-radius: var(--thumb-width, var(--thumb-height));
  filter: brightness(100%);
  clip-path: polygon(100% -1px, var(--clip-edges) -1px, 0 var(--clip-top), -100vmax var(--clip-top), -100vmax var(--clip-bottom), 0 var(--clip-bottom), var(--clip-edges) 100%, var(--clip-further) var(--clip-further));
}

input[type=range]:hover::-webkit-slider-thumb {
  filter: brightness(var(--brightness-hover));
  cursor: grab;
}

input[type=range]:active::-webkit-slider-thumb, input[type=range].nice-select.open::-webkit-slider-thumb {
  filter: brightness(var(--brightness-down));
  cursor: grabbing;
}

input[type=range]::-webkit-slider-runnable-track {
  background: linear-gradient(var(--track-color) 0 0) scroll no-repeat center/100% calc(var(--track-height) + 1px);
}

input[type=range]:disabled::-webkit-slider-thumb {
  cursor: not-allowed;
}

/* === Firefox specific styles === */
input[type=range],
input[type=range]::-moz-range-track,
input[type=range]::-moz-range-thumb {
  appearance: none;
  transition: all ease 100ms;
  height: var(--thumb-height);
}

input[type=range]::-moz-range-track,
input[type=range]::-moz-range-thumb,
input[type=range]::-moz-range-progress {
  background: rgba(255, 255, 255, 0);
}

input[type=range]::-moz-range-thumb {
  background: currentColor;
  border: 0;
  width: var(--thumb-width, var(--thumb-height));
  border-radius: var(--thumb-width, var(--thumb-height));
  cursor: grab;
}

input[type=range]:active::-moz-range-thumb, input[type=range].nice-select.open::-moz-range-thumb {
  cursor: grabbing;
}

input[type=range]::-moz-range-track {
  width: 100%;
  background: var(--track-color);
}

input[type=range]::-moz-range-progress {
  appearance: none;
  background: currentColor;
  transition-delay: 30ms;
}

input[type=range]::-moz-range-track,
input[type=range]::-moz-range-progress {
  height: calc(var(--track-height) + 1px);
  border-radius: var(--track-height);
}

input[type=range]::-moz-range-thumb,
input[type=range]::-moz-range-progress {
  filter: brightness(100%);
}

input[type=range]:hover::-moz-range-thumb,
input[type=range]:hover::-moz-range-progress {
  filter: brightness(var(--brightness-hover));
}

input[type=range]:active::-moz-range-thumb, input[type=range].nice-select.open::-moz-range-thumb,
input[type=range]:active::-moz-range-progress,
input[type=range].nice-select.open::-moz-range-progress {
  filter: brightness(var(--brightness-down));
}

input[type=range]:disabled::-moz-range-thumb {
  cursor: not-allowed;
}

.modal {
  z-index: 999999999 !important;
}

.modal-backdrop {
  z-index: 99999999;
}

.nice-select {
  flex: 6;
  border: 1px solid var(--white);
  background-color: var(--white);
  outline: var(--white);
  border: none;
  border-radius: var(--radius);
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  height: 2.5555555556rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .nice-select {
    width: 100%;
    flex: auto;
  }
}
.nice-select:hover {
  border-color: rgb(219.25, 219.25, 219.25);
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}
.nice-select:after {
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  content: "";
  display: block;
  height: 10px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 24px;
  top: 44%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 10px;
  z-index: 1;
}
.nice-select:before {
  background-color: var(--main-color);
  content: "";
  display: block;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 22px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: rgb(237.1, 237.1, 237.1);
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  top: 100%;
  width: 100%;
  border: none;
  background-color: white;
  border-radius: 1rem;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  max-height: 400px;
  overflow-y: auto;
}
.nice-select .list::-webkit-scrollbar {
  width: 1rem;
}
.nice-select .list::-webkit-scrollbar-track {
  background-color: var(--second-tint);
}
.nice-select .list::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  outline: none;
}
.nice-select:hover .option:not(:hover) {
  background-color: var(--white) !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding: 0.25rem 1rem;
  text-align: left;
  transition: all 0.2s;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out, all 0.1s ease-in-out;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out, all 0.1s ease-in-out;
  color: var(--main-color);
  font-weight: 700;
}
.nice-select .option:hover {
  background-color: var(--second-color);
  color: var(--white);
  font-weight: 700;
}
.nice-select .option.selected {
  font-weight: 700;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

:is(.umbraco-forms-form) .nice-select {
  width: 100%;
  border: 1px solid var(--gray);
  background-color: var(--gray);
  outline: var(--gray);
  border: none;
  border-radius: var(--radius);
  max-width: 100% !important;
  margin: 0 0 1rem 0;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  min-height: 60px;
}
:is(.umbraco-forms-form) .nice-select:focus-visible {
  border: 1px solid var(--second-color);
  box-shadow: 0 5px 20px 0 rgba(33, 7, 30, 0.04);
  background-color: white;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
:is(.umbraco-forms-form) .nice-select::placeholder {
  font-style: italic;
}
:is(.umbraco-forms-form) .nice-select:before {
  margin-top: 2px;
}
:is(.umbraco-forms-form) .nice-select .list {
  border: 1px solid var(--gray);
}

:is(.filter--menu) .nice-select {
  height: 2rem;
  font-size: 0.8888888889rem;
}
:is(.filter--menu) .nice-select:before {
  top: 0.3888888889rem;
  right: 0.3888888889rem;
}
:is(.filter--menu) .nice-select:after {
  right: 1.0555555556rem;
}
:is(.filter--menu) .nice-select .list {
  font-size: inherit;
}

:is(.ovzfilter) .nice-select {
  border: 1px solid var(--gray);
  font-weight: 700;
  height: 64px;
}
:is(.ovzfilter) .nice-select .current {
  color: var(--main-color);
}
@media (max-width: 575px) {
  :is(.ovzfilter) .nice-select .current {
    font-size: 15px;
  }
}
@media (max-width: 374px) {
  :is(.ovzfilter) .nice-select .current {
    font-size: 14px;
  }
}
:is(.ovzfilter) .nice-select:before {
  display: none;
}
:is(.ovzfilter) .nice-select:after {
  border-bottom: 2px solid var(--main-color);
  border-right: 2px solid var(--main-color);
}
:is(.ovzfilter) .nice-select .option:hover {
  color: var(--main-color);
}

.swiper-verhalen {
  width: 100%;
  display: block;
  margin-bottom: 0;
  position: relative;
  z-index: 0;
  height: max-content;
  margin-bottom: 6rem;
}
@media (max-width: 1199px) {
  .swiper-verhalen {
    padding-top: 2rem;
  }
}
@media (max-width: 767px) {
  .swiper-verhalen {
    margin-bottom: 4rem;
  }
}
.swiper-verhalen:after {
  content: "";
  position: absolute;
  top: 0;
  height: calc(100% + 3rem);
  background-color: var(--gray-20);
  left: 50%;
  width: calc(100vw - var(--i-scrollbar-width));
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .swiper-verhalen:after {
    height: calc(100% + 25rem);
    bottom: 0;
    top: auto;
    z-index: 0;
  }
}
.swiper-verhalen__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 1000000;
  position: relative;
  gap: 1rem 0;
  padding: 1rem 0 2rem;
}
@media (max-width: 767px) {
  .swiper-verhalen__nav {
    padding: 0 0 1rem;
  }
}
@media (max-width: 575px) {
  .swiper-verhalen__nav {
    gap: 1.5rem 0;
    margin: 1rem 0;
  }
}
.swiper-verhalen__nav .btn__prev {
  margin-right: 1rem;
}
.swiper-verhalen__nav .btn__prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (min-width: 576px) {
  .swiper-verhalen__nav .btn__link {
    margin-left: 1rem;
  }
}

.verhaal {
  display: flex;
  flex-direction: column;
  flex-direction: column-reverse;
  position: relative;
  width: 100%;
  height: max-content;
}
@media (min-width: 768px) {
  .verhaal {
    flex-direction: row;
  }
}
.verhaal__next-image {
  position: absolute;
  right: calc(-50% - 1.5rem);
  top: 0;
  width: 50%;
  height: 31.6666666667rem;
  object-fit: cover;
  opacity: 0.3;
}
@media (max-width: 1199px) {
  .verhaal__next-image {
    top: 2rem;
  }
}
@media (max-width: 767px) {
  .verhaal__next-image {
    right: -40%;
    height: 432px;
  }
}
@media (max-width: 575px) {
  .verhaal__next-image {
    height: 428px;
  }
}
.verhaal__druppel {
  position: absolute;
  bottom: 0;
  width: 300px;
  aspect-ratio: 1/1;
  bottom: -1rem;
  right: -4rem;
  z-index: 1000;
  display: grid;
  padding: 4rem 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .verhaal__druppel {
    right: 1rem;
  }
}
@media (max-width: 767px) {
  .verhaal__druppel {
    transform: scale(0.75);
    top: 9rem;
    right: -1rem;
    padding: 4rem 2rem;
  }
}
@media (max-width: 413px) {
  .verhaal__druppel {
    top: 7rem;
  }
}
.verhaal__druppel-text {
  font-weight: 800;
  margin: 0;
  color: white;
  font-size: 2rem;
  width: 75%;
  height: max-content;
  position: relative;
  left: 3.5rem;
  line-height: 1.2;
  text-shadow: var(--shadow);
}
.verhaal__druppel svg {
  position: absolute;
  left: 0;
  z-index: -1;
}
.verhaal__text {
  flex: none;
  padding: 3rem 1rem 0 0;
  height: max-content;
  width: 50%;
}
@media (max-width: 767px) {
  .verhaal__text {
    width: 100%;
    padding: 1rem 1rem 0 0;
  }
}
.verhaal__text h3 {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .verhaal__text h3 {
    margin-top: 3rem;
  }
}
.verhaal__text p {
  margin: 0 0 1rem;
}
.verhaal__text a {
  color: var(--black);
  font-weight: 700;
  text-underline-offset: 0.2em;
  text-decoration-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.verhaal__text a:hover {
  text-decoration: underline;
  color: var(--main-color);
  text-decoration-color: var(--main-color);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .verhaal__text a {
    margin-bottom: 2rem;
  }
}
.verhaal__picture {
  flex: auto;
  height: 26.6666666667rem;
  position: relative;
}
@media (max-width: 767px) {
  .verhaal__picture {
    width: 85%;
  }
}
@media (min-width: 768px) {
  .verhaal__picture {
    margin: 0;
    height: 31.6666666667rem;
    width: 100%;
  }
}
.verhaal__picture .swiper {
  background: white;
  display: block;
  height: 26.6666666667rem;
  width: 100% !important;
}
.verhaal__picture .swiper .swiper-slide {
  opacity: 0.3;
  position: relative;
  transition: all ease-in-out 0.4s;
  z-index: 0;
  /*                @media (min-width: 768px) {
      width: 85% !important;
  }*/
}
.verhaal__picture .swiper .swiper-slide-active {
  opacity: 1;
}
.verhaal__picture .swiper .swiper-slide img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}
.verhaal__picture .swiper .swiper-slide a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.verhaal__picture .swiper picture {
  display: block;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .verhaal__picture .swiper {
    height: 570px;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.verhaal__quote {
  height: 480px;
  margin: 0;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.verhaal__quote .swiper-quote {
  height: 260px;
  margin: 90px 5% 0 auto;
  width: 238px;
}
.verhaal__quote .swiper-quote .i-quote {
  background: none;
  height: 260px;
  min-height: auto;
  width: 238px;
  position: relative;
}
.verhaal__quote .swiper-quote .i-quote div {
  align-items: center;
  background: none;
  color: white;
  display: flex;
  height: 200px;
  justify-content: center;
  width: 200px;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.verhaal__quote .swiper-quote .i-quote svg {
  height: 260px;
  left: 0;
  top: 0;
  width: 238px;
}
@media (min-width: 768px) {
  .verhaal__quote .swiper-quote {
    height: 360px;
    width: 325px;
    margin: 265px 5% 0 auto;
  }
  .verhaal__quote .swiper-quote .i-quote {
    background: none;
    height: 360px;
    min-height: auto;
    width: 325px;
    position: relative;
  }
  .verhaal__quote .swiper-quote .i-quote div {
    align-items: center;
    background: none;
    color: white;
    display: flex;
    height: 274px;
    justify-content: center;
    width: 272px;
    padding: 20px 20px 0 20px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .verhaal__quote .swiper-quote .i-quote svg {
    height: 360px;
    width: 325px;
  }
}
@media (min-width: 768px) {
  .verhaal__quote {
    height: 570px;
    margin: 0;
    width: calc((100vw - var(--i-scrollbar-width)) / 2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
  }
}

.umbraco-forms-fieldset .dataconsent .umbraco-forms-field-wrapper .field-validation-error {
  width: 20rem;
}

.umbraco-forms-hidden {
  display: none;
}

/*# sourceMappingURL=campagne.css.map */
