/* OFFSTAGE v163: Cookie-Hinweis im Seitenstil */
.offstage-cookie-banner,.offstage-cookie-panel{position:fixed;left:50%;bottom:22px;width:min(1120px,calc(100vw - 32px));transform:translateX(-50%);z-index:100000;font-family:inherit;color:#201e29}
.offstage-cookie-banner[hidden],.offstage-cookie-panel[hidden]{display:none!important}
.offstage-cookie-box,.offstage-cookie-panel-box{background:#fff;border:1px solid rgba(32,30,41,.12);border-radius:22px;box-shadow:0 22px 60px rgba(20,20,28,.18);padding:22px 24px}
.offstage-cookie-box{display:grid;grid-template-columns:1fr auto;gap:18px 22px;align-items:center}
.offstage-cookie-title,.offstage-cookie-panel-title{display:block;margin:0 0 7px;font-family:'Lora',serif;font-size:1.15rem;line-height:1.25;font-weight:700;color:#201e29}
.offstage-cookie-text,.offstage-cookie-panel-text{margin:0;color:#5f6875;font-size:.96rem;line-height:1.55}
.offstage-cookie-actions,.offstage-cookie-panel-actions{display:flex;flex-wrap:wrap;gap:9px;justify-content:flex-end;align-items:center}
.offstage-cookie-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;border-radius:999px;border:1px solid #232228;padding:10px 18px;background:#232228;color:#f5f0eb;font-size:.78rem;line-height:1.2;font-weight:800;letter-spacing:.085em;text-transform:uppercase;text-decoration:none;cursor:pointer;transition:background .22s ease,color .22s ease,border-color .22s ease,transform .22s ease}
.offstage-cookie-btn:hover,.offstage-cookie-btn:focus{background:#fff;color:#232228;border-color:#232228;text-decoration:none;transform:translateY(-1px);outline:none}
.offstage-cookie-btn-secondary{background:#fff;color:#232228}.offstage-cookie-btn-secondary:hover,.offstage-cookie-btn-secondary:focus{background:#232228;color:#f5f0eb}
.offstage-cookie-btn-text{border-color:transparent;background:transparent;color:#5f6875;padding-left:8px;padding-right:8px}.offstage-cookie-btn-text:hover,.offstage-cookie-btn-text:focus{background:transparent;border-color:transparent;color:#201e29;transform:none}
.offstage-cookie-panel{max-width:720px}.offstage-cookie-panel-box{padding:26px}.offstage-cookie-options{display:grid;gap:14px;margin:22px 0 24px}
.offstage-cookie-option{display:flex;gap:14px;align-items:flex-start;border:1px solid rgba(32,30,41,.10);background:#fbf8f7;border-radius:16px;padding:16px}
.offstage-cookie-option input{width:20px;height:20px;margin-top:2px;accent-color:#232228;flex:0 0 auto}.offstage-cookie-option strong{display:block;margin-bottom:4px;color:#201e29;font-size:.98rem}.offstage-cookie-option span{display:block;color:#5f6875;font-size:.92rem;line-height:1.45}.offstage-cookie-option.is-required{opacity:.9}
@media(max-width:767px){.offstage-cookie-banner,.offstage-cookie-panel{bottom:14px;width:calc(100vw - 24px)}.offstage-cookie-box{grid-template-columns:1fr;padding:20px}.offstage-cookie-actions,.offstage-cookie-panel-actions{justify-content:stretch}.offstage-cookie-btn{width:100%}}
