:root {
  --red: #c1121f;
  --red-dark: #8f0f18;
  --blue: #10283b;
  --bg: #f4f6f8;
  --surface: #ffffff;
  --surface-soft: #eef2f5;
  --text: #18212b;
  --muted: #5b6876;
  --border: #d9e1e8;
  --shadow: 0 12px 30px rgba(16, 24, 40, 0.08);
  --radius: 22px;
  --max-width: 1160px;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: Inter, Arial, sans-serif; background: var(--bg); color: var(--text); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(100% - 2rem, var(--max-width)); margin: 0 auto; }
header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.94); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.nav { display:flex; justify-content:space-between; align-items:center; gap: 1rem; padding: 0.9rem 0; }
.brand { display:flex; align-items:center; gap: 0.9rem; }
.brand img { height: 54px; width:auto; }
.brand-text strong { display:block; font-size:1.03rem; letter-spacing:0.02em; }
.brand-text span { color:var(--muted); font-size:0.9rem; }
nav ul { display:flex; list-style:none; gap:1.1rem; flex-wrap:wrap; align-items:center; }
nav a { color:var(--muted); font-weight:700; }
nav a:hover, nav a.active { color: var(--red); }
.notruf-bar { background: linear-gradient(135deg, var(--red), var(--red-dark)); color:#fff; }
.notruf-inner { display:flex; justify-content:space-between; align-items:center; gap:1rem; padding:0.7rem 0; font-weight:700; }
.hero { position:relative; overflow:hidden; background: linear-gradient(135deg, rgba(8,18,28,0.88), rgba(16,40,59,0.76)), url('Rüsthaus.jpg') center/cover; color:#fff; }
.hero::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at top right, rgba(193,18,31,0.28), transparent 30%); pointer-events:none; }
.hero-inner { position:relative; z-index:1; min-height:68vh; display:grid; grid-template-columns: 1.1fr 0.9fr; gap:2rem; align-items:center; padding:5rem 0; }
.eyebrow, .section-kicker { display:inline-block; padding:0.42rem 0.8rem; border-radius:999px; font-size:0.82rem; font-weight:800; letter-spacing:0.08em; text-transform:uppercase; }
.eyebrow { margin-bottom:1rem; background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.16); }
.section-kicker { margin-bottom:0.75rem; color: var(--red); background: rgba(193,18,31,0.08); }
h1 { font-size: clamp(2.5rem, 5vw, 4.7rem); line-height:1.04; margin-bottom: 1rem; }
h2 { font-size: clamp(1.9rem, 3vw, 2.8rem); line-height:1.1; margin-bottom:0.55rem; }
.hero p, .section-head p, .card p, .card li { color: var(--muted); }
.hero p { color: rgba(255,255,255,0.88); max-width: 62ch; font-size: 1.08rem; margin-bottom: 1.4rem; }
.hero-highlights { display:flex; flex-wrap:wrap; gap:0.7rem; margin-bottom:1.3rem; }
.hero-highlights span { display:inline-flex; padding:0.45rem 0.8rem; border-radius:999px; background: rgba(255,255,255,0.1); border:1px solid rgba(255,255,255,0.12); font-size:0.92rem; font-weight:700; }
.hero-actions { display:flex; flex-wrap:wrap; gap:0.9rem; margin-bottom: 1.8rem; }
.button { display:inline-flex; align-items:center; justify-content:center; padding:0.95rem 1.25rem; border-radius:999px; font-weight:800; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: linear-gradient(135deg, var(--red), var(--red-dark)); color:#fff; box-shadow: var(--shadow); }
.button-secondary { background: rgba(255,255,255,0.1); color:#fff; border:1px solid rgba(255,255,255,0.16); }
.hero-panel { background: rgba(255,255,255,0.11); border:1px solid rgba(255,255,255,0.14); border-radius: 28px; padding:1.4rem; box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.hero-panel-logo { background: rgba(255,255,255,0.92); border-radius:18px; padding:1rem; margin-bottom:1rem; }
.hero-panel-logo img { width:min(100%, 340px); margin:auto; }
.info-list { display:grid; gap:0.85rem; color: rgba(255,255,255,0.9); }
.facebook-box { max-width: 100%; background:white; border-radius:16px;  padding:1.5rem;  border:1px solid #ddd; }
.facebook-actions { margin-top:1rem; display:flex; gap: 0.8rem; }
.facebook-actions .btn-secondary { background:transparent; border:2px solid #c1121f; color:#c1121f; }
.facts-band { margin-top:-2rem; position:relative; z-index:5; }
.facts-grid, .grid-2, .grid-3, .team-lead, .team-grid, .contact-layout, .news-grid { display:grid; gap:1.25rem; }
.facts-grid { grid-template-columns: repeat(4, 1fr); }
.fact-card { background: rgba(255,255,255,0.97); border:1px solid var(--border); border-radius:22px; padding:1.2rem; box-shadow: var(--shadow); }
.fact-card strong { display:block; font-size:1.35rem; color:var(--blue); margin-bottom:0.2rem; }
.fact-card span { color: var(--muted); }
section { padding: 5rem 0; }
.section-head { margin-bottom:2rem; display:flex; justify-content:space-between; gap:1rem; align-items:end; flex-wrap:wrap; }
.section-head p { max-width: 68ch; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3, .team-lead, .team-grid, .news-grid { grid-template-columns: repeat(3, 1fr); }
.card { background: var(--surface); border:1px solid var(--border); border-radius: var(--radius); padding:1.45rem; box-shadow: var(--shadow); }
.card h3 { margin-bottom:0.45rem; font-size:1.14rem; }
.card ul { padding-left: 1.05rem; display:grid; gap:0.35rem; }
.image-card { overflow:hidden; padding:0; }
.image-card img { width:100%; aspect-ratio: 16 / 10; object-fit:cover; background:var(--surface-soft); }
.image-card .content { padding:1.25rem; }
.team-card { overflow:hidden; padding:0; transition: transform .2s ease, box-shadow .2s ease; }
.team-card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(16,24,40,0.12); }
.team-photo { aspect-ratio: 4 / 5; background: linear-gradient(180deg, #eef2f6, #dde6ee); overflow:hidden; }
.team-photo img { width:100%; height:100%; object-fit:cover; object-position:center top; }
.team-card .content { padding:1.1rem 1.15rem 1.2rem; }
.team-role { display:inline-block; margin-bottom:0.7rem; padding:0.34rem 0.65rem; border-radius:999px; background: rgba(193,18,31,0.08); color:var(--red); font-size:0.86rem; font-weight:800; }
.team-rank { color: var(--text); font-weight:800; margin-bottom:0.3rem; }
.team-contact { margin-top:0.8rem; color: var(--muted); font-size:0.96rem; display:grid; gap:0.22rem; word-break: break-word; }
.team-compact { padding:1.2rem; border-top:4px solid rgba(193,18,31,0.9); }
.timeline { display:grid; gap:1rem; }
.timeline-item { border-left:4px solid var(--red); padding-left:1rem; }
.contact-layout { grid-template-columns: 0.95fr 1.05fr; }
.contact-box { background: var(--surface-soft); border:1px solid var(--border); border-radius:18px; padding:1rem; margin-bottom:0.9rem; }
.contact-box strong { display:block; margin-bottom:0.35rem; }
.map-frame, .fb-frame { width:100%; border:0; border-radius:22px; min-height:340px; background: var(--surface-soft); }
.fb-frame { min-height:700px; }
.info-note { margin-top:0.85rem; font-size:0.92rem; color: var(--muted); }
.cta { background: linear-gradient(135deg, var(--red), var(--red-dark)); color:#fff; border-radius: 28px; padding:2.5rem; box-shadow: var(--shadow); position:relative; overflow:hidden; }
.cta::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at top right, rgba(255,255,255,0.16), transparent 30%); }
.cta > * { position:relative; z-index:1; }
.cta p { color: rgba(255,255,255,0.88); margin:0.75rem 0 1.45rem; }
footer { background: var(--blue); color:#fff; margin-top: 3rem; padding: 2.4rem 0 2.8rem; }
.footer-grid { display:grid; grid-template-columns: 1.2fr 0.8fr 0.8fr; gap:1.25rem; }
.footer-grid a { color: rgba(255,255,255,0.82); }
.footer-grid a:hover { color:#fff; }
.footer-title { font-weight:800; margin-bottom:0.6rem; }
.legal-page { padding: 4rem 0 5rem; }
.legal-card { background:var(--surface); border:1px solid var(--border); border-radius:var(--radius); padding:2rem; box-shadow:var(--shadow); }
.legal-card h1 { font-size: clamp(2rem, 4vw, 3rem); color: var(--blue); margin-bottom:1.2rem; }
.legal-card h2 { font-size: 1.2rem; color: var(--red); margin-top:1.5rem; }
.legal-card p, .legal-card li { color: var(--muted); }
.legal-card ul { padding-left: 1.2rem; }
@media (max-width: 980px) {
  .hero-inner, .grid-2, .grid-3, .team-lead, .team-grid, .facts-grid, .contact-layout, .news-grid, .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .nav { flex-direction:column; align-items:flex-start; }
  nav ul, .hero-actions, .hero-highlights, .notruf-inner { flex-direction:column; align-items:flex-start; }
  .hero-inner { min-height:auto; padding:4rem 0; }
  .button { width:100%; }
}
