@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css");
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Good Headline W01 Regular';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/5558165/e926e74a-8be2-4314-9a38-780a32274cbb.woff') format('woff');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Good Headline W01 Bold';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/5561073/317675ce-cdb1-4bf1-b345-9da712bd52f4.woff') format('woff');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'IBMPlexSerif';
  font-style: normal;
  font-weight: 700;
  src: url('../Fonts/IBMPlexSerif-Regular.woff') format('woff');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.font_plexSerif_reg {
  font-family: 'IBMPlexSerif-Regular', serif;
  font-smoothing: antialiased;
}
.font-goodheadline {
  font-family: "Good Headline W01 Regular";
}
.font-goodheadline-bold {
  font-family: "Good Headline W01 Bold";
}
@media only screen and (min-width: 1200px) {
  .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media only screen and (min-width: 1400px) {
  .container-fluid {
    padding-left: 150px;
    padding-right: 150px;
  }
}
img {
  width: 100%;
  height: auto;
}
body {
  color: #333;
}
.border-top {
  border-top: 1px solid #515151 !important;
}
.badge {
  font-family: "Good Headline W01 Regular";
  font-size: 16px;
  vertical-align: top;
  border-radius: 0;
}
.card {
  border-color: #fff;
}
.card .card-body {
  padding-left: 0;
}
.card h5.card-title {
  font-family: "Good Headline W01 Bold";
}
.card .card-footer {
  background-color: #fff;
  padding-left: 0;
  border-top-color: #fff;
}
.card .card-footer a {
  font-family: "Good Headline W01 Regular";
  color: #e83542;
  text-decoration: none;
}
.card-body p {
  font-family: 'IBMPlexSerif-Regular', serif;
  font-smoothing: antialiased;
}
.eventday {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #000;
}
@media only screen and (min-width: 992px) {
  .eventday {
    flex-direction: row;
  }
}
.eventday-date {
  min-width: 200px;
  width: 200px;
  padding: 20px 15px;
}
.eventday-event {
  display: flex;
  padding: 20px 15px;
  align-items: center;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  transition: background-color, 1s;
}
.eventlist {
  width: 100%;
}
.eventlist .eventlist-date {
  display: flex;
  flex-direction: row;
  font-size: 2rem;
  line-height: 2.2rem;
  font-family: "Good Headline W01 Regular";
  margin-right: 30px;
  width: 100%;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .eventlist .eventlist-date {
    flex-direction: column;
    max-width: 120px;
    min-width: 120px;
  }
}
.eventlist .eventlist-eventcontainer {
  flex-grow: 2;
}
.eventlist .eventlist-event {
  display: flex;
  flex-direction: row;
  align-items: end;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
  border-bottom: 1px solid #999;
  width: 100%;
  min-width: 100%;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .eventlist .eventlist-event {
    flex-direction: row;
    padding-right: 10px;
    align-items: center;
  }
}
.eventlist .eventlist-event:last-of-type {
  border: none;
}
.eventlist .eventlist-event:hover {
  background-color: rgba(232, 53, 66, 0.06);
}
.eventlist .eventlist-event .eventlist-event-textcol {
  flex-grow: 2;
}
.eventlist .eventlist-event .eventlist-event-textcol .event-labels {
  font-family: "Good Headline W01 Bold";
  font-size: 18px;
  color: #222;
}
@media mdscreen {
  .eventlist .eventlist-event .eventlist-event-textcol .event-labels {
    font-size: 21px;
  }
}
.eventlist .eventlist-event .eventlist-event-textcol .locationheader {
  font-family: "Good Headline W01 Regular";
  font-size: 1rem;
  color: #222;
}
.eventlist .eventlist-event .eventlist-event-textcol .productiontitle {
  color: #222;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-family: "Good Headline W01 Bold";
  margin-bottom: 0px;
  margin-top: 5px;
}
@media only screen and (min-width: 1200px) {
  .eventlist .eventlist-event .eventlist-event-textcol .productiontitle {
    font-size: 2.2rem;
    line-height: 2.2rem;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.eventlist .eventlist-event .eventlist-event-textcol .productiontitle .agerestriction {
  font-family: 'IBMPlexSerif-Regular', serif;
  font-smoothing: antialiased;
  font-size: 1.1rem;
}
@media only screen and (min-width: 1200px) {
  .eventlist .eventlist-event .eventlist-event-textcol .productiontitle .agerestriction {
    font-size: 1.3rem;
  }
}
.eventlist .eventlist-event .eventlist-event-textcol .productiontext {
  font-family: "Good Headline W01 Regular";
  font-size: 1rem;
  color: #222;
}
.eventlist .eventlist-event .eventlist-event-cardcol {
  margin-left: 5px;
}
@media only screen and (min-width: 992px) {
  .eventlist .eventlist-event .eventlist-event-cardcol {
    max-width: 200px;
    margin-left: 25px;
    text-align: center;
  }
}
.eventlist .eventlist-event .eventlist-event-cardcol .btn {
  --bs-btn-padding-y: 0.2rem;
}
@media only screen and (min-width: 992px) {
  .eventlist .eventlist-event .eventlist-event-cardcol .btn {
    --bs-btn-padding-y: 0.375rem;
  }
}
.event-filter {
  background-color: #e83542;
  padding: 20px;
  font-family: "Good Headline W01 Regular";
  color: #fff;
}
.event-filter .form-check {
  margin-right: 25px;
  font-size: 1.2rem;
}
a.production-row {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  transition: background-color, 1s;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none !important;
}
a.production-row:first-of-type {
  border-top: 1px solid #ccc;
}
a.production-row:hover {
  background-color: rgba(232, 53, 66, 0.06);
}
@media only screen and (min-width: 992px) {
  a.production-row {
    flex-direction: row;
  }
}
.production-row-image {
  max-width: 120px;
  display: none;
}
@media only screen and (min-width: 992px) {
  .production-row-image {
    display: block;
  }
}
.production-row-content {
  flex-grow: 2;
}
@media only screen and (min-width: 992px) {
  .production-row-content {
    margin-left: 25px;
  }
}
.production-row-content .productiontitle {
  color: #222;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-family: "Good Headline W01 Bold";
  margin-bottom: 10px;
  margin-top: 10px;
}
@media only screen and (min-width: 1200px) {
  .production-row-content .productiontitle {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}
.production-row-content .productiontitle .agerestriction {
  font-family: 'IBMPlexSerif-Regular', serif;
  font-smoothing: antialiased;
  font-size: 1.3rem;
}
.production-row-content .productiontext {
  font-family: "Good Headline W01 Regular";
  font-size: 1rem;
  color: #222;
}
.production-row-event {
  font-family: "Good Headline W01 Regular";
  font-size: 1rem;
  color: #222;
}
.production-row-event b {
  font-family: "Good Headline W01 Bold";
}
@media only screen and (min-width: 992px) {
  .production-row-event {
    max-width: 200px;
    min-width: 200px;
  }
}
.production-image-header {
  position: relative;
}
.production-image-header .production-image-header-text {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
}
.production-image-header .production-image-header-text h1 {
  font-size: 38px;
  line-height: 42px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .production-image-header .production-image-header-text h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
.production-image-header .production-image-header-text h1 span {
  font-family: 'IBMPlexSerif-Regular', serif;
  font-smoothing: antialiased;
  font-size: 60%;
}
.production-image-header .production-image-header-text .production-image-header-textadditional {
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  color: #fff;
  padding: 10px;
}
.production-image-header .production-image-header-text .production-image-header-textadditional p {
  margin-bottom: 0;
}
.production-view .production-introtext p {
  font-family: "Good Headline W01 Regular";
  color: #333;
}
.production-view .production-duration {
  font-family: "Good Headline W01 Regular";
  color: #888;
}
#production-slider {
  height: 350px;
}
@media only screen and (min-width: 768px) {
  #production-slider {
    height: 730px;
  }
}
#production-slider .carousel-item {
  background-color: #000;
  height: 300px;
}
@media only screen and (min-width: 768px) {
  #production-slider .carousel-item {
    height: 650px;
  }
}
#production-slider .carousel-item img {
  height: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
#production-slider .carousel-indicators {
  margin-bottom: 20px;
}
#production-slider .carousel-indicators button {
  background-color: #000;
  height: 15px;
  width: 15px;
  margin-right: 6px;
  margin-left: 6px;
  opacity: 0.3;
}
#production-slider .carousel-indicators button.active {
  opacity: 1;
}
#production-slider .copyright {
  font-size: 12px;
}
.production-event {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 10px;
  font-family: "Good Headline W01 Regular";
  border-bottom: 1px solid #ccc;
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .production-event {
    font-size: 21px;
  }
}
.production-event:first-of-type {
  border-top: 1px solid #ccc;
}
.production-event .production-event-date {
  padding-right: 20px;
  flex-grow: 0;
  text-transform: uppercase;
  min-width: 80px;
}
@media only screen and (min-width: 768px) {
  .production-event .production-event-date {
    min-width: 120px;
  }
}
.production-event .production-event-time {
  padding-right: 20px;
  flex-grow: 0;
  min-width: 55px;
}
@media only screen and (min-width: 768px) {
  .production-event .production-event-time {
    min-width: 100px;
  }
}
.production-event .production-event-location {
  flex-grow: 5;
  line-height: 20px;
}
.production-event .production-event-location .production-event-label {
  font-size: 16px;
}
@media only screen and (min-width: 768px) {
  .production-event .production-event-cards {
    flex-grow: 0;
  }
}
.production-event .break {
  flex-basis: 100%;
  height: 0;
}
.cast-table {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .cast-table {
    font-size: 16px;
  }
}
.cast-table .cast-function-role-cell {
  width: 50%;
}
@media only screen and (min-width: 768px) {
  .cast-table .cast-function-role-cell {
    width: auto;
  }
}
.btn {
  border-radius: 0;
}
.btn-primary {
  background-color: #e83542;
  border-color: #e83542;
  font-family: "Good Headline W01 Regular";
}
.btn-outline-gera {
  font-family: "Good Headline W01 Regular";
  border-color: #e83542;
  color: #e83542;
}
.btn-outline-gera.bold {
  font-family: "Good Headline W01 Bold";
}
.btn-outline-gera:hover {
  background-color: #e83542;
  color: #fff;
}
.carousel-item {
  max-height: calc(100vH - 130px);
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  .carousel-item {
    max-height: inherit;
    overflow: inherit;
  }
}
.carousel-image-shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: #020024;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 35%, rgba(0, 0, 0, 0) 100%);
}
.carousel-caption {
  font-size: 1rem;
  left: 0;
  bottom: 1rem;
  padding: 10px 20px;
  position: absolute;
  width: 100%;
  text-align: left;
  display: inline-block;
  right: auto;
}
@media only screen and (min-width: 992px) {
  .carousel-caption {
    font-size: 2.4rem;
    left: 15%;
    bottom: 1rem;
    padding: 20px 30px;
    position: absolute;
    width: auto;
    opacity: 0;
    transition-delay: 400ms;
    transition-property: opacity;
  }
}
.carousel-caption h5,
.carousel-caption p {
  font-size: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .carousel-caption h5,
  .carousel-caption p {
    font-size: 2.4rem;
  }
}
.carousel-caption p {
  font-family: "Good Headline W01 Regular";
  margin-bottom: 0;
  font-size: 1rem;
}
@media only screen and (min-width: 992px) {
  .carousel-caption p {
    font-size: 2.2rem;
  }
}
.carousel-item.active .carousel-caption {
  opacity: 1;
}
.carousel-indicators {
  margin-bottom: 0.2rem;
}
@media only screen and (min-width: 992px) {
  .carousel-indicators {
    margin-bottom: 0.5rem;
  }
}
.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.ce-images {
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .col-md-12 .ce-text {
    padding-right: 30%;
  }
}
.ce-imageteaser {
  position: relative;
  margin-bottom: 30px;
}
.ce-imageteaser .imageteaser-text {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
.ce-imageteaser .imageteaser-text h1 {
  color: #fff;
  font-size: 36px;
  font-family: "Good Headline W01 Regular";
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Good Headline W01 Bold";
}
h1 {
  font-size: 1.2rem;
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}
p {
  font-family: 'IBMPlexSerif-Regular', serif;
  font-smoothing: antialiased;
  font-size: 1.1rem;
}
@media only screen and (min-width: 1200px) {
  p {
    font-size: 1.4rem;
  }
}
a {
  color: #e83542;
}
.meta-row {
  background-color: #e83542;
  font-size: 0.8rem;
  color: #fff;
  padding: 14px 0 8px 0;
  position: fixed;
  z-index: 99;
  top: 0;
  width: 100%;
  font-family: "Good Headline W01 Regular";
}
.meta-row .meta-col-left {
  padding-left: 10px;
}
@media only screen and (min-width: 1200px) {
  .meta-row .meta-col-left {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .meta-row .meta-col-left {
    padding-left: 20px;
  }
}
.meta-row .meta-col-right {
  text-align: right;
}
@media only screen and (min-width: 1200px) {
  .meta-row .meta-col-right {
    padding-right: 90px;
  }
}
#navbar {
  transition: all 0.5s;
}
nav.navbar.sticky-top {
  -webkit-box-shadow: 0px 2px 4px 0px rgba(153, 153, 153, 0.31);
  -moz-box-shadow: 0px 2px 4px 0px rgba(153, 153, 153, 0.31);
  box-shadow: 0px 2px 4px 0px rgba(153, 153, 153, 0.31);
}
.searchfield {
  display: flex;
  width: 120px;
}
@media only screen and (min-width: 1200px) {
  .searchfield {
    width: 200px;
  }
}
.searchfield input {
  border: none;
  border-bottom: 2px solid #e83542;
  border-radius: 0;
  padding: 5px 0;
}
.searchfield input::placeholder {
  color: #e83542;
  opacity: 0.5;
}
.searchfield svg {
  margin-top: 5px;
  width: 30px;
  height: 30px;
  color: #e83542;
}
@media only screen and (min-width: 1200px) {
  .searchfield svg {
    width: 30px;
    height: 30px;
  }
}
.navbar-nav-scroll {
  max-height: calc(100vH - 50px);
}
@media only screen and (min-width: 992px) {
}
.navbar-toggler {
  border: none;
  color: #e83542 !important;
  padding: 0;
  margin-left: 25px;
}
.navbar-toggler svg {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 1200px) {
  .navbar-toggler svg {
    width: 40px;
    height: 40px;
  }
}
.navbar-toggler:not(.collapsed) .navbar-toggler-iconx .icon-icon-burger-close {
  display: block;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-iconx .icon-icon-burger {
  display: none;
}
.navbar-toggler.collapsed .navbar-toggler-iconx .icon-icon-burger {
  display: block;
}
.navbar-toggler.collapsed .navbar-toggler-iconx .icon-icon-burger-close {
  display: none;
}
.navbar-brand {
  width: 90px;
}
@media only screen and (min-width: 1200px) {
  .navbar-brand {
    width: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .navbar-small .navbar-brand {
    width: 100px;
  }
}
.desktop-navigation {
  display: none;
}
@media only screen and (min-width: 992px) {
  .desktop-navigation {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-small .desktop-navigation {
    display: none;
  }
}
.nav-item {
  color: #999;
  font-family: "Good Headline W01 Regular";
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 5px;
  margin-right: 5px;
  border-bottom: 2px solid #fff;
  transition: border-color 1s;
}
.nav-item:hover {
  border-bottom: 2px solid #e83542;
}
.nav-item a {
  font-size: 2rem;
  opacity: 1;
  color: #e83542 !important;
}
.nav-item svg {
  width: 35px;
  height: 35px;
}
.hero-container {
  border-top: 1px solid #e83542;
  margin-top: 0;
  min-height: 100vh;
}
@media only screen and (min-width: 992px) {
  .hero-container {
    margin-top: 40px;
    padding-top: 10px;
    min-height: auto;
  }
}
.hero-menu-wrapper {
  border-bottom: 1px solid #e83542;
  border-bottom: 1px solid rgba(232, 53, 66, 0.2);
}
@media only screen and (min-width: 992px) {
  .hero-menu-wrapper {
    border-bottom: none;
  }
}
@media only screen and (min-width: 992px) {
  .hero-link-container {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .hero-link-container:first-of-type {
    margin-left: 80px;
  }
}
a.hero-menu-link {
  display: block;
  transition: max-height 0.2s ease-out;
  max-height: 0;
  overflow: hidden;
  white-space: nowrap;
  font-family: "Good Headline W01 Regular";
  font-size: 1.1rem;
  line-height: 2.1rem;
  color: #e83542;
  text-decoration: none;
  padding-left: 20px;
}
@media only screen and (min-width: 992px) {
  a.hero-menu-link {
    display: block;
    max-height: fit-content;
    font-size: 1rem;
    line-height: 1.6rem;
    padding-left: 0px;
  }
}
a.hero-menu-link.active {
  text-decoration: underline;
}
a.hero-menu-link.is-large {
  display: block;
  opacity: 1;
  max-height: 200px;
  font-family: "Good Headline W01 Bold";
  font-size: 1.2rem;
  line-height: 3rem;
  padding-left: 10px;
}
a.hero-menu-link.is-large.active {
  text-decoration: none;
}
@media only screen and (min-width: 992px) {
  a.hero-menu-link.is-large {
    font-size: 1.2rem;
    line-height: 2.1rem;
    padding-left: 0px;
    margin-top: 24px;
  }
}
.hero-menu-wrapper.active > a.hero-menu-link {
  display: block;
  opacity: 1;
  max-height: 200px;
}
.menu-spacer {
  height: 50px;
}
@media only screen and (min-width: 992px) {
  .menu-spacer {
    height: 108px;
  }
}
@media only screen and (min-width: 992px) {
  #navid_49,
  #navid_50,
  #navid_10 {
    display: none;
  }
}
.subnavigation {
  margin-top: 20px;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .subnavigation {
    flex-direction: row;
  }
}
.subnavigation .nav a.nav-link {
  font-family: "Good Headline W01 Regular";
  color: #222;
  font-size: 18px;
  padding-right: 10px;
  padding-left: 0;
  padding-top: 8px;
  padding-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .subnavigation .nav a.nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 21px;
    padding-right: 20px;
  }
}
.subnavigation .nav a.nav-link.active,
.subnavigation .nav a.nav-link:hover {
  color: #e83542;
}
.subnavigation .nav a.nav-link:hover {
  text-decoration: underline;
}
.subnavigation .nav .nav-link:first-of-type {
  padding-left: 0;
}
.footer-theater-sponsors {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 200px;
}
.footer-theater-sponsors .theater-partner {
  display: block;
}
.footer-theater-sponsors .theater-partner img {
  width: 100%;
  height: auto;
}
.footer {
  margin-top: 50px;
  background-color: #e83542;
  min-height: 200px;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #fff;
  font-family: "Good Headline W01 Regular";
  font-size: 16px;
}
.footer .footer-header {
  font-family: "Good Headline W01 Bold";
  font-size: 21px;
}
.accordeongroup {
  margin-bottom: 20px;
  margin-top: 20px;
}
.accordeongroup-header {
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  display: flex;
  align-content: center;
  justify-content: space-between;
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
}
.accordeongroup-header .group-open,
.accordeongroup-header .group-closed {
  width: 30px;
  margin-right: 10px;
}
.accordeongroup-header .group-open svg,
.accordeongroup-header .group-closed svg {
  width: 30px;
  height: 30px;
}
.readmore-teaser {
  padding-top: 100px;
}
.readmore-teaser .readmore-image {
  position: relative;
}
.readmore-teaser .readmore-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  color: #fff;
  font-size: 18px;
  background-color: #e83542;
  padding: 2px 10px;
  opacity: 0.9;
}
.readmore-teaser .readmore-text .readmore-text-header {
  font-family: "Good Headline W01 Regular";
  font-size: 18px;
}
input.form-control,
input.form-control::placeholder {
  font-family: "Good Headline W01 Regular";
  font-size: 12px;
}
input.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
}
