.zg-knopf {
  position: fixed;
  z-index: 46;
  left: var(--pad, 1.2rem);
  bottom: 1.2rem;
  width: 48px;
  height: 48px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(12, 12, 12, .92);
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .28);
  cursor: pointer;
  padding: 0;
  transition: transform .16s ease, border-color .16s ease;
}
.zg-knopf:hover {
  border-color: var(--yellow);
  transform: translateY(-2px);
}
.zg-knopf:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}
.zg-knopf svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
.zg-knopf[aria-expanded=true] {
  background: var(--yellow);
  color: #000;
  border-color: var(--yellow);
}
.page-yellow .zg-knopf {
  border-color: rgba(0, 0, 0, .35);
}
.zg-feld {
  position: fixed;
  z-index: 47;
  left: var(--pad, 1.2rem);
  bottom: calc(1.2rem + 48px + .7rem);
  width: min(21rem, calc(100vw - 2 * var(--pad, 1.2rem)));
  background: #0c0c0c;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .2);
  border-radius: 14px;
  padding: 1.1rem 1.2rem 1.2rem;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .5);
  max-height: min(32rem, calc(100vh - 8rem));
  overflow-y: auto;
}
.zg-feld[hidden] {
  display: none;
}
.zg-feld h2 {
  font-family: var(--title);
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: -.01em;
  margin: 0 0 .2rem;
  color: #fff;
}
.zg-feld > p {
  font-family: var(--cond);
  font-size: .78rem;
  letter-spacing: .04em;
  color: rgba(255, 255, 255, .62);
  margin: 0 0 1rem;
  line-height: 1.5;
}
.zg-gruppe {
  margin-bottom: 1.1rem;
}
.zg-gruppe:last-of-type {
  margin-bottom: .4rem;
}
.zg-gruppe > span {
  display: block;
  font-family: var(--cond);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .66rem;
  color: rgba(255, 255, 255, .55);
  margin-bottom: .5rem;
}
.zg-stufen {
  display: flex;
  gap: .35rem;
}
.zg-stufen button {
  flex: 1;
  font-family: var(--cond);
  font-weight: 700;
  font-size: .85rem;
  padding: .55rem .3rem;
  border-radius: 8px;
  cursor: pointer;
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, .25);
}
.zg-stufen button[aria-pressed=true] {
  background: var(--yellow);
  color: #000;
  border-color: var(--yellow);
}
.zg-stufen button:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 2px;
}
.zg-schalter {
  display: flex;
  align-items: flex-start;
  gap: .7rem;
  padding: .45rem 0;
  cursor: pointer;
}
.zg-schalter input {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
  flex: none;
  width: 42px;
  height: 24px;
  border-radius: 999px;
  cursor: pointer;
  background: rgba(255, 255, 255, .16);
  border: 1.5px solid rgba(255, 255, 255, .3);
  position: relative;
  transition: background .16s ease, border-color .16s ease;
}
.zg-schalter input::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 17px;
  height: 17px;
  border-radius: 999px;
  background: #fff;
  transition: transform .16s ease;
}
.zg-schalter input:checked {
  background: var(--yellow);
  border-color: var(--yellow);
}
.zg-schalter input:checked::after {
  transform: translateX(18px);
  background: #000;
}
.zg-schalter input:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}
.zg-schalter span {
  font-size: .88rem;
  line-height: 1.4;
  padding-top: .1rem;
}
.zg-schalter small {
  display: block;
  font-size: .76rem;
  color: rgba(255, 255, 255, .55);
  margin-top: .1rem;
}
.zg-zuruecksetzen {
  width: 100%;
  margin-top: .6rem;
  font-family: var(--cond);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .74rem;
  padding: .6rem;
  background: transparent;
  color: rgba(255, 255, 255, .7);
  border: 1.5px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  cursor: pointer;
}
.zg-zuruecksetzen:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, .45);
}
.zg-zuruecksetzen:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 2px;
}
html[data-zg-text="112"] {
  font-size: 112.5%;
}
html[data-zg-text="125"] {
  font-size: 125%;
}
html[data-zg-text="150"] {
  font-size: 150%;
}
html[data-zg-text] .zg-feld,
html[data-zg-text] .zg-knopf {
  font-size: 16px;
}
html[data-zg-text] body {
  hyphens: auto;
  -webkit-hyphens: auto;
}
html[data-zg-text] .btn,
html[data-zg-text] .buy,
html[data-zg-text] .nav__links a,
html[data-zg-text] .filters button,
html[data-zg-text] .lang,
html[data-zg-text] .az__weiter {
  hyphens: none;
  -webkit-hyphens: none;
}
html[data-zg-text="112"] {
  --nav-h: 84px;
}
html[data-zg-text="125"] {
  --nav-h: 96px;
}
html[data-zg-text="150"] {
  --nav-h: 116px;
}
html[data-zg-text="125"] .nav__logo img {
  height: 40px;
}
html[data-zg-text="150"] .nav__logo img {
  height: 46px;
}
html[data-zg-text="150"] .nav__links,
html[data-zg-text="150"] .nav__right {
  display: none;
}
html[data-zg-text="150"] .burger {
  display: grid;
  gap: 5px;
  margin-left: auto;
  background: none;
  border: 0;
  cursor: pointer;
  padding: .5rem 0;
}
html[data-zg-text="150"] .burger span {
  display: block;
  width: 28px;
  height: 3px;
  background: currentColor;
}
html[data-zg-text="150"] .nav {
  color: var(--white);
}
html[data-zg-text="150"] .page-yellow .burger span {
  background: var(--black);
}
html[data-zg-kontrast="1"] {
  --grau: #fff;
}
html[data-zg-kontrast="1"] .sitefoot,
html[data-zg-kontrast="1"] .sitefoot * {
  color: #fff !important;
}
html[data-zg-kontrast="1"] .sitefoot a {
  text-decoration: underline;
}
html[data-zg-kontrast="1"] .page-dark,
html[data-zg-kontrast="1"] .page-dark * {
  border-color: rgba(255, 255, 255, .8);
}
html[data-zg-kontrast="1"] .lineup__note,
html[data-zg-kontrast="1"] .page-head p,
html[data-zg-kontrast="1"] .az__hinweis,
html[data-zg-kontrast="1"] .stub__fuss,
html[data-zg-kontrast="1"] small {
  opacity: 1;
}
html[data-zg-kontrast="1"] .page-yellow .lineup__note,
html[data-zg-kontrast="1"] .page-yellow .page-head p {
  color: #000;
}
html[data-zg-kontrast="1"] .page-dark .lineup__note,
html[data-zg-kontrast="1"] .page-dark .page-head p {
  color: #fff;
}
html[data-zg-kontrast="1"] *:focus-visible {
  outline: 4px solid var(--yellow) !important;
  outline-offset: 3px !important;
}
html[data-zg-kontrast="1"] .page-yellow *:focus-visible {
  outline-color: #000 !important;
}
html[data-zg-grau="1"] body > *:not(.zg-knopf):not(.zg-feld):not(.archiv-grund) {
  filter: grayscale(1);
}
html[data-zg-grau="1"] .archiv-grund > * {
  filter: grayscale(1);
}
html[data-zg-links="1"] a:not(.buy):not(.btn):not(.nav__logo):not(.zg-knopf) {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 3px !important;
}
html[data-zg-links="1"] .recht a,
html[data-zg-links="1"] .az__antwort a,
html[data-zg-links="1"] .notice a {
  outline: 1.5px solid currentColor;
  outline-offset: 2px;
  border-radius: 2px;
}
html[data-zg-links="1"] a[target=_blank]::after {
  content: " ↗";
  font-size: .85em;
  text-decoration: none;
}
html[data-zg-ruhe="1"] *,
html[data-zg-ruhe="1"] *::before,
html[data-zg-ruhe="1"] *::after {
  animation-duration: .001ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: .001ms !important;
  scroll-behavior: auto !important;
}
html[data-zg-ruhe="1"] video {
  visibility: visible;
}
@media (prefers-reduced-motion: reduce) {
  .zg-knopf,
  .zg-schalter input,
  .zg-schalter input::after {
    transition: none;
  }
}
@media (max-width: 560px) {
  .zg-knopf {
    width: 44px;
    height: 44px;
    bottom: 1rem;
  }
  .zg-feld {
    bottom: calc(1rem + 44px + .6rem);
  }
}
@media print {
  .zg-knopf,
  .zg-feld {
    display: none !important;
  }
}
