/* Cookie-Consent-Banner */
#iv-consent{
  position:fixed;left:0;right:0;bottom:0;z-index:9999;
  background:#16211E;color:#E8EFEC;
  border-top:3px solid #E8A21D;
  box-shadow:0 -6px 24px rgba(0,0,0,.25);
  font-family:'IBM Plex Sans',system-ui,sans-serif;
}
.iv-consent-inner{
  max-width:1120px;margin:0 auto;padding:18px 24px;
  display:flex;align-items:center;gap:22px;flex-wrap:wrap;justify-content:space-between;
}
#iv-consent p{margin:0;font-size:.92rem;line-height:1.5;max-width:60ch;color:#E8EFEC}
#iv-consent a{color:#E8A21D;text-decoration:underline}
.iv-consent-btns{display:flex;gap:12px;flex-shrink:0}
#iv-consent button{
  font-family:'Archivo',sans-serif;font-weight:700;font-size:.92rem;
  padding:11px 22px;border-radius:8px;border:none;cursor:pointer;
}
#iv-consent .iv-ablehnen{background:transparent;color:#E8EFEC;border:1px solid rgba(255,255,255,.3)}
#iv-consent .iv-ablehnen:hover{background:rgba(255,255,255,.1)}
#iv-consent .iv-zustimmen{background:#1A4A72;color:#fff}
#iv-consent .iv-zustimmen:hover{background:#123454}
@media(max-width:640px){
  .iv-consent-inner{flex-direction:column;align-items:stretch;gap:14px}
  .iv-consent-btns{justify-content:stretch}
  #iv-consent button{flex:1}
}
