/* Lokale Einwilligungsoberflaeche — keine Fremdschrift, kein externes Asset. */
.sb-consent{position:fixed;z-index:2147483000;left:1rem;right:1rem;bottom:1rem;max-width:980px;margin:0 auto;
  color:#181723;background:rgba(255,255,255,.97);border:1px solid rgba(92,104,0,.25);border-radius:18px;
  box-shadow:0 24px 70px -24px rgba(24,23,35,.46),0 4px 18px rgba(24,23,35,.12);backdrop-filter:blur(18px)}
.sb-consent-body{display:flex;align-items:center;gap:1.5rem;padding:1.15rem 1.25rem}
.sb-consent-copy{flex:1;min-width:0}.sb-consent-copy strong{display:block;font-size:1rem;line-height:1.3;margin-bottom:.28rem}
.sb-consent-copy p{margin:0;color:#555c68;font-size:.84rem;line-height:1.52}
.sb-consent-copy a{display:inline-block;margin-top:.32rem;color:#5c6800;text-decoration:underline;text-underline-offset:3px;font-size:.79rem;font-weight:700}
.sb-consent-actions{display:flex;flex:0 0 auto;gap:.55rem;align-items:center}
.sb-consent-button{min-height:44px;border-radius:11px;padding:.65rem .95rem;font:700 .84rem/1.2 inherit;cursor:pointer}
.sb-consent-secondary{background:#f5f6ef;color:#353842;border:1px solid #c7cbbf}
.sb-consent-primary{background:linear-gradient(135deg,#c9de14,#a8bc00);color:#181723;border:1px solid #9eaf00;box-shadow:0 10px 22px -14px rgba(73,86,0,.8)}
.sb-consent-button:focus-visible,.sb-analytics-settings:focus-visible{outline:3px solid rgba(92,104,0,.55);outline-offset:3px}
.sb-analytics-settings{display:inline-flex;align-items:center;min-height:30px;margin:0;padding:0 .2rem;border:0;background:transparent;
  color:inherit;font:inherit;line-height:1.2;text-decoration:underline;text-underline-offset:3px;cursor:pointer}
@media(max-width:720px){.sb-consent{left:.65rem;right:.65rem;bottom:.65rem;border-radius:15px}.sb-consent-body{display:block;padding:1rem}
  .sb-consent-actions{margin-top:.85rem;display:grid;grid-template-columns:1fr 1fr}.sb-consent-button{width:100%}}
@media(max-width:430px){.sb-consent-actions{grid-template-columns:1fr}.sb-consent-copy p{font-size:.8rem}}
@media(prefers-reduced-motion:no-preference){.sb-consent{animation:sb-consent-in .22s ease-out both}@keyframes sb-consent-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}}

