@font-face {
  font-family: "Raleway";
  src: url("../fonts/raleway-latin.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --h2-font-size: clamp(32px, 4vw, 48px);
  --h2-font-weight: 500;

  --h2-font-size: clamp(32px, 4vw, 48px);
  --h2-font-weight: 500;

  --color-primary: #0161bf;
  --color-secondary: #009fe3;
  --color-accent: #8dc7ff;
  --color-dark: #092859;
  --color-text: #666;
  --color-white: #fff;
  --color-surface: #f4f4f4;
  --color-soft: #e8f3ff;
  --color-soft-2: #edf4fb;
  --color-border: rgba(1, 97, 191, 0.18);
  --shadow-soft: 0 20px 45px rgba(7, 57, 117, 0.12);
  --shadow-card: 0 10px 30px rgba(0, 0, 0, 0.14);
  --radius: 10px;
  --radius-lg: 18px;
  --container: min(1200px, calc(100% - 64px));
  --hero-height: 100vh;
  --subpage-hero-height: 50vh;
  --subpage-hero-min-height: 50vh;
  --subpage-hero-content-padding-top: 0;
  --subpage-hero-h1-size: clamp(44px, 4.8vw, 56px);
  --home-hero-h1-size: clamp(44px, 6.4vw, 88px);
  --hero-eyebrow-color: #8dc7ff;
  --hero-eyebrow-text-shadow:
    0 1px 3px rgba(0, 0, 0, 0.78),
    0 0 14px rgba(0, 0, 0, 0.42);
  --hero-stats-card-bg: rgba(9, 40, 89, 0.88);
  --hero-stats-card-border: rgba(141, 199, 255, 0.28);
  --hero-stats-card-shadow: 0 12px 32px rgba(7, 57, 117, 0.28);
  --content-image-focus-mobile: center top;
  --content-image-aspect-mobile: 4 / 3;
  --content-image-portrait-aspect-mobile: 4 / 5;
  --hero-fade-color: var(--color-soft);
  --hero-fade-band-height: 45%;
  --hero-overlay-gradient: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.42) 50%,
    rgba(0, 0, 0, 0.26) 66%,
    rgba(232, 243, 255, 0.48) 80%,
    rgba(232, 243, 255, 0.85) 91%,
    var(--hero-fade-color) 100%
  );
  --hero-fade-gradient: linear-gradient(
    180deg,
    rgba(232, 243, 255, 0) 0%,
    rgba(232, 243, 255, 0.32) 54%,
    rgba(232, 243, 255, 0.58) 76%,
    var(--hero-fade-color) 100%
  );
  --company-section-gradient: linear-gradient(180deg, var(--color-soft) 0%, #ffffff 100%);
  --company-section-hero-image: url("../images/Bildmaterial_final/shared/unternehmen-hero.webp");
  --anlagen-hero-image: url("../images/Bildmaterial_final/shared/anlagen-hero.webp");
  --services-hero-image: url("../images/Bildmaterial_final/shared/leistungen-hero.webp");
  --transition: 220ms ease;
  --scrollbar-size: 10px;
  --scrollbar-track: rgba(232, 243, 255, 0.55);
  --scrollbar-thumb: linear-gradient(180deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  --scrollbar-thumb-hover: linear-gradient(180deg, #0174d4 0%, #00b4f5 100%);
  --scrollbar-thumb-border: rgba(255, 255, 255, 0.85);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--site-header-height, 92px) + 16px);
  overflow-x: clip;
  max-width: 100%;
  scrollbar-width: thin;
  scrollbar-color: var(--color-primary) var(--scrollbar-track);
}

html.lenis,
html.lenis body {
  height: auto;
}

html.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

html.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

html.lenis.lenis-stopped body {
  overflow: hidden;
}

html.lenis.lenis-smooth iframe {
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  min-width: 0;
  max-width: 100%;
  overflow-x: clip;
  font-family: "Raleway", Arial, sans-serif;
  color: var(--color-text);
  background: var(--color-white);
  line-height: 1.65;
}

/* Scrollbars – Igienair Blau-Verlauf, abgerundet */
* {
  scrollbar-width: thin;
  scrollbar-color: var(--color-primary) var(--scrollbar-track);
}

*::-webkit-scrollbar {
  width: var(--scrollbar-size);
  height: var(--scrollbar-size);
}

*::-webkit-scrollbar-track {
  background: var(--scrollbar-track);
  border-radius: 999px;
}

*::-webkit-scrollbar-thumb {
  border: 2px solid var(--scrollbar-thumb-border);
  border-radius: 999px;
  background: var(--scrollbar-thumb);
  background-clip: padding-box;
  box-shadow: 0 1px 4px rgba(1, 97, 191, 0.18);
  transition: background 180ms ease, box-shadow 180ms ease;
}

*::-webkit-scrollbar-thumb:hover {
  background: var(--scrollbar-thumb-hover);
  box-shadow: 0 2px 8px rgba(0, 159, 227, 0.28);
}

*::-webkit-scrollbar-corner {
  background: transparent;
}

main {
  max-width: 100%;
  overflow-x: visible;
}

main :is([class*="__grid"], [class*="__columns"], [class*="__row"], [class*="__layout"]) > * {
  min-width: 0;
}

.site-footer {
  max-width: 100%;
  overflow-x: clip;
}

/* Kein overflow-clip auf dem Header: Safari schneidet sonst die
   Dropdown-Menüs am Header-Rand ab (html/body clippen bereits horizontal). */
.site-header {
  max-width: 100%;
}

body.menu-open {
  overflow: hidden;
}

img,
video,
iframe {
  display: block;
  max-width: 100%;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  border: 0;
  background: transparent;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4 {
  margin: 0;
}

h3 {
  font-weight: 600;
}

h2 {
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.anchor {
  position: absolute;
  inset: -100px auto auto 0;
}

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

.eyebrow {
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--color-secondary);
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.76);
}

.gradient-line {
  width: 132px;
  height: 5px;
  margin: 24px 0 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(1, 97, 191, 0.22), rgba(0, 159, 227, 0.72));
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  transition: transform var(--transition), opacity var(--transition), background-color var(--transition), color var(--transition), border-color var(--transition), box-shadow var(--transition);
  cursor: pointer;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button--solid {
  color: var(--color-white);
  background: linear-gradient(56deg, var(--color-primary) 0%, var(--color-secondary) 75%);
  box-shadow: 0 12px 28px rgba(0, 126, 201, 0.25);
}

.button--outline {
  color: var(--color-secondary);
  border: 2px solid var(--color-secondary);
  background: transparent;
}

.button--ghost {
  color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.9);
}

.button--outline-light {
  color: var(--color-white);
  border: 1px solid rgba(255, 255, 255, 0.94);
  background: transparent;
}

.button--soft {
  color: #515151;
  background: #ededed;
}

.button--header {
  min-height: 40px;
  padding: 8px 18px;
  color: var(--color-white);
  background: linear-gradient(56deg, var(--color-primary) 0%, var(--color-secondary) 75%);
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
  box-shadow: 0 12px 28px rgba(0, 126, 201, 0.25);
}

.site-header {
  --site-header-height: 92px;
  /* Gleiche vertikale Kante wie normale Dropdowns (Nav-Trigger + 12px Abstand) */
  --nav-dropdown-top: calc(var(--site-header-height) / 2 + 1.125rem + 12px);
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  width: 100%;
  transition: background-color var(--transition), box-shadow var(--transition), backdrop-filter var(--transition);
}

.site-header .site-header__inner {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: clamp(12px, 2vw, 24px);
  width: 100%;
  max-width: none;
  margin: 0;
  padding-inline: clamp(16px, 2.5vw, 48px);
  min-height: 92px;
}

.brand {
  position: relative;
  display: block;
  flex-shrink: 0;
  width: clamp(134px, 11vw, 176px);
  height: clamp(36px, 4.8vw, 52px);
}

.brand__logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.brand__logo--light {
  display: block;
}

.brand__logo--dark {
  display: none;
}

.desktop-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: clamp(4px, 0.8vw, 12px);
}

.nav-item {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
}

.nav-trigger,
.nav-link,
.mobile-link,
.legal-links button,
.footer-column button,
.mobile-menu__group-title {
  cursor: pointer;
}

.nav-trigger {
  display: block;
  width: 100%;
  padding: 8px clamp(6px, 1vw, 14px);
  color: var(--color-white);
  font-size: clamp(13px, 1.1vw, 15px);
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  transition: opacity var(--transition), color var(--transition);
}

.nav-trigger::after {
  content: "⌄";
  margin-left: 6px;
  font-size: 12px;
}

.nav-trigger::after {
  content: "\25BE";
}

/* Pfeil nur zeigen, wenn das Nav-Item ein Untermenü besitzt */
.nav-item:not(:has(.nav-dropdown)) .nav-trigger::after {
  content: none;
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  display: grid;
  min-width: 250px;
  padding: 14px;
  gap: 6px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-card);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
  transition: opacity var(--transition), transform var(--transition);
}

.nav-dropdown::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -10px;
  right: -10px;
  height: 20px;
}

.nav-dropdown--wide {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-width: 560px;
}

.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

/* Leistungen Mega-Menü (2-stufig, 3-Spalten-Raster + Promo-Leiste) */
.nav-dropdown--mega {
  position: fixed;
  top: var(--nav-dropdown-top);
  left: 50%;
  right: auto;
  z-index: 35;
  visibility: hidden;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: minmax(0, 1fr);
  width: min(960px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  min-width: 0;
  gap: 28px 40px;
  padding: 32px 36px 28px;
  border: 1px solid rgba(1, 97, 191, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 32px 70px rgba(6, 37, 77, 0.2);
  transform: translate(-50%, 12px);
  background-image:
    linear-gradient(to bottom, rgba(1, 97, 191, 0.08), rgba(1, 97, 191, 0.08)),
    linear-gradient(to bottom, rgba(1, 97, 191, 0.08), rgba(1, 97, 191, 0.08));
  background-size: 1px calc(100% - 64px), 1px calc(100% - 64px);
  background-position: calc(33.333% + 4px) 32px, calc(66.666% - 4px) 32px;
  background-repeat: no-repeat;
  transition:
    opacity 0.18s ease,
    transform 0.18s ease,
    visibility 0s linear 0.22s;
}

/* Unsichtbare Brücke zwischen Trigger und Panel (nur oberhalb des Panels, nicht über dem Link) */
.nav-dropdown--mega::before {
  content: "";
  position: absolute;
  top: -28px;
  left: -40px;
  right: -40px;
  height: 28px;
}

/* Fixierte Hover-Zone im Spalt – hält :hover, ohne Klicks auf den Trigger zu blockieren */
.nav-item--mega::after,
.nav-item--mega-kunden::after {
  content: "";
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  width: min(960px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  top: calc(var(--site-header-height, 92px) / 2 + 0.25rem);
  height: calc(var(--nav-dropdown-top, 76px) - var(--site-header-height, 92px) / 2 + 8px);
  min-height: 24px;
  pointer-events: none;
  z-index: 34;
}

.nav-item--mega:hover::after,
.nav-item--mega:focus-within::after,
.nav-item--mega-kunden:hover::after,
.nav-item--mega-kunden:focus-within::after {
  pointer-events: auto;
}

.nav-item--mega .nav-trigger,
.nav-item--mega-kunden .nav-trigger {
  position: relative;
  z-index: 36;
}

.nav-item--mega:hover .nav-dropdown--mega,
.nav-item--mega:focus-within .nav-dropdown--mega,
.nav-item--mega-kunden:hover .nav-dropdown--mega-kunden,
.nav-item--mega-kunden:focus-within .nav-dropdown--mega-kunden {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  transition-delay: 0s;
}

body:not(.is-scrolled) .nav-item--mega-kunden:has(.nav-dropdown--mega-kunden .nav-link[aria-current="page"]) .nav-trigger,
body:not(.is-scrolled) .nav-item--mega-kunden:has(.nav-dropdown--mega-kunden .nav-mega__all[aria-current="page"]) .nav-trigger {
  color: #d4efff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.18);
}

body.is-scrolled .nav-item--mega-kunden:has(.nav-dropdown--mega-kunden .nav-link[aria-current="page"]) .nav-trigger,
body.is-scrolled .nav-item--mega-kunden:has(.nav-dropdown--mega-kunden .nav-mega__all[aria-current="page"]) .nav-trigger {
  color: var(--color-primary);
}

.mobile-menu__group--mega-kunden:has(.mobile-link[aria-current="page"]) .mobile-menu__group-title {
  color: var(--color-primary);
}

.nav-cluster {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.nav-cluster__title {
  position: relative;
  margin: 0 0 14px;
  padding: 0 0 10px 12px;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: var(--color-primary);
}

.nav-cluster__title::after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: 0;
  width: 32px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
}

.nav-dropdown--mega .nav-link {
  position: relative;
  padding: 8px 12px 8px 16px;
  font-size: 13.5px;
  line-height: 1.35;
  color: var(--color-text);
  border-radius: 8px;
  transition: background-color var(--transition), color var(--transition), padding var(--transition);
}

.nav-dropdown--mega .nav-link::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 3px;
  height: 0;
  border-radius: 2px;
  background: linear-gradient(180deg, var(--color-primary), var(--color-secondary));
  transform: translateY(-50%);
  transition: height var(--transition), opacity var(--transition);
  opacity: 0;
}

.nav-dropdown--mega .nav-link span {
  display: inline-block;
  transition: transform var(--transition);
}

.nav-dropdown--mega .nav-link:hover,
.nav-dropdown--mega .nav-link:focus-visible {
  background: var(--color-soft);
  color: var(--color-primary);
}

.nav-dropdown--mega .nav-link:hover::before,
.nav-dropdown--mega .nav-link:focus-visible::before {
  height: 18px;
  opacity: 1;
}

.nav-dropdown--mega .nav-link:hover span,
.nav-dropdown--mega .nav-link:focus-visible span {
  transform: translateX(3px);
}

.nav-dropdown--mega .nav-link[aria-current="page"] {
  background: linear-gradient(90deg, rgba(232, 243, 255, 0.98) 0%, rgba(255, 255, 255, 0.55) 100%);
  color: var(--color-primary);
  font-weight: 700;
  box-shadow: inset 0 0 0 1px rgba(1, 97, 191, 0.14);
}

.nav-dropdown--mega .nav-link[aria-current="page"]::before {
  height: 18px;
  opacity: 1;
}

.nav-dropdown--mega .nav-link[aria-current="page"] span {
  transform: translateX(3px);
}

.nav-dropdown--mega .nav-mega__all[aria-current="page"] {
  color: var(--color-primary);
  font-weight: 700;
}

.nav-item--mega:has(.nav-dropdown--mega .nav-link[aria-current="page"]) .nav-trigger,
.nav-item--mega:has(.nav-dropdown--mega .nav-mega__all[aria-current="page"]) .nav-trigger {
  opacity: 1;
}

body:not(.is-scrolled) .nav-item--mega:has(.nav-dropdown--mega .nav-link[aria-current="page"]) .nav-trigger,
body:not(.is-scrolled) .nav-item--mega:has(.nav-dropdown--mega .nav-mega__all[aria-current="page"]) .nav-trigger {
  color: #d4efff;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.18);
}

body.is-scrolled .nav-item--mega:has(.nav-dropdown--mega .nav-link[aria-current="page"]) .nav-trigger,
body.is-scrolled .nav-item--mega:has(.nav-dropdown--mega .nav-mega__all[aria-current="page"]) .nav-trigger {
  color: var(--color-primary);
}

/* Promo-Leiste unter den Cluster-Spalten */
.nav-mega__promo {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  margin-top: 0;
  padding: 8px 12px 8px 10px;
  border-radius: 8px;
  border: 1px solid rgba(1, 97, 191, 0.1);
  background: rgba(232, 243, 255, 0.45);
  position: relative;
  overflow: hidden;
}

.nav-mega__promo::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 2px;
  background: linear-gradient(180deg, var(--color-primary), var(--color-secondary));
  border-radius: 8px 0 0 8px;
}

.nav-mega__promo-body {
  flex: 1 1 auto;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 4px 10px;
  min-width: 0;
  padding-left: 4px;
}

.nav-mega__promo-actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.nav-mega__promo-title {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-dark);
  white-space: nowrap;
}

.nav-mega__promo-text {
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
  color: var(--color-text);
}

.nav-mega__promo-text::before {
  content: "\00b7";
  margin-right: 10px;
  color: rgba(1, 97, 191, 0.35);
  font-weight: 700;
}

.nav-mega__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  color: var(--color-white);
  background: linear-gradient(56deg, var(--color-primary) 0%, var(--color-secondary) 75%);
  box-shadow: none;
  transition: transform var(--transition), opacity var(--transition);
}

.nav-mega__cta:hover,
.nav-mega__cta:focus-visible {
  transform: translateY(-1px);
  opacity: 0.94;
}

.nav-mega__all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  color: var(--color-primary);
  border: 1px solid rgba(1, 97, 191, 0.22);
  background: transparent;
  transition: background-color var(--transition), border-color var(--transition);
}

.nav-mega__all:hover,
.nav-mega__all:focus-visible {
  text-decoration: none;
  background: rgba(255, 255, 255, 0.85);
  border-color: rgba(1, 97, 191, 0.35);
}

/* Mobile-Spiegelung der Cluster */
.mobile-menu__subtitle {
  position: relative;
  margin: 16px 0 4px;
  padding: 0 16px 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: var(--color-dark);
}

.mobile-menu__subtitle::after {
  content: "";
  position: absolute;
  left: 16px;
  bottom: 0;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
}

.mobile-link--cta {
  margin-top: 12px;
  border-top: none;
  border-radius: 8px;
  text-align: center;
  font-weight: 700;
  color: var(--color-white);
  background: linear-gradient(56deg, var(--color-primary) 0%, var(--color-secondary) 75%);
}

.mobile-link--cta:hover,
.mobile-link--cta:focus-visible {
  color: var(--color-white);
  opacity: 0.94;
}

/* Mega-Menü auf schmaleren Desktops kompakter halten (kein Rand-Überlauf) */
@media (max-width: 1200px) {
  .nav-dropdown--mega {
    width: min(740px, calc(100vw - 32px));
    gap: 22px 26px;
    padding: 26px 24px 22px;
    background-size: 1px calc(100% - 52px), 1px calc(100% - 52px);
    background-position: calc(33.333% + 2px) 26px, calc(66.666% - 2px) 26px;
  }

  .nav-cluster__title {
    margin: 0 0 10px;
    padding: 0 0 8px 10px;
    font-size: 11px;
  }

  .nav-cluster__title::after {
    left: 10px;
    width: 28px;
  }

  .nav-dropdown--mega .nav-link {
    padding: 6px 10px 6px 14px;
    font-size: 12.5px;
  }

  .nav-mega__promo {
    flex-wrap: wrap;
    gap: 8px 12px;
    padding: 8px 10px 8px 10px;
  }

  .nav-mega__promo-body {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }

  .nav-mega__promo-text::before {
    display: none;
  }
}

.nav-link {
  display: block;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--color-dark);
  text-align: left;
  transition: background-color var(--transition), color var(--transition);
}

.nav-link:hover,
.nav-link:focus-visible {
  background: var(--color-soft);
  color: var(--color-primary);
}

.nav-link[aria-current="page"] {
  background: var(--color-soft);
  color: var(--color-primary);
}

.mobile-menu-toggle {
  display: none;
  place-items: center;
  /* Zeilen mittig packen statt auf 44px strecken – sonst stehen die Balken
     15px auseinander und die X-Transformation (6px-Versatz) zerfaellt. */
  align-content: center;
  gap: 4px;
  width: 44px;
  height: 44px;
}

.mobile-menu-toggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--color-secondary);
  transition: transform var(--transition), opacity var(--transition);
}

body.menu-open .mobile-menu-toggle__bar:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

body.menu-open .mobile-menu-toggle__bar:nth-child(2) {
  opacity: 0;
}

body.menu-open .mobile-menu-toggle__bar:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.header-badge-link {
  display: inline-flex;
  flex-shrink: 0;
  line-height: 0;
  border-radius: 4px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.header-badge-link:hover,
.header-badge-link:focus-visible {
  transform: scale(1.05);
  opacity: 0.92;
}

.header-badge {
  width: clamp(42px, 4vw, 64px);
}

body.is-scrolled .site-header {
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 6px 26px rgba(6, 37, 77, 0.1);
}

/* Blur liegt auf einem ::before-Overlay statt auf dem Header selbst:
   backdrop-filter direkt am Header lässt Safari die Dropdowns an den
   Header-Grenzen abschneiden (WebKit-Clipping-Bug). */
.site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: opacity var(--transition);
  pointer-events: none;
}

body.is-scrolled .site-header::before {
  opacity: 1;
}

body.is-scrolled .brand__logo--light {
  display: none;
}

body.is-scrolled .brand__logo--dark {
  display: block;
}

body.is-scrolled .nav-trigger {
  color: #101010;
}

body.is-scrolled .button--header {
  box-shadow: 0 12px 28px rgba(0, 126, 201, 0.25);
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  margin-inline: 0;
  min-height: var(--hero-height);
  height: var(--hero-height);
  color: var(--color-white);
  background: #0e1117;
  overflow: hidden;
}

.hero__video,
.hero__overlay,
.hero__fade {
  position: absolute;
  inset: 0;
}

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

.hero__overlay {
  background:
    radial-gradient(
      ellipse 115% 90% at 50% 38%,
      rgba(0, 0, 0, 0.06) 0%,
      rgba(0, 0, 0, 0.38) 58%,
      rgba(0, 0, 0, 0.52) 100%
    ),
    linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.52) 0%,
      rgba(0, 0, 0, 0.14) 32%,
      rgba(0, 0, 0, 0.08) 52%,
      rgba(0, 0, 0, 0.18) 72%,
      transparent 100%
    );
}

.hero__fade {
  top: auto;
  height: 55%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    rgba(232, 243, 255, 0.08) 18%,
    rgba(232, 243, 255, 0.28) 36%,
    rgba(232, 243, 255, 0.52) 52%,
    rgba(232, 243, 255, 0.74) 68%,
    rgba(232, 243, 255, 0.9) 82%,
    var(--hero-fade-color) 94%,
    var(--hero-fade-color) 100%
  );
  pointer-events: none;
}

.hero__content,
.hero__bottom {
  position: relative;
  z-index: 2;
}

.hero__content {
  display: grid;
  flex: 1 1 auto;
  justify-items: center;
  align-content: center;
  min-height: 0;
  padding-top: 110px;
  text-align: center;
}

.eyebrow--hero,
.company-hero__content .eyebrow,
.vdi-hero__content .eyebrow,
.job-detail-hero__content .eyebrow {
  color: var(--hero-eyebrow-color);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-shadow: var(--hero-eyebrow-text-shadow);
}

.eyebrow--hero {
  margin-bottom: 16px;
}

.hero h1 {
  max-width: 980px;
  font-size: var(--home-hero-h1-size);
  font-weight: 600;
  line-height: 0.94;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.hero-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px 10px;
  margin-top: 18px;
  color: #8dc7ff;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.01em;
  text-shadow:
    0 1px 3px rgba(0, 0, 0, 0.78),
    0 0 14px rgba(0, 0, 0, 0.42);
}

.hero-breadcrumb__link {
  color: #8dc7ff;
  font-weight: 600;
  text-decoration: none;
  text-shadow: inherit;
}

.hero-breadcrumb__link:hover,
.hero-breadcrumb__link:focus-visible {
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hero-breadcrumb__current {
  color: #ffffff;
  font-weight: 600;
  text-shadow: inherit;
}

.hero-breadcrumb__sep {
  color: #8dc7ff;
  font-weight: 600;
  opacity: 0.95;
  text-shadow: inherit;
}

.hero__bottom {
  display: grid;
  flex-shrink: 0;
  grid-template-columns: 1fr auto 1fr;
  align-items: end;
  gap: 18px;
  padding-bottom: 44px;
}

.hero-stats {
  display: flex;
  gap: 38px;
  align-items: end;
}

.hero-stat {
  max-width: 128px;
  text-align: center;
}

a.hero-stat {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform var(--transition), opacity var(--transition);
}

a.hero-stat:hover,
a.hero-stat:focus-visible {
  transform: translateY(-2px);
}

a.hero-stat:hover strong,
a.hero-stat:focus-visible strong {
  color: var(--color-white);
}

#regional-schnell {
  scroll-margin-top: calc(var(--site-header-height, 92px) + 16px);
}

.hero-stat strong {
  display: block;
  margin-bottom: 10px;
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 0.95;
  color: var(--color-secondary);
}

.hero-stat span {
  display: block;
  color: rgba(87, 87, 87, 0.9);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
}

.hero-scroll {
  display: inline-grid;
  place-items: center;
  width: 174px;
  height: 174px;
  border: 3px solid rgba(0, 159, 227, 0.92);
  border-radius: 50%;
  color: var(--color-secondary);
  font-size: 64px;
  line-height: 1;
  transition: transform var(--transition), background-color var(--transition);
}

.hero-scroll:hover,
.hero-scroll:focus-visible {
  transform: translateY(6px);
  background: rgba(0, 159, 227, 0.08);
}

.hero__cta {
  justify-self: end;
  min-width: 192px;
}

.quick-rail {
  position: fixed;
  z-index: 25;
}

.quick-rail--desktop {
  top: 280px;
  right: 0;
  display: grid;
  overflow: hidden;
  border-radius: var(--radius) 0 0 var(--radius);
}

.quick-rail__item {
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  background: #13a4e5;
  border-top: 1px solid rgba(255, 255, 255, 0.42);
  transition: background-color var(--transition), transform var(--transition);
}

.quick-rail__item:first-child {
  border-top: 0;
}

.quick-rail__item:hover,
.quick-rail__item:focus-visible {
  background: var(--color-primary);
}

.quick-rail__item svg {
  width: 24px;
  height: 24px;
  fill: var(--color-white);
}

.quick-rail--mobile {
  display: none;
}

.scroll-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 24;
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  padding: 0;
  border: 0;
  border-radius: var(--radius);
  color: var(--color-white);
  background: linear-gradient(56deg, var(--color-primary) 0%, var(--color-secondary) 75%);
  box-shadow: 0 12px 28px rgba(0, 126, 201, 0.28);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition:
    opacity var(--transition),
    visibility var(--transition),
    transform var(--transition),
    box-shadow var(--transition);
}

.scroll-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top:hover,
.scroll-to-top:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(0, 126, 201, 0.34);
}

.scroll-to-top svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

body.menu-open .scroll-to-top {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.intro,
.videos,
.progress {
  background: linear-gradient(180deg, var(--color-soft) 0%, var(--color-white) 100%);
}

.intro {
  position: relative;
  padding: 80px 0;
}

.intro__grid,
.presence__grid,
.feature__grid,
.progress__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 48px;
  align-items: center;
}

.section-copy h2,
.sectors__copy h2,
.sectors__header h2,
.cta-band h2 {
  line-height: 1.14;
  color: var(--color-primary);
}

.section-copy p,
.sectors__copy p,
.feature__copy p,
.cta-band p,
.footer-brand p {
  font-size: 16px;
  line-height: 2;
}

.section-copy > .button,
.sectors__copy > .button,
.feature__copy > .button,
.cta-band > .button {
  margin-top: 32px;
}

.quote-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(28px) saturate(165%);
  -webkit-backdrop-filter: blur(28px) saturate(165%);
  box-shadow:
    0 28px 56px rgba(7, 57, 117, 0.16),
    0 10px 24px rgba(7, 57, 117, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.72);
  isolation: isolate;
}

.quote-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.42) 0%,
    rgba(255, 255, 255, 0.06) 38%,
    transparent 55%,
    rgba(141, 199, 255, 0.12) 100%
  );
  pointer-events: none;
  z-index: 0;
}

.quote-card h3 {
  position: relative;
  z-index: 2;
  padding: 34px 24px 30px;
  color: var(--color-white);
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  background: linear-gradient(135deg, rgba(1, 97, 191, 0.82) 0%, rgba(0, 159, 227, 0.78) 100%);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  text-shadow: 0 2px 14px rgba(7, 57, 117, 0.28);
}

.quote-form {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
}

.quote-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.quote-form__grid--textareas textarea {
  min-height: 82px;
  resize: vertical;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.68);
  backdrop-filter: blur(10px) saturate(150%);
  -webkit-backdrop-filter: blur(10px) saturate(150%);
  color: #3f3f3f;
  outline: 0;
  box-shadow:
    inset 0 1px 2px rgba(7, 57, 117, 0.05),
    0 4px 14px rgba(7, 57, 117, 0.04);
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.quote-form #address-match,
.quote-form select[name="offer-type"],
.quote-form .quote-field__control--select {
  padding-right: 42px;
  background-color: rgba(255, 255, 255, 0.68);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%230161bf' d='M4 6l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 29px center;
  appearance: none;
  cursor: pointer;
}

.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: #858585;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(0, 159, 227, 0.62);
  box-shadow:
    0 0 0 4px rgba(0, 159, 227, 0.14),
    inset 0 1px 2px rgba(7, 57, 117, 0.05),
    0 6px 18px rgba(7, 57, 117, 0.08);
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  font-size: 14px;
  line-height: 1.5;
  color: #4a5f75;
}

.checkbox input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.quote-form__submit {
  width: 100%;
  box-shadow:
    0 14px 28px rgba(7, 57, 117, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.quote-form__grid--hidden[hidden] {
  display: none;
}

/* ============================================================
   Services Slider – light, cinematic four-pillar carousel
   ============================================================ */
.services-slider {
  --slider-bleed-y: 56px;
  --slider-bleed-bottom: 88px;
  position: relative;
  padding: 110px 0 110px;
  overflow-x: clip;
  background:
    radial-gradient(120% 70% at 0% 0%, rgba(141, 199, 255, 0.28) 0%, transparent 55%),
    radial-gradient(120% 70% at 100% 100%, rgba(1, 97, 191, 0.10) 0%, transparent 60%),
    linear-gradient(180deg, #ffffff 0%, var(--color-soft) 60%, #ffffff 100%);
  isolation: isolate;
}

.services-slider__atmosphere {
  position: absolute;
  z-index: 0;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.55;
  pointer-events: none;
}

.services-slider__atmosphere--a {
  top: -160px;
  left: -180px;
  background: radial-gradient(circle, rgba(0, 159, 227, 0.55), transparent 70%);
}

.services-slider__atmosphere--b {
  bottom: -200px;
  right: -200px;
  background: radial-gradient(circle, rgba(1, 97, 191, 0.45), transparent 70%);
}

.services-slider__head {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 44px;
  flex-wrap: wrap;
}

.services-slider__intro {
  max-width: 640px;
  display: grid;
  gap: 14px;
}

.services-slider__intro .eyebrow {
  color: var(--color-secondary);
  letter-spacing: 0.22em;
}

.services-slider__intro h2 {
  margin: 0;
  line-height: 1.12;
  color: var(--color-primary);
}

.services-slider__controls {
  display: flex;
  align-items: center;
  gap: 22px;
}

.services-slider__counter {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-feature-settings: "tnum" 1, "lnum" 1;
  color: var(--color-primary);
  letter-spacing: 0.04em;
}

.services-slider__counter-current {
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.services-slider__counter-sep {
  font-size: 16px;
  color: rgba(1, 97, 191, 0.4);
}

.services-slider__counter-total {
  font-size: 16px;
  color: rgba(1, 97, 191, 0.55);
  font-weight: 500;
}

.services-slider__nav-group {
  display: inline-flex;
  gap: 10px;
}

.services-slider__nav {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-primary);
  border: 1px solid var(--color-border);
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(7, 57, 117, 0.12);
  transition:
    background 280ms ease,
    color 280ms ease,
    transform 280ms ease,
    box-shadow 280ms ease,
    border-color 280ms ease;
}

.services-slider__nav svg {
  width: 20px;
  height: 20px;
}

.services-slider__nav:hover,
.services-slider__nav:focus-visible {
  background: var(--color-primary);
  color: var(--color-white);
  border-color: var(--color-primary);
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(7, 57, 117, 0.22);
  outline: none;
}

.services-slider__nav:active {
  transform: translateY(0);
}

.services-slider__viewport {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: var(--slider-bleed-y) 40px var(--slider-bleed-bottom);
  margin-inline: -40px;
  outline: none;
}

.services-slider__viewport:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(1, 97, 191, 0.22);
  border-radius: 12px;
}

.services-slider__track {
  display: flex;
  width: 100%;
  transition: transform 720ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.service-slide {
  flex: 0 0 100%;
  min-width: 100%;
  padding: 0;
}

.service-slide__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  align-items: center;
  gap: 64px;
}

.service-slide__media {
  position: relative;
  margin: 0;
  padding: 4px 12px 20px;
  overflow: visible;
  aspect-ratio: 4 / 3;
  background: transparent;
  isolation: isolate;
}

.service-slide__media::after {
  content: "";
  position: absolute;
  top: 4px;
  right: 12px;
  bottom: 20px;
  left: 12px;
  border-radius: 24px;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.0) 55%, rgba(1, 97, 191, 0.18) 100%);
  pointer-events: none;
  z-index: 2;
}

.service-slide__media img {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
  box-shadow:
    0 30px 60px rgba(7, 57, 117, 0.18),
    0 6px 14px rgba(7, 57, 117, 0.08);
  transform: scale(1.04);
  transition: transform 1400ms cubic-bezier(0.22, 1, 0.36, 1);
  filter: saturate(1.02);
}

.service-slide.is-active .service-slide__media img {
  transform: scale(1);
}

.service-slide__chip {
  position: absolute;
  top: 26px;
  left: 34px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--color-primary);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.18em;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 18px rgba(7, 57, 117, 0.16);
}

.service-slide__content {
  display: grid;
  gap: 18px;
  opacity: 0;
  transform: translateX(28px);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1) 120ms,
    transform 720ms cubic-bezier(0.22, 1, 0.36, 1) 120ms;
}

.service-slide.is-active .service-slide__content {
  opacity: 1;
  transform: translateX(0);
}

.service-slide__title {
  margin: 0;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.12;
  font-weight: 500;
  color: var(--color-primary);
  letter-spacing: -0.005em;
}

.service-slide__content .gradient-line {
  margin: 2px 0 4px;
}

.service-slide__text {
  margin: 0;
  max-width: 520px;
  font-size: 16.5px;
  line-height: 1.75;
  color: var(--color-text);
}

.service-slide__cta {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.service-slide__cta svg {
  width: 18px;
  height: 18px;
  transition: transform 280ms ease;
}

.service-slide__cta:hover svg,
.service-slide__cta:focus-visible svg {
  transform: translateX(4px);
}

.services-slider__foot {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  margin-top: 44px;
}

.services-slider__dots {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--color-border);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 22px rgba(7, 57, 117, 0.08);
}

.services-slider__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(1, 97, 191, 0.22);
  cursor: pointer;
  transition:
    width 320ms ease,
    background 320ms ease,
    transform 320ms ease;
}

.services-slider__dot:hover {
  background: rgba(1, 97, 191, 0.45);
  transform: scale(1.05);
}

.services-slider__dot.is-active {
  width: 30px;
  background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
}

@media (max-width: 1024px) {
  .services-slider {
    padding: 92px 0 92px;
  }

  .service-slide__inner {
    gap: 44px;
  }

  .services-slider__counter-current {
    font-size: 28px;
  }
}

@media (max-width: 820px) {
  .services-slider {
    --slider-bleed-y: 44px;
    --slider-bleed-bottom: 72px;
  }

  .services-slider__head {
    margin-bottom: 32px;
  }

  .services-slider__viewport {
    padding: var(--slider-bleed-y) 24px var(--slider-bleed-bottom);
    margin-inline: -24px;
  }

  .service-slide__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .service-slide__media {
    aspect-ratio: var(--content-image-aspect-mobile);
  }

  .service-slide__media img {
    object-position: var(--content-image-focus-mobile);
  }

  .services-slider__nav {
    width: 44px;
    height: 44px;
  }

  .services-slider__nav svg {
    width: 18px;
    height: 18px;
  }
}

@media (max-width: 600px) {
  .services-slider {
    --slider-bleed-y: 36px;
    --slider-bleed-bottom: 60px;
    padding: 72px 0 80px;
  }

  .services-slider__viewport {
    padding: var(--slider-bleed-y) 16px var(--slider-bleed-bottom);
    margin-inline: -16px;
  }

  .services-slider__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .services-slider__controls {
    width: 100%;
    justify-content: space-between;
  }

  .service-slide__title {
    font-size: clamp(26px, 6vw, 34px);
  }

  .service-slide__chip {
    top: 18px;
    left: 26px;
    padding: 6px 11px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-slider__track,
  .service-slide__content,
  .service-slide__media img,
  .services-slider__nav,
  .services-slider__dot {
    transition: none !important;
  }
}

.sectors {
  padding: 84px 0 92px;
  color: var(--color-white);
  background: linear-gradient(180deg, var(--color-primary) 1%, var(--color-secondary) 100%);
}

.sectors__layout {
  display: grid;
  gap: 32px;
}

.sectors__header {
  margin: 0;
}

.sectors__header h2,
.sectors__copy h2 {
  color: var(--color-white);
  margin: 0;
}

.sectors__header .gradient-line {
  margin: 24px 0 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.88));
}

.sectors__columns {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: 48px;
  align-items: start;
}

.sectors__copy {
  max-width: none;
}

.sectors__copy p {
  margin: 0;
}

.sectors__copy p + p {
  margin-top: 14px;
}

.sectors__copy .button {
  margin-top: 24px;
}

.sectors--grid-only .sector-grid {
  margin: 0 auto;
}

.sectors .sector-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 14px;
}

.sectors .sector-card {
  padding: 14px 8px 8px;
  gap: 14px;
}

.sectors .sector-card img {
  height: 84px;
}

.sectors .sector-card h3 {
  font-size: 17px;
}

.sector-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}

.sector-card {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 18px 12px 10px;
  text-align: center;
  transition:
    transform 520ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 520ms ease;
}

.sector-card:hover,
.sector-card:focus-within {
  transform: translateY(-4px) scale(1.02);
}

.sector-card img {
  height: 100px;
  width: auto;
  filter: brightness(0) invert(1);
  transition: transform 520ms cubic-bezier(0.22, 1, 0.36, 1), filter 520ms ease;
}

.sector-card:hover img,
.sector-card:focus-within img {
  transform: translateY(-3px) scale(1.04);
}

.sector-card h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
}

/* Branchenlösungen: dezenter Scroll-Effekt, verfeinerter Hover */
.sectors .sector-card {
  --sector-delay: 0ms;
  position: relative;
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    transform 0.85s cubic-bezier(0.22, 1, 0.36, 1),
    filter 520ms ease;
  transition-delay: var(--sector-delay), var(--sector-delay), 0ms;
}

.sectors.is-inview .sector-card {
  opacity: 1;
  transform: translateY(0);
}

.sectors .sector-card::after {
  content: "";
  position: absolute;
  inset: 0 10%;
  top: 12%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.22) 0%, transparent 72%);
  opacity: 0;
  transform: scale(0.92);
  transition:
    opacity 0.55s ease,
    transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.sectors .sector-card:hover,
.sectors .sector-card:focus-within {
  transform: translateY(-7px) scale(1.015);
}

.sectors .sector-card:hover::after,
.sectors .sector-card:focus-within::after {
  opacity: 1;
  transform: scale(1);
}

.sectors .sector-card:hover img,
.sectors .sector-card:focus-within img {
  transform: translateY(-5px) scale(1.05);
  filter: brightness(0) invert(1) drop-shadow(0 10px 18px rgba(255, 255, 255, 0.2));
}

.sectors .sector-card h3 {
  transition: opacity 0.45s ease, letter-spacing 0.45s ease;
}

.sectors .sector-card:hover h3,
.sectors .sector-card:focus-within h3 {
  letter-spacing: 0.015em;
  opacity: 0.96;
}

@media (prefers-reduced-motion: reduce) {
  .sectors .sector-card {
    opacity: 1;
    transform: none;
    transition: transform 200ms ease;
  }

  .sectors .sector-card::after {
    display: none;
  }

  .sector-card:hover,
  .sector-card:focus-within,
  .sectors .sector-card:hover,
  .sectors .sector-card:focus-within {
    transform: none;
  }

  .sector-card:hover img,
  .sector-card:focus-within img,
  .sectors .sector-card:hover img,
  .sectors .sector-card:focus-within img {
    transform: none;
  }
}

.presence {
  padding: 70px 0 64px;
  background: linear-gradient(1deg, var(--color-soft) 0%, var(--color-white) 100%);
}

.presence-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 32px;
  margin: 28px 0 30px;
}

.presence-stats article {
  min-width: 140px;
  text-align: center;
}

.presence-stats strong {
  display: block;
  margin-bottom: 4px;
  font-size: 44px;
  line-height: 1;
  font-weight: 600;
  color: var(--color-secondary);
}

.presence-stats span {
  font-size: 18px;
  font-weight: 600;
  color: #676767;
}

.map-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.de-map {
  display: grid;
  gap: 0;
  padding: 0;
  background: transparent;
}

.de-map__stage {
  position: relative;
  width: min(100%, 460px);
  margin: 0 auto;
  aspect-ratio: 591.504 / 800.504;
  background: transparent;
}

.de-map__stage--staedte,
[data-presence-map-mode="staedte"] .de-map__stage {
  aspect-ratio: 472.95 / 639.41;
}

.map-card [data-presence-map-mode="staedte"] .de-map__stage--staedte {
  width: 100%;
}

.presence-map-wrap {
  position: relative;
  width: 100%;
  max-width: min(100%, 480px);
  margin: 0 auto;
}

.presence-map-austria-control {
  position: absolute;
  right: 7%;
  bottom: 8%;
  z-index: 4;
}

.presence-map-austria-trigger {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 8px 14px 8px 16px;
  border: 2px solid var(--color-secondary);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: var(--color-secondary);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(1, 97, 191, 0.22);
  cursor: pointer;
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    background-color var(--transition),
    border-color var(--transition);
}

.presence-map-austria-trigger:hover,
.presence-map-austria-trigger:focus-visible {
  transform: translateY(-2px);
  background: #ffffff;
  box-shadow: 0 12px 28px rgba(1, 97, 191, 0.28);
  outline: none;
}

.presence-map-austria-trigger__icon {
  flex-shrink: 0;
}

.austria-map-lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow: hidden;
}

.austria-map-lightbox[hidden] {
  display: none;
}

.austria-map-lightbox__backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(7, 57, 117, 0.58);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  cursor: pointer;
}

.austria-map-lightbox__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(100%, 760px);
  max-height: calc(100dvh - 48px);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 28px 80px rgba(7, 57, 117, 0.28);
  overflow: hidden;
}

.austria-map-lightbox__header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 18px 22px;
  border-bottom: 1px solid rgba(1, 97, 191, 0.12);
}

.austria-map-lightbox__title {
  margin: 0;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.2;
  color: var(--color-primary);
}

.austria-map-lightbox__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  font-size: 28px;
  line-height: 1;
  color: var(--color-primary);
  background: rgba(1, 97, 191, 0.08);
  cursor: pointer;
  transition: background-color var(--transition), transform var(--transition);
}

.austria-map-lightbox__close:hover,
.austria-map-lightbox__close:focus-visible {
  background: rgba(1, 97, 191, 0.14);
  transform: scale(1.04);
  outline: none;
}

.austria-map-lightbox__body {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 22px 20px;
  overflow: hidden;
}

.austria-map-lightbox__body .de-map {
  width: 100%;
}

.austria-map-lightbox__body .de-map__stage--austria,
.austria-map-lightbox__body .de-map--austria .de-map__stage {
  width: min(100%, calc((100dvh - 8.5rem) * 830 / 450));
  max-width: 100%;
  max-height: calc(100dvh - 8.5rem);
  margin: 0 auto;
  aspect-ratio: 830 / 450;
  height: auto;
}

body.is-austria-map-open {
  overflow: hidden;
}

.de-map__stage--austria,
.de-map--austria [data-presence-map-mode="staedte"] .de-map__stage {
  width: 100%;
  margin: 0;
  aspect-ratio: 830 / 450;
}

.de-map--austria .de-map__land-shape {
  filter: url(#at-map-land-shadow);
}

.de-map--austria .de-map__svg-host .de-map__bg {
  fill: url(#at-map-land-gradient);
}

.de-map--austria .de-map__svg-host .de-map__city.de-map__land {
  fill: url(#at-map-city-gradient);
  filter: url(#at-map-city-glow);
}

.de-map--austria .de-map__svg-host .de-map__city.de-map__land.is-location:hover,
.de-map--austria .de-map__svg-host .de-map__city.de-map__land.is-location:focus-visible,
.de-map--austria .de-map__svg-host .de-map__city.de-map__land.is-location.is-highlighted,
.de-map--austria .de-map__svg-host .de-map__city.de-map__land.is-location.is-selected {
  filter: drop-shadow(0 10px 20px rgba(1, 97, 191, 0.42));
}

.de-map__svg-host .de-map__bg {
  fill: #d8eaff;
  stroke: rgba(255, 255, 255, 0.92);
  stroke-width: 1.4;
  stroke-linejoin: round;
  stroke-linecap: round;
  pointer-events: none;
}

[data-presence-map-mode="staedte"] .de-map__svg-host .de-map__land-shape {
  filter: url(#de-map-land-shadow);
}

[data-presence-map-mode="staedte"] .de-map__svg-host .de-map__bg {
  fill: url(#de-map-land-gradient);
  stroke: rgba(255, 255, 255, 0.82);
  stroke-width: 1.1;
  stroke-linejoin: round;
  stroke-linecap: round;
  pointer-events: none;
  transition: fill 0.45s ease;
}

[data-presence-map-mode="staedte"] .de-map__svg-host .de-map__city.de-map__land {
  fill: url(#de-map-city-gradient);
  stroke: rgba(255, 255, 255, 0.98);
  stroke-width: 2.4;
  cursor: pointer;
  transform-box: fill-box;
  transform-origin: center;
  transform: translate(0, 0) scale(1.25);
  filter: url(#de-map-city-glow);
  transition:
    fill 0.55s cubic-bezier(0.25, 1, 0.5, 1),
    stroke 0.55s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.7s cubic-bezier(0.25, 1, 0.5, 1),
    filter 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

[data-presence-map-mode="staedte"] .de-map__svg-host .de-map__city.de-map__land.is-location:hover,
[data-presence-map-mode="staedte"] .de-map__svg-host .de-map__city.de-map__land.is-location:focus-visible,
[data-presence-map-mode="staedte"] .de-map__svg-host .de-map__city.de-map__land.is-location.is-highlighted,
[data-presence-map-mode="staedte"] .de-map__svg-host .de-map__city.de-map__land.is-location.is-selected {
  fill: #0154a8;
  stroke: rgba(255, 255, 255, 1);
  transform: translate(0, 0) scale(1.45);
  filter: drop-shadow(0 10px 20px rgba(1, 97, 191, 0.42));
}

.de-map__svg-host,
.de-map__svg-host .de-map__svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.de-map__svg-host .de-map__land,
.de-map .de-map__land {
  fill: #d8eaff;
  stroke: rgba(255, 255, 255, 0.92);
  stroke-width: 1.4;
  stroke-linejoin: round;
  stroke-linecap: round;
  cursor: default;
  transform-box: fill-box;
  transform-origin: center;
  transform: translate(0, 0) scale(1);
  filter: drop-shadow(0 0 0 rgba(1, 97, 191, 0));
  transition:
    fill 0.55s cubic-bezier(0.25, 1, 0.5, 1),
    stroke 0.55s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.7s cubic-bezier(0.25, 1, 0.5, 1),
    filter 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  outline: none;
}

.de-map__svg-host .de-map__land.is-location,
.de-map .de-map__land.is-location {
  fill: #8dc7ff;
  cursor: pointer;
}

.de-map__svg-host .de-map__land.is-location:hover,
.de-map__svg-host .de-map__land.is-location:focus-visible,
.de-map__svg-host .de-map__land.is-location.is-highlighted,
.de-map .de-map__land.is-location:hover,
.de-map .de-map__land.is-location:focus-visible,
.de-map .de-map__land.is-location.is-highlighted {
  fill: #0161bf;
  stroke: rgba(255, 255, 255, 1);
  transform: translate(0, -4px) scale(1.03);
  filter: drop-shadow(0 18px 30px rgba(1, 97, 191, 0.32));
}

.de-map__tooltip {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: max-content;
  max-width: min(360px, 80vw);
  padding: 0;
  border-radius: 16px;
  background: var(--color-white);
  color: var(--color-dark);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  opacity: 0;
  transform: translate(-50%, calc(-100% - 18px)) scale(0.96);
  transform-origin: center bottom;
  pointer-events: none;
  border: 1px solid rgba(1, 97, 191, 0.1);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7) inset,
    0 24px 48px rgba(9, 40, 89, 0.22);
  transition:
    opacity 0.32s cubic-bezier(0.25, 1, 0.5, 1),
    transform 0.42s cubic-bezier(0.25, 1, 0.5, 1);
}

.de-map__tooltip::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 12px;
  height: 12px;
  background: var(--color-white);
  border-right: 1px solid rgba(1, 97, 191, 0.1);
  border-bottom: 1px solid rgba(1, 97, 191, 0.1);
  transform: translateX(-50%) rotate(45deg);
  border-radius: 2px;
}

.de-map__tooltip.is-visible {
  opacity: 1;
  transform: translate(-50%, calc(-100% - 18px)) scale(1);
}

[data-presence-map-mode="standorte"] .de-map__tooltip.is-visible {
  pointer-events: auto;
}

.de-map-card__list {
  display: grid;
  gap: 0;
  padding: 6px;
}

.de-map-card__location {
  display: grid;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 12px;
  transition: background-color 0.25s ease;
}

.de-map-card__location + .de-map-card__location {
  border-top: 1px solid rgba(1, 97, 191, 0.08);
  margin-top: 4px;
  padding-top: 16px;
}

.de-map-card__headline {
  display: grid;
  gap: 2px;
}

.de-map-card__state {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-secondary);
}

.de-map-card__title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  color: var(--color-dark);
}

.de-map-card__address {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #4a5868;
}

.de-map-card__meta {
  display: grid;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.de-map-card__meta li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 10px;
  align-items: baseline;
  font-size: 12px;
}

.de-map-card__meta-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8597aa;
}

.de-map-card__meta-value {
  color: var(--color-dark);
  font-weight: 600;
  word-break: break-word;
}

@media (prefers-reduced-motion: reduce) {
  .de-map__svg-host .de-map__land,
  .de-map__tooltip {
    transition: opacity 0.15s ease, fill 0.15s ease;
    transform: none !important;
  }

  .de-map__svg-host .de-map__land:hover,
  .de-map__svg-host .de-map__land:focus-visible,
  .de-map__svg-host .de-map__land.is-highlighted {
    filter: none;
  }
}

.videos {
  padding: 74px 0 82px;
}

.videos__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.videos__more-link {
  flex-shrink: 0;
  white-space: nowrap;
}

.section-copy--compact .gradient-line {
  margin-bottom: 0;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.video-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 18px rgba(46, 163, 242, 0.2);
  background: #d6e5f4;
  transition: transform 300ms ease;
}

.video-card:hover {
  transform: scale(1.03);
}

.video-card__poster {
  position: relative;
  width: 100%;
  padding: 0;
  cursor: pointer;
}

.video-card__poster img,
.video-card iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.video-card__poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 48, 95, 0.05), rgba(0, 110, 177, 0.35));
}

.video-card__play {
  position: absolute;
  inset: 50% auto auto 50%;
  width: 74px;
  height: 74px;
  border: 6px solid rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.video-card__play::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 22px solid rgba(255, 255, 255, 0.92);
  transform: translate(-35%, -50%);
}

.video-card__notice {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
}

.feature {
  padding: 84px 0;
  background: var(--color-white);
}

.feature__media img,
.progress__media img {
  width: 100%;
  border-radius: 10px;
  box-shadow: var(--shadow-card);
}

.feature__copy h2 {
  line-height: 1.2;
  color: var(--color-accent);
}

.feature-list {
  display: grid;
  gap: 26px;
}

.feature-list__item h3 {
  margin-bottom: 10px;
  color: var(--color-accent);
  font-size: 20px;
  font-weight: 600;
}

.cta-band {
  padding: 84px 0;
  color: var(--color-white);
  text-align: center;
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-secondary) 100%);
}

.cta-band__inner {
  display: grid;
  justify-items: center;
  gap: 18px;
}

.cta-band h2,
.cta-band p {
  color: rgba(255, 255, 255, 0.9);
}

.cta-band h2 {
  max-width: 1060px;
}

.cta-band p {
  max-width: 920px;
  font-size: 25px;
  line-height: 1.55;
}

.progress {
  padding: 86px 0 64px;
}

.progress__card {
  display: grid;
  gap: 26px;
}

.meter-list {
  display: grid;
  gap: 20px;
}

.meter__header {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
  color: var(--color-dark);
  font-weight: 700;
}

.meter__track {
  height: 20px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(0, 159, 227, 0.16);
}

.meter__fill {
  display: block;
  width: 0;
  height: 100%;
  background: var(--color-secondary);
  transition: width 800ms ease;
}

.meter.is-animated .meter__fill {
  width: calc(var(--progress, 0) * 1%);
}

.progress__button {
  justify-self: start;
}

.site-footer {
  color: var(--color-white);
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-secondary) 100%);
}

.site-footer__main {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr 0.9fr 1fr;
  gap: 48px;
  padding: 72px 0 80px;
}

@media (min-width: 1181px) {
  .site-footer__main {
    grid-template-rows: auto 1fr;
    row-gap: 28px;
    column-gap: 48px;
  }

  .footer-brand {
    display: contents;
  }

  .footer-brand img {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
  }

  .footer-brand p {
    grid-column: 1;
    grid-row: 2;
    margin: 0;
  }

  .site-footer__main > .footer-column {
    grid-row: 2;
    align-self: start;
  }
}

.footer-brand img {
  width: 170px;
  height: auto;
  margin-bottom: 28px;
}

.footer-column h2 {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 700;
}

.footer-column ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-column button,
.legal-links button {
  padding: 0;
  color: inherit;
  text-align: left;
}

.footer-column a,
.legal-links a {
  color: inherit;
  text-align: left;
}

.footer-column button span {
  margin-left: 4px;
}

.contact-item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  margin-bottom: 20px;
}

.contact-item__icon {
  width: 15px;
  height: 15px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--color-white);
}

.footer-column--contact .contact-item__icon {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-top: 4px;
  border-radius: 0;
  background: none;
  color: var(--color-white);
  font-size: 0;
  line-height: 1;
}

.footer-column--contact .contact-item__icon::before {
  display: block;
  color: var(--color-white);
  font-size: 21px;
  line-height: 1;
}

.footer-column--contact .contact-item:nth-child(2) .contact-item__icon::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: currentColor;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7Zm0 9.5A2.5 2.5 0 1 1 12 6a2.5 2.5 0 0 1 0 5.5Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.footer-column--contact .contact-item:nth-child(3) .contact-item__icon::before {
  content: "\2706";
}

.footer-column--contact .contact-item:nth-child(4) .contact-item__icon::before {
  content: "\213B";
  font-size: 18px;
}

.footer-column--contact .contact-item:nth-child(5) .contact-item__icon::before {
  content: "\2709";
  font-size: 19px;
}

.contact-item strong,
.contact-item a,
.footer-column--contact .contact-item:nth-child(4) > div {
  font-size: 18px;
  font-weight: 600;
}

.site-footer__legal {
  background: rgba(4, 74, 154, 0.95);
}

.site-footer__legal-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 0;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.mobile-menu {
  position: fixed;
  inset: 92px 0 0;
  display: grid;
  place-items: start center;
  padding: 20px 24px 120px;
  background: rgba(4, 24, 47, 0.32);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
}

body.menu-open .mobile-menu {
  opacity: 1;
  pointer-events: auto;
}

.mobile-menu__panel {
  width: min(520px, 100%);
  max-height: calc(100vh - 170px);
  overflow: auto;
  padding: 14px;
  border: 1px solid rgba(0, 159, 227, 0.16);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: var(--shadow-card);
}

.mobile-menu__group + .mobile-menu__group {
  margin-top: 14px;
}

.mobile-menu__group h2 {
  margin-bottom: 6px;
  padding: 12px 16px;
  background: #f2f2f2;
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 700;
}

.mobile-menu__group-title {
  display: block;
  margin-bottom: 6px;
  padding: 12px 16px;
  background: #f2f2f2;
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 700;
}

.mobile-link {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border-top: 1px solid rgba(10, 10, 10, 0.08);
  color: #303030;
  text-align: left;
}

.mobile-link[aria-current="page"] {
  color: var(--color-primary);
  font-weight: 700;
}

.mobile-menu__group--mega .mobile-link[aria-current="page"] {
  background: rgba(232, 243, 255, 0.92);
  border-left: 3px solid var(--color-secondary);
  padding-left: 13px;
}

.mobile-menu__group--mega:has(.mobile-link[aria-current="page"]) .mobile-menu__group-title {
  color: var(--color-primary);
}

.page-company .site-header,
.page-certifications .site-header,
.page-sustainability .site-header,
.page-safety .site-header,
.page-quality .site-header,
.page-glossary .site-header,
.page-news .site-header,
.page-news-article .site-header {
  background: rgba(255, 255, 255, 0);
}

.company-hero,
.job-detail-hero,
.vdi-hero {
  --hero-bg-image: var(--company-section-hero-image);
  --hero-bg-position: center center;
  position: relative;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: 0;
  min-height: var(--subpage-hero-height);
  height: var(--subpage-hero-height);
  color: var(--color-white);
  background: var(--hero-fade-color);
  overflow-x: visible;
  overflow-y: clip;
  isolation: isolate;
}

.company-hero::before,
.job-detail-hero::before,
.vdi-hero::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background-color: var(--hero-fade-color);
  background-image: var(--hero-bg-image);
  background-position: var(--hero-bg-position);
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}

.company-hero::after,
.job-detail-hero::after,
.vdi-hero::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  margin-left: -50vw;
  background:
    var(--hero-fade-gradient) bottom / 100% var(--hero-fade-band-height) no-repeat,
    var(--hero-overlay-gradient);
  box-shadow: inset 0 -8px 0 8px var(--hero-fade-color);
  pointer-events: none;
}

/* WPForms links must remain visibly identifiable after theme asset rebuilds. */
.leadwerk-wpforms-slot .wpforms-form a {
  color: #0161bf !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(1, 97, 191, 0.78) !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.16em;
}

.leadwerk-wpforms-slot .wpforms-form a:hover,
.leadwerk-wpforms-slot .wpforms-form a:focus-visible {
  color: #009fe3 !important;
  text-decoration-color: currentColor !important;
}

.leadwerk-wpforms-slot .wpforms-form a:focus-visible {
  border-radius: 2px;
  outline: 3px solid rgba(0, 159, 227, 0.2);
  outline-offset: 3px;
}

.company-hero__content,
.job-detail-hero__content,
.vdi-hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  flex: 1 1 auto;
  justify-items: center;
  align-content: center;
  gap: 0;
  width: min(var(--container), 100%);
  max-width: 100%;
  margin-inline: auto;
  min-height: 0;
  padding-top: 96px;
  padding-bottom: 28px;
  text-align: center;
  box-sizing: border-box;
}

.company-hero__content .eyebrow {
  margin-bottom: 16px;
}

.company-hero h1 {
  font-size: var(--subpage-hero-h1-size);
  font-weight: 500;
  line-height: 1.1;
  color: var(--color-white);
}

.company-section {
  padding: 78px 0;
}

.company-section--soft {
  background: var(--company-section-gradient);
}

/* Inhaltsabschnitte unter dem Hero: einheitlicher Verlauf wie Qualität */
main > .company-hero ~ section:not(.company-cta):not(.company-customers):not(.sectors):not(.home-faq):not(.svc-cta),
main > .job-detail-hero + section {
  margin-top: -6px;
  background: var(--company-section-gradient);
}

.company-section--plain {
  background: #ffffff;
}

.page-thank-you .thank-you-section {
  min-height: 420px;
  display: grid;
  align-items: center;
}

.page-thank-you .thank-you-card {
  max-width: 780px;
  margin: 0 auto;
  padding: 52px;
  text-align: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 24px 60px rgba(7, 57, 117, 0.12);
}

.page-thank-you .thank-you-card .gradient-line {
  margin-right: auto;
  margin-left: auto;
}

.page-thank-you .thank-you-card .button {
  margin-top: 18px;
}

@media (max-width: 680px) {
  .page-thank-you .thank-you-card {
    padding: 34px 22px;
  }
}

.company-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 600px);
  gap: 56px;
  align-items: center;
}

.company-grid--narrow {
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.company-media-card {
  margin: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.8);
}

.company-media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.company-story__copy p + p,
.company-section__copy p + p {
  margin-top: 10px;
}

.company-story__copy strong,
.company-section__copy strong {
  color: var(--color-dark);
}

.company-story__copy .button,
.company-section__copy .button {
  margin-top: 22px;
}

.company-cert-list {
  display: grid;
  gap: 4px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  color: var(--color-dark);
}

.company-cert-list li:first-child {
  margin-bottom: 2px;
  font-weight: 600;
}

.company-locations {
  padding: 86px 0;
  background: #ffffff;
}

.company-locations__body {
  display: grid;
  grid-template-columns: minmax(320px, 650px) minmax(0, 1fr);
  gap: 42px;
  align-items: center;
}

.company-locations__copy {
  margin-bottom: 22px;
}

.company-locations__copy h2 {
  margin-bottom: 0;
}

.company-locations__summary > .button {
  margin-top: 22px;
}

.company-locations__map img {
  width: 100%;
  height: auto;
}

.company-locations__map.map-card {
  width: 100%;
  min-width: 0;
}

.company-locations__map .de-map__stage {
  width: 100%;
  max-width: none;
}

.company-locations__summary p + p {
  margin-top: 10px;
}

.company-stat-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.company-stat {
  padding: 18px 16px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(232, 243, 255, 0.62), rgba(255, 255, 255, 0.92));
  box-shadow: 0 10px 30px rgba(7, 57, 117, 0.08);
  text-align: center;
}

.company-stat__value {
  display: block;
  margin-bottom: 8px;
  color: var(--color-secondary);
  font-size: clamp(38px, 4vw, 60px);
  line-height: 1;
}

.company-stat h3 {
  color: var(--color-dark);
  font-size: 20px;
  font-weight: 600;
}

.company-branches {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 24px;
  margin-top: 40px;
}

.company-branches ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-branches li {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 50px;
  padding: 8px 18px 8px 14px;
  border-radius: 30px;
  color: var(--color-dark);
  font-size: 18px;
  font-weight: 600;
  transition: transform var(--transition), background-image var(--transition), color var(--transition), box-shadow var(--transition);
}

.company-branches li:hover {
  transform: scale(1.03);
  color: var(--color-white);
  background-image: linear-gradient(41deg, #0161bf 0%, #009fe3 99%);
  box-shadow: 0 12px 28px rgba(0, 126, 201, 0.22);
}

.company-branches__pin {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
  background: rgba(0, 159, 227, 0.12);
}

.company-branches__pin::before {
  content: "";
  position: absolute;
  inset: 7px;
  border-radius: 50%;
  background: var(--color-secondary);
}

.company-branches li:hover .company-branches__pin {
  background: rgba(255, 255, 255, 0.18);
}

.company-branches li:hover .company-branches__pin::before {
  background: #ffffff;
}

.company-customers {
  padding: 78px 0 82px;
  color: var(--color-white);
  background: linear-gradient(180deg, #0161bf 1%, #009fe3 100%);
}

.company-customers__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 48px 56px;
  align-items: center;
}

.company-customers__copy {
  max-width: 560px;
}

.company-customers .section-copy h2,
.company-customers .section-copy p {
  color: var(--color-white);
}

.company-customers__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.company-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px 48px;
  margin-top: 44px;
}

.company-customers__logos {
  margin-top: 0;
}

.company-logo-grid figure {
  display: grid;
  place-items: center;
  min-height: 86px;
  margin: 0;
  padding: 16px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
}

.company-logo-grid img {
  width: min(100%, 160px);
  height: auto;
  opacity: 0.96;
}

.company-testimonials {
  padding: 82px 0;
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.company-testimonials__intro {
  max-width: 720px;
  margin-bottom: 34px;
}

.company-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.company-testimonial-grid > *,
.page-job-detail .job-voices__grid > * {
  min-width: 0;
}

.company-testimonial {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 18px;
  min-width: 0;
  min-height: 100%;
  padding: 26px 24px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.08);
}

.company-testimonial > div {
  min-width: 0;
}

.company-testimonial__mark {
  color: var(--color-secondary);
  font-size: 40px;
  line-height: 1;
}

.company-testimonial h3 {
  margin-bottom: 10px;
  color: var(--color-dark);
  font-size: 20px;
  font-weight: 600;
  overflow-wrap: break-word;
}

.company-testimonial p {
  margin: 0;
  color: var(--color-muted);
  line-height: 1.75;
  overflow-wrap: break-word;
}

.company-employees {
  padding: 88px 0 82px;
  background: var(--color-soft);
  border-top: 1px solid rgba(1, 97, 191, 0.12);
}

.company-media-card--portrait {
  max-width: 620px;
  justify-self: end;
}

.company-cta {
  padding: 96px 0;
  color: var(--color-white);
  text-align: center;
  background:
    linear-gradient(180deg, rgba(1, 97, 191, 0.9) 0%, rgba(0, 159, 227, 0.9) 100%),
    url("../images/Bildmaterial_final/shared/company-cta-bg.webp") center / cover no-repeat;
}

.company-cta__inner {
  display: grid;
  justify-items: center;
  gap: 16px;
}

.company-cta h2 {
  max-width: 1080px;
  line-height: 1.2;
}

.company-cta p {
  max-width: 920px;
  font-size: 25px;
  line-height: 1.6;
}

.company-sustainability {
  padding: 82px 0;
  background: linear-gradient(180deg, #ffffff 0%, #e8f3ff 100%);
}

.company-sustainability .company-media-card {
  max-width: 600px;
  justify-self: end;
}

.page-customers .site-header,
.page-references .site-header,
.page-referenzen .site-header,
.page-reference-region .site-header,
.page-industries .site-header {
  background: rgba(255, 255, 255, 0);
}

.page-customers .company-hero h1,
.page-jobs .company-hero h1,
.page-references .company-hero h1,
.page-referenzen .company-hero h1,
.page-reference-region .company-hero h1,
.page-karlsruhe-reference .company-hero h1,
.page-reference-city .company-hero h1,
.page-industries .company-hero h1 {
  max-width: none;
  font-size: clamp(38px, 4.4vw, 54px);
}

.customers-overview {
  padding-top: 70px;
  padding-bottom: 86px;
}

.customers-overview__grid {
  align-items: start;
  grid-template-columns: minmax(0, 0.94fr) minmax(280px, 0.72fr);
  gap: clamp(2rem, 4vw, 4rem);
}

.customers-overview__copy {
  max-width: 590px;
}

.customers-overview__copy h2 {
  margin: 0;
  max-width: none;
  color: var(--color-primary);
  line-height: 1.14;
}

.customers-overview__copy p + p {
  margin-top: 14px;
}

.customers-overview__cta {
  margin-top: 22px;
}

.customers-teasers {
  display: grid;
  gap: clamp(16px, 2vw, 20px);
  align-content: start;
}

.page-customers .customers-teaser {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
  padding: clamp(18px, 2vw, 24px);
  overflow: hidden;
  border: 1px solid rgba(1, 97, 191, 0.1);
  border-radius: 16px;
  color: inherit;
  text-decoration: none;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92) 0%, rgba(237, 244, 251, 0.88) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 14px 34px rgba(1, 97, 191, 0.08);
  backdrop-filter: blur(12px);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.page-customers .customers-teaser::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 159, 227, 0.06) 0%, transparent 52%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.page-customers .customers-teaser:hover,
.page-customers .customers-teaser:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(1, 97, 191, 0.18);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 22px 44px rgba(1, 97, 191, 0.14);
}

.page-customers .customers-teaser:hover::before,
.page-customers .customers-teaser:focus-visible::before {
  opacity: 1;
}

.customers-teaser__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 112px;
  margin: 0 0 14px;
  overflow: visible;
}

.customers-teaser__icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: min(160px, 72%);
  height: min(140px, 68%);
  transform: translate(-50%, -50%);
  background: radial-gradient(
    ellipse 100% 100% at 50% 50%,
    rgba(0, 159, 227, 0.28) 0%,
    rgba(1, 97, 191, 0.14) 42%,
    transparent 78%
  );
  filter: blur(24px);
  pointer-events: none;
}

.customers-teaser__icon img {
  position: relative;
  z-index: 2;
  display: block;
  width: auto;
  height: 80px;
  object-fit: contain;
  filter:
    brightness(0) saturate(100%)
    invert(35%) sepia(95%) saturate(2000%) hue-rotate(186deg) brightness(95%) contrast(101%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.customers-teaser__icon--map {
  min-height: 128px;
}

.customers-teaser__icon--map img {
  width: auto;
  height: 112px;
}

.page-customers .customers-teaser:hover .customers-teaser__icon img,
.page-customers .customers-teaser:focus-visible .customers-teaser__icon img {
  transform: translateY(-4px) scale(1.04);
}

.customers-teaser__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 0;
}

.customers-teaser__body h3 {
  margin: 0;
  color: var(--color-primary);
  font-size: clamp(20px, 1.8vw, 24px);
  line-height: 1.15;
  font-weight: 600;
}

.customers-teaser__body p {
  margin: 0;
  color: var(--color-text);
  font-size: 14px;
  line-height: 1.55;
}

.customers-teaser__link {
  margin-top: auto;
  padding-top: 6px;
  color: var(--color-secondary);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.customers-teaser__link::after {
  content: " \2192";
}

.customers-card-stack {
  display: grid;
  gap: 16px;
}

.customers-link-card {
  position: relative;
  display: grid;
  align-content: space-between;
  min-height: clamp(168px, 20vw, 232px);
  padding: 24px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.16);
  color: var(--color-white);
  text-decoration: none;
  background:
    linear-gradient(180deg, rgba(0, 159, 227, 0.26) 0%, rgba(1, 97, 191, 0.82) 100%),
    linear-gradient(130deg, rgba(255, 255, 255, 0.22) 0 10%, transparent 10% 24%, rgba(255, 255, 255, 0.14) 24% 30%, transparent 30% 46%, rgba(255, 255, 255, 0.12) 46% 52%, transparent 52% 100%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.08) 0 20%, transparent 20% 100%),
    linear-gradient(135deg, #2ca8e8 0%, #0f6fca 58%, #0a58a8 100%);
  transition: transform var(--transition), box-shadow var(--transition);
}

.customers-link-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, transparent 0 42%, rgba(255, 255, 255, 0.16) 42% 44%, transparent 44% 100%),
    linear-gradient(125deg, transparent 0 58%, rgba(255, 255, 255, 0.12) 58% 60%, transparent 60% 100%),
    linear-gradient(125deg, transparent 0 72%, rgba(255, 255, 255, 0.1) 72% 74%, transparent 74% 100%);
  opacity: 0.95;
}

.customers-link-card:hover,
.customers-link-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 81, 154, 0.24);
}

.customers-link-card__icon,
.customers-link-card__label {
  position: relative;
  z-index: 2;
}

.customers-link-card__icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}

.customers-link-card__icon svg {
  width: 22px;
  height: 22px;
}

.customers-link-card__label {
  align-self: end;
  justify-self: end;
  font-size: clamp(28px, 2.4vw, 38px);
  line-height: 1;
  letter-spacing: -0.03em;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
}

.industries-overview {
  padding-top: 70px;
  padding-bottom: 86px;
  overflow-x: clip;
}

.industries-overview__intro {
  align-items: center;
  gap: clamp(2rem, 4vw, 4rem);
  margin-bottom: clamp(34px, 5vw, 54px);
}

.industries-overview__copy {
  max-width: 720px;
}

.industries-overview__copy h2 {
  max-width: none;
  color: #0161bf;
  line-height: 1.18;
}

.page-industries .industries-overview__intro {
  align-items: center;
  gap: clamp(2rem, 4vw, 4.5rem);
}

.industries-overview__layout {
  display: grid;
  gap: 32px;
  margin-bottom: clamp(34px, 5vw, 54px);
}

.industries-overview__heading {
  margin: 0;
}

.industries-overview__columns {
  display: grid;
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: center;
}

.industries-overview__columns > .industries-overview__copy,
.industries-overview__columns > .industries-overview__icon-column,
.industries-overview__columns > .industries-overview__media {
  min-width: 0;
}

@media (min-width: 981px) {
  .industries-overview__columns {
    grid-template-columns: minmax(0, 7fr) minmax(0, 3fr);
  }

  .industries-overview__columns > .industries-overview__copy {
    grid-column: 1;
  }

  .industries-overview__columns > .industries-overview__icon-column,
  .industries-overview__columns > .industries-overview__media {
    grid-column: 2;
  }
}

.page-industries .industries-overview__copy {
  max-width: none;
}

.page-industries .industries-overview__heading h2 {
  margin: 0;
  max-width: none;
  color: var(--color-primary);
  line-height: 1.14;
}

.page-industries .industries-overview__copy h2 {
  margin: 0;
  max-width: none;
  color: var(--color-primary);
  line-height: 1.3;
}

.industries-overview__copy p {
  max-width: 705px;
}

.page-industries .industries-overview__copy p {
  max-width: none;
}

.page-industries .industries-overview__copy .industries-overview__cta {
  margin-top: clamp(1.35rem, 2.5vw, 1.85rem);
}

.industries-overview__media {
  margin: 0;
  max-width: 100%;
  width: auto;
  justify-self: center;
  aspect-ratio: 1 / 1;
}

.page-industries .industries-overview__icon-column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: auto;
  justify-self: center;
  align-self: center;
  min-height: clamp(220px, 28vw, 360px);
  overflow: visible;
}

.page-industries .industries-overview__icon-column::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: min(520px, 135%);
  height: min(480px, 125%);
  transform: translate(-50%, -50%);
  background: radial-gradient(
    ellipse 100% 100% at 50% 50%,
    rgba(0, 159, 227, 0.32) 0%,
    rgba(1, 97, 191, 0.18) 34%,
    rgba(1, 97, 191, 0.08) 58%,
    rgba(1, 97, 191, 0.025) 78%,
    transparent 92%
  );
  filter: blur(52px);
  pointer-events: none;
  animation: state-map-glow 8s ease-in-out infinite alternate;
}

.page-industries .industries-overview__icon {
  position: relative;
  z-index: 2;
  margin: 0;
  width: min(100%, 320px);
  padding: clamp(1rem, 3vw, 1.75rem);
  overflow: visible;
}

.page-industries .industries-overview__icon img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  position: relative;
  z-index: 2;
  filter:
    brightness(0) saturate(100%)
    invert(35%) sepia(95%) saturate(2000%) hue-rotate(186deg) brightness(95%) contrast(101%)
    drop-shadow(0 16px 32px rgba(1, 97, 191, 0.16))
    drop-shadow(0 4px 10px rgba(0, 159, 227, 0.1));
  transition: transform 0.45s ease, filter 0.45s ease;
}

.page-industries .industries-overview__icon-column:hover .industries-overview__icon img {
  transform: translateY(-6px) scale(1.025);
  filter:
    brightness(0) saturate(100%)
    invert(35%) sepia(95%) saturate(2000%) hue-rotate(186deg) brightness(95%) contrast(101%)
    drop-shadow(0 20px 38px rgba(1, 97, 191, 0.2))
    drop-shadow(0 8px 18px rgba(0, 159, 227, 0.14));
}

@media (prefers-reduced-motion: reduce) {
  .page-industries .industries-overview__icon-column::before {
    animation: none;
  }

  .page-industries .industries-overview__icon img {
    transition: none;
  }
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.industry-card,
.reference-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(188px, 18vw, 224px);
  padding: 24px;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.16);
  color: var(--color-white);
  text-align: left;
  text-decoration: none;
  appearance: none;
  background:
    linear-gradient(180deg, rgba(0, 159, 227, 0.28) 0%, rgba(1, 97, 191, 0.82) 100%),
    linear-gradient(130deg, rgba(255, 255, 255, 0.22) 0 10%, transparent 10% 24%, rgba(255, 255, 255, 0.14) 24% 30%, transparent 30% 46%, rgba(255, 255, 255, 0.12) 46% 52%, transparent 52% 100%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.08) 0 20%, transparent 20% 100%),
    linear-gradient(135deg, #2ca8e8 0%, #0f6fca 58%, #0a58a8 100%);
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition);
}

.industry-card::before,
.reference-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, transparent 0 42%, rgba(255, 255, 255, 0.16) 42% 44%, transparent 44% 100%),
    linear-gradient(125deg, transparent 0 58%, rgba(255, 255, 255, 0.12) 58% 60%, transparent 60% 100%),
    linear-gradient(125deg, transparent 0 72%, rgba(255, 255, 255, 0.1) 72% 74%, transparent 74% 100%);
  opacity: 0.95;
}

.industry-card:hover,
.industry-card:focus-visible,
.reference-card:hover,
.reference-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 81, 154, 0.24);
}

.industry-card h3,
.industry-card span,
.reference-card h3,
.reference-card span {
  position: relative;
  z-index: 2;
  margin: 0;
}

.industry-card h3,
.reference-card h3 {
  max-width: 8ch;
  font-size: clamp(28px, 2.3vw, 36px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
}

.industry-card span,
.reference-card span {
  align-self: flex-end;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.branchen-overview {
  padding-top: clamp(54px, 6vw, 78px);
  padding-bottom: clamp(64px, 7vw, 92px);
}

.branchen-overview__layout {
  display: grid;
  gap: clamp(34px, 5vw, 54px);
}

.branchen-overview__intro {
  display: grid;
  column-gap: clamp(2rem, 4vw, 4.5rem);
  row-gap: 0;
  align-items: start;
}

.branchen-overview__eyebrow {
  margin-bottom: 14px;
}

.branchen-overview__intro > .branchen-overview__heading,
.branchen-overview__intro > .branchen-overview__copy {
  min-width: 0;
}

.branchen-overview__heading {
  margin: 0;
}

.branchen-overview__copy {
  margin: 0;
  max-width: none;
  align-self: start;
}

@media (min-width: 981px) {
  .branchen-overview__intro {
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  }

  .branchen-overview__eyebrow {
    grid-column: 1;
    grid-row: 1;
  }

  .branchen-overview__heading {
    grid-column: 1;
    grid-row: 2;
  }

  .branchen-overview__copy {
    grid-column: 2;
    grid-row: 2;
  }
}

.branchen-overview__heading h2 {
  margin: 0;
  max-width: none;
  color: var(--color-primary);
  line-height: 1.14;
}

.branchen-overview__copy p {
  max-width: none;
}

.branchen-overview__copy p + p {
  margin-top: 12px;
}

.branchen-overview__cta {
  margin-top: 22px;
}

.page-branchen .branchen-grid,
.page-referenzen .branchen-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2vw, 24px);
  align-items: stretch;
}

@media (min-width: 992px) {
  .page-branchen .branchen-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, minmax(0, auto));
  }

  .page-referenzen .branchen-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.page-branchen .branchen-card,
.page-referenzen .branchen-card {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
  height: 100%;
  min-height: clamp(220px, 18vw, 280px);
  padding: clamp(22px, 2.4vw, 28px);
  overflow: hidden;
  border: 1px solid rgba(1, 97, 191, 0.1);
  border-radius: 16px;
  color: inherit;
  text-decoration: none;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92) 0%, rgba(237, 244, 251, 0.88) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 14px 34px rgba(1, 97, 191, 0.08);
  backdrop-filter: blur(12px);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.branchen-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 159, 227, 0.06) 0%, transparent 52%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.branchen-card:hover,
.branchen-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(1, 97, 191, 0.18);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 22px 44px rgba(1, 97, 191, 0.14);
}

.branchen-card:hover::before,
.branchen-card:focus-visible::before {
  opacity: 1;
}

.branchen-card__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(112px, 12vw, 136px);
  margin: 0 0 18px;
  overflow: visible;
}

.branchen-card__icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: min(180px, 72%);
  height: min(160px, 68%);
  transform: translate(-50%, -50%);
  background: radial-gradient(
    ellipse 100% 100% at 50% 50%,
    rgba(0, 159, 227, 0.28) 0%,
    rgba(1, 97, 191, 0.14) 42%,
    transparent 78%
  );
  filter: blur(24px);
  pointer-events: none;
}

.branchen-card__icon img {
  position: relative;
  z-index: 2;
  display: block;
  width: auto;
  height: clamp(72px, 8vw, 92px);
  object-fit: contain;
  filter:
    brightness(0) saturate(100%)
    invert(35%) sepia(95%) saturate(2000%) hue-rotate(186deg) brightness(95%) contrast(101%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.branchen-card:hover .branchen-card__icon img,
.branchen-card:focus-visible .branchen-card__icon img {
  transform: translateY(-4px) scale(1.04);
}

.branchen-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 0;
}

.branchen-card__body h3 {
  margin: 0;
  color: var(--color-primary);
  font-size: clamp(22px, 2vw, 26px);
  line-height: 1.15;
  font-weight: 600;
}

.branchen-card__body p {
  margin: 0;
  color: var(--color-text);
  font-size: 15px;
  line-height: 1.55;
}

.branchen-card__link {
  margin-top: auto;
  padding-top: 8px;
  color: var(--color-secondary);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.branchen-card__link::after {
  content: " \2192";
}

.page-downloads .branchen-card__icon--pdf img {
  width: clamp(68px, 7.5vw, 84px);
  height: clamp(84px, 9vw, 104px);
  filter: drop-shadow(0 10px 22px rgba(1, 97, 191, 0.16));
}

.page-downloads .branchen-card:hover .branchen-card__icon--pdf img,
.page-downloads .branchen-card:focus-visible .branchen-card__icon--pdf img {
  transform: translateY(-4px) scale(1.04);
  filter: drop-shadow(0 16px 28px rgba(1, 97, 191, 0.22));
}

.page-referenzen .branchen-card__icon img {
  filter:
    drop-shadow(0 12px 24px rgba(1, 97, 191, 0.12))
    drop-shadow(0 4px 8px rgba(0, 159, 227, 0.08));
}

.page-referenzen .branchen-card__icon img[src*="bodensee-quadrat"] {
  height: clamp(64px, 7vw, 84px);
  filter:
    brightness(0) invert(1)
    drop-shadow(0 12px 24px rgba(1, 97, 191, 0.12))
    drop-shadow(0 4px 8px rgba(0, 159, 227, 0.08));
}

.page-referenzen .branchen-card__icon--photo img {
  width: clamp(88px, 10vw, 112px);
  height: clamp(64px, 7vw, 84px);
  border-radius: 12px;
  object-fit: cover;
  filter: drop-shadow(0 12px 24px rgba(1, 97, 191, 0.14));
}

.page-referenzen .branchen-card:hover .branchen-card__icon img,
.page-referenzen .branchen-card:focus-visible .branchen-card__icon img {
  transform: translateY(-4px) scale(1.04);
  filter:
    drop-shadow(0 16px 28px rgba(1, 97, 191, 0.16))
    drop-shadow(0 6px 12px rgba(0, 159, 227, 0.1));
}

.page-referenzen .branchen-card:hover .branchen-card__icon img[src*="bodensee-quadrat"],
.page-referenzen .branchen-card:focus-visible .branchen-card__icon img[src*="bodensee-quadrat"] {
  filter:
    brightness(0) invert(1)
    drop-shadow(0 16px 28px rgba(1, 97, 191, 0.16))
    drop-shadow(0 6px 12px rgba(0, 159, 227, 0.1));
}

.page-referenzen .branchen-card:hover .branchen-card__icon--photo img,
.page-referenzen .branchen-card:focus-visible .branchen-card__icon--photo img {
  filter: drop-shadow(0 16px 28px rgba(1, 97, 191, 0.18));
}

.references-overview {
  padding-top: 70px;
  padding-bottom: 86px;
}

.references-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.reference-card h3 {
  max-width: 11ch;
  font-size: clamp(26px, 2vw, 34px);
}

.reference-card--wide {
  grid-column: 1 / -1;
}

.reference-region-overview {
  padding-top: 70px;
  padding-bottom: 86px;
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.reference-region-overview__grid {
  align-items: start;
  gap: clamp(2rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.78fr);
}

.reference-region-overview__copy {
  max-width: 680px;
}

.reference-region-overview__copy h2 {
  max-width: 13ch;
}

.reference-region-overview__copy p + p {
  margin-top: 16px;
}

.reference-region-overview__locations,
.reference-region-overview__region-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.reference-region-overview__locations {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.reference-region-overview__locations li,
.reference-region-overview__region-list li {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0.68rem 1rem;
  border-radius: 999px;
  color: var(--color-primary);
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.35;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 24px rgba(10, 68, 121, 0.08);
}

.reference-region-overview__locations li a {
  color: inherit;
  text-decoration: none;
}

.reference-region-overview__side {
  display: grid;
  gap: 16px;
  align-content: start;
}

.reference-region-overview__media {
  max-width: 100%;
}

.reference-region-overview__media img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.reference-region-overview__map {
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  max-width: 100%;
}

.reference-region-overview__map img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

.page-reference-region .company-hero + section .reference-region-overview__side:has(.reference-region-overview__map) {
  display: grid;
  gap: 16px;
  align-content: start;
  align-self: start;
  min-height: 0;
}

.page-reference-region .company-hero + section .reference-region-overview__map {
  flex: none;
  width: 100%;
  max-width: none;
  min-height: 0;
  height: auto;
}

.page-state-map .company-hero + section.reference-region-overview {
  position: relative;
  overflow-x: clip;
  background:
    radial-gradient(ellipse 70% 55% at 88% 18%, rgba(0, 159, 227, 0.14) 0%, transparent 58%),
    radial-gradient(ellipse 55% 45% at 8% 88%, rgba(1, 97, 191, 0.1) 0%, transparent 52%),
    linear-gradient(180deg, #e8f3ff 0%, #f3f9ff 42%, #ffffff 100%);
}

.page-state-map .company-hero + section.reference-region-overview::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(1, 97, 191, 0.07) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, transparent 72%);
  pointer-events: none;
}

.page-state-map .company-hero + section.reference-region-overview .reference-region-overview__stack {
  position: relative;
  z-index: 2;
}

.page-state-map .reference-region-overview__copy .reference-region-overview__cta {
  margin-top: clamp(1.35rem, 2.5vw, 1.85rem);
}

.page-state-map .reference-region-overview__stack .reference-region-overview__grid {
  overflow: visible;
}

.page-state-map .reference-region-overview__map-column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(280px, 36vw, 420px);
  overflow: visible;
}

.page-state-map .reference-region-overview__map-column::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: min(520px, 135%);
  height: min(480px, 125%);
  transform: translate(-50%, -50%);
  background: radial-gradient(
    ellipse 100% 100% at 50% 50%,
    rgba(0, 159, 227, 0.32) 0%,
    rgba(1, 97, 191, 0.18) 34%,
    rgba(1, 97, 191, 0.08) 58%,
    rgba(1, 97, 191, 0.025) 78%,
    transparent 92%
  );
  filter: blur(52px);
  pointer-events: none;
  animation: state-map-glow 8s ease-in-out infinite alternate;
}

.page-state-map .reference-region-overview__map {
  position: relative;
  z-index: 2;
  width: min(100%, 420px);
  padding: clamp(1rem, 3vw, 1.75rem);
  overflow: visible;
}

.page-state-map .reference-region-overview__map img[src*="bodensee-quadrat"] {
  filter:
    brightness(0) invert(1)
    drop-shadow(0 16px 32px rgba(1, 97, 191, 0.16))
    drop-shadow(0 4px 10px rgba(0, 159, 227, 0.1));
}

.page-state-map .reference-region-overview__map img {
  position: relative;
  z-index: 2;
  filter:
    drop-shadow(0 16px 32px rgba(1, 97, 191, 0.16))
    drop-shadow(0 4px 10px rgba(0, 159, 227, 0.1));
  transition: transform 0.45s ease, filter 0.45s ease;
}

.page-state-map .reference-region-overview__map:hover img {
  transform: translateY(-6px) scale(1.025);
  filter:
    drop-shadow(0 20px 38px rgba(1, 97, 191, 0.2))
    drop-shadow(0 8px 18px rgba(0, 159, 227, 0.14));
}

.page-state-map .reference-region-overview__map:hover img[src*="bodensee-quadrat"] {
  filter:
    brightness(0) invert(1)
    drop-shadow(0 20px 38px rgba(1, 97, 191, 0.2))
    drop-shadow(0 8px 18px rgba(0, 159, 227, 0.14));
}

.page-state-map .reference-region-overview__stack > .reference-region-overview__locations-block .region-locations__pills {
  border-color: rgba(1, 97, 191, 0.2);
  box-shadow:
    0 24px 56px rgba(7, 57, 117, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

@keyframes state-map-glow {
  from {
    opacity: 0.72;
  }

  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-state-map .reference-region-overview__map-column::before {
    animation: none;
  }

  .page-state-map .reference-region-overview__map img {
    transition: none;
  }
}

.reference-region-overview__cta {
  justify-self: start;
}

.reference-region-overview__region {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 32px rgba(5, 63, 114, 0.12);
}

.reference-region-overview__region h3 {
  margin: 0;
  color: var(--color-primary);
  font-size: clamp(1.4rem, 2vw, 1.7rem);
  line-height: 1.2;
}

.reference-region-overview__region-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.reference-region-overview__stack > .reference-region-overview__locations-block {
  max-width: 1290px;
  margin-top: 62px;
}

.reference-region-overview__stack > .reference-region-overview__locations-block + .reference-region-overview__locations-block {
  margin-top: 42px;
}

.reference-region-overview__stack > .reference-region-overview__locations-block .region-locations__pills {
  margin-top: 24px;
}

.region-locations__pills .cleaning-pill-list {
  display: contents;
}

.region-locations__pills {
  grid-auto-rows: 72px;
  align-items: stretch;
}

.region-locations__pills .cleaning-pill {
  height: 100%;
  min-height: 72px;
  box-sizing: border-box;
}

.reference-region-overview__stack > .reference-region-overview__locations-block h3 {
  margin: 0 0 14px;
  color: var(--color-primary);
  font-size: clamp(28px, 2.5vw, 36px);
  line-height: 1.3;
  font-weight: 600;
}

.industries-band {
  color: var(--color-white);
  background: linear-gradient(180deg, var(--color-primary) 1%, var(--color-secondary) 100%);
}

.industries-band__layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: 581px;
  padding: 70px 0 76px;
}

.industries-band__copy {
  max-width: 700px;
}

.industries-band__copy h2,
.industries-band__copy p {
  color: var(--color-white);
}

.industries-band__copy .gradient-line {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.74));
}

.industries-band__copy .button {
  margin-top: 28px;
}

.industries-band__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(140px, 1fr));
  gap: 78px 70px;
  align-items: start;
}

.industries-band__item {
  display: grid;
  justify-items: center;
  gap: 20px;
  text-align: center;
}

.industries-band__item img {
  width: auto;
  height: 100px;
}

.industries-band__item h3 {
  margin: 0;
  color: var(--color-white);
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}

.cleanroom-benefits {
  padding: 82px 0 102px;
  background: #ffffff;
}

.cleanroom-benefits__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: start;
}

.cleanroom-benefits__copy {
  max-width: none;
}

.cleanroom-benefits__copy h3 {
  margin: 0;
  color: var(--color-primary);
  font-size: clamp(30px, 2.8vw, 36px);
  line-height: 1.3;
}

.cleanroom-benefits__lead {
  margin-top: 32px;
}

.cleanroom-benefits__copy .button {
  margin-top: 35px;
}

.cleanroom-benefits__content {
  max-width: none;
}

.cleanroom-benefits__items {
  display: grid;
  gap: 28px;
}

.cleanroom-benefits__item {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.cleanroom-benefits__dot {
  position: relative;
  width: 12px;
  height: 12px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--color-secondary);
  box-shadow: 0 0 0 8px rgba(0, 159, 227, 0.16);
}

.cleanroom-benefits__item h3 {
  margin: 0 0 10px;
  color: var(--color-primary);
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}

.cleanroom-benefits__content > p:last-child,
.cleanroom-benefits__footnote {
  margin-top: 36px;
}

.cleanroom-benefits__footnote strong {
  font-weight: 600;
}

.page-berlin .company-hero {
  --hero-bg-image: var(--company-section-hero-image);
  --hero-bg-position: center 42%;
}

.page-berlin main .container,
.page-berlin .site-footer .container {
  width: min(1290px, calc(100% - 64px));
}

.page-berlin .company-hero::after {
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-berlin .company-hero__content {
  padding-top: 112px;
  padding-bottom: 42px;
}

.page-berlin .company-hero h1 {
  max-width: none;
  font-size: clamp(50px, 5.3vw, 88px);
  line-height: 1.1;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.page-berlin .reference-region-overview {
  padding-top: 70px;
  padding-bottom: 78px;
}

.page-berlin .reference-region-overview__stack {
  display: grid;
  gap: 32px;
}

.page-berlin .reference-region-overview__heading {
  max-width: 1290px;
}

.page-berlin .reference-region-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 610px) minmax(320px, 600px);
  justify-content: space-between;
  gap: 72px;
  align-items: start;
}

.page-berlin .reference-region-overview__copy {
  max-width: 610px;
}

.page-berlin .reference-region-overview__heading h2 {
  max-width: none;
  line-height: 1.3;
}

.page-berlin .karlsruhe-services__heading h2 {
  max-width: none;
  line-height: 1.3;
}

.page-berlin .reference-region-overview__copy p,
.page-berlin .karlsruhe-services__intro,
.page-berlin .filtertest-standard__copy p,
.page-berlin .berlin-services__text-block p {
  line-height: 2;
}

.page-berlin .reference-region-overview__locations-block {
  max-width: 1290px;
  margin-top: 62px;
}

.page-berlin .reference-region-overview__locations-block .berlin-locations__pills {
  margin-top: 24px;
}

.page-berlin .reference-region-overview__locations-block h3,
.page-berlin .karlsruhe-services__subheading,
.page-berlin .berlin-services__text-block h3 {
  margin: 0 0 14px;
  color: var(--color-primary);
  font-size: clamp(28px, 2.5vw, 36px);
  line-height: 1.3;
  font-weight: 600;
}

.page-berlin .reference-region-overview__locations {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0 20px;
  margin-top: 24px;
}

.page-berlin .reference-region-overview__locations li {
  min-height: 55px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: #111111;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}

.page-berlin .berlin-location {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: inherit;
  text-decoration: none;
}

.page-berlin a.berlin-location:hover,
.page-berlin a.berlin-location:focus-visible {
  color: var(--color-primary);
}

.page-berlin .location-pin {
  position: relative;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  border-radius: 50% 50% 50% 0;
  background: linear-gradient(180deg, var(--color-secondary), var(--color-primary));
  transform: rotate(-45deg);
}

.page-berlin .location-pin::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.96);
}

.page-berlin .reference-region-overview__media {
  width: 600px;
  max-width: 100%;
}

.page-berlin .reference-region-overview__media img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.page-berlin .reference-region-overview__side {
  justify-self: end;
  width: 600px;
  max-width: 100%;
}

.page-berlin .karlsruhe-services {
  padding: 70px 0 82px;
}

.page-berlin .karlsruhe-services__heading {
  max-width: 1290px;
  margin-bottom: 0;
}

.page-berlin .karlsruhe-services__intro {
  max-width: 1290px;
  margin: 0 0 35px;
}

.page-berlin .filtertest-standard__stack {
  gap: 48px;
}

.page-berlin .filtertest-standard__row {
  grid-template-columns: minmax(0, 383px) minmax(0, 836px);
  justify-content: space-between;
  gap: 71px;
  align-items: start;
}

.page-berlin .filtertest-standard__row--reverse {
  grid-template-columns: minmax(0, 836px) minmax(0, 383px);
}

.page-berlin .filtertest-standard__media {
  max-width: 383px;
  justify-self: start;
}

.page-berlin .filtertest-standard__row--reverse .filtertest-standard__media {
  justify-self: end;
}

.page-berlin .filtertest-standard__copy {
  max-width: 836px;
}

.page-berlin .filtertest-standard__copy h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.page-berlin .berlin-services__text-block {
  max-width: 1290px;
}

@media (max-width: 1200px) {
  .industries-band__layout,
  .cleanroom-benefits__grid,
  .page-berlin .reference-region-overview__grid,
  .page-berlin .filtertest-standard__row,
  .page-berlin .filtertest-standard__row--reverse {
    gap: 32px;
  }

  .page-berlin .reference-region-overview__locations {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .industries-band__layout,
  .cleanroom-benefits__grid,
  .page-berlin .reference-region-overview__grid,
  .page-berlin .filtertest-standard__row,
  .page-berlin .filtertest-standard__row--reverse {
    grid-template-columns: 1fr;
  }

  .industries-band__layout {
    min-height: 0;
    padding: 68px 0 72px;
  }

  .industries-band__grid {
    gap: 44px 28px;
  }

  .page-berlin .reference-region-overview__locations {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-berlin .reference-region-overview__copy,
  .page-berlin .reference-region-overview__side,
  .page-berlin .reference-region-overview__media,
  .page-berlin .reference-region-overview__heading,
  .page-berlin .reference-region-overview__locations-block {
    width: 100%;
    max-width: none;
  }

  .page-berlin .filtertest-standard__media,
  .page-berlin .filtertest-standard__row--reverse .filtertest-standard__media {
    justify-self: center;
  }
}

@media (max-width: 640px) {
  .industries-band__grid,
  .page-berlin .reference-region-overview__locations {
    grid-template-columns: 1fr;
  }

  .page-berlin .company-hero {
    min-height: var(--subpage-hero-height);
    height: var(--subpage-hero-height);
  }

  .page-berlin .company-hero__content {
    min-height: 0;
    padding-top: 104px;
    padding-bottom: 30px;
  }

  .page-berlin .company-hero h1 {
    font-size: clamp(44px, 13vw, 72px);
    line-height: 0.98;
  }

  .page-berlin .reference-region-overview__locations li {
    min-height: 44px;
    font-size: 16px;
  }

  .cleanroom-benefits__item {
    grid-template-columns: 24px minmax(0, 1fr);
  }
}

.page-karlsruhe-reference .cleanroom-overview__copy h2,
.page-reference-city .cleanroom-overview__copy h2 {
  max-width: 15ch;
}

.karlsruhe-overview .cleanroom-overview__grid {
  align-items: stretch;
}

.duct-intro-overview .cleanroom-overview__grid {
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.airduct-intro-overview .cleanroom-overview__grid {
  align-items: stretch;
}

@media (min-width: 981px) {
  .airduct-intro-overview .cleanroom-overview__grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .airduct-intro-overview__grid > .cleanroom-overview__copy:first-of-type {
    grid-column: 1 / 4;
    grid-row: 1;
  }

  .airduct-intro-overview__grid > .airduct-intro-overview__media:first-of-type {
    grid-column: 4 / 6;
    grid-row: 1;
  }

  .airduct-intro-overview__grid > .airduct-intro-overview__media:last-of-type {
    grid-column: 1 / 3;
    grid-row: 2;
  }

  .airduct-intro-overview__grid > .airduct-intro-overview__aside {
    grid-column: 3 / 6;
    grid-row: 2;
  }
}

.airduct-intro-overview__grid {
  gap: clamp(1.75rem, 3vw, 3.5rem);
}

.airduct-intro-overview__grid .airduct-intro-overview__media {
  min-height: clamp(220px, 28vw, 360px);
}

.karlsruhe-overview .cleanroom-overview__copy .button {
  margin-top: 22px;
}

.duct-intro-overview .cleanroom-overview__copy .button,
.airduct-intro-overview .cleanroom-overview__copy .button {
  margin-top: 22px;
}

.karlsruhe-overview__media {
  justify-self: stretch;
  max-width: none;
}

.duct-intro-overview__media,
.airduct-intro-overview__media {
  justify-self: stretch;
  max-width: none;
}

.airduct-intro-overview__aside {
  align-self: center;
  max-width: none;
  color: #666666;
  font-size: 16px;
  line-height: 2;
}

.airduct-intro-overview__aside p {
  margin: 0;
}

.airduct-intro-overview__aside p + p {
  margin-top: 14px;
}

.duct-guide-overview,
.airduct-guide-overview {
  padding: clamp(4.5rem, 7vw, 6.5rem) 0;
  background: var(--color-soft);
}

.duct-guide-overview .cleanroom-overview__grid,
.airduct-guide-overview .cleanroom-overview__grid {
  align-items: stretch;
}

.duct-guide-overview__copy,
.airduct-guide-overview__copy {
  min-width: 0;
  margin: 0;
  align-self: start;
}

.duct-guide-overview__copy h2,
.airduct-guide-overview__copy h2,
.filtertest-overview.airduct-guide-overview .cleanroom-overview__copy h2 {
  margin: 0;
  max-width: none;
  color: var(--color-primary);
  line-height: 1.3;
}

.duct-guide-overview__copy .eyebrow,
.airduct-guide-overview__copy .eyebrow {
  margin-bottom: 14px;
}

.duct-guide-overview__copy p:not(.eyebrow) + p,
.airduct-guide-overview__copy p:not(.eyebrow) + p {
  margin-top: 0;
}

.duct-guide-overview .cleanroom-overview__copy .button,
.airduct-guide-overview .cleanroom-overview__copy .button {
  margin-top: 22px;
}

@media (max-width: 1100px) {
  .duct-guide-overview .cleanroom-overview__grid,
  .airduct-guide-overview .cleanroom-overview__grid {
    grid-template-columns: 1fr;
  }

  .cleaning-services__pills.duct-guide-overview__pills,
  .cleaning-services__pills.airduct-guide-overview__pills,
  .cleaning-services__pills.tower-overview__pills {
    align-self: start;
  }
}

.karlsruhe-services {
  background: #ffffff;
}

.karlsruhe-services__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem 2rem;
  margin-bottom: 1.25rem;
}

.karlsruhe-services__heading {
  max-width: 920px;
}

.karlsruhe-services__heading h2 {
  max-width: 14ch;
}

.karlsruhe-services__subheading {
  margin: 0 0 0.75rem;
  color: var(--color-primary);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.3;
  font-weight: 600;
}

.karlsruhe-services__intro {
  max-width: 980px;
  margin: 0 0 2rem;
  color: var(--color-text);
  font-size: 1.02rem;
  line-height: 1.75;
}

.karlsruhe-services__copy h3 {
  margin: 0 0 0.85rem;
  color: var(--color-primary);
  font-size: clamp(1.2rem, 1.8vw, 1.44rem);
  line-height: 1.35;
}

.karlsruhe-benefits {
  padding: clamp(4.5rem, 7vw, 6.5rem) 0;
  background-image: linear-gradient(1deg, #e8f3ff 0%, #ffffff 100%);
}

.karlsruhe-benefits__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.karlsruhe-benefits__intro h2 {
  max-width: none;
  color: var(--color-primary);
  line-height: 1.18;
}

.karlsruhe-benefits__intro .button {
  margin-top: 22px;
}

.karlsruhe-benefits__content p + p {
  margin-top: 1rem;
}

.page-memmingen .memmingen-overview__head {
  max-width: 1120px;
  margin-bottom: clamp(2rem, 3.6vw, 2.8rem);
}

.page-memmingen .memmingen-overview__head h2 {
  max-width: 24ch;
}

.page-memmingen .memmingen-overview__grid {
  grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
  gap: clamp(2.5rem, 4.2vw, 4.5rem);
  align-items: stretch;
}

.page-memmingen .cleanroom-overview__copy {
  max-width: none;
}

.page-memmingen .karlsruhe-overview__media {
  max-width: none;
  justify-self: stretch;
}

.page-memmingen .karlsruhe-services__heading {
  max-width: 1120px;
}

.page-memmingen .karlsruhe-services__heading h2 {
  max-width: 24ch;
}

.page-memmingen .karlsruhe-services__intro {
  max-width: 62ch;
}

.page-memmingen .karlsruhe-benefits__intro h2 {
  max-width: none;
}

.karlsruhe-benefits__cards {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0;
}

.karlsruhe-benefit-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 1.35rem 1.45rem;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(1, 97, 191, 0.1);
}

.karlsruhe-benefit-card__icon {
  display: inline-flex;
  width: 12px;
  height: 12px;
  margin-top: 0.46rem;
  border-radius: 999px;
  background: var(--color-primary);
}

.karlsruhe-benefit-card h3 {
  margin: 0 0 0.6rem;
  color: var(--color-primary);
  font-size: clamp(1.12rem, 1.8vw, 1.35rem);
  line-height: 1.32;
}

.karlsruhe-benefit-card p {
  margin: 0;
}

@media (max-width: 1100px) {
  .karlsruhe-benefits__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .karlsruhe-services__subheading {
    font-size: clamp(1.22rem, 6vw, 1.55rem);
  }

  .karlsruhe-services__head {
    display: grid;
    justify-content: start;
  }

  .karlsruhe-overview__media {
    justify-self: start;
  }

  .karlsruhe-benefit-card {
    grid-template-columns: 1fr;
  }

  .karlsruhe-benefit-card__icon {
    margin-top: 0;
  }
}

.page-jobs .site-header {
  background: rgba(255, 255, 255, 0);
}

.page-jobs .company-hero h1 {
  max-width: none;
  font-size: clamp(44px, 5vw, 60px);
}

.jobs-overview {
  padding-top: 70px;
  padding-bottom: 86px;
}

.page-jobs .jobs-overview__copy h2 {
  margin: 0;
  max-width: none;
  color: var(--color-primary);
  line-height: 1.14;
}

.page-jobs .jobs-teasers {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 2vw, 20px);
  align-content: start;
}

.page-jobs .jobs-teaser {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(1, 97, 191, 0.1);
  border-radius: 16px;
  color: inherit;
  text-decoration: none;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92) 0%, rgba(237, 244, 251, 0.88) 100%);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.85) inset,
    0 14px 34px rgba(1, 97, 191, 0.08);
  transition:
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.page-jobs .jobs-teaser::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 159, 227, 0.06) 0%, transparent 52%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.page-jobs .jobs-teaser:hover,
.page-jobs .jobs-teaser:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(1, 97, 191, 0.18);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.9) inset,
    0 22px 44px rgba(1, 97, 191, 0.14);
}

.page-jobs .jobs-teaser:hover::before,
.page-jobs .jobs-teaser:focus-visible::before {
  opacity: 1;
}

.jobs-teaser__media {
  margin: 0;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #edf4fb;
}

.jobs-teaser__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

@media (max-width: 980px) {
  .jobs-teaser__media {
    aspect-ratio: var(--content-image-portrait-aspect-mobile);
  }

  .jobs-teaser__media img {
    object-position: var(--content-image-focus-mobile);
  }
}

.page-jobs .jobs-teaser:hover .jobs-teaser__media img,
.page-jobs .jobs-teaser:focus-visible .jobs-teaser__media img {
  transform: scale(1.03);
}

.jobs-teaser__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: clamp(18px, 2vw, 24px);
}

.jobs-teaser__body h3 {
  margin: 0;
  color: var(--color-primary);
  font-size: clamp(20px, 1.8vw, 24px);
  line-height: 1.2;
  font-weight: 600;
}

.jobs-teaser__body p {
  margin: 0;
  color: var(--color-text);
  font-size: 14px;
  line-height: 1.55;
}

.jobs-teaser__link {
  margin-top: auto;
  padding-top: 6px;
  color: var(--color-secondary);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.page-jobs .jobs-teaser__link::after {
  content: " \2192";
}

.jobs-overview__grid {
  align-items: start;
  grid-template-columns: minmax(0, 0.94fr) minmax(300px, 0.78fr);
  gap: clamp(2rem, 4vw, 4rem);
}

.jobs-overview__copy {
  max-width: 620px;
}

.jobs-overview__copy h2 {
  max-width: 10ch;
}

.jobs-card-stack {
  display: grid;
  gap: 18px;
}

.job-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: clamp(176px, 20vw, 216px);
  padding: 24px;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.16);
  color: var(--color-white);
  text-align: left;
  appearance: none;
  background:
    linear-gradient(180deg, rgba(0, 159, 227, 0.28) 0%, rgba(1, 97, 191, 0.82) 100%),
    linear-gradient(130deg, rgba(255, 255, 255, 0.22) 0 10%, transparent 10% 24%, rgba(255, 255, 255, 0.14) 24% 30%, transparent 30% 46%, rgba(255, 255, 255, 0.12) 46% 52%, transparent 52% 100%),
    linear-gradient(160deg, rgba(255, 255, 255, 0.08) 0 20%, transparent 20% 100%),
    linear-gradient(135deg, #2ca8e8 0%, #0f6fca 58%, #0a58a8 100%);
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition);
}

.job-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(125deg, transparent 0 42%, rgba(255, 255, 255, 0.16) 42% 44%, transparent 44% 100%),
    linear-gradient(125deg, transparent 0 58%, rgba(255, 255, 255, 0.12) 58% 60%, transparent 60% 100%),
    linear-gradient(125deg, transparent 0 72%, rgba(255, 255, 255, 0.1) 72% 74%, transparent 74% 100%);
  opacity: 0.95;
}

.job-card:hover,
.job-card:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0, 81, 154, 0.24);
}

.job-card h3,
.job-card span {
  position: relative;
  z-index: 2;
  margin: 0;
}

.job-card h3 {
  max-width: 12ch;
  font-size: clamp(26px, 2vw, 32px);
  line-height: 1;
  letter-spacing: -0.03em;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.18);
}

.job-card span {
  align-self: flex-end;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.page-agb .site-header {
  background: rgba(255, 255, 255, 0);
}

.page-agb .company-hero h1 {
  max-width: 12ch;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.96;
}

.legal-document {
  padding-top: 70px;
  padding-bottom: 86px;
}

.legal-document__wrap {
  display: grid;
  gap: 30px;
}

.legal-document__heading h2 {
  max-width: 13ch;
}

.impressum-document {
  padding-top: 74px;
  padding-bottom: 92px;
}

.impressum-document__wrap {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: 30px;
}

.impressum-document__heading {
  text-align: center;
  justify-items: center;
}

.impressum-document__heading h2 {
  max-width: none;
}

.impressum-document__content {
  display: grid;
  gap: 22px;
  text-align: center;
}

.impressum-document__content h3 {
  margin: 8px 0 2px;
  font-size: 26px;
  line-height: 1.24;
  color: #111;
}

.impressum-document__content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.72;
  color: var(--color-text);
}

.cookie-policy {
  padding-top: 74px;
  padding-bottom: 92px;
}

.cookie-policy__wrap {
  display: grid;
  gap: 34px;
}

.cookie-policy__heading h2 {
  max-width: 16ch;
}

.cookie-policy__body {
  display: grid;
  gap: 20px;
}

.cookie-policy__body > p,
.cookie-policy__body > ul,
.cookie-policy__body > ol {
  margin: 0;
  font-size: 16px;
  line-height: 1.72;
  color: var(--color-text);
}

.cookie-policy__body > h3,
.cookie-policy__body > h4 {
  margin: 6px 0 0;
  line-height: 1.22;
  color: #111;
}

.cookie-policy__body > h3 {
  font-size: 30px;
}

.cookie-policy__body > h4 {
  font-size: 21px;
}

.cookie-policy__body > ul,
.cookie-policy__body > ol {
  padding-left: 22px;
}

.cookie-policy__note {
  font-style: italic;
  color: #4e6274;
}

.cookie-policy__services,
.cookie-policy__consent {
  display: grid;
  gap: 16px;
}

.cookie-service,
.cookie-category {
  border-radius: 12px;
  border: 1px solid rgba(1, 97, 191, 0.14);
  background: #fff;
  box-shadow: 0 16px 40px rgba(7, 34, 67, 0.06);
  overflow: hidden;
}

.cookie-service[open],
.cookie-category[open] {
  border-color: rgba(1, 97, 191, 0.24);
}

.cookie-service summary,
.cookie-category summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.cookie-service summary::-webkit-details-marker,
.cookie-category summary::-webkit-details-marker {
  display: none;
}

.cookie-service__title,
.cookie-category__title {
  display: grid;
  gap: 4px;
}

.cookie-service__title strong,
.cookie-category__title strong {
  font-size: 22px;
  line-height: 1.18;
  color: #111;
}

.cookie-service__title span,
.cookie-category__title span {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6d7b8c;
}

.cookie-service__chevron,
.cookie-category__chevron {
  width: 32px;
  height: 32px;
  flex: none;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #0161bf;
  background: rgba(1, 97, 191, 0.08);
  transition: transform var(--transition), background var(--transition);
}

.cookie-service[open] .cookie-service__chevron,
.cookie-category[open] .cookie-category__chevron {
  transform: rotate(180deg);
  background: rgba(1, 97, 191, 0.14);
}

.cookie-service__content,
.cookie-category__content {
  padding: 0 22px 22px;
  display: grid;
  gap: 18px;
}

.cookie-service__content p,
.cookie-category__content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.68;
  color: var(--color-text);
}

.cookie-service__table {
  display: grid;
  gap: 10px;
}

.cookie-service__row {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) 150px minmax(0, 1.2fr);
  gap: 14px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #f7fbff;
}

.cookie-service__row strong {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6d7b8c;
}

.cookie-service__row span {
  font-size: 14px;
  line-height: 1.55;
  color: #18314d;
}

.cookie-consent-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.cookie-consent-card {
  border-radius: 10px;
  padding: 16px 18px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef6ff 100%);
  border: 1px solid rgba(1, 97, 191, 0.1);
}

.cookie-consent-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 17px;
  line-height: 1.28;
  color: #111;
}

.cookie-consent-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.62;
  color: var(--color-text);
}

@media (max-width: 980px) {
  .cookie-service__row {
    grid-template-columns: 1fr;
  }

  .cookie-consent-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .cookie-policy {
    padding-top: 60px;
    padding-bottom: 74px;
  }

  .cookie-policy__body > h3 {
    font-size: 26px;
  }

  .cookie-policy__body > h4 {
    font-size: 19px;
  }

  .cookie-service summary,
  .cookie-category summary,
  .cookie-service__content,
  .cookie-category__content {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.legal-document__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  align-items: start;
}

.legal-column {
  display: grid;
  gap: 14px;
}

.legal-column p {
  margin: 0;
  font-size: 16px;
  line-height: 1.72;
  color: var(--color-text);
}

.legal-column h3,
.legal-column h4 {
  margin: 8px 0 2px;
  color: #111;
  line-height: 1.24;
}

.legal-column h3 {
  font-size: 28px;
}

.legal-column h4 {
  font-size: 20px;
}

.legal-column ul {
  margin: 0;
  padding-left: 22px;
  display: grid;
  gap: 8px;
}

.legal-column li {
  font-size: 16px;
  line-height: 1.72;
  color: var(--color-text);
}

.legal-column strong {
  color: #111;
  font-weight: 700;
}

.legal-column__date {
  margin-top: 10px;
  font-weight: 700;
}

.page-certifications .company-hero {
  --hero-bg-image: var(--company-section-hero-image);
  --hero-bg-position: center 42%;
}

.page-certifications .company-hero::after {
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-certifications .company-hero__content {
  padding-top: 116px;
  padding-bottom: 62px;
}

.page-certifications .company-hero h1 {
  max-width: none;
  font-size: clamp(52px, 6.2vw, 88px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.certifications-section {
  padding: 72px 0 68px;
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.certifications-section__heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.certifications-section__heading .gradient-line {
  width: 210px;
  height: 4px;
  margin: 14px 0 20px;
}

.certifications-section__heading p + p {
  margin-top: 8px;
}

.certifications-section__heading strong {
  color: #3c3c3c;
  font-weight: 700;
}

.cert-gallery {
  display: grid;
  grid-template-columns: minmax(320px, 640px) minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

.cert-gallery__preview a {
  display: block;
  max-width: 640px;
}

.cert-gallery__preview a:focus-visible {
  outline: 3px solid var(--color-secondary);
  outline-offset: 5px;
  border-radius: 10px;
}

.cert-gallery__preview img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.25s ease, transform 0.4s ease;
}

.cert-gallery__pdf-preview {
  display: block;
  width: 100%;
  min-height: 520px;
  height: min(72vh, 820px);
  border: 0;
  background: #fff;
}

/* display:block wuerde das hidden-Attribut sonst aushebeln (leerer weisser Kasten) */
.cert-gallery__pdf-preview[hidden] {
  display: none;
}

.cert-gallery__link--pdf {
  cursor: default;
}

.cert-gallery__controls {
  display: grid;
  gap: 20px;
  max-width: 575px;
}

.cert-item {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 55px;
  width: 100%;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #000;
  text-align: left;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.3;
  cursor: pointer;
  transition: box-shadow 0.25s ease, transform 0.02s ease, background 0.25s ease, color 0.25s ease;
}

.cert-item::before {
  content: "";
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border: 2px solid var(--color-secondary);
  border-radius: 50%;
  background: radial-gradient(circle, transparent 0 4px, transparent 5px);
  transition: border-color var(--transition), background var(--transition);
}

.cert-item:hover,
.cert-item:focus-visible {
  box-shadow: 0 10px 24px rgba(7, 57, 117, 0.1);
}

.cert-item:focus-visible {
  outline: 2px solid rgba(0, 159, 227, 0.24);
  outline-offset: 3px;
}

.cert-item.is-active {
  color: var(--color-white);
  background: linear-gradient(90deg, #0b5db8 0%, #009fe3 100%);
}

.cert-item.is-active::before {
  border-color: #fff;
  background: radial-gradient(circle, #fff 0 4px, transparent 5px);
}

.page-sustainability .company-hero,
.page-safety .company-hero,
.page-quality .company-hero,
.page-glossary .company-hero,
.page-news .company-hero,
.page-news-article .company-hero {
  --hero-bg-image: var(--company-section-hero-image);
  --hero-bg-position: center 42%;
}

.page-glossary-term .company-hero {
  --hero-bg-image: var(--company-section-hero-image);
  --hero-bg-position: center 42%;
}

.page-sustainability .company-hero::after,
.page-safety .company-hero::after,
.page-quality .company-hero::after,
.page-glossary .company-hero::after,
.page-news .company-hero::after,
.page-news-article .company-hero::after {
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-sustainability .company-hero__content,
.page-safety .company-hero__content,
.page-quality .company-hero__content,
.page-glossary .company-hero__content,
.page-news .company-hero__content,
.page-news-article .company-hero__content {
  padding-top: 116px;
  padding-bottom: 62px;
}

.page-sustainability .company-hero h1,
.page-safety .company-hero h1,
.page-quality .company-hero h1 {
  max-width: none;
  font-size: clamp(52px, 6.2vw, 88px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.page-glossary .company-hero h1 {
  max-width: 16ch;
  font-size: clamp(52px, 6.2vw, 88px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.page-glossary-term .company-hero__content {
  padding-top: 116px;
  padding-bottom: 62px;
}

.page-glossary-term .company-hero h1 {
  max-width: 22ch;
  font-size: clamp(36px, 5vw, 72px);
  line-height: 1.02;
  letter-spacing: -0.03em;
}

.page-glossary-term .glossary-term-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.page-glossary-term .glossary-term-hero__actions .button--outline {
  color: var(--color-white);
  background: transparent;
  border: 2px solid var(--color-white);
}

.page-glossary-term .glossary-term-hero__actions .button--outline:hover,
.page-glossary-term .glossary-term-hero__actions .button--outline:focus-visible {
  color: var(--color-white);
  background: rgba(255, 255, 255, 0.14);
  border-color: var(--color-white);
}

.page-glossary-term .glossary-term {
  padding: 72px 0 96px;
  background: var(--company-section-gradient);
}

.page-glossary-term .glossary-term__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
  gap: 48px;
  align-items: start;
}

.page-glossary-term .glossary-term__content h2 {
  max-width: none;
  margin-bottom: 1.25rem;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.15;
  letter-spacing: -0.03em;
}

.page-glossary-term .glossary-term__content h3,
.page-glossary-term .glossary-term__content h4 {
  margin: 1.75rem 0 0.85rem;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.page-glossary-term .glossary-term__content p,
.page-glossary-term .glossary-term__content li {
  max-width: 72ch;
  font-size: 16px;
  line-height: 2;
  color: #666;
}

.page-glossary-term .glossary-term__content p {
  margin-bottom: 1.25rem;
}

.page-glossary-term .glossary-term__content ul,
.page-glossary-term .glossary-term__content ol {
  margin: 0 0 1.25rem;
  padding-left: 1.35rem;
}

.page-glossary-term .glossary-term__content li + li {
  margin-top: 0.35rem;
}

.page-glossary-term .glossary-term__content a:not(.button) {
  color: var(--brand-blue, #0066cc);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.page-glossary-term .glossary-term__aside-card {
  position: sticky;
  top: 110px;
  padding: 28px 24px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(15, 44, 89, 0.08);
}

.page-glossary-term .glossary-term__aside-title {
  margin: 0 0 1rem;
  font-size: 1.15rem;
  line-height: 1.3;
}

.page-glossary-term .glossary-term__aside-card p {
  margin-bottom: 1rem;
  font-size: 15px;
  line-height: 1.8;
  color: #666;
}

.page-glossary-term .glossary-term__aside-card .button {
  width: 100%;
  margin-top: 0.5rem;
}

.page-glossary-term .company-hero::after {
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

@media (max-width: 960px) {
  .page-glossary-term .glossary-term__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .page-glossary-term .glossary-term__aside-card {
    position: static;
  }

  .page-glossary-term .company-hero h1 {
    max-width: none;
  }
}

.quality-intro__layout {
  display: grid;
  gap: 32px;
}

.quality-intro__header {
  margin: 0;
}

.quality-intro__columns {
  display: grid;
  gap: 48px;
  align-items: start;
}

@media (min-width: 1101px) {
  .quality-intro__columns {
    grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  }
}

.quality-intro__body {
  margin: 0;
}

.quality-intro__media {
  margin: 0;
  max-width: 520px;
  width: 100%;
  justify-self: end;
  align-self: start;
}

.quality-intro__full {
  margin: 0;
  padding-top: 0;
}

.quality-intro__body p + p,
.quality-intro__full p + p {
  margin-top: 12px;
}

.quality-intro__full .button {
  margin-top: 22px;
}

.text-link {
  color: var(--color-primary);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color var(--transition);
}

.text-link:hover,
.text-link:focus-visible {
  color: var(--color-secondary);
}

.sustainability-intro {
  padding: 72px 0 80px;
  background: var(--company-section-gradient);
}

.sustainability-intro__grid,
.sustainability-accordion-section__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
  gap: 56px;
  align-items: center;
}

.sustainability-intro__copy p + p,
.sustainability-accordion-section__copy p + p {
  margin-top: 12px;
}

.sustainability-intro__copy .button {
  margin-top: 22px;
}

.sustainability-intro__media {
  max-width: 640px;
  justify-self: end;
}

.sustainability-accordion-section {
  padding: 84px 0;
  background: linear-gradient(180deg, #ffffff 0%, #edf4fb 100%);
}

.sustainability-accordion-section__media {
  max-width: 585px;
}

.home-faq {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(120% 80% at 0% 0%, rgba(141, 199, 255, 0.14) 0%, transparent 55%),
    radial-gradient(90% 70% at 100% 100%, rgba(0, 159, 227, 0.1) 0%, transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #e8f3ff 100%);
}

.home-faq .faq-section {
  display: grid;
  gap: clamp(28px, 4vw, 40px);
  max-width: 920px;
  margin-inline: auto;
}

.home-faq .faq-section__header {
  text-align: center;
}

.home-faq .faq-section__header .gradient-line {
  margin-inline: auto;
}

.home-faq .faq-section__header h2 {
  margin: 0;
  line-height: 1.14;
  color: var(--color-primary);
}

.home-faq .faq-section__header .eyebrow {
  margin-bottom: 12px;
  color: var(--color-secondary);
}

.home-faq .accordion {
  margin-top: 0;
}

.home-faq .accordion-item {
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow:
    0 8px 24px rgba(7, 57, 117, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px) saturate(150%);
  -webkit-backdrop-filter: blur(16px) saturate(150%);
}

.home-faq .accordion-item__trigger {
  font-size: 18px;
  color: var(--color-primary);
}

.home-faq .accordion-item__trigger:hover,
.home-faq .accordion-item__trigger:focus-visible,
.home-faq .accordion-item.is-open .accordion-item__trigger {
  color: var(--color-primary);
}

.home-faq .accordion-item.is-open .accordion-item__panel {
  background: rgba(255, 255, 255, 0.18);
  border-top: 1px solid rgba(255, 255, 255, 0.45);
}

.accordion {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.accordion-item {
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.08);
}

.accordion-item__heading {
  margin: 0;
}

.accordion-item__trigger {
  position: relative;
  width: 100%;
  padding: 22px 66px 22px 26px;
  color: #111;
  text-align: left;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  transition: color var(--transition);
}

.accordion-item__trigger::before,
.accordion-item__trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--color-secondary);
  transform: translateY(-50%);
  transition: transform var(--transition), opacity var(--transition), background-color var(--transition);
}

.accordion-item__trigger::after {
  transform: translateY(-50%) rotate(90deg);
}

.accordion-item__trigger:hover,
.accordion-item__trigger:focus-visible,
.accordion-item.is-open .accordion-item__trigger {
  color: var(--color-primary);
}

.accordion-item__trigger:focus-visible {
  outline: 2px solid rgba(0, 159, 227, 0.24);
  outline-offset: -2px;
}

.accordion-item.is-open .accordion-item__trigger::before,
.accordion-item.is-open .accordion-item__trigger::after {
  background: var(--color-primary);
}

.accordion-item.is-open .accordion-item__trigger::after {
  opacity: 0;
  transform: translateY(-50%) rotate(90deg) scaleX(0.2);
}

.accordion-item__panel {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0 26px;
  overflow: hidden;
  transition:
    grid-template-rows 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    padding 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    background-color 0.4s ease,
    border-color 0.4s ease;
}

.accordion-item.is-open .accordion-item__panel {
  grid-template-rows: 1fr;
  padding: 0 26px 22px;
}

.accordion-item__panel-inner {
  min-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-item.is-open .accordion-item__panel-inner {
  opacity: 1;
  transition-delay: 0.06s;
}

.accordion-item__panel p {
  margin: 0;
  font-size: 16px;
  line-height: 2;
}

@media (prefers-reduced-motion: reduce) {
  .accordion-item__panel,
  .accordion-item__panel-inner {
    transition: none;
  }
}

@media (min-width: 1025px) {
  .cert-gallery__preview img {
    transform: scale(0.97);
    transform-origin: left top;
  }
}

@media (max-width: 1100px) {
  .certifications-section {
    padding-block: 64px;
  }

  .cert-gallery {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cert-gallery__controls,
  .cert-gallery__preview a {
    max-width: none;
  }

  .page-certifications .company-hero h1 {
    font-size: clamp(56px, 10.5vw, 88px);
  }
}

@media (max-width: 1180px) {
  .reference-region-overview__grid,
  .duct-intro__grid,
  .vdi-intro__grid,
  .energy-intro__columns,
  .energy-section__grid,
  .energy-section__grid--reverse,
  .roomdis-intro__grid,
  .hygiene-overview__columns,
  .hygiene-overview__layout,
  .kitchen-detail__grid,
  .kitchen-detail__grid--reverse,
  .memmingen-overview__grid,
  .cooling-systems-overview__grid,
  .cooling-systems-section__grid,
  .textile-intro__columns,
  .filtertest-procedure__grid,
  .leaktest-purpose__grid {
    grid-template-columns: 1fr;
  }

  .site-header__inner {
    grid-template-columns: auto 1fr auto;
  }

  .header-badge {
    display: none;
  }

  .hero__bottom {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 24px;
  }

  .hero__cta {
    justify-self: center;
  }

  .site-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-grid,
  .company-grid--narrow,
  .company-customers__grid,
  .customers-overview__grid,
  .company-locations__body,
  .sustainability-intro__grid,
  .sustainability-accordion-section__grid,
  .locations-intro__grid {
    grid-template-columns: 1fr;
  }

  .industries-overview__columns {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .industries-overview__columns > .industries-overview__copy,
  .industries-overview__columns > .industries-overview__icon-column,
  .industries-overview__columns > .industries-overview__media {
    grid-column: 1;
    grid-row: auto;
  }

  .page-industries .industries-overview__icon-column {
    overflow: hidden;
    width: 100%;
    max-width: 100%;
  }

  .page-industries .industries-overview__icon-column::before {
    width: min(100%, 320px);
    height: min(100%, 300px);
    filter: blur(36px);
  }

  .page-industries .industries-overview,
  .page-industries .industries-overview__layout,
  .page-industries .industries-overview__columns {
    overflow-x: clip;
    max-width: 100%;
  }

  .quality-intro__columns {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .branchen-overview__intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .branchen-overview__eyebrow,
  .branchen-overview__heading,
  .branchen-overview__copy {
    grid-column: 1;
    grid-row: auto;
  }

  .inspection-intro__columns {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cleaning-intro__columns {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cleaning-intro__media,
  .cleaning-detail__media {
    height: auto !important;
    min-height: clamp(220px, 42vw, 360px);
  }

  .cleaning-intro__media img,
  .cleaning-detail__media img {
    position: static;
    width: 100%;
    height: auto;
    min-height: clamp(220px, 42vw, 360px);
    aspect-ratio: var(--content-image-aspect-mobile);
    object-fit: cover;
    object-position: center top !important;
  }

  .inspection-intro__media {
    max-width: 560px;
    justify-self: center;
    margin-inline: auto;
  }

  .inspection-intro__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: var(--content-image-aspect-mobile);
    object-fit: cover;
    object-position: center top !important;
  }

  .quality-intro__media {
    max-width: 560px;
    justify-self: center;
    margin-inline: auto;
  }

  .company-media-card--portrait,
  .company-sustainability .company-media-card,
  .sustainability-intro__media {
    justify-self: center;
    margin-inline: auto;
  }

  .company-branches {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  :root {
    --container: min(calc(100% - 40px), 1200px);
  }

  .site-header__inner {
    grid-template-columns: auto 1fr auto;
    min-height: 82px;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-menu-toggle {
    display: grid;
    justify-self: center;
  }

  .button--header {
    min-height: 48px;
    min-width: 0;
    padding: 10px 12px;
    border-radius: 0 0 0 12px;
  }

  .hero__content {
    padding-top: 96px;
  }

  .hero h1 {
    font-size: clamp(38px, 7.8vw, 88px);
  }

  .hero-stats {
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
    width: min(100%, 420px);
    margin-inline: auto;
    padding: 16px 22px;
    border-radius: 16px;
    text-align: center;
    background: var(--hero-stats-card-bg);
    border: 1px solid var(--hero-stats-card-border);
    box-shadow: var(--hero-stats-card-shadow);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .hero-stat {
    flex: 1 1 92px;
    min-width: 92px;
    max-width: none;
  }

  .hero-stat strong {
    margin-bottom: 6px;
    font-size: clamp(28px, 5vw, 42px);
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    text-shadow:
      0 1px 4px rgba(0, 0, 0, 0.55),
      0 0 14px rgba(0, 159, 227, 0.32);
  }

  .hero-stat span {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--hero-eyebrow-color);
  }

  .hero__bottom {
    gap: 20px;
    padding-bottom: 36px;
  }

  .intro__grid,
  .presence__grid,
  .feature__grid,
  .progress__grid,
  .video-grid,
  .sector-grid {
    grid-template-columns: 1fr;
  }

  .sectors__layout {
    gap: 28px;
  }

  .sectors__columns {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .sectors .sector-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sector-grid {
    gap: 8px;
  }

  .videos__heading {
    align-items: start;
    flex-direction: column;
  }

  .quick-rail--desktop {
    display: none;
  }

  .quick-rail--mobile {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    inset: auto 0 0;
    overflow: hidden;
    border-radius: var(--radius) var(--radius) 0 0;
  }

  .quick-rail--mobile .quick-rail__item {
    width: 100%;
    height: 58px;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }

  .quick-rail--mobile .quick-rail__item:first-child {
    border-left: 0;
  }

  .scroll-to-top {
    right: 16px;
    bottom: 74px;
    width: 52px;
    height: 52px;
  }

  .site-footer__legal-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .company-section,
  .company-locations,
  .company-customers,
  .company-testimonials,
  .company-employees,
  .company-cta,
  .company-sustainability,
  .sustainability-intro,
  .sustainability-accordion-section {
    padding-block: 64px;
  }

  .company-stat-grid,
  .company-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .company-logo-grid,
  .company-branches {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .company-cta p {
    font-size: 20px;
  }

  .certifications-section {
    padding-block: 64px;
  }

  .cert-gallery {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .cert-gallery__controls,
  .cert-gallery__preview a {
    max-width: none;
  }

  /* Mobil: erst die Auswahl, dann die Vorschau. */
  .cert-gallery__controls {
    order: 1;
  }

  .cert-gallery__preview {
    order: 2;
  }

  /* Buttons als kompakte Menue-Liste statt grosser Pills. */
  .cert-gallery__controls {
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(7, 57, 117, 0.14);
    border-radius: 16px;
    background: var(--color-white);
    box-shadow: 0 10px 24px rgba(7, 57, 117, 0.08);
  }

  .cert-gallery__controls .cert-item {
    min-height: 48px;
    padding: 11px 16px;
    border: 0;
    border-bottom: 1px solid rgba(7, 57, 117, 0.1);
    border-radius: 0;
    font-size: 16px;
  }

  .cert-gallery__controls .cert-item:last-child {
    border-bottom: 0;
  }

  .cert-gallery__controls .cert-item::before {
    flex-basis: 18px;
    width: 18px;
    height: 18px;
  }

  .cert-gallery__controls .cert-item:hover,
  .cert-gallery__controls .cert-item:focus-visible {
    box-shadow: none;
    background: rgba(0, 159, 227, 0.08);
  }

  .cert-gallery__controls .cert-item.is-active {
    background: linear-gradient(90deg, #0b5db8 0%, #009fe3 100%);
  }

  .page-certifications .company-hero h1 {
    font-size: clamp(56px, 10.5vw, 88px);
  }

  .page-customers .company-hero h1,
  .page-agb .company-hero h1,
  .page-jobs .company-hero h1,
  .page-references .company-hero h1,
  .page-reference-region .company-hero h1,
  .page-karlsruhe-reference .company-hero h1,
  .page-reference-city .company-hero h1,
  .page-industries .company-hero h1,
  .page-sustainability .company-hero h1,
  .page-safety .company-hero h1,
  .page-quality .company-hero h1 {
    font-size: clamp(56px, 10.5vw, 88px);
  }

  .page-glossary .company-hero h1 {
    font-size: clamp(56px, 10.5vw, 88px);
  }

  .industries-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .references-grid {
    gap: 18px;
  }

  .jobs-overview__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .legal-document__columns {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .industries-overview__intro {
    margin-bottom: 32px;
  }

  .customers-link-card__label {
    justify-self: center;
    font-size: 20px;
  }

  /* Site-weit: Text+Bild einspaltig + Bilder zentriert (Burger-Menü) */
  main .company-grid,
  main .company-grid--narrow,
  main .company-locations__body,
  main .sustainability-intro__grid,
  main .sustainability-accordion-section__grid,
  main .locations-intro__grid,
  main .inspection-intro__columns,
  main .cleaning-intro__columns,
  main .cleaning-detail__row,
  main .cleaning-detail__row--reverse,
  main .vdi-intro__grid,
  main .vdi-intro__columns,
  main .quality-intro__columns,
  main .repair-detail__grid,
  main .services-intro__grid,
  main .intro__grid,
  main .feature__grid,
  main .progress__grid,
  main .presence__grid,
  main .branchen-overview__intro,
  main .industries-overview__columns,
  main .standards-overview__columns,
  main .duct-intro__grid,
  main .duct-guide__grid,
  main .airduct-intro__grid,
  main .airduct-partner__grid,
  main .airduct-why__grid,
  main .airduct-health__grid,
  main .airduct-expertise__grid,
  main .airduct-expertise__cert-grid,
  main .airduct-expertise__columns,
  main .roomdis-intro__grid,
  main .tower-overview__grid,
  main .job-detail-split,
  main .job-tasks-layout,
  main .job-benefits-grid,
  main .job-process-grid,
  main .job-quote-grid,
  main .jobs-overview__grid,
  main .cooling-systems-overview__grid,
  main .cooling-systems-section__grid,
  main .cleanroom-overview__grid,
  main .oproom-overview__grid,
  main .cleanroom-filter__columns,
  main .hygiene-overview__columns,
  main .filtertest-standard__row,
  main .hygiene-benefits__grid,
  main .energy-intro__columns,
  main .energy-section__grid,
  main .energy-section__grid--reverse,
  main .energy-geg__layout,
  main .energy-dinspec__grid,
  main .cleaning-services__top,
  main .reference-region-overview__grid,
  main .kitchen-detail__grid,
  main .kitchen-detail__grid--reverse,
  main .memmingen-overview__grid,
  main .textile-intro__columns,
  main .filtertest-procedure__grid,
  main .leaktest-purpose__grid,
  main .hygiene-overview__layout,
  main .hygiene-services__top,
  main .page-berlin .reference-region-overview__grid,
  main .page-berlin .filtertest-standard__row,
  main .karlsruhe-overview .cleanroom-overview__grid,
  main .duct-intro-overview .cleanroom-overview__grid,
  main .airduct-intro-overview .cleanroom-overview__grid,
  main .airduct-guide-overview .cleanroom-overview__grid,
  main .duct-vorteile .filtertest-standard__row,
  main .page-duct-cleaning .duct-vorteile .filtertest-standard__row {
    grid-template-columns: 1fr !important;
  }

  main .company-media-card,
  main [class*="intro__media"],
  main [class*="detail__media"],
  main .vdi-intro__media,
  main .quality-intro__media,
  main .repair-detail__media,
  main .sustainability-intro__media,
  main .sustainability-accordion-section__media,
  main .cleanroom-overview__media,
  main .oproom-overview__media,
  main .airduct-intro-overview__media,
  main .airduct-why__media,
  main .airduct-health__media,
  main .airduct-expertise__media,
  main .airduct-expertise__cert-media,
  main .energy-section__media,
  main .filtertest-standard__media,
  main .hygiene-overview__media,
  main .textile-intro__media,
  main .feature__media,
  main .progress__media,
  main .presence__media,
  main .reference-region-overview__media,
  main .jobs-teaser__media,
  main .industries-overview__media,
  main .industries-overview__icon-column,
  main .job-about__media,
  .inspection-intro__media,
  .quality-intro__media,
  .sustainability-intro__media,
  .locations-intro__media,
  .services-intro__media,
  .cleaning-intro__media,
  .cleaning-detail__media,
  .company-media-card--portrait,
  .company-sustainability .company-media-card,
  .page-berlin .filtertest-standard__media,
  .page-berlin .filtertest-standard__row--reverse .filtertest-standard__media,
  .energy-section__media,
  .energy-section__grid--reverse .energy-section__media {
    justify-self: center !important;
    margin-inline: auto;
    width: 100%;
    max-width: min(100%, 640px);
  }

  main .company-media-card img,
  main [class*="intro__media"] img,
  main [class*="detail__media"] img,
  main .vdi-intro__media img,
  main .quality-intro__media img,
  main .repair-detail__media img,
  main .sustainability-intro__media img,
  main .cleanroom-overview__media img,
  main .energy-section__media img,
  main .filtertest-standard__media img,
  main .airduct-why__media img,
  main .airduct-health__media img,
  main .airduct-expertise__media img,
  main .airduct-expertise__cert-media img,
  main .airduct-intro-overview__media img,
  main .reference-region-overview__media img,
  main .jobs-teaser__media img,
  main .industries-overview__media img,
  .feature__media img,
  .progress__media img,
  .presence__media img,
  .cleaning-intro__media img,
  .cleaning-detail__media img,
  .inspection-intro__media img,
  .video-card__poster img {
    object-position: center top !important;
  }

  .page-industries .industries-overview__icon-column,
  .page-industries .industries-overview__media {
    max-width: min(100%, 360px) !important;
    justify-self: center !important;
    margin-inline: auto;
  }

  .page-industries .industries-overview__icon {
    margin-inline: auto;
  }

  main img {
    object-position: center top;
  }

  .company-media-card--portrait img,
  .company-sustainability .company-media-card img,
  .company-employees .company-media-card img,
  .jobs-teaser__media img {
    aspect-ratio: var(--content-image-portrait-aspect-mobile) !important;
    object-position: var(--content-image-focus-mobile) !important;
  }

  main :is(
    [class*="__media"],
    .company-media-card,
    .video-card__poster
  ) img {
    aspect-ratio: var(--content-image-aspect-mobile);
    object-position: var(--content-image-focus-mobile);
  }
}

@media (max-width: 767px) {
  :root {
    --container: calc(100% - 32px);
  }

  .site-header__inner {
    gap: 10px;
  }

  .brand {
    width: 112px;
    height: 36px;
  }

  .button--header {
    min-height: 44px;
    padding: 8px 10px;
    font-size: 13px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(24px, 6.5vw, 32px);
    line-height: 1.1;
    letter-spacing: -0.02em;
  }

  .hero .eyebrow--hero {
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-shadow:
      0 1px 3px rgba(0, 0, 0, 0.78),
      0 0 12px rgba(0, 0, 0, 0.4);
  }

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

  .hero__fade {
    height: min(200px, 46%);
  }

  .hero__content {
    flex: 0 0 auto;
    align-content: start;
    justify-items: center;
    padding-top: clamp(112px, 13svh, 136px);
    padding-bottom: 16px;
    min-height: 0;
  }

  .hero__bottom {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 auto;
    gap: 14px;
    padding-top: 8px;
    padding-bottom: calc(58px + 24px);
  }

  .hero-stats {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 18px;
    width: min(100%, 360px);
    padding: 16px 20px;
    border-radius: 16px;
    text-align: center;
    background: var(--hero-stats-card-bg);
    border: 1px solid var(--hero-stats-card-border);
    box-shadow: var(--hero-stats-card-shadow);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .hero-stat {
    flex: 1 1 88px;
    min-width: 88px;
    max-width: none;
  }

  .hero-stat strong {
    margin-bottom: 5px;
    font-size: clamp(26px, 7.2vw, 34px);
    font-weight: 600;
    color: #ffffff;
    text-shadow:
      0 1px 4px rgba(0, 0, 0, 0.55),
      0 0 14px rgba(0, 159, 227, 0.32);
  }

  .hero-stat span {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--hero-eyebrow-color);
  }

  .hero-scroll {
    width: 72px;
    height: 72px;
    font-size: 28px;
  }

  .hero__cta {
    width: min(100%, 280px);
    min-height: 48px;
    font-size: 14px;
  }

  .quote-form__grid {
    grid-template-columns: 1fr;
  }

  .de-map__stage:not(.de-map__stage--austria) {
    width: min(100%, 360px);
  }

  .map-card [data-presence-map-mode="staedte"] .de-map__stage--staedte {
    width: 100%;
  }

  .presence-map-wrap {
    max-width: min(100%, 360px);
  }

  .presence-map-austria-control {
    right: 5%;
    bottom: 5%;
  }

  .presence-map-austria-trigger {
    min-height: 38px;
    padding: 7px 12px 7px 14px;
    font-size: 13px;
  }

  .austria-map-lightbox {
    padding: 16px;
  }

  .austria-map-lightbox__dialog {
    max-height: calc(100dvh - 32px);
  }

  .austria-map-lightbox__header,
  .austria-map-lightbox__body {
    padding-inline: 16px;
  }

  .austria-map-lightbox__body .de-map__stage--austria,
  .austria-map-lightbox__body .de-map--austria .de-map__stage {
    width: 100%;
    max-height: calc(100dvh - 7.5rem);
  }

  .feature,
  .intro,
  .presence,
  .videos,
  .progress,
  .sectors,
  .cta-band {
    padding-block: 64px;
  }

  .cta-band__inner {
    gap: 14px;
  }

  .cta-band .eyebrow--light {
    margin-bottom: 4px;
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .cta-band h2 {
    max-width: 100%;
    line-height: 1.16;
    text-wrap: balance;
  }

  .cta-band p {
    max-width: 100%;
    font-size: 15px;
    line-height: 1.65;
  }

  .cta-band .button--ghost {
    min-height: 48px;
    padding: 12px 22px;
    font-size: 14px;
  }

  .sectors .sector-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .sectors .sector-card img {
    height: 72px;
  }

  .sectors .sector-card h3 {
    font-size: 16px;
  }

  .site-footer__main {
    /* MENÜ und STANDORTE nebeneinander, Brand und Kontakt volle Breite. */
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px 24px;
    padding-bottom: 110px;
  }

  .site-footer__main > .footer-brand,
  .site-footer__main > .footer-column--contact {
    grid-column: 1 / -1;
  }

  .mobile-menu {
    inset: 82px 0 58px;
    padding: 14px 16px;
  }

  :root {
    --subpage-hero-height: 50vh;
    --subpage-hero-min-height: 50vh;
    --hero-mobile-padding-top: clamp(92px, 10svh, 120px);
    --h2-font-size: clamp(26px, 6.8vw, 32px);
  }

  .company-hero,
  body[class*="page-"] .company-hero,
  body[class*="page-"] .vdi-hero,
  body[class*="page-"] .job-detail-hero {
    height: var(--subpage-hero-height);
    min-height: var(--subpage-hero-min-height);
  }

  .company-hero__content,
  body[class*="page-"] .company-hero__content,
  body[class*="page-"] .vdi-hero__content,
  body[class*="page-"] .job-detail-hero__content {
    align-content: start;
    place-content: start center;
    height: auto;
    min-height: 0;
    padding-top: var(--hero-mobile-padding-top);
    padding-bottom: 20px;
  }

  .company-hero__content .eyebrow,
  body[class*="page-"] .company-hero__content .eyebrow,
  body[class*="page-"] .vdi-hero__content .eyebrow,
  body[class*="page-"] .job-detail-hero__content .eyebrow {
    margin-bottom: 8px;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-shadow:
      0 1px 3px rgba(0, 0, 0, 0.78),
      0 0 12px rgba(0, 0, 0, 0.4);
  }

  .hero-breadcrumb {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.45;
    gap: 4px 6px;
    text-shadow:
      0 1px 3px rgba(0, 0, 0, 0.78),
      0 0 12px rgba(0, 0, 0, 0.4);
  }

  .company-hero h1,
  body[class*="page-"] .company-hero h1,
  body[class*="page-"] .vdi-hero h1,
  body[class*="page-"] .job-detail-hero h1 {
    font-size: clamp(24px, 6.8vw, 32px);
    line-height: 1.12;
    max-width: 100%;
    letter-spacing: -0.02em;
    text-wrap: balance;
    overflow-wrap: break-word;
  }

  h2,
  .section-copy h2,
  .sectors__copy h2,
  .sectors__header h2,
  .cta-band h2,
  .faq-section__header h2 {
    font-size: var(--h2-font-size);
    line-height: 1.16;
    max-width: 100%;
    text-wrap: balance;
    overflow-wrap: break-word;
  }

  .company-logo-grid,
  .company-branches {
    grid-template-columns: 1fr;
  }

  .company-branches li {
    font-size: 16px;
  }

.company-cta p {
    font-size: 18px;
    line-height: 1.75;
  }

  .page-certifications .company-hero__content {
    padding-top: 92px;
    padding-bottom: 38px;
  }

  .page-certifications .company-hero h1 {
    max-width: 100%;
    font-size: clamp(24px, 6.8vw, 32px);
    line-height: 1.12;
    overflow-wrap: break-word;
  }

  .page-customers .company-hero h1,
  .page-agb .company-hero h1,
  .page-jobs .company-hero h1,
  .page-references .company-hero h1,
  .page-reference-region .company-hero h1,
  .page-karlsruhe-reference .company-hero h1,
  .page-reference-city .company-hero h1,
  .page-industries .company-hero h1 {
    font-size: clamp(24px, 6.8vw, 32px);
    line-height: 1.12;
  }

  .page-sustainability .company-hero h1,
  .page-safety .company-hero h1,
  .page-quality .company-hero h1,
  .page-glossary .company-hero h1,
  .page-glossary-term .company-hero h1 {
    max-width: 100%;
    font-size: clamp(24px, 6.8vw, 32px);
    line-height: 1.12;
  }

  .customers-overview {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .industries-overview {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .references-overview {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .jobs-overview {
    padding-top: 54px;
    padding-bottom: 58px;
  }

  .legal-document {
    padding-top: 54px;
    padding-bottom: 58px;
  }

.customers-overview__copy h2,
.references-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .jobs-overview__grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .legal-document__columns {
    gap: 18px;
  }

  .customers-card-stack,
  .customers-teasers {
    gap: 14px;
  }

  .jobs-card-stack {
    gap: 14px;
  }

  .industries-overview__intro {
    margin-bottom: 24px;
  }

  .page-industries .industries-overview__icon-column,
  .page-industries .industries-overview__media {
    max-width: min(100%, 360px);
    justify-self: center;
  }

  .page-industries .industries-overview__icon-column {
    min-height: clamp(220px, 58vw, 320px);
    overflow: hidden;
    width: 100%;
  }

  .page-industries .industries-overview__icon-column::before {
    width: min(100%, 300px);
    height: min(100%, 280px);
    filter: blur(32px);
  }

  .page-industries .industries-overview,
  .page-industries .industries-overview__layout,
  .page-industries .industries-overview__columns {
    overflow-x: clip;
    max-width: 100%;
  }

  .industries-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .customers-link-card {
    min-height: 156px;
    padding: 18px;
  }

  .industry-card {
    min-height: 156px;
    padding: 18px;
  }

  .reference-card {
    min-height: 156px;
    padding: 18px;
  }

  .job-card {
    min-height: 156px;
    padding: 18px;
  }

  .customers-link-card__label {
    font-size: 21px;
  }

  .industry-card h3 {
    font-size: clamp(24px, 9vw, 30px);
  }

  .reference-card h3 {
    max-width: 10ch;
    font-size: clamp(22px, 8.4vw, 28px);
  }

  .job-card h3 {
    max-width: 12ch;
    font-size: clamp(22px, 8vw, 28px);
  }

  .industry-card span {
    font-size: 15px;
  }

  .reference-card span {
    font-size: 15px;
  }

  .job-card span {
    font-size: 15px;
  }

  .reference-card--wide {
    grid-column: auto;
  }

  .sustainability-accordion-section {
    padding: 56px 0 64px;
  }

  .accordion {
    gap: 12px;
  }

  .accordion-item__trigger {
    padding: 18px 54px 18px 20px;
    font-size: 18px;
  }

  .home-faq .accordion-item__trigger {
    font-size: 16px;
  }

  .accordion-item__trigger::before,
  .accordion-item__trigger::after {
    right: 20px;
  }

  .accordion-item__panel {
    padding: 0 20px;
  }

  .accordion-item.is-open .accordion-item__panel {
    padding: 0 20px 18px;
  }

  .certifications-section {
    padding-block: 56px;
  }

  .certifications-section__heading .gradient-line {
    width: 136px;
  }

  .cert-item {
    padding: 14px 18px;
    font-size: 17px;
  }
}

.page-locations .company-hero {
  min-height: 0;
}

.page-locations .company-hero::after {
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-locations .company-hero__content {
  min-height: 0;
  padding-top: 116px;
  padding-bottom: 64px;
}

.page-locations .company-hero h1 {
  max-width: none;
  font-size: clamp(52px, 6.2vw, 88px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.locations-intro {
  padding: 74px 0 82px;
  overflow: visible;
}

.locations-intro__grid {
  gap: 48px;
  align-items: center;
  overflow: visible;
}

@media (min-width: 1101px) {
  .locations-intro__grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  }
}

.locations-intro__media {
  max-width: 620px;
  justify-self: end;
}

.page-locations .locations-intro__media {
  width: 100%;
  max-width: none;
  justify-self: stretch;
}

.page-locations .sustainability-intro.locations-intro,
.page-locations .locations-intro .container {
  overflow: visible;
}

.locations-intro__media.company-locations__map {
  position: relative;
  width: 100%;
  max-width: none;
  justify-self: stretch;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
  overflow: visible;
}

.locations-intro__media.company-locations__map::before,
.locations-intro__media.company-locations__map::after {
  content: none;
  display: none;
}

.locations-intro__media.company-locations__map .de-map {
  position: relative;
  z-index: 2;
  overflow: visible;
}

.locations-intro__media.company-locations__map .presence-map-wrap {
  max-width: 100%;
  width: 100%;
}

.locations-intro__media.company-locations__map .de-map--germany .de-map__stage {
  width: 100%;
  max-width: none;
  margin: 0;
  aspect-ratio: 472.95 / 639.41;
}

.locations-intro__media.company-locations__map .de-map__tooltip {
  z-index: 30;
}

.de-map-card__location--link {
  display: block;
  color: inherit;
  text-decoration: none;
  border-radius: 12px;
  transition:
    background-color var(--transition),
    box-shadow var(--transition);
}

.de-map-card__location--link:hover,
.de-map-card__location--link:focus-visible {
  background: rgba(232, 243, 255, 0.72);
  box-shadow: inset 0 0 0 1px rgba(0, 159, 227, 0.24);
  outline: none;
}

.locations-grid-card.is-map-highlight {
  border-radius: 12px;
  background: rgba(232, 243, 255, 0.82);
  box-shadow:
    0 0 0 2px rgba(0, 159, 227, 0.42),
    0 14px 28px rgba(7, 57, 117, 0.08);
  transition:
    background-color 0.35s ease,
    box-shadow 0.35s ease;
}

.locations-intro__lead,
.locations-intro__detail {
  margin: 0;
}

.locations-intro__detail {
  margin-top: 12px;
}

.locations-intro__detail p + p {
  margin-top: 12px;
}

.locations-intro__copy .button,
.locations-contact__copy .button {
  margin-top: 22px;
}

.locations-browser,
.locations-grid {
  padding: 84px 0;
  background: #fff;
}

.page-locations #locations,
.page-locations .locations-grid-card[id^="standort-"] {
  scroll-margin-top: var(--standort-scroll-offset, 96px);
}

.locations-browser__header {
  max-width: 980px;
  margin: 0 auto 42px;
  text-align: center;
}

.locations-browser__header h2 {
  color: var(--color-primary);
  line-height: 1.18;
}

.locations-browser__layout,
.locations-contact__grid {
  display: grid;
  gap: 52px;
}

.locations-browser__layout {
  grid-template-columns: minmax(300px, 480px) minmax(0, 1fr);
  align-items: start;
}

.locations-browser__label {
  display: block;
  margin-bottom: 6px;
  color: var(--color-secondary);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.locations-browser__select {
  width: 100%;
  margin-top: 16px;
  padding: 10px 12px;
  border: 1px solid rgba(102, 102, 102, 0.28);
  border-radius: 4px;
  background: #fff;
  color: #333;
  font-size: 14px;
}

.locations-browser__select:focus-visible {
  outline: 2px solid rgba(0, 159, 227, 0.25);
  outline-offset: 2px;
}

.locations-browser__cards {
  max-height: 440px;
  margin-top: 24px;
  overflow-y: auto;
  padding-left: 16px;
}

.location-browser-card {
  padding: 0 0 18px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.14);
}

.location-browser-card:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.location-browser-card[hidden] {
  display: none;
}

.location-browser-card h3 {
  color: var(--color-primary);
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
}

.location-stack {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.location-stack--compact {
  gap: 8px;
  margin-top: 16px;
  padding: 0;
  list-style: none;
}

.location-row {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
}

.location-row p,
.locations-contact__copy p {
  margin: 0;
  color: var(--color-muted);
  font-size: 16px;
  line-height: 2;
}

.location-row a,
.locations-contact__copy a {
  color: var(--color-primary);
}

.location-row--lead {
  align-items: start;
}

.location-row--lead p {
  line-height: 1.8;
}

.location-icon {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: var(--color-secondary);
  font-size: 21px;
  line-height: 1;
}

.location-icon::before {
  content: "\2316";
}

.location-icon--phone::before {
  content: "\2706";
}

.location-icon--fax::before {
  content: "\213B";
  font-size: 18px;
}

.location-icon--mail::before {
  content: "\2709";
  font-size: 19px;
}

.locations-browser__map {
  margin: 0;
}

.locations-browser__map-shell {
  position: relative;
  max-width: 520px;
  margin: 0 auto;
}

.locations-browser__map-object,
.locations-browser__map-shell .standorte-map,
.locations-browser__map-shell img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  border: 0;
}

.locations-grid__header {
  max-width: 980px;
  margin: 0 auto 46px;
  text-align: center;
}

.locations-grid__header .eyebrow {
  margin-bottom: 12px;
}

.locations-grid__header h2 {
  margin: 0;
  color: var(--color-primary);
  line-height: 1.18;
}

.gradient-line--center {
  width: min(132px, 30%);
  margin-inline: auto;
  background: linear-gradient(90deg, #2ea3f2, #e8f3ff);
}

.locations-grid__cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 46px 38px;
}

.locations-grid-card {
  display: grid;
  gap: 0;
}

.locations-grid-card__head {
  display: grid;
  grid-template-columns: 35px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.locations-grid-card__pin {
  display: inline-flex;
  color: var(--color-secondary);
  line-height: 0;
}

.locations-grid-card__pin svg {
  display: block;
}

.locations-grid-card__copy h3,
.locations-grid-card h3 {
  margin: 0 0 8px;
  color: var(--color-primary);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
}

.locations-grid-card__copy p,
.locations-grid-card p {
  margin: 0;
  color: #666666;
  font-size: 17px;
  line-height: 1.8;
}

.locations-grid-card .location-stack--compact {
  margin-top: 0;
  padding-left: 47px;
}

.locations-grid-card .location-row {
  grid-template-columns: 25px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
}

.locations-grid-card .location-icon {
  width: 25px;
  height: 25px;
  padding: 3px;
  color: var(--color-secondary);
  font-size: 25px;
}

.locations-grid-card .location-icon--mail {
  font-size: 20px;
}

.locations-grid-card .location-row a {
  color: #666666;
  font-size: 17px;
  line-height: 1.8;
  text-decoration: none;
  transition: color var(--transition);
}

.locations-grid-card .location-row a:hover,
.locations-grid-card .location-row a:focus-visible {
  color: var(--color-primary);
}

.locations-contact {
  padding: 86px 0 118px;
  background: linear-gradient(180deg, #edf4fb 0%, #dceaf8 100%);
}

.locations-contact__grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(280px, 1.12fr);
  grid-template-rows: auto auto minmax(0, 1fr);
  column-gap: 52px;
  row-gap: 0;
  align-items: start;
}

.locations-contact__eyebrow {
  grid-column: 1;
  grid-row: 1;
}

.locations-contact__title {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.14;
  font-weight: 500;
  color: var(--color-primary);
}

.locations-contact__copy {
  grid-column: 1;
  grid-row: 3;
  max-width: 620px;
}

.locations-contact__copy p + p {
  margin-top: 12px;
}

.locations-contact__copy .button,
.locations-contact__copy a.button {
  color: var(--color-white);
}

.locations-contact__map {
  grid-column: 2;
  grid-row: 1 / -1;
  align-self: center;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 0.8);
}

.locations-contact__map iframe {
  width: 100%;
  min-height: 320px;
  height: clamp(320px, 38vw, 420px);
  border: 0;
}

@media (max-width: 1180px) {
  .locations-grid__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .page-locations .company-hero h1 {
    font-size: clamp(42px, 8vw, 60px);
  }

  .locations-browser,
  .locations-grid,
  .locations-contact {
    padding-block: 70px;
  }

  .locations-intro__grid {
    gap: 36px;
  }

  .locations-browser__layout,
  .locations-contact__grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 34px;
  }

  .locations-contact__grid {
    row-gap: 24px;
  }

  .locations-contact__eyebrow,
  .locations-contact__title,
  .locations-contact__copy,
  .locations-contact__map {
    grid-column: auto;
    grid-row: auto;
  }

  .locations-contact__map {
    grid-row: auto;
  }

  .locations-intro__media {
    justify-self: center;
  }

  .locations-browser__cards {
    max-height: none;
    padding-left: 0;
  }

}

@media (max-width: 767px) {
  .locations-intro {
    padding-block: 56px;
    overflow: hidden;
  }

  .locations-intro__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .locations-intro__copy h2 {
    line-height: 1.16;
    text-wrap: balance;
  }

  .locations-intro__detail,
  .locations-intro__copy p {
    font-size: 15px;
    line-height: 1.65;
  }

  .locations-intro__copy .button {
    width: min(100%, 280px);
  }

  .locations-intro__media {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .locations-intro__media.company-locations__map {
    padding: 0;
    border-radius: 0;
  }

  .locations-intro__media.company-locations__map .presence-map-wrap {
    max-width: 100%;
  }

  .locations-intro__media.company-locations__map .de-map--germany .de-map__stage {
    width: 100%;
    max-width: none;
    margin-inline: 0;
  }

  .locations-grid {
    padding-block: 56px;
  }

  .locations-grid__header {
    margin-bottom: 28px;
  }

  .locations-grid__header h2 {
    line-height: 1.16;
    text-wrap: balance;
  }

  .locations-grid__header h2 br {
    display: none;
  }

  .locations-grid__cards {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .locations-grid-card__head {
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 10px;
  }

  .locations-grid-card__pin svg {
    width: 28px;
    height: 28px;
  }

  .location-browser-card h3,
  .locations-grid-card h3 {
    font-size: 18px;
    line-height: 1.25;
    margin-bottom: 6px;
  }

  .locations-grid-card__copy p,
  .locations-grid-card p {
    font-size: 15px;
    line-height: 1.55;
  }

  .locations-grid-card .location-row {
    grid-template-columns: 20px minmax(0, 1fr);
    gap: 10px;
  }

  .locations-grid-card .location-icon {
    width: 20px;
    height: 20px;
    font-size: 18px;
  }

  .locations-grid-card .location-row a,
  .locations-grid-card .location-row p {
    font-size: 14px;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }

  .location-stack--compact {
    margin-top: 12px;
    gap: 6px;
  }

  .locations-contact {
    padding-block: 56px 72px;
  }

  .locations-contact__grid {
    row-gap: 20px;
    column-gap: 0;
  }

  .locations-contact__title {
    line-height: 1.16;
  }

  .locations-contact__copy {
    max-width: none;
  }

  .locations-contact__copy p,
  .locations-contact__copy a {
    font-size: 15px;
    line-height: 1.65;
  }

  .locations-contact__copy .button {
    width: min(100%, 280px);
  }

  .locations-contact__map {
    width: 100%;
    margin-top: 8px;
  }

  .locations-contact__map iframe {
    min-height: clamp(220px, 52vw, 280px);
    height: clamp(220px, 52vw, 280px);
  }

  .locations-browser__header {
    margin-bottom: 30px;
  }

  .location-row {
    gap: 12px;
  }
}

.mobile-menu__group-title[aria-current="page"] {
  color: var(--color-primary);
}

body.is-scrolled .nav-trigger[aria-current="page"] {
  color: var(--color-primary);
}

.page-services .site-header {
  background: rgba(255, 255, 255, 0);
}

.page-services .company-hero {
  min-height: 0;
  --hero-bg-image: var(--services-hero-image);
  --hero-bg-position: center 44%;
}

.page-services .company-hero::after {
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-services .company-hero__content {
  min-height: 0;
  padding-top: 116px;
  padding-bottom: 62px;
}

.page-services .company-hero h1 {
  max-width: 8.8ch;
  font-size: clamp(52px, 6.2vw, 88px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.services-intro {
  padding: 72px 0 80px;
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.services-intro__grid {
  align-items: center;
}

.services-intro__copy {
  max-width: 646px;
}

.services-intro__copy p + p {
  margin-top: 12px;
}

.services-intro__copy .button {
  margin-top: 22px;
}

.services-intro__media {
  max-width: 600px;
  justify-self: end;
}

.page-services {
  min-height: 100vh;
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.page-services .services-intro,
.page-services .services-overview,
.page-services .services-overview--glass,
.page-air-duct-cleaning .airduct-services.services-overview--glass {
  background: transparent;
}

.page-services .services-intro__copy {
  max-width: none;
}

.services-overview {
  padding: 74px 0 92px;
  background: linear-gradient(80deg, #ffffff 8%, #ffffff 18%, rgba(255, 255, 255, 0.81) 98%);
}

.page-services .services-overview--glass,
.page-air-duct-cleaning .airduct-services.services-overview--glass {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(74px, 8vw, 96px) 0 clamp(92px, 10vw, 112px);
}

.services-overview__atmosphere {
  position: absolute;
  z-index: 0;
  width: min(560px, 72vw);
  height: min(560px, 72vw);
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.5;
  pointer-events: none;
}

.services-overview__atmosphere--a {
  top: -180px;
  left: -160px;
  background: radial-gradient(circle, rgba(0, 159, 227, 0.48), transparent 70%);
}

.services-overview__atmosphere--b {
  bottom: -220px;
  right: -180px;
  background: radial-gradient(circle, rgba(1, 97, 191, 0.38), transparent 70%);
}

.services-overview__inner {
  position: relative;
  z-index: 2;
}

.services-overview__header {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
}

.services-overview__header .eyebrow {
  justify-self: center;
}

.services-overview__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.page-services .services-overview--glass .services-overview__grid {
  gap: clamp(24px, 2.8vw, 34px);
}

.services-accordion {
  display: flex;
  gap: clamp(10px, 1.2vw, 14px);
  min-height: clamp(420px, 48vw, 540px);
}

.services-accordion__item {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  border-radius: 22px;
  overflow: hidden;
  cursor: pointer;
  transition: flex 680ms cubic-bezier(0.22, 1, 0.36, 1);
}

.services-accordion__item.is-active {
  flex: 2.8 1 0;
}

.services-accordion:hover .services-accordion__item {
  flex: 0.72 1 0;
}

.services-accordion:hover .services-accordion__item:hover,
.services-accordion__item:focus-within {
  flex: 3.6 1 0;
}

.services-accordion__panel {
  position: relative;
  isolation: isolate;
  height: 100%;
  min-height: clamp(420px, 48vw, 540px);
  border-radius: inherit;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  box-shadow:
    0 16px 34px rgba(7, 57, 117, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  overflow: hidden;
  transition:
    border-color 280ms ease,
    box-shadow 280ms ease;
}

.services-accordion__item:hover .services-accordion__panel,
.services-accordion__item.is-active .services-accordion__panel,
.services-accordion__item:focus-within .services-accordion__panel {
  border-color: rgba(0, 159, 227, 0.34);
  box-shadow:
    0 24px 44px rgba(7, 57, 117, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.services-accordion__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.06);
  transition: transform 820ms cubic-bezier(0.22, 1, 0.36, 1);
}

.services-accordion__item:hover .services-accordion__image,
.services-accordion__item.is-active .services-accordion__image,
.services-accordion__item:focus-within .services-accordion__image {
  transform: scale(1);
}

.services-accordion__shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(4, 16, 31, 0.08) 0%, rgba(4, 16, 31, 0.34) 48%, rgba(1, 97, 191, 0.72) 100%),
    linear-gradient(145deg, rgba(255, 255, 255, 0.18) 0%, transparent 42%, rgba(141, 199, 255, 0.12) 100%);
  pointer-events: none;
}

.services-accordion__compact,
.services-accordion__detail {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 14px;
  padding: clamp(18px, 2.4vw, 28px);
  pointer-events: none;
}

.services-accordion__compact {
  opacity: 1;
  transition: opacity 360ms ease;
}

.services-accordion__detail {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 420ms ease,
    transform 420ms ease;
}

.services-accordion__item.is-active .services-accordion__compact,
.services-accordion__item:hover .services-accordion__compact,
.services-accordion__item:focus-within .services-accordion__compact {
  opacity: 0;
}

.services-accordion__item.is-active .services-accordion__detail,
.services-accordion__item:hover .services-accordion__detail,
.services-accordion__item:focus-within .services-accordion__detail {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.services-accordion__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--color-primary);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.18em;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 18px rgba(7, 57, 117, 0.16);
}

.services-accordion__title-short {
  margin: 0;
  color: var(--color-white);
  font-size: clamp(15px, 1.4vw, 18px);
  font-weight: 600;
  line-height: 1.25;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  text-shadow: 0 2px 14px rgba(4, 16, 31, 0.42);
}

.services-accordion__detail h3 {
  margin: 0;
  color: var(--color-white);
  font-size: clamp(22px, 2.2vw, 30px);
  font-weight: 600;
  line-height: 1.15;
  text-shadow: 0 2px 16px rgba(4, 16, 31, 0.38);
}

.services-accordion__detail p {
  margin: 0;
  max-width: 42ch;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 1.75;
  text-shadow: 0 1px 10px rgba(4, 16, 31, 0.28);
}

.services-accordion__detail .button {
  align-self: flex-start;
  margin-top: 4px;
}

@media (prefers-reduced-motion: reduce) {
  .services-accordion__item,
  .services-accordion__panel,
  .services-accordion__image,
  .services-accordion__compact,
  .services-accordion__detail {
    transition: none;
  }
}

.service-card {
  display: grid;
  align-content: start;
  gap: 18px;
  color: #666666;
  font-size: 16px;
  line-height: 1.9;
}

.page-services .service-card--glass {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 0;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.46);
  backdrop-filter: blur(20px) saturate(165%);
  -webkit-backdrop-filter: blur(20px) saturate(165%);
  box-shadow:
    0 16px 34px rgba(7, 57, 117, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.page-services .service-card--glass::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.58) 0%,
    rgba(255, 255, 255, 0.06) 40%,
    transparent 58%,
    rgba(141, 199, 255, 0.14) 100%
  );
  pointer-events: none;
  z-index: 0;
}

.page-services .service-card--glass:hover,
.page-services .service-card--glass:focus-within {
  transform: translateY(-6px);
  border-color: rgba(0, 159, 227, 0.34);
  box-shadow:
    0 24px 44px rgba(7, 57, 117, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.page-services .service-card__media {
  position: relative;
  z-index: 2;
  margin: 0;
  overflow: hidden;
  aspect-ratio: 4 / 3;
}

.page-services .service-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 52%, rgba(1, 97, 191, 0.16) 100%);
  pointer-events: none;
}

.service-card img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.15);
}

.page-services .service-card--glass img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
  box-shadow: none;
  transition: transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
}

.page-services .service-card--glass:hover img,
.page-services .service-card--glass:focus-within img {
  transform: scale(1.04);
}

.page-services .service-card__chip {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: var(--color-primary);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.18em;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 18px rgba(7, 57, 117, 0.16);
}

.page-services .service-card__body {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
  flex: 1;
  padding: clamp(20px, 2.5vw, 26px);
}

.service-card h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  color: var(--color-primary);
}

.page-services .service-card__body h3 {
  margin: 0;
  font-size: clamp(20px, 1.8vw, 24px);
  font-weight: 600;
}

.page-services .service-card__body p {
  margin: 0;
  flex: 1;
  font-size: 15px;
  line-height: 1.75;
  color: var(--color-muted);
}

.service-card .button {
  justify-self: start;
}

.page-services .service-card__body .button {
  margin-top: 4px;
}

@media (max-width: 1280px) {
  .services-accordion__detail p {
    max-width: 34ch;
  }
}

@media (max-width: 980px) {
  .services-accordion {
    min-height: clamp(380px, 56vw, 460px);
  }

  .services-accordion__panel {
    min-height: clamp(380px, 56vw, 460px);
  }
}

@media (max-width: 1280px) {
  .services-overview__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 32px;
  }
}

@media (max-width: 980px) {
  .page-services .company-hero h1 {
    font-size: clamp(58px, 10vw, 84px);
  }

  .services-intro__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .services-intro__media {
    justify-self: center;
  }

  .services-overview {
    padding-top: 68px;
    padding-bottom: 80px;
  }

  .page-services .services-overview--glass,
  .page-air-duct-cleaning .airduct-services.services-overview--glass {
    padding-top: 68px;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .page-services .company-hero {
    min-height: var(--subpage-hero-height);
  }

  .page-services .company-hero__content {
    min-height: 0;
    padding-top: 108px;
    padding-bottom: 38px;
  }

  .page-services .company-hero h1 {
    max-width: 5.8ch;
    font-size: clamp(58px, 17.5vw, 84px);
    overflow-wrap: anywhere;
  }

  .services-intro {
    padding-top: 56px;
    padding-bottom: 58px;
  }

  .services-overview__header {
    margin-bottom: 34px;
  }

.services-overview__header h2,
.services-accordion {
    flex-direction: column;
    min-height: 0;
    gap: 14px;
  }

  .services-accordion__item,
  .services-accordion:hover .services-accordion__item,
  .services-accordion__item.is-active,
  .services-accordion:hover .services-accordion__item:hover,
  .services-accordion__item:focus-within {
    flex: none;
  }

  .services-accordion__panel {
    min-height: 92px;
    transition: min-height 420ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .services-accordion__item.is-active .services-accordion__panel {
    min-height: 360px;
  }

  .services-accordion__compact {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
  }

  .services-accordion__title-short {
    writing-mode: horizontal-tb;
    transform: none;
    flex: 1;
  }

  .services-accordion__item .services-accordion__compact {
    opacity: 1;
  }

  .services-accordion__item.is-active .services-accordion__compact {
    opacity: 0;
  }

  .services-accordion__item:not(.is-active) .services-accordion__detail {
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
  }

  .services-accordion__item.is-active .services-accordion__detail {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .services-overview__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .service-card h3 {
    font-size: 22px;
  }

  .page-services .service-card__chip {
    top: 12px;
    left: 12px;
    padding: 6px 12px;
    font-size: 12px;
  }
}

.page-inspection .site-header {
  background: rgba(255, 255, 255, 0);
}

.page-inspection .company-hero {
  --hero-bg-image: var(--services-hero-image);
  --hero-bg-position: center 42%;
}

@media (min-width: 768px) {
  .page-inspection .company-hero {
    min-height: 0;
  }

  .page-inspection .company-hero__content {
    min-height: 0;
    padding-top: 116px;
    padding-bottom: 62px;
    justify-items: center;
    text-align: center;
  }

  .page-inspection .company-hero h1 {
    max-width: min(100%, 18ch);
    font-size: clamp(52px, 6.2vw, 88px);
    line-height: 0.96;
    letter-spacing: -0.04em;
  }
}

.page-inspection .company-hero::after {
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.inspection-intro__layout {
  display: grid;
  gap: 32px;
}

.inspection-intro__header {
  margin: 0;
}

.inspection-intro__columns {
  display: grid;
  gap: 48px;
  align-items: start;
}

@media (min-width: 1101px) {
  .inspection-intro__columns {
    grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  }
}

.inspection-intro__body {
  margin: 0;
  max-width: none;
}

.inspection-intro__body p + p {
  margin-top: 12px;
}

.inspection-intro__body .button {
  margin-top: 22px;
}

.inspection-intro__media {
  margin: 0;
  max-width: 600px;
  width: 100%;
  justify-self: end;
  align-self: start;
}

.inspection-types {
  padding: 76px 0 96px;
  background: linear-gradient(180deg, #ffffff 0%, #e8f3ff 100%);
}

.inspection-types__header {
  max-width: 760px;
  margin-bottom: 44px;
}

.inspection-types__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px 28px;
}

.inspection-card {
  container-type: inline-size;
  display: grid;
  place-items: center;
  align-content: center;
  min-height: 300px;
  padding: 28px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.15);
  background:
    linear-gradient(51deg, rgba(1, 97, 191, 0.94) 10%, rgba(0, 159, 227, 0.77) 100%),
    var(--inspection-card-image) center / cover no-repeat;
  color: var(--color-white);
  text-align: center;
  transition: transform var(--transition);
}

.inspection-card--hygieneinspektion {
  --inspection-card-image: url("../images/Bildmaterial_final/shared/inspektion-hygieneinspektion-vdi-6022.webp");
}

.inspection-card--gefaehrdungsbeurteilung {
  --inspection-card-image: url("../images/Bildmaterial_final/shared/inspektion-gefaehrdungsbeurteilung-vdi-2047.webp");
}

.inspection-card--kanaluntersuchung {
  --inspection-card-image: url("../images/Bildmaterial_final/shared/inspektion-kanaluntersuchung.webp");
}

.inspection-card--reinraumqualifizierung {
  --inspection-card-image: url("../images/Bildmaterial_final/shared/inspektion-reinraumqualifizierung.webp");
}

.inspection-card--laborabzuege {
  --inspection-card-image: url("../images/Bildmaterial_final/shared/inspektion-laborabzuege.webp");
}

.inspection-card--splitklimageraete {
  --inspection-card-image: url("../images/Bildmaterial_final/shared/inspektion-splitklimageraete.webp");
}

.inspection-card--filterintegritaetstest {
  --inspection-card-image: url("../images/Bildmaterial_final/shared/inspektion-filterintegritaetstest.webp");
}

.inspection-card--op-raum-pruefung {
  --inspection-card-image: url("../images/Bildmaterial_final/shared/inspektion-op-raum-pruefung.webp");
}

.inspection-card--lecktest {
  --inspection-card-image: url("../images/Bildmaterial_final/shared/inspektion-lecktest-schwebstofffilter.webp");
}

.inspection-card:hover,
.inspection-card:focus-visible {
  transform: scale(1.03);
}

.inspection-card:focus-visible {
  outline: 2px solid rgba(0, 159, 227, 0.24);
  outline-offset: 4px;
}

.inspection-card span {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: clamp(16px, 5.2cqi + 0.55rem, 26px);
  font-weight: 500;
  line-height: 1.2;
  text-wrap: balance;
  overflow-wrap: break-word;
  hyphens: auto;
}

@container (max-width: 360px) {
  .inspection-card span {
    font-size: clamp(15px, 4.8cqi + 0.45rem, 22px);
  }
}

.page-cleaning .site-header {
  background: rgba(255, 255, 255, 0);
}

.page-cleaning .company-hero {
  min-height: 0;
  --hero-bg-image: var(--services-hero-image);
  --hero-bg-position: center 42%;
}

.page-cleaning .company-hero::after {
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-cleaning .company-hero__content {
  min-height: 0;
  padding-top: 116px;
  padding-bottom: 62px;
}

.page-cleaning .company-hero h1 {
  max-width: 11.2ch;
  font-size: clamp(52px, 6.2vw, 88px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.cleaning-detail {
  padding: 74px 0 84px;
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.cleaning-intro__layout {
  display: grid;
  gap: 32px;
  margin-bottom: 58px;
}

.cleaning-intro__header {
  margin: 0;
}

.cleaning-intro__header h2 {
  max-width: none;
  line-height: 1.12;
}

.cleaning-intro__columns {
  display: grid;
  gap: 40px;
  align-items: start;
}

@media (min-width: 1101px) {
  .cleaning-intro__columns {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  }
}

.cleaning-intro__body {
  margin: 0;
  max-width: none;
}

.cleaning-intro__body p + p {
  margin-top: 14px;
}

.cleaning-intro__media,
.cleaning-detail__media {
  position: relative;
  margin: 0;
  max-width: none;
  width: 100%;
  overflow: hidden;
  align-self: start;
}

.cleaning-intro__media img,
.cleaning-detail__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.cleaning-detail__stack {
  display: grid;
  gap: 58px;
}

.cleaning-detail__row {
  display: grid;
  align-items: start;
  gap: 40px;
}

@media (min-width: 981px) {
  .cleaning-detail__row {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  }

  .cleaning-detail__row--reverse {
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  }
}

.cleaning-detail__copy {
  max-width: none;
}

.cleaning-detail__copy h2 {
  max-width: 13ch;
  line-height: 1.14;
}

.cleaning-detail__copy p + p {
  margin-top: 14px;
}

.cleaning-detail__copy--lead p:first-of-type {
  color: var(--color-primary);
}

.cleaning-services {
  padding: 76px 0 88px;
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.cleaning-services__top {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: start;
  margin-bottom: 46px;
}

.cleaning-services__heading h2 {
  max-width: none;
  line-height: 1.12;
}

.cleaning-services__summary-list {
  margin: 0;
  padding: 8px 0 0;
  list-style: none;
  display: grid;
  gap: 15px;
  color: #4d4d4d;
  font-size: 18px;
  line-height: 1.7;
}

.cleaning-services__summary-list li {
  position: relative;
  padding-left: 24px;
}

.cleaning-services__summary-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
  transform: translateY(-50%);
}

.cleaning-services__pills {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 26px;
  padding: clamp(28px, 4vw, 40px);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(1, 97, 191, 0.14);
  box-shadow:
    0 20px 50px rgba(7, 57, 117, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.cleaning-pill-list {
  display: grid;
  gap: 18px;
}

.cleaning-pill {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 72px;
  padding: 18px 24px 18px 28px;
  border: 1px solid rgba(1, 97, 191, 0.1);
  border-radius: 999px;
  box-shadow: 0 4px 16px rgba(46, 163, 242, 0.12);
  background: #ffffff;
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  text-align: left;
  text-decoration: none;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}

.cleaning-pill::after {
  content: "→";
  display: grid;
  place-items: center;
  flex: none;
  width: 38px;
  height: 38px;
  margin-left: 18px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
}

.cleaning-pill:hover,
.cleaning-pill:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(46, 163, 242, 0.2);
  background: linear-gradient(90deg, rgba(232, 243, 255, 0.98), #ffffff);
  border-color: rgba(0, 159, 227, 0.22);
}

.cleaning-services__pills.duct-guide-overview__pills,
.cleaning-services__pills.airduct-guide-overview__pills {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-self: end;
  justify-self: stretch;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  border-color: rgba(1, 97, 191, 0.2);
  box-shadow:
    0 24px 56px rgba(7, 57, 117, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.cleaning-services__pills.duct-guide-overview__pills .cleaning-pill-list,
.cleaning-services__pills.airduct-guide-overview__pills .cleaning-pill-list,
.cleaning-services__pills.tower-overview__pills .cleaning-pill-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  width: 100%;
  min-width: 0;
}

.cleaning-services__pills.duct-guide-overview__pills .cleaning-pill,
.cleaning-services__pills.airduct-guide-overview__pills .cleaning-pill,
.cleaning-services__pills.tower-overview__pills .cleaning-pill {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 72px;
  box-sizing: border-box;
}

.detail-videos {
  padding-top: 76px;
  padding-bottom: 88px;
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.detail-videos .videos__heading {
  margin-bottom: 34px;
}

.detail-video-card {
  background: #d5e7fb;
}

.detail-video-card iframe {
  display: block;
  border: 0;
}

.page-repair .site-header {
  background: rgba(255, 255, 255, 0);
}

.page-repair .company-hero {
  min-height: 0;
  --hero-bg-image: var(--services-hero-image);
  --hero-bg-position: center 42%;
}

.page-repair .company-hero::after {
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-repair .company-hero__content {
  min-height: 0;
  padding-top: 118px;
  padding-bottom: 62px;
}

.page-repair .company-hero h1 {
  max-width: 10.6ch;
  font-size: clamp(52px, 6.2vw, 88px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.repair-detail {
  padding: 74px 0 86px;
  background: linear-gradient(180deg, #ffffff 0%, #e8f3ff 100%);
}

.page-repair .repair-detail {
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.repair-detail__layout {
  display: grid;
  gap: 32px;
}

.repair-detail__header {
  margin: 0;
}

.repair-detail__header h2 {
  max-width: none;
  line-height: 1.12;
}

.repair-detail__grid {
  display: grid;
  gap: 56px;
  align-items: start;
}

@media (min-width: 981px) {
  .repair-detail__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  }
}

.repair-detail__copy {
  max-width: 672px;
}

.page-repair .repair-detail__copy {
  max-width: none;
}

.page-repair .repair-detail__copy .button {
  margin-top: 22px;
}

.repair-detail__copy .eyebrow {
  margin-bottom: 10px;
}

.repair-detail__copy h2 {
  max-width: 14ch;
  line-height: 1.14;
}

.repair-detail__copy p + p {
  margin-top: 14px;
}

.repair-detail__side {
  display: grid;
  gap: 24px;
  max-width: 520px;
}

.repair-detail__media {
  max-width: 520px;
}

.repair-detail__side p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}

.repair-detail__compare {
  width: 100%;
}

.img-compare {
  --compare: 50%;
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(7, 57, 117, 0.14);
  background: #d6e5f4;
  user-select: none;
  touch-action: none;
}

.img-compare__after {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.img-compare__before {
  position: absolute;
  inset: 0;
  clip-path: inset(0 calc(100% - var(--compare)) 0 0);
  pointer-events: none;
}

.img-compare__before img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.img-compare__label {
  position: absolute;
  top: 18px;
  z-index: 3;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 4px 16px rgba(7, 57, 117, 0.12);
  pointer-events: none;
}

.img-compare__label--before {
  left: 18px;
}

.img-compare__label--after {
  right: 18px;
}

.img-compare__handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--compare);
  z-index: 4;
  width: 0;
  transform: translateX(-50%);
  pointer-events: none;
}

.img-compare__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  margin-left: -1.5px;
  background: #ffffff;
  box-shadow: 0 0 0 1px rgba(1, 97, 191, 0.2);
}

.img-compare__knob {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
  box-shadow: 0 8px 24px rgba(7, 57, 117, 0.28);
}

.img-compare__knob::before,
.img-compare__knob::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -6px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.img-compare__knob::before {
  left: 12px;
  border-right: 7px solid #ffffff;
}

.img-compare__knob::after {
  right: 12px;
  border-left: 7px solid #ffffff;
}

.img-compare__range {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: ew-resize;
  touch-action: none;
}

.img-compare:focus-within .img-compare__handle .img-compare__knob {
  outline: 3px solid rgba(0, 159, 227, 0.45);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .page-inspection .company-hero h1 {
    font-size: clamp(58px, 10vw, 84px);
  }

  .inspection-types__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-cleaning .company-hero h1 {
    font-size: clamp(58px, 10vw, 84px);
  }

  .cleaning-detail__row,
  .cleaning-detail__row--reverse,
  .cleaning-services__top,
  .cleaning-services__pills {
    grid-template-columns: 1fr;
  }

  .cleaning-detail__row {
    gap: 32px;
  }

  .cleaning-detail__stack {
    gap: 42px;
  }

  .cleaning-detail__media,
  .cleaning-detail__row--reverse .cleaning-detail__media {
    justify-self: center;
  }

  .cleaning-services__top {
    gap: 30px;
    margin-bottom: 34px;
  }

  .cleaning-services__pills {
    padding: 22px 18px;
    gap: 16px;
  }

  .cleaning-services__summary-list {
    font-size: 17px;
  }

  .cleaning-pill {
    min-height: 68px;
  }

  .region-locations__pills {
    grid-auto-rows: 68px;
  }

  .region-locations__pills .cleaning-pill {
    min-height: 68px;
  }

  .page-repair .company-hero h1 {
    font-size: clamp(58px, 10vw, 84px);
  }

  .repair-detail__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .repair-detail__side {
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .page-inspection .company-hero h1 {
    max-width: 100%;
    font-size: clamp(24px, 6.8vw, 32px);
    line-height: 1.12;
    letter-spacing: -0.02em;
    text-wrap: balance;
    overflow-wrap: break-word;
  }

  .page-inspection .company-hero h1 br {
    display: none;
  }

  .inspection-intro.services-intro {
    padding-block: 56px;
  }

  .inspection-intro__layout {
    gap: 24px;
  }

  .inspection-intro__columns {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .inspection-intro__header h2 {
    line-height: 1.16;
    max-width: 100%;
    text-wrap: balance;
    overflow-wrap: break-word;
  }

  .inspection-intro__body p {
    font-size: 15px;
    line-height: 1.65;
  }

  .inspection-intro__media {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .inspection-intro__media img {
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: var(--content-image-aspect-mobile);
    object-fit: cover;
    object-position: center top !important;
  }

  .inspection-types {
    padding-block: 56px 64px;
  }

  .inspection-types__header {
    margin-bottom: 28px;
  }

  .inspection-types__header h2 {
    line-height: 1.16;
    max-width: 100%;
    text-wrap: balance;
    overflow-wrap: break-word;
  }

  .inspection-types__header h2 br {
    display: none;
  }

  .inspection-types__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .inspection-card {
    min-height: 0;
    padding: 20px 18px;
  }

  .inspection-card:hover,
  .inspection-card:focus-visible {
    transform: none;
  }

  .inspection-card span {
    font-size: clamp(16px, 4.5vw, 19px);
    line-height: 1.35;
  }

  .inspection-faq h2 {
    line-height: 1.16;
    text-wrap: balance;
  }

  .page-cleaning .company-hero h1 {
    max-width: 100%;
    font-size: clamp(24px, 6.8vw, 32px);
    line-height: 1.12;
    letter-spacing: -0.02em;
    text-wrap: balance;
    overflow-wrap: break-word;
  }

  .page-cleaning .company-hero h1 br {
    display: none;
  }

  .cleaning-detail {
    padding-block: 56px;
  }

  .cleaning-intro__layout {
    gap: 24px;
    margin-bottom: 40px;
  }

  .cleaning-intro__columns {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cleaning-intro__body p {
    font-size: 15px;
    line-height: 1.65;
  }

  .cleaning-intro__media,
  .cleaning-detail__media {
    width: 100%;
    max-width: none;
    height: auto !important;
    min-height: 0;
  }

  .cleaning-intro__media img,
  .cleaning-detail__media img {
    position: static;
    display: block;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: var(--content-image-aspect-mobile);
    object-fit: cover;
    object-position: center top !important;
  }

  .cleaning-detail__stack {
    gap: 32px;
  }

  .cleaning-detail__row,
  .cleaning-detail__row--reverse {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .cleaning-detail__copy h2,
  .cleaning-intro__header h2,
  .cleaning-services__heading h2 {
    max-width: 100%;
    line-height: 1.16;
    text-wrap: balance;
    overflow-wrap: break-word;
  }

  .cleaning-detail__copy p {
    font-size: 15px;
    line-height: 1.65;
  }

  .cleaning-services {
    padding-block: 56px 64px;
  }

  .cleaning-services__top {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 28px;
  }

  .cleaning-services__summary-list {
    gap: 12px;
    font-size: 16px;
    line-height: 1.65;
  }

  .cleaning-pill {
    min-height: 62px;
    padding: 16px 20px 16px 22px;
    font-size: 16px;
  }

  .region-locations__pills {
    grid-auto-rows: 62px;
  }

  .region-locations__pills .cleaning-pill {
    min-height: 62px;
  }

  .cleaning-pill::after {
    width: 34px;
    height: 34px;
    margin-left: 14px;
    font-size: 18px;
  }

  .detail-videos {
    padding-top: 58px;
    padding-bottom: 64px;
  }

  .detail-videos .videos__heading {
    margin-bottom: 28px;
  }

  .page-repair .company-hero {
    min-height: var(--subpage-hero-height);
  }

  .page-repair .company-hero__content {
    min-height: 0;
    padding-top: 108px;
    padding-bottom: 38px;
  }

  .page-repair .company-hero h1 {
    max-width: 7.4ch;
    font-size: clamp(48px, 14vw, 74px);
  }

  .repair-detail {
    padding-top: 56px;
    padding-bottom: 58px;
  }

.repair-detail__grid {
    gap: 28px;
  }

  .repair-detail__side {
    gap: 18px;
  }

  .img-compare__label {
    top: 12px;
    padding: 6px 10px;
    font-size: 11px;
  }

  .img-compare__label--before {
    left: 12px;
  }

  .img-compare__label--after {
    right: 12px;
  }

  .img-compare__knob {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
  }

.repair-detail__side p {
  line-height: 1.85;
}
}

.page-energy .site-header{background:rgba(255,255,255,0)}
.page-energy .company-hero{min-height:var(--subpage-hero-height);--hero-bg-image:var(--services-hero-image);--hero-bg-position:center 42%}
.page-energy .company-hero::after{height: calc(42% + 3px);background:var(--hero-fade-gradient)}
.page-energy .company-hero__content{min-height:0;padding-top:116px;padding-bottom:62px}
.page-energy .company-hero h1{max-width:min(100%,18ch);font-size:clamp(52px,6.2vw,88px);line-height:.96;letter-spacing:-.04em}
.energy-section,.energy-text-block,.energy-dinspec,.energy-benefits{padding:74px 0 86px}
.energy-section--soft,.energy-benefits{background:linear-gradient(180deg,#e8f3ff 0%,#fff 100%)}
.energy-intro__layout{display:grid;gap:32px}
.energy-intro__header{margin:0}
.energy-intro__header h2 { max-width:none; line-height:1.12 }
.energy-intro__columns{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(340px,.98fr);gap:54px;align-items:center}
.energy-intro__columns--media-first{grid-template-columns:minmax(340px,.98fr) minmax(0,1.02fr)}
.energy-intro__columns--media-first .energy-section__media{justify-self:start}
.energy-intro__body{margin:0;max-width:none}
.energy-intro__body p+ p{margin-top:14px}
.energy-intro__body .button{margin-top:22px}
a.sector-card{color:inherit;text-decoration:none}
.energy-geg{padding:74px 0 86px;background:linear-gradient(180deg,#fff 0%,#e8f3ff 100%)}
.energy-geg__layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;align-items:stretch}
.energy-geg__panel{margin:0;padding:40px 36px 38px;border-radius:12px;background:linear-gradient(180deg,#fff 0%,#f4f9ff 100%);box-shadow:0 2px 18px rgba(46,163,242,.12);border:1px solid rgba(1,97,191,.08);border-top:4px solid var(--color-primary)}
.energy-geg__panel--accent{background:linear-gradient(180deg,#e8f3ff 0%,#fff 100%);border-top-color:var(--color-secondary)}
.energy-geg__panel h2 { line-height:1.14 }
.energy-geg__panel > p:not(.eyebrow){color:#666;font-size:16px;line-height:1.9}
.energy-geg__panel > p + p{margin-top:14px}
.energy-geg__panel .button{margin-top:22px}
.energy-deadlines{padding:74px 0 86px;background:#fff}
.energy-deadlines__layout{max-width:980px;margin:0 auto}
.energy-deadlines__panel{margin:0;display:grid;gap:28px;padding:40px 36px;border-radius:12px;background:linear-gradient(135deg,#e8f3ff 0%,#fff 62%);box-shadow:0 2px 18px rgba(46,163,242,.12);border:1px solid rgba(1,97,191,.08)}
.energy-deadlines__header{margin:0}
.energy-deadlines__header h2 { max-width:none; line-height:1.12 }
.energy-deadlines__body{margin:0;max-width:none}
.energy-deadlines__body > p{color:#666;font-size:16px;line-height:1.9}
.energy-deadlines__body > p + p{margin-top:14px}
.energy-deadlines__callout{margin:18px 0;padding:22px 24px;border-radius:10px;background:#fff;box-shadow:0 2px 12px rgba(46,163,242,.1);font-weight:700;font-size:17px;line-height:1.55;color:var(--color-primary)}
.energy-deadlines__body .button{margin-top:22px}
.energy-text-block,.energy-dinspec{background:#fff}
.energy-section__grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(340px,.98fr);gap:54px;align-items:center}
.energy-section__grid--reverse{grid-template-columns:minmax(340px,.98fr) minmax(0,1.02fr)}
.energy-section__copy{max-width:672px}
.energy-section__copy h2 { line-height:1.14 }
.energy-section__copy p+ p{margin-top:14px}
.energy-section__copy .button{margin-top:22px}
.energy-section__highlight{font-weight:700;color:var(--color-primary)}
.energy-section__media{max-width:596px;justify-self:end}
.energy-section__grid--reverse .energy-section__media{justify-self:start}
.energy-text-block__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:34px}
.energy-text-block__copy{max-width:760px}
.energy-text-block__content{max-width:980px;color:#666;font-size:16px;line-height:2}
.energy-text-block__content p+ p{margin-top:14px}
.energy-dinspec__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:32px;align-items:start}
.energy-dinspec__column{display:grid;gap:24px;align-content:start}
.energy-dinspec__tile{padding:32px;border-radius:12px;background:linear-gradient(180deg,#fff 0%,#f4f9ff 100%);box-shadow:0 2px 18px rgba(46,163,242,.12);border:1px solid rgba(1,97,191,.08);color:#666;font-size:16px;line-height:1.9;height:fit-content}
.energy-dinspec__tile h3{margin:0 0 12px;font-size:20px;font-weight:600;line-height:1.35;color:var(--color-primary)}
.energy-dinspec__tile p{margin:0}
.energy-benefits__header{max-width:980px;margin-bottom:38px}
.energy-benefits__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 24px}
.energy-benefit-card{position:relative;padding:28px 28px 28px 66px;border-radius:10px;background:#fff;box-shadow:0 2px 18px rgba(46,163,242,.12);color:#666;font-size:16px;line-height:1.9}
.energy-benefit-card::before{content:"→";position:absolute;left:26px;top:30px;display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:rgba(0,159,227,.14);color:var(--color-accent);font-weight:700}
.energy-benefit-card h3{margin:0 0 10px;font-size:20px;font-weight:600;line-height:1.3;color:var(--color-primary)}

@media (max-width:980px){
  .page-energy .company-hero h1{font-size:clamp(58px,10vw,84px)}
  .energy-intro__columns,.energy-geg__layout,.energy-section__grid,.energy-section__grid--reverse,.energy-dinspec__grid{grid-template-columns:1fr}
  .energy-dinspec__column{gap:20px}
  .energy-section__media,.energy-section__grid--reverse .energy-section__media{justify-self:center}
  .energy-text-block__heading{flex-direction:column;align-items:flex-start}
  .energy-benefits__grid{grid-template-columns:1fr}
}

@media (max-width:767px){
  .page-energy .company-hero{min-height:var(--subpage-hero-height)}
  .page-energy .company-hero__content{min-height:0;padding-top:108px;padding-bottom:38px}
  .page-energy .company-hero h1{max-width:min(100%,14ch);font-size:clamp(44px,13vw,72px)}
  .energy-section,.energy-geg,.energy-deadlines,.energy-text-block,.energy-dinspec,.energy-benefits{padding-top:56px;padding-bottom:58px}
  .energy-geg__layout{gap:24px}
  .energy-geg__panel{padding:28px 24px 26px}
  .energy-deadlines__panel{padding:28px 24px;gap:22px}
  .energy-deadlines__callout{font-size:16px;padding:18px 20px}
  .energy-section__grid{gap:28px}
  .energy-text-block__heading{margin-bottom:26px}
  .energy-dinspec__tile{padding:24px;font-size:15px;line-height:1.8}
  .energy-benefit-card{padding:24px 22px 24px 56px;font-size:15px;line-height:1.8}
  .energy-benefit-card::before{left:20px;top:24px;width:24px;height:24px}
  .energy-benefit-card h3,.energy-dinspec__tile h3{font-size:18px}
}

.page-standards .site-header,
.page-vdi-detail .site-header {
  background: rgba(255, 255, 255, 0);
}

.page-standards .company-hero,
.page-vdi-detail .company-hero {
  min-height: var(--subpage-hero-height);
  height: var(--subpage-hero-height);
  --hero-bg-image: url("../images/Bildmaterial_final/shared/certifications-hero-bg.webp");
  --hero-bg-position: center 44%;
}

.page-standards .company-hero::after,
.page-vdi-detail .company-hero::after {
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-standards .company-hero__content,
.page-vdi-detail .company-hero__content {
  min-height: 0;
  padding-top: 116px;
  padding-bottom: 54px;
}

.page-standards .company-hero h1,
.page-vdi-detail .company-hero h1 {
  max-width: none;
  font-size: clamp(58px, 6vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.standards-overview,
.vdi-intro {
  background: linear-gradient(180deg, var(--color-soft) 0%, var(--color-white) 100%);
}

.standards-overview {
  padding: 70px 0 88px;
}

.standards-overview__layout {
  display: grid;
  gap: 32px;
}

.standards-overview__header {
  margin: 0;
}

.standards-overview__header h2 {
  max-width: none;
  line-height: 1.12;
  margin: 0;
}

.standards-overview__columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
  align-items: start;
}

.standards-overview__copy {
  max-width: none;
}

.standards-overview__copy p:not(.eyebrow) {
  max-width: none;
  color: #646464;
}

.standards-overview__copy p + p {
  margin-top: 12px;
}

.standards-overview__copy .button {
  margin-top: 22px;
}

.standards-list {
  padding-top: 0;
}

.standards-list__pills.cleaning-services__pills {
  grid-template-columns: 1fr;
  padding: clamp(24px, 3vw, 32px);
  gap: 0;
}

.standards-list .cleaning-pill-list {
  gap: 16px;
}

.cleaning-pill--inactive {
  cursor: default;
  opacity: 0.72;
}

.cleaning-pill--inactive::after {
  display: none;
}

.cleaning-pill--inactive:hover,
.cleaning-pill--inactive:focus-visible {
  transform: none;
  box-shadow: 0 4px 16px rgba(46, 163, 242, 0.12);
  background: #ffffff;
  border-color: rgba(1, 97, 191, 0.1);
}

@media (max-width: 980px) {
  .page-standards .company-hero h1,
  .page-vdi-detail .company-hero h1 {
    font-size: clamp(54px, 10vw, 82px);
  }

  .standards-overview__columns {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .standards-list {
    padding-top: 0;
  }

  .standards-list__pills.cleaning-services__pills {
    padding: 22px 18px;
  }
}

@media (max-width: 767px) {
  .page-standards .company-hero,
  .page-vdi-detail .company-hero {
    min-height: var(--subpage-hero-height);
    height: var(--subpage-hero-height);
  }

  .page-standards .company-hero__content,
  .page-vdi-detail .company-hero__content {
    min-height: 0;
    padding-top: 104px;
    padding-bottom: 34px;
  }

  .page-standards .company-hero h1,
  .page-vdi-detail .company-hero h1 {
    font-size: clamp(46px, 14vw, 72px);
  }

  .standards-overview {
    padding-top: 54px;
    padding-bottom: 60px;
  }

.standards-overview__copy p {
    max-width: none;
    font-size: 15px;
    line-height: 1.95;
  }
}

.page-equipment .site-header {
  background: rgba(255, 255, 255, 0);
}

.page-equipment .company-hero {
  min-height: var(--subpage-hero-height);
  height: var(--subpage-hero-height);
  --hero-bg-image: url("../images/Bildmaterial_final/shared/certifications-hero-bg.webp");
  --hero-bg-position: center 44%;
}

.page-equipment .company-hero::after {
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-equipment .company-hero__content {
  min-height: 0;
  padding-top: 116px;
  padding-bottom: 54px;
}

.page-equipment .company-hero h1 {
  max-width: none;
  font-size: clamp(58px, 6vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.equipment-overview {
  padding-top: clamp(54px, 6vw, 78px);
  padding-bottom: clamp(64px, 7vw, 92px);
}

.equipment-overview__layout {
  display: grid;
  gap: clamp(34px, 5vw, 54px);
}

.equipment-overview__intro {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  column-gap: clamp(2rem, 4vw, 4.5rem);
  row-gap: 0;
  align-items: start;
}

.equipment-overview__eyebrow {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 14px;
  color: var(--color-primary);
}

.equipment-overview__intro > .equipment-overview__heading,
.equipment-overview__intro > .equipment-overview__copy {
  min-width: 0;
}

.equipment-overview__heading {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
}

.equipment-overview__copy {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  max-width: none;
  align-self: start;
}

.equipment-overview__heading h2 {
  margin: 0;
  max-width: none;
  color: var(--color-primary);
  line-height: 1.14;
}

.equipment-overview__copy p {
  color: #646464;
  max-width: none;
}

.equipment-overview__copy p + p {
  margin-top: 12px;
}

.equipment-overview__cta {
  margin-top: 22px;
}

.equipment-overview__locations-block {
  max-width: 1290px;
}

.equipment-overview__locations-block h3 {
  margin: 0 0 14px;
  color: var(--color-primary);
  font-size: clamp(28px, 2.5vw, 36px);
  line-height: 1.3;
  font-weight: 600;
}

.equipment-overview__pills {
  margin-top: 24px;
  border-color: rgba(1, 97, 191, 0.2);
  box-shadow:
    0 24px 56px rgba(7, 57, 117, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

@media (max-width: 980px) {
  .page-equipment .company-hero h1 {
    font-size: clamp(54px, 10vw, 82px);
  }

  .equipment-overview__intro {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .equipment-overview__eyebrow,
  .equipment-overview__heading,
  .equipment-overview__copy {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  .page-equipment .company-hero {
    min-height: var(--subpage-hero-height);
    height: var(--subpage-hero-height);
  }

  .page-equipment .company-hero__content {
    min-height: 0;
    padding-top: 104px;
    padding-bottom: 34px;
  }

  .page-equipment .company-hero h1 {
    font-size: clamp(46px, 14vw, 72px);
  }

  .equipment-overview {
    padding-top: 54px;
    padding-bottom: 60px;
  }

.equipment-overview__copy p {
    font-size: 15px;
    line-height: 1.95;
  }

  .equipment-overview__locations-block h3 {
    font-size: 24px;
  }
}

.page-duct-cleaning .site-header {
  background: rgba(255, 255, 255, 0);
}

.page-duct-cleaning .company-hero {
  min-height: var(--subpage-hero-height);
  height: var(--subpage-hero-height);
  --hero-bg-image: url("../images/Bildmaterial_final/shared/certifications-hero-bg.webp");
  --hero-bg-position: center 42%;
}

.page-duct-cleaning .company-hero::after {
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-duct-cleaning .company-hero__content {
  min-height: 0;
  padding-top: 116px;
  padding-bottom: 60px;
}

.page-duct-cleaning .company-hero h1 {
  max-width: 11.2ch;
  font-size: clamp(60px, 6vw, 92px);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.duct-intro,
.duct-guide,
.duct-protection,
.duct-industries,
.duct-partner {
  padding: 76px 0 88px;
}

.duct-intro,
.duct-protection,
.duct-industries {
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.duct-intro__grid,
.duct-guide__grid,
.duct-protection__layout {
  display: grid;
  gap: clamp(1.75rem, 3vw, 2rem);
}

.duct-intro__grid,
.duct-partner__grid {
  display: grid;
  align-items: center;
  gap: 56px;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, 0.97fr);
}

.duct-industries__layout {
  display: grid;
  gap: clamp(1.75rem, 3vw, 2rem);
}

.duct-industries__head {
  max-width: 1290px;
  margin: 0;
}

.duct-industries__head h2 {
  margin: 0;
  max-width: none;
  color: var(--color-primary);
  line-height: 1.3;
}

.duct-industries__head .eyebrow {
  margin-bottom: 14px;
  color: var(--color-primary);
}

.duct-industries__body {
  max-width: none;
  margin: 0;
}

.duct-protection__head {
  max-width: 1290px;
  margin: 0;
}

.duct-protection__head h2 {
  margin: 0;
  max-width: none;
  color: var(--color-primary);
  line-height: 1.3;
}

.duct-protection__grid {
  display: grid;
  grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
  align-items: stretch;
  gap: clamp(1.75rem, 3vw, 3.5rem);
}

.duct-protection__body {
  max-width: none;
  align-self: center;
}

.duct-guide__grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  align-items: start;
}

.duct-intro__copy,
.duct-guide__copy,
.duct-partner__copy {
  max-width: 678px;
}

.duct-intro__copy h2,
.duct-guide__copy h2,
.duct-partner__copy h2 {
  line-height: 1.14;
}

.duct-intro__copy h2 {
  max-width: 13.2ch;
}

.duct-guide__copy h2 {
  max-width: 14ch;
}

.duct-partner__copy h2 {
  max-width: 15ch;
}

.duct-intro__copy p + p,
.duct-guide__copy p + p,
.duct-protection__copy p + p,
.duct-partner__copy p + p {
  margin-top: 14px;
}

.duct-intro__copy .button,
.duct-guide__copy .button,
.duct-protection__copy .button,
.duct-partner__copy .button {
  margin-top: 22px;
}

.duct-protection__media {
  align-self: stretch;
  justify-self: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.duct-protection__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.duct-intro__media {
  max-width: 600px;
  justify-self: end;
}

.duct-anchor-card {
  position: sticky;
  top: 112px;
  display: grid;
  gap: 14px;
  align-content: start;
}

.duct-anchor-link {
  display: flex;
  align-items: center;
  min-height: 64px;
  padding: 16px 24px;
  border-radius: 999px;
  box-shadow: 0 2px 18px rgba(46, 163, 242, 0.18);
  background: linear-gradient(90deg, rgba(232, 243, 255, 0.96), rgba(255, 255, 255, 0.98));
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition);
}

.duct-anchor-link::before {
  content: "";
  flex: none;
  width: 11px;
  height: 11px;
  margin-right: 14px;
  border-radius: 50%;
  border: 2px solid currentColor;
}

.duct-anchor-link:hover,
.duct-anchor-link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(46, 163, 242, 0.18);
  background: linear-gradient(56deg, rgba(1, 97, 191, 0.96), rgba(0, 159, 227, 0.98));
  color: #ffffff;
}

.duct-inline-link {
  color: var(--color-accent);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.page-duct-cleaning .duct-vorteile {
  padding: 70px 0 82px;
  background: linear-gradient(180deg, var(--color-white) 0%, var(--color-soft) 100%);
}

.page-duct-cleaning .duct-vorteile .karlsruhe-services__heading {
  max-width: 1290px;
  margin-bottom: 0;
}

.page-duct-cleaning .duct-vorteile .karlsruhe-services__heading h2 {
  max-width: none;
  line-height: 1.3;
}

.page-duct-cleaning .duct-vorteile .filtertest-standard__stack {
  gap: 48px;
  margin-top: 35px;
}

.page-duct-cleaning .duct-vorteile .filtertest-standard__row {
  grid-template-columns: minmax(0, 383px) minmax(0, 836px);
  justify-content: space-between;
  gap: 71px;
  align-items: center;
}

.page-duct-cleaning .duct-vorteile .filtertest-standard__row--reverse {
  grid-template-columns: minmax(0, 836px) minmax(0, 383px);
}

.page-duct-cleaning .duct-vorteile .filtertest-standard__media {
  align-self: center;
  width: 100%;
  max-width: 383px;
  height: auto;
  justify-self: start;
}

.page-duct-cleaning .duct-vorteile .filtertest-standard__row--reverse .filtertest-standard__media {
  justify-self: end;
}

.page-duct-cleaning .duct-vorteile .filtertest-standard__media img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.page-duct-cleaning .duct-vorteile .filtertest-standard__copy {
  align-self: center;
  max-width: 836px;
}

.page-duct-cleaning .duct-vorteile .filtertest-standard__copy p {
  line-height: 2;
}

.page-duct-cleaning .duct-vorteile .filtertest-standard__copy h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .page-duct-cleaning .duct-vorteile .filtertest-standard__row,
  .page-duct-cleaning .duct-vorteile .filtertest-standard__row--reverse {
    gap: 32px;
  }
}

@media (max-width: 980px) {
  .page-duct-cleaning .duct-vorteile .filtertest-standard__row,
  .page-duct-cleaning .duct-vorteile .filtertest-standard__row--reverse {
    grid-template-columns: 1fr;
  }

  .page-duct-cleaning .duct-vorteile .filtertest-standard__media,
  .page-duct-cleaning .duct-vorteile .filtertest-standard__row--reverse .filtertest-standard__media {
    justify-self: start;
    max-width: none;
  }
}

.duct-industries__body p {
  color: #666666;
}

.page-duct-cleaning #notwendigkeit {
  background: #e8f3ff;
}

.page-duct-cleaning .duct-industries__body .button {
  margin-top: 22px;
}

.page-duct-cleaning #vorgehen .duct-industries__body .oproom-list {
  margin: 1.5rem 0 1.75rem;
  padding: 24px 26px 24px 30px;
  list-style: none;
  border: 1px solid rgba(0, 159, 227, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 32px rgba(46, 163, 242, 0.1);
}

.page-duct-cleaning #vorgehen .duct-industries__body .oproom-list li {
  position: relative;
  padding-left: 26px;
  color: #3f5568;
  font-weight: 500;
  line-height: 1.7;
}

.page-duct-cleaning #vorgehen .duct-industries__body .oproom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(56deg, var(--color-primary), var(--color-secondary));
  box-shadow: 0 0 0 6px rgba(0, 159, 227, 0.12);
}

.page-duct-cleaning #vorgehen .duct-industries__body .oproom-list li + li {
  margin-top: 14px;
}

.duct-branches {
  margin-top: clamp(2rem, 4vw, 3.5rem);
}

.duct-branches__grid {
  align-items: stretch;
}

.duct-branches__copy {
  min-width: 0;
  margin: 0;
  max-width: none;
  align-self: start;
}

.duct-branches__copy h2 {
  margin: 0;
  max-width: none;
  color: var(--color-primary);
  line-height: 1.3;
}

.duct-branches__copy .eyebrow {
  margin-bottom: 14px;
}

.duct-branches__note {
  max-width: none;
  margin: 0;
  color: #666666;
  font-size: 16px;
  line-height: 2;
}

.duct-branches .cleanroom-overview__copy .button {
  margin-top: 22px;
}

.cleaning-services__pills.duct-branches__pills {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-self: end;
  justify-self: stretch;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  border-color: rgba(1, 97, 191, 0.2);
  box-shadow:
    0 24px 56px rgba(7, 57, 117, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.cleaning-services__pills.duct-branches__pills .cleaning-pill-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  width: 100%;
  min-width: 0;
}

.cleaning-services__pills.duct-branches__pills .cleaning-pill {
  width: 100%;
  max-width: none;
  min-height: 72px;
  height: auto;
  box-sizing: border-box;
}

@media (max-width: 1100px) {
  .duct-branches__grid {
    grid-template-columns: 1fr;
  }

  .cleaning-services__pills.duct-branches__pills {
    align-self: start;
  }
}

.cta-band--duct {
  padding-top: 80px;
  padding-bottom: 54px;
}

.cta-band--duct h2 {
  max-width: 14ch;
}

.duct-sectors {
  padding: 0 0 84px;
  color: #ffffff;
  background: linear-gradient(180deg, var(--color-primary) 0%, var(--color-secondary) 100%);
}

.duct-sectors .sector-grid {
  gap: 18px;
}

.duct-partner {
  background: linear-gradient(180deg, #ffffff 0%, #e8f3ff 100%);
}

.duct-partner__grid {
  align-items: start;
}

.duct-partner__lead {
  margin-top: 0;
}

.duct-partner__cta {
  color: #4b4b4b;
}

.duct-partner__features.karlsruhe-benefits__cards {
  margin: 0;
  gap: 1rem;
}

.duct-partner__features .karlsruhe-benefit-card p {
  color: #666666;
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 980px) {
  .page-duct-cleaning .company-hero h1 {
    max-width: 10ch;
    font-size: clamp(54px, 10vw, 82px);
  }

  .duct-intro__grid,
  .duct-guide__grid,
  .duct-protection__grid,
  .duct-partner__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .duct-intro__media,
  .duct-protection__media {
    justify-self: center;
  }

  .duct-anchor-card {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .page-duct-cleaning .company-hero {
    min-height: var(--subpage-hero-height);
  }

  .page-duct-cleaning .company-hero__content {
    min-height: 0;
    padding-top: 104px;
    padding-bottom: 34px;
  }

  .page-duct-cleaning .company-hero h1 {
    max-width: 8.6ch;
    font-size: clamp(42px, 12.8vw, 68px);
  }

  .duct-intro,
  .duct-guide,
  .duct-protection,
  .duct-vorteile,
  .duct-industries,
  .duct-partner {
    padding-top: 56px;
    padding-bottom: 60px;
  }

.duct-intro__copy h2,
.duct-guide__copy h2,
.duct-protection__head h2,
.duct-vorteile .karlsruhe-services__heading h2,
.duct-industries__head h2,
.duct-branches__copy h2,
.duct-anchor-card {
    grid-template-columns: 1fr;
  }

  .duct-anchor-link {
    min-height: 58px;
    font-size: 17px;
  }

  .duct-branches__note {
    font-size: 15px;
    line-height: 1.9;
  }

  .cta-band--duct {
    padding-top: 58px;
    padding-bottom: 42px;
  }

  .duct-sectors {
    padding-bottom: 60px;
  }
}

.vdi-intro {
  padding: 72px 0 94px;
}

.vdi-intro__grid {
  display: grid;
  gap: 66px;
  align-items: start;
}

@media (min-width: 981px) {
  .vdi-intro__grid {
    grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  }
}

.vdi-intro__copy {
  max-width: 648px;
}

.vdi-intro__copy h2 {
  max-width: 13.6ch;
  line-height: 1.16;
}

.standards-overview__header .eyebrow,
.vdi-intro__header .eyebrow,
.vdi-intro__copy .eyebrow {
  color: var(--color-secondary);
}

.vdi-intro__copy p:not(.eyebrow) {
  color: #646464;
}

.vdi-intro__copy p + p {
  margin-top: 12px;
}

.vdi-intro__copy .button {
  margin-top: 22px;
}

.vdi-intro__media {
  max-width: 654px;
  justify-self: end;
}

.vdi-intro__media img {
  aspect-ratio: 1 / 0.86;
  object-fit: cover;
}

@media (max-width: 980px) {
  .page-vdi6022 .vdi-intro__columns {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .page-vdi6022 .vdi-intro__media {
    justify-self: center;
  }

  .page-vdi2052 .vdi-intro__columns {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .page-din15780 .vdi-intro__columns,
  .page-din14175 .vdi-intro__columns {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .vdi-intro__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .vdi-intro__media {
    justify-self: center;
  }
}

@media (max-width: 767px) {
  .vdi-intro {
    padding-block: 56px;
  }

  .page-din15780 .vdi-intro__header h2,
  .vdi-intro__copy h2,
  .vdi-intro__header h2 {
    max-width: 100%;
    text-wrap: balance;
    overflow-wrap: break-word;
  }

  .vdi-intro__copy p {
    font-size: 15px;
    line-height: 1.65;
  }

  .vdi-intro__grid,
  .vdi-intro__columns {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .vdi-intro__media {
    width: 100%;
    max-width: none;
    justify-self: stretch;
  }

  .vdi-intro__media img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: var(--content-image-aspect-mobile);
    object-fit: cover;
    object-position: center top !important;
  }
}

.page-vdi2047 .vdi-intro__grid {
  align-items: center;
}

.page-vdi6022 .vdi-intro__layout {
  display: grid;
  gap: 32px;
}

.page-vdi6022 .vdi-intro__header {
  margin: 0;
}

.page-vdi6022 .vdi-intro__header h2 {
  max-width: none;
  line-height: 1.12;
  margin: 0;
}

.page-vdi6022 .vdi-intro__header .eyebrow {
  color: var(--color-secondary);
}

.page-vdi6022 .vdi-intro__columns {
  display: grid;
  gap: 48px;
  align-items: center;
}

@media (min-width: 981px) {
  .page-vdi6022 .vdi-intro__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.page-vdi6022 .vdi-intro__copy {
  max-width: none;
}

.page-vdi6022 .vdi-intro__media {
  justify-self: end;
}

.page-vdi2052 .vdi-intro__layout {
  display: grid;
  gap: 32px;
}

.page-vdi2052 .vdi-intro__header {
  margin: 0;
}

.page-vdi2052 .vdi-intro__header h2 {
  max-width: none;
  line-height: 1.12;
  margin: 0;
}

.page-vdi2052 .vdi-intro__header .eyebrow {
  color: var(--color-secondary);
}

.page-vdi2052 .vdi-intro__columns {
  display: grid;
  gap: 48px;
  align-items: start;
}

@media (min-width: 981px) {
  .page-vdi2052 .vdi-intro__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.page-vdi2052 .vdi-intro__copy {
  max-width: none;
}

.page-din15780 .vdi-intro__layout,
.page-din14175 .vdi-intro__layout {
  display: grid;
  gap: 32px;
}

.page-din15780 .vdi-intro__header,
.page-din14175 .vdi-intro__header {
  margin: 0;
}

.page-din15780 .vdi-intro__header h2,
.page-din14175 .vdi-intro__header h2 {
  max-width: none;
  line-height: 1.12;
  margin: 0;
}

.page-din15780 .vdi-intro__header .eyebrow,
.page-din14175 .vdi-intro__header .eyebrow {
  color: var(--color-secondary);
}

.page-din15780 .vdi-intro__columns,
.page-din14175 .vdi-intro__columns {
  display: grid;
  gap: 48px;
  align-items: start;
}

@media (min-width: 981px) {
  .page-din15780 .vdi-intro__columns,
  .page-din14175 .vdi-intro__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.page-din15780 .vdi-intro__copy,
.page-din14175 .vdi-intro__copy {
  max-width: none;
}

.page-vdi2047 .vdi-intro__copy h2 {
  max-width: 18.5ch;
}

@media (max-width: 767px) {
.page-vdi2047 .vdi-intro__copy h2 {
    max-width: 12.4ch;
  }
}

.page-vdi2052 .vdi-intro__side {
  display: grid;
  gap: 22px;
  align-content: start;
}

.page-din15780 .vdi-intro__side,
.page-din14175 .vdi-intro__side {
  display: grid;
  gap: 22px;
  align-content: start;
}

.page-vdi2052 .vdi-intro__media {
  max-width: 640px;
  margin-bottom: 32px;
}

.page-din15780 .vdi-intro__media,
.page-din14175 .vdi-intro__media {
  max-width: 640px;
}

.page-vdi2052 .vdi-intro__note,
.page-din15780 .vdi-intro__note {
  max-width: 640px;
  margin: 0;
  color: #646464;
  font-size: 16px;
  line-height: 1.9;
}

.page-vdi2052 .vdi-intro__side .button {
  justify-self: start;
}

.page-din15780 .vdi-intro__side .button,
.page-din14175 .vdi-intro__side .button {
  justify-self: start;
}

.page-din15780 .vdi-intro__note p {
  margin: 0;
}

.page-din15780 .vdi-intro__note p + p {
  margin-top: 12px;
}

@media (max-width: 980px) {
  .page-vdi2052 .vdi-intro__side,
  .page-din15780 .vdi-intro__side,
  .page-din14175 .vdi-intro__side {
    gap: 18px;
  }

  .page-vdi2052 .vdi-intro__media,
  .page-vdi2052 .vdi-intro__note,
  .page-din15780 .vdi-intro__media,
  .page-din15780 .vdi-intro__note,
  .page-din14175 .vdi-intro__media {
    max-width: 654px;
    justify-self: center;
  }
}

@media (max-width: 767px) {
  .page-vdi2052 .vdi-intro__side,
  .page-din15780 .vdi-intro__side,
  .page-din14175 .vdi-intro__side {
    gap: 16px;
  }

  .page-vdi2052 .vdi-intro__note,
  .page-din15780 .vdi-intro__note {
    font-size: 15px;
    line-height: 1.95;
  }
}

.page-air-duct-cleaning .site-header {
  background: rgba(255, 255, 255, 0);
}

.page-air-duct-cleaning .company-hero {
  min-height: var(--subpage-hero-height);
  height: var(--subpage-hero-height);
  --hero-bg-image: url("../images/Bildmaterial_final/shared/certifications-hero-bg.webp");
  --hero-bg-position: center 42%;
}

.page-air-duct-cleaning .company-hero::after {
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-air-duct-cleaning .company-hero__content {
  min-height: 0;
  padding-top: 116px;
  padding-bottom: 60px;
}

.page-air-duct-cleaning .company-hero h1 {
  max-width: 11.2ch;
  font-size: clamp(58px, 6vw, 88px);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.airduct-intro,
.airduct-partner,
.airduct-why,
.airduct-health,
.airduct-services,
.airduct-expertise {
  padding: 76px 0 88px;
}

.airduct-intro,
.airduct-services {
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.airduct-why {
  background: linear-gradient(180deg, #ffffff 0%, #e8f3ff 100%);
}

.airduct-partner,
.airduct-health {
  background: #ffffff;
}

.airduct-expertise {
  background: #e8f3ff;
  padding-bottom: 96px;
}

.airduct-intro__grid,
.airduct-partner__grid,
.airduct-why__grid {
  display: grid;
  gap: 52px;
}

.airduct-health__layout {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem);
  align-items: start;
}

.airduct-health__head {
  max-width: none;
  margin: 0;
}

.airduct-health__head h2 {
  max-width: none;
  line-height: 1.3;
}

.airduct-health__grid {
  display: grid;
  gap: clamp(1.75rem, 3vw, 3.5rem);
  align-items: stretch;
}

.airduct-health__media {
  justify-self: stretch;
  align-self: stretch;
  max-width: none;
  height: 100%;
}

.airduct-health__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.airduct-health__copy {
  align-self: center;
}

.airduct-intro__grid {
  align-items: start;
}

.airduct-partner__grid,
.airduct-why__grid {
  align-items: center;
}

@media (min-width: 981px) {
  .airduct-health__grid {
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  }

  .airduct-intro__grid {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
  }

  .airduct-partner__grid,
  .airduct-why__grid {
    grid-template-columns: minmax(340px, 0.92fr) minmax(0, 1.08fr);
  }

  .airduct-why__grid {
    grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
  }
}

.airduct-why .reference-overview__layout {
  display: grid;
  gap: clamp(1.75rem, 3vw, 2rem);
}

.airduct-why .reference-overview__head {
  max-width: 1290px;
  margin: 0;
}

.airduct-why .reference-overview__head h2 {
  max-width: none;
  line-height: 1.3;
}

.airduct-intro__copy,
.airduct-why__copy,
.airduct-health__copy {
  max-width: none;
}

.airduct-intro__copy h2 {
  max-width: 15ch;
  line-height: 1.14;
}

.airduct-intro__copy p + p,
.airduct-why__copy p + p,
.airduct-partner__copy p + p,
.airduct-health__copy p + p,
.airduct-expertise__footer .energy-deadlines__body > p + p {
  margin-top: 14px;
}

.airduct-partner__copy,
.airduct-why__copy,
.airduct-health__copy,
.airduct-expertise__intro,
.airduct-list-card p,
.airduct-expertise__footer .energy-deadlines__body > p {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}

.airduct-partner__copy .button,
.airduct-why__copy .button {
  margin-top: 22px;
}

.airduct-partner__media,
.airduct-why__media {
  max-width: 600px;
}

.airduct-partner__media {
  justify-self: start;
}

.airduct-why__media {
  justify-self: end;
}

.airduct-intro__nav {
  position: sticky;
  top: 112px;
}

.airduct-health__head h2,
.airduct-expertise__head h2,
.airduct-faq .faq-section__header h2 {
  color: var(--color-primary);
  line-height: 1.14;
}

.airduct-health__head h2,
.airduct-expertise__head h2 {
  font-size: clamp(34px, 4vw, 48px);
}

.airduct-health__copy h3,
.airduct-health__copy h4,
.airduct-list-card h3,
.airduct-list-card h4 {
  margin: 24px 0 12px;
  color: var(--color-primary);
  font-size: clamp(24px, 2.3vw, 30px);
  line-height: 1.24;
  font-weight: 600;
}

.airduct-health__steps-layout {
  width: 100%;
}

.airduct-health__steps.energy-deadlines__panel {
  margin: 0;
}

.airduct-health__steps .energy-deadlines__body .airduct-steps-list {
  margin-top: 18px;
}

.airduct-health__steps .energy-deadlines__body .airduct-steps-list li {
  color: #666666;
  font-size: 16px;
  line-height: 1.9;
}

.airduct-point-list,
.airduct-steps-list,
.airduct-copy-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.airduct-point-list {
  margin-bottom: 22px;
}

.airduct-point-list li,
.airduct-steps-list li,
.airduct-copy-list li {
  position: relative;
  padding-left: 24px;
}

.airduct-point-list li::before,
.airduct-steps-list li::before,
.airduct-copy-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.76em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
}

.airduct-services {
  padding-top: 82px;
}

.airduct-services__header h2 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.airduct-services.services-overview--glass .services-overview__header {
  max-width: none;
}

.airduct-expertise__layout {
  display: grid;
  gap: clamp(2.75rem, 5vw, 4.25rem);
}

.airduct-expertise__head {
  max-width: none;
  margin: 0;
}

.airduct-expertise__head h2 {
  max-width: none;
  line-height: 1.3;
}

.airduct-expertise__services h3,
.airduct-expertise__services h4,
.airduct-expertise__cert-copy h3,
.airduct-expertise__cert-copy h4 {
  margin: 0 0 18px;
  color: var(--color-primary);
  font-size: clamp(24px, 2.3vw, 30px);
  line-height: 1.24;
  font-weight: 600;
}

.airduct-expertise__cert-copy p + p {
  margin-top: 14px;
}

.airduct-expertise__cert-copy .button {
  margin-top: 22px;
}

.airduct-norm-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0 18px;
  padding: clamp(18px, 2.5vw, 24px);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(232, 243, 255, 0.92) 100%);
  border: 1px solid rgba(1, 97, 191, 0.14);
  box-shadow:
    0 18px 44px rgba(7, 57, 117, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.airduct-norm-tile {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 14px 12px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid rgba(1, 97, 191, 0.12);
  box-shadow: 0 4px 16px rgba(46, 163, 242, 0.1);
  color: var(--color-primary);
  font-size: clamp(13px, 1.05vw, 15px);
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition),
    background var(--transition);
}

.airduct-norm-tile:hover,
.airduct-norm-tile:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(0, 159, 227, 0.28);
  box-shadow: 0 12px 28px rgba(46, 163, 242, 0.18);
  background: linear-gradient(180deg, #ffffff 0%, #f0f8ff 100%);
}

.airduct-norm-tile:focus-visible {
  outline: 2px solid rgba(0, 159, 227, 0.24);
  outline-offset: 3px;
}

.airduct-norm-tile--static {
  cursor: default;
}

.airduct-norm-tile--static:hover,
.airduct-norm-tile--static:focus-visible {
  transform: none;
  border-color: rgba(1, 97, 191, 0.12);
  box-shadow: 0 4px 16px rgba(46, 163, 242, 0.1);
  background: #ffffff;
}

@media (max-width: 1180px) {
  .airduct-norm-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.airduct-expertise__services-pills {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-self: stretch;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  padding: clamp(24px, 3vw, 32px);
  border-color: rgba(1, 97, 191, 0.2);
  box-shadow:
    0 24px 56px rgba(7, 57, 117, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.airduct-expertise__services-pills .cleaning-pill-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  width: 100%;
  min-width: 0;
}

.airduct-expertise__services-pills .cleaning-pill {
  position: relative;
  justify-content: flex-start;
  min-height: 64px;
  padding: 16px 20px 16px 44px;
  font-size: 16px;
  line-height: 1.45;
}

.airduct-expertise__services-pills .cleaning-pill::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
}

.airduct-expertise__services-pills .cleaning-pill--inactive {
  opacity: 1;
  cursor: default;
}

.airduct-expertise__intro .button {
  margin-top: 22px;
}

.airduct-expertise__grid {
  display: grid;
  gap: clamp(1.75rem, 3vw, 3.5rem);
  align-items: stretch;
}

@media (min-width: 981px) {
  .airduct-expertise__grid {
    grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  }
}

.airduct-expertise__media {
  justify-self: stretch;
  align-self: stretch;
  max-width: none;
  height: 100%;
}

.airduct-expertise__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.airduct-expertise__intro {
  align-self: center;
  max-width: none;
  margin: 0;
  color: #666666;
  font-size: 16px;
  line-height: 2;
}

.airduct-expertise__intro p {
  margin: 0;
}

.airduct-expertise__columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(2.75rem, 4.5vw, 4rem);
  padding-top: clamp(0.5rem, 1.5vw, 1rem);
}

.airduct-expertise__services {
  min-width: 0;
}

.airduct-expertise__cert {
  width: 100%;
  max-width: none;
}

.airduct-expertise__cert-grid {
  display: grid;
  gap: clamp(1.75rem, 3vw, 3.5rem);
  align-items: stretch;
}

@media (min-width: 981px) {
  .airduct-expertise__cert-grid {
    grid-template-columns: minmax(0, 3fr) minmax(0, 2fr);
  }
}

.airduct-expertise__cert-media {
  align-self: stretch;
  max-width: none;
  height: 100%;
  min-height: 320px;
}

.airduct-expertise__cert-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.airduct-expertise__cert-copy {
  align-self: center;
  max-width: none;
  margin: 0;
  color: #666666;
  font-size: 16px;
  line-height: 2;
}

.airduct-expertise__cert-copy p {
  margin: 0;
}

.airduct-expertise__footer-layout {
  width: 100%;
}

.airduct-expertise__footer.energy-deadlines__panel {
  margin: 0;
}

.airduct-list-card {
  padding: 30px 30px 28px;
  border-radius: 10px;
  box-shadow: var(--shadow-card);
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.airduct-list-card h4 {
  margin-top: 0;
}

.airduct-list-card p {
  margin-top: 0;
}

.airduct-faq .faq-section__header h2 {
  max-width: none;
  margin-inline: auto;
}

.airduct-faq .accordion-item__panel .airduct-copy-list {
  margin: 14px 0;
}

@media (max-width: 980px) {
  .page-air-duct-cleaning .company-hero h1 {
    max-width: 10.2ch;
    font-size: clamp(52px, 9.8vw, 78px);
  }

  .airduct-intro__grid,
  .airduct-partner__grid,
  .airduct-why__grid,
  .airduct-health__grid,
  .airduct-expertise__grid,
  .airduct-expertise__cert-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .airduct-expertise__cert-media {
    min-height: 260px;
  }

  .airduct-norm-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .airduct-norm-grid :last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .airduct-expertise__services-pills .cleaning-pill-list {
    grid-template-columns: 1fr;
  }

  .airduct-intro-overview__grid > :is(article, figure) {
    grid-column: 1 / -1;
  }

  .airduct-partner__media,
  .airduct-why__media,
  .airduct-health__media,
  .airduct-expertise__media {
    justify-self: center;
  }

  .airduct-intro__nav {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .page-air-duct-cleaning .company-hero {
    min-height: var(--subpage-hero-height);
  }

  .page-air-duct-cleaning .company-hero__content {
    min-height: 0;
    padding-top: 104px;
    padding-bottom: 34px;
  }

  .page-air-duct-cleaning .company-hero h1 {
    max-width: 8.5ch;
    font-size: clamp(40px, 12.5vw, 64px);
  }

  .airduct-intro,
  .airduct-partner,
  .airduct-why,
  .airduct-health,
  .airduct-services {
    padding-top: 56px;
    padding-bottom: 60px;
  }

  .airduct-expertise {
    padding-top: 56px;
    padding-bottom: 72px;
  }

  .airduct-expertise__layout {
    gap: 2.5rem;
  }

  .airduct-expertise__columns {
    gap: 2.25rem;
    padding-top: 0;
  }

.airduct-intro__copy h2,
.airduct-why .reference-overview__head h2,
.airduct-health__head h2,
.airduct-expertise__head h2,
.airduct-health__copy h3,
.airduct-health__copy h4,
  .airduct-list-card h3,
  .airduct-list-card h4 {
    font-size: 22px;
  }

  .airduct-health__steps.energy-deadlines__panel {
    padding: 28px 24px;
    gap: 22px;
  }

  .airduct-expertise__footer.energy-deadlines__panel {
    padding: 28px 24px;
    gap: 22px;
  }

.airduct-intro__nav {
    grid-template-columns: 1fr;
  }

  .airduct-list-card {
    padding: 24px 22px;
  }
}

.page-room-disinfection .site-header {
  background: rgba(255, 255, 255, 0);
}

.page-room-disinfection .company-hero {
  min-height: var(--subpage-hero-height);
  height: var(--subpage-hero-height);
  --hero-bg-image: url("../images/Bildmaterial_final/shared/certifications-hero-bg.webp");
  --hero-bg-position: center 42%;
}

.page-room-disinfection .company-hero::after {
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-room-disinfection .company-hero__content {
  min-height: 0;
  padding-top: 116px;
  padding-bottom: 54px;
}

.page-room-disinfection .company-hero h1 {
  max-width: 13ch;
  font-size: clamp(56px, 5.6vw, 82px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.roomdis-intro,
.roomdis-phases,
.roomdis-proof {
  padding: 76px 0 88px;
}

.roomdis-intro,
.roomdis-proof {
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.roomdis-phases {
  background: #ffffff;
}

.roomdis-intro__grid,
.roomdis-proof__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, 0.98fr);
  align-items: center;
  gap: 56px;
}

.roomdis-proof__layout {
  display: grid;
  gap: clamp(28px, 4vw, 40px);
}

.roomdis-proof__head {
  max-width: none;
}

.roomdis-intro__copy,
.roomdis-proof__copy {
  max-width: 700px;
}

.roomdis-intro__copy h2,
.roomdis-phases__heading h2,
.roomdis-proof__head h2 {
  line-height: 1.14;
}

.roomdis-intro__copy p + p,
.roomdis-proof__copy p + p {
  margin-top: 14px;
}

.roomdis-intro__copy .button,
.roomdis-proof__copy .button,
.roomdis-phases__heading .button {
  margin-top: 22px;
}

.roomdis-intro__media,
.roomdis-proof__media {
  max-width: 600px;
  justify-self: end;
}

.roomdis-phases__heading {
  max-width: 820px;
  margin-bottom: 38px;
}

.roomdis-phases__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.roomdis-phase-card {
  align-content: start;
  height: auto;
}

.roomdis-phase-card .energy-deadlines__header h3,
.roomdis-phase-card .energy-deadlines__header h4 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: var(--color-primary);
}

.roomdis-proof__copy h3,
.roomdis-proof__copy h4 {
  margin: 18px 0 12px;
  color: var(--color-primary);
  font-size: 18px;
  line-height: 1.4;
  font-weight: 600;
}

.roomdis-phase-card p,
.roomdis-proof__copy p:not(.eyebrow),
.roomdis-proof__list li {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}

.roomdis-proof__list {
  margin: 18px 0 0;
  padding: 24px 26px 24px 30px;
  list-style: none;
  display: grid;
  gap: 14px;
  border: 1px solid rgba(0, 159, 227, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 32px rgba(46, 163, 242, 0.1);
}

.roomdis-proof__list li {
  position: relative;
  padding-left: 26px;
  color: #3f5568;
  font-weight: 500;
  line-height: 1.7;
}

.roomdis-proof__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(56deg, var(--color-primary), var(--color-secondary));
  box-shadow: 0 0 0 6px rgba(0, 159, 227, 0.12);
}

@media (max-width: 980px) {
  .page-room-disinfection .company-hero h1 {
    max-width: 11ch;
    font-size: clamp(50px, 9vw, 72px);
  }

  .roomdis-intro__grid,
  .roomdis-proof__grid,
  .roomdis-phases__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .roomdis-intro__media,
  .roomdis-proof__media {
    justify-self: center;
  }
}

@media (max-width: 767px) {
  .page-room-disinfection .company-hero {
    min-height: var(--subpage-hero-height);
  }

  .page-room-disinfection .company-hero__content {
    min-height: 0;
    padding-top: 104px;
    padding-bottom: 34px;
  }

  .page-room-disinfection .company-hero h1 {
    max-width: 9.5ch;
    font-size: clamp(40px, 12.2vw, 62px);
  }

  .roomdis-intro,
  .roomdis-phases,
  .roomdis-proof {
    padding-top: 56px;
    padding-bottom: 60px;
  }

.roomdis-intro__copy h2,
.roomdis-phases__heading h2,
.roomdis-phase-card h3,
.roomdis-phase-card h4,
  .roomdis-proof__copy h3,
  .roomdis-proof__copy h4 {
    font-size: 22px;
  }

  .roomdis-phase-card {
    padding: 24px 22px;
  }
}
.page-cooling-tower .site-header {
  position: fixed;
}

.page-cooling-tower .company-hero {
  min-height: var(--subpage-hero-height);
  display: flex;
  align-items: center;
  justify-content: center;
  --hero-bg-image: url("../images/Bildmaterial_final/shared/anlage-kuehlturmreinigung4.webp");
  --hero-bg-position: center center;
}

.page-cooling-tower .company-hero::after {
  inset: auto 0 0;
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-cooling-tower .company-hero__content {
  position: relative;
  z-index: 2;
  padding-top: 8.5rem;
  padding-bottom: 5rem;
}

.page-cooling-tower .company-hero h1 {
  max-width: 12ch;
}

.tower-standard,
.tower-risks,
.tower-analysis,
.tower-documentation,
.tower-about {
  padding: clamp(4.5rem, 7vw, 6.5rem) 0;
}

.tower-overview {
  padding: 72px 0 80px;
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.tower-analysis,
.tower-about {
  background-image: linear-gradient(1deg, #e8f3ff 0%, #ffffff 100%);
}

.tower-standard {
  background: #e8f3ff;
}

.tower-risks {
  background: #ffffff;
}

.tower-documentation {
  background: #ffffff;
}

.tower-overview__layout,
.tower-standard__layout,
.tower-risks__layout,
.tower-analysis__layout,
.tower-documentation__layout,
.tower-about__layout {
  display: grid;
  gap: clamp(1.75rem, 3vw, 2rem);
}

.tower-overview__grid,
.tower-standard__grid,
.tower-analysis__grid,
.tower-documentation__grid,
.tower-about__grid {
  display: grid;
  gap: clamp(1.75rem, 3vw, 3.5rem);
  align-items: start;
}

.tower-overview__grid {
  align-items: start;
}

.tower-overview__grid > * {
  min-width: 0;
}

@media (min-width: 981px) {
  .tower-overview__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  }
}

.tower-standard__grid,
.tower-analysis__grid,
.tower-documentation__grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
}

.tower-about__grid {
  grid-template-columns: minmax(300px, 0.8fr) minmax(0, 1.2fr);
}

.page-cooling-tower .reference-overview__head {
  max-width: none;
  margin: 0;
}

.page-cooling-tower .reference-overview__head h2 {
  max-width: none;
  color: #0161bf;
  line-height: 1.2;
}

.tower-overview__content,
.tower-standard__copy,
.tower-analysis__copy,
.tower-documentation__copy,
.tower-about__copy,
.tower-industries__copy {
  max-width: none;
}

.tower-industries__copy h2 {
  color: #ffffff;
}

.tower-overview__content p + p,
.tower-standard__copy p + p,
.tower-analysis__copy p + p,
.tower-documentation__copy p + p,
.tower-about__copy p + p {
  margin-top: 1rem;
}

.tower-overview__content .button,
.tower-standard__copy .button,
.tower-analysis__copy .button {
  margin-top: 1.25rem;
}

.tower-overview__panel-layout {
  width: 100%;
}

.tower-overview__panel-layout .energy-deadlines__header h3,
.page-cooling-tower .tower-risks .energy-deadlines__header h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: var(--color-primary);
}

.tower-overview__aside {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.tower-overview__pills {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  align-self: start;
  justify-self: stretch;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  max-width: none;
  height: auto;
  border-color: rgba(1, 97, 191, 0.2);
  box-shadow:
    0 24px 56px rgba(7, 57, 117, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.tower-overview__media,
.tower-standard__media,
.tower-analysis__media,
.tower-documentation__media,
.tower-about__media {
  overflow: hidden;
}

.tower-highlight {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 18px 40px rgba(1, 97, 191, 0.12);
}

.tower-highlight {
  padding: clamp(1.25rem, 2.2vw, 1.85rem);
}

.tower-highlight p:first-child {
  color: #0161bf;
}

.tower-highlight p + p {
  margin-top: 0.9rem;
}

.tower-highlight .button {
  margin-top: 1.25rem;
}

.tower-risks__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.5rem, 2.5vw, 1.75rem);
  align-items: start;
}

.tower-risks .energy-deadlines__panel {
  align-content: start;
  height: auto;
}

.tower-documentation__copy h3,
.tower-documentation__copy h4 {
  color: #0161bf;
  font-size: 1.25rem;
  line-height: 1.35;
  margin-bottom: 0.9rem;
  padding-top: 25px;
}

.tower-documentation__highlight {
  margin: 0;
  padding: clamp(1.5rem, 2.4vw, 2rem);
  border-left: 4px solid var(--color-primary);
  border-radius: 12px;
  background: linear-gradient(145deg, var(--color-white) 0%, #f3f8ff 100%);
  box-shadow: var(--shadow-soft);
}

.tower-documentation__highlight h3 {
  margin: 0 0 0.9rem;
  padding-top: 0;
  color: #0161bf;
  font-size: clamp(1.18rem, 1.8vw, 1.45rem);
  line-height: 1.34;
}

.tower-documentation__highlight .svc-related {
  margin-bottom: 0;
}

.tower-industries {
  padding: clamp(4.5rem, 7vw, 6.5rem) 0;
  background-image: linear-gradient(180deg, #0161bf 1%, #009fe3 100%);
}

.tower-industries__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.tower-industries__copy {
  color: rgba(255, 255, 255, 0.9);
}

.tower-industries__copy .button {
  margin-top: 1.5rem;
}

.tower-industries__sectors {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.tower-sector-card {
  min-height: 12.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.9rem;
  padding: 1.4rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  text-align: center;
  transition: transform 300ms ease, background-color 300ms ease;
}

.tower-sector-card:hover,
.tower-sector-card:focus-within {
  transform: translateY(-4px) rotate(1deg);
  background: rgba(255, 255, 255, 0.14);
}

.tower-sector-card img {
  width: auto;
  height: 84px;
  object-fit: contain;
}

.tower-sector-card h3 {
  color: #ffffff;
  font-size: 1.05rem;
  line-height: 1.35;
}

.page-memmingen .tower-industries__grid {
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(2.5rem, 4.5vw, 5rem);
}

.page-memmingen .tower-industries__copy h2 {
  max-width: 12ch;
}

.page-memmingen .tower-industries__sectors {
  gap: 2rem 2.35rem;
  align-items: start;
}

.page-memmingen .tower-sector-card img {
  width: auto;
  max-width: 132px;
  height: 92px;
  object-fit: contain;
}

.page-memmingen .tower-sector-card {
  min-height: auto;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.page-memmingen .tower-sector-card:hover,
.page-memmingen .tower-sector-card:focus-within {
  transform: none;
  background: transparent;
}

.page-memmingen .tower-sector-card h3 {
  font-size: 0.98rem;
}

.tower-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tower-list--spaced {
  margin-bottom: 1.35rem;
}

.tower-list li {
  position: relative;
  padding-left: 1.3rem;
  color: #4b6074;
}

.tower-list li + li {
  margin-top: 0.85rem;
}

.tower-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #009fe3;
}

.tower-documentation__copy,
.tower-about__copy {
  color: #4b6074;
}

.tower-about__intro {
  display: grid;
  gap: 1.5rem;
}

.tower-about__copy .button {
  margin-top: 1.5rem;
}

.tower-about__note {
  color: #0161bf;
}

@media (max-width: 1100px) {
  .tower-overview__grid,
  .tower-standard__grid,
  .tower-analysis__grid,
  .tower-documentation__grid,
  .tower-about__grid,
  .tower-industries__grid {
    grid-template-columns: 1fr;
  }

  .tower-overview__aside {
    max-width: 44rem;
  }
}

@media (max-width: 980px) {
  .page-cooling-tower .company-hero h1 {
    max-width: 10ch;
    font-size: clamp(2.6rem, 8vw, 3.85rem);
  }

  .tower-risks__grid,
  .tower-industries__sectors {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .page-cooling-tower .company-hero {
    min-height: 32rem;
  }

  .page-cooling-tower .company-hero__content {
    padding-top: 7rem;
    padding-bottom: 4rem;
  }

  .tower-overview {
    padding: 64px 0;
  }

  .tower-standard,
  .tower-risks,
  .tower-analysis,
  .tower-documentation,
  .tower-about,
  .tower-industries {
    padding: 4.25rem 0;
  }

.page-cooling-tower .reference-overview__head h2,
.tower-risks__grid,
  .tower-industries__sectors {
    grid-template-columns: 1fr;
  }

  .tower-sector-card {
    min-height: 10.5rem;
  }
}
.page-splitcooling .repair-detail {
  padding: 72px 0 80px;
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.page-splitcooling .site-header {
  background: rgba(255, 255, 255, 0);
}

.page-splitcooling .company-hero {
  min-height: 0;
  --hero-bg-image: url("../images/Bildmaterial_final/shared/certifications-hero-bg.webp");
  --hero-bg-position: center 42%;
}

.page-splitcooling .company-hero::after {
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-splitcooling .company-hero__content {
  min-height: 0;
  padding-top: 118px;
  padding-bottom: 62px;
}

.page-splitcooling .company-hero h1 {
  max-width: 11.5ch;
  font-size: clamp(54px, 6.2vw, 92px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.page-splitcooling .repair-detail__header h2 {
  max-width: none;
}

.page-splitcooling .repair-detail__copy .button {
  margin-top: 22px;
}

.page-splitcooling .repair-detail__copy p:last-child {
  color: #0161bf;
}

.page-splitcooling .repair-detail__side {
  gap: 0;
}

@media (max-width: 980px) {
  .page-splitcooling .company-hero h1 {
    font-size: clamp(48px, 10vw, 78px);
  }
}

@media (max-width: 767px) {
  .page-splitcooling .company-hero {
    min-height: var(--subpage-hero-height);
  }

  .page-splitcooling .company-hero__content {
    min-height: 0;
    padding-top: 106px;
    padding-bottom: 40px;
  }

  .page-splitcooling .company-hero h1 {
    max-width: 9.5ch;
    font-size: clamp(40px, 12vw, 62px);
  }
}
.page-processair .site-header {
  background: rgba(255, 255, 255, 0);
}

.page-processair .company-hero {
  min-height: 0;
  --hero-bg-image: url("../images/Bildmaterial_final/shared/certifications-hero-bg.webp");
  --hero-bg-position: center 42%;
}

.page-processair .company-hero::after {
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-processair .company-hero__content {
  min-height: 0;
  padding-top: 118px;
  padding-bottom: 62px;
}

.page-processair .company-hero h1 {
  max-width: 13ch;
  font-size: clamp(54px, 6vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.page-processair .repair-detail__header h2 {
  max-width: 14ch;
}

.page-processair .repair-detail__copy .button {
  margin-top: 22px;
}

.page-cold-shelves .site-header,
.page-datacenter .site-header {
  background: rgba(255, 255, 255, 0);
}

.page-cold-shelves .company-hero,
.page-datacenter .company-hero {
  min-height: 0;
  --hero-bg-image: url("../images/Bildmaterial_final/shared/certifications-hero-bg.webp");
  --hero-bg-position: center 42%;
}

.page-cold-shelves .company-hero::after,
.page-datacenter .company-hero::after {
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-cold-shelves .company-hero__content,
.page-datacenter .company-hero__content {
  min-height: 0;
  padding-top: 118px;
  padding-bottom: 62px;
}

.page-cold-shelves .company-hero h1 {
  max-width: 8.5ch;
  font-size: clamp(56px, 6vw, 90px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.page-datacenter .company-hero h1 {
  max-width: 10.5ch;
  font-size: clamp(56px, 6vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.page-cold-shelves .repair-detail__header h2 {
  max-width: none;
}

.page-cold-shelves .repair-detail__copy .button {
  margin-top: 22px;
}

.page-datacenter .repair-detail__header h2 {
  max-width: none;
}

.page-datacenter .repair-detail__copy .button {
  margin-top: 22px;
}

.page-cooling-systems .site-header {
  background: rgba(255, 255, 255, 0);
}

.page-cooling-systems .company-hero {
  min-height: var(--subpage-hero-height);
  --hero-bg-image: url("../images/Bildmaterial_final/shared/certifications-hero-bg.webp");
  --hero-bg-position: center 44%;
}

.page-cooling-systems .company-hero::after {
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-cooling-systems .company-hero__content {
  min-height: 0;
  padding-top: 108px;
  padding-bottom: 48px;
}

.page-cooling-systems .company-hero h1 {
  max-width: none;
  font-size: clamp(62px, 6.4vw, 94px);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.cooling-systems-section--soft {
  background: linear-gradient(180deg, #eef7ff 0%, #ffffff 100%);
}

.page-cooling-systems .cooling-systems-overview {
  padding: 72px 0 80px;
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.page-cooling-systems .cooling-systems-overview.tower-overview {
  padding: 72px 0 80px;
}

.page-cooling-systems .tower-overview__content .button {
  margin-top: 22px;
}

.page-cooling-systems .tower-overview__content p + p,
.page-cooling-systems .cooling-systems-overview__copy p + p {
  margin-top: 1rem;
}

.cooling-systems-overview,
.cooling-systems-section {
  padding: 74px 0 88px;
}

.cooling-systems-overview__grid,
.cooling-systems-section__grid {
  display: grid;
  gap: 56px;
  align-items: start;
}

.cooling-systems-overview__grid {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.42fr);
}

.cooling-systems-section__grid {
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  align-items: center;
}

.cooling-systems-section__grid--textpair {
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  align-items: start;
}

#verdunstungskuhlanlage {
  background: #e8f3ff;
  background-image: none;
}

.cooling-systems-textpair {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  column-gap: 56px;
  row-gap: clamp(20px, 3vw, 28px);
  align-items: start;
  grid-template-areas:
    "eyebrow ."
    "head side"
    "lead side";
}

.cooling-systems-textpair__eyebrow {
  grid-area: eyebrow;
  margin: 0;
}

.cooling-systems-textpair__head {
  grid-area: head;
  max-width: 720px;
}

.cooling-systems-textpair__lead {
  grid-area: lead;
  max-width: 720px;
}

.cooling-systems-textpair__side {
  grid-area: side;
  max-width: none;
}

.cooling-systems-textpair__head h2 {
  margin: 0;
}

.cooling-systems-headgrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr);
  column-gap: 56px;
  row-gap: clamp(28px, 4vw, 40px);
  align-items: start;
  grid-template-areas:
    "head head"
    "copy media";
}

.cooling-systems-headgrid__head {
  grid-area: head;
  max-width: none;
}

.cooling-systems-headgrid__head h2 {
  margin: 0;
  line-height: 1.14;
}

.cooling-systems-headgrid__copy {
  grid-area: copy;
  max-width: none;
}

.cooling-systems-headgrid__copy .button {
  margin-top: 22px;
}

.cooling-systems-headgrid__media {
  grid-area: media;
  align-self: center;
}

.cooling-systems-overview__copy,
.cooling-systems-section__copy {
  max-width: 720px;
}

.cooling-systems-overview__copy h2,
.cooling-systems-section__copy h2 {
  line-height: 1.14;
}

.cooling-systems-overview__copy h2 {
  max-width: 10.5ch;
}

.cooling-systems-section__copy h2 {
  max-width: 13.4ch;
}

.cooling-systems-headgrid__head.cooling-systems-section__copy {
  max-width: none;
  width: 100%;
}

.cooling-systems-headgrid__head.cooling-systems-section__copy h2 {
  max-width: none;
}

.cooling-systems-overview__copy .button,
.cooling-systems-section__copy .button {
  margin-top: 22px;
}

.cooling-systems-overview__nav {
  position: sticky;
  top: 112px;
}

.cooling-systems-section__copy p + p {
  margin-top: 14px;
}

.cooling-systems-section__copy--side h3 {
  margin: 20px 0 12px;
  color: var(--color-primary);
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.24;
}

.cooling-systems-section__copy--side .oproom-list {
  margin-top: 0;
}

#verdunstungskuhlanlage .cooling-systems-benefits {
  margin-top: 24px;
  padding: 28px 30px 30px;
  border: 1px solid rgba(0, 159, 227, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 14px 36px rgba(46, 163, 242, 0.12);
}

#verdunstungskuhlanlage .cooling-systems-benefits h3 {
  margin: 0 0 16px;
  color: var(--color-primary);
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.28;
}

#verdunstungskuhlanlage .cooling-systems-benefits .oproom-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

#verdunstungskuhlanlage .cooling-systems-benefits .oproom-list li {
  position: relative;
  padding-left: 26px;
  color: #3f5568;
  font-weight: 500;
  line-height: 1.7;
}

#verdunstungskuhlanlage .cooling-systems-benefits .oproom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(56deg, var(--color-primary), var(--color-secondary));
  box-shadow: 0 0 0 6px rgba(0, 159, 227, 0.12);
}

#verdunstungskuhlanlage .cooling-systems-benefits .oproom-list li + li {
  margin-top: 14px;
}

.cooling-systems-section__media {
  max-width: 600px;
  justify-self: end;
}

.cooling-systems-section__grid--reverse .cooling-systems-section__media {
  justify-self: start;
}

.cooling-systems-section__media img {
  aspect-ratio: 1 / 0.86;
  object-fit: cover;
}

@media (max-width: 980px) {
  .page-cold-shelves .company-hero h1,
  .page-datacenter .company-hero h1 {
    font-size: clamp(48px, 10vw, 76px);
  }
}

@media (max-width: 767px) {
  .page-cold-shelves .company-hero,
  .page-datacenter .company-hero {
    min-height: var(--subpage-hero-height);
  }

  .page-cold-shelves .company-hero__content,
  .page-datacenter .company-hero__content {
    min-height: 0;
    padding-top: 106px;
    padding-bottom: 40px;
  }

  .page-cold-shelves .company-hero h1 {
    max-width: 7ch;
    font-size: clamp(40px, 12vw, 60px);
  }

  .page-datacenter .company-hero h1 {
    max-width: 8.5ch;
    font-size: clamp(40px, 12vw, 58px);
  }
}

@media (max-width: 980px) {
  .page-cooling-systems .company-hero h1 {
    font-size: clamp(48px, 10vw, 76px);
  }

  .cooling-systems-overview__grid,
  .cooling-systems-section__grid,
  .cooling-systems-section__grid--textpair,
  .cooling-systems-textpair,
  .cooling-systems-headgrid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .cooling-systems-headgrid {
    grid-template-areas:
      "head"
      "copy"
      "media";
  }

  .cooling-systems-textpair {
    grid-template-areas:
      "eyebrow"
      "head"
      "side"
      "lead";
  }

  .cooling-systems-overview__nav {
    position: static;
  }

  .cooling-systems-section__media {
    justify-self: center;
  }
}

@media (max-width: 767px) {
  .page-cooling-systems .company-hero {
    min-height: var(--subpage-hero-height);
  }

  .page-cooling-systems .company-hero__content {
    min-height: 0;
    padding-top: 106px;
    padding-bottom: 40px;
  }

  .page-cooling-systems .company-hero h1 {
    font-size: clamp(48px, 13vw, 76px);
  }

  .cooling-systems-overview,
  .cooling-systems-section {
    padding-top: 56px;
    padding-bottom: 60px;
  }

.cooling-systems-overview__copy h2,
.cooling-systems-section__copy p,
  .cooling-systems-section__copy--side .oproom-list li {
    font-size: 15px;
    line-height: 1.95;
  }
}

@media (max-width: 980px) {
  .page-processair .company-hero h1 {
    font-size: clamp(48px, 10vw, 76px);
  }
}

@media (max-width: 767px) {
  .page-processair .company-hero {
    min-height: var(--subpage-hero-height);
  }

  .page-processair .company-hero__content {
    min-height: 0;
    padding-top: 106px;
    padding-bottom: 40px;
  }

.page-processair .company-hero h1 {
    max-width: 9.75ch;
    font-size: clamp(40px, 12vw, 60px);
  }
}

.page-kitchen-exhaust .site-header {
  background: rgba(255, 255, 255, 0);
}

.page-kitchen-exhaust .company-hero {
  min-height: 0;
  --hero-bg-image: url("../images/Bildmaterial_final/shared/certifications-hero-bg.webp");
  --hero-bg-position: center 42%;
}

.page-kitchen-exhaust .company-hero::after {
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-kitchen-exhaust .company-hero__content {
  min-height: 0;
  padding-top: 118px;
  padding-bottom: 62px;
}

.page-kitchen-exhaust .company-hero h1 {
  max-width: 12ch;
  font-size: clamp(56px, 6.5vw, 94px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.page-kitchen-exhaust .repair-detail__copy h2 {
  max-width: 12ch;
}

.page-kitchen-exhaust .kitchen-detail__intro {
  display: grid;
  gap: clamp(28px, 4vw, 40px);
}

.page-kitchen-exhaust .kitchen-detail__head {
  max-width: none;
}

.page-kitchen-exhaust .kitchen-detail__head h2 {
  max-width: none;
}

.page-kitchen-exhaust .repair-detail__copy .button {
  margin-top: 22px;
}

.page-kitchen-exhaust .kitchen-detail {
  padding-bottom: 94px;
}

.page-kitchen-exhaust .kitchen-detail__intro + .kitchen-detail__intro {
  margin-top: clamp(88px, 10vw, 112px);
}

.page-kitchen-exhaust .kitchen-detail__grid--reverse {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  align-items: start;
}

.page-kitchen-exhaust .kitchen-detail__grid--reverse .repair-detail__copy {
  max-width: 680px;
}

.page-kitchen-exhaust .kitchen-detail__grid--reverse .repair-detail__side {
  max-width: 520px;
}

@media (max-width: 980px) {
  .page-kitchen-exhaust .company-hero h1 {
    font-size: clamp(48px, 10vw, 78px);
  }

  .page-kitchen-exhaust .kitchen-detail__intro + .kitchen-detail__intro {
    margin-top: 72px;
  }

  .page-kitchen-exhaust .kitchen-detail__grid--reverse {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .page-kitchen-exhaust .company-hero {
    min-height: var(--subpage-hero-height);
  }

  .page-kitchen-exhaust .company-hero__content {
    min-height: 0;
    padding-top: 106px;
    padding-bottom: 40px;
  }

  .page-kitchen-exhaust .company-hero h1 {
    max-width: 8.5ch;
    font-size: clamp(40px, 12vw, 60px);
  }

.page-kitchen-exhaust .kitchen-detail {
    padding-bottom: 82px;
  }
}

.page-laborabzug .site-header {
  background: rgba(255, 255, 255, 0);
}

.page-laborabzug .company-hero {
  min-height: var(--subpage-hero-height);
  height: var(--subpage-hero-height);
  --hero-bg-image: url("../images/Bildmaterial_final/shared/anlagen-laborabzug.webp");
  --hero-bg-position: center 42%;
}

.page-laborabzug .company-hero::after {
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-laborabzug .company-hero__content {
  min-height: 0;
  padding-top: 116px;
  padding-bottom: 60px;
}

.page-laborabzug .company-hero h1 {
  max-width: 10.4ch;
  font-size: clamp(60px, 6vw, 94px);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.page-laborabzug .reference-overview__head {
  max-width: none;
  margin: 0;
}

.page-laborabzug .reference-overview__head h2 {
  max-width: none;
  color: #0161bf;
  line-height: 1.2;
}

.page-laborabzug .tower-overview__content .button,
.page-laborabzug .tower-analysis__copy .button,
.page-laborabzug .tower-about__copy .button {
  margin-top: 22px;
}

.page-laborabzug .labor-overview {
  padding: 72px 0 80px;
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.page-laborabzug .labor-protection.duct-protection {
  padding-top: 76px;
}

.page-laborabzug .labor-section__heading {
  max-width: none;
  margin-bottom: 0;
}

.page-laborabzug .labor-steps__intro {
  max-width: none;
}

.page-laborabzug .labor-steps__intro p + p {
  margin-top: 1rem;
}

.page-laborabzug .labor-frequency__grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
}

.page-laborabzug .labor-frequency__copy strong {
  color: var(--color-primary);
}

.page-laborabzug .labor-examiner {
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.page-laborabzug .labor-examiner__head {
  max-width: none;
  margin: 0;
}

.page-laborabzug .labor-examiner__grid {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
  align-items: center;
}

.page-laborabzug .labor-examiner__copy {
  max-width: none;
}

.page-laborabzug .labor-about__head {
  max-width: none;
  margin: 0;
}

.page-laborabzug .labor-about__grid {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
}

.page-laborabzug .labor-about__copy {
  max-width: none;
}

.page-laborabzug .labor-about .tower-about__head h2 {
  max-width: none;
}

.page-laborabzug .labor-industries {
  padding: clamp(4.5rem, 7vw, 6.5rem) 0;
}

.page-laborabzug .labor-steps__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
}

.page-laborabzug .labor-steps__card {
  height: 100%;
  align-content: start;
}

.page-laborabzug .labor-steps .energy-deadlines__header h3,
.page-laborabzug .labor-steps .energy-deadlines__header h4 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: var(--color-primary);
}

.page-laborabzug .labor-steps__note {
  margin-top: 24px;
  color: #5b697c;
  font-size: 16px;
  line-height: 1.9;
}

.page-laborabzug .labor-about .tower-about__copy .duct-inline-link {
  color: var(--color-primary);
}

@media (max-width: 980px) {
  .page-laborabzug .company-hero h1 {
    font-size: clamp(52px, 9vw, 82px);
  }

  .page-laborabzug .labor-frequency__grid,
  .page-laborabzug .labor-steps__grid,
  .page-laborabzug .labor-examiner__grid,
  .page-laborabzug .labor-about__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .page-laborabzug .company-hero {
    min-height: var(--subpage-hero-height);
  }

  .page-laborabzug .company-hero__content {
    min-height: 0;
    padding-top: 106px;
    padding-bottom: 42px;
  }

  .page-laborabzug .company-hero h1 {
    max-width: 9ch;
    font-size: clamp(42px, 12vw, 64px);
  }

  .page-laborabzug .labor-overview {
    padding-top: 56px;
    padding-bottom: 58px;
  }

  .page-laborabzug .labor-protection.duct-protection {
    padding-top: 56px;
    padding-bottom: 60px;
  }
}

.page-evaporators .repair-detail {
  padding: 72px 0 80px;
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.page-evaporators .site-header {
  background: rgba(255, 255, 255, 0);
}

.page-evaporators .company-hero {
  min-height: 0;
  --hero-bg-image: url("../images/Bildmaterial_final/shared/certifications-hero-bg.webp");
  --hero-bg-position: center 42%;
}

.page-evaporators .company-hero::after {
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-evaporators .company-hero__content {
  min-height: 0;
  padding-top: 118px;
  padding-bottom: 62px;
}

.page-evaporators .company-hero h1 {
  max-width: 11ch;
  font-size: clamp(54px, 6vw, 88px);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.page-evaporators .repair-detail__header h2 {
  max-width: none;
}

.page-evaporators .repair-detail__copy .button {
  margin-top: 22px;
}

@media (max-width: 980px) {
  .page-evaporators .company-hero h1 {
    font-size: clamp(48px, 10vw, 76px);
  }
}

@media (max-width: 767px) {
  .page-evaporators .company-hero {
    min-height: var(--subpage-hero-height);
  }

  .page-evaporators .company-hero__content {
    min-height: 0;
    padding-top: 106px;
    padding-bottom: 40px;
  }

  .page-evaporators .company-hero h1 {
    max-width: 9.25ch;
    font-size: clamp(40px, 12vw, 60px);
  }
}

.page-cleanroom .site-header {
  position: fixed;
  background: rgba(255, 255, 255, 0);
}

.page-cleanroom .company-hero {
  min-height: var(--subpage-hero-height);
  display: flex;
  align-items: center;
  justify-content: center;
  --hero-bg-image: url("../images/Bildmaterial_final/shared/anlagen-reinraumqualifizierung1.webp");
  --hero-bg-position: center 42%;
}

.page-cleanroom .company-hero::after {
  inset: auto 0 0;
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-cleanroom .company-hero__content {
  position: relative;
  z-index: 2;
  min-height: 0;
  padding-top: 8.25rem;
  padding-bottom: 4.75rem;
}

.page-cleanroom .company-hero h1 {
  max-width: 8ch;
  font-size: clamp(58px, 6vw, 92px);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.page-cleanroom .reference-overview__head {
  max-width: none;
  margin: 0;
}

.page-cleanroom .reference-overview__head h2,
.page-cleanroom .reference-overview__head h3 {
  max-width: none;
  color: #0161bf;
  line-height: 1.2;
}

.page-cleanroom .tower-overview__content .button {
  margin-top: 22px;
}

.page-cleanroom .cleanroom-overview.tower-overview {
  padding: 72px 0 80px;
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.page-cleanroom .cleanroom-types {
  background: #e8f3ff;
}

.page-cleanroom .cleanroom-about {
  background: #e8f3ff;
  background-image: none;
}

.page-cleanroom .cleanroom-types__tile,
.page-cleanroom .cleanroom-process__tile {
  padding: 1.3rem 1.35rem;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(1, 97, 191, 0.1);
  border: none;
  height: 100%;
  align-content: start;
}

.page-cleanroom .cleanroom-types__tile .gradient-line {
  display: none;
}

.page-cleanroom .cleanroom-types__grid {
  align-items: stretch;
  gap: 1.25rem 1.5rem;
}

.page-cleanroom .cleanroom-types .energy-deadlines__header h3 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.2rem, 1.85vw, 1.42rem);
  line-height: 1.34;
  font-weight: 600;
  color: #0161bf;
}

.page-cleanroom .cleanroom-process__tile h4 {
  margin: 0 0 0.75rem;
  font-size: 1.08rem;
  line-height: 1.34;
  font-weight: 600;
  color: #0161bf;
}

.page-cleanroom .cleanroom-types .energy-deadlines__body > p,
.page-cleanroom .cleanroom-process__tile p {
  color: #666;
  font-size: 16px;
  line-height: 1.9;
}

.page-cleanroom .cleanroom-process__grid {
  align-items: stretch;
  gap: 1.25rem 1.5rem;
}

.page-cleanroom .cleanroom-process__tile {
  align-items: start;
  gap: clamp(1rem, 1.6vw, 1.35rem);
}

.page-cleanroom .cleanroom-process__tile .cleanroom-types__dot {
  margin-top: 0.42rem;
}

.page-cleanroom .cleanroom-process__head {
  max-width: none;
  margin: 0;
}

.page-cleanroom .cleanroom-process__top {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: center;
}

.page-cleanroom .cleanroom-process__copy {
  max-width: none;
}

.page-cleanroom .cleanroom-about__grid {
  grid-template-columns: 1fr;
}

.page-cleanroom .cleanroom-about__reasons {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-cleanroom .cleanroom-filter__head {
  max-width: none;
  margin: 0;
}

.page-cleanroom .cleanroom-filter.energy-section {
  padding: clamp(4.5rem, 7vw, 6.5rem) 0;
}

.page-cleanroom .cleanroom-filter__body {
  max-width: none;
}

.page-cleanroom .cleanroom-filter__columns {
  display: grid;
  grid-template-columns: minmax(320px, 0.98fr) minmax(0, 1.02fr);
  gap: clamp(1.75rem, 3vw, 3.5rem);
  align-items: center;
}

.page-cleanroom .cleanroom-filter__media {
  justify-self: start;
  max-width: none;
}

.page-cleanroom .cleanroom-filter__panel-layout {
  width: 100%;
  margin-top: clamp(1.5rem, 3vw, 3rem);
}

.page-cleanroom .cleanroom-filter__panel-layout .energy-deadlines__header h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: var(--color-primary);
}

.cleanroom-overview,
.cleanroom-types,
.cleanroom-process,
.cleanroom-filter,
.cleanroom-about,
.cleanroom-faq {
  padding: clamp(4.5rem, 7vw, 6.5rem) 0;
}

.cleanroom-overview,
.cleanroom-process,
.cleanroom-about,
.cleanroom-faq {
  background-image: linear-gradient(1deg, #e8f3ff 0%, #ffffff 100%);
}

.cleanroom-types,
.cleanroom-filter {
  background: #ffffff;
}

.cleanroom-overview__grid,
.cleanroom-process__top,
.cleanroom-filter__grid {
  display: grid;
  gap: clamp(1.75rem, 3vw, 3.5rem);
  align-items: start;
}

.cleanroom-overview__grid {
  grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
}

.cleanroom-process__top,
.cleanroom-filter__grid {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
}

.cleanroom-overview__copy h2,
.cleanroom-types__heading h2,
.cleanroom-process__intro h2,
.cleanroom-filter__copy h2,
.cleanroom-about__copy h2,
.cleanroom-faq .faq-section__header h2 {
  color: #0161bf;
  line-height: 1.18;
}

.cleanroom-overview__copy p + p,
.cleanroom-process__intro p + p,
.cleanroom-filter__copy p + p,
.cleanroom-about__copy p + p,
.cleanroom-process__notes p + p {
  margin-top: 1rem;
}

.cleanroom-overview__copy .button {
  margin-top: 22px;
}

.cleanroom-overview__nav {
  width: 100%;
  max-width: 24rem;
  justify-self: end;
}

.cleanroom-types__heading,
.cleanroom-process__subintro,
.cleanroom-process__notes {
  max-width: 1020px;
}

.cleanroom-types__grid,
.cleanroom-process__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
}

.cleanroom-types__grid {
  margin-top: 2rem;
}

.cleanroom-process__subintro {
  margin-top: 2.5rem;
  margin-bottom: 1.75rem;
}

.cleanroom-process__subintro h3,
.cleanroom-about__copy h3 {
  color: #0161bf;
  font-size: clamp(1.4rem, 2.15vw, 1.95rem);
  line-height: 1.3;
}

.cleanroom-types__card,
.cleanroom-process__card,
.cleanroom-reason {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
}

.cleanroom-types__card h3,
.cleanroom-process__card h4,
.cleanroom-reason h4 {
  color: #0161bf;
  font-size: clamp(1.18rem, 1.8vw, 1.4rem);
  line-height: 1.34;
  margin: 0 0 0.75rem;
}

.cleanroom-types__dot {
  width: 11px;
  height: 11px;
  margin-top: 0.72rem;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
  box-shadow: 0 0 0 6px rgba(1, 97, 191, 0.08);
  flex-shrink: 0;
}

.cleanroom-process__media,
.cleanroom-filter__media {
  justify-self: end;
  max-width: 600px;
}

.cleanroom-process__card,
.cleanroom-types__card {
  padding: clamp(1.5rem, 2.4vw, 2rem);
}

.cleanroom-about__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.75rem, 3vw, 3rem);
}

.cleanroom-about__copy {
  max-width: none;
}

.cleanroom-about__copy h3 {
  margin-top: 1.2rem;
}

.cleanroom-about__reasons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 1.5rem;
  align-content: start;
}

.cleanroom-reason {
  padding: 1.3rem 1.35rem;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(1, 97, 191, 0.1);
}

.cleanroom-reason h4 {
  margin-bottom: 0;
  font-size: 1.08rem;
}

.cleanroom-about__footer {
  grid-column: 1 / -1;
  max-width: 1080px;
}

.cleanroom-faq .faq-section__header h2 {
  max-width: 11ch;
  margin-inline: auto;
}

@media (max-width: 1100px) {
  .cleanroom-overview__grid,
  .cleanroom-process__top,
  .cleanroom-filter__grid,
  .cleanroom-about__grid {
    grid-template-columns: 1fr;
  }

  .cleanroom-overview__nav,
  .cleanroom-process__media,
  .cleanroom-filter__media {
    justify-self: start;
  }
}

@media (max-width: 980px) {
  .page-cleanroom .company-hero h1 {
    max-width: 8.2ch;
    font-size: clamp(50px, 9vw, 80px);
  }

  .cleanroom-types__grid,
  .cleanroom-process__grid,
  .cleanroom-about__reasons,
  .page-cleanroom .cleanroom-filter__columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .page-cleanroom .company-hero {
    min-height: var(--subpage-hero-height);
  }

  .page-cleanroom .company-hero__content {
    min-height: 0;
    padding-top: 6.7rem;
    padding-bottom: 2.8rem;
  }

  .page-cleanroom .company-hero h1 {
    max-width: 8.4ch;
    font-size: clamp(40px, 12vw, 62px);
  }

  .page-cleanroom .cleanroom-overview.tower-overview {
    padding-top: 56px;
    padding-bottom: 58px;
  }

  .cleanroom-overview,
  .cleanroom-types,
  .cleanroom-process,
  .cleanroom-filter,
  .cleanroom-about,
  .cleanroom-faq {
    padding-top: 56px;
    padding-bottom: 60px;
  }

.cleanroom-overview__copy h2,
.cleanroom-types__heading h2,
.cleanroom-process__intro h2,
.cleanroom-filter__copy h2,
.cleanroom-about__copy h2,
.cleanroom-faq .faq-section__header h2,
.cleanroom-process__subintro h3,
.page-cleanroom .cleanroom-types .energy-deadlines__header h3,
.page-cleanroom .cleanroom-filter__panel-layout .energy-deadlines__header h3,
.cleanroom-about__copy h3 {
  }

  .cleanroom-overview__nav {
    max-width: none;
  }
}

.page-oproom .site-header {
  position: fixed;
  background: rgba(255, 255, 255, 0);
}

.page-oproom .company-hero {
  min-height: var(--subpage-hero-height);
  display: flex;
  align-items: center;
  justify-content: center;
  --hero-bg-image: url("../images/Bildmaterial_final/shared/anlagen-op4.webp");
  --hero-bg-position: center center;
}

.page-oproom .company-hero::after {
  inset: auto 0 0;
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-oproom .company-hero__content {
  position: relative;
  z-index: 2;
  min-height: 0;
  padding-top: 8.25rem;
  padding-bottom: 4.75rem;
}

.page-oproom .company-hero h1 {
  max-width: 11ch;
  font-size: clamp(58px, 6vw, 92px);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.oproom-overview,
.oproom-purpose,
.oproom-checks,
.oproom-classes,
.oproom-partner,
.oproom-faq {
  padding: clamp(4.5rem, 7vw, 6.5rem) 0;
}

.oproom-overview,
.oproom-partner,
.oproom-faq {
  background-image: linear-gradient(1deg, #e8f3ff 0%, #ffffff 100%);
}

.oproom-checks {
  background: #e8f3ff;
  background-image: none;
}

.oproom-purpose {
  background: #ffffff;
}

.oproom-classes {
  background: linear-gradient(180deg, #ffffff 0%, #e8f3ff 100%);
}

.oproom-overview__grid,
.oproom-section-grid,
.oproom-partner__top {
  display: grid;
  gap: clamp(1.75rem, 3vw, 3.5rem);
  align-items: center;
}

.oproom-overview__grid {
  grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.68fr);
  align-items: start;
}

.page-oproom .reference-overview__head {
  max-width: none;
  margin: 0;
}

.page-oproom .reference-overview__head h2 {
  max-width: none;
  color: #0161bf;
  line-height: 1.2;
}

.page-oproom .tower-overview__content .button {
  margin-top: 22px;
}

.page-oproom .tower-overview__content p + p {
  margin-top: 1rem;
}

.page-oproom .cleanroom-overview.tower-overview {
  padding: 72px 0 80px;
}

.oproom-section-grid,
.oproom-partner__top {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
}

.oproom-overview__copy h2,
.oproom-section-copy h2,
.oproom-purpose__head h2,
.oproom-checks__head h2,
.oproom-classes__intro h2,
.oproom-partner__head h2,
.oproom-faq .faq-section__header h2 {
  color: #0161bf;
  line-height: 1.18;
}

.oproom-overview__copy p + p,
.oproom-section-copy p + p,
.oproom-classes__content p + p,
.oproom-partner__copy p + p,
.oproom-partner__footer p + p {
  margin-top: 1rem;
}

.oproom-overview__copy .button,
.oproom-section-copy .button,
.oproom-partner__footer .button {
  margin-top: 22px;
}

.oproom-overview__nav {
  width: 100%;
  max-width: 24rem;
  justify-self: end;
}

.oproom-section-copy,
.oproom-classes__content,
.oproom-partner__footer {
  max-width: 1020px;
}

.oproom-section-copy strong {
  color: var(--color-primary);
}

.oproom-list {
  margin: 1rem 0 0;
  padding-left: 1.3rem;
}

.oproom-list li {
  color: var(--color-text);
}

.oproom-list li + li {
  margin-top: 0.78rem;
}

.oproom-list--tight li + li {
  margin-top: 0.56rem;
}

.oproom-section-media {
  justify-self: end;
  max-width: 600px;
}

.oproom-checks .oproom-section-media {
  justify-self: start;
}

.oproom-checks__layout {
  display: grid;
  gap: clamp(28px, 4vw, 40px);
}

.oproom-purpose__layout {
  display: grid;
  gap: clamp(28px, 4vw, 40px);
}

.oproom-partner__layout {
  display: grid;
  gap: clamp(28px, 4vw, 40px);
}

.oproom-checks__head,
.oproom-purpose__head,
.oproom-partner__head {
  max-width: none;
}

.page-oproom .oproom-purpose .oproom-list,
.page-oproom .oproom-checks .oproom-list,
.page-oproom .oproom-partner .oproom-list {
  margin: 1.5rem 0 0;
  padding: 24px 26px 24px 30px;
  list-style: none;
  border: 1px solid rgba(0, 159, 227, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 32px rgba(46, 163, 242, 0.1);
}

.page-oproom .oproom-purpose .oproom-list li,
.page-oproom .oproom-checks .oproom-list li,
.page-oproom .oproom-partner .oproom-list li {
  position: relative;
  padding-left: 26px;
  color: #3f5568;
  font-weight: 500;
  line-height: 1.7;
}

.page-oproom .oproom-purpose .oproom-list li::before,
.page-oproom .oproom-checks .oproom-list li::before,
.page-oproom .oproom-partner .oproom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: linear-gradient(56deg, var(--color-primary), var(--color-secondary));
  box-shadow: 0 0 0 6px rgba(0, 159, 227, 0.12);
}

.page-oproom .oproom-purpose .oproom-list li + li,
.page-oproom .oproom-checks .oproom-list li + li,
.page-oproom .oproom-partner .oproom-list li + li {
  margin-top: 14px;
}

.oproom-classes__top {
  margin-bottom: 1.25rem;
}

.oproom-classes__intro {
  max-width: none;
}

.page-oproom .oproom-classes .button {
  margin-top: 22px;
}

.oproom-classes__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.oproom-class-card {
  padding: clamp(1.5rem, 2.4vw, 2rem);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(1, 97, 191, 0.1);
}

.oproom-class-card h3 {
  margin: 0 0 1rem;
  color: #0161bf;
  font-size: clamp(1.18rem, 1.8vw, 1.4rem);
  line-height: 1.34;
}

.oproom-class-note {
  margin-top: 1.6rem;
  color: var(--color-primary);
  font-size: 1.02rem;
}

.oproom-partner__benefits {
  margin-top: 1.2rem;
}

.oproom-partner__methods {
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
}

.oproom-methods-card {
  padding: clamp(1.5rem, 2.4vw, 2rem);
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(1, 97, 191, 0.12);
  box-shadow: 0 18px 40px rgba(1, 97, 191, 0.1);
}

.oproom-methods-card::before {
  content: "";
  display: block;
  width: 48px;
  height: 4px;
  margin-bottom: 1.1rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(1, 97, 191, 0.22), rgba(0, 159, 227, 0.72));
}

.oproom-methods-card h3 {
  margin: 0 0 1rem;
  color: #0161bf;
  font-size: clamp(1.18rem, 1.8vw, 1.45rem);
  line-height: 1.34;
}

.oproom-methods-card .svc-checklist {
  margin-top: 0;
}

.oproom-methods-card p:last-child {
  margin-bottom: 0;
}

.oproom-faq .faq-section__header h2 {
  max-width: none;
  margin-inline: auto;
}

@media (max-width: 1100px) {
  .oproom-overview__grid,
  .page-oproom .tower-overview__grid,
  .oproom-section-grid,
  .oproom-partner__top {
    grid-template-columns: 1fr;
  }

  .oproom-overview__nav,
  .page-oproom .tower-overview__aside,
  .oproom-section-media {
    justify-self: start;
  }
}

@media (max-width: 980px) {
  .page-oproom .company-hero h1 {
    max-width: 11ch;
    font-size: clamp(50px, 9vw, 80px);
  }

  .oproom-classes__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .page-oproom .company-hero {
    min-height: var(--subpage-hero-height);
  }

  .page-oproom .company-hero__content {
    min-height: 0;
    padding-top: 6.7rem;
    padding-bottom: 2.8rem;
  }

  .page-oproom .company-hero h1 {
    max-width: 11.5ch;
    font-size: clamp(40px, 11vw, 60px);
  }

  .oproom-overview,
  .oproom-purpose,
  .oproom-checks,
  .oproom-classes,
  .oproom-partner,
  .oproom-faq {
    padding-top: 56px;
    padding-bottom: 60px;
  }

.oproom-overview__copy h2,
.page-oproom .reference-overview__head h2,
.oproom-section-copy h2,
.oproom-purpose__head h2,
.oproom-checks__head h2,
.oproom-classes__intro h2,
.oproom-partner__head h2,
.oproom-overview__nav {
    max-width: none;
  }
}

.page-filtertest .site-header {
  position: fixed;
  background: rgba(255, 255, 255, 0);
}

.page-filtertest .company-hero {
  min-height: var(--subpage-hero-height);
  display: flex;
  align-items: center;
  justify-content: center;
  --hero-bg-image: url("../images/Bildmaterial_final/shared/certifications-hero-bg.webp");
  --hero-bg-position: center center;
}

.page-filtertest .company-hero::after {
  inset: auto 0 0;
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-filtertest .company-hero__content {
  position: relative;
  z-index: 2;
  min-height: 0;
  padding-top: 8.25rem;
  padding-bottom: 4.75rem;
}

.page-filtertest .company-hero h1 {
  max-width: 11.5ch;
  font-size: clamp(56px, 6vw, 92px);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.page-memmingen .company-hero {
  --hero-bg-image: url("../images/Bildmaterial_final/shared/memmingen-hero.webp");
  --hero-bg-position: center 42%;
}

.page-memmingen .company-hero h1 {
  max-width: 19ch;
  font-size: clamp(58px, 6.2vw, 98px);
  line-height: 0.92;
  letter-spacing: -0.055em;
  text-wrap: balance;
}

.filtertest-overview {
  background-image: linear-gradient(1deg, #e8f3ff 0%, #ffffff 100%);
}

.page-filtertest .reference-overview__head {
  max-width: none;
  margin: 0;
}

.page-filtertest .reference-overview__head h2,
.page-filtertest .reference-overview__head h3 {
  max-width: none;
  color: #0161bf;
  line-height: 1.2;
}

.page-filtertest .filtertest-overview {
  padding: 72px 0 80px;
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.page-filtertest .tower-overview__content .button {
  margin-top: 22px;
}

.page-filtertest .tower-overview__content p + p {
  margin-top: 1rem;
}

.page-filtertest .filtertest-scope {
  background: linear-gradient(180deg, #ffffff 0%, #e8f3ff 100%);
}

.page-filtertest .filtertest-scope__heading {
  max-width: none;
  margin-bottom: 2rem;
}

.page-filtertest .filtertest-scope__heading h2 {
  max-width: none;
  line-height: 1.14;
}

.page-filtertest .filtertest-scope__body {
  display: grid;
  gap: clamp(1.75rem, 3vw, 2.5rem);
}

.page-filtertest .filtertest-scope__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.75rem, 3vw, 3.5rem);
}

.page-filtertest .filtertest-scope__col {
  max-width: none;
}

.page-filtertest .filtertest-scope__col p + p {
  margin-top: 1rem;
}

.page-filtertest .filtertest-scope .oproom-list,
.page-filtertest .filtertest-procedure .oproom-list {
  margin: 1.25rem 0 0;
  padding: 22px 24px 22px 28px;
  list-style: none;
  border: 1px solid rgba(0, 159, 227, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 32px rgba(46, 163, 242, 0.1);
}

.page-filtertest .filtertest-scope .oproom-list li,
.page-filtertest .filtertest-procedure .oproom-list li {
  position: relative;
  padding-left: 24px;
  color: #3f5568;
  font-weight: 500;
  line-height: 1.7;
}

.page-filtertest .filtertest-scope .oproom-list li::before,
.page-filtertest .filtertest-procedure .oproom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(56deg, var(--color-primary), var(--color-secondary));
  box-shadow: 0 0 0 6px rgba(0, 159, 227, 0.12);
}

.page-filtertest .filtertest-scope .oproom-list li + li,
.page-filtertest .filtertest-procedure .oproom-list li + li {
  margin-top: 14px;
}

.page-filtertest .filtertest-scope__cta {
  max-width: none;
}

.page-filtertest .filtertest-scope__cta .button {
  margin-top: 22px;
}

.page-filtertest .filtertest-procedure__layout {
  display: grid;
  gap: clamp(28px, 4vw, 40px);
}

.page-filtertest .filtertest-procedure__head {
  max-width: none;
}

.page-filtertest .filtertest-procedure__head h2 {
  max-width: none;
  margin: 0;
  line-height: 1.14;
}

.page-filtertest .filtertest-procedure__copy {
  max-width: none;
}

.page-filtertest .filtertest-why {
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.page-filtertest .filtertest-why__layout {
  display: grid;
  gap: clamp(28px, 4vw, 40px);
}

.page-filtertest .filtertest-why__heading {
  max-width: none;
  margin: 0;
}

.page-filtertest .filtertest-why__heading h2 {
  max-width: none;
  line-height: 1.14;
}

.page-filtertest .filtertest-why__copy {
  max-width: none;
}

.page-filtertest .filtertest-why__copy p + p {
  margin-top: 1rem;
}

.page-filtertest .filtertest-why__pills.cleaning-services__pills {
  display: block;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: none;
  box-sizing: border-box;
}

.page-filtertest .filtertest-why__pills {
  margin-top: 1.5rem;
  margin-bottom: clamp(28px, 4vw, 40px);
}

.page-filtertest .filtertest-why__pills + p {
  margin-top: 0;
}

.page-filtertest .filtertest-why__pills .cleaning-pill-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  width: 100%;
  min-width: 0;
}

.page-filtertest .filtertest-why__pills .cleaning-pill {
  width: 100%;
  max-width: none;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 72px;
  padding: 18px 24px 18px 28px;
  border-radius: 999px;
  font-size: 18px;
  line-height: 1.35;
  text-align: left;
}

.page-filtertest .filtertest-why__pills .cleaning-pill::before {
  display: none;
}

.page-filtertest .filtertest-why__pills .cleaning-pill::after {
  flex: none;
  margin-left: 18px;
}

.page-filtertest .filtertest-why__copy .button {
  margin-top: 22px;
}

.filtertest-overview.duct-guide-overview,
.filtertest-overview.airduct-guide-overview {
  background-color: var(--color-soft);
  background-image: none;
}

.filtertest-overview .cleanroom-overview__copy h2 {
  max-width: 16ch;
}

.filtertest-standard,
.filtertest-procedure {
  padding: clamp(4.5rem, 7vw, 6.5rem) 0;
}

.filtertest-standard {
  background: #ffffff;
}

.filtertest-procedure {
  background-image: linear-gradient(1deg, #e8f3ff 0%, #ffffff 100%);
}

.filtertest-standard__heading {
  max-width: 1020px;
  margin-bottom: 2rem;
}

.filtertest-standard__heading h2,
.filtertest-procedure__copy h2 {
  max-width: 15ch;
}

.filtertest-standard__stack {
  display: grid;
  gap: clamp(2rem, 4vw, 3.5rem);
}

.filtertest-standard__row,
.filtertest-procedure__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
  gap: clamp(1.75rem, 3vw, 3.5rem);
  align-items: start;
}

.filtertest-standard__row--reverse {
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
}

.filtertest-standard__copy,
.filtertest-procedure__copy {
  max-width: none;
}

.filtertest-standard__copy p + p,
.filtertest-procedure__copy p + p {
  margin-top: 1rem;
}

[data-section="services"] .filtertest-standard__copy p:has(+ h3) {
  padding-bottom: 30px;
}

[data-section="services"] .filtertest-standard__copy p + h3 {
  margin-top: 0;
}

.filtertest-standard__media,
.filtertest-procedure__media {
  justify-self: end;
  max-width: 600px;
}

.filtertest-standard__row--reverse .filtertest-standard__media {
  justify-self: start;
}

.filtertest-procedure__copy .button {
  margin-top: 22px;
}

.filtertest-partner .duct-partner__copy h2 {
  max-width: 16ch;
}

.page-leaktest .company-hero h1 {
  max-width: 9.4ch;
}

.page-leaktest .reference-overview__head {
  max-width: none;
  margin: 0;
}

.page-leaktest .reference-overview__head h2,
.page-leaktest .reference-overview__head h3 {
  max-width: none;
  color: #0161bf;
  line-height: 1.2;
}

.page-leaktest .leaktest-overview {
  padding: 72px 0 80px;
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.page-leaktest .leaktest-purpose {
  background: var(--color-soft);
}

.page-leaktest .leaktest-schedule {
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.page-leaktest .leaktest-process {
  background: linear-gradient(180deg, #ffffff 0%, var(--color-soft) 100%);
}

.page-leaktest .leaktest-why {
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.page-leaktest .sectors__copy {
  display: grid;
  gap: 18px;
}

.page-leaktest .sectors__copy p,
.page-leaktest .leaktest-why__column p,
.page-leaktest .leaktest-why__footer p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

.page-leaktest .sectors__copy p + p,
.page-leaktest .leaktest-why__column p + p,
.page-leaktest .leaktest-why__footer p + p {
  margin-top: 0;
}

.page-leaktest .sectors__copy .duct-inline-link,
.page-leaktest .leaktest-why__column .duct-inline-link,
.page-leaktest .leaktest-why__footer .text-link {
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  vertical-align: baseline;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.page-leaktest .leaktest-why .oproom-list {
  margin: 1.25rem 0 0;
  padding: 22px 24px 22px 28px;
  list-style: none;
  border: 1px solid rgba(0, 159, 227, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 32px rgba(46, 163, 242, 0.1);
}

.page-leaktest .leaktest-why .oproom-list li {
  position: relative;
  padding-left: 24px;
  color: #3f5568;
  font-weight: 500;
  line-height: 1.7;
}

.page-leaktest .leaktest-why .oproom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(56deg, var(--color-primary), var(--color-secondary));
  box-shadow: 0 0 0 6px rgba(0, 159, 227, 0.12);
}

.page-leaktest .leaktest-why .oproom-list li + li {
  margin-top: 14px;
}

.page-leaktest .tower-overview__content .button {
  margin-top: 22px;
}

.leaktest-purpose .filtertest-standard__row {
  align-items: center;
}

.leaktest-purpose .filtertest-standard__copy h2,
.leaktest-process__heading h2 {
  max-width: 14ch;
  line-height: 1.14;
}

.leaktest-purpose .filtertest-standard__copy .button {
  margin-top: 22px;
}

.leaktest-schedule__heading {
  max-width: none;
  margin-bottom: 2rem;
}

.leaktest-schedule__heading h2 {
  max-width: none;
  line-height: 1.14;
}

.leaktest-schedule__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.75rem, 3vw, 3.5rem);
}

.leaktest-schedule__col {
  max-width: none;
}

.leaktest-schedule__col p + p {
  margin-top: 1rem;
}

.leaktest-schedule .oproom-list {
  margin: 1.25rem 0 0;
  padding: 22px 24px 22px 28px;
  list-style: none;
  border: 1px solid rgba(0, 159, 227, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 32px rgba(46, 163, 242, 0.1);
}

.leaktest-schedule .oproom-list li {
  position: relative;
  padding-left: 24px;
  color: #3f5568;
  font-weight: 500;
  line-height: 1.7;
}

.leaktest-schedule .oproom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(56deg, var(--color-primary), var(--color-secondary));
  box-shadow: 0 0 0 6px rgba(0, 159, 227, 0.12);
}

.leaktest-schedule .oproom-list li + li {
  margin-top: 14px;
}

.leaktest-schedule__col .button {
  margin-top: 22px;
}

.leaktest-process__hero {
  margin-bottom: 2rem;
}

.leaktest-process__heading {
  max-width: none;
  margin: 0;
}

.leaktest-process__heading h2 {
  max-width: none;
}

.leaktest-process__intro {
  max-width: 980px;
  margin-bottom: 2rem;
}

.leaktest-process__intro p + p {
  margin-top: 1rem;
}

.leaktest-step-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.25rem 1.5rem;
  align-items: stretch;
}

.page-leaktest .leaktest-process .cleanroom-process__tile {
  padding: 1.3rem 1.35rem;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(1, 97, 191, 0.1);
  border: none;
  height: 100%;
  align-content: start;
  align-items: start;
  gap: clamp(1rem, 1.6vw, 1.35rem);
}

.page-leaktest .leaktest-process .cleanroom-process__tile p {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.9;
}

.leaktest-why {
  background: #fff;
}

.leaktest-why__heading {
  max-width: none;
  margin: 0 0 34px;
}

.leaktest-why__heading h2 {
  max-width: none;
  line-height: 1.14;
}

.leaktest-why__button {
  margin-top: 40px;
}

.leaktest-why__content {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 40px;
  margin-bottom: 28px;
}

.leaktest-why__column,
.leaktest-why__footer {
  max-width: none;
}

.leaktest-why__footer {
  max-width: 1060px;
}

.leaktest-why__footer h3 {
  margin: 0;
  color: var(--color-primary);
  font-size: 24px;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .page-memmingen .memmingen-overview__grid {
    grid-template-columns: 1fr;
  }

  .page-memmingen .karlsruhe-overview__media {
    max-width: 480px;
    justify-self: center;
  }

  .page-filtertest .company-hero h1 {
    max-width: 10.5ch;
    font-size: clamp(50px, 9vw, 80px);
  }

  .page-filtertest .filtertest-overview {
    padding-top: 56px;
    padding-bottom: 58px;
  }

  .page-memmingen .company-hero h1 {
    max-width: 16ch;
    font-size: clamp(52px, 8vw, 84px);
  }

  .page-leaktest .company-hero h1 {
    max-width: 8.8ch;
  }

  .page-leaktest .leaktest-overview {
    padding-top: 56px;
    padding-bottom: 58px;
  }

  .filtertest-standard__row,
  .filtertest-standard__row--reverse,
  .filtertest-procedure__grid {
    grid-template-columns: 1fr;
  }

  .filtertest-standard__media,
  .filtertest-procedure__media {
    justify-self: center;
  }

  .leaktest-schedule__grid,
  .leaktest-step-grid,
  .leaktest-why__content,
  .page-filtertest .filtertest-scope__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
.page-memmingen .memmingen-overview__head h2 {
    max-width: 12ch;
  }

  .page-filtertest .company-hero {
    min-height: var(--subpage-hero-height);
  }

  .page-filtertest .company-hero__content {
    min-height: 0;
    padding-top: 106px;
    padding-bottom: 42px;
  }

  .page-filtertest .company-hero h1 {
    max-width: 9ch;
    font-size: clamp(40px, 11vw, 60px);
  }

  .page-memmingen .company-hero h1 {
    max-width: 8.8ch;
    font-size: clamp(37px, 10.2vw, 54px);
  }

  .page-leaktest .company-hero h1 {
    max-width: 7.5ch;
    font-size: clamp(40px, 11vw, 58px);
  }

  .filtertest-standard,
  .filtertest-procedure {
    padding-top: 56px;
    padding-bottom: 60px;
  }

.leaktest-schedule__heading h2,
.leaktest-process__heading h2,
.leaktest-why__heading h2,
.leaktest-purpose .filtertest-standard__copy h2,
.page-filtertest .filtertest-scope__heading h2,
.page-filtertest .filtertest-procedure__head h2,
.leaktest-process__hero {
    margin-bottom: 24px;
  }

  .leaktest-process__intro {
    margin-bottom: 24px;
  }

  .page-leaktest .leaktest-process .cleanroom-process__tile {
    padding: 1.15rem 1.2rem;
  }

  .leaktest-why__footer h3 {
    font-size: 20px;
  }
}

.page-textile-ducts .site-header {
  background: rgba(255, 255, 255, 0);
}

.page-textile-ducts .company-hero {
  min-height: var(--subpage-hero-height);
  height: var(--subpage-hero-height);
  background:
    linear-gradient(180deg, rgba(5, 15, 28, 0.72) 0%, rgba(5, 15, 28, 0.38) 62%, rgba(255, 255, 255, 0.82) 100%),
    url("../images/Bildmaterial_final/shared/certifications-hero-bg.webp") center 42% / cover no-repeat;
}

.page-textile-ducts .company-hero::after {
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-textile-ducts .company-hero__content {
  min-height: 0;
  padding-top: 122px;
  padding-bottom: 58px;
}

.page-textile-ducts .company-hero h1 {
  max-width: none;
  font-size: clamp(48px, 5.2vw, 78px);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.page-textile-ducts .textile-intro {
  padding: 72px 0 80px;
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.page-textile-ducts .textile-intro__columns {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  column-gap: clamp(1.75rem, 3vw, 3.5rem);
  row-gap: 0;
  align-items: start;
}

.page-textile-ducts .textile-intro__eyebrow {
  grid-column: 1;
  grid-row: 1;
  margin-bottom: 14px;
}

.page-textile-ducts .textile-intro__columns > .textile-intro__header,
.page-textile-ducts .textile-intro__columns > .textile-intro__copy {
  min-width: 0;
}

.page-textile-ducts .textile-intro__header {
  grid-column: 1;
  grid-row: 2;
  margin: 0;
}

.page-textile-ducts .textile-intro__header h2 {
  max-width: none;
}

.page-textile-ducts .textile-intro__copy {
  grid-column: 2;
  grid-row: 2;
  margin: 0;
  max-width: none;
  align-self: start;
}

.page-textile-ducts .textile-intro__copy p + p {
  margin-top: 14px;
}

.page-textile-ducts .textile-intro__copy .button {
  margin-top: 22px;
}

.textile-services {
  padding: 84px 0 94px;
  background: var(--color-soft);
}

.textile-services__heading {
  margin: 0 0 22px;
  max-width: none;
}

.textile-services__heading h2 {
  max-width: none;
}

.textile-services__heading .gradient-line {
  margin-bottom: 0;
}

.textile-services__button {
  margin-top: 40px;
}

.textile-services__body {
  max-width: 920px;
}

.textile-services__body p,
.textile-services__notes p,
.textile-services__closing,
.textile-list-card li {
  color: #525252;
  font-size: 16px;
  line-height: 2;
}

.textile-services__lists {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-top: 34px;
}

.textile-list-card {
  padding: 30px 32px;
  border: 1px solid rgba(0, 159, 227, 0.14);
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(46, 163, 242, 0.12);
}

.textile-list-card h3 {
  max-width: 16ch;
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-primary);
}

.textile-list-card ul {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.textile-list-card li {
  position: relative;
  padding-left: 24px;
}

.textile-list-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(56deg, var(--color-primary), var(--color-secondary));
  box-shadow: 0 0 0 6px rgba(0, 159, 227, 0.12);
}

.textile-services__notes {
  display: grid;
  gap: 16px;
  max-width: 980px;
  margin-top: 34px;
}

@media (max-width: 980px) {
  .page-textile-ducts .company-hero h1 {
    max-width: none;
    font-size: clamp(46px, 9vw, 74px);
  }

  .textile-services__lists,
  .page-textile-ducts .textile-intro__columns {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .page-textile-ducts .textile-intro__eyebrow,
  .page-textile-ducts .textile-intro__header,
  .page-textile-ducts .textile-intro__copy {
    grid-column: 1;
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  .page-textile-ducts .company-hero {
    min-height: var(--subpage-hero-height);
  }

  .page-textile-ducts .company-hero__content {
    min-height: 0;
    padding-top: 106px;
    padding-bottom: 42px;
  }

  .page-textile-ducts .company-hero h1 {
    max-width: none;
    font-size: clamp(38px, 11vw, 56px);
  }

  .page-textile-ducts .textile-intro,
  .textile-services {
    padding-top: 60px;
    padding-bottom: 64px;
  }

  .textile-list-card {
    padding: 24px 22px;
  }

  .textile-list-card h3,
  .textile-services__closing {
    font-size: 28px;
  }
}

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

.page-glossary {
  background: #ffffff;
}

.page-glossary main {
  position: relative;
  background: #ffffff;
}

.page-glossary main::before {
  content: "";
  position: absolute;
  top: var(--subpage-hero-height);
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--company-section-gradient);
  pointer-events: none;
  z-index: 0;
}

.page-glossary main > * {
  position: relative;
  z-index: 1;
}

.page-glossary main > .company-hero ~ section:not(.company-cta):not(.company-customers):not(.sectors):not(.home-faq):not(.svc-cta) {
  margin-top: 0;
  background: transparent;
}

.page-glossary .sustainability-intro,
.page-glossary .glossary-intro {
  background: transparent;
}

.page-news {
  background: #ffffff;
}

.page-news main {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #ffffff;
}

.page-news main::before {
  content: "";
  position: absolute;
  top: var(--subpage-hero-height);
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--company-section-gradient);
  pointer-events: none;
  z-index: 0;
}

.page-news main > * {
  position: relative;
  z-index: 1;
}

.page-news main > .company-hero ~ section:not(.company-cta):not(.company-customers):not(.sectors):not(.home-faq):not(.svc-cta) {
  margin-top: 0;
  background: transparent;
}

/* Intro + News-Raster: kein eigener Verlauf – main::before traegt den Hintergrund */
.page-news .sustainability-intro,
.page-news .glossary-intro {
  flex-shrink: 0;
  padding-bottom: 32px;
  background: transparent;
}

.page-news .glossary-page {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - var(--subpage-hero-height));
  background: transparent;
}

.page-news .glossary-page__wrap {
  flex: 1 1 auto;
}

.page-glossary-term {
  min-height: 100vh;
  background: var(--company-section-gradient);
}

.glossary-intro {
  padding-bottom: 48px;
}

.glossary-page {
  position: relative;
  padding: 0 0 96px;
}

.glossary-page__wrap {
  display: grid;
  gap: 28px;
}

.glossary-toolbar {
  position: sticky;
  top: 84px;
  z-index: 12;
  display: grid;
  gap: 18px;
  padding: clamp(18px, 3vw, 24px);
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(22px) saturate(170%);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
  box-shadow:
    0 20px 44px rgba(7, 57, 117, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.glossary-search-wrapper {
  display: flex;
  justify-content: center;
}

.glossary-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  width: min(100%, 760px);
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    0 10px 24px rgba(7, 57, 117, 0.08);
  overflow: hidden;
}

.glossary-search-input {
  min-width: 0;
  padding: 18px 24px;
  border: 0;
  background: transparent;
  font-size: 17px;
  color: #1f2a37;
  outline: none;
}

.glossary-search-input::placeholder {
  color: #8f9aae;
}

.glossary-search-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  border: 0;
  background: linear-gradient(56deg, var(--color-primary), var(--color-secondary));
  color: #ffffff;
  cursor: pointer;
  transition: filter 180ms ease, transform 180ms ease;
}

.glossary-search-button:hover,
.glossary-search-button:focus-visible {
  filter: brightness(1.06);
}

.glossary-search-button:active {
  transform: scale(0.98);
}

.glossary-letter-nav {
  padding-top: 4px;
  border-top: 1px solid rgba(1, 97, 191, 0.08);
}

.glossary-letter-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.glossary-letter-nav__item a,
.glossary-letter-nav__item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  min-height: 42px;
  padding: 0 10px;
  border-radius: 12px;
  border: 1px solid transparent;
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  color: #9aa5b5;
  background: rgba(255, 255, 255, 0.34);
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.glossary-letter-nav__item.has-posts a {
  color: var(--color-primary);
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.glossary-letter-nav__item.has-posts a:hover,
.glossary-letter-nav__item.has-posts a:focus-visible {
  color: var(--color-secondary);
  border-color: rgba(0, 159, 227, 0.28);
  transform: translateY(-1px);
}

.glossary-letter-nav__item.is-active a {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.34);
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  box-shadow: 0 10px 22px rgba(0, 126, 201, 0.24);
}

.glossary-letter-nav__item.is-disabled a {
  color: #c5ceda;
  pointer-events: none;
  opacity: 0.55;
}

.glossary-empty {
  margin: 0;
  padding: 28px 24px;
  border-radius: 18px;
  border: 1px dashed rgba(1, 97, 191, 0.22);
  background: rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  text-align: center;
  color: var(--color-muted);
  font-size: 17px;
  line-height: 1.7;
}

.glossary-empty[hidden] {
  display: none;
}

.glossary-list {
  display: grid;
  gap: 8px;
}

.glossary-group {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 28px 36px;
  align-items: start;
  padding: 34px 0;
}

.glossary-group + .glossary-group {
  border-top: 1px solid rgba(1, 97, 191, 0.08);
}

.glossary-group[hidden] {
  display: none;
}

.glossary-group__letter {
  position: sticky;
  top: calc(var(--glossary-scroll-offset, 260px) - 24px);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 112px;
  margin: 0;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.28) 100%),
    rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  box-shadow:
    0 16px 32px rgba(7, 57, 117, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
  font-size: clamp(54px, 5vw, 72px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--color-primary);
  scroll-margin-top: var(--glossary-scroll-offset, 260px);
}

.glossary-group__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 24px;
}

.glossary-card[hidden] {
  display: none;
}

.glossary-card__link {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(22px, 3vw, 28px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(20px) saturate(165%);
  -webkit-backdrop-filter: blur(20px) saturate(165%);
  box-shadow:
    0 16px 34px rgba(7, 57, 117, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  text-decoration: none;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.glossary-card__link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.58) 0%,
    rgba(255, 255, 255, 0.06) 40%,
    transparent 58%,
    rgba(141, 199, 255, 0.14) 100%
  );
  pointer-events: none;
}

.glossary-card__link:hover,
.glossary-card__link:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(0, 159, 227, 0.34);
  box-shadow:
    0 24px 44px rgba(7, 57, 117, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.glossary-card__title {
  position: relative;
  z-index: 2;
  margin: 0 0 14px;
  font-size: clamp(24px, 2.4vw, 34px);
  font-weight: 600;
  line-height: 1.2;
  color: var(--color-primary);
}

.glossary-card__excerpt {
  position: relative;
  z-index: 2;
  flex: 1;
}

.glossary-card__excerpt p {
  margin: 0;
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.75;
  color: var(--color-muted);
}

/* News overview */
.news-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid rgba(1, 97, 191, 0.08);
}

.news-filter__chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.92);
  font-family: "Raleway", Helvetica, Arial, Lucida, sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--color-primary);
  cursor: pointer;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.news-filter__chip:hover,
.news-filter__chip:focus-visible {
  color: var(--color-secondary);
  border-color: rgba(0, 159, 227, 0.28);
  transform: translateY(-1px);
}

.news-filter__chip.is-active {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.34);
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  box-shadow: 0 10px 22px rgba(0, 126, 201, 0.24);
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.news-card {
  display: flex;
}

.news-card[hidden] {
  display: none;
}

.news-card__link {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(20px) saturate(165%);
  -webkit-backdrop-filter: blur(20px) saturate(165%);
  box-shadow:
    0 16px 34px rgba(7, 57, 117, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.94);
  overflow: hidden;
  text-decoration: none;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.news-card__link:hover,
.news-card__link:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(0, 159, 227, 0.34);
  box-shadow:
    0 24px 44px rgba(7, 57, 117, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.news-card__media {
  position: relative;
  display: flex;
  align-items: flex-end;
  aspect-ratio: 16 / 9;
  min-height: 168px;
  padding: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
}

.news-card__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
}

.news-card__link:hover .news-card__image,
.news-card__link:focus-visible .news-card__image {
  transform: scale(1.05);
}

.news-card__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(1, 97, 191, 0.78) 0%,
    rgba(0, 159, 227, 0.58) 55%,
    rgba(0, 159, 227, 0.42) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.news-card__media--hygiene::after {
  background: linear-gradient(
    135deg,
    rgba(1, 97, 191, 0.76) 0%,
    rgba(0, 159, 227, 0.52) 100%
  );
}

.news-card__media--normen::after {
  background: linear-gradient(
    135deg,
    rgba(10, 79, 138, 0.78) 0%,
    rgba(43, 176, 214, 0.52) 100%
  );
}

.news-card__media--unternehmen::after {
  background: linear-gradient(
    135deg,
    rgba(4, 74, 122, 0.78) 0%,
    rgba(10, 143, 181, 0.52) 100%
  );
}

.news-card__media--hygiene {
  background: linear-gradient(135deg, #0161bf 0%, #009fe3 100%);
}

.news-card__media--normen {
  background: linear-gradient(135deg, #0a4f8a 0%, #2bb0d6 100%);
}

.news-card__media--unternehmen {
  background: linear-gradient(135deg, #044a7a 0%, #0a8fb5 100%);
}

.news-card__badge {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.news-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: clamp(20px, 2.4vw, 26px);
}

.news-card__date {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--color-secondary);
}

.news-card__title {
  margin: 0 0 12px;
  font-size: clamp(20px, 1.8vw, 24px);
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-primary);
}

.news-card__excerpt {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-muted);
}

.news-card__more {
  margin-top: auto;
  font-weight: 700;
  color: var(--color-secondary);
}

.news-card__more::after {
  content: " \2192";
}

.news-article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin: 0 0 10px;
}

.news-article__category {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.news-article__date {
  font-size: 15px;
  font-weight: 600;
  color: var(--color-muted);
}

.page-news-article .news-article__figure {
  margin: 0 0 28px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 34px rgba(7, 57, 117, 0.08);
}

.page-news-article .news-article__figure img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.page-news-article .news-article__infobox {
  margin: 28px 0 36px;
  padding: clamp(20px, 2.5vw, 26px);
  border-radius: 16px;
  border: 1px solid rgba(0, 159, 227, 0.22);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94);
}

.page-news-article .news-article__infobox-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: var(--color-primary);
}

.page-news-article .news-article__infobox p:last-child {
  margin-bottom: 0;
}

.page-news-article .news-article__checklist {
  margin: 24px 0 36px;
  padding: clamp(20px, 2.5vw, 28px);
  border-radius: 16px;
  border: 1px dashed rgba(1, 97, 191, 0.22);
  background: rgba(255, 255, 255, 0.42);
}

.page-news-article .news-article__checklist h3 {
  margin-top: 0;
}

.page-news-article .news-article__checklist ul {
  margin-bottom: 0;
}

.page-news-article .news-article__inline-cta {
  margin: 32px 0 40px;
  padding: clamp(22px, 3vw, 30px);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(1, 97, 191, 0.08) 0%, rgba(0, 159, 227, 0.12) 100%);
  border: 1px solid rgba(0, 159, 227, 0.18);
}

.page-news-article .news-article__inline-cta h3 {
  margin-top: 0;
}

.page-news-article .news-article__inline-cta .button {
  margin-top: 14px;
  text-decoration: none;
}

.page-news-article .news-article__inline-cta .button--solid {
  color: #ffffff;
}

.page-news-article main {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #ffffff;
}

.page-news-article main::before {
  content: "";
  position: absolute;
  top: var(--subpage-hero-height);
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--company-section-gradient);
  pointer-events: none;
  z-index: 0;
}

.page-news-article main > * {
  position: relative;
  z-index: 1;
}

.page-news-article main > .company-hero ~ section:not(.company-cta):not(.company-customers):not(.sectors):not(.home-faq):not(.svc-cta) {
  margin-top: 0;
  background: transparent;
}

.page-news-article .company-hero.glossary-term-hero {
  flex-shrink: 0;
  height: auto;
  min-height: var(--subpage-hero-height);
  overflow-y: visible;
}

.page-news-article .glossary-term-hero__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 22px;
}

.page-news-article .glossary-term {
  flex: 1 1 auto;
  min-height: calc(100vh - var(--subpage-hero-height));
  padding: 72px 0 96px;
  background: transparent;
}

.page-news-article .news-article-faq {
  padding: 40px 0 72px;
  background: transparent;
}

.page-news-article .news-article-faq .faq-section__header h2 {
  max-width: none;
}

.page-news-article .company-cta .button--ghost {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.92);
}

.page-news-article .company-cta .button--ghost:hover,
.page-news-article .company-cta .button--ghost:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border-color: #ffffff;
}

.page-news .company-cta .button--ghost {
  color: #ffffff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.92);
}

.page-news .company-cta .button--ghost:hover,
.page-news .company-cta .button--ghost:focus-visible {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.14);
  border-color: #ffffff;
}

.page-news-article .news-aside-stack {
  position: sticky;
  top: 110px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-news-article .news-aside-stack .glossary-term__aside-card {
  position: static;
  top: auto;
}

.page-news-article .news-aside-card {
  padding: 24px 22px;
}

.page-news-article .news-aside-card .glossary-term__aside-title {
  margin-bottom: 18px;
}

.news-aside-recent {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-aside-recent__item {
  margin: 0;
}

.news-aside-recent__link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  transition: opacity 220ms ease;
}

.news-aside-recent__link:hover,
.news-aside-recent__link:focus-visible {
  opacity: 0.88;
}

.news-aside-recent__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
}

.news-aside-recent__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(1, 97, 191, 0.72) 0%,
    rgba(0, 159, 227, 0.48) 100%
  );
  pointer-events: none;
}

.news-aside-recent__media--normen::after {
  background: linear-gradient(
    135deg,
    rgba(10, 79, 138, 0.74) 0%,
    rgba(43, 176, 214, 0.48) 100%
  );
}

.news-aside-recent__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-aside-recent__text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
}

.news-aside-recent__date {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-secondary);
}

.news-aside-recent__title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--color-primary);
}

.news-aside-recent__all {
  display: inline-block;
  margin-top: 18px;
  font-weight: 700;
}

.news-share {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.news-share__link {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid rgba(1, 97, 191, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: var(--color-primary);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    transform 220ms ease;
}

.news-share__link svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.news-share__link:hover,
.news-share__link:focus-visible {
  transform: translateX(2px);
  border-color: rgba(0, 159, 227, 0.34);
  background: rgba(232, 243, 255, 0.92);
}

.news-share__link--linkedin:hover,
.news-share__link--linkedin:focus-visible {
  color: #0a66c2;
}

.news-share__link--whatsapp:hover,
.news-share__link--whatsapp:focus-visible {
  color: #128c7e;
}

.news-share__link--teams:hover,
.news-share__link--teams:focus-visible {
  color: #464eb8;
}

.news-share__link--mail:hover,
.news-share__link--mail:focus-visible {
  color: var(--color-secondary);
}

@media (max-width: 960px) {
  .page-news-article .news-aside-stack {
    position: static;
  }
}

@media (max-width: 980px) {
  .news-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .glossary-toolbar {
    top: 78px;
  }

  .glossary-group {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 22px 24px;
  }

  .glossary-group__letter {
    top: calc(var(--glossary-scroll-offset, 240px) - 24px);
    min-height: 92px;
    font-size: 52px;
  }

  .glossary-group__cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .glossary-intro {
    padding-bottom: 32px;
  }

  .glossary-page {
    padding: 18px 0 72px;
  }

  .glossary-toolbar {
    top: 72px;
    gap: 14px;
    padding: 16px;
    border-radius: 20px;
  }

  .glossary-search-form {
    width: 100%;
  }

  .glossary-search-input {
    padding: 16px 18px;
    font-size: 16px;
  }

  .glossary-search-button {
    width: 58px;
  }

  .glossary-letter-nav__list {
    gap: 8px;
  }

  .glossary-letter-nav__item a,
  .glossary-letter-nav__item span {
    min-width: 36px;
    min-height: 36px;
    font-size: 13px;
  }

  .glossary-group {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 26px 0;
  }

  .glossary-group__letter {
    position: static;
    width: 72px;
    min-height: 72px;
    font-size: 42px;
  }

  .glossary-card__link {
    padding: 20px 18px;
  }
}

.page-hygiene-inspection .site-header {
  position: fixed;
  background: rgba(255, 255, 255, 0);
}

.page-hygiene-inspection .company-hero {
  min-height: var(--subpage-hero-height);
  display: flex;
  align-items: center;
  justify-content: center;
  --hero-bg-image: url("../images/Bildmaterial_final/shared/anlagen-lueftungsreinigung7.webp");
  --hero-bg-position: center 42%;
}

.page-hygiene-inspection .company-hero::after {
  inset: auto 0 0;
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-hygiene-inspection .company-hero__content {
  position: relative;
  z-index: 2;
  min-height: 0;
  padding-top: 8.25rem;
  padding-bottom: 4.75rem;
}

.page-hygiene-inspection .company-hero h1 {
  max-width: 8.8ch;
  font-size: clamp(56px, 6vw, 92px);
  line-height: 0.95;
  letter-spacing: -0.045em;
}

.page-hygiene-inspection .hygiene-overview {
  padding: 72px 0 80px;
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.page-hygiene-inspection .hygiene-air {
  background: #e8f3ff;
}

.page-hygiene-inspection .hygiene-air .filtertest-standard__heading {
  max-width: none;
}

.page-hygiene-inspection .hygiene-air .filtertest-standard__heading h2 {
  max-width: none;
}

.hygiene-overview__layout {
  display: grid;
  gap: 32px;
}

.hygiene-overview__header {
  margin: 0;
}

.hygiene-overview__header h2 {
  color: #0161bf;
  line-height: 1.18;
  max-width: none;
}

.hygiene-overview__columns {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: 48px;
  align-items: start;
}

.hygiene-overview__body {
  margin: 0;
}

.hygiene-overview__body p + p {
  margin-top: 1rem;
}

.hygiene-overview__body .button {
  margin-top: 22px;
}

.hygiene-overview__media {
  margin: 0;
  max-width: 520px;
  width: 100%;
  justify-self: end;
  align-self: start;
}

.hygiene-legal .filtertest-procedure__copy h2 {
  max-width: 15ch;
}

.hygiene-services__layout {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1fr);
}

.hygiene-services__header {
  margin: 0;
}

.hygiene-services__header h2 {
  color: #0161bf;
  line-height: 1.18;
  max-width: none;
}

.hygiene-services__copy {
  max-width: none;
}

.hygiene-services .duct-partner__copy h2 {
  max-width: none;
  color: #0161bf;
  line-height: 1.18;
}

.page-hygiene-inspection .hygiene-services .oproom-list {
  margin: 1.25rem 0 0;
  padding: 22px 24px 22px 28px;
  list-style: none;
  border: 1px solid rgba(0, 159, 227, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 32px rgba(46, 163, 242, 0.1);
}

.page-hygiene-inspection .hygiene-services .oproom-list li {
  position: relative;
  padding-left: 24px;
  color: #3f5568;
  font-weight: 500;
  line-height: 1.7;
}

.page-hygiene-inspection .hygiene-services .oproom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(56deg, var(--color-primary), var(--color-secondary));
  box-shadow: 0 0 0 6px rgba(0, 159, 227, 0.12);
}

.page-hygiene-inspection .hygiene-services .oproom-list li + li {
  margin-top: 14px;
}

.page-hygiene-inspection .hygiene-services .hygiene-services__list .oproom-list {
  margin-top: 0;
}

.page-hygiene-inspection .hygiene-benefits__layout {
  display: grid;
  gap: 32px;
}

.page-hygiene-inspection .hygiene-benefits__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(1.75rem, 3vw, 3rem);
  align-items: start;
}

.page-hygiene-inspection .hygiene-benefits__eyebrow {
  grid-column: 1;
  margin-bottom: 0;
}

.page-hygiene-inspection .hygiene-benefits__spacer {
  grid-column: 2;
}

.page-hygiene-inspection .hygiene-benefits__copy {
  grid-column: 1;
}

.page-hygiene-inspection .hygiene-benefits__aside {
  grid-column: 2;
}

.page-hygiene-inspection .hygiene-benefits .cleanroom-about__copy h2,
.page-hygiene-inspection .hygiene-benefits__copy h2 {
  color: #0161bf;
  line-height: 1.18;
  max-width: none;
}

.page-hygiene-inspection .hygiene-benefits__aside h3 {
  margin: 0 0 1.25rem;
  color: #0161bf;
  font-size: clamp(1.4rem, 2.15vw, 1.95rem);
  line-height: 1.3;
}

.page-hygiene-inspection .hygiene-benefits .oproom-list {
  margin: 0;
  padding: 22px 24px 22px 28px;
  list-style: none;
  border: 1px solid rgba(0, 159, 227, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 32px rgba(46, 163, 242, 0.1);
}

.page-hygiene-inspection .hygiene-benefits .oproom-list li {
  position: relative;
  padding-left: 24px;
  color: #3f5568;
  font-weight: 500;
  line-height: 1.7;
}

.page-hygiene-inspection .hygiene-benefits .oproom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(56deg, var(--color-primary), var(--color-secondary));
  box-shadow: 0 0 0 6px rgba(0, 159, 227, 0.12);
}

.page-hygiene-inspection .hygiene-benefits .oproom-list li + li {
  margin-top: 14px;
}

.page-hygiene-inspection .hygiene-benefits__aside .oproom-list + p {
  margin-top: 1.25rem;
}

.page-hygiene-inspection .hygiene-benefits__aside .button {
  margin-top: 22px;
}

.hygiene-legal__layout {
  display: grid;
  gap: clamp(2rem, 3vw, 3rem);
}

.hygiene-legal__columns {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: clamp(1.75rem, 3vw, 3.5rem);
  align-items: start;
}

.hygiene-legal__intro {
  display: grid;
  gap: 32px;
}

.hygiene-legal__header {
  margin: 0;
}

.hygiene-legal__header h2 {
  color: #0161bf;
  line-height: 1.18;
  max-width: none;
}

.hygiene-legal__lead {
  margin: 0;
}

.hygiene-legal__lead p + p {
  margin-top: 1rem;
}

.hygiene-legal__media {
  margin: 0;
  max-width: 600px;
  width: 100%;
  justify-self: end;
  align-self: start;
}

.hygiene-legal__body {
  margin: 0;
}

.hygiene-legal__body p + p,
.hygiene-legal__body h3 + p {
  margin-top: 1rem;
}

.hygiene-legal__body h3 {
  margin: 0 0 0.9rem;
  color: var(--color-primary);
  font-size: clamp(1.18rem, 1.8vw, 1.42rem);
  line-height: 1.35;
}

.hygiene-legal__body .button {
  margin-top: 22px;
}

.hygiene-air .filtertest-standard__row--nav {
  align-items: start;
}

.hygiene-air__anchors {
  position: sticky;
  top: 112px;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 24rem;
  justify-self: end;
  align-self: start;
  min-height: 0;
  overflow: hidden;
}

.page-hygiene-inspection .cleaning-services__pills.hygiene-air__pills {
  display: flex;
  flex: 1;
  flex-direction: column;
  grid-template-columns: none;
  box-sizing: border-box;
  height: 100%;
  min-height: 0;
  padding: clamp(22px, 3vw, 32px);
  border-color: rgba(1, 97, 191, 0.2);
  box-shadow:
    0 24px 56px rgba(7, 57, 117, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.hygiene-air__pills .cleaning-pill-list {
  display: grid;
  flex: 1;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 18px;
  min-height: 0;
}

.page-hygiene-inspection .hygiene-air__pills .cleaning-pill {
  height: 100%;
  min-height: 0;
  padding: clamp(12px, 1.6vw, 18px) clamp(18px, 2.2vw, 24px);
  font-size: clamp(15px, 1.5vw, 18px);
}

.hygiene-air .filtertest-standard__copy h3,
.hygiene-legal .hygiene-legal__body h3 {
  margin: 1.2rem 0 0.9rem;
  color: var(--color-primary);
  font-size: clamp(1.18rem, 1.8vw, 1.42rem);
  line-height: 1.35;
}

.hygiene-air .filtertest-standard__copy .button,
.hygiene-legal .hygiene-legal__body .button {
  margin-top: 22px;
}

.hygiene-industries {
  margin-top: clamp(4rem, 6vw, 5rem);
}

.hygiene-services__panel {
  margin: 22px 0 28px;
  padding: clamp(28px, 4vw, 40px);
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #f4f9ff 100%);
  box-shadow: 0 2px 18px rgba(46, 163, 242, 0.12);
  border: 1px solid rgba(1, 97, 191, 0.08);
  border-top: 4px solid var(--color-secondary);
}

.hygiene-services__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 32px;
  align-items: start;
}

.hygiene-services__item {
  color: #4b6074;
  font-size: 16px;
  line-height: 1.75;
}

.hygiene-services__item p {
  position: relative;
  margin: 0;
  padding-left: 22px;
  font-weight: 600;
}

.hygiene-services__item p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--color-secondary);
  box-shadow: 0 0 0 3px rgba(0, 159, 227, 0.16);
  transform: translateY(-50%);
}

.company-cta--hygiene .company-cta__inner {
  gap: 18px;
}

.hygiene-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
  width: min(980px, 100%);
  margin: 8px 0 4px;
  padding: 0;
  list-style: none;
}

.hygiene-benefit-grid li {
  position: relative;
  padding: 22px 24px 22px 58px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: var(--color-white);
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.65;
  text-align: left;
}

.hygiene-benefit-grid li::before {
  content: "→";
  position: absolute;
  left: 20px;
  top: 22px;
  display: grid;
  place-items: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 700;
}

.rlt-benefit-list {
  display: grid;
  gap: 0.9rem;
  margin: 1.5rem 0 0;
  padding: 0;
  list-style: none;
}

.rlt-benefit-list li {
  position: relative;
  padding-left: 1.4rem;
  color: var(--color-text);
  font-size: 1.02rem;
  line-height: 1.75;
}

.rlt-benefit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-primary);
}

@media (max-width: 980px) {
  .page-hygiene-inspection .company-hero h1 {
    max-width: 8ch;
    font-size: clamp(50px, 9vw, 80px);
  }

  .hygiene-air__anchors {
    justify-self: start;
    max-width: none;
    align-self: start;
  }

  .hygiene-air__pills {
    height: auto;
    max-height: none;
  }

  .hygiene-air__pills .cleaning-pill-list {
    grid-template-rows: none;
    height: auto;
  }

  .hygiene-air__pills .cleaning-pill {
    height: auto;
    min-height: 72px;
    padding: 18px 24px 18px 28px;
    font-size: 18px;
  }

  .hygiene-overview__columns {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hygiene-overview__media {
    justify-self: start;
    max-width: none;
  }

  .hygiene-legal__columns {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .hygiene-legal__media {
    justify-self: center;
    max-width: none;
  }

  .hygiene-services__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hygiene-benefit-grid {
    grid-template-columns: 1fr;
  }

  .page-hygiene-inspection .hygiene-benefits__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .page-hygiene-inspection .hygiene-benefits__spacer {
    display: none;
  }

  .page-hygiene-inspection .hygiene-benefits__copy,
  .page-hygiene-inspection .hygiene-benefits__aside {
    grid-column: 1;
  }
}

@media (max-width: 767px) {
  .page-hygiene-inspection .company-hero {
    min-height: var(--subpage-hero-height);
  }

  .page-hygiene-inspection .company-hero__content {
    min-height: 0;
    padding-top: 106px;
    padding-bottom: 42px;
  }

  .page-hygiene-inspection .company-hero h1 {
    max-width: 7.4ch;
    font-size: clamp(40px, 11vw, 60px);
  }

  .hygiene-services__panel {
    padding: 24px 22px;
  }

  .hygiene-services__item {
    font-size: 15px;
    line-height: 1.7;
  }

  .hygiene-services__item p {
    padding-left: 20px;
  }

  .hygiene-services__item p::before {
    width: 8px;
    height: 8px;
  }

  .hygiene-benefit-grid li {
    padding: 18px 20px 18px 52px;
    font-size: 0.98rem;
  }

  .hygiene-benefit-grid li::before {
    left: 16px;
    top: 18px;
    width: 24px;
    height: 24px;
    font-size: 13px;
  }
}

.page-channel-inspection .site-header {
  position: fixed;
  background: rgba(255, 255, 255, 0);
}

.page-channel-inspection .company-hero {
  min-height: var(--subpage-hero-height);
  display: flex;
  align-items: center;
  justify-content: center;
  --hero-bg-image: var(--services-hero-image);
  --hero-bg-position: center 42%;
}

.page-channel-inspection .company-hero::after {
  inset: auto 0 0;
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-channel-inspection .company-hero__content {
  position: relative;
  z-index: 2;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8.25rem;
  padding-bottom: 4.75rem;
}

.page-channel-inspection .company-hero h1 {
  max-width: 11.25ch;
  font-size: clamp(56px, 6.3vw, 100px);
  line-height: 0.96;
  letter-spacing: -0.045em;
  text-align: center;
}

.channel-overview {
  padding: 72px 0 80px;
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.channel-overview__layout {
  display: grid;
  gap: 32px;
}

.channel-overview__header {
  margin: 0;
}

.channel-overview__header h2,
.channel-robot__header h2 {
  max-width: none;
  color: #0161bf;
  line-height: 1.18;
}

.channel-overview__columns {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(280px, 0.82fr);
  gap: 48px;
  align-items: start;
}

.channel-overview__body {
  margin: 0;
}

.channel-overview__body p + p,
.channel-robot__body p + p {
  margin-top: 1rem;
}

.channel-overview__body .button,
.channel-robot__body .button {
  margin-top: 22px;
}

.channel-overview__media,
.channel-robot__media {
  max-width: 600px;
}

.channel-overview__media {
  margin: 0;
  width: 100%;
  justify-self: end;
  align-self: start;
}

.channel-robot {
  background: #e8f3ff;
}

.channel-robot__grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1fr);
  gap: clamp(1.75rem, 3vw, 3.5rem);
  align-items: start;
}

.channel-robot__aside {
  display: grid;
  gap: 28px;
  align-content: start;
}

.channel-robot__header {
  margin: 0;
}

.channel-robot__media {
  margin: 0;
  width: 100%;
  justify-self: start;
  align-self: start;
}

.channel-robot__body {
  margin: 0;
  max-width: none;
}

@media (max-width: 980px) {
  .page-channel-inspection .company-hero h1 {
    font-size: clamp(48px, 10vw, 84px);
  }

  .channel-robot__grid {
    grid-template-columns: 1fr;
  }

  .channel-robot__media {
    max-width: none;
  }

  .channel-overview__columns {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .channel-overview__media {
    justify-self: start;
    max-width: none;
  }
}

@media (max-width: 767px) {
  .page-channel-inspection .company-hero {
    min-height: var(--subpage-hero-height);
  }

  .page-channel-inspection .company-hero__content {
    min-height: 0;
    padding-top: 106px;
    padding-bottom: 42px;
  }

  .page-channel-inspection .company-hero h1 {
    max-width: 8ch;
    font-size: clamp(40px, 11.5vw, 62px);
  }
}

.page-berlin .site-header .site-header__inner,
.page-bernau .site-header .site-header__inner,
.page-brandenburg .site-header .site-header__inner {
  width: 100%;
  max-width: none;
  margin-inline: 0;
}

.page-bernau .company-hero {
  min-height: var(--subpage-hero-height);
  --hero-bg-image: var(--company-section-hero-image);
  --hero-bg-position: center 42%;
}

.page-bernau main .container,
.page-bernau .site-footer .container {
  width: min(1290px, calc(100% - 64px));
}

.page-bernau .company-hero::after {
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-bernau .company-hero__content {
  min-height: 0;
  padding-top: 112px;
  padding-bottom: 42px;
}

.page-bernau .company-hero h1 {
  max-width: none;
  font-size: clamp(58px, 5.2vw, 72px);
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.page-bernau .bernau-overview {
  padding-top: 70px;
  padding-bottom: 78px;
}

.page-bernau .bernau-overview__head {
  max-width: 1290px;
  margin-bottom: 38px;
}

.page-bernau .bernau-overview__head h2 {
  max-width: none;
  line-height: 1.3;
}

.page-bernau .bernau-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
  gap: clamp(1.75rem, 3vw, 3.5rem);
  align-items: stretch;
}

.page-bernau .bernau-overview__copy {
  max-width: none;
}

.page-bernau .bernau-overview__copy p,
.page-bernau .karlsruhe-services__intro,
.page-bernau .bernau-services__copy p {
  line-height: 2;
}

.page-bernau .bernau-overview__copy p + p {
  margin-top: 1rem;
}

.page-bernau .bernau-overview__media {
  max-width: none;
  justify-self: stretch;
  align-self: stretch;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.page-bernau .bernau-overview__copy .button {
  margin-top: 22px;
}

.page-bernau .bernau-services {
  padding: 70px 0 82px;
}

.page-bernau .bernau-services__heading {
  max-width: 1290px;
  margin-bottom: 0;
}

.page-bernau .bernau-services__heading h2 {
  max-width: none;
  line-height: 1.3;
}

.page-bernau .karlsruhe-services__subheading {
  margin: 0 0 14px;
  color: var(--color-primary);
  font-size: clamp(28px, 2.5vw, 36px);
  line-height: 1.3;
  font-weight: 600;
}

.page-bernau .karlsruhe-services__intro {
  max-width: 1290px;
  margin: 0 0 35px;
}

.page-bernau .filtertest-standard__stack {
  gap: 48px;
}

.page-bernau .filtertest-standard__row {
  grid-template-columns: minmax(0, 383px) minmax(0, 836px);
  justify-content: space-between;
  gap: 71px;
  align-items: start;
}

.page-bernau .filtertest-standard__row--reverse {
  grid-template-columns: minmax(0, 836px) minmax(0, 383px);
}

.page-bernau .filtertest-standard__media {
  max-width: 383px;
  justify-self: start;
}

.page-bernau .filtertest-standard__row--reverse .filtertest-standard__media {
  justify-self: end;
}

.page-bernau .filtertest-standard__copy {
  max-width: 836px;
}

.page-bernau .filtertest-standard__copy h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.page-bernau .cleanroom-benefits__copy h2 {
  max-width: none;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .page-bernau .bernau-overview__grid,
  .page-bernau .filtertest-standard__row,
  .page-bernau .filtertest-standard__row--reverse,
  .page-bernau .cleanroom-benefits__grid {
    gap: 32px;
  }
}

@media (max-width: 980px) {
  .page-bernau .bernau-overview__grid,
  .page-bernau .filtertest-standard__row,
  .page-bernau .filtertest-standard__row--reverse,
  .page-bernau .cleanroom-benefits__grid {
    grid-template-columns: 1fr;
  }

  .page-bernau .bernau-overview__copy,
  .page-bernau .bernau-overview__media,
  .page-bernau .bernau-overview__head,
  .page-bernau .filtertest-standard__copy,
  .page-bernau .filtertest-standard__media,
  .page-bernau .cleanroom-benefits__copy,
  .page-bernau .cleanroom-benefits__content {
    width: 100%;
    max-width: none;
  }

  .page-bernau .filtertest-standard__media,
  .page-bernau .filtertest-standard__row--reverse .filtertest-standard__media {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .page-bernau .company-hero {
    min-height: var(--subpage-hero-height);
    height: var(--subpage-hero-height);
  }

  .page-bernau .company-hero__content {
    min-height: 0;
    padding-top: 104px;
    padding-bottom: 30px;
  }

  .page-bernau .company-hero h1 {
    font-size: clamp(44px, 13vw, 72px);
    line-height: 0.98;
  }
}

.page-brandenburg .company-hero {
  min-height: var(--subpage-hero-height);
  --hero-bg-image: var(--company-section-hero-image);
  --hero-bg-position: center 42%;
}

.page-brandenburg main .container,
.page-brandenburg .site-footer .container {
  width: min(1290px, calc(100% - 64px));
}

.page-brandenburg .company-hero::after {
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-brandenburg .company-hero__content {
  min-height: 0;
  padding-top: 112px;
  padding-bottom: 42px;
}

.page-brandenburg .company-hero h1 {
  max-width: none;
  font-size: clamp(58px, 5.2vw, 72px);
  line-height: 1.06;
  font-weight: 600;
  letter-spacing: -0.04em;
}

.page-brandenburg .brandenburg-overview {
  padding-top: 70px;
  padding-bottom: 78px;
}

.page-brandenburg .brandenburg-overview__head {
  max-width: 1290px;
  margin-bottom: 38px;
}

.page-brandenburg .brandenburg-overview__head h2 {
  max-width: none;
  line-height: 1.3;
}

.page-brandenburg .brandenburg-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
  gap: clamp(1.75rem, 3vw, 3.5rem);
  align-items: stretch;
}

.page-brandenburg .brandenburg-overview__copy {
  max-width: none;
}

.page-brandenburg .brandenburg-overview__copy p,
.page-brandenburg .karlsruhe-services__intro,
.page-brandenburg .brandenburg-services__copy p {
  line-height: 2;
}

.page-brandenburg .brandenburg-overview__copy p + p {
  margin-top: 1rem;
}

.page-brandenburg .brandenburg-overview__media {
  max-width: none;
  justify-self: stretch;
  align-self: stretch;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.page-brandenburg .brandenburg-overview__copy .button {
  margin-top: 22px;
}

.page-brandenburg .brandenburg-services {
  padding: 70px 0 82px;
}

.page-brandenburg .brandenburg-services__heading {
  max-width: 1290px;
  margin-bottom: 0;
}

.page-brandenburg .brandenburg-services__heading h2 {
  max-width: none;
  line-height: 1.3;
}

.page-brandenburg .karlsruhe-services__subheading {
  margin: 0 0 14px;
  color: var(--color-primary);
  font-size: clamp(28px, 2.5vw, 36px);
  line-height: 1.3;
  font-weight: 600;
}

.page-brandenburg .karlsruhe-services__intro {
  max-width: 1290px;
  margin: 0 0 35px;
}

.page-brandenburg .filtertest-standard__stack {
  gap: 48px;
}

.page-brandenburg .filtertest-standard__row {
  grid-template-columns: minmax(0, 383px) minmax(0, 836px);
  justify-content: space-between;
  gap: 71px;
  align-items: start;
}

.page-brandenburg .filtertest-standard__row--reverse {
  grid-template-columns: minmax(0, 836px) minmax(0, 383px);
}

.page-brandenburg .filtertest-standard__media {
  max-width: 383px;
  justify-self: start;
}

.page-brandenburg .filtertest-standard__row--reverse .filtertest-standard__media {
  justify-self: end;
}

.page-brandenburg .filtertest-standard__copy {
  max-width: 836px;
}

.page-brandenburg .filtertest-standard__copy h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.page-brandenburg .cleanroom-benefits__copy h2 {
  max-width: none;
  line-height: 1.3;
}

@media (max-width: 1200px) {
  .page-brandenburg .brandenburg-overview__grid,
  .page-brandenburg .filtertest-standard__row,
  .page-brandenburg .filtertest-standard__row--reverse,
  .page-brandenburg .cleanroom-benefits__grid {
    gap: 32px;
  }
}

@media (max-width: 980px) {
  .page-brandenburg .brandenburg-overview__grid,
  .page-brandenburg .filtertest-standard__row,
  .page-brandenburg .filtertest-standard__row--reverse,
  .page-brandenburg .cleanroom-benefits__grid {
    grid-template-columns: 1fr;
  }

  .page-brandenburg .brandenburg-overview__copy,
  .page-brandenburg .brandenburg-overview__media,
  .page-brandenburg .brandenburg-overview__head,
  .page-brandenburg .filtertest-standard__copy,
  .page-brandenburg .filtertest-standard__media,
  .page-brandenburg .cleanroom-benefits__copy,
  .page-brandenburg .cleanroom-benefits__content {
    width: 100%;
    max-width: none;
  }

  .page-brandenburg .filtertest-standard__media,
  .page-brandenburg .filtertest-standard__row--reverse .filtertest-standard__media {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  .page-brandenburg .company-hero {
    min-height: var(--subpage-hero-height);
    height: var(--subpage-hero-height);
  }

  .page-brandenburg .company-hero__content {
    min-height: 0;
    padding-top: 104px;
    padding-bottom: 30px;
  }

  .page-brandenburg .company-hero h1 {
    font-size: clamp(44px, 13vw, 72px);
    line-height: 0.98;
  }
}

.page-job-detail .site-header {
  background: rgba(255, 255, 255, 0);
}

.page-job-detail .job-detail-hero {
  min-height: var(--subpage-hero-height);
  --hero-bg-image: var(--company-section-hero-image);
  --hero-bg-position: center;
}

.page-job-detail .job-intro.tower-overview {
  padding-top: clamp(58px, 4vw, 72px);
  padding-bottom: clamp(58px, 4vw, 78px);
}

.page-job-detail .job-intro .tower-overview__content h2 {
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.page-job-detail .job-detail-hero::after {
  inset: auto 0 0;
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-job-detail .job-detail-hero__content {
  min-height: 0;
  align-content: center;
  padding-top: 80px;
  padding-bottom: 40px;
}

.page-job-detail .job-detail-hero h1 {
  max-width: 1180px;
  font-size: clamp(56px, 5vw, 92px);
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.045em;
}

.job-detail-section {
  padding: clamp(58px, 4vw, 78px) 0;
}

.job-detail-section--soft {
  background: linear-gradient(180deg, #fff 0%, #e8f3ff 100%);
}

.job-detail-section--white {
  background: #fff;
}

.job-detail-section--blue {
  background: linear-gradient(180deg, #fff 0%, #e8f3ff 100%);
}

.job-detail-section--blue-light {
  background: linear-gradient(180deg, #fff 8%, #e8f3ff 98%);
}

.job-detail-section--apply {
  background: #e8f3ff;
}

.job-detail-split {
  display: grid;
  gap: clamp(48px, 8vw, 150px);
  align-items: center;
}

.job-detail-split > * {
  min-width: 0;
}

@media (min-width: 981px) {
  .job-detail-split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

.page-job-detail .section-copy h2,
.job-detail-heading h2 {
  max-width: none;
  color: var(--color-primary);
  line-height: 1.22;
}

.page-job-detail .section-copy .button {
  margin-top: 34px;
}

.job-detail-copy p {
  line-height: 2;
}

.job-offer {
  min-height: 330px;
}

.job-pill-list {
  display: grid;
  gap: 30px;
  color: var(--color-primary);
  font-size: 16px;
}

.job-pill-list p {
  margin: 0;
}

.job-pill-list span {
  display: inline-block;
  width: 24px;
}

.job-detail-heading {
  margin: 0 0 58px;
}

.job-detail-heading--center {
  text-align: center;
}

.job-detail-heading--center .eyebrow {
  justify-content: center;
}

.job-detail-heading--center .gradient-line,
.job-detail-heading--center .gradient-line--center {
  margin-inline: auto;
}

.page-job-detail .company-testimonials__intro {
  max-width: none;
  margin-inline: auto;
  margin-bottom: 34px;
  text-align: center;
}

.page-job-detail .job-voices__grid {
  gap: 24px;
}

@media (min-width: 981px) {
  .page-job-detail .job-voices__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.job-about__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  min-height: 280px;
  object-fit: cover;
  object-position: center;
}

.job-profile__panel {
  max-width: 860px;
  margin: 0 auto;
}

.job-tasks-layout {
  display: grid;
  gap: clamp(38px, 6vw, 72px);
  align-items: center;
  max-width: 1180px;
  margin: 0 auto;
}

.job-tasks-layout > * {
  min-width: 0;
}

@media (min-width: 981px) {
  .job-tasks-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

.page-job-detail .job-tasks-layout .job-gallery-slider__slide img {
  height: clamp(260px, 32vw, 380px);
}

.job-gallery-slider {
  position: relative;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.job-gallery-slider__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.job-gallery-slider__counter {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  color: var(--color-primary);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.job-gallery-slider__counter-sep {
  color: rgba(1, 97, 191, 0.45);
  font-weight: 500;
}

.job-gallery-slider__nav-group {
  display: inline-flex;
  gap: 10px;
}

.job-gallery-slider__nav {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(0, 159, 227, 0.22);
  border-radius: 50%;
  color: var(--color-secondary);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 4px 16px rgba(0, 126, 201, 0.12);
  transition: transform var(--transition), background-color var(--transition), border-color var(--transition);
  cursor: pointer;
}

.job-gallery-slider__nav svg {
  width: 18px;
  height: 18px;
}

.job-gallery-slider__nav:hover,
.job-gallery-slider__nav:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(0, 159, 227, 0.42);
  background: #fff;
}

.job-gallery-slider__viewport {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
}

.job-gallery-slider__viewport:focus-visible {
  outline: 2px solid rgba(0, 159, 227, 0.45);
  outline-offset: 4px;
}

.job-gallery-slider__track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
}

.job-gallery-slider__slide {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
}

.job-gallery-slider__slide img {
  display: block;
  width: 100%;
  height: clamp(280px, 42vw, 420px);
  object-fit: cover;
}

.job-gallery-slider__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 18px;
}

.job-gallery-slider__dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 159, 227, 0.22);
  transition: transform var(--transition), background-color var(--transition);
  cursor: pointer;
}

.job-gallery-slider__dot.is-active {
  transform: scale(1.15);
  background: var(--color-secondary);
}

.job-gallery-slider__dot:hover,
.job-gallery-slider__dot:focus-visible {
  background: rgba(0, 159, 227, 0.55);
}

.job-benefits-grid {
  display: grid;
  gap: 34px;
  max-width: 1180px;
  margin: 0 auto;
}

@media (min-width: 981px) {
  .job-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: clamp(72px, 10vw, 170px);
    row-gap: 34px;
  }
}

.job-info-item h3,
.job-quote-card h3,
.job-process-card h3 {
  margin: 0 0 12px;
  color: var(--color-primary);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
}

.job-info-item p,
.job-quote-card p,
.job-process-card p,
.job-check-list p {
  margin: 0;
  color: var(--color-muted);
  font-size: 16px;
  line-height: 2;
}

.job-info-item span {
  display: inline-block;
  width: 24px;
}

.job-detail-cta {
  margin-top: 48px;
}

.job-detail-cta--center {
  text-align: center;
}

.job-about__media {
  max-width: 600px;
  justify-self: end;
}

.job-check-list {
  display: grid;
  gap: 30px;
}

.job-check-list p {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: start;
  font-size: 20px;
}

.job-check-list span {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-top: 7px;
  border: 2px solid var(--color-secondary);
  border-radius: 50%;
  color: var(--color-secondary);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.job-check-list--tasks p {
  font-size: 18px;
}

.job-check-list--tasks span {
  border: 0;
  color: var(--color-secondary);
  font-size: 20px;
}

.job-tasks {
  align-items: center;
  gap: clamp(38px, 6vw, 90px);
}

.job-gallery {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(320px, 1fr);
  gap: 12px;
  overflow-x: auto;
  border-radius: 10px;
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.3);
  scroll-snap-type: x mandatory;
}

.job-gallery img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  scroll-snap-align: start;
}

.job-quote-grid,
.job-process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 5vw, 72px);
}

.job-quote-card {
  text-align: center;
}

.job-quote-card__mark {
  display: block;
  margin-bottom: 14px;
  color: var(--color-secondary);
  font-size: 80px;
  line-height: 0.8;
  font-weight: 300;
}

.job-process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 4vw, 34px);
}

.job-process-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  min-height: 100%;
  padding: 28px 22px 26px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 2px 18px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.job-process-card__icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: var(--color-secondary);
  background: linear-gradient(135deg, rgba(1, 97, 191, 0.12), rgba(0, 159, 227, 0.18));
}

.job-process-card__icon svg {
  display: block;
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.job-process-card > span:not(.job-process-card__icon) {
  margin-top: 7px;
  color: var(--color-secondary);
  font-size: 22px;
  font-weight: 700;
}

.job-process-card h3,
.job-process-card p {
  grid-column: unset;
  width: 100%;
}

.job-process-card h3 {
  margin-bottom: 10px;
}

.job-apply-note {
  margin: 48px 0 0;
  color: var(--color-muted);
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
}

@media (max-width: 980px) {
  .page-job-detail .job-detail-hero {
    min-height: var(--subpage-hero-height);
    height: var(--subpage-hero-height);
  }

  .page-job-detail .job-detail-hero__content {
    min-height: 0;
  }

  .page-job-detail .job-detail-hero h1 {
    font-size: clamp(46px, 9vw, 70px);
  }

  .page-job-detail .job-intro.tower-overview,
  .page-job-detail .job-detail-section {
    overflow-x: clip;
    max-width: 100%;
  }

  .page-job-detail .job-voices__grid > * {
    min-width: 0;
    max-width: 100%;
  }

  .page-job-detail .company-testimonial {
    width: 100%;
    max-width: 100%;
  }

  .page-job-detail .tower-overview__grid > *,
  .page-job-detail .job-detail-split > *,
  .page-job-detail .job-tasks-layout > * {
    min-width: 0;
    max-width: 100%;
  }

  .page-job-detail .job-gallery-slider {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }

  .job-detail-split,
  .job-tasks-layout,
  .job-benefits-grid,
  .job-quote-grid,
  .job-process-grid,
  .page-job-detail .job-voices__grid {
    grid-template-columns: 1fr;
  }

  .job-detail-split {
    gap: 34px;
  }

  .job-detail-heading {
    margin-bottom: 36px;
  }

  .job-about__media {
    justify-self: start;
  }

  .job-process-card {
    max-width: 680px;
  }
}

@media (max-width: 640px) {
  .page-job-detail .job-detail-hero {
    min-height: var(--subpage-hero-height);
    height: var(--subpage-hero-height);
  }

  .page-job-detail .job-detail-hero__content {
    min-height: 0;
    padding-top: 104px;
    padding-bottom: 34px;
  }

  .page-job-detail .job-detail-hero h1 {
    font-size: clamp(40px, 12vw, 54px);
    line-height: 1.08;
  }

  .job-detail-section {
    padding: 52px 0;
  }

  .job-pill-list {
    gap: 22px;
  }

  .job-check-list p,
  .job-check-list--tasks p {
    font-size: 16px;
  }

  .job-gallery {
    grid-auto-columns: 86%;
  }

  .job-gallery img {
    height: 230px;
  }

  .job-quote-card {
    text-align: left;
  }

  .job-quote-card__mark {
    font-size: 56px;
  }
}

.page-job-teamlead .job-detail-hero__content {
  padding-top: clamp(28px, 3vw, 44px);
}

@media (max-width: 640px) {
  .page-job-teamlead .job-detail-hero__content {
    padding-top: 38px;
    padding-bottom: 24px;
  }

  .page-job-teamlead .job-detail-hero h1 {
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(42px, 11.5vw, 50px);
    line-height: 1.04;
  }
}

/* Hero-Höhen: Startseite 100vh (Desktop), alle Unterseiten 50vh */
@media (min-width: 768px) {
  .hero {
    display: flex;
    flex-direction: column;
    min-height: var(--hero-height);
    height: var(--hero-height);
  }
}

body[class*="page-"] .company-hero,
body[class*="page-"] .vdi-hero,
body[class*="page-"] .job-detail-hero {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: none;
  margin-inline: 0;
  overflow-x: visible;
  overflow-y: clip;
  min-height: var(--subpage-hero-height);
  height: var(--subpage-hero-height);
}

body[class*="page-"] .company-hero__content,
body[class*="page-"] .vdi-hero__content,
body[class*="page-"] .job-detail-hero__content {
  display: grid;
  flex: 1 1 auto;
  width: min(var(--container), 100%);
  max-width: 100%;
  margin-inline: auto;
  min-height: 0;
  height: 100%;
  justify-items: center;
  align-content: center;
  place-content: center;
  gap: 0;
  padding-top: var(--subpage-hero-content-padding-top);
  padding-bottom: 28px;
  text-align: center;
  box-sizing: border-box;
}

body[class*="page-"] .company-hero__content .eyebrow,
body[class*="page-"] .vdi-hero__content .eyebrow,
body[class*="page-"] .job-detail-hero__content .eyebrow {
  margin-bottom: 16px;
}

body[class*="page-"] .company-hero h1,
body[class*="page-"] .vdi-hero h1,
body[class*="page-"] .job-detail-hero h1 {
  font-size: var(--subpage-hero-h1-size);
  justify-self: center;
  width: fit-content;
  max-width: 100%;
  text-align: center;
  margin-inline: auto;
}

/* Übersichtsseiten: dunkles Overlay, Übergang zu --hero-fade-color (kein Weiß) */
.page-company .company-hero,
.page-locations .company-hero {
  --hero-bg-image: var(--company-section-hero-image);
  --hero-bg-position: center;
}

.page-customers .company-hero,
.page-jobs .company-hero,
.page-job-detail .job-detail-hero {
  --hero-bg-image: var(--company-section-hero-image);
  --hero-bg-position: center;
}

.page-services .company-hero {
  --hero-bg-image: var(--services-hero-image);
  --hero-bg-position: center 44%;
}

.page-equipment .company-hero {
  --hero-bg-image: var(--anlagen-hero-image);
  --hero-bg-position: center 44%;
}

.page-company .company-hero::after,
.page-services .company-hero::after,
.page-equipment .company-hero::after,
.page-customers .company-hero::after,
.page-jobs .company-hero::after,
.page-job-detail .job-detail-hero::after,
.page-locations .company-hero::after {
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

@media (max-width: 768px) {
  :root {
    --subpage-hero-content-padding-top: 0;
  }
}

.page-reference-city .company-hero,
.page-reference-region .company-hero,
.page-karlsruhe-reference .company-hero {
  --hero-bg-image: var(--company-section-hero-image);
  --hero-bg-position: center 42%;
}

.page-reference-city .company-hero + section,
.page-reference-region .company-hero + section,
.page-karlsruhe-reference .company-hero + section,
.page-duct-cleaning .company-hero + section[data-section="intro"],
.page-air-duct-cleaning .company-hero + section[data-section="intro"],
.page-references .company-hero + section {
  background: linear-gradient(180deg, var(--color-soft) 0%, var(--color-white) 100%);
}

.page-duct-cleaning .company-hero + section + section[data-section="guide"],
.page-air-duct-cleaning .company-hero + section + section[data-section="guide"] {
  background: var(--color-soft);
}

.page-reference-city .company-hero + section + section,
.page-reference-region .company-hero + section + section,
.page-karlsruhe-reference .company-hero + section + section {
  background: var(--color-soft);
}

.page-reference-city .company-hero + section .reference-overview__layout,
.page-reference-region .company-hero + section .reference-region-overview__stack,
.page-duct-cleaning .company-hero + section[data-section="intro"] .reference-overview__layout,
.page-air-duct-cleaning .company-hero + section[data-section="intro"] .reference-overview__layout,
.page-duct-cleaning .company-hero + section + section[data-section="guide"] .reference-overview__layout,
.page-air-duct-cleaning .company-hero + section + section[data-section="guide"] .reference-overview__layout,
.page-references .company-hero + section .reference-overview__layout {
  display: grid;
  gap: clamp(1.75rem, 3vw, 2rem);
}

.page-reference-city .company-hero + section .reference-overview__head,
.page-reference-region .company-hero + section .reference-region-overview__heading,
.page-reference-city .company-hero + section .memmingen-overview__head,
.page-reference-city .company-hero + section .bernau-overview__head,
.page-reference-city .company-hero + section .brandenburg-overview__head,
.page-duct-cleaning .company-hero + section[data-section="intro"] .reference-overview__head,
.page-air-duct-cleaning .company-hero + section[data-section="intro"] .reference-overview__head,
.page-duct-cleaning .company-hero + section + section[data-section="guide"] .reference-overview__head,
.page-air-duct-cleaning .company-hero + section + section[data-section="guide"] .reference-overview__head,
.page-references .company-hero + section .reference-overview__head {
  max-width: 1290px;
  margin: 0;
}

.page-reference-city .company-hero + section .reference-overview__head h2,
.page-reference-region .company-hero + section .reference-region-overview__heading h2,
.page-reference-city .company-hero + section .memmingen-overview__head h2,
.page-reference-city .company-hero + section .bernau-overview__head h2,
.page-reference-city .company-hero + section .brandenburg-overview__head h2,
.page-duct-cleaning .company-hero + section[data-section="intro"] .reference-overview__head h2,
.page-air-duct-cleaning .company-hero + section[data-section="intro"] .reference-overview__head h2,
.page-duct-cleaning .company-hero + section + section[data-section="guide"] .reference-overview__head h2,
.page-air-duct-cleaning .company-hero + section + section[data-section="guide"] .reference-overview__head h2,
.page-references .company-hero + section .reference-overview__head h2 {
  max-width: none;
  line-height: 1.3;
}

.page-reference-region .company-hero + section .reference-region-overview__stack .reference-region-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
  justify-content: normal;
  gap: clamp(2rem, 4vw, 4.5rem);
  align-items: start;
}

.page-reference-city .company-hero + section[data-section="overview"] .cleanroom-overview__grid,
.page-reference-city .company-hero + section[data-section="overview"] .memmingen-overview__grid,
.page-reference-city .company-hero + section[data-section="overview"] .bernau-overview__grid,
.page-reference-city .company-hero + section[data-section="overview"] .brandenburg-overview__grid,
.page-karlsruhe-reference .company-hero + section[data-section="overview"] .cleanroom-overview__grid,
.page-duct-cleaning .company-hero + section[data-section="intro"] .cleanroom-overview__grid,
.page-air-duct-cleaning .company-hero + section[data-section="intro"] .cleanroom-overview__grid,
.page-duct-cleaning .company-hero + section + section[data-section="guide"] .cleanroom-overview__grid,
.page-air-duct-cleaning .company-hero + section + section[data-section="guide"] .cleanroom-overview__grid {
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
  gap: clamp(1.75rem, 3vw, 3.5rem);
  align-items: stretch;
  justify-content: normal;
}

.page-air-duct-cleaning .company-hero + section[data-section="intro"].airduct-intro-overview .cleanroom-overview__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}

.page-reference-city .company-hero + section[data-section="overview"] :is(
  .cleanroom-overview__grid,
  .memmingen-overview__grid,
  .bernau-overview__grid,
  .brandenburg-overview__grid
) > :is(article, figure),
.page-duct-cleaning .company-hero + section[data-section="intro"] .cleanroom-overview__grid > :is(article, figure),
.page-air-duct-cleaning .company-hero + section[data-section="intro"] .cleanroom-overview__grid > :is(article, figure),
.page-duct-cleaning .company-hero + section + section[data-section="guide"] .cleanroom-overview__grid > :is(article, .cleaning-services__pills),
.page-air-duct-cleaning .company-hero + section + section[data-section="guide"] .cleanroom-overview__grid > :is(article, .cleaning-services__pills) {
  min-height: 0;
}

.page-reference-city .company-hero + section[data-section="overview"] :is(
  .cleanroom-overview__copy,
  .bernau-overview__copy,
  .brandenburg-overview__copy
),
.page-duct-cleaning .company-hero + section[data-section="intro"] .cleanroom-overview__copy,
.page-air-duct-cleaning .company-hero + section[data-section="intro"] .cleanroom-overview__copy,
.page-duct-cleaning .company-hero + section + section[data-section="guide"] .cleanroom-overview__copy,
.page-air-duct-cleaning .company-hero + section + section[data-section="guide"] .cleanroom-overview__copy {
  max-width: none;
}

.page-reference-city .company-hero + section[data-section="overview"] :is(
  .cleanroom-overview__copy,
  .bernau-overview__copy,
  .brandenburg-overview__copy
) .button,
.page-karlsruhe-reference .company-hero + section[data-section="overview"] .cleanroom-overview__copy .button,
.page-duct-cleaning .company-hero + section[data-section="intro"] .cleanroom-overview__copy .button,
.page-air-duct-cleaning .company-hero + section[data-section="intro"] .cleanroom-overview__copy .button,
.page-duct-cleaning .company-hero + section + section[data-section="guide"] .cleanroom-overview__copy .button,
.page-air-duct-cleaning .company-hero + section + section[data-section="guide"] .cleanroom-overview__copy .button {
  margin-top: 22px;
}

.page-reference-city .company-hero + section[data-section="overview"] :is(
  .cleanroom-overview__copy,
  .bernau-overview__copy,
  .brandenburg-overview__copy
) p + p,
.page-karlsruhe-reference .company-hero + section[data-section="overview"] .cleanroom-overview__copy p + p,
.page-duct-cleaning .company-hero + section[data-section="intro"] .cleanroom-overview__copy p + p,
.page-air-duct-cleaning .company-hero + section[data-section="intro"] .cleanroom-overview__copy p + p,
.page-duct-cleaning .company-hero + section + section[data-section="guide"] .cleanroom-overview__copy p + p,
.page-air-duct-cleaning .company-hero + section + section[data-section="guide"] .cleanroom-overview__copy p + p {
  margin-top: 1rem;
}

.page-references .company-hero + section .industries-overview__intro {
  align-items: stretch;
}

.page-references .company-hero + section .industries-overview__intro > figure.company-media-card {
  align-self: stretch;
  justify-self: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
}

.page-reference-city .company-hero + section[data-section="overview"] .cleanroom-overview__grid > figure.company-media-card,
.page-reference-city .company-hero + section[data-section="overview"] .memmingen-overview__grid > figure.company-media-card,
.page-reference-city .company-hero + section[data-section="overview"] .bernau-overview__grid > figure.company-media-card,
.page-reference-city .company-hero + section[data-section="overview"] .brandenburg-overview__grid > figure.company-media-card,
.page-karlsruhe-reference .company-hero + section[data-section="overview"] .cleanroom-overview__grid > figure.company-media-card,
.page-duct-cleaning .company-hero + section[data-section="intro"] .cleanroom-overview__grid > figure.company-media-card,
.page-air-duct-cleaning .company-hero + section[data-section="intro"] .cleanroom-overview__grid > figure.company-media-card,
.page-reference-city .company-hero + section[data-section="overview"] :is(
  .karlsruhe-overview__media,
  .bernau-overview__media,
  .brandenburg-overview__media
),
.page-duct-cleaning .company-hero + section[data-section="intro"] .duct-intro-overview__media,
.page-air-duct-cleaning .company-hero + section[data-section="intro"] .airduct-intro-overview__media {
  align-self: stretch;
  justify-self: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.page-reference-city .company-hero + section[data-section="overview"] figure.company-media-card img,
.page-karlsruhe-reference .company-hero + section[data-section="overview"] figure.company-media-card img,
.page-duct-cleaning .company-hero + section[data-section="intro"] figure.company-media-card img,
.page-air-duct-cleaning .company-hero + section[data-section="intro"] figure.company-media-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.page-reference-region .company-hero + section .reference-region-overview__side {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
  min-height: 100%;
}

.page-reference-region .company-hero + section .reference-region-overview__media:not(.reference-region-overview__map) {
  flex: 1 1 0;
  width: 100%;
  max-width: none;
  min-height: 0;
  height: auto;
}

.page-reference-region .company-hero + section figure.company-media-card img,
.page-references .company-hero + section figure.company-media-card img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.page-references .company-hero + section .industries-overview__copy h2 {
  max-width: none;
}

@media (max-width: 980px) {
  .page-reference-city .company-hero + section[data-section="overview"] .cleanroom-overview__grid,
  .page-reference-city .company-hero + section[data-section="overview"] .memmingen-overview__grid,
  .page-reference-city .company-hero + section[data-section="overview"] .bernau-overview__grid,
  .page-reference-city .company-hero + section[data-section="overview"] .brandenburg-overview__grid,
  .page-karlsruhe-reference .company-hero + section[data-section="overview"] .cleanroom-overview__grid,
  .page-duct-cleaning .company-hero + section[data-section="intro"] .cleanroom-overview__grid,
  .page-air-duct-cleaning .company-hero + section[data-section="intro"] .cleanroom-overview__grid,
  .page-duct-cleaning .company-hero + section + section[data-section="guide"] .cleanroom-overview__grid,
  .page-air-duct-cleaning .company-hero + section + section[data-section="guide"] .cleanroom-overview__grid {
    grid-template-columns: 1fr;
  }

  .page-reference-city .company-hero + section[data-section="overview"] .cleanroom-overview__grid > figure.company-media-card,
  .page-reference-city .company-hero + section[data-section="overview"] .memmingen-overview__grid > figure.company-media-card,
  .page-reference-city .company-hero + section[data-section="overview"] .bernau-overview__grid > figure.company-media-card,
  .page-reference-city .company-hero + section[data-section="overview"] .brandenburg-overview__grid > figure.company-media-card,
  .page-karlsruhe-reference .company-hero + section[data-section="overview"] .cleanroom-overview__grid > figure.company-media-card,
  .page-duct-cleaning .company-hero + section[data-section="intro"] .cleanroom-overview__grid > figure.company-media-card,
  .page-air-duct-cleaning .company-hero + section[data-section="intro"] .cleanroom-overview__grid > figure.company-media-card,
  .page-references .company-hero + section .industries-overview__intro > figure.company-media-card,
  .page-reference-region .company-hero + section .reference-region-overview__media:not(.reference-region-overview__map) {
    height: auto;
    min-height: clamp(220px, 42vw, 360px);
    flex: none;
    aspect-ratio: var(--content-image-aspect-mobile);
  }

  .page-reference-region .company-hero + section .reference-region-overview__map {
    aspect-ratio: auto;
    min-height: 0;
  }

  .page-reference-city .company-hero + section[data-section="overview"] figure.company-media-card img,
  .page-karlsruhe-reference .company-hero + section[data-section="overview"] figure.company-media-card img,
  .page-duct-cleaning .company-hero + section[data-section="intro"] figure.company-media-card img,
  .page-air-duct-cleaning .company-hero + section[data-section="intro"] figure.company-media-card img {
    height: auto;
    min-height: 0;
    aspect-ratio: var(--content-image-aspect-mobile);
  }
}

.page-reference-city .company-hero + section + section .karlsruhe-services__heading,
.page-reference-region .company-hero + section + section .karlsruhe-services__heading,
.page-reference-city .company-hero + section + section .bernau-services__heading,
.page-reference-city .company-hero + section + section .brandenburg-services__heading,
.page-karlsruhe-reference .company-hero + section + section .karlsruhe-services__heading {
  max-width: 1290px;
  margin: 0 0 1.25rem;
}

.page-reference-city .company-hero + section + section .karlsruhe-services__heading h2,
.page-reference-region .company-hero + section + section .karlsruhe-services__heading h2,
.page-reference-city .company-hero + section + section .bernau-services__heading h2,
.page-reference-city .company-hero + section + section .brandenburg-services__heading h2,
.page-karlsruhe-reference .company-hero + section + section .karlsruhe-services__heading h2 {
  max-width: none;
  line-height: 1.3;
}

.page-reference-city .company-hero + section + section .karlsruhe-services__head {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
}

.page-reference-city .company-hero + section + section .karlsruhe-services__head .karlsruhe-services__heading,
.page-reference-region .company-hero + section + section .karlsruhe-services__head .karlsruhe-services__heading {
  margin-bottom: 0;
}

.page-reference-city .company-hero + section + section .filtertest-standard__row:has(> .filtertest-standard__media:first-child),
.page-reference-region .company-hero + section + section .filtertest-standard__row:has(> .filtertest-standard__media:first-child),
.page-karlsruhe-reference .company-hero + section + section .filtertest-standard__row:has(> .filtertest-standard__media:first-child) {
  grid-template-columns: minmax(0, 4fr) minmax(0, 6fr);
  gap: clamp(1.75rem, 3vw, 3.5rem);
  align-items: stretch;
}

.page-reference-city .company-hero + section + section .filtertest-standard__row:has(> .filtertest-standard__copy:first-child),
.page-reference-region .company-hero + section + section .filtertest-standard__row:has(> .filtertest-standard__copy:first-child),
.page-karlsruhe-reference .company-hero + section + section .filtertest-standard__row:has(> .filtertest-standard__copy:first-child) {
  grid-template-columns: minmax(0, 6fr) minmax(0, 4fr);
  gap: clamp(1.75rem, 3vw, 3.5rem);
  align-items: stretch;
}

.page-reference-city .company-hero + section + section .filtertest-standard__media,
.page-reference-region .company-hero + section + section .filtertest-standard__media,
.page-karlsruhe-reference .company-hero + section + section .filtertest-standard__media {
  align-self: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  justify-self: stretch;
}

.page-reference-city .company-hero + section + section .filtertest-standard__media img,
.page-reference-region .company-hero + section + section .filtertest-standard__media img,
.page-karlsruhe-reference .company-hero + section + section .filtertest-standard__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.page-reference-city .company-hero + section + section .filtertest-standard__copy,
.page-reference-region .company-hero + section + section .filtertest-standard__copy,
.page-karlsruhe-reference .company-hero + section + section .filtertest-standard__copy {
  align-self: center;
  max-width: none;
}

@media (max-width: 980px) {
  .page-reference-city .company-hero + section + section .filtertest-standard__row:has(> .filtertest-standard__media:first-child),
  .page-reference-city .company-hero + section + section .filtertest-standard__row:has(> .filtertest-standard__copy:first-child),
  .page-reference-region .company-hero + section + section .filtertest-standard__row:has(> .filtertest-standard__media:first-child),
  .page-reference-region .company-hero + section + section .filtertest-standard__row:has(> .filtertest-standard__copy:first-child),
  .page-karlsruhe-reference .company-hero + section + section .filtertest-standard__row:has(> .filtertest-standard__media:first-child),
  .page-karlsruhe-reference .company-hero + section + section .filtertest-standard__row:has(> .filtertest-standard__copy:first-child) {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .page-reference-city .company-hero + section + section .filtertest-standard__media,
  .page-reference-region .company-hero + section + section .filtertest-standard__media,
  .page-karlsruhe-reference .company-hero + section + section .filtertest-standard__media {
    height: auto;
    min-height: clamp(220px, 42vw, 360px);
    aspect-ratio: var(--content-image-aspect-mobile);
  }

  .page-reference-city .company-hero + section + section .filtertest-standard__copy,
  .page-reference-region .company-hero + section + section .filtertest-standard__copy,
  .page-karlsruhe-reference .company-hero + section + section .filtertest-standard__copy {
    align-self: start;
  }
}

.city-reference-benefits {
  padding: clamp(4.5rem, 7vw, 6.5rem) 0;
  background-image: linear-gradient(1deg, #e8f3ff 0%, #ffffff 100%);
}

.city-reference-benefits__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 4vw, 4rem);
  align-items: start;
}

.city-reference-benefits__intro h2 {
  max-width: none;
  color: var(--color-primary);
  line-height: 1.18;
}

.city-reference-benefits__intro .button {
  margin-top: 22px;
}

@media (max-width: 980px) {
  .city-reference-benefits__grid {
    grid-template-columns: 1fr;
  }
}

.page-reference-city [data-section="services"] .filtertest-standard__copy h3,
.page-reference-region [data-section="services"] .filtertest-standard__copy h3,
.page-karlsruhe-reference [data-section="services"] .filtertest-standard__copy h3 {
  margin: 0 0 0.85rem;
  color: var(--color-primary);
  font-size: clamp(1.2rem, 1.8vw, 1.44rem);
  line-height: 1.35;
  font-weight: 600;
}

.page-reference-city main section:not([data-section="industries"]) :is(
    .reference-overview__head,
    .reference-region-overview__heading,
    .memmingen-overview__head,
    .bernau-overview__head,
    .brandenburg-overview__head,
    .karlsruhe-services__heading,
    .bernau-services__heading,
    .brandenburg-services__heading,
    .karlsruhe-benefits__intro,
    .cleanroom-benefits__copy,
    .city-reference-benefits__intro
  )
  h2,
.page-reference-region main section:not([data-section="industries"]) :is(
    .reference-overview__head,
    .reference-region-overview__heading,
    .memmingen-overview__head,
    .bernau-overview__head,
    .brandenburg-overview__head,
    .karlsruhe-services__heading,
    .bernau-services__heading,
    .brandenburg-services__heading,
    .karlsruhe-benefits__intro,
    .cleanroom-benefits__copy,
    .city-reference-benefits__intro
  )
  h2,
.page-karlsruhe-reference main section:not([data-section="industries"]) :is(
    .reference-overview__head,
    .reference-region-overview__heading,
    .memmingen-overview__head,
    .bernau-overview__head,
    .brandenburg-overview__head,
    .karlsruhe-services__heading,
    .bernau-services__heading,
    .brandenburg-services__heading,
    .karlsruhe-benefits__intro,
    .cleanroom-benefits__copy,
    .city-reference-benefits__intro
  )
  h2,
.page-references main section:not([data-section="industries"]) :is(
    .reference-overview__head,
    .reference-region-overview__heading,
    .industries-overview__copy,
    .karlsruhe-services__heading,
    .karlsruhe-benefits__intro,
    .cleanroom-benefits__copy,
    .city-reference-benefits__intro
  )
  h2 {
  margin: 0;
  max-width: none;
  color: var(--color-primary);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.3;
  font-weight: 600;
}

[data-section="services"] .filtertest-standard__row,
[data-section="services"] .filtertest-standard__row--reverse {
  align-items: stretch;
}

[data-section="services"] .filtertest-standard__copy {
  align-self: center;
  max-width: none;
}

[data-section="services"] .filtertest-standard__media {
  align-self: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 0;
  justify-self: stretch;
}

[data-section="services"] .filtertest-standard__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  object-position: center;
}

.page-berlin [data-section="services"] .filtertest-standard__media,
.page-bernau [data-section="services"] .filtertest-standard__media,
.page-brandenburg [data-section="services"] .filtertest-standard__media {
  max-width: none;
  justify-self: stretch;
}

@media (max-width: 980px) {
  [data-section="services"] .filtertest-standard__row,
  [data-section="services"] .filtertest-standard__row--reverse {
    align-items: start;
  }

  [data-section="services"] .filtertest-standard__copy {
    align-self: start;
  }

  [data-section="services"] .filtertest-standard__media {
    height: auto;
    min-height: clamp(220px, 42vw, 360px);
    aspect-ratio: var(--content-image-aspect-mobile);
  }
}

@media (max-width: 991px) {
  .page-branchen .branchen-card,
  .page-referenzen .branchen-card {
    min-height: auto;
  }

  .page-branchen .branchen-card__icon,
  .page-referenzen .branchen-card__icon {
    min-height: 104px;
    margin-bottom: 14px;
  }

  .page-branchen .branchen-card__icon img,
  .page-referenzen .branchen-card__icon img {
    height: 72px;
  }
}

.page-anlagen .company-hero {
  --hero-bg-image: var(--anlagen-hero-image);
  --hero-bg-position: center 42%;
}

.page-offer .site-header {
  background: rgba(255, 255, 255, 0);
}

.page-offer .company-hero {
  --hero-bg-image: var(--company-section-hero-image);
  --hero-bg-position: center 42%;
}

.page-offer .company-hero::after {
  height: calc(42% + 3px);
  background: var(--hero-fade-gradient);
}

.page-offer .company-hero__content {
  padding-top: 116px;
  padding-bottom: 62px;
}

.page-offer .company-hero h1 {
  max-width: none;
  font-size: clamp(52px, 6.2vw, 88px);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.page-offer .offer-hero__cta {
  margin-top: 28px;
}

.page-offer .offer-page {
  position: relative;
  padding: 72px 0 80px;
  background: linear-gradient(180deg, #e8f3ff 0%, #ffffff 100%);
}

.page-offer .offer-page__layout {
  display: grid;
  gap: clamp(36px, 4.5vw, 52px);
}

.page-offer .offer-page__intro {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.page-offer .offer-page__intro h2 {
  max-width: none;
  line-height: 1.14;
}

.page-offer .offer-page__intro .gradient-line {
  margin-inline: auto;
}

.page-offer .offer-page__form-card {
  width: 100%;
  max-width: none;
}

.page-offer .quote-form--offer {
  gap: 20px;
  padding: clamp(28px, 3vw, 36px) clamp(24px, 3.5vw, 40px);
}

.page-offer .quote-form--offer input,
.page-offer .quote-form--offer select,
.page-offer .quote-form--offer textarea {
  padding: 16px 18px;
  font-size: 15px;
}

.page-offer .quote-form__grid--wide {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.page-offer .quote-form__field--full {
  grid-column: 1 / -1;
}

.page-offer .quote-form__grid--textareas {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.page-offer .quote-form__grid--textareas textarea {
  min-height: 200px;
  line-height: 1.55;
}

.page-offer .quote-form__services {
  margin: 0;
  padding: 20px 18px 18px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
}

.page-offer .quote-form__services legend {
  padding: 0 6px;
  color: #0161bf;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.page-offer .quote-form__checks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.page-offer .quote-form__check {
  margin: 0;
  font-size: 14px;
}

.page-offer .quote-form__services.is-invalid {
  border-color: rgba(220, 53, 69, 0.55);
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.12);
}

.page-offer .quote-form__field-error {
  margin: 12px 0 0;
  color: #c82333;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.page-offer .quote-form__field-error[hidden] {
  display: none;
}

.page-offer .quote-form__alt-address {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 18px 16px 16px;
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.34);
  backdrop-filter: blur(14px) saturate(160%);
  -webkit-backdrop-filter: blur(14px) saturate(160%);
}

.page-offer .quote-form__alt-address legend {
  padding: 0 6px;
  color: #0161bf;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
}

.page-offer .quote-form__alt-address[hidden] {
  display: none;
}

.page-offer .checkbox .text-link {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.page-offer .offer-page__note {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.page-offer .offer-page__note p {
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
  color: #4a5f75;
}

.page-offer .offer-page__note p + p {
  margin-top: 14px;
}

.page-offer .offer-page__breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 10px;
  color: #8dc7ff;
  font-size: 14px;
  line-height: 1.5;
}

.page-offer .offer-page__breadcrumb .text-link {
  color: #8dc7ff;
  text-decoration: none;
}

.page-offer .offer-page__breadcrumb .text-link:hover,
.page-offer .offer-page__breadcrumb .text-link:focus-visible {
  color: #8dc7ff;
  text-decoration: underline;
}

@media (max-width: 980px) {
  .page-offer .quote-form__grid--wide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-offer .company-hero h1 {
    font-size: clamp(40px, 9vw, 58px);
  }
}

@media (max-width: 767px) {
  .page-offer .offer-page {
    padding-top: 56px;
    padding-bottom: 60px;
  }

.page-offer .quote-form__grid,
  .page-offer .quote-form__grid--wide,
  .page-offer .quote-form__grid--textareas {
    grid-template-columns: 1fr;
  }

  .page-offer .quote-form__field--full {
    grid-column: auto;
  }

  .page-offer .quote-form__checks {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  [class*="page-"] .company-hero,
  [class*="page-"] .vdi-hero,
  [class*="page-"] .job-detail-hero {
    height: var(--subpage-hero-height) !important;
    min-height: var(--subpage-hero-min-height) !important;
  }

  [class*="page-"] .company-hero__content,
  [class*="page-"] .vdi-hero__content,
  [class*="page-"] .job-detail-hero__content {
    align-content: start !important;
    place-content: start center !important;
    height: auto !important;
    min-height: 0 !important;
    padding-top: var(--hero-mobile-padding-top) !important;
    padding-bottom: 20px !important;
  }

  [class*="page-"] .company-hero h1,
  [class*="page-"] .vdi-hero h1,
  [class*="page-"] .job-detail-hero h1 {
    font-size: clamp(24px, 6.8vw, 32px) !important;
    line-height: 1.12 !important;
    max-width: 100% !important;
    letter-spacing: -0.02em;
    text-wrap: balance;
    overflow-wrap: break-word;
  }

  .page-inspection .company-hero h1 br {
    display: none;
  }

  .page-cleaning .cleaning-intro__columns,
  .page-cleaning .cleaning-detail__row,
  .page-cleaning .cleaning-detail__row--reverse,
  .page-cleaning .cleaning-services__top {
    grid-template-columns: 1fr !important;
  }

  .page-cleaning .cleaning-intro__media img,
  .page-cleaning .cleaning-detail__media img {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: var(--content-image-aspect-mobile);
    object-fit: cover;
    object-position: center top !important;
  }

  .page-air-duct-cleaning .airduct-intro-overview__grid > :is(article, figure) {
    grid-column: 1 / -1 !important;
    grid-row: auto !important;
  }

  .page-air-duct-cleaning .airduct-intro__grid,
  .page-air-duct-cleaning .airduct-partner__grid,
  .page-air-duct-cleaning .airduct-why__grid,
  .page-air-duct-cleaning .airduct-health__grid,
  .page-air-duct-cleaning .airduct-expertise__grid,
  .page-air-duct-cleaning .airduct-expertise__cert-grid,
  .page-air-duct-cleaning .airduct-intro-overview .cleanroom-overview__grid {
    grid-template-columns: 1fr !important;
  }

  .page-air-duct-cleaning .airduct-why__media,
  .page-air-duct-cleaning .airduct-health__media,
  .page-air-duct-cleaning .airduct-expertise__media,
  .page-air-duct-cleaning .airduct-expertise__cert-media,
  .page-air-duct-cleaning .airduct-intro-overview__media {
    width: 100% !important;
    max-width: min(100%, 640px) !important;
    height: auto !important;
    min-height: 0 !important;
    justify-self: center !important;
    margin-inline: auto;
  }

  .page-air-duct-cleaning .airduct-why__media img,
  .page-air-duct-cleaning .airduct-health__media img,
  .page-air-duct-cleaning .airduct-expertise__media img,
  .page-air-duct-cleaning .airduct-expertise__cert-media img,
  .page-air-duct-cleaning .airduct-intro-overview__media img {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: var(--content-image-aspect-mobile);
    object-fit: cover;
    object-position: center top !important;
  }

  .page-air-duct-cleaning .airduct-intro__copy h2,
  .page-air-duct-cleaning .airduct-why .reference-overview__head h2,
  .page-air-duct-cleaning .airduct-health__head h2,
  .page-air-duct-cleaning .airduct-expertise__head h2 {
    max-width: 100% !important;
  }

  .page-branchen .branchen-overview__intro {
    grid-template-columns: 1fr !important;
    row-gap: 0;
  }

  .page-branchen .branchen-overview__eyebrow,
  .page-branchen .branchen-overview__heading,
  .page-branchen .branchen-overview__copy {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .page-industries .industries-overview__columns {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .page-industries .industries-overview__columns > .industries-overview__copy,
  .page-industries .industries-overview__columns > .industries-overview__icon-column,
  .page-industries .industries-overview__columns > .industries-overview__media {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  .page-industries .industries-overview__icon-column,
  .page-industries .industries-overview__media {
    width: 100% !important;
    max-width: min(100%, 360px) !important;
    justify-self: center !important;
    min-height: clamp(220px, 58vw, 320px) !important;
    overflow: hidden !important;
  }

  .page-industries .industries-overview__icon-column::before {
    width: min(100%, 280px) !important;
    height: min(100%, 260px) !important;
    filter: blur(24px) !important;
  }

  .page-industries .industries-overview,
  .page-industries .industries-overview__layout,
  .page-industries .industries-overview__columns {
    overflow-x: clip !important;
    max-width: 100% !important;
  }

  .page-industries .industries-overview__icon {
    width: min(100%, 280px) !important;
    max-width: 100% !important;
    margin-inline: auto;
  }

  .page-industries .industries-overview__icon img {
    max-width: 100%;
  }

  .page-jobs .company-hero h1,
  .page-job-detail .job-detail-hero h1 {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  .page-job-detail .job-intro.tower-overview,
  .page-job-detail .job-detail-section,
  .page-jobs .jobs-overview {
    overflow-x: clip;
    max-width: 100%;
  }

  .page-job-detail .tower-overview__grid > *,
  .page-job-detail .job-detail-split > *,
  .page-job-detail .job-tasks-layout > * {
    min-width: 0;
    max-width: 100%;
  }

  .page-job-detail .job-detail-split,
  .page-job-detail .job-tasks-layout,
  .page-job-detail .job-benefits-grid,
  .page-job-detail .job-process-grid,
  .page-job-detail .job-quote-grid,
  .page-job-detail .job-voices__grid,
  .page-job-detail .tower-overview__grid {
    grid-template-columns: 1fr !important;
  }

  .page-job-detail .job-voices__grid > *,
  .page-job-detail .company-testimonial,
  .page-job-detail .company-testimonial > div {
    min-width: 0 !important;
    max-width: 100% !important;
  }

  .page-job-detail .company-testimonial h3,
  .page-job-detail .company-testimonial p {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }

  .page-job-detail .job-about__media {
    width: 100% !important;
    max-width: min(100%, 640px) !important;
    justify-self: center !important;
    margin-inline: auto;
  }

  .page-job-detail .job-about__media img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 4 / 3;
    object-fit: cover;
  }

  .page-job-detail .tower-overview__pills,
  .page-job-detail .tower-overview__aside {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .page-job-detail .tower-overview__pills .cleaning-pill {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .page-job-detail .job-gallery-slider {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  .page-job-detail .job-gallery-slider__viewport {
    width: 100% !important;
    max-width: 100% !important;
  }

  .page-jobs .jobs-teaser,
  .page-jobs .jobs-teaser__media,
  .page-jobs .jobs-teaser__media img {
    max-width: 100%;
  }

  .page-industries .industries-overview__heading h2,
  .page-industries .industries-overview__copy h2 {
    max-width: 100% !important;
  }

  /* Site-weit: Text+Bild-Layouts einspaltig auf Mobile */
  main .company-grid,
  main .company-grid--narrow,
  main .company-locations__body,
  main .sustainability-intro__grid,
  main .sustainability-accordion-section__grid,
  main .locations-intro__grid,
  main .inspection-intro__columns,
  main .cleaning-intro__columns,
  main .cleaning-detail__row,
  main .cleaning-detail__row--reverse,
  main .vdi-intro__grid,
  main .vdi-intro__columns,
  main .quality-intro__columns,
  main .repair-detail__grid,
  main .services-intro__grid,
  main .intro__grid,
  main .feature__grid,
  main .branchen-overview__intro,
  main .industries-overview__columns,
  main .standards-overview__columns,
  main .duct-intro__grid,
  main .duct-guide__grid,
  main .airduct-intro__grid,
  main .airduct-partner__grid,
  main .airduct-why__grid,
  main .airduct-health__grid,
  main .airduct-expertise__grid,
  main .airduct-expertise__cert-grid,
  main .airduct-expertise__columns,
  main .roomdis-intro__grid,
  main .tower-overview__grid,
  main .job-detail-split,
  main .job-tasks-layout,
  main .job-benefits-grid,
  main .job-process-grid,
  main .job-quote-grid,
  main .jobs-overview__grid,
  main .cooling-systems-overview__grid,
  main .cooling-systems-section__grid,
  main .cleanroom-overview__grid,
  main .oproom-overview__grid,
  main .cleanroom-filter__columns,
  main .hygiene-overview__columns,
  main .filtertest-standard__row,
  main .hygiene-benefits__grid,
  main .energy-intro__columns,
  main .energy-section__grid,
  main .energy-section__grid--reverse,
  main .energy-geg__layout,
  main .energy-dinspec__grid,
  main .cleaning-services__top,
  main .reference-region-overview__grid,
  main .kitchen-detail__grid,
  main .kitchen-detail__grid--reverse,
  main .memmingen-overview__grid,
  main .textile-intro__columns,
  main .filtertest-procedure__grid,
  main .leaktest-purpose__grid,
  main .hygiene-overview__layout,
  main .hygiene-services__top,
  main .page-berlin .reference-region-overview__grid,
  main .page-berlin .filtertest-standard__row,
  main .karlsruhe-overview .cleanroom-overview__grid,
  main .duct-intro-overview .cleanroom-overview__grid,
  main .airduct-intro-overview .cleanroom-overview__grid,
  main .airduct-guide-overview .cleanroom-overview__grid,
  main .duct-vorteile .filtertest-standard__row,
  main .page-duct-cleaning .duct-vorteile .filtertest-standard__row {
    grid-template-columns: 1fr !important;
  }

  main .company-media-card,
  main [class*="intro__media"],
  main [class*="detail__media"],
  main .vdi-intro__media,
  main .quality-intro__media,
  main .repair-detail__media,
  main .sustainability-intro__media,
  main .sustainability-accordion-section__media,
  main .cleanroom-overview__media,
  main .oproom-overview__media,
  main .airduct-intro-overview__media,
  main .airduct-why__media,
  main .airduct-health__media,
  main .airduct-expertise__media,
  main .airduct-expertise__cert-media,
  main .energy-section__media,
  main .filtertest-standard__media,
  main .hygiene-overview__media,
  main .textile-intro__media {
    width: 100% !important;
    max-width: min(100%, 640px) !important;
    height: auto !important;
    min-height: 0 !important;
    justify-self: center !important;
    margin-inline: auto;
  }

  main .company-media-card img,
  main [class*="intro__media"] img,
  main [class*="detail__media"] img,
  main .vdi-intro__media img,
  main .quality-intro__media img,
  main .repair-detail__media img,
  main .sustainability-intro__media img,
  main .cleanroom-overview__media img,
  main .energy-section__media img,
  main .filtertest-standard__media img,
  main .airduct-why__media img,
  main .airduct-health__media img,
  main .airduct-expertise__media img,
  main .airduct-expertise__cert-media img,
  main .airduct-intro-overview__media img {
    position: static !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: var(--content-image-aspect-mobile);
    object-fit: cover;
    object-position: center top !important;
  }

  .company-media-card--portrait img,
  .company-sustainability .company-media-card img,
  .company-employees .company-media-card img,
  .jobs-teaser__media img {
    aspect-ratio: var(--content-image-portrait-aspect-mobile) !important;
    object-position: var(--content-image-focus-mobile) !important;
  }

  main .section-copy h2,
  main .vdi-intro__copy h2,
  main .vdi-intro__header h2,
  main .repair-detail__copy h2,
  main .cleaning-detail__copy h2,
  main .quality-intro__header h2,
  main .cleaning-intro__header h2,
  main .filtertest-standard__copy h2,
  main .cleanroom-overview__copy h2 {
    max-width: 100% !important;
    text-wrap: balance;
    overflow-wrap: break-word;
  }

  h2,
  .section-copy h2,
  .faq-section__header h2,
  .cta-band h2,
  .inspection-intro__header h2,
  .inspection-types__header h2,
  .locations-intro__copy h2,
  .locations-grid__header h2,
  .locations-contact__title {
    font-size: clamp(26px, 6.8vw, 32px) !important;
    line-height: 1.16 !important;
    max-width: 100% !important;
    text-wrap: balance;
    overflow-wrap: break-word;
  }

  .hero {
    height: auto !important;
    min-height: 0 !important;
  }

  .hero__content {
    flex: 0 0 auto !important;
    min-height: 0 !important;
    padding-top: clamp(112px, 13svh, 136px) !important;
  }
}

/* Hohe, schmale Viewports (z. B. 601×1007): Headline tiefer im Hero */
@media (max-width: 767px) and (min-height: 850px) {
  .hero {
    min-height: 100svh !important;
    height: auto !important;
  }

  .hero__content {
    flex: 1 1 auto !important;
    align-content: center !important;
    min-height: 0 !important;
    padding-top: clamp(104px, 12svh, 132px) !important;
    padding-bottom: clamp(32px, 8svh, 96px) !important;
  }

  .company-hero__content,
  body[class*="page-"] .company-hero__content,
  body[class*="page-"] .vdi-hero__content,
  body[class*="page-"] .job-detail-hero__content {
    align-content: center !important;
    place-content: center !important;
    padding-top: clamp(96px, 11svh, 128px) !important;
    padding-bottom: clamp(24px, 5svh, 40px) !important;
  }
}

/* Startseiten-Hero: kompakte Viewports (z. B. 800×600) */
@media (max-width: 830px) and (max-height: 650px) {
  .hero {
    display: flex;
    flex-direction: column;
    height: 100svh;
    min-height: 100svh;
    max-height: 100svh;
    overflow: hidden;
  }

  .hero__fade {
    height: min(150px, 38%);
  }

  .hero__content {
    flex: 1 1 auto;
    align-content: center;
    justify-items: center;
    min-height: 0;
    padding-top: clamp(76px, 12svh, 86px);
    padding-bottom: 0;
  }

  .hero .eyebrow--hero {
    margin-bottom: 6px;
    font-size: 11px;
    letter-spacing: 0.11em;
    text-shadow:
      0 1px 3px rgba(0, 0, 0, 0.78),
      0 0 12px rgba(0, 0, 0, 0.4);
  }

  .hero h1 {
    max-width: 13em;
    font-size: clamp(24px, 5.6vw, 34px);
    line-height: 1.05;
    letter-spacing: -0.025em;
  }

  .hero__bottom {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    flex-shrink: 0;
    gap: 8px 10px;
    width: 100%;
    padding-top: 0;
    padding-bottom: calc(58px + 14px);
  }

  .hero-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    max-width: min(100%, 240px);
    padding: 10px 12px;
    border-radius: 12px;
    background: var(--hero-stats-card-bg);
    border: 1px solid var(--hero-stats-card-border);
    box-shadow: var(--hero-stats-card-shadow);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .hero-stat {
    flex: 0 1 auto;
    min-width: 0;
    max-width: none;
  }

  .hero-stat strong {
    margin-bottom: 3px;
    font-size: clamp(22px, 5vw, 28px);
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    text-shadow:
      0 1px 3px rgba(0, 0, 0, 0.55),
      0 0 10px rgba(0, 159, 227, 0.28);
  }

  .hero-stat span {
    font-size: 9px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--hero-eyebrow-color);
  }

  .hero-scroll {
    width: clamp(50px, 8.5vw, 62px);
    height: clamp(50px, 8.5vw, 62px);
    border-width: 2px;
    font-size: clamp(22px, 3.6vw, 28px);
  }

  .hero__cta {
    justify-self: end;
    min-width: 0;
    min-height: 38px;
    padding: 7px 11px;
    font-size: 12px;
    white-space: nowrap;
  }

  /* Unterseiten-Heros: kompakt, Text über Overlay */
  :root {
    --subpage-hero-height: 50vh;
    --subpage-hero-min-height: 50vh;
    --subpage-hero-content-padding-top: 0;
    --hero-mobile-padding-top: 72px;
  }

  .company-hero,
  body[class*="page-"] .company-hero,
  body[class*="page-"] .vdi-hero,
  body[class*="page-"] .job-detail-hero,
  .page-job-detail .job-detail-hero {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: none !important;
    margin-inline: 0 !important;
    overflow-x: visible !important;
    overflow-y: clip !important;
    height: var(--subpage-hero-height) !important;
    min-height: var(--subpage-hero-min-height) !important;
    max-height: none;
  }

  .company-hero__content,
  .job-detail-hero__content,
  .vdi-hero__content,
  body[class*="page-"] .company-hero__content,
  body[class*="page-"] .vdi-hero__content,
  body[class*="page-"] .job-detail-hero__content,
  .page-job-detail .job-detail-hero__content,
  [class*="page-"] .company-hero__content {
    z-index: 2 !important;
    flex: 0 0 auto !important;
    align-content: center !important;
    place-content: center !important;
    justify-content: center !important;
    height: auto !important;
    min-height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .company-hero__content .eyebrow,
  body[class*="page-"] .company-hero__content .eyebrow,
  body[class*="page-"] .vdi-hero__content .eyebrow,
  body[class*="page-"] .job-detail-hero__content .eyebrow {
    margin-bottom: 5px !important;
    font-size: 11px !important;
    letter-spacing: 0.1em !important;
    text-shadow:
      0 1px 3px rgba(0, 0, 0, 0.78),
      0 0 12px rgba(0, 0, 0, 0.4) !important;
  }

  .company-hero h1,
  body[class*="page-"] .company-hero h1,
  body[class*="page-"] .vdi-hero h1,
  body[class*="page-"] .job-detail-hero h1,
  [class*="page-"] .company-hero h1,
  [class*="page-"] .vdi-hero h1,
  [class*="page-"] .job-detail-hero h1 {
    font-size: clamp(22px, 5.4vw, 30px) !important;
    line-height: 1.1 !important;
    max-width: 100% !important;
    width: auto !important;
    letter-spacing: -0.02em !important;
    text-wrap: balance;
    overflow-wrap: break-word;
  }

  .hero-breadcrumb {
    margin-top: 7px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    gap: 3px 5px !important;
    text-shadow:
      0 1px 3px rgba(0, 0, 0, 0.78),
      0 0 12px rgba(0, 0, 0, 0.4) !important;
  }
}

/* Unterseiten-Hero: Bild + Overlay randlos über volle Viewport-Breite */
.company-hero::before,
.job-detail-hero::before,
.vdi-hero::before {
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 100% !important;
  margin: 0 0 0 -50vw !important;
  transform: none !important;
}

.company-hero::after,
.job-detail-hero::after,
.vdi-hero::after {
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 100% !important;
  margin: 0 0 0 -50vw !important;
  transform: none !important;
  z-index: 1 !important;
  background:
    var(--hero-fade-gradient) bottom / 100% var(--hero-fade-band-height) no-repeat,
    var(--hero-overlay-gradient) !important;
  box-shadow: inset 0 -8px 0 8px var(--hero-fade-color);
  pointer-events: none;
}

/* =========================================================================
   Leistungsarchitektur Phase 1 – CD-konforme Zusatzkomponenten
   (Cluster-Kacheln, Trust-Bar, Entscheidungshilfe, Betreiberpflicht-Infobox,
   Norm-/USP-Listen, interne Linkmodule). Keine neuen Farben/Typografie.
   ========================================================================= */

.svc-section {
  padding: clamp(48px, 6vw, 84px) 0;
}

.svc-section--soft {
  background: var(--company-section-gradient);
}

/* Leistungs-Detailseiten: einheitliche Flächen (weiß / hellblau) statt Verlauf-Kaskade */
.page-inspection .services-intro {
  background: var(--color-white);
}

.page-inspection main > .company-hero ~ section.svc-section:not(.company-cta):not(.company-customers):not(.sectors):not(.home-faq):not(.svc-cta) {
  margin-top: 0;
}

.page-inspection main > .company-hero ~ section.svc-section.svc-section--soft:not([data-section="ausloeser"]):not(.company-cta):not(.company-customers):not(.sectors):not(.home-faq):not(.svc-cta),
.page-inspection main > .company-hero ~ section.svc-section:not([data-section="ausloeser"]):not([id$="-ablauf"]):not([id$="-risiken"]):not([id$="-weiter"]):not(#bericht-musterbericht):not(#bericht-weiter):not(.company-cta):not(.company-customers):not(.sectors):not(.home-faq):not(.svc-cta) {
  background: var(--color-white);
}

.page-inspection main > .company-hero ~ section.svc-section[id$="-ablauf"]:not(.company-cta):not(.company-customers):not(.sectors):not(.home-faq):not(.svc-cta),
.page-inspection main > .company-hero ~ section.svc-section[id$="-risiken"]:not(.company-cta):not(.company-customers):not(.sectors):not(.home-faq):not(.svc-cta),
.page-inspection #bericht-musterbericht.svc-section {
  background: var(--color-soft);
}

.page-inspection main > .company-hero ~ section.svc-section[id$="-weiter"]:not(.company-cta):not(.company-customers):not(.sectors):not(.home-faq):not(.svc-cta),
.page-inspection #bericht-weiter.svc-section {
  background: var(--color-white);
}

.page-inspection main > .company-hero ~ section.svc-section[data-section="ausloeser"]:not(.company-cta):not(.company-customers):not(.sectors):not(.home-faq):not(.svc-cta) {
  background: var(--color-soft);
}

/* Partikelmessung: Einsatzbereiche hellblau, Weiterführend weiß */
#partikel-ablauf.svc-section {
  background: var(--color-soft);
}

#partikel-weiter.svc-section {
  background: var(--color-white);
}

/* Fallback ohne Body-Klasse (Generatoren, Spezial-IDs) */
.svc-section[id$="-ablauf"],
.svc-section[id$="-risiken"],
#bericht-musterbericht.svc-section {
  background: var(--color-soft);
}

#kt-sanierung-ablauf .cleanroom-overview__grid,
#vka-risiken .cleanroom-overview__grid {
  align-items: center;
}

.svc-section[id$="-weiter"],
#bericht-weiter.svc-section {
  background: var(--color-white);
}

.svc-section__head {
  max-width: 820px;
  margin-bottom: clamp(28px, 4vw, 44px);
}

.svc-section__head--center {
  max-width: 720px;
  margin-inline: auto;
  margin-bottom: clamp(32px, 4vw, 48px);
  text-align: center;
}

.svc-section__head--center .gradient-line {
  margin-inline: auto;
}

.svc-section__lead {
  margin: 0;
  max-width: 58ch;
  margin-inline: auto;
  color: var(--color-text);
  line-height: 1.65;
}

/* Cluster-Kacheln nach Suchintention */
.svc-clusters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 26px);
}

@media (max-width: 1100px) {
  .svc-clusters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .svc-clusters {
    grid-template-columns: minmax(0, 1fr);
  }
}

.svc-cluster-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 26px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  background: var(--color-white);
  box-shadow: var(--shadow-soft);
  transition: transform var(--transition), box-shadow var(--transition);
}

.svc-cluster-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 50px rgba(7, 57, 117, 0.18);
}

.svc-cluster-card__eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-secondary);
}

.svc-cluster-card__title {
  margin: 0;
  font-size: clamp(20px, 1.6vw, 24px);
  color: var(--color-dark);
}

.svc-cluster-card__text {
  margin: 0;
  color: var(--color-text);
}

.svc-cluster-card__links {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 6px 0 0;
  padding: 0;
  list-style: none;
}

.svc-cluster-card__links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 0;
  color: var(--color-primary);
  font-weight: 600;
}

.svc-cluster-card__links a::before {
  content: "\203A";
  color: var(--color-secondary);
  font-weight: 700;
}

.svc-cluster-card__links a:hover {
  color: var(--color-secondary);
}

/* Trust-Bar */
.svc-trustbar {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 18px;
  margin-top: 8px;
  padding: 0;
  list-style: none;
}

.svc-trustbar li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: var(--color-white);
  color: var(--color-dark);
  font-weight: 600;
  font-size: 14px;
}

.svc-trustbar li::before {
  content: "\2713";
  color: var(--color-secondary);
  font-weight: 700;
}

/* Entscheidungshilfe */
.svc-decision {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

.svc-decision__card {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  background: var(--color-soft);
}

.svc-decision__card h3 {
  margin: 0 0 6px;
  font-size: 18px;
  color: var(--color-dark);
}

.svc-decision__card p {
  margin: 0 0 20px;
  color: var(--color-text);
}

/* CTA-Buttons in Entscheidungskarten: immer gleich groß (volle Breite,
   am Karten-Boden ausgerichtet, einheitliche Höhe auch bei Zeilenumbruch) */
.svc-decision__card .button {
  width: 100%;
  margin-top: auto;
  min-height: 64px;
  padding: 12px 18px;
  text-align: center;
  text-wrap: balance;
  line-height: 1.25;
}

/* Entscheidungshilfe (Leistungen-Übersicht) */
#entscheidungshilfe.svc-section--soft {
  background: var(--color-soft);
}

#entscheidungshilfe .svc-decision__card {
  background: var(--color-white);
  box-shadow: var(--shadow-soft);
}

#entscheidungshilfe .svc-trustbar {
  justify-content: center;
  margin-top: clamp(24px, 3vw, 36px);
}

/* Typische Auslöser (Leistungs-Detailseiten) */
.svc-trigger-cards {
  --svc-trigger-card-gradient: linear-gradient(145deg, var(--color-white) 0%, #f3f8ff 100%);
  --svc-trigger-card-gradient-hover: linear-gradient(145deg, var(--color-white) 0%, var(--color-soft) 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

@media (max-width: 1100px) {
  .svc-trigger-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .svc-trigger-cards {
    grid-template-columns: minmax(0, 1fr);
  }
}

.svc-trigger-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(22px, 2.2vw, 28px);
  overflow: hidden;
  border: 1px solid rgba(1, 97, 191, 0.12);
  border-radius: var(--radius-lg);
  background: var(--svc-trigger-card-gradient);
  box-shadow: var(--shadow-soft);
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition),
    background var(--transition);
}

.svc-trigger-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
}

.svc-trigger-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 159, 227, 0.28);
  background: var(--svc-trigger-card-gradient-hover);
  box-shadow: 0 22px 44px rgba(7, 57, 117, 0.12);
}

.svc-trigger-card__icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 12px;
  color: var(--color-primary);
  background: linear-gradient(135deg, rgba(1, 97, 191, 0.1) 0%, rgba(0, 159, 227, 0.16) 100%);
  border: 1px solid rgba(1, 97, 191, 0.1);
}

.svc-trigger-card__icon svg {
  width: 22px;
  height: 22px;
}

.svc-trigger-card__eyebrow {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-secondary);
}

.svc-trigger-card__title {
  margin: 0 0 10px;
  font-size: clamp(18px, 1.4vw, 21px);
  line-height: 1.25;
  color: var(--color-dark);
}

.svc-trigger-card__text {
  margin: 0;
  flex: 1;
  color: var(--color-text);
  line-height: 1.6;
}

[data-section="ausloeser"].svc-section {
  background: var(--color-soft);
}

/* Vorteile & Normen (Leistungs-Detailseiten) */
.svc-benefit-cards {
  --svc-benefit-card-gradient: linear-gradient(145deg, var(--color-white) 0%, #f3f8ff 100%);
  --svc-benefit-card-gradient-hover: linear-gradient(145deg, var(--color-white) 0%, var(--color-soft) 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

@media (max-width: 1100px) {
  .svc-benefit-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .svc-benefit-cards {
    grid-template-columns: minmax(0, 1fr);
  }
}

.svc-benefit-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(22px, 2.2vw, 28px);
  overflow: hidden;
  border: 1px solid rgba(1, 97, 191, 0.12);
  border-radius: var(--radius-lg);
  background: var(--svc-benefit-card-gradient);
  box-shadow: var(--shadow-soft);
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition),
    background var(--transition);
}

.svc-benefit-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
}

.svc-benefit-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 159, 227, 0.28);
  background: var(--svc-benefit-card-gradient-hover);
  box-shadow: 0 22px 44px rgba(7, 57, 117, 0.12);
}

.svc-benefit-card__check {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  color: var(--color-white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  box-shadow: 0 6px 14px rgba(1, 97, 191, 0.22);
}

.svc-benefit-card__icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 12px;
  color: var(--color-primary);
  background: linear-gradient(135deg, rgba(1, 97, 191, 0.1) 0%, rgba(0, 159, 227, 0.16) 100%);
  border: 1px solid rgba(1, 97, 191, 0.1);
}

.svc-benefit-card__icon svg {
  width: 22px;
  height: 22px;
}

.svc-benefit-card__eyebrow {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-secondary);
}

.svc-benefit-card__title {
  margin: 0 0 10px;
  padding-right: 2.25rem;
  font-size: clamp(18px, 1.4vw, 21px);
  line-height: 1.25;
  color: var(--color-dark);
}

.svc-benefit-card__text {
  margin: 0;
  flex: 1;
  color: var(--color-text);
  line-height: 1.6;
}

.svc-norm-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 16px;
  margin-top: clamp(28px, 3.5vw, 40px);
  padding: clamp(18px, 2.2vw, 24px);
  border: 1px solid rgba(1, 97, 191, 0.12);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(232, 243, 255, 0.55) 0%, rgba(255, 255, 255, 0.95) 100%);
}

.svc-norm-bar__label {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-secondary);
}

.svc-norm-bar__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.svc-norm-chip {
  display: inline-flex;
  align-items: center;
  padding: 10px 18px;
  border: 1px solid rgba(1, 97, 191, 0.16);
  border-radius: 999px;
  background: var(--color-white);
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
  transition:
    transform var(--transition),
    border-color var(--transition),
    color var(--transition),
    box-shadow var(--transition);
}

.svc-norm-chip:hover,
.svc-norm-chip:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(0, 159, 227, 0.32);
  color: var(--color-secondary);
  box-shadow: 0 12px 24px rgba(7, 57, 117, 0.1);
}

[data-section="vorteile"].svc-section {
  background: var(--color-white);
}

/* Betreiberpflicht-/Norm-Infobox auf Detailseiten */
.svc-infobox {
  margin: 28px 0;
  padding: 24px 28px;
  border-left: 4px solid var(--color-primary);
  border-radius: 12px;
  background: var(--color-soft);
}

.svc-infobox h3 {
  margin: 0 0 8px;
  color: var(--color-dark);
}

.svc-infobox p:last-child {
  margin-bottom: 0;
}

/* Norm-/Leistungs-Checkliste */
.svc-checklist {
  margin: 18px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.svc-checklist li {
  position: relative;
  padding-left: 30px;
  color: var(--color-text);
}

.svc-checklist li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 12px;
  font-weight: 700;
}

.svc-checklist li strong {
  color: var(--color-dark);
}

/* Interne Linkmodule (Silo) */
.svc-related {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 14px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.svc-related li {
  display: flex;
}

.svc-related a {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding: 16px 18px;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  background: var(--color-white);
  color: var(--color-dark);
  font-weight: 600;
  transition: border-color var(--transition), color var(--transition), transform var(--transition);
}

.svc-related a:hover {
  border-color: var(--color-secondary);
  color: var(--color-primary);
  transform: translateY(-2px);
}

/* Weiterführend: Link-Karten (VDI-6022-Prüfbericht u. a.) */
.svc-related-cards {
  --svc-related-card-gradient: linear-gradient(145deg, var(--color-white) 0%, var(--color-soft) 100%);
  --svc-related-card-gradient-hover: linear-gradient(145deg, var(--color-white) 0%, #dceeff 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}

@media (max-width: 1100px) {
  .svc-related-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .svc-related-cards {
    grid-template-columns: minmax(0, 1fr);
  }
}

.svc-related-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: clamp(22px, 2.2vw, 28px);
  overflow: hidden;
  border: 1px solid rgba(1, 97, 191, 0.12);
  border-radius: var(--radius-lg);
  background: var(--svc-related-card-gradient);
  color: inherit;
  text-decoration: none;
  box-shadow: var(--shadow-soft);
  transition:
    transform var(--transition),
    box-shadow var(--transition),
    border-color var(--transition),
    background var(--transition);
}

.svc-related-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
}

.svc-related-card:hover,
.svc-related-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(0, 159, 227, 0.28);
  background: var(--svc-related-card-gradient-hover);
  box-shadow: 0 22px 44px rgba(7, 57, 117, 0.12);
}

.svc-related-card__icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 12px;
  color: var(--color-primary);
  background: linear-gradient(135deg, rgba(1, 97, 191, 0.1) 0%, rgba(0, 159, 227, 0.16) 100%);
  border: 1px solid rgba(1, 97, 191, 0.1);
}

.svc-related-card__icon svg {
  width: 22px;
  height: 22px;
}

.svc-related-card__eyebrow {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-secondary);
}

.svc-related-card__title {
  margin: 0 0 10px;
  font-size: clamp(18px, 1.4vw, 21px);
  line-height: 1.25;
  color: var(--color-dark);
}

.svc-related-card__text {
  margin: 0;
  flex: 1;
  color: var(--color-text);
  line-height: 1.6;
}

.svc-related-card__cta {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid rgba(1, 97, 191, 0.1);
  color: var(--color-primary);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.svc-related-card__cta::after {
  content: " \2192";
  color: var(--color-secondary);
}

.svc-related-card:hover .svc-related-card__cta,
.svc-related-card:focus-visible .svc-related-card__cta {
  color: var(--color-secondary);
}

/* Schlanker CTA-Streifen im CD */
.svc-cta {
  margin: 0;
  padding: clamp(40px, 5vw, 72px) 0;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
  color: var(--color-white);
}

.svc-cta__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.svc-cta__text h2 {
  margin: 0 0 6px;
  color: var(--color-white);
}

.svc-cta__text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  max-width: 640px;
}

.svc-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.svc-cta .button--solid {
  background: var(--color-white);
  color: var(--color-primary);
}

.svc-cta .button--solid:hover {
  background: rgba(255, 255, 255, 0.9);
  color: var(--color-primary);
}

.svc-cta .button--ghost {
  border: 1px solid rgba(255, 255, 255, 0.7);
  color: var(--color-white);
}

.svc-cta .button--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
}

@media (max-width: 640px) {
  .svc-cta__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Fachbeitrag-Teaser am Ende von Leistungs-/Anlagenseiten */
.svc-article-teaser {
  padding: clamp(48px, 6vw, 80px) 0;
}

.svc-article-teaser__head {
  margin-bottom: clamp(22px, 3vw, 34px);
}

.article-teaser {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: stretch;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-border);
  background: var(--color-white);
  box-shadow: var(--shadow-soft);
  overflow: hidden;
  text-decoration: none;
  transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}

.article-teaser:hover,
.article-teaser:focus-visible {
  transform: translateY(-3px);
  border-color: rgba(0, 159, 227, 0.34);
  box-shadow: 0 24px 50px rgba(7, 57, 117, 0.18);
}

.article-teaser__media {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 240px;
  padding: 18px;
  overflow: hidden;
  background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
}

.article-teaser__image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 640ms cubic-bezier(0.22, 1, 0.36, 1);
}

.article-teaser:hover .article-teaser__image,
.article-teaser:focus-visible .article-teaser__image {
  transform: scale(1.05);
}

.article-teaser__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(135deg, rgba(1, 97, 191, 0.6) 0%, rgba(0, 159, 227, 0.36) 100%);
  pointer-events: none;
}

.article-teaser__badge {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.article-teaser__body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: clamp(24px, 3vw, 40px);
}

.article-teaser__eyebrow {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--color-secondary);
}

.article-teaser__title {
  margin: 0;
  font-size: clamp(20px, 1.9vw, 26px);
  font-weight: 600;
  line-height: 1.3;
  color: var(--color-primary);
}

.article-teaser__text {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-text);
}

.article-teaser__cta {
  align-self: flex-start;
  margin-top: 6px;
  pointer-events: none;
}

@media (max-width: 760px) {
  .article-teaser {
    grid-template-columns: 1fr;
  }

  .article-teaser__media {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
}

/* WPForms presentation matching the canonical static quote forms. */
.leadwerk-wpforms-slot {
  position: relative;
  z-index: 1;
  padding: clamp(24px, 3vw, 36px);
  background: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(22px) saturate(180%);
  -webkit-backdrop-filter: blur(22px) saturate(180%);
}

.leadwerk-wpforms-slot .wpforms-container,
.leadwerk-wpforms-slot .wpforms-form {
  width: 100%;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.leadwerk-wpforms-slot .wpforms-container {
  --wpforms-field-size-input-height: 52px;
  --wpforms-field-size-font-size: 15px;
  --wpforms-field-border-radius: 12px;
  --wpforms-field-border-color: rgba(255, 255, 255, 0.78);
  --wpforms-field-background-color: rgba(255, 255, 255, 0.68);
  --wpforms-button-background-color: #0161bf;
}

.leadwerk-wpforms-slot .wpforms-field-container {
  display: grid !important;
  gap: 14px;
  width: 100%;
}

.leadwerk-wpforms-slot--home .wpforms-field-container {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.leadwerk-wpforms-slot--offer .wpforms-field-container {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.leadwerk-wpforms-slot .wpforms-field {
  width: 100% !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
}

.leadwerk-wpforms-slot.is-static-form-styled
  .wpforms-field-text
  > .wpforms-field-label,
.leadwerk-wpforms-slot.is-static-form-styled
  .wpforms-field-email
  > .wpforms-field-label,
.leadwerk-wpforms-slot.is-static-form-styled
  .wpforms-field-phone
  > .wpforms-field-label,
.leadwerk-wpforms-slot.is-static-form-styled
  .wpforms-field-textarea
  > .wpforms-field-label {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.leadwerk-wpforms-slot.is-static-form-styled
  .wpforms-field-select
  > .wpforms-field-label {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 0 7px !important;
  padding: 0 !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
  color: #28465f !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
}

.leadwerk-wpforms-slot .wpforms-field input:not([type="checkbox"]):not([type="radio"]),
.leadwerk-wpforms-slot .wpforms-field select,
.leadwerk-wpforms-slot .wpforms-field textarea {
  width: 100% !important;
  max-width: none !important;
  min-height: 52px !important;
  margin: 0 !important;
  padding: 14px 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  border-radius: 12px !important;
  color: #4e5f70 !important;
  background-color: rgba(255, 255, 255, 0.68) !important;
  box-shadow:
    0 10px 22px rgba(7, 57, 117, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.82) !important;
  font-family: inherit !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  transition:
    background 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease !important;
}

.leadwerk-wpforms-slot .wpforms-field select {
  padding-right: 44px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%230161bf' d='M4 6l4 4 4-4'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 18px center !important;
  appearance: none;
  cursor: pointer;
}

.leadwerk-wpforms-slot .wpforms-field-phone .iti {
  display: block !important;
  width: 100% !important;
}

.leadwerk-wpforms-slot
  .wpforms-field-phone
  .iti
  input.iti__tel-input {
  padding-left: 58px !important;
}

.leadwerk-wpforms-slot .wpforms-field-phone .iti__country-container {
  width: 48px;
  z-index: 3;
}

.leadwerk-wpforms-slot .wpforms-field-phone .iti__selected-country {
  width: 48px;
  padding: 0 10px !important;
}

.leadwerk-wpforms-slot .wpforms-field textarea {
  min-height: 132px !important;
  resize: vertical;
}

.leadwerk-wpforms-slot .wpforms-field input::placeholder,
.leadwerk-wpforms-slot .wpforms-field textarea::placeholder {
  color: #858585 !important;
  opacity: 1 !important;
}

.leadwerk-wpforms-slot .wpforms-field input:not([type="checkbox"]):not([type="radio"]):focus,
.leadwerk-wpforms-slot .wpforms-field select:focus,
.leadwerk-wpforms-slot .wpforms-field textarea:focus {
  border-color: rgba(0, 159, 227, 0.62) !important;
  background-color: rgba(255, 255, 255, 0.94) !important;
  box-shadow:
    0 0 0 4px rgba(0, 159, 227, 0.14),
    0 12px 24px rgba(7, 57, 117, 0.08) !important;
  outline: 0 !important;
}

.leadwerk-wpforms-slot .wpforms-field-checkbox {
  padding: 18px !important;
  border: 1px solid rgba(255, 255, 255, 0.62) !important;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.28);
}

.leadwerk-wpforms-slot .wpforms-field-checkbox legend.wpforms-field-label {
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: #0161bf !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
}

.leadwerk-wpforms-slot .wpforms-field-checkbox ul {
  display: grid !important;
  gap: 10px 18px;
  margin: 0 !important;
  padding: 0 !important;
}

.leadwerk-wpforms-slot--offer .wpforms-field[data-field-id="15"] ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.leadwerk-wpforms-slot .wpforms-field-checkbox li {
  display: grid !important;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0 !important;
}

.leadwerk-wpforms-slot .wpforms-field-checkbox li label {
  display: block !important;
  width: auto !important;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  color: #4e5f70 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.55 !important;
}

.leadwerk-wpforms-slot .wpforms-form a {
  color: #0161bf !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(1, 97, 191, 0.78) !important;
  text-decoration-thickness: 1.5px !important;
  text-underline-offset: 0.16em;
}

.leadwerk-wpforms-slot .wpforms-form a:hover,
.leadwerk-wpforms-slot .wpforms-form a:focus-visible {
  color: #009fe3 !important;
  text-decoration-color: currentColor !important;
}

.leadwerk-wpforms-slot .wpforms-form a:focus-visible {
  border-radius: 2px;
  outline: 3px solid rgba(0, 159, 227, 0.2);
  outline-offset: 3px;
}

.leadwerk-wpforms-slot .wpforms-field-checkbox input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  margin: 2px 0 0 !important;
  border: 1px solid rgba(1, 97, 191, 0.42) !important;
  border-radius: 4px !important;
  background: rgba(255, 255, 255, 0.78) !important;
  box-shadow: inset 0 1px 2px rgba(7, 57, 117, 0.08);
  appearance: none;
  cursor: pointer;
}

.leadwerk-wpforms-slot .wpforms-field-checkbox input[type="checkbox"]:checked {
  border-color: #0161bf !important;
  background-color: #0161bf !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m3 7 2.5 2.5L11 4'/%3E%3C/svg%3E") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.leadwerk-wpforms-slot .wpforms-field-checkbox input[type="checkbox"]:focus-visible {
  outline: 3px solid rgba(0, 159, 227, 0.2) !important;
  outline-offset: 2px;
}

.leadwerk-wpforms-slot .wpforms-field-html {
  color: #0161bf;
  font-size: 14px;
  line-height: 1.5;
}

.leadwerk-wpforms-slot .wpforms-submit-container {
  margin: 18px 0 0 !important;
  padding: 0 !important;
}

.leadwerk-wpforms-slot button[type="submit"].wpforms-submit {
  width: 100% !important;
  min-height: 52px !important;
  padding: 14px 24px !important;
  border: 0 !important;
  border-radius: 12px !important;
  color: #fff !important;
  background: linear-gradient(135deg, #0161bf 0%, #42a5e5 100%) !important;
  box-shadow:
    0 14px 28px rgba(7, 57, 117, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.28) !important;
  font-family: inherit !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease !important;
}

.leadwerk-wpforms-slot button[type="submit"].wpforms-submit:hover,
.leadwerk-wpforms-slot button[type="submit"].wpforms-submit:focus-visible {
  transform: translateY(-1px);
  box-shadow:
    0 18px 32px rgba(7, 57, 117, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.32) !important;
}

.leadwerk-wpforms-slot--home .wpforms-field[data-field-id="7"],
.leadwerk-wpforms-slot--home .wpforms-field[data-field-id="10"],
.leadwerk-wpforms-slot--home .wpforms-field[data-field-id="13"] {
  grid-column: 1 / -1;
}

.leadwerk-wpforms-slot--offer .wpforms-field[data-field-id="1"],
.leadwerk-wpforms-slot--offer .wpforms-field[data-field-id="2"],
.leadwerk-wpforms-slot--offer .wpforms-field[data-field-id="5"],
.leadwerk-wpforms-slot--offer .wpforms-field[data-field-id="6"],
.leadwerk-wpforms-slot--offer .wpforms-field[data-field-id="7"],
.leadwerk-wpforms-slot--offer .wpforms-field[data-field-id="8"],
.leadwerk-wpforms-slot--offer .wpforms-field[data-field-id="15"],
.leadwerk-wpforms-slot--offer .wpforms-field[data-field-id="18"],
.leadwerk-wpforms-slot--offer .wpforms-field[data-field-id="19"] {
  grid-column: 1 / -1;
}

.leadwerk-wpforms-slot--offer .wpforms-field[data-field-id="3"],
.leadwerk-wpforms-slot--offer .wpforms-field[data-field-id="4"],
.leadwerk-wpforms-slot--offer .wpforms-field[data-field-id="9"],
.leadwerk-wpforms-slot--offer .wpforms-field[data-field-id="10"],
.leadwerk-wpforms-slot--offer .wpforms-field[data-field-id="16"],
.leadwerk-wpforms-slot--offer .wpforms-field[data-field-id="17"] {
  grid-column: span 2;
}

.leadwerk-wpforms-slot--offer .wpforms-field[data-field-id="11"],
.leadwerk-wpforms-slot--offer .wpforms-field[data-field-id="12"],
.leadwerk-wpforms-slot--offer .wpforms-field[data-field-id="13"],
.leadwerk-wpforms-slot--offer .wpforms-field[data-field-id="14"] {
  grid-column: span 1;
}

@media (max-width: 980px) {
  .leadwerk-wpforms-slot--offer .wpforms-field-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .leadwerk-wpforms-slot--offer .wpforms-field[data-field-id="11"],
  .leadwerk-wpforms-slot--offer .wpforms-field[data-field-id="12"],
  .leadwerk-wpforms-slot--offer .wpforms-field[data-field-id="13"],
  .leadwerk-wpforms-slot--offer .wpforms-field[data-field-id="14"] {
    grid-column: span 1;
  }
}

@media (max-width: 767px) {
  .leadwerk-wpforms-slot {
    padding: 22px 16px 24px;
  }

  .leadwerk-wpforms-slot--home .wpforms-field-container,
  .leadwerk-wpforms-slot--offer .wpforms-field-container {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .leadwerk-wpforms-slot--home .wpforms-field,
  .leadwerk-wpforms-slot--offer .wpforms-field {
    grid-column: 1 !important;
  }

  .leadwerk-wpforms-slot--offer .wpforms-field[data-field-id="15"] ul {
    grid-template-columns: minmax(0, 1fr);
  }

  .leadwerk-wpforms-slot .wpforms-field input:not([type="checkbox"]):not([type="radio"]),
  .leadwerk-wpforms-slot .wpforms-field select,
  .leadwerk-wpforms-slot .wpforms-field textarea {
    font-size: 16px !important;
  }
}
