a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

img {
  width: 100%;
  max-width: 100%;
}

@font-face {
  font-family: "Theinhardt";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("webfonts/Theinhardt-Regular.woff");
}
.theinhardt {
  font-family: "Theinhardt", sans-serif;
}

@font-face {
  font-family: "Prophet";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("webfonts/prophet-medium.woff");
}
@font-face {
  font-family: "Prophet";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("webfonts/prophet-extrabold.woff");
}
.prophet {
  font-family: "Prophet", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 16px;
  --column-gap: 24px;
  --padding-side: 56px;
  --header-height: 77px;
  --headerTextColor: #000;
  --headerBackgroundColor: #fff;
  --footerTextColor: #000;
  --footerBackgroundColor: #fff;
  --filterButtonTextfarbe: currentColor;
  --aktiverFilterButtonTextfarbe: currentColor;
  --filterButtonHintergrundfarbe: transparent;
  --aktiverFilterButtonHintergrundfarbe: transparent;
  --filterButtonRahmenfarbe: currentColor;
  --aktiverFilterButtonRahmenfarbe: currentColor;
  --news-color: #000;
  --news-background: #fff;
  --news-shapecolor: #000;
}
@media screen and (max-width: 1024px) {
  html {
    --padding-side: 32px;
    --header-height: 69px;
  }
}
@media screen and (max-width: 599px) {
  html {
    --padding-side: 24px;
    --header-height: 69px;
  }
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.3;
  font-family: "Theinhardt", Arial, sans-serif;
  background-color: black;
}
body.open-nav, body.no-overflow {
  overflow: hidden;
  height: 100%;
}

video, iframe {
  width: 100%;
}

iframe {
  aspect-ratio: 16/9;
}

.font-size-200 {
  font-size: 12.5rem;
}

.font-size-144 {
  font-size: 9rem;
  font-size: clamp(10vw, 9rem, 16vw);
}

.font-size-80 {
  font-size: 5rem;
}

.font-size-64 {
  font-size: 4rem;
}

.font-size-56 {
  font-size: 3.5rem;
}

.font-size-48 {
  font-size: 3rem;
}

.font-size-40 {
  font-size: 2.5rem;
}

.font-size-32 {
  font-size: 2rem;
}

.font-size-24 {
  font-size: 1.5rem;
}

.font-size-20 {
  font-size: 1.25rem;
}

.font-size-18 {
  font-size: 1.125rem;
}

.font-size-16 {
  font-size: 1rem;
}

.font-size-14 {
  font-size: 0.875rem;
}

.font-size-12 {
  font-size: 0.75rem;
}

@media screen and (max-width: 1024px) {
  .font-size-t-144 {
    font-size: 9rem;
  }
}

@media screen and (max-width: 1024px) {
  .font-size-t-64 {
    font-size: 4rem;
  }
}

@media screen and (max-width: 1024px) {
  .font-size-t-48 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 1024px) {
  .font-size-t-40 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .font-size-t-32 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 1024px) {
  .font-size-t-28 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 1024px) {
  .font-size-t-24 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .font-size-t-18 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 1024px) {
  .font-size-t-16 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1024px) {
  .font-size-t-14 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 599px) {
  .font-size-s-80 {
    font-size: 5rem;
  }
}

@media screen and (max-width: 599px) {
  .font-size-s-48 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 599px) {
  .font-size-s-40 {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 599px) {
  .font-size-s-32 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 599px) {
  .font-size-s-28 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 599px) {
  .font-size-s-24 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 599px) {
  .font-size-s-22 {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 599px) {
  .font-size-s-20 {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 599px) {
  .font-size-s-18 {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 599px) {
  .font-size-s-14 {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 599px) {
  .font-size-s-13 {
    font-size: 0.8125rem;
  }
}

@media screen and (max-width: 599px) {
  .font-size-s-12 {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 599px) {
  .font-size-s-10 {
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 339px) {
  .font-size-ss-14 {
    font-size: 0.875rem;
  }
}

.line-height-098 {
  line-height: 0.98;
}

.line-height-110 {
  line-height: 1.1;
}

.line-height-120 {
  line-height: 1.2;
}

.line-height-130 {
  line-height: 1.3;
}

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

.uppercase {
  text-transform: uppercase;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

@media screen and (max-width: 599px) {
  .smartphone-text-left {
    text-align: left;
  }
}

.hidden {
  display: none;
}

.block {
  display: block;
}

@media screen and (max-width: 599px) {
  .smartphone-hidden {
    display: none !important;
  }
}

@media screen and (max-width: 599px) {
  .smartphone-block {
    display: block !important;
  }
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.mt-8 {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.mt-12 {
  margin-top: 12px;
}

.mb-12 {
  margin-bottom: 12px;
}

.pt-12 {
  padding-top: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.pt-24 {
  padding-top: 24px;
}

.pb-24 {
  padding-bottom: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mb-32 {
  margin-bottom: 32px;
}

.pt-32 {
  padding-top: 32px;
}

.pb-32 {
  padding-bottom: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mt-56 {
  margin-top: 56px;
}

.mb-56 {
  margin-bottom: 56px;
}

.pt-56 {
  padding-top: 56px;
}

.pb-56 {
  padding-bottom: 56px;
}

.mt-64 {
  margin-top: 64px;
}

.mb-64 {
  margin-bottom: 64px;
}

.pt-64 {
  padding-top: 64px;
}

.pb-64 {
  padding-bottom: 64px;
}

.mt-72 {
  margin-top: 72px;
}

.mb-72 {
  margin-bottom: 72px;
}

.pt-72 {
  padding-top: 72px;
}

.pb-72 {
  padding-bottom: 72px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.mt-96 {
  margin-top: 96px;
}

.mb-96 {
  margin-bottom: 96px;
}

.pt-96 {
  padding-top: 96px;
}

.pb-96 {
  padding-bottom: 96px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.mt-160 {
  margin-top: 160px;
}

.mb-160 {
  margin-bottom: 160px;
}

.pt-160 {
  padding-top: 160px;
}

.pb-160 {
  padding-bottom: 160px;
}

@media screen and (max-width: 1024px) {
  .mt-t-0 {
    margin-top: 0px;
  }
  .mb-t-0 {
    margin-bottom: 0px;
  }
  .pt-t-0 {
    padding-top: 0px;
  }
  .pb-t-0 {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1024px) {
  .mt-t-8 {
    margin-top: 8px;
  }
  .mb-t-8 {
    margin-bottom: 8px;
  }
  .pt-t-8 {
    padding-top: 8px;
  }
  .pb-t-8 {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .mt-t-12 {
    margin-top: 12px;
  }
  .mb-t-12 {
    margin-bottom: 12px;
  }
  .pt-t-12 {
    padding-top: 12px;
  }
  .pb-t-12 {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .mt-t-16 {
    margin-top: 16px;
  }
  .mb-t-16 {
    margin-bottom: 16px;
  }
  .pt-t-16 {
    padding-top: 16px;
  }
  .pb-t-16 {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .mt-t-24 {
    margin-top: 24px;
  }
  .mb-t-24 {
    margin-bottom: 24px;
  }
  .pt-t-24 {
    padding-top: 24px;
  }
  .pb-t-24 {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .mt-t-32 {
    margin-top: 32px;
  }
  .mb-t-32 {
    margin-bottom: 32px;
  }
  .pt-t-32 {
    padding-top: 32px;
  }
  .pb-t-32 {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .mt-t-40 {
    margin-top: 40px;
  }
  .mb-t-40 {
    margin-bottom: 40px;
  }
  .pt-t-40 {
    padding-top: 40px;
  }
  .pb-t-40 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .mt-t-50 {
    margin-top: 50px;
  }
  .mb-t-50 {
    margin-bottom: 50px;
  }
  .pt-t-50 {
    padding-top: 50px;
  }
  .pb-t-50 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .mt-t-56 {
    margin-top: 56px;
  }
  .mb-t-56 {
    margin-bottom: 56px;
  }
  .pt-t-56 {
    padding-top: 56px;
  }
  .pb-t-56 {
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 1024px) {
  .mt-t-64 {
    margin-top: 64px;
  }
  .mb-t-64 {
    margin-bottom: 64px;
  }
  .pt-t-64 {
    padding-top: 64px;
  }
  .pb-t-64 {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .mt-t-72 {
    margin-top: 72px;
  }
  .mb-t-72 {
    margin-bottom: 72px;
  }
  .pt-t-72 {
    padding-top: 72px;
  }
  .pb-t-72 {
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 1024px) {
  .mt-t-80 {
    margin-top: 80px;
  }
  .mb-t-80 {
    margin-bottom: 80px;
  }
  .pt-t-80 {
    padding-top: 80px;
  }
  .pb-t-80 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .mt-t-96 {
    margin-top: 96px;
  }
  .mb-t-96 {
    margin-bottom: 96px;
  }
  .pt-t-96 {
    padding-top: 96px;
  }
  .pb-t-96 {
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 1024px) {
  .mt-t-120 {
    margin-top: 120px;
  }
  .mb-t-120 {
    margin-bottom: 120px;
  }
  .pt-t-120 {
    padding-top: 120px;
  }
  .pb-t-120 {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .mt-t-160 {
    margin-top: 160px;
  }
  .mb-t-160 {
    margin-bottom: 160px;
  }
  .pt-t-160 {
    padding-top: 160px;
  }
  .pb-t-160 {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 599px) {
  .mt-s-0 {
    margin-top: 0px;
  }
  .mb-s-0 {
    margin-bottom: 0px;
  }
  .pt-s-0 {
    padding-top: 0px;
  }
  .pb-s-0 {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 599px) {
  .mt-s-8 {
    margin-top: 8px;
  }
  .mb-s-8 {
    margin-bottom: 8px;
  }
  .pt-s-8 {
    padding-top: 8px;
  }
  .pb-s-8 {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 599px) {
  .mt-s-12 {
    margin-top: 12px;
  }
  .mb-s-12 {
    margin-bottom: 12px;
  }
  .pt-s-12 {
    padding-top: 12px;
  }
  .pb-s-12 {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 599px) {
  .mt-s-16 {
    margin-top: 16px;
  }
  .mb-s-16 {
    margin-bottom: 16px;
  }
  .pt-s-16 {
    padding-top: 16px;
  }
  .pb-s-16 {
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 599px) {
  .mt-s-24 {
    margin-top: 24px;
  }
  .mb-s-24 {
    margin-bottom: 24px;
  }
  .pt-s-24 {
    padding-top: 24px;
  }
  .pb-s-24 {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 599px) {
  .mt-s-32 {
    margin-top: 32px;
  }
  .mb-s-32 {
    margin-bottom: 32px;
  }
  .pt-s-32 {
    padding-top: 32px;
  }
  .pb-s-32 {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 599px) {
  .mt-s-40 {
    margin-top: 40px;
  }
  .mb-s-40 {
    margin-bottom: 40px;
  }
  .pt-s-40 {
    padding-top: 40px;
  }
  .pb-s-40 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .mt-s-50 {
    margin-top: 50px;
  }
  .mb-s-50 {
    margin-bottom: 50px;
  }
  .pt-s-50 {
    padding-top: 50px;
  }
  .pb-s-50 {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .mt-s-56 {
    margin-top: 56px;
  }
  .mb-s-56 {
    margin-bottom: 56px;
  }
  .pt-s-56 {
    padding-top: 56px;
  }
  .pb-s-56 {
    padding-bottom: 56px;
  }
}
@media screen and (max-width: 599px) {
  .mt-s-64 {
    margin-top: 64px;
  }
  .mb-s-64 {
    margin-bottom: 64px;
  }
  .pt-s-64 {
    padding-top: 64px;
  }
  .pb-s-64 {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 599px) {
  .mt-s-72 {
    margin-top: 72px;
  }
  .mb-s-72 {
    margin-bottom: 72px;
  }
  .pt-s-72 {
    padding-top: 72px;
  }
  .pb-s-72 {
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 599px) {
  .mt-s-80 {
    margin-top: 80px;
  }
  .mb-s-80 {
    margin-bottom: 80px;
  }
  .pt-s-80 {
    padding-top: 80px;
  }
  .pb-s-80 {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .mt-s-96 {
    margin-top: 96px;
  }
  .mb-s-96 {
    margin-bottom: 96px;
  }
  .pt-s-96 {
    padding-top: 96px;
  }
  .pb-s-96 {
    padding-bottom: 96px;
  }
}
@media screen and (max-width: 599px) {
  .mt-s-120 {
    margin-top: 120px;
  }
  .mb-s-120 {
    margin-bottom: 120px;
  }
  .pt-s-120 {
    padding-top: 120px;
  }
  .pb-s-120 {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 599px) {
  .mt-s-160 {
    margin-top: 160px;
  }
  .mb-s-160 {
    margin-bottom: 160px;
  }
  .pt-s-160 {
    padding-top: 160px;
  }
  .pb-s-160 {
    padding-bottom: 160px;
  }
}
.superscript {
  display: inline-block;
  vertical-align: top;
  transform: translate(-20%, 20%);
}
@media screen and (max-width: 599px) {
  .superscript {
    transform: translate(-10%, 10%);
  }
}

a:link, a:visited {
  color: inherit;
  text-decoration: none;
}
a:hover, a:active {
  color: inherit;
}
.underlined-links a {
  text-decoration: underline;
}

img {
  display: block;
  height: auto;
}

#skip-to-content-link {
  position: fixed;
  top: 0;
  background: black;
  color: white;
  height: 30px;
  left: 50%;
  padding: 8px;
  transform: translate(-50%, -100%);
  transition: transform 0.3s;
  z-index: 100;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
#skip-to-content-link:focus {
  transform: translate(-50%, 0);
}

#main-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  color: var(--headerTextColor);
  background-color: var(--headerBackgroundColor);
  transition: transform 0.4s ease-in-out;
}
#main-header .inner {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#main-header ul {
  display: flex;
}
#main-header ul li {
  margin-left: 32px;
}
@media screen and (max-width: 1024px) {
  #main-header ul {
    display: none;
  }
  #main-header ul li {
    margin-top: 32px;
    margin-left: var(--padding-side);
    width: max-content;
  }
}
#main-header .langSwitcherButtons {
  display: flex;
  gap: 5px;
}
#main-header .langSwitcherButtons .current-site {
  opacity: 0.5;
}
.nav-up #main-header {
  transform: translateY(-150%);
}
.open-nav #main-header {
  transform: translateY(0) !important;
}
#main-header #main-nav a:not(.link-with-arrow) {
  display: block;
  position: relative;
  overflow: hidden;
}
#main-header #main-nav a:not(.link-with-arrow)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.1em;
  background-color: currentColor;
  transform: translate(-105%, -50%);
  transition: transform 0.2s ease-in-out;
}
@media (pointer: fine) {
  #main-header #main-nav a:not(.link-with-arrow):hover::after {
    transform: translate(0%, -50%);
  }
}
@media screen and (max-width: 1024px) {
  #main-header #main-nav {
    position: fixed;
    top: var(--header-height);
    left: 0;
    width: 100%;
    height: calc(100vh - var(--header-height));
    z-index: 10;
    color: var(--mobileNavColor);
    background-color: var(--mobileNavBackground);
    overflow: auto;
    pointer-events: none;
    transition: transform 0.4s ease-in-out;
    transform: translateX(100%);
  }
  #main-header #main-nav ul {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .open-nav #main-header #main-nav {
    pointer-events: auto;
    transform: translateX(0);
  }
}
#main-header #sub-nav {
  display: none;
}
#main-header #sub-nav li {
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  #main-header #sub-nav {
    display: block;
  }
  #main-header #sub-nav .social-media-channels {
    display: flex;
    margin-bottom: 40px;
  }
}

#logo {
  height: 48px;
  width: auto;
  padding: 12px 0;
  box-sizing: content-box;
}
@media screen and (max-width: 1024px) {
  #logo {
    height: 40px;
  }
}

#menu-button {
  display: none;
  position: relative;
  width: 24px;
  height: 24px;
}
#menu-button .bar {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transition: transform 0.2s ease-in-out;
  height: 2px;
  background-color: currentColor;
}
#menu-button .bar:nth-child(1) {
  transform: translateY(-4px);
}
#menu-button .bar:nth-child(2) {
  transform: translateY(4px);
}
@media screen and (max-width: 1024px) {
  #menu-button {
    display: block;
  }
  .open-nav #menu-button .bar:nth-child(1) {
    transform: translateY(0) rotate(45deg);
  }
  .open-nav #menu-button .bar:nth-child(2) {
    transform: translateY(0) rotate(-45deg);
  }
}

#main {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  color: var(--textfarbe, #000);
  background-color: var(--hintergrundfarbe, #fff);
}

#weitere-projekte .inner {
  max-width: 1920px;
  margin: 0 auto;
  color: var(--otherProjectsTextColor);
  background-color: var(--otherProjectsBackgroundColor);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  #weitere-projekte .inner {
    display: block;
  }
}
#weitere-projekte h2, #weitere-projekte ul {
  position: relative;
  z-index: 2;
}
#weitere-projekte h2 {
  flex: 0;
  flex-basis: max-content;
}
@media screen and (max-width: 1024px) {
  #weitere-projekte h2 {
    text-align: center;
    margin-bottom: 20px;
  }
}
#weitere-projekte ul {
  flex: 1;
  padding-left: calc(var(--padding-side) * 2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  #weitere-projekte ul {
    padding-left: 0;
  }
}
@media screen and (max-width: 599px) {
  #weitere-projekte ul {
    flex-direction: column;
    gap: 24px;
  }
}
#weitere-projekte #weitere-projekte-shape {
  position: absolute;
  z-index: 1;
  left: 25%;
  width: 70%;
  transform: matrix(0.5, -0.87, -0.87, -0.5, 0, 0);
}
@media screen and (max-width: 1024px) {
  #weitere-projekte #weitere-projekte-shape {
    top: -40vw;
  }
}
@media screen and (max-width: 599px) {
  #weitere-projekte #weitere-projekte-shape {
    top: -144vw;
    width: 230vw;
    left: 10vw;
  }
}

#main-footer {
  color: var(--footerTextColor);
  background-color: var(--footerBackgroundColor);
}
#main-footer .inner {
  max-width: 1920px;
  margin: 0 auto;
}
#main-footer .footer-grid {
  display: flex;
  align-items: flex-end;
  margin-top: 28px;
}
#main-footer .footer-grid nav, #main-footer .footer-grid .credit {
  flex: 0;
  flex-basis: max-content;
}
#main-footer .footer-grid nav li:not(:last-child) {
  margin-bottom: 1em;
}
#main-footer .footer-grid .credit {
  white-space: nowrap;
  padding-left: 100px;
}
@media screen and (max-width: 599px) {
  #main-footer .footer-grid {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
    margin-top: 120px;
  }
  #main-footer .footer-grid nav {
    order: 1;
  }
  #main-footer .footer-grid .social-media-channels {
    order: 2;
  }
  #main-footer .footer-grid .credit {
    order: 3;
    padding-left: 0;
  }
}

.social-media-channels {
  display: flex;
  flex: 1;
}
.social-media-channels li {
  margin-right: 1em;
}
.social-media-channels svg {
  display: block;
  height: 2.2em;
  padding: 0.4em;
}
.social-media-channels svg path {
  fill: currentColor;
}
.social-media-channels .website-link {
  display: inline-flex;
  align-items: center;
}
.social-media-channels .website-link svg {
  height: 1.5em;
  width: auto;
}

.artist-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: var(--column-gap);
  grid-row-gap: 80px;
  color: var(--textfarbe);
  background-color: var(--hintergrundfarbe);
}
@media screen and (max-width: 1024px) {
  .artist-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-row-gap: 40px;
  }
}
@media screen and (max-width: 599px) {
  .artist-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: 24px;
  }
}
.artist-grid img {
  transition: transform 0.4s ease-in-out;
}
.artist-grid figure {
  overflow: hidden;
}
.artist-grid a {
  transition: color 0.2s ease-in-out;
}
@media (pointer: fine) {
  .artist-grid a:hover {
    color: var(--textfarbeMouseover);
  }
  .artist-grid a:hover img {
    transform: scale(1.02);
  }
}

.padding-side {
  padding-left: var(--padding-side);
  padding-right: var(--padding-side);
}

#nav-background {
  height: var(--header-height);
  background-color: var(--headerBackgroundColor);
}

#page-header {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column-gap: var(--column-gap);
  align-items: end;
  position: relative;
}
#page-header .infos {
  grid-column-start: 1;
  grid-column-end: span 5;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #page-header .infos {
    grid-column-end: span 7;
  }
}
@media screen and (max-width: 599px) {
  #page-header .infos {
    grid-column-end: -1;
  }
}
#page-header .headertext a {
  text-decoration: underline;
}
#page-header .headertext p:not(:last-child) {
  margin-bottom: 1.3em;
}
#page-header .link {
  grid-column-start: -6;
  grid-column-end: -1;
}
@media screen and (max-width: 599px) {
  #page-header .link {
    grid-column-start: 1;
  }
}
#page-header.high-header {
  min-height: 31vw;
}
@media screen and (max-width: 1024px) {
  #page-header.high-header {
    min-height: 38vw;
  }
}
@media screen and (max-width: 599px) {
  #page-header.high-header {
    padding-top: 200px;
  }
}
@media screen and (min-width: 1920px) {
  #page-header.high-header {
    min-height: 600px;
  }
}

button {
  font: inherit;
  background: none;
  border-radius: 0;
  border: none;
  color: inherit;
  text-transform: inherit;
  cursor: pointer;
  margin: 0;
  padding: 0;
  max-width: 100%;
}
button[disabled] {
  cursor: not-allowed;
  opacity: 0.4;
}

#filter header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
#filter #show-hide-filter {
  display: flex;
  align-items: center;
  flex: 1;
}
#filter #show-hide-filter .svg-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 16px;
  height: 0.7em;
  width: 0.7em;
}
#filter #show-hide-filter svg {
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out;
}
#filter #clear-filter {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease-in-out;
}
#filter ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#filter .filters {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
#filter.open .filters {
  max-height: 100vh;
}
#filter.open #show-hide-filter svg {
  transform: rotate(0deg);
}
#filter.open.has-active-filters #clear-filter {
  opacity: 1;
  pointer-events: auto;
}

.filter-button {
  border: 1.2px solid var(--filterButtonRahmenfarbe);
  color: var(filterButtonTextfarbe);
  background-color: var(--filterButtonHintergrundfarbe);
  padding: 8px 16px;
  transition: border-radius 0.1s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out;
  display: block;
}
.filter-button:hover {
  border-radius: 40px;
}
.filter-button[aria-pressed=true] {
  border-radius: 40px;
  border-color: var(--aktiverFilterButtonRahmenfarbe);
  color: var(--aktiverFilterButtonTextfarbe);
  background-color: var(--aktiverFilterButtonHintergrundfarbe);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.start #stage {
  color: var(--stagecolor);
  background-color: var(--stagebgcolor);
  position: relative;
  height: calc(100vh - var(--header-height));
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .start #stage {
    height: 80vh;
  }
}
.start #stage .subline,
.start #stage .headline-wrapper,
.start #stage .date-location {
  position: relative;
  z-index: 3;
}
.start #stage .headline-wrapper {
  letter-spacing: -0.02em;
}
.start #stage .headline-wrapper .ms {
  position: absolute;
  left: 0;
  transform: translate(0, 135%) rotate(-90deg);
}
.start #stage .headline-wrapper .dockville {
  position: absolute;
  left: var(--padding-side);
  transform: translateX(-1.5%);
}
.start #stage .block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  min-width: 25%;
  background-color: var(--secondarycolor);
  display: flex;
  align-items: flex-end;
}
.start #stage .block .social-media-channels {
  padding: 24px var(--padding-side);
}
@media screen and (max-width: 599px) {
  .start #stage .block {
    width: 25%;
  }
}
.start #stage #stage-shape {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: -10%;
  height: 180%;
  width: auto;
  transform: rotate(8.51deg);
}
@media screen and (max-width: 1024px) {
  .start #stage #stage-shape {
    left: 40%;
    height: 150%;
    bottom: -40%;
  }
}
@media screen and (max-width: 599px) {
  .start #stage #stage-shape {
    height: 80%;
    bottom: 10%;
  }
}
.start #stage .date-location {
  position: absolute;
  bottom: 5rem;
  right: var(--padding-side);
}
@media screen and (max-width: 599px) {
  .start #stage .date-location {
    position: relative;
    top: 11rem;
    bottom: auto;
    padding-left: var(--padding-side);
    right: auto;
  }
}
.start #stage .stage-media {
  position: absolute;
  z-index: 2;
  top: 10rem;
  bottom: 5rem;
  left: 0;
  width: 50%;
}
@media screen and (max-width: 599px) {
  .start #stage .stage-media {
    position: relative;
    top: 2.5rem;
    bottom: auto;
    width: 75%;
  }
  .start #stage .stage-media + .date-location {
    top: 3.5rem;
  }
}
.start #stage .stage-media img, .start #stage .stage-media video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.start #lineup header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  color: var(--lineupslidercolor);
  background-color: var(--lineupsliderbgcolor);
}
.start #lineup #ticker-wrapper {
  color: var(--tickercolor);
  background-color: var(--tickerbgcolor);
  overflow: hidden;
}
.start #lineup #ticker {
  display: flex;
  animation: marquee 30s linear infinite;
}
.start #lineup #ticker:hover, .start #lineup #ticker.pause {
  animation-play-state: paused;
}
.start #lineup #ticker li {
  display: flex;
  white-space: nowrap;
}
.start #lineup #ticker li:first-child {
  padding-left: 30px;
}
.start #lineup #ticker li:nth-child(even) {
  padding-right: 30px;
}
.start #lineup #ticker li:nth-child(odd) .shape .shape-wrapper svg {
  width: 70%;
  top: -90%;
  left: 5%;
  transform: matrix(0.97, 0.26, -0.26, 0.97, 0, 0);
}
@media screen and (max-width: 599px) {
  .start #lineup #ticker li.odd .shape a .inner {
    transform: translate(-40%, -50%);
  }
}
.start #lineup #ticker .artist {
  margin: 6px 10px 6px 0;
}
.start #lineup #ticker .shape {
  position: relative;
  width: 15em;
  overflow: hidden;
}
.start #lineup #ticker .shape .shape-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--tickershapefarbe);
}
.start #lineup #ticker .shape .shape-wrapper svg {
  position: absolute;
  width: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-60%, -70%) rotate(-90deg);
}
.start #lineup #ticker .shape a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: var(--tickerlinkfarbe);
}
.start #lineup #ticker .shape a .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%);
}
.start #lineup #lineup-slider {
  color: var(--lineupslidercolor);
  background-color: var(--lineupsliderbgcolor);
}
.start #lineup #lineup-slider .swiper-slide {
  width: 31vw;
}
@media screen and (min-width: 1920px) {
  .start #lineup #lineup-slider .swiper-slide {
    width: 600px;
  }
}
@media screen and (max-width: 1024px) {
  .start #lineup #lineup-slider .swiper-slide {
    width: 41.6vw;
  }
}
@media screen and (max-width: 599px) {
  .start #lineup #lineup-slider .swiper-slide {
    width: 66vw;
  }
}
.start #lineup #lineup-slider .swiper-slide .text-wrapper {
  padding-left: 16px;
  padding-right: 16px;
}
.start #lineup #lineup-slider a {
  transition: color 0.2s ease-in-out;
}
.start #lineup #lineup-slider a:hover {
  color: var(--lineupslidercolor-hover);
}
.start.no-overflow #lineup #ticker {
  animation-play-state: paused;
}
.start #featured-artists {
  color: var(--featuredcolor);
  background-color: var(--featuredbgcolor);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: var(--column-gap);
  grid-row-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .start #featured-artists {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-row-gap: 24px;
  }
  .start #featured-artists article {
    grid-column-start: 2;
    grid-column-end: -2;
  }
  .start #featured-artists article:nth-child(n+6) {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .start #featured-artists {
    grid-row-gap: 16px;
  }
  .start #featured-artists article {
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
.start #featured-artists a {
  display: flex;
  align-items: center;
  transition: color 0.2s ease-in-out;
}
.start #featured-artists a figure {
  flex: 0;
  flex-basis: 18%;
  min-width: 18%;
  margin-right: 32px;
}
@media screen and (max-width: 599px) {
  .start #featured-artists a figure {
    flex-basis: 30%;
    min-width: 30%;
    margin-right: 16px;
  }
}
.start #featured-artists a img {
  object-fit: contain;
}
.start #featured-artists a .text-wrapper {
  flex: 1;
}
.start #featured-artists a:hover {
  color: var(--featuredcolor-hover);
}
.start #full-lineup-link {
  color: var(--featuredcolor);
  background-color: var(--featuredbgcolor);
}
@media screen and (max-width: 1024px) {
  .start #full-lineup-link a {
    padding-left: calc(24px + 4.4vw);
  }
}
@media screen and (max-width: 599px) {
  .start #full-lineup-link a {
    padding-left: 0;
  }
}
.start #tickets .ticketcat-header {
  flex-wrap: wrap;
  gap: 24px;
}
@media screen and (max-width: 599px) {
  .start #tickets .ticketcat-header {
    gap: 8px;
  }
}
.start #tickets li {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column-gap: var(--column-gap);
  border-top: 1px solid currentColor;
}
.start #tickets li .infos {
  grid-column-start: 1;
  grid-column-end: span 7;
}
@media screen and (max-width: 1024px) {
  .start #tickets li .infos {
    grid-column-end: -1;
  }
}
.start #tickets li .preis-und-link {
  grid-column-start: 8;
  grid-column-end: -1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .start #tickets li .preis-und-link {
    padding-top: 32px;
    grid-column-start: 1;
    justify-content: space-between;
  }
}
.start #tickets li .preis {
  margin-right: var(--column-gap);
}
.start #tickets li .link {
  text-align: right;
  width: 10em;
}
.start #tickets li .link a, .start #tickets li .link button {
  border: 1.2px solid currentColor;
  border-radius: 1.5em;
  padding: 0.88em 2.2em;
  line-height: 1;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.start #tickets li .link a:hover {
  background-color: black;
  color: white;
}
.start #tickets li:last-child {
  border-bottom: 1px solid currentColor;
}
.start #tickets .countdown {
  color: var(--ticketsstoererfarbe);
  background-color: var(--ticketsstoererbgfarbe);
  border-radius: 24px;
  padding: 0.75em 1em 0.625em;
}
.start #news {
  position: relative;
  overflow: hidden;
  color: var(--news-color);
  background-color: var(--news-background);
}
.start #news #news-slider {
  position: relative;
  z-index: 2;
  --swiper-pagination-color: currentColor;
  --swiper-pagination-bullet-size: 12px;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
.start #news #news-slider .swiper-wrapper {
  align-items: center;
}
.start #news #news-slider .swiper-pagination {
  bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .start #news #news-slider .swiper-pagination {
    bottom: 24px;
  }
}
.start #news #news-slider .swiper-pagination .swiper-pagination-bullet {
  border: 2px solid currentColor;
  transition: background-color 0.2s ease-in-out;
}
.start #news .swiper-slide {
  pointer-events: none;
}
.start #news .swiper-slide figcaption {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.start #news .swiper-slide.swiper-slide-active {
  pointer-events: auto;
}
.start #news .swiper-slide.swiper-slide-active figcaption {
  opacity: 1;
  transition-delay: 0.8s;
}
.start #news .swiper-slide article {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column-gap: var(--column-gap);
  align-items: center;
}
@media screen and (max-width: 599px) {
  .start #news .swiper-slide article {
    display: block;
  }
}
.start #news .swiper-slide article header, .start #news .swiper-slide article .news-text {
  position: relative;
  z-index: 2;
  transition: opacity 0.5s ease-out, transform 1s ease-out;
  opacity: 0;
  transform: translateX(20%);
}
.start #news .swiper-slide article header {
  grid-column-start: 2;
  grid-column-end: span 6;
  grid-row-start: 1;
}
@media screen and (max-width: 1024px) {
  .start #news .swiper-slide article header {
    grid-column-start: 1;
    grid-column-end: span 7;
  }
}
.start #news .swiper-slide article header h2 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.start #news .swiper-slide article header h2 .spotify-icon {
  width: 1em;
  height: 1em;
}
.start #news .swiper-slide article header h2 .spotify-icon svg {
  width: 100%;
  height: 100%;
}
.start #news .swiper-slide article .news-text {
  grid-column-start: 2;
  grid-column-end: span 5;
  grid-row-start: 2;
}
@media screen and (max-width: 1024px) {
  .start #news .swiper-slide article .news-text {
    grid-column-start: 1;
    grid-column-end: span 7;
  }
}
.start #news .swiper-slide article .news-text p:not(:last-child) {
  margin-bottom: 1.2em;
}
.start #news .swiper-slide article .news-bild {
  grid-column-start: 8;
  grid-column-end: span 4;
  grid-row-start: 1;
  grid-row-end: span 3;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .start #news .swiper-slide article .news-bild {
    grid-column-end: span 7;
  }
}
@media screen and (max-width: 599px) {
  .start #news .swiper-slide article .news-bild {
    width: 100%;
  }
}
.start #news .swiper-slide article .news-bild img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.start #news .swiper-slide article .news-bild figcaption {
  position: absolute;
  bottom: 0.8em;
  right: 1em;
  left: 1em;
}
.start #news .swiper-slide article .news-bild.background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.start #news .swiper-slide article .news-bild.background img {
  opacity: 0;
  transition: opacity 0.5s ease-out;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.start #news .swiper-slide article .news-bild.square {
  aspect-ratio: 1/1;
}
.start #news .swiper-slide article .news-bild.square img {
  object-fit: cover;
  object-position: left center;
  max-width: 0;
  transition: max-width 0.5s ease-out;
}
.start #news .swiper-slide.swiper-slide-active header, .start #news .swiper-slide.swiper-slide-active .news-text {
  opacity: 1;
  transform: translateX(0%);
}
.start #news .swiper-slide.swiper-slide-active .news-bild.square img {
  max-width: 100%;
}
.start #news .swiper-slide.swiper-slide-active .news-bild.background img {
  opacity: 1;
}
.start #news .swiper-slide.slide-out header, .start #news .swiper-slide.slide-out .news-text {
  opacity: 0;
  transform: translateX(-20%);
}
.start #news .swiper-slide.slide-out .news-bild.square img {
  max-width: 0;
}
.start #news .swiper-slide.slide-in header, .start #news .swiper-slide.slide-in .news-text {
  opacity: 1;
  transform: translateX(0%);
  transition-delay: 0.6s;
}
.start #news .swiper-slide.slide-in .news-bild.square img {
  max-width: 100%;
  transition-delay: 0.6s;
}
.start #news .news-shape-wrapper {
  position: absolute;
  width: 50%;
}
.start #news #news-shape1-wrapper {
  left: 0;
  top: 0;
  bottom: 0;
  transform: translate(-40%, 10%);
}
@media screen and (max-width: 1024px) {
  .start #news #news-shape1-wrapper {
    transform: translate(-65%, 10%);
  }
}
@media screen and (max-width: 599px) {
  .start #news #news-shape1-wrapper {
    transform: translate(-40%, 10%);
  }
}
.start #news #news-shape2-wrapper {
  right: 0;
  top: 0;
  bottom: 0;
  transform: translate(45%, -30%);
}
@media screen and (max-width: 1024px) {
  .start #news #news-shape2-wrapper {
    transform: translate(-5%, -30%);
  }
}
.start #news .news-shape {
  position: absolute;
  height: 100%;
  width: auto;
}
.start #news .news-shape path {
  fill: var(--news-shapecolor);
}
.start #news #news-shape1 {
  transform: rotate(-138.16deg);
}
@media screen and (max-width: 1024px) {
  .start #news #news-shape1 {
    width: 120%;
  }
}
@media screen and (max-width: 599px) {
  .start #news #news-shape1 {
    height: 60%;
    bottom: 0;
  }
}
.start #news #news-shape2 {
  transform: rotate(-47.41deg);
}
@media screen and (max-width: 1024px) {
  .start #news #news-shape2 {
    height: 110%;
  }
}
@media screen and (max-width: 599px) {
  .start #news #news-shape2 {
    height: 100%;
  }
}
.start #explore {
  position: relative;
  overflow: hidden;
}
.start #explore #explore-shape-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vw;
  transform: translate(-80%, -74%);
}
@media screen and (max-width: 1024px) {
  .start #explore #explore-shape-wrapper {
    transform: translate(-30%, -50%);
  }
}
@media screen and (max-width: 599px) {
  .start #explore #explore-shape-wrapper {
    transform: translate(-65%, -61%);
  }
}
.start #explore #explore-shape-wrapper #explore-shape {
  position: absolute;
  width: 200%;
  transform: translate(-50%, -50%) rotate(-120deg);
  top: 50%;
  left: 50%;
  transform-origin: center;
}
@media screen and (max-width: 1024px) {
  .start #explore #explore-shape-wrapper #explore-shape {
    width: 150%;
  }
}
@media screen and (max-width: 599px) {
  .start #explore #explore-shape-wrapper #explore-shape {
    width: 250%;
  }
}
.start #explore header, .start #explore #featured-explore {
  position: relative;
  z-index: 2;
}
.start #explore header {
  color: var(--headercolor);
}
.start #explore header p {
  max-width: 50%;
}
@media screen and (max-width: 1024px) {
  .start #explore header p {
    max-width: 83%;
  }
}
@media screen and (max-width: 599px) {
  .start #explore header p {
    max-width: 100%;
  }
}
.start #explore footer {
  position: relative;
}
.start #timetable {
  position: relative;
  overflow: hidden;
}
.start #timetable #timetable-daypicker,
.start #timetable #timetable-container {
  position: relative;
  z-index: 2;
}
.start #timetable #timetable-daypicker {
  display: flex;
  gap: 0.75rem 1rem;
}
.start #timetable #timetable-container {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  padding-bottom: 5px;
}
.start #timetable .day {
  display: flex;
}
.start #timetable .day.hidden {
  display: none;
}
.start #timetable .day article {
  padding: 0 20px;
  border-left: 1px solid currentColor;
}
.start #timetable .day article:last-child {
  border-right: 1px solid currentColor;
}
.start #timetable .day article h3 {
  width: max-content;
}
.start #timetable .time {
  white-space: nowrap;
}
.start #timetable #timetable-shape-wrapper {
  position: absolute;
  width: 46%;
  right: 0;
  top: 16px;
  bottom: 0;
  transform: translate(5%, 0%);
}
@media screen and (max-width: 1024px) {
  .start #timetable #timetable-shape-wrapper {
    top: 32px;
  }
}
.start #timetable #timetable-shape-wrapper svg {
  position: absolute;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .start #timetable #timetable-shape-wrapper svg {
    width: 200%;
  }
}
.start #timetable #timetable-shape-wrapper svg path {
  fill: var(--shapecolor);
}

#gallery .swiper-slide, .gallery .swiper-slide {
  height: 70vh;
  width: auto;
}
@media screen and (orientation: portrait) {
  #gallery .swiper-slide, .gallery .swiper-slide {
    height: 55vw;
  }
}
#gallery .swiper-slide img, .gallery .swiper-slide img {
  height: 100%;
  width: auto;
}
#gallery main, .gallery main {
  margin-top: 40px;
  display: flex;
  align-items: baseline;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #gallery main, .gallery main {
    display: block;
  }
}
#gallery main .year, .gallery main .year {
  flex: 0 0 auto;
  padding-right: 64px;
}
.start #gallery main, .start .gallery main {
  margin-top: -0.4em;
}
.start #gallery .gallery-text, .start .gallery .gallery-text {
  flex: 1 1 auto;
  position: relative;
}
.start #gallery .gallery-text .inner, .start .gallery .gallery-text .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .start #gallery .gallery-text .inner, .start .gallery .gallery-text .inner {
    position: static;
  }
}

.custom-scrollbar {
  scrollbar-color: transparent transparent;
  scrollbar-width: thin;
  transition: scrollbar-color 0.2s ease-in-out;
}
.custom-scrollbar::-webkit-scrollbar {
  height: 7px;
}
.custom-scrollbar::-webkit-scrollbar-track {
  background-color: transparent;
  transition: background-color 0.2s ease-in-out;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 7px;
}
.custom-scrollbar:hover {
  scrollbar-color: black transparent;
}
.custom-scrollbar:hover::-webkit-scrollbar-thumb {
  background-color: black;
}

#partnerinnen {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr) 1px minmax(0, 1fr);
  grid-column-gap: 75px;
}
#partnerinnen img {
  max-width: 104px;
}
@media screen and (max-width: 1024px) {
  #partnerinnen {
    display: block;
  }
  #partnerinnen section {
    width: 50%;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  #partnerinnen section {
    width: 80%;
  }
}
#partnerinnen .grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}
#partnerinnen .grid .center-last {
  grid-column-end: span 3;
  justify-self: center;
}
#partnerinnen .line {
  width: 1px;
  height: 100%;
  background: black;
}

#header-image {
  position: absolute;
  top: 0;
  height: 100%;
  right: 5%;
  width: 45%;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  #header-image {
    right: 0;
    height: 300px;
    width: 80%;
  }
}
#header-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
#header-image .shape-wrapper {
  position: absolute;
  top: 25%;
  left: 65%;
  height: 350%;
  width: 350%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
@media screen and (max-width: 599px) {
  #header-image .shape-wrapper {
    left: 84%;
    height: 400%;
    width: 450%;
    transform: translate(-50.5%, -61%);
  }
}
#header-image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  transform: translate(-50%, -50%) rotate(-45deg);
  transform-origin: center center;
}

.line-up .infos, .line-up .link {
  position: relative;
  z-index: 2;
}
.line-up #app-info {
  grid-column-start: 1;
  grid-column-end: -1;
  background-color: red;
  color: white;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column-gap: var(--column-gap);
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .line-up #app-info {
    align-items: start;
  }
}
@media screen and (max-width: 599px) {
  .line-up #app-info {
    grid-row-gap: 32px;
  }
}
.line-up #app-info .app-icon, .line-up #app-info .text-wrapper {
  position: relative;
  z-index: 2;
}
.line-up #app-info .app-icon {
  grid-column-start: 2;
  grid-column-end: span 2;
}
@media screen and (max-width: 1024px) {
  .line-up #app-info .app-icon {
    grid-column-start: 1;
    grid-column-end: span 3;
    padding-left: 24px;
  }
}
@media screen and (max-width: 599px) {
  .line-up #app-info .app-icon {
    grid-column-end: span 5;
  }
}
.line-up #app-info .app-icon img {
  width: 120%;
  max-width: 120%;
}
@media screen and (max-width: 1024px) {
  .line-up #app-info .app-icon img {
    width: 90%;
  }
}
.line-up #app-info .text-wrapper {
  grid-column-start: 5;
  grid-column-end: -2;
}
@media screen and (max-width: 1024px) {
  .line-up #app-info .text-wrapper {
    grid-column-start: 4;
    grid-column-end: -1;
    padding-right: 24px;
  }
}
@media screen and (max-width: 599px) {
  .line-up #app-info .text-wrapper {
    grid-row-start: 2;
    grid-column-start: 2;
  }
}
.line-up #app-info .store-icons {
  display: flex;
  align-items: center;
  gap: 32px;
}
.line-up #app-info .store-icons img {
  width: auto;
  height: 38px;
}
.line-up #app-info #app-info-shape {
  position: absolute;
  top: 50%;
  height: 200%;
  left: 20%;
  transform: translateY(-56%);
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .line-up #app-info #app-info-shape {
    top: 40%;
    left: 15%;
  }
}
@media screen and (max-width: 599px) {
  .line-up #app-info #app-info-shape {
    height: 100%;
    top: 20%;
    left: 35%;
  }
}

.filter-wrapper article.hide {
  display: none;
}
.filter-wrapper .empty-info {
  grid-column-start: 1;
  grid-column-end: -1;
  display: none;
}
.filter-wrapper.empty .empty-info {
  display: block;
}

.info .cat-infos,
.info .description,
.accordion .cat-infos,
.accordion .description,
.press-text .cat-infos,
.press-text .description {
  max-width: 60ch;
}
.info .cat-infos p:not(:last-child), .info .cat-infos ul:not(:last-child), .info .cat-infos ol:not(:last-child),
.info .description p:not(:last-child),
.info .description ul:not(:last-child),
.info .description ol:not(:last-child),
.accordion .cat-infos p:not(:last-child),
.accordion .cat-infos ul:not(:last-child),
.accordion .cat-infos ol:not(:last-child),
.accordion .description p:not(:last-child),
.accordion .description ul:not(:last-child),
.accordion .description ol:not(:last-child),
.press-text .cat-infos p:not(:last-child),
.press-text .cat-infos ul:not(:last-child),
.press-text .cat-infos ol:not(:last-child),
.press-text .description p:not(:last-child),
.press-text .description ul:not(:last-child),
.press-text .description ol:not(:last-child) {
  margin-bottom: 1.2em;
}

.info-items li {
  border-top: 1px solid black;
  padding-top: 24px;
  padding-bottom: 24px;
}
.info-items li:last-child {
  border-bottom: 1px solid black;
}
@media screen and (max-width: 599px) {
  .info-items li {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.accordion button {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: baseline;
  text-align: left;
  gap: 10px;
}
.accordion button svg {
  min-width: 20px;
  transition: transform 0.3s ease-in-out;
}
.accordion .description {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
.accordion.open button svg {
  transform: rotate(45deg);
}
.accordion.open .description {
  max-height: 200vh;
}

.with-bullets ul, .with-bullets ol {
  list-style: initial;
  padding-left: 1.3em;
}

.flex {
  display: flex;
}

.justify-between {
  justify-content: space-between;
}

.inline-flex {
  display: inline-flex;
}

.align-center {
  align-items: center;
}

.link-with-arrow,
.link-with-playlistarrow,
#main-header a.link-with-arrow {
  display: inline-flex;
  align-items: center;
}
.link-with-arrow .link-arrow,
.link-with-arrow .playlist-arrow,
.link-with-playlistarrow .link-arrow,
.link-with-playlistarrow .playlist-arrow,
#main-header a.link-with-arrow .link-arrow,
#main-header a.link-with-arrow .playlist-arrow {
  position: relative;
  margin-left: 0.5em;
  overflow: hidden;
  height: 0.7em;
  width: 1.75em;
}
.link-with-arrow .link-arrow svg,
.link-with-arrow .playlist-arrow svg,
.link-with-playlistarrow .link-arrow svg,
.link-with-playlistarrow .playlist-arrow svg,
#main-header a.link-with-arrow .link-arrow svg,
#main-header a.link-with-arrow .playlist-arrow svg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
.link-with-arrow .link-arrow .shifted,
.link-with-arrow .playlist-arrow .shifted,
.link-with-playlistarrow .link-arrow .shifted,
.link-with-playlistarrow .playlist-arrow .shifted,
#main-header a.link-with-arrow .link-arrow .shifted,
#main-header a.link-with-arrow .playlist-arrow .shifted {
  transform: translate(-100%, -50%);
}
.link-with-arrow .link-arrow .shifted2,
.link-with-arrow .playlist-arrow .shifted2,
.link-with-playlistarrow .link-arrow .shifted2,
.link-with-playlistarrow .playlist-arrow .shifted2,
#main-header a.link-with-arrow .link-arrow .shifted2,
#main-header a.link-with-arrow .playlist-arrow .shifted2 {
  transform: translate(-200%, -50%);
}

@media screen and (pointer: fine) {
  .link-with-arrow:hover svg,
  #main-header a.link-with-arrow:hover svg {
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-name: link-arrow;
  }
  .link-with-arrow:hover .shifted,
  #main-header a.link-with-arrow:hover .shifted {
    animation-name: link-arrow-shifted;
  }
  .link-with-arrow:hover .shifted2,
  #main-header a.link-with-arrow:hover .shifted2 {
    animation-name: link-arrow-shifted2;
  }
}

.link-with-playlistarrow .playlist-arrow {
  width: 0.82em;
}
.link-with-playlistarrow svg {
  transition: transform 0.4s ease-in-out;
  transform: translate(0%, -50%);
}
.link-with-playlistarrow .shifted {
  transform: translate(-100%, -50%);
}
@media screen and (pointer: fine) {
  .link-with-playlistarrow:hover svg {
    transform: translate(100%, -50%);
  }
  .link-with-playlistarrow:hover .shifted {
    transform: translate(0%, -50%);
  }
}

@keyframes link-arrow {
  0%, 100% {
    transform: translate(0%, -50%);
  }
  15%, 50% {
    transform: translate(100%, -50%);
  }
  65%, 99.99% {
    transform: translate(200%, -50%);
  }
}
@keyframes link-arrow-shifted {
  0%, 100% {
    transform: translate(-100%, -50%);
  }
  15%, 50% {
    transform: translate(0%, -50%);
  }
  65%, 99.99% {
    transform: translate(100%, -50%);
  }
}
@keyframes link-arrow-shifted2 {
  0%, 100% {
    transform: translate(-200%, -50%);
  }
  15%, 50% {
    transform: translate(-100%, -50%);
  }
  65%, 99.99% {
    transform: translate(0%, -50%);
  }
}
.timetable #page-header h2 {
  grid-column-start: 1;
  grid-column-end: -1;
}
.timetable #page-header ul {
  grid-column-start: 1;
  grid-column-end: 8;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}
@media screen and (max-width: 800px) {
  .timetable #page-header ul {
    grid-column-end: -1;
  }
}
.timetable #page-header .link {
  grid-column-start: 8;
  grid-column-end: -1;
}
@media screen and (max-width: 800px) {
  .timetable #page-header .link {
    margin-top: 32px;
    text-align: left;
    grid-column-start: 1;
  }
}
.timetable #timetable-wrapper {
  display: flex;
  position: relative;
  z-index: 2;
}
.timetable #timetable-wrapper #stages, .timetable #timetable-wrapper #acts {
  padding-top: 40px;
}
.timetable #timetable-wrapper #stages {
  flex: 0 0 auto;
  width: min-content;
  padding-right: 1em;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(auto-fill, 3.5rem);
  grid-row-gap: 8px;
}
.timetable #timetable-wrapper #stages div {
  display: flex;
  align-items: center;
}
.timetable #timetable-wrapper #acts-wrapper {
  flex: 1;
  margin-right: calc(var(--padding-side) * -1);
  padding-right: var(--padding-side);
  padding-left: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  cursor: grab;
  padding-bottom: 5px;
}
.timetable #timetable-wrapper #acts {
  display: grid;
  grid-row-gap: 8px;
}
.timetable #timetable-wrapper #acts button {
  color: var(--slotTextfarbe);
  background-color: var(--slotHintergrundfarbe);
  border-radius: 4px;
  padding: 4px;
  margin-right: 1px;
}
@media screen and (max-width: 599px) {
  .timetable #timetable-wrapper #acts button {
    height: 3.5rem;
  }
}
.timetable #timetable-wrapper #acts button .time {
  margin-bottom: 2px;
}
.timetable #timetable-wrapper #acts .hour {
  position: relative;
  z-index: -1;
  grid-row-start: 1;
  grid-row-end: -1;
  grid-column-end: span 12;
}
.timetable #timetable-wrapper #acts .hour .value {
  position: sticky;
  left: 5px;
  transform: translate(-50%, -40px);
  width: min-content;
  padding-right: 10px;
}
.timetable #timetable-wrapper #acts .hour .line {
  height: calc(100% + 10px);
  transform: translate(-1px, -30px);
  width: 1px;
  background-color: currentColor;
}

#artist-swiper,
#explore-swiper,
#timetable-swiper,
#press-swiper {
  position: fixed;
  top: 10vh;
  height: 90vh;
  left: 50%;
  width: 80vw;
  max-width: 1500px;
  z-index: 13;
  color: var(--artistoverlaycolor, #000);
  background-color: var(--artistoverlaybgcolor, #fff);
  pointer-events: none;
  transform: translate(-50%, 200%);
  transition: transform 0.45s cubic-bezier(0.56, 0, 0.47, 1);
}
@media screen and (max-width: 1024px) {
  #artist-swiper,
  #explore-swiper,
  #timetable-swiper,
  #press-swiper {
    width: 92vw;
    left: 4vw;
    transform: translate(0%, 200%);
  }
}
#artist-swiper.swiper-initialized,
#explore-swiper.swiper-initialized,
#timetable-swiper.swiper-initialized,
#press-swiper.swiper-initialized {
  pointer-events: auto;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 1024px) {
  #artist-swiper.swiper-initialized,
  #explore-swiper.swiper-initialized,
  #timetable-swiper.swiper-initialized,
  #press-swiper.swiper-initialized {
    transform: translate(0%, 0%);
  }
}
#artist-swiper .close-overlay,
#explore-swiper .close-overlay,
#timetable-swiper .close-overlay,
#press-swiper .close-overlay {
  position: absolute;
  z-index: 11;
  top: var(--padding-side);
  right: var(--padding-side);
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 1024px) {
  #artist-swiper .close-overlay,
  #explore-swiper .close-overlay,
  #timetable-swiper .close-overlay,
  #press-swiper .close-overlay {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 599px) {
  #artist-swiper .close-overlay,
  #explore-swiper .close-overlay,
  #timetable-swiper .close-overlay,
  #press-swiper .close-overlay {
    right: 16px;
    top: 16px;
    width: 24px;
    height: 24px;
  }
}
#artist-swiper .close-overlay svg,
#explore-swiper .close-overlay svg,
#timetable-swiper .close-overlay svg,
#press-swiper .close-overlay svg {
  height: 100%;
  width: 100%;
}
#artist-swiper .slide,
#explore-swiper .slide,
#timetable-swiper .slide,
#press-swiper .slide {
  padding-top: var(--padding-side);
  padding-left: 56px;
  padding-right: 56px;
  overflow: auto;
}
#artist-swiper .slide header,
#explore-swiper .slide header,
#timetable-swiper .slide header,
#press-swiper .slide header {
  padding-right: 55px;
}
@media screen and (max-width: 1024px) {
  #artist-swiper .slide,
  #explore-swiper .slide,
  #timetable-swiper .slide,
  #press-swiper .slide {
    padding-left: 32px;
    padding-right: 32px;
  }
  #artist-swiper .slide header,
  #explore-swiper .slide header,
  #timetable-swiper .slide header,
  #press-swiper .slide header {
    padding-right: 40px;
  }
}
@media screen and (max-width: 599px) {
  #artist-swiper .slide,
  #explore-swiper .slide,
  #timetable-swiper .slide,
  #press-swiper .slide {
    padding-left: 16px;
    padding-right: 16px;
  }
  #artist-swiper .slide header,
  #explore-swiper .slide header,
  #timetable-swiper .slide header,
  #press-swiper .slide header {
    padding-right: 25px;
  }
}
#artist-swiper .slide main,
#explore-swiper .slide main,
#timetable-swiper .slide main,
#press-swiper .slide main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-column-gap: 32px;
}
@media screen and (max-width: 1024px) {
  #artist-swiper .slide main,
  #explore-swiper .slide main,
  #timetable-swiper .slide main,
  #press-swiper .slide main {
    grid-template-columns: 2fr 3fr;
    grid-column-gap: 24px;
  }
}
@media screen and (max-width: 599px) {
  #artist-swiper .slide main,
  #explore-swiper .slide main,
  #timetable-swiper .slide main,
  #press-swiper .slide main {
    grid-template-columns: 1fr;
  }
}
#artist-swiper .to-destroy,
#explore-swiper .to-destroy,
#timetable-swiper .to-destroy,
#press-swiper .to-destroy {
  opacity: 0;
}
#artist-swiper .swiper-button-next,
#artist-swiper .swiper-button-prev,
#explore-swiper .swiper-button-next,
#explore-swiper .swiper-button-prev,
#timetable-swiper .swiper-button-next,
#timetable-swiper .swiper-button-prev,
#press-swiper .swiper-button-next,
#press-swiper .swiper-button-prev {
  top: 0;
  height: 100%;
  margin-top: 0;
  width: 20%;
}
#artist-swiper .swiper-button-next::after,
#artist-swiper .swiper-button-prev::after,
#explore-swiper .swiper-button-next::after,
#explore-swiper .swiper-button-prev::after,
#timetable-swiper .swiper-button-next::after,
#timetable-swiper .swiper-button-prev::after,
#press-swiper .swiper-button-next::after,
#press-swiper .swiper-button-prev::after {
  display: none;
}
#artist-swiper .swiper-button-next:focus,
#artist-swiper .swiper-button-prev:focus,
#explore-swiper .swiper-button-next:focus,
#explore-swiper .swiper-button-prev:focus,
#timetable-swiper .swiper-button-next:focus,
#timetable-swiper .swiper-button-prev:focus,
#press-swiper .swiper-button-next:focus,
#press-swiper .swiper-button-prev:focus {
  outline: none;
}
@media screen and (max-width: 599px) {
  #artist-swiper .swiper-button-next,
  #artist-swiper .swiper-button-prev,
  #explore-swiper .swiper-button-next,
  #explore-swiper .swiper-button-prev,
  #timetable-swiper .swiper-button-next,
  #timetable-swiper .swiper-button-prev,
  #press-swiper .swiper-button-next,
  #press-swiper .swiper-button-prev {
    display: none;
  }
}
#artist-swiper .swiper-button-next,
#explore-swiper .swiper-button-next,
#timetable-swiper .swiper-button-next,
#press-swiper .swiper-button-next {
  cursor: url("images/arrow-right.svg"), pointer;
  cursor: url("images/arrow-right.svg") 64 25, pointer;
}
#artist-swiper .swiper-button-prev,
#explore-swiper .swiper-button-prev,
#timetable-swiper .swiper-button-prev,
#press-swiper .swiper-button-prev {
  cursor: url("images/arrow-left.svg"), pointer;
  cursor: url("images/arrow-left.svg") 0 25, pointer;
}

#press-swiper .slide {
  padding-bottom: var(--padding-side);
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0.2;
  transition: opacity 0.3s ease-in-out;
}
#press-swiper .slide.swiper-slide-active {
  opacity: 1;
}
@media screen and (max-width: 599px) {
  #press-swiper .slide {
    padding-top: calc(var(--padding-side) * 2);
    padding-bottom: calc(var(--padding-side) * 2);
  }
}
#press-swiper .slide figure {
  flex: 1;
  position: relative;
}
@media screen and (max-width: 599px) {
  #press-swiper .slide figure {
    flex: initial;
  }
}
#press-swiper .slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 599px) {
  #press-swiper .slide img {
    position: initial;
  }
}

#swiper-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease-in-out;
  z-index: 12;
}
#swiper-background.show {
  opacity: 1;
  pointer-events: auto;
}

.border-button, #ccc .ccc-banner__button {
  border: 1px solid currentColor;
  border-radius: 24px;
  padding: 0.75em 1em 0.75em;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
  cursor: pointer;
}
@media (pointer: fine) {
  #news .border-button:hover, #news #ccc .ccc-banner__button:hover, #ccc #news .ccc-banner__button:hover {
    color: var(--news-background);
    background-color: var(--news-color);
    border-color: var(--news-color);
  }
}

.line-up-history #page-header .infos {
  grid-column-end: -1;
}
.line-up-history #page-header .years {
  grid-column-start: 1;
  grid-column-end: -1;
  display: flex;
  justify-content: space-between;
}
.line-up-history #page-header .years ul {
  margin-right: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
}
@media screen and (max-width: 599px) {
  .line-up-history #page-header .years {
    display: block;
  }
}

.artist-name-with-country {
  white-space: nowrap;
}
.artist-name-with-country .artist-name .inner {
  white-space: break-spaces;
}
.artist-name-with-country .country {
  margin-left: 1ch;
}

.swiper.auto-slides {
  /*
  .swiper-button-prev,
  .swiper-button-next{
    &::after{
      display: none;
    }

    color: currentColor;
    width: 64px;
    // height: 50px;
    opacity: 0;
    pointer-events: none;
    // transform: translateY(-200%);

    transition: opacity 0.2s ease-in-out;

    svg{
      width: 100%;
      height: 100%;
    }
  }


  @media screen and (pointer: fine){
    &:hover{
      .swiper-button-prev,
      .swiper-button-next{
        opacity: 1;
        pointer-events: auto;
      }
    }
  }


  .swiper-button-next{
    right: 40px;
  }

  .swiper-button-prev{
    left: 40px;
  }

  &#lineup-slider{
    .swiper-button-prev,
    .swiper-button-next{
      transform: translateY(-200%);
    }
  }
   */
}
.swiper.auto-slides .swiper-button-next,
.swiper.auto-slides .swiper-button-prev {
  top: 0;
  height: 100%;
  margin-top: 0;
  width: 15%;
}
.swiper.auto-slides .swiper-button-next::after,
.swiper.auto-slides .swiper-button-prev::after {
  display: none;
}
.swiper.auto-slides .swiper-button-next {
  right: 0;
  cursor: url("images/arrow-right.svg"), pointer;
  cursor: url("images/arrow-right.svg") 64 25, pointer;
}
.swiper.auto-slides .swiper-button-prev {
  left: 0;
  cursor: url("images/arrow-left.svg"), pointer;
  cursor: url("images/arrow-left.svg") 0 25, pointer;
}

.presse .links {
  grid-column-start: 1;
  grid-column-end: -1;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.presse h3 {
  -webkit-hyphens: auto;
  hyphens: auto;
}
.presse section {
  scroll-margin-top: var(--header-height);
}
.presse .block-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media screen and (max-width: 599px) {
  .presse .block-header {
    display: block;
  }
}
.presse .press-text a {
  text-decoration: underline;
}
.presse .pressemitteilungen li {
  border-top: 1px solid currentColor;
}
.presse .pressemitteilungen li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.presse .pressemitteilungen li a .arrow-wrapper {
  display: inline-flex;
}
.presse .pressemitteilungen li a:hover {
  color: var(--textfarbeMouseover);
}
.presse .pressemitteilungen li:last-child {
  border-bottom: 1px solid currentColor;
}
.presse .newsletter-block {
  color: var(--newsletter-textfarbe);
  background-color: var(--newsletter-hintergrundfarbe);
  position: relative;
  overflow: hidden;
}
.presse .newsletter-block .newsletter-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column-gap: var(--column-gap);
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .presse .newsletter-block .newsletter-grid {
    grid-row-gap: 50px;
  }
}
.presse .newsletter-block .newsletter-grid .infos {
  grid-column-start: 1;
  grid-column-end: span 4;
}
@media screen and (max-width: 1024px) {
  .presse .newsletter-block .newsletter-grid .infos {
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
.presse .newsletter-block .newsletter-grid .form {
  grid-column-start: 6;
  grid-column-end: span 6;
}
@media screen and (max-width: 1024px) {
  .presse .newsletter-block .newsletter-grid .form {
    grid-column-start: 1;
    grid-column-end: -1;
  }
}
.presse .newsletter-block svg path {
  fill: var(--newsletter-shapefarbe);
}
.presse .newsletter-block ul.errors {
  color: var(--newsletter-fokusfarbe);
  margin-bottom: 1em;
  order: -1;
  margin-top: -1.5em;
}
.presse .newsletter-block .with-errors input {
  color: var(--newsletter-fokusfarbe) !important;
}
.presse .newsletter-block input:not([type=checkbox]) {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid var(--newsletter-textfarbe);
  font: inherit;
  color: inherit;
  transition: border 0.2s ease-in-out;
  margin-bottom: 40px;
}
.presse .newsletter-block input:not([type=checkbox]):focus {
  outline: 0;
  border-bottom-width: 2px;
}
.presse .newsletter-block .submit {
  margin-top: 40px;
}
.presse .newsletter-block button {
  border: 1.2px solid currentColor;
  font-family: "Prophet", sans-serif;
  text-transform: uppercase;
  font-size: 1rem;
  color: currentColor;
  background-color: transparent;
  padding: 16px 40px;
  transition: border-radius 0.1s ease-in-out, color 0.2s ease-in-out, background-color 0.2s ease-in-out, border 0.2s ease-in-out;
  border-radius: 40px;
}
.presse .newsletter-block label {
  display: block;
  color: var(--newsletter-textfarbe);
}
.presse .newsletter-block label a {
  text-decoration: underline;
}
.presse .newsletter-block .field {
  display: flex;
  flex-flow: column-reverse;
}
.presse .newsletter-block .field.optin label {
  padding-left: 1.5em;
  text-indent: -1.4em;
  cursor: pointer;
}
.presse .newsletter-block .field.name ::placeholder, .presse .newsletter-block .field.email ::placeholder, .presse .newsletter-block .field.singleline ::placeholder {
  opacity: 0;
}
.presse .newsletter-block .field.name label, .presse .newsletter-block .field.email label, .presse .newsletter-block .field.singleline label {
  transform: translateY(100%);
  font-size: 1em;
  height: 18px;
  line-height: 1;
  pointer-events: none;
  transition: transform 0.2s ease-in-out, font-size 0.2s ease-in-out;
}
.presse .newsletter-block .field.name input:not(:placeholder-shown) + label,
.presse .newsletter-block .field.name input:focus + label, .presse .newsletter-block .field.email input:not(:placeholder-shown) + label,
.presse .newsletter-block .field.email input:focus + label, .presse .newsletter-block .field.singleline input:not(:placeholder-shown) + label,
.presse .newsletter-block .field.singleline input:focus + label {
  transform: translateY(0%);
  font-size: 0.6666em;
}
.presse .newsletter-shape-wrapper {
  position: absolute;
  width: 50%;
}
@media screen and (max-width: 599px) {
  .presse .newsletter-shape-wrapper {
    width: 100%;
  }
}
.presse .newsletter-shape-wrapper svg {
  position: absolute;
  height: 120%;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .presse .newsletter-shape-wrapper svg {
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  .presse .newsletter-shape-wrapper svg {
    height: 140%;
  }
}
.presse .newsletter-shape-wrapper svg path {
  fill: var(--newsletter-shapefarbe);
}
.presse #newsletter-shape1-wrapper {
  left: 0;
  top: 0;
  bottom: 0;
  transform: translate(-40%, 10%);
}
@media screen and (max-width: 1024px) {
  .presse #newsletter-shape1-wrapper {
    transform: translate(-40%, 20%);
  }
}
.presse #newsletter-shape1-wrapper svg {
  transform: rotate(-138.16deg);
}
.presse #newsletter-shape2-wrapper {
  right: 0;
  top: 0;
  bottom: 0;
  transform: translate(45%, -30%);
}
@media screen and (max-width: 1024px) {
  .presse #newsletter-shape2-wrapper {
    transform: translate(20%, -50%);
  }
}
@media screen and (max-width: 599px) {
  .presse #newsletter-shape2-wrapper {
    transform: translate(70%, -40%);
  }
}
.presse #newsletter-shape2-wrapper svg {
  transform: rotate(-47.41deg);
}

input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid currentColor;
  margin: 0 0.4em 0 0;
  color: currentColor;
  display: inline-grid;
  place-content: center;
  width: 1.2em;
  height: 1.2em;
  position: relative;
}
input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  left: 2px;
  bottom: 2px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em 1em 1em currentColor;
}
input[type=checkbox]:checked::before, input[type=checkbox][aria-checked=true]::before {
  transform: scale(1);
}

.fotos-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-column-gap: 24px;
  grid-row-gap: 40px;
}
@media screen and (max-width: 1024px) {
  .fotos-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 599px) {
  .fotos-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: 24px;
  }
}
.fotos-grid figure {
  overflow: hidden;
}
.fotos-grid img {
  transition: transform 0.4s ease-in-out;
}
.fotos-grid button {
  transition: color 0.2s ease-in-out;
}
@media (pointer: fine) {
  .fotos-grid button:hover {
    color: var(--textfarbeMouseover);
  }
  .fotos-grid button:hover img {
    transform: scale(1.02);
  }
}

.download-arrow-link {
  display: inline-flex;
  align-items: center;
  color: var(--textfarbeMouseover);
  transition: color 0.2s ease-in-out;
}
.download-arrow-link .link-arrow {
  position: relative;
  margin-left: 0.5em;
  overflow: hidden;
  height: 1em;
  width: 1em;
}
.download-arrow-link .link-arrow svg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.download-arrow-link .link-arrow .shifted {
  transform: translate(-50%, -150%);
}
.download-arrow-link .link-arrow .shifted2 {
  transform: translate(-50%, -250%);
}
@media screen and (pointer: fine) {
  .download-arrow-link:hover svg {
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-name: download-arrow;
  }
  .download-arrow-link:hover .shifted {
    animation-name: download-arrow-shifted;
  }
  .download-arrow-link:hover .shifted2 {
    animation-name: download-arrow-shifted2;
  }
}

@keyframes download-arrow {
  0%, 100% {
    transform: translate(-50%, -50%);
  }
  15%, 50% {
    transform: translate(-50%, 50%);
  }
  65%, 99.99% {
    transform: translate(-50%, 150%);
  }
}
@keyframes download-arrow-shifted {
  0%, 100% {
    transform: translate(-50%, -150%);
  }
  15%, 50% {
    transform: translate(-50%, -50%);
  }
  65%, 99.99% {
    transform: translate(-50%, 50%);
  }
}
@keyframes download-arrow-shifted2 {
  0%, 100% {
    transform: translate(-50%, -250%);
  }
  15%, 50% {
    transform: translate(-50%, -150%);
  }
  65%, 99.99% {
    transform: translate(-50%, -50%);
  }
}
.subseite .teaserMitBild .grid, .subseite .teaser .grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column-gap: var(--column-gap);
}
@media screen and (max-width: 1024px) {
  .subseite .teaserMitBild .grid, .subseite .teaser .grid {
    display: block;
  }
}
.subseite .teaserMitBild header,
.subseite .teaserMitBild .text-block, .subseite .teaser header,
.subseite .teaser .text-block {
  grid-column-start: 1;
  grid-column-end: span 6;
}
.subseite .teaserMitBild header.no-subline,
.subseite .teaserMitBild .text-block.no-subline, .subseite .teaser header.no-subline,
.subseite .teaser .text-block.no-subline {
  grid-column-end: span 7;
}
.subseite .teaserMitBild header p:not(:last-child),
.subseite .teaserMitBild .text-block p:not(:last-child), .subseite .teaser header p:not(:last-child),
.subseite .teaser .text-block p:not(:last-child) {
  margin-bottom: 1.2em;
}
.subseite .teaserMitBild header.zweispaltig, .subseite .teaser header.zweispaltig {
  grid-column-end: span 5;
}
.subseite .teaserMitBild .text-block.zweispaltig, .subseite .teaser .text-block.zweispaltig {
  grid-column-end: span 10;
}
.subseite .teaserMitBild .text-block.zweispaltig .text, .subseite .teaser .text-block.zweispaltig .text {
  column-count: 2;
  column-gap: var(--column-gap);
}
@media screen and (max-width: 1024px) {
  .subseite .teaserMitBild .text-block.zweispaltig .text, .subseite .teaser .text-block.zweispaltig .text {
    column-count: 1;
  }
}
.subseite .teaserMitBild figure, .subseite .teaser figure {
  grid-row-start: 1;
  grid-row-end: span 3;
  grid-column-start: 8;
  position: relative;
}
.subseite .teaserMitBild figure.landscape, .subseite .teaser figure.landscape {
  grid-column-end: span 5;
}
.subseite .teaserMitBild figure.portrait, .subseite .teaser figure.portrait {
  grid-column-end: span 4;
}
.subseite .teaserMitBild figure figcaption, .subseite .teaser figure figcaption {
  position: absolute;
  bottom: 0.8em;
  right: 1em;
  left: 1em;
}
.subseite .teaserMitBild figure.grosses-bild, .subseite .teaser figure.grosses-bild {
  grid-row-start: 3;
  grid-column-start: 1;
  grid-column-end: -1 !important;
}
.subseite .acts .cta {
  grid-column-start: 1;
  grid-column-end: -1;
}

#ccc .ccc-banner {
  color: var(--cookiebannerTextColor);
  background-color: var(--cookiebannerBackgroundColor) !important;
  padding: 24px;
  margin: 24px;
  left: auto;
  width: 325px;
}
@media screen and (max-width: 500px) {
  #ccc .ccc-banner {
    width: calc(100% - 48px);
  }
}
#ccc .ccc-banner__title {
  font-size: 24px;
  font-family: "Prophet", sans-serif;
  text-transform: uppercase;
  margin-bottom: 8px;
  line-height: 1.25;
}
#ccc .ccc-banner__description {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 0;
}
#ccc .ccc-banner__description a {
  text-decoration: underline;
}
#ccc .ccc-banner__label-container {
  gap: 1rem;
}
#ccc .ccc-banner .ccc-form__label {
  width: auto;
  margin: 0;
}
#ccc .ccc-form, #ccc .ccc-banner__buttons {
  margin-top: 30px;
}
#ccc .ccc-banner__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#ccc .ccc-banner__button--secondary {
  margin: 0;
}
#ccc .ccc-form__label-text-container {
  font-size: 14px;
  font-family: "Prophet", sans-serif;
  text-transform: uppercase;
}
#ccc .ccc-banner__button {
  font-size: 16px;
  font-family: "Prophet", sans-serif;
  text-transform: uppercase;
  padding-left: 2.5em;
  padding-right: 2.5em;
  margin-top: 0;
  color: var(--cookiebannerTextColor) !important;
  background-color: var(--cookiebannerBackgroundColor) !important;
}
#ccc .ccc-banner__button:hover {
  background-color: var(--cookiebannerTextColor) !important;
  color: var(--cookiebannerBackgroundColor) !important;
}

/*# sourceMappingURL=dockville.css.map */
