@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

:root {
  /* Settings */
  --max-content-width: 1680px;
  /* Fonts */
  --font-default: 'Noto Sans', sans-serif;
  --fs-200: clamp(0.75rem, calc(0.7059rem + 0.1877vw), 0.875rem);
  --fs-300: clamp(0.875rem, calc(0.8309rem + 0.1877vw), 1rem);
  --fs-400: clamp(1rem, calc(0.9559rem + 0.1877vw), 1.125rem);
  --fs-450: clamp(1.125rem, calc(1.0809rem + 0.1877vw), 1.25rem);
  --fs-500: clamp(1.25rem, calc(1.162rem + 0.376vw), 1.5rem);
  --fs-550: clamp(1.5rem, calc(1.357rem + 0.714vw), 2rem);
  --fs-600: clamp(2rem, calc(1.857rem + 0.714vw), 2.5rem);
  --fs-700: clamp(2.25rem, calc(1.9859rem + 1.1268vw), 3rem);
  --fs-800: clamp(2.75rem, calc(2.4859rem + 1.1268vw), 3.5rem);
  --fs-900: clamp(3.25rem, calc(2.9859rem + 1.1268vw), 4rem);
  /* Letter-spacing */
  --ls-none: 0px;
  --ls-small: 0.5px;
  --ls-medium: 0.5px;
  /* Colors */
  --white: #fff;
  --black: #000;
  --neutral-50: #e8e9e9;
  --neutral-100: #d5dfe4;
  --neutral-300: #8ea3ac;
  --neutral-700: #333333;
  --neutral-800: #2a2c2c;
  --neutral-900: #212121;
  --turquoise-50: #f1fafa;
  --turquoise-100: #dcf0f1;
  --turquoise-200: #bee1e3;
  --turquoise-300: #91cbcf;
  --turquoise-400: #5cadb4;
  --turquoise-500: #419199;
  --turquoise-600: #3d808b;
  --turquoise-700: #33626b;
  --turquoise-800: #315259;
  --turquoise-900: #2c464d;
  --turquoise-950: #192d33;
  /* Transition */
  --transition-default: 0.2s ease-in-out;
  --transition-linear: 0.2s linear;
  --transition-slow: 0.35s ease-in-out;
  /* Margin-spacing */
  --ms-one: 8px;
  --ms-two: 16px;
  --ms-three: 16px;
  --ms-four: 24px;
  --ms-five: 24px;
  --ms-six: 32px;
  --ms-seven: 32px;
  --ms-eight: 40px;
  --ms-ten: 40px;
  --ms-twelve: 48px;
}
@media (min-width: 576px) {
  :root {
    --ms-twelve: 56px;
  }
}
@media (min-width: 768px) {
  :root {
    --ms-three: 24px;
    --ms-four: 32px;
    --ms-five: 32px;
    --ms-ten: 48px;
    --ms-twelve: 64px;
  }
}
@media (min-width: 992px) {
  :root {
    --ms-five: 40px;
    --ms-six: 40px;
    --ms-seven: 40px;
    --ms-eight: 48px;
    --ms-ten: 56px;
    --ms-twelve: 72px;
    --ls-medium: 1px;
  }
}
@media (min-width: 1280px) {
  :root {
    --fs-400: 1.125rem;
    --ms-six: 48px;
    --ms-seven: 48px;
    --ms-eight: 56px;
    --ms-ten: 64px;
    --ms-twelve: 80px;
  }
}
@media (min-width: 1440px) {
  :root {
    --ms-seven: 56px;
    --ms-eight: 64px;
    --ms-ten: 80px;
    --ms-twelve: 96px;
  }
}

/* noto-sans-regular - latin */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("./assets/noto-sans-v42-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
/* noto-sans-500 - latin */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  src: url("./assets/noto-sans-v42-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
/* noto-sans-600 - latin */
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  src: url("./assets/noto-sans-v42-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
}
.mb--none {
  margin-bottom: 0;
}
.mb--one {
  margin-bottom: var(--ms-one);
}
.mb--two {
  margin-bottom: var(--ms-two);
}
.mb--three {
  margin-bottom: var(--ms-three);
}
.mb--four {
  margin-bottom: var(--ms-four);
}
.mb--five {
  margin-bottom: var(--ms-five);
}
.mb--six {
  margin-bottom: var(--ms-six);
}
.mb--seven {
  margin-bottom: var(--ms-seven);
}
.mb--eight {
  margin-bottom: var(--ms-eight);
}
.mb--ten {
  margin-bottom: var(--ms-ten);
}
.mb--twelve {
  margin-bottom: var(--ms-twelve);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-default);
  font-size: var(--fs-400);
  line-height: 1.6;
  color: var(--neutral-700);
  letter-spacing: var(--ls-small);
}
body.no-overflow {
  overflow: hidden;
}

/* ==========================================================================
   Basic styles.
   ========================================================================== */
/* Basic styles > Font-sizes.
   ========================================================================== */
.has-xxx-large-heading-font-size {
  font-size: var(--fs-900);
  font-weight: 400;
  line-height: 1.35;
  color: var(--neutral-900);
  letter-spacing: var(--ls-medium);
}
.has-xxx-large-heading-font-size:not([class*=mb--]) + * {
  margin-top: var(--ms-two);
}

h1,
.has-xx-large-heading-font-size {
  font-size: var(--fs-800);
  font-weight: 400;
  line-height: 1.35;
  color: var(--neutral-900);
  letter-spacing: var(--ls-medium);
}
h1:not([class*=mb--]) + *,
.has-xx-large-heading-font-size:not([class*=mb--]) + * {
  margin-top: var(--ms-two);
}

h2,
.has-x-large-heading-font-size {
  font-size: var(--fs-700);
  font-weight: 400;
  line-height: 1.4;
  color: var(--neutral-900);
  letter-spacing: var(--ls-medium);
}
h2:not([class*=mb--]) + *,
.has-x-large-heading-font-size:not([class*=mb--]) + * {
  margin-top: var(--ms-one);
}

h3,
.has-large-heading-font-size {
  font-size: var(--fs-600);
  font-weight: 400;
  line-height: 1.4;
  color: var(--neutral-900);
  letter-spacing: var(--ls-medium);
}
h3:not([class*=mb--]) + *,
.has-large-heading-font-size:not([class*=mb--]) + * {
  margin-top: var(--ms-one);
}

h1 em,
h2 em,
h3 em {
  display: inline;
  padding: 4px var(--ms-two);
  margin-bottom: var(--ms-one);
  font-size: var(--fs-200);
  font-weight: 600;
  letter-spacing: var(--ls-none);
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #f5f5f5;
  border-radius: 100px;
}
h1 em:after,
h2 em:after,
h3 em:after {
  white-space: pre;
  content: "\a";
}

h4,
.has-medium-heading-font-size {
  font-size: var(--fs-550);
  font-weight: 400;
  line-height: 1.4;
  color: var(--neutral-900);
  letter-spacing: var(--ls-small);
}
h4:not([class*=mb--]) + *,
.has-medium-heading-font-size:not([class*=mb--]) + * {
  margin-top: var(--ms-two);
}

h5,
.has-small-heading-font-size {
  font-size: var(--fs-500);
  font-weight: 400;
  line-height: 1.4;
  color: var(--neutral-900);
  letter-spacing: var(--ls-small);
}
h5:not([class*=mb--]) + *,
.has-small-heading-font-size:not([class*=mb--]) + * {
  margin-top: var(--ms-two);
}

h6,
.has-x-small-heading-font-size {
  font-size: var(--fs-450);
  font-weight: 400;
  line-height: 1.4;
  color: var(--neutral-900);
  letter-spacing: var(--ls-small);
}
h6:not([class*=mb--]) + *,
.has-x-small-heading-font-size:not([class*=mb--]) + * {
  margin-top: var(--ms-two);
}

/* Basic styles > Core elements.
   ========================================================================== */
strong {
  font-weight: 600;
}

/* ==========================================================================
   Custom blocks.
   Placed here because some other elements use the same "hard-coded" classes.
   ========================================================================== */
/* Custom blocks > Section.
   ========================================================================== */
.section-block {
  overflow-x: hidden;
}
.section-block__content {
  max-width: var(--max-content-width);
  margin: 0 auto;
}
.section-block.pt--x-small {
  padding-top: clamp(1.5rem, 1.1479rem + 1.5023vw, 2.5rem);
}
.section-block.pt--small {
  padding-top: clamp(2rem, 1.2958rem + 3.0047vw, 4rem);
}
.section-block.pt--medium {
  padding-top: clamp(2.5rem, 1.6197rem + 3.7559vw, 5rem);
}
.section-block.pt--large {
  padding-top: clamp(2.5rem, 1.2676rem + 5.2582vw, 6rem);
}
.section-block.pb--x-small {
  padding-bottom: clamp(1.5rem, 1.1479rem + 1.5023vw, 2.5rem);
}
.section-block.pb--small {
  padding-bottom: clamp(2rem, 1.2958rem + 3.0047vw, 4rem);
}
.section-block.pb--medium {
  padding-bottom: clamp(2.5rem, 1.6197rem + 3.7559vw, 5rem);
}
.section-block.pb--large {
  padding-bottom: clamp(2.5rem, 1.2676rem + 5.2582vw, 6rem);
}
.section-block .pr--small {
  padding-right: clamp(1.25rem, 0.464rem + 3.929vw, 4rem);
}
.section-block .pr--medium {
  padding-right: clamp(1.25rem, 0.179rem + 5.357vw, 5rem);
}
.section-block .pr--large {
  padding-right: clamp(1.25rem, -0.107rem + 6.786vw, 6rem);
}
.section-block .pl--small {
  padding-left: clamp(1.25rem, 0.464rem + 3.929vw, 4rem);
}
.section-block .pl--medium {
  padding-left: clamp(1.25rem, 0.179rem + 5.357vw, 5rem);
}
.section-block .pl--large {
  padding-left: clamp(1.25rem, -0.107rem + 6.786vw, 6rem);
}

/* Custom blocks > Container.
   ========================================================================== */
.container.max-width--four {
  max-width: 400px;
}
.container.max-width--four-fifty {
  max-width: 450px;
}
.container.max-width--five {
  max-width: 500px;
}
.container.max-width--five-fifty {
  max-width: 550px;
}
.container.max-width--six {
  max-width: 600px;
}
.container.max-width--six-fifty {
  max-width: 650px;
}
.container.max-width--seven {
  max-width: 700px;
}
.container.max-width--seven-fifty {
  max-width: 750px;
}
.container.max-width--eight {
  max-width: 800px;
}
.container.max-width--eight-fifty {
  max-width: 850px;
}
.container.max-width--nine {
  max-width: 900px;
}
.container.max-width--ten {
  max-width: 1000px;
}
.container.max-width--ten-one {
  max-width: 1100px;
}
.container.align--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.container.align--center > * {
  margin-right: auto;
  margin-left: auto;
}
.container.align--left {
  text-align: left;
}
.container.align--right {
  text-align: right;
}

/* Custom blocks > Layout.
   ========================================================================== */
.layout.layout--1-1, .layout.layout--9-11, .layout.layout--2-3, .layout.layout--7-13, .layout.layout--3-7, .layout.layout--1-1-1, .layout.layout--1fr-620 {
  display: grid;
}
@media (min-width: 992px) {
  .layout.layout--9-11, .layout.layout--2-3, .layout.layout--7-13, .layout.layout--3-7, .layout.layout--1-1 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .layout.layout.layout--9-11 {
    grid-template-columns: 9fr 11fr;
  }
}
@media (min-width: 1280px) {
  .layout.layout.layout--2-3 {
    grid-template-columns: 2fr 3fr;
  }
}
@media (min-width: 1280px) {
  .layout.layout.layout--7-13 {
    grid-template-columns: 7fr 13fr;
  }
}
@media (min-width: 1280px) {
  .layout.layout.layout--3-7 {
    grid-template-columns: 3fr 7fr;
  }
}
@media (min-width: 768px) {
  .layout.layout--1-1-1 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1280px) {
  .layout.layout--1-1-1 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .layout.layout--1fr-620 {
    grid-template-columns: minmax(0, 1fr) 620px;
  }
}
.layout.gap--x-small {
  gap: var(--ms-three);
}
.layout.gap--small {
  gap: var(--ms-three) var(--ms-five);
}
.layout.gap--medium {
  gap: var(--ms-three) var(--ms-eight);
}
.layout.gap--large {
  gap: var(--ms-five) var(--ms-ten);
}
.layout.gap--x-large {
  gap: var(--ms-six) var(--ms-twelve);
}
.layout.align--start {
  align-items: start;
}
.layout.align--center {
  align-items: center;
}
.layout.align--end {
  align-items: end;
}

/* Custom blocks > Layout Element.
   ========================================================================== */
/* Custom blocks > Button.
   ========================================================================== */
.button-block {
  display: inline-block;
  font-size: var(--fs-400);
  font-weight: 500;
  line-height: 1.4;
  color: var(--neutral-900);
  letter-spacing: var(--ls-none);
  text-decoration: none;
}
.button-block:disabled {
  cursor: default !important;
  opacity: 0.5;
}
.button-block.is-style-cta, .button-block.is-style-outline {
  padding: 0.75em 1.5em;
  border: 1px solid;
  border-radius: 50px;
}
.button-block.is-style-cta {
  color: var(--white);
  background-color: var(--neutral-800);
  border-color: var(--neutral-800);
  transition: transform var(--transition-default), box-shadow var(--transition-default);
}
.button-block.is-style-cta:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.button-block.is-style-cta:active {
  box-shadow: none;
  transform: translateY(0);
}
.button-block.is-style-outline {
  color: var(--neutral-900);
  background: rgba(var(--neutral-900), 1);
  border-color: var(--neutral-900);
  transition: background-color var(--transition-default), color var(--transition-default);
}
.button-block.is-style-outline:hover {
  color: var(--white);
  background-color: var(--neutral-900);
}
.button-block:not(.is-style-cta):not(.is-style-outline) {
  background-color: transparent !important;
  background-image: linear-gradient(currentcolor, currentcolor);
  background-repeat: no-repeat;
  background-position: 0% 100%;
  background-size: 0% 2px;
  transition: background-size var(--transition-linear);
}
.button-block:not(.is-style-cta):not(.is-style-outline):not(:disabled):hover {
  background-size: 100% 2px;
}
.button-block.has-icon {
  display: inline-flex;
  gap: var(--ms-one);
  align-items: center;
}
.button-block.has-icon svg {
  display: block;
  width: auto;
  height: 12px;
}
.button-block:has(+ .button-block) {
  margin-right: var(--ms-two);
}
.button-block + .button-block {
  margin-top: var(--ms-two);
}

*:not([class*=mb--]) + .button-block {
  margin-top: var(--ms-four);
}

/* ==========================================================================
   Custom layout classes.
   ========================================================================== */
/* Custom blocks > FAQ Layout.
   ========================================================================== */
.custom-faq-layout .layout-element:has(.faq) {
  grid-row: span 2;
}

/* ==========================================================================
   Styleguide elements.
   ========================================================================== */
.styleguide-layout-element {
  width: 100%;
  min-height: var(--ms-five);
  background-color: #eee;
}

.styleguide-colors-layout {
  display: inline-flex;
  flex-wrap: wrap;
  gap: var(--ms-three);
}
.styleguide-colors-layout .styleguide-element > p {
  display: inline-block;
  width: 150px;
  height: var(--ms-ten);
  padding: 0;
  margin: 0;
  color: transparent;
}

/* Lists & framed video — core block styling.
   ========================================================================== */
/*
 * Default list styling for every unordered list. Ordered lists keep their native
 * numbering untouched. Custom markers are drawn with an absolutely positioned
 * ::before so `is-style-*` variants can swap only the marker.
 */
ul.wp-block-list {
  padding-left: 0;
  list-style: none;
}
ul.wp-block-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: var(--ms-two);
  line-height: 1.5;
}
ul.wp-block-list li::before {
  position: absolute;
  left: 0;
  display: block;
  content: "";
}
ul.wp-block-list li:last-child {
  margin-bottom: 0;
}

/* Default marker: small turquoise dot. */
ul.wp-block-list:not(.is-style-check):not(.is-style-circle-check):not(.is-style-circle-check-lg) li::before {
  top: calc((1.5em - 10px) / 2);
  width: 10px;
  height: 10px;
  background-color: var(--turquoise-500);
  border-radius: 50%;
}

/* Checkliste pur — turquoise checkmark, no disc (masked so it inherits the token). */
ul.wp-block-list.is-style-check li {
  padding-left: 30px;
}
ul.wp-block-list.is-style-check li::before {
  top: calc((1.5em - 20px) / 2);
  width: 20px;
  height: 20px;
  background-color: var(--turquoise-700);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7'/%3E%3C/svg%3E") center/contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* Checkliste rund — white checkmark inside a turquoise disc (section design).
   Shared by the normal and the wide-spacing variant; only the row gap differs. */
ul.wp-block-list.is-style-circle-check li,
ul.wp-block-list.is-style-circle-check-lg li {
  padding-left: 44px; /* 28px disc + 16px gap (--ms-two), matches Astro */
}
ul.wp-block-list.is-style-circle-check li::before,
ul.wp-block-list.is-style-circle-check-lg li::before {
  top: calc((1.5em - 28px) / 2);
  width: 28px;
  height: 28px;
  background-color: var(--turquoise-700);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12.5l4.5 4.5L19 7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  border-radius: 50%;
}

/* Wide spacing variant — 32px between items (matches the Astro benefits list). */
ul.wp-block-list.is-style-circle-check-lg li {
  margin-bottom: var(--ms-four);
}

/* Framed portrait video (core/video). */
.wp-block-video.is-style-framed video {
  display: block;
  width: 100%;
  height: auto;
  /* !important overrides the inline `aspect-ratio` WordPress prints on the
     <video> from its intrinsic size (e.g. 720/1280) for CLS prevention. */
  aspect-ratio: 3/4 !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 35%;
     object-position: center 35%;
  background: var(--neutral-100);
  border-radius: var(--ms-one);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.wp-block-video.is-style-framed figcaption {
  margin-top: var(--ms-three);
  font-size: var(--fs-300);
  line-height: 1.5;
  color: var(--neutral-700);
  text-align: left;
}

/* ==========================================================================
   Site header / global navigation.

   Ported from the Astro component (Navigation.astro). Overlay above the first
   section (the hero), scrolls away with the page (not sticky). Layout: logo left ·
   centered frosted-glass pill with the menu links · "Kontakt" outline CTA right.
   Mobile: logo left, hamburger right; menu + CTA collapse into a panel.

   Reuse: design tokens from global/_variables.scss; the CTA reuses the global
   `.button-block.is-style-outline` styling (only margin/size overridden here). The
   `--header-gutter` mirrors `.pl/pr--medium` so logo/CTA line up with section
   content. Menu markup comes from wp_nav_menu(), so links are styled via the
   descendant selector `.site-header__menu a` (same pattern as the footer) and the
   active item uses WordPress' `.current-menu-item` / `.current-menu-ancestor`.
   ========================================================================== */
.site-header {
  /* Mirrors `.pl/pr--medium` (20px > 80px) → logo/CTA flush with the hero content. */
  --header-gutter: clamp(1.25rem, calc(0.179rem + 5.357vw), 5rem);
  position: absolute;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: 100;
}
.site-header__inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max-content-width);
  padding-block: var(--ms-three);
  padding-inline: var(--header-gutter);
  margin-inline: auto;
}
.site-header {
  /* Logo & burger sit above the white menu layer (below) and stay visible. */
}
.site-header__logo, .site-header__toggle {
  position: relative;
  z-index: 2;
}
.site-header__logo {
  display: inline-flex;
  flex-shrink: 0;
}
.site-header__logo svg {
  width: auto;
  height: 3rem; /* 48px, like the Figma/Astro */
}
.site-header {
  /* ----------------------------------------------------------------------
     Base = mobile: menu + CTA live inside the collapsible panel. A single white
     layer spans the full width, starts at the top and keeps the logo/toggle bar
     free (padding-top). It opens/closes as ONE layer via clip-path, so neither
     background nor height need to animate separately.
     ---------------------------------------------------------------------- */
}
.site-header__nav {
  position: absolute;
  inset-inline: 0;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  padding-top: var(--header-height, 5rem);
  background: var(--white);
  border-end-start-radius: var(--ms-three);
  border-end-end-radius: var(--ms-three);
  clip-path: inset(0 0 100% 0 round 0 0 var(--ms-three) var(--ms-three));
  transition: clip-path var(--transition-slow);
}
.site-header__nav.is-open {
  clip-path: inset(0 0 0 0 round 0 0 var(--ms-three) var(--ms-three));
}
.site-header__menu {
  display: flex;
  flex-direction: column;
  padding: var(--ms-three) var(--header-gutter) 0;
  margin: 0;
  list-style: none;
}
.site-header__menu a {
  display: block;
  padding: 12px 0;
  font-size: var(--fs-300);
  font-weight: 500;
  color: var(--neutral-900);
  letter-spacing: var(--ls-small);
  text-decoration: none;
  transition: color var(--transition-default);
}
.site-header__menu a:hover, .site-header__menu a:focus-visible {
  color: var(--turquoise-700);
}
.site-header__menu .current-menu-item > a, .site-header__menu .current-menu-ancestor > a {
  color: var(--turquoise-700);
}
.site-header {
  /* CTA reuses `.button-block.is-style-outline`; only margin (panel) and size
     differ. `!important` overrides the global button-spacing idiom
     (`*:not([class*='mb--']) + .button-block { margin-top: … }` in _styles.scss). */
}
.site-header__cta {
  margin: var(--ms-four) var(--header-gutter) !important;
  font-size: var(--fs-300);
  text-align: center;
}
.site-header {
  /* ----------------------------------------------------------------------
     Hamburger (mobile only): three bars → "X".
     ---------------------------------------------------------------------- */
}
.site-header__toggle {
  flex-shrink: 0;
  width: 28px;
  height: 22px;
  padding: 0;
  cursor: pointer;
  background: none;
  border: 0;
}
.site-header__toggle span {
  position: absolute;
  inset-inline: 0;
  height: 2px;
  background: var(--neutral-900);
  border-radius: 2px;
  transition: transform var(--transition-default), opacity var(--transition-default);
}
.site-header__toggle span:nth-child(1) {
  top: 0;
}
.site-header__toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.site-header__toggle span:nth-child(3) {
  bottom: 0;
}
.site-header__toggle[aria-expanded=true] span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.site-header__toggle[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.site-header__toggle[aria-expanded=true] span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.site-header {
  /* ----------------------------------------------------------------------
     Desktop: centered frosted-glass pill, CTA right, no hamburger.
     ---------------------------------------------------------------------- */
}
@media (min-width: 992px) {
  .site-header__toggle {
    display: none;
  }
  .site-header__nav {
    position: static;
    z-index: auto;
    flex-direction: row;
    padding-top: 0;
    background: none;
    border-radius: 0;
    clip-path: none;
  }
  .site-header__menu {
    position: absolute;
    top: 50%;
    left: 50%;
    flex-direction: row;
    gap: 4px;
    padding: 4px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 9999px;
    backdrop-filter: blur(30px);
    transform: translate(-50%, -50%);
  }
  .site-header__menu a {
    padding: 12px 16px;
    white-space: nowrap;
    border-radius: 9999px;
    transition: background-color var(--transition-default);
  }
  .site-header__menu a:hover, .site-header__menu a:focus-visible {
    color: var(--neutral-900);
    background: rgba(255, 255, 255, 0.7);
  }
  .site-header__menu .current-menu-item > a, .site-header__menu .current-menu-ancestor > a {
    color: var(--neutral-900);
    background: rgba(255, 255, 255, 0.7);
  }
  .site-header__cta {
    margin: 0 !important;
  }
}

/* ----------------------------------------------------------------------
   Overlay clearance: because the header is an absolute overlay, pages WITHOUT a
   hero would have their content slide under it. The `has-hero` body class (added
   in inc/setup.php when the page contains an `acf/animated-hero` block) keeps the
   overlay look on hero pages; everything else gets top padding equal to the
   published header height.
   ---------------------------------------------------------------------- */
body:not(.has-hero) #page-wrapper {
  padding-top: calc(var(--header-height, 5rem) + var(--ms-four));
}

/* ----------------------------------------------------------------------
   Overview glow: non-hero pages that lead with the events list
   (body.has-header-glow, set in inc/setup.php) get a soft turquoise glow behind
   the overlay header so it stays legible on the otherwise white page. Painted on
   a ::before behind the content (z-index: -1) — the page layout is untouched.
   ---------------------------------------------------------------------- */
body.has-header-glow #page-wrapper {
  position: relative;
}

body.has-header-glow #page-wrapper::before {
  position: absolute;
  inset-block-start: 0;
  inset-inline: 0;
  z-index: -1;
  height: clamp(340px, 42vh, 600px);
  pointer-events: none;
  content: "";
  background: radial-gradient(130% 95% at 82% -5%, color-mix(in srgb, var(--turquoise-200) 92%, transparent) 0%, color-mix(in srgb, var(--turquoise-200) 60%, transparent) 30%, transparent 72%) no-repeat;
}

/* ----------------------------------------------------------------------
   Full-page turquoise atmosphere (Kontaktseite & andere Seiten mit einem
   Section-„Verlauf"). Painted on #page-wrapper so it fills from the very top —
   behind the absolute overlay header — instead of seaming below it like a
   section background would. The `has-page-gradient` body class is set in
   inc/setup.php when the page contains a section with the Verlauf option.
   Same overlay principle as `.has-hero` / `.has-header-glow` above; the
   #page-wrapper clearance padding keeps the content below the header.
   ---------------------------------------------------------------------- */
body.has-page-gradient #page-wrapper {
  min-height: 100svh;
  background-image: radial-gradient(78% 46% at 50% -8%, color-mix(in srgb, var(--turquoise-200) 62%, transparent) 0%, transparent 62%), radial-gradient(46% 42% at 96% 4%, color-mix(in srgb, var(--turquoise-300) 40%, transparent) 0%, transparent 60%), radial-gradient(58% 52% at 0% 96%, color-mix(in srgb, var(--turquoise-100) 72%, transparent) 0%, transparent 60%), linear-gradient(180deg, var(--turquoise-50) 0%, var(--white) 52%);
  background-repeat: no-repeat;
}

body.admin-bar .site-header {
  top: 46px;
}
@media (min-width: 783px) {
  body.admin-bar .site-header {
    top: 32px;
  }
}

/* ==========================================================================
   Site footer.

   Layout (max-width, centering, vertical/horizontal padding) is handled by the
   shared `.section-block` / `.section-block__content` utility classes in the
   markup. The brand|nav column split is footer-specific (flex, breaks at 768px);
   everything else below is footer-specific too.
   ========================================================================== */
.site-footer {
  color: var(--neutral-900);
  background: radial-gradient(125% 135% at 88% -5%, var(--turquoise-50) 45%, var(--turquoise-200) 100%);
  /* Top row: brand (left) · navigation (right). */
}
.site-footer__top {
  display: flex;
  flex-direction: column;
  gap: var(--ms-six);
}
@media (min-width: 768px) {
  .site-footer__top {
    flex-direction: row;
    gap: var(--ms-four);
    align-items: flex-start;
    justify-content: space-between;
  }
}
.site-footer__logo {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.site-footer__logo svg {
  display: block;
  width: auto;
  height: 3.5rem;
}
.site-footer__claim {
  max-width: 650px;
  margin: var(--ms-three) 0 0 0;
  font-size: var(--fs-600);
  font-weight: 400;
  line-height: 1.4;
  color: var(--neutral-900);
  letter-spacing: var(--ls-medium);
}
.site-footer {
  /* Navigation column (right-aligned once the columns split). */
}
@media (min-width: 768px) {
  .site-footer__nav {
    text-align: right;
  }
}
.site-footer__menu, .site-footer__legal-menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-footer__menu a, .site-footer__legal-menu a {
  font-size: var(--fs-300);
  color: var(--neutral-700);
  letter-spacing: var(--ls-small);
  text-decoration: none;
  transition: color var(--transition-default);
}
.site-footer__menu a:hover, .site-footer__menu a:focus-visible, .site-footer__legal-menu a:hover, .site-footer__legal-menu a:focus-visible {
  color: var(--turquoise-700);
}
.site-footer__menu {
  display: flex;
  flex-direction: column;
  gap: var(--ms-two);
}
.site-footer__legal-menu {
  display: flex;
  flex-wrap: wrap;
  gap: var(--ms-three);
}
.site-footer {
  /* Bottom row: divider + copyright / legal links. */
}
.site-footer__bottom {
  display: flex;
  flex-direction: column;
  gap: var(--ms-three);
  padding-top: var(--ms-three);
  margin-top: var(--ms-five);
  font-size: var(--fs-300);
  border-top: 1px solid color-mix(in srgb, var(--neutral-300) 40%, transparent);
}
@media (min-width: 768px) {
  .site-footer__bottom {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.site-footer__copyright {
  margin: 0;
  font-size: var(--fs-300);
  color: var(--neutral-700);
  letter-spacing: var(--ls-small);
}

/* ==========================================================================
   Single event (single-veranstaltung.php).
   Lives in the global stylesheet because the per-block events.css is only
   enqueued when the Events List block is present — a single event page has none.

   One self-contained reading column (like the Astro `event-col`): the section
   owns the outer spacing (nav clearance, gutter, bottom padding) and every child
   sets its own top margin, so there is no stacked section padding.
   ========================================================================== */
.event-single {
  padding-inline: clamp(1.25rem, 0.179rem + 5.357vw, 5rem);
  /* Sits under the absolute header overlay (body.has-hero → no #page-wrapper
     offset), so reserve the header height plus breathing room — same pattern as
     the animated-hero block. */
  padding-top: calc(var(--header-height, 5rem) + var(--ms-six));
  padding-bottom: clamp(2.5rem, 1.2676rem + 5.2582vw, 6rem);
  /* Soft turquoise glow, fixed to the top area so it never scales with content height. */
  background: radial-gradient(130% 460px at 82% -80px, color-mix(in srgb, var(--turquoise-200) 55%, transparent), transparent 72%) no-repeat;
}
.event-single__inner {
  max-width: 900px;
  margin-inline: auto;
}
.event-single__date {
  display: block;
  margin-bottom: var(--ms-two);
  font-size: var(--fs-300);
  font-variant-numeric: tabular-nums;
  color: var(--neutral-300);
}
.event-single__title {
  margin: 0;
}
.event-single__location {
  margin: var(--ms-two) 0 0;
  color: var(--neutral-700);
}
.event-single__past {
  margin: var(--ms-three) 0 0;
  font-weight: 600;
  color: var(--turquoise-700);
}
.event-single__figure {
  aspect-ratio: 16/9;
  margin-top: var(--ms-six);
  overflow: clip;
  border-radius: 16px;
}
.event-single__figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-single {
  /* Editor content (paragraphs, headings, lists, …). */
}
.event-single__prose {
  margin-top: var(--ms-six);
}
.event-single__prose > * + * {
  margin-top: var(--ms-three);
}
.event-single__prose > h2, .event-single__prose > h3, .event-single__prose > h4 {
  margin-top: var(--ms-six);
}
.event-single__prose :where(ul, ol) {
  padding-left: var(--ms-three);
}
.event-single__prose li + li {
  margin-top: var(--ms-one);
}
.event-single__prose img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}
.event-single__prose a {
  color: var(--turquoise-700);
  text-decoration: underline;
  text-underline-offset: 0.15em;
  transition: color var(--transition-default);
}
.event-single__prose a:hover, .event-single__prose a:focus-visible {
  color: var(--turquoise-900);
}
.event-single__actions {
  margin-top: var(--ms-eight);
}
.event-single__back {
  display: inline-flex;
  gap: var(--ms-one);
  align-items: center;
  font-size: var(--fs-400);
  font-weight: 500;
  color: var(--neutral-900);
  text-decoration: none;
  transition: color var(--transition-default);
}
.event-single__back:hover, .event-single__back:focus-visible {
  color: var(--turquoise-700);
}
.event-single__back:hover .event-single__back-icon, .event-single__back:focus-visible .event-single__back-icon {
  transform: translateX(-3px);
}
.event-single__back-icon {
  width: 20px;
  height: 20px;
  transition: transform var(--transition-default);
}

/* ==========================================================================
   Plugin styles > Formidable Forms.
   Kontaktformular im Astro-Underline-Look (portiert von der /kontakt-Seite).
   Scope generisch über .frm_forms.with_frm_style; kein Dequeue des Plugin-CSS,
   Defaults werden gezielt per !important überschrieben.
   ========================================================================== */
.frm_forms.with_frm_style {
  --frm-error: #c0392b;
  padding: 0 !important;
  font-family: var(--font-default);
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  /* Felder.
     ====================================================================== */
}
.frm_forms.with_frm_style .form-field {
  margin-bottom: var(--ms-four);
}
.frm_forms.with_frm_style {
  /* Label (uppercase, 600, letter-spacing).
     ====================================================================== */
}
.frm_forms.with_frm_style .frm_primary_label {
  display: block;
  padding-bottom: 0 !important;
  margin-bottom: var(--ms-one);
  font-size: var(--fs-200);
  font-weight: 600;
  color: var(--neutral-700);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.frm_forms.with_frm_style .frm_primary_label .frm_required {
  color: var(--turquoise-600);
}
.frm_forms.with_frm_style {
  /* Inputs + Textarea (Underline-Stil).
     ====================================================================== */
}
.frm_forms.with_frm_style .form-field input[type=text], .frm_forms.with_frm_style .form-field input[type=email], .frm_forms.with_frm_style .form-field textarea {
  width: 100%;
  padding: var(--ms-two) 0 !important;
  font-family: var(--font-default) !important;
  font-size: var(--fs-400) !important;
  font-weight: 400 !important;
  line-height: 1.5;
  color: var(--neutral-900);
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid var(--neutral-300) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  transition: border-color var(--transition-default), box-shadow var(--transition-default);
}
.frm_forms.with_frm_style .form-field input[type=text]::-moz-placeholder, .frm_forms.with_frm_style .form-field input[type=email]::-moz-placeholder, .frm_forms.with_frm_style .form-field textarea::-moz-placeholder {
  font-size: var(--fs-400) !important;
  color: var(--neutral-300) !important;
}
.frm_forms.with_frm_style .form-field input[type=text]::placeholder, .frm_forms.with_frm_style .form-field input[type=email]::placeholder, .frm_forms.with_frm_style .form-field textarea::placeholder {
  font-size: var(--fs-400) !important;
  color: var(--neutral-300) !important;
}
.frm_forms.with_frm_style .form-field input[type=text]:focus, .frm_forms.with_frm_style .form-field input[type=email]:focus, .frm_forms.with_frm_style .form-field textarea:focus {
  outline: none !important;
  border-bottom-color: var(--turquoise-600) !important;
  box-shadow: 0 1px 0 0 var(--turquoise-600) !important;
}
.frm_forms.with_frm_style .form-field textarea {
  min-height: 7.5rem;
  resize: vertical;
}
.frm_forms.with_frm_style {
  /* Fehlerzustand (Formidable setzt .frm_blank_field auf den Wrapper).
     ====================================================================== */
}
.frm_forms.with_frm_style .frm_form_field.frm_blank_field input, .frm_forms.with_frm_style .frm_form_field.frm_blank_field textarea {
  border-bottom-color: var(--frm-error) !important;
  box-shadow: none !important;
}
.frm_forms.with_frm_style .frm_error {
  margin-top: var(--ms-one);
  font-size: var(--fs-200);
  line-height: 1.4;
  color: var(--frm-error);
}
.frm_forms.with_frm_style {
  /* Datenschutz-Hinweis (.form-legal = HTML-Block mit Link).
     ====================================================================== */
}
.frm_forms.with_frm_style .form-legal {
  font-size: var(--fs-300);
  line-height: 1.5;
  color: var(--neutral-700);
}
.frm_forms.with_frm_style .form-legal a {
  color: var(--turquoise-700);
  text-decoration: underline;
  text-underline-offset: 2px;
}
.frm_forms.with_frm_style {
  /* Submit (dunkler Pill-CTA, Werte aus .button-block.is-style-cta).
     ====================================================================== */
}
.frm_forms.with_frm_style .frm_submit {
  margin-top: var(--ms-two);
}
.frm_forms.with_frm_style .frm_button_submit {
  display: inline-flex !important;
  gap: var(--ms-one);
  align-items: center;
  width: auto !important;
  padding: 0.75em 1.5em !important;
  font-family: var(--font-default) !important;
  font-size: var(--fs-400) !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  color: var(--white) !important;
  text-transform: none !important;
  letter-spacing: var(--ls-none) !important;
  cursor: pointer;
  background-color: var(--neutral-800) !important;
  border: 1px solid var(--neutral-800) !important;
  border-radius: 50px !important;
  transition: transform var(--transition-default), box-shadow var(--transition-default);
}
.frm_forms.with_frm_style .frm_button_submit::after {
  flex: none;
  width: 16px;
  height: 12px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E%3Cpath d='M10 1l5 5-5 5M15 6H1' stroke='%23ffffff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.frm_forms.with_frm_style .frm_button_submit:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.frm_forms.with_frm_style .frm_button_submit:active {
  box-shadow: none;
  transform: translateY(0);
}
.frm_forms.with_frm_style .frm_button_submit:disabled {
  cursor: default !important;
  opacity: 0.5;
}
.frm_forms.with_frm_style {
  /* Honeypot/Spamschutz sicher ausblenden (Container hat nur eine id).
     ====================================================================== */
}
.frm_forms.with_frm_style :where(div:has(> .frm_verify)) {
  display: none !important;
}
.frm_forms.with_frm_style {
  /* Erfolgsmeldung nach Absenden an Türkis angleichen.
     ====================================================================== */
}
.frm_forms.with_frm_style .frm_message {
  color: var(--turquoise-800);
}

.styleguide-element .wp-block-group {
  margin-top: 4px !important;
}
.styleguide-element .wp-block-group p {
  font-size: 14px;
  line-height: 1.4;
  color: var(--black);
  letter-spacing: var(--ls-none);
}
.styleguide-element:not(:has(.styleguide-color)):not([class*=mb--]):has(+ .styleguide-element) {
  margin-bottom: var(--ms-eight);
}

.media-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--ms-three);
}
@media (min-width: 768px) {
  .media-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .media-cards {
    grid-template-columns: repeat(3, 1fr);
    max-width: calc(960px + var(--ms-three) * 2);
    margin-left: auto;
  }
}
.media-cards__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  aspect-ratio: 320/445;
  overflow: clip;
  background: #eceded;
  border: 1px solid #f8f8f8;
  border-radius: 16px;
}
.media-cards__media {
  position: absolute !important;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #eceded;
}
.media-cards__media img, .media-cards__media video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-cards__title {
  position: relative;
  z-index: 1;
  margin: 0 var(--ms-four);
  font-size: var(--fs-400);
  font-weight: 600;
  line-height: 1.4;
  color: var(--neutral-900);
  letter-spacing: var(--ls-small);
}
.media-cards__text {
  position: relative;
  z-index: 1;
  margin: var(--ms-one) var(--ms-four) var(--ms-four);
  color: var(--neutral-700);
}

/* Benefits-Checkliste pattern — vertical rhythm + three-column band.
   The turquoise circle-check marker itself comes from the core/list block
   style `is-style-circle-check` (see global/_lists.scss); this file only scopes
   the spacing and multi-column layout to `.benefits-grid`.
   ========================================================================== */
/* Mobile/Tablet (stacked): 24px → 32px between items (--ms-four, Astro parity),
   overriding the theme's default list spacing (--ms-two = 16px). */
ul.wp-block-list.benefits-grid li:not(:last-child) {
  margin-bottom: var(--ms-four);
}

/* Large screens: horizontal 3-column band; spacing comes from the grid gap. */
@media (min-width: 992px) {
  ul.wp-block-list.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--ms-six);
  }
  ul.wp-block-list.benefits-grid li:not(:last-child) {
    margin-bottom: 0;
  }
}