@font-face {
  font-family: main-font;
  src: url('../fonts/HafferXH-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: main-font;
  src: url('../fonts/HafferXH-Medium.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: main-font;
  src: url('../fonts/HafferXH-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --_colors---background--background-gray: #f9f9f9;
  --_typography---body--body-font: main-font, Arial, sans-serif;
  --_colors---main-colors--primary: #011e41;
  --_typography---body--body-text-size: clamp(1rem, .875rem + .25svw, 1.5rem);
  --_typography---body--body-line-height: 1.6;
  --_typography---headings--heading-font: main-font, Arial, sans-serif;
  --_typography---headings--h1-font-size: clamp(2.75rem, 1.5rem + 2svw, 5rem);
  --_typography---headings--heading-line-height: 1.2;
  --_typography---headings--h2-font-size: clamp(2.75rem, 1.5rem + 1.5svw, 4rem);
  --_typography---headings--h3-font-size: clamp(1.75rem, 1rem + 2svw, 2.25rem);
  --_typography---headings--h4-font-size: clamp(1.5rem, .875rem + 2svw, 1.75rem);
  --_typography---headings--h5-font-size: 1.25rem;
  --_typography---headings--h6-font-size: 1rem;
  --font--body-line-height\<deleted\|variable-22b4d2ee-2f5b-1c5b-55a5-2bfb4e3ae940\>: 1.4;
  --_colors---neutral--white: white;
  --_colors---main-colors--accent: #4e7cb4;
  --page-padding--padding↔: 3rem;
  --_colors---main-colors--soft: #ffffff26;
  --section-padding--padding↔mobile\<deleted\|variable-88dccc13-f146-6426-3e65-aafe9f935c05\>: 1.5rem;
  --_colors---main-colors--secondary: #3bdc7b;
  --container--container-large: 100rem;
  --page-padding--padding↕: 6rem;
  --container--container-medium: 85rem;
  --section-padding--padding↕\<deleted\|variable-02ef2beb-900b-f958-d6f6-bfd1ae162a16\>: 5rem;
  --section-padding--padding↔\<deleted\|variable-f729fff0-aea6-34c4-d8d5-cb879170d765\>: 2.5rem;
  --section-padding--padding↕mobile\<deleted\|variable-6d8370d6-7259-6703-66db-df9a55944739\>: 2.5rem;
  --_colors---neutral--transparant: transparent;
  --button--link--button-pressed\<deleted\|variable-d9c9d92a-7f16-adda-3b56-e5359fafeacb\>: var(--_colors---main-colors--accent\<deleted\|variable-78666bce-501d-7683-8458-b988d59a65e6\>);
  --_colors---border--border_light-gray: #e7e7e7;
  --_colors---text-color--text-color_medium-gray: #717275;
  --font-size-mobile--text-size-small: .75rem;
  --container--container-small: 65rem;
  --border--radius: 1.5rem;
  --_typography---body--text-size-small: 1rem;
  --_colors---text-color--text-color_light-gray: #b3b3b3;
  --_typography---body--text-size-large: clamp(1.5rem, .875rem + 2svw, 1.75rem);
  --_colors---border--border_medium-gray: #d0d0d1;
  --_colors---text-color--text-color_body: #22292f;
  --_colors---border--border_dark-gray: #414347;
  --_spacing---margin--margin-bottom_xs: 1rem;
  --_spacing---margin--margin-bottom_s: 1.5rem;
  --_spacing---margin--margin-bottom_m: 2.5rem;
  --_spacing---margin--margin-bottom_l: 5rem;
  --_spacing---margin--margin-bottom_xl: 7.5rem;
  --_spacing---margin--margin-bottom_xxl: 10rem;
  --_spacing---margin--margin-bottom_xxxs: .25rem;
  --_spacing---margin--margin-bottom_xxs: .5rem;
  --_spacing---margin--margin-bottom_xxxl: 15rem;
  --margin--margin-bottom_s\<deleted\|variable-5236716f-ee59-ae9c-c8ab-26cbcd48460b\>: 1rem;
  --font--text-size-large\<deleted\|variable-7c927bf1-aaf4-b0b4-16c6-77a5e18c9e2e\>: 1.25rem;
  --font--body-text-size\<deleted\|variable-ffbbab0d-83fa-ca9a-652a-0e012d04ccf0\>: 1rem;
  --_colors---text-color--text-color_gray: #414347;
  --_spacing---margin--margin-bottom_none: 0rem;
  --_colors---neutral--black: #000;
  --_colors---background--background-dark: #222;
  --_colors---background--background-color: #3b41ec1a;
  --_colors---main-colors--accent\<deleted\|variable-78666bce-501d-7683-8458-b988d59a65e6\>: #27265e;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--_colors---background--background-gray);
  font-family: var(--_typography---body--body-font);
  color: var(--_colors---main-colors--primary);
  font-size: var(--_typography---body--body-text-size);
  line-height: var(--_typography---body--body-line-height);
  padding-top: 6rem;
  font-weight: 400;
}

h1 {
  font-family: var(--_typography---headings--heading-font);
  font-size: var(--_typography---headings--h1-font-size);
  line-height: var(--_typography---headings--heading-line-height);
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 700;
}

h2 {
  font-family: var(--_typography---headings--heading-font);
  font-size: var(--_typography---headings--h2-font-size);
  line-height: var(--_typography---headings--heading-line-height);
  margin-top: 0;
  margin-bottom: .5rem;
}

h3 {
  font-family: var(--_typography---headings--heading-font);
  font-size: var(--_typography---headings--h3-font-size);
  line-height: var(--_typography---headings--heading-line-height);
  margin-top: 0;
  margin-bottom: .25rem;
  font-weight: 700;
}

h4 {
  font-family: var(--_typography---headings--heading-font);
  font-size: var(--_typography---headings--h4-font-size);
  line-height: var(--_typography---headings--heading-line-height);
  margin-top: 0;
  margin-bottom: .125rem;
  font-weight: 700;
}

h5 {
  font-family: var(--_typography---headings--heading-font);
  font-size: var(--_typography---headings--h5-font-size);
  line-height: var(--_typography---headings--heading-line-height);
  margin-top: 0;
  margin-bottom: .125rem;
  font-weight: 700;
}

h6 {
  font-family: var(--_typography---headings--heading-font);
  font-size: var(--_typography---headings--h6-font-size);
  line-height: var(--_typography---headings--heading-line-height);
  margin-top: 0;
  margin-bottom: .125rem;
  font-weight: 700;
}

p {
  margin-bottom: 1.5rem;
}

a {
  color: var(--_colors---main-colors--primary);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 2.5rem;
}

ol {
  line-height: var(--font--body-line-height\<deleted\|variable-22b4d2ee-2f5b-1c5b-55a5-2bfb4e3ae940\>);
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 40px;
}

img {
  object-fit: contain;
  width: 100%;
  max-width: 100%;
}

blockquote {
  border-left: .3125rem solid var(--_colors---main-colors--primary);
  font-family: var(--_typography---headings--heading-font);
  color: var(--_colors---main-colors--primary);
  font-size: var(--_typography---headings--h4-font-size);
  line-height: var(--_typography---headings--heading-line-height);
  margin-bottom: 1.5rem;
  padding: .625rem 1.25rem;
  font-weight: 700;
}

.nav_link {
  color: var(--_colors---neutral--white);
  white-space: nowrap;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 400;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
}

.nav_link:hover {
  color: var(--_colors---main-colors--accent);
}

.nav_link.w--current {
  border-color: var(--_colors---neutral--white);
  color: var(--_colors---neutral--white);
}

.nav_link.c-dropdown {
  padding-right: .5rem;
}

.nav_link.c-contact {
  border: 1px solid var(--_colors---neutral--white);
  border-radius: 10rem;
  padding-left: 1.25rem;
  padding-right: 1rem;
}

.nav_link.c-contact:hover {
  border-color: var(--_colors---main-colors--accent);
}

.container-large {
  max-width: var(--container--container-large);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.main {
  width: 100%;
  max-width: 100%;
}

.section {
  padding: var(--page-padding--padding↕) var(--page-padding--padding↔);
  width: 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.section.c-background-color {
  background-color: var(--_colors---main-colors--primary);
  color: var(--_colors---neutral--white);
}

.section.c-background-light {
  background-color: var(--_colors---background--background-gray);
}

.section.c-over {
  background-color: var(--_colors---background--background-gray);
  overflow: visible;
}

.container-medium {
  max-width: var(--container--container-medium);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.page-hero {
  padding: var(--section-padding--padding↕\<deleted\|variable-02ef2beb-900b-f958-d6f6-bfd1ae162a16\>) var(--section-padding--padding↔\<deleted\|variable-f729fff0-aea6-34c4-d8d5-cb879170d765\>);
  background-color: var(--_colors---background--background-gray);
  width: 100%;
  max-width: 100%;
  position: relative;
}

.hero_background-image {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  max-width: 110rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.logo-image {
  opacity: 1;
  object-fit: contain;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo-image.c-light-theme {
  opacity: 0;
}

.icon-embed-xsmall {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.nav_component {
  padding: .5rem var(--page-padding--padding↔);
  background-color: var(--_colors---main-colors--primary);
  width: 100%;
  max-width: 100%;
  height: 6rem;
}

.nav_menu {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--_colors---neutral--transparant);
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav_container {
  max-width: var(--container--container-large);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-link {
  width: 16.6rem;
  min-width: 13rem;
  max-width: 100%;
  height: 4.75rem;
  margin-right: 1rem;
  padding-left: 0;
  text-decoration: none;
}

.nav_button {
  flex: none;
  width: 2rem;
  height: 2rem;
  padding: 0;
}

.nav_button:active {
  color: var(--button--link--button-pressed\<deleted\|variable-d9c9d92a-7f16-adda-3b56-e5359fafeacb\>);
}

.nav_button.w--open {
  color: currentColor;
  background-color: #c8c8c800;
}

.nav_hb {
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.nav_hb_line {
  color: var(--_colors---main-colors--primary);
  background-color: currentColor;
  flex: none;
  width: 100%;
  max-width: 100%;
  height: .2rem;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

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

._404-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footer {
  padding: var(--page-padding--padding↕) var(--page-padding--padding↔) var(--page-padding--padding↔);
  background-color: var(--_colors---background--background-gray);
  width: 100%;
  max-width: 100%;
}

.footer_wrapper {
  width: 100%;
  max-width: 100%;
}

.footer_column {
  padding-bottom: var(--page-padding--padding↕);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_column.c-first {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  min-width: 35%;
  padding-right: 5rem;
}

.footer_row {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.footer_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 2rem;
  list-style-type: none;
  display: flex;
}

.footer_list-item {
  width: 100%;
  margin-bottom: 0;
}

.footer_list-item.c-bottom {
  width: auto;
}

.footer_list-item_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid var(--_colors---border--border_light-gray);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 3.25rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
}

.footer_list-item_link:hover {
  color: var(--_colors---main-colors--secondary);
}

.footer_list-item_link.c-bottom {
  color: var(--_colors---text-color--text-color_medium-gray);
  border-bottom-style: none;
}

.footer_list-item_link.c-bottom:hover {
  color: var(--_colors---main-colors--secondary);
}

.footer_list-item_link.c-bottom.c-no-link:hover {
  color: var(--_colors---text-color--text-color_medium-gray);
  text-decoration: none;
}

.hero-content {
  z-index: 2;
  max-width: var(--container--container-small);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_colors---main-colors--soft);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_colors---main-colors--soft);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_colors---main-colors--soft);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_colors---main-colors--soft);
  border-top-left-radius: var(--border--radius);
  border-top-right-radius: var(--border--radius);
  border-bottom-left-radius: var(--border--radius);
  border-bottom-right-radius: var(--border--radius);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: var(--_colors---neutral--white);
  background-color: #011e41cc;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 3rem 3.5rem 4rem;
  position: relative;
  container-type: inline-size;
}

.footer_list-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid var(--_colors---border--border_light-gray);
  border-bottom: 1px solid var(--_colors---border--border_light-gray);
  font-size: var(--_typography---body--text-size-small);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.footer_row_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--_colors---border--border_light-gray);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-top: 1rem;
  padding-bottom: .5rem;
}

.divider {
  background-color: var(--_colors---border--border_light-gray);
  width: 100%;
  max-width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
}

.icon-embed-xxsmall.c-footer {
  border: 1px solid var(--_colors---border--border_light-gray);
  background-color: var(--_colors---neutral--white);
  color: var(--_colors---text-color--text-color_light-gray);
  border-radius: .25rem;
  width: 2rem;
  height: 2rem;
  padding: .3rem;
}

.text-size-small {
  font-size: var(--_typography---body--text-size-small);
}

.thin-heading {
  font-family: var(--_typography---headings--heading-font);
  font-size: var(--_typography---headings--h1-font-size);
  line-height: var(--_typography---headings--heading-line-height);
  margin-bottom: .5rem;
  font-weight: 400;
}

.h2-heading {
  font-family: var(--_typography---headings--heading-font);
  font-size: var(--_typography---headings--h2-font-size);
  line-height: var(--_typography---headings--heading-line-height);
  margin-bottom: .5rem;
  font-weight: 700;
}

.h3-heading {
  font-family: var(--_typography---headings--heading-font);
  font-size: var(--_typography---headings--h3-font-size);
  line-height: var(--_typography---headings--heading-line-height);
  margin-bottom: .25rem;
  font-weight: 700;
}

.h3-heading.c-dienst {
  margin-bottom: 1rem;
}

.h4-heading {
  font-family: var(--_typography---headings--heading-font);
  font-size: var(--_typography---headings--h4-font-size);
  line-height: var(--_typography---headings--heading-line-height);
  margin-bottom: .125rem;
  font-weight: 700;
}

.h5-heading {
  font-family: var(--_typography---headings--heading-font);
  font-size: var(--_typography---headings--h5-font-size);
  line-height: var(--_typography---headings--heading-line-height);
  margin-bottom: .125rem;
  font-weight: 700;
}

.h6-heading {
  font-family: var(--_typography---headings--heading-font);
  font-size: var(--_typography---headings--h6-font-size);
  line-height: var(--_typography---headings--heading-line-height);
  margin-bottom: .125rem;
  font-weight: 700;
}

.code-embed {
  pointer-events: none;
  display: none;
}

.nav {
  z-index: 9;
  border-bottom: 1px solid var(--_colors---main-colors--soft);
  width: 100%;
  max-width: 150rem;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.button {
  border: 1px solid var(--_colors---neutral--white);
  background-color: var(--_colors---neutral--transparant);
  color: var(--_colors---neutral--white);
  border-radius: .4rem;
  padding: .5rem 1rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  transition: all .2s;
}

.button:where(.w-variant-17720688-1fa2-6fdd-7892-d284b8bf256e) {
  border-color: var(--_colors---main-colors--secondary);
  background-color: var(--_colors---neutral--transparant);
  color: var(--_colors---main-colors--secondary);
}

.button:where(.w-variant-b6b8298c-b0f4-77c2-5a5e-f83050dafa78) {
  border-color: var(--_colors---main-colors--primary);
  background-color: var(--_colors---main-colors--primary);
}

.button:hover {
  border-color: var(--_colors---main-colors--accent);
  background-color: var(--_colors---neutral--transparant);
  color: var(--_colors---main-colors--accent);
}

.button:hover:where(.w-variant-17720688-1fa2-6fdd-7892-d284b8bf256e) {
  border-color: var(--_colors---main-colors--accent);
  color: var(--_colors---main-colors--accent);
}

.button.c-submit {
  background-color: var(--_colors---main-colors--primary);
}

.button.c-telephone {
  border-color: var(--_colors---main-colors--secondary);
  background-color: var(--_colors---neutral--transparant);
  color: var(--_colors---main-colors--secondary);
  padding-left: .5rem;
}

.button.c-telephone:hover {
  border-color: var(--_colors---main-colors--accent);
  color: var(--_colors---main-colors--accent);
}

.button-content {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: inline-flex;
  position: relative;
}

.footer_header {
  font-family: var(--_typography---headings--heading-font);
  color: var(--_colors---main-colors--primary);
  font-size: var(--_typography---body--text-size-large);
  margin-bottom: 1rem;
  font-weight: 600;
}

.grid-2 {
  z-index: 2;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.grid-child {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.grid-child.c-centered {
  justify-content: center;
  align-items: flex-start;
}

.grid-child.c-align-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.footer-text {
  color: var(--_colors---text-color--text-color_medium-gray);
  margin-bottom: 2rem;
}

.nav_list_item {
  list-style-type: none;
}

.nav_list_item.c-from-landscape, .nav_list_item.c-from-tablet {
  display: none;
}

.nav_menu-wrapper {
  background-color: var(--_colors---neutral--transparant);
  justify-content: flex-end;
  align-items: center;
}

.subtitle {
  color: var(--_colors---main-colors--accent);
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
  font-weight: 400;
}

.subtitle.c-hero {
  max-width: 86%;
}

.form_block {
  width: 100%;
  max-width: 100%;
  margin-bottom: 3rem;
}

.form_field-label {
  margin-bottom: .25rem;
  font-size: .875rem;
  font-weight: 600;
}

.form_input-field {
  border: 1px solid var(--_colors---border--border_medium-gray);
  background-color: var(--_colors---background--background-gray);
  color: var(--_colors---text-color--text-color_body);
  border-radius: .25rem;
  width: 100%;
  max-width: 100%;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
}

.form_input-field:hover, .form_input-field:active {
  border-color: var(--_colors---border--border_dark-gray);
  background-color: var(--_colors---background--background-gray);
}

.form_input-field:focus {
  border-color: var(--_colors---main-colors--primary);
  background-color: var(--_colors---background--background-gray);
}

.form_input-field.cc-area {
  min-height: 8rem;
}

.form_field {
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

.form {
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.form_checkbox {
  border: 1px solid var(--_colors---border--border_medium-gray);
  background-color: var(--_colors---background--background-gray);
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox.w--redirected-checked {
  background-color: var(--_colors---main-colors--primary);
  color: var(--_colors---neutral--white);
}

.form_checkbox_field {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  padding-left: 0;
  display: flex;
}

.styleguide_section {
  margin-bottom: 5rem;
}

.text-color_primary {
  color: var(--_colors---main-colors--primary);
}

.text-color_secondary {
  color: var(--_colors---main-colors--secondary);
}

.text-color_accent {
  color: var(--_colors---main-colors--accent);
}

.link {
  color: var(--_colors---main-colors--primary);
  text-decoration: underline;
}

.link.c-icon {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.link.c-green {
  color: var(--_colors---main-colors--secondary);
}

.link.c-green:hover {
  color: var(--_colors---main-colors--accent);
}

.form_message {
  border: 1px solid var(--_colors---border--border_light-gray);
  background-color: var(--_colors---background--background-gray);
  border-radius: .25rem;
  padding: 2rem;
}

.form_message-icon {
  color: var(--_colors---main-colors--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom_xs {
  margin-bottom: var(--_spacing---margin--margin-bottom_xs);
}

.margin-bottom_s {
  margin-bottom: var(--_spacing---margin--margin-bottom_s);
}

.margin-bottom_m {
  margin-bottom: var(--_spacing---margin--margin-bottom_m);
}

.margin-bottom_l {
  margin-bottom: var(--_spacing---margin--margin-bottom_l);
}

.margin-bottom_xl {
  margin-bottom: var(--_spacing---margin--margin-bottom_xl);
}

.margin-bottom_xxl {
  margin-bottom: var(--_spacing---margin--margin-bottom_xxl);
}

.margin-bottom_xxxs {
  margin-bottom: var(--_spacing---margin--margin-bottom_xxxs);
}

.margin-bottom_xxs {
  margin-bottom: var(--_spacing---margin--margin-bottom_xxs);
}

.margin-bottom_xxxl {
  margin-bottom: var(--_spacing---margin--margin-bottom_xxxl);
}

.slider {
  border-radius: var(--border--radius);
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  height: 35rem;
  overflow: hidden;
}

.slider_mask, .slider_slide {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

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

.slider_image {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.thumbnail-image_wrapper {
  margin-bottom: var(--margin--margin-bottom_s\<deleted\|variable-5236716f-ee59-ae9c-c8ab-26cbcd48460b\>);
  border-radius: var(--border--radius);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 15rem;
  display: flex;
  overflow: hidden;
}

.thumbnail-image {
  object-fit: cover;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.container-heading {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.styleguide_group {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.text-size-large {
  font-size: var(--font--text-size-large\<deleted\|variable-7c927bf1-aaf4-b0b4-16c6-77a5e18c9e2e\>);
}

.body-text-size {
  font-size: var(--font--body-text-size\<deleted\|variable-ffbbab0d-83fa-ca9a-652a-0e012d04ccf0\>);
}

.tab-link {
  border-bottom: 2px solid var(--_colors---main-colors--primary);
  background-color: var(--_colors---background--background-gray);
  color: var(--_colors---main-colors--primary);
  font-weight: 600;
}

.tab-link.w--current {
  background-color: var(--_colors---main-colors--primary);
  color: var(--_colors---neutral--white);
}

.tabs-menu, .tabs, .tabs-content, .tab-pane {
  width: 100%;
  max-width: 100%;
}

.list {
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}

.list.c-highlight {
  margin-bottom: 0;
}

.list-item {
  border-bottom: 1px solid var(--_colors---border--border_light-gray);
  background-image: url('../images/checkbox-blue.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 1.5rem 1.5rem;
  width: 100%;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  padding-left: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

.list-item.c-green {
  border-bottom-color: var(--_colors---main-colors--soft);
  background-image: url('../images/checkbox-green.svg');
}

.list-item.c-highlight {
  background-color: var(--_colors---neutral--white);
  background-image: url('../images/checkbox-green.svg');
  background-position: 16px 16px;
  border-radius: .35rem;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem 1rem 3.25rem;
}

.contact-details_list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 2rem;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.contact-details_list-item {
  margin-bottom: .25rem;
  display: flex;
}

.contact-details_list-item_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--_colors---text-color--text-color_gray);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.image-wrapper {
  border-radius: var(--border--radius);
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.homepage-hero {
  padding: 2.5rem var(--page-padding--padding↔) var(--page-padding--padding↕);
  background-color: var(--_colors---main-colors--primary);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.margin-bottom_none {
  margin-bottom: var(--_spacing---margin--margin-bottom_none);
}

.google-maps_contact-page {
  aspect-ratio: 3 / 2;
  border-radius: var(--border--radius);
  border: 1px solid #e7e7e7;
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
  overflow: hidden;
}

.icon-embed-xlarge {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.5rem;
  height: 6.5rem;
  display: flex;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.icon-embed-medium {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.styleguide_icon-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.styleguide_icon-group {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  display: flex;
}

.text-color_light-gray {
  color: var(--_colors---text-color--text-color_light-gray);
}

.text-color_medium-gray {
  color: var(--_colors---text-color--text-color_medium-gray);
}

.text-color_gray {
  color: var(--_colors---text-color--text-color_gray);
}

.text-color_body {
  color: var(--_colors---text-color--text-color_body);
}

.text-color_body.text-style-2lines.c-news {
  margin-bottom: .5rem;
}

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

.background-color_primary {
  background-color: var(--_colors---main-colors--primary);
}

.text-weight_bold {
  font-weight: 700;
}

.text-weight_semi-bold {
  font-weight: 600;
}

.text-weight_light {
  font-weight: 300;
}

.container-small {
  max-width: var(--container--container-small);
  width: 100%;
}

.hide {
  display: none;
}

.grid-3 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.grid-4 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  display: grid;
}

.footer-component {
  padding: var(--page-padding--padding↕) var(--page-padding--padding↔) 2.5rem;
  background-color: var(--_colors---background--background-gray);
  width: 100%;
  max-width: 100%;
}

.block-quote {
  font-family: var(--_typography---headings--heading-font);
  line-height: var(--_typography---body--body-line-height);
}

.large-title {
  color: var(--_colors---neutral--white);
  font-size: clamp(4rem, 2.25rem + 2.5svw, 4.75rem);
}

.large-title.c-diensten {
  max-width: 26ch;
}

.large-title.c-over {
  color: var(--_colors---main-colors--primary);
  font-size: var(--_typography---headings--h1-font-size);
  max-width: 35ch;
  margin-bottom: 3rem;
}

.large-title.c-waarom {
  color: var(--_colors---main-colors--primary);
  max-width: 20ch;
  margin-bottom: 3rem;
  font-size: clamp(3rem, 2.25rem + 2.5svw, 4rem);
}

.large-title.c-samenwerking {
  color: var(--_colors---main-colors--primary);
  max-width: 26ch;
  margin-bottom: 3rem;
}

.large-title.c-diensten {
  max-width: 25ch;
  margin-bottom: 2rem;
}

.hero-content_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.external-logo {
  z-index: 2;
  position: relative;
}

.personeel {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  left: .35rem;
}

.personeel-circle {
  aspect-ratio: 1;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 4.4rem;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.personeel-circle:hover {
  z-index: 2;
}

.personeel-circle.c-rotate {
  transform: rotate(-7deg);
}

.personeel-circle.c-large {
  border-width: 3px;
  width: 6rem;
  height: 6rem;
  margin-left: -.6rem;
}

.personeel-circle.c-large:hover {
  transform: scale(1.35);
}

.personeel-img {
  object-fit: cover;
  height: 100%;
  max-height: 100%;
}

.playfull-text {
  color: var(--_colors---main-colors--accent);
  line-height: 1.2;
  position: relative;
}

.playfull-text.c-in-photo {
  z-index: 2;
  opacity: 0;
  color: var(--_colors---neutral--white);
  font-size: var(--_typography---body--text-size-small);
  position: absolute;
  bottom: .5rem;
}

.playfull-text.c-white {
  color: var(--_colors---neutral--white);
}

.hero-personeel {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.5rem;
  display: flex;
}

.cta-section {
  padding: var(--page-padding--padding↕) var(--page-padding--padding↔);
  background-color: var(--_colors---main-colors--primary);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-content_wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}

.cta-content {
  z-index: 2;
  max-width: var(--container--container-large);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--_colors---main-colors--soft);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--_colors---main-colors--soft);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--_colors---main-colors--soft);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--_colors---main-colors--soft);
  border-top-left-radius: var(--border--radius);
  border-top-right-radius: var(--border--radius);
  border-bottom-left-radius: var(--border--radius);
  border-bottom-right-radius: var(--border--radius);
  background-color: var(--_colors---main-colors--primary);
  color: var(--_colors---neutral--white);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  padding: 3rem 3.5rem 4rem;
  display: flex;
  position: relative;
  container-type: inline-size;
}

.superscript {
  border-left: 4px solid var(--_colors---main-colors--secondary);
  color: var(--_colors---main-colors--secondary);
  margin-bottom: 1rem;
  padding-left: .5rem;
  display: inline-flex;
}

.superscript.c-accent {
  border-left-color: var(--_colors---main-colors--accent);
  color: var(--_colors---main-colors--accent);
}

.main-img {
  border-radius: var(--border--radius);
  object-fit: cover;
  height: 100%;
  max-height: 100%;
  transform: scale(1.05);
}

.main-img_wrapper {
  border-radius: var(--border--radius);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.erkend-arrow {
  color: var(--_colors---neutral--white);
  width: 2rem;
  height: 2rem;
}

.erkend-box {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 5rem;
  left: -7rem;
  transform: rotate(-6deg);
}

.news-item_small {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.news-item_small:hover {
  color: var(--_colors---main-colors--secondary);
}

.news-img_wrapper {
  border-radius: var(--border--radius);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-img_wrapper.c-small {
  border-radius: .75rem;
  flex: none;
  width: 43%;
  margin-bottom: 0;
}

.news-grid {
  z-index: 2;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  width: 100%;
  max-width: 100%;
  display: grid;
  position: relative;
}

.news-img {
  object-fit: cover;
  height: 100%;
  max-height: 100%;
}

.news-item_large {
  color: var(--_colors---main-colors--primary);
  width: 100%;
  text-decoration: none;
}

.news-item_large:hover {
  color: var(--_colors---main-colors--secondary);
}

.news-items_small-wrapper {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  flex-flow: column;
  display: flex;
}

.cta-text {
  color: var(--_colors---neutral--white);
  max-width: 20ch;
  margin-bottom: 2rem;
  font-size: clamp(4.125rem, 2.25rem + 2.5svw, 4rem);
}

.cta-text.c-footer {
  max-width: 18ch;
}

.external-logo-link {
  border: 1px solid var(--_colors---border--border_light-gray);
  background-color: var(--_colors---neutral--white);
  color: var(--_colors---neutral--white);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 16.8rem;
  height: 5.5rem;
  display: flex;
  overflow: hidden;
}

.external-logo-link:hover {
  border-color: var(--_colors---border--border_medium-gray);
  color: var(--_colors---main-colors--secondary);
  transform: translate(0, -2px);
}

.external-logo-link.c-aar-medical {
  width: 9.5rem;
}

.keurmerk-link_footer_img {
  background-color: var(--_colors---neutral--white);
  object-fit: cover;
}

.no-wrap {
  white-space: nowrap;
}

.subnav {
  padding-right: var(--page-padding--padding↔);
  padding-left: var(--page-padding--padding↔);
  background-color: var(--_colors---main-colors--primary);
  width: 100%;
  max-width: 100%;
  height: 2.5rem;
  position: relative;
}

.sub-nav_container {
  max-width: var(--container--container-large);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sub-nav_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.sub-nav_link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--_colors---main-colors--accent);
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  text-decoration: none;
  transition: color .2s;
  display: inline-flex;
}

.sub-nav_link:hover {
  color: var(--_colors---neutral--white);
}

.sub-nav_link.hide {
  display: none;
}

.news-header {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.footer_list-item_content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_list-item_content.c-align-top {
  justify-content: flex-start;
  align-items: flex-start;
}

.subnav_line {
  background-image: linear-gradient(90deg, var(--_colors---main-colors--primary) 37%, var(--_colors---main-colors--soft) 69%);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.news-link {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.news-link:hover {
  color: var(--_colors---main-colors--secondary);
}

.lees-verder {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  border-bottom: 2px solid var(--_colors---main-colors--secondary);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.lees-verder:hover {
  color: var(--_colors---main-colors--secondary);
}

.subnav-login_icon {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
}

._404-title {
  color: var(--_colors---main-colors--secondary);
  font-size: clamp(4.125rem, 2.25rem + 2.5svw, 7rem);
}

.cta-personeel {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 3rem;
  display: flex;
}

.subpage-hero {
  padding: var(--page-padding--padding↕) var(--page-padding--padding↔) var(--page-padding--padding↔);
  background-color: var(--_colors---main-colors--primary);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.faq-answer {
  width: 100%;
  padding-top: 1rem;
}

.faq-answer_wrapper {
  border-bottom: 1px solid var(--_colors---neutral--transparant);
  width: 100%;
  overflow: hidden;
}

.faq-list_wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.faq-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.faq-close-icon {
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(45deg);
}

.faq {
  margin-bottom: var(--page-padding--padding↕);
}

.faq-header {
  border-bottom: 1px solid var(--_colors---border--border_medium-gray);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
  transition: color .2s;
  display: flex;
}

.faq-header:hover {
  color: var(--_colors---main-colors--secondary);
}

.faq-title_wrapper {
  margin-bottom: 3rem;
}

.profile-picture {
  aspect-ratio: 2 / 3;
  border-radius: var(--border--radius);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-wrapper {
  background-color: var(--_colors---neutral--white);
  width: 100%;
  max-width: 150rem;
  margin-left: auto;
  margin-right: auto;
}

.nav_dropdown-icon {
  float: right;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: .25rem;
  display: flex;
}

.nav_dropdown {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.nav_dropdown-wrapper.w--open {
  max-width: var(--container--container-large);
  padding: var(--page-padding--padding↔);
  border-top: 1px solid var(--_colors---main-colors--soft);
  background-color: var(--_colors---main-colors--primary);
  color: var(--_colors---neutral--white);
  width: 100%;
  position: fixed;
  inset: 6rem 0% auto;
}

.nav_dropdown_content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav_dropdown_diensten {
  z-index: 2;
  flex-flow: column;
  flex: 1;
  padding-top: 1.5rem;
  display: flex;
  position: relative;
}

.nav_dropdown-item {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav_dropdown_item-wrapper {
  flex-flow: column;
  width: 100%;
  max-height: 26rem;
  display: flex;
}

.nav_dropdown-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: var(--_colors---neutral--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: clamp(1.5rem, .875rem + 2svw, 1.5rem);
  font-weight: 300;
  text-decoration: none;
  transition-property: padding;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: inline-flex;
  position: relative;
}

.nav_dropdown-link:hover {
  color: var(--_colors---main-colors--secondary);
  padding-left: .5rem;
  padding-right: .5rem;
}

.nav_hover-stroke {
  background-color: var(--_colors---main-colors--soft);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.nav_dropdown-intro {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--_colors---main-colors--soft);
  border-radius: var(--border--radius);
  background-color: var(--_colors---main-colors--primary);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 35%;
  padding: 2rem 2rem 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav_dropdown_intro-text {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.nav_img-wrapper {
  border-radius: var(--border--radius);
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: .5rem;
  margin-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav_img {
  object-fit: cover;
  height: 100%;
  max-height: 100%;
}

.nav_hover-stroke_static {
  background-color: var(--_colors---main-colors--soft);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.news-section_header {
  margin-bottom: var(--page-padding--padding↔);
  border-bottom: 1px solid var(--_colors---main-colors--soft);
}

.dienst-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.cta {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.swiper-scrollbar {
  border: 1px solid var(--_colors---main-colors--soft);
  border-radius: var(--border--radius);
  background-color: #001c3d;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: .25rem .375rem;
  display: flex;
  overflow: hidden;
}

.swiper-scrollbar-drag {
  background-color: var(--_colors---main-colors--secondary);
  cursor: pointer;
  border-radius: .25rem;
  flex: none;
  width: 7.5rem;
  height: .5rem;
}

.swiper-box {
  border-radius: var(--border--radius);
  color: var(--_colors---main-colors--primary);
  background-color: #fff;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  font-weight: 700;
  display: flex;
}

.swiper-box.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.swiper-circle {
  border: 1px solid var(--_colors---main-colors--secondary);
  color: var(--_colors---main-colors--secondary);
  cursor: pointer;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.swiper-circle:hover {
  border-color: var(--_colors---neutral--white);
  color: var(--_colors---neutral--white);
}

.swiper-circle.swiper-button-prev.swiper-button-disabled, .swiper-circle.swiper-button-next.swiper-button-disabled {
  border-color: var(--_colors---main-colors--soft);
  color: var(--_colors---main-colors--soft);
}

.swiper {
  position: relative;
}

.swiper-buttons {
  z-index: 3;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  width: 6rem;
  height: 2.5rem;
  display: flex;
  position: absolute;
  inset: -5.5rem 0% auto auto;
}

.swiper-wrapper {
  flex-flow: row;
  align-items: stretch;
  display: flex;
}

.swiper-slide {
  flex-flow: column;
  flex: none;
  width: 30rem;
  display: flex;
}

.swiper-slide.w--redirected-checked {
  background-image: none;
  border-width: 2px;
  border-color: #e76043;
  box-shadow: 0 2px #e76043;
}

.sipwer-heading {
  margin-bottom: 3rem;
  position: relative;
}

.rotate-arrow {
  transform: rotate(180deg);
}

.z-index_2 {
  z-index: 2;
  position: relative;
}

.contact-header {
  z-index: 2;
  max-width: var(--container--container-large);
  color: var(--_colors---neutral--white);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
  position: relative;
  container-type: inline-size;
}

.team-size {
  pointer-events: none;
  padding-top: 100%;
}

.team-name {
  z-index: 2;
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.team-wrapper {
  position: relative;
}

.team-job-title {
  z-index: 2;
  opacity: .5;
  margin-bottom: 0;
  font-size: .875em;
  line-height: 1;
  position: relative;
}

.team-name-wrapper {
  z-index: 2;
  text-align: left;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1.5em;
  display: flex;
  position: relative;
}

.team-card {
  width: 100%;
  position: relative;
}

.team-img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.team {
  max-width: var(--container--container-large);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 2.5rem;
  display: grid;
}

.team-child {
  color: #fff;
  border-radius: 1.5rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.over-content {
  z-index: 2;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.waarom-content {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.highlight_list-items {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  flex: none;
  display: flex;
}

.blur-fade {
  opacity: .75;
  pointer-events: none;
  width: 100%;
  max-width: 100%;
  height: 6rem;
  position: absolute;
  inset: auto 0% 0%;
}

.blur-fade.c-small {
  height: 3rem;
}

.blur-fade.c-in-nav {
  border-bottom-left-radius: var(--border--radius);
  border-bottom-right-radius: var(--border--radius);
}

.nav_narrow {
  margin-left: .25rem;
  display: none;
}

.nav_narrow.c-contact {
  display: block;
}

.text-span_rb {
  border: 1px solid var(--_colors---main-colors--accent);
  color: var(--_colors---main-colors--accent);
  border-radius: .5rem;
  margin-left: .25rem;
  padding-left: .25rem;
  padding-right: .25rem;
}

.text-span_rb.c-author {
  font-size: var(--_typography---body--text-size-small);
  border-radius: .25rem;
}

.aar-medical_logo {
  background-color: var(--_colors---neutral--white);
  object-fit: contain;
  height: 100%;
  padding: .4rem;
}

.diensten_rich-text li {
  background-image: url('../images/checkbox-green.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  padding-left: 2rem;
  list-style-type: none;
}

.diensten_rich-text ul {
  padding-left: 0;
}

.diensten_rich-text img {
  border-radius: var(--border--radius);
}

.circle {
  z-index: 3;
  background-color: var(--_colors---neutral--white);
  border-radius: 100%;
  flex: none;
  width: 5rem;
  height: 5rem;
  padding: .6rem;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.circle.c-erkend {
  width: 7.5rem;
  height: 7.5rem;
  padding: .1rem;
}

.circle-img {
  height: 100%;
  max-height: 100%;
}

.news-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.news-divider {
  border-right: 1px solid var(--_colors---neutral--white);
  height: 1.25rem;
}

.author-circle {
  aspect-ratio: 1;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: transform .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.author-circle:hover {
  z-index: 2;
  transform: scale(1.2);
}

.downloads-header {
  border-bottom: 1px solid var(--_colors---border--border_medium-gray);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 1rem;
  transition: color .2s;
  display: flex;
}

.downloads-header:hover {
  color: var(--_colors---main-colors--secondary);
}

.downloads-header_content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.downloads-header_content:hover {
  color: var(--_colors---main-colors--secondary);
}

.downloads-list_wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 2rem;
}

.downloads-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.downloads-open_wrapper {
  border-bottom: 1px solid var(--_colors---neutral--transparant);
  width: 100%;
  overflow: hidden;
}

.downloads-open {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 1rem;
  display: flex;
}

.over-team {
  max-width: var(--container--container-large);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 3rem;
  display: grid;
}

.over-ons_details {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  display: flex;
}

.show-mobile {
  display: none;
}

.nav_cta {
  padding-top: 2.5rem;
}

.nav_page-blur {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.dienst-row {
  border-bottom: 1px solid var(--_colors---border--border_light-gray);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .75rem;
  display: flex;
}

.dienst-page_checkbox {
  flex: none;
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
  position: relative;
  bottom: -.3rem;
}

@media screen and (max-width: 991px) {
  .nav_link {
    padding: 1.25rem var(--page-padding--padding↔);
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-style: none none solid;
    border-bottom-width: .0625rem;
    border-bottom-color: var(--_colors---main-colors--soft);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    font-size: 1.5rem;
  }

  .nav_link:active {
    color: var(--_colors---main-colors--accent);
  }

  .nav_link.w--current {
    border-bottom-color: var(--_colors---main-colors--soft);
  }

  .nav_link.w--current:active {
    color: var(--_colors---neutral--white);
  }

  .nav_link.c-contact {
    padding-right: var(--page-padding--padding↔);
    padding-left: var(--page-padding--padding↔);
    border-style: none none solid;
    border-bottom-color: var(--_colors---main-colors--soft);
    background-color: var(--_colors---main-colors--secondary);
    border-radius: 0;
    font-weight: 700;
  }

  .nav_link.c-contact:hover {
    border-style: none none solid;
    border-color: var(--_colors---main-colors--soft);
    color: var(--_colors---neutral--white);
  }

  .nav_link.c-contact:active {
    color: var(--_colors---neutral--white);
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .nav_menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-top: 1px solid var(--_colors---main-colors--soft);
    background-color: var(--_colors---main-colors--primary);
    flex-flow: column;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 100%;
    overflow: auto;
  }

  .logo-link {
    flex: 0 auto;
  }

  .nav_hb_line {
    color: var(--_colors---main-colors--accent);
  }

  .footer_column.c-first {
    flex: none;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    padding-bottom: 2rem;
    padding-right: 0;
  }

  .footer_row {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer_list {
    padding-right: 0;
  }

  .footer_list-item.c-bottom {
    border-bottom: 1px solid var(--_colors---border--border_light-gray);
  }

  .footer_list-item_link {
    justify-content: space-between;
  }

  .footer_list-bottom {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border-bottom-style: none;
    flex-flow: column;
  }

  .footer_row_bottom {
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
  }

  .nav_list_item {
    width: 100%;
    max-width: 100%;
  }

  .nav_list_item.c-desktop-only {
    display: none;
  }

  .nav_list_item.c-from-tablet {
    display: block;
  }

  .subtitle.c-hero {
    max-width: 100%;
  }

  .contact-details_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-color_body.text-style-4lines.c-featured-news {
    margin-bottom: .5rem;
  }

  .grid-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .grid-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .hero-content_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .external-logo {
    flex-flow: row-reverse;
    display: flex;
  }

  .personeel-circle.c-large {
    width: 4rem;
    height: 4rem;
  }

  .footer-content_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    align-items: flex-start;
  }

  .superscript {
    font-size: var(--_typography---body--text-size-small);
  }

  .erkend-arrow {
    transform: rotate(149deg);
  }

  .erkend-box {
    position: relative;
    bottom: 0;
    left: 1rem;
  }

  .news-item_small {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .news-img_wrapper.c-small {
    width: 100%;
    margin-bottom: 1rem;
  }

  .news-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 2fr 1fr;
  }

  .news-header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .subnav_line {
    background-image: linear-gradient(90deg, var(--_colors---main-colors--soft), var(--_colors---main-colors--soft));
  }

  .nav_dropdown-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .nav_dropdown-wrapper.w--open {
    padding-top: var(--page-padding--padding↔);
    padding-bottom: var(--page-padding--padding↔);
    position: static;
  }

  .nav_dropdown_content-wrapper {
    flex-flow: column;
    grid-template-columns: .5fr;
    display: flex;
  }

  .swiper-buttons {
    top: -6.4rem;
  }

  .team {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .nav_narrow {
    display: block;
  }

  .nav_narrow.c-contact {
    background-color: var(--_colors---neutral--white);
    color: var(--_colors---main-colors--secondary);
    border-radius: .25rem;
  }

  .over-team {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  body {
    --font--body-line-height\<deleted\|variable-22b4d2ee-2f5b-1c5b-55a5-2bfb4e3ae940\>: 1.4;
    --page-padding--padding↔: 1.5rem;
    --container--container-large: 100rem;
    --page-padding--padding↕: 3rem;
    --container--container-medium: 85rem;
    --section-padding--padding↕\<deleted\|variable-02ef2beb-900b-f958-d6f6-bfd1ae162a16\>: 5rem;
    --section-padding--padding↔\<deleted\|variable-f729fff0-aea6-34c4-d8d5-cb879170d765\>: 2.5rem;
    --section-padding--padding↕mobile\<deleted\|variable-6d8370d6-7259-6703-66db-df9a55944739\>: 2.5rem;
    --button--link--button-pressed\<deleted\|variable-d9c9d92a-7f16-adda-3b56-e5359fafeacb\>: var(--_colors---main-colors--accent\<deleted\|variable-78666bce-501d-7683-8458-b988d59a65e6\>);
    --font-size-mobile--text-size-small: .75rem;
    --container--container-small: 65rem;
    --border--radius: 1rem;
    --margin--margin-bottom_s\<deleted\|variable-5236716f-ee59-ae9c-c8ab-26cbcd48460b\>: 1rem;
    --font--text-size-large\<deleted\|variable-7c927bf1-aaf4-b0b4-16c6-77a5e18c9e2e\>: 1.25rem;
    --font--body-text-size\<deleted\|variable-ffbbab0d-83fa-ca9a-652a-0e012d04ccf0\>: 1rem;
    --_spacing---margin--margin-bottom_xs: .5rem;
    --_spacing---margin--margin-bottom_s: .75rem;
    --_spacing---margin--margin-bottom_m: 1rem;
    --_spacing---margin--margin-bottom_l: 1.5rem;
    --_spacing---margin--margin-bottom_xl: 2.5rem;
    --_spacing---margin--margin-bottom_xxl: 5rem;
    --_spacing---margin--margin-bottom_xxxs: .25rem;
    --_spacing---margin--margin-bottom_xxs: .5rem;
    --_spacing---margin--margin-bottom_xxxl: 7.5rem;
    --_spacing---margin--margin-bottom_none: 0rem;
    --_typography---body--body-font: main-font, Arial, sans-serif;
    --_typography---body--body-text-size: clamp(1rem, .875rem + .25svw, 1.5rem);
    --_typography---body--body-line-height: 1.6;
    --_typography---headings--heading-font: main-font, Arial, sans-serif;
    --_typography---headings--h1-font-size: clamp(2.75rem, 1.5rem + 2svw, 5rem);
    --_typography---headings--heading-line-height: 1.2;
    --_typography---headings--h2-font-size: clamp(2.25rem, 1.5rem + 1.5svw, 3rem);
    --_typography---headings--h3-font-size: clamp(1.75rem, 1rem + 2svw, 2.25rem);
    --_typography---headings--h4-font-size: clamp(1.5rem, .875rem + 2svw, 1.75rem);
    --_typography---headings--h5-font-size: 1.25rem;
    --_typography---headings--h6-font-size: 1rem;
    --_typography---body--text-size-small: 1rem;
    --_typography---body--text-size-large: clamp(1.5rem, .875rem + 2svw, 1.75rem);
    padding-top: 6rem;
  }

  .nav_link {
    padding: 1rem var(--section-padding--padding↔mobile\<deleted\|variable-88dccc13-f146-6426-3e65-aafe9f935c05\>);
    font-size: 1.25rem;
  }

  .page-hero {
    padding: var(--section-padding--padding↕mobile\<deleted\|variable-6d8370d6-7259-6703-66db-df9a55944739\>) var(--section-padding--padding↔mobile\<deleted\|variable-88dccc13-f146-6426-3e65-aafe9f935c05\>);
  }

  .nav_menu {
    height: calc(100svh - var(--nav--nav_height-mobile));
  }

  .logo-link {
    width: 12.5rem;
    min-width: auto;
    height: 3.5rem;
  }

  ._404-content {
    min-height: auto;
  }

  .footer_column {
    width: 100%;
  }

  .footer_column.c-first {
    flex: none;
  }

  .footer_row {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .footer_list-item_link.c-bottom {
    font-size: var(--font-size-mobile--text-size-small);
  }

  .hero-content {
    text-align: center;
    padding: 2rem 2rem 2.5rem;
  }

  .footer_row_bottom {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .h3-heading.text-style-3lines.is-news {
    font-size: var(--_typography---headings--h4-font-size);
  }

  .button-group {
    justify-content: center;
    align-items: flex-start;
  }

  .grid-2 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .grid-2.c-mobile-reversed {
    flex-flow: column-reverse;
    display: flex;
  }

  .grid-child.c-centered {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav_list_item.c-from-landscape {
    display: block;
  }

  .form_message-icon {
    width: 3.5rem;
    height: 3.5rem;
    margin-bottom: .5rem;
  }

  .thumbnail-image_wrapper {
    height: 50svw;
  }

  .text-size-large {
    font-size: var(--font-size-mobile--text-size-small);
  }

  .homepage-hero {
    min-height: auto;
  }

  .grid-3, .grid-4 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .large-title {
    font-size: clamp(2rem, 2.25rem + 2.5svw, 7svw);
  }

  .large-title.c-over {
    font-size: var(--_typography---headings--h2-font-size);
    margin-bottom: 2.5rem;
  }

  .hero-content_wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .personeel-circle.c-large {
    border-width: 2px;
    margin-left: -.35rem;
  }

  .hero-personeel {
    justify-content: center;
    align-items: center;
  }

  .cta-section {
    padding: var(--section-padding--padding↕mobile\<deleted\|variable-6d8370d6-7259-6703-66db-df9a55944739\>) var(--section-padding--padding↔mobile\<deleted\|variable-88dccc13-f146-6426-3e65-aafe9f935c05\>);
  }

  .footer-content_wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .cta-content {
    text-align: center;
    padding: 2rem 2rem 2.5rem;
  }

  .news-item_small.c-resp-hide {
    display: none;
  }

  .news-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .cta-text {
    font-size: clamp(1.75rem, 2.25rem + 2.5svw, 7svw);
  }

  .subnav {
    display: none;
  }

  .footer_list-item_content.c-align-top {
    justify-content: flex-start;
    align-items: center;
  }

  ._404-title {
    font-size: clamp(2rem, 2.25rem + 2.5svw, 7svw);
  }

  .cta-personeel {
    justify-content: center;
    align-items: center;
  }

  .subpage-hero {
    min-height: auto;
  }

  .swiper-buttons {
    margin-bottom: 3rem;
    display: none;
    inset: auto 0% -8.6rem auto;
  }

  .swiper-slide {
    width: 85svw;
  }

  .contact-header {
    text-align: center;
    padding: 2rem 2rem 2.5rem;
  }

  .team-wrapper {
    width: 100%;
  }

  .team {
    align-items: center;
  }

  .team-child {
    border-radius: 1rem;
  }

  .highlight_list-items {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .blur-fade {
    height: 3rem;
  }

  .news-details {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .news-divider {
    display: none;
  }

  .downloads-header_content:hover {
    font-size: var(--_typography---body--text-size-small);
  }

  .over-team {
    align-items: center;
    margin-bottom: 2.5rem;
  }

  .over-ons_details {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
  }

  .show-desktop {
    display: none;
  }

  .show-mobile {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  body {
    padding-top: 5rem;
  }

  .nav_link {
    font-size: 1.2rem;
  }

  .hero_background-image {
    width: 150%;
    left: -25%;
  }

  .nav_component {
    height: 5rem;
  }

  .footer_column {
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .footer_list-item_link {
    min-height: auto;
  }

  .hero-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: flex;
  }

  .hero-content.c-left-aligned {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .hero-content.c-empty, .hero-content.c-resp-left_aligned {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 2rem;
  }

  .hero-content.c-home {
    padding-bottom: 2.5rem;
  }

  .footer_row_bottom {
    border-top-style: none;
  }

  .h3-heading.c-dienst {
    font-size: var(--_typography---headings--h5-font-size);
  }

  .h4-heading.c-team-name {
    font-size: var(--_typography---body--text-size-small);
  }

  .button {
    padding: .5rem .75rem;
  }

  .subtitle {
    font-size: 1.15rem;
  }

  .list-item.c-highlight {
    margin-bottom: .5rem;
  }

  .large-title {
    font-size: clamp(2rem, 2.25rem + 2.5svw, 10svw);
  }

  .large-title.c-over, .large-title.c-waarom {
    font-size: var(--_typography---headings--h3-font-size);
  }

  .hero-content_wrapper {
    grid-column-gap: var(--page-padding--padding↔);
    grid-row-gap: var(--page-padding--padding↔);
  }

  .external-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .personeel {
    flex: 1;
  }

  .personeel-circle, .personeel-circle.c-large {
    width: 14.3svw;
    height: auto;
  }

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

  .hero-personeel {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.5rem;
  }

  .cta-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .erkend-arrow {
    width: 1.5rem;
    height: 1.5rem;
  }

  ._404-title {
    font-size: clamp(2rem, 2.25rem + 2.5svw, 10svw);
  }

  .cta-personeel {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.5rem;
  }

  .swiper-scrollbar {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .swiper-box {
    padding: 1.5rem;
  }

  .swiper-buttons {
    bottom: -7.6rem;
  }

  .contact-header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .team-job-title {
    display: none;
  }

  .team-name-wrapper {
    padding-bottom: 1em;
    padding-left: 1em;
  }

  .team {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-bottom: 1.5rem;
  }

  .team-child {
    border-radius: .5rem;
  }

  .blur-fade {
    height: 2rem;
  }

  .text-span_rb {
    font-size: var(--_typography---body--body-text-size);
    border-radius: .25rem;
    position: absolute;
  }

  .diensten_rich-text blockquote {
    font-size: var(--_typography---headings--h5-font-size);
  }

  .circle {
    width: 3.5rem;
    height: 3.5rem;
    top: .5rem;
    right: .5rem;
  }

  .circle.c-erkend {
    width: 5rem;
    height: 5rem;
    top: -5rem;
  }

  .author-circle {
    width: 14.3svw;
    height: auto;
  }

  .over-team {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .dienst-page_checkbox {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .75rem;
  }
}

#w-node-_204c6803-7d66-0f88-4035-eb43db30e9e1-a4adc149, #w-node-_02f5c10f-d02f-8c45-1719-adbafc94d145-a4adc149 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'main-font';
  src: url('../fonts/HafferXH-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'main-font';
  src: url('../fonts/HafferXH-Medium.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'main-font';
  src: url('../fonts/HafferXH-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}