
:root{
  --anthrazit:#3A3A3A;
  --grau:#7A7A7A;
  --gold1:#D6A755;
  --gold2:#A97A3A;
  --bg:#FFFFFF;
  --off:#F8F7F4;
}
*{box-sizing:border-box}
html,body{margin:0;padding:0;background:var(--bg);color:var(--anthrazit);font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,'Helvetica Neue',Arial,'Noto Sans','Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol';line-height:1.5}
img{max-width:100%;display:block}
a{color:var(--anthrazit);text-decoration:none}
a:hover{text-decoration:underline}
.container{max-width:1200px;margin:0 auto;padding:0 20px}
.skip-link{position:absolute;left:-999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-link:focus{left:16px;top:12px;width:auto;height:auto;background:#fff;padding:6px 10px;border:2px solid var(--anthrazit)}

.topbar{background:var(--anthrazit);color:#fff;font-size:.9rem}
.topbar .container{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 20px}
.topbar a{color:#fff}
.topbar-right ul{display:flex;gap:14px;list-style:none;margin:0;padding:0;flex-wrap:wrap}

.header{position:sticky;top:0;z-index:50;background:#fff;border-bottom:1px solid #eee}
.nav{display:flex;align-items:center;justify-content:space-between;padding:8px 20px}
.logo{display:flex;align-items:center;gap:10px;font-weight:100; max-width: 200px;}
.logo .sub{display:block;font-weight:100;font-size:.8rem;color:var(--grau)}
.menu{display:flex;gap:22px;align-items:center}
.nav-toggle{display:none;background:none;border:1px solid #ddd;border-radius:6px;padding:6px 8px}
.btn{display:inline-block;border:1px solid var(--anthrazit);padding:12px 16px;border-radius:10px;font-weight:600;transition:transform .15s ease}
.btn:hover{transform:translateY(-1px);text-decoration:none}
.btn--gold{background:linear-gradient(90deg,var(--gold1),var(--gold2));color:#1f1f1f;border-color:transparent}
.btn--ghost{background:transparent}
.link{margin-left:10px}

.hero{padding:40px 0 10px}
.hero-inner{display:grid;grid-template-columns:1.2fr .8fr;gap:30px;align-items:center}
.hero-copy h1{font-size:clamp(28px,5vw,44px);line-height:1.1;margin:0 0 10px}
.hero-copy .accent{background:linear-gradient(90deg,var(--gold1),var(--gold2));-webkit-background-clip:text;background-clip:text;color:transparent}
.proof{list-style:none;padding:0;margin:14px 0 0;display:flex;gap:16px;flex-wrap:wrap;color:var(--grau);font-size:.95rem}

.trust{padding:10px 0 20px}
.trust-row{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}
.trust-badge{border:1px solid #e5e5e5;border-radius:999px;padding:6px 12px;color:var(--grau);font-weight:600}

.split{padding:40px 0 10px;display:flex;flex-direction:column;gap:36px}
.split-item{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}
.split-item.reverse{direction:rtl}
.split-item.reverse .split-copy{direction:ltr}
.split-copy h2{margin:0 0 8px}
.mt{margin-top:10px}

.cta-band{background:linear-gradient(90deg,var(--gold1),var(--gold2));color:#1f1f1f;margin:40px 0}
.cta-band-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 0}
.cta-band .btn{background:#fff;border-color:#fff}

.footer{background:#111;color:#e6e6e6;margin-top:40px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:30px;padding:36px 0}
.footer a{color:#e6e6e6}
.footer h3{margin-top:0}
.list-plain{list-style:none;margin:0;padding:0}
.seals{display:flex;gap:12px;margin-top:10px}
.seals img{width:64px;height:64px;background:#222;border:1px solid #333;border-radius:8px}

.downbar{background:#0a0a0a;color:#cfcfcf}
.downbar-inner{display:flex;align-items:center;justify-content:space-between;padding:12px 0}
.downnav{display:flex;gap:16px}

.page-hero{padding:30px 0 10px}
.service-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;padding-bottom:30px}
.service-list article{border:1px solid #eee;border-radius:14px;padding:18px}
.contact-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px;padding-bottom:30px}
.contact-form label{display:block;margin-bottom:12px}
.contact-form input,.contact-form textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:10px}
.form-note{font-size:.85rem;color:var(--grau)}
.calendar-embed iframe{width:100%;height:70vh;border:0;border:1px solid #eee;border-radius:16px}
.legal{padding:20px 0 40px}

.corner{position:fixed;width:160px;height:160px;opacity:.8;pointer-events:none;z-index:9999}
.corner-tl{top:-5px;left:-5px;background:url('#') no-repeat center/contain}
.corner-tr{top:-5px;right:-5px;background:url('#') no-repeat center/contain}
.corner-bl{bottom:-5px;left:-5px;background:url('#') no-repeat center/contain}
.corner-br{bottom:-5px;right:-5px;background:url('#') no-repeat center/contain}


@media (max-width: 960px){
  .hero-inner{grid-template-columns:1fr}
  .split-item{grid-template-columns:1fr}
  .contact-grid{grid-template-columns:1fr}
  .menu{display:none;position:absolute;top:64px;right:20px;background:#fff;border:1px solid #eee;border-radius:12px;padding:12px;flex-direction:column;width:min(260px,80vw)}
  .nav-toggle{display:block}
  .header{position:sticky}
}

/* ===============================
   Kontaktformular – Fantastic5-VA
   =============================== */

.contact-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
  align-items: start;
}

.contact-form {
  background: var(--off, #F8F7F4);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  border: 1px solid #eee;
}

.contact-form label {
  display: block;
  margin-bottom: 18px;
  font-weight: 600;
  color: var(--anthrazit);
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--gold2);
  box-shadow: 0 0 0 3px rgba(166,122,58,0.25);
}

.contact-form textarea {
  resize: vertical;
  min-height: 150px;
}

.consent {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 0.9rem;
  color: var(--grau);
}

.consent input {
  margin-top: 4px;
}

.contact-form button {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 20px;
  border: none;
  border-radius: 10px;
  font-weight: 600;
  background: linear-gradient(90deg, var(--gold1), var(--gold2));
  color: #1f1f1f;
  cursor: pointer;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.contact-form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

.form-note {
  margin-top: 10px;
  font-size: 0.85rem;
  color: var(--grau);
}

.contact-side {
  padding: 20px;
  border-left: 2px solid var(--gold1);
}

.contact-side h2 {
  color: var(--anthrazit);
  margin-top: 0;
  margin-bottom: 10px;
}

.contact-side a {
  color: var(--gold2);
  font-weight: 600;
  text-decoration: none;
}

.contact-side a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .contact-side {
    border-left: none;
    border-top: 2px solid var(--gold1);
    margin-top: 30px;
    padding-top: 20px;
  }
}

/* ---------- Leistungen Kategorie-Startseite ---------- */
.lead{color:var(--grau);max-width:70ch}
.pill-nav{display:flex;flex-wrap:wrap;gap:10px;margin:10px 0 20px}
.pill-nav a{border:1px solid #e5e5e5;border-radius:999px;padding:8px 12px;font-weight:600}
.section-block{padding:20px 0 10px}
.section-header h2{margin:0}
.section-header p{color:var(--grau);margin:.25rem 0 1rem}

.feature-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin:14px 0 10px;
}
.feature-card{
  border:1px solid #eee;border-radius:16px;overflow:hidden;background:#fff;
  display:flex;flex-direction:column;gap:10px;
}
.feature-card .img-wrap{aspect-ratio:16/10;overflow:hidden}
.feature-card img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}
.feature-card:hover img{transform:scale(1.04)}
.feature-card h3{margin:.5rem .9rem 0}
.feature-card p{margin:0 .9rem 1rem;color:var(--anthrazit)}

.img-caption{color:var(--grau);font-size:.95rem;margin:.25rem 0 .5rem}
.crm-used{margin:8px 0 6px;color:var(--grau)}

.cta-inline{display:flex;gap:12px;flex-wrap:wrap;margin:8px 0 0}

/* ---------- Nav-Dropdown für Leistungen ---------- */
.menu{position:relative}
.menu-item{position:relative}
.menu-item .menu-link{position:relative;padding:10px 0}
.menu-item.has-dropdown:hover .dropdown,
.menu-item.has-dropdown:focus-within .dropdown{opacity:1;pointer-events:auto;transform:translateY(0)}
.dropdown{
  position:absolute;top:100%;left:0;
  background:#fff;border:1px solid #eee;border-radius:12px;
  box-shadow:0 8px 24px rgba(0,0,0,.08);
  padding:10px;display:flex;flex-direction:column;gap:8px;
  min-width:260px;opacity:0;pointer-events:none;transform:translateY(6px);
  z-index:40;
}
.dropdown-link{padding:10px 12px;border-radius:8px;font-weight:600}
.dropdown-link:hover{background:#f7f7f7;text-decoration:none}

/* ---------- Responsive ---------- */
@media (max-width: 1024px){
  .feature-grid{grid-template-columns:1fr 1fr}
}
@media (max-width: 640px){
  .feature-grid{grid-template-columns:1fr}
  .dropdown{position:static;transform:none;opacity:1;pointer-events:auto;border:none;box-shadow:none;padding:0;min-width:unset}
  .menu-item.has-dropdown .dropdown-link{padding:8px 0;border-radius:0}
}

/* ===== Hero Header mit Portrait ===== */
.hero-cedric{
  position: relative;
  padding: 60px 0 30px;
  background: #fff;
}
.hero-cedric__inner{
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 36px;
  align-items: center;
}
.hero-cedric__copy h1{
  margin: 0 0 6px;
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.05;
}
.hero-cedric__sub{
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: .5px;
  color: var(--grau);
  text-transform: uppercase;
}
.hero-cedric__lead{
  margin: 8px 0 14px;
  font-size: clamp(16px, 1.3vw, 18px);
  color: var(--anthrazit);
  max-width: 65ch;
}

/* Bild rechts – mit softem Fade zur Mitte, damit Text klar bleibt */
.hero-cedric__media{
  position: relative;
  min-height: 360px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  background: #f6f6f6;
}
.hero-cedric__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
/* weicher Verlauf links über dem Bild */
.hero-cedric__media::before{
  content:"";
  position:absolute; inset:0;
  background: linear-gradient(90deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.25) 45%, rgba(255,255,255,0) 70%);
  pointer-events:none;
}

/* kleine Helfer aus Hero */
.cta-row{display:flex; gap:12px; flex-wrap:wrap; margin-top:8px}

/* Responsive */
@media (max-width: 980px){
  .hero-cedric__inner{ grid-template-columns: 1fr; }
  .hero-cedric__media{ order: -1; min-height: 300px; }
  .hero-cedric{ padding-top: 30px; }
  .hero-cedric__media::before{
    background: linear-gradient(0deg, rgba(255,255,255,.9) 0%, rgba(255,255,255,.25) 40%, rgba(255,255,255,0) 70%);
  }
}

/* ===== FULLSCREEN HERO ===== */
.hero-full {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}


.hero-inner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr; /* rechter Teil breiter */
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 1400px; /* optional, damit es nicht zu weit zieht */
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 650px;
  background: rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(6px);
  border-radius: 16px;
  padding: 40px 50px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.08);
}
.hero-copy {
  margin-left: clamp(20px, 6vw, 80px);
}

.hero-copy h1 {
  font-size: clamp(2.2rem, 5vw, 3.6rem);
  line-height: 1.1;
  color: var(--anthrazit);
  margin: 0 0 0.4rem;
}

.hero-copy h2 {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--grau);
  margin: 0 0 1rem;
}

.hero-copy p {
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--anthrazit);
  margin-bottom: 1.4rem;
}

.hero-cta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% center; /* <– verschiebt Bildinhalt nach rechts */
  transition: object-position .3s ease;
}

/* Auf kleineren Screens wieder zentrieren */
@media (max-width: 992px) {
  .hero-image img {
    object-position: center center;
  }
}

/* Soft Fade von links (Text lesbar halten) */
.hero-image::before { background: none; }


/* Responsive */
@media (max-width: 992px) {
  .hero-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-image {
    order: -1;
    height: 50vh;
    border-radius: 0;
    box-shadow: none;
  }
  .hero-image::before {
    background: linear-gradient(
      0deg,
      rgba(255,255,255,1) 0%,
      rgba(255,255,255,0.6) 40%,
      rgba(255,255,255,0) 100%
    );
  }
}

/* Abstand zwischen Navbar (.header) und Hero verkleinern */
.header .nav{ padding:10px 20px; }              /* vorher 14px */
.header + .hero-full,
.header + .hero-cedric,
.header + .hero{
  margin-top:-40px;                              /* Wert bei Bedarf -16px … -40px feinjustieren */
}

/* auf Mobil etwas weniger eng */
@media (max-width: 960px){
  .header + .hero-full,
  .header + .hero-cedric,
  .header + .hero{
    margin-top:-8px;
  }
}

/* ===== Hero Bild gezielt skalieren & positionieren ===== */
.hero-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;     /* <– schneidet überstehende Bildbereiche sauber ab */
  border-radius: 0;     /* oder 20px, je nach Stil */
}

.hero-image img {
  position: absolute;
  width: 80%;           /* <– nur 80 % so breit */
  height: 100%;          /* <– nur 80 % so hoch */
  right: -2%;          /* <– weiter nach rechts verschoben */
  bottom: -2%;          /* <– leicht nach unten verschoben */
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  filter: brightness(1.02);
  transition: all .3s ease;
}

/* Bei kleineren Bildschirmen wieder automatisch anpassen */
@media (max-width: 992px) {
  .hero-image img {
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
  }
}

/* ===== Portfolio Download ===== */
.download-section{padding:24px 0 6px}
.download-card{
  display:grid;grid-template-columns:1fr 1.3fr;gap:24px;
  border:1px solid #eee;border-radius:16px;background:#fff;
  padding:18px;box-shadow:0 6px 18px rgba(0,0,0,.06);
}
.download-media{
  aspect-ratio:16/10;overflow:hidden;border-radius:12px;background:#f7f7f7
}
.download-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}
.download-card:hover .download-media img{transform:scale(1.02)}
.download-copy h2{margin:0 0 8px}
.download-copy p{margin:0 0 10px;color:var(--anthrazit)}
.download-points{list-style:none;padding:0;margin:0 0 10px;color:var(--grau);display:grid;gap:6px}
.download-points li::before{content:"• ";color:var(--gold2)}
@media (max-width: 900px){.download-card{grid-template-columns:1fr}}


.download-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* ==== Kontaktformular – Fantastic5-VA ==== */
/* Nutzt eure bestehenden CSS-Variablen */
:root{
  --anthrazit:#3A3A3A;
  --grau:#7A7A7A;
  --gold1:#D6A755;
  --gold2:#A97A3A;
  --off:#F8F7F4;
  --bg:#FFFFFF;
  --ok:#198754;
  --err:#C03221;
}

/* Wrapper */
.contact-form {
  max-width: 780px;
  margin: 24px auto;
  padding: 24px;
  background: var(--off);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}

/* Grid */
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.form-row--single {
  grid-template-columns: 1fr;
}
@media (max-width: 720px){
  .form-row { grid-template-columns: 1fr; }
}

/* Labels & Inputs */
.contact-form label {
  display: block;
  font-size: .95rem;
  color: var(--anthrazit);
  margin-bottom: 6px;
}

.input, .textarea, .select {
  width: 100%;
  appearance: none;
  border: 1px solid #E5E5E5;
  background: #fff;
  color: var(--anthrazit);
  border-radius: 12px;
  padding: 12px 14px;
  font: inherit;
  line-height: 1.4;
  transition: box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.textarea { min-height: 140px; resize: vertical; }

/* Placeholder dezent */
.input::placeholder, .textarea::placeholder {
  color: #9AA0A6;
}

/* Fokus (WCAG-konform) */
.input:focus, .textarea:focus, .select:focus {
  outline: none;
  border-color: var(--gold1);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--gold1) 25%, transparent);
}

/* Fehler/Zustände via Klassen */
.is-error { border-color: var(--err) !important; }
.is-valid { border-color: var(--ok) !important; }

/* Fehlermeldung unter Feld */
.field-hint {
  margin-top: 6px;
  font-size: .85rem;
  color: var(--grau);
}
.field-error {
  color: var(--err);
}

/* Checkbox (Einwilligung) */
.checkbox {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: .95rem; color: var(--anthrazit);
}
.checkbox input[type="checkbox"]{
  width: 18px; height: 18px; margin-top: 2px;
  accent-color: var(--gold2);
}

/* Button */
.btn-gold {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px;
  background: linear-gradient(90deg, var(--gold1), var(--gold2));
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
  transition: transform .06s ease, opacity .2s ease, box-shadow .2s ease;
}
.btn-gold:hover { opacity: .95; box-shadow: 0 10px 24px rgba(0,0,0,.16); }
.btn-gold:active { transform: translateY(1px); }
.btn-gold[disabled] { opacity: .6; cursor: not-allowed; }

/* Inline-Spinner (optional) */
.spinner {
  width: 16px; height: 16px; border-radius: 50%;
  border: 2px solid #fff; border-right-color: transparent;
  animation: spin .8s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce){
  .spinner { animation: none; }
}

/* Erfolgs-/Fehlerbanner (top des Formulars) */
.form-alert {
  border-radius: 12px; padding: 12px 14px; margin-bottom: 16px;
  font-size: .95rem;
}
.form-alert--success { background: #EAF6EE; color: #0F5132; border: 1px solid #CBE9D4; }
.form-alert--error   { background: #FCECEA; color: #842029; border: 1px solid #F5C2C7; }

/* Kleines Helferlein für schmale Abstände */
.mt-8 { margin-top: 8px; }
.mt-16{ margin-top: 16px; }
.mt-24{ margin-top: 24px; }

/* =========================
   MOBILE-FIXES (XS phones)
   ========================= */

/* < 480px: kompaktere Typo, Buttons & Hero */
@media (max-width: 480px){
  html { font-size: 15px; }            /* etwas kleinere Basis */
  .container { padding: 0 14px; }
  .topbar .container { padding: 6px 14px; }
  .btn { padding: 12px 14px; border-radius: 12px; }
  .btn--gold, .btn--ghost { min-height: 44px; } /* bessere Tap-Targets */

  /* Hero Fullscreen: weniger Glas & mehr Platz */
  .hero-full { min-height: 88vh; }
  .hero-copy { padding: 18px 16px; margin-left: 0; backdrop-filter: none; }
  .hero-copy h1 { font-size: clamp(1.6rem, 6vw, 2.2rem); }
  .hero-copy p { font-size: 0.98rem; margin-bottom: 1rem; }
  .hero-cta { gap: 10px; }
  .hero-cta .btn { flex: 1 1 100%; }   /* CTAs untereinander auf XS */

  /* Hintergrundbild enger fassen */
  .hero-image { height: 46vh; border-radius: 0; }
  .hero-image img { width: 110%; right: -5%; bottom: 0; }
  .hero-image::before {
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%,
                                      rgba(255,255,255,.65) 40%,
                                      rgba(255,255,255,0) 100%);
  }

  /* Menü: Dropdown als echtes Panel */
  .menu { top: 58px; right: 14px; width: min(92vw, 320px); }
  .nav-toggle { padding: 8px 10px; }

  /* Download-Karte & Sektionen */
  .download-card { grid-template-columns: 1fr; padding: 14px; gap: 14px; }
  .download-media { aspect-ratio: 16/10; border-radius: 10px; }
  .cta-row { gap: 10px; }
  .cta-row .btn { flex: 1 1 100%; }

  /* Feature-Grids, Split-Blöcke, Footer */
  .split { gap: 24px; }
  .split-item { gap: 16px; }
  .footer-grid { grid-template-columns: 1fr; gap: 18px; }
  .seals img { width: 56px; height: 56px; }
}

/* < 380px: noch kompakter, Formular 1-Spalte, Inputs iOS-Zoom safe */
@media (max-width: 380px){
  .topbar-right ul { gap: 8px; }
  .header .nav { padding: 8px 14px; }
  .logo { max-width: 160px; }

  /* Kontaktformular – kompakt & 1-Spalte */
  .contact-form { padding: 16px; margin: 16px auto; }
  .form-row { grid-template-columns: 1fr !important; gap: 12px; }
  .contact-form input,
  .contact-form textarea { font-size: 16px; } /* verhindert iOS-Zoom */
  .consent { font-size: .9rem; gap: 10px; }

  /* Quiz/Leistungen: Karten gestapelt & luftiger */
  .feature-grid { grid-template-columns: 1fr; gap: 14px; }
  .pill-nav { gap: 8px; }
  .pill-nav a { padding: 8px 10px; }
}

/* < 320px: harte Fallbacks, Deko ausblenden, alles 100% */
@media (max-width: 320px){
  html { font-size: 14px; }
  .corner { display: none !important; }            /* Deko aus, Platz gewinnen */
  .btn, .btn--gold, .btn--ghost { width: 100%; }   /* volle Breite */
  .menu { left: 14px; right: 14px; width: auto; }  /* zentriertes Sheet */
  .hero-image { height: 42vh; }
  .hero-copy { padding: 14px; }
  .download-copy h2 { font-size: 1.1rem; }
}

/* Cal-Embed: Höhe auf XS */
@media (max-width: 480px){
  #my-cal-inline-20min { min-height: 600px; }
}

/* Sicherheitsnetz: Tabellen/iframes immer scrollbar statt overflow */
@media (max-width: 480px){
  table, .calendar-embed iframe { max-width: 100%; overflow: auto; display: block; }
}

/* Cookiebanner/Overlays nie „hinter“ Content (z-index Guard) */
@media (max-width: 480px){
  .header { z-index: 50; }
  .menu, .dropdown { z-index: 60; }
}
/* Wenn euer Cookie-Banner eine Klasse .cookie-banner hat: */
.cookie-banner { position: fixed; z-index: 70; inset: auto 0 0 0; }

/* ===== Erfahrungsband ===== */
.experience-band {
  background: linear-gradient(90deg, var(--gold1), var(--gold2));
  color: #1f1f1f;
  padding: 24px 0;
  text-align: center;
  font-size: 1.40rem;
  font-weight: 500;
}
.experience-inner {
  display: flex;
  flex-direction: column;
  gap: 1px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.experience-band p {
  margin: 4px 0;          /* statt ~16px Standard */
  line-height: 1.4;       /* etwas dichter, aber noch gut lesbar */
}
.experience-inner strong {
  color: var(--anthrazit);
}
@media (max-width: 768px) {
  .experience-band { font-size: .95rem; padding: 18px 0; }
}

/* Abstand zwischen Hero und Erfahrungsband reduzieren */
.hero-full {
  margin-bottom: 0;
  padding-bottom: 0;
}
.hero-inner {
  margin-bottom: 0;
}
.experience-band {
  margin-top: -100px; /* zieht den Streifen leicht an den Hero heran */
}

.experience-band1 {
  background: linear-gradient(90deg, var(--gold1), var(--gold2));
  color: #1f1f1f;
  padding: 24px 0;
  text-align: center;
  font-size: 1.05rem;
  font-weight: 500;
}
.experience-inner1 {
  display: flex;
  flex-direction: column;
  gap: 1px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.experience-band1 p {
  margin: 4px 0;          /* statt ~16px Standard */
  line-height: 1.4;       /* etwas dichter, aber noch gut lesbar */
}
.experience-inner1 strong {
  color: var(--anthrazit);
}
@media (max-width: 768px) {
  .experience-band1 { font-size: .95rem; padding: 18px 0; }
}

/* Abstand zwischen Hero und Erfahrungsband reduzieren */
.hero-full {
  margin-bottom: 0;
  padding-bottom: 0;
}
.hero-inner {
  margin-bottom: 0;
}
.experience-band1 {
  margin-top: 15px; /* zieht den Streifen leicht an den Hero heran */
}