/* Cookie-Banner (Consent) */
#cookieBanner{position:fixed;left:0;right:0;bottom:0;z-index:3000;background:#102A1F;border-top:1px solid rgba(217,196,136,.25);box-shadow:0 -12px 44px rgba(0,0,0,.30);font-family:'Inter',system-ui,-apple-system,sans-serif}
#cookieBanner .ck-inner{max-width:1100px;margin:0 auto;padding:16px clamp(22px,5vw,44px);display:flex;align-items:center;gap:24px;flex-wrap:wrap;justify-content:space-between}
#cookieBanner p{margin:0;color:#A6C0B1;font-size:13px;line-height:1.55;max-width:74ch}
#cookieBanner a{color:#D9C488;text-decoration:underline}
#cookieBanner .ck-btns{display:flex;gap:10px;flex-shrink:0}
#cookieBanner button{font-family:inherit;font-size:13px;font-weight:600;padding:11px 22px;border-radius:999px;cursor:pointer;border:1px solid transparent;white-space:nowrap;transition:opacity .15s ease}
#cookieBanner button:hover{opacity:.9}
#cookieBanner .ck-accept{background:linear-gradient(135deg,#E7D9A6,#D9C488);color:#12301f}
#cookieBanner .ck-decline{background:transparent;color:#ECF2EC;border:1px solid rgba(255,255,255,.28)}
@media(max-width:640px){#cookieBanner .ck-inner{flex-direction:column;align-items:stretch;gap:14px}#cookieBanner .ck-btns{justify-content:stretch}#cookieBanner button{flex:1}}

/* ---- schwebender Cookie-Button (Banner erneut oeffnen) ---- */
#cookieReopen{position:fixed;left:16px;bottom:16px;z-index:9998;width:44px;height:44px;border-radius:50%;border:1px solid rgba(217,196,136,.45);background:#102A1F;color:#D9C488;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 24px rgba(16,42,31,.35);transition:transform .2s ease,box-shadow .2s ease;padding:0}
#cookieReopen svg{width:22px;height:22px}
#cookieReopen:hover{transform:scale(1.08);box-shadow:0 12px 30px rgba(16,42,31,.45)}
#cookieReopen:focus-visible{outline:2px solid #D9C488;outline-offset:2px}
@media (max-width:640px){#cookieReopen{width:40px;height:40px;left:12px;bottom:12px}#cookieReopen svg{width:20px;height:20px}}
