/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}
/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}
/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}
/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}
/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}
/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --color-bright: #F1FAEE;
  --color-grey: #E5E5E5;
  --color-text: #54595f;
  --color-primary: #4a4d9b;
  --color-secondary: #A3C9A8;
  --font-weight-bold: 700;
  --slim-width: 960px;
  --font-size-base: 16px;
  --font-size-big: 22px;
  --font-size-bigger: 28px;
}
@media screen and (min-width: 1375px) {
  :root {
    --border-width: 18px;
    --minus-border-width: -18px;
    --letter-spacing: 0.8px;
  }
}
:root {
  --flex-gap: 40px;
  --container-padding: 30px;
}
.container {
  padding: 0 var(--container-padding);
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.container.is-slim {
  max-width: var(--slim-width);
}
.slim {
  max-width: var(--slim-width);
  margin: 0 auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--flex-gap);
  justify-content: space-between;
}
.row.row-auto {
  flex-wrap: nowrap;
}
.row.v-center {
  align-items: center;
}
.row.flex-start {
  justify-content: flex-start;
}
.row.is-listing:after {
  content: "";
  flex: auto;
}
.col {
  --flex-items: 1;
  align-items: flex-end;
  width: calc((100% / var(--flex-items)) - (((var(--flex-items) - 1) / var(--flex-items)) * var(--flex-gap)));
}
.col.padding {
  padding: 2rem;
}
.col.auto-width {
  flex: content;
}
@media screen and (min-width: 48em) {
  .col-70 {
    --flex-items: 1.5;
  }
  .col-60 {
    --flex-items: 1.6666666;
  }
  .col-50 {
    --flex-items: 2;
  }
  .col-40 {
    --flex-items: 2.5;
  }
  .col-30 {
    --flex-items: 3;
  }
  .col-25 {
    --flex-items: 4;
  }
  .col-20 {
    --flex-items: 5;
  }
}
@media screen and (min-width: 1375px) {
  .container {
    padding: 0 40px;
  }
  .has-padding-left {
    padding-left: 110px;
  }
}
body {
  overflow-x: hidden;
}
body.contrast-mode .header,
body.contrast-mode .content,
body.contrast-mode .footer {
  filter: grayscale(1) contrast(1.1);
}
body.contrast-mode .header *,
body.contrast-mode .content *,
body.contrast-mode .footer * {
  filter: grayscale(1) contrast(1.1);
}
.site {
  max-width: 1920px;
  margin: 0 auto;
}
.content {
  padding: 0 0 0;
  padding-top: 80px;
  min-height: 100vh;
}
.has-hero .content {
  padding-top: 0;
}
a {
  text-decoration: none;
  color: var(--color-text);
}
.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.module {
  padding: 50px 0;
}
.text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.text ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 16px;
}
.text ul li:before {
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: var(--color-text);
}
.has-bg .text ul li:before {
  background-color: white;
}
ul.checklist {
  list-style: none;
  padding: 0;
}
ul.checklist li {
  position: relative;
  padding-left: 56px;
  margin-bottom: 14px;
}
ul.checklist li:last-child {
  margin-bottom: 0;
}
ul.checklist li:before {
  position: absolute;
  left: 0;
  top: -3px;
  display: inline-flex;
  font-family: "icf";
  content: "\f067";
  font-size: 36px;
  line-height: 1;
}
.anchor {
  scroll-margin-top: 120px;
  /* Höhe deines fixed Headers */
}
@media screen and (min-width: 1375px) {
  .content {
    padding-top: 120px;
  }
  .has-big-hero .content {
    padding-top: 0;
  }
  .module {
    padding: 80px 0;
  }
}
/* titillium-web-300 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: local('Titillium Web Light'), local('TitilliumWeb-Light'), url('../fonts/titillium-web-v8-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/titillium-web-v8-latin-300.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* titillium-web-regular - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: local('Titillium Web Regular'), local('TitilliumWeb-Regular'), url('../fonts/titillium-web-v8-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/titillium-web-v8-latin-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* titillium-web-700 - latin */
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 700;
  src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'), url('../fonts/titillium-web-v8-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('../fonts/titillium-web-v8-latin-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Titillium Web', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Titillium Web', sans-serif;
  color: var(--color-text);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 24px;
}
p.is_big,
strong.is_big {
  font-size: var(--font-size-big);
}
p.is_bigger,
strong.is_bigger {
  font-size: var(--font-size-bigger);
}
p {
  margin-bottom: 16px;
  line-height: 1.625;
  font-size: var(--font-size-base);
}
p:last-of-type {
  margin-bottom: 0;
}
p.is_big {
  font-size: var(--font-size-big);
}
p.is_bigger {
  font-size: var(--font-size-bigger);
}
.header,
.content,
.footer,
.modal {
  font-family: 'Titillium Web', sans-serif;
  color: var(--color-text);
  letter-spacing: var(--letter-spacing);
  font-size: var(--font-size-base);
}
.align_center {
  text-align: center;
}
.is_bigger {
  font-size: 22px;
}
.is_bigger {
  font-size: 28px;
}
@media screen and (min-width: 1375px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@font-face {
  font-family: 'icf';
  src: url('../fonts/icf.ttf?79js89') format('truetype'), url('../fonts/icf.woff?79js89') format('woff'), url('../fonts/icf.svg?79js89#icf') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon,
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icf' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-close:before {
  content: "\f00d";
}
.icon-remove:before {
  content: "\f00d";
}
.icon-times:before {
  content: "\f00d";
}
.icon-search-plus:before {
  content: "\f00e";
}
.icon-home:before {
  content: "\f015";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-angle-up:before {
  content: "\f106";
}
.icon-angle-down:before {
  content: "\f107";
}
.icon-file-pdf-o:before {
  content: "\f1c1";
}
.icon-paper-plane:before {
  content: "\f1d8";
}
.icon-send:before {
  content: "\f1d8";
}
.icon-envelope-solid:before {
  content: "\e900";
}
.icon-map-marker-alt-solid:before {
  content: "\e901";
}
.icon-whatsapp-square-brands:before {
  content: "\e902";
}
.icon-phone-alt-solid:before {
  content: "\e903";
}
.icon-clock-solid:before {
  content: "\e904";
}
.icon-play-solid:before {
  content: "\e905";
}
.icon-handshake-solid:before {
  content: "\e906";
}
.icon-briefcase-solid:before {
  content: "\e907";
}
.icon-award-solid:before {
  content: "\e908";
}
.icon-language-solid:before {
  content: "\e909";
}
.icon-globe-solid:before {
  content: "\e90a";
}
.icon-graduation-cap-solid:before {
  content: "\e90b";
}
.icon-bars-solid:before {
  content: "\e90c";
}
.icon-arrow-right-solid:before {
  content: "\e90d";
}
.icon-arrow-left-solid:before {
  content: "\e90e";
}
.icon-linkedin-in-brands:before {
  content: "\e90f";
}
.icon-instagram-brands:before {
  content: "\e910";
}
.icon-facebook-f-brands:before {
  content: "\e911";
}
.privacywire {
  padding: 40px !important;
  box-shadow: none !important;
  border-top: 1px solid var(--color-primary);
}
.privacywire-message {
  font-size: 20px;
}
.privacywire-header {
  margin-bottom: 10px;
  font-size: 22px;
  color: var(--color-primary);
}
.privacywire-ask-consent {
  padding: 40px;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.privacywire-consent-message {
  margin-bottom: 20px;
  text-align: center;
}
.privacywire-page-links a {
  color: var(--color-text);
  padding-right: 10px;
}
.privacywire-text {
  color: var(--color-text);
  max-width: 860px;
}
.privacywire-text p {
  margin-bottom: 10px;
}
.privacywire-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.privacywire-text ul li {
  margin-bottom: 0;
  font-size: 14px;
}
.privacywire-text input[type="checkbox"] {
  margin-right: 8px;
}
.privacywire-buttons {
  padding-top: 10px;
}
.privacywire-buttons button {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 11px 24px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
  font-size: 12px;
  border: 1px solid var(--color-primary);
  color: white;
  background-color: var(--color-primary);
  width: 100%;
  margin-bottom: 10px;
}
.privacywire-buttons button:hover {
  background-color: var(--color-primary);
  color: white;
}
.privacywire-buttons button.save,
.privacywire-buttons button.allow-necessary,
.privacywire-buttons button.choose {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  background-color: transparent;
  color: var(--color-primary);
}
.privacywire-consent-button {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 11px 24px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
  font-size: 12px;
  border: 1px solid var(--color-primary);
  color: white;
  background-color: var(--color-primary);
}
.privacywire-consent-button:hover {
  background-color: var(--color-primary);
  color: white;
}
.module .privacywire-show-options {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 9px 24px;
  font-weight: 700;
  background: var(--color-primary);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media screen and (min-width: 48em) {
  .privacywire {
    padding: 40px !important;
  }
  .privacywire-buttons button {
    width: auto;
    padding: 8px 16px;
    margin-right: 10px;
  }
}
.is-button {
  display: inline-block;
  padding: 0.5em 1.25em;
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing);
  font-weight: 700;
  font-size: 1rem;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0 none;
}
.is-button:active {
  position: relative;
  top: 2px;
}
.is-primary {
  background-color: var(--color-primary);
  color: white;
  border-color: var(--color-primary);
}
.is-secondary {
  background-color: var(--color-secondary);
  color: var(--color-text);
}
.has-arrow-right {
  display: flex;
  align-items: center;
  position: relative;
  text-transform: none;
  padding: 0;
  font-size: 1.2rem;
  letter-spacing: normal;
  color: var(--color-text);
  line-height: 1;
}
.has-arrow-right:before {
  display: inline-block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 44 26' xmlns='http://www.w3.org/2000/svg' xml:space='preserve' fill-rule='evenodd' clip-rule='evenodd' stroke-linecap='square' stroke-linejoin='round'%3E%3Cpath d='M.75 27h46' fill='none' stroke='%23303030' stroke-width='2' transform='matrix(.82597 0 0 1 .678 -14.377)'/%3E%3Cpath d='m31.306 21.094 8.485-8.486-8.485-8.485' fill='none' stroke='%23303030' stroke-width='2' stroke-linejoin='miter'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 3.5em;
  height: 2em;
  margin-right: 16px;
}
.is-outline {
  border: 2px solid var(--color-text);
  background: transparent;
}
.has-background {
  background-color: white;
  padding: 20px 20px 16px 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.has-background:hover {
  background-color: var(--color-secondary);
  color: white;
}
.has-box-shadow {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.button-square {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: var(--letter-spacing);
  font-size: 1rem;
  line-height: 1.2;
  padding: 12px;
}
@media screen and (max-width: 1374px) {
  .button-square {
    aspect-ratio: none;
  }
}
section .card,
section .item,
section .image-card,
section .post,
section .event,
section .step {
  transform: translateZ(0) translate(0) translateY(3rem) scaleY(1);
  transition-duration: 0.8s;
  opacity: 0;
}
section .card.card-1,
section .item.card-1,
section .image-card.card-1,
section .post.card-1,
section .event.card-1,
section .step.card-1 {
  transition-delay: 90ms;
}
section .card.card-2,
section .item.card-2,
section .image-card.card-2,
section .post.card-2,
section .event.card-2,
section .step.card-2 {
  transition-delay: 180ms;
}
section .card.card-3,
section .item.card-3,
section .image-card.card-3,
section .post.card-3,
section .event.card-3,
section .step.card-3 {
  transition-delay: 270ms;
}
section .card.inView,
section .item.inView,
section .image-card.inView,
section .post.inView,
section .event.inView,
section .step.inView {
  opacity: 1;
  transform: translateZ(0) translateY(0);
  transition-duration: 1s;
}
.inView {
  opacity: 1 !important;
  -webkit-transform: translateY(0px) rotate(0deg) translateZ(0);
  transform: translateY(0px) rotate(0deg) translateZ(0);
}
.main-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.25em 0;
}
.main-navigation .home {
  font-weight: 600;
}
.main-navigation .menu {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: white;
  height: 100vh;
  padding: 12px 30px 26px;
  transform: translateX(-100%);
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
}
.main-navigation .menu .menu-item {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
}
.main-navigation .menu .menu-item a {
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  padding: 2px 0;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.main-navigation .menu .menu-item a:hover {
  color: var(--color-primary);
}
.main-navigation .menu .menu-item a.is-button {
  padding: 8px 26px;
}
.main-navigation .menu .menu-item a.is-primary {
  background-color: var(--color-text);
  color: white;
}
.main-navigation .menu .home {
  margin-bottom: 100px;
}
.main-navigation .menu .home a {
  display: block;
  width: 200px;
}
.main-navigation .menu .showChildren {
  position: absolute;
  right: 0;
  top: 4px;
  display: block;
  height: 20px;
  width: 20px;
  z-index: 10;
  cursor: pointer;
}
.main-navigation .menu .showChildren:before {
  position: absolute;
  top: 8.5px;
  left: 0;
  content: "";
  height: 3px;
  width: 20px;
  background-color: var(--color-secondary);
}
.main-navigation .menu .showChildren:after {
  position: absolute;
  content: "";
  height: 20px;
  width: 3px;
  left: 8.5px;
  background-color: var(--color-secondary);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.main-navigation .menu .showChildren.active:after {
  opacity: 0;
}
.main-navigation .menu .showChildren.active + .sub-menu {
  display: block;
  opacity: 1;
}
.main-navigation .menu .sub-menu {
  display: none;
  opacity: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 40px;
  padding-top: 20px;
}
.main-navigation .menu .sub-menu .menu-item a {
  color: var(--color-secondary);
  text-transform: none;
}
.main-navigation label {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  cursor: pointer;
  z-index: 10;
}
.main-navigation label .lines {
  position: relative;
  display: block;
  height: 36px;
  width: 46px;
}
.main-navigation label .lines:before {
  position: absolute;
  top: 12px;
  left: 0;
  content: "";
  height: 3px;
  width: 46px;
  background-color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.main-navigation label .lines:after {
  position: absolute;
  top: 21px;
  left: 0;
  content: "";
  height: 3px;
  width: 46px;
  background-color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.is-sticky .main-navigation label .lines:after,
.is-sticky .main-navigation label .lines:before {
  background-color: var(--color-text);
}
.main-navigation #menu-toggle {
  display: none;
}
.main-navigation #menu-toggle:checked + label span:before {
  top: 17px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background-color: var(--color-text);
}
.main-navigation #menu-toggle:checked + label span:after {
  top: 17px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  background-color: var(--color-text);
}
.main-navigation #menu-toggle:checked + label + .menu {
  transform: translateX(0);
}
.main-navigation #menu-toggle:checked + header .menu {
  display: block;
}
@media screen and (max-width: 1374px) {
  .main-navigation .menu {
    padding-top: 120px;
  }
}
@media screen and (min-width: 1375px) {
  .main-navigation {
    height: 100%;
    font-size: 1.25rem;
    justify-content: center;
  }
  .main-navigation .home {
    display: none;
  }
  .main-navigation [type="checkbox"] {
    display: none;
  }
  .main-navigation [type="checkbox"] + label {
    display: none;
  }
  .main-navigation .menu {
    display: flex;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    list-style: none;
    padding: 0;
    height: auto;
    background: none;
    transform: translateX(0);
  }
  .main-navigation .menu .menu-item {
    display: flex;
    align-items: center;
    margin: 0 20px;
    padding: 18px 0;
  }
  .main-navigation .menu .menu-item:last-child {
    margin-right: 0;
  }
  .main-navigation .menu .menu-item a {
    font-size: 16px;
    padding: 2px 0;
    font-weight: 700;
    color: var(--color-text);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }
  .main-navigation .menu .menu-item a:active {
    top: 2px;
  }
  .has-hero .main-navigation .menu .menu-item a {
    color: white;
  }
  .has-hero .main-navigation .menu .menu-item a:after {
    background-color: white;
  }
  .has-hero .main-navigation .menu .menu-item a:hover {
    color: white;
  }
  .is-sticky .main-navigation .menu .menu-item a {
    color: var(--color-text);
  }
  .is-sticky .main-navigation .menu .menu-item a:hover {
    color: var(--color-text);
  }
  .main-navigation .menu .menu-item a:hover {
    color: var(--color-primary);
  }
  .has-hero .main-navigation .menu .menu-item .is-primary {
    background-color: white;
    color: var(--color-text);
  }
  .has-hero .main-navigation .menu .menu-item .is-primary:hover {
    color: var(--color-text);
  }
  .is-sticky .main-navigation .menu .menu-item .is-primary {
    background-color: var(--color-text);
    color: white;
  }
  .is-sticky .main-navigation .menu .menu-item .is-primary:hover {
    color: white;
  }
  .main-navigation .menu .menu-item .is-primary:hover {
    color: white;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}
.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0!important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}
.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}
.splide__progress__bar {
  width: 0;
}
.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}
.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none!important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}
.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.splide__track--fade > .splide__list > .splide__slide {
  margin: 0!important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}
.splide--rtl {
  direction: rtl;
}
.splide__track--ttb > .splide__list {
  display: block;
}
.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}
.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}
.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}
.splide__arrow:disabled {
  opacity: 0.3;
}
.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__arrow--prev {
  left: 1em;
}
.splide__arrow--prev svg {
  transform: scaleX(-1);
}
.splide__arrow--next {
  right: 1em;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}
.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}
.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__progress__bar {
  background: #ccc;
  height: 3px;
}
.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.splide__slide:focus {
  outline: 0;
}
@supports (outline-offset:-3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset:-3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}
.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}
.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}
.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}
.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}
.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}
.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}
.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}
.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}
.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}
.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}
.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}
.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
input[type="checkbox"]#inquiry {
  display: none;
}
.inquiry-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  align-items: center;
  justify-content: center;
}
.inquiry-modal .form-wrapper {
  max-width: 510px;
  margin: 0 auto;
  color: white;
}
.inquiry-modal .form-wrapper h2 {
  font-size: 24px;
}
.big-hero {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  height: 100vh;
  max-height: 80vh;
  width: 100%;
  z-index: 10;
  overflow: hidden;
}
.big-hero .image-container {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 30px 60px 30px;
}
.big-hero .image-container img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.big-hero .big-hero-overlay {
  position: relative;
  max-width: 620px;
  /*left: 30px;
		right: 30px;
		bottom: 60px;*/
  padding: 40px 30px 28px 30px;
  background-color: rgba(255, 255, 255, 0.9);
}
.big-hero .big-hero-overlay:before {
  content: "";
  position: absolute;
  left: 70px;
  top: -48px;
  height: 48px;
  width: 55px;
  background-image: url("data:image/svg+xml,%3Csvg width='55' height='48' viewBox='0 0 55 48' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Epointer%3C/title%3E%3Cpath d='M0 48 33 0h22v48z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.9;
  transform: scaleX(-1);
}
.big-hero .big-hero-overlay .button {
  margin-top: 16px;
}
.big-hero .menu-container {
  display: none;
}
.big-hero .menu-container .quick-links {
  display: none;
}
.big-hero .menu-container .quick-links .button-square:last-of-type {
  margin-left: 20px;
}
.big-hero .menu-container .menu-wrapper {
  display: flex;
  justify-content: center;
}
.big-hero .menu-container .menu {
  padding-top: 84px;
}
.big-hero .menu-container .menu .menu-item {
  margin-bottom: 18px;
}
.big-hero .menu-container .menu .menu-item a {
  color: var(--color-secondary);
  font-size: 16px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.big-hero .menu-container .menu .menu-item .sub-menu {
  display: none;
}
.big-hero .menu-container .logo-claim {
  position: relative;
  left: -190px;
}
@media screen and (min-width: 1375px) {
  .big-hero {
    display: flex;
    margin-bottom: 90px;
  }
  .big-hero .image-container {
    width: 72%;
    min-height: 70vh;
    justify-content: flex-start;
    padding: 0 80px 60px 80px;
  }
  .big-hero .image-container .home {
    position: absolute;
    top: 180px;
    right: -180px;
    z-index: 10;
  }
  .big-hero .image-container .home img {
    position: relative;
  }
  .big-hero .menu-container {
    display: block;
    position: relative;
    width: 28%;
    min-height: 70vh;
    background-color: white;
    padding-top: 180px;
    padding-top: 522px;
  }
  .big-hero .menu-container .home {
    display: none;
  }
  .big-hero .menu-container .menu {
    padding-top: 0;
  }
  .big-hero .menu-container .quick-links {
    display: flex;
    position: absolute;
    top: 40px;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
.closed-today {
  background-color: #ffc0c0;
  color: var(--color-text);
  padding: 12px;
  text-align: center;
}
.visually-hidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.hero {
  position: relative;
  height: 60vh;
  overflow: hidden;
}
.hero img {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
  display: block;
}
.hero .hero-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1) 0 0 no-repeat padding-box;
  background: #ffffff;
  background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(35, 31, 32, 0.70070035) 100%);
  background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(35, 31, 32, 0.70070035) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(35, 31, 32, 0.70070035) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#231f20", GradientType=1);
}
.hero .hero-overlay .container {
  max-width: var(--slim-width);
}
.hero .hero-overlay * {
  color: white;
}
.hero .hero-overlay .is-outline {
  border-color: white;
}
.hero .hero-overlay p {
  margin-bottom: 24px;
}
@media screen and (min-width: 1375px) {
  .hero {
    height: 80vh;
    max-height: 80vhd;
    min-height: 650px;
  }
  .hero .hero-overlay {
    padding-top: 80px;
  }
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 2;
  height: 80px;
  background-color: white;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.header.is-sticky {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(4px);
  backdrop-filter: saturate(180%) blur(4px);
}
.has-hero .header {
  z-index: 20;
  background-color: transparent;
  box-shadow: none;
  transition: all 0.3s ease;
}
.has-hero .header.is-sticky {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(4px);
  backdrop-filter: saturate(180%) blur(4px);
}
.header .container {
  height: 100%;
}
.header .row {
  height: 100%;
  flex-wrap: nowrap;
}
.header .logo-container {
  display: flex;
  align-items: center;
}
.header .logo {
  display: block;
  font-size: 44px;
  font-family: 'Titillium Web', sans-serif;
  color: white;
}
.header .languages {
  display: inline-flex;
  align-items: center;
  position: absolute;
  height: 80px;
  right: 80px;
  aspect-ratio: 1;
  top: 0;
}
.header .languages label:before {
  position: relative;
  font-family: "icf";
  content: "\e90a";
  margin-right: 4px;
}
.header .languages select {
  background: none;
  border: 0 none;
  font-size: 16px;
  font-weight: 700;
  padding: 0;
}
.has-hero .header .languages {
  color: white;
}
.has-hero .header .languages select {
  color: white;
}
.has-hero .header.is-sticky .languages {
  color: var(--color-text);
}
.has-hero .header.is-sticky .languages select {
  color: var(--color-text);
}
@media screen and (min-width: 1375px) {
  .header {
    height: 80px;
  }
  .header .container {
    padding: 0 40px;
  }
  .header .header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .languages {
    position: relative;
    top: auto;
    right: auto;
    aspect-ratio: unset;
    margin-left: 40px;
  }
}
.footer {
  position: relative;
  z-index: 1;
  --flex-gap: 80px;
  color: white;
}
.footer .footer-top {
  padding-top: 60px;
}
.footer .footer-top .footer-top-text {
  text-align: center;
  font-weight: bold;
  color: var(--color-text);
}
.footer .footer-top .footer-top-logos {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}
.footer .footer-top .footer-top-logos a {
  display: block;
  height: 80px;
}
.footer .footer-top .footer-top-logos img {
  position: relative;
  height: 80px;
  width: auto;
}
.footer .footer-top .footer-top-logos img.is-dzf {
  height: 78px;
  top: -2px;
}
.footer .footer-bottom {
  background-color: var(--color-primary);
  padding: 24px 0;
}
.footer .row {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
}
.copyright {
  text-align: center;
}
.footer-menu .menu-item {
  margin: 0 0 16px 0;
  text-align: center;
}
.footer-menu .menu-item a {
  color: white;
}
.footer-menu .menu-item a:hover {
  color: var(--color-secondary);
}
@media screen and (min-width: 1375px) {
  .footer .row {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .copyright {
    text-align: left;
  }
  .footer-menu {
    display: flex;
    justify-content: flex-end;
  }
  .footer-menu .menu-item {
    margin: 0 0 0 70px;
  }
  .footer-menu .menu-item:first-of-type {
    margin: 0;
  }
  .footer-menu .menu-item a {
    color: white;
  }
  .footer-menu .menu-item a:hover {
    color: var(--color-secondary);
  }
}
.module.has-bg {
  background-color: var(--color-primary);
}
.module.has-bg * {
  color: white;
}
.module.has-bg .is-outline {
  border-color: white;
}
.module:last-of-type {
  margin-bottom: 0;
}
.content .module:first-of-type {
  margin-top: 0;
}
.content-teaser.has-icon-left {
  --flex-gap: 40px;
}
.content-teaser.has-icon-right {
  --flex-gap: 70px;
}
.content-teaser .container {
  padding: 0;
}
.content-teaser .col-100 {
  max-width: 840px;
}
.content-teaser .intro {
  padding: 0 30px 0;
}
.content-teaser .intro h1,
.content-teaser .intro h2,
.content-teaser .intro h3 {
  font-size: 30px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.content-teaser .item {
  position: relative;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  background-color: white;
  padding: 110px 30px 80px 30px;
}
.content-teaser .item h1,
.content-teaser .item h2,
.content-teaser .item h3 {
  font-size: 30px;
  padding-right: 80px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.content-teaser .item .button-square {
  position: absolute;
  right: 142px;
  z-index: 1;
  bottom: -12px;
  right: 68px;
  right: 60px;
}
.content-teaser .item .icon-block {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  padding: 36px 0 40px;
  line-height: 1;
  text-align: center;
  font-size: 60px;
  z-index: -1;
}
.content-teaser .item .icon-element {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 60px;
}
.content-teaser .item.icon-left {
  padding: 30px 30px 30px 120px;
}
.content-teaser .item.icon-left .icon-block {
  left: 0;
  right: auto;
  width: 80px;
}
.content-teaser .item.icon-left .icon-element {
  width: 80px;
  left: 0;
  top: 20px;
  text-align: center;
}
.content-teaser .item.icon-left .icon-element i {
  color: white;
}
@media screen and (min-width: 1375px) {
  .content-teaser .container {
    padding: 0 var(--container-padding);
  }
  .content-teaser .col-100 li,
  .content-teaser .col-100 p {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .content-teaser .intro {
    padding-left: 70px;
  }
  .content-teaser .intro h1,
  .content-teaser .intro h2,
  .content-teaser .intro h3 {
    font-size: 50px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
  .content-teaser .row.is-grid-100 {
    --flex-gap: 70px;
  }
  .content-teaser .row .col-100 {
    max-width: 840px;
  }
  .content-teaser .row .col-100 .item {
    padding: 50px 210px 70px 50px;
  }
  .content-teaser .row .col-100.is-no-1 {
    margin-left: 100px;
  }
  .content-teaser .row .col-100.is-no-2 {
    margin-left: 290px;
  }
  .content-teaser .row .col-100.is-no-3 {
    margin-left: 180px;
  }
  .content-teaser .row.is-grid-50 {
    /*.is-no-3 {
					.item {
						bottom: -20px;
						right: -20px;	
					}
				}*/
  }
  .content-teaser .row.is-grid-50 .intro {
    margin-bottom: 0;
  }
  .content-teaser .item {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    background-color: white;
    padding: 50px 50px 70px 50px;
  }
  .content-teaser .item h1,
  .content-teaser .item h2,
  .content-teaser .item h3 {
    font-size: 36px;
    padding-right: 210px;
    padding-right: 130px;
  }
  .content-teaser .item .button-square {
    right: 142px;
    bottom: -18px;
  }
  .content-teaser .item .icon-block {
    width: 160px;
    font-size: 80px;
  }
  .content-teaser .item .icon-element {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    font-size: 80px;
    width: 160px;
    display: flex;
    padding-top: 40px;
    justify-content: center;
  }
  .content-teaser .item .icon-element i {
    position: absolute;
    color: white;
  }
  .content-teaser .item.icon-left {
    padding: 40px 40px 40px 180px;
  }
  .content-teaser .item.icon-left .icon-block {
    width: 140px;
  }
  .content-teaser .item.icon-left .icon-element {
    width: 140px;
    left: 0;
    right: auto;
  }
  .content-teaser.has-icon-left .item.is-no-1 {
    top: 40px;
  }
  .content-teaser.has-icon-left .item.is-no-2 {
    margin-left: 290px;
  }
  .content-teaser.has-icon-left .item.is-no-3 {
    margin-left: 180px;
  }
}
.texteditor .text ol {
  margin-top: 0;
}
.contact-box {
  background-color: var(--color-secondary);
  margin: 50px 0;
}
.contact-box .image {
  position: relative;
  overflow: hidden;
}
.contact-box .image img {
  width: 100%;
}
.contact-box .image .pointer-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 600px;
  height: 39px;
}
.contact-box .image .pointer-shape svg {
  width: 600;
  height: 39px;
}
.contact-box .image .pointer-shape svg * {
  fill: var(--color-secondary);
}
.contact-box .image .pointer-shape svg + svg {
  display: none;
}
.contact-box .text {
  color: white;
}
.contact-box .text p {
  font-size: 20px;
  color: white;
}
.contact-box .text .contact-links {
  padding-top: 50px;
}
.contact-box .text .contact-links .contact-link-wrapper {
  margin-bottom: 20px;
}
.contact-box .text .contact-links .contact-link-wrapper:last-of-type {
  margin-bottom: 0;
}
.contact-box .text .contact-links a {
  display: inline-flex;
  align-items: center;
  color: white;
}
.contact-box .text .contact-links a span:last-child {
  font-weight: 700;
  font-size: 20px;
  padding-left: 30px;
}
@media screen and (min-width: 48em) {
  .contact-box .image .pointer-shape {
    position: absolute;
    bottom: auto;
    top: 0;
    right: -9px;
    width: 58px;
    height: 900px;
  }
  .contact-box .image .pointer-shape svg {
    display: none;
    width: 58px;
    height: 900px;
  }
  .contact-box .image .pointer-shape svg * {
    fill: var(--color-secondary);
  }
  .contact-box .image .pointer-shape svg + svg {
    display: block;
  }
}
@media screen and (min-width: 1375px) {
  .contact-box {
    margin: 70px 0;
  }
}
.icon-boxes .row {
  justify-content: center;
}
.icon-boxes .intro {
  margin-bottom: 50px;
  max-width: var(--slim-width);
}
.icon-boxes .item {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.icon-boxes .icon-wrapper {
  height: 200px;
  width: 200px;
  font-family: 'Titillium Web', sans-serif;
  pointer-events: none;
  font-size: 70px;
  line-height: 1;
}
.icon-boxes .icon-wrapper i {
  font-size: 110px;
  font-weight: normal;
}
.icon-boxes .icon-wrapper span {
  font-size: 30px;
  line-height: 1;
}
@media screen and (min-width: 1375px) {
  .icon-boxes .intro {
    margin-bottom: 50px;
  }
}
.image-banner {
  position: relative;
  padding: 0;
  min-height: 540px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding-bottom: 60px;
}
.image-banner .image-wrapper {
  position: absolute;
  lefT: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.image-banner img,
.image-banner picture {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.image-banner .text-wrapper {
  position: relative;
  max-width: 620px;
}
.image-banner .text-wrapper .headline {
  margin-bottom: 60px;
  font-size: 30px;
  font-family: 'Titillium Web', sans-serif;
  color: white;
}
.image-banner .text-wrapper .text {
  position: relative;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.9);
}
.content .image-banner.module::first-of-type {
  margin-top: 0;
}
.content .image-banner.module::last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 1375px) {
  .image-banner {
    padding-bottom: 100px;
  }
  .image-banner .col {
    display: flex;
  }
  .image-banner.position-right .col {
    justify-content: flex-end;
  }
  .image-banner.position-left .col {
    justify-content: flex-start;
  }
}
.persons .person {
  position: relative;
  background-color: white;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  height: 100%;
  padding: 40px 40px;
}
.persons .person .image {
  margin-bottom: 30px;
}
.persons .person .headline {
  display: block;
  font-size: 30px;
  margin-bottom: 8px;
  line-height: 1.2;
}
.persons .person .label {
  display: block;
  font-weight: var(--font-weight-bold);
}
.image-text {
  padding: 0;
}
.image-text .container {
  padding: 0;
  max-width: 100%;
}
.image-text .text {
  padding: var(--container-padding);
}
@media screen and (min-width: 48em) {
  .image-text .col-image {
    position: relative;
    overflow: hidden;
  }
  .image-text .col-image .image {
    position: fixed;
  }
  .image-text .col-image .image,
  .image-text .col-image picture,
  .image-text .col-image img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .image-text .col-text {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }
  .image-text .col-text .text {
    max-width: 650px;
    margin: 0 auto;
  }
  .image-text .row {
    display: grid;
    align-items: stretch;
    gap: 0;
    grid-template-columns: 50% 50%;
  }
  .image-text .row.image-right .col-image {
    order: 2;
  }
  .image-text .row.image-right .col-text {
    order: 1;
  }
  .image-text .text {
    padding: 80px var(--container-padding);
  }
}
.accordion .row {
  position: relative;
}
.accordion .headline {
  display: block;
}
.accordion .text {
  margin-bottom: 40px;
}
.accordion .accordion-title {
  position: relative;
  padding: 30px 60px 26px 0;
  border-top: 1px solid var(--color-text);
  cursor: pointer;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.6;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
}
.accordion .accordion-title:after {
  content: "";
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 0v30' stroke='url(%23a)'/%3E%3Cpath d='M30 15H0' stroke='url(%23b)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='15' y1='15' x2='14' y2='15' gradientUnits='userSpaceOnUse'%3E%3Cstop/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' x1='15' y1='15' x2='15' y2='14' gradientUnits='userSpaceOnUse'%3E%3Cstop/%3E%3Cstop offset='1' stop-color='%23fff'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.accordion .accordion-title:hover:after {
  background-color: white;
}
.accordion .accordion-title.active:after {
  -webkit-transform: rotate(-225deg);
  -moz-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
}
.accordion .accordion-title.active + .accordion-content {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.accordion .accordion-title:hover {
  color: var(--color-blue);
}
.accordion .accordion-content {
  display: none;
  overflow: hidden;
  padding: 0 10px 20px 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}
.accordion .accordion-content.close {
  display: none;
}
.accordion .accordion-content p {
  margin-top: 0;
}
@media screen and(min-width: 78.75em) {
  .accordion .accordion-content {
    padding-right: 60px;
  }
}
/*# sourceMappingURL=all.css.map */