/* Alternate Group – Basis-Styles (Navigation, Formular) */
* { box-sizing: border-box; }
body { margin: 0; -webkit-font-smoothing: antialiased; }
a { color: oklch(78% 0.09 78); text-decoration: none; }
a:hover { color: oklch(85% 0.08 80); }

.site-header { position: sticky; top: 0; z-index: 50; background: #1f2127; border-bottom: 1px solid rgba(255,255,255,0.1); }
.header-inner { max-width: 1180px; margin: 0 auto; padding: 10px clamp(20px,5vw,56px); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { height: clamp(68px, 9vw, 96px); width: auto; display: block; }
.nav-desktop { display: flex; align-items: center; gap: 32px; }
.nav-link { font-family: inherit; font-weight: 500; font-size: 0.98rem; color: rgba(255,255,255,0.85); padding: 4px 0; background: none; border: none; cursor: pointer; display: flex; align-items: center; gap: 7px; }
a.nav-link:hover, .nav-item:hover > .nav-link { color: #ffffff; }
.nav-link.active { font-weight: 600; color: #ffffff; border-bottom: 2px solid oklch(70% 0.1 75); }
.chev { font-size: 0.65rem; color: oklch(78% 0.09 78); }
.nav-item { position: relative; display: flex; }
.dropdown { display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); padding-top: 14px; z-index: 60; }
.nav-item:hover .dropdown, .nav-item:focus-within .dropdown { display: block; }
.dropdown-inner { background: #2c2f37; border: 1px solid rgba(255,255,255,0.12); border-radius: 8px; box-shadow: 0 24px 48px rgba(0,0,0,0.5); min-width: 260px; display: flex; flex-direction: column; padding: 10px; gap: 2px; }
.dd-link { display: block; padding: 11px 14px; border-radius: 6px; font-weight: 500; font-size: 0.95rem; color: rgba(255,255,255,0.85); }
.dd-link:hover { background: rgba(255,255,255,0.08); color: #ffffff; }
.dd-link.active { font-weight: 600; color: oklch(78% 0.09 78); background: rgba(255,255,255,0.06); }
.btn-gold { background: oklch(70% 0.1 75); color: #25272e; padding: 13px 26px; border-radius: 4px; font-weight: 700; font-size: 0.95rem; display: inline-block; }
.btn-gold:hover { color: #25272e; filter: brightness(1.06); }
.burger { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 46px; height: 46px; background: transparent; border: 1px solid rgba(255,255,255,0.25); border-radius: 4px; cursor: pointer; padding: 0; flex-shrink: 0; }
.burger span { display: block; width: 20px; height: 2px; background: #ffffff; }
.mobile-menu { position: absolute; top: 100%; left: 0; right: 0; background: #1f2127; border-bottom: 1px solid rgba(255,255,255,0.12); box-shadow: 0 24px 48px rgba(0,0,0,0.55); display: flex; flex-direction: column; padding: 0 clamp(20px,5vw,56px) 28px; max-height: calc(100vh - 120px); overflow-y: auto; }
.mobile-menu[hidden] { display: none; }
.mm-link, .mm-toggle { font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1.08rem; color: #ffffff; padding: 15px 4px; border: none; border-bottom: 1px solid rgba(255,255,255,0.1); background: none; text-align: left; cursor: pointer; display: flex; justify-content: space-between; align-items: center; width: 100%; }
.mm-link.active, .mm-toggle.active { color: oklch(78% 0.09 78); }
.mm-sub { display: flex; flex-direction: column; background: rgba(255,255,255,0.03); }
.mm-sub[hidden] { display: none; }
.mm-sub a { padding: 13px 4px 13px 18px; font-size: 1rem; font-weight: 500; color: rgba(255,255,255,0.8); border-bottom: 1px solid rgba(255,255,255,0.07); }
.mm-sub a.active { font-weight: 600; color: oklch(78% 0.09 78); }
.mm-cta { margin-top: 20px; text-align: center; background: oklch(70% 0.1 75); color: #25272e; padding: 15px 22px; border-radius: 4px; font-weight: 700; font-size: 1.05rem; }
@media (max-width: 979px) { .nav-desktop { display: none; } .burger { display: flex; } }

.form-field { width: 100%; background: #1f2127; border: 1px solid rgba(255,255,255,0.18); border-radius: 4px; padding: 14px 16px; font-size: 1rem; color: #f2f3f5; font-family: inherit; }
.form-field:focus { border-color: oklch(70% 0.1 75); outline: none; }
.form-label { display: block; font-weight: 600; font-size: 0.9rem; color: rgba(255,255,255,0.85); margin-bottom: 8px; }
.hp-field { position: absolute; left: -9999px; top: -9999px; }

/* Cookie-Hinweisbanner */
.cookie-banner { position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 100; margin: 0 auto; max-width: 720px; background: #2c2f37; border: 1px solid rgba(255,255,255,0.15); border-radius: 8px; box-shadow: 0 16px 40px rgba(0,0,0,0.5); padding: 16px 20px; display: flex; align-items: center; gap: 18px; flex-wrap: wrap; font-family: 'Source Sans 3', 'Helvetica Neue', Arial, sans-serif; }
.cookie-text { margin: 0; font-size: 0.9rem; line-height: 1.6; color: rgba(255,255,255,0.85); flex: 1 1 320px; }
.cookie-ok { background: oklch(70% 0.1 75); color: #25272e; border: none; border-radius: 4px; padding: 12px 22px; font-weight: 700; font-size: 0.92rem; cursor: pointer; font-family: inherit; flex-shrink: 0; }
.cookie-ok:hover { filter: brightness(1.06); }
