@charset "UTF-8";
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
}

h1, h2, h3, h4 {
  margin: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
  color: inherit;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input { /* 1 */
  overflow: visible;
}

button,
select { /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

@font-face {
  font-family: "fira_sans";
  src: url("/Fonts/firasans-thin.woff2") format("woff2"), url("/Fonts/firasans-thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "fira_sans";
  src: url("/Fonts/firasans-light.woff2") format("woff2"), url("/Fonts/firasans-light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "fira_sans";
  src: url("/Fonts/firasans-lightitalic.woff2") format("woff2"), url("/Fonts/firasans-lightitalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "fira_sans";
  src: url("/Fonts/firasans-regular.woff2") format("woff2"), url("/Fonts/firasans-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "fira_sans";
  src: url("/Fonts/firasans-italic.woff2") format("woff2"), url("/Fonts/firasans-italic.woff") format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "fira_sans";
  src: url("/Fonts/firasans-medium.woff2") format("woff2"), url("/Fonts/firasans-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "fira_sans";
  src: url("/Fonts/firasans-mediumitalic.woff2") format("woff2"), url("/Fonts/firasans-mediumitalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "fira_sans";
  src: url("/Fonts/firasans-bolditalic.woff2") format("woff2"), url("/Fonts/firasans-bolditalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "fira_sans";
  src: url("/Fonts/firasans-bold.woff2") format("woff2"), url("/Fonts/firasans-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "fira_sans";
  src: url("/Fonts/firasans-extrabold.woff2") format("woff2"), url("/Fonts/firasans-extrabold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
:root {
  --main-color: hsl(190, 100%, 30%);
  --main-tint: hsl(190, 53%, 93%);
  --second-color: hsl(24, 75%, 50%);
  --second-tint: hsl(25, 70%, 95%);
  --black: hsl(0, 0%, 20%);
  --gray-text: hsla(0, 0%, 20%, 50%);
  --white: hsl(0, 0%, 100%);
  --white-tint: hsla(0, 0%, 100%, 10%);
  --header-color: var(--main-color);
  --gray: hsl(0, 0%, 96%);
  --radius: 2rem;
  --font-family: "fira_sans", sans-serif;
  --line-height: 1.5;
  --one-rem: 20px;
  --earth: hsl(60, 22%, 96%);
  --m-bottom: 3.5rem;
  --border: 2px dashed var(--main-tint);
  --alert: var(--second-color);
  --menu-color: var(--main-color);
  --scroll-color: var(--main-tint);
  --bs-modal-bg: var(--white);
  --z-cookie: 10000;
  --z-menu-open: 6;
  --z-menu: 5;
  --z-filter: 4;
  --z-toc: 3;
  --z-faq: 2;
  --z-menu-after: -1;
  --paragraaf-size: 700px;
  --image-size: 968px;
  --media-position: calc((var(--image-size) - var(--paragraaf-size)) / 2);
  --form-cb: url(/images/forms/checkbox.svg);
  --form-checked: url(/images/forms/checked.svg);
  --form-radio: url(/images/forms/radiobutton.svg);
  --form-radio-checked: url(/images/forms/radiobutton-checked.svg);
  --form-stroke: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='28' ry='28' stroke='%23B2E1E4FF' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='9' stroke-linecap='square'/%3e%3c/svg%3e");
  quotes: "“" "”";
}
:root :is(.home) {
  --menu-color: var(--white);
}
@media (max-width: 767px) {
  :root {
    --m-bottom: 2rem;
    --radius: 1.5rem;
  }
}

.toc--submenu__flex a, h3, h2, h1, .hyphens {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 10 3 4;
}

html {
  font-family: var(--font-family);
  font-size: var(--one-rem);
  color: var(--black);
  font-weight: 300;
  line-height: var(--line-height);
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  font-feature-settings: "liga" 0;
}
@media (max-width: 1440px) {
  html {
    font-size: 18px;
  }
}

h1 {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--header-color);
}
@media (min-width: 768px) and (max-width: 1440px) {
  h1 {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
  }
}

/*:is(.header:has(picture)) h1 {
    max-width: rem(920);*/
/* @include respond-between(xl,1440) {
        max-width: rem(582);
    }
*/
/*@include respond-between(lg,xl) {
        max-width: rem(520)
    }
}*/
:is(.header) h1 {
  line-height: 1.4;
}

:is(.header-home) h1 {
  --header-color: var(--white);
  max-width: 46rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  :is(.header-home) h1 {
    text-align: center;
  }
}

h2 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--header-color);
}

:is(.filter) h2 {
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
}
@media (max-width: 575px) {
  :is(.filter) h2 {
    font-size: 1rem;
  }
}

:is(.newsletter) h2 {
  text-align: center;
}
@media (min-width: 1200px) {
  :is(.newsletter) h2 {
    font-size: 2.5rem;
  }
}

@media (min-width: 992px) {
  :is(.faq) h2 {
    font-size: 2.5rem;
    text-align: right;
  }
}

h3 {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--header-color);
}

:is(.changes) h3 {
  color: var(--black);
  font-size: 1.2rem;
  font-weight: 400;
  margin: 0;
  line-height: 1;
}

:is(.toc, .toc__dropdown) h3 {
  color: var(--second-color);
  font-weight: 400;
  font-size: 1.2rem;
}

p.intro, div.intro {
  font-size: 1.2rem;
  /*    &[aria-label="header-intro-tekst"] {
          max-width: rem(742);
          margin-bottom: 2.5rem;

          @include respond-between(xl,1280) {
              max-width: rem(582);
          }

          @include respond-between(lg,xl) {
              max-width: rem(520)
          }

          @include respond-below(sm) {
              margin-bottom: 1rem;
          }
      }*/
}
@media (max-width: 575px) {
  p.intro, div.intro {
    font-size: 1rem;
  }
}
p.intro[aria-labelledby=intro-tekst-faq], div.intro[aria-labelledby=intro-tekst-faq] {
  padding: 0;
}
@media (min-width: 992px) {
  p.intro[aria-labelledby=intro-tekst-faq], div.intro[aria-labelledby=intro-tekst-faq] {
    text-align: right;
  }
}

:is(.changes) p {
  margin: 0;
}

p[role=doc-subtitle] {
  color: var(--second-color);
  font-weight: 400;
  margin: 0;
  text-align: center;
  font-size: 1.2rem;
}
@media (max-width: 575px) {
  p[role=doc-subtitle] {
    text-align: left;
  }
}

p > a, li > a, strong > a {
  text-underline-offset: 0.2em;
  color: var(--second-color);
}

ul, ol {
  margin: 1rem 0;
}
ul li, ol li {
  line-height: var(--line-height);
  padding-left: 0.5em;
}
ul li::marker, ol li::marker {
  font-weight: 700;
  color: var(--main-color);
}

@media (min-width: 576px) {
  .t-center {
    text-align: center;
  }
}

.umbraco-forms-form, .card__flex, .search, .flex-container article section[aria-label=medewerkers], .flex-container article section[aria-label=paragraaf], .overons, .faq, .direct {
  margin-bottom: var(--m-bottom);
}

.toc__menu, .toc, .paging__pagenumbers > a, .btn__collapse-link[aria-expanded=true] > svg, .btn__collapse-link[aria-expanded=true], .btn__collapse-link > svg, .btn__collapse-link:hover > svg, .btn__collapse-link:hover, .btn__collapse-link, .menu--scroll, .menu {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}

.medewerkers__item address > a, .card, .toptasks__item, .menu__nav, .abc__links > a, .overons__links > a, .direct__thema > a, .downloads__item, .direct__links > a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.medewerkers__item address > a:hover, .card:hover, .toptasks__item:hover, .menu__nav:hover, .abc__links > a:hover, .overons__links > a:hover, .direct__thema > a:hover, .downloads__item:hover, .direct__links > a:hover {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}

.paging__pagenumbers > a, .paging > a, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice input[type=radio] + label, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .checkboxlist input[type=checkbox] + label, .menu a:not([aria-label="link naar home"]) {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.paging__pagenumbers > a:hover, .paging > a:hover, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice input[type=radio] + label:hover, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .checkboxlist input[type=checkbox] + label:hover, .menu a:hover:not([aria-label="link naar home"]) {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  text-decoration: underline;
  color: var(--second-color);
}

.breadcrumb > a, .menu__topnav-childbody.open a, .menu__topnav-childcollapse a, .menu__topnav-links > a {
  --border-color: var(--main-tint);
  position: relative;
}
.breadcrumb > a:after, .menu__topnav-childbody.open a:after, .menu__topnav-childcollapse a:after, .menu__topnav-links > a:after {
  content: "";
  position: absolute;
  bottom: -0.15rem;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.breadcrumb > a:hover, .menu__topnav-childbody.open a:hover, .menu__topnav-childcollapse a:hover, .menu__topnav-links > a:hover {
  color: var(--border-color);
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.breadcrumb > a:hover:after, .menu__topnav-childbody.open a:hover:after, .menu__topnav-childcollapse a:hover:after, .menu__topnav-links > a:hover:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  background-color: var(--border-color);
}

.toc__flex a, .toc--submenu__flex a, .btn__collapse-flex > a, .btn__collapse-link {
  --border-color: var(--second-color);
  position: relative;
  width: fit-content;
}
.toc__flex a:after, .toc--submenu__flex a:after, .btn__collapse-flex > a:after, .btn__collapse-link:after {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 1rem;
  width: calc(100% - 1rem);
  height: 0.1rem;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.toc__flex a:hover, .toc--submenu__flex a:hover, .btn__collapse-flex > a:hover, .btn__collapse-link:hover {
  color: var(--border-color);
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
}
.toc__flex a:hover:before, .toc--submenu__flex a:hover:before, .btn__collapse-flex > a:hover:before, .btn__collapse-link:hover:before {
  --toc-color: var(--border-color);
}
.toc__flex a:hover:after, .toc--submenu__flex a:hover:after, .btn__collapse-flex > a:hover:after, .btn__collapse-link:hover:after {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  background-color: var(--border-color);
}

.downloads__item, .direct__links > a {
  --link-color: var(--main-color);
  --chevron-color: var(--main-color);
  width: calc(50% - 1.5rem);
  color: var(--link-color);
  font-weight: 700;
  display: inline-flex;
  align-items: baseline;
  gap: 0.75rem;
  text-decoration: none;
  position: relative;
}
.downloads__item:not(:nth-child(-n+2)), .direct__links > a:not(:nth-child(-n+2)) {
  padding: 1rem 0 0;
  border-top: var(--border);
}
@media (max-width: 991px) {
  .downloads__item, .direct__links > a {
    width: calc(100% - 1.5rem);
  }
  .downloads__item:not(:nth-child(-n+1)), .direct__links > a:not(:nth-child(-n+1)) {
    padding: 1rem 0 0;
    border-top: var(--border);
  }
}
.downloads__item:hover, .direct__links > a:hover {
  --chevron-color: var(--second-color);
  color: var(--second-color);
  text-decoration: underline;
}
.downloads__item:before, .direct__links > a:before {
  --chevron: .4rem;
  border-right: 2px solid var(--chevron-color);
  border-bottom: 2px solid var(--chevron-color);
  width: var(--chevron);
  height: var(--chevron);
  margin-left: 0;
  transform: rotate(-45deg);
  content: "";
  flex-shrink: 0;
  position: relative;
  bottom: 2px;
}

.overons__links > a, .direct__thema > a {
  --link-color: var(--main-color);
  --chevron-color: var(--main-color);
  width: calc(50% - 1.5rem);
  color: var(--link-color);
  font-weight: 700;
  display: inline-flex;
  align-items: baseline;
  gap: 0.75rem;
  text-decoration: none;
  position: relative;
}
.overons__links > a:not(:nth-child(-n+1)), .direct__thema > a:not(:nth-child(-n+1)) {
  padding: 1rem 0 0;
  border-top: var(--border);
}
@media (max-width: 991px) {
  .overons__links > a, .direct__thema > a {
    width: calc(100% - 1.5rem);
  }
  .overons__links > a:not(:nth-child(-n+1)), .direct__thema > a:not(:nth-child(-n+1)) {
    padding: 1rem 0 0;
    border-top: var(--border);
  }
}
.overons__links > a:hover, .direct__thema > a:hover {
  --chevron-color: var(--second-color);
  color: var(--second-color);
  text-decoration: underline;
}
.overons__links > a:before, .direct__thema > a:before {
  --chevron: .4rem;
  border-right: 2px solid var(--chevron-color);
  border-bottom: 2px solid var(--chevron-color);
  width: var(--chevron);
  height: var(--chevron);
  margin-left: 0;
  transform: rotate(-45deg);
  content: "";
  flex-shrink: 0;
  position: relative;
  bottom: 2px;
}

.toc--submenu__flex a, .hyphens, h1, h2, h3 {
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  hyphenate-limit-chars: 10 3 4;
}

body {
  width: 100%;
  position: relative;
  margin: 0;
  overflow-x: hidden;
  padding: 0 !important;
}
body .page-body {
  width: 100%;
  margin: auto;
  position: relative;
  min-height: 62vh;
}
@media (max-width: 575px) {
  body .page-body {
    overflow-x: hidden;
  }
}

input, * {
  font-variant-ligatures: none;
}

:focus-visible {
  outline: 3px dotted var(--black);
  outline-offset: 2px;
}

*::selection {
  color: white;
  background-color: var(--second-color);
}

.no-scroll {
  position: fixed;
  overflow-y: auto;
  width: 100%;
}

.abc {
  width: 100%;
}
.abc__item {
  display: flex;
  gap: 2rem;
  justify-content: flex-start;
  padding: 0 0 4rem;
  margin: 4rem 0;
  border-bottom: var(--border);
  width: 100%;
}
@media (max-width: 767px) {
  .abc__item {
    gap: 1rem;
    padding: 0 0 1rem;
    margin: 2rem 0 0;
  }
}
.abc__letter {
  font-size: 2.5rem;
  font-weight: 800;
  color: var(--second-color);
  text-transform: uppercase;
  line-height: 0.75;
}
@media (max-width: 767px) {
  .abc__letter {
    font-size: 2rem;
  }
}
.abc__links {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 767px) {
  .abc__links {
    gap: 1rem;
  }
}
.abc__links > a {
  --chevron-color: var(--main-color);
  min-height: 3.5rem;
  background-color: transparent;
  border-radius: var(--radius);
  display: flex;
  align-items: baseline;
  padding: 1rem 1.5rem;
  width: 35rem;
  color: var(--main-color);
  font-weight: 400;
  gap: 0.75rem;
  text-decoration: none;
  position: relative;
}
@media (max-width: 767px) {
  .abc__links > a {
    width: 100%;
    background-color: transparent;
    padding: 0 1.5rem;
  }
}
@media (hover: hover) {
  .abc__links > a:hover {
    --chevron-color: var(--second-color);
    color: var(--second-color);
    text-decoration: underline;
  }
}
@media (hover: hover) and (min-width: 576px) {
  .abc__links > a:hover {
    background-color: var(--earth);
  }
}
.abc__links > a:before {
  --chevron: .4rem;
  border-right: 2px solid var(--chevron-color);
  border-bottom: 2px solid var(--chevron-color);
  width: var(--chevron);
  height: var(--chevron);
  margin-left: 0;
  transform: rotate(-45deg);
  content: "";
  flex-shrink: 0;
  position: relative;
  bottom: 0.1rem;
}

:root {
  --cookie-bg: var(--white);
  --cookie-color: var(--black);
  --cookie-fontsize: 16px;
  --cookie-lineheight: 2;
  --cookie-width: 600px;
  --cookie-height: 200px;
  --cookie-fontweight: $bold;
  --cookie-radius: 20px;
  --cookie-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.cookie {
  z-index: var(--z-cookie);
  width: max-content;
  height: var(--cookie-height);
  background-color: var(--white);
  position: fixed;
  right: 2rem;
  bottom: calc(-1 * var(--cookie-height) - 2rem);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
  -webkit-animation: slide 0.4s forwards;
  -webkit-animation-delay: 2s;
  animation: slide 0.4s forwards;
  animation-delay: 1s;
  box-shadow: var(--cookie-shadow);
  border-radius: var(--cookie-radius);
}
@-webkit-keyframes slide {
  100% {
    bottom: 2rem;
  }
}
@keyframes slide {
  100% {
    bottom: 2rem;
  }
}
@media only screen and (max-width: 576px) {
  .cookie {
    width: 90%;
    max-width: 18rem;
    right: 1rem;
    height: max-content;
    padding: 1rem;
  }
}
.cookie__text {
  font-weight: 500;
  color: var(--cookie-color);
  margin: 0;
  max-width: 30rem;
}
.cookie__buttons {
  display: inline-flex;
  gap: 1rem;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .cookie__buttons {
    flex-direction: column;
  }
  .cookie__buttons a {
    width: 100%;
  }
}
.cookie__btn {
  --btn-color: var(--black);
  --btn-bgcolor: var(--white);
  --hover-bgcolor: var(--white);
  --hover-color: var(--black);
  color: var(--black);
  background-color: var(--second-tint);
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  text-decoration: none;
  min-width: 150px;
  width: max-content;
  height: 2.9rem;
  border-radius: var(--radius);
  padding: 0 1em;
  border: none;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out, all 0.4s ease-in-out;
  box-shadow: var(--shadow);
  flex: none;
}
.cookie__btn:hover {
  color: var(--hover-color);
  background-color: var(--hover-bgcolor);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out, all 0.4s ease-in-out;
  text-decoration: underline;
}
.cookie__bodytext {
  display: inline-block;
  margin: 0 !important;
  font-size: 0.9rem;
  text-align: left;
}
.cookie__bodytext--answer {
  margin-left: 1.5rem !important;
}
.cookie__cookie__accordion {
  margin: 0;
  position: relative;
  width: 100%;
}
.cookie__question {
  padding: 1rem 30px 0 0;
  position: relative;
  width: 90%;
  font-weight: 800;
  color: var(--black) !important;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 576px) {
  .cookie__question {
    width: 100%;
  }
}
.cookie__collapse {
  margin: 0.5rem 0 0;
}
.cookie__close {
  color: var(--black);
  font-size: 36px;
  position: absolute;
  right: 20px;
  top: 10px;
  border: none;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.cookie__close:hover {
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out, color 0.2s ease-in-out;
  color: var(--second-color);
}
@media (max-width: 575px) {
  .cookie__close {
    top: 0;
  }
}
.cookie__switch {
  align-items: center;
  display: inline-flex;
  width: 48px !important;
  height: 24px;
  position: absolute !important;
  right: -10%;
  bottom: 0;
}
@media only screen and (max-width: 576px) {
  .cookie__switch {
    right: 0;
  }
}
.cookie__switch-text {
  position: relative;
  right: 5rem;
  font-size: 12px;
  flex: none;
}
@media (max-width: 767px) {
  .cookie__switch-text {
    display: none;
  }
}
.cookie__switch input {
  display: none;
}
.cookie__switch input:checked + .cookie__switch-slider {
  background-color: var(--second-color);
}
.cookie__switch input:focus + .cookie__switch-slider {
  box-shadow: 0 0 1px var(--second-color);
}
.cookie__switch input:checked + .cookie__switch-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.cookie__switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--gray);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cookie__switch-slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  top: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cookie__switch-slider.round {
  border-radius: 34px;
}
.cookie__switch-slider.round:before {
  border-radius: 51%;
}

.cookiemodal {
  --bs-modal-bg: var(--white);
}
.cookiemodal-header {
  align-items: flex-start !important;
  border: none;
}
@media only screen and (max-width: 576px) {
  .cookiemodal-header {
    padding: 1rem 0 0;
  }
}
.cookiemodal-open {
  padding: 0 !important;
}
.cookiemodal-dialog {
  max-width: 100%;
}
.cookiemodal-content {
  padding: 1rem 1.5rem;
  box-shadow: var(--cookie-shadow);
  border-radius: var(--radius);
  background-image: var(--main-gradient);
  width: 95%;
  max-width: 38.4rem;
  margin: auto;
}
@media only screen and (max-width: 576px) {
  .cookiemodal-content {
    padding: 1rem;
  }
}
.cookiemodal-body {
  padding: 0 1rem;
}
@media only screen and (max-width: 576px) {
  .cookiemodal-body {
    padding: 0;
  }
}
.cookiemodal-body > p {
  margin: 1rem 0 !important;
  text-align: left;
}
.cookiemodal-title {
  margin: 0;
}

.direct {
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.5rem;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 575px) {
  .direct {
    padding: 0;
    align-items: flex-start;
    margin-top: 12rem;
  }
}
.direct__flex {
  display: flex;
  gap: 1.5rem;
  margin: 1.5rem 0;
  width: 75%;
}
@media (max-width: 1199px) {
  .direct__flex {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .direct__flex {
    flex-direction: column;
    width: 100%;
  }
}
.direct__links {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  flex: 8;
}
@media (min-width: 768px) and (max-width: 991px) {
  .direct__links {
    flex: 6;
  }
}
.direct__thema {
  display: flex;
  gap: 1.5rem;
  flex: 4;
  flex-direction: column;
}
@media (min-width: 768px) and (max-width: 991px) {
  .direct__thema {
    flex: 6;
  }
}
.direct__thema > a {
  --link-color: var(--second-color);
  --chevron-color: var(--second-color);
  width: 100%;
}
@media (max-width: 991px) {
  .direct__thema > a:nth-child(-n+1) {
    padding: 1rem 0 0;
    border-top: var(--border);
  }
}

.faq {
  --faq-height: max-content;
  background-color: var(--earth);
  width: 100%;
  min-height: var(--faq-height);
  position: relative;
  z-index: var();
}
.faq--nozindex {
  z-index: 0;
}
@media (max-width: 991px) {
  .faq {
    padding: 2.5rem 0;
  }
}
.faq__background {
  background-color: var(--earth);
  height: 100%;
  left: -2500px;
  position: absolute;
  top: 0;
  width: 75000px;
  transform: translateX(-50%);
  z-index: -1;
}
.faq__flex {
  display: flex;
  gap: 4.5rem;
  align-items: center;
  width: 100%;
  height: var(--faq-height);
  max-width: 66rem;
  margin: 0 auto;
  padding: 5rem 0;
}
@media (max-width: 1440px) {
  .faq__flex {
    gap: 1.5rem;
  }
}
@media (max-width: 991px) {
  .faq__flex {
    flex-direction: column;
  }
}
.faq__body {
  width: 41.6666666667%;
  padding-left: 1.5rem;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .faq__body {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .faq__body {
    width: 100%;
    padding: 0;
  }
}
.faq__accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 991px) {
  .faq__accordion {
    width: 100%;
  }
}
.faq__accordion:not(.faq__accordion-paragraaf) {
  width: 58.3333333333%;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .faq__accordion:not(.faq__accordion-paragraaf) {
    width: 50%;
  }
}
.faq__accordion-paragraaf {
  width: 83.3333333333%;
}
@media (max-width: 991px) {
  .faq__accordion-paragraaf {
    width: 100%;
  }
}
.faq__accordion-item {
  background-color: var(--white);
  border-radius: var(--radius);
  padding: 1rem;
}
.faq__accordion-question {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  color: var(--second-color);
  font-weight: 700;
  text-align: left;
  gap: 1rem;
  cursor: pointer;
  text-decoration: none;
}
.faq__accordion-question:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(/images/icons/open.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /*display: block; bug forms radio input*/
  display: inline-block;
  fill: var(--second-color);
  flex: none;
}
.faq__accordion-question[aria-expanded=true]:before {
  background: url(/images/icons/close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /*display: block; bug forms radio input*/
  display: inline-block;
}
.faq__accordion-answer {
  margin-left: calc(1rem + 1.5rem);
  max-width: 90%;
  width: 100%;
}
.faq__accordion-answer__body {
  width: 100%;
  padding: 0.5rem 0 0 0;
}
.faq__links {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 1.5rem;
  align-items: center;
}
@media (max-width: 991px) {
  .faq__links {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .faq__links {
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
  }
}

.footer {
  background-color: var(--main-color);
  width: 100%;
  position: relative;
  padding: 2.5rem 0;
  height: max-content;
}
@media (max-width: 991px) {
  .footer {
    padding: 4rem 0 2rem;
  }
}
.footer__logo {
  color: var(--white);
}
@media (max-width: 575px) {
  .footer__logo {
    order: 3;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .footer__logo > svg {
    width: 7.5rem;
  }
}
.footer__links {
  flex: 8;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 2rem;
  font-size: 18px;
}
@media (max-width: 575px) {
  .footer__links {
    flex: auto;
    width: 100%;
    flex-direction: column;
    align-items: center;
    order: 1;
  }
}
.footer__links > a {
  color: var(--white);
  font-weight: 400;
  text-decoration: none;
}
@media (max-width: 575px) {
  .footer__links > a {
    width: calc(50% - 1.5rem);
    text-align: center;
  }
}
.footer__links > a:hover {
  text-decoration: underline;
}
.footer__flex {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  width: 100%;
  height: var(--faq-height);
  max-width: 66rem;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .footer__flex {
    padding: 0 1.5rem;
  }
}
@media (max-width: 991px) {
  .footer__flex {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .footer__flex .btn__fourth {
    order: 2;
  }
}
.footer a[title=LinkedIn] {
  order: 4;
}

.header {
  position: relative;
}
@media (max-width: 1440px) {
  .header {
    margin-bottom: 1rem;
    min-height: max-content;
  }
}
.header__container {
  position: relative;
}
.header__container:has(picture) {
  min-height: 27.5rem;
}
@media (max-width: 991px) {
  .header__container {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
}
.header-home {
  margin-bottom: 2rem;
  min-height: 552px;
}
@media (max-width: 1440px) {
  .header-home {
    min-height: 460px;
  }
}
@media (min-width: 1441px) and (max-width: 1680px) {
  .header-home {
    min-height: 552px;
  }
}
@media (max-width: 991px) {
  .header-home {
    margin-bottom: 1.5rem;
    min-height: auto;
  }
}
.header__bg {
  z-index: -1;
  position: absolute;
  left: 65%;
  transform: translate(-65%, 0%);
}
@media (min-width: 1441px) {
  .header__bg {
    top: -10rem;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .header__bg {
    top: -14rem;
  }
}
@media (max-width: 991px) {
  .header__bg {
    top: -96rem;
    left: 100%;
    height: 130%;
  }
}
@media (max-width: 767px) {
  .header__bg:not(.header__bg--home) {
    display: none;
  }
}
@media (max-width: 575px) {
  .header__bg {
    left: 175%;
    top: -96rem;
  }
}
.header__bg--home {
  top: -2rem;
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -2rem);
  height: auto;
}
.header__bg--home picture {
  margin: auto;
  width: max-content;
  height: 100%;
  display: flex;
  display: -webkit-flex;
}
.header__bg--home img {
  filter: grayscale(1);
  opacity: 0.3;
  width: 100%;
}
.header__homebody {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1199px) {
  .header__homebody {
    margin: 0 0 1.5rem 0;
  }
}
@media (max-width: 575px) {
  .header__homebody {
    gap: 1rem;
  }
}
.header__body {
  width: 100%;
  max-width: 57rem;
}
@media (max-width: 1199px) {
  .header__body {
    margin: 1.5rem 0;
  }
}
@media (max-width: 991px) {
  .header__body {
    margin: 1rem 0;
    order: 2;
  }
}
.header__body p[aria-label=header-intro-tekst] {
  max-width: 45rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 575px) {
  .header__body p[aria-label=header-intro-tekst] {
    margin-bottom: 1rem;
  }
}
.header__body:has(picture) {
  max-width: 46rem;
  margin: 1.5rem 0 0;
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .header__body:has(picture) {
    max-width: 40rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header__body:has(picture) {
    max-width: 32rem;
  }
}
.header__body:has(picture) p[aria-label=header-intro-tekst] {
  max-width: 37.1rem;
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .header__body:has(picture) p[aria-label=header-intro-tekst] {
    max-width: 29.1rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header__body:has(picture) p[aria-label=header-intro-tekst] {
    max-width: 26rem;
  }
}
.header img {
  position: absolute;
  top: -1rem;
  right: -17%;
  z-index: -1;
  border-radius: 50%;
  width: 30rem;
}
@media (min-width: 1367px) and (max-width: 1440px) {
  .header img {
    right: -5%;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .header img {
    width: 27.6rem;
    right: -10%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header img {
    width: 23.4rem;
    right: -7%;
    top: -7%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header img {
    object-fit: cover;
    aspect-ratio: 16/9;
  }
}
@media (max-width: 991px) {
  .header img {
    position: relative;
    order: 1;
    width: 100%;
    z-index: 0;
    border-radius: var(--radius);
    right: auto;
    top: auto;
    margin: 0 0 1rem 0;
  }
}
.header date {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-weight: 500;
  color: var(--main-color);
}
@media (max-width: 575px) {
  .header date {
    font-size: 0.75rem;
    margin: 1rem 0;
  }
}
.header date > div {
  display: flex;
  flex-direction: column;
}
.header date > div > p {
  margin: 0;
}
@media (max-width: 991px) {
  .header date {
    margin-bottom: 1.5rem;
  }
}

.menu {
  --menu-height: 7.5rem;
  --menu-scroll: 4.5rem;
  --logo-color: var(--main-color);
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  width: 100%;
  max-width: 96rem;
  margin: 0 auto;
  padding: 0 2rem;
  height: var(--menu-height);
  align-items: center;
  margin-bottom: 1.5rem;
}
@media (max-width: 1440px) {
  .menu {
    padding: 0.5rem 1.5rem;
    height: 6.3rem;
  }
}
@media (max-width: 991px) {
  .menu {
    padding: 0.5rem 0.75rem;
  }
}
@media (max-width: 991px) {
  .menu {
    gap: 0.5rem;
    height: 4.3rem;
  }
}
@media (max-width: 575px) {
  .menu {
    margin: 0;
  }
}
.menu--scroll {
  --logo-color: var(--main-color);
  --menu-color: var(--main-color);
  position: sticky;
  top: 0;
  z-index: var(--z-menu);
  width: 100%;
  max-width: 96rem;
  height: var(--menu-scroll);
  background-color: var(--scroll-color);
  margin-bottom: calc(var(--menu-height) - var(--menu-scroll) + 1.5rem);
}
@media (max-width: 991px) {
  .menu--scroll {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .menu--scroll {
    position: fixed;
  }
}
.menu--scroll:after {
  content: "";
  height: 100%;
  position: absolute;
  width: 6000px;
  left: -2000px;
  background-color: var(--scroll-color);
  z-index: -9;
}
.menu--scroll .menu__logo {
  width: 7rem;
}
.menu--scroll a:not([aria-label="link naar home"]) {
  font-size: 1.5rem;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .menu--scroll a:not([aria-label="link naar home"]) {
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .menu--scroll a:not([aria-label="link naar home"]) {
    font-size: 0.7rem !important;
  }
}
.menu__logo {
  color: var(--logo-color);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .menu__logo {
    width: 11rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .menu__logo {
    width: 10rem;
  }
}
@media (max-width: 575px) {
  .menu__logo {
    width: 7rem;
  }
}
.menu a:not([aria-label="link naar home"]) {
  color: var(--menu-color);
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  height: max-content;
}
@media (max-width: 1440px) {
  .menu a:not([aria-label="link naar home"]) {
    font-size: 1rem;
  }
}
.menu a:not([aria-label="link naar home"]):hover {
  text-decoration: none;
}
@media (max-width: 1199px) {
  .menu a:not([aria-label="link naar home"]) {
    gap: 0;
    flex-direction: column;
    font-size: 0.7rem;
    height: 3rem;
    justify-content: space-between;
  }
  .menu a:not([aria-label="link naar home"]) > svg {
    flex-shrink: 0;
  }
  .menu a:not([aria-label="link naar home"]) > span {
    order: 2;
    word-break: keep-all;
  }
}
.menu section[aria-label=menu-items] {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  height: max-content;
}
@media (max-width: 1199px) {
  .menu section[aria-label=menu-items] {
    gap: 1rem;
  }
}
@media (max-width: 575px) {
  .menu__nav {
    position: relative;
    top: 2px;
  }
}
.menu__nav:after {
  content: "";
  background: url(/images/icons/menu.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /*display: block; bug forms radio input*/
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}
@media (max-width: 1199px) {
  .menu__nav:after {
    margin-top: 3px;
  }
}
.menu__nav:hover:after {
  background: url(/images/icons/menu-hover.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /*display: block; bug forms radio input*/
  display: inline-block;
}
.menu__nav--open {
  color: var(--white) !important;
  z-index: var(--z-menu-open);
}
.menu__nav--open:after {
  content: "";
  background: url(/images/icons/menu-close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /*display: block; bug forms radio input*/
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}
.menu__nav--open:hover:after {
  background: url(/images/icons/menu-close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /*display: block; bug forms radio input*/
  display: inline-block;
}
.menu__topnav {
  position: fixed;
  top: 0;
  right: -33.33vw;
  background-color: var(--second-color);
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
  z-index: var(--z-menu);
  width: 30vw;
  -webkit-box-shadow: -7px 6px 5px -3px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: -7px 6px 5px -3px rgba(0, 0, 0, 0.23);
  box-shadow: -7px 6px 5px -3px rgba(0, 0, 0, 0.23);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu__topnav {
    width: 45vw;
    right: -45vw;
  }
}
@media (max-width: 991px) {
  .menu__topnav {
    width: 70vw;
    right: -70vw;
  }
}
@media (max-width: 767px) {
  .menu__topnav {
    width: 100vw;
    right: -100vw;
  }
}
.menu__topnav.child {
  width: 50vw;
  max-width: 60rem;
}
@media (max-width: 1440px) {
  .menu__topnav.child {
    width: 70vw;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .menu__topnav.child {
    width: 85vw;
  }
}
@media (max-width: 991px) {
  .menu__topnav.child {
    width: 100vw;
    padding: 0 1rem;
  }
}
.menu__topnav--open {
  right: 0;
  transition: all 0.2s ease-in-out;
}
.menu__topnav-flex {
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  padding-left: 3rem;
}
@media (max-width: 767px) {
  .menu__topnav-flex {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .menu__topnav-flex.desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .menu__topnav-flex.mobile {
    display: none;
  }
}
.menu__topnav-links {
  display: flex;
  max-width: max-content;
  flex-direction: column;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .menu__topnav-links {
    max-width: none;
    width: 100%;
  }
}
.menu__topnav-links > a {
  color: var(--white);
  font-weight: 700;
  font-size: 1.25rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  position: relative;
  width: max-content;
}
@media (max-width: 1199px) {
  .menu__topnav-links > a {
    font-size: 1.25rem;
  }
}
.menu__topnav-childlink {
  display: inline-flex;
  align-items: center;
}
.menu__topnav-childlink:before {
  --chevron: .66rem;
  border-right: 3px solid var(--white);
  border-bottom: 3px solid var(--white);
  width: var(--chevron);
  height: var(--chevron);
  margin-left: 0.2rem;
  transform: rotate(-45deg);
  content: "";
  position: relative;
  top: 0.2rem;
  order: 2;
}
.menu__topnav-childmobile {
  display: inline-flex;
  align-items: center;
}
.menu__topnav-childmobile:before {
  --chevron: .66rem;
  border-right: 3px solid var(--white);
  border-bottom: 3px solid var(--white);
  width: var(--chevron);
  height: var(--chevron);
  margin-left: 0.2rem;
  transform: rotate(-45deg);
  content: "";
  position: relative;
  top: 0.2rem;
  order: 2;
}
.menu__topnav-childcollapse {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: hsl(23.87, 90.87%, 57.41%);
  padding: 1rem;
  position: relative;
  bottom: 1rem;
}
.menu__topnav-childcollapse a {
  color: var(--white);
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  position: relative;
  width: max-content;
}
.menu__topnav-childbody {
  display: none;
}
.menu__topnav-childbody.open {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: hsl(23.87, 90.87%, 57.41%);
  padding: 0 10rem 1rem 2rem;
  position: relative;
  width: 66.66%;
}
.menu__topnav-childbody.open a {
  color: var(--white);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  position: relative;
  width: max-content;
}
.menu__topnav-childbody.open:after {
  background-color: hsl(23.87, 90.87%, 57.41%);
  width: 100%;
  position: absolute;
  height: 5000px;
  top: -2500px;
  left: 0;
  content: "";
  z-index: var(--z-menu-after);
}
.menu__modal {
  margin-top: 35%;
  display: flex;
  gap: 1.5rem;
  pointer-events: auto;
}
.menu__modal > a {
  order: 2;
  cursor: pointer;
  position: relative;
  bottom: 0.5rem;
  right: 1rem;
}

:is(.home) .menu:not(.menu--scroll) {
  --menu-color: var(--white);
}
:is(.home) .menu .menu__nav:after {
  background: url(/images/icons/menu-home.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /*display: block; bug forms radio input*/
  display: inline-block;
}
:is(.home) .menu .menu__nav:hover:after {
  background: url(/images/icons/menu-hover.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /*display: block; bug forms radio input*/
  display: inline-block;
}
:is(.home) .menu .menu__nav--open {
  color: var(--white) !important;
}
:is(.home) .menu .menu__nav--open:after {
  content: "";
  background: url(/images/icons/menu-close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /*display: block; bug forms radio input*/
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}
:is(.home) .menu .menu__nav--open:hover:after {
  background: url(/images/icons/menu-close.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /*display: block; bug forms radio input*/
  display: inline-block;
}

:is(.home) .menu--scroll .menu__nav:after {
  background: url(/images/icons/menu.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /*display: block; bug forms radio input*/
  display: inline-block;
}

:is(.home) .menu__logo {
  color: var(--white);
}

:is(.menu--scroll) .menu__logo {
  color: var(--main-color);
}

.newsletter {
  background-color: var(--main-tint);
  width: 100%;
  position: relative;
  padding: 4rem 0;
  height: max-content;
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .newsletter {
    padding: 4rem 1rem;
  }
}
.newsletter__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 66rem;
  margin: 0 auto;
}
.newsletter__form {
  width: 100%;
  position: relative;
  height: 3rem;
  background-color: var(--white);
  border-radius: var(--radius);
  max-width: 26rem;
  margin-top: 1.5rem;
}
@media (max-width: 575px) {
  .newsletter__form {
    transform: scale(0.8);
    width: 125%;
  }
}
.newsletter__form > input {
  width: 100%;
  border-radius: var(--radius);
  border: none;
  padding: 0 10rem 0 1rem;
  height: 100%;
}
.newsletter__form > input::placeholder {
  opacity: 0.5;
}
@media (max-width: 575px) {
  .newsletter__form > input {
    padding: 0 3.25rem 0 1rem;
  }
}

.overons {
  position: relative;
  border-top: var(--border);
  width: 100%;
  height: max-content;
  padding: 3rem 0;
  min-height: 25rem;
  margin-top: 6rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .overons {
    padding: 1.5rem 0;
  }
}
@media (max-width: 767px) {
  .overons {
    margin-top: 9rem;
    padding: 10rem 0 3rem;
  }
}
.overons > p {
  text-align: left;
}
.overons .intro {
  max-width: 31.6rem;
}
@media (min-width: 992px) and (max-width: 1440px) {
  .overons .intro {
    max-width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .overons .intro {
    max-width: 65%;
  }
}
.overons__visuals {
  width: 50%;
  position: absolute;
  right: 1.5rem;
  top: -1.5rem;
}
@media (max-width: 1280px) {
  .overons__visuals {
    right: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .overons__visuals {
    top: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .overons__visuals {
    right: -3rem;
    top: -3rem;
  }
}
@media (max-width: 991px) {
  .overons__visuals {
    right: -1.5rem;
    top: -3rem;
  }
}
@media (max-width: 575px) {
  .overons__visuals {
    right: -3rem;
    top: -6rem;
  }
}
.overons__visuals img {
  position: absolute;
  object-fit: cover;
  right: 3rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  width: 22rem;
  height: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .overons__visuals img {
    width: 18.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .overons__visuals img {
    width: 15rem;
  }
}
@media (max-width: 767px) {
  .overons__visuals img {
    width: 14rem;
  }
}
.overons__visuals svg {
  position: absolute;
  top: -3rem;
  right: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .overons__visuals svg {
    height: 24rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .overons__visuals svg {
    height: 18rem;
    top: -2rem;
  }
}
@media (max-width: 767px) {
  .overons__visuals svg {
    height: 18rem;
    top: -2rem;
    right: -1rem;
  }
}
.overons__links {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  flex-wrap: wrap;
  width: 50%;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .overons__links {
    width: 100%;
  }
}
.overons__links > a:not(:nth-child(-n+1)) {
  padding: 1rem 0 0;
  border-top: var(--border);
}

.flex-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 4rem;
}
.flex-container .toc--submenu + article {
  margin-left: auto;
  flex: 1;
}
.flex-container article {
  width: 75%;
  flex: unset;
  margin-left: auto;
}
.flex-container article[aria-label=downloads] {
  margin-left: auto;
}
@media (max-width: 1440px) {
  .flex-container article {
    --paragraaf-size: 100%;
    --image-size: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .flex-container article {
    width: calc(66.6666666667% + 1.5rem);
  }
}
@media (max-width: 991px) {
  .flex-container article {
    width: 100%;
  }
}
.flex-container article > section {
  width: var(--paragraaf-size);
  margin-left: auto;
  margin-right: auto;
}
.flex-container article > section + h3 {
  width: var(--paragraaf-size);
  margin-left: auto;
  margin-right: auto;
}
.flex-container article section[aria-label=paragraaf] {
  border-bottom: var(--border);
  padding-bottom: 1rem;
}
.flex-container article section[aria-label=paragraaf] > picture {
  display: flex;
  justify-content: center;
  position: relative;
  width: fit-content;
}
.flex-container article section[aria-label=paragraaf] > picture img {
  max-width: var(--image-size);
  width: auto;
  position: relative;
  margin: 0 0 2rem;
  border-radius: var(--radius);
  max-height: 25rem;
}
.flex-container article section[aria-label=paragraaf] > a > picture {
  display: flex;
  justify-content: center;
  position: relative;
  border-radius: var(--radius);
  width: fit-content;
}
.flex-container article section[aria-label=paragraaf] > a > picture img {
  max-width: var(--image-size);
  width: auto;
  position: relative;
  margin: 0 0 2rem;
  border-radius: var(--radius);
  max-height: 25rem;
}
.flex-container article section[aria-label=medewerkers] {
  border-bottom: var(--border);
  padding-bottom: 1rem;
}

.toptasks {
  margin: 3rem auto 0;
  width: 100%;
  max-width: 56rem;
  display: flex;
  position: relative;
  bottom: 4rem;
  gap: 1rem;
}
@media (max-width: 1199px) {
  .toptasks {
    margin: 1.5rem 0;
  }
}
@media (max-width: 991px) {
  .toptasks {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .toptasks {
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 1rem;
  }
}
.toptasks__item {
  background-color: var(--white);
  border-radius: var(--radius);
  display: grid;
  place-content: center;
  box-shadow: 0 40px 20px -25px rgba(0, 153, 183, 0.2), 0 0 20px -5px rgba(0, 153, 183, 0.1);
  aspect-ratio: 1/1;
  width: 100%;
  gap: 2rem;
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--main-color);
  text-decoration: none;
  padding: 0 1rem;
  text-align: center;
  transform: scale(1);
}
.toptasks__item:hover {
  transform: scale(1.05);
  color: var(--second-color);
  box-shadow: 0 40px 20px -25px rgba(0, 153, 183, 0.4), 0 0 20px -5px rgba(0, 153, 183, 0.3);
}
.toptasks__item > * {
  grid-area: 1/1;
  margin: auto;
}
@media (max-width: 767px) {
  .toptasks__item > * {
    transform: scale(0.9);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .toptasks__item {
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .toptasks__item {
    width: calc(50% - 1.5rem);
    gap: 0.7rem;
    padding: 0 0.25rem;
    flex: auto;
  }
}
@media (max-width: 575px) {
  .toptasks__item {
    font-size: 0.9rem;
  }
}

.search--werkenbij {
  position: relative;
  top: 6rem;
}
@media (max-width: 991px) {
  .search--werkenbij {
    top: 2rem;
  }
}
.search__found {
  margin-bottom: 2rem;
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .search__found {
    padding: 1.5rem 0;
  }
}
.search__found > h2 {
  color: var(--black);
  font-size: 2.2rem;
}
.search__found > h2 span {
  color: var(--second-color);
}
.search__found > p {
  margin: 0;
}
.search__result {
  display: block;
  min-height: 7rem;
  position: relative;
  padding: 1.5rem 1rem;
  margin: auto;
  border-radius: var(--radius);
  background-color: white;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .search__result {
    padding: 1.5rem 0;
  }
}
.search__result:hover {
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  background-color: var(--main-tint);
}
.search__result:hover:after {
  height: 0;
}
.search__result:After {
  content: "";
  width: 100%;
  height: 0.05rem;
  background-color: var(--main-tint);
  position: absolute;
  bottom: 0;
  left: 0;
}
.search__result-link {
  text-decoration: none;
}
.search__result-title {
  color: var(--black);
  font-size: 1.4rem;
  max-width: 90%;
}
.search__result-title > a {
  text-decoration: none;
}
.search__result p {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  /* autoprefixer: off */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 6em;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  color: var(--second-color);
  line-height: 1;
  height: max-content;
  margin: 0 0 1rem;
}
@media (max-width: 991px) {
  .breadcrumb {
    margin: 1rem 0;
    gap: 1rem;
  }
}
@media (max-width: 575px) {
  .breadcrumb {
    gap: 0.5rem;
    margin: 0 0 0.5rem;
  }
}
.breadcrumb > a {
  --border-color: var(--second-color);
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.5rem;
  position: relative;
  font-weight: 400;
}
.breadcrumb > a:before {
  --chevron: .5rem;
  border-right: 2px solid var(--second-color);
  border-bottom: 2px solid var(--second-color);
  width: var(--chevron);
  height: var(--chevron);
  margin-left: var(--chevron);
  transform: rotate(-45deg);
  content: "";
  position: absolute;
  right: -1rem;
}
@media (max-width: 991px) {
  .breadcrumb > a:before {
    --chevron: .45rem;
  }
}
@media (max-width: 575px) {
  .breadcrumb > a:before {
    --chevron: .3rem;
  }
}
@media (max-width: 991px) {
  .breadcrumb > a {
    margin-right: 1rem;
  }
}
@media (max-width: 575px) {
  .breadcrumb > a {
    font-size: 0.75rem;
  }
}
.breadcrumb > span {
  cursor: not-allowed;
  font-weight: 400;
}
@media (max-width: 575px) {
  .breadcrumb > span {
    font-size: 0.75rem;
    margin-right: 0.5rem;
  }
}

:is(form) .btn, .btn__collapse, .btn__verder, .btn__login, .btn__cookieyes, .btn__cookieno, .btn__cookie, .btn__fourth, .btn__third, .btn__second, .btn__main {
  --btn-color: var(--white);
  --btn-bgcolor: var(--second-color);
  --hover-bgcolor: var(--second-tint);
  --hover-color: var(--second-color);
  color: var(--btn-color);
  background-color: var(--btn-bgcolor);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  width: max-content;
  margin: 1rem 0;
  border-radius: var(--radius);
  padding: 1em 1em;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out, all 0.4s ease-in-out;
}
:is(form) .btn:hover, .btn__collapse:hover, .btn__verder:hover, .btn__login:hover, .btn__cookieyes:hover, .btn__cookieno:hover, .btn__cookie:hover, .btn__fourth:hover, .btn__third:hover, .btn__second:hover, .btn__main:hover {
  color: var(--hover-color);
  background-color: var(--hover-bgcolor);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out, all 0.4s ease-in-out;
  text-decoration: underline;
}

.btn__main[type=submit] {
  margin: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
@media (min-width: 576px) {
  .btn__main[type=submit]:after {
    content: "Meld je aan";
  }
}
@media (max-width: 575px) {
  .btn__main[type=submit] {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
  .btn__main[type=submit] > svg {
    flex-shrink: 0;
  }
}
.btn__main--modal {
  margin: 1rem auto 0;
  padding: 0.5em 0.75em;
}
.btn__second {
  --btn-color: var(--white);
  --btn-bgcolor: var(--main-color);
  --hover-bgcolor: var(--main-tint);
  --hover-color: var(--main-color);
  width: 100%;
}
.btn__second > svg {
  transform: rotate(-90deg);
}
.btn__second > svg circle {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, all 0.3s ease-in-out;
  fill: var(--white);
}
.btn__second > svg polygon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, all 0.3s ease-in-out;
  fill: var(--second-color);
}
.btn__second:hover > svg circle {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, all 0.3s ease-in-out;
  fill: var(--main-color);
}
.btn__second:hover > svg polygon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, all 0.3s ease-in-out;
  fill: var(--white);
}
.btn__third {
  --btn-color: var(--second-color);
  --btn-bgcolor: var(--second-tint);
  --hover-bgcolor: var(--second-color);
  --hover-color: var(--white);
}
.btn__fourth {
  --btn-color: var(--second-color);
  --btn-bgcolor: var(--white);
  --hover-bgcolor: var(--second-color);
  --hover-color: var(--white);
}
.btn__cookie {
  --btn-color: var(--black);
  --btn-bgcolor: var(--white);
  --hover-bgcolor: var(--white);
  --hover-color: var(--black);
  font-size: 0.9rem;
  margin: 0;
  flex: none;
  height: max-content;
  border-radius: 10px;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--black);
}
.btn__cookieno {
  --btn-color: var(--black);
  --btn-bgcolor: var(--white);
  --hover-bgcolor: var(--black);
  --hover-color: var(--white);
  font-size: 0.9rem;
  margin: 0;
  flex: none;
  height: max-content;
  border-radius: 10px;
  padding: 0.5rem 0.75rem;
  border: 1px solid var(--black);
}
.btn__cookieyes {
  --btn-color: var(--white);
  --btn-bgcolor: var(--second-color);
  --hover-bgcolor: var(--second-color);
  --hover-color: var(--white);
  font-size: 0.9rem;
  margin: 1rem 0 0;
  flex: none;
  height: max-content;
  padding: 0.75em 1em;
  float: right;
}
.btn__login {
  --btn-color: var(--white);
  --btn-bgcolor: var(--second-color);
  --hover-bgcolor: var(--second-color);
  --hover-color: var(--white);
  font-size: 0.9rem;
  margin: auto;
  height: max-content;
  padding: 0.75em 1em;
}
.btn__verder {
  --btn-color: var(--second-color);
  --btn-bgcolor: transparent;
  --hover-bgcolor: transparent;
  --hover-color: var(--second-color);
  padding: 0;
}
.btn__text {
  color: var(--second-color);
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  -webkit-transition: text-decoration 0.2s ease-in-out;
  -moz-transition: text-decoration 0.2s ease-in-out;
  -ms-transition: text-decoration 0.2s ease-in-out;
  -o-transition: text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out, text-decoration 0.2s ease-in-out;
}
.btn__text:hover {
  text-decoration: underline;
  -webkit-transition: text-decoration 0.2s ease-in-out;
  -moz-transition: text-decoration 0.2s ease-in-out;
  -ms-transition: text-decoration 0.2s ease-in-out;
  -o-transition: text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out;
  transition: text-decoration 0.2s ease-in-out, text-decoration 0.2s ease-in-out;
}
.btn__collapse {
  --btn-color: var(--white);
  --btn-bgcolor: var(--main-color);
  --hover-bgcolor: var(--main-color);
  --hover-color: var(--white);
  width: 12.5rem;
  display: inline-block;
  margin-bottom: 4rem;
}
@media (max-width: 991px) {
  .btn__collapse {
    width: calc(50% - 0.75rem);
  }
}
@media (max-width: 575px) {
  .btn__collapse {
    width: 100%;
  }
}
.btn__collapse:hover {
  text-decoration: none;
}
.btn__collapse-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
.btn__collapse-link:hover {
  --border-color: var(--white);
}
.btn__collapse-link:hover > svg {
  transform: rotate(0deg);
}
.btn__collapse-link:hover:before {
  --border-color: var(--white);
}
.btn__collapse-link:after {
  left: calc(30px + 0.5rem);
  width: calc(100% - 30px - 0.5rem);
}
.btn__collapse-link > svg {
  transform: rotate(-90deg);
}
.btn__collapse-link > svg circle {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, all 0.3s ease-in-out;
  fill: var(--white);
}
.btn__collapse-link > svg polygon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out, all 0.3s ease-in-out;
  fill: var(--second-color);
}
.btn__collapse-link[aria-expanded=true] > svg {
  transform: rotate(0deg);
}
.btn__collapse-flex {
  margin: 1rem 0 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  background-color: var(--white-tint);
  border-radius: 1rem;
  padding: 0.75rem 0.5rem;
}
.btn__collapse-flex > a {
  --toc-color: var(--white);
  font-weight: 400;
  display: inline-flex;
  align-items: baseline;
  gap: 0.75rem;
  color: var(--toc-color);
  text-decoration: none;
}
.btn__collapse-flex > a:hover {
  --border-color: var(--white);
}
.btn__collapse-flex > a:hover:before {
  --border-color: var(--white);
}
.btn__collapse-flex > a:before {
  --chevron: .5rem;
  border-right: 2px solid var(--toc-color);
  border-bottom: 2px solid var(--toc-color);
  width: var(--chevron);
  height: var(--chevron);
  margin-left: 0;
  transform: rotate(-45deg);
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  flex-shrink: 0;
  position: relative;
  bottom: 2px;
}
.btn__header {
  color: var(--white);
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  margin-bottom: 1.5rem;
}

:is(.toc) .btn__second {
  width: 12.5rem;
}

.card {
  width: calc(33.3333333333% - 1.5rem);
  height: 24rem;
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  transform: scale(1);
  background-color: var(--white);
  box-shadow: 0 40px 20px -25px rgba(0, 153, 183, 0.1), 0 0 20px -5px rgba(0, 153, 183, 0.05);
  display: flex;
  flex-direction: column;
}
.card:hover {
  box-shadow: 0 40px 20px -25px rgba(0, 153, 183, 0.2), 0 0 20px -5px rgba(0, 153, 183, 0.1);
  transform: scale(1.02);
  color: var(--second-color);
}
@media (min-width: 768px) and (max-width: 991px) {
  .card {
    width: calc(50% - 1.5rem);
  }
}
@media (max-width: 767px) {
  .card {
    width: 100%;
    height: max-content;
    min-height: 28rem;
  }
}
.card--thema {
  gap: 1.5rem;
}
.card--quote {
  background-color: var(--second-tint);
  display: grid;
  place-content: normal;
  padding: 0 1.5rem;
}
@media (max-width: 575px) {
  .card--quote {
    padding: 0 0.5rem;
  }
}
.card--quote > time {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  padding: 0 !important;
}
.card--quote > time:after {
  display: none;
}
.card--quote > time:before {
  content: open-quote;
  font-size: 6rem;
  font-weight: 700;
  color: var(--second-color);
  height: 2.75rem;
  line-height: 1;
}
.card--quote a {
  font-size: 1.5rem;
  color: var(--second-color);
  margin: 0;
  text-decoration: none;
}
.card--quote > svg {
  left: 1rem;
}
.card > picture > img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
}
.card > time {
  z-index: 1;
  position: relative;
  bottom: 1rem;
  font-size: 0.7rem;
  font-weight: 400;
  color: var(--gray-text);
  padding: 0 0.5rem;
}
.card > time:after {
  width: 9rem;
  aspect-ratio: 1/1;
  background: white;
  border-radius: 50%;
  position: absolute;
  left: -56px;
  bottom: -110px;
  content: "";
  z-index: -1;
}
.card__text {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  /* autoprefixer: off */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 4em;
  font-size: 1.2rem;
  z-index: 10;
  text-decoration: none;
  margin-bottom: 0.5rem;
  bottom: 0.5rem;
  padding: 0 0.5rem;
}
@media (max-width: 991px) {
  .card__text {
    font-size: 1rem;
  }
}
.card__text--quote {
  font-size: 1.5rem;
  color: var(--second-color);
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: block;
  /* autoprefixer: off */
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  max-height: 7.5em;
  padding: 0;
  bottom: 0;
}
.card > svg {
  margin-left: 1rem;
  position: absolute;
  bottom: 1rem;
}
.card__flex {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 1.5rem;
  justify-content: flex-start;
}
@media (max-width: 991px) {
  .card__flex {
    justify-content: space-around;
  }
}

.changes {
  border-radius: var(--radius);
  background-color: var(--gray);
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  margin-bottom: 2rem;
}
.changes__item {
  margin: 1rem 0 0;
}
.changes__item time {
  font-style: italic;
  font-weight: 400;
}
.changes__item time:after {
  content: " -";
}

.downloads {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1rem 0;
}
.filter {
  width: 100%;
  height: max-content;
  min-height: 7.5rem;
  border-radius: var(--radius);
  background-color: var(--second-color);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1.5rem 4rem;
  max-width: 49.6rem;
  margin: 0;
  position: relative;
  z-index: var(--z-filter);
}
@media (min-width: 768px) {
  .filter--menu {
    display: flex;
    align-items: center;
    padding: 0.5rem !important;
    max-width: 34.4rem;
    position: fixed;
    width: 100%;
    height: 3rem;
    min-height: auto;
    border-radius: var(--radius);
    background-color: var(--second-color);
    flex-wrap: wrap;
    gap: 1rem;
    top: 0.25rem;
    left: 40%;
    transform: translate(-50%, 0.5rem);
    z-index: 1000;
  }
}
@media (max-width: 1199px) {
  .filter--menu {
    max-width: 22.5rem !important;
  }
}
.filter--menu .filter__search {
  display: none;
}
.filter--menu > h2 {
  display: none;
}
@media (max-width: 1199px) {
  .filter {
    max-width: 40rem;
    min-height: auto;
  }
}
@media (max-width: 991px) {
  .filter {
    padding: 1.5rem;
  }
}
@media (max-width: 575px) {
  .filter {
    padding: 1rem;
  }
}
.filter > h2 {
  width: 100%;
}
.filter__search {
  flex: none;
  max-width: 42.6rem;
  width: 100%;
  height: 4rem;
  border: none;
  border-radius: var(--radius);
  position: relative;
}
.filter__search-home {
  height: 2.3rem;
  max-width: unset;
}
.filter__search-home > button {
  right: 0.3rem !important;
  top: 0.3rem !important;
}
.filter__search input {
  border: 1px solid var(--white);
  outline: var(--white);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  background-color: var(--white);
  padding: 0 1rem;
}
.filter__search input:focus {
  outline: 3px dotted var(--white);
  outline-offset: 2px;
}
.filter__search input::placeholder {
  color: var(--black);
  font-weight: 300;
}
.filter__search button {
  position: absolute;
  right: 0.5rem;
  top: 1rem;
  border: none;
  background-color: transparent;
}

:is(.home) .filter:not(.filter--menu) {
  max-width: 990px;
  margin: auto;
}
@media (max-width: 1440px) {
  :is(.home) .filter:not(.filter--menu) {
    transform: scale(0.85);
    margin-bottom: 3rem;
  }
}

:is(.filter-body) .filter:not(.filter--menu) {
  z-index: 100;
  align-items: center;
  padding: 0.5rem;
  max-width: 34.4rem;
  position: fixed;
  top: 10px;
  height: 3rem;
  border-radius: var(--radius);
  background-color: var(--second-color);
  flex-wrap: wrap;
  gap: 1rem;
  display: flex;
  width: 100%;
}
:is(.filter-body) .filter:not(.filter--menu) > h2 {
  display: none;
}

:is(.header--overzicht) .filter {
  margin: 0;
}

.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper textarea, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=password], .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=email], .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=text] {
  width: 100%;
  border: 1px solid var(--gray);
  background-color: var(--gray);
  outline: var(--gray);
  border: none;
  border-radius: var(--radius);
  padding: 1rem;
  max-width: 100% !important;
  margin: 0 0 1rem 0;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  min-height: 3rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper textarea:focus-visible, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=password]:focus-visible, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=email]:focus-visible, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=text]:focus-visible {
  border: 1px solid var(--second-color);
  box-shadow: 0 5px 20px 0 rgba(33, 7, 30, 0.04);
  background-color: white;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper textarea::placeholder, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=password]::placeholder, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=email]::placeholder, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper input[type=text]::placeholder {
  font-style: italic;
}

label.umbraco-forms-label, legend {
  font-weight: 700;
  margin: 0 0 0.5rem;
  font-size: 1rem;
}

:is(.modal) .umbraco-forms-form {
  margin: 0;
}

.umbraco-forms-hidden {
  display: none !important;
}

.umbraco-forms-form {
  padding: 0;
}
.umbraco-forms-form fieldset {
  margin-top: 1.5rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset {
  margin: 0;
  padding: 0;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .row {
  margin: 0;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field {
  margin: 1rem 0 0;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox > label {
  margin-left: 1.5rem !important;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .umbraco-forms-field-wrapper {
  position: relative;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .checkboxlist input[type=checkbox] + label {
  clear: unset;
  margin: 0 0.5rem 0.5rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .checkboxlist input[type=checkbox] + label:before {
  content: "";
  background: var(--form-cb);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /*display: block; bug forms radio input*/
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  margin-top: 0.2rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .checkboxlist input[type=checkbox] {
  position: relative;
  bottom: 0.1rem;
  left: 0.1rem;
  margin-right: 0.6rem;
  visibility: hidden;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .checkboxlist input[type=checkbox]:checked + label:before {
  background: var(--form-checked);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /*display: block; bug forms radio input*/
  display: inline-block;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .field-validation-error, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field .field-validation-valid {
  display: block;
  font-size: 0.75rem;
  color: var(--alert) !important;
  margin: 0;
  font-weight: 700;
  width: calc(100vw - 1.5rem);
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.longanswer textarea {
  min-height: 8.2rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.fileupload {
  margin: 1.25rem 0;
}
@media (min-width: 768px) {
  .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.date input {
    max-width: 50%;
  }
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dataconsent > .umbraco-forms-field-wrapper {
  float: unset !important;
  margin-right: 0 !important;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dataconsent {
  position: relative;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox > .umbraco-forms-field-wrapper, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dataconsent > .umbraco-forms-field-wrapper {
  float: left;
  margin-right: 1rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox > .umbraco-forms-field-wrapper > label, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dataconsent > .umbraco-forms-field-wrapper > label {
  margin-left: 1rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox > .umbraco-forms-field-wrapper > input, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dataconsent > .umbraco-forms-field-wrapper > input {
  font-size: 0;
  left: -20000px;
  position: relative;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox > .umbraco-forms-field-wrapper > input:before, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dataconsent > .umbraco-forms-field-wrapper > input:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: var(--form-cb);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /*display: block; bug forms radio input*/
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  position: absolute;
  left: 20000px;
  top: -2.2rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox > .umbraco-forms-field-wrapper > input:checked:before, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dataconsent > .umbraco-forms-field-wrapper > input:checked:before {
  background: var(--form-checked);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /*display: block; bug forms radio input*/
  display: inline-block;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox > label, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dataconsent > label {
  clear: unset;
  margin: 0 0 0.5rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox > label input[type=checkbox], .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dataconsent > label input[type=checkbox] {
  position: relative;
  bottom: 0.1rem;
  left: 0.1rem;
  margin-right: 0.6rem;
  visibility: hidden;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.checkbox > label input[type=checkbox]:checked + label:before, .umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dataconsent > label input[type=checkbox]:checked + label:before {
  background: var(--form-checked);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /*display: block; bug forms radio input*/
  display: inline-block;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.dropdown select {
  opacity: 0;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice input[type=radio] + label {
  clear: unset;
  margin: 0 0.5rem 0.5rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice input[type=radio] + label:before {
  content: "";
  background: var(--form-radio);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /*display: block; bug forms radio input*/
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  margin-top: 0.2rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice input[type=radio] {
  position: relative;
  bottom: 0.1rem;
  left: 0.1rem;
  margin-right: 0.6rem;
  visibility: hidden;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice input[type=radio]:checked + label:before {
  background: var(--form-radio-checked);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  /*display: block; bug forms radio input*/
  display: inline-block;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.racaptcha2 {
  margin: 1.25rem 0;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .dataconsent .umbraco-forms-field-wrapper label {
  margin: 0 0 0 1rem;
}
.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .dataconsent .umbraco-forms-field-wrapper > input:before {
  top: -0.15rem !important;
}
.file-drop-area {
  margin: 1.5rem 0 3rem;
  position: relative;
  display: grid;
  justify-items: center;
  align-items: center;
  width: 100%;
  height: 164px;
  padding: 0 1.5rem;
  border-radius: 3px;
  transition: 0.2s;
  background-color: var(--gray-bg);
  outline: 0.5rem solid var(--gray);
  background-image: var(--form-stroke);
  border-radius: 1.4rem;
}
.file-drop-area.is-active {
  background-color: var(--main-tint);
  outline: 0.5rem solid var(--main-tint);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='28' ry='28' stroke='white' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='9' stroke-linecap='square'/%3e%3c/svg%3e");
}
.file-drop-area:hover {
  background-color: var(--main-tint);
  outline: 0.5rem solid var(--main-tint);
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='28' ry='28' stroke='white' stroke-width='5' stroke-dasharray='6%2c 14' stroke-dashoffset='9' stroke-linecap='square'/%3e%3c/svg%3e");
}

.file-msg {
  display: flex;
  gap: 1rem;
  max-width: 300px;
  opacity: 0.5;
  align-items: center;
  font-style: italic;
}
.file-msg > svg {
  flex-shrink: 0;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
.file-input:focus {
  outline: none;
}

:is(form) .btn {
  border-color: black;
  --btn-color: black;
  color: white;
  margin: 1.5rem 0;
}
:is(form) .btn:hover {
  --btn-color: var(--second-color);
  border-color: var(--second-color);
}

:is(.i-paragraaf__tekstParagraaf) .umbraco-forms-form {
  margin-bottom: 0;
}

.umbraco-forms-indicator .c-tooltip {
  color: var(--black);
  cursor: pointer;
  display: inline-flex;
  width: 1.5rem;
  height: 1.5rem;
}

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  background-color: var(--white);
  opacity: 1;
  max-width: 500px !important;
  padding: 1rem;
}

.umbraco-forms-entry-summary .umbraco-forms-caption {
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--header-color);
}
.umbraco-forms-entry-summary .umbraco-forms-entry-summary-page-caption {
  display: none;
}
.umbraco-forms-entry-summary .umbraco-forms-entry-summary-entries {
  margin-bottom: 0;
}

.umbraco-forms-field.multiplechoice {
  width: inherit;
}

@supports (-moz-appearance: button) and (contain: paint) {
  .dataconsent input {
    left: 4px !important;
    transform: scale(1.4);
    accent-color: var(--main-color);
  }
}
.medewerkers {
  display: flex;
  flex-wrap: wrap;
  gap: 0 5rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .medewerkers {
    gap: 0 2rem;
  }
}
@media (max-width: 991px) {
  .medewerkers {
    gap: 0 1.5rem;
    justify-content: space-between;
  }
}
.medewerkers > h3 {
  width: 100%;
}
.medewerkers__item {
  width: 13.25rem;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .medewerkers__item {
    width: 12.5rem;
  }
}
@media (max-width: 575px) {
  .medewerkers__item {
    margin: 1.5rem auto 0;
    text-align: center;
  }
}
.medewerkers__item h3[aria-label=naam-medewerker] {
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--black);
}
.medewerkers__item p[aria-label=funtie-medewerker] {
  margin: 0;
}
.medewerkers__item > img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 0.5rem;
}
.medewerkers__item address {
  display: inline-flex;
  flex-direction: column;
  margin-top: 0.25rem;
}
.medewerkers__item address > a {
  color: var(--gray-text);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}
.medewerkers__item address > a:hover {
  color: var(--second-color);
}

.modal {
  --bs-modal-bg: var(--white);
  height: 100vh;
}
.modal--cao__content {
  padding: 1rem;
  border-radius: 1rem;
  background-color: var(--white);
  pointer-events: auto;
}
.modal--cao__content > h1 {
  font-size: 1.5rem;
}
.modal--cao__content > p {
  margin: 0;
}
.modal--cao__footer {
  gap: 1rem;
  padding: 1rem 0 0;
}
.modal--cao__footer > a {
  margin: 0;
}
.modal-content {
  border-radius: 1rem;
  text-align: center;
}
.modal-content p {
  margin: 0;
}
.modal-content span {
  color: var(--second-color);
}

.paging {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 1rem auto var(--m-bottom);
  width: 100%;
}
.paging > a {
  color: var(--black);
  text-decoration: none;
  cursor: pointer;
}
.paging__pagenumbers {
  display: inline-flex;
  justify-content: center;
  gap: 1rem;
}
@media (max-width: 575px) {
  .paging__pagenumbers {
    margin: 0;
  }
}
.paging__pagenumbers > a {
  color: var(--black);
  text-decoration: none;
  cursor: pointer;
}
.paging__pagenumbers > a.current {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  text-decoration: underline;
  color: var(--second-color);
}
.paging .disabled {
  color: var(--gray-text);
  cursor: not-allowed;
}

.quote {
  margin: 3rem 0 2.5rem;
}
.quote blockquote {
  border-radius: var(--radius);
  background-color: var(--second-tint);
  place-content: center;
  position: relative;
  padding: 2rem 2rem 1.5rem;
}
.quote blockquote:before {
  content: open-quote;
  font-size: 6rem;
  font-weight: 700;
  color: var(--second-color);
  position: absolute;
  top: -3rem;
  left: 2rem;
}
.quote blockquote > * {
  font-size: 1.5rem;
  color: var(--second-color);
  margin: 0;
}
.quote cite {
  font-size: 1.2rem;
  position: relative;
  margin-left: 2rem;
  font-style: normal;
}

.skiplink {
  background: var(--main-color);
  padding: 0.5rem 1rem;
  color: white !important;
  display: table;
  margin: 1.5rem auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
  z-index: 100000;
  position: fixed;
  top: -15rem;
  left: 20%;
}

a.skiplink:active, a.skiplink.nice-select.open, a.skiplink:focus {
  top: 1rem;
  color: white;
  text-decoration: none;
}

.paragraaf {
  position: relative;
}
.paragraaf img {
  border-radius: var(--radius);
}
@media (max-width: 767px) {
  .paragraaf img {
    width: 100%;
  }
}
.paragraaf-container {
  display: flex;
  gap: 1.5rem;
}
.paragraaf-container > article {
  width: 66.66%;
}
.paragraaf .jaarbeeld__modal video {
  max-width: 967px;
  width: 95%;
  margin: auto;
}
.paragraaf-youtube {
  width: 100%;
}
.paragraaf__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  width: 100%;
  margin-bottom: 2rem;
}
.paragraaf__flex img {
  width: 100% !important;
  height: auto;
  margin: 0 0 2rem 0 !important;
  object-fit: contain;
}
@media (max-width: 991px) {
  .paragraaf__flex img {
    width: auto !important;
    margin: 0 auto 2rem !important;
  }
}
@media (max-width: 767px) {
  .paragraaf__flex img {
    width: 100% !important;
  }
}
.paragraaf__flex section {
  border-bottom: none !important;
}
.paragraaf__flex section a[data-bs-toggle=modal] {
  position: relative;
  margin: auto;
  display: block;
  width: fit-content;
}
.paragraaf__flex p {
  margin: 0 0 1rem !important;
}
.paragraaf__flex-12 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.paragraaf__flex-12 section[aria-label=paragraaf] {
  width: 100%;
}
.paragraaf__flex-12 .video__wrapper {
  margin: 0;
}
.paragraaf__flex-6 {
  width: calc(50% - 1.5rem);
}
@media (max-width: 991px) {
  .paragraaf__flex-6 {
    max-width: 100%;
    width: 100%;
  }
}
.paragraaf__flex-6 img {
  width: 100% !important;
}
.paragraaf__flex-4 {
  width: calc(40% - 1.5rem);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .paragraaf__flex-4 {
    width: calc(50% - 0.75rem);
  }
}
@media (max-width: 991px) {
  .paragraaf__flex-4 {
    max-width: 100%;
    width: 100%;
  }
}
.paragraaf__flex-8 {
  width: calc(60% - 1.5rem);
}
@media (min-width: 768px) and (max-width: 1199px) {
  .paragraaf__flex-8 {
    width: calc(50% - 0.75rem);
  }
}
@media (max-width: 991px) {
  .paragraaf__flex-8 {
    width: 100%;
  }
}
.paragraaf__flex > h2 {
  max-width: 37.1rem;
  width: 100%;
}
.paragraaf__flex.clearfix {
  display: block;
}
@media (max-width: 767px) {
  .paragraaf__flex.clearfix {
    display: flex;
  }
}
.paragraaf__start {
  order: 1;
}
.paragraaf__einde {
  order: 2;
}

.toc {
  height: max-content;
  position: sticky;
  top: 6rem;
  z-index: var(--z-toc);
  font-size: 0.85rem;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .toc {
    width: 13rem;
    left: 1.5rem;
  }
}
@media (max-width: 991px) {
  .toc {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    position: relative;
    top: 0;
  }
}
.toc--submenu {
  width: calc(25% - 1.5rem);
}
@media (max-width: 991px) {
  .toc--submenu {
    width: 100%;
  }
}
.toc--submenu-btn {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem;
  gap: 0.5rem;
  border-radius: 1rem;
  background-color: var(--second-tint);
  margin-right: 1rem;
  box-shadow: 0 15px 15px -5px rgba(0, 153, 183, 0.1);
  font-size: 1.2rem;
  color: var(--second-color);
  cursor: pointer;
}
.toc--submenu-btn > svg {
  fill: var(--second-color);
}
.toc--submenu__dropdown {
  width: 100%;
  height: max-content;
  background-color: var(--second-tint);
  border-radius: 0 0 var(--radius) var(--radius);
  padding: 0 0 1rem 0.5rem;
  box-shadow: 0 15px 15px -5px rgba(0, 153, 183, 0.1);
  top: -1rem !important;
}
.toc--submenu__flex {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0.5rem 0;
  width: 100%;
  padding: 0 0.5rem;
}
.toc--submenu__flex a {
  --toc-color: var(--main-color);
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
  color: var(--toc-color);
  text-decoration: none;
  font-weight: 400;
  font-size: 0.85rem;
  max-width: 100%;
}
.toc--submenu__flex a.active {
  --toc-color: var(--second-color);
  font-weight: 700;
}
.toc--submenu__flex a:before {
  --chevron: .5rem;
  border-right: 2px solid var(--toc-color);
  border-bottom: 2px solid var(--toc-color);
  width: var(--chevron);
  height: var(--chevron);
  margin-left: 0;
  transform: rotate(-45deg);
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  flex-shrink: 0;
  position: relative;
  bottom: 2px;
}
.toc__mobile {
  width: 100%;
  position: fixed;
  bottom: 2rem;
  left: 0;
  z-index: 1000;
}
@media (min-width: 992px) {
  .toc__mobile {
    display: none;
  }
}
.toc__mobile-btn {
  float: right;
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: var(--second-tint);
  margin-right: 1rem;
  box-shadow: 0 15px 15px -5px rgba(0, 153, 183, 0.1);
}
.toc__mobile-btn > svg {
  fill: var(--second-color);
}
.toc__dropdown {
  height: max-content;
  background-color: var(--second-tint);
  border-radius: var(--radius);
  padding: 1.5rem;
  box-shadow: 0 15px 15px -5px rgba(0, 153, 183, 0.1);
}
.toc--sticky {
  position: fixed;
}
.toc__menu {
  width: 12.5rem;
  height: max-content;
  background-color: var(--second-tint);
  border-radius: var(--radius);
  padding: 1rem;
  box-shadow: 0 40px 20px -25px rgba(0, 153, 183, 0), 0 0 20px -5px rgba(0, 153, 183, 0);
}
@media (max-width: 991px) {
  .toc__menu {
    display: none !important;
  }
}
.toc__flex {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 0.5rem 0;
}
.toc__flex a {
  --toc-color: var(--main-color);
  display: inline-flex;
  align-items: baseline;
  gap: 0.5rem;
  color: var(--toc-color);
  text-decoration: none;
  font-weight: 400;
}
.toc__flex a.active {
  font-weight: 700;
}
.toc__flex a:before {
  --chevron: .5rem;
  border-right: 2px solid var(--toc-color);
  border-bottom: 2px solid var(--toc-color);
  width: var(--chevron);
  height: var(--chevron);
  margin-left: 0;
  transform: rotate(-45deg);
  content: "";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out, all 0.2s ease-in-out;
  flex-shrink: 0;
  position: relative;
  bottom: 2px;
}

.video__wrapper {
  width: var(--image-size);
  position: relative;
  aspect-ratio: 16/9;
  margin: 4rem 0 2rem;
  border-radius: var(--radius);
  height: max-content;
}
.video__wrapper iframe, .video__wrapper video {
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  display: block;
}
.video__wrapper iframe > source, .video__wrapper video > source {
  border-radius: var(--radius);
}
.video__play {
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video__play > svg {
  fill: var(--second-color);
}

@media (max-width: 1000px) {
  :is(.overons) .video__wrapper {
    width: 150%;
  }
}
@media (max-width: 768px) {
  :is(.overons) .video__wrapper {
    width: 100%;
  }
}

.nice-select {
  flex: 6;
  border: 1px solid var(--white);
  background-color: var(--white);
  outline: var(--white);
  border: none;
  border-radius: var(--radius);
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  height: 2.3rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .nice-select {
    width: 100%;
    flex: auto;
  }
}
.nice-select:hover {
  border-color: rgb(219.25, 219.25, 219.25);
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: var(--main-color);
}
.nice-select:after {
  border-bottom: 2px solid var(--white);
  border-right: 2px solid var(--white);
  content: "";
  display: block;
  height: 10px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 24px;
  top: 44%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 10px;
  z-index: 0;
}
.nice-select:before {
  background-color: var(--main-color);
  content: "";
  display: block;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 22px;
}
.nice-select.open:after {
  transform: rotate(-134deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: rgb(237.1, 237.1, 237.1);
  color: #999;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #cccccc;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 100;
  top: 100%;
  width: 100%;
  border: none;
  background-color: white;
  border-radius: 1rem;
  font-size: 18px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  max-height: 400px;
  overflow-y: auto;
}
.nice-select .list::-webkit-scrollbar {
  width: 0.9rem;
}
.nice-select .list::-webkit-scrollbar-track {
  background-color: var(--second-tint);
}
.nice-select .list::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  outline: none;
}
.nice-select:hover .option:not(:hover) {
  background-color: var(--white) !important;
}
.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding: 0.25rem 1rem;
  text-align: left;
  transition: all 0.2s;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out, all 0.1s ease-in-out;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out, all 0.1s ease-in-out;
  background-color: var(--second-color);
  color: var(--black);
  font-weight: 700;
}
.nice-select .option:hover {
  background-color: var(--second-color);
  color: var(--white);
  font-weight: 700;
}
.nice-select .option.selected {
  font-weight: 700;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.nice-select .option:active, .nice-select .option.nice-select.open, .nice-select .option:focus {
  outline: 3px dotted var(--white);
  outline-offset: 2px;
  border-color: var(--main-color);
}
.nice-select.filter__select:active, .nice-select.filter__select.open, .nice-select.filter__select:focus {
  outline: 3px dotted var(--white);
  outline-offset: 2px;
  border-color: var(--main-color);
}

:is(.umbraco-forms-form) .nice-select {
  width: 100%;
  border: 1px solid var(--gray);
  background-color: var(--gray);
  outline: var(--gray);
  border: none;
  border-radius: var(--radius);
  max-width: 100% !important;
  margin: 0 0 1rem 0;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
  min-height: 60px;
}
:is(.umbraco-forms-form) .nice-select:focus-visible {
  border: 1px solid var(--second-color);
  box-shadow: 0 5px 20px 0 rgba(33, 7, 30, 0.04);
  background-color: white;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
:is(.umbraco-forms-form) .nice-select::placeholder {
  font-style: italic;
}
:is(.umbraco-forms-form) .nice-select:before {
  margin-top: 2px;
}
:is(.umbraco-forms-form) .nice-select .list {
  border: 1px solid var(--gray);
}

:is(.filter--menu) .nice-select {
  height: 1.8rem;
  font-size: 0.8rem;
}
:is(.filter--menu) .nice-select:before {
  top: 0.35rem;
  right: 0.35rem;
}
:is(.filter--menu) .nice-select:after {
  right: 0.95rem;
}
:is(.filter--menu) .nice-select .list {
  font-size: inherit;
}
@media (max-width: 991px) {
  :is(.filter--menu) .nice-select .list {
    font-size: 0.8rem;
  }
  :is(.filter--menu) .nice-select .list .option {
    padding: 0.25rem 0.5rem;
  }
}

.current {
  max-width: 90%;
  overflow: hidden;
}

.jaarbeeld__modal-dialog {
  max-width: max-content;
}
.jaarbeeld__modal-content {
  background: none;
}
.jaarbeeld__modal-content > picture > img {
  border-radius: var(--radius);
  max-height: 40rem;
  width: 100%;
}
@media (max-width: 1366px) {
  .jaarbeeld__modal-content > picture > img {
    max-height: 32.5rem;
  }
}
@media (max-height: 900px) {
  .jaarbeeld__modal-content > picture > img {
    max-height: 32.5rem;
  }
}
.jaarbeeld__modal-close {
  width: max-content;
  background: none;
  border: none;
  position: absolute;
  right: 0;
  top: -3rem;
}

.tempflex {
  display: flex;
  width: 100%;
  max-width: 72rem;
  margin: 4rem auto;
  flex-wrap: wrap;
  align-items: center;
}

:root {
  --p: 20;
  --b: 1rem;
  --blue: var(--main-tint);
  --orange: var(--second-tint);
}
:root :is(svg) {
  --blue: var(--second-color);
  --orange: var(--main-color);
}

.kerncijfers {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background-color: var(--bg);
  display: grid;
  place-content: center;
  justify-items: center;
  z-index: 1;
  aspect-ratio: 1;
}
.kerncijfers > svg[id=pluscirkel] {
  width: 80px;
}
.kerncijfers[style="--bg:var(--orange)"] .kerncijfers__percentage {
  color: var(--second-color);
}
.kerncijfers[style="--bg:var(--orange)"] .kerncijfers__title {
  color: var(--main-color);
}
.kerncijfers[style="--bg:var(--orange)"] .kerncijfers__verschil {
  background-color: var(--main-color);
}
.kerncijfers--kader {
  --blue: var(--main-color);
  --orange: var(--second-color);
  width: 15rem;
  height: auto;
  border-radius: 2rem;
  aspect-ratio: 2/1;
}
.kerncijfers--kader__title {
  margin-top: 0.25rem;
  font-size: 3rem;
  color: white;
}
.kerncijfers--kader__caption {
  font-size: 0.9rem;
  color: white;
}
.kerncijfers > h3 {
  text-align: center;
  line-height: 1.2;
  font-weight: 500;
}
.kerncijfers__title {
  font-size: 0.9rem;
  color: var(--second-color);
  max-width: 90%;
}
.kerncijfers__description {
  font-size: 0.9rem;
  max-width: 90%;
}
.kerncijfers__percentage {
  color: var(--main-color);
  font-size: 2.5rem;
  margin-bottom: 0.25rem;
}
.kerncijfers__verschil {
  aspect-ratio: 1;
  background-color: var(--second-color);
  border-radius: 50%;
  width: 3rem;
  display: grid;
  place-content: center;
  color: white;
  position: absolute;
  bottom: 0;
  right: 0;
  font-weight: 700;
}
.kerncijfers__container {
  display: flex;
  height: max-content;
  align-items: center;
  width: max-content;
  position: relative;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .kerncijfers__container {
    margin: 0 auto 2rem;
  }
}
.kerncijfers__container-pie {
  width: calc(100% - 8rem);
}
@media (max-width: 575px) {
  .kerncijfers__container-pie {
    width: 100%;
    transform: scale(0.8);
    position: relative;
    right: 1rem;
  }
}
.kerncijfers__container-piev2 {
  position: relative;
  width: 300px;
  height: 300px;
  justify-content: center;
  z-index: -1;
  display: grid;
}
.kerncijfers__pie-one {
  -webkit-box-shadow: inset 0px 0px 0px 1.5rem var(--second-color);
  -moz-box-shadow: inset 0px 0px 0px 1.5rem var(--second-color);
  box-shadow: inset 0px 0px 0px 1.5rem var(--second-color);
  outline: 0.5rem solid var(--second-color);
  width: 300px;
  height: 300px;
  aspect-ratio: 1;
  position: relative;
  right: 8rem;
  display: inline-grid;
  margin: 5px;
  place-content: center;
  border-radius: 50%;
  background-color: white;
  animation: p 1s 0.5s both;
}
.kerncijfers__pie-one:before {
  inset: 0;
  background: radial-gradient(closest-side, var(--main-color) 98%, rgba(0, 0, 0, 0)) top/var(--b) var(--b) no-repeat, conic-gradient(var(--main-color) calc(var(--p) * 1%), rgba(0, 0, 0, 0) 0);
  -webkit-mask: radial-gradient(closest-side, rgba(0, 0, 0, 0) calc(99% - var(--b)), #000 calc(100% - var(--b)));
  mask: radial-gradient(closest-side, rgba(0, 0, 0, 0) calc(99% - var(--b)), #000 calc(100% - var(--b)));
  transform: scale(-1, 1);
  content: "";
  position: absolute;
  border-radius: 50%;
  background-size: 0 0, auto;
}
.kerncijfers__pie-two {
  --p-rest: calc(100 - var(--p) - 2);
  -webkit-box-shadow: inset 0px 0px 0px 1rem white;
  -moz-box-shadow: inset 0px 0px 0px 1rem white;
  box-shadow: inset 0px 0px 0px 1rem white;
  width: 300px;
  height: 300px;
  aspect-ratio: 1;
  display: inline-grid;
  place-content: center;
  border-radius: 50%;
  background-color: white;
  animation: p 1s 0.5s both;
  right: 0;
  position: absolute;
  left: -1rem;
  margin: 0;
  z-index: -1;
}
.kerncijfers__pie-two:before {
  inset: 0;
  background: radial-gradient(closest-side, var(--main-color) 98%, rgba(0, 0, 0, 0)) top/var(--b) var(--b) no-repeat, conic-gradient(var(--main-color) calc(var(--p) * 1%), rgba(0, 0, 0, 0) 0);
  -webkit-mask: radial-gradient(closest-side, rgba(0, 0, 0, 0) calc(99% - var(--b)), #000 calc(100% - var(--b)));
  mask: radial-gradient(closest-side, rgba(0, 0, 0, 0) calc(99% - var(--b)), #000 calc(100% - var(--b)));
  transform: scale(-1, 1);
  content: "";
  position: absolute;
  border-radius: 50%;
  background-size: 0 0, auto;
}
.kerncijfers__pie-two:after {
  inset: 0;
  background: radial-gradient(closest-side, var(--second-color) 98%, rgba(0, 0, 0, 0)) top/var(--b) var(--b) no-repeat, conic-gradient(var(--second-color) calc(var(--p-rest) * 1%), rgba(0, 0, 0, 0) 0);
  -webkit-mask: radial-gradient(closest-side, rgba(0, 0, 0, 0) calc(99% - var(--b)), #000 calc(100% - var(--b)));
  mask: radial-gradient(closest-side, rgba(0, 0, 0, 0) calc(99% - var(--b)), #000 calc(100% - var(--b)));
  transform: rotate(3.5deg);
  content: "";
  position: absolute;
  border-radius: 50%;
  background-size: 0 0, auto;
}

@keyframes p {
  from {
    --p: 0 ;
  }
}
@property --p {
  syntax: "<number>";
  inherits: true;
  initial-value: 1;
}
.login {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  display: grid;
  place-content: center;
  inset: 0;
  z-index: 10;
}
.login svg {
  margin: auto;
}
.login__form {
  width: 600px;
  max-width: 600px;
  color: white;
  display: grid;
  justify-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .login__form {
    width: 90vw;
  }
}
.login__form input {
  width: 100%;
  max-width: 22.5rem;
  padding: 0.5rem 1rem;
  border-radius: var(--radius);
  border: none;
}

.umbraco-forms-hidden {
  display: none;
}

.umbraco-forms-field-wrapper label:before {
  display: inline-block;
}

.umbraco-forms-form .umbraco-forms-page .umbraco-forms-fieldset .umbraco-forms-container .umbraco-forms-field.singlechoice input[type=radio] + label:before {
  display: inline-block !important;
}

/*# sourceMappingURL=sboh.css.map */
