@charset "UTF-8";
@font-face {
  font-family: "Ginto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("/fonts/ABCGintoNord-Regular.woff2") format("woff2"), url("/fonts/ABCGintoNord-Regular.woff") format("woff");
}
@font-face {
  font-family: "Ginto";
  font-style: italic;
  font-weight: 400;
  src: local(""), url("/fonts/ABCGintoNord-RegularItalic.woff2") format("woff2"), url("/fonts/ABCGintoNord-RegularItalic.woff") format("woff");
}
@font-face {
  font-family: "Ginto";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("/fonts/ABCGintoNord-Bold.woff2") format("woff2"), url("/fonts/ABCGintoNord-Bold.woff") format("woff");
}
@font-face {
  font-family: "Ginto";
  font-style: italic;
  font-weight: 700;
  src: local(""), url("/fonts/ABCGintoNord-BoldItalic.woff2") format("woff2"), url("/fonts/ABCGintoNord-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: Diatype;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  src: local(""), url("/fonts/ABCDiatypeMono-Regular.woff2") format("woff2"), url("/fonts/ABCDiatypeMono-Regular.woff") format("woff");
}
@property --_w {
  syntax: "<length>";
  inherits: true;
  initial-value: 100vw;
}
@property --_h {
  syntax: "<length>";
  inherits: true;
  initial-value: 100vh;
}
:root {
  view-transition-name: none;
  --w: tan(atan2(var(--_w),1px));
  --h: tan(atan2(var(--_h),1px));
  --black: #000;
  --white: #eee1db;
  --whitergb: 238, 225, 219;
  --blue: #3d00ff;
  --brown: #b76646;
  --brownrgb: 183, 102, 70;
  --purple: #651d49;
  --grey: #2d2a2a;
  --grey_alt: #777;
  --theme_color: var(--purple);
  --fill: 1em;
  --fillv: 1.4em;
  --hhght: 3.5em;
  --pmax: 48em;
  --logowdth: 6em;
  --logotrnsfrm: rotate(-5deg);
  --fs13: 81.25%;
  --fs13r: 123.0769230769%;
  --fs15: 93.75%;
  --fs24: clamp(112.5%, 3vw, 125%);
  --fs48: clamp(125%, 3.2vw, 250%);
  --fs64: clamp(150%, 5vw, 340%);
  --fsmax: clamp(200%, 7vw, 525%);
}

@media screen, projection {
  @keyframes ani_b_1 {
    0% {
      transform: translate(34px, 6px) rotate(0deg);
    }
    20% {
      transform: translate(34px, 6px) rotate(10deg);
    }
    40% {
      transform: translate(34px, 6px) rotate(0deg);
    }
    60% {
      transform: translate(34px, 6px) rotate(10deg);
    }
    80% {
      transform: translate(34px, 6px) rotate(0deg);
    }
    100% {
      transform: translate(34px, 6px) rotate(0deg);
    }
  }
  @keyframes ani_b_2 {
    0% {
      transform: translate(33px, 8px) rotate(0deg);
    }
    20% {
      transform: translate(33px, 8px) rotate(-15deg);
    }
    40% {
      transform: translate(33px, 8px) rotate(0deg);
    }
    60% {
      transform: translate(33px, 8px) rotate(-15deg);
    }
    80% {
      transform: translate(33px, 8px) rotate(0deg);
    }
    100% {
      transform: translate(33px, 8px) rotate(0deg);
    }
  }
  @keyframes reveal_billboard {
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes reveal_badge {
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0) rotate(12deg);
    }
  }
  @keyframes reveal_content {
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes reveal_header {
    100% {
      opacity: 1;
    }
  }
  @keyframes roteight {
    100% {
      transform: rotate(8deg) scale(0.9);
    }
  }
  @keyframes rroteight {
    100% {
      transform: rotate(-8deg) scale(0.9);
    }
  }
  @keyframes lift {
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  html {
    height: 100%;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    line-height: 1.15;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: auto;
  }
  *, *::before, *::after {
    box-sizing: inherit;
  }
  body {
    min-height: 100%;
    margin: 0;
    color: #000;
    color: var(--black);
    font-family: "Ginto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
    font-size: 100%;
    letter-spacing: 0.063em;
    font-feature-settings: "ss03";
    line-height: 1.4;
    background-color: #eee1db;
    background-color: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  h1, h2, h3, h4, h5, h6 {
    hyphens: auto;
  }
  h1, h2, h3 {
    letter-spacing: 1px;
  }
  h1, h2 {
    line-height: 1;
  }
  * > h1:first-child, * > h2:first-child {
    margin-top: 0;
  }
  h1 small, h2 small {
    display: inline-block;
  }
  h1 {
    margin: 1.5em 0 0.5em 0;
    font-size: 200%;
    font-size: var(--fsmax);
  }
  div[id] > h1:only-child {
    margin-top: 1.333em;
  }
  h1 small {
    font-size: 50%;
  }
  h2 {
    margin: 2.5em 0 0;
    font-size: 150%;
    font-size: var(--fs64);
  }
  div[id] > h2:only-child {
    margin-top: 1.4em;
  }
  h1 + h2 {
    margin-top: 0;
  }
  h2 + h3 {
    margin-top: 1rem;
  }
  h2 small {
    font-size: 62%;
  }
  h3, h4, h5, h6 {
    line-height: 1.2;
  }
  h3 {
    margin: 1.4em 0 0;
    font-size: 112.5%;
    font-size: var(--fs24);
  }
  h3 + * {
    margin-top: 0.25em;
  }
  h3 + h4 {
    margin-top: 1em;
  }
  h4, h5, h6 {
    margin: 1em 0 0;
  }
  h4 + *, h5 + *, h6 + * {
    margin-top: 0;
  }
  h4 {
    font-size: 100%;
  }
  h5 {
    font-size: 125%;
  }
  h6 {
    font-size: 100%;
  }
  a {
    hyphens: auto;
    color: inherit;
    background-color: transparent;
  }
  .btn, button, .skip a {
    cursor: pointer;
    display: inline-block;
    padding: 0.5em 2em;
    color: inherit;
    text-decoration: none;
    line-height: 1.2;
    background: transparent;
    border: 2px solid;
    border-radius: 0;
    transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  }
  .btn:hover, button:hover, .skip a:hover, .btn.filled, button.filled, .skip a.filled, .btn.cta, button.cta, .skip a.cta {
    color: var(--white);
    background-color: var(--theme_color);
    border-color: var(--theme_color);
  }
  .btn[disabled], button[disabled], .skip a[disabled] {
    cursor: initial;
    color: var(--white);
    background-color: var(--grey_alt);
    border-color: var(--grey_alt);
  }
  a.btn, .skip a {
    color: var(--theme_color);
  }
  b, strong {
    font-weight: bolder;
  }
  big, .big {
    font-size: clamp(150%, 4vw, 240%);
    font-weight: bold;
    line-height: 1;
  }
  p i {
    font-family: "Diatype", monospace;
    font-size: var(--fs13);
    font-style: normal;
    letter-spacing: normal;
    font-feature-settings: normal;
  }
  img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
  }
  svg {
    max-width: 100%;
    height: auto;
  }
  svg:not(:root) {
    overflow: hidden;
  }
  video, picture, canvas, iframe, object {
    display: block;
    max-width: 100%;
  }
  figure {
    margin: 0 auto 0.5em;
  }
  figure img {
    vertical-align: top;
  }
  * > figure:first-child {
    margin-top: 0;
  }
  hr {
    height: 0;
    margin: 2.8em auto;
    color: inherit;
    border: none;
    border-top: 1px solid;
  }
  hr + * {
    margin-top: 0;
  }
  *:focus {
    outline-offset: 0.25em;
    outline: 2px solid color-mix(in srgb, currentColor 40%, transparent);
    border-radius: 2px;
  }
  [hidden] {
    display: none;
  }
  .visually_hidden, .vh, #search label, #search .submission, .cards .personal, tsvideo .description {
    position: absolute;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .mnspc {
    font-family: "Diatype", monospace;
    letter-spacing: normal;
    font-feature-settings: normal;
  }
  .container > *:first-child, footer > *:first-child, .abonnements div > *:first-child {
    margin-top: 0;
  }
  .container > *:last-child, footer > *:last-child, .abonnements div > *:last-child {
    margin-bottom: 0;
  }
  .fw, .hero, #billboard, main, .abonnements, footer {
    padding: 1.4em;
    padding: var(--fillv) var(--fill);
  }
  .ltr {
    margin: 1.4em calc(var(--fill) * -1);
  }
  .ff {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(var(--brownrgb), .6);
  }
  .splash {
    color: var(--white);
    background: var(--theme_color);
  }
  .splash header {
    color: var(--white);
    background: var(--theme_color);
  }
  .splash g {
    color: var(--white);
  }
  .splash a {
    color: inherit;
  }
  .splash #submenu button:hover {
    color: var(--white);
  }
  .splash .splpln {
    color: var(--theme_color);
    background: var(--white);
  }
  .splash .abonnements {
    display: none;
  }
  /* HEADER */
  header {
    position: relative;
    position: sticky;
    top: 0;
    z-index: 10;
    padding: 0.5em 1em;
    padding: 0.5em var(--fill);
    color: var(--theme_color);
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--white);
    background: rgba(var(--whitergb), .95);
    border-bottom: 1px solid;
  }
  header a {
    text-decoration: none;
  }
  #logo {
    position: relative;
    display: block;
    width: 5em;
    width: var(--logowdth);
    margin: 0;
    margin-right: 2em;
    font-size: 1em;
    transition: color 0.25s;
    transform: var(--logotrnsfrm);
  }
  #logo svg {
    display: block;
  }
  /* NAV */
  nav {
    display: flex;
    align-items: center;
    gap: 1em;
  }
  a.splpln {
    padding-inline: 1em;
    font-size: var(--fs13);
    color: var(--white);
    background: var(--theme_color);
    border-color: var(--theme_color);
  }
  #skip_to_content {
    position: fixed;
    top: -999em;
    left: 50%;
    z-index: 1000;
    padding: 1em 2em;
    color: var(--theme_color);
    text-decoration-thickness: 0.1125em;
    text-underline-offset: 0.2em;
    background: #eee1db;
    transform: translateY(0);
    transition: transform 0.2s;
    outline-offset: 0;
    border-radius: 0.5em;
    transform: translate(-50%, -110%);
  }
  #skip_to_content:focus {
    top: 0;
    transform: translate(-50%, 125%);
  }
  #navicon {
    order: 10;
    display: inline-block;
    width: 1.6em;
  }
  #navicon svg {
    vertical-align: bottom;
    transform: rotate(0);
    transition: transform 0.25s;
  }
  #navicon[aria-expanded=true] svg {
    transform: rotate(-100deg);
  }
  #clsr {
    width: 44px;
    height: 44px;
    margin-left: auto;
    display: flex;
    justify-content: end;
    align-items: center;
  }
  #clsr svg {
    width: 1.4em;
  }
  /* MENU */
  #menu {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    max-width: 62rem;
    margin: 0;
    margin-top: var(--hhght);
    padding: 1em 1em;
    padding: 1em var(--fill);
    list-style: none;
    color: var(--white);
    background-color: var(--theme_color);
    border-bottom: 1px solid var(--white);
    transform: translateX(-100%);
    transition: transform 0.6s, opacity 0.6s;
    transition-timing-function: ease-in-out;
    backface-visibility: hidden;
    will-change: transform, opacity;
    -ms-overflow-style: none;
    scrollbar-width: thin;
    scrollbar-color: var(--white) transparent;
  }
  #menu > li {
    break-inside: avoid;
    line-height: 1;
    margin-bottom: 1em;
  }
  #menu > li > a {
    font-size: 150%;
    font-weight: bold;
  }
  #menu a {
    display: block;
    padding: 0.25em 0;
    text-decoration: none;
    transition: color 0.25s;
  }
  #menu a:hover, #menu a:focus {
    color: var(--black);
  }
  #menu .current > a {
    color: var(--black);
  }
  #menu ul {
    list-style: none;
    margin: 0 0 0.5em 1.4em;
  }
  #menu:target,
  [aria-expanded=true] + #menu {
    left: 0;
    opacity: 1;
    transform: translateX(0%);
  }
  #menu.fading {
    left: 0;
    opacity: 1;
    transform: translateX(-100%);
  }
  #menu.hide_from_pointer {
    pointer-events: none;
  }
  header:has(#menu:target),
  header:has([aria-expanded=true]) {
    color: var(--white);
    background-color: var(--theme_color);
  }
  header:has(#menu:target) .splpln,
  header:has([aria-expanded=true]) .splpln {
    border-color: var(--white);
  }
  #menu::-webkit-scrollbar {
    width: 12px;
    height: 0px;
  }
  #menu::-webkit-scrollbar-track {
    background: var(--theme_color);
  }
  #menu::-webkit-scrollbar-thumb {
    background-color: var(--white);
    border-radius: 20px;
    border: 3px solid var(--theme_color);
  }
  #assistive {
    display: none;
    margin: 2.8em 0;
    margin: 1.4em 0;
    font-family: "Diatype", monospace;
    letter-spacing: normal;
    font-feature-settings: normal;
    line-height: 2;
  }
  #assistive svg {
    display: none;
  }
  #assistive a:before {
    content: attr(title);
  }
  /* ANI */
  .js .home #billboard {
    opacity: 0;
    transform: translate3d(0, -20vh, 0);
    will-change: transform;
    animation: reveal_billboard 1s ease-out 2s forwards;
  }
  .js .home .badge {
    opacity: 0;
    transform: translate3d(0, 1em, 0) rotate(0);
    animation: reveal_badge 1s ease-out 3s forwards;
  }
  .js .home .hero_content {
    opacity: 0;
    transform: translate3d(0, 1em, 0);
    animation: reveal_content 1s ease-out 3s forwards;
  }
  .js .home header {
    opacity: 0;
    animation: reveal_header 1s linear 2.5s forwards;
    animation-iteration-count: 1;
  }
  .js .home.steady #billboard {
    animation-name: none;
  }
  .js .home.steady .badge, .js .home.steady .hero_content {
    animation-name: none;
  }
  .js .home.steady header {
    animation-name: none;
  }
  .js .home.ready #billboard {
    animation: reveal_billboard 0.8s ease-out 0.5s forwards;
  }
  .js .home.ready .badge {
    animation: reveal_badge 0.4s ease-out 2.8s forwards;
  }
  .js .home.ready .hero_content {
    animation: reveal_content 0.4s ease-out 2.4s forwards;
  }
  .js .home.ready header {
    animation: reveal_header 0.4s linear 0.8s forwards;
  }
  .js .home.stick header {
    animation-name: none;
    opacity: 1;
    position: sticky;
    top: 0;
    z-index: 5;
  }
  .js main h1, .js main > h2, .js main div[id] > h2:first-child {
    opacity: 0;
    transform: translate3d(0, 0.5em, 0);
    animation: lift 1s cubic-bezier(0.25, 1, 0.5, 1) 3s forwards;
  }
  .js main.ready h1, .js main.ready > h2, .js main.ready div[id] > h2:first-child {
    animation-name: none;
  }
  .js main.ready h1.lift {
    animation-name: lift;
    animation-delay: 0.15s;
  }
  .js main.ready > h2.lift, .js main.ready div[id] > h2.lift {
    animation-name: lift;
    animation-delay: 0.3s;
  }
  /* MAIN */
  .hide_underlines main a {
    text-decoration-color: transparent;
  }
  main > .box:first-child,
  main > .hgroup:first-child {
    margin-top: 0;
  }
  main * * h2 {
    margin: 0;
  }
  main p {
    max-width: var(--pmax);
  }
  main ul {
    padding: 0;
    list-style: none;
  }
  main ul li {
    padding-left: 1.25em;
  }
  main ul li:before {
    content: " ";
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-left: -1.25em;
    margin-right: 0.25em;
    border-bottom: 1px solid var(--black);
  }
  main ul li:has(a) {
    border-bottom-color: var(--theme_color);
  }
  main ol {
    margin: 1.4em 0;
    padding: 0;
    list-style: none;
  }
  main ol li {
    color: var(--theme_color);
    font-weight: bold;
    counter-increment: dots;
  }
  main ol li:before {
    content: counter(dots) ". ";
    display: inline-block;
    width: 1.5em;
  }
  main ol li + li {
    margin-top: 1em;
  }
  main a {
    color: var(--theme_color);
    text-decoration-thickness: 0.125em;
    text-underline-offset: 0.15em;
    transition: text-decoration-color 0.2s;
  }
  main a:not(:is(:hover, :focus)) {
    text-decoration-color: color-mix(in srgb, currentColor, transparent 62%);
  }
  [lang=de] [lang=en].en {
    display: none;
  }
  [lang=en] [lang=de].de {
    display: none;
  }
  div[id] {
    scroll-margin-top: calc(var(--hhght, 1.4em) + 1em);
  }
  #billboard {
    position: relative;
    overflow: hidden;
    margin-top: calc(var(--fillv) * -1);
    margin-left: calc(var(--fill) * -1);
    margin-right: calc(var(--fill) * -1);
    display: grid;
    grid-template: "billboard";
    place-items: center;
    place-content: center;
  }
  #billboard:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: -2px;
    bottom: -2px;
    right: -2px;
    height: var(--fillv);
    background: linear-gradient(to top, var(--white), var(--white) 25%, rgba(var(--whitergb), 0));
    border-bottom: 1px solid var(--white);
  }
  #billboard .hero {
    padding: 0;
    margin: 0;
    margin-top: calc(var(--fillv) * -1);
    overflow: initial;
    grid-area: billboard;
    position: relative;
    opacity: 0;
    transition: opacity 1s;
  }
  #billboard .current {
    opacity: 1;
    z-index: 1;
  }
  #flip {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 0;
    color: var(--theme_color);
    background: transparent;
    border: none;
    transform: translateY(-50%);
  }
  #flip.flipped {
    color: var(--brown);
  }
  #flip.flipped path[fill="#B76646"] {
    fill: var(--theme_color);
  }
  .hero {
    overflow: hidden;
    margin-top: calc(var(--fillv) * -1);
    margin-left: calc(var(--fill) * -1);
    margin-right: calc(var(--fill) * -1);
    padding-top: 0;
  }
  .hero + .box {
    margin-top: 0;
  }
  .hero_wrap {
    position: relative;
    height: calc(100vh - 3.875em - 2em);
  }
  @supports (height: 100svh) {
    .hero_wrap {
      height: calc(100svh - 3.875em - 2em);
    }
  }
  .hero_images {
    position: relative;
    z-index: -1;
    transform: rotate(12deg);
  }
  .hero_images figure {
    margin: 0;
  }
  .hero_images img {
    display: block;
  }
  .hero_images:after {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -2px;
    right: -2px;
    height: 62%;
    background: linear-gradient(to top, var(--white), var(--white) 25%, rgba(var(--whitergb), 0));
    border-bottom: 1px solid var(--white);
  }
  .hero_content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .hero_content h1, .hero_content h2 {
    margin: 0;
    font-size: clamp(250%, 7vw, 525%);
    line-height: 1;
    text-shadow: 0px 0px 40px #eee1db;
  }
  .hero_content h1 small, .hero_content h2 small {
    display: block;
    max-width: 50%;
  }
  .hero_content h1 + p, .hero_content h2 + p {
    text-shadow: 0px 0px 1em #eee1db;
  }
  .hero_content p {
    margin: 1em 0 1.4em;
    font-size: 125%;
  }
  .hero_content .buttons {
    margin-bottom: 0;
    color: var(--theme_color);
    word-spacing: 0.125em;
  }
  .hero_content .btn:hover, .hero_content button:hover, .hero_content .skip a:hover, .skip .hero_content a:hover {
    border-color: var(--theme_color);
  }
  .bwrap {
    position: relative;
    float: right;
  }
  .badge {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    width: 14em;
    height: 14em;
    display: grid;
    grid-template: "badge";
    place-items: center;
    place-content: center;
    overflow: hidden;
    font-size: var(--fs13);
    font-size: clamp(50%, 1.25vw, 100%);
    font-family: Ginto;
    letter-spacing: 0.063em;
    color: var(--white);
    background: var(--theme_color);
    border-radius: 999px;
    transform: translateY(-100%) rotate(12deg);
  }
  .badge span {
    grid-area: badge;
    display: block;
    width: 100%;
  }
  .badge span:before {
    content: "";
    display: block;
    width: 1px;
    padding-bottom: 100%;
  }
  .badge div {
    grid-area: badge;
    width: 100%;
    text-align: center;
    font-size: 125%;
    font-weight: bold;
    line-height: 1;
    padding: 0 0.5em;
    hyphens: auto;
  }
  .badge a {
    color: inherit;
    text-decoration: none;
  }
  .badge a:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .hgroup {
    margin: 2.8em 0 1.4em 0;
    display: flex;
  }
  * + .hgroup {
    margin-top: 5.6em;
  }
  .hgroup > div {
    flex: 1;
  }
  .hgroup h1, .hgroup h2, .hgroup p {
    margin: 0;
    hyphens: unset;
  }
  .hgroup h1 + h2,
  .hgroup h1 + .subline {
    font-size: clamp(125%, 4vw, 250%);
  }
  .hgroup .subline {
    font-weight: bold;
  }
  .hgroup > div:first-child {
    padding-right: 1em;
    max-width: 72%;
  }
  .hgroup > div:last-child {
    flex: 2;
    font-size: 75%;
    font-family: "Diatype", monospace;
    letter-spacing: normal;
    font-feature-settings: normal;
    white-space: nowrap;
  }
  .schedule h1 {
    margin: 0;
  }
  h2[data-month] {
    display: flex;
    align-items: center;
    margin-top: 1em;
    scroll-margin-top: 1em;
  }
  h2[data-month] small {
    margin-left: auto;
    font-size: 150%;
    line-height: 1/1.5;
  }
  .skip {
    margin: 1em 0;
  }
  .skip p {
    max-width: none;
    margin: 0;
  }
  .skip .btn, .skip button, .skip a {
    margin: 0 0.25em 0.65em 0;
    padding: 0.4em 0.5em;
    color: var(--theme_color);
    font-size: var(--fs15);
    text-decoration: none;
    border-width: 1px;
  }
  .skip .btn:hover, .skip button:hover, .skip a:hover {
    color: var(--white);
    border-color: var(--theme_color);
  }
  .skip:empty {
    display: none;
  }
  .skip + h3 {
    margin: 3em 0;
  }
  .skip + h3 + div > h2 {
    margin-top: 0 !important;
  }
  .box, .float {
    margin: 1em 0;
  }
  .mono {
    font-family: "Diatype", monospace;
    font-size: var(--fs15);
    letter-spacing: normal;
    font-feature-settings: normal;
  }
  dl {
    overflow: hidden;
    font-family: "Diatype", monospace;
    letter-spacing: normal;
    font-feature-settings: normal;
  }
  dt {
    position: relative;
    z-index: 1;
    float: left;
    clear: both;
    padding-right: 0.25em;
    font-size: var(--fs13);
    line-height: 1.7230769231;
    background: var(--white);
  }
  dd {
    position: relative;
    float: right;
    clear: right;
    margin: 0;
    padding-left: 0.25em;
    font-size: var(--fs15);
    line-height: 1.4933333333;
  }
  dd:before {
    content: "";
    position: absolute;
    display: block;
    z-index: -1;
    left: -10000%;
    bottom: 0.5em;
    width: 100%;
    border-bottom: 1px solid;
    width: 10000%;
  }
  details + details {
    margin-top: 1em;
  }
  summary {
    cursor: pointer;
    list-style: none;
    padding: 0;
    outline: none;
    user-select: none;
  }
  summary h2, summary h3, summary h4 {
    margin: 0;
    line-height: 1.25;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  summary h2:after, summary h3:after, summary h4:after {
    content: "";
    display: block;
    flex: 0 0 1em;
    width: 1em;
    height: 1em;
    margin-left: 1em;
    background: no-repeat right center;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 15'%3E%3Cpath fill='%233D00FF' d='M18.5 15L11 7.3 3.5 15 0 11.4 11 0l11 11.4z'/%3E%3C/svg%3E");
    background-size: contain;
    transform: rotate(180deg);
    transition: transform 0.4s;
  }
  summary h2 {
    font-size: 112.5%;
    font-size: clamp(112.5%, 2vw, 125%);
  }
  [open] summary h2:after, [open] summary h3:after, [open] summary h4:after {
    transform: rotate(0deg);
  }
  .blau summary h2:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 15'%3E%3Cpath fill='%23eee1db' d='M18.5 15L11 7.3 3.5 15 0 11.4 11 0l11 11.4z'/%3E%3C/svg%3E");
  }
  summary::-webkit-details-marker {
    display: none;
  }
  summary + div > *:first-child {
    margin-top: 0;
  }
  summary + div > p:first-child {
    margin-top: 0.25rem;
  }
  main > details summary {
    color: var(--theme_color);
  }
  main > details summary h2, main > details summary h3, main > details summary h4 {
    justify-content: flex-start;
  }
  .fw > details summary h2, main > details summary h2, .abonnements > details summary h2, footer > details summary h2, #billboard > details summary h2, .hero > details summary h2, .fw > details summary h3, main > details summary h3, .abonnements > details summary h3, footer > details summary h3, #billboard > details summary h3, .hero > details summary h3, .fw > details summary h4, main > details summary h4, .abonnements > details summary h4, footer > details summary h4, #billboard > details summary h4, .hero > details summary h4 {
    justify-content: flex-start;
  }
  .box > div img:only-child {
    vertical-align: top;
  }
  .hero + .box div > h2:first-child, .hero + .box div > h3:first-child {
    margin-top: 0;
    font-size: clamp(112.5%, 2vw, 125%);
  }
  .hero + .box div > h2:first-child + *, .hero + .box div > h3:first-child + * {
    margin-top: 0.25rem;
  }
  .float > img {
    display: block;
    margin-bottom: 1.4em;
  }
  .float > img + * {
    margin-top: 0;
  }
  .float.rotate > img {
    transform: rotate(4deg) scale(0.9);
    transform-origin: center;
  }
  .cols {
    margin: 1.4em 0;
    columns: 2 18em;
    column-gap: var(--fill);
  }
  .cols > *:first-child {
    margin-top: 0;
  }
  .cols h1, .cols h2 {
    column-span: all;
  }
  .cols h3 {
    margin-top: 2em;
  }
  .cols h3:before {
    content: "";
    display: block;
    height: 4rem;
    margin-bottom: -4rem;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .cols div, .cols p, .cols ul {
    break-inside: avoid;
  }
  .logobox {
    font-family: "Diatype", monospace;
    font-size: var(--fs13);
    letter-spacing: normal;
    font-feature-settings: normal;
  }
  .logobox h1, .logobox h2, .logobox h3 {
    margin: 0 0 1em 0;
    font-size: 100% !important;
    font-weight: normal;
  }
  .logobox figure {
    display: inline-block;
    margin: 0 1.4rem 1em 0;
  }
  .logobox img {
    width: auto;
    height: 4rem;
  }
  .post .logobox {
    max-width: var(--pmax);
    margin: 2.8em 0 1.4em;
    padding: 2.8em 0 0;
    font-size: inherit;
    border-top: 1px solid;
  }
  .post .logobox figure {
    margin-bottom: 1.4em;
  }
  .table_wrapper {
    margin: 1.4em 0;
  }
  table {
    min-width: 100%;
    border-collapse: collapse;
    font-family: "Diatype", monospace;
    letter-spacing: normal;
    font-size: var(--fs15);
    line-height: 1.25;
    font-feature-settings: "tnum" 1;
  }
  table th, table td {
    padding: 0.5rem 1rem 0.5rem 0;
    text-align: left;
  }
  table th:empty {
    display: none;
  }
  table tbody {
    border-top: 2px solid var(--black);
  }
  table tbody td {
    border-bottom: 2px solid var(--black);
  }
  table td {
    height: 3rem;
    vertical-align: top;
  }
  table th:first-child, table td:first-child {
    padding-left: 0;
  }
  table th:last-child, table td:last-child {
    text-align: right;
    padding-right: 0;
  }
  table th:only-child, table td:only-child {
    text-align: left;
  }
  table .day, table .date, table .time, table .rated {
    white-space: nowrap;
    width: 4%;
  }
  table .date {
    font-family: "Ginto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
    font-size: calc(var(--fs64) * 1.25);
    font-weight: bold;
    line-height: 0.8;
  }
  table .time {
    font-family: "Diatype", monospace;
    text-transform: uppercase;
    letter-spacing: normal;
    font-feature-settings: normal;
  }
  table .title {
    width: 42%;
  }
  table .event {
    hyphens: auto;
    position: relative;
    top: -0.2rem;
  }
  table .event span {
    display: block;
    font-family: "Diatype", monospace;
    font-size: 120%;
    letter-spacing: normal;
    font-feature-settings: normal;
  }
  table .event a {
    display: block;
    font-family: "Ginto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
    font-size: 133.3333333333%;
  }
  table .event b {
    font-weight: normal;
  }
  table .venue {
    width: 20%;
  }
  table .summary {
    display: none;
  }
  table .summary .event {
    margin: 1em 0 0.5em;
  }
  table .summary .cta {
    margin-top: 0.5em;
  }
  table .date_time {
    display: flex;
  }
  table .date_time b {
    width: 5rem;
    font-family: "Ginto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
    font-size: 200%;
    font-weight: bold;
    line-height: 0.8;
  }
  table .date_time i {
    font-style: normal;
  }
  table a {
    color: inherit;
    text-decoration: none;
  }
  table thead th {
    border-bottom: 1px solid var(--black);
  }
  .program {
    margin: 0 0 5.6em 0;
  }
  .program thead {
    display: none;
  }
  h3 + #spielplan + h2 {
    margin-top: 0.25em;
  }
  .preise th, .preise td {
    padding: 1.4rem 1rem 1.4rem 0;
    font-size: var(--fs13);
    font-family: "Diatype", monospace;
    font-weight: normal;
    letter-spacing: normal;
    font-feature-settings: normal;
  }
  .preise th {
    vertical-align: bottom;
  }
  .preise td {
    vertical-align: middle;
  }
  .preise th:first-child, .preise td:first-child {
    font-size: 100%;
    font-family: "Ginto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
    font-weight: bold;
    font-feature-settings: "ss03";
    hyphens: auto;
  }
  .preise thead th:first-child {
    font-size: calc(var(--fs48) * 1.2307692308);
    line-height: 0.8;
  }
  .tickets {
    position: relative;
    z-index: 3;
    display: block;
  }
  .tickets svg {
    width: 3em;
    height: 3em;
  }
  .tickets:hover g[fill="#b76646"] {
    animation: ani_b_1 1.5s linear 1 normal forwards;
  }
  .tickets:hover g[fill="#eee1db"] {
    animation: ani_b_2 1.5s linear 1 normal forwards;
  }
  .notickets .tickets {
    opacity: 0;
    pointer-events: none;
  }
  .table-footer {
    max-width: none;
    text-align: right;
  }
  .fixed_header {
    position: fixed;
    top: 2em;
    visibility: hidden;
    z-index: 10;
  }
  .noop {
    padding: 0 1em;
  }
  .footnotes {
    font-size: var(--fs13);
    font-family: "Diatype", monospace;
    letter-spacing: normal;
    font-feature-settings: normal;
  }
  .av {
    position: relative;
    overflow: auto;
    margin: 2.8em 0;
  }
  .av:before {
    content: "";
    display: block;
    width: 1px;
    padding-bottom: 56.25%;
  }
  .av > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  /* Custom video embed */
  tsvideo {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 1.4em 0;
    padding-bottom: 56.25%;
    background: no-repeat center var(--theme_color);
    background-size: cover;
    background-image: url();
  }
  tsvideo > img {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  tsvideo > iframe {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  tsvideo > a, tsvideo:after {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 1em;
    font-size: var(--fs13);
    color: #eee1db;
    background: rgba(0, 0, 0, 0.8);
  }
  tsvideo:after {
    content: attr(caption);
    white-space: pre-wrap;
  }
  tsvideo[type=yt]:after {
    content: attr(caption) "\ahttps://www.youtube.com/watch?v=" attr(id);
  }
  tsvideo > a {
    z-index: 4;
    text-decoration-thickness: 1px;
  }
  tsvideo > a:hover {
    text-decoration-color: inherit;
  }
  tsvideo button {
    cursor: pointer;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    display: flex;
    border: none;
    background: none;
  }
  tsvideo button svg {
    pointer-events: none;
    width: 4em;
    opacity: 0.75;
    margin: auto;
    transform: translate(0, -50%);
    transition: opacity 0.2s;
  }
  tsvideo button:hover {
    background: none;
  }
  tsvideo button:hover svg {
    opacity: 1;
  }
  tsvideo.ready:after {
    content: none;
  }
  @supports (aspect-ratio: 16/9) {
    tsvideo {
      aspect-ratio: 16/9;
      padding-bottom: initial;
    }
  }
  .alt h2 {
    font-size: var(--fs48);
  }
  .alt h2:first-child {
    margin-top: 2.5em;
  }
  .alt > summary h2 {
    font-size: 100%;
  }
  .slider {
    position: relative;
    margin-top: 5.6em;
    margin-left: calc(var(--fill) * -1);
    margin-right: calc(var(--fill) * -1);
    margin-bottom: 5.6em;
  }
  .dots {
    position: absolute;
    top: -0.7em;
    transform: translateY(-100%);
    right: 0;
  }
  .dots a {
    display: inline-block;
    width: 0.75em;
    height: 0.75em;
    margin-left: 0.25em;
    border-radius: 999px;
    background: var(--brown);
    outline: 0;
  }
  .dots a:only-child {
    display: none;
  }
  .dots .active {
    background: var(--theme_color);
  }
  .track {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none !important;
    scrollbar-color: var(--theme_color) var(--white);
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
  }
  .track > * {
    scroll-snap-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .track > * + * {
    margin-left: 1em;
  }
  .track figcaption {
    padding: 0.25em 1em;
    font-family: "Diatype", monospace;
    font-size: var(--fs13);
    letter-spacing: normal;
    font-feature-settings: normal;
  }
  .track img {
    display: block;
  }
  .track::-webkit-scrollbar {
    display: none;
  }
  .imageslider img {
    width: auto;
    height: 36vw;
  }
  .imageslider .dots {
    right: var(--fill);
  }
  .boxslider {
    position: relative;
    margin-top: 2.8em;
    margin-bottom: 2.8em;
  }
  h1 + .boxslider, h2 + .boxslider, h3 + .boxslider, div[id] + .boxslider {
    margin-top: 1.4em;
  }
  h1 + .boxslider .dots, h2 + .boxslider .dots, h3 + .boxslider .dots, div[id] + .boxslider .dots {
    top: 0;
  }
  .boxslider .track {
    display: flex;
    white-space: initial;
  }
  .boxslider .tile {
    scroll-snap-align: start;
    flex: 0 0 auto;
    width: 100%;
  }
  .tipp {
    position: relative;
    margin: 1.4em 0;
    padding: 0 0 0 calc(44px + 1em);
  }
  .tipp:before {
    content: "";
    display: block;
    height: calc(22px - 1em);
  }
  .tipp:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    margin-right: 1em;
    background: no-repeat left top;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cpath fill='%23B76646' d='M25 0C11.2 0 0 11.2 0 25s11.2 25 25 25 25-11.2 25-25S38.8 0 25 0zm1.3 35.5l-2.8-2.9 6-5.7H14.4v-3.6h15.1l-6-5.7 2.8-2.9 11 10.5-11 10.3z'/%3E%3C/svg%3E");
    background-size: 100%;
  }
  .tipp > * {
    margin-top: 0;
  }
  .tipp h3 {
    margin-top: 0;
    font-size: 100%;
  }
  .tipp a:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .textslides {
    position: relative;
    margin: 5.6em 0;
    display: grid;
    grid-template: "sldr";
  }
  h1 + .textslides, h2 + .textslides, h3 + .textslides, div[id] + .textslides {
    margin-top: 1.4em;
  }
  h1 + .textslides .dots, h2 + .textslides .dots, h3 + .textslides .dots, div[id] + .textslides .dots {
    top: 0;
  }
  .textslides blockquote {
    grid-area: sldr;
    flex: 0 0 100%;
    width: 100%;
    margin: 0;
    padding-right: 10vw;
    position: relative;
    opacity: 0;
    transition: opacity 1s;
  }
  .textslides blockquote p {
    margin: 0;
    font-size: clamp(112.5%, 4vw, 250%);
    font-weight: bold;
    line-height: 1.25;
  }
  .textslides blockquote cite {
    display: block;
    margin-top: 0.5em;
    font-style: normal;
    font-family: "Diatype", monospace;
    font-size: var(--fs13);
    letter-spacing: normal;
    font-feature-settings: normal;
  }
  .textslides blockquote.current {
    opacity: 1;
    z-index: 1;
  }
  .tiles {
    margin: 2.8em 0;
    padding: 0;
    display: grid;
    grid-gap: 1.4em;
    grid-template-columns: repeat(auto-fill, minmax(19em, 1fr));
    list-style: none;
  }
  h1 + .tiles, h2 + .tiles, h3 + .tiles {
    margin-top: 1.4em;
  }
  .tiles > * {
    margin: 0;
    padding: 0;
  }
  .tiles > *:before {
    content: none;
  }
  .tiles.fit {
    grid-template-columns: repeat(auto-fit, minmax(19em, 1fr));
  }
  .tiles h2, .tiles h3, .tile h2, .tile h3 {
    font-size: var(--fs24);
  }
  .tile {
    position: relative;
  }
  .tile .filter {
    overflow: hidden;
  }
  .tile p {
    margin: 0.5em 0;
  }
  .tile a:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .filterbar {
    margin: 2.8em 0;
    min-height: 1.4em;
  }
  .filterbar select {
    display: inline-block;
    width: auto;
    max-width: 100%;
    max-width: 16em;
    appearance: none;
    margin: 0 0.25em 0.6em 0;
    padding: 0.4em 2em 0.4em 0.5em;
    color: var(--theme_color);
    font-size: var(--fs15);
    background: no-repeat calc(100% - 0.5em) 50% rgba(0, 0, 0, 0);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 15'%3E%3Cpath fill='%233D00FF' d='M 18.5 0 L 11 7.7 L 3.5 0 L 0 3.6 L 11 15 L 22 3.6 Z'/%3E%3C/svg%3E");
    background-size: 1em;
    border: 1px solid var(--theme_color);
    outline: none;
  }
  .repertoire li {
    position: relative;
    opacity: 1;
    transition: opacity 0.5s;
  }
  .repertoire .invisible {
    opacity: 0.2;
    pointer-events: none;
  }
  .repertoire .info {
    display: flex;
    justify-content: space-between;
  }
  .repertoire .info > p {
    flex-shrink: 0;
    margin: 0;
    padding-left: 0.5em;
  }
  .repertoire .tickets {
    text-align: right;
  }
  .repertoire .tickets svg {
    width: 3.5em;
    height: 3.5em;
  }
  .repertoire h2 a {
    position: static;
    color: var(--black);
    text-decoration: none;
  }
  .repertoire h2 a:after {
    content: "";
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .repertoire p {
    margin: 0.5em 0;
    font-family: "Diatype", monospace;
    font-size: var(--fs13);
    letter-spacing: normal;
    font-feature-settings: normal;
  }
  .repertoire a {
    position: relative;
    z-index: 4;
  }
  .repertoire .info ~ * {
    margin: 0;
    border-top: 1px solid;
  }
  .repertoire .coming {
    padding: 0.5em 0;
    columns: 2 8em;
    column-gap: 1.4em;
  }
  .repertoire .coming p {
    margin: 0;
    break-inside: avoid;
  }
  #not {
    grid-template-columns: repeat(auto-fit, minmax(16em, 1fr));
  }
  .topnews {
    margin-bottom: 7em;
  }
  .news {
    grid-gap: 5.6em 1.4em;
  }
  .news .tile {
    position: relative;
  }
  .news figure {
    display: block;
    margin: 0 0 0.5em 0;
    position: relative;
    padding-bottom: 66.6666666667%;
  }
  .news figure > div {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .news figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news .filter {
    background-position: center;
  }
  .news h2, .news h3 {
    font-size: var(--fs48);
  }
  .tp h2, .tp h3 {
    font-size: 125%;
  }
  .more {
    margin-bottom: 0;
  }
  .more a:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .hero + .post {
    margin-top: 5.6em;
  }
  .post .av {
    max-width: var(--pmax);
  }
  @supports (aspect-ratio: 16/9) {
    .post tsvideo {
      max-width: var(--pmax);
    }
  }
  .back {
    margin: 5.6em 0 2.8em;
    line-height: 1;
  }
  .back a {
    display: flex;
    align-items: center;
    color: var(--black);
    font-size: 125%;
    font-weight: bold;
    text-decoration: none;
  }
  .back a:before {
    content: "";
    flex-shrink: 0;
    display: block;
    width: 44px;
    height: 44px;
    margin-right: 1em;
    background: no-repeat left top;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 44 44'%3E%3Cpath fill='%233d00ff' d='M22,44c12.1,0,22-9.9,22-22S34.1,0,22,0S0,9.9,0,22S9.9,44,22,44z M20.9,12.8l2.5,2.6l-5.3,5h13.3v3.2H18l5.3,5l-2.5,2.6l-9.7-9.2L20.9,12.8z'/%3E%3C/svg%3E");
    background-size: 100%;
  }
  .blau {
    color: var(--white);
    background: var(--theme_color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .blau ul li:before {
    border-bottom-color: var(--white);
  }
  .blau ul li:has(a) {
    border-bottom-color: var(--white);
  }
  .blau a {
    color: var(--white);
  }
  .blau button[type=submit] {
    color: var(--theme_color);
    background: var(--white);
  }
  .blau:last-child {
    margin-bottom: 0;
  }
  main:has(.blau:last-child) {
    padding-bottom: 0;
  }
  .filter {
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
  .filter img {
    display: block;
    width: 100%;
    filter: url(#duotone);
    opacity: 1;
    transition: opacity 0.5s;
  }
  .filter.ready:hover img, .tile:hover .filter.ready img, li:hover .filter.ready img, .over .filter img {
    opacity: 0;
  }
  .slanted {
    transform: rotate(-4deg) scale(0.9);
    transform-origin: center;
  }
  div:nth-child(2):last-child .slanted {
    transform: rotate(4deg) scale(0.9);
  }
  .fit {
    width: 100%;
  }
  .right {
    text-align: right;
  }
  .tour {
    margin: 1.4em 0;
  }
  .tour table {
    font-size: var(--fs15);
  }
  .tour td {
    height: 6rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 2rem;
    vertical-align: middle;
  }
  .tour td:nth-child(2) {
    font-size: 125%;
    font-family: "Ginto", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
  }
  .projects {
    margin: 1.4em 0 5.6em 0;
    grid-gap: 5.6em 1.4em;
  }
  .projects .tile h2 {
    font-size: var(--fs48);
  }
  .projects .tile .filter {
    aspect-ratio: 3/2;
  }
  .cards {
    margin: 1.4em 0;
    padding: 0;
    display: grid;
    grid-gap: 1.4em;
    grid-template-columns: repeat(auto-fill, minmax(12em, 1fr));
    list-style: none;
  }
  .cards li {
    padding: 0;
  }
  .cards li:before {
    content: none;
  }
  .cards figcaption {
    margin-top: 0.5em;
    line-height: 1.25;
  }
  .cards h3 {
    font-size: 100%;
    margin: 0;
  }
  .cards .resp {
    font-size: var(--fs13);
    font-family: "Diatype", monospace;
    letter-spacing: normal;
    font-feature-settings: normal;
  }
  .cards .resp:empty {
    display: none;
  }
  #closeup {
    display: none;
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1em;
    place-items: center;
    background: rgba(0, 0, 0, 0.75);
  }
  #closeup.centerstage {
    display: grid;
  }
  #closeup figure {
    overflow: auto;
    max-width: 88vw;
    max-height: 92vh;
    background: var(--white);
  }
  #closeup figure > * {
    flex: 0 0 50%;
  }
  #closeup figure .filter {
    max-height: 46vh;
    overflow: hidden;
  }
  #closeup figcaption {
    position: relative;
    padding: 1.4em 1.4em 3rem 1.4em;
  }
  #closeup figcaption:before {
    content: "";
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    width: 1em;
    height: 1em;
    background: no-repeat top right;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E %3Cpath fill='currentColor' d='M35.1 2.2L43 12 31.6 22 43 31.9l-7.9 9.8L22 30.4 8.9 41.8 1 31.9 12.4 22 1 12.1l7.9-9.8L22 13.6 35.1 2.2z'%3E%3C/path%3E%3C/svg%3E");
    background-size: 1em;
  }
  #closeup h3 {
    margin: 0;
    font-size: 150%;
    font-size: var(--fs24);
  }
  #closeup a {
    color: var(--theme_color);
  }
  #closeup .resp {
    margin: 0;
    font-size: var(--fs13);
    font-family: "Diatype", monospace;
    letter-spacing: normal;
    font-feature-settings: normal;
  }
  #closeup .personal {
    margin-top: 2.8em;
  }
  #closeup .credits {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
    font-size: var(--fs13);
    font-family: "Diatype", monospace;
    letter-spacing: normal;
    font-feature-settings: normal;
  }
  .jobs {
    margin: 2.8em 0;
  }
  .jobs details {
    border-top: 2px solid;
  }
  .jobs details + details {
    margin-top: 0;
  }
  .jobs detail:last-child {
    border-bottom: 2px solid;
  }
  .jobs summary {
    padding: 1em 0;
  }
  .jobs summary > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .jobs summary h2 {
    flex-grow: 1;
    padding-right: 1rem;
    font-size: 112.5%;
  }
  .jobs summary span {
    flex: 0 0 20%;
    display: inline-block;
    display: none;
    width: 20%;
    margin: 0;
    padding: 0 0 0 1rem;
    font-family: "Diatype", monospace;
    letter-spacing: normal;
    font-feature-settings: normal;
  }
  .jobs summary:after {
    content: none;
    display: block;
    position: absolute;
    opacity: 0.7;
    top: 50%;
    right: 0;
    width: 1em;
    height: 1em;
    background: no-repeat right center;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 15'%3E%3Cpath fill='%233D00FF' d='M18.5 15L11 7.3 3.5 15 0 11.4 11 0l11 11.4z'/%3E%3C/svg%3E");
    transform: translateY(-50%) rotate(180deg);
    transition: transform 0.4s;
  }
  .jobs .icn_dtls {
    flex: 0 0 44px;
    color: var(--theme_color);
    transform: rotate(0deg);
    transition: transform 0.4s;
  }
  .jobs [open] .icn_dtls {
    transform: rotate(180deg);
  }
  .jobs summary + div {
    padding: 2em 0;
  }
  .jobs summary + div * {
    max-width: var(--pmax);
  }
  .jobs summary + div > p:first-child {
    font-size: 112.5%;
  }
  .jobs h3 {
    font-size: 100%;
  }
  .fotos figure {
    position: relative;
    display: block;
    width: 100%;
  }
  .fotos img {
    width: 100%;
  }
  .fotos a {
    text-decoration: none;
  }
  .fotos a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .attachments {
    margin: 5.6em 0;
    padding: 0;
    display: grid;
    grid-gap: 1.4em;
    grid-template-columns: repeat(auto-fill, minmax(16em, 1fr));
  }
  .attachments figure {
    position: relative;
    display: block;
    width: 100%;
  }
  .attachments img {
    width: 100%;
  }
  .attachments figcaption {
    padding: 0.5em 0;
    display: flex;
    align-items: center;
    font-family: "Diatype", monospace;
    letter-spacing: normal;
    font-feature-settings: normal;
    font-size: var(--fs13);
  }
  .attachments figcaption:before {
    content: "";
    flex: 0 0 auto;
    display: block;
    width: 2.1333333333em;
    height: 2.1333333333em;
    margin-right: 0.5em;
    background: no-repeat center;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E%3Cpath fill='%233D00FF' d='M22 0C9.8 0 0 9.8 0 22s9.8 22 22 22 22-9.8 22-22S34.2 0 22 0zm9.3 35.1H12.7V31h18.6v4.1zM22 27.7l-9.3-9.3 3-3 4.1 4.3V5.9H24v13.6l4.3-4.1 3 3-9.3 9.3z'/%3E%3C/svg%3E");
  }
  .attachments a {
    text-decoration: none;
  }
  .attachments a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .dllist li {
    padding: 1em 0;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    border-top: 2px solid;
  }
  .dllist li:before {
    content: none;
  }
  .dllist li:after {
    content: "";
    display: block;
    width: 3em;
    height: 3em;
    background: no-repeat center;
    background-size: 98%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44'%3E%3Cpath fill='%233D00FF' d='M22 0C9.8 0 0 9.8 0 22s9.8 22 22 22 22-9.8 22-22S34.2 0 22 0zm9.3 35.1H12.7V31h18.6v4.1zM22 27.7l-9.3-9.3 3-3 4.1 4.3V5.9H24v13.6l4.3-4.1 3 3-9.3 9.3z'/%3E%3C/svg%3E");
  }
  .dllist li:last-child {
    border-bottom: 2px solid;
  }
  .dllist span {
    flex: 0 0 10em;
    font-family: "Diatype", monospace;
    font-size: var(--fs15);
    letter-spacing: normal;
    font-feature-settings: normal;
  }
  .dllist a {
    padding: 0 1em;
    flex-grow: 1;
    font-weight: bold;
    color: var(--black);
    text-decoration: none;
  }
  .dllist a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  /* FORMS */
  ::placeholder {
    color: rgba(0, 0, 0, 0);
    opacity: 1; /* Firefox */
  }
  fieldset {
    margin: 1em 0;
    border: 0;
    padding: 0;
  }
  fieldset > *:first-child {
    margin-top: 0;
  }
  fieldset.has-legend {
    padding: 0.5em 0;
  }
  fieldset p {
    margin: 0.5em 0;
  }
  fieldset p > span {
    display: block;
    margin-top: 0.25em;
    font-family: "Diatype", monospace;
    font-size: var(--fs13);
    letter-spacing: normal;
    font-feature-settings: normal;
  }
  label {
    display: block;
    margin-bottom: 0.25em;
    font-size: var(--fs13);
    font-family: "Diatype", monospace;
    letter-spacing: normal;
    font-feature-settings: normal;
  }
  label.required:after {
    content: " *";
  }
  label > input[type=radio],
  label > input[type=checkbox] {
    margin-right: 1em;
  }
  #err {
    margin-top: 0;
  }
  #err:empty {
    display: none;
  }
  #err:empty + * {
    margin-top: 0;
  }
  legend {
    margin: 0;
    padding: 0;
    font-weight: bold;
  }
  button, input, optgroup, select, textarea {
    box-sizing: border-box;
    font: inherit;
    letter-spacing: normal;
    line-height: 1.15;
    margin: 0;
  }
  textarea {
    resize: vertical;
  }
  select {
    -webkit-appearance: none;
  }
  button, input {
    overflow: visible;
  }
  button, select {
    text-transform: none;
  }
  button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button;
  }
  button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  button, summary {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  input[type=text], input[type=phone],
  input[type=password], input[type=email],
  textarea, select {
    display: block;
    width: 100%;
    padding: 0.5em;
    color: inherit;
    background: rgba(0, 0, 0, 0);
    border: 1px solid;
    border-radius: 0;
    box-shadow: none;
    outline: 0;
  }
  input[type=text].error, input[type=phone].error,
  input[type=password].error, input[type=email].error,
  textarea.error, select.error {
    border-color: red;
  }
  select {
    padding: 0.5em 2em 0.5em 0.5em;
    font-size: inherit;
    background: no-repeat calc(100% - 0.5em) 50%;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 15'%3E%3Cpath fill='%233D00FF' d='M 18.5 0 L 11 7.7 L 3.5 0 L 0 3.6 L 11 15 L 22 3.6 Z'/%3E%3C/svg%3E");
    background-size: 1em;
  }
  .blau select {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 15'%3E%3Cpath fill='%23eee1db' d='M 18.5 0 L 11 7.7 L 3.5 0 L 0 3.6 L 11 15 L 22 3.6 Z'/%3E%3C/svg%3E");
  }
  [type=submit] {
    color: var(--white);
    background: var(--theme_color);
  }
  .submission {
    margin-top: 1.4em;
    margin-bottom: 0;
    text-align: right;
  }
  .submission button {
    margin-top: 0;
    margin-bottom: 0;
  }
  .parted {
    display: flex;
  }
  .parted > p:first-child {
    width: 34%;
    padding-right: 1em;
  }
  .parted > p:first-child + p {
    flex-grow: 1;
  }
  .ticks input[type=checkbox] {
    position: absolute;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .ticks label {
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    line-height: 1.2;
    padding: 0.15em 1.25em 0.15em 0;
  }
  .ticks label m {
    content: "";
    display: inline-block;
    width: 1.25em;
    height: 1.25em;
    margin-right: 0.5em;
    border: 1px solid;
    border-radius: 999px;
  }
  .ticks input:checked ~ m {
    background-color: currentColor;
  }
  .radio {
    display: grid;
    grid-template-columns: 2em 1fr;
  }
  .radio input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
  }
  .radio + .radio {
    margin-top: 0.5em;
  }
  #foerderkreis {
    max-width: 36em;
  }
  /* SEARCH */
  #qs {
    display: grid;
    display: none;
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25vh 10vw 35vh;
    color: var(--white);
    background: rgba(0, 0, 0, 0.8);
  }
  #qs input {
    padding: 0;
    font-weight: bold;
    color: var(--white);
    font-size: 150%;
    font-size: clamp(150%, 5vw, 400%);
    background: transparent;
    border: 0;
    border-bottom: 1px solid;
  }
  #qs input::placeholder {
    color: var(--white);
    opacity: 0.8;
  }
  #qs.ready {
    display: block;
  }
  #close_search {
    position: absolute;
    top: 1em;
    right: 1em;
    text-align: right;
    width: 44px;
    height: 44px;
    padding: 0;
    text-decoration: none;
  }
  #close_search svg {
    width: 32px;
    height: 32px;
  }
  #search form {
    margin: 2.8em 0;
  }
  #q {
    padding: 0.75em 0 0.25em;
    font-weight: bold;
    font-size: 125%;
    border: 0;
    border-bottom: 1px solid;
  }
  .search_results {
    margin: 2.8em 0;
  }
  .search_results li {
    max-width: var(--pmax);
    padding: 0;
  }
  .search_results li:before {
    content: none;
  }
  .search_results li + li {
    margin-top: 2.8em;
  }
  .search_results p {
    margin: 0;
  }
  .search_results .btn, .search_results .skip a, .skip .search_results a, .search_results button {
    margin-top: 1em;
    color: var(--theme_color);
    text-decoration: none;
  }
  .search_results .btn:hover, .search_results .skip a:hover, .skip .search_results a:hover, .search_results button:hover {
    color: var(--white);
    border-color: var(--theme_color);
  }
  .search_results b {
    font-weight: normal;
    font-style: italic;
  }
  /* ABO SECTION */
  .abonnements {
    color: #eee1db;
    color: var(--white);
    background-color: #3d00ff;
    background-color: var(--theme_color);
  }
  .abonnements div + div {
    margin-top: 1.4em;
  }
  .abonnements > div:first-child .btn, .abonnements > div:first-child .skip a, .skip .abonnements > div:first-child a, .abonnements > div:first-child button {
    color: var(--theme_color);
    background-color: var(--white);
  }
  .abonnements > div:first-child .btn:hover, .abonnements > div:first-child .skip a:hover, .skip .abonnements > div:first-child a:hover, .abonnements > div:first-child button:hover {
    color: var(--theme_color);
  }
  .abonnements > div:last-child {
    font-size: var(--fs13);
  }
  .abonnements > div:last-child .btn, .abonnements > div:last-child .skip a, .skip .abonnements > div:last-child a, .abonnements > div:last-child button {
    font-size: var(--fs13r);
    color: var(--white);
  }
  .abonnements h2 {
    font-size: var(--fs48);
  }
  .abonnements h3 {
    margin-top: 2em;
    font-size: clamp(138.4615384615%, 2.5vw, 184.6153846154%);
  }
  .abonnements .btn, .abonnements .skip a, .skip .abonnements a, .abonnements button {
    border-color: var(--white);
  }
  .abonnements *:focus {
    outline: 2px solid var(--white);
    outline-offset: 0.25em;
  }
  /* FOOTER */
  footer {
    position: sticky;
    top: 100vh;
    font-size: var(--fs13);
    color: #eee1db;
    color: var(--white);
    background: #2d2a2a;
    background: var(--black);
  }
  footer a {
    text-decoration: none;
  }
  footer a:focus {
    outline: 2px solid var(--white);
    outline-offset: 0.25em;
  }
  footer > * {
    margin: 2em 0;
  }
  footer ul {
    padding: 0;
    list-style: none;
  }
  footer p {
    margin-top: 0;
  }
  #stsf {
    display: block;
    max-width: 10em;
    transform: var(--logotrnsfrm);
  }
  address {
    font-style: normal;
  }
  address a {
    white-space: nowrap;
  }
  .ot {
    font-family: "Diatype", monospace;
    letter-spacing: normal;
    font-feature-settings: normal;
    font-size: var(--fs13);
  }
  .ot svg {
    max-width: 12em;
  }
  .socialmedia {
    white-space: nowrap;
    margin-top: 2.8em;
  }
  .socialmedia a {
    display: inline-block;
    width: 3em;
  }
  .socialmedia a + a {
    margin-left: 0.5em;
  }
  .socialmedia svg {
    pointer-events: none;
    display: block;
  }
  /* Consent */
  .cpopup {
    position: fixed;
    overflow: auto;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    padding: 10vh 10vw;
    background: rgba(0, 0, 0, 0.75);
  }
  .cpopup #cpop {
    max-width: var(--pmax);
    margin: auto;
    padding: 2em 2.8em;
    background: var(--white);
  }
  .consent {
    margin-top: 1.4em;
    text-align: right;
  }
  .consent .btn, .consent .skip a, .skip .consent a, .consent button {
    margin: 0 0 0 0.25em;
  }
  /* Duotone */
  #svgfilter {
    position: absolute;
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.1ms !important;
  }
}
@media screen and (orientation: portrait) {
  .hero_wrap {
    position: relative;
    height: auto;
  }
  @supports (height: 100svh) {
    .hero_wrap {
      height: auto;
    }
  }
  .imageslider img {
    height: 56vw;
  }
}
@media only screen and (max-width: 24em) {
  :root {
    --mq: "< 24";
  }
  body {
    font-size: 87.5%;
  }
}
@media only screen and (max-width: 36em) {
  :root {
    --mq: "< 36";
  }
  .hero_images {
    margin-top: 1.4em;
    margin-left: -20vw;
    margin-right: -20vw;
    padding-bottom: 5.6em;
  }
  .hero_images:after {
    height: calc(62% + 5.6em);
  }
  .badge {
    top: -1rem;
  }
  .hero_content p {
    font-size: 112.5%;
  }
  #billboard .hero {
    margin-top: 0;
  }
  #billboard .badge {
    top: -2rem;
  }
  #billboard + * {
    margin-top: 1.4em;
  }
  #flip {
    position: static;
    margin-top: 4.2em;
  }
  #flip svg {
    width: 44px;
    height: 44px;
  }
  .hgroup {
    display: block;
    margin: 2.8em 0;
  }
  .hgroup h2 {
    margin: 0.5em 0;
  }
  .hgroup > div:first-child {
    padding-right: 0;
    max-width: 100%;
  }
  .splpln {
    padding: 0.375em 1.5em;
  }
  .box > div:first-child {
    margin-bottom: 1em;
  }
  .news {
    grid-gap: 1.4em;
  }
  #close_search svg {
    width: 24px;
    height: 24px;
  }
}
@media only screen and (min-width: 24em) {
  :root {
    --mq: "24";
  }
  #closeup figure {
    max-height: 80vh;
    max-width: min(46em, 80vw);
    display: flex;
  }
  #closeup figure .filter {
    max-height: none;
  }
}
@media only screen and (min-width: 30em) {
  :root {
    --mq: "30";
  }
  header {
    padding: 0.75em 1em;
  }
}
@media only screen and (min-width: 36em) {
  :root {
    --mq: "36";
    --fill: 1.4em;
  }
  .boxslider .tile {
    width: calc(50% - 0.5em);
  }
}
@media only screen and (min-width: 44em) {
  :root {
    --mq: "44";
    --fillv: 2em;
  }
  main {
    padding-bottom: calc(var(--fillv) * 3);
  }
  .box {
    margin: 1.4em 0 2.8em 0;
    display: flex;
    justify-content: space-between;
  }
  .box > * {
    flex: 0 0 auto;
  }
  .box > * > *:first-child {
    margin-top: 0;
  }
  .box.fiftyfifty > * {
    width: calc(50% - 0.7em);
  }
  .box.sixfour > *:first-child {
    width: calc(60% - 0.7em);
  }
  .box.sixfour > *:nth-child(2) {
    width: calc(40% - 0.7em);
  }
  .box.sixfour + .sixfour {
    margin-top: 5.6em;
  }
  .box.invers {
    flex-direction: row-reverse;
  }
  .box.aligncenter {
    align-items: center;
  }
  .float {
    overflow: auto;
    margin: 1.4em 0 2.8em 0;
  }
  .float > img {
    float: right;
    width: calc(40% - 0.7em);
    margin-left: 1.4em;
  }
  .vollbreit {
    margin: 4.2em 0;
    padding: 4.2em 0;
  }
  #meta {
    position: sticky;
    top: 100vh;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
  }
  #meta .meta li + li {
    margin-left: 1.4em;
  }
  #meta .socialmedia {
    margin-left: auto;
  }
  .preise th, .preise td {
    padding-right: 1.5rem;
  }
  .preise th:first-child, .preise td:first-child {
    font-size: 150%;
  }
  .jobs summary span {
    display: inline-block;
  }
  .abonnements {
    display: flex;
  }
  .abonnements > div {
    flex: 0 0 50%;
  }
  .abonnements > div:first-child {
    padding-right: 10%;
  }
  .abonnements div + div {
    margin-top: 0;
  }
  footer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: var(--fill);
  }
  footer > * {
    margin: 0;
  }
  footer > * > *:last-child {
    margin-bottom: 0;
  }
  footer .mnspc + p svg {
    max-width: 10em;
  }
  .socialmedia {
    margin-top: 0;
    justify-self: end;
  }
}
@media only screen and (min-width: 54em) {
  :root {
    --mq: "54";
    --fill: 4vw;
  }
  .slanted {
    margin-bottom: 4.2em;
  }
  .slanted.rotate {
    animation: rroteight 1.2s ease-in-out 0.4s forwards;
  }
  div:nth-child(2):last-child .slanted.rotate {
    animation: roteight 1.2s ease-in-out 0.4s forwards;
  }
  table th, table td {
    padding: 0.5rem 1.5rem 0.5rem 0;
  }
  table .day {
    padding: 0.5rem 2rem 0.5rem 0;
  }
}
@media only screen and (min-width: 58em) {
  :root {
    --mq: "58";
    --fill: 6vw;
  }
  header {
    position: relative;
  }
  #logo {
    margin-right: 4em;
  }
  .splpln {
    padding: 0.75em 3.75em;
  }
  #navicon {
    display: none;
  }
  #menu {
    padding-left: calc(var(--logowdth) + 2.5em + 1em - var(--fill));
  }
  #menu:target {
    opacity: 1;
    left: 0;
    transform: translate(0);
  }
  nav {
    flex-grow: 1;
  }
  #menu {
    --lidist: 2em;
    flex-grow: 1;
    position: initial;
    opacity: 1;
    overflow-y: initial;
    will-change: initial;
    top: initial;
    left: initial;
    bottom: initial;
    width: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: var(--lidist);
    align-items: center;
    columns: unset;
    font-size: 87.5%;
    color: inherit;
    background-color: transparent;
    border-bottom: 0;
    transform: none;
  }
  #menu > li {
    margin-bottom: 0;
  }
  #menu > li > a {
    position: relative;
    font-size: 100%;
    line-height: 1;
  }
  #menu > li > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: calc(var(--lidist) * -1);
    bottom: -4em;
  }
  /*
  #menu > li > ul {
  position: fixed;
  z-index: -1;
  opacity: 0;
  overflow-y: auto;
  top: 0;
  left: -100%;
  height: calc(100vh - var(--hhght));
  width: 100%;
  max-width: 62rem;
  margin: 0;
  margin-top: var(--hhght);
  padding: 1em 1em;
  padding: 1em var(--fill);
  padding-top: 2.8em;
  list-style: none;
  color: var(--white);
  background-color: var(--theme_color);
  border-top: 1px solid var(--white);
  box-shadow: 0 -10em 0 var(--theme_color);
  transform: translateX(-100%);
  transition: transform $nvtrns 3s, left $nvtrns $nvtrns, opacity $nvtrns 0.3s;
  backface-visibility: hidden;
  will-change: transform, opacity;
  -ms-overflow-style: none;
  scrollbar-width: thin;
  scrollbar-color: var(--white) transparent;
  	li {
  	margin-bottom: 1.5em;
  	}
  	a {
  	display: block;
  	max-width: 16ch;
  	padding: .25em 0;
  	font-size: clamp(150%, 5vw, 375%);
  	font-weight: bold;
  	text-decoration: none;
  		&:hover, 
  		&:focus {
  		color: var(--black);
  		}
  	}
  	.current {
  		> a {
  		color: var(--black);
  		}
  	}
  }
  #menu > li:hover > ul,
  #menu > li:focus-within > ul {
  left: 0;
  opacity: 1;
  transform: translateX(0%);
  transition: transform $nvtrns 0s, left $nvtrns 0s, opacity $nvtrns 0s;
  }

  header:has(#menu li:hover),
  header:has(#menu > li:focus-within) {
  	#menu > li > a, #logo {
  	color: var(--white);
  	outline-color: var(--white);
  	}
  	.splpln {
  	border-color: var(--white);
  	}
  }
  .navigating, .fading {
  overflow: hidden;
  border-right: var(--scrw, 14px) solid transparent;
  	#logo {
  	color: var(--white);
  	}
  	#global {
  	display: grid;
  	grid-template: "panel";
  //	outline: 10px solid rebeccapurple;
  		> li {
  		grid-area: panel;
  		z-index: -1;
  		opacity: 0;
  		transition: opacity .4s;
  		}
  		li.current {
  		z-index: 1;
  		opacity: 1;
  		}
  		> li:first-child {	// start
  		display: none;
  		}
  		> li > a {
  		display: none;
  		}
  		ul {
  		margin: $margin*2 0;
  			a {
  			padding-top: .25em;
  			padding-bottom: .25em;
  			font-weight: bold;
  			font-size: 150%;
  			font-size: clamp(150%, 5vw, 375%);
  			letter-spacing: 0.05em;
  			line-height: 1;
  			}
  		}
  	}
  	#clsr {
  	display: none;
  	}
  	#backdrop {
  	content: '';
  	position: fixed;
  	z-index: 9;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background: rgba(0,0,0,.1);
  //	backdrop-filter: blur(1px);
  	}
  }
  */
  #assistive {
    --iconsize: 2.5em;
  }
  #assistive {
    position: fixed;
    z-index: 5;
    top: 50%;
    left: calc(var(--fill) / 2 - var(--iconsize) / 2);
    color: var(--theme_color);
    transform: translateY(-100%);
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1;
    display: flex;
    align-items: center;
    text-decoration: none;
    transform: translateZ(0);
  }
  #assistive svg {
    display: initial;
    vertical-align: bottom;
    width: var(--iconsize);
    height: var(--iconsize);
    background: var(--white);
    background-clip: border-box;
    border: 1px solid var(--theme_color);
    border-radius: 999px;
    box-shadow: inset 0 0 0 1px var(--theme_color);
  }
  #assistive:before {
    content: none;
  }
  #assistive:hover:after {
    font-weight: bold;
    display: inline-block;
    margin-left: 0.25em;
    padding: 0.375em 0.5em;
    background: var(--white);
    border: 1px solid;
    border-radius: 999px;
  }
  #assistive:hover:after {
    content: attr(title);
  }
  #assistive {
    display: none;
  }
  .boxslider .tile {
    width: calc(33.34% - 0.6666666667em);
  }
}
@media only screen and (min-width: 64em) {
  :root {
    --mq: "64";
    --logowdth: 8em;
  }
  main h1 {
    max-width: 88%;
  }
  #logo {
    margin-right: 5em;
  }
  #menu {
    --lidist: 4em;
  }
  .repertoire .tickets svg {
    width: 50px;
    height: 50px;
  }
  #assistive {
    --iconsize: 3em;
  }
  footer {
    display: flex;
    justify-content: space-between;
    gap: 2em;
  }
  #theater_strahl {
    position: relative;
    top: -1em;
    width: 20%;
  }
  .socialmedia {
    text-align: right;
  }
}
@media only screen and (min-width: 73.5em) {
  :root {
    --mq: "73.5";
  }
  #logo {
    margin-right: 6em;
  }
  #menu {
    --lidist: 5em;
  }
  .badge {
    width: 16rem;
    height: 16rem;
    font-size: 1rem;
  }
  .badge div {
    font-size: 150%;
  }
  .ltr {
    margin: 2.8em calc(var(--fill) * -1);
  }
  .slider {
    margin-top: 8.4em;
    margin-bottom: 8.4em;
  }
  footer {
    gap: 2.8em;
    font-size: 93.75%;
  }
}
@media only screen and (min-width: 76em) {
  :root {
    --mq: "76";
    --fs13: 76.4705882353%;
    --fs13r: 130.7692307692%;
    --fs15: 88.2352941176%;
  }
  main, .abonnements {
    font-size: 106.25%;
  }
}
@media only screen and (min-width: 90em) {
  :root {
    --mq: "90";
    --fs13: 68.4210526316%;
    --fs13r: 146.1538461538%;
    --fs15: 78.9473684211%;
  }
  #menu .socialmedia a {
    width: 4em;
  }
  main {
    font-size: 118.75%;
    line-height: 1.38;
  }
  #assistive {
    --iconsize: 4em;
  }
  .abonnements {
    font-size: 118.75%;
  }
  .ltr {
    margin-top: 4.2em;
    margin-bottom: 4.2em;
  }
  .skip a[class] {
    padding-top: 0.4em;
    padding-bottom: 0.4em;
    font-size: 78.9473684211%;
  }
  .back a:before {
    width: 50px;
    height: 50px;
  }
  .tipp {
    padding: 0 0 0 calc(50px + 1em);
  }
  .tipp:after {
    width: 50px;
    height: 50px;
  }
  .filterbar select {
    padding: 0.4em 2em 0.4em 0.5em;
    font-size: 78.9473684211%;
  }
  table th, table td {
    padding: 1rem 1.5rem 1rem 0;
  }
  table .day {
    padding: 1rem 2rem 1rem 0;
  }
  .cards .resp {
    font-size: 68.4210526316%;
  }
  fieldset p > span {
    font-size: 68.4210526316%;
  }
  .dllist a {
    font-size: 126.3157894737%;
  }
  .footnotes {
    font-size: 68.4210526316%;
  }
  .back a {
    font-size: 126.3157894737%;
  }
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background-color: transparent !important;
  }
  body {
    margin: 1cm;
    font: 12pt/1.2 "Helvetica Neue", sans-serif;
  }
  h1 {
    font-size: 125%;
  }
  h2 {
    font-size: 112.5%;
  }
  h3, h4, h5, h6 {
    font-size: 100%;
    margin: 0;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  ul, ol {
    page-break-inside: avoid;
  }
  li {
    margin: 0 0 0 1em;
    padding: 0;
  }
  a, a:visited {
    text-decoration: underline;
  }
  img {
    max-width: 100% !important;
    height: auto;
    page-break-inside: avoid;
  }
  pre, blockquote {
    padding: 1em;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  hr {
    margin: 2em 0;
    border: 0;
    border-bottom: 1px solid #000;
  }
  table {
    page-break-inside: auto;
  }
  tr {
    page-break-inside: avoid;
    page-break-after: auto;
  }
  thead {
    display: table-header-group;
  }
  tfoot {
    display: table-footer-group;
  }
  /*
  #divs {
  display : none;
  }
  */
}
.dev body:before {
  content: var(--mq);
  position: fixed;
  z-index: 1000;
  bottom: 10px;
  left: 10px;
  padding: 0.5em 2em;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  -webkit-font-smoothing: antialiased;
}
.dev body:after {
  content: counter(w) "x" counter(h);
  counter-reset: h var(--h) w var(--w);
  position: fixed;
  z-index: 1000;
  bottom: 10px;
  right: 10px;
  padding: 0.5em 2em;
  font-size: 75%;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  -webkit-font-smoothing: antialiased;
}
