@charset "UTF-8";
:root {
  --gap: 1.5rem;
  --item-gap: 1.5rem;
  --flow: 11vmin;
  --section-flow: var(--flow);
  --section-flow-min: calc(var(--flow) / 2);
  --outer: 120rem;
  --inner-max: 112rem;
  --inner-min: 72rem;
  --inner-padding: clamp(7vmin, 5vw, var(--flow));
  --font-primary: Heebo, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Open Sans, Helvetica Neue, sans-serif;
  --font-secondary: Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif;
  --font-icons: Font Awesome 6 Free;
  --font-display: swap;
  --font-size: 1.125rem;
  --font-size-intro: clamp(var(--font-size), 5vw, 1.5625rem);
  --font-size-small: 1rem;
  --font-size-tiny: 0.875rem;
  --lh-heading: 1.1;
  --lh: 1.4;
  --font-weight-thin: 100;
  --font-weight-extra-light: 200;
  --font-weight-light: 300;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semi-bold: 600;
  --font-weight-bold: 700;
  --font-weight-extra-bold: 800;
  --font-weight-black: 900;
  --color: #000;
  --color-dark: #111;
  --color-light: #888;
  --color-error: tomato;
  --currentColor: currentColor;
  --color-primary: #000000;
  --color-secondary: #ecd2c6;
  --theme-color: #000000;
  --bg: #fff;
  --bg-primary: var(--color-primary);
  --bg-secondary: var(--color-secondary);
  --bg-verylight: rgb(0 0 0 / 0.05);
  --bg-light: #eee;
  --bg-dark: #111;
  --border-width: 1px;
  --border-color: var(--bg-dark);
  --border-radius: 3px;
  --border-radius-wide: 24px;
  --button-font-size: var(--font-size-small);
  --button-font-weight: var(--font-weight-medium);
  --button-color: #fff;
  --button-padding: 0.85rem 1.75rem;
  --button-border-width: 1px;
  --button-border-radius: 2rem;
  --button-border-color: var(--border-color);
  --button-bg: var(--bg-dark);
  --input-color: var(--currentColor);
  --input-bg: rgb(0 0 0 / 0.05);
  --input-border-color: rgb(0 0 0 / 0.125);
  --input-border-width: var(--border-width);
  --input-border-radius: var(--border-radius);
  --placeholder: #202020;
  --angle-color: currentColor;
  --accordion-icon-size: 1.125rem;
  --accordion-icon-width: 3px;
  --accordion-active: var(--color-primary);
  --header-bg: var(--bg);
  --nav-site-bg: var(--bg);
  --nav-atime: calc(var(--atime) * 1.5);
  --nav-font-size: 1.25rem;
  --nav-button-bg: transparent;
  --nav-button-size: 42px;
  --nav-icon-gap: 2px;
  --nav-icon-width-hover: 70%;
  --nav-icon-size: 2.625rem;
  --nav-icon-bg: #000;
  --nav-search-color: var(--color);
  --nav-search-bg: var(--bg-verylight);
  --access-ui: var(--color-primary);
  --outline-color: var(--color-primary);
  --outline-width: 3px;
  --outline-offset: 2px;
  --atime: 0.33s;
  --delay: 100ms;
  --fa-version: Font Awesome 6 Free;
  --fa-size: 90%;
  --separator: '/';
  --screen-xs: 30rem;
  --screen-sm: 48rem;
  --screen-md: 64rem;
  --screen-lg: 75rem;
  --screen-wd: 120rem;
  --screen-nav: 72rem;
  --slider-ui-bg: transparent;
  --slider-blur: 0;
  --slider-arrow-size: 2rem;
  --slider-arrow-color: var(--color);
  --slider-arrow-height: 2.7rem;
  --slider-arrow-padding: 0.35rem;
  --slider-dots-size: 10px;
  --slider-dots-padding: 0.5rem;
  --slider-dots-border-radius: 100%;
  --slider-dots-bg: rgb(0 0 0 / 0.5);
  --slider-dots-active-bg: var(--theme-color, var(--color));
  --slider-opacity: 0.7;
  --slider-opacity-hover: 1;
  --slider-opacity-not-active: 0.25;
  --cookie-background: rgb(0 0 0 / 0.875);
  --cookie-modal-background: var(--bg);
  --cookie-radius: var(--border-radius);
  --accent-ui: #000000;
  --accent-pri: #000000;
  --accent-sec: #ecd2c6;
  --button-solid-bg: var(--button-bg);
  --button-solid-hover-bg: var(--color-primary);
  --nav-inline-break: $nav-inline-break;
  --accent: var(--color-primary);
  --font: var(--color);
  --font-pri: var(--color);
}

:root {
  --accent-pri-10: rgba(0, 0, 0, 0.1);
  --accent-pri-20: rgba(0, 0, 0, 0.2);
  --accent-pri-30: rgba(0, 0, 0, 0.3);
  --accent-pri-40: rgba(0, 0, 0, 0.4);
  --accent-pri-50: rgba(0, 0, 0, 0.5);
  --accent-pri-60: rgba(0, 0, 0, 0.6);
  --accent-pri-70: rgba(0, 0, 0, 0.7);
  --accent-pri-80: rgba(0, 0, 0, 0.8);
  --accent-pri-90: rgba(0, 0, 0, 0.9);
  --accent-pri: #000000;
  --accent-sec-10: rgba(255, 245, 215, 0.1);
  --accent-sec-20: rgba(255, 245, 215, 0.2);
  --accent-sec-30: rgba(255, 245, 215, 0.3);
  --accent-sec-40: rgba(255, 245, 215, 0.4);
  --accent-sec-50: rgba(255, 245, 215, 0.5);
  --accent-sec-60: rgba(255, 245, 215, 0.6);
  --accent-sec-70: rgba(255, 245, 215, 0.7);
  --accent-sec-80: rgba(255, 245, 215, 0.8);
  --accent-sec-90: rgba(255, 245, 215, 0.9);
  --accent-sec: #fff5d7;
}

*,
*::before,
*::after {
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  font-family: var(--font-primary);
  font-size: 100%;
  color: var(--color);
}

main {
  display: block;
}

hr {
  margin: max(var(--gap), var(--flow)/2) 0;
  border: 0;
  border-top: var(--border-width, var(--border-width)) solid var(--border-color);
}

:where(a) {
  text-decoration: none;
}
:where(a):link, :where(a):visited {
  color: var(--content-text-override, var(--text-override, currentColor));
}
:where(a).currentcolor {
  color: var(--content-text-override, var(--text-override, currentColor));
}

ul,
ol,
menu {
  padding: 0;
}

menu {
  list-style: none;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul,
ol {
  padding-left: 1.5rem;
}
ul li::marker,
ol li::marker {
  color: currentColor;
}

img,
svg,
video,
object,
iframe,
canvas {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}

figure > a {
  display: block;
}
figure img {
  width: 100%;
}

table {
  border-collapse: collapse;
}

:where(q, blockquote) {
  quotes: "„" "“";
}

:where(blockquote) :is(p) {
  font-size: 1em;
}

abbr[title] {
  cursor: help;
  text-decoration: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 80%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

form {
  text-align: left;
}

fieldset {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
  position: relative;
  display: block;
  margin-bottom: 0.35rem;
  padding: 0;
  font-weight: normal;
}
label em {
  font-style: normal;
}

input,
button,
textarea {
  font: inherit;
}

select {
  cursor: inherit;
  outline: none;
  border: none;
  background-color: transparent;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
select::-ms-expand {
  display: none;
}

textarea {
  min-height: 10rem;
  padding: calc(var(--gap) / 2);
  white-space: revert;
  resize: vertical;
}

button {
  cursor: pointer;
  overflow: visible;
  border: 0;
  background: none;
  letter-spacing: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-font-smoothing: inherit;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.15);
}

::selection {
  background: rgba(0, 0, 0, 0.15);
}

.theme--dark ::-moz-selection {
  background-color: rgba(255, 255, 255, 0.15);
}

.theme--dark ::selection {
  background-color: rgba(255, 255, 255, 0.15);
}

::-webkit-input-placeholder {
  color: var(--placeholder, --color);
}

::-moz-placeholder {
  color: var(--placeholder, --color);
}

:-ms-input-placeholder {
  color: var(--placeholder, --color);
}

::-ms-input-placeholder {
  color: var(--placeholder, --color);
}

::placeholder {
  color: var(--placeholder, --color);
}

::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:focus {
  outline: 0;
}

:focus-visible {
  border-color: var(--accent-ui);
}

#root,
#__next {
  isolation: isolate;
}

[hidden] {
  display: none;
}

.widget {
  font-size: var(--font-size);
  margin: 0 0 var(--gap);
}
.widget--radio .widget--checkbox {
  position: relative;
}
.widget--hidden {
  display: none;
}
.widget.ynfinite-consent {
  font-size: 0.875rem;
}
.widget.widget--distance .widget__label {
  display: none;
}
.widget.widget--distance .distance-wrapper {
  gap: 1rem;
  width: 100%;
  margin: 0;
}
.widget.widget--distance .distance-wrapper .item {
  margin: 0 0 var(--gap);
}
@media screen and (min-width: 48rem) {
  .widget.widget--distance .distance-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
  }
  .widget.widget--distance .distance-wrapper .item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.yn-consents {
  display: block;
  color: currentColor;
}
.yn-consents .widget__label {
  font-size: 0.875rem;
  text-transform: unset;
}

html .ynfinite-consent-text {
  font-size: 1em;
}
html .ynfinite-consent-text p {
  font-size: 1em;
}

.yn-form-response {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  height: 100%;
  width: 100%;
}
.yn-form-response__control {
  padding: var(--gap) 0;
}
.yn-form-response.active {
  display: block;
}

.yn-form .form-content, .yn-form .yn-form-page {
  width: 100%;
}
.yn-form fieldset {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.yn-form fieldset .button {
  margin-top: var(--gap);
}

.yn-cookies {
  --color: var(--font-pri);
}
.yn-cookies .button.yn-cookies__button {
  --button-font-size: var(--font-size-small);
  --button-font: var(--color, currentColor);
  --button-border-color: var(--button-font);
  --button-solid-font: var(--font-sec);
  --button-solid-bg: var(--bg-sec);
  --button-solid-hover-font: var(--accent-pri-font);
  --button-solid-hover-bg: var(--accent-pri);
}
.yn-cookies .yn-cookies__body a[href] {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
.yn-cookies .yn-cookies__settings__item {
  list-style: none;
}
.yn-cookies label {
  opacity: 1;
}
.yn-cookies label p.h4 {
  font-weight: var(--font-weight-medium);
}

.ynfinite-consent-text a[href] {
  border-bottom: 1px solid currentColor;
}

.yn-perPage__list li,
.yn-pagination li {
  display: inline-block;
  text-align: center;
  list-style: none;
  margin: 4px;
}
.yn-perPage__list li:only-child,
.yn-pagination li:only-child {
  display: none;
}
.yn-perPage__list a,
.yn-perPage__list li.yn-pagination__page--active span,
.yn-pagination a,
.yn-pagination li.yn-pagination__page--active span {
  display: inline-block;
  color: currentColor;
  padding: 0 4px;
  min-width: 40px;
  min-height: 40px;
  aspect-ratio: 1;
}

.yn.yn-perPage {
  color: var(--bg-pri);
}

.yn-perPage__current {
  display: none;
}

.yn-perPage__list {
  text-align: right;
  margin: 0 0 var(--gap);
}
.yn-perPage__list ul {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
}
.yn-perPage__list ul::before {
  content: "Zeige: ";
  display: inline-block;
  margin-right: 0.5rem;
}

.yn-pagination {
  font-size: 1rem;
  font-weight: 900;
  text-align: center;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--gap) / 2);
  padding-top: calc(var(--flow) / 2);
}
.yn-pagination span,
.yn-pagination a {
  cursor: pointer;
  -webkit-transition: var(--atime) ease;
  transition: var(--atime) ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 40px;
  text-align: center;
}
.yn-pagination span:not([href]),
.yn-pagination a:not([href]) {
  display: none;
}
.yn-pagination li.yn-pagination__first a,
.yn-pagination li.yn-pagination__first span, .yn-pagination li.yn-pagination__last a,
.yn-pagination li.yn-pagination__last span, .yn-pagination li.yn-pagination__prev a,
.yn-pagination li.yn-pagination__prev span, .yn-pagination li.yn-pagination__next a,
.yn-pagination li.yn-pagination__next span {
  position: relative;
  text-indent: -9999rem;
  padding: 0;
  background: none;
}
.yn-pagination li.yn-pagination__first a::before,
.yn-pagination li.yn-pagination__first span::before, .yn-pagination li.yn-pagination__last a::before,
.yn-pagination li.yn-pagination__last span::before, .yn-pagination li.yn-pagination__prev a::before,
.yn-pagination li.yn-pagination__prev span::before, .yn-pagination li.yn-pagination__next a::before,
.yn-pagination li.yn-pagination__next span::before {
  content: "\f105";
  position: absolute;
  inset: 0;
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-size: 1rem;
  font-weight: 900;
  color: currentColor;
  text-indent: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius);
  z-index: 10;
}
.yn-pagination li.yn-pagination__next a::before,
.yn-pagination li.yn-pagination__next span::before {
  content: "\f105";
}
.yn-pagination li.yn-pagination__prev a::before,
.yn-pagination li.yn-pagination__prev span::before {
  content: "\f104";
}
.yn-pagination li.yn-pagination__first a::before,
.yn-pagination li.yn-pagination__first span::before {
  content: "\f053\f053";
}
.yn-pagination li.yn-pagination__last a::before,
.yn-pagination li.yn-pagination__last span::before {
  content: "\f105\f105";
}
.yn-pagination li.yn-pagination__page--active span {
  display: inline-block;
  background: var(--bg-grey-100);
  border-radius: var(--border-radius);
  color: var(--accent-pri);
}

/* heebo-100 - latin */
@font-face {
  font-display: swap;
  font-family: "Heebo";
  font-style: normal;
  font-weight: 100;
  src: url("/assets/fonts/heebo/heebo-v28-latin-100.woff2") format("woff2");
}
/* heebo-200 - latin */
@font-face {
  font-display: swap;
  font-family: "Heebo";
  font-style: normal;
  font-weight: 200;
  src: url("/assets/fonts/heebo/heebo-v28-latin-200.woff2") format("woff2");
}
/* heebo-300 - latin */
@font-face {
  font-display: swap;
  font-family: "Heebo";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/fonts/heebo/heebo-v28-latin-300.woff2") format("woff2");
}
/* heebo-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Heebo";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/heebo/heebo-v28-latin-regular.woff2") format("woff2");
}
/* heebo-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Heebo";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/heebo/heebo-v28-latin-500.woff2") format("woff2");
}
/* heebo-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Heebo";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/heebo/heebo-v28-latin-600.woff2") format("woff2");
}
/* heebo-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Heebo";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/fonts/heebo/heebo-v28-latin-700.woff2") format("woff2");
}
/* heebo-800 - latin */
@font-face {
  font-display: swap;
  font-family: "Heebo";
  font-style: normal;
  font-weight: 800;
  src: url("/assets/fonts/heebo/heebo-v28-latin-800.woff2") format("woff2");
}
/* heebo-900 - latin */
@font-face {
  font-display: swap;
  font-family: "Heebo";
  font-style: normal;
  font-weight: 900;
  src: url("/assets/fonts/heebo/heebo-v28-latin-900.woff2") format("woff2");
}
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .container {
    width: 49rem;
  }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 64em) {
  .container {
    width: 65rem;
  }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media only screen and (min-width: 75em) {
  .container {
    width: 76rem;
  }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  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;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-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 {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-animation: splide-loading 1s linear infinite;
          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;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-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;
  -webkit-box-align: center;
          align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-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 {
  -webkit-transform: scaleX(-1);
          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;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
          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 {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

body {
  position: relative;
  color: var(--color);
  background: var(--bg);
  -ms-hyphens: auto;
      hyphens: auto;
}

.site__header {
  position: sticky;
  top: 0;
  font-size: var(--nav-font-size);
  width: 100%;
  border-bottom: 2px solid;
  background-color: var(--header-bg, transparent);
  -webkit-transition: -webkit-transform var(--atime) ease;
  transition: -webkit-transform var(--atime) ease;
  transition: transform var(--atime) ease;
  transition: transform var(--atime) ease, -webkit-transform var(--atime) ease;
  z-index: 1000;
}
.site__header.nav-up {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.site__header.nav-down {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site__header > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: calc(var(--gap) / 2);
}

.site__content {
  min-height: 50vh;
  background-color: var(--bg);
}

.site__footer {
  font-size: var(--font-size-small);
  border-top: 2px solid;
  background: #fff;
}
.site__footer > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: calc(var(--gap) / 2);
}
.site__footer .nav__logo .claim {
  display: none;
}
.site__footer .copyright {
  padding: var(--gap) 0;
  border-top: 2px solid;
}
.site__footer ul,
.site__footer ol,
.site__footer address {
  font-size: inherit;
}
.site__footer address strong {
  display: block;
  margin-bottom: 0.35rem;
}
@media screen and (min-width: 48rem) {
  .site__footer .nav__logo .claim {
    display: block;
  }
}

section {
  --section-bg: var(--bg);
  color: var(--content-text-override, var(--text-override, var(--color)));
  background-color: var(--content-bg-override, var(--bg-override, var(--section-bg)));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section:not(.bg) + section {
  padding-top: var(--section-flow);
}
section:not(.bg) + section.location-teaser {
  margin-top: var(--section-flow);
}
section:first-child {
  padding-top: max(3rem, var(--section-flow));
}
@media (max-height: 780px) {
  section:first-child {
    padding-top: calc(var(--section-flow) / 2);
  }
}
section:last-child, section:has(+ .popup-container) {
  padding-bottom: var(--section-flow);
}
section:has(+ section.bg), section:has(+ section.has-video-bg) {
  padding-bottom: var(--section-flow);
}
@media screen and (max-width: 120rem) {
  section:has(.outer--max):has(+ section.bg) {
    padding-bottom: 0 !important;
  }
}
section.section--narrow {
  --section-flow: calc(var(--flow) / 2);
}
section.bg {
  padding-block: max(3rem, var(--section-flow));
}
section.bg + section:not(.bg) {
  padding-top: var(--section-flow);
}
section.section--min {
  --section-flow: var(--section-flow-min);
}
section.section--min.bg {
  padding-block: var(--section-flow-min) !important;
}
section.has-video-bg {
  isolation: isolate;
  position: relative;
  overflow: hidden;
  padding-block: var(--flow);
}

@media screen and (min-width: 120rem) {
  .outer.outer--max {
    max-width: var(--outer);
    margin-inline: auto;
  }
}

.inner {
  width: 100%;
  max-width: var(--inner-max);
  padding-inline: var(--inner-padding);
  margin-inline: auto;
}
.inner.inner--min {
  max-width: var(--inner-min);
}

.bg {
  background-color: var(--content-bg-override, var(--bg-override, var(--section-bg)));
}
.bg.bg--light {
  --section-bg: var(--bg-light);
}
.bg.bg--light + .bg--light {
  padding-top: 0;
}
.bg.bg--dark {
  --color: #fff;
  --section-bg: var(--bg-dark);
  --button-border-color: var(--currentColor);
  --input-border-color: #fff;
}
.bg.bg--dark .button--solid:not(.button--primary) {
  background-color: var(--color);
  color: var(--bg-dark);
}
.bg.bg--dark-transparent {
  --color: #fff;
  --section-bg: rgba(0, 0, 0, 0.65);
  background-color: rgba(0, 0, 0, 0.65) !important;
  --button-border-color: var(--currentColor);
  --input-border-color: #fff;
}
.bg.bg--dark-transparent .text p {
  color: white !important;
}
.bg.bg--dark-transparent .button--solid:not(.button--primary) {
  background-color: var(--color);
  color: var(--bg-dark);
}
@media screen and (max-width: 64rem) {
  .bg.bg--dark-transparent.location-teaser__content {
    background-color: transparent !important;
  }
}
.bg.bg--primary {
  --color: #fff;
  --section-bg: var(--bg-primary);
}
.bg.bg--primary .button.button--primary {
  --button-color: #fff;
  --button-border-color: #fff;
}
.bg.bg--primary .button.button--primary.button--solid {
  --button-color: var(--color-primary);
  --button-bg: #fff;
}
.bg.bg--secondary {
  --section-bg: var(--bg-secondary);
}
.bg.bg--secondary .button.button--primary {
  --button-color: #fff;
  --button-border-color: #fff;
}
.bg.bg--secondary .button.button--primary.button--solid {
  --button-color: var(--color);
  --button-bg: #fff;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-right .nav__people__title {
  font-size: 1rem;
  text-align: right;
  color: var(--color-light);
  margin: 0;
  line-height: 1;
}
@media (max-width: 64rem) {
  .header-right .nav__people__title {
    display: none;
  }
}

@media (min-width: 1200px) {
  .site__header .claim {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .site__footer .claim {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
html .row {
  margin-left: calc(var(--item-gap, var(--gap)) * -1);
  margin-right: calc(var(--item-gap, var(--gap)) * -1);
}
html .row div[class*=col-] {
  padding-right: var(--item-gap, var(--gap));
  padding-left: var(--item-gap, var(--gap));
  margin-bottom: var(--item-gap, var(--gap));
}
html .row + .row {
  margin-top: var(--gap);
}
html .row.row--border div[class*=col-]:not(:last-child) {
  border-right: 1px solid var(--border-color);
}
html .row.row--no-gap {
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}
html .row.row--no-gap [class^=col-] {
  height: 100%;
  padding-right: 0;
  padding-left: 0;
}
html .row[class*=center-] {
  text-align: left;
}
html .row[class*=end-] {
  text-align: left;
}

.site__logo {
  display: inline-block;
  font-family: var(--font-primary);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 2rem;
  padding-left: 0;
  border-right: 2px solid;
}
.site__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 12rem;
  max-height: 2rem;
  min-width: 5rem;
}

.nav__logo {
  --item-gap: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--item-gap);
}
.nav__logo .claim {
  display: block;
  font-size: var(--font-size-small);
}

ul.nav__header {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: calc(var(--gap) / 2);
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-medium);
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 1;
  -webkit-transition: opacity var(--atime) ease;
  transition: opacity var(--atime) ease;
}
ul.nav__header li {
  padding: 0;
  margin: 0;
}
ul.nav__header li:not(:last-child):not(:has(+ li.has-button))::after {
  content: var(--separator);
  display: inline-block;
  margin-left: calc(var(--gap) / 2 - 4px);
  opacity: 0.25;
}
ul.nav__header a:not(.button) {
  color: currentColor;
}
ul.nav__header a:not(.button):hover {
  color: var(--color-primary);
}
ul.nav__header a.button {
  text-transform: none;
  font-size: var(--font-size-small);
  padding-block: 0.5rem;
  padding-inline: calc(var(--gap) / 2);
}
@media screen and (min-width: 72rem) {
  ul.nav__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.site__navigation {
  position: fixed;
  display: block;
  padding-top: 10rem;
  inset: 0;
  background: var(--nav-site-bg, rgba(255, 255, 255, 0.9));
  backdrop-filter: blur(20px);
  -webkit-transform: translateY(-100vh);
          transform: translateY(-100vh);
  -webkit-transition: opacity 1s ease, -webkit-transform 0 ease;
  transition: opacity 1s ease, -webkit-transform 0 ease;
  transition: transform 0 ease, opacity 1s ease;
  transition: transform 0 ease, opacity 1s ease, -webkit-transform 0 ease;
  opacity: 0;
  z-index: 100;
  height: 100vh;
  padding-bottom: 80px;
}
@media (max-width: 1023px) {
  .site__navigation {
    overflow: auto;
  }
}
.site__navigation .list--socials {
  opacity: 0;
  -webkit-transition: opacity 0 linear;
  transition: opacity 0 linear;
}
.site__navigation .col-xs-12.col-md-9 {
  position: relative;
}
.site__navigation .col-xs-12.col-md-9::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  background-color: currentColor;
  height: 10000px;
  -webkit-transform: translateY(-150px);
          transform: translateY(-150px);
}
@media (max-width: 1023px) {
  .site__navigation .col-xs-12.col-md-9::after {
    display: none;
  }
}

.nav__site {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow: auto;
  height: 100%;
  max-height: 82vh;
}
@media (max-width: 1023px) {
  .nav__site {
    max-height: unset;
  }
}
.nav__site li {
  font-size: clamp(1.5rem, 5vw, 3.875rem);
  font-weight: var(--font-weight-extra-light);
}
.nav__site li.active {
  font-weight: 400;
}

.menu-content {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 75vh;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 1023px) {
  .menu-content {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
  }
}

.nav__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(var(--gap) / 2);
  max-height: 42px;
}

.nav__people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  list-style: none;
  padding-left: 0.25rem;
}
.nav__people a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 2.75rem;
  border-radius: 100%;
  background: var(--bg-light);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.125);
  aspect-ratio: 1;
  overflow: hidden;
}
.nav__people img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.35rem;
  color: currentColor;
  padding: 0;
  height: 100%;
  min-width: var(--nav-icon-size);
  border-radius: var(--border-radius);
  background-color: var(--nav-button-bg, transparent);
  -webkit-transition: var(--atime) ease;
  transition: var(--atime) ease;
  overflow: hidden;
  z-index: 100;
}
.nav__menu:has(.nav__menu__label) {
  background-color: var(--bg-verylight);
}

body.js-nav-open .nav__menu__icon {
  gap: 5px;
}

.nav__menu__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1;
  gap: 6px;
  padding: 0.5rem;
  border-radius: var(--border-radius);
  width: var(--nav-icon-size);
  height: var(--nav-icon-size);
  background: var(--nav-button-bg);
}
.nav__menu__icon span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: var(--nav-icon-bg, #000);
  -webkit-transition: all var(--nav-atime) ease;
  transition: all var(--nav-atime) ease;
}

.nav__menu__label {
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-medium);
  padding-right: 0.5rem;
}
@media screen and (max-width: 30rem) {
  .nav__menu__label {
    display: none;
  }
}

.nav__search {
  display: block;
  padding: 0.5rem;
  text-align: center;
  color: var(--nav-search-color);
  width: var(--nav-icon-size);
  height: var(--nav-icon-size);
  border-radius: var(--button-border-radius);
  background: var(--nav-search-bg);
}

body.js-nav-open {
  overflow: hidden;
}
body.js-nav-open .nav__menu__icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: calc(var(--nav-atime) * 0.33);
          transition-delay: calc(var(--nav-atime) * 0.33);
}
body.js-nav-open .nav__menu__icon span:first-child {
  -webkit-transform: translateY(7px);
          transform: translateY(7px);
}
body.js-nav-open .nav__menu__icon span:nth-child(2) {
  width: 0;
  -webkit-transition: all calc(var(--nav-atime) - 0.1s) ease;
  transition: all calc(var(--nav-atime) - 0.1s) ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
body.js-nav-open .nav__menu__icon span:last-child {
  width: 100%;
  -webkit-transform: translateY(-7px) rotate(90deg);
          transform: translateY(-7px) rotate(90deg);
}
body.js-nav-open .nav__header {
  opacity: 0;
}
body.js-nav-open .site__navigation {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: background var(--atime) ease, opacity 1s ease, -webkit-transform 0 ease;
  transition: background var(--atime) ease, opacity 1s ease, -webkit-transform 0 ease;
  transition: background var(--atime) ease, opacity 1s ease, transform 0 ease;
  transition: background var(--atime) ease, opacity 1s ease, transform 0 ease, -webkit-transform 0 ease;
  pointer-events: all;
}
body.js-nav-open .list--socials {
  opacity: 1;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease;
}
body.js-nav-open .nav__site li[style] {
  -webkit-animation-name: animateIn;
          animation-name: animateIn;
  -webkit-animation-duration: 300ms;
          animation-duration: 300ms;
  -webkit-animation-delay: calc(var(--animation-order) * 50ms);
          animation-delay: calc(var(--animation-order) * 50ms);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
body.js-nav-open .nav__site__sub {
  padding-left: 2.25rem;
  margin-left: 3.5rem;
  margin-block: 1rem;
}
@media (max-width: 48rem) {
  body.js-nav-open .nav__site__sub {
    margin-left: 0;
  }
}
body.js-nav-open .nav__site__sub li {
  font-size: clamp(1.5rem, 5vw, 1.875rem);
}

@-webkit-keyframes animateIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
  }
}

@keyframes animateIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
  }
  100% {
    opacity: 1;
  }
}
:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  display: block;
  font-weight: var(--font-weight-medium);
  line-height: var(--lh-heading);
  -ms-hyphens: none;
      hyphens: none;
  text-wrap: balance;
}
:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
  margin-top: 0.35rem;
}
:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + time, :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + .tagline {
  margin-top: 0.5rem;
}
:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + time + p, :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + .tagline + p {
  margin-top: 1rem;
}
:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + .text, :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + .yn-buttons, :where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) + :where(p, ul, ol) {
  margin-top: 1rem;
}
:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6):has(+ form) {
  margin-top: 0.5rem;
}
:where(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6).normalize {
  font-weight: var(--font-weight-light);
  line-height: var(--lh);
}

h1, .h1 {
  font-size: clamp(2rem, 2rem + 2.5 * (100vw - 25rem) / 65, 4.5rem);
}

h2, .h2 {
  font-size: clamp(1.5rem, 1.5rem + 1.5 * (100vw - 25rem) / 65, 3rem);
}

h3, .h3 {
  font-size: clamp(1.5rem, 1.5rem + 0.7 * (100vw - 25rem) / 65, 2.25rem);
}

h4, .h4 {
  font-size: clamp(1.25rem, 1.25rem + 0.35 * (100vw - 25rem) / 65, 1.6rem);
}
h4 + p, .h4 + p {
  margin-top: 0.5rem;
}

h5, .h5 {
  font-size: var(--font-size);
}

h6, .h6 {
  font-size: var(--font-size-small);
}

:where(p, q, ul, ol, dl, blockquote, input, select, textarea, aside) {
  font-size: var(--font-size);
  font-weight: var(--font-weight-light);
  line-height: var(--lh);
  color: var(--content-text-override, var(--text-override, currentColor));
  overflow-wrap: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  hyphenate-limit-chars: 8 4 3;
}
:where(p, q, ul, ol, dl, blockquote, input, select, textarea, aside):not(:last-child) {
  margin-bottom: var(--gap);
}

.top-text :where(p, q, ul, ol, dl, blockquote, input, select, textarea, aside),
.yn-article__intro-text :where(p, q, ul, ol, dl, blockquote, input, select, textarea, aside) {
  font-size: clamp(var(--font-size), 5vw, var(--font-size-intro));
  line-height: 1.5;
}

i {
  font-style: normal;
}

b {
  font-weight: normal;
}

strong {
  font-weight: var(--font-weight-medium);
}

small,
.small {
  font-size: var(--font-size-small);
}

.tiny {
  font-size: var(--font-size-tiny);
}

:where(a) {
  cursor: pointer;
  color: currentColor;
  -webkit-transition: all var(--atime) ease;
  transition: all var(--atime) ease;
}
:where(a):not([class]):link:hover {
  opacity: 0.7;
}

mark {
  padding: 0.25rem 0.5rem;
  background: var(--bg-grey);
  color: var(--font-primary);
}

address + h4 {
  margin-top: calc(var(--gap) * 2);
}

blockquote cite {
  font-size: var(--font-size-small);
  font-family: var(--font-primary);
  font-style: normal;
  opacity: 0.7;
}

time,
.tagline,
.overline {
  display: inline-block;
  font-weight: var(--font-weight-extra-light);
  color: currentColor;
}
time:has(+ :is(h2, h3, h4)),
.tagline:has(+ :is(h2, h3, h4)),
.overline:has(+ :is(h2, h3, h4)) {
  margin-bottom: calc(var(--gap) / 2);
}
time i[class*=fa-],
.tagline i[class*=fa-],
.overline i[class*=fa-] {
  display: inline-block;
  margin-right: 0.25rem;
}

time + .yn-article {
  margin-top: 1rem;
}

.tagline,
.overline {
  font-size: 1.5rem;
  letter-spacing: 0.5px;
}

@media screen and (min-width: 75rem) {
  .heading span:not([class]) {
    display: block;
  }
}

.subheading {
  font-weight: var(--font-weight-regular);
  color: var(--color-light);
}
.subheading:is(p) {
  margin: 0;
}

.counter {
  font-weight: var(--font-weight-regular);
}

.list {
  padding: 0;
}
.list:not([class*=m]) {
  margin: 1rem 0;
}
.list.list--frame {
  font-size: var(--font-size-small);
  margin-top: var(--gap);
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color);
}
.list.list--frame li {
  padding-inline: 1rem;
}

.list.list--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  list-style: none;
}
.list.list--inline.list--separator li:not(:last-child)::after {
  content: var(--separator);
  display: inline-block;
  margin-left: calc(var(--gap) / 2 - 4px);
}

.list.list--checked {
  padding: 0;
  list-style: none;
}
.list.list--checked li {
  position: relative;
  margin: 0;
  padding-block: calc(var(--gap) / 2);
  padding-left: 2rem;
}
.list.list--checked li::before {
  content: "\f058";
  position: absolute;
  display: inline-block;
  font-family: var(--fa-version);
  font-weight: 900;
  color: currentColor;
  top: calc(var(--gap) / 2);
  left: 0;
  margin-block: auto;
}

.list.list--meta {
  list-style: none;
}
.list.list--meta > li {
  font-weight: var(--font-weight-medium);
}
.list.list--meta ul {
  padding: 0;
  margin-top: 0.35rem;
  list-style: none;
}
.list.list--meta ul li {
  line-height: 1.75;
}

.list.list--files {
  list-style: none;
}
.list.list--files li > a {
  display: block;
  font-weight: var(--font-weight-medium);
  padding: var(--button-padding);
  border-radius: var(--border-radius);
  border: var(--border-width) solid var(--border-color);
}
.list.list--files i[class*=fa-] {
  display: inline-block;
  margin-right: 0.5rem;
}

.list--info {
  list-style: none;
}
.list--info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  padding-block: 0.5rem;
}
.list--info li + li {
  border-top: 1px solid var(--border-color);
}
.list--info li span:first-of-type {
  font-weight: var(--font-weight-medium);
}
.list--info em {
  font-size: var(--font-size-small);
  font-style: normal;
}

.list--grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-top: 1rem;
}
.list--grid dt, .list--grid dd {
  padding: 0.35rem 0;
}
.list--grid dt:not(:last-of-type), .list--grid dd:not(:last-of-type) {
  border-bottom: 1px solid var(--border-color);
}
.list--grid dd {
  text-align: right;
}

.list__contact {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, -webkit-max-content);
  -ms-grid-columns: minmax(0, max-content);
  grid-template-columns: minmax(0, -webkit-max-content);
  grid-template-columns: minmax(0, max-content);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  margin-top: 1rem;
}
.list__contact dt, .list__contact dd {
  margin: 0;
}

.section__header:has(+ *), .section__header:last-child {
  margin-bottom: min(4rem, var(--flow));
}
.section__header:not(:has(h1, h2)) {
  margin-bottom: var(--gap);
}
.section__header .heading + .button {
  margin-top: var(--gap);
}
.section__header .text + figure {
  margin-top: var(--gap);
}

section.listing-suche + .section--results {
  padding-top: var(--gap);
  padding-bottom: var(--section-flow);
}

.section--results:nth-child(odd) {
  --section-bg: var(--bg-light);
  padding-bottom: var(--section-flow);
}

.section--cta-circle + section {
  margin-top: 0 !important;
}
.section--cta-circle:not(.bg) {
  padding: 0;
}

.section--details .row .yn-article__text {
  padding-top: 5px;
}

.section--img-text div[class*=col-] + div[class*=col-] {
  margin-top: -6px;
}

.text.text--intro {
  font-size: clamp(var(--font-size), 5vw, var(--font-size-intro));
}
.text.text--intro p {
  font-size: 1em;
}
.text + .yn-buttons, .text + .button, .text + .link {
  margin-top: 1rem;
}
.text.text--center {
  text-align: center;
}
.text.text--center .yn-buttons {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-text {
  font-size: clamp(var(--font-size), 5vw, 1.85rem);
}
.top-text p {
  font-size: 1em;
}

address {
  font-size: var(--font-size);
  font-style: normal;
}
address p {
  font-size: 1em;
}

.quote {
  font-family: var(--font-secondary);
  text-align: center;
}
.quote.quote--single {
  padding-inline: 4rem;
}

.quote__image {
  display: inline-block;
  max-width: 8rem;
  margin-bottom: 1rem;
}

.eventdate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  font-size: var(--font-size-tiny);
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 0.25rem;
  border-radius: var(--border-radius);
  background: #fff;
  -webkit-box-shadow: 0 0 2px var(--border-color);
          box-shadow: 0 0 2px var(--border-color);
  min-width: 3.5rem;
  max-width: 3.5rem;
  margin-bottom: var(--gap);
  pointer-events: none;
}
.eventdate > span {
  padding-inline: 0.5rem;
}
.eventdate__month {
  color: #fff;
  padding-block: 0.125rem;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  background: #000;
}
.eventdate__day {
  font-size: var(--font-size-small);
  color: var(--color-primary);
  line-height: 1.25;
  padding-top: 0.25rem;
}
.eventdate__year {
  font-size: 0.75rem;
}

.person {
  text-align: center;
}
.person .person__image {
  text-align: center;
  margin-bottom: 1rem;
}
.person .person__image img {
  display: inline-block;
  max-width: 25rem;
}

details {
  border-radius: var(--border-radius-wide);
  background: var(--bg-light);
}
details .details__content {
  padding: calc(var(--gap) * 1.5);
  padding-top: 0;
}
details summary {
  cursor: pointer;
  position: relative;
  list-style: none;
}
details summary::-webkit-details-marker {
  display: none;
}
details + details {
  margin-top: calc(var(--gap) / 2);
}
@media (prefers-reduced-motion: no-preference) {
  details {
    interpolate-size: allow-keywords;
  }
}
details::details-content {
  opacity: 0;
  block-size: 0;
  overflow-y: clip;
  -webkit-transition: content-visibility var(--nav-atime) allow-discrete, opacity var(--nav-atime), block-size var(--nav-atime);
  transition: content-visibility var(--nav-atime) allow-discrete, opacity var(--nav-atime), block-size var(--nav-atime);
}
details[open]::details-content {
  opacity: 1;
  block-size: auto;
}
details[open] summary {
  color: currentColor;
}
details[open] summary .icon.icon--arrow {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  color: #fff;
  background: var(--accordion-active);
}

summary {
  font-size: clamp(var(--font-size), 5vw, 1.5rem);
  padding: calc(var(--gap) * 1.5);
  padding-right: calc(var(--gap) * 3);
}
summary .icon.icon--arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(var(--gap) * 1.5);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.125);
  -webkit-transform-origin: 0 25%;
          transform-origin: 0 25%;
  -webkit-transition: all var(--atime) ease;
  transition: all var(--atime) ease;
}
summary .icon.icon--arrow::after {
  position: relative;
  content: "";
  top: -2px;
  display: inline-block;
  width: 0.875rem;
  height: 0.875rem;
  border-top: var(--accordion-icon-width, 2px) solid;
  border-right: var(--accordion-icon-width, 2px) solid;
  background: none;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.accordions .yn-accordions:not(:last-of-type)::after {
  content: "";
  display: block;
  width: 100%;
  height: var(--border-width);
  background: var(--border-color);
}
.accordions .yn-accordion__content .text {
  padding-block: var(--gap);
}

.timeline__container {
  --timeline-color: var(--bg-light);
  padding: 0;
  margin-top: min(4rem, var(--flow));
  background: linear-gradient(90deg, var(--timeline-color) 2px, var(--section-bg) 1px);
  background-position: 0.75rem 0;
  background-repeat: repeat-y;
  background-size: 50%;
  list-style: none;
}
.timeline__container h3 span {
  display: block;
}
.timeline__container:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 64rem) {
  .timeline__container {
    background-position: 100% 0;
  }
}

.timeline {
  --base-icon-size: 1rem;
  --icon-size: calc(var(--base-icon-size) * var(--growth-factor, 1) * 1.5);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.timeline__dot {
  position: absolute;
  top: 0.75rem;
  left: 0;
  height: var(--icon-size);
  width: var(--icon-size);
  border-radius: 50%;
  background: var(--timeline-color);
}
.timeline__item {
  margin-left: 5vw;
  padding: var(--gap);
  padding-left: 2vmax;
  padding-right: 0;
}
.timeline__item p:last-child {
  margin-bottom: 0;
}
.timeline:first-child .timeline__dot {
  top: 0;
}
.timeline:first-child .timeline__item {
  padding-top: 0;
}
.timeline:last-child {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.5rem, transparent), color-stop(1.5rem, var(--section-bg)));
  background: linear-gradient(to bottom, transparent 1.5rem, var(--section-bg) 1.5rem);
}
@media screen and (min-width: 64rem) {
  .timeline {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 -1.5rem;
  }
  .timeline__dot {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-left: 1px;
  }
  .timeline__item {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
    margin-left: 0;
    padding: 0.5rem var(--gap);
    justify-self: flex-end;
  }
  .timeline:nth-child(odd) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: right;
  }
}

.timeline__image + .timeline__content {
  margin-top: var(--gap);
}

.message {
  padding-block: var(--gap);
}

.subservice-items {
  position: relative;
  margin-left: 15%;
}
@media screen and (max-width: 48rem) {
  .subservice-items {
    margin-left: 0;
  }
}

.subservice-item {
  position: relative;
  padding-left: 50px;
  max-width: 800px;
}
.subservice-item:not(:last-child) {
  padding-bottom: var(--gap);
  border-left: 1px solid currentColor;
}
.subservice-item:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: currentColor;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.subservice-item__heading {
  margin-bottom: 15px;
  font-weight: var(--font-weight-light);
  -webkit-transition: font-size 0.3s ease;
  transition: font-size 0.3s ease;
}
.subservice-item__text {
  margin-left: calc(var(--gap) * 3);
}
@media screen and (max-width: 48rem) {
  .subservice-item__text {
    margin-left: var(--gap);
  }
}
.subservice-item__cite {
  margin-left: calc(var(--gap) * 5);
}
@media screen and (max-width: 48rem) {
  .subservice-item__cite {
    margin-left: calc(var(--gap) * 2);
  }
}
.subservice-item__content__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.5s ease, opacity 0.5s ease;
  transition: grid-template-rows 0.5s ease, opacity 0.5s ease;
  transition: grid-template-rows 0.5s ease, opacity 0.5s ease, -ms-grid-rows 0.5s ease;
  opacity: 0;
}
.subservice-item__content__inner > * {
  overflow: hidden;
}
.subservice-item:hover:before {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.subservice-item:hover .subservice-item__content__inner {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  opacity: 1;
}
.subservice-item:hover .subservice-item__heading {
  font-weight: var(--font-weight-medium);
  font-size: clamp(1.5rem, 5vw, 2.5rem);
}
@media screen and (max-width: 48rem) {
  .subservice-item.active:before {
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  .subservice-item.active .subservice-item__content__inner {
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    opacity: 1;
  }
  .subservice-item.active .subservice-item__heading {
    font-weight: var(--font-weight-medium);
  }
}
.subservice-item a.button {
  margin-left: calc(var(--gap) * 3);
  margin-bottom: 30px;
}
@media screen and (max-width: 48rem) {
  .subservice-item a.button {
    margin-left: var(--gap);
  }
}

.reference-item {
  position: relative;
  padding-block: 2rem;
}
.reference-item:not(:last-child) {
  border-bottom: 1px solid white;
}
.reference-item__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.reference-item__media img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.reference-item__media::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--item-background, rgba(0, 0, 0, 0.75));
}
.reference-item__heading {
  margin-bottom: var(--gap);
}
.reference-item__heading + a {
  margin-bottom: calc(var(--gap) / 2);
}
.reference-item__categories {
  margin-top: calc(var(--gap) * 1.5);
}
.reference-item__button-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reference-item__button-col button {
  margin-top: auto;
  margin-left: auto;
}
.reference-item__button-col button {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.reference-item__button-col button img {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.reference-item__button-col button.open img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.reference-item__inner {
  position: relative;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease;
  transition: max-height 0.4s ease;
  max-height: 3em;
  mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(1.5em, black), to(transparent)), -webkit-gradient(linear, left top, right top, from(black), color-stop(80%, black), to(transparent));
  mask-image: linear-gradient(to bottom, black 0%, black 1.5em, transparent 100%), linear-gradient(to right, black 0%, black 80%, transparent 100%);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(1.5em, black), to(transparent)), -webkit-gradient(linear, left top, right top, from(black), color-stop(80%, black), to(transparent));
  -webkit-mask-image: linear-gradient(to bottom, black 0%, black 1.5em, transparent 100%), linear-gradient(to right, black 0%, black 80%, transparent 100%);
  mask-composite: intersect;
  -webkit-mask-composite: source-in;
}
.reference-item.expanded .reference-item__inner {
  max-height: 1000px;
  mask-image: none;
  -webkit-mask-image: none;
}
.reference-item .inner {
  position: relative;
  color: white;
}

.news-item {
  border-radius: 24px;
  border: 2px solid currentColor;
  padding: var(--gap);
}
.news-item:not(:last-child) {
  margin-bottom: var(--gap);
}
.news-item__categories {
  margin-top: 10px;
}
.news-item__author {
  margin-bottom: 0;
}
.news-item img {
  margin-left: auto;
}
.news-item svg {
  width: 80px;
  margin-left: auto;
}
.news-item svg path {
  stroke: var(--text_override, currentColor);
}

.kundenstimmen--teaser,
.team--teaser {
  overflow: hidden;
  padding-bottom: max(10rem, var(--section-flow)) !important;
}
.kundenstimmen--teaser .splide,
.team--teaser .splide {
  position: relative;
}
.kundenstimmen--teaser .splide__track,
.team--teaser .splide__track {
  overflow: visible;
}
.kundenstimmen--teaser .splide__arrows,
.team--teaser .splide__arrows {
  top: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  bottom: -7.5rem;
}
.kundenstimmen--teaser .splide__arrows .splide__arrow--prev,
.kundenstimmen--teaser .splide__arrows .splide__arrow--next,
.team--teaser .splide__arrows .splide__arrow--prev,
.team--teaser .splide__arrows .splide__arrow--next {
  height: 80px;
  width: 80px;
  opacity: 1;
}
.kundenstimmen--teaser .splide__arrows .splide__arrow--prev svg,
.kundenstimmen--teaser .splide__arrows .splide__arrow--next svg,
.team--teaser .splide__arrows .splide__arrow--prev svg,
.team--teaser .splide__arrows .splide__arrow--next svg {
  width: 80px;
}
.kundenstimmen--teaser .splide__arrows .splide__arrow--prev svg path,
.kundenstimmen--teaser .splide__arrows .splide__arrow--next svg path,
.team--teaser .splide__arrows .splide__arrow--prev svg path,
.team--teaser .splide__arrows .splide__arrow--next svg path {
  stroke: var(--content-text-override, var(--text-override, currentColor));
}
.kundenstimmen--teaser .splide__arrows .splide__arrow--prev,
.team--teaser .splide__arrows .splide__arrow--prev {
  left: 0;
}
.kundenstimmen--teaser .splide__arrows .splide__arrow--next,
.team--teaser .splide__arrows .splide__arrow--next {
  right: 0;
}

.kundenstimmen-item {
  height: 100%;
}
.kundenstimmen-item__content {
  height: 100%;
  padding: var(--gap);
  border: 2px solid currentColor;
  border-radius: var(--border-radius-wide);
}

.occasion-col {
  position: relative;
  z-index: 1;
}

.cta-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cta-col .cta-dot {
  margin-top: auto;
}
@media screen and (max-width: 64rem) {
  .cta-col .cta-dot {
    margin-top: calc(var(--gap) * 2);
  }
}

.occasion-item:not(:last-child) {
  margin-bottom: var(--gap);
}
.occasion-item .button {
  background-color: white !important;
  color: black !important;
}
.occasion-item .button:hover {
  background-color: var(--button-bg) !important;
  color: white !important;
}
@media (min-width: 600px) {
  .occasion-item .button {
    min-width: 450px;
  }
}

@media screen and (min-width: 64rem) {
  .cta-text-container {
    padding-right: 2rem;
  }
}

.cta-dot {
  --font-size: clamp(1.15rem, 5vw, 1.25rem);
  --button-font-size: 1rem;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: max(1.5rem, 3vmin);
  border-radius: 50%;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 590px;
  width: 100%;
  color: var(--color);
  background-color: var(--content-cta-bg-override, var(--cta-bg-override, var(--bg-dark)));
}
.cta-dot h2 {
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  color: var(--content-cta-text-override, var(--cta-text-override, currentColor));
}
.cta-dot p.tagline {
  color: var(--content-cta-text-override, var(--cta-text-override, currentColor));
}
.cta-dot a.button {
  background-color: var(--content-cta-button-bg-override, var(--cta-button-bg-override, var(--color))) !important;
  color: var(--content-cta-button-text-override, var(--cta-button-text-override, var(--bg-dark))) !important;
}
@media (max-width: 550px) {
  .cta-dot {
    border-radius: 25px;
  }
}
@media screen and (max-width: 64rem) {
  .cta-dot:has(.cta-dot__image) .cta-dot__inner {
    margin-left: 35%;
  }
  .cta-dot:has(.cta-dot__image) .cta-dot__image {
    -webkit-transform: translateX(-30%);
            transform: translateX(-30%);
  }
}
@media screen and (max-width: 550px) {
  .cta-dot:has(.cta-dot__image) .cta-dot__inner {
    margin: 0 auto;
    text-align: center;
  }
  .cta-dot:has(.cta-dot__image) .cta-dot__image {
    display: none;
  }
}
.cta-dot__inner {
  text-align: left;
  max-width: 380px;
  margin: 0 auto 0 25%;
}
.cta-dot__inner .heading {
  margin-bottom: calc(var(--gap) * 1.5);
}
.cta-dot__image {
  position: absolute;
  aspect-ratio: 1;
  max-width: 12rem;
  top: 25%;
  left: 2.5rem;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateX(-55%);
          transform: translateX(-55%);
  background: #fff;
}
.cta-dot__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 100%;
}

.section--cta input[type=checkbox] + label:before,
.section--cta input[type=radio] + label:before {
  border-color: var(--content-text-override, var(--text-override, var(--input-border-color)));
}
.section--cta input[type=checkbox]:checked + label:after,
.section--cta input[type=radio]:checked + label:after {
  background-color: var(--content-text-override, var(--text-override, var(--color-primary)));
}

.section--cta-circle {
  overflow: hidden;
}
.section--cta-circle:not(:has(.cta-dot__image)) .cta-dot__inner {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1650px) {
  .section--cta-circle .col-special-left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .section--cta-circle .col-special-right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .section--cta-circle .bubble-text {
    max-width: 600px;
    margin: 0 auto calc(var(--gap) * 2) auto;
  }
}
@media (min-width: 1651px) {
  .section--cta-circle:has(.bubbles__outer) .cta-dot {
    margin-top: 15rem;
  }
}

.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.popup-container.active {
  pointer-events: all;
  opacity: 1;
}
.popup-container.square .popup-circle {
  border-radius: 25px;
  padding-top: 60px;
  padding-inline: var(--gap);
  display: block;
  overflow: auto;
}
.popup-container.square .popup-circle .popup-close {
  top: 10px;
}
.popup-container.square .popup-circle .popup-form-container {
  padding-inline: var(--gap);
}
.popup-container.visible .popup-content {
  opacity: 1;
}

.popup-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

.popup-circle {
  position: relative;
  aspect-ratio: 1;
  max-width: 90vw;
  max-height: 90vh;
  background: #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: border-radius 0.5s ease, -webkit-transform 0.5s ease;
  transition: border-radius 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, border-radius 0.5s ease;
  transition: transform 0.5s ease, border-radius 0.5s ease, -webkit-transform 0.5s ease;
}
.popup-container.active .popup-circle {
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media screen and (max-width: 1023px) {
  .popup-circle {
    border-radius: 25px;
    aspect-ratio: auto;
    padding-top: 60px;
    padding-inline: var(--gap);
    display: block;
    overflow: auto;
  }
  .popup-circle .popup-close {
    top: 10px;
  }
  .popup-circle .popup-form-container {
    padding-inline: var(--gap);
  }
}

.popup-close {
  position: absolute;
  top: 40px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  padding: 10px;
  z-index: 10;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.popup-close:hover {
  opacity: 0.7;
}

.popup-content {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: white;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  overflow: auto;
}
@media (max-height: 840px) {
  .popup-content {
    display: block;
  }
}

.popup-form-container {
  width: 100%;
  padding: 0 calc(var(--gap) * 2);
}
.popup-form-container .form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.popup-form-container .widget {
  margin-bottom: calc(var(--gap) * 0.5);
}
.popup-form-container .widget:not(.widget--checkbox) label {
  display: none;
}
.popup-form-container .widget--description p {
  font-size: 0.875rem;
}
.popup-form-container input[type=checkbox] + label:before,
.popup-form-container input[type=radio] + label:before {
  border-color: white;
  border-radius: 50%;
}
.popup-form-container input[type=checkbox]:checked + label:after,
.popup-form-container input[type=radio]:checked + label:after {
  background-color: white;
  border-radius: 50%;
}
.popup-form-container input,
.popup-form-container textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgb(255, 255, 255);
  border-radius: 0;
  color: white;
  padding: 10px 10px;
  margin-bottom: 5px;
  font-size: 1rem;
}
.popup-form-container input::-webkit-input-placeholder, .popup-form-container textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.popup-form-container input::-moz-placeholder, .popup-form-container textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.popup-form-container input:-ms-input-placeholder, .popup-form-container textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.popup-form-container input::-ms-input-placeholder, .popup-form-container textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.popup-form-container input::placeholder,
.popup-form-container textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.popup-form-container input:focus,
.popup-form-container textarea:focus {
  outline: none;
  border-bottom-color: white;
}
.popup-form-container textarea {
  min-height: 6rem;
}
.popup-form-container textarea::-webkit-input-placeholder {
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}
.popup-form-container textarea::-moz-placeholder {
  transform: translateY(3rem);
}
.popup-form-container textarea:-ms-input-placeholder {
  transform: translateY(3rem);
}
.popup-form-container textarea::-ms-input-placeholder {
  transform: translateY(3rem);
}
.popup-form-container textarea::placeholder {
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
}
.popup-form-container button[type=submit] {
  background: white;
  color: black;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px !important;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup-form-container button[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.popup-form-container .form-content.inactive {
  display: none !important;
}
.popup-form-container .yn-form-response.active {
  position: relative;
}
.popup-form-container .yn-form-response__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.popup-form-container .yn-form-response__control .button {
  margin-inline: auto;
}

.location-teaser {
  position: relative;
  padding-top: 0;
  min-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
}
.location-teaser__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.location-teaser__media img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.location-teaser__content {
  position: relative;
  z-index: 1;
  color: white;
  padding: var(--section-flow) calc(var(--gap) * 2) var(--section-flow);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 64rem) {
  .location-teaser__content {
    background-color: transparent !important;
  }
}
.location-teaser .inner {
  position: relative;
}
@media screen and (max-width: 64rem) {
  .location-teaser .inner {
    background: rgba(0, 0, 0, 0.65);
  }
}
.location-teaser .inner .row {
  height: 100%;
}
.location-teaser .inner .row .col-xs-12 {
  margin-bottom: 0 !important;
}

.media__circle {
  max-width: 28rem;
  aspect-ratio: 1;
  margin-bottom: var(--gap);
  border-radius: 50%;
  overflow: hidden;
}
.media__circle img,
.media__circle video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.mega-accordion__item {
  position: relative;
  overflow: hidden;
  -webkit-transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.mega-accordion__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(var(--inner-max) - var(--inner-padding) * 2);
  max-width: calc(100% - var(--inner-padding) * 2);
  height: 2px;
  background: currentColor;
}
.mega-accordion__header {
  position: relative;
  cursor: pointer;
  padding: 20px 0;
}
.mega-accordion__header:hover {
  opacity: 0.8;
}
.mega-accordion__title {
  font-size: 7.5rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .mega-accordion__title {
    font-size: 5rem;
  }
}
.mega-accordion {
  /*
  	&__toggle {
  		position: absolute;
  		right: 20px;
  		top: 20px;
  		background: none;
  		border: none;
  		font-size: 2rem;
  		cursor: pointer;
  		z-index: 2;
  		transition: transform 0.3s ease;

  		&::after {
  			content: '+';
  			transition: transform 0.3s ease;
  			color: transparent;
  		}

  		.mega-accordion__item.expanded & {
  			&::after {
  				content: '−';
  			}
  		}
  	}
  */
}
.mega-accordion__content {
  padding-top: 0;
  -webkit-transition: opacity 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
  transition: opacity 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
  transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s;
  transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s, -webkit-transform 0.4s ease 0.2s;
  /*
  .mega-accordion__item.expanded & {
  	opacity: 1;
  	transform: translateY(0);
  	pointer-events: auto;
  }
  	*/
}
.mega-accordion__content-inner {
  padding: 20px 0;
}
.mega-accordion__content-inner p {
  max-width: 800px;
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.section--values {
  overflow: hidden;
}
.section--values .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(var(--gap) * 2);
  padding: var(--gap) calc(var(--gap) * 3);
  position: relative;
}
.section--values .value::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10000px;
  height: 2px;
  background: currentColor;
}
@media screen and (max-width: 64rem) {
  .section--values .value {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: calc(var(--gap) * 3) var(--gap);
  }
}
.section--values .value:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10000px;
  height: 2px;
  background: currentColor;
}
.section--values .value__icon {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section--values .value__icon img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.section--values .value__title {
  font-weight: normal;
}

.section--reasons {
  overflow: hidden;
}
.section--reasons .reason {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(var(--gap) * 2);
  padding: var(--gap) calc(var(--gap) * 3);
  position: relative;
}
.section--reasons .reason::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10000px;
  height: 2px;
  background: currentColor;
}
@media screen and (max-width: 64rem) {
  .section--reasons .reason {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: calc(var(--gap) * 3) var(--gap);
  }
}
.section--reasons .reason:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10000px;
  height: 2px;
  background: currentColor;
}
.section--reasons .reason__number {
  width: 80px;
  height: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section--reasons .reason__number span {
  font-weight: 500;
  line-height: 1;
  font-size: 3.75rem;
}
.section--reasons .reason__title {
  font-weight: 300;
  font-size: clamp(1.5rem, 5vw, 1.875rem);
}

.services--teaser {
  overflow: hidden;
}

.career--teaser {
  overflow: hidden;
}

.career-item {
  padding: calc(var(--item-gap, var(--gap)) * 2) var(--gap) var(--gap) var(--gap);
  position: relative;
}
.career-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10000px;
  height: 2px;
  background: currentColor;
}
.career-item:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10000px;
  height: 2px;
  background: currentColor;
}
.career-item a.button {
  font-weight: 300;
  font-size: clamp(1.25rem, 5vw, 1.5rem);
}

.banner--4c {
  padding-top: 0 !important;
}
.banner--4c.bg {
  padding-bottom: calc(var(--section-flow) / 2);
}
.banner--4c__media {
  height: 28rem;
  margin-bottom: max(2.5rem, var(--section-flow) / 2);
}
.banner--4c__media img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.four-c-elements__element {
  position: relative;
  container-type: inline-size;
  padding-block: calc(var(--gap) * 3);
  overflow: hidden;
}
.four-c-elements__element:first-child {
  padding-top: 0;
}
.four-c-elements__element:not(:last-child) {
  border-bottom: 1px solid var(--content-text-override, var(--text-override, black));
}
.four-c-elements__element div[class*=col-]:last-child {
  margin: 0;
}
.four-c-elements__element__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.four-c-elements__element__cname {
  font-size: clamp(2.5rem, 10vw, 7.25rem);
  margin-top: auto;
}
@media screen and (min-width: 64rem) {
  .four-c-elements__element__cname {
    font-size: clamp(2rem, min(3rem + 4.25 * (100cqi - 18.75rem) / 37.5, 80cqi / var(--char-count, 8)), 7.25rem);
  }
}

.yn-article--separate-headings .row + .row {
  margin-top: calc(var(--gap) * 4);
}
.yn-article--separate-headings .yn-article__heading :is(h1, h2, h3, h4, h5, h6) {
  font-size: clamp(1.5rem, 1.5rem + 0.7 * (100vw - 25rem) / 65, 2.25rem);
}
.yn-article--separate-headings {
  /*
  @media screen and (min-width: 1024px) {
  	.yn-article__heading {
  		text-align: right;
  	}
  }
  */
}

.details-heading--engpaesse figure {
  border-radius: 50%;
  overflow: hidden;
  margin: 0;
}
@media screen and (max-width: 64rem) {
  .details-heading--engpaesse figure {
    max-width: 540px;
  }
}
.details-heading--engpaesse figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.details-heading--engpaesse {
  /*
  &:has(img) {
  	.intro {
  		margin-top: 33%;

  		@media screen and (max-width: $screen-md) {
  			margin-top: var(--gap);
  		}
  	}
  }
  */
}

.details-heading--referenzen:not(.refdet) {
  padding-top: 0 !important;
}
.details-heading--referenzen .reference__banner-container {
  position: relative;
}
.details-heading--referenzen .reference__banner {
  margin-bottom: 90px;
  height: 65vmin;
}
.details-heading--referenzen .reference__banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 75rem) {
  .details-heading--referenzen .reference__banner {
    min-height: 56.25rem;
  }
}
.details-heading--referenzen .gallery-thumbnails {
  position: absolute;
  right: 5%;
  bottom: -90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 64rem) {
  .details-heading--referenzen .gallery-thumbnails {
    bottom: -50px;
    gap: 10px;
  }
}
@media screen and (max-width: 48rem) {
  .details-heading--referenzen .gallery-thumbnails {
    bottom: -40px;
    gap: 8px;
  }
}
.details-heading--referenzen .gallery-thumbnails .thumbnail-btn {
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  width: 180px;
  height: 180px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 64rem) {
  .details-heading--referenzen .gallery-thumbnails .thumbnail-btn {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 48rem) {
  .details-heading--referenzen .gallery-thumbnails .thumbnail-btn {
    width: 80px;
    height: 80px;
  }
}
.details-heading--referenzen .gallery-thumbnails .thumbnail-btn:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.details-heading--referenzen .gallery-thumbnails .thumbnail-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.details-heading--referenzen .gallery-thumbnails .thumbnail-btn:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.details--referenzen svg {
  height: 15px;
  width: auto;
  display: inline;
}
.details--referenzen .row + .row {
  margin-top: calc(var(--gap) * 3);
}
.details--referenzen .reference__meta {
  margin-bottom: calc(var(--gap) * 2);
}

.banner--location {
  padding-top: calc((var(--section-flow) + 4rem) * 2) !important;
}

.section--location-map {
  position: relative;
  overflow: hidden;
}
.section--location-map .mapouter,
.section--location-map .location-map,
.section--location-map .location-map__map {
  height: 100%;
  min-height: 32rem;
}
.section--location-map .location-map {
  position: relative;
}
@media (min-width: 1024px) {
  .section--location-map .location-map {
    position: static;
  }
  .section--location-map .location-map .location-map__map {
    position: absolute !important;
    top: 0;
    height: 100%;
    width: 63.75vw;
  }
}
.section--location-map .location-map__fallback {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-height: 32rem;
}
.section--location-map .location-map--fallback .location-map__map {
  display: none;
}
.section--location-map .location-map--fallback .location-map__fallback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section--location-map .location-map__info {
  text-align: center;
  padding: 0.625rem;
  min-width: 12rem;
}
.section--location-map .location-map__info-title {
  margin: 0 0 0.5rem;
  font-weight: 600;
}
.section--location-map .location-map__info-address {
  margin: 0 0 var(--gap);
}
.section--location-map .location-map__info-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.details-heading--aktuelles {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.details-heading--aktuelles figure {
  height: 65vmin;
  width: 100%;
}
.details-heading--aktuelles figure img,
.details-heading--aktuelles figure video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.gallery-section {
  padding-bottom: var(--section-flow);
}

.references--teaser:has(+ section.bg) {
  padding-bottom: 0 !important;
}

.details--team .col-xs-12 {
  overflow: visible;
}
.details--team .col-xs-12 figure {
  position: sticky;
  top: 96px;
}
.details--team .col-xs-12 .team-content {
  margin-top: calc(var(--gap) * 4);
}
@media (max-width: 64rem) {
  .details--team .col-xs-12 .team-content {
    margin-top: 0;
  }
}

.details--aktuelles .row + .row {
  margin-top: calc(var(--gap) * 4);
}

/*
.article-side-heading {
	text-align: right;
	hyphens: auto;

	@media (max-width: $screen-md) {
		text-align: left;
	}
}
*/
.scroll-section {
  overflow-y: auto;
  height: 50vh;
  -webkit-overflow-scrolling: touch;
  -ms-scroll-snap-type: none;
      scroll-snap-type: none; /* disable native snap */
  /* Hide scrollbar */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.scroll-section::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}

.service-card {
  border-radius: 36px;
  border: 2px solid currentColor;
  height: 50vh; /* user requested height */
  padding: calc(var(--gap) * 2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-inline: calc(var(--gap) * 2);
  gap: var(--gap);
}
.service-card__inner > * {
  width: 50%;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media screen and (max-width: 64rem) {
  .service-card__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-card__inner > * {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

/* card style */
.scroll-item {
  scroll-snap-align: center; /* snap to center of the section */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* initial visual state */
  opacity: 0.25;
  -webkit-transform: translateY(30px) scale(0.96);
          transform: translateY(30px) scale(0.96);
  will-change: transform, opacity;
  -webkit-transition: -webkit-box-shadow 200ms ease;
  transition: -webkit-box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
}
.scroll-item:last-child .service-card {
  border-color: transparent;
}

.section--steps {
  overflow: hidden;
}

.steps-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: calc(var(--gap) * 1.5) 0;
}
.steps-container .step {
  width: 25%;
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
}
@media screen and (max-width: 64rem) {
  .steps-container .step {
    width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media screen and (max-width: 48rem) {
  .steps-container .step {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.steps-container .step .step-number {
  border-bottom: 2px solid currentColor;
  margin-bottom: calc(var(--gap) * 1.5);
  padding-bottom: calc(var(--gap) * 1.5);
}
.steps-container .step .step-content {
  padding-right: var(--gap);
}
.steps-container .step .step-content h3 {
  margin-bottom: calc(var(--gap) / 2);
}
.steps-container .step:last-child .step-number {
  position: relative;
}
.steps-container .step:last-child .step-number::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  height: 2px;
  width: 1000px;
  background: currentColor;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.banner--network figure {
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 64rem) {
  .banner--network figure {
    max-width: 540px;
  }
}
.banner--network figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner--network .banner-text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.network-cta-text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 64rem) {
  .network-cta-text {
    margin-bottom: calc(var(--gap) * 2);
  }
}

:root {
  --scroll-start: 0;
  --scroll-end: calc(-100% - var(--gap));
  --duration: 60s;
}

@-webkit-keyframes scroll-x {
  from {
    -webkit-transform: translateX(var(--scroll-start));
            transform: translateX(var(--scroll-start));
  }
  to {
    -webkit-transform: translateX(var(--scroll-end));
            transform: translateX(var(--scroll-end));
  }
}

@keyframes scroll-x {
  from {
    -webkit-transform: translateX(var(--scroll-start));
            transform: translateX(var(--scroll-start));
  }
  to {
    -webkit-transform: translateX(var(--scroll-end));
            transform: translateX(var(--scroll-end));
  }
}
@-webkit-keyframes scroll-y {
  from {
    -webkit-transform: translateY(var(--scroll-start));
            transform: translateY(var(--scroll-start));
  }
  to {
    -webkit-transform: translateY(var(--scroll-end));
            transform: translateY(var(--scroll-end));
  }
}
@keyframes scroll-y {
  from {
    -webkit-transform: translateY(var(--scroll-start));
            transform: translateY(var(--scroll-start));
  }
  to {
    -webkit-transform: translateY(var(--scroll-end));
            transform: translateY(var(--scroll-end));
  }
}
.marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--gap);
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(var(--mask-direction, to right)), color-stop(hsla(0, 0%, 0%, 0)), color-stop(20%, hsl(0, 0%, 0%)), color-stop(80%, hsl(0, 0%, 0%)), to(hsla(0, 0%, 0%, 0)));
  -webkit-mask-image: linear-gradient(var(--mask-direction, to right), hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 20%, hsl(0, 0%, 0%) 80%, hsla(0, 0%, 0%, 0));
          mask-image: -webkit-gradient(linear, left top, left bottom, from(var(--mask-direction, to right)), color-stop(hsla(0, 0%, 0%, 0)), color-stop(20%, hsl(0, 0%, 0%)), color-stop(80%, hsl(0, 0%, 0%)), to(hsla(0, 0%, 0%, 0)));
          mask-image: linear-gradient(var(--mask-direction, to right), hsla(0, 0%, 0%, 0), hsl(0, 0%, 0%) 20%, hsl(0, 0%, 0%) 80%, hsla(0, 0%, 0%, 0));
}
.marquee + .marquee {
  margin-top: 1.5rem;
}

.marquee__group {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: calc(var(--gap) * 3);
  min-width: 50%;
  -webkit-animation: scroll-x var(--duration) linear infinite;
          animation: scroll-x var(--duration) linear infinite;
}

.marquee__item {
  width: 8rem;
  height: 8rem;
  opacity: 0.8;
}
.marquee__item:last-child {
  margin-right: 1.5rem;
}
.marquee__item > a {
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0.8;
}
.marquee__item > a:hover {
  opacity: 1;
}
.marquee__item img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.section--project-partners .col-xs-12:first-child {
  position: relative;
}
.section--project-partners .col-xs-12:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  max-height: 100%;
  width: 2px;
  background: currentColor;
}
@media screen and (max-width: 64rem) {
  .section--project-partners .col-xs-12:first-child::after {
    display: none;
  }
  .section--project-partners .col-xs-12:first-child {
    border-bottom: 2px solid currentColor;
    padding-bottom: calc(var(--gap) * 2);
  }
}

.section--object-partners .text--intro ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: clamp(var(--font-size), 5vw, 1.875rem);
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.section--object-partners .text--intro ul li:not(:last-child)::after {
  display: inline-block;
  content: "|";
  margin-left: 1rem;
}
.section--object-partners .col-xs-12:first-child {
  position: relative;
}
.section--object-partners .col-xs-12:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2px;
  background: currentColor;
}
@media screen and (max-width: 64rem) {
  .section--object-partners .col-xs-12:first-child::after {
    display: none;
  }
  .section--object-partners .col-xs-12:first-child {
    border-bottom: 2px solid currentColor;
    padding-bottom: calc(var(--gap) * 2);
  }
}

.section--how-it-works .col-xs-12.col-lg-3:first-child {
  position: relative;
}
.section--how-it-works .col-xs-12.col-lg-3:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 2px;
  background: currentColor;
}
@media screen and (max-width: 64rem) {
  .section--how-it-works .col-xs-12.col-lg-3:first-child::after {
    display: none;
  }
  .section--how-it-works .col-xs-12.col-lg-3:first-child {
    border-bottom: 2px solid currentColor;
    padding-bottom: calc(var(--gap) * 2);
  }
}
.section--how-it-works .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: calc(var(--gap) * 2);
}
.section--how-it-works .icons .icon {
  width: 33.333%;
  -ms-flex-preferred-size: 33.333%;
      flex-basis: 33.333%;
  padding-right: var(--gap);
  text-align: center;
}
@media (max-width: 48rem) {
  .section--how-it-works .icons .icon {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: var(--gap);
  }
}
.section--how-it-works .icons .icon img {
  height: 100px;
  width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: var(--gap);
  margin-inline: auto;
}

.section--google-reviews .splide__arrows {
  top: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  bottom: -90px;
}
.section--google-reviews .splide__arrows .splide__arrow--prev,
.section--google-reviews .splide__arrows .splide__arrow--next {
  height: 80px;
  width: 80px;
}
.section--google-reviews .splide__arrows .splide__arrow--prev svg,
.section--google-reviews .splide__arrows .splide__arrow--next svg {
  width: 80px;
}
.section--google-reviews .splide__arrows .splide__arrow--prev svg path,
.section--google-reviews .splide__arrows .splide__arrow--next svg path {
  stroke: var(--content-text-override, var(--text-override, currentColor));
}
.section--google-reviews .splide__arrows .splide__arrow--prev {
  left: 0;
}
.section--google-reviews .splide__arrows .splide__arrow--next {
  right: 0;
}

.review-card {
  padding: calc(var(--gap) * 2);
  border: 2px solid currentColor;
  border-radius: 24px;
  height: 100%;
}
.review-card .reviewer-name {
  margin-bottom: var(--gap);
}

.section--leistungen-listing .row + .row {
  margin-top: calc(var(--gap) * 4);
}

.section--referenzen-listing .row + .row {
  margin-top: calc(var(--gap) * 4);
}
.section--referenzen-listing .row:has(.reference-listing-item) {
  gap: var(--item-gap, var(--gap)) 0rem;
}
.section--referenzen-listing .reference-item {
  border-bottom: none;
  margin-bottom: 0 !important;
}
.section--referenzen-listing .reference-listing-item {
  position: relative;
  isolation: isolate;
  height: 100%;
}
.section--referenzen-listing .reference-listing-item figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section--referenzen-listing .reference-listing-item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.section--referenzen-listing .reference-listing-item a {
  opacity: 1 !important;
}
.section--referenzen-listing .reference-listing-item__content {
  color: var(--item-text, white);
  padding: calc(var(--gap) * 2);
  height: 100%;
  opacity: 0;
  background-color: var(--item-bg, rgba(0, 0, 0, 0.75));
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.section--referenzen-listing .reference-listing-item__content:hover {
  opacity: 1;
}
@media (max-width: 48rem) {
  .section--referenzen-listing .reference-listing-item__content {
    opacity: 1;
  }
}
.section--referenzen-listing .reference-listing-item__content > p {
  color: inherit;
}
.section--referenzen-listing .reference-listing-item__content .reference-item__categories {
  color: inherit;
  padding-right: calc(var(--gap) * 3);
}
.section--referenzen-listing .reference-listing-item__content .reference-item__categories p {
  color: inherit;
}
.section--referenzen-listing .reference-listing-item__content img {
  position: absolute;
  width: 60px;
  height: 60px;
  bottom: calc(var(--gap) * 2);
  right: calc(var(--gap) * 2);
}

.section--news-listing .row + .row {
  margin-top: calc(var(--gap) * 4);
}
.section--news-listing .news-listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 20px;
}
@media (max-width: 64rem) {
  .section--news-listing .news-listing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.section--news-listing .news-listing .news-item {
  margin-bottom: 0;
  width: calc(50% - 10px);
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
  -webkit-transform: scaleY(1.1);
          transform: scaleY(1.1);
  background: white;
}
@media (max-width: 64rem) {
  .section--news-listing .news-listing .news-item {
    width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.section--news-listing .news-listing .news-item .row {
  -webkit-transform: scaleY(0.9);
          transform: scaleY(0.9);
}
.section--news-listing .news-listing .news-item .row + .row {
  margin-top: var(--gap);
}
.section--news-listing.bg .news-item, .section--news-listing.has-video-bg .news-item {
  margin-bottom: var(--gap);
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  background: transparent;
}
.section--news-listing.bg .news-item .row, .section--news-listing.has-video-bg .news-item .row {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.section--karriere-listing {
  overflow: hidden;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.video-bg__video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.video-bg__overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3); /* Optional: dark overlay for better text readability */
}

.image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.image-bg img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.image-bg__overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3); /* Optional: dark overlay for better text readability */
}

.newsletter-form-content .button.button--solid {
  background-color: var(--content-button-bg-override, var(--button-bg-override, var(--color))) !important;
  color: var(--content-button-text-override, var(--button-text-override, var(--bg-dark))) !important;
}
.newsletter-form-content input[type=checkbox] + label:before,
.newsletter-form-content input[type=radio] + label:before {
  border-color: var(--content-button-bg-override, var(--button-bg-override, var(--input-border-color)));
}

.service-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--gap) 1fr var(--gap) 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: var(--gap);
}
@media screen and (max-width: 64rem) {
  .service-items {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 48rem) {
  .service-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.service-items .service-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  color: inherit;
  text-decoration: none;
  min-height: 22rem;
}
.service-items .service-item-link.is-active {
  opacity: 0.25;
  pointer-events: none;
}
.service-items .service-item-link:hover .service-item__content {
  color: var(--item-color, black) !important;
}
.service-items .service-item-link:hover .service-item__content * {
  color: var(--item-color, black) !important;
}
.service-items .service-item-link:hover .service-item__content__inner {
  opacity: 1;
  color: white;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.service-items .service-item-link:hover .service-item__circle {
  width: 1000px;
  height: 1000px;
}
.service-items .service-item-link:hover .service-item__hover-ring {
  -webkit-animation: pulse-ring 2.25s ease-out infinite;
          animation: pulse-ring 2.25s ease-out infinite;
}
.service-items .service-item-link:hover .service-item__dot {
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service-items .service-item-link:hover .service-item__dot:nth-child(1) {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.service-items .service-item-link:hover .service-item__dot:nth-child(2) {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}
.service-items .service-item-link:hover .service-item__dot:nth-child(3) {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}
.service-items .service-item-link:hover .service-item__dot:nth-child(4) {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}
.service-items .service-item {
  position: relative;
  isolation: isolate;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 1.5rem;
  border: 2px solid currentColor;
  padding: calc(var(--gap) * 1.5);
}
.service-items .service-item__heading {
  margin-bottom: var(--gap);
}
.service-items .service-item__text {
  margin-bottom: var(--gap);
}
.service-items .service-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.service-items .service-item__content * {
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
.service-items .service-item__content__inner {
  opacity: 0;
  -webkit-transform: scale(0.2);
          transform: scale(0.2);
  -webkit-transition: color 1.2s ease, opacity 0.95s ease, -webkit-transform 0.95s ease;
  transition: color 1.2s ease, opacity 0.95s ease, -webkit-transform 0.95s ease;
  transition: color 1.2s ease, opacity 0.95s ease, transform 0.95s ease;
  transition: color 1.2s ease, opacity 0.95s ease, transform 0.95s ease, -webkit-transform 0.95s ease;
}
.service-items .service-item__circle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background: var(--item-bg, black);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  pointer-events: none;
}
.service-items .service-item__circle-container {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
  border-radius: 21px;
}
.service-items .service-item__hover-ring {
  display: none;
  position: absolute;
  inset: 0;
  border: 2px solid #000;
  border-radius: 200px;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  z-index: 1;
  pointer-events: none;
}
.service-items .service-item__dots-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  pointer-events: none;
}
.service-items .service-item__dot {
  display: none;
  background-color: #000;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
}
.service-items .service-item__dot:nth-child(1) {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.service-items .service-item__dot:nth-child(2) {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.service-items .service-item__dot:nth-child(3) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.service-items .service-item__dot:nth-child(4) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (max-width: 767px) {
  .service-items .service-item .service-item__content {
    color: white;
  }
  .service-items .service-item .service-item__content__inner {
    opacity: 1;
    color: white;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .service-items .service-item .service-item__circle {
    width: 1000px;
    height: 1000px;
  }
}

@-webkit-keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}

@keyframes pulse-ring {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
}
.teaser {
  --padding: 0;
  position: relative;
  display: block;
  padding: var(--padding);
}
.teaser:is(a):not(.no-transform):hover .teaser__image img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
.teaser .teaser__image > a:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.teaser__image {
  position: relative;
  overflow: hidden;
}
.teaser__image img {
  border-radius: var(--border-radius);
  -webkit-transition: -webkit-transform var(--atime) ease;
  transition: -webkit-transform var(--atime) ease;
  transition: transform var(--atime) ease;
  transition: transform var(--atime) ease, -webkit-transform var(--atime) ease;
}
.teaser__image + .teaser__content {
  margin-top: var(--gap);
}

.teaser__icon {
  text-align: center;
  margin-bottom: var(--gap);
}
.teaser__icon img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-height: 5rem;
}

.teaser .eventdate {
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  margin: 0;
}

.teaser__content .list--grid {
  font-size: var(--font-size-small);
}

.teaser.teaser--team {
  border: 2px solid currentColor;
  border-radius: var(--border-radius-wide);
  overflow: hidden;
}
.teaser.teaser--team .teaser__image {
  position: relative;
}
.teaser.teaser--team .teaser__image figure {
  background: #fff;
}
.teaser.teaser--team .teaser__image figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.teaser.teaser--team .teaser__content {
  position: absolute;
  z-index: 1;
  inset: 0;
  bottom: auto;
  margin: 0;
  padding: var(--gap);
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
  opacity: 0;
}
.teaser.teaser--team .teaser__image-frame {
  margin: 0;
}
.teaser.teaser--team .teaser__image-frame--hover {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.teaser.teaser--team:hover .teaser__content,
.teaser.teaser--team:hover .teaser__image-frame--hover {
  opacity: 1;
}

.teaser.teaser--logo .teaser__image {
  padding: calc(var(--gap) * 2);
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color);
}
.teaser.teaser--logo .teaser__content p {
  font-size: var(--font-size-small);
}
.teaser.teaser--logo figcaption {
  position: relative;
  text-align: center;
  padding: var(--gap) 0;
  background: unset;
}

.teaser.teaser--usps {
  text-align: center;
  padding: var(--gap) 0;
  height: 100%;
  border-radius: var(--border-radius-wide);
  -webkit-transition: all var(--atime) ease;
  transition: all var(--atime) ease;
}
.teaser.teaser--usps:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.card {
  --padding: max(var(--gap), 2vw);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--gap);
  padding: var(--padding);
  border-radius: var(--border-radius-wide);
  border: 1px solid var(--border-color);
  background-color: var(--bg);
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card + .card {
  margin-top: var(--gap);
}
.card:hover .card__image {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.card:hover .card__content {
  -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
}

.card__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  border-radius: var(--border-radius-wide);
}
.card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius-wide);
}

.card__content {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: calc(var(--gap) * 2);
  position: relative;
  z-index: 2;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.card__content > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.card__content > *:last-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media screen and (min-width: 48rem) {
  .card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section--banner {
  --min-height: 40rem;
  --max-height: 65vmin;
  --slider-dots-active-bg: #fff;
  --slider-dots-bg: rgb(255 255 255 / 0.5);
  padding-bottom: 0;
}
.section--banner:only-child {
  padding-bottom: 0;
}
.section--banner:first-child {
  padding-top: 0;
}
.section--banner + section {
  padding-top: var(--section-flow);
}
@media screen and (min-width: 48rem) {
  .section--banner:has(+ section.bg) {
    padding-bottom: 0;
  }
}

.banner {
  position: relative;
}
@media screen and (min-width: 48rem) {
  .banner {
    min-height: var(--min-height);
  }
  .banner:has(.banner__media) {
    --color: #fff;
  }
}

.banner__media {
  position: relative;
  background-color: var(--bg-verylight);
  overflow: hidden;
}

.banner__media.media--video video, .banner__media.media--video img,
.banner__media__image video,
.banner__media__image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-height: var(--max-height);
}
@media screen and (min-width: 48rem) {
  .banner__media.media--video video,
  .banner__media__image video {
    min-height: var(--min-height);
  }
}

.banner:has(.media--video) {
  text-shadow: 0 0 1rem rgba(0, 0, 0, 0.75);
}

.banner__content {
  position: relative;
  z-index: 10;
  color: var(--color);
}
.banner__content > .inner {
  padding-top: var(--flow);
}
.banner__content .text :where(p, q, ul, ol, li) {
  color: currentColor;
}
@media screen and (min-width: 48rem) {
  .banner__content {
    position: absolute;
    inset: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: var(--content-text-override, var(--text-override, var(--color)));
  }
  .banner__content > .inner {
    padding-block: var(--flow);
  }
  .banner__content .text {
    max-width: 65vmin;
  }
}

.image--contain img, .image--contain video {
  -o-object-fit: contain;
     object-fit: contain;
}
.image--contain .image-bg__overlay {
  display: none;
}

/*
.banner.banner--darken {
	@media screen and (min-width: $screen-sm) {
		.banner__media {
			&::after {
				content: '';
				display: block;
				position: absolute;
				inset: 0;
				background: linear-gradient(to bottom, transparent, rgb(0 0 0 / 0.65));
			}
		}
	}
}
*/
.article__content + .article__footer {
  margin-top: var(--gap);
}

.article__image + .article__quote {
  margin-top: var(--gap);
}

:where(h1, h2, h3) + .yn-article {
  margin-top: var(--gap);
}

.yn-article > * + * {
  margin-top: var(--gap);
}
.yn-article li + li {
  margin-top: 0.5rem;
}

.yn-article__heading + .yn-article__heading {
  margin-top: 1rem;
}
.yn-article__heading + .yn-article__intro-text {
  margin-top: var(--gap);
}

.yn-article__intro-text {
  --font-size: var(--font-size-intro);
}
.yn-article__intro-text + .yn-article__text {
  margin-top: var(--gap);
}

.yn-article__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--gap);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-block: calc(var(--gap) * 2);
}

.yn-video {
  border-radius: var(--border-radius);
}

.yn-accordion:not(:last-of-type)::after {
  background: var(--border-color);
}

.yn-article__accordions + .yn-article__heading {
  margin-top: calc(var(--flow) / 2);
}

.yn-accordion__header {
  font-size: var(--font-size-intro);
}

.yn-accordion__content .yn-article {
  padding-block: var(--gap);
}

.yn-buttons {
  gap: 0.5rem;
}

figure {
  position: relative;
}
figure > a {
  display: block;
}
figure figcaption {
  padding-top: 1rem;
}
figure figcaption {
  position: absolute;
  inset: 0;
  top: auto;
  padding: 2rem 1rem 1rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.25)));
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.25));
}
figure.round {
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid var(--border-color);
}
figure.round img {
  border-radius: 100%;
}
figure.avatar {
  text-align: center;
  border-radius: 0;
}
@media screen and (max-width: 64rem) {
  figure.avatar img {
    display: inline-block;
    max-width: 20rem;
  }
}

.iframe {
  position: relative;
}
.iframe--maps iframe {
  height: 34rem;
}
.iframe--video {
  --aspect-ratio: 16/9;
}
.iframe--video > iframe {
  height: 100%;
  width: 100%;
}
@supports (aspect-ratio: auto) {
  .iframe--video {
    aspect-ratio: var(--aspect-ratio);
  }
}
@supports not (aspect-ratio: auto) {
  .iframe--video::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
  }
  .iframe--video > iframe {
    position: absolute;
    inset: 0;
  }
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: min(4vmin, var(--gap));
}
.gallery .gallery__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 33%;
          flex: 1 1 33%;
}
.gallery figure {
  margin-bottom: min(4vmin, var(--gap));
}

.section--4c {
  --section-bg: var(--content-bg-override);
  padding-block: max(4rem, var(--section-flow));
}

.bubbles__outer {
  overflow: visible;
}
.bubbles__outer .bubbles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.75rem;
  margin-top: 10vmin;
}
@media screen and (min-width: 48rem) {
  .bubbles__outer .bubbles {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 14rem 1rem 14rem;
    grid-template-columns: repeat(2, 14rem);
    -ms-grid-rows: 14rem 1rem 14rem;
    grid-template-rows: repeat(2, 14rem);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: calc(14rem * 2);
    place-items: center;
    gap: 1rem;
    margin-inline: auto;
    overflow: visible;
  }
  .bubbles__outer .bubbles > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .bubbles__outer .bubbles > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .bubbles__outer .bubbles > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .bubbles__outer .bubbles > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media screen and (min-width: 64rem) {
  .bubbles__outer .bubbles {
    margin-top: 0;
  }
}
@media screen and (min-width: 48rem) {
  .bubbles__outer .bubbles:has(.bubble:hover) .bubble:not(:hover) {
    scale: 0.9;
  }
  .bubbles__outer .bubbles:has(.bubble:hover) .bubble:nth-child(1):not(:hover) {
    translate: 0.6rem 0.6rem;
  }
  .bubbles__outer .bubbles:has(.bubble:hover) .bubble:nth-child(2):not(:hover) {
    translate: -0.6rem 0.6rem;
  }
  .bubbles__outer .bubbles:has(.bubble:hover) .bubble:nth-child(3):not(:hover) {
    translate: 0.6rem -0.6rem;
  }
  .bubbles__outer .bubbles:has(.bubble:hover) .bubble:nth-child(4):not(:hover) {
    translate: -0.6rem -0.6rem;
  }
}

.bubble {
  --bubble-bg: var(--bg-override, var(--section-bg, #fff));
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 15rem;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem;
  overflow: visible;
  cursor: pointer;
  -webkit-transition: scale 0.4s ease, translate 0.4s ease, z-index 0s 0.2s;
  transition: scale 0.4s ease, translate 0.4s ease, z-index 0s 0.2s;
}
.bubble::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid;
  background-color: var(--bubble-bg);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.5s ease, height 0.5s ease;
  transition: width 0.5s ease, height 0.5s ease;
  pointer-events: none;
}
.has-video-bg .bubble::before {
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(24px) brightness(1.05);
}
.bubble h3 {
  font-weight: var(--font-weight-light);
  font-size: clamp(1.5rem, 1.5rem + 0.7 * (100vw - 25rem) / 65, 2rem);
  margin: 0 0 0.125rem;
  -webkit-transition: font-size 0.5s ease;
  transition: font-size 0.5s ease;
}
.bubble p {
  margin: 0;
}
.bubble__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  text-align: left;
  gap: 0.625rem;
  width: 14rem;
  max-width: none;
}
@media screen and (min-width: 48rem) {
  .bubble__content {
    width: 16rem;
  }
}
.bubble__inner {
  padding: 1rem;
  border-radius: 12px;
  background: var(--bubble-bg);
}
.has-video-bg .bubble__inner {
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(24px) brightness(1.05);
}
.bubble:nth-child(odd) .bubble__content {
  right: 3.5rem;
  left: auto;
}
.bubble:nth-child(even) .bubble__content {
  left: 5rem;
  right: auto;
}
@media screen and (min-width: 48rem) {
  .bubble {
    width: 16rem;
    height: 16rem;
    margin: 0;
    padding: 0.875rem;
  }
  .bubble:nth-child(odd) .bubble__content {
    right: 6rem;
    left: auto;
  }
  .bubble:nth-child(even) .bubble__content {
    left: 8rem;
    right: auto;
  }
  .bubble:nth-child(1) {
    -webkit-transform: translate(3rem, 0);
            transform: translate(3rem, 0);
    z-index: 4;
  }
  .bubble:nth-child(1) .bubble__content {
    -webkit-transform: translateY(-75%);
            transform: translateY(-75%);
  }
  .bubble:nth-child(2) {
    -webkit-transform: translate(0.75rem, 3.5rem);
            transform: translate(0.75rem, 3.5rem);
    z-index: 3;
  }
  .bubble:nth-child(3) {
    -webkit-transform: translate(4.125rem, -2.25rem);
            transform: translate(4.125rem, -2.25rem);
    z-index: 2;
  }
  .bubble:nth-child(3) .bubble__content {
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
  .bubble:nth-child(4) {
    -webkit-transform: translate(1.5rem, 0.75rem);
            transform: translate(1.5rem, 0.75rem);
    z-index: 1;
  }
  .bubble:nth-child(4) .bubble__content {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  .bubble:hover {
    scale: 1.2;
    z-index: 5;
    -webkit-transition: scale 0.4s ease, translate 0.4s ease, z-index 0s;
    transition: scale 0.4s ease, translate 0.4s ease, z-index 0s;
  }
  .bubble:hover::before {
    width: 104%;
    height: 104%;
  }
}

.button {
  cursor: pointer;
  display: inline-block;
  font-family: var(--font-primary);
  font-size: var(--button-font-size);
  font-weight: var(--button-font-weight);
  color: var(--content-button-text-override, var(--button-text-override, var(--button-color, var(--current-color))));
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 0.058em;
  padding: var(--button-padding, 0.65rem 1.25rem);
  border-radius: var(--button-border-radius);
  border: var(--button-border-width) solid transparent;
  background-color: var(--content-button-bg-override, var(--button-bg-override, var(--button-bg)));
  -webkit-transition: all var(--atime) ease;
  transition: all var(--atime) ease;
}
.button:hover {
  opacity: 0.7;
}
.button.button--ghost {
  color: var(--currentColor);
  border-color: transparent;
  background-color: unset;
}
.button.button--border {
  color: var(--content-button-text-override, var(--button-text-override, var(--current-color)));
  border-color: var(--content-button-text-override, var(--button-text-override, var(--button-border-color)));
  background-color: var(--content-button-bg-override, var(--button-bg-override, unset));
}
.button.button--border:hover {
  background-color: var(--content-button-bg-override, var(--button-bg-override, var(--button-bg))) !important;
  color: var(--content-button-text-override, var(--button-text-override, var(--button-color)));
}
.button.button--border.button--primary {
  --button-color: var(--color-primary);
  --button-border-color: var(--color-primary);
}
.button.button--solid {
  --button-color: #fff;
  border-color: transparent;
}
.button.button--solid.button--primary {
  --button-color: #fff;
  --button-bg: var(--color-primary);
}
.button.button--solid.button--muted {
  --button-color: var(--color);
  --button-bg: var(--bg-verylight);
}
@media screen and (max-width: 30rem) {
  .button.button--submit {
    width: 100%;
  }
}
.button.button--small {
  --button-font-size: var(--font-size-tiny);
  --button-padding: 0.5rem 0.75rem;
}
.button.button--round {
  --button-border-radius: 10rem;
}
.button.button--arrow {
  position: relative;
  padding: 0;
  background: transparent;
  color: currentColor;
  text-transform: none;
  font-size: 1.25rem;
}
.button.button--arrow:after, .button.button--arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 8px);
  -webkit-transition: width var(--atime) ease, -webkit-transform var(--atime) ease;
  transition: width var(--atime) ease, -webkit-transform var(--atime) ease;
  transition: transform var(--atime) ease, width var(--atime) ease;
  transition: transform var(--atime) ease, width var(--atime) ease, -webkit-transform var(--atime) ease;
}
.button.button--arrow:before {
  left: calc(100% + 8px);
  height: 2px;
  width: 1rem;
  background-color: currentColor;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.button.button--arrow:after {
  height: 8px;
  width: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  -webkit-transform: translateY(-50%) translateX(8px) rotate(45deg);
          transform: translateY(-50%) translateX(8px) rotate(45deg);
}
.button.button--arrow:hover:after {
  -webkit-transform: translateY(-50%) translateX(calc(0.5rem + 8px)) rotate(45deg);
          transform: translateY(-50%) translateX(calc(0.5rem + 8px)) rotate(45deg);
}
.button.button--arrow:hover:before {
  width: 1.5rem;
}
.button:has(.button__icon) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-decoration: none;
  padding: 0.5rem;
  padding-left: 0.75rem;
  border-radius: var(--button-border-radius);
}
.button:has(.button__icon) > * {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.button:has(.button__icon):hover {
  opacity: 1;
}
.button:has(.button__icon):hover .button__icon {
  background: var(--bg-primary);
}
.button:has(.button__icon--left) {
  padding-left: 0.5rem;
}
.button .button__label {
  margin-right: calc(var(--gap) / 2);
}
.button .button__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 2rem;
  height: 2rem;
  padding: 10px;
  margin-left: auto;
  border-radius: var(--button-border-radius);
  background-color: var(--button-bg);
  -webkit-transition: background-color var(--atime) ease;
  transition: background-color var(--atime) ease;
}
.button .button__icon.button__icon--left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: unset;
  margin-right: calc(var(--gap) / 2);
}

.link {
  display: inline-block;
  font-size: var(--font-size-small);
  font-weight: var(--button-font-weight);
}
.link::before {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 0.5rem;
}
.link:hover {
  text-decoration: underline;
  text-underline-offset: 0.35em;
}

form {
  width: 100%;
  margin-block: var(--gap);
}

fieldset legend {
  display: inline-block;
  margin-bottom: var(--item-gap);
  padding-right: var(--item-gap);
  border-radius: var(--border-radius);
  background: var(--bg-pri);
}
fieldset .row + .row {
  margin-top: var(--item-gap);
}

label {
  display: inline-block;
  font-size: var(--font-size);
  -webkit-transition: color var(--atime) ease, background var(--atime) ease, border var(--atime) ease;
  transition: color var(--atime) ease, background var(--atime) ease, border var(--atime) ease;
  margin-bottom: 0.5rem;
}

input,
select,
textarea {
  display: block;
  width: 100%;
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-regular);
  color: var(--input-font);
  line-height: var(--lh);
  padding: calc(var(--gap) / 2) var(--gap);
  border-radius: var(--input-border-radius);
  border: var(--input-border-width) solid var(--input-border-color);
  background-color: var(--input-bg, transparent);
  -webkit-transition: color var(--atime) ease, background var(--atime) ease, border var(--atime) ease;
  transition: color var(--atime) ease, background var(--atime) ease, border var(--atime) ease;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: var(--placeholder);
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--placeholder);
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: var(--placeholder);
}
input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: var(--placeholder);
}
input::placeholder,
select::placeholder,
textarea::placeholder {
  color: var(--placeholder);
}

textarea {
  padding: var(--gap);
}

input[type=radio],
input[type=checkbox] {
  z-index: -1;
  position: absolute;
  left: 0;
  width: auto;
  padding: 0;
  opacity: 0;
}
input[type=radio] + label,
input[type=checkbox] + label {
  display: block;
  opacity: 1;
}
input[type=radio] + label::before,
input[type=checkbox] + label::before {
  content: "";
  float: left;
  display: block;
  height: 20px;
  width: 20px;
  margin-right: 0.65rem;
  border: var(--input-border-width, 2px) solid var(--input-border-color);
  background-color: var(--input-bg);
}
input[type=radio] + label::before, input[type=radio] + label::after,
input[type=checkbox] + label::before,
input[type=checkbox] + label::after {
  margin-top: 4px;
  -webkit-transition: color calc(var(--atime) / 2) ease, background calc(var(--atime) / 2) ease, border calc(var(--atime) / 2) ease;
  transition: color calc(var(--atime) / 2) ease, background calc(var(--atime) / 2) ease, border calc(var(--atime) / 2) ease;
  border-radius: var(--border-radius);
}
input[type=radio] + label > div,
input[type=checkbox] + label > div {
  font-size: 1em;
  overflow: hidden;
}
input[type=radio]:disabled + label,
input[type=checkbox]:disabled + label {
  cursor: auto;
  color: var(--font-light);
}
input[type=radio]:disabled + label::before,
input[type=checkbox]:disabled + label::before {
  background-color: var(--input-border-color);
  -webkit-box-shadow: none;
          box-shadow: none;
}
input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  height: 12px;
  width: 12px;
  background-color: var(--color-primary);
}
input[type=radio]:focus-visible + label::before,
input[type=checkbox]:focus-visible + label::before {
  outline: var(--outline-width, 3px) solid var(--access-ui, blue);
}

input[type=radio] + label::before {
  border-radius: 50%;
}

select {
  padding-right: calc(var(--gap) * 2);
  background-image: linear-gradient(45deg, transparent 50%, var(--input-color) 50%), linear-gradient(135deg, var(--input-color) 50%, transparent 50%), linear-gradient(to right, var(--input-border-color), var(--input-border-color));
  background-position: calc(100% - 20px) calc(1em + 5px), calc(100% - 15px) calc(1em + 5px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px calc(100% - 15px);
  background-repeat: no-repeat;
  color: #202020;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 black;
}
select::-webkit-calendar-picker-indicator {
  display: none !important;
}

.yn-form fieldset .button {
  margin-top: 0;
}

.yn-form-grid-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.yn-form-grid-row:last-of-type .widget {
  margin: 0;
}
@media screen and (max-width: 48rem) {
  .yn-form-grid-row .yn-form-grid-field {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (min-width: 48rem) {
  .yn-form-grid-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

html .widget.widget--file .widget__label {
  display: block;
  font-size: var(--button-font-size);
  font-weight: var(--font-weight-regular);
  padding: 0.75rem var(--item-gap);
  background: var(--input-bg);
  -webkit-transition: opacity var(--atime) ease;
  transition: opacity var(--atime) ease;
}
html .widget.widget--file .widget__label ul {
  padding: 0.75rem 0 0 !important;
  margin-top: 0.75rem !important;
  border-top: 1px dashed var(--border-color);
}
html .widget.widget--file:hover .widget__label {
  opacity: 1;
}

.section--cta {
  --input-border-width: 2px;
  --input-border-color: var(--color-primary);
  --input-border-radius: 36px;
}
.section--cta input,
.section--cta select,
.section--cta textarea {
  background-color: white;
}
.section--cta input[type=checkbox] + label:after,
.section--cta input[type=checkbox] + label:before,
.section--cta input[type=radio] + label:after,
.section--cta input[type=radio] + label:before {
  border-radius: 50%;
}
.section--cta .widget--file .widget__label {
  background-color: white !important;
  border-radius: 36px;
}

.section--newsletter {
  --input-border-width: 2px;
  --input-border-color: currentColor
  --input-border-radius: 36px;
}
.section--newsletter .newsletter-form-content {
  margin-top: var(--gap);
}
.section--newsletter input[type=checkbox]:checked + label:after, .section--newsletter input[type=radio]:checked + label:after {
  background-color: currentColor;
}
.section--newsletter input,
.section--newsletter select,
.section--newsletter textarea {
  --input-border-radius: 36px;
  background-color: #202020;
}
.section--newsletter input::-webkit-input-placeholder, .section--newsletter select::-webkit-input-placeholder, .section--newsletter textarea::-webkit-input-placeholder {
  color: #fff;
}
.section--newsletter input::-moz-placeholder, .section--newsletter select::-moz-placeholder, .section--newsletter textarea::-moz-placeholder {
  color: #fff;
}
.section--newsletter input:-ms-input-placeholder, .section--newsletter select:-ms-input-placeholder, .section--newsletter textarea:-ms-input-placeholder {
  color: #fff;
}
.section--newsletter input::-ms-input-placeholder, .section--newsletter select::-ms-input-placeholder, .section--newsletter textarea::-ms-input-placeholder {
  color: #fff;
}
.section--newsletter input::placeholder,
.section--newsletter select::placeholder,
.section--newsletter textarea::placeholder {
  color: #fff;
}
.section--newsletter input {
  background-image: url("/assets/img/mail.svg");
  background-repeat: no-repeat;
  background-position: left 20px center;
  background-size: 20px 20px;
  padding-left: 55px;
}
.section--newsletter .widget:not(.widget--checkbox) label {
  display: none;
}
.section--newsletter input[type=checkbox] + label:after,
.section--newsletter input[type=checkbox] + label:before,
.section--newsletter input[type=radio] + label:after,
.section--newsletter input[type=radio] + label:before {
  border-radius: 50%;
}

#jumpToBody {
  top: var(--gap);
  left: 1rem;
  right: auto;
}

a:focus-visible,
.button:focus-visible {
  outline: var(--outline-width, 3px) solid var(--access-ui, blue);
  outline-offset: var(--outline-offset);
  border-radius: var(--border-radius);
  -webkit-transition: none;
  transition: none;
}

form input:focus,
form select:focus,
form textarea:focus,
form button:focus {
  color: var(--color-dark);
  background-color: #fff;
}
form input:focus-visible,
form select:focus-visible,
form textarea:focus-visible,
form button:focus-visible {
  border-color: var(--access-ui, blue);
  -webkit-transition: none;
  transition: none;
}

button.nav__button:active:focus-visible {
  outline: none;
}

.splide .splide__slide:has(a.teaser:focus-visible) {
  padding: 0.25em;
}
.splide a.teaser:focus-visible {
  padding: 0.125em;
}

div[class*=col-] .teaser:focus-visible {
  padding: 0.125em;
}

.splide__slide {
  width: 100%;
}
.splide.is-focus-in .splide__arrow:focus {
  outline: var(--outline-width) solid var(--outline-color);
  outline-offset: var(--outline-offset);
}

.splide__pagination,
.splide__arrow {
  border-radius: var(--border-radius);
  background: var(--slider-ui-bg);
  backdrop-filter: blur(var(--slider-blur, 3px));
}
.splide__pagination:focus, .splide__pagination:focus-visible,
.splide__arrow:focus,
.splide__arrow:focus-visible {
  outline: var(--outline-width) solid var(--outline-color);
  outline-offset: var(--outline-offset);
}

.splide__pagination {
  margin: auto;
  padding: var(--slider-dots-padding);
}
.splide__pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.splide__pagination:has(li:only-child) {
  display: none;
}
.splide__pagination button {
  background-color: var(--slider-dots-bg);
}
.splide__pagination button.is-active {
  -webkit-transform: unset;
          transform: unset;
  background-color: var(--slider-dots-active-bg);
}
.splide__pagination .splide__pagination__page {
  height: var(--slider-dots-size);
  width: var(--slider-dots-size);
}

.pagination--outside {
  --bottom: 3.5rem;
  padding-bottom: var(--bottom);
  overflow: visible !important;
}
.pagination--outside .splide__pagination {
  margin-top: 0;
  margin-bottom: 0;
  bottom: 0;
}

.splide__arrows {
  position: absolute;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  inset: 0;
  margin: auto;
}

.splide__arrow {
  height: 2.25rem;
  width: 1.75rem;
  -webkit-transition: opacity var(--atime) ease;
  transition: opacity var(--atime) ease;
  position: relative;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.splide__arrow [disabled] {
  display: none;
}
.splide__arrow:disabled {
  opacity: 0.3;
  pointer-events: none;
}
.splide__arrow svg {
  fill: var(--font-pri);
}

.arrows--outside {
  --outside: -1.875rem;
}
.arrows--outside .splide__arrow--prev {
  left: var(--outside);
}
.arrows--outside .splide__arrow--next {
  right: var(--outside);
}
@media screen and (min-width: 48rem) {
  .arrows--outside {
    --outside: -2.5rem;
  }
}

.mapbox__container {
  margin-top: var(--gap);
}

.mapbox {
  min-height: min(500px, 50vh);
  width: 100%;
}
.mapbox .mapboxgl-popup {
  min-width: 15rem;
  max-width: unset;
}
.mapbox .mapboxgl-popup-content {
  font-size: var(--font-size);
  padding: 1rem;
}
.mapbox .mapboxgl-popup-content h3 {
  font-size: inherit;
  font-weight: var(--font-weight-regular);
}
.mapbox .mapboxgl-popup-content p {
  font-size: var(--font-size-small);
  font-weight: var(--font-weight-light);
  margin: 0;
}
.mapbox .mapboxgl-popup-close-button {
  font-size: 1.5rem;
  width: 2rem;
  height: 2rem;
  padding: 0;
}
.mapbox .mapboxgl-popup-close-button:hover {
  opacity: 1;
  background-color: unset !important;
}
.mapbox .marker {
  --marker-size: 2.5rem;
}
.mapbox .marker .marker__inner {
  display: block;
  cursor: pointer;
  width: var(--marker-size);
  height: var(--marker-size);
  margin-top: calc(var(--marker-size) / 2 * -1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border: 3px solid #fff;
  border-radius: 50% 50% 50% 0;
  background: var(--marker-bg, var(--color-primary));
}
.mapbox .marker .marker__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 25%;
  height: 25%;
  margin-left: -12.5%;
  margin-top: -12.5%;
  border-radius: 50%;
  background: #fff;
}

.font-primary {
  font-family: var(--font-primary);
}

.font-secondary {
  font-family: var(--font-secondary);
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.no-transform {
  text-transform: none;
}

.text-left {
  text-align: left;
}
.text-left:is(ul, ol) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.text-center {
  text-align: center;
}
.text-center:is(ul, ol) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-right {
  text-align: right;
}
.text-right:is(ul, ol) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 30rem) {
  .text-left-xs {
    text-align: left;
  }
  .text-left-xs:is(ul, ol) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-center-xs:is(ul, ol) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-right-xs:is(ul, ol) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 48rem) {
  .text-left-sm {
    text-align: left;
  }
  .text-left-sm:is(ul, ol) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-center-sm:is(ul, ol) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-right-sm:is(ul, ol) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 64rem) {
  .text-left-md {
    text-align: left;
  }
  .text-left-md:is(ul, ol) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .text-center-md {
    text-align: center;
  }
  .text-center-md:is(ul, ol) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-right-md:is(ul, ol) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 75rem) {
  .text-left-lg {
    text-align: left;
  }
  .text-left-lg:is(ul, ol) {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-center-lg:is(ul, ol) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-right-lg:is(ul, ol) {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

[class^=z] {
  position: relative;
}

.z0 {
  z-index: 0;
}

.z10 {
  z-index: 10;
}

.z20 {
  z-index: 20;
}

.z30 {
  z-index: 30;
}

.z40 {
  z-index: 40;
}

.z50 {
  z-index: 50;
}

.z60 {
  z-index: 60;
}

.z70 {
  z-index: 70;
}

.z80 {
  z-index: 80;
}

.z90 {
  z-index: 90;
}

.z100 {
  z-index: 100;
}

.hidden {
  display: none;
}

.ui-hidden {
  visibility: hidden;
}

@media screen and (min-width: 30rem) {
  .visible-xs {
    display: none !important;
  }
}
@media screen and (min-width: 48rem) {
  .visible-sm {
    display: none !important;
  }
}
@media screen and (min-width: 64rem) {
  .visible-md {
    display: none !important;
  }
}
@media screen and (min-width: 75rem) {
  .visible-lg {
    display: none !important;
  }
}
@media screen and (max-width: 30rem) {
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (max-width: 48rem) {
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (max-width: 64rem) {
  .hidden-md {
    display: none !important;
  }
}
@media screen and (max-width: 75rem) {
  .hidden-lg {
    display: none !important;
  }
}
.truncate > p {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1lh;
  width: 90%;
  overflow: hidden;
}

.truncate--lines {
  position: relative;
  margin-top: var(--gap);
  display: -webkit-box;
  -webkit-line-clamp: var(--lines, 3);
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.truncate--lines::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  top: auto;
  height: 1lh;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(95%, var(--section-bg)));
  background: linear-gradient(to right, transparent, var(--section-bg) 95%);
  pointer-events: none;
}

.stretch {
  height: 100%;
}
.stretch > * {
  height: 100%;
}

.no-ar,
.no-aspect-ratio {
  aspect-ratio: unset !important;
}

.group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.75rem;
}
.group .button {
  margin: 0;
}
.group--buttons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 48rem) {
  .group--buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .group--buttons .button {
    white-space: nowrap;
  }
}

.p0, .no-padding {
  padding: 0 !important;
}

.m0, .no-margin {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0;
}

.mts {
  margin-top: var(--gap);
}

.mtm {
  margin-top: calc(var(--gap) * 2);
}

.mtl, .mtf {
  margin-top: var(--flow);
}

.mb0 {
  margin-bottom: 0;
}

.mbs {
  margin-bottom: var(--gap);
}

.mbm {
  margin-bottom: calc(var(--gap) * 2);
}

.mbl, .mbf {
  margin-bottom: var(--flow);
}

@media screen and (max-width: 30rem) {
  .mts-xs {
    margin-top: var(--gap);
  }
  .mtm-xs {
    margin-top: calc(var(--gap) * 2);
  }
  .mtl-xs, .mtf-xs {
    margin-top: var(--flow);
  }
  .mbs-xs {
    margin-bottom: var(--gap);
  }
  .mbm-xs {
    margin-bottom: calc(var(--gap) * 2);
  }
  .mbl-xs, .mbf-xs {
    margin-bottom: var(--flow);
  }
}
@media screen and (max-width: 48rem) {
  .mts-sm {
    margin-top: var(--gap);
  }
  .mtm-sm {
    margin-top: calc(var(--gap) * 2);
  }
  .mtl-sm, .mtf-sm {
    margin-top: var(--flow);
  }
  .mbs-sm {
    margin-bottom: var(--gap);
  }
  .mbm-sm {
    margin-bottom: calc(var(--gap) * 2);
  }
  .mbl-sm, .mbf-sm {
    margin-bottom: var(--flow);
  }
}
@media screen and (max-width: 64rem) {
  .mts-md {
    margin-top: var(--gap);
  }
  .mtm-md {
    margin-top: calc(var(--gap) * 2);
  }
  .mtl-md, .mtf-md {
    margin-top: var(--flow);
  }
  .mbs-md {
    margin-bottom: var(--gap);
  }
  .mbm-md {
    margin-bottom: calc(var(--gap) * 2);
  }
  .mbl-md, .mbf-md {
    margin-bottom: var(--flow);
  }
}
@media screen and (max-width: 75rem) {
  .mts-lg {
    margin-top: var(--gap);
  }
  .mtm-lg {
    margin-top: calc(var(--gap) * 2);
  }
  .mtl-lg, .mtf-lg {
    margin-top: var(--flow);
  }
  .mbs-lg {
    margin-bottom: var(--gap);
  }
  .mbm-lg {
    margin-bottom: calc(var(--gap) * 2);
  }
  .mbl-lg, .mbf-lg {
    margin-bottom: var(--flow);
  }
}
.dev {
  font-family: -apple-system, system-ui, "Courier New", Courier, monospace;
  text-align: left;
  color: var(--font-pri) !important;
  width: 100%;
  max-width: var(--inner-max);
  margin: var(--gap) auto;
  padding: var(--gap);
  border-radius: 3px;
  border: 3px solid blue;
  overflow: auto;
}