:root {
  --app-height: 100vh;
  --scrollbar-width: 0px;
  --p-fs: 1rem;
  --p-lh: 1.2em;
  --h1-fs: 3rem;
  --h1-lh: 1.2em;
  --h2-fs: 2rem;
  --h2-lh: 1.2em;
  --h3-fs: 1.5rem;
  --h3-lh: 1.2em;
  --h4-fs: 1.25rem;
  --h4-lh: 1.2em;
  --h5-fs: .875rem;
  --h5-lh: 1.2em;
  --h6-fs: .75rem;
  --h6-lh: 1.2em;
}

:root {
  --animation-time: 1000ms;
  --animation-time-fast: 500ms;
  --animation-time-faster: 250ms;
  --animation-time-fasterer: 125ms;
  --space-xxs: .125rem;
  --space-xs: .25rem;
  --space-ser: .33rem;
  --space-s: .5rem;
  --space-sm: .75rem;
  --space-m: 1rem;
  --space-ml: 1.5rem;
  --space-l: 2rem;
  --space-xl: 4rem;
  --space-xxl: 8rem;
  --space-xxxl: 16rem;
  --padding1: var(--space-m) var(--space-l);
  --border-radius-m: .5rem;
  --max-text-width: 36rem;
  --p-fs: 1rem;
  --p-lh: 1.2em;
  --h1-fs: 2.4rem;
  --h1-lh: 1.2em;
  --h2-fs: 1.8rem;
  --h2-lh: 1.2em;
  --h3-fs: 1.8rem;
  --h3-lh: 1.2em;
  --h4-fs: 1rem;
  --h4-lh: 1.2em;
  --h5-fs: .85rem;
  --h5-lh: 1.2em;
  --h6-fs: .75rem;
  --h6-lh: 1.2em;
}

@media (max-width: 1080px) {
  :root {
    --padding1: var(--space-m) var(--space-s);
    --h1-fs: 2rem;
    --h1-lh: 1.2em;
    --h2-fs: 1.5rem;
    --h2-lh: 1.2em;
    --h3-fs: 1.5rem;
    --h3-lh: 1.2em;
  }
}
@media (max-width: 720px) {
  :root {
    --h1-fs: 1.75rem;
    --h1-lh: 1.2em;
    --h2-fs: 1.25rem;
    --h2-lh: 1.2em;
    --h3-fs: 1.25rem;
    --h3-lh: 1.2em;
  }
}
@media (max-width: 440px) {
  :root {
    --h1-fs: 1.5rem;
    --h1-lh: 1.2em;
    --h2-fs: 1.15rem;
    --h2-lh: 1.2em;
    --h3-fs: 1.15rem;
    --h3-lh: 1.2em;
  }
}
.block-lang-switch li.is-active {
  display: none;
}

.slideshow:not(.slick-initialized) figure:not(:first-child) {
  display: none !important;
}
.slideshow:not(.slick-initialized) article:not(:first-child) {
  display: none !important;
}

.slideshow {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-gap: var(--space-s) var(--space-s);
  margin-top: var(--space-s);
}
.slideshow > article {
  grid-column: 1/-1;
}
.slideshow figure {
  display: block !important;
}
.slideshow figure figcaption {
  font-weight: bold;
}
.slideshow .slick-list, .slideshow > figure {
  grid-column: 1/-1;
}
.slideshow .slick-dots {
  font-size: 0;
  grid-column: 1/-1;
}
.slideshow .slick-dots li {
  margin-right: var(--space-xs);
}
.slideshow .slick-dots button {
  margin: 0;
  background: #FFF;
  color: #000;
  border: 0.175rem solid #000;
  border-radius: var(--space-xs);
  overflow: hidden;
  width: var(--space-l);
  height: var(--space-l);
}
@media (max-width: 1280px) {
  .slideshow .slick-dots button {
    width: var(--space-ml);
    height: var(--space-ml);
  }
}
.slideshow .slick-dots li.slick-active button {
  background: #000;
  color: #FFF;
}
.slideshow .slick-prev, .slideshow .slick-next {
  grid-row: 2;
  font-size: 0;
  line-height: 0;
  border: 0;
}
.slideshow .slick-prev::after, .slideshow .slick-next::after {
  display: block;
}
.slideshow .slick-prev:hover, .slideshow .slick-next:hover {
  background: none;
}
.slideshow .slick-prev {
  grid-column: 1;
}
.slideshow .slick-prev::after {
  content: "";
  background-image: url("../img/icons/angel-left-thin.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1.75rem 1.75rem !important;
  background-position: center center !important;
  height: 1.75rem;
  width: 1.75rem;
  display: inline-block;
  vertical-align: text-bottom;
}
.slideshow .slick-next {
  grid-column: 2;
}
.slideshow .slick-next::after {
  content: "";
  background-image: url("../img/icons/angel-right-thin.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1.75rem 1.75rem !important;
  background-position: center center !important;
  height: 1.75rem;
  width: 1.75rem;
  display: inline-block;
  vertical-align: text-bottom;
}

.slick-slider ul.slick-dots {
  display: flex;
}

.popup {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 10;
  margin-top: -2px;
  background: #FFF;
  border: 0.075rem solid #000;
  padding: var(--space-s) var(--space-m);
  padding-right: var(--space-l);
  border-radius: var(--space-m);
  border-top-left-radius: 0;
  max-width: 100%;
}
.popup .popup-close {
  display: block;
  content: "";
  background-image: url("../img/icons/close.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 2rem 2rem !important;
  background-position: center center !important;
  height: 2rem;
  width: 2rem;
  display: inline-block;
  vertical-align: text-bottom;
  position: absolute;
  z-index: 10;
  top: var(--space-xs);
  right: var(--space-xs);
  cursor: pointer;
}
.popup.open {
  opacity: 1;
  pointer-events: all;
}

.hourglass {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}
.hourglass::after {
  content: "";
  background-image: url("../img/icons/sandglass.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 3.5rem 3.5rem !important;
  background-position: center center !important;
  height: 3.5rem;
  width: 3.5rem;
  display: inline-block;
  vertical-align: text-bottom;
  animation: hourglass 6s infinite;
  transform-origin: 50% 50%;
}

#mc_embed_signup form fieldset {
  margin: 1rem 0;
  border: 0.175rem solid black;
  display: inline-block;
  padding: 0.5rem 0.75rem 0.5rem 0.25rem;
}
#mc_embed_signup form input[type=checkbox] {
  margin-right: 0.5em;
}
#mc_embed_signup form input[type=email] {
  max-width: 32rem;
  border: 0.175rem solid #000;
  padding: 0.5rem;
  display: block;
  margin-bottom: 2rem;
}
#mc_embed_signup form input[type=submit] {
  margin-top: 2rem;
  border: 0.175rem solid black;
  background: transparent;
  padding: 0.5rem;
}
#mc_embed_signup form input[type=submit]:hover {
  background: #000;
}

div.error {
  background: #FA2300;
  color: #FFF;
  padding: var(--space-xs);
  font-weight: bold;
  box-shadow: 0 4px 0 -2px rgba(0, 0, 0, 0.05), 0 2px 0 -1px rgba(0, 0, 0, 0.1);
  border-radius: var(--space-xs);
  overflow: hidden;
}

html {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2em;
  font-size: 1.2em;
}
@media (min-width: 1441px) {
  html {
    font-size: 1.08vw;
  }
}
@media (max-width: 370px) {
  html {
    font-size: 1.08em;
  }
}

body {
  font-size: var(--p-fs);
  line-height: var(--p-lh);
  color: #000;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

* {
  position: relative;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, a, td, th {
  margin: 0;
  padding: 0;
  text-align: inherit;
  font-weight: inherit;
}

p {
  font-size: var(--p-fs);
  line-height: var(--p-lh);
}
p a, p a:hover {
  text-decoration: underline;
}

h1:not(:first-child), h2:not(:first-child), h3:not(:first-child), h4:not(:first-child), h5:not(:first-child), h6:not(:first-child) {
  margin-top: var(--space-l);
}

h1 {
  font-size: var(--h1-fs);
  line-height: var(--h1-lh);
  font-weight: normal;
}
h1 strong {
  font-weight: 800;
}

h2 {
  font-size: var(--h2-fs);
  line-height: var(--h2-lh);
  font-weight: bold;
}

h3 {
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
  font-weight: normal;
}

h4 {
  font-size: var(--h4-fs);
  line-height: var(--h4-lh);
  font-weight: bold;
}

h5 {
  font-size: var(--h5-fs);
  line-height: var(--h5-lh);
  font-weight: normal;
}

h6 {
  font-size: var(--h6-fs);
  line-height: var(--h6-lh);
  font-weight: normal;
}

a {
  font-size: var(--p-fs);
  line-height: var(--p-lh);
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-decoration: inherit;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}

blockquote {
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
  padding: 1rem 0;
  margin: 0;
}

strong, .strong {
  font-weight: bold;
}

ul, li {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  font-size: inherit;
  list-style: none;
}

.text-long ul {
  padding-bottom: 1.2em;
}

figure, picture {
  display: block;
  margin: 0;
}

img, svg {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
}

figure {
  overflow: hidden;
}

img[loading] {
  transition: opacity 500ms;
  z-index: 10;
}
img[loading]:not([data-loaded^=ok]) {
  opacity: 0.001;
  max-height: 1px !important;
}

img[data-loaded^=ok] ~ svg.placeholder, picture[data-loaded^=ok] ~ svg.placeholder {
  max-height: 0 !important;
}

figure[data-loaded=error] {
  box-shadow: inset 0 0 0 1px rgba(225, 54, 76, 0.25);
  min-width: 1.5rem;
  min-height: 1.5rem;
}
figure[data-loaded=error]::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-image: url("../svg/question_red3-12px.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1rem 1rem !important;
  background-position: center center !important;
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: text-bottom;
}

figure[data-natural=too-low]::after {
  content: " ";
  position: absolute;
  z-index: 1000;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background-color: #C83349;
  opacity: 0.1;
  pointer-events: none;
  background: repeating-linear-gradient(45deg, #c83349 0, #c83349 1rem, rgba(200, 51, 73, 0) 1rem, rgba(200, 51, 73, 0) 2rem);
}

figure[data-natural=too-low-warn]::after {
  content: " ";
  position: absolute;
  z-index: 1000;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background-color: #C83349;
  opacity: 0.25;
  pointer-events: none;
  background: repeating-linear-gradient(45deg, #c83349 0, #c83349 1rem, rgba(200, 51, 73, 0) 1rem, rgba(200, 51, 73, 0) 2rem);
}

figure[data-natural=too-good]::after {
  content: " ";
  position: absolute;
  z-index: 1000;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background-color: #25D198;
  opacity: 0.1;
  pointer-events: none;
  background: repeating-linear-gradient(45deg, #25d198 0, #25d198 1rem, rgba(37, 209, 152, 0) 1rem, rgba(37, 209, 152, 0) 2rem);
}

figure[data-natural=too-good-warn]::after {
  content: " ";
  position: absolute;
  z-index: 1000;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background-color: #25D198;
  opacity: 0.25;
  pointer-events: none;
  background: repeating-linear-gradient(45deg, #25d198 0, #25d198 1rem, rgba(37, 209, 152, 0) 1rem, rgba(37, 209, 152, 0) 2rem);
}

figure[data-natural^=error]::after {
  content: " ";
  position: absolute;
  z-index: 1000;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  background-color: #C83349;
  opacity: 0.1;
  pointer-events: none;
  background: #C83349;
}

figure .debug {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1001;
  font-size: 10px;
  line-height: 1em;
  color: #C83349;
}

button, input {
  font-family: "IBM Plex Sans", Helvetica, Arial, sans-serif;
  font-size: var(--p-fs);
  line-height: var(--p-lh);
}

button,
[type=button],
[type=reset],
[type=submit] {
  text-transform: uppercase;
  border: 1px solid #000;
  background: transparent;
  margin: 0.5em 0;
  padding: 0.25em 0.66em;
  cursor: pointer;
  font-size: inherit;
  line-height: inherit;
  text-transform: inherit;
}
button:hover,
[type=button]:hover,
[type=reset]:hover,
[type=submit]:hover {
  background: #000;
  color: #FFF;
}
button a, button a:hover,
[type=button] a,
[type=button] a:hover,
[type=reset] a,
[type=reset] a:hover,
[type=submit] a,
[type=submit] a:hover {
  text-decoration: inherit;
}

input, select {
  font: inherit;
  border-radius: 0;
}

html input::-webkit-input-placeholder, html textarea::-webkit-input-placeholder {
  font: inherit;
  color: rgba(0, 0, 0, 0.33);
  opacity: 1;
  line-height: inherit;
}
html input::-moz-placeholder, html textarea::-moz-placeholder {
  font: inherit;
  color: rgba(0, 0, 0, 0.33);
  opacity: 1;
  line-height: inherit;
}
html input:-ms-input-placeholder, html textarea:-ms-input-placeholder {
  font: inherit;
  color: rgba(0, 0, 0, 0.33);
  opacity: 1;
  line-height: inherit;
}
html input:-moz-placeholder, html textarea:-moz-placeholder {
  font: inherit;
  color: rgba(0, 0, 0, 0.33);
  opacity: 1;
  line-height: inherit;
}
html input::placeholder, html textarea::placeholder {
  font: inherit;
  color: rgba(0, 0, 0, 0.33);
  opacity: 1;
  line-height: inherit;
}
html input:focus::-webkit-input-placeholder, html textarea:focus::-webkit-input-placeholder {
  opacity: 0.1;
}
html input:focus::-moz-placeholder, html textarea:focus::-moz-placeholder {
  opacity: 0.1;
}
html input:focus:-ms-input-placeholder, html textarea:focus:-ms-input-placeholder {
  opacity: 0.1;
}
html input:focus:-moz-placeholder, html textarea:focus:-moz-placeholder {
  opacity: 0.1;
}
html input:focus::placeholder, html textarea:focus::placeholder {
  opacity: 0.1;
}
html input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #FFF inset;
  -webkit-text-fill-color: #000 !important;
}

html[lang=en] .lang-de, html[lang=en] [data-lang=de] {
  display: none !important;
}

html[lang=de] .lang-en, html[lang=de] [data-lang=en] {
  display: none !important;
}

#block-sprachumschalter ul li.is-active {
  display: none;
}

@media (max-width: 319px) {
  [data-mu=se] {
    display: none;
  }
}

@media (min-width: 320px) {
  [data-md=se] {
    display: none;
  }
}

@media (max-width: 369px) {
  [data-mu=xs] {
    display: none;
  }
}

@media (min-width: 370px) {
  [data-md=xs] {
    display: none;
  }
}

@media (max-width: 374px) {
  [data-mu=ip] {
    display: none;
  }
}

@media (min-width: 375px) {
  [data-md=ip] {
    display: none;
  }
}

@media (max-width: 413px) {
  [data-mu=ipp] {
    display: none;
  }
}

@media (min-width: 414px) {
  [data-md=ipp] {
    display: none;
  }
}

@media (max-width: 439px) {
  [data-mu=sest] {
    display: none;
  }
}

@media (min-width: 440px) {
  [data-md=sest] {
    display: none;
  }
}

@media (max-width: 559px) {
  [data-mu=serer] {
    display: none;
  }
}

@media (min-width: 560px) {
  [data-md=serer] {
    display: none;
  }
}

@media (max-width: 639px) {
  [data-mu=ser] {
    display: none;
  }
}

@media (min-width: 640px) {
  [data-md=ser] {
    display: none;
  }
}

@media (max-width: 719px) {
  [data-mu=s] {
    display: none;
  }
}

@media (min-width: 720px) {
  [data-md=s] {
    display: none;
  }
}

@media (max-width: 767px) {
  [data-mu=ipd] {
    display: none;
  }
}

@media (min-width: 768px) {
  [data-md=ipd] {
    display: none;
  }
}

@media (max-width: 879px) {
  [data-mu=serm] {
    display: none;
  }
}

@media (min-width: 880px) {
  [data-md=serm] {
    display: none;
  }
}

@media (max-width: 959px) {
  [data-mu=sm] {
    display: none;
  }
}

@media (min-width: 960px) {
  [data-md=sm] {
    display: none;
  }
}

@media (max-width: 1023px) {
  [data-mu=ipdp] {
    display: none;
  }
}

@media (min-width: 1024px) {
  [data-md=ipdp] {
    display: none;
  }
}

@media (max-width: 1079px) {
  [data-mu=m] {
    display: none;
  }
}

@media (min-width: 1080px) {
  [data-md=m] {
    display: none;
  }
}

@media (max-width: 1279px) {
  [data-mu=ml] {
    display: none;
  }
}

@media (min-width: 1280px) {
  [data-md=ml] {
    display: none;
  }
}

@media (max-width: 1439px) {
  [data-mu=l] {
    display: none;
  }
}

@media (min-width: 1440px) {
  [data-md=l] {
    display: none;
  }
}

@media (max-width: 1679px) {
  [data-mu=ler] {
    display: none;
  }
}

@media (min-width: 1680px) {
  [data-md=ler] {
    display: none;
  }
}

@media (max-width: 1919px) {
  [data-mu=xl] {
    display: none;
  }
}

@media (min-width: 1920px) {
  [data-md=xl] {
    display: none;
  }
}

@media (max-width: 2559px) {
  [data-mu=xxl] {
    display: none;
  }
}

@media (min-width: 2560px) {
  [data-md=xxl] {
    display: none;
  }
}

a.admin-edit-link, a.node-edit-link, a.node-add-link {
  font-size: 0;
  display: inline-block;
  width: 2rem;
  height: 2rem;
}
a.admin-edit-link span, a.node-edit-link span, a.node-add-link span {
  display: none !important;
}

a.admin-edit-link {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 1rem;
  height: 1rem;
  z-index: 9001;
}
a.admin-edit-link::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-image: url("../svg/ak_smiley_red3-24px.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1.25rem 1.25rem !important;
  background-position: center center !important;
  height: 1.25rem;
  width: 1.25rem;
  display: inline-block;
  vertical-align: text-bottom;
}

a.node-edit-link::after {
  content: "";
  background-image: url("../svg/edit_box_square_red3-24px.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 2rem 2rem !important;
  background-position: center center !important;
  height: 2rem;
  width: 2rem;
  display: inline-block;
  vertical-align: text-bottom;
}

a.node-add-link::after {
  content: "";
  background-image: url("../svg/add_box_square_red3-24px.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 2rem 2rem !important;
  background-position: center center !important;
  height: 2rem;
  width: 2rem;
  display: inline-block;
  vertical-align: text-bottom;
}

.help-justloggedin {
  font-size: var(--p-fs);
  line-height: var(--p-lh);
  font-weight: bold;
  position: absolute;
  background: #FFF;
  border: 2px solid #000;
  border-radius: 16px;
  padding: 0.5rem;
  white-space: nowrap;
  pointer-events: none;
  z-index: 8002;
  transition: opacity 1000ms;
  transition-delay: 8000ms;
}
[data-ad] .help-justloggedin {
  opacity: 0;
}

a.admin-edit-link .help-justloggedin {
  transform: translate(calc(-100% + 0.75rem), calc(-100% + 0.75rem));
  border-bottom-right-radius: 0;
}

a.node-edit-link .help-justloggedin {
  transform: translate(1.25rem, calc(-100% + 0.75rem));
  border-bottom-left-radius: 0;
}

#copyright {
  position: relative;
}
#copyright span {
  display: inline-block;
  white-space: nowrap;
  transition: opacity 250ms 0ms;
}
#copyright span a, #copyright span a:hover, #copyright span a:active, #copyright span a:focus {
  color: inherit;
  text-decoration: none;
}
#copyright span#akamcomputer {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
#copyright > div {
  position: relative;
  display: inline-block;
}
#copyright > div:hover span {
  transition: opacity 250ms 1000ms;
}
#copyright > div:hover span:not(#akamcomputer) {
  opacity: 0;
}
#copyright > div:hover span#akamcomputer {
  opacity: 1;
}

.ak-outdated-browser, .ak-no-javascript {
  font-weight: bold;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9002;
  background: #E1364C;
  color: #FFF;
  padding: 0.625rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25rem;
  min-height: 5rem;
}
.ak-outdated-browser a, .ak-no-javascript a {
  text-decoration: none;
}
.ak-outdated-browser a:hover, .ak-no-javascript a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 0\0 ) {
  body {
    margin-top: 5rem !important;
  }
  .ak-outdated-browser {
    display: block !important;
  }
}
.debug1 {
  box-shadow: 0 0 0 2px rgba(251, 140, 255, 0.25), inset 0 0 0 2px rgba(251, 140, 255, 0.25), 0 0 0 1px rgba(251, 140, 255, 0.5), inset 0 0 0 1px rgba(251, 140, 255, 0.5) !important;
}

.debug2 {
  box-shadow: 0 0 0 2px rgba(188, 142, 245, 0.25), inset 0 0 0 2px rgba(188, 142, 245, 0.25), 0 0 0 1px rgba(188, 142, 245, 0.5), inset 0 0 0 1px rgba(188, 142, 245, 0.5) !important;
}

.debug3 {
  box-shadow: 0 0 0 2px rgba(159, 166, 255, 0.25), inset 0 0 0 2px rgba(159, 166, 255, 0.25), 0 0 0 1px rgba(159, 166, 255, 0.5), inset 0 0 0 1px rgba(159, 166, 255, 0.5) !important;
}

.kint, .kint * {
  font-size: 10px !important;
  font-family: monospace !important;
}

body.admin:not(.manager) .ruler {
  position: fixed;
  top: 0;
  left: 0;
  height: 2rem;
  pointer-events: none;
  z-index: 9001;
  opacity: 0.5;
  font-size: 16px;
}
body.admin:not(.manager) .ruler span {
  position: absolute;
  height: 100%;
  border-left: 1px solid #001EA8;
  color: #001EA8;
  display: none;
}
body.admin:not(.manager) .ruler span::after {
  position: absolute;
  right: 0;
  padding: 0 0.25em;
}
body.admin:not(.manager) .ruler span:nth-child(odd)::after {
  top: 0.5rem;
}
body.admin:not(.manager) .ruler span:nth-child(1) {
  left: 320px;
  display: block;
}
body.admin:not(.manager) .ruler span:nth-child(1)::after {
  content: "se";
}
body.admin:not(.manager) .ruler span:nth-child(2) {
  left: 370px;
  display: block;
}
body.admin:not(.manager) .ruler span:nth-child(2)::after {
  content: "xs";
}
body.admin:not(.manager) .ruler span:nth-child(3) {
  left: 375px;
  display: block;
}
body.admin:not(.manager) .ruler span:nth-child(3)::after {
  content: "ip";
}
body.admin:not(.manager) .ruler span:nth-child(4) {
  left: 414px;
  display: block;
}
body.admin:not(.manager) .ruler span:nth-child(4)::after {
  content: "ipp";
}
body.admin:not(.manager) .ruler span:nth-child(5) {
  left: 440px;
  display: block;
}
body.admin:not(.manager) .ruler span:nth-child(5)::after {
  content: "sest";
}
body.admin:not(.manager) .ruler span:nth-child(6) {
  left: 560px;
  display: block;
}
body.admin:not(.manager) .ruler span:nth-child(6)::after {
  content: "serer";
}
body.admin:not(.manager) .ruler span:nth-child(7) {
  left: 640px;
  display: block;
}
body.admin:not(.manager) .ruler span:nth-child(7)::after {
  content: "ser";
}
body.admin:not(.manager) .ruler span:nth-child(8) {
  left: 720px;
  display: block;
}
body.admin:not(.manager) .ruler span:nth-child(8)::after {
  content: "s";
}
body.admin:not(.manager) .ruler span:nth-child(9) {
  left: 768px;
  display: block;
}
body.admin:not(.manager) .ruler span:nth-child(9)::after {
  content: "ipd";
}
body.admin:not(.manager) .ruler span:nth-child(10) {
  left: 880px;
  display: block;
}
body.admin:not(.manager) .ruler span:nth-child(10)::after {
  content: "serm";
}
body.admin:not(.manager) .ruler span:nth-child(11) {
  left: 960px;
  display: block;
}
body.admin:not(.manager) .ruler span:nth-child(11)::after {
  content: "sm";
}
body.admin:not(.manager) .ruler span:nth-child(12) {
  left: 1024px;
  display: block;
}
body.admin:not(.manager) .ruler span:nth-child(12)::after {
  content: "ipdp";
}
body.admin:not(.manager) .ruler span:nth-child(13) {
  left: 1080px;
  display: block;
}
body.admin:not(.manager) .ruler span:nth-child(13)::after {
  content: "m";
}
body.admin:not(.manager) .ruler span:nth-child(14) {
  left: 1280px;
  display: block;
}
body.admin:not(.manager) .ruler span:nth-child(14)::after {
  content: "ml";
}
body.admin:not(.manager) .ruler span:nth-child(15) {
  left: 1440px;
  display: block;
}
body.admin:not(.manager) .ruler span:nth-child(15)::after {
  content: "l";
}
body.admin:not(.manager) .ruler span:nth-child(16) {
  left: 1680px;
  display: block;
}
body.admin:not(.manager) .ruler span:nth-child(16)::after {
  content: "ler";
}
body.admin:not(.manager) .ruler span:nth-child(17) {
  left: 1920px;
  display: block;
}
body.admin:not(.manager) .ruler span:nth-child(17)::after {
  content: "xl";
}
body.admin:not(.manager) .ruler span:nth-child(18) {
  left: 2560px;
  display: block;
}
body.admin:not(.manager) .ruler span:nth-child(18)::after {
  content: "xxl";
}

body.nightmode {
  background: #000;
}
body.nightmode header,
body.nightmode main,
body.nightmode footer,
body.nightmode [id^=footer-] {
  color: #FFF;
}
body.nightmode .field-logos img {
  width: 75vw;
  max-height: none !important;
  height: auto !important;
}
body.nightmode audio {
  box-shadow: 0 0 0 0.25rem #49c5e8, 0 0 0 0.5rem #ffff00, inset 0 0 0 0.1rem #FFFF00;
  background: #FFF;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

header {
  display: grid;
  grid-template-columns: 1fr auto;
  padding: var(--padding1);
}
header nav.header {
  padding-left: var(--space-m);
  align-self: end;
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
}
@media (min-aspect-ratio: 10/8) {
  #poster ~ header nav.header {
    align-self: start;
  }
}

header nav.header ul {
  display: flex;
}
header nav.header ul li {
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
}
header .scroll-down {
  content: "";
  background-image: url("../img/icons/arrow-down-thin.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 3.75rem 3.75rem !important;
  background-position: center center !important;
  height: 3.75rem;
  width: 3.75rem;
  display: inline-block;
  vertical-align: text-bottom;
  position: absolute;
  right: var(--space-m);
  bottom: var(--space-ml);
  animation: blink 3s infinite;
  transition: opacity 0ms;
  pointer-events: none;
  display: none;
}
body.scrolled header .scroll-down {
  opacity: 0;
}

@media (max-aspect-ratio: 10/8) {
  header .scroll-down {
    display: none !important;
  }
}
#poster ~ header .scroll-down {
  display: block;
}

main {
  padding: var(--padding1);
}
main section.block-seitentitel {
  display: none;
}

#messages .message {
  max-width: 90vw;
}
#messages .message a {
  text-decoration: underline;
}

hr {
  color: transparent;
  border: 0;
  border-top: 1px solid #000;
}

aside#ajax {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 7001;
  background: #FFF;
  border-left: 1px solid #000;
  width: calc(100vw - 8rem);
}
@media (max-width: 720px) {
  aside#ajax {
    width: calc(100vw - 4rem);
  }
}
@media (max-width: 560px) {
  aside#ajax {
    width: calc(100vw - 2rem);
  }
}
@media (max-width: 440px) {
  aside#ajax {
    width: calc(100vw - 1rem);
  }
}
body.ajax_aside_open {
  overflow: hidden;
}

aside#ajax {
  transform: translateX(100%);
}
aside#ajax.open {
  transform: translateX(0%);
}
aside#ajax.init {
  transition: transform 500ms;
}
aside#ajax > .data {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100%;
  max-height: 100%;
  width: 100%;
  max-width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: var(--padding1);
}
aside#ajax button.ajax-close {
  position: fixed;
  display: block;
  top: 1rem;
  right: 1rem;
  z-index: 7001;
  width: 6rem;
  height: 6em;
  margin: 0;
  border: 0.175rem solid #000;
  border-radius: 3rem;
  background: #FFF;
}
@media (max-width: 1080px) {
  aside#ajax button.ajax-close {
    width: 5rem;
    height: 5em;
  }
}
@media (max-width: 720px) {
  aside#ajax button.ajax-close {
    width: 4rem;
    height: 4em;
  }
}
aside#ajax button.ajax-close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-image: url("../img/icons/close.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 6rem 6rem !important;
  background-position: center center !important;
  height: 6rem;
  width: 6rem;
  display: inline-block;
  vertical-align: text-bottom;
  transform: translate(-50%, -50%);
  transition-delay: 0ms;
}
@media (max-width: 1080px) {
  aside#ajax button.ajax-close::before {
    content: "";
    background-image: url("../img/icons/close.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 5rem 5rem !important;
    background-position: center center !important;
    height: 5rem;
    width: 5rem;
    display: inline-block;
    vertical-align: text-bottom;
  }
}
@media (max-width: 720px) {
  aside#ajax button.ajax-close::before {
    content: "";
    background-image: url("../img/icons/close.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 4rem 4rem !important;
    background-position: center center !important;
    height: 4rem;
    width: 4rem;
    display: inline-block;
    vertical-align: text-bottom;
  }
}
aside#ajax .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8rem;
  left: -8rem;
  cursor: pointer;
}
@media (max-width: 720px) {
  aside#ajax .overlay {
    width: 4rem;
    left: -4rem;
  }
}
aside#ajax:not(.open) .overlay {
  display: none;
}
aside#ajax:not(.loading) > .hourglass {
  display: none;
}

figcaption:not(:empty) {
  margin-top: var(--space-xs);
}

.image:not(.no-imgbr) figure, .image:not(.no-imgbr) picture, .image:not(.no-imgbr) img, .image:not(.no-imgbr) svg {
  border-radius: var(--space-xs);
  overflow: hidden;
}
.image:not(.no-imgbr) svg.placeholder {
  background: #000;
}

.slideshow:not(.no-imgbr) figure, .slideshow:not(.no-imgbr) picture, .slideshow:not(.no-imgbr) img, .slideshow:not(.no-imgbr) svg {
  border-radius: var(--space-xs);
  overflow: hidden;
}

.field-vimeoplayer:not(.no-imgbr) {
  border-radius: var(--space-xs);
  overflow: hidden;
}

.field-vimeoplayer {
  background: #000;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.field-vimeoplayer:not(.disabled) .playvideo {
  cursor: pointer;
}
.field-vimeoplayer .field-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
}
.field-vimeoplayer .field-image figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.field-vimeoplayer .field-image figure picture, .field-vimeoplayer .field-image figure img, .field-vimeoplayer .field-image figure svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.field-vimeoplayer.vimeo-loaded .field-image {
  display: none;
}
.field-vimeoplayer .field-vimeoid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.field-vimeoplayer .field-vimeoid iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.field-vimeoplayer:not(.vimeo-loaded) .field-vimeoid:not(.field-vimeo-livestreamid) {
  display: none;
}
.field-vimeoplayer .playvideo, .field-vimeoplayer .playerror {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.15);
}
.field-vimeoplayer .playvideo::after, .field-vimeoplayer .playerror::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: invert(1);
}
.field-vimeoplayer .playvideo::after {
  content: "";
  background-image: url("../img/icons/play_video.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 6rem 6rem !important;
  background-position: center center !important;
  height: 6rem;
  width: 6rem;
  display: inline-block;
  vertical-align: text-bottom;
}
.field-vimeoplayer .playvideo ~ .hourglass {
  display: none;
}
.field-vimeoplayer[data-loaded=ok] .hourglass {
  display: none;
}
.field-vimeoplayer.vimeo-loaded .playvideo {
  display: none;
}
.field-vimeoplayer.vimeo-loaded .field-title {
  display: none;
}
.field-vimeoplayer .playerror {
  background: rgba(0, 0, 0, 0.15);
}
.field-vimeoplayer .playerror::after {
  content: "";
  background-image: url("../img/icons/locked.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 6rem 6rem !important;
  background-position: center center !important;
  height: 6rem;
  width: 6rem;
  display: inline-block;
  vertical-align: text-bottom;
}
.field-vimeoplayer .field-title {
  color: #FFF;
  position: absolute;
  z-index: 101;
  padding: 1rem;
}

#footer-logo {
  padding: var(--padding1);
}
#footer-logo > figure img {
  height: 5rem;
  width: auto;
}

#footer-logos {
  margin-bottom: var(--space-xl);
}
#footer-logos .field-logo-modules {
  padding: var(--padding1);
  margin-top: var(--space-xl);
  display: flex;
  flex-wrap: wrap;
}
#footer-logos .field-logo-modules .field-title {
  position: absolute;
  top: 0;
  z-index: 10;
}
#footer-logos .field-logo-modules .field-footer-logos {
  border-top: 0.175rem solid;
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
  margin-top: var(--space-m);
  padding-top: var(--space-m);
  flex: 1 1 auto;
}
#footer-logos .field-logo-modules .field-footer-logos figure, #footer-logos .field-logo-modules .field-footer-logos img {
  max-height: 5em;
  overflow: visible;
}
#footer-logos .field-logo-modules .field-footer-logos figure {
  margin-right: var(--space-s);
  margin-top: calc(-1 * var(--space-s));
}

#footer-copyright {
  padding: var(--padding1);
  font-size: var(--p-fs);
  line-height: var(--p-lh);
  font-weight: bold;
  margin-top: var(--space-l);
}
#footer-copyright span {
  display: none;
  position: absolute;
  background: #FFF;
  padding: 0.25em 0.5em;
  box-shadow: 0 0 0 2px #000;
  bottom: 100%;
  z-index: 100;
  font-weight: bold;
}
#footer-copyright span a {
  text-decoration: none;
}
#footer-copyright:hover span {
  display: block;
}

#footer-disclaimer {
  padding: var(--padding1);
}
#footer-disclaimer p {
  font-size: var(--h5-fs);
  line-height: var(--h5-lh);
}

.mb-l {
  margin-bottom: var(--space-l);
}

.mb-m {
  margin-bottom: var(--space-m);
}

.mb-s {
  margin-bottom: var(--space-s);
}

.mt-l {
  margin-top: var(--space-l);
}

.mt-m {
  margin-top: var(--space-m);
}

.mt-s {
  margin-top: var(--space-s);
}

a.node-add-link {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 7000;
}

.debug {
  background: #F5DA79;
}

body.frontpage {
  min-height: calc(200vh - 8rem);
}

nav#sandwich {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  left: auto;
  right: 0;
  width: calc(100vw - 8rem);
  z-index: 7000;
  background: #FFF;
  border-left: 1px solid #000;
  transform: translateX(100%);
}
@media (max-width: 720px) {
  nav#sandwich {
    width: calc(100vw - 4rem);
  }
}
nav#sandwich > .scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: var(--padding1);
  display: flex;
  flex-direction: column;
}
@media (min-width: 561px) {
  nav#sandwich > .scroll {
    padding-right: 8rem;
  }
}
nav#sandwich.open {
  transform: translateX(0%);
}
nav#sandwich.init {
  transition: transform 500ms;
}
nav#sandwich nav {
  padding-bottom: var(--space-xs);
}
nav#sandwich nav ul:not(.language-switcher-language-url) {
  display: flex;
  flex-wrap: wrap;
}
nav#sandwich nav ul:not(.language-switcher-language-url) li {
  padding-right: var(--space-s);
}
@media (min-width: 721px) {
  nav#sandwich nav ul:not(.language-switcher-language-url) li {
    flex: 0 1 50%;
  }
}
@media (max-width: 720px) {
  nav#sandwich nav ul:not(.language-switcher-language-url) li {
    flex: 0 1 100%;
  }
}
nav#sandwich nav.block-primary-navigation li.veranstaltungen + .streaming, nav#sandwich nav.block-primary-navigation li.program + .streaming {
  margin-left: -0.1em;
}
nav#sandwich nav.block-primary-navigation li.veranstaltungen + .streaming::before, nav#sandwich nav.block-primary-navigation li.program + .streaming::before {
  content: "";
  background-image: url("../img/icons/line_long.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1.75em 1.75em !important;
  background-position: center center !important;
  height: 1.75em;
  width: 1.75em;
  display: inline-block;
  vertical-align: text-bottom;
  height: 1.2em;
  margin-right: 0.25em;
}
nav#sandwich .navigation-header {
  display: flex;
  border-top: 0.175rem solid;
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
}
@media (max-width: 560px) {
  nav#sandwich .navigation-header {
    display: block;
    overflow: visible;
  }
}
@media (min-width: 561px) {
  nav#sandwich .navigation-header {
    min-height: calc(1.2em + var(--space-xs));
  }
}
nav#sandwich .navigation-header > nav {
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
  flex: 0 1 50%;
}
nav#sandwich .navigation-header > nav ul {
  display: flex;
}
nav#sandwich .navigation-header > nav li {
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
}
@media (max-width: 720px) {
  nav#sandwich .navigation-header .block-language {
    flex: 1 1 auto;
  }
}
@media (min-width: 721px) {
  nav#sandwich .navigation-header .block-language {
    position: absolute;
    right: 0;
  }
}
ul.language-switcher-language-url {
  justify-content: flex-end;
  display: flex;
}
ul.language-switcher-language-url li {
  font-weight: normal;
  padding-right: 0;
}
ul.language-switcher-language-url li + li::before {
  content: "/";
  font-weight: normal;
  padding-right: 0.25rem;
  padding-left: 0.25rem;
}
ul.language-switcher-language-url li.is-active {
  pointer-events: none;
  font-weight: 700 !important;
}

nav#sandwich > .scroll > nav {
  font-size: var(--h1-fs);
  line-height: var(--h1-lh);
  border-top: 0.175rem solid;
}
nav#sandwich > .scroll > nav li {
  font-size: var(--h1-fs);
  line-height: var(--h1-lh);
}
nav#sandwich > .scroll > nav.block-primary-navigation li {
  font-size: var(--h1-fs);
  line-height: var(--h1-lh);
  font-weight: bold;
}
nav#sandwich .block-main-navigation li {
  color: #FF4B3E;
}
nav#sandwich .navigation-footer {
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
nav#sandwich .navigation-footer > nav {
  border-top: 0.175rem solid;
}
nav#sandwich .navigation-footer > nav li {
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
}
nav#sandwich .navigation-footer nav.socialmedia {
  border: 0;
}
@media (min-width: 721px) {
  nav#sandwich .navigation-footer nav.socialmedia {
    display: flex;
    justify-content: space-between;
  }
}
nav#sandwich .navigation-footer nav.socialmedia .facebook {
  content: "";
  background-image: url("../img/icons/facebook.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 3rem 3rem !important;
  background-position: center center !important;
  height: 3rem;
  width: 3rem;
  display: inline-block;
  vertical-align: text-bottom;
}
nav#sandwich .navigation-footer nav.socialmedia .instagram {
  content: "";
  background-image: url("../img/icons/instagram.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 3rem 3rem !important;
  background-position: center center !important;
  height: 3rem;
  width: 3rem;
  display: inline-block;
  vertical-align: text-bottom;
}
nav#sandwich .navigation-footer nav.socialmedia ul {
  justify-content: flex-end;
}
@media (max-width: 720px) {
  nav#sandwich .navigation-footer nav.socialmedia ul:first-child {
    justify-content: flex-start;
  }
}
nav#sandwich .navigation-footer nav.socialmedia ul li {
  flex: 0 1 auto;
}
nav#sandwich .navigation-footer nav.socialmedia ul li:last-child {
  padding-right: 0;
}
nav#sandwich .location-code {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
nav#sandwich .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8rem;
  left: -8rem;
  cursor: pointer;
}
@media (max-width: 720px) {
  nav#sandwich .overlay {
    width: 4rem;
    left: -4rem;
  }
}
nav#sandwich:not(.open) .overlay {
  display: none;
}

button#sandwich-button {
  position: fixed;
  display: block;
  top: 1rem;
  right: 1rem;
  z-index: 7001;
  width: 6rem;
  height: 6em;
  margin: 0;
  border-radius: 3rem;
  border: 0.175rem solid #000;
  background: #FFF;
}
@media (max-width: 1080px) {
  button#sandwich-button {
    width: 5rem;
    height: 5em;
  }
}
@media (max-width: 720px) {
  button#sandwich-button {
    width: 4rem;
    height: 4em;
  }
}
@media (max-width: 440px) {
  button#sandwich-button {
    width: 3.5rem;
    height: 3.5em;
  }
}
button#sandwich-button::after, button#sandwich-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 250ms;
}
button#sandwich-button::after {
  content: "";
  background-image: url("../img/icons/menu.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 6rem 6rem !important;
  background-position: center center !important;
  height: 6rem;
  width: 6rem;
  display: inline-block;
  vertical-align: text-bottom;
  transition-delay: 125ms;
}
@media (max-width: 1080px) {
  button#sandwich-button::after {
    content: "";
    background-image: url("../img/icons/menu.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 5rem 5rem !important;
    background-position: center center !important;
    height: 5rem;
    width: 5rem;
    display: inline-block;
    vertical-align: text-bottom;
  }
}
@media (max-width: 720px) {
  button#sandwich-button::after {
    content: "";
    background-image: url("../img/icons/menu.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 4rem 4rem !important;
    background-position: center center !important;
    height: 4rem;
    width: 4rem;
    display: inline-block;
    vertical-align: text-bottom;
  }
}
@media (max-width: 440px) {
  button#sandwich-button::after {
    content: "";
    background-image: url("../img/icons/menu.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 3.5rem 3.5rem !important;
    background-position: center center !important;
    height: 3.5rem;
    width: 3.5rem;
    display: inline-block;
    vertical-align: text-bottom;
  }
}
button#sandwich-button::before {
  content: "";
  background-image: url("../img/icons/close.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 6rem 6rem !important;
  background-position: center center !important;
  height: 6rem;
  width: 6rem;
  display: inline-block;
  vertical-align: text-bottom;
  transform: translate(-50%, -50%) scaleY(0);
  transition-delay: 0ms;
}
@media (max-width: 1080px) {
  button#sandwich-button::before {
    content: "";
    background-image: url("../img/icons/close.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 5rem 5rem !important;
    background-position: center center !important;
    height: 5rem;
    width: 5rem;
    display: inline-block;
    vertical-align: text-bottom;
  }
}
@media (max-width: 720px) {
  button#sandwich-button::before {
    content: "";
    background-image: url("../img/icons/close.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 4rem 4rem !important;
    background-position: center center !important;
    height: 4rem;
    width: 4rem;
    display: inline-block;
    vertical-align: text-bottom;
  }
}
@media (max-width: 440px) {
  button#sandwich-button::before {
    content: "";
    background-image: url("../img/icons/close.svg") !important;
    background-repeat: no-repeat !important;
    background-size: 3.5rem 3.5rem !important;
    background-position: center center !important;
    height: 3.5rem;
    width: 3.5rem;
    display: inline-block;
    vertical-align: text-bottom;
  }
}
button#sandwich-button.open::after {
  transform: translate(-50%, -50%) scaleY(0);
  transition-delay: 0ms;
}
button#sandwich-button.open::before {
  transform: translate(-50%, -50%) scaleY(1);
  transition-delay: 125ms;
}

body.user {
  background: white;
  color: black;
}
body.user main {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body.user #user {
  border: 2px solid black;
  border-radius: 8px;
  padding: 1rem;
  max-width: 24rem;
  min-width: 350px;
}
body.user section {
  width: 100%;
  background: white;
  margin-top: 1px;
}
body.user section em {
  font-style: inherit;
}
body.user section p:last-of-type {
  padding-bottom: 0;
}
body.user section#block-links p {
  font-size: var(--h5-fs);
  line-height: var(--h5-lh);
}

body.user form[id^=user], #user-action-modal form[id^=user] {
  color: #000;
}
body.user form[id^=user] input, #user-action-modal form[id^=user] input {
  max-width: 100%;
  color: #000;
}
body.user form[id^=user] input[type=text], body.user form[id^=user] input[type=email], body.user form[id^=user] input[type=password], #user-action-modal form[id^=user] input[type=text], #user-action-modal form[id^=user] input[type=email], #user-action-modal form[id^=user] input[type=password] {
  border: 0;
  border-bottom: 2px solid #000;
}
body.user form[id^=user] input[type=text]:focus, body.user form[id^=user] input[type=email]:focus, body.user form[id^=user] input[type=password]:focus, #user-action-modal form[id^=user] input[type=text]:focus, #user-action-modal form[id^=user] input[type=email]:focus, #user-action-modal form[id^=user] input[type=password]:focus {
  border-radius: 4px;
  box-shadow: 0 0 0 2px #000, 4px 4px 0 0 #000;
  outline: 0;
}
body.user form[id^=user] input[type=submit], #user-action-modal form[id^=user] input[type=submit] {
  font-size: var(--p-fs);
  line-height: var(--p-lh);
  text-transform: uppercase;
  margin-top: 2rem;
  border: 2px solid #000;
  background: transparent;
  margin: 0.5em 0;
  padding: 0.25em 0.66em;
  box-shadow: 0 0 0 0 #000;
  border-radius: 4px;
}
body.user form[id^=user] input[type=submit]:hover, #user-action-modal form[id^=user] input[type=submit]:hover {
  color: #000;
  background: transparent;
  border-color: #000;
  transform: translate(-1px, -1px);
  box-shadow: 1px 2px 0 0 #000;
  border-radius: 4px;
}
body.user form[id^=user] input[type=submit]:active, #user-action-modal form[id^=user] input[type=submit]:active {
  color: #000;
  background: transparent;
  transform: translate(0, 0);
  box-shadow: inset 1px 2px 0 0 #000;
  border-radius: 3px;
}
body.user form[id^=user] .description, #user-action-modal form[id^=user] .description {
  display: none;
}
body.user form[id^=user][id=user-pass] > p, #user-action-modal form[id^=user][id=user-pass] > p {
  font-size: var(--h6-fs);
  line-height: var(--h6-lh);
}
body.user form[id^=user][id=user-pass-reset] .form-item-pass-pass1, #user-action-modal form[id^=user][id=user-pass-reset] .form-item-pass-pass1 {
  margin-top: 1rem;
}
body.user form[id^=user][id=user-pass-reset] .form-item-pass-pass2, #user-action-modal form[id^=user][id=user-pass-reset] .form-item-pass-pass2 {
  margin-bottom: 1rem;
}
body.user form[id^=user] #edit-timezone, #user-action-modal form[id^=user] #edit-timezone {
  display: none;
}
body.user section#block-links, #user-action-modal section#block-links {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #000;
}
body.user section#block-links a p, #user-action-modal section#block-links a p {
  font-size: var(--h6-fs);
  line-height: var(--h6-lh);
}

#user-action-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9001;
  top: 50vh;
  border: 2px solid #000;
  border-radius: 8px;
  padding: 1rem;
  width: auto;
  height: auto;
  background: #FFF;
}
#user-action-modal.ajax-loaded {
  max-width: 24rem;
  min-width: 350px;
}
#user-action-modal .ajax-attributes {
  display: none !important;
}
#user-action-modal > .loading::after {
  content: "...";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: dotdotdot 1.5s infinite;
}
#user-action-modal #block-error {
  font-size: var(--h6-fs);
  line-height: var(--h6-lh);
  padding-right: 1rem;
  margin-bottom: 0.5rem;
  color: #E1364C;
}
#user-action-modal:not(.error) #block-error {
  display: none !important;
}
#user-action-modal section#block-links {
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: 1px solid #000;
}
#user-action-modal:not(.error) #block-links.password-forgot {
  display: none !important;
}
#user-action-modal #user-action-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.5rem;
  cursor: pointer;
}
#user-action-modal #user-action-modal-close::after {
  content: "";
  background-image: url("../svg/close-24px.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1rem 1rem !important;
  background-position: center center !important;
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: text-bottom;
  opacity: 0.2;
}
#user-action-modal #user-action-modal-close:hover::after {
  opacity: 1;
}
#user-action-modal.error #user-action-modal-close {
  top: 0.25rem;
}
#user-action-modal.ajax-loaded-error {
  padding: 1rem 2rem 1rem 1.25rem;
}

.fiwi-guest-login-form .form-item-pass {
  display: none;
  opacity: 0.1;
  pointer-events: none;
  user-select: none;
}

body.user main {
  display: block;
  min-height: auto;
}

body.user {
  display: flex;
  flex-direction: column;
}
body.user main {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  align-items: flex-start;
}
body.user main > section {
  max-width: 42rem;
  max-width: 64ch;
}
body.user main .field-title {
  margin-bottom: var(--space-l);
}
body.user main .field-title h1 {
  font-weight: bold;
}
body.user main > section.fiwi-guest button, body.user main > section.fiwi-guest .button {
  margin-top: var(--space-l);
  display: inline-block;
  vertical-align: bottom;
  background: #000;
  color: #FFF;
  padding: var(--space-xs) var(--space-s);
  border-radius: var(--space-xs);
  overflow: hidden;
  font-size: var(--p-fs);
  line-height: var(--p-lh);
  line-height: 1em;
  text-transform: uppercase;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--h2-fs);
  line-height: var(--h2-lh);
  line-height: 1em;
}
body.user main > section.fiwi-guest button::after, body.user main > section.fiwi-guest .button::after {
  content: "";
  background-image: url("../img/icons/arrow_long_right_w.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1.75em 1.75em !important;
  background-position: center center !important;
  height: 1.75em;
  width: 1.75em;
  display: inline-block;
  vertical-align: text-bottom;
  height: 1.2em;
  margin-left: var(--space-xs);
}
body.user main > section.fiwi-guest button:hover, body.user main > section.fiwi-guest .button:hover {
  background: #000;
  color: #FFF;
  transform: none;
  box-shadow: none;
}
body.user main > #user {
  align-self: center;
}

#user-action-modal #user-login-form .button {
  display: inline-block;
  vertical-align: bottom;
  background: #000;
  color: #FFF;
  padding: var(--space-xs) var(--space-s);
  border-radius: var(--space-xs);
  overflow: hidden;
  font-size: var(--p-fs);
  line-height: var(--p-lh);
  line-height: 1em;
  text-transform: uppercase;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
#user-action-modal #user-login-form .button::after {
  content: "";
  background-image: url("../img/icons/arrow_long_right_w.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1.75em 1.75em !important;
  background-position: center center !important;
  height: 1.75em;
  width: 1.75em;
  display: inline-block;
  vertical-align: text-bottom;
  height: 1.2em;
  margin-left: var(--space-xs);
}
#user-action-modal #user-login-form .button:hover {
  background: #000;
  color: #FFF;
  transform: none;
  box-shadow: none;
}

section#redeempass .form-item-mail {
  pointer-events: none;
  padding: 0;
}
section#redeempass .form-item-mail label {
  display: none;
}
section#redeempass .form-item-mail input {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: bold;
  padding: var(--space-xs);
}
section#redeempass .form-item-pass, section#redeempass .form-item-regcode-simple, section#redeempass .field--type-booleanx {
  display: none;
  opacity: 0.25;
  pointer-events: none;
}

main.programm section > h2, main.ausstellungen section > h2 {
  border-bottom: 0.175rem solid;
  border-top: 0.175rem solid;
  font-size: var(--h1-fs);
  line-height: var(--h1-lh);
}
main.programm section > h2:has(+ .filters > .filter-group), main.ausstellungen section > h2:has(+ .filters > .filter-group) {
  border-bottom: 0;
}
main.programm section.past, main.ausstellungen section.past {
  margin-top: var(--space-xxl);
}
main.programm section > .filters, main.ausstellungen section > .filters {
  border-bottom: 0.175rem solid;
  padding-bottom: var(--space-s);
}
main.programm section > .filters:empty, main.ausstellungen section > .filters:empty {
  display: none;
}
main.programm section > .filters .filter-group, main.ausstellungen section > .filters .filter-group {
  display: flex;
  flex-wrap: wrap;
}
main.programm section > .filters .filter-group > button, main.ausstellungen section > .filters .filter-group > button {
  border: 0;
  margin-right: var(--space-s);
  margin-top: var(--space-s);
  display: inline-block;
  vertical-align: bottom;
  background: #FFF;
  color: #000;
  padding: var(--space-xs) var(--space-s);
  border-radius: var(--space-xs);
  overflow: hidden;
  font-size: var(--h6-fs);
  line-height: var(--h6-lh);
  line-height: 1em;
  text-transform: uppercase;
  white-space: nowrap;
  box-shadow: inset 0 0 0 0.075rem #000;
}
main.programm section > .filters .filter-group > button::after, main.ausstellungen section > .filters .filter-group > button::after {
  content: "";
  background-image: url("../img/icons/arrow_long_right.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1.75em 1.75em !important;
  background-position: center center !important;
  height: 1.75em;
  width: 1.75em;
  display: inline-block;
  vertical-align: text-bottom;
  height: 1.2em;
  margin-left: var(--space-xs);
}
main.programm section > .filters .filter-group > button:hover, main.ausstellungen section > .filters .filter-group > button:hover {
  background: #000;
  color: #FFF;
  cursor: pointer;
}
main.programm section > .filters .filter-group > button:hover::before, main.programm section > .filters .filter-group > button:hover::after, main.ausstellungen section > .filters .filter-group > button:hover::before, main.ausstellungen section > .filters .filter-group > button:hover::after {
  filter: invert(1);
}

section#block-past-events {
  margin-top: 4rem;
}
section#block-past-events h2 {
  padding: 1rem 1rem 0 1rem;
  margin: 1rem;
  border-top: 1px solid #000;
}

section#block-locations {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
  margin-bottom: 4rem;
}
section#block-locations .title {
  flex: 0 1 100%;
  padding: 1rem 1rem 0 1rem;
}
section#block-locations .location {
  flex: 1 1 20rem;
  min-width: 20rem;
  max-width: 20rem;
  padding: 0rem 1rem 2rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 720px) {
  section#block-locations .location {
    flex: 1 1 14rem;
    min-width: 14rem;
    max-width: 14rem;
  }
}
@media (max-width: 440px) {
  section#block-locations .location {
    min-width: none;
    max-width: none;
    flex: 1 1 100%;
    width: 100%;
    padding: 2rem 1rem;
  }
}
section#block-locations .location .field-directions {
  display: flex;
  margin-bottom: 0.5rem;
  min-height: 2.6rem;
}
section#block-locations .location .field-directions p {
  font-size: var(--h6-fs);
  line-height: var(--h6-lh);
}
section#block-locations .location .field-directions::before {
  content: "";
  background-image: url("../svg/VVS-Logo.png") !important;
  background-repeat: no-repeat !important;
  background-size: 24px 24px !important;
  background-position: center center !important;
  height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: text-bottom;
  vertical-align: -40%;
  margin-right: 0.5rem;
  min-width: 24px;
  margin-top: 2px;
}
section#block-locations .location .name {
  font-size: var(--h4-fs);
  line-height: var(--h4-lh);
  font-weight: bold;
  padding-top: 2rem;
  margin-top: -1px;
  border-top: 1px solid #000;
}
section#block-locations .location .description {
  flex: 1 1 auto;
  padding-bottom: 1rem;
}
section#block-locations .location .field-gmaps {
  margin-top: 0.25rem;
}

section#block-logos {
  min-height: 4rem;
  background: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
section#block-logos h2#sponsoren {
  display: none;
}
section#block-logos::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
section#block-logos article.sponsoren {
  padding: 1rem 1rem;
}
section#block-logos .field-module {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section#block-logos .field-logos-title {
  margin: 0;
  padding: 1rem;
  padding-bottom: 0;
  font-size: var(--h5-fs);
  line-height: var(--h5-lh);
  font-weight: bold;
  text-transform: uppercase;
}
section#block-logos .field-logos figure img:not(:hover) {
  filter: grayscale(100%);
}

section.contact-message-accreditation-form {
  margin-top: -4rem;
}

#poster {
  z-index: 999;
  font-size: var(--h1-fs);
  line-height: var(--h1-lh);
  height: 56.25vw;
  max-height: calc(100vh - 2 * var(--space-m) - 3 * var(--h1-lh));
  width: 100%;
  padding: 0;
  background: #FFF;
}
#poster > video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#poster.placeholder > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/FW_Wand5_Card_animiert_3f02s.gif");
  background-color: #000;
  background-size: 100% auto;
  background-position: center;
}

#poster.placeholder > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/FW_Wand5_Card_animiert_3f02s.gif");
  background-color: #000;
  background-size: 100% auto;
  background-position: center;
}

#poster.opencall {
  width: 100%;
  z-index: 999;
  background: #FFF;
  overflow: hidden;
}
#poster.opencall > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/FIWI38_sprite_apply.svg");
  background-repeat: repeat;
  background-size: 400vw 50vw;
  background-color: #ff00cc;
  animation: OpenCall_Motiv_Animation 4s infinite step-end;
}
@keyframes OpenCall_Motiv_Animation {
  0% {
    background-position: 0 0;
  }
  6.25% {
    background-position: 33.33% 0;
  }
  12.5% {
    background-position: 0 0;
  }
  18.75% {
    background-position: 33.33% 0;
  }
  25% {
    background-position: 0 0;
  }
  31.25% {
    background-position: 33.33% 0;
  }
  37.5% {
    background-position: 0 0;
  }
  43.75% {
    background-position: 33.33% 0;
  }
  50% {
    background-position: 66.66% 0;
  }
  56.25% {
    background-position: 100% 0;
  }
  62.5% {
    background-position: 66.66% 0;
  }
  68.75% {
    background-position: 100% 0;
  }
  75% {
    background-position: 66.66% 0;
  }
  81.25% {
    background-position: 100% 0;
  }
  87.5% {
    background-position: 66.66% 0;
  }
  93.75% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}

section.block-headertext .field-text p {
  font-size: var(--h1-fs);
  line-height: var(--h1-lh);
  text-transform: uppercase;
}
@media (max-width: 720px) {
  section.block-headertext .field-text p > span {
    display: block;
  }
  section.block-headertext .field-text p br {
    display: none;
  }
}
section.block-headertext a:hover {
  text-decoration: none;
}
section.block-headertext span.dash::before {
  content: "";
  background-image: url("../img/icons/line_long.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1.75em 1.75em !important;
  background-position: center center !important;
  height: 1.75em;
  width: 1.75em;
  display: inline-block;
  vertical-align: text-bottom;
  height: 1.2em;
  margin-right: 0.25em;
}
section.block-headertext span.dash::before {
  margin-left: 0.25em;
}

section.block-bannerstreaming {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 7001;
  width: auto;
  height: 6em;
  margin: 0;
  border-radius: 3rem;
  border: 0.175rem solid #000;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: blink 3s infinite;
  transition: opacity 0ms;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  9% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  19% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  29% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  39% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
section.block-bannerstreaming a {
  font-size: var(--h2-fs);
  line-height: var(--h2-lh);
  padding: 1rem 2rem;
  text-decoration: none;
}
section.block-bannerstreaming a::before {
  content: "";
  background-image: url("../img/icons/arrow_long_right.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1.75em 1.75em !important;
  background-position: center center !important;
  height: 1.75em;
  width: 1.75em;
  display: inline-block;
  vertical-align: text-bottom;
  height: 1.2em;
  margin-right: var(--space-xs);
}

body.admin section.block-bannerstreaming {
  display: none;
}

body[data-user=festivalkiosk] nav#sandwich nav.login {
  display: none !important;
}

section.messages > .title {
  border-bottom: 0.175rem solid;
}

article.frontpage .awards .slideshow figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.33);
}
article.frontpage .awards .slideshow figcaption {
  z-index: 10;
}

article.frontpage .supporting .slideshow figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.33);
}
article.frontpage .supporting .slideshow figcaption {
  z-index: 10;
}

article.frontpage .exhibition .slideshow figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.33);
}
article.frontpage .exhibition .slideshow figcaption {
  z-index: 10;
}

article.frontpage .gallery .field-title {
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: var(--h2-fs);
  line-height: var(--h2-lh);
  color: #FFF;
  text-shadow: 0 0 1.2em rgba(0, 0, 0, 0.5);
  z-index: 10;
}
article.frontpage .gallery figcaption {
  position: absolute;
  bottom: 2rem;
  left: 1rem;
  color: #FFF;
  font-weight: bold;
  z-index: 10;
  text-shadow: 0 0 1.2em rgba(0, 0, 0, 0.5);
}
article.frontpage .gallery figure {
  padding-bottom: 66.66%;
  width: 100%;
}
article.frontpage .gallery figure picture, article.frontpage .gallery figure img, article.frontpage .gallery figure svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article.frontpage .gallery figure .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFF;
  text-shadow: 0 0 1.2em rgba(0, 0, 0, 0.5);
  padding: 1rem;
}
article.frontpage .gallery a.nolinktitle {
  display: none;
}
article.frontpage .gallery .slideshow.linked img {
  cursor: pointer;
}
article.frontpage .gallery .field-title + .slideshow figure::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.17);
}
article.frontpage .gallery .field-title + .slideshow figcaption {
  z-index: 10;
}

.frontpage-links.xl {
  font-size: var(--h1-fs);
  line-height: var(--h1-lh);
}
.frontpage-links.l {
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
}
.frontpage-links.m {
  font-size: var(--p-fs);
  line-height: var(--p-lh);
}
.frontpage-links .frontpage-link {
  display: grid;
  grid-template-columns: 2em 1fr;
}
.frontpage-links .frontpage-link::before {
  content: "";
  background-image: url("../img/icons/arrow_long_right.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1.75em 1.75em !important;
  background-position: center center !important;
  height: 1.75em;
  width: 1.75em;
  display: inline-block;
  vertical-align: text-bottom;
  height: 1.2em;
  margin-right: var(--space-xs);
}
.frontpage-links .field-title h2 {
  font-size: inherit;
}
.frontpage-links .field-text p {
  font-size: inherit;
}

section.frontpage-text.l .field-text * {
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
}
section.frontpage-text.l .field-text * strong {
  font-weight: bold;
}
section.frontpage-text.xl .field-text * {
  font-size: var(--h1-fs);
  line-height: var(--h1-lh);
}
section.frontpage-text.xl .field-text * strong {
  font-weight: bold;
}

section.frontpage-video .field-vimeoplayer {
  margin-top: var(--space-s);
  margin-bottom: var(--space-s);
}
section.frontpage-video .field-film-credits {
  margin: var(--space-xs) 0;
}
section.frontpage-video .field-film-credits p {
  font-size: var(--h6-fs);
  line-height: var(--h6-lh);
}

.field-audiofile {
  margin-bottom: var(--space-l);
}
.field-audiofile .field-title {
  max-width: 42rem;
  max-width: 64ch;
  margin-bottom: var(--space-s);
}
.field-audiofile .field-audio {
  max-width: 42rem;
  max-width: 64ch;
}
.field-audiofile .field-audio audio {
  width: 100%;
}
.field-audiofile .field-text {
  max-width: 42rem;
  max-width: 64ch;
}

body.media main section.block-seitentitel {
  display: block;
  border-top: 0.175rem solid;
}

article a.node-edit-link.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 7000;
}
article a.node-edit-link.absolute {
  position: absolute;
  z-index: 7000;
}
article a.node-edit-link.bottom {
  bottom: 0;
  top: auto;
}
article a.node-edit-link.top {
  top: 0;
  bottom: auto;
}
article a.node-edit-link.top100 {
  top: 100%;
  bottom: auto;
}
article a.node-edit-link.right {
  right: 0;
  left: auto;
}
article a.node-edit-link.right.pos2 {
  right: 1.75rem;
  left: auto;
}
article a.node-edit-link.pos2 {
  left: 1.75rem;
}
article .field-daterange, article .field-daterange-date, article .field-date, article .field-timerestriction {
  display: flex;
  overflow: visible;
}
article .field-daterange time, article .field-daterange-date time, article .field-date time, article .field-timerestriction time {
  display: block;
  white-space: nowrap;
  display: flex;
}
article .field-daterange span, article .field-daterange-date span, article .field-date span, article .field-timerestriction span {
  display: block;
  white-space: nowrap;
  display: flex;
  overflow: visible;
}
html[lang=de] article .field-daterange .smart-date--time time:last-child::after,
html[lang=de] article .field-daterange time span.smart-date--time::after, html[lang=de] article .field-daterange-date .smart-date--time time:last-child::after,
html[lang=de] article .field-daterange-date time span.smart-date--time::after, html[lang=de] article .field-date .smart-date--time time:last-child::after,
html[lang=de] article .field-date time span.smart-date--time::after, html[lang=de] article .field-timerestriction .smart-date--time time:last-child::after,
html[lang=de] article .field-timerestriction time span.smart-date--time::after {
  content: " Uhr";
  display: block;
  margin-left: 0.25rem;
  color: inherit;
}

article .field-type {
  display: flex;
  flex-wrap: wrap;
  font-weight: bold;
}
article .field-type > div {
  margin-right: var(--space-s);
}

article.teaser {
  padding: var(--space-m) 0;
  border-bottom: 0.175rem solid;
}

article .field-module > .row {
  display: flex;
  flex-wrap: wrap;
}
article .field-module > .row > .col {
  flex: 0 1 100%;
  max-width: 100%;
}
@media (min-width: 721px) {
  article .field-module > .row > .col {
    flex: 0 1 calc(50% - var(--space-xs) * 2 - 1px);
    max-width: calc(50% - var(--space-xs) * 2 - 1px);
  }
}
@media (min-width: 721px) {
  article .field-module > .row > .col:first-child {
    margin-right: 1rem;
  }
}
article .field-module > .field-image {
  margin-bottom: var(--space-xl);
}
article .field-module > .field-image figure img, article .field-module > .field-image figure svg {
  max-height: 90vh;
}
article .field-module > .field-images {
  margin-bottom: var(--space-xl);
}
article .field-module > .field-images figure {
  height: 0;
  padding-bottom: 56.25%;
  background: #000;
}
article .field-module > .field-images figure:has(> figcaption) {
  margin-bottom: var(--space-ml);
  overflow: visible;
}
article .field-module > .field-images figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center left;
  width: 100%;
  height: 100%;
}
article .field-module > .field-images figure figcaption {
  position: absolute;
  top: 100%;
  padding: var(--space-xs);
  font-size: var(--h5-fs);
  line-height: var(--h5-lh);
  font-weight: normal;
}
article .field-module > .field-images-multi {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: var(--space-m);
  margin-bottom: var(--space-xl);
}
article .field-module > .field-images-multi[data-images-multi-per-row="2"] figure {
  grid-column: span 4;
}
article .field-module > .field-images-multi[data-images-multi-per-row="4"] figure {
  grid-column: span 2;
}
article .field-module > .field-images-multi[data-images-multi-per-row="8"] figure {
  grid-column: span 1;
}
article .field-module > .field-images-multi figure figcaption {
  font-size: var(--h6-fs);
  line-height: var(--h6-lh);
}
article .field-module > .field-images-multi.images-href-enabled figure {
  cursor: pointer;
}
article .field-module > .field-module-text, article .field-module > .field-text {
  margin-bottom: var(--space-l);
}
article .field-module > .field-module-text > *, article .field-module > .field-text > * {
  max-width: 42rem;
  max-width: 64ch;
}
article .field-module > .field-module-text:has(+ .field-link), article .field-module > .field-module-text:has(+ .field-event-link), article .field-module > .field-module-text:has(+ .field-download), article .field-module > .field-text:has(+ .field-link), article .field-module > .field-text:has(+ .field-event-link), article .field-module > .field-text:has(+ .field-download) {
  margin-bottom: var(--space-s);
}
article .field-module > .field-link, article .field-module > .field-event-link, article .field-module > .field-event-links {
  margin-top: var(--space-s);
  margin-bottom: var(--space-l);
}
article .field-module > .field-link:has(+ .field-link), article .field-module > .field-link:has(+ .field-event-link), article .field-module > .field-link:has(+ .field-download), article .field-module > .field-event-link:has(+ .field-link), article .field-module > .field-event-link:has(+ .field-event-link), article .field-module > .field-event-link:has(+ .field-download), article .field-module > .field-event-links:has(+ .field-link), article .field-module > .field-event-links:has(+ .field-event-link), article .field-module > .field-event-links:has(+ .field-download) {
  margin-bottom: var(--space-s);
}
article .field-module > .field-link a, article .field-module > .field-event-link a, article .field-module > .field-event-links a {
  display: block;
  font-weight: bold;
}
article .field-module > .field-link a::before, article .field-module > .field-event-link a::before, article .field-module > .field-event-links a::before {
  content: "";
  background-image: url("../img/icons/arrow_long_right.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1.75em 1.75em !important;
  background-position: center center !important;
  height: 1.75em;
  width: 1.75em;
  display: inline-block;
  vertical-align: text-bottom;
  height: 1.2em;
  margin-right: var(--space-xs);
}
article .field-module > .field-download .field-download-description {
  line-height: 1rem;
  font-weight: bold;
}
article .field-module > .field-download .field-download-description::before {
  content: "";
  background-image: url("../img/icons/arrow_long_right.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 2.4em 2.4em !important;
  background-position: center center !important;
  height: 2.4em;
  width: 2.4em;
  display: inline-block;
  vertical-align: text-bottom;
  height: 1.2em;
  margin-right: var(--space-s);
}
.nightmode article .field-module > .field-download .field-download-description::before {
  filter: invert(1);
}

article .field-module > .field-download .field-download-description::after {
  content: "";
  background-image: url("../img/icons/floppy2.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1.2em 1.2em !important;
  background-position: center center !important;
  height: 1.2em;
  width: 1.2em;
  display: inline-block;
  vertical-align: text-bottom;
  height: 1.2em;
  margin-left: var(--space-xs);
}
article .field-module > .field-download .field-download-thumbnail {
  margin: 0;
  margin-top: 2rem;
}
article .field-module > .field-download .field-download-thumbnail img {
  box-shadow: 0 4px 0 -2px rgba(0, 0, 0, 0.05), 0 2px 0 -1px rgba(0, 0, 0, 0.1);
}
article .field-module > .field-module-accordeon .less {
  padding-left: var(--space-xl);
  cursor: pointer;
  font-weight: bold;
  padding-bottom: var(--space-m);
}
article .field-module > .field-module-accordeon .less::before {
  content: "";
  background-image: url("../img/icons/arrow_right.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 3em 3em !important;
  background-position: center center !important;
  height: 3em;
  width: 3em;
  display: inline-block;
  vertical-align: text-bottom;
  height: 1.25em;
  width: 1.25em;
  transition: transform 250ms;
  position: absolute;
  left: 0;
}
article .field-module > .field-module-accordeon .less:hover {
  text-decoration: underline;
}
article .field-module > .field-module-accordeon.open .less::before {
  transform: rotate(90deg);
}
article .field-module > .field-module-accordeon .more {
  display: none;
  transition: opacity 500ms;
  opacity: 1;
  padding-bottom: var(--space-l);
  padding-left: var(--space-xl);
}
article .field-module > .field-module-accordeon:not(.open) .more {
  opacity: 0;
}
article .field-module > .field-module-accordeon + .field-module-accordeon {
  margin-top: calc(-1 * var(--space-m));
}
.field-tickets {
  border-top: 0.175rem solid;
  padding-top: var(--space-s);
  margin-bottom: var(--space-xl);
}
.field-tickets .field-link {
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
}
.field-tickets .field-link a {
  font-size: var(--h2-fs);
  line-height: var(--h2-lh);
}
.field-tickets .field-link a::after {
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
  content: "";
  background-image: url("../img/icons/ticket.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 4rem 4rem !important;
  background-position: center center !important;
  height: 4rem;
  width: 4rem;
  display: inline-block;
  vertical-align: text-bottom;
  transform: translateY(0.5em) rotate(-2deg);
  height: 2.4em;
  display: inline-block;
  margin-top: -1.2em;
  margin-left: 0.5em;
}
.field-tickets.pretix .field-link a::after {
  content: "";
  background-image: url("../img/icons/pretix.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 6rem 6rem !important;
  background-position: center center !important;
  height: 6rem;
  width: 6rem;
  display: inline-block;
  vertical-align: text-bottom;
  height: 2.4em;
}

.field-tickets .field-link span.del {
  text-decoration: line-through;
}
.field-tickets .field-link .price::before {
  content: "";
  background-image: url("../img/icons/line_long.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1.75em 1.75em !important;
  background-position: center center !important;
  height: 1.75em;
  width: 1.75em;
  display: inline-block;
  vertical-align: text-bottom;
  height: 1.2em;
  margin-right: 0.25em;
}
.field-tickets .ticket-info {
  margin-top: var(--space-m);
  font-size: var(--h5-fs);
  line-height: var(--h5-lh);
}
.field-tickets .ticket-info a {
  font-weight: bold;
}
.field-tickets .ticket-info a::before {
  content: "";
  background-image: url("../img/icons/arrow_long_right.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1.75em 1.75em !important;
  background-position: center center !important;
  height: 1.75em;
  width: 1.75em;
  display: inline-block;
  vertical-align: text-bottom;
  height: 1.2em;
  margin-right: var(--space-xs);
}
.field-tickets .field-ticket-text {
  margin-top: var(--space-m);
}

article .field-module > .field-media .name {
  border-top: 0.175rem solid;
  font-size: var(--h2-fs);
  line-height: var(--h2-lh);
  font-weight: bold;
  margin-bottom: var(--space-m);
}
article .field-module-film {
  border-top: 0.175rem solid;
  padding-bottom: var(--space-l);
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: var(--space-s);
}
@media (min-width: 721px) {
  article .field-module-film {
    grid-template-columns: calc(75% - 0.5 * var(--space-s)) calc(25% - 0.5 * var(--space-s));
  }
}
article .field-module-film .field-film-title,
article .field-module-film .field-band {
  grid-column: 1;
  grid-row: 1;
}
article .field-module-film .field-film-text {
  grid-column: 1/-1;
  grid-row: 5;
}
@media (min-width: 721px) {
  article .field-module-film .field-film-text {
    grid-column: 1;
  }
}
@media (min-width: 721px) {
  article .field-module-film .field-film-text {
    grid-row: 4;
  }
}
article .field-module-film .field-vimeoplayer, article .field-module-film .field-film-images {
  grid-column: 1/-1;
  grid-row: 3;
}
@media (min-width: 721px) {
  article .field-module-film .field-vimeoplayer, article .field-module-film .field-film-images {
    grid-column: 1;
    grid-row: 3;
  }
}
article .field-module-film .field-film-images figure img {
  max-height: 90vh;
}
article .field-module-film .video-error {
  grid-column: 1;
  grid-row: 2;
}
article .field-module-film .video-error a {
  text-decoration: underline;
}
article .field-module-film .video-error a::before {
  content: "";
  background-image: url("../img/icons/arrow_long_right.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1.75em 1.75em !important;
  background-position: center center !important;
  height: 1.75em;
  width: 1.75em;
  display: inline-block;
  vertical-align: text-bottom;
  height: 1.2em;
  margin-right: var(--space-xs);
}
article .field-module-film .field-film-credits {
  grid-column: 1/-1;
  grid-row: 4;
}
@media (min-width: 721px) {
  article .field-module-film .field-film-credits {
    grid-column: 2;
    grid-row: 3;
  }
}
article .field-module-film .field-film-credits p {
  font-size: var(--h6-fs);
  line-height: var(--h6-lh);
  overflow: hidden;
  hyphens: auto;
  text-overflow: ellipsis;
}
article .field-module-film .field-film-credits .featured-link {
  margin-top: 2.4em;
}
article .field-module-film .field-film-credits .featured-link a {
  font-weight: bold;
}
article .field-module-film .field-film-credits .featured-link::before {
  content: "Online";
  display: block;
  position: absolute;
  z-index: 10;
  top: -2.25rem;
}
article .field-module-film .field-film-credits .featured-link a::before, article .field-module-film .field-film-credits .links a::before {
  content: "";
  background-image: url("../img/icons/arrow_long_right.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1.75em 1.75em !important;
  background-position: center center !important;
  height: 1.75em;
  width: 1.75em;
  display: inline-block;
  vertical-align: text-bottom;
  height: 1.2em;
  margin-right: var(--space-xs);
}
@media (max-width: 720px) {
  article .field-module-film .field-film-credits .featured-link, article .field-module-film .field-film-credits .links {
    margin-top: 1.2em;
  }
}
@media (max-width: 720px) {
  article .field-module-film .field-film-credits .featured-link {
    margin-top: 3.6em;
  }
}
@media (max-width: 720px) {
  article .field-module-film .field-film-credits .credits {
    margin-top: 1.2em;
  }
}
article .field-module-film .error {
  grid-column: 1;
  grid-row: 3;
  z-index: 100;
  align-self: center;
  justify-self: center;
}
article .field-module-film .field-extras {
  grid-column: 1/-1;
  grid-row: 6;
}
@media (min-width: 721px) {
  article .field-module-film .field-extras {
    grid-column: 2;
    grid-row: 4;
  }
}
@media (max-width: 720px) {
  article .field-module-film .field-extras {
    width: 50%;
    justify-self: end;
  }
}
article .field-module-film .field-extras .field-extras-credits {
  margin-top: var(--space-s);
}
article .field-module-film .field-extras .field-extras-credits p {
  font-size: var(--h6-fs);
  line-height: var(--h6-lh);
  overflow: hidden;
  hyphens: auto;
  text-overflow: ellipsis;
}
article .field-module-film .field-vimeochat {
  grid-column: 1/-1;
  grid-row: 6;
  padding-bottom: 56.25%;
}
@media (min-width: 721px) {
  article .field-module-film .field-vimeochat {
    grid-column: 2;
    grid-row: 3;
  }
}
article .field-module-film .field-vimeochat iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: var(--space-xs);
  overflow: hidden;
}

article.full {
  padding-bottom: var(--space-xl);
}
article.full .field-type {
  padding: 0 var(--space-xs);
}
article.full .field-module-titles {
  margin-bottom: var(--space-s);
}
article.full .field-module-titles:not(:first-child) {
  margin-top: 2.4em;
}
article.full .field-module-titles .field-module-title, article.full .field-module-titles .field-title {
  border-top: 0.175rem solid;
}
article.full .field-module-titles .field-module-title + .field-subtitle, article.full .field-module-titles .field-title + .field-subtitle {
  margin-top: 0;
}
article.full .field-module-titles.l .field-module-title h2, article.full .field-module-titles.l .field-title h2 {
  font-size: var(--h1-fs);
  line-height: var(--h1-lh);
  font-weight: bold;
}
article.full .field-module-titles:not(.l) > * {
  max-width: 42rem;
  max-width: 64ch;
}
article.full .field-type + .field-module-titles {
  margin-top: 0;
}
article.full > .row {
  margin: var(--space-xs);
  display: flex;
  flex-wrap: wrap;
}
article.full > .row > .col {
  flex: 0 1 100%;
  max-width: 100%;
}
@media (min-width: 721px) {
  article.full > .row > .col {
    flex: 0 1 calc(50% - var(--space-xs) * 2 - 1px);
    max-width: calc(50% - var(--space-xs) * 2 - 1px);
  }
}
@media (max-width: 720px) {
  article.full > .row > .col + .col {
    margin-top: var(--space-l);
  }
}

article.unpublished::after {
  content: "";
  content: "";
  background-image: url("../svg/offline_label.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 4rem 4rem !important;
  background-position: center center !important;
  height: 4rem;
  width: 4rem;
  display: inline-block;
  vertical-align: text-bottom;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-repeat: repeat !important;
  pointer-events: none;
}
article.unpublished.full::after {
  font-size: 18vw;
}

article.frontpage.full {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: var(--space-s);
}
@media (min-width: 721px) {
  article.frontpage.full {
    grid-template-columns: calc(50% - 0.5 * var(--space-s)) calc(50% - 0.5 * var(--space-s));
  }
}
article.frontpage.full > section {
  border-top: 0.175rem solid;
}
@media (max-width: 720px) {
  article.frontpage.full > section.empty {
    display: none;
  }
}

article.veranstaltung {
  transition: all 250ms;
}
article.veranstaltung.teaser:not(.preview), article.veranstaltung.frontpage:not(.full):not(.preview) {
  cursor: pointer;
}
article.veranstaltung.teaser a.ajax-link, article.veranstaltung.teaser figure, article.veranstaltung.frontpage:not(.full) a.ajax-link, article.veranstaltung.frontpage:not(.full) figure {
  pointer-events: none;
}
article.veranstaltung > [class^=group] {
  max-width: 100%;
  overflow: hidden;
}
article.veranstaltung > .group-dates {
  display: grid;
  column-gap: 1rem;
}
@media (min-width: 1081px) {
  article.veranstaltung > .group-dates {
    grid-template-columns: 1fr 1fr;
  }
}
article.veranstaltung > .group-dates .event, article.veranstaltung > .group-dates .streaming, article.veranstaltung > .group-dates .vernissage {
  display: flex;
  flex-wrap: wrap;
}
article.veranstaltung > .group-dates .event .label, article.veranstaltung > .group-dates .streaming .label, article.veranstaltung > .group-dates .vernissage .label {
  padding-right: var(--space-s);
  white-space: nowrap;
}
article.veranstaltung > .group-dates .event .label.now-streaming::before, article.veranstaltung > .group-dates .streaming .label.now-streaming::before, article.veranstaltung > .group-dates .vernissage .label.now-streaming::before {
  content: "";
  background-image: url("../img/icons/play3.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1em 1em !important;
  background-position: center center !important;
  height: 1em;
  width: 1em;
  display: inline-block;
  vertical-align: text-bottom;
  animation: blink 3s infinite;
  transition: opacity 0ms;
  height: 1.2em;
  margin-right: var(--space-xs);
}
article.veranstaltung > .group-dates .field-daterange, article.veranstaltung > .group-dates .field-timerestriction {
  display: flex;
  flex-wrap: wrap;
}
article.veranstaltung > .group-location {
  display: grid;
  column-gap: 1rem;
}
@media (min-width: 1081px) {
  article.veranstaltung > .group-location {
    grid-template-columns: 1fr 1fr;
  }
}
article.veranstaltung > .group-location .field-location {
  grid-column: 1/2;
  display: flex;
  overflow: visible;
}
article.veranstaltung > .group-location .field-location .online {
  font-weight: bold;
}
article.veranstaltung > .group-location .field-location .location:has(+ .location) {
  padding-right: var(--space-s);
}
article.veranstaltung > .group-location .field-openinghours {
  grid-column: 2/3;
  display: flex;
  overflow: visible;
}
article.veranstaltung > .group-location .label {
  display: flex;
  overflow: visible;
}
article.veranstaltung > .group-location .label .name {
  padding-right: var(--space-xs);
}
article.veranstaltung > .group-location .location .name:has(+ .barrierefrei)::after {
  content: "";
  background-image: url("../img/icons/barrierefrei.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1em 1em !important;
  background-position: center center !important;
  height: 1em;
  width: 1em;
  display: inline-block;
  vertical-align: text-bottom;
  margin-top: -0.125em;
  height: 1.2em;
}
article.veranstaltung > .group-location .arrow::after {
  content: "";
  background-image: url("../img/icons/arrow_long_right.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1.75em 1.75em !important;
  background-position: center center !important;
  height: 1.75em;
  width: 1.75em;
  display: inline-block;
  vertical-align: text-bottom;
  height: 1.2em;
  margin-left: var(--space-xs);
}
article.veranstaltung > .group-location {
  align-items: end;
}
article.veranstaltung > .group-location .name {
  font-weight: bold;
}
article.veranstaltung > .group-tags {
  align-items: end;
}
article.veranstaltung > .group-tags .field-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
article.veranstaltung > .group-tags .field-tags div {
  display: inline-block;
  vertical-align: bottom;
  background: #000;
  color: #FFF;
  padding: var(--space-xs) var(--space-s);
  border-radius: var(--space-xs);
  overflow: hidden;
  font-size: var(--h6-fs);
  line-height: var(--h6-lh);
  line-height: 1em;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: var(--h6-fs);
  line-height: var(--h6-lh);
  margin-left: var(--space-xs);
  margin-top: var(--space-xs);
}
article.veranstaltung .field-ticket.short {
  overflow: visible;
  cursor: pointer;
}
article.veranstaltung .field-ticket.short span {
  display: inline-block;
  vertical-align: bottom;
  background: #000;
  color: #FFF;
  padding: var(--space-xs) var(--space-s);
  border-radius: var(--space-xs);
  overflow: hidden;
  font-size: var(--p-fs);
  line-height: var(--p-lh);
  line-height: 1em;
  text-transform: uppercase;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
article.veranstaltung .field-ticket.short span::after {
  content: "";
  background-image: url("../img/icons/arrow_long_right_w.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1.75em 1.75em !important;
  background-position: center center !important;
  height: 1.75em;
  width: 1.75em;
  display: inline-block;
  vertical-align: text-bottom;
  height: 1.2em;
  margin-left: var(--space-xs);
}
article.veranstaltung .field-ticket.short span:hover {
  background: #000;
  color: #FFF;
  transform: none;
  box-shadow: none;
}
article.veranstaltung .field-ticket.short::after {
  content: "";
  background-image: url("../img/icons/ticket.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 3.5rem 3.5rem !important;
  background-position: center center !important;
  height: 3.5rem;
  width: 3.5rem;
  display: inline-block;
  vertical-align: text-bottom;
  height: 1.75rem;
  transform: rotate(-2deg);
  padding-left: var(--space-m);
}
article.veranstaltung .field-ticket.short.pretix::after {
  content: "";
  background-image: url("../img/icons/pretix.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 3.5rem 3.5rem !important;
  background-position: center center !important;
  height: 3.5rem;
  width: 3.5rem;
  display: inline-block;
  vertical-align: text-bottom;
  height: 1.75rem;
}
article.veranstaltung .field-link-exhibition + .field-ticket.short {
  margin-top: var(--space-s);
}
article.veranstaltung.teaser {
  display: grid;
  grid-template-columns: 3fr 1fr var(--space-xl);
  grid-template-rows: auto auto 1fr auto auto auto;
  grid-gap: var(--space-s);
}
@media (min-width: 721px) {
  article.veranstaltung.teaser {
    grid-template-columns: 12rem 1fr 1fr var(--space-xl);
  }
}
@media (min-width: 1081px) {
  article.veranstaltung.teaser {
    grid-template-columns: 16rem 1fr 1fr var(--space-xl);
  }
}
@media (min-width: 721px) {
  article.veranstaltung.teaser {
    grid-template-rows: auto 1fr auto auto;
  }
}
article.veranstaltung.teaser > .image {
  grid-column: 1/3;
  grid-row: 1;
}
@media (min-width: 561px) {
  article.veranstaltung.teaser > .image {
    grid-column: 1/2;
    grid-row: 1;
  }
}
@media (min-width: 721px) {
  article.veranstaltung.teaser > .image {
    grid-column: 1/2;
    grid-row: 1/-1;
  }
}
article.veranstaltung.teaser > .image picture, article.veranstaltung.teaser > .image figure, article.veranstaltung.teaser > .image img, article.veranstaltung.teaser > .image svg {
  display: block;
}
article.veranstaltung.teaser > .image figcaption {
  display: none;
}
article.veranstaltung.teaser > .group-type {
  grid-column: 1/3;
  grid-row: 2;
}
@media (min-width: 721px) {
  article.veranstaltung.teaser > .group-type {
    grid-row: 1;
    grid-column: 2/4;
  }
}
article.veranstaltung.teaser > .group-titles {
  grid-column: 1/3;
  grid-row: 3;
}
@media (min-width: 721px) {
  article.veranstaltung.teaser > .group-titles {
    grid-row: 2;
    grid-column: 2/4;
  }
}
article.veranstaltung.teaser > .group-titles:not(:first-child) {
  align-self: center;
}
article.veranstaltung.teaser > .group-dates {
  grid-column: 1/3;
  grid-row: 4;
  align-items: end;
}
@media (min-width: 721px) {
  article.veranstaltung.teaser > .group-dates {
    grid-row: 3;
    grid-column: 2/4;
  }
}
article.veranstaltung.teaser > .group-location {
  grid-column: 1/3;
  grid-row: 5;
}
@media (min-width: 721px) {
  article.veranstaltung.teaser > .group-location {
    grid-row: 4;
    grid-column: 2/4;
  }
}
article.veranstaltung.teaser > .group-location .location.teaser {
  display: flex;
  overflow: visible;
}
article.veranstaltung.teaser > .group-location .location.teaser .barrierefrei {
  margin-left: var(--space-xs);
}
article.veranstaltung.teaser > .group-tags {
  grid-column: 1/4;
  grid-row: 6;
  justify-content: end;
}
@media (min-width: 721px) {
  article.veranstaltung.teaser > .group-tags {
    grid-row: 4;
    grid-column: 3/5;
  }
}
article.veranstaltung.teaser > .arrow {
  grid-column: 3/4;
  grid-row: 1/-1;
  align-self: center;
  justify-self: end;
}
@media (min-width: 721px) {
  article.veranstaltung.teaser > .arrow {
    grid-column: 4/5;
    grid-row: 1/-1;
  }
}
article.veranstaltung.teaser > .arrow::after {
  content: "";
  content: "";
  background-image: url("../img/icons/arrow_long_right.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 3rem 3rem !important;
  background-position: center center !important;
  height: 3rem;
  width: 3rem;
  display: inline-block;
  vertical-align: text-bottom;
}
.sticky-title {
  position: sticky;
  top: calc(var(--space-xs) + var(--space-m));
  z-index: 100;
  font-size: var(--p-fs);
  line-height: var(--p-lh);
}
.sticky-title span {
  position: absolute;
  margin-top: 0;
  transform: translateY(calc(-50% - 0.0875rem));
  margin-left: calc(-1 * var(--space-xs));
  min-width: 16rem;
  display: inline-block;
  background: #000;
  color: #FFF;
  font-size: var(--p-fs);
  line-height: var(--p-lh);
  font-weight: bold;
  padding: var(--space-xs) var(--space-sm);
  border-radius: var(--space-xs);
  overflow: hidden;
}
.sticky-title[data-day="1"] ~ [data-day="1"], .sticky-title[data-day="2"] ~ [data-day="2"], .sticky-title[data-day="3"] ~ [data-day="3"], .sticky-title[data-day="4"] ~ [data-day="4"], .sticky-title[data-day="5"] ~ [data-day="5"], .sticky-title[data-day="6"] ~ [data-day="6"], .sticky-title[data-day="7"] ~ [data-day="7"], .sticky-title[data-day="8"] ~ [data-day="8"] {
  display: none;
}
.no-sticky-title .sticky-title {
  display: none !important;
}

section.past .sticky-title.day, section.streaming .sticky-title.day {
  display: none !important;
}

section.past > h2 {
  z-index: 101;
}
section.past > h2::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #FFF;
  margin-left: -1rem;
}
section.past > .sticky-title.past {
  margin-top: -1rem;
  padding-bottom: 1rem;
}

article.veranstaltung.full {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: var(--space-s);
}
article.veranstaltung.full > .group-titles {
  padding-right: var(--space-xl);
}
article.veranstaltung.full > .group-location {
  overflow: visible;
}
article.veranstaltung.full > .group-location .location.full, article.veranstaltung.full > .group-location .opening-hours.full {
  position: static;
}
article.veranstaltung.full > .group-location .field-location.full, article.veranstaltung.full > .group-location .field-openinghours.full {
  cursor: pointer;
}
article.veranstaltung.full > .group-location .field-location.full:hover .full, article.veranstaltung.full > .group-location .field-openinghours.full:hover .full {
  text-decoration: underline;
}
article.veranstaltung.full > .group-tags {
  display: grid;
  column-gap: 1rem;
}
@media (min-width: 1081px) {
  article.veranstaltung.full > .group-tags {
    grid-template-columns: 1fr 1fr;
  }
}
article.veranstaltung.full > .group-tags .field-link-exhibition {
  grid-column: 1;
  max-width: 100%;
  overflow: hidden;
}
article.veranstaltung.full > .group-tags .field-link-exhibition a {
  display: block;
  font-weight: bold;
  margin-top: var(--space-xs);
  text-decoration: none;
}
article.veranstaltung.full > .group-tags .field-link-exhibition a::after {
  content: "";
  background-image: url("../img/icons/arrow_long_right.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1.75em 1.75em !important;
  background-position: center center !important;
  height: 1.75em;
  width: 1.75em;
  display: inline-block;
  vertical-align: text-bottom;
  height: 1.2em;
  margin-left: var(--space-xs);
}
article.veranstaltung.full > .group-tags .field-ticket {
  grid-column: 1;
}
article.veranstaltung.full > .group-tags .field-tags {
  grid-column: 2;
}
article.veranstaltung.full hr {
  border-top: 0.175rem solid;
  border-color: #000;
  width: 100%;
}
article.veranstaltung.full .field-module-titles, article.veranstaltung.full .field-type {
  margin-right: 5.5rem;
}
article.veranstaltung.full .field-geoblocked {
  margin-top: 1.2em;
  font-weight: bold;
}
article.veranstaltung.full .field-geoblocked a {
  text-decoration: underline;
}
article.veranstaltung.frontpage {
  display: block !important;
}
article.veranstaltung.frontpage .field-feature-image {
  padding-bottom: 66.66%;
  width: 100%;
}
article.veranstaltung.frontpage .field-feature-image picture, article.veranstaltung.frontpage .field-feature-image figure, article.veranstaltung.frontpage .field-feature-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article.veranstaltung.frontpage .field-feature-image img {
  object-fit: cover;
}
article.veranstaltung.frontpage .field-feature-image figcaption {
  display: none;
}
article.veranstaltung.frontpage .slideshow {
  width: 100%;
  overflow: hidden;
}
article.veranstaltung.frontpage .slideshow figure {
  height: 0;
  padding-bottom: 66.66%;
}
article.veranstaltung.frontpage .slideshow picture, article.veranstaltung.frontpage .slideshow img, article.veranstaltung.frontpage .slideshow svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
article.veranstaltung.frontpage .slideshow svg {
  display: none;
}
article.veranstaltung.frontpage .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  padding: var(--space-m);
  z-index: 100;
  display: grid;
  grid-template-rows: auto auto 1fr;
  grid-template-columns: 1fr auto;
  grid-gap: var(--space-s);
  color: #FFF;
}
article.veranstaltung.frontpage .overlay h2 {
  margin-top: 0;
}
article.veranstaltung.frontpage .overlay > [class^=group] {
  grid-column: 1;
  max-width: 100%;
  overflow: hidden;
}
article.veranstaltung.frontpage .overlay > .group-type .field-type > div {
  white-space: nowrap;
}
@media (max-width: 1280px) {
  article.veranstaltung.frontpage .overlay > .group-type .field-type > div {
    font-size: var(--h6-fs);
    line-height: var(--h6-lh);
  }
}
article.veranstaltung.frontpage .overlay > .arrow {
  grid-column: 2;
  grid-row: 1/-1;
  align-self: center;
  justify-self: end;
}
article.veranstaltung.frontpage .overlay > .arrow::after {
  content: "";
  content: "";
  background-image: url("../img/icons/arrow_long_right_w.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 3rem 3rem !important;
  background-position: center center !important;
  height: 3rem;
  width: 3rem;
  display: inline-block;
  vertical-align: text-bottom;
}
article.veranstaltung.frontpage.exhibition .slideshow .slick-arrow {
  display: none !important;
}

article.page-vote .field-module {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: var(--space-s);
}
@media (min-width: 721px) {
  article.page-vote .field-module {
    grid-template-columns: calc(50% - 0.5 * var(--space-s)) calc(50% - 0.5 * var(--space-s));
  }
}
@media (min-width: 721px) {
  article.page-vote .field-module > * {
    grid-column: 1/3;
  }
}
article.page-vote .field-module > .field-module-film-vote {
  grid-column: span 1;
}
article.page-vote .flag {
  grid-column: 2;
  grid-row: 1;
  justify-self: right;
}
html:not(.js) article.page-vote .flag {
  display: none;
}

article.page-vote .flag a {
  margin: var(--space-xxs) var(--space-xs);
  font-size: 0;
  content: "";
  background-image: url("../img/heart.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 3rem 3rem !important;
  background-position: center center !important;
  height: 3rem;
  width: 3rem;
  display: inline-block;
  vertical-align: text-bottom;
  display: block;
}
article.page-vote .flag.action-unflag {
  pointer-events: none;
}
article.page-vote .flag.flag-waiting {
  animation: blink 3s infinite;
  transition: opacity 0ms;
  pointer-events: none;
}
article.page-vote .flag .ajax-progress {
  display: none;
}
article.page-vote .flag .js-flag-message {
  display: none;
}
article.page-vote .flag.action-unflag a {
  content: "";
  background-image: url("../img/heart-filled.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 3rem 3rem !important;
  background-position: center center !important;
  height: 3rem;
  width: 3rem;
  display: inline-block;
  vertical-align: text-bottom;
  display: block;
}

article.post.teaser {
  display: grid;
  grid-template-columns: 1fr var(--space-xl);
  grid-gap: var(--space-xs);
}
article.post.teaser:last-of-type {
  border: 0;
}
article.post.teaser .title,
article.post.teaser .field-text {
  grid-column: 1;
}
article.post.teaser .title {
  display: grid;
  grid-template-columns: 1fr auto;
}
article.post.teaser .title h4 {
  padding-right: var(--space-m);
}
article.post.teaser .post-date {
  grid-column: 2;
  white-space: nowrap;
  font-weight: bold;
}
article.post.teaser a.button {
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
  grid-row: 1/3;
  grid-column: 2;
  align-self: center;
  justify-self: end;
}
article.post.teaser a.button::before {
  content: "";
  background-image: url("../img/icons/arrow_long_right.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1.75em 1.75em !important;
  background-position: center center !important;
  height: 1.75em;
  width: 1.75em;
  display: inline-block;
  vertical-align: text-bottom;
  height: 1.2em;
  margin-right: var(--space-xs);
}

article.post-audio .field-title-long {
  border-top: 0.175rem solid;
  margin-bottom: var(--space-m);
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
  font-weight: bold;
}
@media (max-width: 440px) {
  article.post-audio .field-title-long {
    max-width: 100%;
  }
}
@media (min-width: 441px) {
  article.post-audio .field-title-long {
    max-width: calc(75% - var(--space-xs) * 1 - 1px);
    width: calc(75% - var(--space-xs) * 1 - 1px);
  }
}
@media (max-width: 440px) {
  article.post-audio .field-audio {
    max-width: 100%;
  }
}
@media (min-width: 441px) {
  article.post-audio .field-audio {
    max-width: calc(75% - var(--space-xs) * 1 - 1px);
    width: calc(75% - var(--space-xs) * 1 - 1px);
  }
}
article.post-audio .field-module-text {
  margin-bottom: var(--space-xl);
}

article.awards.full .field-awards-category .field-text {
  margin-bottom: var(--space-m);
}
article.awards.full .field-awards-category > .field-title {
  border-top: 0.175rem solid;
  padding-top: var(--space-xs);
  margin-bottom: var(--space-m);
}
article.awards.full .field-awards-category .field-awards {
  margin-bottom: var(--space-l);
}
article.awards.full .field-awards-award {
  display: grid;
  grid-template-columns: var(--space-xl) 1fr;
}
article.awards.full .field-awards-award::before {
  content: "";
  background-image: url("../img/icons/line_long.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1.75em 1.75em !important;
  background-position: center center !important;
  height: 1.75em;
  width: 1.75em;
  display: inline-block;
  vertical-align: text-bottom;
  height: 1.2em;
  margin-right: 0.25em;
}
article.awards.full .field-awards-award::before {
  grid-column: 1;
  font-size: var(--h2-fs);
  line-height: var(--h2-lh);
}
article.awards.full .field-awards-award .field-title {
  grid-column: 2;
  margin-bottom: var(--space-xs);
}
article.awards.full .field-awards-award .field-text {
  grid-column: 2;
}
article.awards.full .field-awards-jurymember .less {
  font-size: var(--h3-fs);
  line-height: var(--h3-lh);
}
article.awards.full .field-awards-category > .field-title:last-child {
  display: none;
}

.text-long p + p {
  margin-top: 1.2em;
}
.text-long ul {
  margin-bottom: 1.2em;
}
.text-long ul:not(:first-child) {
  margin-top: 1.2em;
}
.text-long ul li {
  padding-left: 2em;
}
.text-long ul li::before {
  content: "";
  background-image: url("../img/icons/line_long.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1.75em 1.75em !important;
  background-position: center center !important;
  height: 1.75em;
  width: 1.75em;
  display: inline-block;
  vertical-align: text-bottom;
  height: 1.2em;
  margin-right: 0.25em;
}
.text-long ul li::before {
  margin-left: -2em;
}

article [class^=field-]:not(.field-module).field-image {
  margin-bottom: 2rem;
}
article [class^=field-]:not(.field-module).field-image:not(:first-child) {
  margin-top: 2.25rem;
}
article [class^=field-]:not(.field-module).field-image figcaption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: var(--h5-fs);
  line-height: var(--h5-lh);
}
article [class^=field-]:not(.field-module).field-download-thumbnail {
  margin-bottom: 0;
}
article [class^=field-]:not(.field-module).field-download-description {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
article [class^=field-]:not(.field-module).field-vimeoid iframe {
  max-width: 100%;
}
article .field-text-2msfa, article .field-text-mrnc {
  margin-top: 4rem;
}
article .field-logoset {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
article .field-logoset .field-logos-title {
  margin-bottom: 1.2em;
}
article .field-logoset .field-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 100% !important;
}
article .field-logoset .field-logos figure {
  margin: 1rem 3rem 1rem 0;
}
article .field-logoset .field-logos figure picture, article .field-logoset .field-logos figure img, article .field-logoset .field-logos figure svg {
  max-height: 3rem;
}
article .field-logoset .field-logos figure svg, article .field-logoset .field-logos figure img[src*=".svg"] {
  height: 3rem;
}
article .field-logoset.right {
  align-items: flex-end;
}
article .field-logoset.right .field-logos figure {
  margin: 1rem 0 1rem 3rem;
}
article blockquote {
  padding: 0;
}

.field-gmaps::before {
  content: "";
  background-image: url("../img/icons/arrow_long_right.svg") !important;
  background-repeat: no-repeat !important;
  background-size: 1.75em 1.75em !important;
  background-position: center center !important;
  height: 1.75em;
  width: 1.75em;
  display: inline-block;
  vertical-align: text-bottom;
  height: 1.2em;
  margin-right: var(--space-xs);
}

.field-audio {
  max-width: 42rem;
  max-width: 64ch;
  margin-top: var(--space-m);
  margin-bottom: var(--space-m);
}
.field-audio > audio {
  visibility: hidden;
}
.field-audio .audioplayer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: 1fr auto auto;
  grid-column-gap: var(--space-sm);
  border: 0.075rem #000 solid;
  border-radius: var(--space-xs);
  overflow: hidden;
  height: 100%;
  padding: var(--space-m);
  margin: 0;
}
.nightmode .field-audio .audioplayer {
  filter: invert(1);
}

.field-audio .audioplayer .audioplayer-title {
  grid-row: 1;
  grid-column: span 2;
  color: #000;
  font-size: var(--h5-fs);
  line-height: var(--h5-lh);
}
.field-audio .audioplayer .audioplayer-volume {
  grid-row: 2;
  display: none;
}
.field-audio .audioplayer .audioplayer-playpause {
  grid-row: 2;
  border: 0.175rem #000 solid;
  margin: 0 var(--space-s);
  grid-row: 1;
}
.field-audio .audioplayer .audioplayer-playpause a {
  transform: scale(2);
  border-left-color: #000;
}
.field-audio .audioplayer .audioplayer-playpause a::before, .field-audio .audioplayer .audioplayer-playpause a::after {
  background-color: #000;
}
.field-audio .audioplayer .audioplayer-playpause:hover {
  background-color: #000;
}
.field-audio .audioplayer .audioplayer-playpause:hover a {
  border-left-color: #FFF;
}
.field-audio .audioplayer .audioplayer-playpause:hover a::before, .field-audio .audioplayer .audioplayer-playpause:hover a::after {
  background-color: #FFF;
}
.field-audio .audioplayer .audioplayer-time {
  grid-row: 3;
  color: #000;
  font-size: var(--p-fs);
  line-height: var(--p-lh);
  width: auto;
  min-width: 4rem;
  margin: 0;
}
.field-audio .audioplayer .audioplayer-time.audioplayer-time-duration {
  grid-column: 3;
}
.field-audio .audioplayer .audioplayer-bar {
  grid-row: 2;
  grid-column: span 3;
  margin: var(--space-m) var(--space-m) var(--space-s) var(--space-m);
}
.field-audio .audioplayer .audioplayer-bar::before {
  background-color: #000;
  height: 0.075rem;
  margin-top: calc(2px - 0.0375rem);
  border-radius: 4px;
}
.field-audio .audioplayer .audioplayer-bar .audioplayer-bar-loaded,
.field-audio .audioplayer .audioplayer-bar .audioplayer-bar-played {
  border-radius: 4px;
}
.field-audio .audioplayer .audioplayer-bar .audioplayer-bar-loaded {
  background: #000;
  height: 4px;
}
.field-audio .audioplayer .audioplayer-bar .audioplayer-bar-played {
  background: #000;
  height: 4px;
}
.field-audio .audioplayer .audioplayer-bar .audioplayer-bar-played::after {
  border-color: #000;
  border: 1px solid #000;
  top: -5px;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  background: #000;
}

main.search .search-form {
  display: none;
}
main.search .search-form + h2 {
  display: none;
}

.webform-submission-form {
  max-width: var(--max-text-width);
}
.webform-submission-form label {
  z-index: 1;
  margin-right: 0.5em;
}
.webform-submission-form label.form-required::after {
  content: "*";
  font-weight: bold;
  color: #E1364C;
}
.webform-submission-form [data-akinput] label {
  color: rgba(0, 0, 0, 0.33);
  margin-top: -0.5rem;
}
.webform-submission-form input:not([type]), .webform-submission-form input[type=text], .webform-submission-form input[type=email], .webform-submission-form input[type=password], .webform-submission-form input[type=search], .webform-submission-form input[type=color], .webform-submission-form input[type=date], .webform-submission-form input[type=datetime-local], .webform-submission-form input[type=datetime], .webform-submission-form input[type=month], .webform-submission-form input[type=number], .webform-submission-form input[type=tel], .webform-submission-form input[type=time], .webform-submission-form input[type=url], .webform-submission-form input[type=week], .webform-submission-form input[list], .webform-submission-form input[type=file] {
  border-radius: 0 !important;
  border-bottom: 1px solid #000 !important;
}
.webform-submission-form input[type=text],
.webform-submission-form input[type=email],
.webform-submission-form input[type=tel],
.webform-submission-form textarea,
.webform-submission-form select {
  background: rgb(245, 245, 245);
  box-shadow: 0 0 0 0.25rem rgb(245, 245, 245);
}
.webform-submission-form textarea {
  border: 0;
  resize: none;
  margin-top: 0;
  border: 1px solid #000;
}
.webform-submission-form .radios--wrapper {
  margin-bottom: 0;
}
.webform-submission-form .radios--wrapper .form-item {
  margin: 0.5rem 0;
}
.webform-submission-form .radios--wrapper .form-radio {
  margin: 0;
}
.webform-submission-form .webform-flex--container {
  margin: 1rem 0.5rem 1rem 0;
}
.webform-submission-form .webform-flexbox {
  margin: 1rem 0;
  flex-wrap: wrap;
}
.webform-submission-form .webform-flexbox .webform-flex {
  flex: 0 1 auto;
}
.webform-submission-form [id*=inline] .form-item {
  display: flex;
  white-space: nowrap;
}
.webform-submission-form input[type=checkbox], .webform-submission-form input[type=radio] {
  height: 1.2em;
  width: 1.2em;
  border-radius: 1.2em;
  display: inline-block;
  vertical-align: middle;
}
.webform-submission-form input[type=checkbox] + label, .webform-submission-form input[type=radio] + label {
  margin-left: 0.35em;
  display: inline-block;
  vertical-align: middle;
}
.webform-submission-form .js-form-type-checkbox {
  background: rgb(245, 245, 245);
  box-shadow: 0 0 0 0.25rem rgb(245, 245, 245);
}
.webform-submission-form .description {
  margin-bottom: var(--space-s);
}
.webform-submission-form .form-actions {
  margin-top: var(--space-l);
  font-size: var(--h2-fs);
  line-height: var(--h2-lh);
}

#akstarfield {
  top: 0 !important;
  left: 0 !important;
  position: fixed !important;
  z-index: 100 !important;
  width: 100vw !important;
  height: 100vh !important;
  overflow: hidden !important;
}

#system4xx {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: 16px !important;
  line-height: 1.25em !important;
  font-family: "Inter", Arial, sans-serif !important;
  vertical-align: baseline !important;
  display: flex !important;
  flex-flow: column nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 !important;
  margin: 0 !important;
  top: 0 !important;
  left: 0 !important;
  position: fixed !important;
  z-index: 1000 !important;
  width: 100vw !important;
  height: 100vh !important;
  overflow: hidden !important;
  font-family: "Inter", Arial, sans-serif !important;
  color: white !important;
  background: transparent !important;
}
#system4xx > * {
  flex: 0 1 auto !important;
  height: auto !important;
}

#system4xx, #system4xx * {
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  font-family: "Inter", Arial, sans-serif !important;
  background: transparent !important;
  color: white !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 1em !important;
}
#system4xx h1, #system4xx * h1 {
  padding: 0.5em !important;
  display: block !important;
  color: white !important;
  font-size: 4em !important;
  line-height: 1.25em !important;
  font-weight: bold !important;
  text-align: center !important;
  text-transform: uppercase !important;
  margin: 0 0 0.5em !important;
  padding: 0.25em !important;
}
#system4xx h1 + h5, #system4xx * h1 + h5 {
  margin-bottom: 2em !important;
  font-weight: 400;
}
#system4xx button.system4xx-back, #system4xx * button.system4xx-back {
  margin: 2em 0 0 0 !important;
  background: transparent !important;
  border: 1px solid white !important;
  font-family: "Inter", Arial, sans-serif !important;
  cursor: pointer !important;
  padding: 0 !important;
  border-color: white !important;
}
#system4xx button.system4xx-back a, #system4xx * button.system4xx-back a {
  color: white !important;
  font-size: 1em !important;
  line-height: 1.25em !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  text-decoration: none !important;
  padding: 1em 1.25em !important;
  display: block !important;
}
#system4xx button.system4xx-back:hover, #system4xx button.system4xx-back:active, #system4xx * button.system4xx-back:hover, #system4xx * button.system4xx-back:active {
  background: white !important;
}
#system4xx button.system4xx-back:hover a, #system4xx button.system4xx-back:active a, #system4xx * button.system4xx-back:hover a, #system4xx * button.system4xx-back:active a {
  color: black !important;
}