/* RecMedia – Unterseiten im Bomb-Design (Startseite hat ihr eigenes Inline-CSS) */
@font-face { font-family: "Archivo"; font-style: normal; font-weight: 100 900; font-display: swap; src: url("assets/fonts/archivo-var.woff2") format("woff2"); }
@font-face { font-family: "Bomb"; font-style: italic; font-weight: 900; font-stretch: 150%; font-display: swap; src: url("assets/fonts/anybody-wide-italic-900.woff2") format("woff2"); }
@font-face { font-family: "Bomb"; font-style: italic; font-weight: 900; font-stretch: 125%; font-display: swap; src: url("assets/fonts/anybody-125-italic-900.woff2") format("woff2"); }
:root { --bg:#141414; --cream:#F7F6EB; --lime:#CEFF00; --blue:#4A60FF; --red:#E0322A; --green:#31A362; --ink:#141414; --m:16px; --r:16px; --wide:"Bomb","Archivo",system-ui,sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--cream); font-family: "Archivo", system-ui, sans-serif; overflow-x: hidden; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.wide, .nav .brand b, .nav ul a, .pill, .kicker, .hero-sub h1, .arrow-btn span, .btn, .stk span, .cta-band p b, .subnav h2, .more h2, .faqbox summary, .card-h { font-family: var(--wide); font-style: italic; font-weight: 900; font-stretch: 125%; text-transform: uppercase; letter-spacing: -0.02em; }
/* Nav (identisch zur Startseite) */
.nav { display: flex; align-items: center; justify-content: space-between; padding: 18px var(--m); position: sticky; top: 0; z-index: 50; background: var(--bg); }
.nav .brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.nav .brand .star { width: 30px; height: 30px; }
.nav .brand b { font-size: 0.82rem; line-height: 0.95; display: inline-block; }
.nav ul { display: flex; gap: 28px; list-style: none; margin: 0; padding: 0; align-items: center; }
.nav ul a { text-decoration: none; font-size: 0.8rem; display: inline-block; }
.pill { display: inline-block; padding: 9px 16px; border-radius: 999px; background: var(--red); color: #fff; font-size: 0.8rem; text-decoration: none; }
.burger { display: none; width: 44px; height: 44px; border: 0; background: var(--cream); border-radius: 50%; position: relative; cursor: pointer; }
.burger::before, .burger::after { content: ""; position: absolute; left: 12px; right: 12px; height: 3px; background: var(--ink); top: 16px; } .burger::after { top: 25px; }
/* Titelblock */
.hero-sub { position: relative; margin: 0 var(--m); padding: 56px 24px 40px; border-radius: var(--r); text-align: center; }
.kicker { display: inline-block; background: var(--lime); color: var(--ink); padding: 6px 14px 8px; border-radius: 6px; font-size: clamp(.9rem, 1.4vw, 1.2rem); text-transform: lowercase; rotate: -3deg; box-shadow: 0 0 0 3px var(--cream), 0 5px 0 3px rgba(0,0,0,.4); margin-bottom: 28px; }
.hero-sub h1 { margin: 0 auto; max-width: 18ch; font-size: clamp(2.2rem, 6.4vw, 92px); line-height: .92; letter-spacing: -0.03em; text-transform: none; }
.hero-sub h1 em { font-style: inherit; color: var(--lime); }
.hero-sub .lead { max-width: 64ch; margin: 28px auto 0; font-size: clamp(1.05rem, 1.4vw, 20px); line-height: 1.45; font-weight: 500; }
.hero-sub .cta { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
/* Buttons */
.arrow-btn { display: inline-flex; align-items: stretch; gap: 4px; text-decoration: none; max-width: 100%; }
.arrow-btn i { display: inline-flex; width: 48px; height: 48px; background: var(--cream); color: var(--ink); border-radius: 6px; align-items: center; justify-content: center; font-style: normal; flex: none; }
.arrow-btn i svg { width: 22px; height: 22px; }
.arrow-btn span { display: inline-flex; align-items: center; background: var(--cream); color: var(--ink); padding: 10px 14px; border-radius: 6px; font-size: clamp(1rem, 1.4vw, 20px); line-height: 1.05; min-width: 0; white-space: normal; text-align: left; flex-wrap: wrap; row-gap: 2px; }
.arrow-btn.red i, .arrow-btn.red span { background: var(--red); color: var(--cream); }
.arrow-btn.dark i, .arrow-btn.dark span { background: var(--ink); color: var(--cream); }
.arrow-btn .opt { font-style: inherit; margin-right: .32em; }
.arrow-btn:hover i { background: var(--blue); color: var(--cream); }
.btn { display: inline-block; text-decoration: none; padding: 14px 20px; border-radius: 8px; background: var(--cream); color: var(--ink); font-size: 1rem; line-height: 1; box-shadow: 0 5px 0 rgba(0,0,0,.35); }
.btn.btn-primary, .btn-primary { background: var(--red); color: var(--cream); }
.btn:hover { transform: translateY(-2px); }
/* Artikel-Karte */
.sub { margin: var(--m); background: var(--cream); color: var(--ink); border-radius: var(--r); padding: clamp(28px, 5vw, 72px) clamp(20px, 6vw, 96px); }
.sub > * { max-width: 78ch; margin-left: auto; margin-right: auto; }
.sub h2 { font-family: var(--wide); font-style: italic; font-weight: 900; font-stretch: 125%; letter-spacing: -0.02em; font-size: clamp(1.6rem, 3.2vw, 44px); line-height: 1; margin: 56px auto 18px; overflow-wrap: anywhere; hyphens: auto; }
.sub { overflow-x: hidden; } .sub h3, .sub p, .sub li, .sub td, .sub summary { overflow-wrap: anywhere; }
.sub h2:first-child { margin-top: 0; }
.sub h3 { font-size: clamp(1.15rem, 1.8vw, 24px); font-weight: 700; letter-spacing: -0.01em; margin: 30px auto 8px; }
.sub h3 a { text-decoration: none; border-bottom: 3px solid var(--lime); }
.sub p, .sub li { font-size: 17px; line-height: 1.6; font-weight: 500; }
.sub p { margin: 0 auto 16px; }
.sub ul { padding-left: 1.2rem; margin: 0 auto 16px; }
.sub li { margin-bottom: 8px; }
.sub a { color: var(--ink); text-decoration: underline; text-decoration-color: var(--blue); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.sub a:hover { color: var(--blue); }
.sub strong { font-weight: 700; }
.sub .local-kicker, .sub .legal-back { display: none; }
.sub .local-lead { font-size: clamp(1.1rem, 1.5vw, 21px); line-height: 1.45; }
.sub .local-cta { display: flex; flex-wrap: wrap; gap: 12px; margin: 24px auto 32px; }
.sub .local-cta .btn { background: var(--ink); color: var(--cream); text-decoration: none; }
.sub .local-cta .btn-primary { background: var(--red); }
.sub .local-figure { margin: 0 auto 32px; max-width: 320px; }
.sub .local-figure img { width: 100%; height: auto; border-radius: 12px; display: block; transform: rotate(-2deg); box-shadow: 0 0 0 4px var(--ink), 0 10px 0 4px rgba(0,0,0,.2); }
.sub .local-figure figcaption { font-size: 13px; font-weight: 500; margin-top: 14px; opacity: .7; }
.sub .local-steps { list-style: none; padding: 0; counter-reset: st; display: grid; gap: 10px; }
.sub .local-steps li { background: var(--bg); color: var(--cream); border-radius: 12px; padding: 16px 18px; }
.sub .local-steps li strong { color: var(--lime); }
.sub address, .sub .local-nap { font-style: normal; font-size: 15px; font-weight: 500; opacity: .8; margin-top: 40px; }
.sub .legal-back + .legal-back, .sub nav.legal-back { display: none; }
.sub table { width: 100%; border-collapse: collapse; margin: 0 auto 16px; font-size: 16px; }
.sub th, .sub td { text-align: left; padding: 10px 8px; border-bottom: 2px solid rgba(20,20,20,.15); vertical-align: top; }
.sub th { font-weight: 700; }
.sub .faqbox { border-top: 2px solid rgba(20,20,20,.15); }
.sub .faqbox:last-of-type { border-bottom: 2px solid rgba(20,20,20,.15); }
.sub .faqbox summary { list-style: none; cursor: pointer; padding: 16px 0; font-size: clamp(1.05rem, 1.6vw, 22px); text-transform: none; display: flex; justify-content: space-between; gap: 16px; }
.sub .faqbox summary::-webkit-details-marker { display: none; }
.sub .faqbox summary::after { content: "+"; font-family: "Archivo"; font-style: normal; color: var(--red); font-size: 1.4em; line-height: 1; }
.sub .faqbox[open] summary::after { content: "–"; }
.sub .faqbox p { margin-bottom: 18px; }
/* Tags */
.tags { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; margin: 14px auto 6px; padding: 0; }
.tags li { padding: 6px 12px; border-radius: 999px; border: 2px solid currentColor; font-weight: 700; font-size: 14px; line-height: 1; margin: 0; }
/* CTA-Band + Sticker */
.cta-band { margin: var(--m); padding: 28px 32px; border-radius: var(--r); background: var(--red); color: var(--cream); display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cta-band p { margin: 0; font-size: clamp(1.1rem, 1.8vw, 26px); font-weight: 500; }
.cta-band .arrow-btn i, .cta-band .arrow-btn span { background: var(--cream); color: var(--ink); }
/* Weitere Seiten */
.more { margin: var(--m); padding: 40px 24px 48px; border-radius: var(--r); background: #1B1B1B; border: 1px solid rgba(247,246,235,.12); }
.more h2 { margin: 0 0 20px; font-size: clamp(1.6rem, 3.2vw, 44px); line-height: 1; text-transform: none; }
.more ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 10px 24px; }
.more a { text-decoration: none; font-weight: 700; font-size: 16px; display: block; padding: 10px 0; border-bottom: 1px solid rgba(247,246,235,.15); }
.more a:hover { color: var(--lime); }
.more li.now a { color: var(--lime); }
/* Footer */
.fx { padding: 28px var(--m) 36px; font-size: 14px; font-weight: 500; }
.fx a { text-decoration: none; }
.fx-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px 24px; padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid rgba(247,246,235,.18); line-height: 1.5; }
.fx-top a:hover { color: var(--lime); }
.fx-legal { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 24px; font-size: 15px; font-weight: 700; }
.fx-legal a { border-bottom: 2px solid var(--lime); padding-bottom: 1px; }
.fx-legal a:hover { color: var(--lime); }
.fx-legal span { font-weight: 500; opacity: .6; }
/* Sichtbarkeit */
.sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
@media (max-width: 900px) {
  .burger { display: block; position: fixed; top: 12px; right: 12px; z-index: 70; box-shadow: 0 0 0 3px var(--bg); }
  .nav { position: static; }
  .nav ul { display: none; }
  .nav.open ul { display: flex; position: fixed; inset: 0; background: var(--bg); flex-direction: column; align-items: flex-start; gap: 6px; padding: 90px 24px 24px; z-index: 60; }
  .nav.open ul a { font-size: 2rem; padding: 6px 0; } .nav.open .pill { margin-top: 12px; font-size: 1.1rem; }
  .hero-sub { padding: 36px 16px 28px; }
  .arrow-btn .opt { display: none; } .arrow-btn span { font-size: 1rem; }
  .hero-sub h1 { font-size: clamp(1.8rem, 8.6vw, 3.2rem); max-width: none; overflow-wrap: anywhere; hyphens: auto; }
  .sub { padding: 28px 18px 40px; }
  .sub h2 { font-size: clamp(1.3rem, 6.2vw, 1.9rem); margin-top: 40px; }
  .sub table { display: block; overflow-x: auto; }
}
