@font-face {
  font-family: "Arizona";
  font-weight: 400;
  src: url("../../media/fonts/arizona/arizona.woff2") format("woff2");
}
/*@font-face{    
    font-family:"Flaire";
    font-weight: normal;
    font-style: normal;
    src:url("../../media/fonts/flaire/flaire.woff2") format("woff2");
    font-display: block;
}*/
/*@font-face{    
    font-family:"Ultra";
    font-weight: normal;
    font-style: normal;
    src:url("../../media/fonts/ultra/ultra.woff2") format("woff2");
}*/
/*@font-face{    
    font-family:"GT-Flaire-NSH-Basic-Regular";
    font-weight: normal;
    font-style: normal;
    src:url("../../media/fonts/flaire/GT-Flaire-NSH-Basic-Regular.woff2") format("woff2");
    font-display: block;
}*/
/*@font-face{    
    font-family:"GT-Ultra-NSH-Regular";
    font-weight: normal;
    font-style: normal;
    src:url("../../media/fonts/ultra/GT-Ultra-NSH-Regular.woff2") format("woff2");
}*/
@font-face {
  font-family: "Flaire-Variable";
  src: url("../../media/fonts/flaire/GT-Flaire-NSH-VF.ttf") format("truetype-variations");
}
@font-face {
  font-family: "Ultra-Variable";
  src: url("../../media/fonts/ultra/GT-Ultra-NSH-VF.ttf") format("truetype-variations");
}
/*$font-staatsoper: "Arizona";
$font-flaire: "Flaire";
$font-ultra-nsh-regular: "GT-Ultra-NSH-Regular";*/
/*$font-flaire-nsh-basic-regular: "GT-Flaire-NSH-Basic-Regular";*/
:root {
  --base-bg-color: #fff;
  --base-bg-color-dark: #080808;
  --base-bg-color-light: rgba(38,38,41,0.8);
  --base-dark-color: #000;
  --base-text-color: #eaeaea;
  --base-text-color-light: rgba(255,255,255,0.7);
  --base-border-color: #ffffff40;
  --base-primary-color: #FE5000;
  --bs-gutter-x: 20px !important;
}

/*
Here you will find all variables we used in SCSS files

ATTENTION! Dont use $value or $property!

/**************
*
* FONTS
*
**************/
/**************
*
* COLOR PRESET
*
**************/
/**************
*
* TEXT COLOR PRESET
*
**************/
/**************
*
* LINK COLOR PRESET
*
**************/
/**************
*
* HEADER & FOOTER 
*
**************/
/**************
*
* PADDING
*
**************/
/**************
*
* fix margin top problem
*
**************/
/**************
*
* WIDTH OF CONTENT ELEMENTS
*
**************/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/**************
*
* Font Styles
*
**************/
/*
*
*
*
* Use this file to create extend/inheritance
*
*
*
*/
/*
*
* MARGINS & PADDINGS
*
*/
/*
*
* LIMITED CONTENT WIDTH
*
*/
/*
*
*
* FONT PRESET
*
*/
.btn {
  font-size: 15px;
  border-radius: 28px;
  line-height: 1;
  height: 30px;
  padding: 7px 18px 5px;
  border: 1px solid black;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
  color: #202020;
  background-color: white;
}
.btn:hover {
  background-color: #202020;
  color: white;
}
.btn.icon svg {
  width: 12px;
  margin: 4px;
}
.btn.icon svg path {
  fill: #202020;
}

.btn-icon {
  font-size: 18px;
  border-radius: 28px;
  line-height: 1;
  height: 30px;
  padding: 8px 16px 8px 16px;
  border: 1px solid black;
  text-align: center;
  white-space: nowrap;
  display: flex;
  align-items: center;
  color: #202020;
  background-color: white;
}
.btn-icon:hover {
  background-color: #202020;
  color: #fff;
}
.btn-icon:hover svg path {
  fill: #fff;
}
.btn-icon svg {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  margin-right: 10px;
}
.btn-icon svg path {
  fill: #202020;
}

.btn-big {
  height: 46px;
}

.btn-md {
  padding: 15px;
  font-size: 1.2rem;
}

.btn-black-outline-round {
  border: 1px solid black;
}
.btn-black-outline-round:focus, .btn-black-outline-round:active, .btn-black-outline-round:focus-within {
  background: black;
  color: white;
}
.btn-black-outline-round:hover {
  background-color: #202020;
}

.btn-disable-hover {
  pointer-events: none;
}

.btn-color-black {
  background-color: black;
  border-color: black;
  color: white;
}
@media (hover: hover) {
  .btn-color-black:hover {
    background-color: white;
    color: #202020;
  }
}
@media (hover: none) {
  .btn-color-black:focus {
    background-color: black;
    border-color: black;
    color: white;
  }
}

.btn-hover-gray:hover {
  border-color: #202020;
  color: #000000;
  background-color: #d9d9d9;
}

.btn-color-orange {
  background-color: #FF5500;
  border-color: #FF5500 !important;
  color: #202020;
}
.btn-color-orange:hover {
  background-color: #C2531C;
  border-color: #C2531C !important;
}

.toogle_information {
  margin-left: auto;
  height: auto;
  width: 30px;
  height: 30px;
  border: 1px solid black;
  border-radius: 50%;
  background-image: url(../images/icon_chevron-down.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  cursor: pointer;
  margin-bottom: auto;
  flex: 0 0 30px;
}
.toogle_information.rotate {
  transform: rotate(180deg);
}

.stha.btn-custom {
  font-size: 15px;
  border-radius: 28px;
  line-height: 1;
  height: 30px;
  padding: 6px 18px 6px;
  border: 1px solid black;
  text-align: center;
  white-space: nowrap;
  color: #202020;
  background-color: white;
}
.stha.btn-custom a {
  text-decoration: none !important;
}
.stha.btn-custom:hover {
  color: black;
  background-color: #d9d9d9;
  opacity: 0.7;
}
.stha.btn-custom:focus {
  color: #fff;
  background-color: #000;
  opacity: 1;
}
.stha.btn-custom.btn-black {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.stha.btn-custom.btn-black a {
  color: #fff;
}
.stha.btn-custom.btn-black:hover {
  background-color: #d9d9d9;
}
.stha.btn-custom.btn-black:focus, .stha.btn-custom.btn-black:focus-within {
  color: #fff;
  background-color: #000;
  opacity: 1;
}
.stha.btn-custom.btn-red {
  color: #fff;
  background-color: #ff5500;
  border-color: #ff5500;
}
.stha.btn-custom.btn-red:hover {
  background-color: #ff5500;
}
.stha.btn-custom.btn-red a {
  color: #fff;
}
.stha.btn-custom.btn-red:focus {
  background-color: #ff5500;
}
.stha.btn-custom a {
  text-decoration: none;
}

.accordion-body {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1024px) {
  .accordion-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.accordion-item {
  border-left-width: 0;
  border-right-width: 0;
  border-top-left-width: 0;
  border-top-right-width: 0;
}

.accordion-button {
  background: 0;
  color: initial;
}
.accordion-button::after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.accordion-button:focus, .accordion-button:not(.collapsed) {
  background: none;
  color: initial;
  box-shadow: none;
  border: none;
}

.accordion-double .article-editor-button:first-of-type,
.accordion-double .article-editor-button:nth-of-type(2) {
  top: 17px !important;
}
.accordion-double .article-editor-button:first-of-type.page-level-3,
.accordion-double .article-editor-button:nth-of-type(2).page-level-3 {
  margin-right: 0;
}

.ajax-loader {
  display: none;
  width: 100%;
  height: 100px;
  max-width: 100px;
  margin: auto;
  align-items: center;
  justify-content: center;
  /* LOADER 6 */
}
.ajax-loader.show {
  display: flex;
}
.ajax-loader #loader-6 {
  top: 40px;
  left: -2.5px;
}
.ajax-loader #loader-6 span {
  display: inline-block;
  width: 5px;
  height: 20px;
  background-color: #000000;
}
.ajax-loader #loader-6 span:nth-child(1) {
  animation: grow 1s ease-in-out infinite;
}
.ajax-loader #loader-6 span:nth-child(2) {
  animation: grow 1s ease-in-out 0.15s infinite;
}
.ajax-loader #loader-6 span:nth-child(3) {
  animation: grow 1s ease-in-out 0.3s infinite;
}
.ajax-loader #loader-6 span:nth-child(4) {
  animation: grow 1s ease-in-out 0.45s infinite;
}
@keyframes grow {
  0%, 100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}

.page-programm .dynamic-media-container-production-media-items {
  max-width: 100%;
  position: relative;
  height: 100%;
}
.page-programm .dynamic-media-container-production-media-items .video-js {
  position: absolute;
  width: 100%;
  height: 100%;
  /*            min-height: initial;*/
  /*            left: 50%;*/
  /*            top: 50%;*/
  /*            transform: translate(-50%, -50%);*/
}
.page-programm .dynamic-media-container-production-media-items .video-js .vjs-poster {
  background: initial;
}
.page-programm .dynamic-media-container-production-media-items .video-js .vjs-tech {
  width: 100%;
  height: 100%;
}
.page-programm .dynamic-media-container-production-media-items .media-wrapper .vjs-tech {
  object-fit: cover;
}
.page-programm .dynamic-media-container-production-media-items .media-wrapper,
.page-programm .dynamic-media-container-production-media-items .dynamic-media-container,
.page-programm .dynamic-media-container-production-media-items .owl-stage-outer {
  height: 100%;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage {
  height: 100%;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item {
  height: 100%;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item {
  height: 100%;
  position: relative;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-a-1 .owl-media-container__text .media-container__title {
  font-family: "Flaire-Variable";
  font-variation-settings: "wght" 520, "FLAR" 0;
  line-height: 0.9;
  font-weight: normal;
  /*font-variation-settings: "wght" 760, "ital" 0, "opsz" 60;*/
  letter-spacing: 0vw;
  font-size: 15vw;
}
@media screen and (min-width: 768px) {
  .page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-a-1 .owl-media-container__text .media-container__title {
    font-size: 4vw;
  }
}
@media screen and (min-width: 1024px) {
  .page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-a-1 .owl-media-container__text .media-container__title {
    font-size: 6vw;
  }
}
@media screen and (min-width: 1400px) {
  .page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-a-1 .owl-media-container__text .media-container__title {
    font-size: 7vw;
  }
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-a-2 .owl-media-container__text .media-container__title {
  font-family: "Ultra-Variable";
  font-variation-settings: "wght" 640, "CNTR" 100;
  letter-spacing: 0.02vw;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-a-3 .owl-media-container__text .media-container__title {
  font-family: "Ultra-Variable";
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-b-1 .owl-media-container__text {
  color: white;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-b-1 .owl-media-container__text .media-container__title,
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-b-1 .owl-media-container__text .media-container__event-title,
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-b-1 .owl-media-container__text .media-container__subtitle {
  text-shadow: 0px 0px 6px rgba(24, 24, 24, 0.5);
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-b-2 .owl-media-container__text {
  color: black;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-b-3 .owl-media-container__text {
  mix-blend-mode: difference;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-b-4 .owl-media-container__text {
  color: #f72a57;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-c-1 svg#header_slider-1 {
  position: absolute;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-c-1 svg#header_slider-1 path {
  fill: white;
  mix-blend-mode: difference;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-c-2 svg#header_slider-2 {
  position: absolute;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-c-2 svg#header_slider-2 path {
  fill: white;
  mix-blend-mode: difference;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-2::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-2.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-3::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-3.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-4::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-4.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-5::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-5.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-6::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-6.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-7::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-7.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-8::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-8.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-9::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-9.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-10::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-10.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-11::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-11.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-12::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-12.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-13::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-13.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-14::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-14.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-15::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-15.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-16::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-16.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-17::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-17.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-18::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-18.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-19::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-19.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-20::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-20.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-21::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-21.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-22::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-22.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-23::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-23.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-9::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-9.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-24::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-24.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-25::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-25.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-26::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-26.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-27::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-27.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-28::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-28.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-29::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-29.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-30::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-30.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-31::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-31.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-32::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-32.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-33::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-33.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-34::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-34.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-35::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-35.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-36::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-36.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-37::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-37.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-38::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-38.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-39::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-39.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-40::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-40.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-41::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-41.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-42::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-42.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-43::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-43.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-44::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-44.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-45::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-45.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-46::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-46.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-47::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-47.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-48::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-48.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-49::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-49.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-50::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-50.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-51::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-51.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-52::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-52.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-53::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-53.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-54::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-54.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-55::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-55.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-56::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-56.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-57::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-57.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-58::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-58.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-59::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-59.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-60::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-60.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-61::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-61.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-62::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-62.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-63::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-63.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-64::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-64.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-65::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-65.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-66::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-66.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-67::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-67.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-68::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-68.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-69::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-69.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-70::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-70.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-71::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-71.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-72::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-72.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-73::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-73.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-74::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-74.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-75::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-75.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-76::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-76.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-77::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-77.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-78::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-78.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-79::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-79.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-80::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-80.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-81::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-81.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-82::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-82.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-83::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-83.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-84::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-84.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-85::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-85.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-86::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-86.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item.media-item-style-option-svg-87::after {
  position: absolute;
  mix-blend-mode: difference;
  content: "";
  background-image: url(../images/svg_mediencontainer/icon_header-slider-87.svg);
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  bottom: 0;
  z-index: 5;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item .image-wrapper {
  position: relative;
  height: 100%;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item .image-wrapper .order-item-row {
  width: fit-content;
  position: absolute;
  bottom: 20px;
  left: 15px;
  z-index: 100;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item .image-wrapper .order-item-row .order-option-item {
  border: 1px solid black;
  border-radius: 30px;
  font-size: 15px;
  background-color: #fff;
  letter-spacing: 0.6px;
  padding: 2px 17px 2px;
  display: block;
  white-space: nowrap;
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item .image-wrapper .order-item-row .order-option-item:hover {
  border-color: #202020;
  color: #000000;
  background-color: #d9d9d9;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item .image-wrapper .order-item-row .order-option-item svg {
  width: 12px;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item .image-wrapper .order-item-row .order-option-item svg path {
  fill: #202020;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item .image-wrapper .media-container__title {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 9.57vw;
  line-height: 1;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item .image-wrapper .video-js {
  position: absolute;
  z-index: 2;
  top: 0;
  width: 100%;
  height: 100%;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item .image-wrapper .gradient-layer {
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page-programm .dynamic-media-container-production-media-items .owl-stage .owl-item .owl-media-container-item .image-wrapper:hover .gradient-layer {
  background-color: black;
  opacity: 0.5;
  display: block;
}
.page-programm .dynamic-media-container-production-media-items .owl-dots {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  padding: 8px;
  mix-blend-mode: difference;
  margin: 0;
  justify-content: inherit;
  z-index: 20;
}
.page-programm .dynamic-media-container-production-media-items .owl-dots button {
  border-top: none;
  border-bottom: none;
  height: 4px;
  width: inherit;
  margin: 3px;
  background-color: white;
  opacity: 0.5;
}
.page-programm .dynamic-media-container-production-media-items .owl-dots button.active {
  background-color: #f72a57;
  opacity: 1;
}
.page-programm .dynamic-media-container-production-media-items h1 {
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 12.7vw;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  top: 38px;
  line-height: 4vw;
}
@media screen and (min-width: 768px) {
  .page-programm .dynamic-media-container-production-media-items h1 {
    font-size: 4vw;
  }
}
.page-programm .dynamic-media-container-production-media-items .owl-media-container__text {
  padding: 70px 15px 38px 15px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: inherit;
  z-index: 11;
  text-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
  color: white;
  position: absolute;
  bottom: 0;
  text-align: center;
  align-self: anchor-center;
  container-type: inline-size;
}
@media screen and (min-width: 768px) {
  .page-programm .dynamic-media-container-production-media-items .owl-media-container__text {
    padding: 20px 15px 24px 15px;
    opacity: 0;
  }
}
.page-programm .dynamic-media-container-production-media-items .owl-media-container__text .owl-media-container__text span.title {
  font-size: 18px;
}
.page-programm .dynamic-media-container-production-media-items .owl-media-container__text .media-container__event-title {
  margin: 20px 0 0 0;
  font-size: 16px;
  letter-spacing: 3px;
  line-height: 22px;
}
@media screen and (min-width: 1024px) {
  .page-programm .dynamic-media-container-production-media-items .owl-media-container__text .media-container__event-title {
    font-size: 2.2vw;
    line-height: 3vw;
  }
}
.page-programm .dynamic-media-container-production-media-items .owl-media-container__text .media-container__title {
  font-size: 9cqw;
  line-height: 0.9;
  font-weight: normal;
  letter-spacing: -0.02em;
  hyphens: unset;
  height: fit-content;
  /*                @media screen and (min-width: $media-1024){
                      font-size: 9.4vw;
                  }*/
}
.page-programm .dynamic-media-container-production-media-items .owl-media-container__text .media-container__subtitle {
  font-variation-settings: "wght" 390, "FLAR" 0;
  font-size: 14px;
  margin-bottom: 12px;
  letter-spacing: 3px;
}
.page-programm .dynamic-media-container-production-media-items .owl-media-container__text .media-container__description {
  display: none;
  max-width: 40%;
  width: 100%;
  font-size: 23px;
  line-height: 27px;
  font-weight: normal;
  margin-bottom: 20px;
  font-family: "Ultra-Variable";
}
@media screen and (max-width: 1219px) {
  .page-programm .dynamic-media-container-production-media-items .owl-media-container__text .media-container__description {
    max-width: 40%;
    font-size: 16px;
    line-height: 24px;
  }
}
.page-programm .dynamic-media-container-production-media-items .owl-media-container__text .owl-media-container__buttons {
  font-family: "Ultra-Variable";
  font-variation-settings: "wght" 390, "CNTR" 0;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 30px);
  gap: 1px;
  position: absolute;
  bottom: 20px;
}
@media screen and (min-width: 768px) {
  .page-programm .dynamic-media-container-production-media-items .owl-media-container__text .owl-media-container__buttons {
    gap: 15px;
  }
}
.page-programm .dynamic-media-container-production-media-items .owl-media-container__text .owl-media-container__buttons .order-item-row {
  margin: 44px 0 0 0;
}
@media screen and (min-width: 1024px) {
  .page-programm .dynamic-media-container-production-media-items .owl-media-container__text .owl-media-container__buttons .order-item-row {
    margin: 24px 0 0 0;
  }
}
@media screen and (min-width: 1400px) {
  .page-programm .dynamic-media-container-production-media-items .owl-media-container__text .owl-media-container__buttons .order-item-row {
    margin: 44px 0 0 0;
  }
}
.page-programm .dynamic-media-container-production-media-items .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt {
  width: 43px;
  height: 43px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
}
@media screen and (min-width: 768px) {
  .page-programm .dynamic-media-container-production-media-items .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt {
    width: 53px;
    height: 53px;
  }
}
@media screen and (min-width: 1024px) {
  .page-programm .dynamic-media-container-production-media-items .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt {
    width: 53px;
    height: 53px;
  }
}
.page-programm .dynamic-media-container-production-media-items .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt svg.icon-play-btn {
  width: 12px;
}
.page-programm .dynamic-media-container-production-media-items .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt:hover {
  border-color: white;
  background-color: white;
}
.page-programm .dynamic-media-container-production-media-items .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt:hover svg g {
  fill: #000000;
}
.page-programm .dynamic-media-container-production-media-items .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt .order-video-type {
  border: 1px solid white;
  color: white;
  font-family: "Ultra-Variable";
  padding: 11px 45px;
}
@media screen and (min-width: 1024px) {
  .page-programm .dynamic-media-container-production-media-items .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt .order-video-type {
    padding: 8px 45px;
  }
}
@media screen and (min-width: 1400px) {
  .page-programm .dynamic-media-container-production-media-items .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt .order-video-type {
    padding: 11px 45px;
  }
}
.page-programm .dynamic-media-container-production-media-items .owl-media-container__text .owl-media-container__buttons .order-item-row .order-option-description .offer-button-txt .order-video-type:hover {
  border-color: #000000;
  color: #000000;
}
.page-programm .dynamic-media-container-production-media-items .owl-media-container__text .owl-media-container__buttons a.media-container-button-landingpage {
  border: 1px solid black;
  border-radius: 30px;
  font-size: 15px;
  background-color: #fff;
  letter-spacing: 0.6px;
  padding: 2px 17px 2px;
  display: block;
  white-space: nowrap;
  margin: 10px 0 0;
}
.page-programm .dynamic-media-container-production-media-items .owl-media-container__text .owl-media-container__buttons a.media-container-button-landingpage:hover {
  border-color: #202020;
  color: #000000;
  background-color: #d9d9d9;
}
@media screen and (min-width: 768px) {
  .page-programm .dynamic-media-container-production-media-items .owl-media-container__text .owl-media-container__buttons a.media-container-button-landingpage {
    margin: initial;
  }
}
.page-programm .dynamic-media-container-production-media-items .stream-media-layer .stream-media-layer-video-container-close-icon {
  width: 2vw;
  height: auto;
}
.page-programm .dynamic-media-container-production-media-items .stream-media-layer .stream-media-layer-video-container-close-icon svg {
  fill: #fff;
}
.page-programm .dynamic-media-container-production-media-items .stream-media-layer .stream-media-layer-video-container {
  width: 100vw;
  height: calc(100dvh - 17dvw);
  background: #000;
}
@media screen and (min-width: 768px) {
  .page-programm .dynamic-media-container-production-media-items .stream-media-layer .stream-media-layer-video-container {
    width: 100%;
    height: calc(100dvh - 3.21dvw);
  }
}
@media screen and (max-width: 767px) {
  .page-programm .dynamic-media-container-production-media-items .stream-media-layer {
    top: 0;
  }
}
.page-programm .production_media_container .media-container-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 20px 0 15px;
  border-bottom: none;
}
@media screen and (max-width: 375px) {
  .page-programm .production_media_container .media-container-container {
    padding: 15px 0 15px;
  }
}
.page-programm .production_media_container .owl-carousel .owl-item .image-wrapper {
  position: relative;
  padding-bottom: 10px;
}
.page-programm .production_media_container .owl-carousel .owl-item .image-wrapper img {
  border-radius: 8px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2509803922);
  background-color: #eee;
  width: auto;
  max-height: 381px;
  height: 355px;
}
@media screen and (min-width: 768px) {
  .page-programm .production_media_container .owl-carousel .owl-item .image-wrapper img {
    max-width: 667px;
  }
}
@media screen and (min-width: 1024px) {
  .page-programm .production_media_container .owl-carousel .owl-item .image-wrapper img {
    margin-bottom: inherit;
    max-width: 810px;
  }
}
.page-programm .production_media_container .owl-carousel .owl-item .image-wrapper .copyright {
  position: absolute;
  bottom: 8px;
  color: white;
  width: 100%;
  text-align: center;
  font-size: 14px;
  bottom: 18px;
}
.page-programm .production_media_container .owl-carousel .owl-item .media-container__title {
  text-align: center;
  font-size: 18px !important;
}
.page-programm .production_media_container .owl-carousel .owl-nav {
  display: none;
}

@media screen and (min-width: 768px) {
  .header-timetable-wrapper {
    position: fixed;
    right: 0;
  }
}
.header-timetable-wrapper .header-timetable-inner {
  height: 100%;
}
@media screen and (min-width: 768px) {
  .header-timetable-wrapper .header-timetable-inner {
    flex-direction: column;
    height: 100%;
    display: flex;
  }
}
.header-timetable-wrapper .header-timetable-inner .archived-event {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 1024px) {
  .header-timetable-wrapper .header-timetable-inner .archived-event {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.header-timetable-wrapper .header-timetable-inner .has_no_further_events {
  flex: 1;
}
.header-timetable-wrapper .header-timetable-inner .has_no_further_events .headline {
  border-bottom: 1px solid black;
}
.header-timetable-wrapper .header-timetable-inner .has_no_further_events .xtra-info {
  padding: 10px;
}
.header-timetable-wrapper .header-timetable-inner .headline {
  font-size: 6.36vw;
  line-height: 1;
  padding: 13px 0;
  min-height: 11.59dvw;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-transition: all 500ms cubic-bezier(0.4, 0, 0.6, 1);
  -moz-transition: all 500ms cubic-bezier(0.4, 0, 0.6, 1);
  -o-transition: all 500ms cubic-bezier(0.4, 0, 0.6, 1);
  transition: all 500ms cubic-bezier(0.4, 0, 0.6, 1);
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .header-timetable-wrapper .header-timetable-inner .headline {
    font-size: 2.3vw;
    min-height: 4dvw;
  }
}
@media screen and (min-width: 1200px) {
  .header-timetable-wrapper .header-timetable-inner .headline {
    font-size: 2vw;
    letter-spacing: 0.01vw;
  }
}
.header-timetable-wrapper .header-timetable-inner .header-timetable {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .header-timetable-wrapper .header-timetable-inner .header-timetable {
    flex-grow: 20;
    overflow: auto;
    flex-basis: 100px;
    max-height: calc(100% - 3.21dvw);
  }
}
.header-timetable-wrapper .header-timetable-inner .header-timetable * {
  transition: none;
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .btn {
  flex: 1;
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event.blanked {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  margin: 0;
  padding: 0;
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day {
  padding: 0 10px 5px 10px;
  border-top: 1px solid black;
  display: flex;
  gap: 14px;
  font-size: 16px;
  line-height: 21px;
}
@media screen and (min-width: 768px) {
  .header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day {
    font-size: 15px;
    padding: 0 10px 5px 10px;
  }
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .title {
  text-align: left;
  font-size: 20px;
  letter-spacing: 0.3px;
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day.hide_border {
  border-top: none;
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day.hide_border .event {
  border-top: 1px solid black;
  padding-top: 8px;
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day.scrollable.fixed .day {
  position: absolute;
  top: 1px;
  z-index: 10;
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day.scrollable.fixed .event_day_list {
  margin-left: 54px;
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .day {
  padding-top: 6px;
  /*                        background-color: white;*/
  z-index: 11;
  width: 40px;
  /*                        border-top: 1px solid black;*/
  /*                        margin-top: -1px;*/
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .day.hide {
  visibility: hidden;
  opacity: 0;
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .day .day_name {
  font-size: 18px;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) {
  .header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .day .day_name {
    font-size: 20px;
  }
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .day .day_date {
  font-size: 30px;
  line-height: 30px;
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .day .month_name {
  font-size: 16px;
  line-height: 21px;
}
@media screen and (min-width: 768px) {
  .header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .day .month_name {
    font-size: 15px;
  }
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .event_day_list {
  padding-top: 5px;
  flex: 1;
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .event_day_list .event {
  margin-bottom: 8px;
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .event_day_list .event .event_title {
  font-size: 26px;
  line-height: 29px;
  hyphens: auto;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .event_day_list .event .event_title {
    font-size: 28px;
  }
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .event_day_list .event .event_buttons {
  width: 100%;
  justify-content: end;
  display: flex;
  margin: 4px 0 8px;
  flex-direction: row-reverse;
  gap: 5px;
  order: 3;
  /*                                a,
                                  span,
                                  > div{
                                      text-align: center;
                                      padding: 2px 5px;
                                      width: 100%;
                                  }*/
}
@media screen and (min-width: 768px) {
  .header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .event_day_list .event .event_buttons {
    order: 2;
  }
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .event_day_list .event .event_buttons .flex {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .event_day_list .event .event_buttons .flex {
    flex: unset;
  }
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .event_day_list .event .Advertising a {
  text-decoration: underline;
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .event_day_list .event .further-event-ensemble-button {
  cursor: pointer;
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .event_day_list .event .further-event-ensemble-button svg {
  cursor: pointer;
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .event_day_list .event .further-event-ensemble-button svg.rotate {
  transform: rotate(180deg);
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .event_day_list .event .location_ensemble {
  padding-top: 10px;
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .event_day_list .event .further-event-ensemble {
  display: none;
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .event_day_list .event .further-event-ensemble.show {
  display: block;
  padding-top: 0px;
  padding-bottom: 14px;
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .event_day_list .event .further-event-ensemble a {
  text-decoration: underline;
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .event_day_list .event .further-event-ensemble .person-names:not(:last-child):after {
  display: inline-block;
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .event_day_list .event .EventTicketLink {
  background-color: black;
  color: white;
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .event_day_list .event_extra_information {
  max-height: 0;
  overflow: hidden;
  padding-top: 8px;
  transition: max-height 0.75s ease-out;
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .further-event .event_day .event_day_list .event_extra_information.show {
  max-height: 500px;
  transition: max-height 1s ease-in;
  padding-bottom: 10px;
}
.header-timetable-wrapper .header-timetable-inner .header-timetable .xtra-info {
  width: 100%;
  padding: 10px;
}
.header-timetable-wrapper .header-timetable-inner .more-further-events-container {
  font-size: 6.36vw;
  line-height: 1;
  padding: 13px 0;
  min-height: 11.59dvw;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-transition: all 500ms cubic-bezier(0.4, 0, 0.6, 1);
  -moz-transition: all 500ms cubic-bezier(0.4, 0, 0.6, 1);
  -o-transition: all 500ms cubic-bezier(0.4, 0, 0.6, 1);
  transition: all 500ms cubic-bezier(0.4, 0, 0.6, 1);
  padding: 0;
  min-height: unset !important;
  /*            &.open{
                  background-color: $primary_color;
                  button{
                      color: white;
                  }
                  .more-further-events{
                      display: none;
                  }
                  .less-further-events{
                      display: inline-block;
                  }

              }*/
}
@media screen and (min-width: 768px) {
  .header-timetable-wrapper .header-timetable-inner .more-further-events-container {
    font-size: 2.3vw;
    min-height: 4dvw;
  }
}
@media screen and (min-width: 1200px) {
  .header-timetable-wrapper .header-timetable-inner .more-further-events-container {
    font-size: 2vw;
    letter-spacing: 0.01vw;
  }
}
.header-timetable-wrapper .header-timetable-inner .more-further-events-container.open {
  display: none;
}
.header-timetable-wrapper .header-timetable-inner .more-further-events-container .less-further-events {
  display: none;
}
.header-timetable-wrapper .header-timetable-inner .more-further-events-container .more-further-events {
  background-color: #d9d9d9;
  border-radius: 2px;
  padding: 7px 12px 5px 12px;
  width: calc(100% - 8px);
  display: block;
  margin: 4px;
  font-size: 20px;
  line-height: 20px;
}

.page-programm .site-main {
  margin-bottom: 0;
}

.program-detail .program-detail-header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.program-detail .program-detail-header .header-media-wrapper {
  flex: 0 0 100%;
  order: 1;
  text-align: center;
  height: calc(100dvh - 3.21dvw);
}
@media screen and (min-width: 768px) {
  .program-detail .program-detail-header .header-media-wrapper {
    order: initial;
    flex-basis: 50%;
    flex-grow: 4;
    max-width: calc(100% - 375px);
    border-bottom: 1px solid black;
  }
  .program-detail .program-detail-header .header-media-wrapper.detail-schauspiel {
    order: 2;
  }
}
@media screen and (min-width: 1500px) {
  .program-detail .program-detail-header .header-media-wrapper {
    max-width: 75%;
  }
}
@media screen and (min-width: 1600px) {
  .program-detail .program-detail-header .header-media-wrapper {
    max-width: 75%;
  }
}
@media screen and (max-width: calc(1024px - 1px)) {
  .program-detail .program-detail-header .header-media-wrapper {
    width: 100%;
    height: calc(100dvh - 17dvw);
    display: block;
  }
}
@media only screen and (max-width: calc(1024px - 1px)) and (orientation: landscape) {
  .program-detail .program-detail-header .header-media-wrapper {
    width: 100%;
    height: calc(100dvh - calc(3.21dvw + calc(11.59dvw * 2)));
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .program-detail .program-detail-header .header-media-wrapper {
    height: calc(100dvh - 3.21dvw);
  }
}
@media screen and (min-width: 768px) {
  .program-detail .program-detail-header .header-media-wrapper .header_without_media_container .HasNoMediaItems {
    margin: 38px 0;
  }
}
.program-detail .program-detail-header .header-timetable-wrapper {
  order: 3;
  width: 100%;
  /*   *********
  .header-timetable-inner{} siehe _page_programm_detail_timetable.scss
  **************/
}
@media screen and (min-width: 768px) {
  .program-detail .program-detail-header .header-timetable-wrapper {
    order: 2;
    flex-basis: 25%;
    height: calc(100dvh - 3.21dvw);
    width: 25%;
    min-width: 375px;
    overflow: hidden;
    border-left: 1px solid black;
    /*border-bottom: 1px solid black;*/
  }
  .program-detail .program-detail-header .header-timetable-wrapper::-webkit-scrollbar {
    width: 10px;
    background: transparent;
  }
  .program-detail .program-detail-header .header-timetable-wrapper::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0.5);
    margin-top: 40px;
    padding-top: 40px;
  }
  .program-detail .program-detail-header .header-timetable-wrapper.detail-schauspiel {
    order: 1;
    border-left: 0;
    border-right: 1px #d9d9d9 solid;
  }
  .program-detail .program-detail-header .header-timetable-wrapper.page-scrolled-down {
    height: calc(100dvh - (2.86dvw + 138px));
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .program-detail .program-detail-header .header-timetable-wrapper.page-scrolled-down {
    height: calc(100dvh - (2.86dvw + 56px));
  }
}
@media screen and (max-width: 767px) {
  .program-detail .program-detail-header .header-timetable-wrapper {
    height: auto !important;
  }
}
.program-detail .program-detail-header .header-timetable-wrapper .viewport-button-container {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(4dvw * 2);
}
.program-detail .program-detail-header .header-timetable-wrapper .viewport-button-container .small-headline-container h3 {
  padding: 10px 0;
  border-top: 1px solid black;
  font-size: 4.3vw;
}
@media screen and (min-width: 768px) {
  .program-detail .program-detail-header .header-timetable-wrapper .viewport-button-container .small-headline-container h3 {
    font-size: clamp(17px, 1.4vw, 4.3vw);
  }
}
.program-detail .program-detail-header .header-timetable-wrapper .viewport-button-container .viewport-button {
  border-top: 1px solid black;
  width: 100%;
  align-items: center;
  justify-content: center;
  color: #202020;
  background-color: #fff;
  display: flex;
  /*                    @media screen and (min-width: $media-768){
                          display: flex;
                      }*/
  font-size: 6.36vw;
  line-height: 1;
  padding: 13px 0;
  min-height: 11.59dvw;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -moz-transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
  -webkit-transition: all 500ms cubic-bezier(0.4, 0, 0.6, 1);
  -moz-transition: all 500ms cubic-bezier(0.4, 0, 0.6, 1);
  -o-transition: all 500ms cubic-bezier(0.4, 0, 0.6, 1);
  transition: all 500ms cubic-bezier(0.4, 0, 0.6, 1);
}
@media screen and (min-width: 768px) {
  .program-detail .program-detail-header .header-timetable-wrapper .viewport-button-container .viewport-button {
    font-size: 2.3vw;
    min-height: 4dvw;
  }
}
@media screen and (min-width: 1200px) {
  .program-detail .program-detail-header .header-timetable-wrapper .viewport-button-container .viewport-button {
    font-size: 2vw;
    letter-spacing: 0.01vw;
  }
}
.program-detail .program-detail-header .header-timetable-wrapper .viewport-button-container .viewport-button:hover, .program-detail .program-detail-header .header-timetable-wrapper .viewport-button-container .viewport-button:active {
  background-color: #000000;
  color: white;
}
.program-detail .program-detail-header .header-timetable-wrapper .viewport-button-container .viewport-button:hover::after, .program-detail .program-detail-header .header-timetable-wrapper .viewport-button-container .viewport-button:active::after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(0deg);
  transition: 0.3s;
}
.program-detail .program-detail-header .header-timetable-wrapper .viewport-button-container .viewport-button:hover.rotate::after, .program-detail .program-detail-header .header-timetable-wrapper .viewport-button-container .viewport-button:active.rotate::after {
  transform: rotate(180deg);
}
@media screen and (min-width: 768px) {
  .program-detail .main-col {
    max-width: calc(100% - 375px);
  }
}
@media screen and (min-width: 1500px) {
  .program-detail .main-col {
    max-width: 75%;
  }
}
.program-detail .main-col .production_media_container {
  position: relative;
}
.program-detail .main-col .production_media_container button.cb-flex-editor-button {
  position: absolute !important;
}
.program-detail .header-production_info {
  width: 100%;
  order: 2;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .program-detail .header-production_info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.program-detail .header-production_info div {
  margin: 20px 0 0 0;
}
.program-detail .header-production_info div.header_production_info_right span {
  display: block;
}
@media screen and (min-width: 768px) {
  .program-detail .header-production_info div.header_production_info_right {
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .program-detail .header-production_info div.header_production_info_left {
    padding-right: 15px;
  }
}
.program-detail .header-production_info div.hide_section {
  display: none;
}
@media screen and (min-width: 768px) {
  .program-detail .header-production_info {
    order: 3;
    flex-direction: row;
  }
  .program-detail .header-production_info div {
    flex-basis: calc((100% - 375px) / 2);
    /*flex-basis: 37.5%;*/
  }
  .program-detail .header-production_info div.full_section {
    margin: 0 auto;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    flex-basis: unset;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .program-detail .header-production_info div.full_section {
    max-width: 665px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .program-detail .header-production_info div.full_section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .program-detail .header-production_info span {
    flex-basis: 25%;
  }
  .program-detail .header-production_info span.header_production_info_spacer {
    min-width: 375px;
  }
}
@media screen and (min-width: 1500px) {
  .program-detail .header-production_info div {
    flex-basis: 37.5%;
  }
}
@media screen and (min-width: 768px) {
  .program-detail.detail-schauspiel .header-production_info span {
    flex-basis: 375px;
    display: block;
  }
  .program-detail.detail-schauspiel .program-detail-header .header-media-wrapper {
    order: 2;
    margin-left: 375px;
  }
  .program-detail.detail-schauspiel .header-timetable-wrapper {
    order: 1;
    left: 0;
    border-right: 1px #d9d9d9 solid;
    right: unset;
  }
  .program-detail.detail-schauspiel .programm_description_wrapper {
    flex-direction: row;
  }
  .program-detail.detail-schauspiel.program-detail .main-col {
    margin-left: 375px;
  }
}
@media screen and (min-width: 1500px) {
  .program-detail.detail-schauspiel .header-production_info span {
    flex-basis: 25%;
  }
  .program-detail.detail-schauspiel .program-detail-header .header-media-wrapper {
    margin-left: 25%;
  }
  .program-detail.detail-schauspiel.program-detail .main-col {
    margin-left: 25%;
  }
}
.program-detail .programm_description_wrapper {
  width: 100%;
  order: 3;
  margin-bottom: 20px !important;
  display: flex;
  flex-direction: row-reverse;
}
.program-detail .programm_description_wrapper .programm_description {
  padding-left: 10px;
  padding-right: 10px;
  margin: 20px 0;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1024px) {
  .program-detail .programm_description_wrapper .programm_description {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .program-detail .programm_description_wrapper .programm_description {
    max-width: 400px;
  }
}
@media screen and (min-width: 1024px) {
  .program-detail .programm_description_wrapper .programm_description {
    max-width: 665px;
  }
}
.program-detail .programm_description_wrapper .programm_description .slave-productions-wrapper {
  margin-bottom: 40px;
}
.program-detail .programm_description_wrapper .programm_description .slave-productions-wrapper h3 {
  text-align: left;
}
.program-detail .programm_description_wrapper .programm_description .concert_information {
  margin-bottom: 40px;
}
.program-detail .programm_description_wrapper .programm_description .backgroundtitle-container {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .program-detail .programm_description_wrapper .programm_description .LongDescriptionTruncated {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .program-detail .programm_description_wrapper .programm_description .LongDescription {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .program-detail .programm_description_wrapper .programm_description .LongDescription .toggle-content {
    display: none;
  }
}
.program-detail .programm_description_wrapper .programm_description .toggle-content {
  margin-top: 15px;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .program-detail .programm_description_wrapper .programm_description {
    order: 4;
  }
}
.program-detail .programm_description_wrapper span {
  flex-basis: 25%;
  display: block;
}
@media screen and (min-width: 768px) {
  .program-detail .programm_description_wrapper span {
    min-width: 375px;
  }
}
.program-detail .LongDescription {
  padding-left: 10px;
  padding-right: 10px;
  margin: 20px 0;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .program-detail .LongDescription {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .program-detail .LongDescription {
    max-width: 665px;
  }
}
.program-detail .programm_overview_wrapper .programm_overview {
  border-bottom: 1px solid black;
}
.program-detail .programm_overview_wrapper .accordion-body {
  padding-top: 0;
}
.program-detail .programm_overview_wrapper .accordion-body a {
  text-decoration: underline;
}
.program-detail .programm_overview_wrapper #collapseShortDescription,
.program-detail .programm_overview_wrapper #collapseLongDescription,
.program-detail .programm_overview_wrapper #collapseFrameworkProgram,
.program-detail .programm_overview_wrapper #collapseCritics,
.program-detail .programm_overview_wrapper #collapseStatementProgram,
.program-detail .programm_overview_wrapper .full_section {
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .program-detail .programm_overview_wrapper #collapseShortDescription,
  .program-detail .programm_overview_wrapper #collapseLongDescription,
  .program-detail .programm_overview_wrapper #collapseFrameworkProgram,
  .program-detail .programm_overview_wrapper #collapseCritics,
  .program-detail .programm_overview_wrapper #collapseStatementProgram,
  .program-detail .programm_overview_wrapper .full_section {
    max-width: 665px;
  }
}
.program-detail .programm_overview_wrapper #collapseHasEnsemble {
  margin-top: 5px;
}
.program-detail .programm_overview_wrapper #collapseHasEnsemble .ensemble-crew {
  list-style: none;
  padding-left: 0;
  width: 100%;
  /*            display: grid;
              grid-template-columns: repeat(1, 1fr);
                          grid-template-rows: repeat(auto-fill, 120px);
              grid-row-gap: .5em;
              grid-column-gap: 15px;*/
  /*            @media screen and (min-width: $media-768){
                  grid-template-columns: repeat(2, 1fr);
              }*/
}
.program-detail .programm_overview_wrapper #collapseHasEnsemble .ensemble-crew li {
  border-top: 1px black solid;
  padding: 6px 0;
}
@media screen and (min-width: 768px) {
  .program-detail .programm_overview_wrapper #collapseHasEnsemble .ensemble-crew li {
    width: calc(50% - 10px);
    display: inline-flex;
  }
  .program-detail .programm_overview_wrapper #collapseHasEnsemble .ensemble-crew li:nth-of-type(odd) {
    margin-right: 14px;
  }
}
.program-detail .programm_overview_wrapper #collapseHasEnsemble .ensemble-crew li span {
  flex: 1 1 50%;
}
.program-detail .programm_overview_wrapper #collapseHasEnsemble .ensemble-crew li a {
  text-decoration: underline;
}
.program-detail .programm_overview_wrapper #collapseHasEnsemble .ensemble-crew .space {
  height: 40px;
}
.program-detail .event-documents,
.program-detail .program-sponsor-logos {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .program-detail .event-documents,
  .program-detail .program-sponsor-logos {
    max-width: 665px;
  }
}
.program-detail .event-documents a,
.program-detail .program-sponsor-logos a {
  text-decoration: underline;
}
.program-detail .program-sponsor-logos {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
  flex-wrap: wrap;
}
.program-detail .program-sponsor-logos .sponsor-logo-container {
  flex-basis: 18%;
  text-align: center;
  padding: 10px 2% 10px 2%;
}
.program-detail .explore_wrapper {
  padding: 1rem 0;
  border-top: 1px solid black;
}
.program-detail .explore_wrapper .small-headline {
  margin-bottom: 20px;
}
.program-detail .explore_wrapper .owl-nav, .program-detail .explore_wrapper .owl-dots, .program-detail .explore_wrapper .owl-thumbs {
  display: none;
}
.program-detail .explore_wrapper .owl-item {
  position: relative;
}
.program-detail .explore_wrapper .owl-item .recommendation-thumbnail {
  position: relative;
}
.program-detail .explore_wrapper .owl-item .recommendation-thumbnail .card-img {
  position: relative;
}
.program-detail .explore_wrapper .owl-item .recommendation-thumbnail .card-img .vjs-big-play-button {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.program-detail .explore_wrapper .owl-item .recommendation-thumbnail img {
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2509803922);
  margin-bottom: inherit;
  max-width: 810px;
  max-height: 355px;
  height: 355px;
  width: auto;
}
.program-detail .explore_wrapper .owl-item .recommendation-thumbnail.podcast-recommendation button.vjs-big-play-button {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 44px;
  height: 44px;
  background-color: rgb(150, 89, 252);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.program-detail .explore_wrapper .owl-item .recommendation-thumbnail.podcast-recommendation button.vjs-big-play-button svg {
  width: 20px;
  height: auto;
}
.program-detail .explore_wrapper .owl-item .recommendation-text-wrapper {
  text-align: center;
  margin-top: 10px;
}
.program-detail .explore_wrapper .owl-item .recommendation-text-wrapper .title {
  font-size: 18px;
  hyphens: auto;
}
.program-detail .downloads_wrapper {
  margin-bottom: 30px;
  padding: 1rem 0 0 0;
}
.program-detail .downloads_wrapper .small-headline {
  margin-bottom: 20px;
}
.program-detail .program-sponsor-logos-wrapper {
  border-top: 1px solid black;
  padding: 1rem 0 0 0;
}
.program-detail .program-sponsor-logos-wrapper h2 {
  font-size: 32px !important;
  line-height: 32px;
}
@media screen and (min-width: 1024px) {
  .program-detail .program-sponsor-logos-wrapper h2 {
    font-size: 40px !important;
  }
}
.program-detail .wrapper_recommendations {
  border-top: 1px solid black;
  padding: 1rem 0 1.4rem;
}
.program-detail .wrapper_recommendations .owl-carousel {
  padding: 25px 0 0 0;
}
.program-detail .wrapper_recommendations .owl-carousel .recommendation-text-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  container-type: inline-size;
}
.program-detail .wrapper_recommendations .owl-carousel .recommendation-text-wrapper::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.4s ease-in-out;
}
.program-detail .wrapper_recommendations .owl-carousel .recommendation-text-wrapper:hover::after {
  background: rgba(0, 0, 0, 0.3);
}
.program-detail .wrapper_recommendations .owl-carousel .recommendation-text-wrapper .event_section {
  margin-bottom: auto;
  color: white;
  font-size: 40px;
  line-height: 100%;
}
.program-detail .wrapper_recommendations .owl-carousel .recommendation-text-wrapper .title {
  color: white;
  font-size: 23cqw;
  text-shadow: 0px 0px 6px rgba(24, 24, 24, 0.5);
  z-index: 9;
}
.program-detail .wrapper_recommendations .owl-carousel .recommendation-text-wrapper .title.IsLongTitleM {
  font-size: 20cqw;
}
.program-detail .wrapper_recommendations .owl-carousel .recommendation-text-wrapper .title.IsLongTitleL {
  font-size: 17cqw;
}
.program-detail .wrapper_recommendations .owl-carousel .recommendation-text-wrapper .event_buttons {
  margin-top: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: end;
}
.program-detail .wrapper_recommendations .owl-carousel .recommendation-text-wrapper .event_buttons a {
  min-width: 112px;
  flex: inherit;
}
.program-detail .critics-text .critics-name,
.program-detail .critics-text .copyright {
  font-variation-settings: "wght" 600;
}
.program-detail.detail-schauspiel .header-production_info .header_production_info_left {
  order: 2;
}
.program-detail.detail-schauspiel .header-production_info .header_production_info_right {
  order: 3;
}
.program-detail.detail-schauspiel .header-production_info .header_production_info_spacer {
  order: 1;
}

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