﻿@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, .i-centra-article h1, .i-featured-text h1, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, picture, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --i-purple: hsl(321, 100%, 37%);
  --i-white: hsl(0, 0%, 100%);
  --i-gray--light: hsl(0, 22%, 96%);
  --i-gray--dark: hsl(208, 12%, 32%);
  --i-input--bgclr: var(--i-gray--light);
}
:root .i-form--light {
  --i-input--bgclr: var(--i-white);
}

@font-face {
  font-family: "DM Sans";
  font-weight: 400;
  src: url("/fonts/dm_sans/static/dmsans-regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  font-weight: 700;
  src: url("/fonts/dm_sans/static/dmsans-bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  font-style: italic;
  font-weight: 400;
  src: url("/fonts/dm_sans/static/dmsans-italic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Yrsa";
  font-weight: 700;
  src: url("/fonts/yrsa/static/yrsa-bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Yrsa";
  font-weight: 600;
  src: url("/fonts/yrsa/static/yrsa-semibold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Yrsa";
  font-weight: 500;
  src: url("/fonts/yrsa/static/yrsa-medium.ttf") format("truetype");
  font-display: swap;
}
.i-abc nav {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.i-cta-corporate button, .i-main-tasks button {
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 1rem;
  gap: 0.5rem;
  padding: 0;
  user-select: none;
  width: fit-content;
}

.nice-select .list, .i-filter--theme__form, .i-filter, .i-care-featured, .i-verwachten article.active, .i-featured article {
  box-shadow: 0px 4px 30px 0px hsla(0, 0%, 0%, 0.15), 0px 2px 10px 0px hsla(0, 0%, 0%, 0.05);
}

.i-articles ul li:hover .i-href i, .i-services--articles article:hover, .i-href:hover i, .i-href:active i, .i-btn--splide:not([disabled]):hover, .i-btn--splide:not([disabled]):active, .i-btn--red:hover, .i-btn--red:active, .i-btn--blue-gradient:hover, .i-btn--blue-gradient:active, .i-btn--blue:hover, .i-btn--blue:active, .i-btn--gray--light2:hover, .i-btn--gray--light2:active, .i-btn--gray--light:hover, .i-btn--gray--light:active, .i-btn--green:hover, .i-btn--green:active, .i-btn--purple:hover, .umbraco-forms-navigation input[type=submit]:hover, form button[type=reset]:hover, form button[type=submit]:hover, .i-btn--purple:active, .umbraco-forms-navigation input[type=submit]:active, form button[type=reset]:active, form button[type=submit]:active, .i-btn--transparent:hover, .i-btn--transparent:active {
  box-shadow: 0px 2px 0px 0px hsla(0, 0%, 0%, 0.5);
}

.i-extra, .i-pagination a::after, .i-overview--header, .i-abc nav a::after, .i-hero-quote::after, .i-btn--splide, .i-btn--blue-gradient {
  background: hsl(203, 97%, 38%);
  background: linear-gradient(360deg, hsl(244, 63%, 42%) 0%, hsl(203, 97%, 38%) 100%);
  color: white;
}

.i-services--articles article a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

*, ::after, ::before {
  box-sizing: border-box;
}

.i-print--only {
  display: none;
}

html {
  scroll-behavior: smooth;
  overflow-y: auto;
}

html, body {
  height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: var(--i-gray-light);
  background-color: white;
  overflow-x: clip;
  padding: 0 1rem;
  width: 100%;
  zoom: 1; /* Initial zoom value */
  transition: zoom 0.2s ease;
}
body.noscroll {
  overflow: hidden;
}
body.noscroll .i-wrapper {
  padding-right: 17px;
}

img {
  max-width: 100%;
}

.i-wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 93.75rem;
  min-height: 100vh;
}
.i-wrapper main {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.fa-icon {
  flex: none;
  height: 1rem;
  width: 1rem;
}

.fa16 {
  flex: none;
  height: 1rem;
  width: 1rem;
}

.i-spacer40 {
  display: block;
  height: 2.5rem;
  width: 100%;
}

.i-qrcode svg {
  display: block;
  height: 6.25rem;
  height: 6.25rem;
}

@media print {
  .i-print--only {
    display: block;
    position: absolute;
    top: 1cm;
    right: 1cm;
    width: 100px;
    height: auto;
    z-index: 9999;
  }
  .i-brand {
    display: none;
  }
  .i-content--col1 h1 {
    color: black !important;
  }
  .i-headervisual picture {
    display: none;
  }
  .i-header.i-addshadow {
    display: none;
  }
  main .i-overview--header {
    display: none;
  }
  main .i-content {
    margin: 0 auto;
  }
  main .i-paragrafen, main .i-container-noborder {
    gap: 1rem !important;
    padding: 0;
  }
  main .i-paragrafen div.col-lg-9 .paragraaf-tekst, main .i-container-noborder div.col-lg-9 .paragraaf-tekst {
    margin-top: 2rem;
    break-inside: avoid;
    page-break-inside: avoid;
  }
  main .i-paragrafen div.col-lg-9 .paragraaf-tekst h2, main .i-container-noborder div.col-lg-9 .paragraaf-tekst h2 {
    font-size: 2rem;
  }
}
@media print and (max-width: 768px) {
  main .i-paragrafen div.col-lg-9 .paragraaf-tekst h2, main .i-container-noborder div.col-lg-9 .paragraaf-tekst h2 {
    font-size: 1.75rem;
  }
}
@media print {
  main .i-paragrafen .row, main .i-container-noborder .row {
    display: none;
  }
  main .i-paragrafen .row:has(+ .row .i-faq-a.show), main .i-paragrafen .row:has(.show), main .i-container-noborder .row:has(+ .row .i-faq-a.show), main .i-container-noborder .row:has(.show) {
    display: block;
  }
  main .i-paragrafen .i-paragraaf-faqs:not(:has(.i-faq-a.show)) > h2, main .i-container-noborder .i-paragraaf-faqs:not(:has(.i-faq-a.show)) > h2 {
    display: none;
  }
  main .i-paragrafen .i-paragraaf-faqs, main .i-paragrafen .row > .col-lg-12, main .i-container-noborder .i-paragraaf-faqs, main .i-container-noborder .row > .col-lg-12 {
    display: none;
  }
  main .i-paragrafen .i-paragraaf-faqs > h2, main .i-paragrafen .row > .col-lg-12 > h2, main .i-container-noborder .i-paragraaf-faqs > h2, main .i-container-noborder .row > .col-lg-12 > h2 {
    margin-top: 2rem;
    font-size: 2rem;
  }
}
@media print and (max-width: 768px) {
  main .i-paragrafen .i-paragraaf-faqs > h2, main .i-paragrafen .row > .col-lg-12 > h2, main .i-container-noborder .i-paragraaf-faqs > h2, main .i-container-noborder .row > .col-lg-12 > h2 {
    font-size: 1.75rem;
  }
}
@media print {
  main .i-paragrafen .i-paragraaf-faqs .i-href, main .i-paragrafen .row > .col-lg-12 .i-href, main .i-container-noborder .i-paragraaf-faqs .i-href, main .i-container-noborder .row > .col-lg-12 .i-href {
    display: none;
  }
  main .i-paragrafen .i-paragraaf-faqs:has(.show), main .i-paragrafen .row > .col-lg-12:has(.show), main .i-container-noborder .i-paragraaf-faqs:has(.show), main .i-container-noborder .row > .col-lg-12:has(.show) {
    display: block;
  }
  main .i-paragrafen .i-paragraaf-faqs:has(.show) .i-faqs, main .i-paragrafen .row > .col-lg-12:has(.show) .i-faqs, main .i-container-noborder .i-paragraaf-faqs:has(.show) .i-faqs, main .i-container-noborder .row > .col-lg-12:has(.show) .i-faqs {
    gap: 0;
  }
  main .i-paragrafen .i-paragraaf-faqs:has(.show) .i-faqs .i-faq, main .i-paragrafen .row > .col-lg-12:has(.show) .i-faqs .i-faq, main .i-container-noborder .i-paragraaf-faqs:has(.show) .i-faqs .i-faq, main .i-container-noborder .row > .col-lg-12:has(.show) .i-faqs .i-faq {
    display: none;
  }
  main .i-paragrafen .i-paragraaf-faqs:has(.show) .i-faqs .i-faq:has(.show), main .i-paragrafen .row > .col-lg-12:has(.show) .i-faqs .i-faq:has(.show), main .i-container-noborder .i-paragraaf-faqs:has(.show) .i-faqs .i-faq:has(.show), main .i-container-noborder .row > .col-lg-12:has(.show) .i-faqs .i-faq:has(.show) {
    page-break-inside: avoid;
    break-inside: avoid;
    display: block;
    padding: 0;
  }
  main .i-paragrafen .i-paragraaf-faqs:has(.show) .i-faqs .i-faq:has(.show) .i-faq-q button, main .i-paragrafen .row > .col-lg-12:has(.show) .i-faqs .i-faq:has(.show) .i-faq-q button, main .i-container-noborder .i-paragraaf-faqs:has(.show) .i-faqs .i-faq:has(.show) .i-faq-q button, main .i-container-noborder .row > .col-lg-12:has(.show) .i-faqs .i-faq:has(.show) .i-faq-q button {
    font-weight: 700;
  }
  main .i-paragrafen .i-paragraaf-faqs:has(.show) .i-faqs .i-faq:has(.show) .i-faq-q .i-faq-icon, main .i-paragrafen .row > .col-lg-12:has(.show) .i-faqs .i-faq:has(.show) .i-faq-q .i-faq-icon, main .i-container-noborder .i-paragraaf-faqs:has(.show) .i-faqs .i-faq:has(.show) .i-faq-q .i-faq-icon, main .i-container-noborder .row > .col-lg-12:has(.show) .i-faqs .i-faq:has(.show) .i-faq-q .i-faq-icon {
    display: none;
  }
  main .i-paragrafen .i-paragraaf-faqs:has(.show) .i-faqs .i-faq:has(.show) .i-faq-q .i-faq-a.collapse, main .i-paragrafen .row > .col-lg-12:has(.show) .i-faqs .i-faq:has(.show) .i-faq-q .i-faq-a.collapse, main .i-container-noborder .i-paragraaf-faqs:has(.show) .i-faqs .i-faq:has(.show) .i-faq-q .i-faq-a.collapse, main .i-container-noborder .row > .col-lg-12:has(.show) .i-faqs .i-faq:has(.show) .i-faq-q .i-faq-a.collapse {
    display: block;
  }
  main .i-paragrafen .i-paragraaf-faqs:has(.show) .i-faqs .i-faq:has(.show) .i-faq-q span, main .i-paragrafen .row > .col-lg-12:has(.show) .i-faqs .i-faq:has(.show) .i-faq-q span, main .i-container-noborder .i-paragraaf-faqs:has(.show) .i-faqs .i-faq:has(.show) .i-faq-q span, main .i-container-noborder .row > .col-lg-12:has(.show) .i-faqs .i-faq:has(.show) .i-faq-q span {
    color: black;
  }
  main .i-paragrafen .i-paragraaf-faqs:has(.show) .i-faqs .i-faq:has(.show) .i-faq-a a, main .i-paragrafen .row > .col-lg-12:has(.show) .i-faqs .i-faq:has(.show) .i-faq-a a, main .i-container-noborder .i-paragraaf-faqs:has(.show) .i-faqs .i-faq:has(.show) .i-faq-a a, main .i-container-noborder .row > .col-lg-12:has(.show) .i-faqs .i-faq:has(.show) .i-faq-a a {
    text-decoration: none;
    color: black;
  }
  .i-no-print {
    display: none !important;
  }
  footer {
    display: none !important;
  }
}
a {
  text-decoration: none;
}

em {
  font-style: italic;
}

strong {
  font-weight: 700;
}

body {
  color: hsl(343, 6%, 21%);
  font-family: "DM Sans", Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
  line-height: 1.76;
}

h1, h2, h3, .i-centra-article h1, .i-featured-text h1, h4,
.i-h1, .i-h2, .i-extra-content h1, .i-services h2, .i-cta-corporate h1, .i-main-tasks h1, .i-h3, .i-news-article h1, .i-member-card h1, .i-h4, .i-care-featured h1 {
  font-family: "Yrsa", "Times New Roman", Times, serif;
  font-weight: 700;
  line-height: 1.25;
  -moz-hyphens: auto !important;
  -ms-hyphens: auto !important;
  -webkit-hyphens: auto !important;
  hyphens: auto !important;
  -webkit-hyphenate-limit-before: 3; /* For Safari */
  -webkit-hyphenate-limit-after: 8; /* For Safari */
  -ms-hyphenate-limit-chars: 10 3 8;
  hyphenate-limit-chars: 10 3 8;
}

h1 {
  font-size: 3.125rem;
}

h2, .i-h2, .i-extra-content h1, .i-services h2, .i-cta-corporate h1, .i-main-tasks h1 {
  font-size: 2.25rem;
}
@media (max-width: 768px) {
  h2, .i-h2, .i-extra-content h1, .i-services h2, .i-cta-corporate h1, .i-main-tasks h1 {
    font-size: 1.75rem;
  }
}

h3, .i-centra-article h1, .i-featured-text h1, .i-h3, .i-news-article h1, .i-member-card h1 {
  font-size: 1.5rem;
}

h4, .i-h4, .i-care-featured h1 {
  font-size: 1.375rem;
}

h5, .i-h5, .i-services--articles article h1, .i-accordion-q button {
  font-family: "DM Sans", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75;
}

.collapse {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.collapse.show {
  display: block;
}

.visually-hidden, .i-social li a span,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  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;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.i-skiplink {
  align-items: center;
  background-color: hsl(345.59, 95.33%, 41.96%);
  color: white;
  display: flex;
  height: 3.5rem;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: -100%;
  transition: all ease-in-out 0.3s;
  z-index: 999999;
}
.i-skiplink:hover {
  background-color: hsl(345.59, 95.33%, 41.96%);
}
.i-skiplink:focus-visible {
  outline: none;
  top: 0;
}

.i-preheader {
  align-items: center;
  display: none;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: flex-start;
  padding: 1.25rem 0;
  position: relative;
  z-index: 999;
}
.i-preheader::after {
  background: hsl(0, 22%, 96%);
  border-radius: 0 0 1.25rem 1.25rem;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: calc(100% + 2rem);
  z-index: -1;
}
@media (min-width: 1200px) {
  .i-preheader::after {
    width: calc(100% + 6.25rem);
  }
}
@media (min-width: 768px) {
  .i-preheader {
    display: flex;
  }
}
.i-preheader-site {
  color: hsl(203, 100%, 29%);
  font-family: "Yrsa", "Times New Roman", Times, serif;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1;
}
.i-preheader-loc {
  align-items: center;
  color: hsl(203, 100%, 29%);
  display: none;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
@media (min-width: 1200px) {
  .i-preheader-loc {
    display: flex;
  }
}
.i-preheader-loc svg {
  fill: hsl(203, 100%, 29%);
  flex: none;
  height: 0.9375rem;
  width: 0.75rem;
}
.i-preheader-loc span {
  font-family: "DM Sans", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.125;
}
.i-preheader-loc a {
  color: inherit;
}
.i-preheader-nav {
  display: flex;
  font-size: 0.9375rem;
  flex-wrap: wrap;
  gap: 0 1rem;
  margin-left: auto;
}
.i-preheader-nav a {
  align-items: center;
  color: hsl(214, 97%, 28%);
  gap: 0.5rem;
  display: flex;
}
.i-preheader-nav a svg {
  fill: hsl(208, 12%, 32%);
  opacity: 0.5;
  width: 0.75rem;
  height: 0.75rem;
  transition: all ease-in-out 0.2s;
}
.i-preheader-nav a span {
  color: hsl(214, 97%, 28%);
}
.i-preheader-nav a:hover svg {
  opacity: 1;
}
.i-preheader-nav--urls {
  position: relative;
}
.i-preheader-nav--urls ul {
  background-color: hsl(0, 22%, 96%);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  left: 0;
  padding: 1rem 1rem;
  position: absolute;
  top: calc(100% + 0.25rem);
}
.i-preheader-nav--urls ul li a {
  border-bottom: solid 1px hsl(0, 0%, 100%);
  color: var(--i-blue);
  display: block;
  padding: 0.5rem;
}

.i-footer-container {
  border: solid 1px hsl(0, 0%, 92%);
  border-bottom: 0 none;
  border-radius: 1.25rem 1.25rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  margin: 0 auto;
  padding: 2.5rem 1rem 0;
}
@media (min-width: 1200px) {
  .i-footer-container {
    padding: 3.125rem 1rem 0;
  }
}
.i-footer-top {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 61.25rem;
  width: 100%;
}
@media (min-width: 576px) {
  .i-footer-top {
    flex-direction: row;
  }
}
.i-footer-top .i-brand {
  flex: none;
  width: unset;
}
.i-footer-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 61.25rem;
  width: 100%;
}
@media (min-width: 576px) {
  .i-footer-content {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  .i-footer-content {
    flex-wrap: nowrap;
  }
}
.i-footer-address {
  color: hsl(208, 12%, 32%);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  order: 1;
  width: 100%;
}
.i-footer-address a {
  color: hsl(208, 12%, 32%);
}
@media (min-width: 576px) {
  .i-footer-address {
    order: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .i-footer-address {
    width: 33.3333333333%;
  }
}
.i-footer-pagelinks {
  display: flex;
  flex-direction: column;
  order: 0;
  width: 100%;
}
@media (min-width: 576px) {
  .i-footer-pagelinks {
    flex-direction: row;
    gap: 1.5rem;
    order: 1;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .i-footer-pagelinks {
    width: 66.6666666667%;
  }
}
.i-footer-pagelinks ul {
  flex-basis: 100%;
}
.i-footer-pagelinks ul li {
  margin-bottom: 0.5rem;
}
.i-footer-pagelinks .i-href span {
  color: hsl(343, 6%, 21%);
}
.i-footer-btm {
  display: flex;
  padding-top: 3.125rem;
  gap: 1rem;
  border-top: solid 1px hsl(0, 0%, 92%);
  margin: 0 auto;
  max-width: 61.25rem;
  width: 100%;
}
.i-footer-servicelinks {
  color: hsl(208, 12%, 32%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.i-footer-servicelinks ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  flex-direction: column;
}
@media (min-width: 576px) {
  .i-footer-servicelinks ul {
    flex-direction: row;
  }
}
.i-footer-servicelinks ul li a {
  align-items: center;
  color: hsl(208, 12%, 32%);
  display: flex;
  font-weight: 700;
  gap: 0.75rem;
}
.i-footer-servicelinks ul li a::before {
  border-radius: 50%;
  content: "";
  height: 0.875rem;
  width: 0.875rem;
  box-shadow: inset 0 0 0 3px pink;
  transition: all ease-in-out 0.2s;
}
.i-footer-servicelinks ul li a[href*=maasziekenhuispantein]::before {
  box-shadow: inset 0 0 0 3px #bcc335;
}
.i-footer-servicelinks ul li a[href*=thuiszorgpantein]::before {
  box-shadow: inset 0 0 0 3px #27bbe9;
}
.i-footer-servicelinks ul li a[href*=zorgcentrapantein]::before {
  box-shadow: inset 0 0 0 3px #f19123;
}
.i-footer-servicelinks ul li a[href*=panteinextra]::before {
  box-shadow: inset 0 0 0 3px #bd007b;
}
.i-footer-servicelinks ul li a[href*=werkenbijpantein]::before {
  box-shadow: inset 0 0 0 3px #47515A;
}
.i-footer-servicelinks ul li a:hover[href*=maasziekenhuispantein]::before {
  box-shadow: inset 0 0 0 10px #bcc335;
}
.i-footer-servicelinks ul li a:hover[href*=thuiszorgpantein]::before {
  box-shadow: inset 0 0 0 10px #27bbe9;
}
.i-footer-servicelinks ul li a:hover[href*=zorgcentrapantein]::before {
  box-shadow: inset 0 0 0 10px #f19123;
}
.i-footer-servicelinks ul li a:hover[href*=panteinextra]::before {
  box-shadow: inset 0 0 0 10px #bd007b;
}
.i-footer-servicelinks ul li a:hover[href*=werkenbijpantein]::before {
  box-shadow: inset 0 0 0 10px #47515A;
}
.i-footer-post {
  border-left: solid 1px hsl(0, 0%, 92%);
  border-right: solid 1px hsl(0, 0%, 92%);
  display: block;
  padding-top: 3.125rem;
  font-family: "DM Sans", Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
}
.i-footer-post1 {
  align-items: flex-start;
  background-color: hsl(0, 22%, 96%);
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  padding: 1.5rem 2.25rem;
}
.i-footer-post ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
}
.i-footer-post a {
  color: hsl(208, 12%, 32%);
}

.ill {
  position: relative;
  height: 4rem;
  overflow: hidden;
  padding-top: 3.125rem;
  width: 100%;
  z-index: 0;
}
.ill-landscape {
  bottom: 0;
  height: auto;
  right: 0;
  position: absolute;
  width: 93.75rem;
  z-index: -1;
}
.ill-car {
  bottom: 0.375rem;
  width: 5.1875rem;
  left: 2rem;
  position: absolute;
}
@media (min-width: 576px) {
  .ill-car {
    left: 6.25rem;
  }
}
.ill-bike {
  bottom: 0;
  height: 3rem;
  left: 33.75vw;
  position: absolute;
}
.ill-walk {
  bottom: 0;
  height: 3.0625rem;
  position: absolute;
  right: 3.125rem;
}
@media (min-width: 576px) {
  .ill-walk {
    right: 9.375rem;
  }
}

.i-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
.i-social li a {
  align-items: center;
  background-color: var(--i-gray--light);
  border-radius: 50%;
  color: var(--i-purple);
  display: flex;
  height: 2.375rem;
  justify-content: center;
  position: relative;
  width: 2.375rem;
}
.i-social li a svg {
  fill: hsl(203, 100%, 29%);
  height: 1rem;
  width: 1rem;
}
.i-header {
  align-items: center;
  background: hsl(0, 0%, 100%);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding: 1.5rem 0;
  position: relative;
  position: sticky;
  top: 0;
  z-index: 500;
}
.i-header.i-addshadow::after {
  box-shadow: none;
}
.i-header::after {
  background: hsl(0, 0%, 100%);
  border-radius: 0 0 1.25rem 1.25rem;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: calc(100% + 2rem);
  z-index: -1;
}
@media (min-width: 1200px) {
  .i-header::after {
    width: calc(100% + 6.25rem);
  }
}
.i-header.i-addshadow::after {
  box-shadow: 0px 4px 30px 0px hsla(0, 0%, 0%, 0.15), 0px 2px 10px 0px hsla(0, 0%, 0%, 0.05);
}
@media (min-width: 768px) {
  .i-header:has(.i-care-row2) .i-care--picture {
    top: calc(-1 * 6.25rem);
    width: 21.875rem;
  }
}
.i-header-nav {
  display: flex;
  gap: 1rem;
}
.i-header-nav--mobile {
  display: flex;
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .i-header-nav--mobile {
    display: none;
  }
}
.i-header-nav--mobile .i-btn[title=Menu] .bars, .i-header-nav--mobile .umbraco-forms-navigation input[title=Menu][type=submit] .bars, .umbraco-forms-navigation .i-header-nav--mobile input[title=Menu][type=submit] .bars, .i-header-nav--mobile form button[title=Menu][type=reset] .bars, form .i-header-nav--mobile button[title=Menu][type=reset] .bars, .i-header-nav--mobile form button[title=Menu][type=submit] .bars, form .i-header-nav--mobile button[title=Menu][type=submit] .bars {
  display: block;
}
.i-header-nav--mobile .i-btn[title=Menu] .plus, .i-header-nav--mobile .umbraco-forms-navigation input[title=Menu][type=submit] .plus, .umbraco-forms-navigation .i-header-nav--mobile input[title=Menu][type=submit] .plus, .i-header-nav--mobile form button[title=Menu][type=reset] .plus, form .i-header-nav--mobile button[title=Menu][type=reset] .plus, .i-header-nav--mobile form button[title=Menu][type=submit] .plus, form .i-header-nav--mobile button[title=Menu][type=submit] .plus {
  display: none;
}
.i-header-nav--mobile .i-btn[title=Menu].active .bars, .i-header-nav--mobile .umbraco-forms-navigation input[title=Menu].active[type=submit] .bars, .umbraco-forms-navigation .i-header-nav--mobile input[title=Menu].active[type=submit] .bars, .i-header-nav--mobile form button[title=Menu].active[type=reset] .bars, form .i-header-nav--mobile button[title=Menu].active[type=reset] .bars, .i-header-nav--mobile form button[title=Menu].active[type=submit] .bars, form .i-header-nav--mobile button[title=Menu].active[type=submit] .bars {
  display: none;
}
.i-header-nav--mobile .i-btn[title=Menu].active .plus, .i-header-nav--mobile .umbraco-forms-navigation input[title=Menu].active[type=submit] .plus, .umbraco-forms-navigation .i-header-nav--mobile input[title=Menu].active[type=submit] .plus, .i-header-nav--mobile form button[title=Menu].active[type=reset] .plus, form .i-header-nav--mobile button[title=Menu].active[type=reset] .plus, .i-header-nav--mobile form button[title=Menu].active[type=submit] .plus, form .i-header-nav--mobile button[title=Menu].active[type=submit] .plus {
  display: block;
  transform: rotate(45deg);
}
.i-header-nav .i-btn, .i-header-nav .umbraco-forms-navigation input[type=submit], .umbraco-forms-navigation .i-header-nav input[type=submit], .i-header-nav form button[type=reset], form .i-header-nav button[type=reset], .i-header-nav form button[type=submit], form .i-header-nav button[type=submit] {
  display: none;
}
@media (min-width: 768px) {
  .i-header-nav .i-btn, .i-header-nav .umbraco-forms-navigation input[type=submit], .umbraco-forms-navigation .i-header-nav input[type=submit], .i-header-nav form button[type=reset], form .i-header-nav button[type=reset], .i-header-nav form button[type=submit], form .i-header-nav button[type=submit] {
    display: flex;
  }
}
.i-header-home {
  background-color: hsl(0, 22%, 96%);
  border-radius: 1.25rem;
  overflow: hidden;
  margin: 0 -1rem;
}
@media (min-width: 1200px) {
  .i-header-home {
    margin: 0;
  }
}
.i-header--search {
  display: none;
}
@media (min-width: 768px) {
  .i-header--search {
    align-items: center;
    display: flex;
  }
}

.i-brand {
  max-height: 2.5rem;
  width: 15rem;
}
.i-brand.i-corporate {
  max-height: 2.25rem;
  width: 8rem;
}

.i-brand-href {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.i-nav {
  display: none;
  padding: 8rem 0 1rem 0;
  z-index: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 300;
}
.i-nav.active {
  display: block;
}
.i-nav .collapse-content {
  display: none;
}
@media (max-width: 991px) {
  .i-nav nav {
    padding-bottom: 3rem;
    padding-top: 0;
    position: relative;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .i-nav nav {
    padding-top: 4.125rem;
  }
}
@media (max-width: 991px) {
  .i-nav nav ul {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .i-nav nav ul li a {
    color: hsl(0, 0%, 100%);
    margin: 0 1rem;
    padding: 0.125rem;
  }
  .i-nav nav ul li a.i-href {
    align-items: baseline;
  }
  .i-nav nav ul li a.i-href span {
    color: white;
    font-size: 1.125rem;
    line-height: 1.25;
  }
  .i-nav nav ul li ul {
    gap: 1rem;
    margin-top: 1rem;
    padding: 1.5rem 0.5rem;
    position: relative;
  }
  .i-nav nav ul li ul::after {
    background-color: hsla(214, 97%, 28%, 0.5);
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1;
  }
  .i-nav nav ul li ul li {
    margin-bottom: 0.75rem;
  }
  .i-nav nav ul li ul li a {
    align-items: baseline;
    display: flex;
    gap: 0.625rem;
    padding: 0.125rem 0.0625rem;
  }
  .i-nav nav ul li ul li a svg {
    flex: none;
    fill: hsl(0, 0%, 100%);
    transition: all ease-in-out 0.2s;
  }
  .i-nav nav ul li ul li a span {
    color: white;
    font-size: 1.125rem;
    line-height: 1.25;
  }
  .i-nav nav ul.i-nav-ul-main {
    margin-bottom: 1.875rem;
  }
  .i-nav nav ul.i-nav-ul-main li a.i-href span {
    font-size: 1.25rem;
  }
  .i-nav nav .i-href.active svg {
    transform: rotate(90deg);
  }
}
@media (min-width: 992px) {
  .i-nav nav {
    margin: 0 auto;
    max-width: 61.25rem;
    padding-bottom: 3rem;
    padding-top: 9.375rem;
    width: 100%;
  }
  .i-nav nav > ul {
    padding: 0 0 0 2rem;
  }
  .i-nav nav ul {
    width: 50%;
  }
  .i-nav nav ul.i-nav-ul-main {
    margin-bottom: 1rem;
  }
  .i-nav nav ul.i-nav-ul-main .i-href span {
    font-size: 1.375rem !important;
  }
  .i-nav nav ul li {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    justify-content: flex-start;
    z-index: 0;
    position: static;
  }
  .i-nav nav ul li a {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    justify-content: flex-start;
    position: relative;
    outline: none;
  }
  .i-nav nav ul li a.i-href {
    color: hsl(0, 0%, 100%);
    overflow: unset;
    padding: 0.5rem 0;
  }
  .i-nav nav ul li a.i-href span {
    color: hsl(0, 0%, 100%);
  }
  .i-nav nav ul li a.i-href svg {
    fill: hsl(345.59, 95.33%, 41.96%);
  }
  .i-nav nav ul li a.active {
    position: relative;
  }
  .i-nav nav ul li a.active::after {
    opacity: 1;
  }
  .i-nav nav ul li a::after {
    background-color: rgba(2, 63, 143, 0.5019607843);
    border-radius: 1.75rem 0 0 1.75rem;
    content: "";
    height: calc(100% + 0.75rem);
    left: calc(-1 * 1rem);
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: calc(-1 * 0.375rem);
    width: calc(100% + 1rem);
    z-index: -1;
  }
  .i-nav nav ul li ul {
    left: 50%;
    position: absolute;
    top: 280px;
    z-index: 1;
  }
  .i-nav nav ul li ul li {
    margin: 0 3rem;
  }
  .i-nav nav ul li ul li strong {
    color: white;
    font-size: 1.25rem;
    line-height: 1.25;
  }
  .i-nav nav ul li ul li a {
    align-items: center;
    border-radius: 1.75rem;
    display: inline-flex;
    gap: 0.625rem;
    min-height: 3.5rem;
    padding: 0.75rem 1rem;
    width: auto;
    transition: all ease-in-out 0.2s;
  }
  .i-nav nav ul li ul li a svg {
    flex: none;
    fill: hsl(0, 0%, 100%);
    transition: all ease-in-out 0.2s;
  }
  .i-nav nav ul li ul li a span {
    color: white;
    font-size: 1.125rem;
    line-height: 1.25;
  }
  .i-nav nav ul li ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .i-nav nav a {
    color: white;
    display: block;
    padding: 0.25rem 0;
    transition: all ease-in-out 0.2s;
    width: 100%;
  }
  .i-nav nav .i-href.active svg {
    transform: rotate(0deg);
  }
}
.i-nav--preheader {
  display: block;
  padding-top: 2rem;
}
@media (min-width: 1200px) {
  .i-nav--preheader {
    display: none;
  }
}
.i-nav--preheader .loc {
  align-items: center;
  color: hsl(0, 0%, 100%);
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  font-family: "Yrsa", "Times New Roman", Times, serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.125;
}
.i-nav--preheader svg {
  fill: hsl(0, 0%, 100%);
}
.i-nav--preheader li a {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
}

.i-nav-backdrop {
  background: linear-gradient(180deg, rgba(3, 117, 189, 0.9) 0%, rgba(48, 40, 175, 0.9) 100%);
  backdrop-filter: blur(5px);
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 200;
}
.i-nav-backdrop.active {
  display: block;
}
.i-nav-backdrop-sub {
  background-color: rgba(2, 63, 143, 0.5019607843);
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  right: 0;
  top: 0;
  z-index: 201;
}
@media (min-width: 992px) {
  .i-nav-backdrop-sub.active {
    display: block;
  }
}

body:has(.i-nav-backdrop.active) {
  overflow: hidden;
}
body:has(.i-nav-backdrop.active) .i-header {
  background: transparent;
}
body:has(.i-nav-backdrop.active) .i-header::after {
  background: transparent;
}
body:has(.i-nav-backdrop.active) .i-header.i-addshadow::after {
  box-shadow: none;
}
body:has(.i-nav-backdrop.active) .i-header .i-brand {
  filter: brightness(0) invert(1);
}
body:has(.i-nav-backdrop.active) .i-header #iNavButton {
  background-color: hsl(0, 0%, 100%);
  color: hsl(345.59, 95.33%, 41.96%);
  fill: hsl(345.59, 95.33%, 41.96%);
}
body:has(.i-nav-backdrop.active) .i-header--search {
  filter: brightness(0) invert(1);
}
body:has(.i-nav-backdrop.active) .i-header-nav--mobile a, body:has(.i-nav-backdrop.active) .i-header-nav--mobile button {
  background-color: hsl(0, 0%, 100%);
}
body:has(.i-nav-backdrop.active) .i-header-nav--mobile a svg, body:has(.i-nav-backdrop.active) .i-header-nav--mobile button svg {
  color: hsl(345.59, 95.33%, 41.96%);
  fill: hsl(345.59, 95.33%, 41.96%);
}

@media (max-width: 1200px) and (min-width: 992px) {
  .i-nav--preheader {
    padding-left: 2rem;
  }
  .i-nav nav {
    padding-top: 3rem;
  }
}
.i-main-tasks {
  align-items: center;
  background-color: hsl(0, 0%, 100%);
  border: solid 1px hsl(0, 0%, 92%);
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 3.125rem auto;
  padding: 1.5rem;
  position: relative;
  z-index: 101;
  -webkit-box-shadow: 4px 12px 47px rgba(0, 0, 0, 0.08);
  box-shadow: 4px 12px 47px rgba(0, 0, 0, 0.08);
  /*    > div {
      display: flex;
      flex-direction: column;
      gap: rem(4);
  }*/
}
@media (min-width: 992px) {
  .i-main-tasks {
    max-width: 56.25rem;
    padding: 1.875rem 3.75rem;
    gap: 1.5rem;
  }
}
.i-main-tasks > div {
  width: 100%;
}
.i-main-tasks h1 {
  color: hsl(214, 97%, 28%);
  margin-bottom: 0.25rem;
  text-align: center;
}
.i-main-tasks ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}
.i-main-tasks ul li {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .i-main-tasks ul li {
    flex-basis: calc(50% - 0.75rem);
  }
}
.i-main-tasks ul li a.i-btn {
  justify-content: space-between;
  padding: 1rem;
  width: unset;
}
.i-main-tasks ul li a.i-btn svg {
  fill: hsl(345.59, 95.33%, 41.96%);
  zoom: 1.25;
}
.i-main-tasks ul li a.i-btn span {
  font-size: 1.125rem;
  white-space: normal;
}
.i-main-tasks button {
  background-color: var(--i-gray-light);
  border: solid 1px #EBEBEB;
  border-radius: 2rem;
  min-height: 4rem;
  padding: 1rem 1.5rem;
  width: fit-content;
}
@media (min-width: 992px) {
  .i-main-tasks button {
    display: none;
  }
}
.i-main-tasks button span {
  color: var(--i-blue);
  font-family: DM Sans;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  opacity: 0.5;
}

.i-breadcrumb {
  color: hsl(208, 12%, 32%);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
  gap: 0.5rem;
  width: 100%;
  margin: 0 auto;
  max-width: 73.75rem;
}
.i-breadcrumb li a {
  align-items: center;
  color: hsl(208, 12%, 32%);
  display: flex;
  gap: 0.375rem;
}
.i-breadcrumb li svg {
  fill: hsl(208, 12%, 32%);
  height: 0.5625rem;
  width: 0.5625rem;
}
.i-breadcrumb li.active {
  color: hsl(208, 12%, 32%);
}

nav[aria-label=breadcrumb]:has(+ .i-overview--header) .i-breadcrumb {
  margin-bottom: 0.5rem;
}

.i-content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  gap: 2.5rem;
  margin: 0 auto 2.5rem;
  max-width: 73.75rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 992px) {
  .i-content {
    flex-direction: row;
  }
}
.i-content--col1 {
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  gap: 1.5rem;
  padding-top: 1rem;
}
@media (min-width: 992px) {
  .i-content--col1 {
    max-width: 61.25rem;
    padding-top: 3.125rem;
  }
}
.i-content--col2 {
  flex-basis: 100%;
}
.i-content h1 {
  color: hsl(214, 97%, 28%);
}
.i-content time {
  color: hsl(214, 97%, 28%);
  display: block;
  font-family: "Yrsa", "Times New Roman", Times, serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.i-content-intro {
  color: hsl(208, 12%, 32%);
  font-size: 1.125rem;
  line-height: 1.75;
}
.i-content-intro a {
  color: hsl(321, 100%, 37%);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.i-content-intro p {
  margin-bottom: 1rem;
}
.i-content-intro p:last-of-type:not(:has(+ *)) {
  margin-bottom: 0;
}
.i-content-intro ul {
  list-style: disc;
  margin: initial;
  padding: 0 0 1rem 2rem;
}
.i-content-intro ul li {
  display: list-item;
}
.i-content-intro ol {
  list-style: decimal;
  margin: initial;
  padding: 0 0 1rem 2rem;
}
.i-content-intro ol li {
  display: list-item;
}
.i-content img {
  border-radius: 1rem;
  height: auto;
  width: 100%;
}

.i-href-google {
  align-items: center;
  color: hsl(345.59, 95.33%, 41.96%);
  display: flex;
  gap: 0.5rem;
  justify-content: flex-start;
}
.i-href-google span {
  font-family: "DM Sans", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}
.i-href-google svg {
  flex: none;
}
.i-href-google svg.pin {
  fill: hsl(345.59, 95.33%, 41.96%);
  height: 0.9375rem;
  width: 0.75rem;
}
.i-href-google svg.external {
  color: hsl(208, 12%, 32%);
  height: 0.75rem;
  width: 0.75rem;
  opacity: 0.5;
  transition: all ease-in-out 0.2s;
}
.i-href-google:hover svg.external {
  color: hsl(208, 12%, 32%);
  opacity: 1;
}

.i-contact {
  background-color: hsl(0, 22%, 96%);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 61.25rem;
  overflow: hidden;
  width: 100%;
}
@media (min-width: 768px) {
  .i-contact {
    flex-direction: row;
  }
}
.i-contact-picture {
  aspect-ratio: 16/9;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .i-contact-picture {
    aspect-ratio: unset;
    width: 40%;
  }
}
.i-contact-picture picture {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 0;
}
.i-contact-picture picture img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.i-contact-picture svg {
  color: hsl(0, 22%, 96%);
  height: 200%;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  transform: translate(0, -25%);
  display: none;
}
@media (min-width: 768px) {
  .i-contact-picture svg {
    display: block;
  }
}
.i-contact-text {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  gap: 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .i-contact-text {
    padding: 3.125rem 3.75rem;
    width: 60%;
  }
}
.i-contact-text--links {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.i-contact a {
  color: hsl(214, 97%, 28%);
}

.i-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
.i-accordion-item {
  background-color: hsl(0, 22%, 96%);
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
.i-accordion-item:has(.i-accordion-a) .i-accordion-q .i-accordion-icon {
  display: flex;
}
.i-accordion-item:has(.i-accordion-a) .i-accordion-q button {
  cursor: pointer;
}
.i-accordion-item a {
  color: hsl(345.59, 95.33%, 41.96%);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
.i-accordion-a .i-rte, .i-accordion-a .umbraco-forms-page .rte, .umbraco-forms-page .i-accordion-a .rte, .i-accordion-a .umbraco-forms-page .richtext, .umbraco-forms-page .i-accordion-a .richtext {
  padding-bottom: 0.5rem;
}
.i-accordion-q {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1rem;
  gap: 1rem;
  justify-content: space-between;
}
.i-accordion-q button {
  align-items: center;
  background-color: transparent;
  border: none;
  color: hsl(214, 97%, 28%);
  display: flex;
  font-weight: 400;
  gap: 0.5rem;
  justify-content: space-between;
  margin: 0;
  min-height: 2.5rem;
  padding: 0;
  text-align: left;
  width: 100%;
}
.i-accordion-q button[aria-expanded=true] .i-accordion-icon svg {
  transform: rotate(45deg);
}
.i-accordion-q button[aria-expanded=true] .i-accordion-icon span::before {
  content: "Sluiten" !important;
}
.i-accordion-icon {
  align-items: center;
  background-color: white;
  border: solid 1px hsl(0, 0%, 92%);
  border-radius: 1.25rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.625rem;
  height: 2.5rem;
  justify-content: center;
  padding: 0.75rem;
  width: 2.5rem;
  transition: all ease-in-out 0.2s;
}
.i-accordion-icon svg {
  fill: hsl(345.59, 95.33%, 41.96%);
  transition: all ease-in-out 0.2s;
}
.i-accordion-icon span {
  display: none;
  font-family: "DM Sans", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  min-width: 4rem;
}
.i-accordion-icon span::before {
  content: "Openen";
}
@media (min-width: 576px) {
  .i-accordion-icon {
    width: fit-content;
  }
  .i-accordion-icon span {
    display: flex;
  }
}

#iFacilitiesButton {
  position: relative;
  top: 0.5rem;
  /*    &.show-all {
      svg {
          transform: rotate(45deg);
      }

      .less-items {
          display: flex;
      }

      .more-items {
          display: none;
      }
  }*/
}
#iFacilitiesButton[aria-expanded=true] .less-items {
  display: flex;
}
#iFacilitiesButton[aria-expanded=true] .more-items {
  display: none;
}
#iFacilitiesButton .less-items {
  display: none;
}
#iFacilitiesButton .more-items {
  display: flex;
}

.i-facilities {
  margin: 0 auto;
  max-width: 61.25rem;
  width: 100%;
  /*    &--more {
          align-items: center;
          color: $i-blue--dark;
          cursor: pointer;
          display: flex;
          gap: rem(8);
          justify-content: flex-start;

          svg {
              fill: $i-purple;
              transition: all ease-in-out .2s;
          }

          &[aria-expanded='true'] {
              svg {
                  transform: rotate(45deg);
              }
          }
      }*/
  /*    #iFacilitiesMore {
          display: none;

          svg {
              // transition: all ease-in-out .3s;
          }

          .less-items {
              display: none;
          }

          .more-items {
              display: flex;
          }

          &.show-all {
              svg {
                  transform: rotate(45deg);
              }

              .less-items {
                  display: flex;
              }

              .more-items {
                  display: none;
              }
          }
      }*/
}
.i-facilities:has(.i-facilities__list li:nth-child(5)) #iFacilitiesMore {
  display: flex;
}
.i-facilities__list {
  display: flex;
  flex-direction: column;
  list-style: none !important;
  margin: 0;
}
.i-facilities__list li {
  /*            &:nth-child(1), &:nth-child(2), &:nth-child(3), &:nth-child(4) {
                  display: list-item;
              }*/
}
.i-facilities__list.show-all li {
  display: list-item;
}
.i-facilities__list .collapse > div {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .i-facilities {
    display: grid;
    gap: 1.5rem;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.i-facilities-col1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto;
  max-width: 61.25rem;
  width: 100%;
}
.i-facilities-col1 .i-rte, .i-facilities-col1 .umbraco-forms-page .rte, .umbraco-forms-page .i-facilities-col1 .rte, .i-facilities-col1 .umbraco-forms-page .richtext, .umbraco-forms-page .i-facilities-col1 .richtext {
  margin-bottom: 1.5rem;
}
.i-facilities .i-btn svg, .i-facilities .umbraco-forms-navigation input[type=submit] svg, .umbraco-forms-navigation .i-facilities input[type=submit] svg, .i-facilities form button[type=reset] svg, form .i-facilities button[type=reset] svg, .i-facilities form button[type=submit] svg, form .i-facilities button[type=submit] svg {
  transition: all ease-in-out 0.2s;
}
.i-facilities .i-btn[aria-expanded=true] svg, .i-facilities .umbraco-forms-navigation input[aria-expanded=true][type=submit] svg, .umbraco-forms-navigation .i-facilities input[aria-expanded=true][type=submit] svg, .i-facilities form button[aria-expanded=true][type=reset] svg, form .i-facilities button[aria-expanded=true][type=reset] svg, .i-facilities form button[aria-expanded=true][type=submit] svg, form .i-facilities button[aria-expanded=true][type=submit] svg {
  transform: rotate(45deg);
}

.i-featured {
  position: relative;
  z-index: 0;
  max-width: 22.125rem;
}
.i-featured article {
  border-radius: 1.25rem;
  overflow: hidden;
  background-color: hsl(0, 0%, 100%);
  color: hsl(214, 97%, 28%);
}
.i-featured picture {
  line-height: 0;
}
.i-featured picture img {
  height: auto;
  width: 100%;
}
.i-featured .i-badge {
  position: absolute;
  left: 2rem;
  top: calc(-1 * 1.375rem);
  z-index: 1;
}
.i-featured-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 2.5rem 2rem 2rem;
  position: relative;
}
.i-featured-text date {
  font-family: "Yrsa", "Times New Roman", Times, serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.i-featured .fc {
  background-color: rgba(3, 102, 214, 0.2);
  box-shadow: rgba(3, 102, 214, 0.1) 0px 0px 0px 35px;
  border-radius: 50%;
  display: block;
  height: 23.75rem;
  width: 23.75rem;
  position: absolute;
  z-index: -1;
  left: -96px;
  top: -48px;
}

.i-home-news .fc {
  height: 15.625rem;
  width: 15.625rem;
  left: calc(50% + 1rem);
  top: calc(-1 * 6.25rem);
}
@media (min-width: 992px) {
  .i-home-news .fc {
    height: 23.75rem;
    width: 23.75rem;
    left: calc(50% - 23.75rem / 2);
    top: calc(-1 * 1rem);
  }
}

.i-organized {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin: 0 auto;
  max-width: 61.25rem;
  width: 100%;
}

.i-btn, .umbraco-forms-navigation input[type=submit], form button[type=reset], form button[type=submit] {
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 1rem;
  gap: 0.5rem;
  margin: 0.125rem 0;
  min-height: 2.75rem;
  padding: 0.5rem 1rem;
  text-decoration: none !important;
  transition: all ease-in-out 0.2s;
  user-select: none;
  width: fit-content;
}
.i-btn--transparent {
  color: hsl(214, 97%, 28%);
  fill: hsl(214, 97%, 28%);
}
.i-btn--purple, .umbraco-forms-navigation input[type=submit], form button[type=reset], form button[type=submit] {
  background-color: hsl(345.59, 95.33%, 41.96%);
  color: white;
  fill: white;
}
.i-btn--green {
  background-color: hsl(81, 75%, 39%);
  color: white;
  fill: white;
}
.i-btn--gray--light {
  background-color: hsl(0, 22%, 96%);
  border: solid 1px hsl(0, 0%, 92%);
  color: hsl(214, 97%, 28%);
  fill: hsl(214, 97%, 28%);
  color: hsl(214, 97%, 28%);
  fill: hsl(214, 97%, 28%);
}
.i-btn--gray--light2 {
  background-color: hsl(0, 22%, 96%);
  border: solid 1px hsl(0, 0%, 92%);
  color: hsl(203, 97%, 38%);
  fill: hsl(203, 97%, 38%);
}
.i-btn--blue {
  background-color: hsl(203, 100%, 29%);
  color: white !important;
  fill: white;
}
.i-btn--blue-gradient {
  color: white !important;
  fill: white;
}
.i-btn--red {
  background-color: hsl(345.59, 95.33%, 41.96%);
  color: white;
  fill: white;
}
.i-btn--circle {
  border-radius: 50%;
  justify-content: center;
  height: 2.75rem;
  width: 2.75rem;
}
.i-btn--square {
  justify-content: center;
  height: 2.75rem;
  width: 2.75rem;
}
.i-btn svg, .umbraco-forms-navigation input[type=submit] svg, form button[type=reset] svg, form button[type=submit] svg {
  color: inherit;
  fill: inherit;
  flex: none;
}
.i-btn span, .umbraco-forms-navigation input[type=submit] span, form button[type=reset] span, form button[type=submit] span {
  font-family: "DM Sans", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.i-btn--splide {
  border-radius: 50%;
  color: white;
  fill: white;
  height: 3rem;
  justify-content: center;
  width: 3rem;
}
.i-btn--splide[disabled] {
  opacity: 0.3;
  cursor: unset;
}

.i-href {
  align-items: center;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  font-family: inherit;
  font-size: 1rem;
  gap: 0.5rem;
  margin: 0.125rem 0;
  padding: 0.125rem 0;
  transition: all ease-in-out 0.2s;
  user-select: none;
  width: fit-content;
}
.i-href span {
  color: hsl(214, 97%, 28%);
  font-family: "DM Sans", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  text-overflow: ellipsis;
}
.i-href i {
  align-items: center;
  background-color: hsl(0, 22%, 96%);
  border-radius: 50%;
  display: flex;
  flex: none;
  height: 1.5625rem;
  justify-content: center;
  transition: all ease-in-out 0.2s;
  width: 1.5625rem;
}
.i-href svg {
  flex: none;
  fill: hsl(345.59, 95.33%, 41.96%);
  transition: all ease-in-out 0.2s;
}
.i-href--purple i {
  background-color: hsl(345.59, 95.33%, 41.96%);
}
.i-href--purple svg {
  fill: hsl(0, 0%, 100%);
}
.i-href--white i {
  background-color: hsl(0, 0%, 100%);
}
.i-href--white svg {
  fill: hsl(345.59, 95.33%, 41.96%);
}
.i-href--gmaps {
  align-items: center;
  color: hsl(345.59, 95.33%, 41.96%);
  display: flex;
  gap: 0.5rem;
  justify-content: flex-start;
}
.i-href--gmaps .pin {
  fill: hsl(345.59, 95.33%, 41.96%);
}
.i-href--gmaps .external {
  fill: hsl(343, 6%, 21%);
  opacity: 0.5;
  transition: all ease-in-out 0.2s;
}
.i-href--gmaps:hover .external {
  opacity: 1;
}
.i-href[aria-expanded=true] svg {
  transform: rotate(45deg);
}

#iNavButton {
  transition: all ease-in-out 0s;
}
#iNavButton.active .bars {
  display: none;
}
#iNavButton.active .plus {
  display: block;
  transform: rotate(45deg);
}
#iNavButton .bars {
  display: block;
}
#iNavButton .plus {
  display: none;
}

.fa12 {
  height: 0.75rem;
  width: 0.75rem;
}

.fa16 {
  height: 1rem;
  width: 1rem;
}

.i-badge {
  align-items: center;
  background-color: hsl(345.59, 95.33%, 41.96%);
  border-radius: 1.375rem;
  color: white;
  display: flex;
  height: 2.75rem;
  padding: 0.5rem 1rem;
  width: fit-content;
}

.i-rte p, .umbraco-forms-page .rte p, .umbraco-forms-page .richtext p {
  margin-bottom: 1rem;
}
.i-rte p:last-of-type:not(:has(+ *)), .umbraco-forms-page .rte p:last-of-type:not(:has(+ *)), .umbraco-forms-page .richtext p:last-of-type:not(:has(+ *)) {
  margin-bottom: 0;
}
.i-rte em, .umbraco-forms-page .rte em, .umbraco-forms-page .richtext em {
  font-style: italic;
}
.i-rte strong, .umbraco-forms-page .rte strong, .umbraco-forms-page .richtext strong {
  font-weight: 700;
}
.i-rte ul, .umbraco-forms-page .rte ul, .umbraco-forms-page .richtext ul, .i-rte ol, .umbraco-forms-page .rte ol, .umbraco-forms-page .richtext ol {
  margin: initial;
  padding: 0 0 1rem 2rem;
}
.i-rte ul, .umbraco-forms-page .rte ul, .umbraco-forms-page .richtext ul {
  list-style: disc;
}
.i-rte ol, .umbraco-forms-page .rte ol, .umbraco-forms-page .richtext ol {
  list-style: decimal;
}
.i-rte a, .umbraco-forms-page .rte a, .umbraco-forms-page .richtext a {
  color: hsl(345.59, 95.33%, 41.96%);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.i-share .i-btn svg, .i-share .umbraco-forms-navigation input[type=submit] svg, .umbraco-forms-navigation .i-share input[type=submit] svg, .i-share form button[type=reset] svg, form .i-share button[type=reset] svg, .i-share form button[type=submit] svg, form .i-share button[type=submit] svg {
  fill: hsl(345.59, 95.33%, 41.96%);
}
.i-share .i-social {
  display: inline-flex;
  padding: 1rem 0;
}

.i-cta-home {
  background-color: hsl(0, 22%, 96%);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 56.25rem;
  padding: 0 1rem 3.75rem;
}
.i-cta-home h1 {
  color: hsl(214, 97%, 28%);
  text-align: center;
}
.i-cta-home--text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
  text-align: center;
}
.i-cta-home--btns {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}
.i-cta-home--btns .i-btn--transparent {
  color: hsl(345.59, 95.33%, 41.96%);
  fill: hsl(345.59, 95.33%, 41.96%);
}

.i-cta-corporate {
  align-items: center;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: auto;
  padding: 1.5rem;
  position: relative;
}
@media (min-width: 992px) {
  .i-cta-corporate {
    max-width: 56.25rem;
    padding: 1.875rem 3.75rem;
    gap: 1.5rem;
    margin-top: -5rem;
    z-index: 299;
  }
}
.i-cta-corporate > div {
  width: 100%;
}
.i-cta-corporate h1 {
  color: hsl(214, 97%, 28%);
  margin-bottom: 2rem;
  text-align: center;
}
.i-cta-corporate ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.5rem;
}
.i-cta-corporate ul li {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .i-cta-corporate ul li {
    flex-basis: calc(50% - 0.75rem);
  }
}
.i-cta-corporate ul li a.i-btn {
  justify-content: space-between;
  padding: 1rem;
  width: unset;
}
.i-cta-corporate ul li a.i-btn svg {
  fill: hsl(0, 0%, 100%);
  zoom: 1.25;
}
.i-cta-corporate ul li a.i-btn span {
  font-size: 1.125rem;
  white-space: normal;
}
.i-cta-corporate button {
  background-color: var(--i-gray-light);
  border: solid 1px #EBEBEB;
  border-radius: 2rem;
  min-height: 4rem;
  padding: 1rem 1.5rem;
  width: fit-content;
}
@media (min-width: 992px) {
  .i-cta-corporate button {
    display: none;
  }
}
.i-cta-corporate button span {
  color: var(--i-blue);
  font-family: DM Sans;
  font-size: 1.125rem;
  font-style: italic;
  font-weight: 400;
  opacity: 0.5;
}

.i-centra {
  margin: 0 auto;
  max-width: 61.25rem;
  width: 100%;
}
.i-centra .i-centra-overview {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}
.i-centra-article {
  background-color: hsl(0, 22%, 96%);
  border-radius: 1.25rem;
  display: flex;
  flex: none;
  flex-direction: column;
  gap: 1rem;
  overflow: hidden;
  padding: 1.5rem;
  position: relative;
  width: 100%;
}
@media (min-width: 576px) {
  .i-centra-article {
    width: calc(50% - 2.5rem / 2);
  }
}
@media (min-width: 992px) {
  .i-centra-article {
    width: calc(33.3333333333% - 5rem / 3);
  }
}
.i-centra-article--picture {
  aspect-ratio: 3/2;
  background-color: hsl(0, 0%, 100%);
  border-radius: 1rem;
  display: block;
  height: auto;
  line-height: 0;
  width: 100%;
}
.i-centra-article img {
  border-radius: 1rem;
  width: 100%;
}
.i-centra-article a {
  color: hsl(345.59, 95.33%, 41.96%);
}
.i-centra-article a::after {
  content: "";
}
.i-centra-article h1 {
  color: hsl(345.59, 95.33%, 41.96%);
}

.i-hero {
  background-color: var(--i-gray-light);
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .i-hero {
    overflow: hidden;
  }
}
.i-hero-visual {
  display: none;
  left: 0;
  line-height: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .i-hero-visual {
    display: block;
  }
}
.i-hero-visual img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}
.i-hero-visual--mobile {
  display: block;
}
@media (min-width: 768px) {
  .i-hero-visual--mobile {
    display: none;
  }
}
.i-hero-visuals {
  background: red;
  left: 0;
  line-height: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}
.i-hero-visuals div {
  height: 100%;
}
.i-hero-visuals div:nth-child(2), .i-hero-visuals div:nth-child(3), .i-hero-visuals div:nth-child(4) {
  display: none;
}
.i-hero-visuals div picture {
  height: 100%;
}
.i-hero-visuals div picture img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
@media (min-width: 768px) {
  .i-hero-visuals {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .i-hero-visuals div:nth-child(2), .i-hero-visuals div:nth-child(3) {
    display: block;
  }
}
@media (min-width: 992px) {
  .i-hero-visuals {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .i-hero-visuals div:nth-child(4) {
    display: block;
  }
}
.i-hero-top {
  overflow: hidden;
  padding: 21.875rem 1rem 0;
  position: relative;
}
@media (min-width: 992px) {
  .i-hero-top {
    padding: 15.625rem 0 7.5rem;
  }
}
.i-hero-top--corporate {
  padding: 21.875rem 1rem 13.5rem;
}
@media (min-width: 992px) {
  .i-hero-top--corporate {
    padding: 24rem 0 7.5rem;
  }
}
.i-hero-quote {
  color: hsl(0, 0%, 100%);
  position: relative;
  height: auto;
  left: 0;
  width: 100%;
  z-index: 100;
  max-width: 20rem;
}
@media (min-width: 768px) {
  .i-hero-quote {
    left: 6.25rem;
  }
}
.i-hero-quote q {
  color: hsl(0, 0%, 100%);
  font-family: "Yrsa", "Times New Roman", Times, serif;
  line-height: 1.25;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}
@media (min-width: 768px) {
  .i-hero-quote q {
    font-size: 2rem;
  }
}
.i-hero-quote q::before {
  color: hsl(0, 0%, 100%);
  content: "“";
  font-family: "Yrsa", "Times New Roman", Times, serif;
  font-size: 6.875rem;
  left: 0;
  line-height: 1;
  opacity: 0.5;
  position: absolute;
  top: calc(-1 * 3rem);
}
.i-hero-quote--person {
  padding-top: 1rem;
}
.i-hero-quote--person span {
  font-style: normal;
}
.i-hero-quote--person em {
  font-style: italic;
}
.i-hero-quote--person em::before {
  content: " - ";
  font-style: normal;
}
.i-hero-quote::after {
  aspect-ratio: 1;
  box-shadow: inset 0px 0px 0px 50px hsla(0, 0%, 100%, 0.2);
  content: "";
  height: auto;
  width: calc(100% + 20rem);
  display: flex;
  border-radius: 50%;
  opacity: 0.8;
  position: absolute;
  top: -8rem;
  right: -5rem;
  z-index: -1;
}
.i-hero-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  line-height: 0;
  z-index: 101;
}
.i-hero-shape img {
  width: 100%;
  height: auto;
}

.i-hero-shape .my-svg-link {
  position: absolute;
  right: clamp(2.5rem, 6vw, 8rem);
  bottom: 0;
  width: clamp(60px, 15vw, 180px);
  transform: translateY(-35%);
}

@media (max-width: 991px) {
  .i-hero-shape .my-svg-link {
    width: 120px;
    right: 2rem;
    transform: translateY(-30%);
  }
}
.i-member-card {
  background-color: hsl(0, 22%, 96%);
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
  width: 100%;
}
.i-member-card__picture {
  flex: none;
}
.i-member-card__picture picture {
  line-height: 0;
}
.i-member-card__picture img {
  aspect-ratio: 1;
  border-radius: 50%;
  height: auto;
  object-fit: cover;
  object-position: center;
  width: 8.125rem;
}
@media (min-width: 576px) {
  .i-member-card__picture img {
    width: 5rem;
  }
}
@media (min-width: 768px) {
  .i-member-card__picture img {
    width: 8.125rem;
  }
}
@media (min-width: 992px) {
  .i-member-card__picture img {
    width: 5rem;
  }
}
.i-member-card__content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 0.25rem;
}
.i-member-card h1 {
  color: hsl(214, 97%, 28%);
  font-size: 1.375rem;
}
.i-member-card .location {
  color: hsl(214, 97%, 28%);
  font-family: "Yrsa", "Times New Roman", Times, serif;
  font-size: 1rem;
  font-weight: 700;
}
.i-member-card .contact {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
  font-family: "DM Sans", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
}
.i-member-card .contact a {
  color: hsl(214, 97%, 28%);
  display: block;
  width: fit-content;
}

.i-overview-members {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  max-width: 61.25rem;
  margin: 0 auto;
  padding-top: 2rem;
  width: 100%;
}
@media (min-width: 576px) {
  .i-overview-members .i-member-card {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .i-overview-members .i-member-card {
    flex-direction: row;
    width: calc(50% - 2rem);
  }
}
.i-overview-members .i-member-card__picture img {
  /*@media (min-width: 992px) {
      width: rem(80);
  }*/
}
@media (min-width: 576px) {
  .i-overview-members .i-member-card__picture img {
    width: 5rem;
  }
}
@media (min-width: 768px) {
  .i-overview-members .i-member-card__picture img {
    width: 8.125rem;
  }
}

.i-legend ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2rem;
  flex-direction: column;
}
@media (min-width: 576px) {
  .i-legend ul {
    flex-direction: row;
  }
}
.i-legend ul li span {
  align-items: center;
  color: hsl(208, 12%, 32%);
  display: flex;
  font-weight: 700;
  gap: 0.75rem;
}
.i-legend ul li span::before {
  background-color: pink;
  border-radius: 50%;
  content: "";
  height: 0.875rem;
  width: 0.875rem;
  transition: all ease-in-out 0.2s;
}
.i-legend ul li[title*=Maasziekenhuis] span::before {
  background-color: #bcc335;
}
.i-legend ul li[title*=Thuiszorg] span::before {
  background-color: #27bbe9;
}
.i-legend ul li[title*=Zorgcentra] span::before {
  background-color: #f19123;
}
.i-legend ul li[title*="Pantein Extra"] span::before {
  background-color: #bd007b;
}

.i-verwachten {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 auto 3rem;
  max-width: 56.25rem;
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .i-verwachten {
    flex-direction: row;
  }
}
.i-verwachten article {
  background-color: hsl(0, 22%, 96%);
  border: solid 1px #ebebeb;
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0rem;
  padding: 3.125rem 1.875rem;
  position: relative;
  transition: all ease-in-out 0.2s;
  width: 100%;
}
@media (min-width: 768px) {
  .i-verwachten article {
    padding: 3.125rem 3.75rem;
    width: calc(50% + 2.5rem);
  }
}
.i-verwachten article h2 {
  font-size: 1.5rem;
}
.i-verwachten article.vw1 {
  /*  a[href] {
        @extend .i-btn;
        @extend .i-btn--blue-gradient;
        font-weight: 700;
        margin: .5rem 0; //todo
    }*/
}
@media (min-width: 768px) {
  .i-verwachten article.vw1 {
    margin-right: calc(-1 * 1.25rem);
  }
}
.i-verwachten article.vw2 {
  margin-top: calc(-1 * 1.25rem);
  z-index: 0;
}
@media (min-width: 768px) {
  .i-verwachten article.vw2 {
    margin-left: calc(-1 * 1.25rem);
    margin-top: unset;
  }
}
.i-verwachten article.active {
  background-color: hsl(0, 0%, 100%);
  border: solid 1px hsl(0, 22%, 96%);
  z-index: 1;
}
.i-verwachten .vwc {
  background-color: rgba(3, 102, 214, 0.2);
  box-shadow: rgba(3, 102, 214, 0.1) 0px 0px 0px 35px;
  border-radius: 50%;
  display: block;
  height: 380px;
  width: 380px;
  position: absolute;
  z-index: -1;
  left: -96px;
  top: -48px;
  transition: top 0.5s, left 0.5s;
}
.i-verwachten[data-active=vw2] .vwc {
  left: calc(100% - 345px);
  top: calc(100% - 380px);
}

.i-faqs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
}
.i-faqs:has(.i-faq--small) {
  gap: 0.5rem;
  padding-top: 1.5rem;
}

.i-faq {
  background-color: hsl(0, 22%, 96%);
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.5rem;
}
.i-faq-q {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.125rem;
  gap: 1rem;
  justify-content: space-between;
}
.i-faq-q button {
  align-items: center;
  background-color: transparent;
  border: none;
  color: hsl(214, 97%, 28%);
  display: flex;
  font-family: "DM Sans", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.125rem;
  gap: 0.5rem;
  justify-content: space-between;
  line-height: 1.75;
  margin: 0;
  min-height: 2.5rem;
  padding: 0;
  text-align: left;
  width: 100%;
}
.i-faq-q button[aria-expanded=true] .i-faq-icon svg {
  transform: rotate(45deg);
}
.i-faq-q button[aria-expanded=true] .i-faq-icon span::before {
  content: "Sluiten";
}
.i-faq:has(.i-faq-a) .i-faq-q .i-faq-icon {
  display: flex;
}
.i-faq:has(.i-faq-a) .i-faq-q button {
  cursor: pointer;
}
.i-faq-a--pics {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-top: 0.5rem;
}
.i-faq-a--pics picture img {
  border-radius: 0.5rem;
  display: block;
  margin: 0;
  max-width: 25rem;
  width: 100%;
  max-height: 18.75rem;
}
.i-faq-icon {
  align-items: center;
  background-color: white;
  border: solid 1px hsl(0, 0%, 92%);
  border-radius: 1.25rem;
  display: none;
  flex-wrap: nowrap;
  gap: 0.625rem;
  height: 2.5rem;
  justify-content: center;
  padding: 0.75rem;
  width: 2.5rem;
  transition: all ease-in-out 0.2s;
}
.i-faq-icon svg {
  fill: hsl(345.59, 95.33%, 41.96%);
  transition: all ease-in-out 0.2s;
}
.i-faq-icon span {
  display: none;
  font-family: "DM Sans", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  min-width: 4rem;
}
.i-faq-icon span::before {
  content: "Openen";
}
@media (min-width: 576px) {
  .i-faq-icon {
    width: fit-content;
  }
  .i-faq-icon span {
    display: flex;
  }
}
.i-faq--small {
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
.i-faq--small .i-faq-q {
  font-size: 1rem !important;
}
.splide__arrow {
  display: none;
}

.i-splide {
  /*    &:has(.splide__track .splide__list ul li:nth-child(2) ) {

          @media (min-width: 768px) {
              .i-splide-btns {
                  display: none !important;
              }
          }
      }*/
}
.i-splide-btns {
  align-items: center;
  display: none;
  gap: 0.9375rem;
  justify-content: center;
}
.i-splide-btns .i-btn:first-of-type svg, .i-splide-btns .umbraco-forms-navigation input[type=submit]:first-of-type svg, .umbraco-forms-navigation .i-splide-btns input[type=submit]:first-of-type svg, .i-splide-btns form button[type=reset]:first-of-type svg, form .i-splide-btns button[type=reset]:first-of-type svg, .i-splide-btns form button[type=submit]:first-of-type svg, form .i-splide-btns button[type=submit]:first-of-type svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
@media (min-width: 768px) {
  .i-splide-btns {
    display: flex;
  }
}
.i-splide figure {
  width: 100%;
  position: relative;
}
.i-splide figure > div {
  line-height: 0;
  position: relative;
  z-index: 0;
}
.i-splide figure > div .i-btn--play {
  height: 3.75rem;
  position: absolute;
  width: 3.75rem;
  z-index: 1;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.i-splide figcaption {
  overflow: hidden;
  margin: 1.125rem 0;
  padding: 0 1rem;
}
.i-splide .splide__track {
  border-radius: 0.5625rem;
  margin-bottom: 1rem;
}
.i-splide .splide__track--loop {
  padding-right: 6rem !important;
}
@media (min-width: 768px) {
  .i-splide .splide__track--loop {
    padding-right: 0 !important;
  }
}
.i-splide .splide__slide {
  align-items: flex-start;
  background-color: hsl(0, 22%, 96%);
  border-radius: 0.5rem;
  display: flex;
  overflow: hidden;
}
.i-splide .splide__slide img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i-splide .splide__slide video {
  aspect-ratio: 16/9;
  width: 100%;
}
.i-splide .splide__slide iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

.i-table-responsive {
  margin-bottom: 0.75rem;
  width: 100%;
  overflow-x: auto;
}

table, th, td {
  border: solid 1px hsl(0, 0%, 92%);
}

table {
  border-collapse: collapse;
  margin-bottom: 0.75rem;
  max-width: 100%;
  width: auto;
}
table th, table td {
  padding: 0.25rem;
}

.i-table, .i-table-borderless, .i-table-striped {
  margin-bottom: 0.75rem;
  max-width: 100% !important;
  width: auto !important;
}
.i-table thead, .i-table-borderless thead, .i-table-striped thead {
  white-space: nowrap;
}
.i-table caption, .i-table-borderless caption, .i-table-striped caption {
  background-color: hsl(0, 0%, 92%);
  font-weight: 700;
  padding: 0.75rem;
  text-align: left;
  vertical-align: top;
}
.i-table tr, .i-table-borderless tr, .i-table-striped tr {
  border: none;
}
.i-table tr:nth-of-type(odd), .i-table-borderless tr:nth-of-type(odd), .i-table-striped tr:nth-of-type(odd) {
  background-color: rgb(250, 250, 250);
}
.i-table td, .i-table-borderless td, .i-table-striped td, .i-table th, .i-table-borderless th, .i-table-striped th {
  border: solid 0.0625rem hsl(0, 0%, 92%);
  padding: 0.75rem;
  vertical-align: top;
}
.i-table td p, .i-table-borderless td p, .i-table-striped td p, .i-table th p, .i-table-borderless th p, .i-table-striped th p {
  margin: 0;
}
.i-table td p:has(+ p), .i-table-borderless td p:has(+ p), .i-table-striped td p:has(+ p), .i-table th p:has(+ p), .i-table-borderless th p:has(+ p), .i-table-striped th p:has(+ p) {
  margin-bottom: 0.75rem;
}
.i-table svg, .i-table-borderless svg, .i-table-striped svg {
  color: var(--i-line-clr);
  height: 1rem;
  margin-right: 0.25rem;
}
.i-table .i-rte .figure .figcaption, .i-table .umbraco-forms-page .rte .figure .figcaption, .umbraco-forms-page .i-table .rte .figure .figcaption, .i-table .umbraco-forms-page .richtext .figure .figcaption, .umbraco-forms-page .i-table .richtext .figure .figcaption, .i-table-borderless .i-rte .figure .figcaption, .i-table-borderless .umbraco-forms-page .rte .figure .figcaption, .umbraco-forms-page .i-table-borderless .rte .figure .figcaption, .i-table-borderless .umbraco-forms-page .richtext .figure .figcaption, .umbraco-forms-page .i-table-borderless .richtext .figure .figcaption, .i-table-striped .i-rte .figure .figcaption, .i-table-striped .umbraco-forms-page .rte .figure .figcaption, .umbraco-forms-page .i-table-striped .rte .figure .figcaption, .i-table-striped .umbraco-forms-page .richtext .figure .figcaption, .umbraco-forms-page .i-table-striped .richtext .figure .figcaption {
  border: none;
  padding: 0;
}
.i-table[border="0"], [border="0"].i-table-borderless, [border="0"].i-table-striped {
  border: none !important;
}
.i-table[border="0"] tr, [border="0"].i-table-borderless tr, [border="0"].i-table-striped tr, .i-table[border="0"] th, [border="0"].i-table-borderless th, [border="0"].i-table-striped th, .i-table[border="0"] td, [border="0"].i-table-borderless td, [border="0"].i-table-striped td {
  border: none !important;
}
.i-table-striped {
  background-color: white;
}
.i-table-striped tbody tr:nth-of-type(odd) {
  background-color: rgb(250, 250, 250);
}

.i-table-borderless {
  border: none !important;
}
.i-table-borderless tr, .i-table-borderless th, .i-table-borderless td {
  border: none !important;
}
.i-table-borderless th, .i-table-borderless td {
  padding: 0 0.75rem 0 0;
}

.i-news-article {
  background-color: hsl(0, 0%, 100%);
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .i-news-article {
    flex-direction: row;
  }
}
.i-news-article--featured {
  background-color: hsl(0, 22%, 96%);
}
.i-news-article--featured .i-href::before {
  background-color: white;
}
.i-news-article__picture {
  flex: none;
  width: 8.125rem;
}
.i-news-article__picture picture {
  line-height: 0;
}
.i-news-article__picture img {
  height: 8.125rem;
  object-fit: cover;
  object-position: center;
  border-radius: 0.5rem;
  width: 8.125rem;
}
.i-news-article__picture .i-badge {
  font-size: 0.75rem;
  height: 2.125rem;
  position: relative;
  margin-left: auto;
  margin-right: 0.375rem;
  top: calc(-1 * 1.0625rem);
}
.i-news-article__content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  gap: 0.5rem;
}
.i-news-article__content .i-rte, .i-news-article__content .umbraco-forms-page .rte, .umbraco-forms-page .i-news-article__content .rte, .i-news-article__content .umbraco-forms-page .richtext, .umbraco-forms-page .i-news-article__content .richtext {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.i-news-article date {
  color: hsl(214, 97%, 28%);
  font-family: "Yrsa", "Times New Roman", Times, serif;
  font-size: 1rem;
  font-weight: 700;
}
.i-news-article h1 {
  color: hsl(214, 97%, 28%);
}

.i-overview-news {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}

.i-headervisual {
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
}
.i-headervisual picture {
  line-height: 0;
}
.i-headervisual picture img {
  border-radius: unset;
  /* todo crop */
  object-fit: cover;
  object-position: center;
}
.i-quote {
  background-image: url("/gfx/bgheadervisual.svg");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  color: hsl(214, 97%, 28%);
  line-height: 0;
  position: absolute;
  height: auto;
  width: 100%;
  z-index: 100;
}
.i-quote--svg {
  aspect-ratio: 570/139;
  /*  svg {
      height: auto;
      opacity: .8;
      width: 100%;
  }*/
}
.i-quote--text {
  padding: 3.125rem 3.125rem 3.125rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.i-quote--text a {
  color: hsl(345.59, 95.33%, 41.96%);
  line-height: normal;
}
.i-quote q {
  color: hsl(214, 97%, 28%);
  display: block;
  font-family: "Yrsa", "Times New Roman", Times, serif;
  line-height: 1.25;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}
@media (min-width: 768px) {
  .i-quote q {
    font-size: 2rem;
  }
}
.i-quote q::before {
  color: hsl(214, 97%, 28%);
  content: "“";
  font-family: "Yrsa", "Times New Roman", Times, serif;
  font-size: 10.625rem;
  right: 0;
  line-height: 1;
  opacity: 0.5;
  position: absolute;
  top: calc(-1 * 4rem);
}

.i-care {
  margin: 0 auto;
  max-width: 56.25rem;
  padding: 6.25rem 0 5rem;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.i-care-row1 {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
}
@media (min-width: 768px) {
  .i-care-row1 {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .i-care:has(.i-care-row2) .i-care--picture {
    top: calc(-1 * 6.25rem);
    width: 21.875rem;
  }
}
.i-care-article {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .i-care-article {
    padding-right: 1.5rem;
  }
}
.i-care-article h2 {
  color: hsl(214, 97%, 28%);
  padding-right: calc(13.375rem / 1.5);
}
@media (min-width: 768px) {
  .i-care-article h2 {
    padding-right: unset;
  }
}
.i-care-article .i-rte, .i-care-article .umbraco-forms-page .rte, .umbraco-forms-page .i-care-article .rte, .i-care-article .umbraco-forms-page .richtext, .umbraco-forms-page .i-care-article .richtext {
  color: hsl(214, 97%, 28%);
  font-size: 1.125rem;
}
.i-care-featured {
  background-color: hsl(0, 0%, 100%);
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
}
.i-care-featured a {
  color: hsl(345.59, 95.33%, 41.96%);
  fill: hsl(345.59, 95.33%, 41.96%);
  outline: none;
}
.i-care-featured a:focus-visible::after {
  border-radius: 1rem;
  outline: solid 2px hsl(345.59, 95.33%, 41.96%);
}
.i-care-featured .i-rte, .i-care-featured .umbraco-forms-page .rte, .umbraco-forms-page .i-care-featured .rte, .i-care-featured .umbraco-forms-page .richtext, .umbraco-forms-page .i-care-featured .richtext {
  max-height: 6.875rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.i-care--picture {
  position: absolute;
  right: calc(-1 * 13.375rem / 3);
  top: calc(-1 * 13.375rem / 2);
  z-index: -1;
  height: 13.375rem;
  width: 13.375rem;
}
@media (min-width: 768px) {
  .i-care--picture {
    left: calc(50% - 1.5rem);
    height: 21.875rem;
    right: unset;
    top: calc(-1 * 12.5rem);
    width: 21.875rem;
  }
}
@media (min-width: 992px) {
  .i-care--picture {
    left: unset;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .i-care--picture {
    right: unset;
    left: calc(100% - 21.875rem / 2);
  }
}
.i-care--picture img {
  border-radius: 50%;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 0px 0px 35px, rgba(255, 255, 255, 0.2) 0px 0px 0px 70px;
  aspect-ratio: 1;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.i-care-features {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .i-care-features article {
    width: calc(50% - 1.5rem / 2);
  }
}
@media (min-width: 992px) {
  .i-care-features article {
    width: calc(33.3333333333% - 1.5rem * 2 / 3);
  }
}
.i-care::after {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgba(3, 117, 189, 0) 0%, rgba(3, 117, 189, 0.2) 25%, rgba(3, 117, 189, 0.2) 75%, rgba(3, 117, 189, 0) 100%);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -2;
}

.i-abc {
  display: none;
}
@media (min-width: 992px) {
  .i-abc {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
}
.i-abc nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.125rem;
  justify-content: space-between;
}
.i-abc nav a {
  color: hsl(214, 97%, 28%);
  display: block;
  flex: none;
  font-family: "Yrsa", "Times New Roman", Times, serif;
  font-size: 1.375rem;
  font-weight: 700;
  height: 2rem;
  position: relative;
  text-align: center;
  transition: all ease-in-out 0.2s;
  width: 2rem;
  z-index: 0;
}
.i-abc nav a::after {
  border-radius: 0.25rem;
  content: "";
  display: block;
  height: calc(100% + 0.125rem);
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translateX(-1rem);
  transition: all ease-in-out 0.2s;
  width: 2rem;
  z-index: -1;
}
.i-abc nav a[disabled] {
  color: blue;
  cursor: none;
  opacity: 0.3;
}
.i-abc nav a[disabled]:hover {
  color: hsl(214, 97%, 28%);
}
.i-abc nav a[disabled]:hover::after {
  opacity: 0;
}
.i-abc nav a:hover {
  color: white;
}
.i-abc nav a:hover::after {
  opacity: 1;
}

.i-overview {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
}
.i-overview--header {
  align-items: center;
  display: flex;
  padding: 2rem 1.5rem;
  border-radius: 1.5rem;
  overflow: hidden;
  position: relative;
  transition: all ease-in-out 0.2s;
}
@media (min-width: 768px) {
  .i-overview--header {
    padding: 3rem 3.75rem;
  }
}
@media (min-width: 992px) {
  .i-overview--header {
    padding: 5.625rem 7.5rem;
  }
}
.i-overview--header::after {
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: rgba(255, 255, 255, 0.05) 0px 0px 0px 35px;
  border-radius: 50%;
  content: "";
  display: block;
  height: 526px;
  width: 526px;
  position: absolute;
  left: -450px;
  top: calc(50% - 263px);
}
.i-overview--list {
  align-items: flex-start;
  border-bottom: solid 1px hsl(0, 0%, 92%);
  color: hsl(214, 97%, 28%);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  line-height: 1;
  justify-content: flex-start;
  padding: 0 0 2.5rem;
}
@media (min-width: 768px) {
  .i-overview--list {
    flex-direction: row;
    gap: 3.125rem;
  }
}
.i-overview--letter {
  width: 5.3125rem;
}
.i-overview--letter span {
  display: block;
  font-family: "Yrsa", "Times New Roman", Times, serif;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.4;
  position: relative;
  text-align: left;
  top: calc(-1 * 0.9375rem);
  width: 5.3125rem;
}
@media (min-width: 768px) {
  .i-overview--letter span {
    font-size: 6.25rem;
  }
}
.i-overview--result {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.i-overview--result .i-href span {
  font-family: "Yrsa", "Times New Roman", Times, serif;
  font-size: 1.375rem;
  font-weight: 700;
}

.i-filter {
  align-items: center;
  background-color: white;
  border: solid 1px hsl(0, 0%, 92%);
  border-radius: 1rem;
  display: flex;
  flex-grow: 1;
  gap: 0.625rem;
  height: 4.75rem;
  justify-content: flex-start;
  padding: 1rem 1.25rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .i-filter {
    flex-basis: 100%;
  }
}
.i-filter svg {
  fill: hsl(208, 12%, 32%);
  flex: none;
}
.i-filter input {
  border: none;
  outline: none;
  width: 100%;
}
.i-filter--theme {
  position: relative;
}
.i-filter--theme .i-href {
  flex: none;
  justify-content: space-between;
}
.i-filter--theme .i-href svg {
  fill: white;
  transform: rotate(-90deg);
  transition: all ease-in-out 0.3s;
}
.i-filter--theme .i-href--purple {
  pointer-events: none;
}
.i-filter--theme:has(.i-filter--theme__form.collapse) .i-href--purple svg {
  transform: rotate(90deg);
}
.i-filter--theme > div {
  width: 100%;
}
.i-filter--theme__items {
  flex-grow: 1;
}
.i-filter--theme__container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.i-filter--theme__container button {
  display: flex;
  outline: none;
  width: 100%;
}
.i-filter--theme__form {
  background-color: hsl(0, 0%, 100%);
  border-radius: 1.25rem;
  left: 0;
  padding: 1rem;
  position: absolute;
  top: calc(100% + 0.25rem);
  width: fit-content;
}
.i-filter--theme .i-form {
  gap: 0.5rem;
}
.i-filters {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
  margin: 0 auto;
  max-width: 58.75rem;
  padding-top: 1.875rem;
  position: relative;
  transition: all ease-in-out 0.3s;
  width: 100%;
}
@media (min-width: 768px) {
  .i-filters {
    flex-direction: row;
    gap: 1.875rem;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .i-filters {
    padding-top: 0;
  }
}

/*.i-overview--search {
    //

    @extend %i-box-shadow;
    align-items: center;
    background-color: white;
    border: solid 1px $i-gray--border;
    border-radius: rem(16);
    display: flex;
    gap: rem(10);
    height: rem(76);
    justify-content: space-between;
    margin: 0 auto rem(30);
    max-width: rem(980); // ??
    padding: rem(16) rem(20);
    position: relative;
    z-index: 1;

    &_input {
        align-items: center;
        display: flex;
        flex-grow: 1;
        gap: rem(10);

        svg {
            //color: $i-gray--dark;
            fill: $i-gray--dark;
            flex: none;
            height: rem(20);
            width: rem(20);
        }

        input {
            border: none;
            outline: none;
            width: 100%;
        }
    }
}
*/
.i-overview-container {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin: 0 auto;
  max-width: 58.75rem;
  position: relative;
  transition: all ease-in-out 0.3s;
  width: 100%;
}
@media (min-width: 992px) {
  .i-overview-container {
    top: calc(-1 * 4.75rem / 2);
  }
}
.i-overview-container.plaats {
  top: 2.5rem;
}

/* KOPIE VAN? */
.s-filter .i-form {
  gap: 0.5rem;
}
.s-filter__input:has(.collapse) .i-href i svg {
  transform: rotate(0deg);
}
.s-filter__input .i-href i svg {
  transform: rotate(-45deg);
}
.i-pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  justify-content: center;
  list-style: none;
  margin: 0.75rem 0 2.5rem;
  padding: 0;
}
@media (min-width: 768px) {
  .i-pagination {
    gap: 2rem;
  }
}
.i-pagination li {
  color: hsl(214, 97%, 28%);
  flex: none;
}
.i-pagination li:has(.disabled) {
  display: none;
}
.i-pagination a {
  color: hsl(214, 97%, 28%);
  cursor: pointer;
  fill: hsl(214, 97%, 28%);
  display: block;
  flex: none;
  font-family: "Yrsa", "Times New Roman", Times, serif;
  font-size: 1.375rem;
  font-weight: 700;
  height: 2rem;
  line-height: 2rem;
  min-width: 2rem;
  padding: 0 0.5rem;
  position: relative;
  text-align: center;
  transition: all ease-in-out 0.2s;
  width: fit-content;
  z-index: 0;
}
.i-pagination a::after {
  border-radius: 0.25rem;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  transition: all ease-in-out 0.2s;
  width: 100%;
  z-index: -1;
}
.i-pagination a[aria-current=page], .i-pagination a:hover, .i-pagination a.current {
  fill: white;
  color: white;
}
.i-pagination a[aria-current=page]::after, .i-pagination a:hover::after, .i-pagination a.current::after {
  opacity: 1;
}
.i-pagination a[aria-label=Vorige] {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.i-prevnext {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
  justify-content: center;
  padding: 1.5rem 0;
}
.i-prevnext .i-btn.next span::before, .i-prevnext .umbraco-forms-navigation input.next[type=submit] span::before, .umbraco-forms-navigation .i-prevnext input.next[type=submit] span::before, .i-prevnext form button.next[type=reset] span::before, form .i-prevnext button.next[type=reset] span::before, .i-prevnext form button.next[type=submit] span::before, form .i-prevnext button.next[type=submit] span::before {
  content: "Volgende";
}
@media (min-width: 576px) {
  .i-prevnext .i-btn.next span::before, .i-prevnext .umbraco-forms-navigation input.next[type=submit] span::before, .umbraco-forms-navigation .i-prevnext input.next[type=submit] span::before, .i-prevnext form button.next[type=reset] span::before, form .i-prevnext button.next[type=reset] span::before, .i-prevnext form button.next[type=submit] span::before, form .i-prevnext button.next[type=submit] span::before {
    content: "Volgend nieuwsbericht";
  }
}
.i-prevnext .i-btn.prev span::before, .i-prevnext .umbraco-forms-navigation input.prev[type=submit] span::before, .umbraco-forms-navigation .i-prevnext input.prev[type=submit] span::before, .i-prevnext form button.prev[type=reset] span::before, form .i-prevnext button.prev[type=reset] span::before, .i-prevnext form button.prev[type=submit] span::before, form .i-prevnext button.prev[type=submit] span::before {
  content: "Vorige";
}
@media (min-width: 576px) {
  .i-prevnext .i-btn.prev span::before, .i-prevnext .umbraco-forms-navigation input.prev[type=submit] span::before, .umbraco-forms-navigation .i-prevnext input.prev[type=submit] span::before, .i-prevnext form button.prev[type=reset] span::before, form .i-prevnext button.prev[type=reset] span::before, .i-prevnext form button.prev[type=submit] span::before, form .i-prevnext button.prev[type=submit] span::before {
    content: "Vorig nieuwsbericht";
  }
}
.i-prevnext .i-btn span i, .i-prevnext .umbraco-forms-navigation input[type=submit] span i, .umbraco-forms-navigation .i-prevnext input[type=submit] span i, .i-prevnext form button[type=reset] span i, form .i-prevnext button[type=reset] span i, .i-prevnext form button[type=submit] span i, form .i-prevnext button[type=submit] span i {
  display: none;
}
.i-prevnext .break {
  flex-basis: 100%;
  height: 0;
}

.paragraaf-left {
  display: block;
}
@media (min-width: 992px) {
  .paragraaf-left {
    padding-right: 1.5rem;
  }
}
.paragraaf-right {
  display: block;
}
@media (min-width: 992px) {
  .paragraaf-right {
    padding-left: 1.5rem;
  }
}
.paragraaf-tekst {
  max-width: 61.25rem;
}
.paragraaf-afbeelding img {
  border-radius: 0.5rem;
  height: auto;
  max-height: 35rem;
  max-width: 100%;
}
.paragraaf-afbeelding figure {
  display: table;
}
.paragraaf-afbeelding figure picture {
  display: block;
  margin-bottom: 0.5rem;
}
.paragraaf-afbeelding figure figcaption {
  display: table-caption;
  caption-side: bottom;
}
.paragraaf-video {
  max-width: 48rem;
  width: 100%;
}
.paragraaf-video .video-wrapper {
  line-height: 0;
}
.paragraaf-video video {
  border-radius: 0.5rem;
}
.paragraaf-vimeo {
  max-width: 48rem;
  width: 100%;
}
.paragraaf-vimeo .video-wrapper {
  aspect-ratio: 16/9;
  border-radius: 0.5rem;
  display: block;
  line-height: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.paragraaf-vimeo .video-wrapper::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.paragraaf-vimeo .video-wrapper iframe {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.paragraaf-youtube {
  margin-bottom: 3rem;
}
.paragraaf-youtube .video-wrapper {
  border-radius: 0.5rem;
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.paragraaf-youtube .video-wrapper::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.paragraaf-youtube .video-wrapper iframe.youtube-embed {
  border: 0;
  border-radius: 0.5rem;
  bottom: 0;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
}
.paragraaf-cta {
  background-color: hsl(214, 97%, 28%);
  border-radius: 0.5rem;
  color: hsl(0, 0%, 100%);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.paragraaf-cta:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.paragraaf-cta h1 {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  padding: 0;
}
.paragraaf-cta h2 {
  font-family: "DM Sans", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
.paragraaf-cta a {
  color: hsl(0, 0%, 100%);
}
.paragraaf-cta a::after {
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}
.paragraaf-faqs {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto;
  width: 100%;
}

.i-carousel {
  display: block;
  margin-bottom: 3rem;
}
.i-carousel h1 {
  color: black;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.i-carousel img {
  aspect-ratio: 3/2;
  height: auto;
  width: 100% !important;
  object-fit: contain;
  object-position: center;
}
.i-carousel .carousel-control-prev, .i-carousel .carousel-control-next {
  opacity: 1;
}
.i-carousel .carousel-control-prev-icon, .i-carousel .carousel-control-next-icon {
  color: black;
  position: relative;
}
.i-carousel .carousel-control-prev-icon::after, .i-carousel .carousel-control-next-icon::after {
  background-color: #FD5E53;
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: -10px;
  top: -10px;
  z-index: -1;
}
.i-carousel .carousel-item {
  position: relative;
}
.i-carousel .carousel-item .blurr {
  background-color: white;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.i-carousel .carousel-item .blurr img {
  aspect-ratio: unset;
  filter: blur(10px);
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
  opacity: 0.8;
}
.i-carousel .carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem 2rem;
  text-align: center;
}

.i-collage {
  display: block;
  margin-bottom: 3rem;
}
.i-collage h1 {
  /*color: $black;*/
  color: black;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.i-collage-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.i-collage--item {
  display: flex;
  width: calc((100% - 1rem) / 2);
}
.i-collage--item img {
  height: auto;
  width: 100%;
}
@media (min-width: 992px) {
  .i-collage--item {
    /*@include media-breakpoint-up(sm) {*/
    width: calc((100% - 2rem) / 3);
  }
}
@media (min-width: 992px) {
  .i-collage--item {
    /*@include media-breakpoint-up(md) {*/
    width: calc((100% - 3rem) / 4);
  }
}

.i-collage-modal figure img {
  height: auto;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.i-collage-modal figure figcaption {
  background-color: white;
  padding: 0.75rem 1.5rem;
}
.i-collage-modal .btn-close {
  background: rgba(255, 255, 255, 0.8);
  border: 0;
  border-radius: 50%;
  /*color: $black;*/
  color: black;
  height: 4rem;
  width: 4rem;
  transition: all 0.3s ease-in-out;
  align-items: center;
  display: flex;
  justify-content: center;
  position: fixed;
  right: 2rem;
  top: 2rem;
  z-index: 2;
}
.i-collage-modal .btn-close:hover {
  background: rgb(255, 255, 255);
}
.i-collage-modal .modal-content {
  background: none;
  border: none;
}
.i-collage-modal .carousel-control-prev, .i-collage-modal .carousel-control-next {
  opacity: 1;
}
.i-collage-modal .carousel-control-prev-icon, .i-collage-modal .carousel-control-next-icon {
  position: relative;
}
.i-collage-modal .carousel-control-prev-icon::after, .i-collage-modal .carousel-control-next-icon::after {
  background-color: #FD5E53;
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  left: -10px;
  top: -10px;
  z-index: -1;
}

.i-impression {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0 auto;
  max-width: 61.25rem;
  width: 100%;
}

.i-interesting {
  background-color: hsl(0, 22%, 96%);
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin: 0 auto;
  max-width: 61.25rem;
  padding: 2.5rem 0;
  position: relative;
  width: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .i-interesting {
    flex-direction: row;
  }
}
.i-interesting ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.i-interesting ul li {
  width: calc(50% - 0.25rem);
}
.i-interesting ul a {
  align-items: center;
  background-color: hsl(0, 0%, 100%);
  border-radius: 0.5rem;
  color: hsl(343, 6%, 21%);
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  padding: 1rem;
}
.i-interesting ul a span {
  font-family: "DM Sans", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}
.i-interesting ul a svg {
  aspect-ratio: 448/512;
  fill: hsl(345.59, 95.33%, 41.96%);
  height: 0.875rem;
}
.i-interesting:has(.i-col2) ul {
  flex-direction: column;
}
.i-interesting:has(.i-col2) ul li {
  width: 100%;
}
.i-interesting:has(.i-col2) .i-col1, .i-interesting:has(.i-col2) .i-col2 {
  width: 100%;
}
@media (min-width: 768px) {
  .i-interesting:has(.i-col2) .i-col1, .i-interesting:has(.i-col2) .i-col2 {
    width: calc(50% - 1.25rem);
  }
}
.i-interesting::after {
  background-color: hsl(0, 22%, 96%);
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -2;
}
.i-interesting .i-col1 {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  width: 100%;
}

.i-services {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto;
  max-width: 61.25rem;
  padding: 3.125rem 0;
  width: 100%;
}
.i-services--articles {
  display: grid;
  gap: 1rem;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .i-services--articles {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .i-services--articles {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .i-services--articles.fr2 {
    grid-template-columns: 1fr 1fr;
  }
}
.i-services--articles article {
  background-color: hsl(0, 22%, 96%);
  display: flex;
  border-radius: 0.5rem;
  border: solid 1px hsl(0, 0%, 92%);
  flex-basis: 100%;
  flex-direction: column;
  flex-grow: 1;
  padding: 1rem;
  position: relative;
  transition: all ease-in-out 0.2s;
}
.i-services--articles article header {
  align-items: baseline;
  display: flex;
  gap: 0.5rem;
  justify-content: space-between;
  /*                a[href] {
      flex: none;
  }*/
}
.i-services--articles article header svg {
  fill: hsl(345.59, 95.33%, 41.96%);
  height: 0.875rem;
  width: 0.875rem;
}
.i-services--articles article h1 {
  color: hsl(214, 97%, 28%);
}
.i-services--articles article p {
  font-size: 0.75rem;
  font-size: 0.875rem;
}
.i-services--articles article a {
  outline: none;
}
.i-services--articles article a:focus-visible::after {
  border-radius: 0.5rem;
  outline: solid 2px hsl(345.59, 95.33%, 41.96%);
  outline-offset: 2px;
}
.i-services--articles article a span {
  display: none;
}

/*.i-home-mantelzorg {
    display: none;
}*/
.i-zkcijfers {
  background-color: hsl(0, 22%, 96%);
  border: solid 1px hsl(0, 0%, 92%);
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 auto;
  max-width: 61.25rem;
  padding: 3.125rem 1.5rem;
  width: 100%;
}
.i-zkcijfers-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
}
.i-zkcijfers h1 {
  color: hsl(214, 97%, 28%);
  font-size: 2rem;
}
.i-zkcijfers ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
}
@media (min-width: 768px) {
  .i-zkcijfers ul {
    flex-direction: row;
  }
}
.i-zkcijfers ul li {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  min-width: 10rem;
  position: relative;
}
@media (min-width: 768px) {
  .i-zkcijfers ul li {
    flex-direction: column;
    min-width: 10rem;
  }
}
.i-zkcijfers ul li div {
  align-items: center;
  background-color: hsl(345.59, 95.33%, 41.96%);
  border-radius: 50%;
  color: hsl(0, 0%, 100%);
  display: flex;
  flex: none;
  height: 5rem;
  justify-content: center;
  overflow: hidden;
  width: 5rem;
  font-family: "Yrsa", "Times New Roman", Times, serif;
  font-size: 3.125rem;
}
@media (min-width: 768px) {
  .i-zkcijfers ul li div {
    height: 6.25rem;
    width: 6.25rem;
  }
}
.i-zkcijfers ul li div sup {
  font-size: 1.875rem;
}
.i-zkcijfers ul li a {
  color: hsl(214, 97%, 28%);
  text-decoration: underline;
  /*&::after {
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
  }*/
}
.i-zkcijfers ul li a span {
  font-family: "DM Sans", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75;
}

.i-zkcijfer {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 41.875rem;
  padding: 1.875rem 0;
}
@media (min-width: 768px) {
  .i-zkcijfer {
    flex-direction: row;
    gap: 2.5rem;
  }
}
.i-zkcijfer--score {
  align-items: center;
  background-color: hsl(345.59, 95.33%, 41.96%);
  background: linear-gradient(135deg, hsl(345.59, 95.33%, 41.96%) -87%, #D20037 180%);
  border-radius: 50%;
  color: hsl(0, 0%, 100%);
  display: flex;
  flex: none;
  height: 5rem;
  justify-content: center;
  overflow: hidden;
  width: 5rem;
  font-family: "Yrsa", "Times New Roman", Times, serif;
  font-size: 3.125rem;
  order: 1;
}
@media (min-width: 768px) {
  .i-zkcijfer--score {
    height: 6.25rem;
    order: 0;
    width: 6.25rem;
  }
}
.i-zkcijfer--score sup {
  font-size: 1.875rem;
}
.i-zkcijfer--text {
  order: 0;
}
@media (min-width: 768px) {
  .i-zkcijfer--text {
    order: 1;
  }
}
.i-zkcijfer--text h1 {
  color: hsl(214, 97%, 28%);
  font-size: 2rem;
}
.i-zkcijfer a {
  color: hsl(214, 97%, 28%);
  text-decoration: underline;
  /*&::after {
      bottom: 0;
      content: '';
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
  }*/
}
.i-zkcijfer a span {
  font-family: "DM Sans", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75;
}

.i-zkcijfer-cols {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  margin: 0 auto;
  max-width: 61.25rem;
  width: 100%;
}
@media (min-width: 768px) {
  .i-zkcijfer-cols {
    align-items: center;
    flex-direction: row;
    gap: 3.125rem;
    padding-top: 1.875rem;
  }
}
.i-zkcijfer-cols:has(.i-featured) .i-zkcijfer {
  max-width: unset;
}
@media (min-width: 768px) {
  .i-zkcijfer-cols:has(.i-featured) {
    align-items: flex-start;
    flex-direction: column;
    gap: 1.875rem;
    width: 100%;
  }
  .i-zkcijfer-cols:has(.i-featured) .i-featured {
    min-width: 22rem;
  }
  .i-zkcijfer-cols:has(.i-featured) .i-zkcijfer--text {
    padding-right: 3rem;
  }
}
@media (min-width: 992px) {
  .i-zkcijfer-cols:has(.i-featured) {
    flex-direction: row;
    align-items: center;
    flex-direction: row;
    gap: 3.125rem;
    padding-top: 1.875rem;
    margin: 0 auto;
    max-width: 61.25rem;
  }
  .i-zkcijfer-cols:has(.i-featured) .i-zkcijfer {
    max-width: 41.875rem;
  }
}
.i-zkcijfer-cols .fc {
  height: 15.625rem;
  width: 15.625rem;
  left: calc(50% + 1rem);
  top: calc(-1 * 6.25rem);
}
@media (min-width: 768px) {
  .i-zkcijfer-cols .fc {
    height: 23.75rem;
    width: 23.75rem;
    left: calc(50% - 23.75rem / 2);
    top: calc(-1 * 1rem);
  }
}

.i-articles {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}
.i-articles h1 {
  font-size: 2.25rem;
}
.i-articles ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.i-articles ul li {
  align-items: center;
  display: flex;
  gap: 0.5rem;
  justify-content: flex-start;
  position: relative;
}
.i-articles ul li svg {
  flex: none;
}
.i-articles article {
  color: hsl(214, 97%, 28%);
  display: flex;
  flex-direction: column;
}
.i-articles article h1 {
  font-size: 1.375rem;
}
.i-articles article date {
  font-family: "Yrsa", "Times New Roman", Times, serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.i-articles article a {
  color: hsl(214, 97%, 28%);
}

.i-home-news {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 61.25rem;
  padding-top: 3.125rem;
  width: 100%;
}
@media (min-width: 992px) {
  .i-home-news {
    flex-direction: row;
    gap: 2rem;
  }
}
.i-home-news--col1 {
  display: flex;
  flex-basis: 100%;
  order: 1;
  width: 100%;
}
@media (min-width: 992px) {
  .i-home-news--col1 {
    order: 0;
  }
}
.i-home-news--col1 .i-articles > h1 {
  display: none;
  font-size: 2.25rem;
}
@media (min-width: 992px) {
  .i-home-news--col1 .i-articles > h1 {
    display: block;
  }
}
.i-home-news--col2 {
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  gap: 1rem;
  order: 0;
  width: 100%;
}
.i-home-news--col2 > h1 {
  font-size: 2.25rem;
  display: block;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .i-home-news--col2 {
    order: 1;
    max-width: 22.125rem;
  }
  .i-home-news--col2 > h1 {
    display: none;
  }
}

.i-content-feature {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 61.25rem;
  width: 100%;
}
@media (min-width: 992px) {
  .i-content-feature {
    flex-direction: row;
  }
}
.i-content-feature--col1 {
  display: flex;
  flex-basis: 100%;
  flex-direction: column;
  gap: 1rem;
}
.i-content-feature--col1 h2 {
  color: hsl(214, 97%, 28%);
}
.i-content-feature--col1 img {
  height: auto;
}
.i-content-feature--col2 {
  display: flex;
  flex-basis: 100%;
  max-width: 30rem;
}
@media (min-width: 992px) {
  .i-content-feature--col2 {
    max-width: 22.125rem;
  }
}

.i-extra {
  border-radius: 1.25rem;
  display: flex;
  overflow: hidden;
  position: relative;
  padding: 5rem 3.125rem;
  padding: 4rem 2rem;
  gap: 1rem;
  z-index: 0;
}
.i-extra-logo {
  margin-left: auto;
  max-width: 10.125rem;
  width: 100%;
}
.i-extra-logo img {
  filter: brightness(0) invert(1);
}
.i-extra-content {
  color: white;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  width: 100%;
  z-index: 0;
}
.i-extra-content h1 {
  color: white;
}
.i-extra-content .i-href {
  align-items: flex-start;
}
.i-extra-content .i-href span {
  color: white;
  padding-top: 0.125rem;
}
.i-extra-bgimage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.i-extra-bgimage picture {
  line-height: 0;
  width: 100%;
  height: 100%;
}
.i-extra-bgimage img {
  filter: grayscale(100%) opacity(0.3);
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

select, option, input, textarea {
  color: hsl(343, 6%, 21%);
  font-family: "DM Sans", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

form button {
  font-family: "DM Sans", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 700;
}
form .radiobuttonlist-horizontal {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  flex-wrap: wrap;
}

.i-form {
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
  /*legend {
      font-size: rem(18);
      font-weight: 700;
      margin-bottom: rem(10);
  }*/
  /*    input[type='checkbox']:checked {
      &[data-rule-required="true"] {
          & ~ label::before {
              background-color: var(--i-input--bgclr);
              background-size: 16px;
          }
      }
  }*/
}
.i-form--light {
  background-color: hsl(0, 22%, 96%);
  padding: 2rem;
}
.i-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
.i-form-group > div {
  display: flex;
  flex-direction: row;
  gap: 0.625rem;
}
.i-form input, .i-form textarea {
  outline: none;
}
.i-form label[data-required="*"]::after {
  content: "*";
  font-size: 1em;
  color: #ff4949;
  text-decoration: none;
  word-wrap: break-all;
  word-wrap: break-word;
  display: inline;
}
.i-form input[type=email],
.i-form input[type=text],
.i-form textarea {
  background-color: var(--i-input--bgclr);
  border: solid 1px hsl(0, 0%, 92%);
  border-radius: 1rem;
  height: 3rem;
  padding: 0.625rem 1.25rem;
  outline: none;
  width: 100%;
}
.i-form input[type=email]:focus-visible,
.i-form input[type=text]:focus-visible,
.i-form textarea:focus-visible {
  background-color: hsl(0, 0%, 100%);
  border: solid 1px hsl(203, 97%, 38%);
}
.i-form input[type=email][placeholder],
.i-form input[type=text][placeholder],
.i-form textarea[placeholder] {
  color: hsl(343, 6%, 21%);
}
.i-form textarea {
  height: 7.375rem;
  min-height: 3rem;
  padding-top: 0.8125rem;
  resize: vertical;
}
.i-form .error {
  color: hsl(203, 97%, 38%);
}
.i-form input[type=radio] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.i-form input[type=radio] + label {
  align-items: center;
  display: inline-flex;
  font-size: 1rem;
  gap: 0.625rem;
  position: relative;
}
.i-form input[type=radio] + label::before {
  background-color: var(--i-input--bgclr);
  border-radius: 50%;
  box-shadow: hsl(0, 0%, 92%) 0px 0px 0px 1px inset, hsl(0, 0%, 100%) 0px 0px 0px 10px inset, hsl(0, 0%, 100%) 0px 0px 0px 16px inset;
  content: "";
  height: 2rem;
  transition: all ease-in-out 0.15s;
  width: 2rem;
}
.i-form input[type=radio] + label:hover::before {
  box-shadow: hsl(0, 0%, 82%) 0px 0px 0px 1px inset, var(--i-input--bgclr) 0px 0px 0px 10px inset, var(--i-input--bgclr) 0px 0px 0px 16px inset;
}
.i-form input[type=radio]:disabled + label::before {
  box-shadow: hsl(0, 0%, 92%) 0px 0px 0px 1px inset, hsl(0, 0%, 100%) 0px 0px 0px 8px inset, hsl(0, 0%, 92%) 0px 0px 0px 16px inset;
}
.i-form input[type=radio]:checked + label::before {
  box-shadow: hsl(0, 0%, 92%) 0px 0px 0px 1px inset, var(--i-input--bgclr) 0px 0px 0px 8px inset, hsl(214, 97%, 28%) 0px 0px 0px 16px inset;
}
.i-form input[type=radio]:focus-visible + label::before {
  outline: solid 2px hsl(203, 97%, 38%);
  outline-offset: 2px;
}
.i-form input[type=checkbox] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.i-form input[type=checkbox] ~ label {
  align-items: center;
  display: flex;
  font-size: 1rem;
  gap: 0.5rem;
}
.i-form input[type=checkbox] ~ label::before {
  background-color: hsl(0, 0%, 100%);
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3E%3Cpath fill="%23023f8f" d="M438.6,105.4c12.5,12.5,12.5,32.8,0,45.3L182.6,406.7c-12.5,12.5-32.8,12.5-45.3,0L9.3,278.7c-12.5-12.5-12.5-32.8,0-45.3s32.8-12.5,45.3,0l105.4,105.3,233.4-233.3c12.5-12.5,32.8-12.5,45.3,0h0Z"/%3E%3C/svg%3E');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0;
  border-radius: 0.25rem;
  box-shadow: hsl(0, 0%, 92%) 0px 0px 0px 1px inset;
  content: "";
  display: block;
  flex: none;
  height: 2rem;
  width: 2rem;
  transition: all ease-in-out 0.15s;
}
.i-form input[type=checkbox] + label:hover::before {
  background-color: var(--i-input--bgclr);
  box-shadow: hsl(0, 0%, 82%) 0px 0px 0px 1px inset;
}
.i-form input[type=checkbox]:disabled + label::before {
  opacity: 0.3;
}
.i-form input[type=checkbox]:checked + label::before {
  background-color: var(--i-input--bgclr);
  background-size: 16px;
}
.i-form input[type=checkbox]:checked + input[type=hidden] + label::before {
  background-color: var(--i-input--bgclr);
  background-size: 16px;
}
.i-form input[type=checkbox]:focus-visible ~ label::before {
  outline: solid 2px hsl(203, 97%, 38%);
  outline-offset: 2px;
}
.i-form .checkboxlist-vertical {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

input[type=file]::file-selector-button {
  border-radius: 0.5rem;
  cursor: pointer;
  padding: 0 16px;
  height: 2.75rem;
  background-color: var(--i-input--bgclr);
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-right: 16px;
  transition: background-color 200ms;
}

/* file upload button hover state */
input[type=file]::file-selector-button:hover {
  background-color: var(--i-input--bgclr);
}

/* file upload button active state */
input[type=file]::file-selector-button:active {
  background-color: var(--i-input--bgclr);
}

.umbraco-forms-page {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.umbraco-forms-legend {
  display: block;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.umbraco-forms-field {
  margin-bottom: 1rem;
}
.umbraco-forms-hidden {
  display: none;
}
.umbraco-forms-label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.25rem;
  overflow: hidden;
}
.umbraco-forms-submitmessage {
  font-size: 1.125rem;
  font-weight: 700;
}

.row-fluid {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.row-fluid .col-md-6 {
  width: 100%;
}
@media (min-width: 768px) {
  .row-fluid {
    flex-direction: row;
    gap: 1.5rem;
  }
  .row-fluid .col-md-6 {
    width: 50%;
  }
}
.row-fluid .col-md-12 {
  width: 100%;
}

.field-validation-valid {
  color: hsl(203, 97%, 38%);
}
.field-validation-error {
  color: hsl(203, 97%, 38%);
  font-weight: 400;
}

.nice-select {
  font-size: 1rem;
  align-items: center;
  background-color: var(--i-input--bgclr);
  border: solid 1px hsl(0, 0%, 92%);
  cursor: pointer;
  display: flex;
  gap: 1rem;
  min-height: 3rem;
  min-width: 9.375rem;
  padding: 0.625rem 1.25rem;
  border-radius: 1rem;
  justify-content: space-between;
  font-family: "DM Sans", Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 400;
  outline: none;
  position: relative;
  width: fit-content;
}
.nice-select:focus, .nice-select:focus-visible {
  border: solid 1px hsl(203, 97%, 38%);
}
.nice-select::after {
  background-color: hsl(214, 97%, 28%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.625rem;
  border-radius: 50%;
  color: hsl(321, 100%, 37%);
  content: "";
  display: block;
  flex: none;
  height: 1.5625rem;
  width: 1.5625rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23ffffff" d="M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z"/></svg>');
  transform: rotate(90deg);
  transition: all ease-in-out 0.3s;
}
.nice-select.open {
  background-color: hsl(0, 0%, 100%);
}
.nice-select.open::after {
  transform: rotate(270deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
}
.nice-select:focus {
  background-color: hsl(0, 0%, 100%);
}
.nice-select .list {
  background-color: var(--i-input--bgclr);
  border: solid 1px hsl(0, 0%, 92%);
  border-radius: 1rem;
  box-sizing: border-box;
  min-width: 9.375rem;
  opacity: 0;
  overflow: hidden;
  padding: 0.5rem 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
}
.nice-select .option {
  border-top: solid 1px hsl(0, 0%, 100%);
  cursor: pointer;
  padding: 0.25rem 1rem;
  position: relative;
}
.nice-select .option.focus::before, .nice-select .option:hover::before {
  background-color: hsl(203, 97%, 38%);
  content: "";
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
}
.nice-select .option:first-of-type {
  border-top: none;
  font-weight: 700;
}
.nice-select .option:first-of-type:hover {
  color: hsl(343, 6%, 21%);
}

/* iModal container */
.i-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 500; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgba(0, 0, 0, 0.7); /* Black with opacity */
  overflow: auto; /* Enable scroll if needed */
}

.i-modal-content {
  background-color: hsl(0, 0%, 100%);
  padding: 1rem;
  border: none;
  border-radius: 0.5rem;
  width: calc(100% - 2rem);
  max-width: 80rem;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  animation: fadeIn 0.3s;
  z-index: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.i-modal-content:has(video) {
  background-color: transparent;
  box-shadow: none;
  line-height: 0;
  padding: 0;
}
.i-modal-content video {
  width: 100%;
}
.i-modal-content:has(iframe) {
  background-color: transparent;
  box-shadow: none;
  line-height: 0;
  padding: 0;
}
.i-modal-content iframe {
  width: 100%;
}
.i-modal-content .i-btn--circle {
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 2px hsl(343, 6%, 21%);
  fill: hsl(343, 6%, 21%);
  opacity: 0.5;
  position: absolute;
  right: 1rem;
  top: 1rem;
  transform: rotate(45deg);
  transition: all ease-in-out 0.2s;
  z-index: 1;
}
.i-modal-content .i-btn--circle:hover {
  opacity: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.i-container {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  margin: 0 auto;
  max-width: 93.75rem;
  padding-bottom: 3.125rem;
  width: 100%;
}
.i-container:empty {
  display: none;
}
.i-container-border {
  border: solid 1px hsl(0, 0%, 92%);
  border-radius: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  margin: 0 auto;
  max-width: 93.75rem;
  padding: 3.125rem 1rem;
  width: 100%;
}
@media (min-width: 768px) {
  .i-container-border {
    border: solid 2px hsl(0, 0%, 92%);
    border-radius: 1.5rem;
  }
}
.i-container-border:not(:has(*)) {
  display: none;
}
.i-container-noborder {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  margin: 0 auto;
  max-width: 93.75rem;
  padding: 3.125rem 0;
  width: 100%;
}
.i-container-noborder:empty {
  display: none;
}

.i-row-2col {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin: 0 auto;
  max-width: 61.25rem;
  width: 100%;
}
.i-row-2col > div {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .i-row-2col {
    flex-direction: row;
  }
}

.i-paragrafen {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin: 0 auto;
  max-width: 73.75rem;
  width: 100%;
}
.i-paragrafen > .row {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
  max-width: 61.25rem;
}
@media (min-width: 992px) {
  .i-paragrafen > .row {
    flex-direction: row;
  }
}
.i-paragrafen .col-lg-5,
.i-paragrafen .col-lg-7,
.i-paragrafen .col-lg-9,
.i-paragrafen .col-lg-12 {
  width: 100%;
}
@media (min-width: 992px) {
  .i-paragrafen .col-lg-6 {
    width: calc(50% - 1.25rem);
  }
  .i-paragrafen .col-lg-12 {
    width: 100%;
  }
}
