@font-face {
  font-family: Ba Title;
  src: url('../fonts/02/BA-Title-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Jjannon;
  src: url('../fonts/02/JJannon-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
  --whire-smoke: whitesmoke;
  --transparent: #0000;
  --grey: #a7a7a7;
  --text: #0e0e0e;
  --schauspiel-abo: #314990;
  --familie: #72a9d9;
  --theaterfunken: #a6c95b;
  --festival: #de609c;
  --unterwegs: #ee0eab;
  --off-white: #f5f5f5;
  --border-radios: 1.3rem;
  --nav-underline-color: var(--black);
  --button-bg: #3636364d;
  --overlay-background: #00000080;
  --background-blur: 15px;
  --navigation-background: #0000;
  --border-radius-small: .5rem;
  --form-field-hover: #5e5e5e;
  --highlight: #137dff;
  --logo-width: 210px;
  --logo-margin: -28px;
  --gold: #e3c54d;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--black);
  font-family: franklin-gothic-urw, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  letter-spacing: -.03em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Ba Title, Impact, sans-serif;
  font-size: 12vw;
  font-weight: 400;
  line-height: 86%;
}

h2 {
  letter-spacing: -.005rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: franklin-gothic-urw, sans-serif;
  font-size: clamp(1rem, .8244rem + .5854vw, 1.3rem);
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}

p {
  letter-spacing: .005rem;
  word-spacing: .04em;
  margin-bottom: 0;
  font-family: Jjannon, Times New Roman, sans-serif;
  font-size: clamp(1.125rem, .9699rem + .7755vw, 1.6rem);
  font-weight: 400;
  line-height: 130%;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 20px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

strong {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 500;
}

.page {
  position: relative;
  overflow: hidden;
}

.content-width {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  max-width: 800px;
  display: flex;
}

.content-width.header {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: none;
  height: 100%;
  display: flex;
}

.content-width.nav {
  z-index: 5;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
}

.content-width.programm {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  height: 100%;
  display: flex;
}

.content-width.wide {
  max-width: none;
}

.content-width.footer-column {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
}

.content-width.disclaimer-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
}

.section {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  font-size: clamp(1rem, .8244rem + .5854vw, 1.3rem);
  display: flex;
}

.section.image {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  margin-bottom: 6rem;
  padding: 0 0;
}

.section.hero {
  aspect-ratio: 8 / 5;
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 900px;
  max-height: 1200px;
  padding: 0;
}

.section.teaser {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  border-top: 1px solid #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -1px;
  transition: all .2s;
}

.section.teaser:hover {
  background-color: var(--whire-smoke);
}

.section.slider-header {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  transition: all .2s;
}

.section.programm {
  padding-top: 0;
}

.section.spielclubs {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -1px;
}

.section.footer-copy {
  border-top: 1px solid #000;
  margin-top: 10rem;
  padding-top: 2rem;
}

.section.disclaimer {
  border-top: 1px solid #000;
  margin-top: -1px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.section.search-content {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 10rem;
  padding-right: 10rem;
}

.section.navigation {
  z-index: 6000;
  background-color: #fff;
  height: 3.9rem;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
}

.left-wrapper {
  flex: 1;
}

.page-title-wrapper {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
}

.page-title-wrapper.title-wrapper {
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.page-title-wrapper.title-wrapper.programm {
  padding-bottom: 0;
}

.fliesstext {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.cast {
  font-family: franklin-gothic-urw, sans-serif;
  font-size: clamp(1rem, .8244rem + .5854vw, 1.3rem);
  font-weight: 500;
  line-height: 120%;
}

.cast.small {
  font-size: 1rem;
  line-height: 125%;
}

.cast.small.extra {
  color: var(--grey);
}

.cast.footer {
  white-space: nowrap;
  line-height: 130%;
}

.cast.disclaimer {
  white-space: nowrap;
  font-size: .875rem;
  line-height: 100%;
}

.cast.small-nav {
  font-size: 1rem;
  line-height: 125%;
}

.body {
  color: var(--text);
  font-weight: 500;
}

.label {
  background-color: var(--black);
  color: var(--white);
  border-radius: 20px;
  padding: 6px 12px;
}

.label.schauspiel {
  background-color: #314990;
}

.label.small {
  cursor: auto;
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  margin-left: -1px;
  padding: 0 9px;
}

.label.small.schauspiel-abo {
  border-color: var(--schauspiel-abo);
  background-color: var(--schauspiel-abo);
}

.label.small.generic {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #b1b1b133;
  border-style: none;
  margin-top: 0;
  padding: 1px 10px;
}

.label.small.familie {
  border-color: var(--familie);
  background-color: var(--familie);
}

.label.small.alter {
  color: var(--text);
  background-color: #0000;
  border: 1px solid #000;
}

.label.small.theaterfunken {
  border-color: var(--theaterfunken);
  background-color: var(--theaterfunken);
}

.label.small.festival {
  border-color: var(--festival);
  background-color: var(--festival);
}

.label.small.auswaerts {
  border: 1px solid var(--unterwegs);
  color: var(--unterwegs);
  background-color: #0000;
}

.label.familie {
  background-color: var(--familie);
}

.text-block {
  white-space: nowrap;
  font-size: clamp(1rem, .8244rem + .5854vw, 1.3rem);
  line-height: 80%;
}

.text-block.small, .text-block.nav-hint {
  font-size: 1rem;
}

.label-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: row;
  margin-top: 5px;
}

.image {
  width: 100%;
}

.textlink {
  text-underline-offset: .2rem;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.logo {
  z-index: 0;
  transform-style: preserve-3d;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -3px;
  display: flex;
  position: absolute;
  transform: scale3d(1, 1.3, 1);
}

.menu-trigger {
  padding-bottom: 3px;
  transition: all .2s;
  position: relative;
}

.nav-group {
  z-index: 2;
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

.nav-spacer {
  height: 4rem;
}

.row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  cursor: pointer;
  background-color: #0000;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: -1px;
  padding-top: 1.8rem;
  padding-bottom: 2rem;
  display: flex;
}

.row:hover {
  background-color: var(--off-white);
}

.row.empty {
  text-align: center;
  justify-content: center;
  padding-bottom: 1.8rem;
}

.row.empty:hover {
  background-color: var(--transparent);
}

.title-overview {
  font-size: clamp(1.8rem, 1.6041rem + .9796vw, 2.4rem);
  line-height: 100%;
}

.title-overview.basket {
  font-size: 1.4rem;
  line-height: 113%;
}

.date-wrapper {
  flex: none;
  width: 14%;
  min-width: 11rem;
}

.date-wrapper.basket {
  min-width: 8rem;
}

.month-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}

.genre-wrapper {
  width: 13rem;
}

.button-pverview-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  text-align: right;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  width: 12rem;
}

.table-header {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  padding-top: 7rem;
  padding-bottom: 2rem;
}

.table-header.simple-text {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
}

.swiper-button {
  z-index: 0;
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  position: relative;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper.is-team {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-right: -2rem;
  display: flex;
}

.swiper-slide.is-team {
  z-index: 1;
  grid-row-gap: 1rem;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 21.7rem;
  display: flex;
  position: relative;
}

.swiper.is-team {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  overflow: hidden;
}

.team-img__wrapper {
  aspect-ratio: 4 / 6;
  border-radius: var(--border-radios);
  color: var(--white);
  object-fit: fill;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.team-img {
  z-index: 0;
  border-radius: var(--border-radios);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.team-info__wrapper {
  z-index: 20;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding: 10% 10% 9%;
  display: flex;
  position: absolute;
  inset: auto auto 50px 0%;
}

.eyebrow {
  font-size: 1rem;
  line-height: 1.1;
}

.eyebrow.centered {
  text-align: center;
  line-height: 1.15;
}

.heading-medium {
  text-align: center;
  letter-spacing: -.026em;
  text-transform: uppercase;
  font-family: Ba Title, Impact, sans-serif;
  font-size: clamp(2.8rem, 2.68rem + .64vw, 3.2rem);
  font-weight: 400;
  line-height: 84%;
}

.hero {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding-top: 3.9rem;
  position: absolute;
}

.underline {
  background-color: var(--nav-underline-color);
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.logo-buehne-aarau {
  width: clamp(8rem, 6.41rem + 8.48vw, 13.3rem);
  margin-top: -2px;
}

.home-txt-wrapper {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto 2rem 2rem;
}

.gradient-overlay {
  z-index: 2;
  background-image: linear-gradient(0deg, #00000080, #0000 52% 103%);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gradient-overlay.small {
    background-image: none;
}

.group-date-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
}

.group-wrapper {
  flex: 1;
}

.group-wrapper.right {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
}

.buttwon-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
}

.buttwon-wrapper.in-slider {
  z-index: 30;
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin: .6rem;
  position: absolute;
  inset: 0% 0% auto;
}

.buttwon-wrapper.in-slider.bottom {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  justify-content: flex-start;
  align-items: center;
  inset: auto 0% 0%;
}

.flex-block-7 {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
}

.start-title {
  text-align: center;
  padding-top: 1.6rem;
  font-size: clamp(5rem, 3.0408rem + 9.7959vw, 11rem);
  line-height: 80%;
}

.chapter-title {
  letter-spacing: -.03em;
  font-size: clamp(1.8rem, .7551rem + 5.2245vw, 5rem);
  line-height: 100%;
  display: inline-flex;
}

.flex-block-11 {
  z-index: 1200;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
}

.div-block {
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.pagination {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pagination-bullet {
  background-color: var(--button-bg);
  border-radius: 1rem;
  width: .5rem;
  height: .5rem;
}

.pagination-bullet.active {
  background-color: var(--black);
  width: 2rem;
}

.button-group {
  z-index: 200;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  position: relative;
}

.button-group.left {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.button-group.icons {
  flex-flow: wrap;
}

.nav-overlay {
  z-index: 2000;
  background-color: var(--overlay-background);
  -webkit-backdrop-filter: blur(var(--background-blur));
  backdrop-filter: blur(var(--background-blur));
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-wrapper {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  min-width: 18rem;
  display: flex;
}

.nav-wrapper.service {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  flex: 1;
}

.nav-full-width {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--white);
  flex-flow: wrap;
  width: 100%;
  padding: 8rem 4.1rem 4rem;
}

.icon-nav {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
}

.icon-nav.xl {
  width: 2.2rem;
  height: 2.2rem;
}

.icon-nav.xl.offset {
  margin-top: clamp(.5rem, .1333rem + 1.8333vw, 1.6rem);
}

.icon-nav.accordeon {
  width: 1.2rem;
  height: 1.1rem;
}

.icon-nav.dash {
  width: auto;
}

.icon-nav.md {
  width: 1.8rem;
  height: 1.8rem;
}

.mobile-menu-trigger {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.close {
  cursor: pointer;
  flex: 1;
  width: 100%;
  height: 100%;
}

.main-nav-txt {
  letter-spacing: -.07rem;
  font-size: clamp(1.8rem, 1.38rem + 2.24vw, 3.2rem);
}

.cta-button {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 1.4rem;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.cta-button.negative {
  border: 1px solid var(--white);
  background-color: var(--navigation-background);
}

.cta-button.negative:hover {
  background-color: var(--white);
  color: var(--black);
}

.cta-button.no-tickets:hover {
  background-color: var(--navigation-background);
  color: var(--black);
}

.cta-button.filter-open {
  display: none;
}

.info-accordeon {
  border-top: 1px solid #000;
}

.accordion-itm {
  border-bottom: 1px solid var(--black);
  flex-direction: column;
}

.filter-trigger-txt {
  flex: 1;
}

.icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-wrapper.program {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}

.icon-wrapper.program.right {
  justify-content: flex-end;
  align-items: center;
}

.icon-wrapper.program.inactive {
  opacity: .2;
}

.detail-accordion-content {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  align-items: stretch;
  margin-bottom: 1.4rem;
}

.filter-content {
  overflow: hidden;
}

.filter-trigger {
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}

.filter-trigger:hover {
  background-color: var(--whire-smoke);
}

.sold-out {
  background-color: var(--black);
  width: 150%;
  height: 1px;
  position: absolute;
  inset: 50% 0% 0% -25%;
  transform: rotate(-20deg);
}

.flex-block-15 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: row;
}

.group {
  margin-top: .5rem;
}

.label-wrapper-overview {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: wrap;
}

.row-small {
  flex-flow: row;
}

.row-small.cast {
  flex-flow: column;
}

.cell {
  flex: 1;
}

.cell.fixed {
  flex: none;
  width: 19rem;
}

.cell.intend {
  color: #616161;
}

.table-small {
  align-items: stretch;
}

.table-small.cast {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
}

.bold-text {
  font-family: franklin-gothic-urw, sans-serif;
  font-weight: 500;
}

.image-wrapper {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  display: flex;
}

.caption.padding {
  padding-left: .4rem;
  padding-right: .4rem;
}

.image-2 {
  border-radius: var(--border-radius-small);
  width: 100%;
}

.text-small {
  font-size: .875rem;
  line-height: 110%;
}

.div-block-3 {
  grid-column-gap: .9rem;
  grid-row-gap: .9rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.flex-block-16 {
  width: 100%;
}

.subnavigation {
  cursor: pointer;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: -1px;
  padding-top: 1.2rem;
  padding-bottom: 1.1rem;
  display: flex;
}

.subnavigation:hover {
  background-color: var(--off-white);
}

.breadcrumb {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-grid {
  grid-column-gap: 1px;
  grid-row-gap: 4rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.team-grid.partnerinnen {
  grid-row-gap: 1px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.team-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.team-wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: column;
  display: flex;
}

.breadcrumb-buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-column {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.filter-group-wrapper {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.filter-pill {
  background-color: var(--whire-smoke);
  cursor: pointer;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: .6rem 1.2rem;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.filter-pill:hover {
  background-color: var(--black);
  color: var(--white);
}

.filter-pill.active {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  background-color: var(--black);
  color: var(--white);
}

.filter-pill.inactive {
  color: var(--button-bg);
}

.filter-pill.inactive:hover {
  background-color: var(--whire-smoke);
}

.filter {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 2rem;
  position: relative;
}

.filter-group {
  z-index: 200;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  position: relative;
}

.nav-label-sapcer {
  height: 1.7rem;
}

.download-icon-button {
  justify-content: center;
  align-items: center;
  height: 1.3rem;
  margin-top: -.5rem;
  margin-bottom: -.6rem;
  margin-right: -.4rem;
  display: flex;
}

.small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.filter-mobile {
  z-index: 6000;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.filter-mobile-conten {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.close-wrapper {
  background-color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  display: flex;
}

.close-wrapper.ticket-modal {
  cursor: pointer;
  background-color: #e6e6e6;
  position: fixed;
  top: 1rem;
  right: 1rem;
}

.delete-icon {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 11px;
  margin-top: 2px;
  margin-right: -4px;
  display: flex;
}

.close-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.youtube {
  border-radius: var(--border-radius-small);
  background-color: var(--whire-smoke);
  background-image: none;
  overflow: hidden;
}

.modal-overlay-wrapper {
  background-color: #fff;
  width: 770px;
  height: 100%;
  position: relative;
  overflow: scroll;
}

.overlay {
  z-index: 8000;
  background-color: var(--overlay-background);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.infoblock {
  grid-column-gap: 2.4rem;
  grid-row-gap: 2.4rem;
  flex-flow: column;
  width: 100%;
  max-width: 620px;
  padding: 50px;
  display: flex;
}

.infoblock.in-modal {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  max-width: none;
  height: 100%;
  padding: 7rem 4rem 4rem;
  overflow: auto;
}

.ticketpark-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: stretch;
}

.ticket-info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--grey);
  border-radius: var(--border-radius-small);
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding: 1.3rem 1.4rem;
  display: flex;
}

.flex-block-24 {
  min-width: 4.8rem;
}

.ticket-embed.mobile {
  display: none;
}

.subnav-wrapper {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 22%;
  min-width: 12rem;
  display: flex;
}

.form-button-wrapper {
  width: 100%;
}

.button {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--black);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--black);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--black);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--black);
  background-color: var(--transparent);
  color: var(--black);
  text-align: center;
  padding: 1.3rem 1.8rem;
  font-size: clamp(1rem, .8244rem + .5854vw, 1.3rem);
}

.button.full-width {
  color: var(--black);
  width: 100%;
  min-height: 4rem;
}

.button.full-width:hover {
  background-color: var(--black);
  color: var(--white);
}

.demo-label {
  pointer-events: none;
  color: #000;
  background-color: #fff;
  border-radius: 99rem;
  margin-top: 0;
  margin-left: 1rem;
  padding: .2rem .5rem;
  font-size: clamp(1rem, .8244rem + .5854vw, 1.3rem);
  font-weight: 500;
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: ease;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.demo-input-group {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.demo-input-group.half {
  width: 50%;
}

.demo-form-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.demo-input-field {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--button-bg);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--button-bg);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--button-bg);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--button-bg);
  color: #000;
  border-radius: 0;
  min-height: 4rem;
  margin-bottom: 0;
  padding: 1rem 1rem 1rem 1.5rem;
  font-size: clamp(1rem, .8244rem + .5854vw, 1.3rem);
  transition-property: all;
  transition-duration: .12s;
  transition-timing-function: ease;
}

.demo-input-field:hover {
  border-color: var(--form-field-hover);
}

.demo-input-field:focus {
  border-width: 1px;
  border-color: #000;
}

.demo-input-field.textfield {
  min-height: 8rem;
}

.demo-form {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.form-group-small {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: stretch;
}

.overlay-filter {
  z-index: 8000;
  background-color: var(--overlay-background);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
}

.checkbox-radio-label {
  font-size: clamp(1rem, .8244rem + .5854vw, 1.3rem);
}

.checkbox {
  width: 1rem;
  height: 1rem;
  margin-top: 3px;
  margin-left: -30px;
  margin-right: 14px;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 30px;
  display: flex;
}

.spielclub-teaser {
  text-align: center;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
}

.image-teaser-wrapper {
  width: 46%;
}

.div-block-8 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.partnerin-image {
  width: 100%;
}

.sponsor-group {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.success-message {
  text-align: left;
  background-color: #e5ffad;
  padding: 3.4rem;
}

.success-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.error-message {
  text-align: left;
  background-color: #ffdade;
  padding: 1.8rem;
}

.footer-group {
  flex: 1;
}

.footer-group.left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  flex: none;
  width: 40%;
}

.footer-group.right {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
}

.partnerinnen-wrapper {
  grid-column-gap: 2.9rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  display: flex;
}

.partnerlogo {
  height: 3rem;
}

.flex-block-28 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
}

.to-top {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.code-embed-3 {
  justify-content: center;
  align-items: center;
  width: .6rem;
  margin-bottom: 1px;
  display: flex;
}

.search {
  width: 100%;
  position: relative;
}

.search-button {
  display: none;
}

.nav-icon-wrapper {
  background-color: #fffc;
  border-bottom-style: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: 3px;
  margin-right: 3px;
  padding: 14px;
  display: flex;
}

.nav-icon-wrapper:hover {
  color: #000;
  background-color: #eaeaea;
}

.nav-icon-wrapper.in-searchbar {
  background-color: #0000;
  margin-left: 0;
  padding: 12px;
  position: absolute;
  inset: 10px auto auto 0%;
}

.nav-icon-wrapper.in-searchbar:hover {
  background-color: #0000;
}

.html-embed {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-field {
  background-color: #f2f2f2;
  border: 1px #000;
  border-bottom-style: solid;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 35px 20px;
  font-size: 1.5rem;
  line-height: 141%;
  transition: all .2s;
}

.text-field:hover {
  background-color: #ebebeb;
}

.text-field:focus {
  border-bottom-color: #7505de;
}

.text-field.search-form-field {
  border-style: none none solid;
  border-color: var(--button-bg);
  background-color: #0000;
  height: 52px;
  margin-bottom: 0;
  margin-right: 0;
  padding-left: 70px;
  padding-right: 0;
}

.text-field.search-form-field:hover {
  border-color: var(--form-field-hover);
  color: var(--black);
}

.text-field.search-form-field:focus {
  border-color: var(--black);
  color: var(--text);
}

.text-field.search-form-field::placeholder {
  color: var(--black);
}

.search-overlay {
  z-index: 8000;
  background-color: var(--overlay-background);
  -webkit-backdrop-filter: blur(var(--background-blur));
  backdrop-filter: blur(var(--background-blur));
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: none;
  position: fixed;
  inset: 0%;
}

.search-group {
  background-color: var(--white);
  height: 100%;
}

.search-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
  display: flex;
}

.search-result-list {
  grid-column-gap: 2.8rem;
  grid-row-gap: 2.8rem;
  flex-flow: column;
  display: flex;
}

.search-result-item {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.flex-block-29 {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
}

.some-icon {
  justify-content: center;
  align-items: center;
  width: 1.6rem;
  display: flex;
}

.icon-link {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 19px 10px 15px;
  display: flex;
}

.icon-link:hover {
  background-color: var(--black);
  color: var(--white);
}

@media screen and (min-width: 1280px) {
  .footer-group {
    flex: 1;
  }

  .search-overlay {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .content-width {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    max-width: 83%;
  }

  .content-width.header {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .content-width.programm {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .content-width.footer-column {
    flex-flow: column;
  }

  .section.image {
    margin-bottom: 4rem;
  }

  .section.teaser:hover {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: var(--transparent);
  }

  .section.spielclubs:hover {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .section.footer-copy {
    margin-top: 4rem;
  }

  .section.search-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .section.navigation {
    height: 3.6rem;
  }

  .left-wrapper.title-column {
    margin-right: 0;
  }

  .cast.small-nav, .cast.disclaimer, .cast.small-nav {
    font-size: .8rem;
  }

  .row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
  }

  .row:hover {
    background-color: var(--transparent);
  }

  .row.empty {
    padding-bottom: 1.8rem;
  }

  .date-wrapper {
    width: auto;
    min-width: 12rem;
  }

  .date-wrapper.basket {
    min-width: 7rem;
  }

  .genre-wrapper {
    width: 100%;
  }

  .button-pverview-wrapper {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    text-align: left;
    flex: none;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
  }

  .table-header {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    margin-bottom: 0;
  }

  .table-header.simple-text {
    padding-top: 2rem;
  }

  .swiper-button {
    display: none;
  }

  .hero-image {
    padding-top: 3.6rem;
  }

  .underline {
    display: none;
  }

  .logo-buehne-aarau {
    margin-top: -1px;
  }

  .start-title {
    padding-top: 1rem;
  }

  .nav-overlay {
    background-color: var(--overlay-background);
  }

  .nav-wrapper {
    flex: 1;
  }

  .nav-wrapper.service {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: wrap;
  }

  .nav-full-width {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    padding-bottom: 4.6rem;
    padding-left: 4.6rem;
    padding-right: 4.6rem;
  }

  .icon-nav.xl {
    width: 1.6rem;
    height: 1.8rem;
  }

  .icon-nav.accordeon {
    width: 1.1rem;
    height: 1.1rem;
  }

  .icon-nav.dash {
    height: 1.2rem;
  }

  .icon-nav.md {
    width: 1.8rem;
    height: 1.8rem;
  }

  .cta-button:hover {
    background-color: var(--transparent);
    color: var(--black);
  }

  .cta-button.negative:hover {
    background-color: var(--transparent);
    color: var(--white);
  }

  .cta-button.filter-open {
    display: flex;
  }

  .cta-button.xl {
    height: 3.4rem;
  }

  .filter-trigger:hover {
    background-color: var(--transparent);
  }

  .sold-out {
    transform: rotate(-6deg);
  }

  .table-small.cast {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .subnavigation:hover {
    background-color: var(--transparent);
  }

  .team-grid, .team-grid.partnerinnen {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .breadcrumb-buttons {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .right-column {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-left: 13rem;
  }

  .filter-group-wrapper {
    z-index: 8000;
    background-color: var(--overlay-background);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    flex-flow: column;
    width: 100%;
    height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .filter-group-wrapper.sparten-filter {
    display: flex;
  }

  .filter-pill {
    border-radius: 40px;
    height: 2.7rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .filter-pill:hover {
    background-color: var(--whire-smoke);
    color: var(--black);
  }

  .filter-pill.active:hover {
    color: var(--white);
  }

  .filter-pill.inactive:hover {
    color: var(--button-bg);
  }

  .filter {
    display: none;
  }

  .filter-group {
    grid-column-gap: 2.6rem;
    grid-row-gap: 2.6rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 10rem;
    padding-bottom: 10rem;
    display: flex;
    overflow: auto;
  }

  .nav-label-sapcer {
    height: 1.4rem;
  }

  .filter-mobile {
    background-color: var(--overlay-background);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
  }

  .div-block-5 {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .filter-mobile-conten {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .close-wrapper {
    z-index: 300;
    cursor: pointer;
    flex: none;
    padding: 0;
    position: fixed;
    inset: 2rem 2rem auto auto;
  }

  .close-wrapper.ticket-modal {
    top: 1rem;
    right: 1rem;
  }

  .delete-icon {
    opacity: 1;
  }

  .close-icon {
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    display: flex;
  }

  .negative {
    color: var(--white);
  }

  .modal-overlay-wrapper {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: auto;
    max-height: 95svh;
    display: flex;
    overflow: hidden;
  }

  .overlay {
    z-index: 8000;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    height: 100%;
  }

  .infoblock {
    max-width: none;
  }

  .infoblock.in-modal {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex: 1;
    max-height: 100%;
    padding-top: 6rem;
    padding-bottom: 1rem;
    position: relative;
    overflow: auto;
  }

  .ticket-info {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    padding: 1rem 1.2rem;
  }

  .ticket-info:hover {
    background-color: var(--transparent);
  }

  .ticket-embed.mobile {
    display: none;
  }

  .subnav-wrapper {
    flex: 1;
  }

  .demo-input-group.half {
    width: 100%;
  }

  .overlay-filter {
    z-index: 8000;
    flex-flow: column;
    justify-content: flex-end;
    align-items: stretch;
    height: 100%;
  }

  .filter-group-modal {
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-6 {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-7 {
    background-image: linear-gradient(#fff0, #fff 39%);
    flex-flow: column;
    width: 100%;
    padding: 4rem 1.7rem 1.7rem;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .image-teaser-wrapper {
    width: 100%;
  }

  .div-block-8 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .sponsor-group {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer-group {
    flex: 1;
  }

  .footer-group.left {
    width: auto;
  }

  .partnerinnen-wrapper {
    grid-column-gap: 2.8rem;
  }

  .nav-icon-wrapper.in-searchbar {
    width: 48px;
    padding-left: 12px;
  }

  .text-field {
    font-size: 1.4rem;
  }

  .text-field.search-form-field {
    padding-left: 60px;
  }

  .search-overlay {
    display: block;
  }

  .search-result-list {
    grid-column-gap: 2.4rem;
    grid-row-gap: 2.4rem;
  }

  .flex-block-29 {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }
}

@media screen and (max-width: 767px) {
  .content-width {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 0;
  }

  .content-width.header {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .content-width.programm {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .section {
    padding: 1.5rem;
  }

  .section.image {
    margin-bottom: 3rem;
  }

  .section.teaser {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .section.teaser:hover {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    background-color: var(--transparent);
  }

  .section.spielclubs, .section.spielclubs:hover {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .section.footer-copy {
    padding-top: 1.6rem;
  }

  .section.navigation {
    height: 3.4rem;
    padding-left: .4rem;
    padding-right: .4rem;
  }

  .page-title-wrapper.title-wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .text-block.small {
    font-size: .9rem;
  }

  .text-block.nav-hint {
    display: none;
  }

  .label-wrapper {
    flex-flow: wrap;
  }

  .nav-group {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .row {
    padding-top: 1.5rem;
    padding-bottom: 1.9rem;
  }

  .row.empty {
    padding-bottom: 1.6rem;
  }

  .title-overview.basket {
    font-size: 1.3rem;
  }

  .date-wrapper {
    min-width: 10rem;
  }

  .date-wrapper.basket {
    min-width: 6.5rem;
  }

  .genre-wrapper {
    width: 100%;
  }

  .table-header {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    margin-bottom: 0;
    padding-top: 5rem;
    padding-bottom: 1.5rem;
  }

  .table-header.simple-text {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .swiper-wrapper.is-team {
    margin-right: -1.5rem;
  }

  .swiper.is-team {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .hero-image {
    padding-top: 3.4rem;
  }

  .home-txt-wrapper {
    text-align: center;
    bottom: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
  }

  .group-date-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .group-wrapper {
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
  }

  .group-wrapper.right {
    flex: 1;
  }

  .start-title {
    padding-top: .9rem;
  }

  .button-group {
    margin-top: .8rem;
  }

  .nav-wrapper {
    flex: none;
    width: 100%;
  }

  .nav-wrapper.service {
    flex: none;
  }

  .nav-full-width {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    height: 100%;
    padding-left: 4.2rem;
    padding-right: 4.2rem;
  }

  .icon-nav.xl {
    width: 1.4rem;
    height: 1.4rem;
  }

  .icon-nav.accordeon {
    width: 1rem;
    height: 1rem;
  }

  .icon-nav.accordeon.back {
    margin-bottom: 0;
  }

  .icon-nav.dash {
    height: 1rem;
  }

  .icon-nav.md {
    width: 1.4rem;
    height: 1.4rem;
  }

  .mobile-menu-trigger {
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3.4rem;
  }

  .sold-out {
    transform: rotate(-6deg);
  }

  .group {
    margin-top: .1rem;
  }

  .row-small {
    flex-flow: column;
  }

  .table-small {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .team-grid, .team-grid.partnerinnen {
    grid-template-columns: 1fr 1fr;
  }

  .breadcrumb-buttons {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .right-column {
    margin-left: 0;
  }

  .filter-pill {
    height: 2.8rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .small {
    font-size: 15px;
  }

  .close-wrapper {
    width: 2.6rem;
    height: 2.6rem;
    top: 1.5rem;
    right: 1.5rem;
  }

  .close-wrapper.ticket-modal {
    width: 2.2rem;
    height: 2.2rem;
    top: 1rem;
    right: 1rem;
  }

  .close-icon {
    width: .8rem;
    height: .8rem;
  }

  .modal-overlay-wrapper {
    flex: 0 auto;
    width: auto;
  }

  .infoblock {
    padding: 0;
  }

  .infoblock.in-modal {
    grid-column-gap: 1.3rem;
    grid-row-gap: 1.3rem;
    padding: 5rem 2rem 4rem;
  }

  .ticket-info {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .ticket-embed.desktop {
    display: none;
  }

  .ticket-embed.mobile {
    display: inline-flex;
  }

  .subnav-wrapper {
    width: 100%;
  }

  .form-group {
    flex-flow: column;
  }

  .div-block-8 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .sponsor-group {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
  }

  .success-message {
    padding: 2rem;
  }

  .error-message {
    padding: 1rem 1.5rem;
  }

  .footer-group.left {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
    width: 100%;
  }

  .partnerinnen-wrapper {
    grid-column-gap: 2.4rem;
  }

  .partnerlogo {
    height: 2.8rem;
  }

  .flex-block-28 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading {
    font-size: clamp(1rem, .8244rem + .5854vw, 1.3rem);
  }

  .nav-icon-wrapper {
    color: #fff;
    background-color: #000000e6;
    width: 50px;
    height: 50px;
    margin-left: 4px;
    margin-right: 4px;
  }

  .nav-icon-wrapper:hover {
    color: #fff;
    background-color: #000000e6;
  }

  .nav-icon-wrapper.in-searchbar {
    color: #333;
    width: 23px;
    height: 44px;
    padding-left: 0;
    padding-right: 0;
    top: 6px;
  }

  .text-field {
    font-size: 1.3rem;
  }

  .text-field.search-form-field {
    height: 50px;
    margin-right: 0;
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 33px;
  }

  .search-overlay {
    flex-direction: column;
  }

  .search-2 {
    flex-flow: column;
  }

  .search-result-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .content-width {
    max-width: 100%;
  }

  .content-width.header {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .content-width.footer-column {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .content-width.disclaimer-column {
    flex-flow: column;
  }

  .section.image {
    margin-bottom: 0;
  }

  .section.hero {
    min-height: 800px;
  }

  .section.teaser, .section.teaser:hover, .section.spielclubs, .section.spielclubs:hover {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section.search-content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .page-title-wrapper.title-wrapper {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .row {
    grid-row-gap: 1rem;
    flex-flow: column;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }

  .row.empty {
    padding-bottom: .9rem;
  }

  .title-overview.basket {
    font-size: 1.2rem;
  }

  .date-wrapper.basket {
    margin-right: .3rem;
  }

  .button-pverview-wrapper {
    align-items: stretch;
  }

  .table-header {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    align-items: stretch;
    padding-bottom: 1.5rem;
  }

  .table-header.simple-text {
    padding-top: 0;
    padding-bottom: 0;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .team-info__wrapper {
    padding: 2.3rem;
  }

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

  .group-wrapper.right {
    align-items: stretch;
  }

  .start-title {
    padding-top: .5rem;
  }

  .button-group {
    flex-flow: wrap;
    margin-top: .7rem;
  }

  .nav-wrapper.service {
    flex-flow: column;
  }

  .nav-full-width {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    padding-bottom: 2.1rem;
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .icon-nav.xl {
    width: 1rem;
    height: 1rem;
  }

  .icon-nav.accordeon.back {
    margin-bottom: .1rem;
  }

  .icon-nav.md {
    width: 1rem;
    height: 1rem;
  }

  .mobile-menu-trigger {
    width: 2.3rem;
  }

  .sold-out {
    transform: rotate(-13deg);
  }

  .breadcrumb {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
  }

  .filter-pill {
    height: 2.6rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }

  .small {
    font-size: 14px;
  }

  .infoblock.in-modal {
    padding: 4rem 1.5rem 3rem;
  }

  .ticket-info {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
    flex-flow: row;
    padding: .9rem;
  }

  .flex-block-24 {
    min-width: 4.2rem;
  }

  .checkbox {
    margin-top: 4px;
  }

  .success-group {
    align-items: stretch;
  }

  .footer-group.left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .partnerinnen-wrapper {
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .flex-block-28 {
    flex-flow: column;
  }

  .text-field {
    font-size: 1.2rem;
  }

  .text-field.search-form-field {
    padding-top: 27px;
    padding-bottom: 27px;
    padding-left: 29px;
  }
}

#w-node-af45e656-e410-b4ef-6724-fd2af1c2226c-f1c2226a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-af45e656-e410-b4ef-6724-fd2af1c2228c-f1c2226a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-b2152a74-b078-0a76-4f32-e783df4ea717-f1c2226a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_75a07db0-41b5-c429-c9ce-44ca23e1dfc5-f1c2226a {
  grid-area: span 1 / span 3 / span 1 / span 3;
}