/* Boxenstopp – zentrale Datenschutz-/Consent-Oberfläche */
:root{--bs-consent-bg:#111;--bs-consent-text:#fff;--bs-consent-muted:#d1d5db;--bs-consent-border:#3f3f46;--bs-consent-accent:#c90000;--bs-consent-panel:#fff;--bs-consent-panel-text:#222}
#bs-consent-banner,#bs-consent-modal{font-family:Arial,Helvetica,sans-serif;box-sizing:border-box}
#bs-consent-banner * ,#bs-consent-modal *{box-sizing:border-box}
#bs-consent-banner{position:fixed;left:0;right:0;bottom:0;z-index:2147483000;background:var(--bs-consent-bg);color:var(--bs-consent-text);box-shadow:0 -8px 28px rgba(0,0,0,.28);padding:18px 20px}
.bs-consent-banner-inner{max-width:1180px;margin:0 auto;display:flex;gap:22px;align-items:center;justify-content:space-between}
.bs-consent-copy{max-width:760px;font-size:14px;line-height:1.5}.bs-consent-copy strong{display:block;font-size:16px;margin-bottom:3px}.bs-consent-copy a{color:#fff;text-decoration:underline}
.bs-consent-actions{display:flex;flex-wrap:nowrap;gap:9px;justify-content:flex-end;align-items:center}.bs-consent-actions .bs-consent-btn{white-space:nowrap}.bs-consent-btn{appearance:none;border:1px solid #666;border-radius:8px;padding:11px 14px;font:700 14px Arial,Helvetica,sans-serif;cursor:pointer;background:#2b2b2b;color:#fff;min-height:42px}.bs-consent-btn:hover,.bs-consent-btn:focus-visible{outline:2px solid #fff;outline-offset:2px}.bs-consent-btn-primary{background:var(--bs-consent-accent);border-color:var(--bs-consent-accent)}
#bs-consent-modal[hidden],#bs-consent-banner[hidden]{display:none!important}
#bs-consent-modal{position:fixed;inset:0;z-index:2147483001;background:rgba(0,0,0,.62);display:flex;align-items:center;justify-content:center;padding:20px}
.bs-consent-panel{width:min(620px,100%);max-height:min(760px,92vh);overflow:auto;background:var(--bs-consent-panel);color:var(--bs-consent-panel-text);border-radius:14px;box-shadow:0 22px 70px rgba(0,0,0,.4);padding:24px}
.bs-consent-panel h2{margin:0 0 8px;font-size:24px;color:#111}.bs-consent-panel-intro{margin:0 0 18px;color:#555;line-height:1.55;font-size:14px}.bs-consent-row{display:flex;gap:18px;align-items:flex-start;justify-content:space-between;border-top:1px solid #e5e7eb;padding:17px 0}.bs-consent-row h3{margin:0 0 5px;font-size:16px;color:#111}.bs-consent-row p{margin:0;color:#606060;font-size:13px;line-height:1.45}.bs-consent-status{white-space:nowrap;font-size:12px;font-weight:700;color:#555;padding-top:3px}
.bs-consent-switch{position:relative;width:46px;height:26px;flex:0 0 auto}.bs-consent-switch input{position:absolute;opacity:0;width:1px;height:1px}.bs-consent-slider{position:absolute;inset:0;border-radius:999px;background:#aaa;cursor:pointer;transition:.18s}.bs-consent-slider:before{content:"";position:absolute;width:20px;height:20px;left:3px;top:3px;border-radius:50%;background:#fff;transition:.18s;box-shadow:0 1px 4px rgba(0,0,0,.25)}.bs-consent-switch input:checked + .bs-consent-slider{background:var(--bs-consent-accent)}.bs-consent-switch input:checked + .bs-consent-slider:before{transform:translateX(20px)}.bs-consent-switch input:focus-visible + .bs-consent-slider{outline:3px solid #111;outline-offset:2px}
.bs-consent-panel-actions{display:flex;flex-wrap:wrap;gap:9px;justify-content:flex-end;margin-top:8px}.bs-consent-panel .bs-consent-btn{border-color:#999;background:#f3f4f6;color:#111}.bs-consent-panel .bs-consent-btn-primary{background:var(--bs-consent-accent);border-color:var(--bs-consent-accent);color:#fff}.bs-consent-panel-link{display:inline-block;margin-top:16px;color:#8b0000;text-decoration:underline;font-weight:700;font-size:13px}
.bs-privacy-settings-wrap{text-align:center;margin:12px 0 6px}.bs-privacy-settings{border:0;background:transparent;color:inherit;text-decoration:underline;font:inherit;cursor:pointer;padding:4px 6px;opacity:.9}.bs-privacy-settings:hover,.bs-privacy-settings:focus-visible{opacity:1;outline:2px solid currentColor;outline-offset:2px}
@media(max-width:760px){#bs-consent-banner{padding:15px}.bs-consent-banner-inner{display:block}.bs-consent-actions{margin-top:13px;justify-content:stretch;flex-wrap:wrap}.bs-consent-actions .bs-consent-btn{flex:1 1 140px}.bs-consent-panel{padding:20px}.bs-consent-panel h2{font-size:21px}.bs-consent-row{gap:12px}}
