@layer basis, familie, bauform, kopfform, welt-kopfgeometrie, kopfmarke-aus, kopfmarke-welt, welt-komposition, welt-korridor, feinschliff;
@layer basis {
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/ibm-plex-sans-400.woff2') format('woff2');
}
@font-face {
  font-family: 'IBM Plex Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('fonts/ibm-plex-sans-600.woff2') format('woff2');
}
@font-face {
  font-family: 'Chakra Petch';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('fonts/chakra-petch-700.woff2') format('woff2');
}
:root{
  --color-primary: #0a2a52;
  --color-accent: #2563eb;
  --color-bg: #040c19;
  --color-surface: #0a1830;
  --color-text: #e8eef6;
  --color-text-soft: #aebfd4;
  --color-heading: #f4f8ff;
  --color-link: #7fa8f6;
  --btn-streif: 0.08;
  --hero-cover-min: 72%;
  --hero-cover-max: 86%;
  --punktraster-primary: 13%;
  --punktraster-verlauf: 3%;
  --punktraster-surface: 0%;
  --punktraster-standard: 0%;
  --punktraster-buehne: 12%;
  --flaechenbild-schleier-standard: 80%;
  --flaechenbild-schleier-tinted: 80%;
  --flaechenbild-schleier-surface: 84%;
  --flaechenbild-schleier-primary: 70%;
  --flaechenbild-schleier-karte-flach: 83%;
  --flaechenbild-schleier-karte-stage: 87%;
  --radius: 12px;
  --font-stack: 'IBM Plex Sans', system-ui, 'Segoe UI', sans-serif;
  --font-heading: 'Chakra Petch', system-ui, 'Segoe UI', sans-serif;
  --text-scale: 1;
  --heading-scale: 1.08;
  --heading-weight: 700;
  --heading-tracking: 0.01em;
  --heading-leading: 1.15;
  --max-width: 72rem;
  --space-section: 4.5rem;
  --space-grid: 1.25rem;
  --space-card: 1.75rem;
  --space-hero: 6rem 6.5rem;
  --space-flow: 1.25rem;
  --primary-soft: #040e1e;
  --primary-mist: #051122;
  --primary-deep: #082242;
  --accent-soft: #0d2146;
  --shadow-1: 0 4px 14px rgba(10, 42, 82, 0.1);
  --shadow-2: 0 10px 24px rgba(10, 42, 82, 0.16);
  --shadow-3: 0 18px 40px rgba(10, 42, 82, 0.24);
  --status-danger: #ffb4ab;
  --status-danger-inverse: #ffb4ab;
}

:root{
  --header-logo-width-compact: 140px;
  --header-logo-width-compact-mobile: 100px;
  --header-logo-max-height-compact: 72px;
}

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

[hidden]:not([hidden="until-found"]) { display: none !important; }

:root { --lesebreite: 68ch; }

:root {
  --fokus-pol-hell: #ffffff;
  --fokus-pol-dunkel: #10100f;
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font-stack);
  color: var(--color-text);
  background: var(--color-bg);
  line-height: 1.65;
  overflow-wrap: break-word;
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3 {
  line-height: var(--heading-leading, 1.2);
  letter-spacing: var(--heading-tracking, -0.01em);
  font-weight: var(--heading-weight, 700);
  color: var(--color-heading, var(--color-primary));
  font-family: var(--font-heading);
}

h1 { --h1-basis: clamp(calc(2.2rem * var(--heading-scale, 1)), calc(5.5vw * var(--heading-scale, 1)), calc(3.4rem * var(--heading-scale, 1))); font-size: var(--h1-basis); margin: 0 0 0.9rem; }
h2 { font-size: clamp(calc(1.5rem * var(--heading-scale, 1)), calc(3.2vw * var(--heading-scale, 1)), calc(2.1rem * var(--heading-scale, 1))); margin: 0 0 1.1rem; }
h3 { font-size: calc(1.1rem * var(--heading-scale, 1)); margin: 0 0 0.5rem; }

a { color: var(--color-link, var(--color-accent)); text-underline-offset: 2px; }
a:hover { color: var(--color-heading, var(--color-primary)); }

:focus-visible {
  outline: 3px solid var(--color-focus, var(--color-accent));
  outline-offset: 2px;
  border-radius: 2px;

  --fokus-ringe:
    0 0 0 6px var(--accent-soft),
    0 0 0 8px var(--fokus-pol-hell),
    0 0 0 10px var(--fokus-pol-dunkel);
  box-shadow: var(--fokus-ringe);
}

.container { max-width: var(--max-width); margin-inline: auto; padding-inline: 1.25rem; }

.container.narrow { max-width: min(46rem, calc(var(--lesebreite) + 2.5rem)); }

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--color-primary);
  color: #fff;
  padding: 0.6rem 1rem;
  z-index: 100;
}
.skip-link:focus { left: 0.5rem; top: 0.5rem; }

.announcement-bar {
  background: var(--color-primary);
  color: #fff;
  font-size: calc(0.92rem * var(--text-scale, 1));
  padding: 0.5rem 0;
  text-align: center;
}
.announcement-bar a { color: #fff; font-weight: 600; text-underline-offset: 2px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: color-mix(in srgb, var(--color-surface) 82%, transparent);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--color-border, var(--primary-mist));
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: var(--header-compact-height, 3.6rem);
  position: relative;
}
.brand {
  font-weight: 700;
  color: var(--color-heading, var(--color-primary));
  text-decoration: none;
  font-size: 1.05rem;
}
.site-nav { min-width: 0; max-width: 100%; }
.site-nav ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
  margin: 0;
  padding: 0;
}
.site-nav a {
  text-decoration: none;
  color: var(--color-text);
  padding: 0.35rem 0.2rem;
}
.site-nav a[aria-current="page"] {
  color: var(--color-heading, var(--color-primary));
  font-weight: 600;
  border-bottom: 2px solid var(--color-accent);
}
.nav-toggle {
  display: none;
  border: 1px solid var(--color-primary);
  background: var(--color-surface);
  color: var(--color-heading, var(--color-primary));
  border-radius: var(--radius);
  padding: 0.4rem 0.9rem;
  font: inherit;
  cursor: pointer;
}

@media (max-width: 51.99rem) {
  .nav-toggle { display: inline-flex; }
  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--color-surface);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: var(--shadow-2);
  }
  .site-nav.open { display: block; }
  .site-nav ul { flex-direction: column; gap: 0.15rem; padding: 0.9rem 1.25rem 1.1rem; }
  .site-nav a { display: block; padding: 0.55rem 0.2rem; }
}

.site-header.nav-capacity-compact .nav-toggle { display: inline-flex; flex-shrink: 0; }
.site-header.nav-capacity-compact .site-nav {
  display: none; position: absolute; top: 100%; left: 0; right: 0;
  background: var(--color-surface); box-shadow: var(--shadow-2);
  max-height: calc(100dvh - var(--header-compact-height, 3.6rem)); overflow-y: auto;
}
.site-header.nav-capacity-compact .site-nav.open { display: block; }
.site-header.nav-capacity-compact .site-nav ul {
  flex-direction: column; flex-wrap: nowrap; gap: 0.15rem; padding: 0.9rem 1.25rem 1.1rem;
}
.site-header.nav-capacity-compact .site-nav a {
  display: block; padding: 0.55rem 0.2rem; overflow-wrap: anywhere;
}
.site-header.nav-capacity-measuring .site-nav ul { flex-wrap: nowrap; }
.site-header.nav-capacity-measuring .site-nav { flex-shrink: 0; }

.header-reveal-toggle {
  border: 1px solid var(--header-reveal-border, var(--primary-mist));
  background: transparent;
  color: var(--color-heading, var(--color-primary));
  border-radius: 999px;
  padding: 0.25rem 0.75rem;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  margin-right: auto;
}
.header-reveal-toggle:hover { background: var(--header-reveal-background, var(--primary-soft)); }
.header-brand-panel {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  background: var(--header-reveal-background, var(--primary-soft));
  transition:
    grid-template-rows var(--header-reveal-duration, 0.45s) var(--header-reveal-easing, cubic-bezier(0.4, 0, 0.2, 1)),
    opacity var(--header-reveal-duration, 0.45s) var(--header-reveal-easing, cubic-bezier(0.4, 0, 0.2, 1));
}
.site-header[data-header-state="expanded"] .header-brand-panel {
  grid-template-rows: 1fr;
  opacity: 1;
  border-top: 1px solid var(--header-reveal-border, var(--primary-mist));
}
.header-brand-inner {
  overflow: hidden;
  min-height: 0;
  max-height: var(--header-expanded-height, 15rem);
  display: flex;
  align-items: center;
  gap: 1.4rem;
  flex-wrap: wrap;
  padding-block: 0;
  transition: padding-block var(--header-reveal-duration, 0.45s) var(--header-reveal-easing, cubic-bezier(0.4, 0, 0.2, 1));
}
.site-header[data-header-state="expanded"] .header-brand-inner { padding-block: 1.1rem; }
.brand-logo-large {
  width: var(--header-logo-width-expanded, 240px);
  max-width: min(70vw, 480px);
  height: auto;
  max-height: var(--header-logo-max-height-expanded, 10rem);
  object-fit: contain;
  border-radius: var(--radius);
}
.header-brand-name {
  margin: 0;
  font-family: var(--font-heading);
  font-weight: var(--heading-weight, 700);
  letter-spacing: var(--heading-tracking, -0.01em);
  font-size: 1.5rem;
  color: var(--color-heading, var(--color-primary));
}
.header-brand-claim { margin: 0.25rem 0 0; color: var(--color-text-soft); max-width: min(44ch, 100%); }

body.motion-lively { --header-reveal-duration: 0.3s; }
@media (max-width: 51.99rem) {
  .brand-logo { width: var(--header-logo-width-compact-mobile, var(--header-logo-width-compact, auto)); }
  .brand-logo-large { width: var(--header-logo-width-expanded-mobile, var(--header-logo-width-expanded, 200px)); }
}

@media (max-width: 30rem) {
  .site-header[data-header-mode="reveal"] .header-inner { gap: 0.5rem; }
  .site-header[data-header-mode="reveal"] .brand { min-width: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: block; }
  .header-reveal-toggle { padding: 0.25rem 0.5rem; font-size: 0.72rem; }
}
@media (prefers-reduced-motion: reduce) {
  .header-brand-panel, .header-brand-inner { transition: none; }
}

.section { padding-block: var(--space-section, 4.5rem); }

[id] { scroll-margin-top: 5rem; }

.section-intro { max-width: min(var(--lesebreite), 100%); color: var(--color-text-soft); }

.hero {
  position: relative;
  background: var(--color-primary);

  --punktraster-deckung: var(--punktraster-primary);
  color: #fff;
  padding-block: var(--space-hero, 6rem 6.5rem);
}

.hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, color-mix(in srgb, var(--color-accent) 65%, transparent), transparent);
}
.hero h1 { color: #fff; max-width: 40rem; }

.hero .hero-showcase-text h1,
.hero .hero-split-grid > div h1,
.hero .hero-lead-text h1 {
  hyphens: auto;
  hyphenate-limit-chars: 10 4 4;
  word-break: normal;
}
@media (max-width: 51.99rem) {
  .hero h1 {
    hyphens: auto;
    hyphenate-limit-chars: 10 4 4;
    word-break: normal;

    overflow-wrap: anywhere;
  }

  .hero .lead {
    overflow-wrap: anywhere;
  }
}

.hero .hero-showcase-text,
.hero .hero-lead-text { container-type: inline-size; }

body.heroform-poster .hero .hero-showcase-text h1 {
  font-size: min(clamp(calc(3rem * var(--heading-scale, 1)), calc(11vw * var(--heading-scale, 1)), calc(6.75rem * var(--heading-scale, 1))), 16cqi);
}

@media (max-width: 51.99rem) {
  .hero .hero-lead-text h1 {
    font-size: min(var(--h1-basis), 12.4cqi);
  }
}

.hero .lead { max-width: min(57ch, 100%); font-size: calc(1.22rem * var(--text-scale, 1)); line-height: 1.7; color: var(--hero-cover-soft, rgba(255, 255, 255, 0.9)); }
.eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: calc(0.74rem * var(--text-scale, 1));
  font-weight: 700;
  color: var(--color-heading, var(--color-primary));
  background: var(--accent-soft);
  padding: 0.32rem 0.8rem;
  border-radius: 999px;
  margin: 0 0 1rem;
}
.hero .eyebrow { color: #fff; background: rgba(255, 255, 255, 0.14); }

.page-header { padding-block: 3rem 0.5rem; }
.lead { font-size: calc(1.1rem * var(--text-scale, 1)); color: var(--color-text-soft); }

.cta-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: var(--space-flow, 1.25rem); }
.btn {
  display: inline-block;
  text-decoration: none;
  border-radius: var(--radius);
  padding: 0.8rem 1.6rem;
  font-weight: 600;
  font-size: calc(1.02rem * var(--text-scale, 1));
  border: 2px solid transparent;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease, box-shadow 160ms ease, background-position 450ms ease;
}
.btn:hover { transform: translateY(-1px); }
.btn:active { transform: translateY(0); }

.btn.primary {
  background-color: var(--color-accent);

  background-image: linear-gradient(110deg, rgba(255, 255, 255, 0) 42%, rgba(255, 255, 255, var(--btn-streif, 0.18)) 50%, rgba(255, 255, 255, 0) 58%);
  background-size: 240% 100%;
  background-position: 130% 0;
  background-repeat: no-repeat;
  color: #fff;
  box-shadow: var(--shadow-1);
}
.btn.primary:hover { background-color: var(--color-primary); background-position: -30% 0; color: #fff; box-shadow: var(--shadow-2); }

.btn.primary:where(:focus-visible) { box-shadow: var(--fokus-ringe), var(--shadow-1); }
.btn.primary:hover:where(:focus-visible) { box-shadow: var(--fokus-ringe), var(--shadow-2); }
.btn.secondary { border-color: currentColor; color: inherit; background: transparent; }
.hero .btn.secondary { color: #fff; }
button.btn.primary { border: none; font: inherit; font-weight: 600; cursor: pointer; }

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
  gap: var(--space-grid, 1.25rem);
  margin-top: 1.5rem;
}
.card {
  min-width: 0;
  overflow-wrap: anywhere;
  background: var(--color-surface);

  --flaechenbild-grund: var(--color-surface);
  --flaechenbild-schleier: var(--flaechenbild-schleier-surface, 86%);
  --flaechenbild-schicht: initial;
  border: 1px solid var(--color-border, var(--primary-mist));
  border-radius: var(--radius);
  padding: var(--space-card, 1.75rem);
  box-shadow: var(--shadow-1);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-2);
}
.card p { margin: 0.3rem 0 0; color: var(--color-text-soft); }
.card p:has(a) { margin-top: 0.8rem; }

.faq-item {
  background: var(--color-surface);
  border-radius: var(--radius);
  padding: 0.9rem 1.2rem;
  margin-top: 0.75rem;
}
.faq-item summary { font-weight: 600; cursor: pointer; color: var(--color-heading, var(--color-primary)); }

.faq-item { max-width: min(var(--lesebreite), 100%); }
.faq-item p { margin: 0.7rem 0 0.2rem; color: var(--color-text-soft); }

.cta-band {
  background: var(--color-surface);
  border-block: 1px solid rgba(0, 0, 0, 0.06);
  text-align: center;
}
.cta-band .cta-row { justify-content: center; }

.contact-form, .booking-form form, .rental-calc-form { margin-top: 1.5rem; display: grid; gap: 1.1rem; }
.form-trap { display: none; }
.field { display: grid; gap: 0.35rem; }
.field label { font-weight: 600; }
.field input, .field textarea, .field select, .catalog-filter input, .catalog-filter select {
  font: inherit;
  padding: 0.65rem 0.8rem;

  border: 1px solid var(--color-field-border, color-mix(in srgb, var(--color-text) 30%, transparent));
  border-radius: calc(var(--radius) / 2);
  background: var(--color-surface);
  color: var(--color-text);
  width: 100%;
  min-width: 0;
}
.field.checkbox { grid-template-columns: auto 1fr; align-items: start; gap: 0.6rem; }
.field.checkbox input { width: 1.15rem; height: 1.15rem; margin-top: 0.25rem; }
[aria-invalid="true"] { border-color: #b3261e; }
.form-status { margin: 0; min-height: 1.2rem; }
.field-hint { margin: 0.3rem 0 0; color: var(--color-text-soft); font-size: calc(0.82rem * var(--text-scale, 1)); }

.form-status.error { color: var(--status-danger, #b3261e); font-weight: 600; }
.form-status.success { color: var(--color-heading, var(--color-primary)); font-weight: 600; }
.form-notice, .response-note {
  background: var(--color-surface);
  border-left: 4px solid var(--color-accent);
  padding: 0.8rem 1rem;
  border-radius: calc(var(--radius) / 2);
  color: var(--color-text-soft);
}

.hp-field {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

mark.platzhalter {
  background: #fff3cd;
  color: #6b5300;
  padding: 0.05rem 0.3rem;
  border-radius: 4px;
}

.checklist { list-style: none; margin: 1rem 0 0; padding: 0; }
.checklist li {
  padding: 0.35rem 0 0.35rem 1.8rem;
  position: relative;
  color: var(--color-text-soft);
}

.checklist li::before {
  content: '✓';
  position: absolute;
  left: 0.2rem;
  color: var(--color-marke, var(--color-accent));
  font-weight: 700;
}

.two-column {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  gap: 2rem;
  margin-top: 1rem;
}

.process-steps {
  list-style: none;
  counter-reset: step;
  margin: 1.5rem 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: var(--space-grid, 1.25rem);
}
.process-steps li {
  counter-increment: step;
  background: var(--color-surface);
  border-radius: var(--radius);
  padding: 1.3rem 1.3rem 1.3rem 1.3rem;
  box-shadow: var(--shadow-1);
}
.process-steps li::before {
  content: counter(step);
  display: inline-grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--color-accent);
  color: #fff;
  font-weight: 700;
  margin-bottom: 0.7rem;
}
.process-steps p { margin: 0.3rem 0 0; color: var(--color-text-soft); }

.note {
  background: var(--color-surface);
  border-left: 4px solid var(--color-primary);
  border-radius: calc(var(--radius) / 2);
  padding: 1rem 1.2rem;
}
.note strong { color: var(--color-heading, var(--color-primary)); }
.note p { margin: 0.4rem 0 0; color: var(--color-text-soft); }

.status-badge {
  display: inline-block;
  background: var(--color-primary);
  --color-text-soft: #fff;
  --on-surface-soft: #fff;
  --karten-soft: #fff;
  color: #fff;
  font-size: calc(0.75rem * var(--text-scale, 1));
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 0.2rem 0.7rem;
  margin: 0 0 0.6rem;
}
.project-card .checklist { margin-top: 0.6rem; }
.project-card .checklist li { padding-block: 0.2rem; }

.link-panels {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}
.link-panels a {
  background: var(--color-surface);
  border-radius: var(--radius);
  padding: 0.9rem 1.1rem;
  text-decoration: none;
  font-weight: 600;
  box-shadow: var(--shadow-1);
  transition: transform 180ms ease, box-shadow 180ms ease;
}
.link-panels a:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-2);
}

.link-panels a:where(:focus-visible) { box-shadow: var(--fokus-ringe), var(--shadow-1); }
.link-panels a:hover:where(:focus-visible) { box-shadow: var(--fokus-ringe), var(--shadow-2); }

a, .site-nav a, .faq-item summary { transition: color 160ms ease; }
.field input, .field textarea, .field select, .contact-form select { transition: border-color 160ms ease, box-shadow 160ms ease; }
.field input:hover, .field textarea:hover, .field select:hover, .contact-form select:hover { border-color: var(--color-accent); }

.section.slim { padding-block: 1.5rem; }

.section.bg-tinted {

  background: var(--color-band, var(--primary-soft));
  border-block: 1px solid var(--color-border, var(--primary-mist));
}

.section.hat-flaechenbild {
  position: relative;
  isolation: isolate;
}

.section:is(.hat-flaechenbild, :has(.flaechenbild-ebenen)) {

  --flaechenbild-grund: var(--color-bg);
  --flaechenbild-schleier: var(--flaechenbild-schleier-standard, 78%);
}

.section:is(.hat-flaechenbild, :has(.flaechenbild-ebenen)).cta-band {
  --flaechenbild-grund: var(--color-surface);
  --flaechenbild-schleier: var(--flaechenbild-schleier-surface, 86%);
}
.section:is(.hat-flaechenbild, :has(.flaechenbild-ebenen)).bg-tinted {
  --flaechenbild-grund: var(--color-band, var(--primary-soft));
  --flaechenbild-schleier: var(--flaechenbild-schleier-tinted, 81%);
}
.section:is(.hat-flaechenbild, :has(.flaechenbild-ebenen)).bg-primary {
  --flaechenbild-grund: var(--color-primary);
  --flaechenbild-schleier: var(--flaechenbild-schleier-primary, 73%);
}

.rental-flow-section.hat-flaechenbild {
  position: relative;
  isolation: isolate;
  padding: 1.25rem;
  background: var(--color-surface);
  --flaechenbild-grund: var(--color-surface);
  --flaechenbild-schleier: var(--flaechenbild-schleier-surface, 86%);
}

:where(.hat-flaechenbild) {
  --flaechenbild-fokus: center;
  --flaechenbild-deckkraft: 1;
}
:is(.section, .rental-flow-section).hat-flaechenbild::before,
:is(.section, .rental-flow-section).hat-flaechenbild::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}

:is(.section, .rental-flow-section).hat-flaechenbild::before {
  z-index: -2;
  background-image: var(--flaechenbild);
  background-position: var(--flaechenbild-fokus, center);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: var(--flaechenbild-deckkraft, 1);
}

:is(.section, .rental-flow-section).hat-flaechenbild::after {
  z-index: -1;
  background: var(--flaechenbild-grund);

  opacity: var(--flaechenbild-schleier);
}

.section:is(.hat-flaechenbild, :has(.flaechenbild-ebenen)).ohne-flaeche {
  --flaechenbild-grund: var(--color-bg);
  --flaechenbild-schleier: var(--flaechenbild-schleier-standard, 78%);
}

:where(.flaechenbild-ebenen) {
  --flaechenbild-fokus: center;
  --flaechenbild-deckkraft: 1;
  --flaechenbild-profil: initial;
  --flaechenbild-grund: initial;
  --flaechenbild-schleier: initial;
  --flaechenbild-schicht: initial;
}
.flaechenbild-ebenen {
  --flaechenbild-deckung: calc(100% - var(--flaechenbild-deckkraft) * (100% - var(--flaechenbild-schleier)));
  --flaechenbild-schichtfarbe: color-mix(in srgb, var(--flaechenbild-grund) var(--flaechenbild-deckung), transparent);

  --flaechenbild-ebenen: var(--flaechenbild-schicht, linear-gradient(var(--flaechenbild-schichtfarbe), var(--flaechenbild-schichtfarbe))),
    var(--flaechenbild-profil, var(--flaechenbild));
}

.section.bg-primary {
  --on-surface-strong: #fff;
  --on-surface-soft: rgba(255, 255, 255, 0.85);
  --on-surface-ink: #fff;
  --on-surface-border: rgba(255, 255, 255, 0.28);
  --on-surface-icon: #fff;
  --on-surface-mark: rgba(255, 255, 255, 0.16);
  --status-danger: var(--status-danger-inverse, #ffb4ab);
  background:
    radial-gradient(58% 90% at 85% 0%, color-mix(in srgb, var(--color-accent) 24%, transparent), transparent 62%),
    linear-gradient(135deg, var(--color-primary), var(--primary-deep));
  color: rgba(255, 255, 255, 0.92);
}
.section.bg-primary h2,
.section.bg-primary .two-column h3 { color: var(--on-surface-strong); }
.section.bg-primary .section-intro,
.section.bg-primary .lead { color: var(--on-surface-soft); }

.section.bg-primary .checklist li { color: var(--on-surface-soft, rgba(255, 255, 255, 0.9)); }
.section.bg-primary .checklist li::before { color: var(--on-surface-icon); }
.section.bg-primary .hours-row { border-color: rgba(255, 255, 255, 0.25); }
.section.bg-primary .hours-row dd { color: var(--on-surface-soft); }
.section.bg-primary .hours-note,
.section.bg-primary .pricing-note { color: var(--on-surface-soft); background: rgba(255, 255, 255, 0.08); }

.section.bg-primary a:not(.btn, .guide-option) { color: var(--on-surface-strong); }

.section.bg-primary .form-status.success { color: var(--on-surface-strong); }

.section.bg-primary :focus-visible { outline-color: var(--color-focus, var(--on-surface-strong)); }
.section.bg-primary :is(.card, .faq-item, .form-notice, .response-note) :focus-visible { outline-color: var(--color-focus, var(--color-accent)); }

.section.bg-primary .card { color: var(--karten-ink, var(--color-text)); }
.section.bg-primary .card h3 { color: var(--karten-stark, var(--color-heading, var(--color-primary))); }
.section.bg-primary .card .checklist li,
.section.bg-primary .card p { color: var(--karten-soft, var(--color-text-soft)); }
.section.bg-primary .card .checklist li::before { color: var(--karten-icon, var(--color-marke, var(--color-accent))); }
.section.bg-primary .card a:not(.btn) { color: var(--karten-link, var(--color-link, var(--color-accent))); }
.section.bg-primary .faq-item a:not(.btn),
.section.bg-primary .form-notice a:not(.btn),
.section.bg-primary .response-note a:not(.btn) { color: var(--color-link, var(--color-accent)); }
.section.bg-primary .faq-item p { color: var(--color-text-soft); }

.section.bg-primary .guide { color: var(--color-text); }

.hero.hero-split .hero-split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 2.5rem;
  align-items: center;
}
.hero-split-img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);

  border: 5px solid var(--color-surface);
  box-shadow: 0.6rem 0.6rem 0 color-mix(in srgb, var(--color-accent) 26%, transparent), var(--shadow-3);
}
body.motion-lively .hero-split-img { transform: rotate(1.5deg); }
@media (max-width: 51.99rem) {
  .hero.hero-split .hero-split-grid { grid-template-columns: minmax(0, 1fr); gap: 1.5rem; }
}

.brand-logo {
  display: inline-block;
  width: var(--header-logo-width-compact, auto);
  height: auto;
  max-height: var(--header-logo-max-height-compact, 2.1rem);
  object-fit: contain;
  vertical-align: middle;
  margin-right: 0.6rem;
}
.brand { display: inline-flex; align-items: center; }
.media-figure { margin: 0; }
.media-figure img {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
}
.media-figure figcaption {
  font-size: calc(0.85rem * var(--text-scale, 1));
  color: var(--color-text-soft);
  margin-top: 0.45rem;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(14rem, 1fr));
  gap: 1rem;
  margin-top: 1.25rem;
}
.gallery-grid img { aspect-ratio: 4 / 3; object-fit: cover; }

.gallery-grid > .media-figure {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) auto;
}

.gallery-grid > .media-figure > * { min-width: 0; min-height: 0; }

.gallery-grid.gallery-mosaic { grid-auto-flow: dense; }
@media (min-width: 36rem) {

  .gallery-grid.gallery-mosaic .media-figure:first-child { grid-column: span 2; grid-row: span 2; }
  .gallery-grid.gallery-mosaic .media-figure:first-child img { height: 100%; aspect-ratio: auto; }
}
.gallery-grid.gallery-strip {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 0.75rem;
  -webkit-overflow-scrolling: touch;
}
.gallery-grid.gallery-strip .media-figure { flex: 0 0 min(75%, 24rem); scroll-snap-align: start; }

.media-figure.frame-framed img {
  background: var(--color-surface);
  padding: 0.55rem;
  border: 1px solid var(--color-border, var(--primary-mist));
  box-shadow: var(--shadow-2);
}

.price-tag {
  font-size: calc(1.35rem * var(--text-scale, 1));
  font-weight: 700;
  color: var(--color-heading, var(--color-primary));
  margin: 0.2rem 0 0.6rem;
}
.price-tag.price-on-request { font-size: calc(1rem * var(--text-scale, 1)); color: var(--color-text-soft); font-weight: 600; }
.pricing-note { margin-top: 1.2rem; color: var(--color-text-soft); font-size: calc(0.9rem * var(--text-scale, 1)); }
.contact-form select {
  font: inherit;
  padding: 0.65rem 0.8rem;

  border: 1px solid var(--color-field-border, color-mix(in srgb, var(--color-text) 30%, transparent));
  border-radius: calc(var(--radius) / 2);
  background: var(--color-surface);
  width: 100%;
}

.room-card img { border-radius: calc(var(--radius) / 1.5); margin-bottom: 0.8rem; aspect-ratio: 3 / 2; object-fit: cover; width: 100%; }
.room-meta { color: var(--color-text-soft); font-size: calc(0.88rem * var(--text-scale, 1)); margin: 0 0 0.4rem; }
.room-price { font-weight: 700; color: var(--color-heading, var(--color-primary)); margin: 0.7rem 0 0; }
.room-price.room-price-on-request { color: var(--color-text-soft); font-weight: 600; font-size: calc(0.92rem * var(--text-scale, 1)); }
.room-cta { margin-top: 0.4rem; display: inline-block; }

.team-card img { border-radius: calc(var(--radius) / 1.5); margin-bottom: 0.8rem; aspect-ratio: 1 / 1; object-fit: cover; width: 100%; }
.team-role { font-weight: 600; color: var(--color-heading, var(--color-primary)); margin: 0 0 0.3rem; font-size: calc(0.95rem * var(--text-scale, 1)); }
.team-focus { color: var(--color-text-soft); font-size: calc(0.9rem * var(--text-scale, 1)); margin: 0; }

.quote-card blockquote { margin: 0 0 0.6rem; font-size: calc(1.02rem * var(--text-scale, 1)); font-style: italic; }
.quote-card figcaption { font-weight: 600; color: var(--color-heading, var(--color-primary)); font-size: calc(0.92rem * var(--text-scale, 1)); }
.quote-card .quote-source { margin: 0.35rem 0 0; color: var(--color-text-soft); font-size: calc(0.82rem * var(--text-scale, 1)); }
.quote-profile { margin-top: 1.2rem; }

.hours { margin: 1.25rem 0 0; }
.hours-row {
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.65rem 0.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.hours-row dt { font-weight: 600; margin: 0; }
.hours-row dd { margin: 0; color: var(--color-text-soft); text-align: right; }
.hours-note {
  margin-top: 1rem;
  background: var(--color-surface);
  border-left: 4px solid var(--color-accent);
  padding: 0.8rem 1rem;
  border-radius: calc(var(--radius) / 2);
  color: var(--color-text-soft);
}

.legal h2 { margin-top: 2rem; font-size: calc(1.25rem * var(--heading-scale, 1)); }
.legal h2:first-child { margin-top: 0; }

.site-footer {
  background: var(--color-primary);
  color: rgba(255, 255, 255, 0.88);
  padding-block: 2.5rem;
  margin-top: 3rem;
}
.site-footer a { color: #fff; }
.site-footer p { margin: 0.35rem 0; }
.footer-copy { font-size: calc(0.85rem * var(--text-scale, 1)); color: rgba(255, 255, 255, 0.6); }

body.footer-columns .footer-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.35rem 2.5rem;
  align-items: start;
}
body.footer-columns .footer-inner > p:first-child,
body.footer-columns .footer-links,
body.footer-columns .footer-copy { grid-column: 1 / -1; }

body.footer-centered .site-footer { text-align: center; padding-block: 3.25rem; }
body.footer-centered .footer-inner { max-width: 44rem; margin-inline: auto; }
body.footer-centered .footer-social a { margin-inline: 0.4rem; }

body.footer-bar .site-footer { padding-block: 1.5rem; }
body.footer-bar .footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35rem 1.5rem;
  font-size: calc(0.9rem * var(--text-scale, 1));
}
body.footer-bar .footer-inner > p { margin: 0; }

@media (max-width: 640px) {
  body.footer-columns .footer-inner { grid-template-columns: 1fr; }
  body.footer-bar .footer-inner { gap: 0.3rem 1rem; }
}

body.hero-gradient .hero {
  background: linear-gradient(140deg, var(--color-primary), color-mix(in srgb, var(--color-primary) 55%, var(--color-accent)));
  --punktraster-deckung: var(--punktraster-verlauf);
}

.hero.hero-with-image,
body.hero-tinted .hero.hero-with-image,
body.hero-gradient .hero.hero-with-image {

  --hero-cover-background:
    linear-gradient(color-mix(in srgb, var(--color-primary) var(--hero-cover-min, 72%), transparent),
                    color-mix(in srgb, var(--color-primary) var(--hero-cover-max, 86%), transparent)),
    linear-gradient(color-mix(in srgb, var(--color-primary) var(--hero-bild-transparenz, 0%), transparent),
                    color-mix(in srgb, var(--color-primary) var(--hero-bild-transparenz, 0%), transparent)),
    var(--hero-image) center / cover no-repeat;
  --hero-cover-text: #fff;

  --hero-cover-soft: #fff;
  background: var(--hero-cover-background);
  --punktraster-deckung: var(--punktraster-buehne);
  color: #fff;
  padding-block: 5.5rem;
}
body.hero-tinted .hero.hero-with-image h1 { color: #fff; }
body.hero-tinted .hero.hero-with-image .lead { color: var(--hero-cover-soft); }
body.hero-tinted .hero.hero-with-image .eyebrow { color: var(--hero-cover-text); }
body.hero-tinted .hero.hero-with-image .btn.secondary { color: #fff; }

.hero.hero-with-image .eyebrow,
body.eyebrow-line .hero.hero-with-image .eyebrow,
body.eyebrow-plain .hero.hero-with-image .eyebrow,
body.hero-tinted .hero.hero-with-image .eyebrow,
body.hero-gradient .hero.hero-with-image .eyebrow {
  color: var(--hero-cover-text);
  background: transparent;
}
body.hero-tinted .hero {
  background: var(--color-surface);
  --punktraster-deckung: var(--punktraster-surface);
  color: var(--color-text);
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}
body.hero-tinted .hero h1 { color: var(--color-heading, var(--color-primary)); }
body.hero-tinted .hero .lead { color: var(--color-text-soft); }
body.hero-tinted .hero .eyebrow { color: var(--color-accent); }
body.hero-tinted .hero .btn.secondary { color: var(--color-heading, var(--color-primary)); }

body.btn-pill .btn, body.btn-pill button.btn { border-radius: 999px; }
body.btn-square .btn, body.btn-square button.btn { border-radius: 4px; }

body.cards-shadow .card,
body.cards-shadow .faq-item,
body.cards-shadow .process-steps li,
body.cards-shadow .link-panels a {
  box-shadow: var(--shadow-1);
  border: 1px solid var(--color-border, var(--primary-mist));
}
body.cards-border .card,
body.cards-border .faq-item,
body.cards-border .process-steps li,
body.cards-border .link-panels a {
  box-shadow: none;
  border: 1px solid var(--color-border, var(--primary-mist));
}
body.cards-flat .card,
body.cards-flat .faq-item,
body.cards-flat .process-steps li,
body.cards-flat .link-panels a {
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.08);

  background: color-mix(in srgb, var(--color-surface) 92%, var(--karten-grund, var(--color-bg)));

  --flaechenbild-grund: color-mix(in srgb, var(--color-surface) 92%, var(--karten-grund, var(--color-bg)));
  --flaechenbild-schleier: var(--flaechenbild-schleier-karte-flach, 100%);
  --flaechenbild-schicht: initial;
}

body.cards-shadow .link-panels a:where(:focus-visible) { box-shadow: var(--fokus-ringe), var(--shadow-1); }
body.cards-border .link-panels a:where(:focus-visible),
body.cards-flat .link-panels a:where(:focus-visible) { box-shadow: var(--fokus-ringe); }

body.align-center .hero .container:not(.hero-split-grid),
body.align-center .page-header .container { text-align: center; }
body.align-center .hero .container:not(.hero-split-grid) h1,
body.align-center .hero .container:not(.hero-split-grid) .lead { margin-inline: auto; }
body.align-center .hero .container:not(.hero-split-grid) .cta-row { justify-content: center; }
body.align-center .section > .container:not(.legal) > h2 { text-align: center; }
body.align-center .section > .container > .section-intro {
  text-align: center;
  margin-inline: auto;
}

@media (min-width: 36rem) {
  .card-grid.grid-bento > .card:first-child,
  .card-grid.grid-bento > .card:nth-child(4n) { grid-column: span 2; }
  .card-grid.grid-bento > .card:first-child {
    background: linear-gradient(135deg, var(--color-surface), var(--primary-soft));

    --flaechenbild-grund: var(--color-surface);
    --flaechenbild-schleier: max(var(--flaechenbild-schleier-surface, 86%), var(--flaechenbild-schleier-tinted, 81%));
    --flaechenbild-schicht: linear-gradient(135deg,
      color-mix(in srgb, var(--color-surface) var(--flaechenbild-deckung), transparent),
      color-mix(in srgb, var(--primary-soft) var(--flaechenbild-deckung), transparent));
    padding: 2.2rem 2.1rem;
  }
  .card-grid.grid-bento > .card:first-child h3 { font-size: calc(1.35rem * var(--heading-scale, 1)); }
}

.card-grid.grid-columns { gap: 0 2.75rem; margin-top: 2rem; }
.card-grid.grid-columns > .card {
  background: transparent;

  --flaechenbild-grund: inherit;
  --flaechenbild-schleier: inherit;
  --flaechenbild-schicht: initial;

  --karten-ink: var(--on-surface-ink, var(--color-text));
  --karten-stark: var(--on-surface-strong, var(--color-heading, var(--color-primary)));
  --karten-soft: var(--on-surface-soft, var(--color-text-soft));
  --karten-icon: var(--on-surface-icon, var(--color-marke, var(--color-accent)));
  --karten-link: var(--on-surface-strong, var(--color-link, var(--color-accent)));
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border-top: 2px solid var(--on-surface-border, var(--primary-mist));
  padding: 1.4rem 0.1rem 1.7rem;
}
.card-grid.grid-columns > .card:hover { transform: none; box-shadow: none; }
.card-grid.grid-columns > .card h3 { color: var(--on-surface-strong, var(--color-heading, var(--color-primary))); }

.card-grid.grid-columns > .card p,
.card-grid.grid-columns > .card .checklist li { color: var(--on-surface-soft, var(--color-text-soft)); }
.card-grid.grid-columns > .card .price-tag { color: var(--on-surface-strong, var(--color-heading, var(--color-primary))); }
.card-grid.grid-columns > .card .price-tag.price-on-request { color: var(--on-surface-soft, var(--color-text-soft)); }
.card-grid.grid-columns > .card .checklist li::before { color: var(--on-surface-icon, var(--color-marke, var(--color-accent))); }
.card-grid.grid-columns > .card a:not(.btn) { color: var(--on-surface-strong, var(--color-link, var(--color-accent))); }
.card-grid.grid-columns > .card :focus-visible { outline-color: var(--color-focus, var(--on-surface-strong, var(--color-accent))); }

.card-grid.grid-index { counter-reset: cardnum; }
.card-grid.grid-index > .card {
  counter-increment: cardnum;
  position: relative;
  overflow: hidden;
  padding-top: 4.4rem;
  min-height: 12rem;
}
.card-grid.grid-index > .card::before {
  content: counter(cardnum, decimal-leading-zero);

  background: none;
  position: absolute;
  top: 0.55rem;
  left: 1.1rem;
  font-size: 3.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.06em;
  color: color-mix(in srgb, var(--color-heading, var(--color-primary)) 16%, transparent);
  pointer-events: none;
}

@media (min-width: 52rem) {
  body.header-split .section > .container:not(.narrow):not(.legal):has(> h2) {
    display: grid;
    grid-template-columns: minmax(0, 5fr) minmax(0, 4fr);
    column-gap: 3rem;
  }
  body.header-split .section > .container:not(.narrow):not(.legal) > h2 {
    grid-column: 1;
    align-self: end;
    margin-bottom: 0.9rem;
  }
  body.header-split .section > .container:not(.narrow):not(.legal) > .section-intro {
    grid-column: 2;
    align-self: end;
    margin: 0 0 1.05rem;
  }
  body.header-split .section > .container:not(.narrow):not(.legal) > *:not(h2):not(.section-intro) {
    grid-column: 1 / -1;
  }
}

body .process-steps.process-timeline {
  display: block;
  max-width: 46rem;
}
body .process-steps.process-timeline li {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  padding: 0 0 2rem 3.4rem;
}
body .process-steps.process-timeline li::before {
  position: absolute;
  left: 0;
  top: -0.15rem;
  margin: 0;
  box-shadow: var(--shadow-1);
}
body .process-steps.process-timeline li:not(:last-child)::after {
  content: '';
  position: absolute;
  left: calc(1rem - 1px);
  top: 2.2rem;
  bottom: 0.35rem;
  width: 2px;
  background: var(--on-surface-border, var(--primary-mist));
}
body .process-steps.process-timeline li:last-child { padding-bottom: 0.4rem; }

body .process-steps.process-timeline h3 { color: var(--on-surface-strong, var(--color-heading, var(--color-primary))); }
body .process-steps.process-timeline p { color: var(--on-surface-soft, var(--color-text-soft)); }

@media (min-width: 52rem) {
  .two-column.split-wide-left { grid-template-columns: 2fr 1fr; }
  .two-column.split-wide-right { grid-template-columns: 1fr 2fr; }
}

.contact-split { display: grid; gap: 2.5rem; margin-top: 0.5rem; }
@media (min-width: 52rem) {
  .contact-split { grid-template-columns: 3fr 2fr; align-items: start; }
}
.contact-aside {
  background: var(--color-surface);
  border-radius: var(--radius);
  padding: 1.4rem 1.6rem;
  box-shadow: var(--shadow-1);
}
.contact-aside h3 { margin-top: 0; }
.contact-aside p { margin: 0.5rem 0 0; }

body.eyebrow-line .eyebrow,
body.eyebrow-plain .eyebrow {
  background: transparent;
  padding: 0;
  border-radius: 0;
  color: var(--color-accent);
}

body.eyebrow-plain .eyebrow {
  font-family: ui-monospace, 'Cascadia Mono', Consolas, monospace;
  font-weight: 800;
  letter-spacing: 0.14em;
}
body.eyebrow-line .eyebrow::before {
  content: '';
  display: inline-block;
  width: 2rem;
  height: 2px;
  background: currentColor;
  margin-right: 0.6rem;
  vertical-align: 0.22em;
}
body.eyebrow-line .hero .eyebrow,
body.eyebrow-plain .hero .eyebrow { color: rgba(255, 255, 255, 0.85); }
body.hero-tinted.eyebrow-line .hero:not(.hero-with-image) .eyebrow,
body.hero-tinted.eyebrow-plain .hero:not(.hero-with-image) .eyebrow { color: var(--color-accent); }

@property --kopfmarke-zeile {
  syntax: '<length>';
  inherits: true;
  initial-value: 0px;
}
.section > .container > h2 { --kopfmarke-zeile: 1lh; }

body.headings-caps .section > .container:not(.legal) > h2 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: calc(1.45rem * var(--heading-scale, 1));
}

body.headings-numbered main { counter-reset: sect; }
body.headings-numbered .section > .container:not(.legal) > h2::before {
  counter-increment: sect;
  content: counter(sect, decimal-leading-zero);
  display: block;
  font: 750 0.7rem/1 ui-monospace, 'Cascadia Mono', Consolas, monospace;
  letter-spacing: 0.14em;
  color: var(--color-accent);

  margin-bottom: calc(0.33 * var(--kopfmarke-zeile));
}
body.headings-numbered.align-center .section > .container:not(.legal) > h2::before { margin-inline: auto; }

body.nav-numbered .site-nav ul { counter-reset: navnum; }
body.nav-numbered .site-nav li { counter-increment: navnum; }
body.nav-numbered .site-nav a::before {
  content: counter(navnum, decimal-leading-zero);
  margin-right: 0.4rem;
  font: 750 0.66rem/1 ui-monospace, 'Cascadia Mono', Consolas, monospace;
  letter-spacing: 0.08em;
  color: var(--color-accent);
}

body.bullets-arrow .checklist li::before { content: '→'; }
body.bullets-dash .checklist li::before { content: '—'; font-weight: 400; }

body.card-accent-top .card { border-top: 3px solid var(--color-accent); }
body.card-accent-left .card { border-left: 3px solid var(--color-accent); }

body .hero.hero-imageforward {
  background: var(--color-bg);
  --punktraster-deckung: var(--punktraster-standard);
  color: var(--color-text);
}
body .hero.hero-imageforward h1 { color: var(--color-heading, var(--color-primary)); }
body .hero.hero-imageforward .lead { color: var(--color-text-soft); }
body .hero.hero-imageforward .eyebrow {
  color: var(--color-accent);
  background: transparent;
  padding: 0;
}
body .hero.hero-imageforward .btn.secondary { color: var(--color-heading, var(--color-primary)); }

body .hero.hero-imageforward.hero-with-image {
  background: var(--hero-cover-background);
  color: #fff;
  --punktraster-deckung: var(--punktraster-buehne);
}
body .hero.hero-imageforward.hero-with-image h1,
body .hero.hero-imageforward.hero-with-image .eyebrow,
body .hero.hero-imageforward.hero-with-image .btn.secondary { color: var(--hero-cover-text); }
body .hero.hero-imageforward.hero-with-image .lead { color: var(--hero-cover-soft); }
.hero-lead-img {
  width: 100%;
  aspect-ratio: 16 / 10;
  max-height: 68vh;
  object-fit: cover;
  border-radius: var(--radius);
  margin-bottom: 1.75rem;
  box-shadow: var(--shadow-2);
}
.hero-lead-text { max-width: 44rem; }

@media (max-width: 40rem) {
  .hero-lead-img { aspect-ratio: 4 / 3; margin-bottom: 1.25rem; }
}

body.anim .reveal { opacity: 0; transform: translateY(14px); }
body.anim .reveal.in {
  opacity: 1;
  transform: none;
  transition: opacity 550ms ease, transform 550ms ease;
}
body.anim.motion-calm .reveal { transform: none; }
body.anim.motion-calm .reveal.in { transition-duration: 450ms; }

body.anim .hero .container > * { animation: hero-in 600ms ease backwards; }
body.anim .hero .container > *:nth-child(2) { animation-delay: 90ms; }
body.anim .hero .container > *:nth-child(3) { animation-delay: 180ms; }
body.anim .hero .container > *:nth-child(4) { animation-delay: 270ms; }
@keyframes hero-in {
  from { opacity: 0; transform: translateY(12px); }
}
body.anim.motion-calm .hero .container > * { animation-name: hero-in-calm; }
@keyframes hero-in-calm {
  from { opacity: 0; }
}

.media-figure:not(.frame-framed) { overflow: hidden; border-radius: var(--radius); }
.media-figure:not(.frame-framed) img { transition: transform 600ms ease; }
.media-figure:not(.frame-framed):hover img { transform: scale(1.04); }

.room-card { overflow: hidden; }
.room-card img { transition: transform 600ms ease; }
.room-card:hover img { transform: scale(1.04); }

.card:hover { border-color: color-mix(in srgb, var(--color-accent) 45%, var(--primary-mist)); }

body.anim .faq-item[open] > p { animation: faq-in 260ms ease both; }
@keyframes faq-in {
  from { opacity: 0; transform: translateY(-4px); }
}

body.anim .process-steps > li.reveal.in::before {
  animation: num-pop 420ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
@keyframes num-pop {
  from { transform: scale(0.55); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

.device-card .device-img {
  border-radius: calc(var(--radius) * 0.6); margin-bottom: 0.75rem;

  width: 100%;
}
.device-cat {
  font-size: calc(0.72rem * var(--text-scale, 1)); letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--color-text-soft); margin: 0 0 0.35rem;
}
.device-availability {
  display: inline-block; font-size: calc(0.78rem * var(--text-scale, 1)); margin: 0 0 0.6rem;
  padding: 0.15rem 0.6rem; border-radius: 999px;
  background: color-mix(in srgb, currentColor 8%, transparent); color: var(--color-text-soft);
  border: 1px solid color-mix(in srgb, var(--color-primary) 18%, transparent);
}
.device-specs { margin: 0.4rem 0 0.7rem; display: grid; gap: 0.2rem; }
.device-specs > div { display: flex; justify-content: space-between; gap: 1rem; font-size: calc(0.86rem * var(--text-scale, 1)); border-bottom: 1px dotted var(--primary-mist); padding-bottom: 0.2rem; }
.device-specs dt { color: var(--color-text-soft); margin: 0; }
.device-specs dd { margin: 0; font-weight: 600; }
.device-price { font-weight: 700; color: var(--color-heading, var(--color-primary)); margin: 0.5rem 0 0.2rem; }
.device-price.price-on-request { color: var(--color-text-soft); font-weight: 600; }
.device-halfday, .device-deposit, .device-acc { font-size: calc(0.82rem * var(--text-scale, 1)); color: var(--color-text-soft); margin: 0.15rem 0 0; }
.device-cta { margin-top: 0.9rem; display: flex; flex-wrap: wrap; align-items: center; gap: 0.75rem; }
.device-calc-link { font-size: calc(0.9rem * var(--text-scale, 1)); }
.device-empty { color: var(--color-text-soft); }

.rental-calc {
  margin-top: 2rem; background: var(--color-surface);
  border: 1px solid var(--color-border, var(--primary-mist)); border-radius: var(--radius);
  padding: clamp(1.1rem, 3vw, 1.75rem); box-shadow: var(--shadow-1);
}
.rental-calc > h3 { margin-top: 0; }
.rc-row { display: grid; gap: 0.75rem; grid-template-columns: 1fr 1fr auto; }
.rc-row .rc-qty input { max-width: 6rem; }
.rc-accessories { border: 0; padding: 0; margin: 0.35rem 0 0; display: flex; flex-wrap: wrap; gap: 0.35rem 1rem; }
.rc-accessories legend { font-weight: 600; padding: 0; margin-bottom: 0.25rem; }
.rc-scope { border: 0; padding: 0; margin: 0.35rem 0 0; display: flex; flex-wrap: wrap; gap: 0.35rem 1rem; }
.rc-scope legend { font-weight: 600; padding: 0; margin-bottom: 0.25rem; }
.rc-scope label { display: inline-flex; align-items: center; gap: 0.35rem; font-size: calc(0.9rem * var(--text-scale, 1)); }
.rc-onrequest { color: var(--color-text-soft); font-weight: 600; margin: 0; }
.rc-acc { display: inline-flex; align-items: center; gap: 0.35rem; font-size: calc(0.9rem * var(--text-scale, 1)); }
.rental-calc-form .btn { margin-top: 1rem; }
.rental-calc-result { margin-top: 1.25rem; padding-top: 1rem; border-top: 1px solid var(--color-border, var(--primary-mist)); }

.booking-monat { display: grid; gap: 1rem; margin: 0.5rem 0 1rem; }
.booking-monat-block { display: grid; gap: 0.35rem; }
.booking-monat-titel { margin: 0; font-weight: 600; font-size: calc(0.95rem * var(--text-scale, 1)); }
.booking-monat-tage { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 0.25rem; }
.booking-monat-wt { text-align: center; font-size: calc(0.78rem * var(--text-scale, 1)); color: var(--color-text-soft); }
.booking-monat-tag { min-height: 2.25rem; padding: 0.25rem 0; border: 1px solid var(--color-border, var(--primary-mist)); border-radius: 0.35rem; background: transparent; color: inherit; font: inherit; cursor: pointer; }
.booking-monat-tag.belegt { background: var(--color-danger-soft, rgba(180, 40, 40, 0.15)); text-decoration: line-through; }
.booking-monat-tag.gewaehlt { outline: 2px solid var(--primary, currentColor); outline-offset: -2px; }
.booking-monat-tag:disabled { opacity: 0.45; cursor: default; }
.booking-form { container-type: inline-size; }
.booking-form form > .btn { justify-self: start; }

@container (min-width: 40rem) {
  .booking-form form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .booking-form form > :not(.field), .booking-form .field:has(textarea) { grid-column: 1 / -1; }
  .booking-monat { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

[data-bk="zubehoerFeld"] .rc-acc { min-height: 1.5rem; }

[data-bk="zubehoerFeld"][hidden] { display: none; }
.rental-privacy { color: var(--color-text-soft); font-size: calc(0.86rem * var(--text-scale, 1)); margin: 0.5rem 0 0; }
.rc-line { padding: 0.25rem 0; }
.rc-acc-line { color: var(--color-text-soft); font-size: calc(0.86rem * var(--text-scale, 1)); padding-left: 1rem; }
.rc-sums { margin: 0.75rem 0 0; display: grid; gap: 0.3rem; }
.rc-sums > div { display: flex; justify-content: space-between; gap: 1.5rem; }
.rc-sums dt { margin: 0; color: var(--color-text-soft); }
.rc-sums dd { margin: 0; font-variant-numeric: tabular-nums; }
.rc-sums .rc-total { border-top: 1px solid var(--color-border, var(--primary-mist)); margin-top: 0.35rem; padding-top: 0.5rem; font-weight: 700; }
.rc-sums .rc-total dt { color: var(--color-heading, var(--color-primary)); }
.rc-rule { font-size: calc(0.8rem * var(--text-scale, 1)); color: var(--color-text-soft); margin: 0.6rem 0 0; }
.rc-error { color: var(--color-heading, var(--color-primary)); font-weight: 600; margin: 0; }
.rental-calc-disclaimer {
  margin: 1rem 0 0; padding: 0.75rem 0.9rem; font-size: calc(0.85rem * var(--text-scale, 1));
  background: color-mix(in srgb, currentColor 8%, transparent); border-radius: calc(var(--radius) * 0.6);
  color: var(--color-text);
}
.rental-calc-inquiry { margin: 0.9rem 0 0; }
.rc-takeover { margin-top: 1rem; }
@media (max-width: 560px) { .rc-row { grid-template-columns: 1fr; } .rc-row .rc-qty input { max-width: none; } }

body.heroform-masthead .hero,
body.heroform-masthead.hero-gradient .hero,
body.heroform-masthead.hero-tinted .hero {
  background: var(--color-bg);
  --punktraster-deckung: var(--punktraster-standard);
  color: var(--color-text);
  padding-block: 3.5rem 2.75rem;
  border-bottom: 3px solid var(--color-heading);
}
body.heroform-masthead .hero::after { display: none; }
body.heroform-masthead .hero h1 {
  color: var(--color-heading);
  font-size: clamp(calc(2.75rem * var(--heading-scale, 1)), calc(8vw * var(--heading-scale, 1)), calc(5.25rem * var(--heading-scale, 1)));
  line-height: 0.98;
  max-width: min(18ch, 100%);
}
body.heroform-masthead .hero .eyebrow {
  background: none; padding: 0.55rem 0; border-radius: 0;
  border-top: 1px solid var(--color-heading);
  border-bottom: 1px solid var(--color-heading);
  color: var(--color-heading);
  display: block; width: 100%;
}
body.heroform-masthead .hero .lead { color: var(--color-text-soft); }

body.heroform-poster .hero { padding-block: 6.5rem 7rem; }
body.heroform-poster .hero h1 {

  font-size: clamp(calc(3rem * var(--heading-scale, 1)), calc(11vw * var(--heading-scale, 1)), calc(6.75rem * var(--heading-scale, 1)));
  line-height: 0.95;
  text-transform: uppercase;
  max-width: min(14ch, 100%);
}

body.heroform-poster .hero .lead { font-size: calc(1.05rem * var(--text-scale, 1)); max-width: min(54ch, 100%); }
body.heroform-poster .hero::after {
  height: 10px;
  background: var(--color-accent);
}

body.heroform-organic .hero {
  border-radius: 0 0 3.5rem 3.5rem;
  overflow: hidden;
}
body.heroform-organic .hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(42rem 24rem at 85% -20%, rgba(255, 255, 255, 0.16), transparent 70%),
    radial-gradient(30rem 18rem at -10% 110%, rgba(255, 255, 255, 0.10), transparent 70%);
  pointer-events: none;
}
body.heroform-organic .hero .container { position: relative; }
body.heroform-organic .hero::after { display: none; }

body.heroform-frame .hero .container { position: relative; padding: 2.75rem clamp(1.25rem, 4vw, 2.75rem); }
body.heroform-frame .hero .container::before {
  content: '';
  position: absolute; inset: 0;
  border: 1px solid color-mix(in srgb, currentColor 35%, transparent);
  pointer-events: none;
}
body.heroform-frame .hero .container::after {
  content: '';
  position: absolute; top: -1px; left: -1px;
  width: 2.25rem; height: 2.25rem;
  border-top: 3px solid var(--color-accent);
  border-left: 3px solid var(--color-accent);
  pointer-events: none;
}
body.heroform-frame .hero .eyebrow {
  background: none; border-radius: 0; padding: 0;
  font-family: ui-monospace, 'Cascadia Mono', Consolas, monospace;
  letter-spacing: 0.14em;
}
body.heroform-frame .hero .eyebrow::before { content: '// '; opacity: 0.7; }

body.heroform-monument .hero,
body.heroform-monument.hero-gradient .hero {
  background: var(--color-bg);
  --punktraster-deckung: var(--punktraster-standard);
  color: var(--color-text);
  padding-block: 7.5rem 6.5rem;
  text-align: center;
}
body.heroform-monument .hero h1 {
  color: var(--color-heading);
  font-size: clamp(calc(2.9rem * var(--heading-scale, 1)), calc(7.5vw * var(--heading-scale, 1)), calc(5rem * var(--heading-scale, 1)));
  line-height: 1.05;

  max-width: min(22ch, 100%);
  margin-inline: auto;
}
body.heroform-monument .hero .lead { color: var(--color-text-soft); margin-inline: auto; }
body.heroform-monument .hero .eyebrow {
  background: none; padding: 0; border-radius: 0;
  color: var(--color-accent);
  letter-spacing: 0.32em;
}
body.heroform-monument .hero .cta-row { justify-content: center; }
body.heroform-monument .hero::after {
  left: 50%; right: auto; transform: translateX(-50%);
  width: 5.5rem; height: 2px;
  background: var(--color-accent);
}

body.heroform-masthead .hero.hero-with-image,
body.heroform-monument .hero.hero-with-image {
  background: var(--hero-cover-background);
  --punktraster-deckung: var(--punktraster-buehne);
  color: #fff;
}
body.heroform-masthead .hero.hero-with-image h1,
body.heroform-monument .hero.hero-with-image h1 { color: #fff; }
body.heroform-masthead .hero.hero-with-image .lead,
body.heroform-monument .hero.hero-with-image .lead { color: var(--hero-cover-soft); }

body.heroform-masthead .hero.hero-with-image .eyebrow,
body.heroform-monument .hero.hero-with-image .eyebrow { color: var(--hero-cover-text); }

body.heroform-masthead .hero.hero-with-image .btn.secondary,
body.heroform-monument .hero.hero-with-image .btn.secondary { color: #fff; }

body.features-rows .section .card-grid:not(.grid-bento) { display: block; }
body.features-rows .section .card-grid .card:not(.device-card) {
  background: none; box-shadow: none; border: 0; border-radius: 0;

  --flaechenbild-grund: inherit; --flaechenbild-schleier: inherit; --flaechenbild-schicht: initial;

  --karten-ink: var(--on-surface-ink, var(--color-text));
  --karten-stark: var(--on-surface-strong, var(--color-heading, var(--color-primary)));
  --karten-soft: var(--on-surface-soft, var(--color-text-soft));
  --karten-icon: var(--on-surface-icon, var(--color-marke, var(--color-accent)));
  --karten-link: var(--on-surface-strong, var(--color-link, var(--color-accent)));
  border-top: 1px solid color-mix(in srgb, var(--on-surface-ink, var(--color-text)) 22%, transparent);
  padding: 1.5rem 0;

  display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2.2fr);
  gap: 0.4rem 2rem; align-items: start;
}
body.features-rows .section .card-grid .card:not(.device-card):last-child {
  border-bottom: 1px solid color-mix(in srgb, var(--on-surface-ink, var(--color-text)) 22%, transparent);
}
body.features-rows .section .card-grid .card:not(.device-card) h3 { margin: 0; }
body.features-rows .section .card-grid .card:not(.device-card) p { margin: 0; }
@media (max-width: 640px) {
  body.features-rows .section .card-grid .card:not(.device-card) { grid-template-columns: 1fr; }
}

body.features-plain .section .card-grid {
  gap: clamp(2rem, 5vw, 3.5rem);
}
body.features-plain .section .card-grid .card {
  background: none; box-shadow: none; border: 0; border-radius: 0; padding: 0;

  --flaechenbild-grund: inherit; --flaechenbild-schleier: inherit; --flaechenbild-schicht: initial;

  --karten-ink: var(--on-surface-ink, var(--color-text));
  --karten-stark: var(--on-surface-strong, var(--color-heading, var(--color-primary)));
  --karten-soft: var(--on-surface-soft, var(--color-text-soft));
  --karten-icon: var(--on-surface-icon, var(--color-marke, var(--color-accent)));
  --karten-link: var(--on-surface-strong, var(--color-link, var(--color-accent)));
}
body.features-plain .section .card-grid .card h3 {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: calc(0.92rem * var(--heading-scale, 1));
}

body.features-panels .section .card-grid .card {
  background: transparent;

  --flaechenbild-grund: inherit;
  --flaechenbild-schleier: inherit;
  --flaechenbild-schicht: initial;

  --karten-ink: var(--on-surface-ink, var(--color-text));
  --karten-stark: var(--on-surface-strong, var(--color-heading, var(--color-primary)));
  --karten-soft: var(--on-surface-soft, var(--color-text-soft));
  --karten-icon: var(--on-surface-icon, var(--color-marke, var(--color-accent)));
  --karten-link: var(--on-surface-strong, var(--color-link, var(--color-accent)));
  box-shadow: none;
  border: 1px solid color-mix(in srgb, var(--on-surface-ink, var(--color-text)) 26%, transparent);
  border-radius: 0;
  position: relative;
}
body.features-panels .section .card-grid .card::before {
  content: '';

  background: none;
  position: absolute; top: -1px; left: -1px;
  width: 1.1rem; height: 1.1rem;
  border-top: 3px solid var(--color-accent);
  border-left: 3px solid var(--color-accent);
}

body.features-rows .section .card-grid .card:not(.device-card) h3,
body.features-plain .section .card-grid .card h3,
body.features-panels .section .card-grid .card h3,
body.features-ledger .section .card-grid .card:not(.project-card):not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card) h3,
body.features-rows .section .card-grid .card:not(.device-card) .price-tag,
body.features-plain .section .card-grid .card .price-tag,
body.features-panels .section .card-grid .card .price-tag,
body.features-ledger .section .card-grid .card:not(.project-card):not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card) .price-tag { color: var(--on-surface-strong, var(--color-heading, var(--color-primary))); }
body.features-rows .section .card-grid .card:not(.device-card) p,
body.features-plain .section .card-grid .card p,
body.features-panels .section .card-grid .card p,
body.features-ledger .section .card-grid .card:not(.project-card):not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card) p,
body.features-rows .section .card-grid .card:not(.device-card) .checklist li,
body.features-plain .section .card-grid .card .checklist li,
body.features-panels .section .card-grid .card .checklist li,
body.features-ledger .section .card-grid .card:not(.project-card):not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card) .checklist li,
body.features-rows .section .card-grid .card:not(.device-card) .price-tag.price-on-request,
body.features-plain .section .card-grid .card .price-tag.price-on-request,
body.features-panels .section .card-grid .card .price-tag.price-on-request,
body.features-ledger .section .card-grid .card:not(.project-card):not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card) .price-tag.price-on-request { color: var(--on-surface-soft, var(--color-text-soft)); }
body.features-rows .section .card-grid .card:not(.device-card) .checklist li::before,
body.features-plain .section .card-grid .card .checklist li::before,
body.features-panels .section .card-grid .card .checklist li::before,
body.features-ledger .section .card-grid .card:not(.project-card):not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card) .checklist li::before { color: var(--on-surface-icon, var(--color-marke, var(--color-accent))); }
body.features-rows .section .card-grid .card:not(.device-card) a:not(.btn),
body.features-plain .section .card-grid .card a:not(.btn),
body.features-panels .section .card-grid .card a:not(.btn),
body.features-ledger .section .card-grid .card:not(.project-card):not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card) a:not(.btn) { color: var(--on-surface-strong, var(--color-link, var(--color-accent))); }

body.features-rows .section .card-grid .card:not(.device-card) :focus-visible,
body.features-plain .section .card-grid .card :focus-visible,
body.features-panels .section .card-grid .card :focus-visible,
body.features-ledger .section .card-grid .card:not(.project-card):not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card) :focus-visible { outline-color: var(--color-focus, var(--on-surface-strong, var(--color-accent))); }

body.heroform-masthead .hero .btn.secondary,
body.heroform-monument .hero .btn.secondary {
  color: var(--color-heading, var(--color-primary));
}

body.sig-doppellinie .section h2 {
  display: table;
  max-width: 100%;
  overflow-wrap: anywhere;
  padding-bottom: 0.5rem;
  border-bottom: 3px double color-mix(in srgb, var(--color-heading) 55%, transparent);
}

body.sig-punktraster .hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: radial-gradient(color-mix(in srgb, currentColor var(--punktraster-deckung, 0%), transparent) 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none;
}
body.sig-punktraster .hero .container { position: relative; }

body.sig-blatt .section h2 { position: relative; z-index: 0; }
body.sig-blatt .section h2::before {
  content: '';
  position: absolute; z-index: -1;
  width: 3.4rem; height: 3.4rem;
  left: -1.2rem; top: -1.05rem;

  background: var(--on-surface-mark, var(--accent-soft));
  border-radius: 62% 38% 55% 45% / 55% 45% 62% 38%;
}

body.sig-marker .section h2 {
  display: table;

  max-width: 100%;
  overflow-wrap: anywhere;

  background: linear-gradient(transparent 66%, var(--on-surface-mark, var(--accent-soft)) 66% 94%, transparent 94%);
  padding-inline: 0.14em;
}
body.sig-marker.align-center .section h2 { margin-inline: auto; }

body.sig-initiale .section-intro::first-letter {
  font-family: var(--font-heading);
  font-weight: var(--heading-weight, 700);
  color: var(--color-heading);
  font-size: 3.1em;
  float: left;
  line-height: 0.8;
  padding: 0.05em 0.14em 0 0;
}

body.sig-sticker .eyebrow {
  transform: rotate(-2deg);
  box-shadow: var(--shadow-1);
}

body.sig-warnkante .hero::after {
  display: block;
  height: 9px;
  background: repeating-linear-gradient(45deg, var(--color-accent) 0 12px, transparent 12px 24px);
}

body.sig-diamant .section h2::after {
  content: '◆';
  display: block;
  font-size: 0.45rem;
  color: var(--color-accent);

  margin-top: calc(0.27 * var(--kopfmarke-zeile));
  letter-spacing: 0;
}

body.sig-punkt .section h2::after { content: '.'; color: var(--color-accent); }

body.sig-glow .section h2::after {
  content: '';
  display: block;
  width: 2.6rem; height: 2px;
  background: var(--color-accent);
  box-shadow: 0 0 12px var(--color-accent);

  margin-top: calc(0.30 * var(--kopfmarke-zeile));
}

.guide {
  background: var(--color-surface);
  border: 1px solid var(--color-border, var(--primary-mist));
  border-radius: var(--radius);
  padding: clamp(1.2rem, 3vw, 1.8rem);
  box-shadow: var(--shadow-1);
  margin-top: 1.25rem;
}
.guide-frage { font-weight: 700; font-size: calc(1.08rem * var(--text-scale, 1)); color: var(--color-heading, var(--color-primary)); margin: 0 0 0.9rem; }
.guide-optionen { display: grid; gap: 0.55rem; }
.guide-option {
  display: block; width: 100%; text-align: left;
  font: inherit; font-weight: 600; text-decoration: none;
  color: var(--color-heading, var(--color-primary));
  background: var(--guide-option-bg, var(--color-bg));
  border: 1px solid var(--color-border, var(--primary-mist));
  border-radius: calc(var(--radius) * 0.75);
  padding: 0.7rem 0.9rem;
  cursor: pointer;
  transition: border-color 140ms ease, transform 140ms ease;

  min-width: 0;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.guide-option:hover:not(:disabled) { border-color: var(--color-accent); transform: translateX(2px); }

.guide-option:disabled { opacity: 0.55; cursor: not-allowed; }

.guide-suche { display: flex; flex-wrap: wrap; align-items: flex-end; gap: 0.6rem; margin-top: 1rem; }
.guide-suche__label { display: flex; flex-direction: column; gap: 0.3rem; flex: 1 1 12rem; min-width: 0;
  font-size: calc(0.9rem * var(--text-scale, 1)); color: var(--color-muted, inherit); }
.guide-suche__feld { min-width: 0; max-width: 100%; padding: 0.55rem 0.7rem; font: inherit;
  border: 1px solid var(--color-border, currentColor); border-radius: var(--radius-input, 0.4rem);
  background: var(--color-surface, transparent); color: inherit; }
.guide-suche__knopf { padding: 0.55rem 1rem; font: inherit; cursor: pointer;
  border: 1px solid var(--color-border, currentColor); border-radius: var(--radius-input, 0.4rem);
  background: var(--color-surface, transparent); color: inherit; }
.guide-suche__feld:disabled, .guide-suche__knopf:disabled { opacity: 0.55; cursor: not-allowed; }
.guide-suche__hinweis { flex-basis: 100%; margin: 0; font-size: calc(0.85rem * var(--text-scale, 1)); opacity: 0.75; }
.guide-treffer { display: flex; flex-direction: column; gap: 0.2rem; text-align: left; }
.guide-treffer__name { font-weight: 600; }
.guide-treffer__antwort { font-size: calc(0.9rem * var(--text-scale, 1)); opacity: 0.85; overflow-wrap: anywhere; }
.guide-zurueck {
  margin-top: 0.9rem; font: inherit; font-size: calc(0.85rem * var(--text-scale, 1));
  background: none; border: none; cursor: pointer;
  color: var(--color-text-soft); padding: 0.2rem 0;
}
.guide-zurueck:hover { color: var(--color-heading, var(--color-primary)); }

.guide-live {
  display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: center;
  margin-top: 0.9rem; padding-top: 0.9rem;
  border-top: 1px dashed color-mix(in srgb, var(--color-text) 25%, transparent);
}
.guide-live input[type="date"] {
  font: inherit; padding: 0.45rem 0.6rem;
  border: 1px solid var(--color-border, var(--primary-mist)); border-radius: calc(var(--radius) * 0.6);
  background: var(--guide-option-bg, var(--color-bg)); color: var(--color-text);
}
.guide-live-check {
  font: inherit; font-weight: 600; cursor: pointer;
  padding: 0.5rem 0.9rem; border: 0; border-radius: calc(var(--radius) * 0.6);
  background: var(--color-accent); color: #fff;
}
.guide-live-ergebnis { width: 100%; margin: 0.25rem 0 0; font-weight: 600; color: var(--color-heading, var(--color-primary)); }

.catalog-filter { display: flex; flex-wrap: wrap; align-items: end; gap: 1rem; margin-block: 1rem; }
.catalog-filter label { display: grid; gap: .4rem; min-width: 0; max-width: 100%; }
.catalog-filter input, .catalog-filter select { max-width: 100%; min-width: 0; font: inherit; }

.rental-flow { width: 100%; min-width: 0; }
.rental-flow [hidden], [data-rental-panel][hidden] { display: none; }
.rental-flow-media:empty { display: none; }
.rental-flow-media { margin-block: 0 1.25rem; }
.rental-flow-image { width: 100%; height: auto; max-height: 18rem; object-fit: contain; }
.rental-flow-media .media-wechsler { width: 100%; max-width: 100%; }
.rental-flow-summary { padding: 1.25rem; margin-block: 1.25rem; border: 1px solid currentColor; border-radius: var(--radius); }
.rental-flow-summary h3 { margin-top: 0; }
.rental-flow-totals { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: .7rem 1rem; }
.rental-flow-totals dd { margin: 0; font-weight: 700; text-align: right; }
.rental-flow-change { display: inline-block; margin-block: 0 1rem; }
.rental-flow-dialog { box-sizing: border-box; margin: 0 0 0 auto; width: min(42rem, 100%); max-width: 100%; height: 100dvh; max-height: 100dvh; padding: 1.25rem; border: 0; background: var(--color-surface, white); color: var(--color-text, black); overflow-y: auto; }
.rental-flow-dialog::backdrop { background: rgb(0 0 0 / .45); }
.rental-flow-close { display: block; position: sticky; top: 0; z-index: 1; margin: 0 0 1rem auto; padding: .65rem 1rem; font: inherit; cursor: pointer; background: var(--color-surface); color: var(--color-text); border: 1px solid currentColor; }
.rental-flow-section { padding: 0; margin: 0; }
.rental-flow-container { display: block; width: 100%; padding: 0; margin: 0; max-width: 100%; }
[data-rental-panel] .booking-form { max-width: 100%; }
[data-rental-panel="inline"] { width: 100%; min-width: 0; padding-block: 1rem; }
[data-rental-panel] .rc-row { display: flex; flex-wrap: wrap; gap: 1rem; }
[data-rental-panel] .rc-row > * { flex: 1 1 10rem; min-width: 0; }
.rental-flow input, .rental-flow select, .rental-flow textarea { min-width: 0; max-width: 100%; }
.rental-flow input[type="date"] { color-scheme: light; }
.rental-flow input[type="date"]::-webkit-calendar-picker-indicator { background-color: white; border-radius: .2rem; padding: .2rem; }
.rental-flow [aria-disabled="true"] { opacity: .65; cursor: not-allowed; }

.experience-v2 .section:is(.hat-flaechenbild, :has(.flaechenbild-ebenen)) {

  --flaechenbild-grund: var(--exp-band-current, var(--exp-band-bg));
  --flaechenbild-schleier: var(--exp-flaechenbild-schleier-current, 100%);
}

.experience-v2 .section:is(.hat-flaechenbild, :has(.flaechenbild-ebenen)):where(.cta-band) {
  --flaechenbild-grund: var(--color-surface);
  --flaechenbild-schleier: var(--flaechenbild-schleier-surface, 86%);
}

:where(.experience-v2) .section:is(.hat-flaechenbild, :has(.flaechenbild-ebenen)).ohne-flaeche {
  --flaechenbild-grund: var(--exp-gefaess-flaeche, var(--color-bg));
  --flaechenbild-schleier: var(--exp-gefaess-schleier, var(--flaechenbild-schleier-standard, 78%));
}
body.experience-v2 :is(.section, .rental-flow-section).hat-flaechenbild::before,
body.experience-v2 :is(.section, .rental-flow-section).hat-flaechenbild::after {
  display: var(--flaechenbild-weltanschluss, none);
}

.width-narrow  { --max-width: 46rem; }
.width-reading { --max-width: 58rem; }
.width-wide    { --max-width: 86rem; }

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

:is(.width-reading, .width-wide, .width-full) > .container.narrow {
  max-width: var(--max-width);
}

body.masthead-centered .header-inner {
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  text-align: center;
}
body.masthead-centered .brand { margin-right: 0; }
body.masthead-centered .site-nav ul { justify-content: center; flex-wrap: wrap; }
@media (max-width: 51.99rem) {

  body.masthead-centered .header-inner { flex-direction: row; }
}

.site-header__utility {
  font-size: 0.82rem;
  background: var(--primary-soft);
  color: var(--color-text-soft);
  border-bottom: 1px solid var(--primary-mist);
}
.site-header__utility .container {
  display: flex;
  gap: 0.7rem;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding-block: 0.35rem;
}
.site-header__utility a { color: inherit; text-decoration: none; }
.site-header__utility a:hover { color: var(--color-heading, var(--color-primary)); }
.site-header__utility .mu-sep { opacity: 0.5; }

body.masthead-overlay .site-header {
  transition: background-color 0.25s ease, box-shadow 0.25s ease, backdrop-filter 0.25s ease;
}
body.masthead-overlay main > .hero:first-child {
  margin-top: calc(-1 * var(--masthead-overlay-h, 4.75rem));
  padding-top: calc(var(--masthead-overlay-h, 4.75rem) + 1.5rem);
}
body.masthead-overlay .site-header.at-top {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0));
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: none;
  border-bottom-color: transparent;
}
body.masthead-overlay .site-header.at-top .brand,
body.masthead-overlay .site-header.at-top .site-nav a { color: #fff; }
body.masthead-overlay .site-header.at-top .site-nav a[aria-current="page"] { border-bottom-color: #fff; }
body.masthead-overlay .site-header.at-top .nav-toggle {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.7);
  background: transparent;
}
@media (prefers-reduced-motion: reduce) {
  body.masthead-overlay .site-header { transition: none; }
}

body.sig-doppellinie .section.head-form-editorial.head-form-editorial > .container:not(.legal) > h2,
body.sig-doppellinie .section.head-form-monument.head-form-monument > .container:not(.legal) > h2,
body.sig-doppellinie .section.head-form-kante.head-form-kante > .container:not(.legal) > h2,
body.sig-doppellinie .section.head-form-versal.head-form-versal > .container:not(.legal) > h2,
body.sig-doppellinie .section.head-form-nummer.head-form-nummer > .container:not(.legal) > h2,
body.sig-marker .section.head-form-editorial.head-form-editorial > .container:not(.legal) > h2,
body.sig-marker .section.head-form-monument.head-form-monument > .container:not(.legal) > h2,
body.sig-marker .section.head-form-kante.head-form-kante > .container:not(.legal) > h2,
body.sig-marker .section.head-form-versal.head-form-versal > .container:not(.legal) > h2,
body.sig-marker .section.head-form-nummer.head-form-nummer > .container:not(.legal) > h2 {
  display: block;
  border-bottom: 0;
  background: none;
  padding-inline: 0;
  padding-bottom: 0;
}

.section.head-form-editorial.head-form-editorial > .container:not(.legal) > h2 {
  text-align: left;
  max-width: min(30ch, 100%);
  margin-inline: 0;
  padding-inline-start: 1.1rem;
  border-inline-start: 4px solid var(--color-accent);
  overflow-wrap: break-word;
  text-wrap: balance;
}
.section.head-form-editorial.head-form-editorial > .container:not(.legal) > .section-intro {
  margin-inline: 0;
  text-align: left;

  max-width: min(var(--lesebreite), 100%);
}

.section.head-form-monument.head-form-monument > .container:not(.legal) > h2 {
  text-align: center;
  font-size: clamp(1.9rem, 1.25rem + 2.3vw, 2.9rem);
  line-height: 1.08;
  max-width: min(24ch, 100%);
  margin-inline: auto;
  overflow-wrap: break-word;
  text-wrap: balance;
}

.section.head-form-monument.head-form-monument > .container:not(.legal) > .section-intro {
  margin-inline: auto;
  text-align: center;
}

.section.head-form-kante.head-form-kante > .container:not(.legal) > h2 {
  text-align: left;

  max-width: 100%;
  margin-inline: 0;
  border-top: 1px solid color-mix(in srgb, currentColor 32%, transparent);
  padding-top: 0.95rem;
  overflow-wrap: break-word;
}
.section.head-form-kante.head-form-kante > .container:not(.legal) > .section-intro {
  margin-inline: 0;
  text-align: left;
}

.section.head-form-versal.head-form-versal > .container:not(.legal) > h2 {
  text-align: left;
  font-size: 1.04rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;

  max-width: 100%;
  margin-inline: 0;
  margin-bottom: 1.1rem;
}

.section.head-form-versal.head-form-versal > .container:not(.legal) > .section-intro {
  margin-inline: 0;
  text-align: left;
}

@media (max-width: 40rem) {
  .section.head-form-editorial.head-form-editorial > .container:not(.legal) > h2 { padding-inline-start: 0.8rem; }
}

.feature-compact > .container { container-type: inline-size; }
.feature-compact-heading { max-width: 58rem; margin-bottom: 2.5rem; }
.feature-compact-heading .section-intro { max-width: min(var(--lesebreite), 100%); }
.feature-compact-list { display: grid; gap: 0; }
.feature-compact-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
  padding-block: 1.5rem;
  border-top: 1px solid color-mix(in srgb, currentColor 24%, transparent);
  min-width: 0;
}
.feature-compact-row:last-child { border-bottom: 1px solid color-mix(in srgb, currentColor 24%, transparent); }
.feature-compact-row.has-image { grid-template-columns: 5rem minmax(0, 1fr); }
.feature-compact-media { grid-column: 1; grid-row: 1; width: 5rem; min-width: 0; }
.feature-compact-row.has-image .feature-compact-media { grid-row: 1 / span 2; align-self: start; }
.feature-compact-media .feature-compact-img {
  display: block; width: 100%; height: auto; max-height: 7rem;
  object-fit: contain; border: 0; border-radius: 0; padding: 0;
  background: transparent; box-shadow: none;
}
.feature-compact-copy { min-width: 0; }
.feature-compact-row.has-image .feature-compact-copy { grid-column: 2; grid-row: 1; }
.feature-compact-copy h3 { margin: 0 0 .35rem; font-size: calc(1.2rem * var(--heading-scale, 1)); line-height: 1.3; overflow-wrap: anywhere; }
.feature-compact-description { margin: 0; max-width: min(var(--lesebreite), 100%); }
.feature-compact-link { justify-self: start; padding-block: .5rem; overflow-wrap: anywhere; max-width: 100%; text-underline-offset: .25em; }
.feature-compact-row.has-image .feature-compact-link { grid-column: 2; }
.feature-compact-link span { display: inline-block; margin-left: .25em; }
@container (min-width: 44rem) {
  .feature-compact-row { grid-template-columns: minmax(0, 1fr) minmax(0, 12rem); gap: 2rem; padding-block: 1.75rem; }
  .feature-compact-row.has-image { grid-template-columns: 7rem minmax(0, 1fr) minmax(0, 12rem); }
  .feature-compact-media { width: 7rem; }
  .feature-compact-row.has-image .feature-compact-media { grid-row: 1; align-self: center; }
  .feature-compact-link { justify-self: end; }
  .feature-compact-row.has-image .feature-compact-link { grid-column: 3; grid-row: 1; }
}

.feature-highlights .feature-compact-heading { margin-bottom: 1.5rem; }
.feature-highlights .feature-compact-list {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
  gap: clamp(1rem, 2vw, 2rem);
}
.feature-highlights .feature-compact-row {
  display: flex; flex-direction: column; align-items: flex-start;
  gap: .75rem; padding-block: 1.25rem; border-bottom: 0;
}
.feature-highlights .feature-compact-media { width: 4rem; max-width: 100%; }
.feature-highlights .feature-compact-row.has-image .feature-compact-media { align-self: flex-start; }
.feature-highlights .feature-compact-copy { width: 100%; }
.feature-highlights .feature-compact-link { margin-top: auto; }

.feature-highlights .feature-compact-empty { width: 100%; order: 1; }
.feature-highlights .feature-compact-empty > * { min-height: 0; padding: .75rem; }

.feature-offers .feature-compact-list {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 23rem), 1fr));
  gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: start;
}
.feature-offers .feature-compact-row {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1.25rem;
  padding: clamp(1rem, 2vw, 1.75rem);
  border: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  background: color-mix(in srgb, currentColor 3%, transparent);
}
.feature-offers .feature-compact-row:last-child {
  border-bottom: 1px solid color-mix(in srgb, currentColor 20%, transparent);
}
.feature-offers .feature-compact-row.has-image .feature-compact-media {
  width: 100%;
  align-self: stretch;
}
.feature-offers .feature-compact-media .feature-compact-img {
  width: 100%;
  max-height: none;
  object-fit: contain;
}
.feature-offers .feature-compact-copy h3 {
  font-size: calc(1.4rem * var(--heading-scale, 1));
  margin-bottom: .65rem;
}
.feature-offers .feature-compact-link { align-self: flex-start; }
.feature-offers .feature-compact-empty { width: 100%; order: 1; }
.feature-offers .feature-compact-empty > * { min-height: 0; padding: 1rem; }

.media-text-huelle { container-type: inline-size; }

.media-text-grid {
  display: grid;
  gap: 2rem;
  gap: clamp(1.4rem, 4cqi, 2.8rem);
  align-items: center;
}

.media-text-figure { margin: 0; min-width: 0; }

.media-text-figure .media-text-img {
  display: block;
  max-width: 100%;
  margin-inline: auto;
  border-radius: calc(var(--radius) / 1.5);
}

.media-text-figure .media-text-img:not(.media-presentation-active) {
  width: auto;
  height: auto;
  max-height: 32rem;
}

.media-text-figure .media-text-img.media-presentation-active { width: 100%; }

.media-text-figure figcaption {
  margin-top: 0.6rem;

  font-size: calc(0.9rem * var(--text-scale, 1));
  line-height: 1.5;
  color: var(--on-surface-soft, var(--color-text-soft));
}

.media-text-spalte { min-width: 0; }
.media-text-spalte > :first-child { margin-top: 0; }
.media-text-spalte > :last-child { margin-bottom: 0; }

@container (min-width: 40rem) {
  .media-text-grid.media-text-neben { grid-template-columns: 1fr 1fr; }

  .media-text-grid.media-text-neben.media-text-rechts .media-text-figure { order: 2; }
}

.vergleich-huelle { container-type: inline-size; }

.vergleich-paar {
  display: grid;
  gap: 1.5rem;
  gap: clamp(1rem, 3cqi, 2rem);
  align-items: start;
}

@container (min-width: 34rem) {
  .vergleich-paar { grid-template-columns: 1fr 1fr; }
}

.vergleich-bild { margin: 0; min-width: 0; }

.vergleich-bild .vergleich-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 32rem;
  object-fit: contain;
  border-radius: calc(var(--radius) / 1.5);
}

.vergleich-bild figcaption { margin-top: 0.6rem; }

.vergleich-marke {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--on-surface-strong, var(--color-heading, var(--color-primary)));
}

.vergleich-text {
  margin-top: 1.2rem;
  max-width: var(--lesebreite);
  color: var(--on-surface-soft, var(--color-text-soft));
}

.feature-card { overflow: hidden; }

.feature-card .feature-card-img {
  display: block;
  width: 100%;
  border-radius: calc(var(--radius) / 1.5);
  margin-bottom: 0.8rem;
}

.feature-card .feature-card-img:not(.media-presentation-active) {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

@media (min-width: 48rem) {
  .section.faq-profile-split > .container {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
    row-gap: 0.75rem;
    align-items: start;
  }
  .section.faq-profile-split > .container > h2 {
    grid-column: 1 / -1;
    margin-bottom: 0;
  }

  .section.faq-profile-split > .container > .faq-item {
    max-width: none;
    margin-top: 0;
    min-width: 0;
  }

  .section.faq-profile-split.faq-count-1 > .container {
    grid-template-columns: minmax(0, 1fr);
  }

  .section.faq-profile-split.faq-count-3 > .container > .faq-item:last-of-type {
    grid-column: 1 / -1;
  }
}

.section.faq-profile-index > .container {
  counter-reset: faq-index;
}

.section.faq-profile-index .faq-item {
  counter-increment: faq-index;
  position: relative;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
  padding: 1.05rem 0 1.05rem 3.4rem;
  border-block-end: 1px solid color-mix(in srgb, currentColor 18%, transparent);
}

.section.faq-profile-index .faq-item::before {
  content: counter(faq-index, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 1.02rem;
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  opacity: 0.55;
}

.section.faq-profile-index .faq-item summary {
  display: block;
  position: relative;
  padding-right: 2.2rem;
}
.section.faq-profile-index .faq-item summary::-webkit-details-marker {
  display: none;
}
.section.faq-profile-index .faq-item summary::after {
  content: '+';
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.15rem;
  line-height: 1;
  opacity: 0.8;
}
.section.faq-profile-index .faq-item[open] > summary::after {
  content: '−';
}
.section.faq-profile-index .faq-item > p {
  max-width: min(62ch, 100%);
}

@media (max-width: 47.9375rem) {
  .section.faq-profile-index .faq-item {
    padding-left: 2.6rem;
  }
}

.section.bg-primary.faq-profile-index .faq-item summary {
  color: var(--on-surface-strong);
}
.section.bg-primary.faq-profile-index .faq-item > p {
  color: var(--on-surface-soft);
}
.section.bg-primary.faq-profile-index .faq-item::before,
.section.bg-primary.faq-profile-index .faq-item summary::after {
  color: var(--on-surface-strong);
}
.section.bg-primary.faq-profile-index .faq-item :focus-visible {
  outline-color: var(--on-surface-strong);
}

body.anim .faq-item { interpolate-size: allow-keywords; }
body.anim .faq-item::details-content {
  opacity: 0;
  block-size: 0;
  overflow-y: clip;
  transition: content-visibility 260ms allow-discrete, opacity 260ms ease, block-size 260ms ease;
}
body.anim .faq-item[open]::details-content {
  opacity: 1;
  block-size: auto;
}
@starting-style {
  body.anim .faq-item[open]::details-content {
    opacity: 0;
    block-size: 0;
  }
}

body.anim .faq-item[open] > p { animation: none; }

body.features-ledger .section .card-grid > .card:not(.project-card):not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card) {
  background: transparent;

  --flaechenbild-grund: inherit;
  --flaechenbild-schleier: inherit;
  --flaechenbild-schicht: initial;

  --karten-ink: var(--on-surface-ink, var(--color-text));
  --karten-stark: var(--on-surface-strong, var(--color-heading, var(--color-primary)));
  --karten-soft: var(--on-surface-soft, var(--color-text-soft));
  --karten-icon: var(--on-surface-icon, var(--color-marke, var(--color-accent)));
  --karten-link: var(--on-surface-strong, var(--color-link, var(--color-accent)));
  box-shadow: none;
  border: 0;
  border-top: 1px solid color-mix(in srgb, var(--on-surface-ink, var(--color-text)) 22%, transparent);
  border-radius: 0;
  padding: 1.15rem 0 1.35rem;
  max-width: 44rem;
  display: grid;
  grid-template-columns: minmax(9rem, 14rem) minmax(0, 1fr);
  column-gap: 2rem;
  row-gap: 0.35rem;
  align-items: start;
}

body.features-ledger .section .card-grid:not(.grid-strip) > .card:not(.project-card):not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card) {
  grid-column: 1 / -1;
}
body.features-ledger .section .card-grid .card:not(.project-card):not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card):last-child {
  border-bottom: 1px solid color-mix(in srgb, var(--on-surface-ink, var(--color-text)) 22%, transparent);
}
body.features-ledger .section .card-grid .card:not(.project-card):not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card) h3 {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0.01em;
}
body.features-ledger .section .card-grid .card:not(.project-card):not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card) p { margin: 0; }
body.features-ledger .section .card-grid .card:not(.project-card):not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card) p:last-child { grid-column: 2; }
@media (max-width: 40rem) {
  body.features-ledger .section .card-grid .card:not(.project-card):not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card) {
    grid-template-columns: minmax(0, 1fr);
    padding-block: 0.95rem 1.1rem;
  }

  body.features-ledger .section .card-grid .card:not(.project-card):not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card) p:last-child {
    grid-column: auto;
  }
}

body.features-ledger .section .card-grid.grid-strip > .card:not(.project-card):not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card) {
  grid-template-columns: minmax(0, 1fr);
}
body.features-ledger .section .card-grid.grid-strip > .card:not(.project-card):not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card) p:last-child {
  grid-column: auto;
}

body.features-stage .section .card-grid .card:not(.project-card):not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card) {
  position: relative;
  background: linear-gradient(160deg,
    color-mix(in srgb, var(--color-surface) 88%, var(--color-accent) 12%),
    var(--color-surface) 46%);

  --flaechenbild-grund: color-mix(in srgb, var(--color-surface) 88%, var(--color-accent) 12%);
  --flaechenbild-schleier: max(var(--flaechenbild-schleier-karte-stage, 100%), var(--flaechenbild-schleier-surface, 86%));
  --flaechenbild-schicht: linear-gradient(160deg,
    color-mix(in srgb, color-mix(in srgb, var(--color-surface) 88%, var(--color-accent) 12%) var(--flaechenbild-deckung), transparent),
    color-mix(in srgb, var(--color-surface) var(--flaechenbild-deckung), transparent) 46%);
  border: 1px solid color-mix(in srgb, var(--color-accent) 28%, transparent);
  border-radius: calc(var(--radius) * 0.5);
  box-shadow: 0 1px 0 color-mix(in srgb, var(--color-accent) 35%, transparent) inset,
    0 14px 28px -18px color-mix(in srgb, var(--color-primary) 65%, #000 35%);
  padding: 1.35rem 1.35rem 1.5rem;
}
body.features-stage .section .card-grid .card:not(.project-card):not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card)::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  border-radius: inherit;
  background: linear-gradient(180deg, var(--color-accent), transparent 78%);
}
body.features-stage .section .card-grid .card:not(.project-card):not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card) h3 {
  letter-spacing: 0.02em;
}
@media (max-width: 40rem) {
  body.features-stage .section .card-grid .card:not(.project-card):not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card) {
    box-shadow: 0 1px 0 color-mix(in srgb, var(--color-accent) 35%, transparent) inset,
      0 10px 20px -16px color-mix(in srgb, var(--color-primary) 65%, #000 35%);
  }
}

.process-steps.process-stage {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: buehnenschritt;
  display: grid;
  gap: 0.6rem;
}
.process-steps.process-stage > li {
  counter-increment: buehnenschritt;
  position: relative;
  background: color-mix(in srgb, var(--color-surface) 82%, var(--color-primary) 18%);
  border: 1px solid color-mix(in srgb, var(--color-accent) 24%, transparent);
  border-radius: calc(var(--radius) * 0.5);
  padding: 0.95rem 1.15rem 1.05rem 3.4rem;
}
.process-steps.process-stage > li::before {
  content: counter(buehnenschritt, decimal-leading-zero);
  position: absolute;
  left: 1.05rem;
  top: 1rem;
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.06em;
  color: #fff;
}
.process-steps.process-stage > li h3 { margin: 0 0 0.25rem; }
.process-steps.process-stage > li p { margin: 0; }
@media (max-width: 40rem) {
  .process-steps.process-stage > li { padding-left: 2.9rem; }
  .process-steps.process-stage > li::before { left: 0.85rem; }
}

.section.cta-band.cta-quiet {
  background: transparent;
  color: inherit;

  --on-surface-strong: var(--color-heading, var(--color-primary));
  --on-surface-soft: var(--color-text-soft, var(--color-text));
  --on-surface-ink: var(--color-text);
  --on-surface-border: color-mix(in srgb, var(--color-text) 22%, transparent);
  --on-surface-icon: var(--color-primary);
  --on-surface-mark: color-mix(in srgb, var(--color-primary) 14%, transparent);
  --status-danger: var(--status-danger-hell, #b3261e);
}

.section.cta-band.cta-quiet :focus-visible { outline-color: var(--color-focus, var(--color-accent)); }
.section.cta-band.cta-quiet > .container {
  border-block: 1px solid color-mix(in srgb, var(--on-surface-ink, var(--color-text)) 22%, transparent);
  padding-block: 2.2rem;
  text-align: left;
}
.section.cta-band.cta-quiet h2 { margin-top: 0; }
.section.cta-band.cta-quiet .cta-row { justify-content: flex-start; }

.section.cta-band.cta-stage {
  background: transparent;
  border-block: 0;

}
.section.cta-band.cta-stage > .container {
  text-align: left;
  position: relative;
  background: linear-gradient(135deg,
    color-mix(in srgb, var(--color-primary) 78%, var(--color-accent) 22%),
    color-mix(in srgb, var(--color-primary) 88%, #000 12%) 62%);
  border: 1px solid color-mix(in srgb, var(--color-accent) 32%, transparent);
  border-radius: calc(var(--radius) * 0.6);
  padding: 2.4rem clamp(1.25rem, 4vw, 3rem) 2.6rem;
  box-shadow: 0 22px 44px -26px color-mix(in srgb, var(--color-primary) 70%, #000 30%);
}
.section.cta-band.cta-stage > .container::before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: inherit;
  background: linear-gradient(180deg, var(--color-accent), transparent 82%);
}
@media (max-width: 40rem) {
  .section.cta-band.cta-stage > .container { padding: 1.8rem 1.15rem 2rem; }
}

.hero:not(.hero-with-image):not(.hero-split):not(.hero-imageforward) { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'480'%20height%3D'240'%20viewBox%3D'0%200%20480%20240'%3E%3Cg%20stroke%3D'%23ffffff'%20stroke-opacity%3D'0.05'%20stroke-width%3D'1'%3E%3Cline%20x1%3D'0'%20y1%3D'59'%20x2%3D'480'%20y2%3D'59'%2F%3E%3Cline%20x1%3D'0'%20y1%3D'118'%20x2%3D'480'%20y2%3D'118'%2F%3E%3Cline%20x1%3D'0'%20y1%3D'177'%20x2%3D'480'%20y2%3D'177'%2F%3E%3Cline%20x1%3D'0'%20y1%3D'236'%20x2%3D'480'%20y2%3D'236'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"), radial-gradient(58% 82% at 86% 8%, rgba(37, 99, 235, 0.3), transparent 62%), linear-gradient(140deg, #0a2a52, #164497); background-size: 480px auto, cover, cover; background-repeat: repeat; }
.section.bg-primary { background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20width%3D'480'%20height%3D'240'%20viewBox%3D'0%200%20480%20240'%3E%3Cg%20stroke%3D'%23ffffff'%20stroke-opacity%3D'0.05'%20stroke-width%3D'1'%3E%3Cline%20x1%3D'0'%20y1%3D'59'%20x2%3D'480'%20y2%3D'59'%2F%3E%3Cline%20x1%3D'0'%20y1%3D'118'%20x2%3D'480'%20y2%3D'118'%2F%3E%3Cline%20x1%3D'0'%20y1%3D'177'%20x2%3D'480'%20y2%3D'177'%2F%3E%3Cline%20x1%3D'0'%20y1%3D'236'%20x2%3D'480'%20y2%3D'236'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"), radial-gradient(58% 90% at 85% 0%, rgba(37, 99, 235, 0.24), transparent 62%), linear-gradient(135deg, #0a2a52, #082242); background-size: 480px auto, cover, cover; background-repeat: repeat, no-repeat, no-repeat; }
.hero { position: relative; }
.hero::after { content: ''; position: absolute; left: 0; right: 0; bottom: -1px; height: 44px; background: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%20480%2044'%20preserveAspectRatio%3D'none'%3E%3Cpath%20fill%3D'%23040c19'%20d%3D'M0%2044%20L0%2012%20L480%2012%20L480%2044%20Z'%2F%3E%3C%2Fsvg%3E") bottom / 100% 100% no-repeat; pointer-events: none; }

@media (min-width: 52rem) {

  .hero.hero-split--mirror .hero-split-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); }
}
@media (max-width: 51.99rem) {

  .hero.hero-split--mirror .hero-split-grid > div { order: -1; }
}

.hero.hero-statement .hero-statement-inner {
  max-width: 46rem; margin-inline: auto; text-align: center;
  display: flex; flex-direction: column; align-items: center;
}
.hero.hero-statement h1 { max-width: min(22ch, 100%); }

.hero.hero-statement .lead { max-width: min(63ch, 100%); }
.hero.hero-statement .cta-row { justify-content: center; flex-wrap: wrap; }
.hero-statement-img {
  width: 100%; max-width: 46rem; height: auto; margin-top: 2rem;
  border-radius: var(--radius);
  border: 5px solid var(--color-surface);
  box-shadow: var(--shadow-3);
}

.hero.hero-showcase .hero-showcase-grid {
  display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 3vw, 3rem); align-items: center;
}
.hero.hero-showcase .hero-showcase-text { min-width: 0; max-width: 32rem; }

.hero-showcase-media {
  min-width: 0; margin: 0; padding: clamp(0.5rem, 0.75vw, 0.75rem);
  background: color-mix(in srgb, var(--color-surface) 92%, var(--color-accent));
  border: 1px solid color-mix(in srgb, var(--color-accent) 20%, var(--color-surface));
  border-radius: calc(var(--radius) + 0.6rem);
  box-shadow: var(--shadow-1);
}
.hero-showcase-img {
  width: 100%; height: auto; display: block; border-radius: var(--radius);
  border: 0; box-shadow: none;
}
@media (max-width: 51.99rem) {
  .hero.hero-showcase .hero-showcase-grid { grid-template-columns: 1fr; gap: 1.5rem; }
  .hero.hero-showcase .hero-showcase-text { max-width: none; }
}

picture.media-picture { display: block; width: 100%; height: 100%; }

:where(.bildprofil) { --bildprofil-quelle: initial; --bildprofil-fokus: initial; --bildprofil-quelle-tablet: initial; --bildprofil-fokus-tablet: initial; --bildprofil-quelle-mobile: initial; --bildprofil-fokus-mobile: initial; }
@media (min-width: 36.01rem) and (max-width: 51.99rem) { .bildprofil { --bildprofil-quelle: var(--bildprofil-quelle-tablet); --bildprofil-fokus: var(--bildprofil-fokus-tablet); } }
@media (max-width: 36rem) { .bildprofil { --bildprofil-quelle: var(--bildprofil-quelle-mobile); --bildprofil-fokus: var(--bildprofil-fokus-mobile); } }
.experience-erlebnis-album{
  --exp-band-bg: #f2f4f6;
  --exp-band-bg-alt: #cbdafa;
  --exp-caption-bg: #d3e0fb;
  --exp-on-band: #01060b;
  --exp-on-band-soft: #030e1c;
  --exp-on-band-heading: #010306;
  --exp-on-band-accent: #1c4ab0;
  --exp-on-caption: #010306;
  --exp-on-caption-accent: #2159d3;
  --exp-focus-light: #f2f4f6;
  --exp-focus-dark: #010306;
  --exp-flaechenbild-schleier-band: 81%;
  --exp-flaechenbild-schleier-band-alt: 90%;
  --exp-flaechenbild-schleier-caption: 99%;
  --exp-flaechenbild-schleier-karte-flach-band: 89%;
  --exp-flaechenbild-schleier-karte-flach-band-alt: 90%;
  --exp-flaechenbild-schleier-karte-stage: 96%;
  --punktraster-band: 20%;
  --exp-flaechenbild-schleier-primary: 100%;
  --exp-scrim: linear-gradient(180deg, rgba(211, 224, 251, 0) 0%, rgba(211, 224, 251, 0.92) 100%);
  --exp-heading-scale: calc(1 + (var(--heading-scale, 1) - 1) * 1.1);
  --exp-heading-leading: 1.219;
  --exp-heading-tracking: 0.01em;
  --exp-measure: 59.6ch;
  --exp-rail-max: 45.4rem;
  --flaechenbild-weltanschluss: block;
}

.experience-erlebnis-album .section{
  --exp-heading-scale: calc(1 + (var(--heading-scale, 1) - 1) * 1.1);
}

.experience-editorial-atlas {

  --exp-motion-duration: 0.5s;
  --exp-motion-easing: cubic-bezier(0.33, 0.9, 0.4, 1);
  --exp-motion-distance: 10px;

  --exp-rail-spalte: clamp(4.5rem, 11vw, 9.5rem);
  --exp-rail-luft: clamp(1.25rem, 3vw, 2.75rem);
  --exp-satz: min(var(--exp-measure), 100%);
  --exp-kapitel-abstand: clamp(3rem, 6vw, 5.5rem);

  --exp-linie: 1px solid color-mix(in srgb, var(--exp-on-band-soft) 38%, transparent);
  --exp-linie-stark: 2px solid var(--exp-on-band-accent);
  counter-reset: exp-folio;
}

.experience-editorial-atlas main { overflow-x: clip; }

.experience-editorial-atlas:is(.exp-rhythm-editorial-rail, .exp-rhythm-split-chapters, .exp-rhythm-chaptered) main {
  background: var(--exp-band-bg);
  --exp-gefaess-flaeche: var(--exp-band-bg);
  --exp-gefaess-schleier: var(--exp-flaechenbild-schleier-band);
  color: var(--exp-on-band);

  --color-text: var(--exp-on-band);
  --color-text-soft: var(--exp-on-band-soft);
  --color-heading: var(--exp-on-band-heading);
  --color-surface: var(--exp-band-bg-alt);
  --flaechenbild-schleier-surface: var(--exp-flaechenbild-schleier-band-alt);
  --flaechenbild-schleier-karte-stage: var(--exp-flaechenbild-schleier-karte-stage);
  --guide-option-bg: var(--exp-band-bg);
  --color-link: var(--exp-on-band-accent);

  --color-marke: var(--exp-on-band-accent);

  --karten-grund: var(--exp-band-bg);
  --flaechenbild-schleier-karte-flach: var(--exp-flaechenbild-schleier-karte-flach-band);
}

.experience-editorial-atlas:is(.exp-rhythm-editorial-rail, .exp-rhythm-split-chapters, .exp-rhythm-chaptered) main .section {
  background: transparent;
  padding-block: var(--exp-kapitel-abstand);
  border-top: var(--exp-linie);

  --flaechenbild-grund: var(--exp-band-bg);
  --flaechenbild-schleier: var(--exp-flaechenbild-schleier-band);
}

.experience-editorial-atlas main .section.bg-primary {
  --on-surface-strong: var(--color-heading, var(--color-primary));
  --on-surface-soft: var(--color-text-soft, var(--color-text));
  --on-surface-ink: var(--color-text);
  --on-surface-border: color-mix(in srgb, var(--color-text) 22%, transparent);
  --on-surface-icon: var(--color-primary);
  --on-surface-mark: color-mix(in srgb, var(--color-primary) 14%, transparent);
  --status-danger: var(--status-danger-hell, #b3261e);
  color: var(--exp-on-band, var(--color-text));
}

.experience-editorial-atlas main .section.bg-primary :focus-visible {
  outline-color: var(--color-accent);
}

.experience-editorial-atlas:is(.exp-rhythm-editorial-rail, .exp-rhythm-split-chapters, .exp-rhythm-chaptered) main > .section:first-of-type {
  border-top: 0;
}

.experience-editorial-atlas.exp-rhythm-editorial-rail main .section:not(.klasse-kartenraster):not(.klasse-formulare):not(.faq-profile-split):not(aside .section) > .container,
.experience-editorial-atlas.exp-rhythm-editorial-rail main .section:not(.klasse-kartenraster):not(.klasse-formulare):not(.faq-profile-split):not(aside .section) > .container.narrow {
  display: grid;
  grid-template-columns: var(--exp-rail-spalte) minmax(0, var(--exp-satz));
  column-gap: var(--exp-rail-luft);
  align-items: start;
  max-width: calc(var(--exp-rail-spalte) + var(--exp-rail-luft) + var(--exp-rail-max));
}

.experience-editorial-atlas.exp-rhythm-editorial-rail main .section:not(.klasse-kartenraster):not(.klasse-formulare):not(.faq-profile-split):not(aside .section) > .container > * {
  grid-column: 2;
}

.experience-editorial-atlas.exp-rhythm-editorial-rail main .section > .container > h2 {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: subgrid;
  color: var(--exp-on-band-heading);
  margin-block: 0 1.1em;
}
@supports not (grid-template-columns: subgrid) {
  .experience-editorial-atlas.exp-rhythm-editorial-rail main .section > .container > h2 {
    grid-column: 2;
    display: block;
  }
}

.experience-editorial-atlas:is(.exp-rhythm-editorial-rail, .exp-rhythm-split-chapters, .exp-rhythm-chaptered) main .section.cta-band.cta-stage > .container {
  background: var(--exp-band-bg-alt);
  box-shadow: none;
}
.experience-editorial-atlas.exp-rhythm-editorial-rail main .section > .container > h2::before {
  counter-increment: exp-folio;
  content: counter(exp-folio, decimal-leading-zero);
  grid-column: 1;
  align-self: start;
  font-size: 0.42em;

  line-height: var(--kopfmarke-zeile);
  letter-spacing: 0.14em;
  color: var(--exp-on-band-accent);
  font-variant-numeric: tabular-nums;
}
@supports not (grid-template-columns: subgrid) {
  .experience-editorial-atlas.exp-rhythm-editorial-rail main .section > .container > h2::before {
    display: block;
    margin-bottom: 0.4em;
  }
}

.experience-editorial-atlas.exp-section-cardless-editorial .section .card,
.experience-editorial-atlas.exp-section-cardless-editorial .section .pricing-card,
.experience-editorial-atlas.exp-section-cardless-editorial .section .testimonial,
.experience-editorial-atlas.exp-section-cardless-editorial .section .case-study {
  background: transparent;

  --flaechenbild-grund: inherit;
  --flaechenbild-schleier: inherit;
  --flaechenbild-schicht: initial;

  --karten-ink: var(--on-surface-ink, var(--color-text));
  --karten-stark: var(--on-surface-strong, var(--color-heading, var(--color-primary)));
  --karten-soft: var(--on-surface-soft, var(--color-text-soft));
  --karten-icon: var(--on-surface-icon, var(--color-marke, var(--color-accent)));
  --karten-link: var(--on-surface-strong, var(--color-link, var(--color-accent)));
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding-inline: 0;
}

.experience-editorial-atlas.exp-section-cardless-editorial .section > .container > p:first-of-type {
  font-size: 1.14em;
  line-height: 1.62;
  color: var(--exp-on-band);
  max-width: var(--exp-satz);
}
.experience-editorial-atlas.exp-section-cardless-editorial .section > .container > p {
  color: var(--exp-on-band);
}
.experience-editorial-atlas.exp-section-cardless-editorial .section h3 {
  color: var(--exp-on-band-heading);
}

.experience-editorial-atlas:is(.exp-rhythm-editorial-rail, .exp-rhythm-split-chapters, .exp-rhythm-chaptered) main .section a:not(.btn) {
  color: var(--exp-on-band-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

body.experience-v2.experience-editorial-atlas.experience-editorial-atlas.experience-editorial-atlas :is(.guide-live, .guide-split-guide, .guide-optionen) a:not(.btn) {
  color: var(--color-link, var(--color-accent));
}

.experience-editorial-atlas:is(.exp-rhythm-editorial-rail, .exp-rhythm-split-chapters, .exp-rhythm-chaptered) main .btn {
  border-radius: 0;
  border: var(--exp-linie-stark);
  background: var(--exp-on-band-accent);
  color: var(--exp-band-bg);
  letter-spacing: 0.06em;
}
.experience-editorial-atlas:is(.exp-rhythm-editorial-rail, .exp-rhythm-split-chapters, .exp-rhythm-chaptered) main .btn.secondary,
.experience-editorial-atlas:is(.exp-rhythm-editorial-rail, .exp-rhythm-split-chapters, .exp-rhythm-chaptered) main .btn.btn-secondary,
.experience-editorial-atlas:is(.exp-rhythm-editorial-rail, .exp-rhythm-split-chapters, .exp-rhythm-chaptered) main .btn.btn-ghost {
  background: transparent;
  color: var(--exp-on-band-accent);
}

body.experience-v2.experience-editorial-atlas.exp-component-editorial-rows .section .card-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
}
body.experience-v2.experience-editorial-atlas.exp-component-editorial-rows .section .card-grid > .card {
  display: grid;
  grid-template-columns: minmax(7rem, 22%) minmax(0, 1fr);
  column-gap: var(--exp-rail-luft);
  align-items: baseline;
  padding-block: 1.5rem;
  border-top: var(--exp-linie);
}
body.experience-v2.experience-editorial-atlas.exp-component-editorial-rows .section .card-grid > .card:first-child {
  border-top: 0;
  padding-top: 0;
}
body.experience-v2.experience-editorial-atlas.exp-component-editorial-rows .section .card-grid > .card > * {
  grid-column: 2;
  margin-block: 0 0.6em;
}
body.experience-v2.experience-editorial-atlas.exp-component-editorial-rows .section .card-grid > .card > h3 {
  grid-column: 1;
  grid-row: 1 / span 99;
  font-size: 1em;
  line-height: 1.4;
  text-wrap: balance;
}

body.experience-v2.experience-editorial-atlas.exp-component-editorial-rows .section .card-grid > .card img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.experience-editorial-atlas.exp-component-editorial-rows .process-steps {
  border-top: var(--exp-linie);
}
.experience-editorial-atlas.exp-component-editorial-rows .process-steps > li {
  border-bottom: var(--exp-linie);
  padding-block: 1.1rem;
}

.experience-editorial-atlas.exp-media-inset-editorial .section .media-figure {
  margin-block: 1.75rem;
}
.experience-editorial-atlas.exp-media-inset-editorial .section .media-figure img,
.experience-editorial-atlas.exp-media-inset-editorial .section .media-figure picture,
.experience-editorial-atlas.exp-media-inset-editorial .section .media-figure picture img {
  width: 100%;
  border-radius: 0;
}
.experience-editorial-atlas.exp-media-inset-editorial .section .media-figure figcaption {
  background: var(--exp-caption-bg);
  color: var(--exp-on-caption);
  padding: 0.7rem 0.9rem;
  font-size: 0.86em;
  line-height: 1.5;
  border-left: var(--exp-linie-stark);
}
.experience-editorial-atlas.exp-media-inset-editorial .section .media-figure figcaption a:not(.btn) {
  color: var(--exp-on-caption-accent);
}

.experience-editorial-atlas.exp-media-inset-editorial .gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--exp-rail-luft);
}
.experience-editorial-atlas.exp-media-inset-editorial .gallery-grid > .media-figure {
  margin-block: 0;
}
.experience-editorial-atlas.exp-media-inset-editorial .gallery-grid > .media-figure:nth-child(3n + 1) {
  grid-column: 1 / -1;
  grid-row: auto;
}
.experience-editorial-atlas.exp-media-inset-editorial .gallery-grid > .media-figure img,
.experience-editorial-atlas.exp-media-inset-editorial .gallery-grid > .media-figure picture img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.experience-editorial-atlas.exp-media-inset-editorial .gallery-grid > .media-figure:nth-child(3n + 1) img,
.experience-editorial-atlas.exp-media-inset-editorial .gallery-grid > .media-figure:nth-child(3n + 1) picture img {
  aspect-ratio: 21 / 9;
}

body.experience-v2.experience-editorial-atlas.exp-media-inset-editorial .gallery-grid.gallery-mosaic {
  grid-auto-flow: row;
}
body.experience-v2.experience-editorial-atlas.exp-media-inset-editorial .gallery-grid.gallery-mosaic > .media-figure {
  grid-column: span 1;
  grid-row: span 1;
}
body.experience-v2.experience-editorial-atlas.exp-media-inset-editorial .gallery-grid.gallery-mosaic > .media-figure:first-child {
  grid-column: 1 / -1;
  grid-row: span 2;
}
body.experience-v2.experience-editorial-atlas.exp-media-inset-editorial .gallery-grid.gallery-mosaic > .media-figure:first-child img,
body.experience-v2.experience-editorial-atlas.exp-media-inset-editorial .gallery-grid.gallery-mosaic > .media-figure:first-child picture img {
  aspect-ratio: 3 / 2;
  height: 100%;
}

body.experience-v2.experience-editorial-atlas.exp-media-inset-editorial .gallery-grid.gallery-mosaic > .media-figure:not(:first-child) img,
body.experience-v2.experience-editorial-atlas.exp-media-inset-editorial .gallery-grid.gallery-mosaic > .media-figure:not(:first-child) picture img {
  aspect-ratio: 4 / 3;
}

body.experience-v2.experience-editorial-atlas.exp-media-inset-editorial .gallery-grid.gallery-strip {
  grid-auto-flow: column;
  grid-auto-columns: 62%;
  grid-template-columns: none;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.5rem;
}
body.experience-v2.experience-editorial-atlas.exp-media-inset-editorial .gallery-grid.gallery-strip > .media-figure {
  grid-column: auto;
  grid-row: auto;
  scroll-snap-align: start;
}
body.experience-v2.experience-editorial-atlas.exp-media-inset-editorial .gallery-grid.gallery-strip > .media-figure img,
body.experience-v2.experience-editorial-atlas.exp-media-inset-editorial .gallery-grid.gallery-strip > .media-figure picture img {
  aspect-ratio: 4 / 3;
}

.experience-editorial-atlas.exp-media-inset-editorial .gallery-grid:empty {
  min-height: clamp(6rem, 18vw, 11rem);
  border-top: var(--exp-linie);
  border-bottom: var(--exp-linie);
}

.experience-editorial-atlas .hero {
  background: var(--exp-band-bg);
  --punktraster-deckung: var(--punktraster-band);
  color: var(--exp-on-band);
  border-bottom: var(--exp-linie);
}
.experience-editorial-atlas .hero h1 {
  color: var(--exp-on-band-heading);
  letter-spacing: var(--exp-heading-tracking);
  max-width: var(--exp-satz);
}

.experience-editorial-atlas.experience-v2 :focus-visible {
  outline: 3px solid var(--exp-focus-dark);
  outline-offset: 2px;

  --fokus-ringe:
    0 0 0 7px var(--exp-focus-light),
    0 0 0 9px var(--fokus-pol-hell),
    0 0 0 11px var(--fokus-pol-dunkel);
  box-shadow: var(--fokus-ringe);
}

.experience-editorial-atlas main .section > .container > h2 {
  font-size: clamp(
    min(calc(1.45rem * var(--exp-heading-scale)), 2.6rem),
    calc(2.6vw * var(--exp-heading-scale)),
    min(calc(2.0rem * var(--exp-heading-scale)), 2.6rem)
  );
  line-height: var(--exp-heading-leading);
  letter-spacing: var(--exp-heading-tracking);
  text-wrap: balance;
}

.experience-editorial-atlas main .section.head-form-versal > .container:not(.legal) > h2 {
  font-size: clamp(
    min(calc(1.45rem * var(--exp-heading-scale)), 2.6rem),
    calc(2.6vw * var(--exp-heading-scale)),
    min(calc(2.0rem * var(--exp-heading-scale)), 2.6rem)
  );
}

@supports (animation-timeline: view()) {
  @media (prefers-reduced-motion: no-preference) {
    @keyframes exp-atlas-calm {
      from { opacity: 0; transform: translateY(var(--exp-motion-distance)); }
      to { opacity: 1; transform: none; }
    }
    .experience-editorial-atlas.exp-motion-editorial-calm main .section > .container > *,
    .experience-editorial-atlas.exp-motion-editorial-calm .card-grid > .card,
    .experience-editorial-atlas.exp-motion-editorial-calm .gallery-grid > .media-figure {
      animation: exp-atlas-calm linear both;
      animation-timeline: view();
      animation-range: entry 8% cover 20%;
    }
  }
}

@media (max-width: 56rem) {
  .experience-editorial-atlas.exp-responsive-editorial-stack.exp-rhythm-editorial-rail main .section:not(.faq-profile-split):not(aside .section) > .container,
  .experience-editorial-atlas.exp-responsive-editorial-stack.exp-rhythm-editorial-rail main .section:not(.faq-profile-split):not(aside .section) > .container.narrow {
    grid-template-columns: minmax(0, 1fr);
    max-width: 100%;
  }
  .experience-editorial-atlas.exp-responsive-editorial-stack.exp-rhythm-editorial-rail main .section:not(.faq-profile-split):not(aside .section) > .container > * {
    grid-column: 1;
  }
  .experience-editorial-atlas.exp-responsive-editorial-stack.exp-rhythm-editorial-rail main .section > .container > h2 {
    grid-column: 1;
    display: block;
  }
  .experience-editorial-atlas.exp-responsive-editorial-stack.exp-rhythm-editorial-rail main .section > .container > h2::before {
    display: block;

    line-height: 1.2;
    margin-bottom: calc(0.17 * var(--kopfmarke-zeile));
  }
  body.experience-v2.experience-editorial-atlas.exp-responsive-editorial-stack.exp-component-editorial-rows .section .card-grid > .card {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 0.35rem;
  }
  body.experience-v2.experience-editorial-atlas.exp-responsive-editorial-stack.exp-component-editorial-rows .section .card-grid > .card > *,
  body.experience-v2.experience-editorial-atlas.exp-responsive-editorial-stack.exp-component-editorial-rows .section .card-grid > .card > h3 {
    grid-column: 1;
    grid-row: auto;
  }
  .experience-editorial-atlas.exp-responsive-editorial-stack.exp-media-inset-editorial .gallery-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .experience-editorial-atlas.exp-responsive-editorial-stack.exp-media-inset-editorial .gallery-grid > .media-figure:nth-child(3n + 1) {
    grid-column: 1;
    grid-row: auto;
  }
}

body.skeleton-editorial-magazine main.mag-main .mag-lead-zone > .section > .container:not(.narrow),
body.skeleton-editorial-magazine main.mag-main .mag-flow-zone > .section > .container:not(.narrow),
body.skeleton-editorial-magazine main.mag-main .mag-interlude-zone > .section > .container:not(.narrow),
body.skeleton-editorial-magazine main.mag-main .mag-closing-zone > .section > .container:not(.narrow) {
  max-width: 74rem;
}

@media (min-width: 62rem) {
  body.skeleton-editorial-magazine main.mag-main .mag-editorial-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(17rem, 22rem);
    gap: clamp(2rem, 4.5vw, 5rem);
    align-items: start;
    max-width: 80rem;
    margin-inline: auto;
    padding-inline: clamp(1.5rem, 4vw, 3rem);
  }

  body.skeleton-editorial-magazine main.mag-main .mag-editorial-grid > .mag-primary-flow,
  body.skeleton-editorial-magazine main.mag-main .mag-editorial-grid > .mag-secondary-flow {
    min-width: 0;
  }

  body.skeleton-editorial-magazine main.mag-main .mag-editorial-grid .section > .container {
    max-width: none;
    margin-inline: 0;
  }

  body.skeleton-editorial-magazine main.mag-main .mag-secondary-flow .section {
    padding-block: clamp(1.5rem, 3vw, 2.75rem);
  }
  body.skeleton-editorial-magazine main.mag-main .mag-secondary-flow .section > .container > h2 {
    font-size: clamp(1.3rem, 1.8vw, 1.7rem);
  }
}

body.skeleton-editorial-magazine main.mag-main .mag-interlude-zone > .section {
  padding-block: clamp(2.75rem, 6vw, 5rem);
}

body.skeleton-editorial-magazine main.mag-main .hero .container h1,
body.skeleton-editorial-magazine main.mag-main .page-header .container h1 {
  font-size: clamp(
    calc(2.6rem * var(--heading-scale, 1)),
    calc(6.2vw * var(--heading-scale, 1)),
    calc(4.6rem * var(--heading-scale, 1))
  );
  line-height: 1.03;
  text-wrap: balance;
}

body.skeleton-editorial-magazine main.mag-main .section > .container > h2 {
  font-size: clamp(
    calc(1.9rem * var(--heading-scale, 1)),
    calc(4.2vw * var(--heading-scale, 1)),
    calc(3.4rem * var(--heading-scale, 1))
  );
  line-height: 1.08;
  max-width: min(24ch, 100%);
  text-wrap: balance;
}

body.skeleton-editorial-magazine main.mag-main .mag-secondary-flow .section > .container > h2 {
  max-width: 100%;
}

body.skeleton-editorial-magazine main.mag-main .section > .container > p,
body.skeleton-editorial-magazine main.mag-main .section-intro {
  max-width: min(var(--lesebreite), 100%);
}

body.skeleton-editorial-magazine main.mag-main .card-grid {
  gap: clamp(1.75rem, 3.5vw, 3rem);
}

body.skeleton-editorial-magazine main.mag-main .process-steps {
  gap: clamp(1.25rem, 3vw, 2.5rem);
}

body.skeleton-editorial-magazine main.mag-main .mag-primary-flow > .section + .section > .container,
body.skeleton-editorial-magazine main.mag-main .mag-flow-zone > .section + .section > .container,
body.skeleton-editorial-magazine main.mag-main .mag-interlude-zone > .section + .section > .container {
  border-top: 1px solid color-mix(in srgb, currentColor 16%, transparent);
  padding-top: clamp(1.75rem, 4vw, 3.25rem);
}

body.skeleton-editorial-magazine main.mag-main .card-grid {
  counter-reset: redaktion;
}

body.skeleton-editorial-magazine main.mag-main .card-grid:has(> .card:not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card)) {
  max-width: calc(3.6rem + var(--lesebreite));
}
body.skeleton-editorial-magazine main.mag-main .card-grid > .card:not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card) {
  counter-increment: redaktion;

  max-width: calc(3.6rem + var(--lesebreite));
  position: relative;
  background: transparent;

  --flaechenbild-grund: inherit;
  --flaechenbild-schleier: inherit;
  --flaechenbild-schicht: initial;

  --karten-ink: var(--on-surface-ink, var(--color-text));
  --karten-stark: var(--on-surface-strong, var(--color-heading, var(--color-primary)));
  --karten-soft: var(--on-surface-soft, var(--color-text-soft));
  --karten-icon: var(--on-surface-icon, var(--color-marke, var(--color-accent)));
  --karten-link: var(--on-surface-strong, var(--color-link, var(--color-accent)));
  box-shadow: none;
  border: 0;
  border-top: 1px solid color-mix(in srgb, var(--on-surface-ink, var(--color-text)) 24%, transparent);
  border-radius: 0;
  padding: 1.2rem 0 1.4rem 3.6rem;
}

body.skeleton-editorial-magazine main.mag-main .card-grid:not(.grid-strip) > .card:not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card) {
  grid-column: 1 / -1;
}
body.skeleton-editorial-magazine main.mag-main .card-grid > .card:not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card)::before {
  content: counter(redaktion, decimal-leading-zero);

  background: none;
  position: absolute;
  left: 0;
  top: 1.25rem;
  font-family: var(--font-heading, inherit);
  font-weight: 700;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  color: color-mix(in srgb, var(--on-surface-ink, var(--color-text)) 55%, transparent);
}

body.skeleton-editorial-magazine main.mag-main .card-grid > .card:not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card):first-child {
  border-top-width: 3px;
  border-top-color: color-mix(in srgb, var(--on-surface-ink, var(--color-text)) 62%, transparent);
  padding-block: 1.6rem 1.9rem;
}
body.skeleton-editorial-magazine main.mag-main .card-grid > .card:not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card):first-child h3 {
  font-size: calc(1.18rem * var(--heading-scale, 1));
  line-height: 1.18;
  max-width: min(26ch, 100%);
}

body.skeleton-editorial-magazine main.mag-main .card-grid > .card:not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card) p {
  margin: 0;
}
body.skeleton-editorial-magazine main.mag-main .card-grid > .card:not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card) h3 { margin: 0 0 0.3rem; }

@media (max-width: 40rem) {
  body.skeleton-editorial-magazine main.mag-main .card-grid > .card:not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card) {
    padding-left: 2.8rem;
  }
  body.skeleton-editorial-magazine main.mag-main .card-grid > .card:not(.pricing-card):not(.room-card):not(.team-card):not(.quote-card):not(.device-card)::before { top: 1.3rem; }
}
body .cards-shadow .card, body .cards-shadow .faq-item, body .cards-shadow .process-steps li, body .cards-shadow .link-panels a {
  box-shadow: var(--shadow-1);
  border: 1px solid var(--color-border, var(--primary-mist));
}
body .cards-shadow .link-panels a:where(:focus-visible) { box-shadow: var(--fokus-ringe), var(--shadow-1); }
body .card-accent-left .card { border-left: 3px solid var(--color-accent); }}
@layer welt-kopfgeometrie {
.experience-editorial-atlas.exp-rhythm-editorial-rail main .section:not(.klasse-kartenraster):not(.klasse-formulare):not(.faq-profile-split):not(aside .section) > .container,
.experience-editorial-atlas.exp-rhythm-editorial-rail main .section:not(.klasse-kartenraster):not(.klasse-formulare):not(.faq-profile-split):not(aside .section) > .container.narrow {
  display: grid;
  grid-template-columns: var(--exp-rail-spalte) minmax(0, var(--exp-satz));
  column-gap: var(--exp-rail-luft);
  align-items: start;
  max-width: calc(var(--exp-rail-spalte) + var(--exp-rail-luft) + var(--exp-rail-max));
}
.experience-editorial-atlas.exp-rhythm-editorial-rail main .section > .container > h2 {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: subgrid;
  color: var(--exp-on-band-heading);
  margin-block: 0 1.1em;
}
@supports not (grid-template-columns: subgrid) {
.experience-editorial-atlas.exp-rhythm-editorial-rail main .section > .container > h2 {
    grid-column: 2;
    display: block;
  }
}
.experience-editorial-atlas:is(.exp-rhythm-editorial-rail, .exp-rhythm-split-chapters, .exp-rhythm-chaptered) main .section.cta-band.cta-stage > .container {
  background: var(--exp-band-bg-alt);
  box-shadow: none;
}
.experience-editorial-atlas main .section > .container > h2 {
  font-size: clamp(
    min(calc(1.45rem * var(--exp-heading-scale)), 2.6rem),
    calc(2.6vw * var(--exp-heading-scale)),
    min(calc(2.0rem * var(--exp-heading-scale)), 2.6rem)
  );
  line-height: var(--exp-heading-leading);
  letter-spacing: var(--exp-heading-tracking);
  text-wrap: balance;
}
.experience-editorial-atlas main .section.head-form-versal > .container:not(.legal) > h2 {
  font-size: clamp(
    min(calc(1.45rem * var(--exp-heading-scale)), 2.6rem),
    calc(2.6vw * var(--exp-heading-scale)),
    min(calc(2.0rem * var(--exp-heading-scale)), 2.6rem)
  );
}
@media (max-width: 56rem) {
.experience-editorial-atlas.exp-responsive-editorial-stack.exp-rhythm-editorial-rail main .section:not(.faq-profile-split):not(aside .section) > .container,
.experience-editorial-atlas.exp-responsive-editorial-stack.exp-rhythm-editorial-rail main .section:not(.faq-profile-split):not(aside .section) > .container.narrow {
    grid-template-columns: minmax(0, 1fr);
    max-width: 100%;
  }
}
@media (max-width: 56rem) {
.experience-editorial-atlas.exp-responsive-editorial-stack.exp-rhythm-editorial-rail main .section > .container > h2 {
    grid-column: 1;
    display: block;
  }
}
}
@layer kopfmarke-aus {
.experience-editorial-atlas main .section > .container > h2::before { all: unset; }
}
@layer kopfmarke-welt {
.experience-editorial-atlas.exp-rhythm-editorial-rail main .section > .container > h2::before {
  counter-increment: exp-folio;
  content: counter(exp-folio, decimal-leading-zero);
  grid-column: 1;
  align-self: start;
  font-size: 0.42em;

  line-height: var(--kopfmarke-zeile);
  letter-spacing: 0.14em;
  color: var(--exp-on-band-accent);
  font-variant-numeric: tabular-nums;
}
@supports not (grid-template-columns: subgrid) {
.experience-editorial-atlas.exp-rhythm-editorial-rail main .section > .container > h2::before {
    display: block;
    margin-bottom: 0.4em;
  }
}
@media (max-width: 56rem) {
.experience-editorial-atlas.exp-responsive-editorial-stack.exp-rhythm-editorial-rail main .section > .container > h2::before {
    display: block;

    line-height: 1.2;
    margin-bottom: calc(0.17 * var(--kopfmarke-zeile));
  }
}
}
@layer welt-komposition {

.experience-editorial-atlas .klasse-buehne {
  background: var(--exp-band-bg);
  --punktraster-deckung: var(--punktraster-band);
  color: var(--exp-on-band);
  border-bottom: var(--exp-linie-stark);
}
.experience-editorial-atlas .klasse-buehne .eyebrow {
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  color: var(--exp-on-band-accent);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.experience-editorial-atlas .klasse-buehne .lead {
  color: var(--exp-on-band-soft);
  max-width: var(--exp-satz);
}

.experience-editorial-atlas .klasse-buehne.hero-with-image {
  --exp-on-band: var(--hero-cover-text);
  --exp-on-band-heading: var(--hero-cover-text);
  --exp-on-band-soft: var(--hero-cover-soft);
  background: var(--hero-cover-background);
  --punktraster-deckung: var(--punktraster-buehne);
  color: var(--hero-cover-text);
}
.experience-editorial-atlas .klasse-buehne.hero-with-image h1,
.experience-editorial-atlas .klasse-buehne.hero-with-image .eyebrow,
.experience-editorial-atlas .klasse-buehne.hero-with-image .btn.secondary {
  color: var(--hero-cover-text);
}
.experience-editorial-atlas .klasse-buehne.hero-with-image .btn.secondary {
  background: transparent;
  border-color: currentColor;
}

.experience-editorial-atlas .section.klasse-kartenraster {
  background: var(--exp-band-bg);

  --flaechenbild-grund: var(--exp-band-bg);
  --flaechenbild-schleier: var(--exp-flaechenbild-schleier-band);
  color: var(--exp-on-band);
  --on-surface-strong: var(--exp-on-band-heading);
  --on-surface-soft: var(--exp-on-band-soft);
  --on-surface-ink: var(--exp-on-band);
  --on-surface-border: color-mix(in srgb, var(--exp-on-band) 22%, transparent);
  --on-surface-icon: var(--exp-on-band-accent);
  --on-surface-mark: color-mix(in srgb, var(--exp-on-band-accent) 14%, transparent);
}

.experience-editorial-atlas .section.klasse-kartenraster :focus-visible {
  outline-color: var(--color-focus, var(--color-accent));
}
.experience-editorial-atlas .klasse-kartenraster :is(.card-grid:not(.grid-strip), .cs-grid) {
  display: block;
  counter-reset: registerzeile;
  border-top: var(--exp-linie-stark);
}

.experience-editorial-atlas .klasse-kartenraster .container > :is(.card-grid, .cs-grid) {
  grid-column: 1 / -1;
}

.experience-editorial-atlas .klasse-kartenraster
  :is(.card-grid:not(.grid-strip) > .card, .cs-grid > .cs-card) {
  display: flow-root;
  position: relative;
  counter-increment: registerzeile;

  --exp-rail-spalte: calc(var(--exp-rail-luft) + 3ch);
  background: transparent;

  --flaechenbild-grund: inherit;
  --flaechenbild-schleier: inherit;
  --flaechenbild-schicht: initial;

  --karten-ink: var(--on-surface-ink, var(--color-text));
  --karten-stark: var(--on-surface-strong, var(--color-heading, var(--color-primary)));
  --karten-soft: var(--on-surface-soft, var(--color-text-soft));
  --karten-icon: var(--on-surface-icon, var(--color-marke, var(--color-accent)));
  --karten-link: var(--on-surface-strong, var(--color-link, var(--color-accent)));
  border: 0;
  border-radius: 0;
  box-shadow: none;
  border-bottom: var(--exp-linie);
  margin: 0;
  padding: clamp(1.4rem, 3.2vw, 2.2rem) 0 clamp(1.4rem, 3.2vw, 2.2rem) var(--exp-rail-spalte);
}

.experience-editorial-atlas .klasse-kartenraster
  :is(.card-grid:not(.grid-strip) > .card, .cs-grid > .cs-card)
  > :is(.karten-bild, figure, img, .cs-figure) {
  margin: 0 0 0.9rem 0;
  background: var(--exp-caption-bg);
  border: var(--exp-linie);
  border-radius: 0;
  box-shadow: none;
  padding: 0.5rem;
}
.experience-editorial-atlas .klasse-kartenraster .karten-bild {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.experience-editorial-atlas .klasse-kartenraster .karten-bild > :is(img, picture, .media-wechsler, [data-media-wechsler]) {
  flex: 1;
  min-height: 0;
}
.experience-editorial-atlas .klasse-kartenraster
  :is(.card-grid:not(.grid-strip) > .card, .cs-grid > .cs-card) :is(img, video) {

  width: 100%;
  height: auto;
  object-fit: contain;
  background: none;
  border: 0;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  max-height: 18rem;
}

.experience-editorial-atlas .klasse-kartenraster .karten-bild-aktion {
  position: static;
  opacity: 1;
  justify-content: flex-start;
  border-top: var(--exp-linie);
  padding-top: 0.5rem;
}
.experience-editorial-atlas .klasse-kartenraster .karten-bild-aktion .btn {
  box-shadow: none;
  backdrop-filter: none;
}

.experience-editorial-atlas .klasse-kartenraster .karten-bild-aktion .btn:where(:focus-visible) { box-shadow: var(--fokus-ringe); }

.experience-editorial-atlas .klasse-kartenraster .device-cta:empty {
  display: none;
}

.experience-editorial-atlas .klasse-kartenraster
  :is(.card-grid:not(.grid-strip) > .card, .cs-grid > .cs-card)::before {
  content: counter(registerzeile, decimal-leading-zero);
  background: none;
  position: absolute;
  left: 0;
  top: clamp(1.4rem, 3.2vw, 2.2rem);
  width: calc(var(--exp-rail-spalte) - var(--exp-rail-luft));
  color: var(--exp-on-band-accent);
  font-size: 0.82rem;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.08em;
  border-top: var(--exp-linie-stark);
  padding-top: 0.35rem;
}

.experience-editorial-atlas .klasse-kartenraster :is(.card h3, .cs-title) {
  margin-top: 0;
  color: var(--exp-on-band-heading);
}
.experience-editorial-atlas .klasse-kartenraster .device-specs {
  border-top: var(--exp-linie);
  padding-top: 0.6rem;
  font-size: 0.92em;
  color: var(--exp-on-band-soft);
}
.experience-editorial-atlas .klasse-kartenraster :is(.device-availability, .device-cat) {
  font-size: 0.88em;
  color: var(--exp-on-band-soft);
}

@media (min-width: 721px) {

  .experience-editorial-atlas .klasse-kartenraster
    :is(.card-grid.grid-columns > .card, .card-grid.grid-index > .card, .cs-grid > .cs-card)
    > :is(.karten-bild, figure, img, .cs-figure) {
    float: right;
    width: 46%;
    margin: 0 0 0.6rem var(--exp-rail-luft);
  }

  .experience-editorial-atlas .klasse-kartenraster
    :is(.card-grid.grid-columns > .card, .card-grid.grid-index > .card, .cs-grid > .cs-card)
    > :is(figure, .cs-figure):not(:first-child) {
    float: none;
    clear: both;
    width: min(100%, 36rem);
    margin: 1rem auto 0;
  }
  .experience-editorial-atlas .klasse-kartenraster
    :is(.card-grid.grid-columns > .card, .card-grid.grid-index > .card, .cs-grid > .cs-card)
    :is(img, video) {
    max-height: 20rem;
  }

  .experience-editorial-atlas .klasse-kartenraster
    .card-grid:not(.grid-strip):not(.grid-columns):not(.grid-index) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: calc(var(--exp-rail-luft) * 1.6);
  }
  .experience-editorial-atlas .klasse-kartenraster
    .card-grid:not(.grid-strip):not(.grid-columns):not(.grid-index) > .card {
    padding-left: calc(var(--exp-rail-spalte) * 0.55);
  }
  .experience-editorial-atlas .klasse-kartenraster
    .card-grid:not(.grid-strip):not(.grid-columns):not(.grid-index) > .card::before {
    width: calc(var(--exp-rail-spalte) * 0.55 - 0.6rem);
  }
  .experience-editorial-atlas .klasse-kartenraster
    .card-grid:not(.grid-strip):not(.grid-columns):not(.grid-index) > .card :is(img, video) {
    max-height: 13rem;
  }

  .experience-editorial-atlas .klasse-kartenraster .card-grid.grid-bento > .card:first-child {
    grid-column: 1 / -1;
    padding-left: var(--exp-rail-spalte);
  }
  .experience-editorial-atlas .klasse-kartenraster
    .card-grid.grid-bento > .card:first-child > :is(.karten-bild, figure, img) {
    float: right;
    width: 46%;
    margin: 0 0 0.6rem var(--exp-rail-luft);
  }
  .experience-editorial-atlas .klasse-kartenraster
    .card-grid.grid-bento > .card:first-child :is(img, video) {
    max-height: 20rem;
  }
  .experience-editorial-atlas .klasse-kartenraster
    .card-grid.grid-bento > .card:first-child::before {
    width: calc(var(--exp-rail-spalte) - var(--exp-rail-luft));
  }
}

.experience-editorial-atlas .klasse-kartenraster .card-grid.grid-index > .card::before {
  font-size: 2.4rem;
  letter-spacing: 0;
  border-top: 0;
  padding-top: 0;
  line-height: 1;
  opacity: 0.85;
}

body.experience-v2.experience-editorial-atlas .section.klasse-kartenraster .card-grid.grid-strip {
  grid-template-columns: none;
}
body.experience-v2.experience-editorial-atlas .section.klasse-kartenraster .card-grid.grid-strip > .card {
  display: block;
  padding: 0.75rem;
}
body.experience-v2.experience-editorial-atlas .section.klasse-kartenraster .card-grid.grid-strip > .card::before {
  content: none;
}
.experience-editorial-atlas .klasse-kartenraster .card-grid.grid-strip .card {
  background: var(--exp-caption-bg);

  --flaechenbild-grund: var(--exp-caption-bg);
  --flaechenbild-schleier: var(--exp-flaechenbild-schleier-caption, 100%);
  --flaechenbild-schicht: initial;
  border: var(--exp-linie);
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 720px) {
  .experience-editorial-atlas .klasse-kartenraster
    :is(.card-grid:not(.grid-strip) > .card, .cs-grid > .cs-card) {
    padding-left: 0;
    padding-top: 2.4rem;
  }
  .experience-editorial-atlas .klasse-kartenraster
    :is(.card-grid:not(.grid-strip) > .card, .cs-grid > .cs-card)::before {
    width: auto;
    top: 0.8rem;
  }
}

.experience-editorial-atlas .klasse-aufruf.cta-band {
  background: var(--exp-band-bg-alt);

  --flaechenbild-grund: var(--exp-band-bg-alt);
  --flaechenbild-schleier: var(--exp-flaechenbild-schleier-band-alt);
  color: var(--exp-on-band);
  border-top: var(--exp-linie-stark);
  border-bottom: var(--exp-linie-stark);

  --on-surface-strong: var(--exp-on-band-heading);
  --on-surface-soft: var(--exp-on-band-soft);
  --on-surface-ink: var(--exp-on-band);
  --on-surface-border: color-mix(in srgb, var(--exp-on-band) 22%, transparent);
  --on-surface-icon: var(--exp-on-band-accent);
  --on-surface-mark: color-mix(in srgb, var(--exp-on-band-accent) 14%, transparent);
}
.experience-editorial-atlas .klasse-aufruf.cta-band :focus-visible {
  outline-color: var(--color-focus, var(--color-accent));
}
.experience-editorial-atlas .klasse-aufruf.cta-band :is(h2, h3) {
  color: var(--exp-on-band-heading);
}
.experience-editorial-atlas .klasse-aufruf.cta-band p {
  color: var(--exp-on-band-soft);
  max-width: var(--exp-satz);
}

.experience-editorial-atlas .section.klasse-prosa {
  background: var(--exp-band-bg);

  --flaechenbild-grund: var(--exp-band-bg);
  --flaechenbild-schleier: var(--exp-flaechenbild-schleier-band);
  color: var(--exp-on-band);
  --on-surface-strong: var(--exp-on-band-heading);
  --on-surface-soft: var(--exp-on-band-soft);
  --on-surface-ink: var(--exp-on-band);
  --on-surface-border: color-mix(in srgb, var(--exp-on-band) 22%, transparent);
  --on-surface-icon: var(--exp-on-band-accent);
  --on-surface-mark: color-mix(in srgb, var(--exp-on-band-accent) 14%, transparent);
}
.experience-editorial-atlas .section.klasse-prosa :focus-visible {
  outline-color: var(--color-focus, var(--color-accent));
}
.experience-editorial-atlas .klasse-prosa p {
  max-width: var(--exp-satz);
}

.experience-editorial-atlas .klasse-prosa .note {
  background: var(--exp-caption-bg);
  color: var(--exp-on-caption);
  border: 0;
  border-left: var(--exp-linie-stark);
  border-radius: 0;
  box-shadow: none;
}

.experience-editorial-atlas .section.klasse-register {
  background: var(--exp-band-bg);

  --flaechenbild-grund: var(--exp-band-bg);
  --flaechenbild-schleier: var(--exp-flaechenbild-schleier-band);
  color: var(--exp-on-band);
  --on-surface-strong: var(--exp-on-band-heading);
  --on-surface-soft: var(--exp-on-band-soft);
  --on-surface-ink: var(--exp-on-band);
  --on-surface-border: color-mix(in srgb, var(--exp-on-band) 22%, transparent);
  --on-surface-icon: var(--exp-on-band-accent);
  --on-surface-mark: color-mix(in srgb, var(--exp-on-band-accent) 14%, transparent);
}
.experience-editorial-atlas .section.klasse-register :focus-visible {
  outline-color: var(--color-focus, var(--color-accent));
}
.experience-editorial-atlas .klasse-register :is(.faq-item, .hours-row) {
  border-bottom: var(--exp-linie);
  border-radius: 0;
  box-shadow: none;
}
.experience-editorial-atlas .klasse-register .faq-item {
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.experience-editorial-atlas .klasse-register .faq-item summary {
  color: var(--exp-on-band-heading);
}
.experience-editorial-atlas .klasse-register :is(.process-steps h3, .link-panels h3) {
  color: var(--exp-on-band-heading);
}

.experience-editorial-atlas .section.klasse-formulare {
  background: var(--exp-band-bg);

  --flaechenbild-grund: var(--exp-band-bg);
  --flaechenbild-schleier: var(--exp-flaechenbild-schleier-band);
  color: var(--exp-on-band);
  border-top: var(--exp-linie-stark);
  --on-surface-strong: var(--exp-on-band-heading);
  --on-surface-soft: var(--exp-on-band-soft);
  --on-surface-ink: var(--exp-on-band);
  --on-surface-border: color-mix(in srgb, var(--exp-on-band) 22%, transparent);
  --on-surface-icon: var(--exp-on-band-accent);
  --on-surface-mark: color-mix(in srgb, var(--exp-on-band-accent) 14%, transparent);
}
.experience-editorial-atlas .section.klasse-formulare :focus-visible {
  outline-color: var(--color-focus, var(--color-accent));
}

.experience-editorial-atlas .section.klasse-fuehrung {
  background: var(--exp-band-bg);

  --flaechenbild-grund: var(--exp-band-bg);
  --flaechenbild-schleier: var(--exp-flaechenbild-schleier-band);
  color: var(--exp-on-band);
  --on-surface-strong: var(--exp-on-band-heading);
  --on-surface-soft: var(--exp-on-band-soft);
  --on-surface-ink: var(--exp-on-band);
  --on-surface-border: color-mix(in srgb, var(--exp-on-band) 22%, transparent);
  --on-surface-icon: var(--exp-on-band-accent);
  --on-surface-mark: color-mix(in srgb, var(--exp-on-band-accent) 14%, transparent);
}
.experience-editorial-atlas .section.klasse-fuehrung :focus-visible {
  outline-color: var(--color-focus, var(--color-accent));
}

.experience-editorial-atlas :is(.klasse-medienEinzel, .klasse-medienBand) :is(.media-figure, .media-text-figure, .vergleich-bild, .video-frame) {
  background: var(--exp-caption-bg);
  border: var(--exp-linie);
  padding: 0.45rem;
  border-radius: 0;
  box-shadow: none;
}
.experience-editorial-atlas .klasse-medienEinzel figcaption {
  color: var(--exp-on-caption);
  border-top: var(--exp-linie);
  padding-top: 0.4rem;
  letter-spacing: 0.04em;
}

.experience-editorial-atlas .section.klasse-medienBand {
  border-top: var(--exp-linie-stark);
}

.experience-editorial-atlas.experience-editorial-atlas.exp-rhythm-chaptered main > .section {
  --status-danger: var(--status-danger-hell, #b3261e);
}

@media (min-width: 60rem) {

  body.experience-v2.exp-rhythm-split-chapters
    .section:not(.klasse-kartenraster):not(.klasse-formulare):not(.typ-hero):not(.typ-legal):not(.faq-profile-split):not(aside .section):has(> .container > h2) > .container {
    display: grid;
    grid-template-columns: minmax(14rem, 1fr) minmax(0, 2.2fr);
    grid-auto-flow: row dense;
    column-gap: clamp(1.8rem, 4vw, 4rem);
    align-items: start;
  }
  body.experience-v2.exp-rhythm-split-chapters
    .section:not(.klasse-kartenraster):not(.klasse-formulare):not(.typ-hero):not(.typ-legal):not(.faq-profile-split):not(aside .section):has(> .container > h2) > .container > * {
    grid-column: 2;
    min-width: 0;
  }
  body.experience-v2.exp-rhythm-split-chapters
    .section:not(.klasse-kartenraster):not(.klasse-formulare):not(.typ-hero):not(.typ-legal):not(.faq-profile-split):not(aside .section):has(> .container > h2) > .container
    > :is(h2, .eyebrow, .section-intro) {
    grid-column: 1;
  }

  body.experience-v2.exp-rhythm-split-chapters
    .section:not(.klasse-kartenraster):not(.klasse-formulare):not(.typ-hero):not(.typ-legal):not(.faq-profile-split):not(aside .section):has(> .container > h2) > .container > h2 {
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

@media (prefers-reduced-motion: no-preference) and (min-width: 60rem) {
  @keyframes exp-bewegung-kopfspalte {
    from { opacity: 0; transform: translateX(calc(var(--exp-motion-distance, 0) * -1)); }
    to { opacity: 1; transform: none; }
  }
  @keyframes exp-bewegung-kapitelinhalt {
    from { opacity: 0; transform: translateY(var(--exp-motion-distance, 0)); }
    to { opacity: 1; transform: none; }
  }

  body.anim.experience-v2.exp-rhythm-split-chapters
    .section:not(.typ-hero):not(.typ-legal):has(> .container > h2) > .container
    > :is(h2, .eyebrow, .section-intro):is(.in, :not(.reveal)) {
    animation: exp-bewegung-kopfspalte var(--exp-motion-duration, 0.6s) var(--exp-motion-easing, ease) both;
    animation-timeline: auto;
  }

  body.anim.experience-v2.exp-rhythm-split-chapters
    .section:not(.typ-hero):not(.typ-legal):has(> .container > h2) > .container
    > :not(h2):not(.eyebrow):not(.section-intro):is(.in, :not(.reveal)) {
    animation: exp-bewegung-kapitelinhalt var(--exp-motion-duration, 0.6s) var(--exp-motion-easing, ease) both;
    animation-timeline: auto;
    animation-delay: var(--exp-motion-stagger, 0ms);
  }
}

@media (prefers-reduced-motion: no-preference) {
  @keyframes exp-bewegung-linie { from { transform: scaleX(0); } to { transform: scaleX(1); } }
  @keyframes exp-bewegung-zeile { from { opacity: 0; } to { opacity: 1; } }

  body.anim.experience-v2.exp-component-editorial-rows .section .card-grid > .card {
    position: relative;
  }

  body.anim.experience-v2.exp-component-editorial-rows .section .card-grid > .card:is(.in, :not(.reveal))::after {
    content: "";
    position: absolute;
    inset: -1px 0 auto 0;
    height: 1px;
    background: currentColor;
    opacity: 0.38;
    transform-origin: left center;
    animation: exp-bewegung-linie var(--exp-motion-duration, 0.6s) var(--exp-motion-easing, ease) both;
    animation-timeline: auto;
    pointer-events: none;
  }

  body.anim.experience-v2.exp-component-editorial-rows .section .card-grid > .card:is(.in, :not(.reveal)) > * {
    animation: exp-bewegung-zeile var(--exp-motion-duration, 0.6s) var(--exp-motion-easing, ease) both;
    animation-timeline: auto;
    animation-delay: var(--exp-motion-stagger, 0ms);
  }

  body.anim.experience-v2.exp-component-editorial-rows .section .card-grid > .card:nth-child(3n + 2)::after {
    animation-delay: calc(var(--exp-motion-stagger, 0ms) * 1);
  }
  body.anim.experience-v2.exp-component-editorial-rows .section .card-grid > .card:nth-child(3n + 3)::after {
    animation-delay: calc(var(--exp-motion-stagger, 0ms) * 2);
  }
  body.anim.experience-v2.exp-component-editorial-rows .section .card-grid > .card:nth-child(3n + 2) > * {
    animation-delay: calc(var(--exp-motion-stagger, 0ms) * 2);
  }
  body.anim.experience-v2.exp-component-editorial-rows .section .card-grid > .card:nth-child(3n + 3) > * {
    animation-delay: calc(var(--exp-motion-stagger, 0ms) * 3);
  }
}

}
@layer welt-korridor {
body.experience-v2.experience-editorial-atlas .section.head-form-monument.head-form-monument > .container:not(.legal) > h2 { font-size: min(max(clamp(1.9rem, 1.25rem + 2.3vw, 2.9rem), clamp( min(calc(1.45rem * var(--exp-heading-scale)), 2.6rem), calc(2.6vw * var(--exp-heading-scale)), min(calc(2.0rem * var(--exp-heading-scale)), 2.6rem) )), 2.6rem); }
body.experience-v2.experience-editorial-atlas .section.head-form-versal.head-form-versal > .container:not(.legal) > h2 { font-size: min(max(1.04rem, clamp( min(calc(1.45rem * var(--exp-heading-scale)), 2.6rem), calc(2.6vw * var(--exp-heading-scale)), min(calc(2.0rem * var(--exp-heading-scale)), 2.6rem) )), 2.6rem); }
body.experience-v2.experience-editorial-atlas.headings-caps .section:not(.head-form-monument):not(.head-form-versal) > .container:not(.legal) > h2 { font-size: min(max(calc(1.45rem * var(--heading-scale, 1)), clamp( min(calc(1.45rem * var(--exp-heading-scale)), 2.6rem), calc(2.6vw * var(--exp-heading-scale)), min(calc(2.0rem * var(--exp-heading-scale)), 2.6rem) )), 2.6rem); }
body.experience-v2.experience-editorial-atlas.skeleton-editorial-magazine main.mag-main .section:not(.head-form-monument):not(.head-form-versal) > .container > h2 { font-size: min(max(clamp( calc(1.9rem * var(--heading-scale, 1)), calc(4.2vw * var(--heading-scale, 1)), calc(3.4rem * var(--heading-scale, 1)) ), clamp( min(calc(1.45rem * var(--exp-heading-scale)), 2.6rem), calc(2.6vw * var(--exp-heading-scale)), min(calc(2.0rem * var(--exp-heading-scale)), 2.6rem) )), 2.6rem); }
}
@layer feinschliff {
body .cards-shadow .card, body .cards-shadow .faq-item, body .cards-shadow .process-steps li, body .cards-shadow .link-panels a {
  box-shadow: var(--shadow-1);
  border: 1px solid var(--color-border, var(--primary-mist));
}
body .cards-shadow .link-panels a:where(:focus-visible) { box-shadow: var(--fokus-ringe), var(--shadow-1); }
body .card-accent-left .card { border-left: 3px solid var(--color-accent); }

}
