@charset "UTF-8";
/* grossmann · _breakpoints.scss — Partial (wird NICHT eigenständig kompiliert).
 * Verbindliches Breakpoint-System (Tobi 2026-06-13), an Elementor ausgerichtet:
 *   mobile      ≤ 767px
 *   tablet      768 – 1024px
 *   desktop     1025 – 1219px
 *   desktop-xl  ≥ 1220px
 * IMMER diese Mixins benutzen — keine ad-hoc px-Breakpoints mehr.
 * Nutzung:  .x { @include mobile { … } }  bzw.  @include tablet-down { … } */
/* „down" = max-width (desktop-first Overrides) · „up" = min-width · sonst = Bereich */
/* ≤ 767 */
/* 768–1024 */
/* ≤ 1024 (Tablet + Mobile) */
/* ≥ 768 */
/* 1025–1219 */
/* ≥ 1025 */
/* ≥ 1220 */
/* grossmann · subpages.scss → subpages.css. Gemeinsames Layout der 6 Angebote +
 * Friends + Subpage-Bausteine (Intro/Split/Defs/Prose/Steps/Iconcards/Geld/Infobox/
 * Lightbox/A11y). Reihenfolge-kritisch zuletzt geladen (…Kontakt→Subpages).
 * Friend-Card-Block bewusst flach (intrikate gemischte Spezifität + Hover-Reveal). */
/* === Subpage-Hero — warmes Papier-Band mit Hairline === */
.e-con.subhero {
  position: relative !important;
  width: 100% !important;
  background: radial-gradient(70% 110% at 100% 0%, var(--teal-soft-2) 0%, transparent 58%), linear-gradient(118deg, var(--cream) 0%, var(--cream) 52%, var(--cream-2) 100%) !important;
  border-bottom: 1px solid var(--line);
  padding-block: clamp(48px, 7vw, 104px) !important;
}
.e-con.subhero .wrap {
  position: relative;
  z-index: 1;
}
.e-con.subhero .lead,
.e-con.subhero .lead p {
  color: var(--muted) !important;
  font-size: 1.205rem;
  line-height: 1.65;
  max-width: 54ch;
  margin: 0;
}
.e-con.subhero .hero__cta {
  display: flex !important;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8px;
}

.e-con.subhero__grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
@media (max-width: 1024px) {
  .e-con.subhero__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.e-con.subhero__grid { /* war 860 */ }

.e-con.subhero__col {
  display: flex !important;
  flex-direction: column;
  gap: 18px;
}

.subhero__col .sub-h1 h1,
.subhero__col .sub-h1 .elementor-heading-title {
  font-family: var(--f-display) !important;
  font-weight: 700 !important;
  font-size: clamp(2rem, 1.5rem + 1.8vw, 2.8rem) !important;
  line-height: 1.14 !important;
  letter-spacing: -0.015em;
  color: var(--text) !important;
  margin: 0;
  padding-bottom: 0.15em; /* Unterlängen-Schutz */
}

.subhero__col .sub-h1 h1 .u-pink {
  color: var(--pink) !important;
  font-style: normal;
}

.e-con.subhero__fig {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  aspect-ratio: 5/4;
  background: linear-gradient(160deg, var(--pink-soft) 0%, var(--cream-2) 100%);
  box-shadow: var(--sh-md);
}
@media (max-width: 1024px) {
  .e-con.subhero__fig {
    aspect-ratio: 16/10;
    order: -1;
  }
}
.e-con.subhero__fig { /* war 860 */ }

.subhero__fig .elementor-widget-image,
.subhero__fig .elementor-widget-image .elementor-widget-container,
.subhero__fig figure {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  line-height: 0;
}
.subhero__fig img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

/* === Subpage-Bausteine === */
.gm-sub__intro {
  max-width: 62ch;
}
.gm-sub__intro p, .gm-sub__intro.prose p {
  color: var(--muted) !important;
  font-size: 1.205rem;
  line-height: 1.7;
  margin: 0 0 1em;
}
.gm-sub__intro p:last-child {
  margin-bottom: 0;
}
.gm-sub__intro p strong {
  color: var(--ink) !important;
}

.gm-sub__h .elementor-heading-title {
  font-family: var(--f-display) !important;
  font-weight: 700 !important; /* = h2-Referenz (Tobi 2026-06-12) */
  font-size: clamp(1.7rem, 1rem + 1.8vw, 2.4rem) !important;
  line-height: 1.12 !important;
  letter-spacing: -0.012em;
  color: var(--text) !important;
  max-width: 28ch;
  margin: 0 0 18px 0 !important;
  padding-bottom: 0.05em; /* einheitl. h2→Body */
}

/* Subpage-Split (Text links + Bild rechts) */
.gm-sub__split {
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: clamp(32px, 5vw, 72px);
  align-items: start;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gut);
}
@media (max-width: 1024px) {
  .gm-sub__split {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}
.gm-sub__split { /* war 860 */
  /* Foto-LINKS-Variante (Aufbau S.5): nur Spaltenaufteilung; Höhe = Bild. */
}
.gm-sub__split--media-left {
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: start;
}
@media (max-width: 1024px) {
  .gm-sub__split--media-left {
    grid-template-columns: 1fr;
  }
}
.gm-sub__split--media-left { /* war 860 */ }

.gm-sub__txt {
  display: flex !important;
  flex-direction: column;
  gap: 0;
} /* Rhythmus via Margins */
.gm-sub__media {
  border-radius: var(--r-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--sh-md); /* Floating-Card wie Hero */
}
.gm-sub__media img {
  width: 100% !important;
  height: auto !important;
  display: block;
}
.gm-sub__media { /* Bild bestimmt Höhe (Tobi 2026-05-31) */ }
.gm-sub__media .elementor-widget-image,
.gm-sub__media .elementor-widget-container,
.gm-sub__media figure {
  margin: 0;
  line-height: 0;
}
.gm-sub__media--ph {
  aspect-ratio: auto !important;
  border: 0 !important;
  background: transparent !important;
  overflow: visible !important;
}
.gm-sub__media--graphic {
  aspect-ratio: auto !important;
  align-self: start;
  background: #fff;
  border: 1px solid var(--line);
  padding: clamp(10px, 1.2vw, 16px);
}
.gm-sub__media { /* Infografik: nicht beschneiden */ }
.gm-sub__media--graphic img {
  height: auto !important;
  object-fit: contain !important;
  border-radius: 8px;
}

/* Platzhalter-Foto (bis individuelle Bilder kommen) */
.gm-photo-ph {
  aspect-ratio: 5/4;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--r-lg);
  background: repeating-linear-gradient(45deg, #efece5, #efece5 14px, #f6f3ee 14px, #f6f3ee 28px);
  border: 1px solid var(--line);
}
.gm-photo-ph span {
  font-family: var(--f-body);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.85);
  padding: 0.45em 1em;
  border-radius: 999px;
  box-shadow: var(--sh-sm);
}

/* Bullet-Listen — Marker-frei (Tobi „gar nichts erstmal"), nur Vertical-Rhythm. */
.gm-sub__bullets {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.gm-sub__bullets li {
  color: var(--ink);
  font-size: 1.145rem;
  line-height: 1.55;
  padding-left: 0;
}
.gm-sub__bullets li::before {
  content: none;
}
.gm-sub__bullets li strong {
  color: var(--ink);
  font-weight: 600;
}

.gm-sub__bullets-wrap {
  max-width: 62ch;
}

/* Definition-Liste (AVGS „Mögliche Inhalte", Gründung „Was wir erarbeiten") */
.gm-sub__defs {
  display: flex !important;
  flex-direction: column;
  gap: clamp(42px, 4vw, 60px);
}

/* .gm-sub__defs trägt zusätzlich .wrap → base.css erzwingt display:block → flex-gap greift nicht → Margin (Tobi 2026-05-31). */
.gm-sub__def + .gm-sub__def {
  margin-top: clamp(42px, 4vw, 60px);
}

.gm-sub__intro2 p,
.gm-sub__intro2.elementor-text-editor p {
  color: var(--muted);
  font-size: 1.175rem;
  line-height: 1.7;
  max-width: 62ch;
  margin: 0.4rem 0 0;
}

.gm-sub__flyer-buttons {
  margin-top: clamp(26px, 3vw, 42px) !important;
  gap: 14px;
  flex-wrap: wrap;
} /* mehr Luft zum Intro (Tobi 2026-05-31) */
.gm-sub__def {
  display: flex !important;
  flex-direction: column;
  gap: 0.5rem;
  padding-block: 0.4rem;
  border-left: 3px solid var(--pink);
  padding-left: clamp(18px, 2vw, 28px);
}

.gm-sub__def-h .elementor-heading-title {
  font-family: var(--f-display) !important;
  font-weight: 500 !important;
  font-size: 1.3rem !important;
  line-height: 1.2 !important;
  color: var(--ink) !important;
  margin: 0;
}

.gm-sub__def-b {
  max-width: 62ch;
}

.gm-sub__def-b p,
.gm-sub__def-b.prose p {
  color: var(--muted) !important;
  font-size: 1.125rem;
  line-height: 1.65;
  margin: 0;
}

/* Subpage-Prosa */
.gm-sub__prose {
  max-width: 62ch;
}
.gm-sub__prose p, .gm-sub__prose.prose p {
  color: var(--muted) !important;
  font-size: 1.165rem;
  line-height: 1.7;
  margin: 0 0 1em;
}
.gm-sub__prose p:last-child {
  margin-bottom: 0;
}
.gm-sub__prose p strong {
  color: var(--ink) !important;
}
.gm-sub__prose ul {
  list-style: none;
  margin: 0.5em 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}
.gm-sub__prose ul li {
  color: var(--ink);
  font-size: 1.125rem;
  padding-left: 0;
}
.gm-sub__prose ul li::before {
  content: none;
}

/* „Wusstest du?"-Störer */
.gm-sub__stoerer {
  display: flex !important;
  flex-direction: column;
  gap: 0.5rem;
  max-width: 780px;
  padding: clamp(20px, 2vw, 32px) clamp(24px, 3vw, 40px);
  background: #fff;
  border-radius: var(--r-lg);
  border: 1px solid var(--pink-soft);
  box-shadow: var(--sh-sm);
  margin-inline: auto;
}

.gm-sub__stoerer-eb .elementor-heading-title {
  font-family: var(--f-body) !important;
  font-size: 0.905rem !important;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--pink) !important;
  margin: 0;
}

.gm-sub__stoerer-b p {
  color: var(--ink) !important;
  font-size: 1.165rem;
  line-height: 1.6;
  margin: 0.4rem 0 0;
}

/* CTA-Wrap (zentriert, Eyebrow drüber) */
.gm-sub__cta-wrap {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  padding-block: clamp(20px, 3vw, 40px);
  text-align: center;
}

.gm-sub__cta-eb .elementor-heading-title {
  font-family: var(--f-display) !important;
  font-weight: 600 !important;
  font-size: clamp(1.6rem, 1.2rem + 1.2vw, 2.2rem) !important;
  line-height: 1.2 !important;
  color: var(--ink) !important;
  margin: 0;
}

.section--cta {
  padding-block: clamp(44px, 6vw, 88px) !important;
}

/* Voll-Türkis-Statement-Band + Lila-Cutter oben (Tobi 2026-05-30) */
.section--cta-teal {
  position: relative;
}
.section--cta-teal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: var(--purple);
  z-index: 2;
}
.section--cta-teal .gm-sub__cta-eb .elementor-heading-title {
  color: #fff !important;
}

.section--cta-light .gm-sub__cta-wrap {
  padding-block: clamp(8px, 1.4vw, 18px);
} /* leichte sekundäre Variante */
/* Aubergine-CTA-Band (Konsistenz mit Eltern-Band) — BG/weiße Schrift aus .section--ink; hier nur Türkis-Cutter. */
.section--cta-ink {
  position: relative;
}
.section--cta-ink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: var(--teal);
  z-index: 2;
}
.section--cta-ink .gm-sub__cta-eb .elementor-heading-title {
  color: #fff !important;
}

/* LINC-Detail (Karrierecoaching #linc-profiler) — gm-colwrap mit 2 LINC-Grafiken auf pink-soft. */
.section--linc-detail .gm-colwrap .cw__chip {
  background: #fff;
} /* auf pink-soft sichtbar */
/* Broschüre-Download als Button (Tobi 14.06.2026, statt Textlink). */
.section--linc-detail .gm-linc__flyer {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  margin-top: 0.7em;
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 0.95rem;
  background: var(--pink);
  color: #fff !important;
  text-decoration: none;
  padding: 12px 22px;
  border-radius: var(--r-pill);
  box-shadow: 0 10px 24px -8px rgba(220, 69, 132, 0.45);
  transition: background 0.18s ease, transform 0.18s ease;
}
.section--linc-detail .gm-linc__flyer:hover {
  background: var(--pink-deep);
  transform: translateY(-1px);
  color: #fff !important;
}

/* === Friends-Hero === */
/* Helleres Overlay als Start-Hero (Stefanie: „ohne diesen komischen Farbfilter"). */
.hero--friends::after {
  background: linear-gradient(108deg, rgba(36, 21, 38, 0.55) 0%, rgba(36, 21, 38, 0.25) 50%, rgba(36, 21, 38, 0.05) 80%), linear-gradient(0deg, rgba(36, 21, 38, 0.12), rgba(36, 21, 38, 0.12)) !important;
}

/* HERO-Bild füllt voll (v3-Verhalten, Tobi 2026-05-31): Elementor wrappt mehrfach → ganze Kette absolute inset:0. */
.hero--v5 .hero__bg,
.hero--v5 .hero__bg .elementor-widget-image,
.hero--v5 .hero__bg .elementor-widget-image .elementor-widget-container,
.hero--v5 .hero__bg figure,
.hero--v5 .hero__bg a {
  position: absolute !important;
  inset: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  height: 100% !important;
  line-height: 0;
}

.hero--v5 .hero__bg img {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}

.hero--v5 .hero__bg img {
  object-position: center 26%;
} /* Start: Stefanies Gesicht */
.hero--friends .hero__bg img {
  object-position: center 30%;
} /* Friends: beide Gesichter */
/* Hero-Text enger + einheitlich auf beiden Bild-Heroes (Tobi 2026-05-31). */
.hero--v5 .hero__col {
  display: flex !important;
  flex-direction: column;
  gap: 16px !important;
}

.hero--v5 .hero__col > * {
  margin-block: 0 !important;
}

.hero--v5 .hero__col .lead {
  margin-top: 0 !important;
}

.hero--v5 .hero__cta {
  margin-top: 6px !important;
}

.hero--friends .hero__col {
  max-width: min(1280px, 94%);
  gap: 0 !important;
} /* breiter, damit Zeile 2 „Mehr Blickwinkel. Mehr Klarheit." NICHT umbricht (Tobi 14.06.2026) */
/* Friends-H1 etwas kompakter als der globale 5rem-Hero (sonst läuft „Klarheit" in Zeile 3). */
.hero--friends .hero__col .hero__h1 h1,
.hero--friends .hero__col .hero__h1 .elementor-heading-title {
  font-size: clamp(2.4rem, 1.4rem + 3vw, 4.2rem) !important;
}

.hero--friends .hero__col .lead p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.e-con.hero.hero--friends {
  box-sizing: border-box !important;
  justify-content: flex-end !important;
  padding-top: clamp(40px, 5vh, 64px) !important;
  padding-bottom: clamp(16px, 2.4vh, 30px) !important;
  min-height: clamp(640px, 70vh, 700px) !important;
} /* fast unten + einheitl. Höhe, border-box (Tobi 2026-06-13) */
.hero--friends .hero__tags {
  margin: 0 !important;
}

.section--friends .s-head__script .elementor-heading-title {
  color: var(--pink) !important;
  font-size: 1.9rem !important;
  font-weight: 600 !important;
  margin-top: 0.25rem;
}

.hero--friends .hero__friends-script .elementor-heading-title {
  color: var(--pink) !important;
  font-family: var(--f-script) !important;
  font-size: clamp(1.7rem, 1.2rem + 1.4vw, 2.4rem) !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  margin: 0 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

/* === Friends-Cards — v2-Style, Bio gleitet als Frosted-Glass-Dossier auf.
 *     Bewusst FLACH (gemischte Spezifität .e-con.friend__x / .friend__x / .elementor-element.friend__x). === */
.e-con.friends__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(24px, 2.6vw, 44px);
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gut);
}

@media (max-width: 1024px) {
  .e-con.friends__grid {
    grid-template-columns: 1fr;
  }
}
/* war 860 */
.section--friends .s-head {
  align-items: center !important;
  text-align: center;
  margin-bottom: clamp(34px, 4vw, 60px);
}

.section--friends .s-head__title .elementor-heading-title {
  max-width: none;
}

.e-con.friend {
  display: flex !important;
  flex-direction: column;
  gap: 0;
  position: relative !important;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(26, 157, 148, 0.16), var(--sh-sm);
  transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
}

.elementor-element.friend__hintwrap {
  position: absolute !important;
  right: 14px;
  bottom: 14px;
  z-index: 6;
  width: auto !important;
  margin: 0 !important;
  pointer-events: none;
}

.friend__hint {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: var(--pink);
  color: #fff;
  box-shadow: 0 8px 20px rgba(220, 69, 132, 0.42);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.friend__hint i {
  font-size: 1.175rem;
  line-height: 1;
  color: #fff;
}

.friend__hint svg {
  width: 23px;
  height: 23px;
  fill: #fff;
  display: block;
}

.e-con.friend:hover .friend__hint,
.e-con.friend.is-open .friend__hint {
  opacity: 0;
  transform: translateY(6px);
}

.e-con.friend:hover {
  box-shadow: inset 0 0 0 1.5px rgba(26, 157, 148, 0.5), var(--sh-md);
} /* Hover: nur Schatten/Border, keine Bewegung (Tobi 2026-05-30) */
.e-con.friend__media {
  position: relative !important;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: block !important;
  margin: 0 !important;
}

.friend__media .elementor-widget-image,
.friend__media .elementor-widget-image .elementor-widget-container {
  height: 100%;
}

.friend__media img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.e-con.friend__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, transparent 48%, rgba(36, 21, 38, 0.6));
}

.elementor-element.friend__role {
  position: absolute !important;
  left: 14px;
  bottom: 13px;
  z-index: 3;
  width: auto !important;
  max-width: calc(100% - 28px);
  align-self: auto !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18) !important;
  padding: 6px 12px !important;
  border-radius: 14px !important;
  white-space: normal !important;
}

.elementor-element.friend__role.chip::before {
  display: none !important;
}

.elementor-element.friend__role .elementor-heading-title {
  color: var(--ink) !important;
  font-family: var(--f-body) !important;
  font-size: 0.72rem !important;
  font-weight: 700 !important;
  line-height: 1.32 !important;
}

.e-con.friend__body {
  display: flex !important;
  flex-direction: column;
  gap: 0.65rem;
  padding: clamp(20px, 2vw, 30px);
  flex: 1;
}

.friend__name .elementor-heading-title {
  font-family: var(--f-display) !important;
  font-weight: 700 !important;
  font-size: clamp(1.22rem, 1.05rem + 0.6vw, 1.5rem) !important;
  line-height: 1.18;
  letter-spacing: -0.01em;
  color: var(--ink) !important;
  margin: 0;
}

ul.friend__skills {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

ul.friend__skills li {
  position: relative;
  padding-left: 22px;
  font-size: 0.9rem;
  line-height: 1.4;
  color: var(--ink);
}

ul.friend__skills li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--pink);
  font-weight: 800;
  font-size: 0.85rem;
}

.e-con.friend__reveal {
  position: absolute !important;
  inset: 0 !important;
  z-index: 7;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: clamp(22px, 2.4vw, 32px);
  overflow-y: auto;
  background: #16101c !important;
  transform: translateX(-101%);
  transition: transform 0.58s cubic-bezier(0.16, 0.84, 0.44, 1);
  pointer-events: none;
} /* von links, smoother (Tobi 2026-06-13) */
.e-con.friend:hover .friend__reveal,
.e-con.friend.is-open .friend__reveal {
  transform: translateX(0);
  pointer-events: auto;
}

.e-con.friend.is-shut .friend__reveal {
  transform: translateX(-101%) !important;
  pointer-events: none !important;
} /* X überstimmt Hover */
.elementor-element.friend__closewrap {
  position: absolute !important;
  top: 10px;
  right: 12px;
  z-index: 9;
  width: auto !important;
  margin: 0 !important;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.e-con.friend:hover .friend__closewrap,
.e-con.friend.is-open .friend__closewrap {
  opacity: 1;
  pointer-events: auto;
}

.e-con.friend.is-shut .friend__closewrap {
  opacity: 0 !important;
  pointer-events: none !important;
}

.friend__close {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  line-height: 1;
  padding: 0;
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.friend__close:hover,
.friend__close:focus-visible {
  background: var(--pink);
}

.friend__cue .elementor-text-editor,
.friend__cue {
  color: var(--pink) !important;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  display: block;
}

.friend__cue .friend__morelabel {
  display: none !important;
}

.friend__cue::before {
  content: "Im Porträt";
}

.friend__bio {
  display: block;
}

.friend__bio,
.friend__bio p {
  color: rgba(255, 255, 255, 0.95) !important;
  font-size: clamp(0.86rem, 0.8rem + 0.22vw, 0.98rem);
  line-height: 1.6;
  margin: 0 0 0.7em;
}

.friend__bio p:last-child {
  margin-bottom: 0;
}

.friend__bio p em {
  color: #fff;
  font-style: italic;
}

/* === Aubergine-Bänder (Friends): dunkler Partner-Slider + CTA-Band === */
.e-con.section--ink {
  color: #fff;
  background: radial-gradient(100% 130% at 100% 0%, rgba(220, 69, 132, 0.22), transparent 56%), linear-gradient(160deg, #2C1830, #241526 60%, #1E1322) !important;
}

.section--ink .s-head__title .elementor-heading-title,
.section--ink .band__h .elementor-heading-title,
.section--ink .elementor-heading-title {
  color: #fff !important;
}

.section--ink .s-head__script .elementor-heading-title,
.section--ink .band__script .elementor-heading-title,
.section--ink .script .elementor-heading-title {
  color: var(--pink) !important;
}

.section--ink .lead,
.section--ink .lead p {
  color: rgba(255, 255, 255, 0.86) !important;
}

/* „Für Eltern" (Zukunfts-Check) — Reuse Quote-Band-Stil auf section--ink. */
.e-con.section--eltern {
  text-align: center;
}

.section--eltern .wrap.gm-eltern__inner {
  max-width: 820px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gm-eltern__eb .elementor-heading-title {
  font-family: var(--f-display) !important; /* war undef. var(--f-sans) → Manrope (2026-06-13) */
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.905rem !important;
  font-weight: 700 !important;
  color: var(--pink) !important;
  margin: 0 0 14px !important;
}

.section--eltern .gm-infobox__t .elementor-heading-title {
  max-width: 24ch;
  margin: 0 auto clamp(18px, 2vw, 28px) !important;
}

.gm-eltern__body {
  max-width: 62ch;
  margin-inline: auto;
}

.section--eltern .gm-eltern__body p {
  max-width: 58ch;
  margin-inline: auto;
  color: rgba(255, 255, 255, 0.82) !important;
  line-height: 1.7;
  font-size: 1.175rem;
} /* Cap auf <p> (Elementor überschreibt Container-max-width) */
.section--eltern .gm-eltern__body p strong {
  color: #fff !important;
}

.section--eltern .gm-eltern__body p:last-child {
  margin-bottom: 0;
}

/* Partner-Slider auf dunkel: internes Label aus, farbige Logos ohne weiße Chips. */
.section--partners-dark {
  border-bottom: none !important;
}

.section--partners-dark .partner-slider-wrap .logo-slider__label {
  display: none !important;
}

.section--partners-dark .partner-slider-wrap .logo-item {
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0;
  padding: 8px 0;
  height: auto !important;
} /* weiß ganz raus (Tobi 2026-05-30) */
.section--partners-dark .partner-slider-wrap .logo-item img {
  filter: none !important;
  opacity: 1 !important;
  max-height: 46px;
  height: auto !important;
}

.section--partners-dark .s-head {
  align-items: center !important;
  text-align: center;
  margin-bottom: clamp(34px, 3.6vw, 56px);
}

.section--partners-dark .s-head__title .elementor-heading-title {
  max-width: none;
}

.section--partners-dark .partner-slider-wrap {
  margin-top: clamp(8px, 1.4vw, 20px);
}

/* Script „vernetzt." = Caveat, NICHT fett (erbte sonst 700/800 global). */
.section--ink .s-head__script .elementor-heading-title,
.section--ink .band__script .elementor-heading-title,
.section--ink .script .elementor-heading-title {
  font-weight: 500 !important;
}

/* CTA-Band */
.e-con.section--friends-cta .band {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
}

.section--friends-cta .band__h .elementor-heading-title {
  font-family: var(--f-display) !important;
  font-weight: 800 !important;
  font-size: clamp(1.5rem, 1.2rem + 1.4vw, 2.2rem) !important;
  line-height: 1.16;
  color: #fff !important;
  max-width: 20ch;
}

.section--friends-cta .band__cta {
  display: flex !important;
  justify-content: center;
  margin-top: 4px;
}

/* helle Button-Variante für dunkle Bänder */
.elementor-element.btn--light .elementor-button {
  background: #fff !important;
  color: var(--ink) !important;
  box-shadow: var(--sh-sm);
}

.elementor-element.btn--light .elementor-button:hover {
  background: var(--pink) !important;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 24px -6px rgba(220, 69, 132, 0.55);
}

/* === AVGS 4-Schritte-Weg (Aufbau-Design S.5) === */
.section--steps .gm-sub__h {
  text-align: left;
  max-width: 32ch;
}

.gm-sub__intro-wrap {
  max-width: 62ch;
}

.gm-steps__grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(20px, 2vw, 36px);
  margin-top: clamp(32px, 4vw, 56px);
}
@media (max-width: 1024px) {
  .gm-steps__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gm-steps__grid { /* war 992 */ }
@media (max-width: 767px) {
  .gm-steps__grid {
    grid-template-columns: 1fr;
  }
}
.gm-steps__grid { /* war 540 */ }

.gm-step {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.6rem;
  padding: clamp(20px, 2.2vw, 32px);
  background: #fff;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  position: relative;
}
.gm-step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 3px;
  background: var(--pink);
  border-radius: 0 0 2px 0;
}
.gm-step__n .elementor-heading-title {
  font-family: var(--f-display) !important;
  font-weight: 400 !important;
  font-size: 3rem !important;
  line-height: 1 !important;
  color: var(--pink) !important;
  font-style: italic;
  margin: 0;
}
.gm-step__t .elementor-heading-title {
  font-family: var(--f-display) !important;
  font-weight: 500 !important;
  font-size: 1.15rem !important;
  line-height: 1.25 !important;
  color: var(--ink) !important;
  margin: 0;
}
.gm-step__b p {
  color: var(--muted) !important;
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0.2rem 0 0;
}

/* === Reviews-Heading mit pinkem Punkt === */
.gm-reviews__h .elementor-heading-title {
  display: inline-flex;
  align-items: baseline;
  gap: 0.4em;
}
.gm-reviews__h .elementor-heading-title::before {
  content: "";
  display: inline-block;
  width: 0.55em;
  height: 0.55em;
  background: var(--pink);
  border-radius: 50%;
  flex: 0 0 auto;
  transform: translateY(-0.05em);
}

.section--reviews .reviews-embed {
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gut);
}
.section--reviews .reviews-ph {
  max-width: 640px;
  margin-inline: auto;
  padding: clamp(32px, 4vw, 56px);
  background: var(--cream-2);
  border-radius: var(--r-lg);
  text-align: center;
}
.section--reviews .reviews-ph__stars .elementor-heading-title {
  color: var(--pink) !important;
  font-size: 2.4rem !important;
}
.section--reviews .reviews-ph__s p {
  color: var(--muted) !important;
  font-size: 1.125rem;
  margin: 0.4rem 0 0;
}

/* Partner-Logo-Slider-Basisregeln = Single Source of Truth in structure.css.
 * Dupe hier entfernt (2026-06-13). Es bleiben nur die .section--partners-dark-Overrides (oben). */
/* === Angebots-Seiten: Icon-Cards (Themen), LINC, Grafik-Platzhalter === */
.gm-iconcards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(14px, 1.6vw, 20px);
  margin-top: 10px;
}
@media (max-width: 1024px) {
  .gm-iconcards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.gm-iconcards { /* war 900 */ }
@media (max-width: 767px) {
  .gm-iconcards {
    grid-template-columns: 1fr;
  }
}
.gm-iconcards { /* war 560 */ }

.gm-iconcard {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 14px;
  padding: clamp(20px, 2vw, 28px);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 2px 10px rgba(20, 16, 28, 0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.gm-iconcard:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 38px rgba(20, 16, 28, 0.11);
  border-color: var(--teal);
}
.gm-iconcard:hover .gm-iconcard__i {
  background: var(--teal);
  color: #fff;
}
.gm-iconcard__i {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--teal-soft);
  color: var(--teal);
  transition: background 0.2s ease, color 0.2s ease;
}
.gm-iconcard__i svg {
  width: 30px;
  height: 30px;
}
.gm-iconcard__t {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1.175rem;
  line-height: 1.3;
  color: var(--ink);
}
.gm-iconcard--link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.gm-iconcard { /* Lüneburg/Lübeck als Link-Box */ }

/* Format-Boxen-Variante (AVGS „Wie findet das Coaching statt?"): 2×2, Icon links neben Label. */
.gm-iconcards--formats {
  grid-template-columns: repeat(2, 1fr);
  margin: clamp(24px, 2.8vw, 36px) auto clamp(26px, 3vw, 40px);
  max-width: 760px;
}
@media (max-width: 767px) {
  .gm-iconcards--formats {
    grid-template-columns: 1fr;
  }
}
.gm-iconcards--formats { /* war 560 */ }
.gm-iconcards--formats .gm-iconcard {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-align: left;
  gap: 14px;
  padding: clamp(14px, 1.4vw, 18px) clamp(16px, 1.6vw, 20px);
}
.gm-iconcards--formats .gm-iconcard__i {
  width: 44px;
  height: 44px;
  border-radius: 12px;
}
.gm-iconcards--formats .gm-iconcard__t {
  font-size: 1.125rem;
}

/* .gm-linc__txt: noch vom LINC-Störer genutzt (übrige Störer-Styles: blocks.css). */
.gm-linc__txt {
  flex: 1 1 56%;
  min-width: 0;
}

/* Grafik-Platzhalter (bis Stefanie eine Infografik einsetzt) */
.gm-graphic-ph {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: clamp(220px, 26vw, 340px);
  border-radius: 20px;
  margin-top: 10px;
  text-align: center;
  background: radial-gradient(120% 120% at 50% 0%, #FAE0EA 0%, var(--cream) 72%); /* war undef. var(--surface) (2026-06-13) */
}
.gm-graphic-ph__i {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--pink);
  box-shadow: 0 8px 22px rgba(20, 16, 28, 0.08);
}
.gm-graphic-ph__t {
  font-family: var(--f-display);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--ink);
}
.gm-graphic-ph__s {
  font-size: 0.78rem;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.gm-graphic-img img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  display: block;
}

/* === Intro-Zweispalter (direkt nach dem Hero, ohne Chip, weiß) === */
.gm-sub__intro-split {
  display: flex;
  gap: clamp(28px, 5vw, 72px);
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .gm-sub__intro-split {
    flex-direction: column;
    gap: 16px;
  }
}
.gm-sub__intro-split { /* war 860 */ }

.gm-sub__intro-l {
  flex: 0 0 42%;
}
@media (max-width: 1024px) {
  .gm-sub__intro-l {
    flex-basis: auto;
  }
}

/* war 860 */
.gm-sub__intro-r {
  flex: 1 1 auto;
}

.gm-sub__intro-script .elementor-heading-title {
  font-family: var(--f-script) !important;
  color: var(--pink) !important;
  font-weight: 600 !important;
  font-size: clamp(1.5rem, 1.2rem + 1.1vw, 2rem) !important;
  margin: 2px 0 0 0.15em !important;
  line-height: 1.15 !important;
  transform: rotate(-3deg);
  transform-origin: left center;
}

.gm-sub__intro-r .gm-sub__intro {
  max-width: 60ch;
}

/* === Häkchen-Liste (Tobi 2026-06-12: 01-08 durch Häkchen ersetzt) === */
.gm-sub__checklist {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}
.gm-sub__checklist li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(12px, 1.4vw, 18px);
  align-items: start;
  padding: clamp(12px, 1.4vw, 16px) 0;
  border-bottom: 1px solid var(--line);
}
.gm-sub__checklist li:first-child {
  border-top: 1px solid var(--line);
}

.gm-sub__check {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin-top: 0.1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--pink-soft);
  color: var(--pink);
}

.gm-sub__numtext {
  color: var(--ink);
  line-height: 1.5;
  font-size: 1.145rem;
}

.gm-sub__numtext strong {
  color: var(--ink);
}

/* === Scroll-Reveal (dezentes Fade-up, via theme.js) === */
.gm-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.gm-reveal.is-in {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  .gm-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
/* === Prosa-Callout: eigenständige Info-Box (Tobi 2026-05-31) === */
.section--sub-callout .wrap {
  max-width: 760px;
  background: var(--teal-soft);
  border-radius: var(--r-lg);
  padding: clamp(32px, 3.6vw, 52px);
  box-shadow: 0 16px 44px rgba(20, 16, 28, 0.09);
  position: relative;
}
.section--sub-callout .elementor-element.chip {
  margin-bottom: 4px;
}
.section--sub-callout .gm-sub__h .elementor-heading-title {
  max-width: none;
  margin: 0.1em 0 0.6em;
}
.section--sub-callout .gm-sub__prose {
  max-width: none;
}
.section--sub-callout { /* Text füllt die Karte */ }
.section--sub-callout .gm-sub__prose p {
  color: var(--ink) !important;
}
.section--sub-callout .gm-sub__prose p:last-child {
  margin-bottom: 0;
}

.gm-callout__ico {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--teal);
  color: #fff;
  margin: 0 0 18px;
  box-shadow: 0 8px 20px rgba(26, 157, 148, 0.28);
}

.gm-callout__ico svg {
  width: 26px;
  height: 26px;
  stroke: #fff !important;
  color: #fff !important;
} /* sonst erbt SVG die graue Body-Farbe */
/* === A11y-Utilities (global) === */
.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  top: -100px;
  left: 8px;
  z-index: 100000;
  background: var(--ink);
  color: #fff;
  padding: 0.7rem 1.1rem;
  border-radius: 8px;
  font: 600 0.95rem/1 var(--f-display);
  text-decoration: none;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 8px;
  outline: 2px solid var(--pink);
  outline-offset: 2px;
}

/* === Teal-Prosa-Sektion (Zukunftscheck „Warum der Blick", Tobi 2026-06-12) === */
.section--teal .gm-sub__h .elementor-heading-title {
  color: #fff !important;
}

.section--teal .gm-sub__prose p {
  color: rgba(255, 255, 255, 0.94) !important;
}

.section--teal .gm-sub__prose p strong {
  color: #fff !important;
}

.section--teal .chip.chip--pink,
.section--teal .chip.chip--pink .elementor-heading-title {
  color: #fff !important;
  opacity: 0.92;
}

/* === Geldbewusstseins-Block (Trainings, Tobi 2026-06-12): coins-Icon links + Text === */
.e-con.gm-geld__inner {
  display: grid !important;
  grid-template-columns: auto minmax(0, 1fr);
  gap: clamp(22px, 3vw, 46px);
  align-items: center;
  max-width: var(--maxw);
  margin-inline: auto;
  padding-inline: var(--gut);
}
@media (max-width: 767px) {
  .e-con.gm-geld__inner {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
}
.e-con.gm-geld__inner { /* war 700 */ }

.gm-geld__iconwrap {
  margin: 0 !important;
}

.gm-geld__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(84px, 9vw, 116px);
  height: clamp(84px, 9vw, 116px);
  border-radius: 26px;
  background: var(--pink-soft);
  color: var(--pink);
}

.gm-geld__icon svg {
  width: 50%;
  height: 50%;
}

.gm-geld__txt {
  display: flex !important;
  flex-direction: column;
  gap: 0;
}

.gm-geld__body {
  max-width: 60ch;
}
@media (max-width: 767px) {
  .gm-geld__body {
    text-align: left;
  }
}

/* war 700 (mit dem Grid zusammengeführt) */
.gm-geld__body p {
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: 1.145rem;
  line-height: 1.7;
  margin: 0 0 0.8em;
} /* türkis-BG */
.gm-geld__body p:last-child {
  margin-bottom: 0;
}

/* === Info-Box mit Text (AVGS „Wusstest du?", Tobi 2026-06-12): türkis, weiß, zentriert === */
.section--infobox-text .gm-infobox__inner--text {
  width: 80%;
  max-width: 1100px;
  margin-inline: auto;
  flex-direction: column !important;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.gm-infobox__eb .elementor-heading-title {
  font-family: var(--f-display) !important;
  text-transform: none;
  letter-spacing: 0.005em;
  font-size: clamp(1.35rem, 1.05rem + 0.8vw, 1.7rem) !important;
  font-weight: 800 !important;
  color: #FFD0E6 !important;
  opacity: 1;
  margin: 0 0 2px 0;
} /* helles Pink auf Türkis (Tobi 2026-06-13) */
.section--infobox-text .gm-infobox__body {
  max-width: none;
}

.section--infobox-text .gm-infobox__body p {
  color: #fff !important;
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 0;
}

.section--infobox-text .gm-infobox__body p strong {
  color: #fff !important;
}

/* === Lightbox (Tobi 2026-06-12) === */
.gm-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(20, 16, 28, 0.86);
  padding: clamp(20px, 4vw, 64px);
  cursor: zoom-out;
}
.gm-lightbox.is-open {
  display: flex;
}
.gm-lightbox__img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
  cursor: default;
}
.gm-lightbox__close {
  position: absolute;
  top: 18px;
  right: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}
.gm-lightbox__close:hover {
  background: var(--pink);
}

/* === Vertikaler Rhythmus vereinheitlicht (Tobi 2026-06-13): chip→h2 (12px) + h2→body (18px)
   in ALLEN Subpage-Content-Blöcken gleich. Override-Layer (am Ende = höchste Wirkung). === */
.elementor-element.chip.chip--pink {
  margin: 0 0 12px 0 !important;
}

.gm-sub__h {
  margin: 0 !important;
}

.gm-sub__prose, .gm-iconcards-wrap, .gm-geld__body {
  margin: 0 !important;
}

.gm-iconcards {
  margin-top: 0 !important;
}

.gm-sub__checklist {
  margin: 0 !important;
}
