/* 6Flaschen – First-Party Cookie-Consent */
.wr6-consent[hidden],.wr6-consent-settings[hidden]{display:none!important}
.wr6-consent,.wr6-consent-settings{position:fixed;inset:0;z-index:10000;display:flex;align-items:flex-end;justify-content:center;padding:16px;background:rgba(7,18,25,.48);backdrop-filter:blur(2px)}
.wr6-consent__panel{width:min(720px,100%);max-height:min(86vh,760px);overflow:auto;background:var(--card,#fff);color:var(--text,#17252e);border:1px solid rgba(80,105,118,.25);border-radius:18px;box-shadow:0 20px 60px rgba(0,0,0,.22);padding:20px}
.wr6-consent__title{margin:0 0 8px;font-size:1.15rem}.wr6-consent__text{margin:0;color:var(--muted,#526873);line-height:1.55;font-size:.94rem}
.wr6-consent__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.wr6-consent__actions .btn{flex:1 1 180px;min-height:44px}
.wr6-consent__link{display:inline-block;margin-top:12px;font-size:.86rem;color:inherit;text-decoration:underline;text-underline-offset:2px}
.wr6-consent__setting{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:center;padding:14px 0;border-top:1px solid rgba(80,105,118,.16)}
.wr6-consent__setting:first-of-type{margin-top:14px}.wr6-consent__setting strong{display:block}.wr6-consent__setting small{display:block;margin-top:3px;color:var(--muted,#526873);line-height:1.4}
.wr6-consent__switch{width:44px;height:24px;accent-color:#1d657b}.wr6-consent-open{appearance:none;border:0;background:none;padding:0;color:inherit;font:inherit;cursor:pointer;text-decoration:underline;text-underline-offset:2px}
html[data-theme="dark"] .wr6-consent__panel{background:#102633;color:#eef6f8;border-color:rgba(255,255,255,.13)}
@media (max-width:600px){.wr6-consent,.wr6-consent-settings{padding:10px}.wr6-consent__panel{border-radius:15px;padding:17px}.wr6-consent__actions{flex-direction:column}.wr6-consent__actions .btn{flex:0 0 auto;width:100%}}

/* 2026-08-30 – Consent CTA hierarchy
   "Alle akzeptieren" is the visually primary action. Reject remains equally
   reachable in one click and is not hidden or reduced in size. */
.wr6-consent__actions [data-consent-accept],
.wr6-consent-settings .wr6-consent__actions [data-consent-save] {
  background:#1d657b !important;
  border-color:#1d657b !important;
  color:#fff !important;
  font-weight:700 !important;
  box-shadow:0 6px 18px rgba(29,101,123,.24) !important;
}
.wr6-consent__actions [data-consent-accept]:hover,
.wr6-consent__actions [data-consent-accept]:focus-visible,
.wr6-consent-settings .wr6-consent__actions [data-consent-save]:hover,
.wr6-consent-settings .wr6-consent__actions [data-consent-save]:focus-visible {
  background:#164f60 !important;
  border-color:#164f60 !important;
  color:#fff !important;
}
.wr6-consent__actions [data-consent-reject],
.wr6-consent__actions [data-consent-settings],
.wr6-consent-settings .wr6-consent__actions [data-consent-cancel] {
  background:transparent !important;
  border:1px solid rgba(63,84,95,.58) !important;
  color:var(--text,#17252e) !important;
  font-weight:600 !important;
  box-shadow:none !important;
}
.wr6-consent__actions [data-consent-reject]:hover,
.wr6-consent__actions [data-consent-settings]:hover,
.wr6-consent-settings .wr6-consent__actions [data-consent-cancel]:hover {
  background:rgba(29,101,123,.07) !important;
  border-color:#1d657b !important;
}
html[data-theme="dark"] .wr6-consent__actions [data-consent-reject],
html[data-theme="dark"] .wr6-consent__actions [data-consent-settings],
html[data-theme="dark"] .wr6-consent-settings .wr6-consent__actions [data-consent-cancel] {
  color:#eef6f8 !important;
  border-color:rgba(238,246,248,.48) !important;
}
