:root {
  --base-bg-color: #FE0101;
  --base-text-color: #000000;
  --base-hover-color: #cccccc;
  --base-font: "FreiburgNormal", sans-serif;
  --base-font-semi: "FreiburgSemi", sans-serif;
  --base-font-variable: "FreiburgVariable2", sans-serif;
  --base-margin-value: clamp(2%, 2%, 30px);
  --base-color-focus: rgba(0, 0, 0, 0.4);
}

[data-theme=dark] {
  --base-bg-color: #202020;
  --base-text-color: #D8D8D8;
}

[data-theme=red] {
  --base-bg-color: #FE0101;
  --base-text-color: #000000;
}

[data-theme=pink] {
  --base-bg-color: #FF00FE;
  --base-text-color: #000000;
}

[data-theme=white] {
  --base-bg-color: #ffffff;
  --base-text-color: #000000;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.ensemble-overview .main-col .ensemble-list-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 8px;
  grid-template-columns: repeat(auto-fit, minmax(314px, 1fr));
  margin-bottom: 80px;
  /*  @media screen and (min-width: 992px) {
     grid-template-columns: 1fr 1fr 1fr;
     gap: 20px;
     @include std-padding;
   }
   @media screen and (min-width: 1024px) {
     grid-template-columns: 1fr 1fr 1fr 1fr;
     grid-gap: 20px;
   }
   @media screen and (min-width: 1504px) {
     grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
     grid-gap: 20px;
   }
   @media screen and (min-width: 2500px) {
     grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
     grid-gap: 20px;
   } */
}
@media screen and (min-width: 568px) {
  .ensemble-overview .main-col .ensemble-list-wrapper {
    gap: 20px;
    padding-left: clamp(20px, 2%, 30px);
    padding-right: clamp(20px, 2%, 30px);
  }
}
.ensemble-overview .main-col .ensemble-list-wrapper .person-wrapper {
  width: 100%;
  overflow: hidden;
  /* &:hover img {
    transform: scale(1.1);
  } */
}
.ensemble-overview .main-col .ensemble-list-wrapper .person-wrapper .person-link {
  color: var(--base-text-color);
  text-decoration: none;
  color: var(--base-text-color);
  text-decoration: none;
  cursor: pointer;
  font-variation-settings: "wght" 400, "wdth" 40, "ytde" 0;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.ensemble-overview .main-col .ensemble-list-wrapper .person-wrapper .person-link:hover {
  font-variation-settings: "wght" 400, "wdth" 60, "ytde" 0;
}
.ensemble-overview .main-col .ensemble-list-wrapper .person-wrapper .person-link .person-image {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.ensemble-overview .main-col .ensemble-list-wrapper .person-wrapper .person-link .person-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 0, 238, 0.9);
  z-index: 1;
  transition: all 0.6s ease-in-out;
  width: 100%;
  height: 100%;
  mix-blend-mode: darken;
}
.ensemble-overview .main-col .ensemble-list-wrapper .person-wrapper .person-link .person-image button {
  position: absolute;
}
.ensemble-overview .main-col .ensemble-list-wrapper .person-wrapper .person-link .person-image img {
  margin-bottom: 0px;
  width: 100%;
  height: auto;
  /* transition: all 0s ease-in-out; */
}
.ensemble-overview .main-col .ensemble-list-wrapper .person-wrapper .person-link .person-name {
  margin-top: 5px;
  margin-bottom: 0;
  line-height: 1;
  text-align: center;
  font-family: "FreiburgVariable2", "Arial", Helvetica, Arial, sans-serif;
}
.ensemble-overview .main-col .ensemble-list-wrapper.ensemble-list-relations {
  display: block;
  max-width: 852px !important;
  margin-top: 32px;
}
.ensemble-overview .main-col .ensemble-list-wrapper.ensemble-list-relations h4.accordeon-header-title {
  margin-bottom: 10px;
}
.ensemble-overview .main-col .ensemble-list-wrapper.ensemble-list-relations .person-wrapper {
  margin: 0;
}
.ensemble-overview .main-col .ensemble-list-wrapper.ensemble-list-relations .person-wrapper .person-name {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .ensemble-overview .main-col .ensemble-list-wrapper.ensemble-list-relations {
    display: block;
    max-width: 852px !important;
    margin-top: 32px;
    font-family: var(--base-font);
  }
}
.ensemble-overview .main-col .ensemble-without-pictures-list-wrapper {
  max-width: 820px;
  margin: 0 auto;
  margin-top: 80px;
}
.ensemble-overview .main-col .ensemble-without-pictures-list-wrapper .person-wrapper {
  display: inline-flex;
}
.ensemble-overview .main-col .ensemble-without-pictures-list-wrapper .person-wrapper span {
  margin: 0 0px 0 5px;
  font-size: 25px;
  line-height: normal;
}

.ensemble-detail .theater-freiburg-double-button .theater-freiburg-double-button-left .sold-out-popup,
.ensemble-detail .theater-freiburg-double-button .theater-freiburg-double-button-right .sold-out-popup {
  left: auto !important;
}
.ensemble-detail .media-container-ensemble .owl-thumbs {
  display: none;
}
.ensemble-detail .ensemble-detail-name-container h1.ensemble-detail-name {
  position: relative;
  margin: 0 auto;
}
.ensemble-detail #media-container-person {
  margin: 0 auto;
  position: relative;
}
.ensemble-detail #media-container-person .video-playing-production {
  filter: blur(4px);
  pointer-events: none;
}
.ensemble-detail #media-container-person.owl-carousel .owl-stage-outer .owl-stage {
  overflow-y: hidden;
}
.ensemble-detail #media-container-person.owl-carousel .owl-item img {
  width: auto;
  overflow: hidden;
  margin: 0 auto;
}
.ensemble-detail #media-container-person.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ensemble-detail #media-container-person.owl-carousel .owl-nav button.owl-prev, .ensemble-detail #media-container-person.owl-carousel .owl-nav button.owl-next {
  background-image: url("../images/icon_arrow-left-black.svg");
  background-repeat: no-repeat;
  background-size: 24px;
  width: 25px;
  height: 48px;
  background-position: center center;
}
@media screen and (min-width: 1024px) {
  .ensemble-detail #media-container-person.owl-carousel .owl-nav button.owl-prev, .ensemble-detail #media-container-person.owl-carousel .owl-nav button.owl-next {
    background-size: contain;
    width: 76px;
    height: 35px;
    margin-top: 12px;
  }
}
.ensemble-detail #media-container-person.owl-carousel .owl-nav button.owl-prev span, .ensemble-detail #media-container-person.owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.ensemble-detail #media-container-person.owl-carousel .owl-nav button.owl-next {
  transform: rotate(180deg);
}
.ensemble-detail .ensemble-detail-description-container,
.ensemble-detail .person-productions {
  margin: 0 auto;
  overflow: auto;
  padding-left: clamp(20px, 2%, 30px);
  padding-right: clamp(20px, 2%, 30px);
}
.ensemble-detail .ensemble-detail-description-container .production,
.ensemble-detail .person-productions .production {
  display: inline-block;
  font-size: 16px;
  /*  &:not(:last-child){
       &:after{
           content: "//";
           display: inline-block;
       }
   } */
}
@media screen and (min-width: 768px) {
  .ensemble-detail .ensemble-detail-description-container .production,
  .ensemble-detail .person-productions .production {
    font-size: 18px;
  }
}
.ensemble-detail .ensemble-detail-description-container .production span,
.ensemble-detail .person-productions .production span {
  font-weight: initial;
}
.ensemble-detail .ensemble-detail-description-container .production a,
.ensemble-detail .person-productions .production a {
  transition: all 0.4s ease-in-out;
}
.ensemble-detail .ensemble-detail-description-container .production a:hover,
.ensemble-detail .person-productions .production a:hover {
  border-bottom: 1px solid var(--base-hover-color);
}
.ensemble-detail .ensemble-detail-description-container .ensemble-detail-description b,
.ensemble-detail .person-productions .ensemble-detail-description b {
  font-weight: bold;
}
.ensemble-detail .ensemble-detail-description-container .ensemble-detail-description i,
.ensemble-detail .person-productions .ensemble-detail-description i {
  font-style: italic;
}
.ensemble-detail .ensemble-detail-description-container .ensemble-detail-description a.moreless,
.ensemble-detail .person-productions .ensemble-detail-description a.moreless {
  text-decoration: none;
  border: 0;
}
.ensemble-detail .ensemble-detail-description-container .ensemble-detail-description .toggle-read-more,
.ensemble-detail .person-productions .ensemble-detail-description .toggle-read-more {
  color: var(--base-text-color);
  display: block;
  position: absolute;
  right: 0;
  text-align: left;
  background: #fff;
  cursor: pointer;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 20px;
}
.ensemble-detail .ensemble-detail-description-container .ensemble-detail-description .toggle-read-more:before,
.ensemble-detail .person-productions .ensemble-detail-description .toggle-read-more:before {
  content: "";
  width: 154px;
  height: 120%;
  position: absolute;
  top: 0px;
  left: -153px;
  bottom: 0;
  background: linear-gradient(to right, transparent 0%, #fff);
}
.ensemble-detail .ensemble-detail-description-container .ensemble-detail-description .toggle-read-more > span,
.ensemble-detail .person-productions .ensemble-detail-description .toggle-read-more > span {
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
}
.ensemble-detail .person-productions {
  padding-top: 0;
}
.ensemble-detail .further-events-container {
  margin: 0 auto;
  margin-bottom: 99px;
}
.ensemble-detail .further-events-container h3.further-event-headline {
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 51px;
  font-size: 25px;
  line-height: 35px;
}
@media screen and (min-width: 768px) {
  .ensemble-detail .further-events-container h3.further-event-headline {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (min-width: 1024px) {
  .ensemble-detail .further-events-container h3.further-event-headline {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .ensemble-detail .further-events-container h3.further-event-headline {
    font-size: 50px;
    line-height: 95px;
  }
}
.ensemble-detail .further-events-container .further-events {
  max-width: 1170px;
  margin: 0 auto;
}
.ensemble-detail .further-events-container .further-events .further-event {
  margin-top: 41px;
  padding-top: 34px;
  border-top: 2px solid #E0E0E0;
  opacity: 1;
  visibility: visible;
  max-height: 1200px;
  height: 100%;
}
.ensemble-detail .further-events-container .further-events .further-event.blanked {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  margin: 0;
  padding: 0;
}
.ensemble-detail .further-events-container .further-events .further-event .further-event-inner {
  display: flex;
  flex-direction: column;
}
.ensemble-detail .further-events-container .further-events .further-event .further-event-inner .further-event-inner-left {
  width: 100%;
  margin-right: 56px;
  text-align: center;
}
.ensemble-detail .further-events-container .further-events .further-event .further-event-inner .further-event-inner-left .event-info .event-info-inner .date_price {
  display: flex;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 9px;
  flex-direction: column;
}
.ensemble-detail .further-events-container .further-events .further-event .further-event-inner .further-event-inner-left .event-info .event-info-inner .location_ensemble {
  display: flex;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0.8px;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .ensemble-detail .further-events-container .further-events .further-event .further-event-inner .further-event-inner-left .event-info .event-info-inner .location_ensemble {
    flex-direction: inherit;
  }
}
.ensemble-detail .further-events-container .further-events .further-event .further-event-inner .further-event-inner-left .event-info .event-info-inner .location_ensemble .location {
  flex: 1;
  padding-right: 15px;
  margin-bottom: 21px;
}
.ensemble-detail .further-events-container .further-events .further-event .further-event-inner .further-event-inner-left .event-info .event-info-inner .location_ensemble .location .info_collection {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .ensemble-detail .further-events-container .further-events .further-event .further-event-inner .further-event-inner-left .event-info .event-info-inner .location_ensemble .location .info_collection {
    flex-direction: row;
  }
}
.ensemble-detail .further-events-container .further-events .further-event .further-event-inner .further-event-inner-left .event-info .event-info-inner .location_ensemble .location .info_collection div .trenner {
  margin-right: 4px;
}
.ensemble-detail .further-events-container .further-events .further-event .further-event-inner .further-event-inner-left .event-info .event-info-inner .location_ensemble .location .info_collection div:last-child span {
  display: none;
}
.ensemble-detail .further-events-container .further-events .further-event .further-event-inner .further-event-inner-left .event-info .event-info-inner .location_ensemble .further-event-ensemble-button {
  margin: 0 auto;
  cursor: pointer;
  display: flex;
  align-items: end;
  margin-bottom: 26px;
}
@media screen and (min-width: 1024px) {
  .ensemble-detail .further-events-container .further-events .further-event .further-event-inner .further-event-inner-left .event-info .event-info-inner .location_ensemble .further-event-ensemble-button {
    margin-left: auto;
    margin-bottom: 0;
  }
}
.ensemble-detail .further-events-container .further-events .further-event .further-event-inner .further-event-inner-left .event-info .event-info-inner .location_ensemble .further-event-ensemble-button svg {
  height: auto;
  margin: 0 0 4px 4px;
}
.ensemble-detail .further-events-container .further-events .further-event .further-event-inner .further-event-inner-left .event-info .event-info-inner .location_ensemble .further-event-ensemble-button svg path {
  fill: var(--base-text-color);
}
.ensemble-detail .further-events-container .further-events .further-event .further-event-inner .further-event-inner-left .event-info .event-info-inner .location_ensemble .further-event-ensemble-button svg.rotate {
  transform: rotate(180deg);
}
.ensemble-detail .further-events-container .further-events .further-event .further-event-inner .further-event-inner-left .event-info .event-info-inner .location_ensemble .further-event-ensemble-button svg.rotate path {
  fill: var(--base-bg-color);
}
.ensemble-detail .further-events-container .further-events .further-event .further-event-inner .further-event-inner-right {
  flex: 1;
}
.ensemble-detail .further-events-container .further-events .further-event .further-event-inner .further-event-inner-right .default_ticket_btn {
  border: 2px solid var(--base-text-color);
  font-size: 16px;
  width: 142px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.ensemble-detail .further-events-container .further-events .further-event .further-event-inner .further-event-inner-right .default_ticket_btn:hover {
  color: white;
  border: 2px solid var(--base-text-color);
  background-color: var(--base-text-color);
}
@media screen and (min-width: 1024px) {
  .ensemble-detail .further-events-container .further-events .further-event .further-event-inner .further-event-inner-right .default_ticket_btn {
    margin-left: 5px;
    margin-top: 6px;
    width: 106px;
    height: 56px;
    font-size: 18px;
  }
}
@media screen and (min-width: 1400px) {
  .ensemble-detail .further-events-container .further-events .further-event .further-event-inner .further-event-inner-right .default_ticket_btn {
    width: 153px;
    font-size: 18px;
  }
}
.ensemble-detail .further-events-container .further-events .further-event .further-event-inner .further-event-inner-right .btn_merken {
  display: none;
}
.ensemble-detail .further-events-container .further-events .further-event .further-event-ensemble {
  display: none;
  max-width: 969px;
  padding: 10px 0 0 0;
}
.ensemble-detail .further-events-container .further-events .further-event .further-event-ensemble .person-role {
  font-size: 16px;
  color: var(--base-text-color);
  text-transform: uppercase;
  letter-spacing: 0.01em;
}
.ensemble-detail .further-events-container .further-events .further-event .further-event-ensemble .person-names a {
  color: var(--base-bg-color);
  margin-top: 20px;
}
.ensemble-detail .further-events-container .more-further-events-container {
  margin-top: 45px;
  cursor: pointer;
  text-align: center;
}
.ensemble-detail .further-events-container .more-further-events-container .more-further-events,
.ensemble-detail .further-events-container .more-further-events-container .less-further-events {
  text-align: center;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 10px;
}
.ensemble-detail .further-events-container .more-further-events-container .less-further-events {
  display: none;
}
.ensemble-detail .further-events-container .more-further-events-container svg {
  height: auto;
  width: 19px;
}
.ensemble-detail .further-events-container .more-further-events-container.open .more-further-events {
  display: none;
}
.ensemble-detail .further-events-container .more-further-events-container.open .less-further-events {
  display: block;
}
.ensemble-detail .further-events-container .more-further-events-container.open svg {
  transform: rotate(180deg);
}
.ensemble-detail .ensemble-detail-picture-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 337px;
  text-align: center;
}
.ensemble-detail img.ensemble-detail-picture {
  max-width: 305px;
  height: auto;
}
.ensemble-detail .owl-media-container-item .owl-media-container__text {
  margin-top: 10px;
  text-align: center;
}
.ensemble-detail div#video-player-container {
  height: 230px;
  max-height: 230px;
  width: 356px;
  top: 0;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
.ensemble-detail .video-js {
  position: absolute;
  left: 0;
  top: 0;
}

.hover-area {
  position: relative;
  display: inline-block;
}

.emoji {
  position: absolute;
  pointer-events: none;
  animation-name: float;
  animation-duration: 7.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  z-index: 999999;
}
@media screen and (max-width: 769px) {
  .emoji {
    font-size: 65px !important;
  }
}
@media screen and (min-width: 769px) {
  .emoji {
    font-size: 54px;
  }
}

@keyframes float {
  0% {
    opacity: 1; /* Emoji ist von Anfang an sichtbar */
    -webkit-transform: translateY(0px) scale(1);
    transform: translateY(0px) scale(1);
  }
  100% {
    opacity: 1; /* Emoji verschwindet am Ende */
    -webkit-transform: translateY(-1500px) scale(4.5);
    transform: translateY(-1500px) scale(4.5);
  }
}

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