/* portal.css — Zielgruppen-Weiche, mobil-first, gendergerecht */

.fp-page * { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
.fp-page { background: var(--white); font-family: var(--font-main); font-size: 16px; line-height: 1.6em; color: var(--black); -webkit-font-smoothing: antialiased; margin: 0; padding: 0; }
.fp-page a { text-decoration: none; }
.fp-page img { display: block; max-width: 100%; height: auto; }
html { scrollbar-gutter: stable; }
body.fp-modal-open { overflow: hidden; }

.fp-page { --fp-gray: #f8f8f8; --fp-black-light: rgba(40,40,52,.7); --fp-btn-r: 32px; }

/* HERO */
.fp-hero { background: var(--white); padding: 72px 24px 36px; text-align: center; max-width: 880px; margin: 0 auto; }
.fp-eyebrow { font-family: var(--font-sub); font-size: 17px; color: var(--brand); display: block; margin-bottom: 18px; line-height: 1.2; }
.fp-h1 { font-family: var(--font-headers); font-weight: 900; font-size: clamp(30px,4vw,52px); line-height: 1.08; color: var(--black); letter-spacing: -.02em; margin: 0 0 22px; }
.fp-h1 em { color: var(--brand); font-style: normal; }
.fp-tagline { font-family: var(--font-main); font-size: 18px; color: #4a4a4a; line-height: 1.7; margin: 0 auto 26px; max-width: 580px; }
.fp-tagline strong { color: var(--black); font-weight: 700; }

/* TRUST-BUTTON */
.fp-trust-btn { display: inline-flex; align-items: center; gap: 10px; padding: 12px 22px; border: 1.5px solid var(--border); border-radius: var(--fp-btn-r); background: var(--white); cursor: pointer; transition: border-color .2s, transform .15s; text-decoration: none !important; color: var(--black) !important; }
.fp-trust-btn:hover { border-color: var(--brand); transform: translateY(-1px); }
.fp-trust-logos { display: inline-flex; gap: 6px; align-items: center; }
.fp-trust-icon { width: 18px; height: 18px; }
.fp-trust-stars { color: #FBBC04; font-size: 14px; letter-spacing: 1.5px; line-height: 1; }
.fp-trust-rating { font-family: var(--font-headers); font-weight: 700; font-size: 13px; color: var(--black); }
.fp-trust-sep { color: rgba(40,40,52,.30); }
.fp-trust-meta { font-family: var(--font-main); font-size: 13px; color: var(--fp-black-light); }

/* PORTRAIT */
.fp-portrait { margin: 36px auto 0; max-width: 220px; border-radius: 50%; overflow: hidden; border: 4px solid var(--white); box-shadow: 0 18px 48px rgba(40,40,52,0.16); }
.fp-portrait img { width: 220px; height: 220px; object-fit: cover; }
.fp-portrait-cap { text-align: center; margin-top: 16px; font-family: var(--font-headers); font-weight: 700; font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #767676; }

/* WRAP */
.fp-wrap { max-width: 1080px; margin: 0 auto; padding: 0 22px 80px; }

/* SECTION-LABEL */
.fp-section-label { display: block; text-align: center; font-family: var(--font-headers); font-weight: 700; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--brand); margin: 64px 0 12px; }
.fp-section-title { font-family: var(--font-headers); font-weight: 900; font-size: clamp(26px,3.5vw,44px); line-height: 1.2; letter-spacing: -.02em; color: var(--black); text-align: center; margin: 0 0 18px; }
.fp-section-sub { font-family: var(--font-main); font-size: 17px; line-height: 1.7; color: #4a4a4a; text-align: center; max-width: 580px; margin: 0 auto 36px; }

/* DECISION-CARDS */
.fp-decision { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-bottom: 36px; }
.fp-dcard { display: flex; flex-direction: column; padding: 42px 34px 36px; border-radius: 20px; transition: transform .22s, box-shadow .22s; position: relative; overflow: hidden; }
.fp-dcard:hover { transform: translateY(-4px); box-shadow: 0 28px 64px rgba(40,40,52,.20); }
.fp-dcard-icon { width: 64px; height: 64px; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 24px; }
.fp-dcard-icon svg { width: 32px; height: 32px; }
.fp-dcard-kicker { font-family: var(--font-sub); font-size: 17px; line-height: 1.2; margin-bottom: 8px; }
.fp-dcard-title { font-family: var(--font-headers); font-weight: 900; font-size: clamp(24px,2.8vw,30px); line-height: 1.12; letter-spacing: -.01em; margin: 0 0 16px; }
.fp-dcard-text { font-family: var(--font-main); font-size: 15.5px; line-height: 1.7; margin: 0 0 28px; }
.fp-dcard-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 28px; }
.fp-dcard-tag { font-family: var(--font-headers); font-weight: 700; font-size: 10.5px; letter-spacing: .07em; text-transform: uppercase; padding: 5px 12px; border-radius: 999px; }
.fp-dcard-actions { display: flex; flex-direction: column; gap: 10px; margin-top: auto; }
.fp-dcard-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 22px; border-radius: var(--fp-btn-r); font-family: var(--font-headers); font-weight: 700; font-size: 12px; letter-spacing: .07em; text-transform: uppercase; transition: background .22s, color .22s, border-color .22s; text-decoration: none !important; border: 2px solid transparent; }
.fp-dcard-btn svg { width: 14px; height: 14px; transition: transform .2s; }
.fp-dcard-btn:hover svg { transform: translateX(4px); }

/* Karte 1 — Künstler:innen & Privat (rot) */
.fp-dcard--artist { background: linear-gradient(140deg, var(--brand) 0%, #b81d3e 100%); color: var(--white); }
.fp-dcard--artist .fp-dcard-icon { background: rgba(255,255,255,.18); color: var(--white); }
.fp-dcard--artist .fp-dcard-kicker { color: rgba(255,255,255,.85); }
.fp-dcard--artist .fp-dcard-title { color: var(--white); }
.fp-dcard--artist .fp-dcard-text { color: rgba(255,255,255,.92); }
.fp-dcard--artist .fp-dcard-tag { background: rgba(255,255,255,.16); color: var(--white); }
.fp-dcard--artist .fp-dcard-btn--primary { background: var(--white); color: var(--brand) !important; border-color: var(--white); }
.fp-dcard--artist .fp-dcard-btn--primary:hover { background: transparent; color: var(--white) !important; }
.fp-dcard--artist .fp-dcard-btn--secondary { background: transparent; color: var(--white) !important; border-color: rgba(255,255,255,.55); }
.fp-dcard--artist .fp-dcard-btn--secondary:hover { background: rgba(255,255,255,.14); border-color: var(--white); }

/* Karte 2 — Unternehmen (schwarz) */
.fp-dcard--biz { background: var(--black); color: var(--white); }
.fp-dcard--biz .fp-dcard-icon { background: rgba(255,255,255,.10); color: var(--white); }
.fp-dcard--biz .fp-dcard-kicker { color: rgba(255,255,255,.65); }
.fp-dcard--biz .fp-dcard-title { color: var(--white); }
.fp-dcard--biz .fp-dcard-text { color: rgba(255,255,255,.78); }
.fp-dcard--biz .fp-dcard-tag { background: rgba(255,255,255,.10); color: rgba(255,255,255,.85); }
.fp-dcard--biz .fp-dcard-btn--primary { background: var(--brand); color: var(--white) !important; border-color: var(--brand); }
.fp-dcard--biz .fp-dcard-btn--primary:hover { background: transparent; color: var(--brand) !important; }
.fp-dcard--biz .fp-dcard-btn--secondary { background: transparent; color: rgba(255,255,255,.92) !important; border-color: rgba(255,255,255,.30); }
.fp-dcard--biz .fp-dcard-btn--secondary:hover { background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.60); color: var(--white) !important; }

/* QUICK-ACTIONS */
.fp-quick-label { text-align: center; font-family: var(--font-headers); font-weight: 700; font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: #767676; margin: 28px 0 14px; }
.fp-quick { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; max-width: 720px; margin: 0 auto; }
.fp-qbtn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 16px 22px; border-radius: var(--fp-btn-r); font-family: var(--font-headers); font-weight: 700; font-size: 12px; letter-spacing: .07em; text-transform: uppercase; text-decoration: none !important; transition: all .22s; border: 2px solid var(--black); background: transparent; color: var(--black) !important; }
.fp-qbtn:hover { background: var(--black); color: var(--white) !important; transform: translateY(-2px); }
.fp-qbtn svg { width: 16px; height: 16px; flex-shrink: 0; }
.fp-qbtn--whatsapp { border-color: #25D366; color: #25D366 !important; }
.fp-qbtn--whatsapp:hover { background: #25D366; color: var(--white) !important; border-color: #25D366; }

/* TRUSTBAR */
.fp-trustbar-band { background: var(--brand); border-radius: 18px; margin-top: 48px; overflow: hidden; }
.fp-trustbar { display: flex; justify-content: center; flex-wrap: wrap; }
.fp-tb-item { flex: 1 1 0; min-width: 160px; max-width: 260px; text-align: center; padding: 28px 20px; border-right: 1px solid rgba(255,255,255,.2); display: flex; flex-direction: column; align-items: center; gap: 7px; }
.fp-tb-item:last-child { border-right: none; }
.fp-tb-icon svg { display: block; }
.fp-tb-num { font-family: var(--font-headers); font-weight: 900; font-size: 26px; color: var(--white); line-height: 1; }
.fp-tb-lbl { font-family: var(--font-main); font-size: 13px; color: rgba(255,255,255,1); line-height: 1.4; }

/* GALERIE 3x3 */
.fp-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 36px; }

/* MODAL */
.fp-modal { display: none; position: fixed; inset: 0; background: rgba(0,0,0,.92); z-index: 9999; align-items: center; justify-content: center; padding: 24px; }
.fp-modal.fp-modal-open { display: flex; }
.fp-modal img { max-width: 92vw; max-height: 90vh; border-radius: 8px; object-fit: contain; display: block; }
.fp-modal-close { position: absolute; top: 18px; right: 22px; background: none; border: none; color: #fff; font-size: 38px; line-height: 1; cursor: pointer; opacity: .82; font-family: var(--font-headers); }
.fp-modal-close:hover { opacity: 1; }

/* SOCIAL */
.fp-social { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 36px 0 0; }
.fp-sbtn { width: 48px; height: 48px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; background: var(--white); border: 1.5px solid var(--border); color: var(--black); transition: all .2s; text-decoration: none !important; }
.fp-sbtn svg { width: 18px; height: 18px; }
.fp-sbtn:hover { border-color: var(--brand); color: var(--brand); transform: translateY(-2px); }

/* FOOTER */

/* RESPONSIVE */
@media (max-width: 900px) {
  .fp-decision { grid-template-columns: 1fr; gap: 16px; }
  .fp-dcard { padding: 34px 26px 28px; }
}
@media (max-width: 640px) {
  .fp-hero { padding: 40px 18px 28px; }
  .fp-portrait { max-width: 170px; }
  .fp-portrait img { width: 170px; height: 170px; }
  .fp-quick { grid-template-columns: 1fr; }
  .fp-tb-item { flex: 1 1 50%; max-width: 50%; border-right: none; border-bottom: 1px solid rgba(255,255,255,.2); }
  .fp-section-label { margin-top: 48px; }
}
@media (max-width: 480px) {
  .fp-trust-meta { display: none; }
  .fp-trust-btn { padding: 10px 16px; gap: 8px; }
  /* Mobile H1 nicht mehr noetig durch globales clamp */
}

/* TRUST-MODAL */
.fp-trust-modal { display: none; position: fixed; inset: 0; background: rgba(40,40,52,.75); z-index: 9999; align-items: center; justify-content: center; padding: 24px; opacity: 0; transition: opacity .18s; }
.fp-trust-modal.fp-modal-open { display: flex; opacity: 1; }
.fp-trust-modal-inner { position: relative; background: var(--white); border-radius: 18px; padding: 40px 32px 32px; max-width: 480px; width: 100%; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.fp-trust-modal-close { position: absolute; top: 14px; right: 18px; background: none; border: none; color: var(--black); font-size: 32px; line-height: 1; cursor: pointer; opacity: .55; font-family: var(--font-headers); padding: 4px 8px; }
.fp-trust-modal-close:hover { opacity: 1; }
.fp-trust-modal-eyebrow { display: block; font-family: var(--font-sub); font-size: 16px; color: var(--brand); margin-bottom: 6px; }
.fp-trust-modal-title { font-family: var(--font-headers); font-weight: 900; font-size: 24px; line-height: 1.15; letter-spacing: -.01em; color: var(--black); margin: 0 0 10px; }
.fp-trust-modal-text { font-family: var(--font-main); font-size: 14.5px; line-height: 1.6; color: var(--fp-black-light); margin: 0 0 22px; }
.fp-trust-modal-options { display: flex; flex-direction: column; gap: 10px; }
.fp-trust-option { display: flex; align-items: center; gap: 14px; padding: 14px 16px; border: 1.5px solid var(--border); border-radius: 14px; text-decoration: none !important; color: var(--black) !important; transition: border-color .2s, transform .15s, background .2s; }
.fp-trust-option:hover { border-color: var(--brand); transform: translateY(-1px); background: rgba(220,39,81,.03); }
.fp-trust-option-logo { width: 44px; height: 44px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; padding: 9px; box-sizing: border-box; }
.fp-trust-option-logo--google { background: var(--white); border: 1px solid var(--border); }
.fp-trust-option-logo--trust { background: #00B67A; }
.fp-trust-option-logo svg { width: 100%; height: 100%; }
.fp-trust-option-body { flex: 1; min-width: 0; }
.fp-trust-option-name { font-family: var(--font-headers); font-weight: 700; font-size: 14px; line-height: 1.3; color: var(--black); }
.fp-trust-option-meta { font-family: var(--font-main); font-size: 12.5px; color: var(--fp-black-light); margin-top: 2px; }
.fp-trust-option-arr { width: 16px; height: 16px; color: var(--brand); flex-shrink: 0; transition: transform .2s; }
.fp-trust-option:hover .fp-trust-option-arr { transform: translateX(3px); }

/* TOPBAR — schmaler dunkler Header mit Logo */
.fp-topbar { background: var(--black); height: var(--tls-h, 106px); margin: 0; }
.fp-topbar-inner { max-width: 1760px; margin: 0 auto; padding: 0 48px; height: 100%; display: flex; align-items: center; }
.fp-topbar-logo { display: inline-flex; text-decoration: none !important; line-height: 1; }
.fp-topbar-logo .tls-ll-logo-wide { height: var(--tls-logo-h); max-width: 80vw; display: inline-block; }
.fp-topbar-logo:hover { opacity: 0.92; }

/* Reset Hero-Padding-Top, weil Topbar jetzt darueber sitzt */
/* removed: padding-top override */

@media (max-width: 640px) {
}

/* Logo im Topbar vertikal mittig — ueberschreibt nav.css align-items: flex-start */
.fp-topbar .tls-logo-wide-lockup { align-items: center !important; }
.fp-topbar .tls-logo-wide-lockup,
.fp-topbar .tls-logo-wide-wordmark { align-self: center !important; }

/* Body-Padding-Top von tls-nav-active killen, weil Portal-Topbar statisch ist */
body.tls-nav-active:has(.fp-page) { padding-top: 0 !important; }
/* Fallback fuer Browser ohne :has() — gilt fuer alle Bodies, aber nur wenn fp-page geladen ist (Slug-Mapping) */
body { padding-top: 0; }

/* Trust-Button: Chevron als Klick-Indikator */
.fp-trust-arrow { width: 14px; height: 14px; color: var(--brand); margin-left: 4px; flex-shrink: 0; transition: transform .22s ease; opacity: 0.7; }
.fp-trust-btn:hover .fp-trust-arrow { transform: translateX(3px); opacity: 1; }
.fp-trust-btn:hover .fp-trust-stars { transform: scale(1.05); }
.fp-trust-stars { transition: transform .22s ease; }

/* Handschriftlicher Klick-Hinweis unter Trust-Button */
.fp-trust-hint { font-family: var(--font-sub); font-size: 16px; color: var(--brand); margin-top: 14px; line-height: 1.2; }

/* Stilvoller Trenner zwischen Hero und Decision-Block */
.fp-divider { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 28px 0; max-width: 380px; margin: 0 auto; }
.fp-divider::before, .fp-divider::after { content: ""; flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--border), transparent); }
.fp-divider span { width: 8px; height: 8px; border-radius: 50%; background: var(--brand); flex-shrink: 0; box-shadow: 0 0 0 4px rgba(220,39,81,0.10); }
@media (max-width: 640px) { .fp-divider { padding: 22px 0; max-width: 280px; gap: 12px; } .fp-divider span { width: 6px; height: 6px; box-shadow: 0 0 0 3px rgba(220,39,81,0.10); } }

/* Zielgruppen-Subline unter dem Karten-Titel */
.fp-dcard-groups { font-family: var(--font-headers); font-weight: 700; font-size: 11.5px; letter-spacing: 0.08em; text-transform: uppercase; line-height: 1.7; margin: -10px 0 22px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,0.14); }
.fp-dcard--artist .fp-dcard-groups { color: rgba(255,255,255,0.85); }
.fp-dcard--biz .fp-dcard-groups { color: rgba(255,255,255,0.55); }

/* Galerie-Items: Hover-Caption (adaptiert von studioeinblicke seg-item / seg-cap) */
.fp-gitem { position: relative; display: block; aspect-ratio: 1/1; overflow: hidden; border-radius: 10px; background: var(--fp-gray); transition: box-shadow 0.35s ease, transform 0.35s ease; cursor: default; }
.fp-gitem:hover { box-shadow: 0 14px 30px rgba(26,35,64,0.18); transform: translateY(-3px); }
.fp-gitem img { width: 100%; height: 100%; object-fit: cover; display: block; transition: none; }
.fp-gitem::before { content: ""; position: absolute; inset: 0; background: rgba(220, 39, 81, 0); transition: background 0.3s ease; z-index: 1; pointer-events: none; }
.fp-gitem:hover::before { background: rgba(220, 39, 81, 0.08); }
.fp-gcap {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 13px 16px 12px;
  background: rgba(40, 40, 52, 0.82);
  color: #ffffff;
  font-family: var(--font-headers);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  transform: translateY(100%);
  transition: transform 0.4s cubic-bezier(.22,.61,.36,1);
  display: flex;
  align-items: center;
  gap: 10px;
  pointer-events: none;
  z-index: 2;
}
.fp-gitem:hover .fp-gcap { transform: translateY(0); }
.fp-gcap::before { content: ""; display: block; width: 14px; height: 2px; background: var(--brand); flex: 0 0 auto; }

/* Touch-Devices: Caption immer sichtbar (kein Hover) */
@media (hover: none) {
  .fp-gcap { transform: translateY(0); background: rgba(40, 40, 52, 0.72); }
}

/* ===== MOBILE-OPTIMIERUNG ===== */

/* Tablet/Mobile: Galerie 2-spaltig statt 3 (bessere Bildgroesse) */
@media (max-width: 640px) {
  .fp-gallery { grid-template-columns: 1fr; gap: 12px; margin-top: 28px; }
  .fp-gcap { font-size: 13px; padding: 11px 13px 10px; letter-spacing: 0.2px; }
  .fp-gcap::before { width: 12px; }
}

/* Sehr kleine Geraete (≤380px): Galerie 1-spaltig fuer maximale Lesbarkeit */

/* Decision-Cards Mobile: Padding etwas reduzieren */
@media (max-width: 640px) {
  .fp-decision { gap: 16px; }
  .fp-dcard { padding: 28px 22px 26px; }
  .fp-dcard-groups { font-size: 10.5px; letter-spacing: 0.06em; line-height: 1.6; margin: -8px 0 18px; padding-bottom: 14px; }
  .fp-dcard-text { font-size: 15px; line-height: 1.65; }
  .fp-dcard-btn { padding: 13px 18px; font-size: 11.5px; }
}

/* Trustbar Mobile: Items nicht zu eng */
@media (max-width: 640px) {
  .fp-trustbar-band { border-radius: 14px; margin-top: 36px; }
  .fp-tb-num { font-size: 22px; }
  .fp-tb-lbl { font-size: 12px; }
}

/* Trust-Modal Mobile: nicht zu klein, scrollbar */
@media (max-width: 640px) {
  .fp-trust-modal-inner { max-width: 92vw; padding: 24px 20px 22px; }
  .fp-trust-modal-title { font-size: 21px; }
  .fp-trust-option { padding: 14px; gap: 12px; }
  .fp-trust-option-logo { width: 40px; height: 40px; }
}

/* Section-Titel Abstaende auf Mobile knapper */
@media (max-width: 640px) {
  .fp-section-label { margin-top: 44px; font-size: 10.5px; }
  .fp-section-sub { font-size: 15.5px; line-height: 1.65; margin-bottom: 24px; }
}

/* Social-Buttons groesser auf Touch fuer bessere Tap-Targets */
@media (max-width: 640px) {
  .fp-social { gap: 14px; flex-wrap: wrap; justify-content: center; }
  .fp-sbtn { width: 44px; height: 44px; }
  .fp-sbtn svg { width: 20px; height: 20px; }
}

/* Footer Mobile: kompakter */
@media (max-width: 640px) {
}

/* iOS-Safari Hover-Sticky-Fix: nach Tap soll Caption wieder verschwinden */
@media (hover: hover) and (pointer: fine) {
  /* nur auf echten Mausgeraten greift Hover */
}

/* Mobile <=640px: Galerie-Bilder im breiteren Format */
@media (max-width: 640px) {
  .fp-gitem { aspect-ratio: 16/10; border-radius: 12px; }
}

/* === LEGAL-SEITEN (Impressum / Datenschutz) === */
.fp-legal { background: var(--white); min-height: 100vh; }
.fp-legal-wrap { max-width: 760px; margin: 0 auto; padding: 56px 24px 80px; color: var(--black); font-family: var(--font-main); font-size: 16px; line-height: 1.7; }
.fp-legal-back { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-headers); font-weight: 700; font-size: 12px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--brand) !important; text-decoration: none !important; margin-bottom: 28px; transition: opacity 0.2s; }
.fp-legal-back:hover { opacity: 0.7; }
.fp-legal-h1 { font-family: var(--font-headers); font-weight: 900; font-size: clamp(28px,3.6vw,42px); line-height: 1.15; letter-spacing: -0.02em; color: var(--black); margin: 4px 0 24px; }
.fp-legal-intro { font-size: 17px; line-height: 1.7; color: var(--fp-black-light); margin: 0 0 18px; }
.fp-legal-h2 { font-family: var(--font-headers); font-weight: 900; font-size: 19px; line-height: 1.3; letter-spacing: -0.01em; color: var(--black); margin: 36px 0 12px; }
.fp-legal-wrap p { margin: 0 0 14px; color: var(--black); }
.fp-legal-wrap p strong { color: var(--black); }
.fp-legal-wrap a { color: var(--brand); text-decoration: underline; text-underline-offset: 3px; transition: opacity 0.2s; }
.fp-legal-wrap a:hover { opacity: 0.7; }
.fp-legal-note { font-size: 14px; color: var(--fp-black-light); font-style: italic; }
.fp-legal-bullets { margin: 0 0 14px; padding-left: 22px; }
.fp-legal-bullets li { margin: 0 0 8px; }
.fp-legal-links { list-style: none; padding: 0; margin: 0 0 14px; }
.fp-legal-links li { padding: 14px 16px; background: var(--fp-gray); border-radius: 10px; margin: 0 0 10px; line-height: 1.5; }
.fp-legal-links li strong { display: inline-block; margin-bottom: 4px; }
.fp-legal-divider { height: 1px; background: var(--border); margin: 36px 0; }
.fp-legal-stand { margin-top: 40px; font-size: 13px; color: var(--fp-black-light); font-style: italic; }

@media (max-width: 640px) {
  .fp-legal-wrap { padding: 36px 18px 60px; font-size: 15.5px; }
  .fp-legal-h1 { font-size: 26px; margin: 4px 0 18px; }
  .fp-legal-h2 { font-size: 17px; margin: 28px 0 10px; }
  .fp-legal-intro { font-size: 16px; }
}

/* Portal-Legal-Seiten: Body-Padding-Top entfernen, Topbar bleibt schwarz */
body:has(.tsl-agb-wrap) { padding-top: 0 !important; }

/* Topbar bleibt schwarz - der weisse :has-Hintergrund darf hier NICHT greifen */
body:has(.tsl-agb-wrap) .fp-topbar { background: var(--black) !important; }

/* Footer auf Legal-Seiten: dunkel halten zur visuellen Begrenzung */

/* tsl-agb-wrap padding-top etwas reduzieren, weil die Topbar schon Hoehe hat */
body:has(.tsl-agb-wrap) .tsl-agb-wrap { padding-top: 56px; }
body:has(.tsl-agb-wrap) .tsl-agb-wrap { overflow-x: hidden; }
body:has(.tsl-agb-wrap) .tsl-agb-wrap h1,
body:has(.tsl-agb-wrap) .tsl-agb-wrap h2,
body:has(.tsl-agb-wrap) .tsl-agb-wrap h3,
body:has(.tsl-agb-wrap) .tsl-agb-wrap p,
body:has(.tsl-agb-wrap) .tsl-agb-wrap li,
body:has(.tsl-agb-wrap) .tsl-agb-wrap a { overflow-wrap: anywhere; hyphens: auto; }

/* Topbar-Mobile: 1:1 wie navigation.css Logo-Hoehen pro Breakpoint */
@media (max-width: 1200px) { .fp-topbar-inner { padding: 0 24px; } .fp-topbar-logo .tls-ll-logo-wide { height: var(--tls-logo-h-tab); } }
@media (max-width: 820px)  { .fp-topbar-inner { padding: 0 20px; } .fp-topbar-logo .tls-ll-logo-wide { height: var(--tls-logo-h-mob); } }
@media (max-width: 768px)  { :root { --tls-h: calc(var(--tls-logo-h-mob) + 28px); } }
@media (max-width: 420px)  { .fp-topbar-inner { padding: 0 16px; } .fp-topbar-logo .tls-ll-logo-wide { height: var(--tls-logo-h-sm); } :root { --tls-h: calc(var(--tls-logo-h-sm) + 28px); } }
@media (max-width: 360px)  { .fp-topbar-inner { padding: 0 14px; } .fp-topbar-logo .tls-ll-logo-wide { height: var(--tls-logo-h-mini); } :root { --tls-h: calc(var(--tls-logo-h-mini) + 28px); } }

/* === Eleganter Kontakt-Empfehlungsblock fuer Impressum + Datenschutz === */
.tsl-agb-contactbox { margin-top: 22px; padding: 0; background: transparent; border: none; }
.tsl-agb-contactbox-title { font-family: var(--font-headers); font-weight: 700; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--brand); margin: 0 0 10px !important; }
.tsl-agb-contactbox-intro { font-size: 15px; line-height: 1.6; color: #4a4a4a; margin: 0 0 18px !important; }
.tsl-agb-contactbox-row { padding: 12px 0; border-top: 1px solid rgba(40,40,52,0.08); display: flex; flex-direction: column; gap: 4px; }
.tsl-agb-contactbox-row:first-of-type { border-top: none; padding-top: 0; }
.tsl-agb-contactbox-label { font-family: var(--font-headers); font-weight: 700; font-size: 13px; color: var(--black); }
.tsl-agb-contactbox-link { font-size: 14px; color: var(--brand); text-decoration: none; transition: opacity .2s; }
.tsl-agb-contactbox-link:hover { opacity: 0.7; text-decoration: underline; }

@media (max-width: 640px) {
  .tsl-agb-contactbox { padding: 0; }
  .tsl-agb-contactbox-link { font-size: 13px; word-break: break-all; }
}

/* === Portal-Footer im Stil der Unternehmensseite (schlank) === */
.fp-footer { position: relative; background: #282834; color: #ffffff; font-family: var(--font-main); margin-top: 64px; }
.fp-footer-bottom { padding: 44px 32px 48px; text-align: center; max-width: 900px; margin: 0 auto; }
.fp-footer-copy { display: block; margin: 0 0 16px; font-size: 15px; line-height: 1.7; color: rgba(255,255,255,.82); }
.fp-footer-legal-text { max-width: 760px; margin: 0 auto 26px; font-size: 14px; line-height: 1.85; color: rgba(255,255,255,.65); }
.fp-footer-legal-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px 24px; }
.fp-footer-legal-links a { font-size: 14px; line-height: 1.5; color: rgba(255,255,255,.72); border-bottom: 1px solid transparent; transition: color .25s, border-color .25s; text-decoration: none !important; }
.fp-footer-legal-links a:hover { color: var(--brand) !important; border-color: var(--brand); }

/* Auf Legal-Seiten: Footer-Style ueberschreibt evt. has-Regel */
body:has(.tsl-agb-wrap) .fp-footer { background: #282834 !important; color: #ffffff; }
body:has(.tsl-agb-wrap) .fp-footer a { color: rgba(255,255,255,.72) !important; }
body:has(.tsl-agb-wrap) .fp-footer a:hover { color: var(--brand) !important; }

@media (max-width: 640px) {
  .fp-footer-bottom { padding: 36px 20px 40px; }
  .fp-footer-copy { font-size: 14px; }
  .fp-footer-legal-text { font-size: 13px; }
}

/* Brand-Divider im Footer (1:1 wie Unternehmensseite) */
.fp-footer-brand-divider { width: 100%; max-width: 480px; height: 2px; margin: 0 auto 36px; background: linear-gradient(90deg, transparent 0%, rgba(220,39,81,.25) 20%, #DC2751 50%, rgba(220,39,81,.25) 80%, transparent 100%); }

/* FG PORTAL FULL HEADER EXACT SYNC START */
.fp-topbar{
  height:var(--tls-h, 76px) !important;
  min-height:var(--tls-h, 76px) !important;
  box-sizing:border-box !important;
  background:rgb(40, 40, 52) !important;
}

.fp-topbar-inner{
  height:100% !important;
  min-height:0 !important;
  box-sizing:border-box !important;
  display:flex !important;
  align-items:center !important;
}

.fp-topbar-logo{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
}

@media (min-width:768px){
  .fp-topbar .tls-logo-wide-lockup{
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;
    box-sizing:border-box !important;
    display:inline-flex !important;
    align-items:center !important;
    overflow:visible !important;
  }
}

@media (max-width:767px){
  :root{
    --tls-h:calc(48px + 28px) !important;
  }

  .fp-topbar{
    height:calc(48px + 28px) !important;
    min-height:calc(48px + 28px) !important;
  }

  .fp-topbar-inner{
    height:calc(48px + 28px) !important;
    min-height:calc(48px + 28px) !important;
  }

  .fp-topbar-logo{
    height:47px !important;
    min-height:47px !important;
    max-height:47px !important;
  }

  .fp-topbar .tls-logo-wide-lockup{
    height:42px !important;
    min-height:42px !important;
    max-height:42px !important;
    box-sizing:border-box !important;
    display:inline-flex !important;
    align-items:center !important;
    overflow:visible !important;
  }
}
/* FG PORTAL FULL HEADER EXACT SYNC END */

/* Dezenter Direktkontakt unter der Bereichswahl */
.fp-quickline { text-align: center; margin: 26px 0 0; font-size: 15px; color: var(--fp-black-light); }
.fp-quickline a { color: var(--brand); font-weight: 700; text-decoration: none; border-bottom: 1.5px solid rgba(220,39,81,.32); transition: border-color .2s; }
.fp-quickline a:hover { border-bottom-color: var(--brand); }

/* Hinweis unter dem Badge klickbar machen; Badge reagiert mit */
.fp-trust-hint { cursor: pointer; transition: opacity .2s; }
.fp-trust-hint:hover { opacity: .72; }
.fp-hero:has(.fp-trust-hint:hover) .fp-trust-btn { border-color: var(--brand); transform: translateY(-1px); }

/* Logo im Portal-Kopf ist kein Link mehr */
.fp-topbar-logo { cursor: default; }
span.fp-topbar-logo:hover { opacity: 1; }

/* Logo-Farben in der Portal-Kopfleiste (Logo ist dort kein Link) */
.fp-topbar .tls-logo-wide-accent {
  color: #DC2751 !important;
  -webkit-text-fill-color: #DC2751 !important;
}
.fp-topbar .tls-logo-wide-main,
.fp-topbar .tls-logo-studio-text,
.fp-topbar .tls-logo-wide-sub {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
