@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 · structure.scss → structure.css. Start-Hero, Partner-Slider (Single
 * Source of Truth inkl. @keyframes), 6-Cards-Block, einheitlicher gm-hero, gm-rest.
 * Reihenfolge-kritisch (Token→Base→Structure→Chrome→Blocks→Kontakt→Subpages). */
/* === Start-Hero — Stefanie (Weitwinkel) als Vollbild-BG, Text links, CTA pink === */
.e-con.hero.hero--v5 {
  position: relative;
  min-height: clamp(560px, 80vh, 700px);
  display: flex !important;
  align-items: center;
  padding-block: var(--pad) !important;
  isolation: isolate;
  overflow: hidden;
}

.hero--v5 .hero__bg {
  position: absolute !important;
  inset: 0;
  z-index: -2;
  margin: 0 !important;
  width: 100%;
  height: 100%;
}
.hero--v5 .hero__bg img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}
.hero--v5::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(105deg, rgba(36, 21, 38, 0.65) 0%, rgba(36, 21, 38, 0.35) 45%, rgba(36, 21, 38, 0.05) 80%), linear-gradient(0deg, rgba(36, 21, 38, 0.18), rgba(36, 21, 38, 0.18));
}
.hero--v5 .wrap {
  position: relative;
  z-index: 1;
}
.hero--v5 .hero__col {
  max-width: 640px;
  color: #fff;
  /* Eyebrow-Chip im Hero — weiß, klein, nicht umbrechen */
}
.hero--v5 .hero__col .elementor-element.chip {
  color: #fff !important;
  font-size: 0.905rem !important;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
  font-family: var(--f-body) !important;
}
.hero--v5 .hero__col .elementor-element.chip .elementor-heading-title {
  color: #fff !important;
  font-family: var(--f-body) !important;
  font-size: 0.905rem !important;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1.3 !important;
}
.hero--v5 .hero__col .elementor-element.chip::before {
  background: #fff;
  flex: 0 0 18px;
  height: 1px;
}
.hero--v5 .hero__col {
  /* H1 only — Display-Größe für die EIGENTLICHE Headline, nicht für den Chip */
}
.hero--v5 .hero__col .hero__h1 .elementor-heading-title,
.hero--v5 .hero__col .hero__h1 h1,
.hero--v5 .hero__col h1.elementor-heading-title {
  color: #fff !important;
  font-family: var(--f-display) !important;
  font-size: clamp(2.6rem, 1.8rem + 3.5vw, 5rem) !important;
  line-height: 1.02 !important;
  font-weight: 700 !important;
}
.hero--v5 .hero__col .lead,
.hero--v5 .hero__col .lead p {
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 1.275rem;
  line-height: 1.55;
  margin-top: 1.2rem;
}
.hero--v5 .hero__cta {
  gap: 1rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}
.hero--v5 .hero__cta .btn--ghost .elementor-button {
  border-color: #fff;
  color: #fff !important;
}
.hero--v5 .hero__cta .btn--ghost .elementor-button:hover {
  background: #fff !important;
  color: var(--ink) !important;
}

/* Mobile: Chip darf umbrechen wenn nötig (war 540px) */
@media (max-width: 767px) {
  .hero--v5 .hero__col .elementor-element.chip,
  .hero--v5 .hero__col .elementor-element.chip .elementor-heading-title {
    white-space: normal;
    font-size: 0.825rem !important;
  }
}
/* === Partner-Slider — unter Hero, Label zentriert oben, Logos bunt, Marquee.
 *     SINGLE SOURCE OF TRUTH (.partner-slider-wrap + @keyframes). === */
.e-con.section--partners {
  padding-block: clamp(28px, 3.5vw, 48px) !important; /* BG via Elementor-Setting */
  border-bottom: 1px solid var(--line);
  /* Logos als natives Image-Carousel (Tobi 2026-05-30) */
}
.e-con.section--partners .elementor-widget-image-carousel,
.e-con.section--partners .partner-carousel {
  width: 100% !important;
}
.e-con.section--partners .elementor-element.partner-slider-wrap,
.e-con.section--partners .partner-slider-wrap {
  width: 100% !important;
  margin: 0 !important;
}

.partner-carousel .swiper-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: auto;
  text-align: center;
}
.partner-carousel .swiper-slide figure {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.partner-carousel .swiper-slide img {
  max-height: 52px !important;
  max-width: 100% !important;
  width: auto !important;
  object-fit: contain;
  margin-inline: auto;
}

.partner-slider-wrap .logo-slider {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 0 !important;
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  mask-image: none !important;
}
.partner-slider-wrap .logo-slider__label {
  display: block !important;
  text-align: center;
  font-family: var(--f-body);
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 0 0 18px 0;
  margin: 0 auto;
  white-space: nowrap;
  flex: 0 0 auto;
}
.partner-slider-wrap .logo-slider__track {
  display: flex !important;
  flex-direction: row !important;
  gap: clamp(40px, 5vw, 80px);
  align-items: center;
  animation: gm-logo-marquee 80s linear infinite;
  width: max-content !important;
  max-width: none !important;
  flex: 0 0 auto;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 60px, #000 calc(100% - 60px), transparent 100%);
}
.partner-slider-wrap .logo-slider__viewport {
  overflow: hidden;
  width: 100%;
}
.partner-slider-wrap { /* clippt overflow + Maske */ }
.partner-slider-wrap .logo-item {
  flex: 0 0 auto;
  display: flex !important;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: auto;
  min-width: auto;
}
.partner-slider-wrap .logo-item img {
  height: 100% !important;
  width: auto !important;
  max-width: 160px;
  max-height: 56px;
  object-fit: contain;
  display: block;
  filter: saturate(0.9);
  opacity: 0.85;
  transition: opacity 0.2s ease, filter 0.2s ease;
}
.partner-slider-wrap .logo-item:hover img {
  opacity: 1;
  filter: saturate(1);
}

@keyframes gm-logo-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .partner-slider-wrap .logo-slider__track {
    animation: none;
  }
}
@media (max-width: 767px) {
  /* war 768px */
  .partner-slider-wrap .logo-item {
    height: 44px;
  }
  .partner-slider-wrap .logo-item img {
    max-height: 44px;
    max-width: 120px;
  }
}
/* Grossmann-Slider-Skin → ausgelagert in slider.css (eigenes Enqueue). */
/* === 6-Cards-Block — „Wo willst du hin?" · 3×2 Desktop / 2×3 Tablet / 1×6 Mobile === */
.section--cards .s-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: clamp(40px, 5vw, 72px);
  gap: 0.8rem;
}
.section--cards .s-head__title {
  max-width: 780px;
}
.section--cards .s-head__lead {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.175rem;
}
.section--cards .cards-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 3vw, 48px);
}
@media (max-width: 1024px) {
  .section--cards .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.section--cards .cards-grid { /* war 1024 */ }
@media (max-width: 767px) {
  .section--cards .cards-grid {
    grid-template-columns: 1fr;
  }
}
.section--cards .cards-grid { /* war 640 */ }
.section--cards .gm-card {
  position: relative;
  display: flex !important;
  flex-direction: column;
  gap: 0 !important;
  background: #fff;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: var(--sh-sm);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  isolation: isolate;
}
.section--cards .gm-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--sh-md);
}
.section--cards .gm-card {
  /* Icon-Kacheln (Tobi 2026-06-12): großes pinkes Icon statt Foto, zentriert. */
}
.section--cards .gm-card__iconwrap {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: clamp(28px, 3vw, 40px);
  margin: 0 !important;
  line-height: 0;
}
.section--cards .gm-card__icon {
  width: 84px;
  height: 84px;
  border-radius: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--pink-soft);
  color: var(--pink);
  transition: background 0.2s ease, color 0.2s ease;
}
.section--cards .gm-card__icon svg {
  width: 42px;
  height: 42px;
}
.section--cards .gm-card:hover .gm-card__icon {
  background: var(--pink);
  color: #fff;
}
.section--cards .gm-card { /* literal: .gm-card ist genested → &__icon würde .section--cards verdoppeln */ }
.section--cards .gm-card--icon {
  text-align: center;
}
.section--cards .gm-card--icon .gm-card__body {
  align-items: center;
}
.section--cards .gm-card--icon .gm-card__cta {
  margin-inline: auto;
}
.section--cards .gm-card__body {
  padding: 20px clamp(20px, 2vw, 32px) clamp(20px, 2vw, 32px);
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  flex: 1 1 auto;
}
.section--cards .gm-card__t {
  font-family: var(--f-display);
  font-weight: 500;
  font-size: 1.4rem !important;
  line-height: 1.2 !important;
  letter-spacing: -0.01em;
}
.section--cards .gm-card__t .elementor-heading-title {
  font-size: 1.4rem !important;
  line-height: 1.2 !important;
}
.section--cards .gm-card__d {
  color: var(--muted);
  font-size: 1.105rem;
  line-height: 1.55;
}
.section--cards .gm-card__cta {
  margin-top: auto;
  padding-top: 0.9rem;
  font-family: var(--f-body);
  font-weight: 600;
  font-size: 1.045rem;
  color: var(--pink);
  letter-spacing: 0.02em;
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
}
.section--cards .gm-card__cta::after {
  content: "→";
  transition: transform 0.2s ease;
}
.section--cards .gm-card:hover .gm-card__cta::after {
  transform: translateX(3px);
}
.section--cards .gm-card { /* literal (s.o.) */ }
.section--cards .card-linkwrap {
  position: static;
}
.section--cards .card-linkwrap a.card-link {
  position: absolute;
  inset: 0;
  z-index: 2;
  text-indent: -9999px;
  overflow: hidden;
}

/* Section-Headlines (h2) — global, nicht größer als v2 (Tobi 2026-05-30) */
.s-head__title .elementor-heading-title {
  font-size: clamp(1.7rem, 1rem + 1.8vw, 2.4rem) !important;
  line-height: 1.12;
  font-weight: 700 !important;
  color: var(--text) !important;
}

/* === Hairline-Section-Trenner (Editorial-Motiv) === */
.e-con.section + .e-con.section::before,
.e-con.section--ruled::before {
  content: "";
  position: absolute;
  top: 0;
  left: var(--gut);
  right: var(--gut);
  width: auto !important;
  height: 1px;
  background: var(--line);
}

/* === Einheitlicher gm-hero — EIN dunkles Hero-Band für „den Rest" (Kontakt,
 *     Rechtliches, Blog, Suche, 404). Türkis-Eyebrow, Headline + pinker Punkt. === */
.gm-hero {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: clamp(340px, 42vh, 460px);
  padding: clamp(60px, 9vh, 104px) clamp(20px, 5vw, 40px);
}
.gm-hero::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 42%;
  background: radial-gradient(at 80% 20%, rgba(220, 69, 132, 0.2), transparent 60%);
  pointer-events: none;
}
.gm-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: var(--maxw);
  margin-inline: auto;
}
.gm-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  margin: 0 0 8px;
  color: var(--teal);
  font: 700 0.8rem/1 var(--f-display);
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.gm-hero__eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--teal);
}
.gm-hero .gm-hero__title {
  margin: 14px 0 0;
  max-width: 22ch;
  color: #fff;
  font-family: var(--f-display);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1;
  font-size: clamp(2.3rem, 1.4rem + 3.6vw, 4.4rem);
}
.gm-hero { /* gescoped */ }
.gm-hero__lead {
  max-width: 48ch;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font: 400 clamp(1.05rem, 0.95rem + 0.6vw, 1.35rem)/1.6 var(--f-body);
}
.gm-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
  padding: 14px 26px;
  border-radius: var(--r-pill);
  background: var(--pink);
  color: #fff !important;
  text-decoration: none;
  font: 700 0.98rem/1 var(--f-display);
  box-shadow: 0 12px 26px rgba(220, 69, 132, 0.26);
  transition: transform 0.18s ease, background 0.18s ease;
}
.gm-hero__cta:hover {
  background: var(--pink-deep);
  transform: translateY(-2px);
  color: #fff !important;
}

.gm-hero__title .u-pink {
  color: var(--pink);
}

/* Bild-Hero-Variante (Blog/Kontakt, Tobi 2026-06-13) — Vollbild-Bild + Overlay. */
.gm-hero--media {
  background: var(--ink);
  box-sizing: border-box;
  min-height: clamp(640px, 70vh, 700px);
} /* border-box: Padding zählt rein → gleiche Höhe Blog/Friends/Kontakt */
body.page-id-229211 .gm-hero {
  box-sizing: border-box;
  min-height: clamp(640px, 70vh, 700px);
} /* Kontakt-Hero = gleiche Höhe */
.gm-hero--media .gm-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.gm-hero--media .gm-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gm-hero--media::after {
  inset: 0;
  left: 0;
  right: 0;
  width: auto;
  z-index: 1;
  background: linear-gradient(105deg, rgba(18, 38, 40, 0.84) 0%, rgba(18, 38, 40, 0.5) 55%, rgba(18, 38, 40, 0.28) 100%);
}
.gm-hero--media .gm-hero__inner {
  z-index: 2;
}

/* Generischer Inhaltsbereich unter dem Hero (404, einfache Hero-Seiten). */
.gm-rest {
  background: var(--cream);
  padding: clamp(48px, 7vw, 90px) clamp(20px, 5vw, 40px) clamp(64px, 9vw, 110px);
}

.gm-rest__inner {
  max-width: 640px;
  margin-inline: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.gm-rest__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: var(--r-pill);
  background: var(--pink);
  color: #fff !important;
  text-decoration: none;
  font: 700 0.98rem/1 var(--f-display);
  box-shadow: 0 12px 26px rgba(220, 69, 132, 0.26);
  transition: transform 0.18s ease, background 0.18s ease;
}
.gm-rest__btn:hover {
  background: var(--pink-deep);
  transform: translateY(-2px);
}
