/* ── Reset ── */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --c-blassblau: #f4f8fb;
  --c-hellblau: #d9e7f5;
  --c-blau: #50b9e8;
  --c-dunkelblau: #01549f;
  --c-text: #3d4343;
  --max-w: 1550px;
  --side-pad: max(2rem, calc((100vw - var(--max-w)) / 2 + 2rem));
}

/* reddit-sans-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Reddit Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/reddit-sans-v6-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* reddit-sans-300italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Reddit Sans';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/reddit-sans-v6-latin-300italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* reddit-sans-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Reddit Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/reddit-sans-v6-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* reddit-sans-italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Reddit Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/reddit-sans-v6-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* reddit-sans-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Reddit Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/reddit-sans-v6-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* reddit-sans-500italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Reddit Sans';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/reddit-sans-v6-latin-500italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* reddit-sans-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Reddit Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/reddit-sans-v6-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* reddit-sans-600italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Reddit Sans';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/reddit-sans-v6-latin-600italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* reddit-sans-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Reddit Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/reddit-sans-v6-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* reddit-sans-700italic - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Reddit Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/reddit-sans-v6-latin-700italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* reddit-sans-condensed-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Reddit Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/reddit-sans-condensed-v5-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* reddit-sans-condensed-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Reddit Sans Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/reddit-sans-condensed-v5-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* reddit-sans-condensed-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Reddit Sans Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/reddit-sans-condensed-v5-latin-500.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* reddit-sans-condensed-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Reddit Sans Condensed';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/reddit-sans-condensed-v5-latin-600.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* reddit-sans-condensed-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Reddit Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/reddit-sans-condensed-v5-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* ── Base ── */
html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Reddit Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--c-text);
  line-height: 1.65;
}

img {
  max-width: 100%;
}

/* ── Typography – defined once ── */
h1 {
  font-family: 'Reddit Sans Condensed', sans-serif;
  font-weight: 500;
  font-size: clamp(2.2rem, 4.5vw, 3.44rem);
  line-height: 1.1;
  color: var(--c-dunkelblau);
}

h1 span {
  display: block;
  font-family: 'Reddit Sans Condensed', sans-serif;
  font-weight: 300;
  font-size: clamp(1.6rem, 3.5vw, 2.75rem);
  color: var(--c-dunkelblau);
}

h2 {
  font-family: 'Reddit Sans Condensed', sans-serif;
  font-weight: 500;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  color: var(--c-dunkelblau);
  text-align: center;
}

h2::after {
  content: '';
  display: block;
  width: 170px;
  height: 3px;
  background: var(--c-blau);
  margin: .45rem auto 0;
}

h3 {
  font-family: 'Reddit Sans Condensed', sans-serif;
  font-weight: 600;
  font-size: clamp(1.2rem, 2vw, 1.75rem);
  color: var(--c-dunkelblau);
}

h4 {
  font-weight: 600;
  font-size: 1rem;
}

/* ── Layout helpers ── */
.container {
  width: 100%;
  max-width: var(--max-w);
  margin-inline: auto;
  padding-inline: 2rem;
}

/* ── Image placeholder ── */
.img-ph {
  background: #c8cfd6;
  width: 100%;
  height: 100%;
  display: block;
}

/* ── Buttons ── */
.btn {
  display: inline-block;
  padding: .55rem 1.4rem;
  border-radius: 4px;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: opacity .2s;
  font-family: inherit;
  line-height: 1.4;
}

.btn:hover {
  opacity: .82;
}

.btn-primary {
  background: var(--c-dunkelblau);
  color: #fff;
  border-color: var(--c-dunkelblau);
}

.btn-outline {
  background: transparent;
  border-color: var(--c-dunkelblau);
  color: var(--c-dunkelblau);
}

.btn-outline-white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}


/* ══════════════════════════════════
   NAVIGATION
══════════════════════════════════ */
/* Welle unten an der Nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .08);
}

.nav::after {
  content: '';
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 18' preserveAspectRatio='none'%3E%3Cpath d='M0,0 C360,18 1080,18 1440,0 L1440,0 L0,0 Z' fill='%23ffffff'/%3E%3C/svg%3E") no-repeat center/100% 100%;
  pointer-events: none;
  z-index: 1;
}

.nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

.nav__links {
  display: flex;
  gap: 1.6rem;
  list-style: none;
}

.nav__links a {
  font-family: 'Reddit Sans Condensed', sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: var(--c-dunkelblau);
  font-size: 1.1em;
  transition: color .2s;
}

.nav__links a:hover {
  color: var(--c-blau);
}

/* Burger */
.nav__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: .4rem;
}

.nav__burger span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--c-dunkelblau);
  transition: transform .3s, opacity .3s, background .3s;
}

.nav__burger.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav__burger.open span:nth-child(2) {
  opacity: 0;
}

.nav__burger.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Overlay */
.nav__overlay {
  position: fixed;
  inset: 0 0 0 auto;
  width: min(320px, 100vw);
  height: 100vh;
  background: #fff;
  box-shadow: -4px 0 20px rgba(0, 0, 0, .15);
  transform: translateX(100%);
  transition: transform .35s ease;
  z-index: 200;
  display: flex;
  flex-direction: column;
  padding: 5rem 2rem 2rem;
}

.nav__overlay.open {
  transform: translateX(0);
}

.nav__overlay-close {
  position: absolute;
  top: 1rem;
  right: 1.2rem;
  background: none;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  color: var(--c-dunkelblau);
  line-height: 1;
}

.nav__overlay ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}

.nav__overlay a {
  text-decoration: none;
  font-size: 1.1rem;
  color: var(--c-text);
  font-family: 'Reddit Sans Condensed', sans-serif;
  font-weight: 500;
}

.nav__overlay a:hover {
  color: var(--c-blau);
}

.nav__backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .3);
  z-index: 199;
}

.nav__backdrop.open {
  display: block;
}


/* ══════════════════════════════════
   SECTION 1 – HERO
   Volle Breite, 2 Spalten: links hellblau + Text, rechts Bild
══════════════════════════════════ */
.section-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 70vh;
  position: relative;
}

/* Welle am unteren Rand des Hero – aus Illustrator */
.section-1__wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 120px;
  display: block;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}

.section-1__left {
  background: url('../images/bg-waves.webp')no-repeat center/cover, var(--c-blau);
  display: flex;
  align-items: center;
  padding: 4rem 3rem 4rem var(--side-pad);
}

.section-1__text h1 {
  margin-bottom: .8rem;
}

.section-1__text p {
  color: #fff;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

.section-1__text .btn:first-of-type {
  margin-right: .6rem;
  margin-bottom: 0.6rem;
}

.section-1__right {
  position: relative;
  overflow: hidden;
  background: var(--c-blassblau);
}

.section-1__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top right;
}


/* ══════════════════════════════════
   SECTION 2 – BEHANDLUNGEN
══════════════════════════════════ */
.section-2 {
  background: #fff;
  padding-block: 7rem;
}

.section-2 h2 {
  margin-bottom: 2.5rem;
}

.section-2 .intro {
  max-width: 800px;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.section-2 .intro h3 {
  font-size: 1.5rem;
  margin-top: 1.5rem;
}

.section-2__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 0;
}

.treatment-card {
  background: var(--c-blassblau);
  border-radius: 6px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, .1);
  overflow: hidden;
}

.treatment-card__img {
  aspect-ratio: 48/29;
}

.treatment-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.treatment-card__body {
  padding: 1.2rem;
}

.treatment-card h3 {
  margin-bottom: .5rem;
}

.treatment-card p {
  margin-bottom: .6rem;
  color: var(--c-text);
}

.treatment-card__label {
  font-weight: 600;
  margin-bottom: .35rem;
  margin-top: 2rem;
}

.treatment-card ul {
  list-style: none;
}

.treatment-card ul li {
  padding: .18rem 0 .18rem 1.6rem;
  position: relative;
}

.treatment-card ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: url('../images/icon-check.webp')no-repeat center/60% auto, var(--c-blau);
  color: #fff;
  font-size: .6rem;
  font-weight: 700;
}

/* "Weitere Behandlungen" – Kachel unter den 3 Cards, gleiche Breite wie das Grid */
.section-2__more {
  background: url('../images/bg-waves.webp')no-repeat center/cover, var(--c-blau);
  color: #fff;
  padding: 1.2rem 2rem;
  font-family: 'Reddit Sans Condensed', sans-serif;
  border-radius: 6px;
  margin-top: 2rem;
  display: block;
}

.section-2__more h4 {
  color: var(--c-dunkelblau);
  font-size: 1.1rem;
}

.section-2 .flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.section-2 .flexbox .col {
  max-width: 800px;
  margin-top: 1.5rem;
}


/* ══════════════════════════════════
   SECTION 3 – DAS PROBLEM / VORTEILE
   Links: Text + Vorteile-Box  |  Rechts: Bild randlos, volle Höhe
══════════════════════════════════ */
.section-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 480px;
  overflow: hidden;
}

.section-3__left {
  background-color: var(--c-blassblau);
  padding: 7rem 3rem 7rem var(--side-pad);
  min-width: 0;
}

.section-3__left-inner {
  width: 100%;
}

.section-3__left-inner h3 {
  margin-bottom: 1rem;
}

.section-3__left-inner>ul {
  list-style: none;
  margin-bottom: 1.5rem;
}

.section-3__left-inner>ul li {
  padding: .28rem 0 .28rem 1.2rem;
  position: relative;
}

.section-3__left-inner>ul li::before {
  content: '–';
  position: absolute;
  left: 0;
  color: var(--c-dunkelblau);
}

/* Vorteile Box */
.advantages {
  background: url('../images/bg-waves.webp')no-repeat center/200% auto, var(--c-blau);
  color: #fff;
  padding: 1.4rem 1.6rem;
  border-radius: 6px;
}

.advantages h4 {
  margin-bottom: .8rem;
  color: var(--c-dunkelblau);
  font-size: 1.1rem;
}

.advantages ul {
  list-style: none;
}

.advantages ul li {
  padding: .25rem 0 .25rem 1.6rem;
  position: relative;
  font-size: 1rem;
}

.advantages ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: .5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: url('../images/icon-check.webp')no-repeat center/60% auto, var(--c-dunkelblau);
  ;
  color: #fff;
  font-size: .6rem;
  font-weight: 700;
}

/* Rechtes Bild – volle Höhe, kein Rand */
.section-3__right {
  position: relative;
  overflow: hidden;
}

.section-3__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center left;
}

/* .section-3__right .img-ph {
  position: absolute;
  inset: 0;
} */


/* ══════════════════════════════════
   SECTION 4 – SO FUNKTIONIERT
   Weißer BG, h2 zentriert mit blauer Linie,
   3 Spalten: große graue Zahl oben, h3, Text
   Box hat leichten Schatten / Rand
══════════════════════════════════ */
.section-4 {
  background: #fff;
  padding-block: 7rem;
}

.section-4 h2 {
  margin-bottom: 3rem;
}

.section-4__steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.step {
  background: var(--c-blassblau);
  border-radius: 6px;
  padding: 2rem 1.5rem 1.8rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.step__num {
  font-family: 'Reddit Sans Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  color: var(--c-dunkelblau);
  line-height: 1;
  margin-bottom: .6rem;
  border-radius: 50px;
  background-color: #fff;
  aspect-ratio: 1;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.step h3 {
  margin-bottom: .7rem;
}

.step p {
  font-size: .88rem;
}


/* ══════════════════════════════════
   SECTION 5 – IHRE EXPERTIN
   Hellblauer BG, container-breite aber oben/unten randlos
   Links: Bild-Carousel im Container (linke Kante)
   Rechts: Text mit dunkler Schrift
   3 Icon-Kacheln als Grid unten
══════════════════════════════════ */
.section-5 {
  background: url('../images/bg-waves.webp')no-repeat center/cover, var(--c-blau);
  overflow: hidden;
}

.section-5__inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  max-width: var(--max-w);
  margin-inline: auto;
  /* Kein padding-inline – Bild geht bis zur Container-Kante, nicht bis zum Viewport */
}

/* Carousel: links bündig mit dem Container, oben/unten bis zum Sektions-Rand */
.expertin-carousel {
  position: relative;
  overflow: hidden;
  height: 100%;
  /* min-height: 580px; */
  cursor: pointer;
}

.expertin-carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expertin-carousel__track {
  display: flex;
  height: 100%;
  transition: transform .5s ease;
}

.expertin-carousel__slide {
  flex: 0 0 100%;
  min-height: 580px;
}

.expertin-carousel__slide .img-ph {
  height: 100%;
}

.carousel-dots {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: .4rem;
  z-index: 5;
}

.carousel-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition: background .3s;
}

.carousel-dots button.active {
  background: #fff;
}

/* Rechte Textseite */
.section-5__right {
  padding: 3.5rem 2rem 3.5rem 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #fff;
}

.section-5__right h2 {
  text-align: left;
  color: var(--c-dunkelblau);
}

.section-5__right h2::after {
  margin-inline: 0;
}

.section-5 .p-intro {
  color: var(--c-dunkelblau);
  font-style: italic;
  margin-bottom: 0;
}

.section-5 .p-intro::after {
  content: '';
  display: block;
  border-bottom: 3px solid #0a7cc9;
  width: 170px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.section-5 h2::after {
  display: none;
}

.section-5 p {
  margin-bottom: 1rem;
}

.section-5 h3 {
  color: #fff;
}

.expertin-name {
  font-weight: 600;
  color: var(--c-dunkelblau) !important;
  font-size: .95rem;
}

blockquote {
  border-left: 3px solid var(--c-blau);
  padding-left: .9rem;
  font-size: .88rem;
  color: var(--c-text);
  margin-block: 1rem;
}

/* 3 Icon-Kacheln – Grid */
.icon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .8rem;
  margin-top: 2rem;
}

.icon-tile {
  border-radius: 6px;
  padding: .9rem .7rem;
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  align-items: flex-start;
  gap: .6rem;
}

.icon-tile__circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-dunkelblau);
  background-position: center;
  background-size: auto 60%;
  background-repeat: no-repeat;
}

.icon-tile:first-of-type .icon-tile__circle {
  background-image: url('../images/icon-check.svg');
}

.icon-tile:nth-of-type(2) .icon-tile__circle {
  background-image: url('../images/icon-herz.svg');
}

.icon-tile:nth-of-type(3) .icon-tile__circle {
  background-image: url('../images/icon-thumb.svg');
}

.icon-tile__text {
  font-size: .78rem;
  line-height: 1.3;
  color: #fff;
  font-weight: 600;
  width: calc(100% - 50px);
}

.icon-tile__text small {
  display: block;
  font-weight: 400;
  color: #fff;
}


/* ══ üBER-MICH OVERLAY ══ */
.ueber-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .35);
  z-index: 300;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}

.ueber-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.ueber-overlay__panel {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: min(420px, 90vw);
  background: #fff;
  box-shadow: -4px 0 20px rgba(0, 0, 0, .15);
  padding: 4rem 2.2rem 2.5rem;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform .35s ease;
}

.ueber-overlay.open .ueber-overlay__panel {
  transform: translateX(0);
}

.ueber-overlay__panel h3 {
  margin-bottom: 1.2rem;
  color: var(--c-dunkelblau);
}

.ueber-overlay__panel p {
  margin-bottom: 1rem;
  color: var(--c-text);
  font-size: .95rem;
  line-height: 1.65;
}

.ueber-overlay__close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  background: none;
  border: none;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  color: var(--c-dunkelblau);
}

button.js-overlay-trigger{
  font-size: 0.8rem;
  border: 1px solid #fff
}

p a {
  color: #fff;
}

@media (max-width: 500px) {
  .ueber-overlay__panel {
    width: 100vw;
    padding: 4rem 1.4rem 2.5rem;
  }
}

/* ══════════════════════════════════
   SECTION 6 – BEWERTUNGEN
══════════════════════════════════ */
.section-6 {
  background: #fff;
  padding-block: 7rem;
}

.section-6 h2 {
  margin-bottom: 2rem;
}

.reviews {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.2rem;
}

.review-card {
  background: var(--c-blassblau);
  border-radius: 6px;
  padding: 1.2rem;
  font-size: .85rem;
}

.review-card__stars {
  color: #f5a623;
  font-size: .95rem;
  letter-spacing: 2px;
  margin-bottom: .5rem;
}

.review-card p {
  line-height: 1.5;
}

.review-card__author {
  font-weight: 600;
  font-size: .82rem;
  margin-top: .75rem;
  color: var(--c-dunkelblau);
}


/* ══════════════════════════════════
   SECTION 7 – KOMMEN SIE VORBEI (Parallax)
══════════════════════════════════ */
.section-7 {
  position: relative;
  min-height: 420px;
  padding-block: 7rem;
  /* Parallax background */
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 1%, rgba(255, 255, 255, 0.3)50%), url('../images/parallax.webp') no-repeat center/cover;
  background-attachment: fixed;
  overflow: hidden;
}

.section-7 .container {
  position: relative;
  z-index: 1;
}

.section-7__text {
  max-width: 600px;
}

.section-7__text h2 {
  text-align: left;
  color: var(--c-dunkelblau);
  line-height: 120%;
}

.section-7__text h2 span {
  color: var(--c-blau);
  font-size: 1.6rem;
  font-weight: 300;
}

.section-7__text h2::after {
  display: none;
}

.section-7__text p {
  margin-block: 1rem;
  font-size: .92rem;
  color: var(--c-text);
}


/* ══════════════════════════════════
   SECTION 8 – GALERIE
   6 Spalten → 3 → 2
══════════════════════════════════ */
.section-8 {
  background: #fff;
  padding-block: 7rem;
}

.section-8 h2 {
  margin-bottom: 2rem;
}

.gallery-masonry {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: .6rem;
  margin-bottom: 1.5rem;
}

.gallery-item {
  aspect-ratio: 4/3;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}

.gallery-item:hover {
  transform: scale(1.03);
  box-shadow: 0 4px 14px rgba(0, 0, 0, .15);
}

.gallery-item .img-ph {
  height: 100%;
}

.gallery-item.hidden {
  display: none;
}

.section-8 .btn-wrap {
  text-align: center;
}


/* ══════════════════════════════════
   LIGHTBOX
══════════════════════════════════ */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, .92);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.lightbox.open {
  display: flex;
}

.lightbox__inner {
  position: relative;
  width: min(860px, 95vw);
}

.lightbox__img {
  width: 100%;
  max-height: 70vh;
  border-radius: 6px;
  overflow: hidden;
}

.lightbox__img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.lightbox__close {
  position: absolute;
  top: -2.6rem;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 2rem;
  cursor: pointer;
  line-height: 1;
}

.lightbox__prev,
.lightbox__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, .2);
  border: none;
  color: #fff;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}

.lightbox__prev:hover,
.lightbox__next:hover {
  background: rgba(255, 255, 255, .45);
}

.lightbox__prev {
  left: -3.5rem;
}

.lightbox__next {
  right: -3.5rem;
}

.lightbox__counter {
  position: absolute;
  bottom: -2.2rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255, 255, 255, .7);
  font-size: .85rem;
}

.section-10{
  padding-block: 7rem;
}

.section-10 h2 {
  margin-bottom: 2rem;
}

.section-10 h3{
  font-size: 1.4rem;
  padding: 10px;
  color: #fff;
  background-color: var(--c-blau);
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.section-10 h3,
.section-10 h3 ~p{
  max-width: 800px;
  margin: auto;
}

.section-10 h3 ~p {
  padding: 10px;
  font-size: 1rem;
  background-color: var(--c-blassblau);
  margin-bottom: 1rem;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* ══════════════════════════════════
   SECTION 9 – FOOTER
   Links: Textblock + CTA-Button
   Mitte: 2×2 Grid (Adresse | Telefon / E-Mail | öffnungszeiten)
   Rechts: Foto-Placeholder
   Bottom-bar: zentriert
══════════════════════════════════ */
.section-9 {
  background: url('../images/bg-waves.webp')no-repeat center/cover, var(--c-blau);
  color: #fff;
}



.footer-top {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1fr;
  gap: 3rem;
  align-items: start;
  padding-block: 3rem;
}

/* Linker Textblock */
.footer-brand p {
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 1.2rem;
  color: #fff;
}

.footer-brand h3 {
  color: #fff;
  margin-bottom: .6rem;
  font-size: 1.5rem;
}

/* 2x2 Kontakt-Grid */
.footer-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 2rem;
}

.footer-contact-item {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: .6rem;
  align-items: start;
}

.footer-contact-item__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--c-blassblau);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.footer-contact-item__icon svg {
  width: 16px;
  height: 16px;
  fill: var(--c-blau);
}

.footer-contact-item__body {
  font-size: .9rem;
  line-height: 1.5;
}

.footer-contact-item__label {
  font-weight: 600;
  color: #fff;
  font-size: 1rem;
  display: block;
  margin-bottom: .1rem;
}

.footer-contact-item a {
  color: rgba(255, 255, 255, .82);
  text-decoration: none;
}

.footer-contact-item a:hover {
  color: #fff;
}

/* Rechts: Foto-Placeholder */
.footer-photo {
  border-radius: 8px;
  overflow: hidden;
  min-height: 160px;
  height: 100%;
}

.footer-photo .img-ph {
  height: 100%;
  min-height: 160px;
}

/* Bottom-bar: eigene Leiste, zentriert */
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, .15);
  padding-block: 0.5rem;
  text-align: center;
  font-size: .8rem;
  background-color: var(--c-dunkelblau);
  position: fixed;
  inset: auto 0 0 0;
}

.footer-bottom a {
  color: #fff;
  text-decoration: none;
  margin-inline: .4rem;
}

.footer-bottom a:hover {
  color: #fff;
}


/* ══════════════════════════════════
   RESPONSIVE
══════════════════════════════════ */
@media (max-width: 1199px) {
  .nav__links {
    display: none;
  }

  .nav__burger {
    display: flex;
  }

  body{
    hyphens: auto;
  }
}

@media (max-width: 900px) {

  .section-1,
  .section-3,
  .section-7 {
    grid-template-columns: 1fr;
  }

  .section-1 {
    display: flex;
    flex-direction: column-reverse;
  }

  .section-1__wave {
    display: none;
  }

  .section-1__right,
  .section-3__right,
  .section-7__right {
    min-height: 300px;
  }

  .section-1__left {
    padding: 3rem 2rem;
  }

  .section-3__left {
    padding: 3rem 2rem;
  }

  .section-2,
  .section-4,
  .section-6,
  .section-8 {
    padding-block: 4rem;
  }

  .section-2__grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-4__steps {
    grid-template-columns: 1fr;
  }

  .section-5__inner {
    grid-template-columns: 1fr;
  }

  .expertin-carousel,
  .expertin-carousel__slide {
    height: auto;
  }

  .expertin-carousel__slide {
    min-height: auto;
  }

  .reviews {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-masonry {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-top {
    grid-template-columns: 1fr 1fr;
  }

  .icon-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-2 .flexbox .col {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .icon-tile__circle {
    width: 40px;
    height: 40px;
  }

  .section-2__grid {
    grid-template-columns: 1fr;
  }

  .reviews {
    grid-template-columns: 1fr;
  }

  .gallery-masonry {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .icon-grid {
    grid-template-columns: 1fr;
  }

  .lightbox__prev {
    left: -1.5rem;
  }

  .lightbox__next {
    right: -1.5rem;
  }
}

@media (max-width: 500px) {
  .footer-contact-grid {
    grid-template-columns: 1fr;
  }
}

.impressum {
  padding: 120px 0 80px;
  min-height: 80vh;
  background-color: var(--c-blassblau)
}

.impressum .container {
  max-width: 720px;
}

.impressum h1 {
  font-size: 2rem;
  margin-bottom: 2rem;
  color: var(--color-dark, #1a1a2e);
}

.impressum h2::after {
  margin: .45rem 0 0;
}

.impressum h2 {
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--color-primary, #02428E);
  margin: 2rem 0 .4rem;
}

.impressum p,
.impressum a {
  font-size: .95rem;
  line-height: 1.7;
  color: #444;
}

.impressum a {
  color: var(--color-primary, #02428E);
  text-decoration: none;
}

.impressum a:hover {
  text-decoration: underline;
}

.impressum hr {
  border: none;
  border-top: 1px solid #e5e5e5;
  margin: 2.5rem 0;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  font-size: .875rem;
  color: var(--color-primary, #02428E);
  text-decoration: none;
  margin-bottom: 2.5rem;
}

.back-link:hover {
  text-decoration: underline;
}

/* ══ SECTION KONTAKTFORMULAR ══ */
.section-kontakt {
  padding: 80px 0;
  background: var(--c-blassblau);
}

.section-kontakt h2 {
  text-align: center;
  margin-bottom: 12px;
}

.section-kontakt__intro {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px;
  color: #555;
  line-height: 1.6;
}

.section-kontakt__iframe-wrap {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.kontakt-iframe {
  width: 100%;
  min-height: 700px;
  border: none;
  display: block;
}

@media (max-width: 600px) {
  .kontakt-iframe {
    min-height: 620px;
  }
}