/* Cookie-Hinweis (eigener Banner, ersetzt den Datareporter-CMP seit 09/2026) */
#purea-consent { position: fixed; left: 0; right: 0; bottom: 0; z-index: 9999; background: #fff; color: #191918; border-top: 1px solid #191918; box-shadow: 0 -8px 30px rgba(0,0,0,.08); font-family: 'PlutoSansLight', sans-serif; }
#purea-consent[hidden] { display: none; }
#purea-consent .pc-inner { width: 83.3333vw; max-width: 1600px; margin: 0 auto; padding: 1.8vw 0 1.6vw; display: flex; align-items: center; gap: 3vw; }
#purea-consent .pc-copy { flex: 1 1 auto; }
#purea-consent .pc-title { font-family: 'PlutoSansMedium', sans-serif; font-size: 1.25vw; line-height: 1.3; margin: 0 0 .4vw; }
#purea-consent .pc-text { font-size: 1.05vw; line-height: 1.55; margin: 0; max-width: 60em; }
#purea-consent .pc-text a { color: #191918; text-decoration: underline; }
#purea-consent .pc-actions { flex: 0 0 auto; display: flex; gap: .8vw; }
#purea-consent .pc-btn { cursor: pointer; font-family: 'Inconsolata', monospace; font-weight: 500; font-size: 1.05vw; line-height: 1.1; padding: 1vw 1.4vw; border: 1.4px solid #191918; border-radius: .5555556vw; background: #fff; color: #191918; white-space: nowrap; }
#purea-consent .pc-btn-primary { background: #191918; color: #fff; }
#purea-consent .pc-btn:hover { opacity: .85; }
@media (max-width: 900px) {
  #purea-consent .pc-inner { width: 90vw; flex-direction: column; align-items: stretch; gap: 16px; padding: 18px 0 16px; }
  #purea-consent .pc-title { font-size: 17px; margin-bottom: 6px; }
  #purea-consent .pc-text { font-size: 14px; }
  #purea-consent .pc-actions { flex-direction: column; gap: 8px; }
  #purea-consent .pc-btn { font-size: 15px; padding: 13px 16px; border-radius: 8px; }
}
