@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, .btn-black-outline-round.active {
    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: white;
    border-color: #202020 !important;
    color: #202020; }

.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: #000;
    background-color: #ff5500;
    border-color: #ff5500; }
    .stha.btn-custom.btn-red:hover {
      background-color: #ff5500; }
    .stha.btn-custom.btn-red a {
      color: #000;
      text-decoration: none; }
    .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.30s 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: 0.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.media-item-style-option-svg-88::after {
          position: absolute;
          mix-blend-mode: difference;
          content: "";
          background-image: url(../images/svg_mediencontainer/icon_header-slider-88.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-89::after {
          position: absolute;
          mix-blend-mode: difference;
          content: "";
          background-image: url(../images/svg_mediencontainer/icon_header-slider-89.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-90::after {
          position: absolute;
          mix-blend-mode: difference;
          content: "";
          background-image: url(../images/svg_mediencontainer/icon_header-slider-90.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%;
          background: #202020; }
          .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 .media_container_copyright {
    position: absolute;
    bottom: 8px;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 14px;
    z-index: 9;
    bottom: 18px; }
    .page-programm .dynamic-media-container-production-media-items .media_container_copyright.z-1 {
      z-index: 1 !important; }
  .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;
  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: black;
    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;
    z-index: 9;
    bottom: 18px; }
    .page-programm .production_media_container .owl-carousel .owl-item .image-wrapper .copyright.z-1 {
      z-index: 1 !important; }
.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 - calc(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 - calc(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: .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.header_production_info_left a {
      text-decoration: underline; }
    .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; }
      @media screen and (min-width: 768px) {
        .program-detail .programm_description_wrapper .programm_description .slave-productions-wrapper {
          padding: 0 20px; } }
      .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; }
      .program-detail .programm_description_wrapper .programm_description .backgroundtitle-container .quote_source {
        font-size: 18px;
        line-height: 1.2em; }
        @media screen and (min-width: 1600px) {
          .program-detail .programm_description_wrapper .programm_description .backgroundtitle-container .quote_source {
            font-size: 22px; } }
    @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 .nav-FrameworkProgram,
.program-detail .programm_overview_wrapper .nav-Critics,
.program-detail .programm_overview_wrapper .nav-StatementProgram,
.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 .nav-FrameworkProgram,
    .program-detail .programm_overview_wrapper .nav-Critics,
    .program-detail .programm_overview_wrapper .nav-StatementProgram,
    .program-detail .programm_overview_wrapper .full_section {
      max-width: 665px; } }
.program-detail .programm_overview_wrapper .nav-ensemble {
  margin-top: 5px; }
  .program-detail .programm_overview_wrapper .nav-ensemble .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 .nav-ensemble .ensemble-crew li {
      border-top: 1px black solid;
      padding: 6px 0; }
      @media screen and (min-width: 768px) {
        .program-detail .programm_overview_wrapper .nav-ensemble .ensemble-crew li {
          width: calc(50% - 10px);
          display: inline-flex; }
          .program-detail .programm_overview_wrapper .nav-ensemble .ensemble-crew li:nth-of-type(odd) {
            margin-right: 14px; } }
      .program-detail .programm_overview_wrapper .nav-ensemble .ensemble-crew li span {
        flex: 1 1 50%; }
      .program-detail .programm_overview_wrapper .nav-ensemble .ensemble-crew li a {
        text-decoration: underline; }
    .program-detail .programm_overview_wrapper .nav-ensemble .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-list-item {
      max-width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: min-content; }
    .program-detail .explore_wrapper .owl-item .recommendation-thumbnail {
      position: relative; }
      .program-detail .explore_wrapper .owl-item .recommendation-thumbnail .card-img-wrapper .mediathek-share-link {
        right: 10px; }
      @media screen and (min-width: 768px) {
        .program-detail .explore_wrapper .owl-item .recommendation-thumbnail .card-img-wrapper:hover .mediathek-share-link {
          display: flex;
          width: 30px;
          right: 10px; } }
      .program-detail .explore_wrapper .owl-item .recommendation-thumbnail .card-img {
        position: relative;
        /*                    .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: 190px;
        height: auto;
        width: auto;
        /*aspect-ratio: 16/10;*/
        max-width: 90vw; }
        @media screen and (min-width: 568px) {
          .program-detail .explore_wrapper .owl-item .recommendation-thumbnail img {
            max-width: 810px;
            height: 240px;
            max-height: 240px; } }
      .program-detail .explore_wrapper .owl-item .recommendation-thumbnail.podcast-recommendation button.vjs-big-play-button {
        width: 44px;
        height: 44px;
        border: 0;
        position: absolute;
        border-radius: 30px;
        background-color: #9659fc;
        bottom: 5px;
        right: 5px;
        background-image: url(../../media/images/icon_play_podcast_black.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 20px;
        outline: 0;
        cursor: pointer; }
      .program-detail .explore_wrapper .owl-item .recommendation-thumbnail.video-recommendation button.vjs-big-play-button {
        width: 44px;
        height: 44px;
        border: 0;
        position: absolute;
        background-color: transparent;
        bottom: 5px;
        left: 5px;
        background: url(../../media/images/icon_play_black.svg) no-repeat center;
        background-size: cover;
        z-index: 8; }
    .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 .nav-LongDescription {
  padding-left: 10px;
  padding-right: 10px;
  margin: 20px 0;
  max-width: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 1024px) {
    .program-detail .nav-LongDescription {
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (min-width: 768px) {
    .program-detail .nav-LongDescription {
      max-width: 400px; } }
  @media screen and (min-width: 1024px) {
    .program-detail .nav-LongDescription {
      max-width: 665px; } }
.program-detail .downloads_wrapper {
  padding: 1rem 0 0 0; }
  .program-detail .downloads_wrapper .small-headline {
    margin-bottom: 20px; }
  .program-detail .downloads_wrapper .event-documents a {
    display: inline-block;
    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-thumbnail {
      background-color: black; }
      .program-detail .wrapper_recommendations .owl-carousel .recommendation-thumbnail img {
        background-color: black; }
    .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; }

.page-blog .open-stream-media-layer,
.page-programm .open-stream-media-layer {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer; }
  .page-blog .open-stream-media-layer .vjs-big-play-button,
  .page-programm .open-stream-media-layer .vjs-big-play-button {
    width: 44px;
    height: 44px;
    border: 0;
    position: absolute;
    background-color: transparent;
    bottom: 5px;
    left: 5px;
    background: url(../../media/images/icon_play_black.svg) no-repeat center;
    background-size: cover;
    z-index: 8; }
.page-blog .open-podcast-player .vjs-big-play-button,
.page-programm .open-podcast-player .vjs-big-play-button {
  width: 44px;
  height: 44px;
  border: 0;
  position: absolute;
  border-radius: 30px;
  background-color: #9659fc;
  bottom: 5px;
  right: 5px;
  background-image: url(../../media/images/icon_play_podcast_black.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
  outline: 0;
  cursor: pointer; }
.page-blog .open-podcast-player img,
.page-programm .open-podcast-player img {
  cursor: pointer; }
.page-blog .open-podcast-player .podcast-player-container,
.page-programm .open-podcast-player .podcast-player-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: none; }
  .page-blog .open-podcast-player .podcast-player-container .video-js,
  .page-programm .open-podcast-player .podcast-player-container .video-js {
    width: 100% !important;
    height: 100px !important;
    background: transparent;
    /*===============VJS PLAYER - PODCAST================*/
    /*===============VJS PLAYER - PODCAST END================*/ }
    .page-blog .open-podcast-player .podcast-player-container .video-js .vjs-control-bar,
    .page-programm .open-podcast-player .podcast-player-container .video-js .vjs-control-bar {
      width: 100%;
      display: flex !important;
      height: 50px;
      background-color: #fff;
      border-bottom: 1px solid #d9d9d9;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px; }
    .page-blog .open-podcast-player .podcast-player-container .video-js .vjs-big-play-button,
    .page-programm .open-podcast-player .podcast-player-container .video-js .vjs-big-play-button {
      display: none; }
    .page-blog .open-podcast-player .podcast-player-container .video-js button.vjs-play-control.vjs-control.vjs-button.vjs-playing,
    .page-programm .open-podcast-player .podcast-player-container .video-js button.vjs-play-control.vjs-control.vjs-button.vjs-playing {
      background: white;
      transition: all .3s ease-in-out;
      border-bottom-left-radius: 10px; }
    .page-blog .open-podcast-player .podcast-player-container .video-js button.vjs-play-control.vjs-control.vjs-button.vjs-playing:hover,
    .page-programm .open-podcast-player .podcast-player-container .video-js button.vjs-play-control.vjs-control.vjs-button.vjs-playing:hover {
      background: #efefef !important; }
    .page-blog .open-podcast-player .podcast-player-container .video-js button.vjs-play-control.vjs-control.vjs-button.vjs-paused,
    .page-programm .open-podcast-player .podcast-player-container .video-js button.vjs-play-control.vjs-control.vjs-button.vjs-paused {
      background: #efefef; }
      .page-blog .open-podcast-player .podcast-player-container .video-js button.vjs-play-control.vjs-control.vjs-button.vjs-paused span::before,
      .page-programm .open-podcast-player .podcast-player-container .video-js button.vjs-play-control.vjs-control.vjs-button.vjs-paused span::before {
        display: flex;
        justify-content: center; }
    .page-blog .open-podcast-player .podcast-player-container .video-js .vjs-slider,
    .page-programm .open-podcast-player .podcast-player-container .video-js .vjs-slider {
      background-color: rgba(0, 0, 0, 0.5); }
    .page-blog .open-podcast-player .podcast-player-container .video-js .vjs-volume-level,
    .page-programm .open-podcast-player .podcast-player-container .video-js .vjs-volume-level {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #000; }
    .page-blog .open-podcast-player .podcast-player-container .video-js .vjs-icon-play:before,
    .page-blog .open-podcast-player .podcast-player-container .video-js .vjs-play-control .vjs-icon-placeholder:before,
    .page-blog .open-podcast-player .podcast-player-container .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
    .page-programm .open-podcast-player .podcast-player-container .video-js .vjs-icon-play:before,
    .page-programm .open-podcast-player .podcast-player-container .video-js .vjs-play-control .vjs-icon-placeholder:before,
    .page-programm .open-podcast-player .podcast-player-container .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
      color: #000000;
      display: flex;
      justify-content: center;
      font-size: 30px; }
    .page-blog .open-podcast-player .podcast-player-container .video-js *,
    .page-blog .open-podcast-player .podcast-player-container .video-js *:before,
    .page-blog .open-podcast-player .podcast-player-container .video-js *:after,
    .page-programm .open-podcast-player .podcast-player-container .video-js *,
    .page-programm .open-podcast-player .podcast-player-container .video-js *:before,
    .page-programm .open-podcast-player .podcast-player-container .video-js *:after {
      color: #000000;
      align-items: center;
      display: flex; }
    .page-blog .open-podcast-player .podcast-player-container .video-js.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
    .page-programm .open-podcast-player .podcast-player-container .video-js.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
      opacity: 1; }
    .page-blog .open-podcast-player .podcast-player-container .video-js .vjs-volume-panel .vjs-volume-control,
    .page-programm .open-podcast-player .podcast-player-container .video-js .vjs-volume-panel .vjs-volume-control {
      top: unset; }
    .page-blog .open-podcast-player .podcast-player-container .video-js .vjs-icon-picture-in-picture-enter:before,
    .page-blog .open-podcast-player .podcast-player-container .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
    .page-programm .open-podcast-player .podcast-player-container .video-js .vjs-icon-picture-in-picture-enter:before,
    .page-programm .open-podcast-player .podcast-player-container .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
      color: #000; }
    .page-blog .open-podcast-player .podcast-player-container .video-js .vjs-icon-fullscreen-enter:before,
    .page-blog .open-podcast-player .podcast-player-container .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
    .page-programm .open-podcast-player .podcast-player-container .video-js .vjs-icon-fullscreen-enter:before,
    .page-programm .open-podcast-player .podcast-player-container .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
      color: #000; }
    .page-blog .open-podcast-player .podcast-player-container .video-js .vjs-play-progress,
    .page-programm .open-podcast-player .podcast-player-container .video-js .vjs-play-progress {
      background-color: #9659fc; }
    .page-blog .open-podcast-player .podcast-player-container .video-js .vjs-load-progress div,
    .page-programm .open-podcast-player .podcast-player-container .video-js .vjs-load-progress div {
      background: rgba(0, 0, 0, 0.75); }
    .page-blog .open-podcast-player .podcast-player-container .video-js .vjs-play-control,
    .page-programm .open-podcast-player .podcast-player-container .video-js .vjs-play-control {
      cursor: pointer;
      background: #000000;
      text-align: center;
      display: flex;
      justify-content: center;
      width: 50px; }
    .page-blog .open-podcast-player .podcast-player-container .video-js .vjs-time-control,
    .page-programm .open-podcast-player .podcast-player-container .video-js .vjs-time-control {
      width: 42px; }
    .page-blog .open-podcast-player .podcast-player-container .video-js button.vjs-mute-control span::before,
    .page-programm .open-podcast-player .podcast-player-container .video-js button.vjs-mute-control span::before {
      margin-left: 10px; }
    .page-blog .open-podcast-player .podcast-player-container .video-js .vjs-mouse-display .vjs-time-tooltip,
    .page-programm .open-podcast-player .podcast-player-container .video-js .vjs-mouse-display .vjs-time-tooltip {
      color: #fff !important; }
    .page-blog .open-podcast-player .podcast-player-container .video-js .vjs-fullscreen-control,
    .page-programm .open-podcast-player .podcast-player-container .video-js .vjs-fullscreen-control {
      display: none; }
    .page-blog .open-podcast-player .podcast-player-container .video-js button.vjs-picture-in-picture-control.vjs-control.vjs-button,
    .page-programm .open-podcast-player .podcast-player-container .video-js button.vjs-picture-in-picture-control.vjs-control.vjs-button {
      display: none; }
    .page-blog .open-podcast-player .podcast-player-container .video-js button.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge,
    .page-programm .open-podcast-player .podcast-player-container .video-js button.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
      display: none !important; }
    .page-blog .open-podcast-player .podcast-player-container .video-js .vjs-time-control.vjs-time-divider,
    .page-programm .open-podcast-player .podcast-player-container .video-js .vjs-time-control.vjs-time-divider {
      display: none !important; }
    .page-blog .open-podcast-player .podcast-player-container .video-js .vjs-duration.vjs-time-control.vjs-control,
    .page-programm .open-podcast-player .podcast-player-container .video-js .vjs-duration.vjs-time-control.vjs-control {
      display: none !important; }
    .page-blog .open-podcast-player .podcast-player-container .video-js .vjs-progress-control,
    .page-programm .open-podcast-player .podcast-player-container .video-js .vjs-progress-control {
      /*max-width: 8em;*/ }
.page-blog .film-layer,
.page-programm .film-layer {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000000;
  width: 100vw;
  height: 100dvh;
  background-color: transparent;
  /*opacity: 0;*/
  overflow: scroll;
  /*===============VJS PLAYER - FILM LAYER ================*/ }
  .page-blog .film-layer .film-layer__inner,
  .page-programm .film-layer .film-layer__inner {
    background: #fff;
    position: absolute;
    left: 0;
    z-index: 9999;
    top: 50%;
    transform: translate(0, -50%);
    max-height: 100vh;
    /*            .mediathek-share-link{
                    display: block;
                    width: 30px;
                    right: 50px;
    
                    span{
    
                    }
    
                }*/ }
    @media screen and (min-width: 768px) {
      .page-blog .film-layer .film-layer__inner,
      .page-programm .film-layer .film-layer__inner {
        position: absolute;
        left: 50%;
        z-index: 9999;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        min-height: inherit;
        padding: 0;
        max-height: 95vh;
        overflow: auto;
        max-width: 80vw;
        width: 100%; } }
    .page-blog .film-layer .film-layer__inner:not(.film_is_playing):hover .player-icon-wrapper #copy-link-podcast,
    .page-programm .film-layer .film-layer__inner:not(.film_is_playing):hover .player-icon-wrapper #copy-link-podcast {
      display: block; }
    .page-blog .film-layer .film-layer__inner:not(.film_is_playing):hover .player-icon-wrapper .mediathek-share-link,
    .page-programm .film-layer .film-layer__inner:not(.film_is_playing):hover .player-icon-wrapper .mediathek-share-link {
      display: block;
      width: 30px;
      right: 50px; }
    .page-blog .film-layer .film-layer__inner:not(.film_is_playing):hover .player-icon-wrapper #copy-link-podcast span.share-icon,
    .page-programm .film-layer .film-layer__inner:not(.film_is_playing):hover .player-icon-wrapper #copy-link-podcast span.share-icon {
      content: url(../../media/images/icon_share.svg); }
    .page-blog .film-layer .film-layer__inner .video-js,
    .page-programm .film-layer .film-layer__inner .video-js {
      /*                min-width: 100vw;
                      width: 100%;
                      height: 1px;
                      padding-bottom: 56.2%;
      
                      @media screen and (min-width: 768px){
                          min-width: 80vw;
                      }*/
      width: inherit;
      height: inherit;
      text-align: center; }
      .page-blog .film-layer .film-layer__inner .video-js video,
      .page-programm .film-layer .film-layer__inner .video-js video {
        aspect-ratio: 16/9;
        position: relative;
        top: inherit;
        left: inherit; }
        @media screen and (min-width: 768px) {
          .page-blog .film-layer .film-layer__inner .video-js video,
          .page-programm .film-layer .film-layer__inner .video-js video {
            /*max-width: 80vw;*/ } }
    .page-blog .film-layer .film-layer__inner .player-icon-wrapper,
    .page-programm .film-layer .film-layer__inner .player-icon-wrapper {
      position: absolute;
      top: 10px;
      right: 0;
      cursor: pointer;
      height: 50px;
      width: 100px;
      display: flex; }
      @media screen and (min-width: 768px) {
        .page-blog .film-layer .film-layer__inner .player-icon-wrapper,
        .page-programm .film-layer .film-layer__inner .player-icon-wrapper {
          top: 0px; } }
      .page-blog .film-layer .film-layer__inner .player-icon-wrapper #copy-link-film,
      .page-programm .film-layer .film-layer__inner .player-icon-wrapper #copy-link-film {
        display: none;
        width: 50px; }
        .page-blog .film-layer .film-layer__inner .player-icon-wrapper #copy-link-film span.share-icon,
        .page-programm .film-layer .film-layer__inner .player-icon-wrapper #copy-link-film span.share-icon {
          height: 30px;
          display: inline-block;
          vertical-align: middle;
          content: url(../../media/images/icon_share_white.svg);
          border-radius: 30px;
          background-color: #9659fc; }
        .page-blog .film-layer .film-layer__inner .player-icon-wrapper #copy-link-film input,
        .page-programm .film-layer .film-layer__inner .player-icon-wrapper #copy-link-film input {
          border: 1px solid #a4a4a4; }
        .page-blog .film-layer .film-layer__inner .player-icon-wrapper #copy-link-film .share-text,
        .page-programm .film-layer .film-layer__inner .player-icon-wrapper #copy-link-film .share-text {
          opacity: 0;
          visibility: hidden;
          font-size: 15px;
          overflow: hidden;
          vertical-align: middle;
          position: absolute;
          right: 100px;
          width: 100px;
          height: 50px;
          background-color: white;
          padding: 13px 0 10px 0;
          top: 0;
          text-align: center; }
        .page-blog .film-layer .film-layer__inner .player-icon-wrapper #copy-link-film img,
        .page-programm .film-layer .film-layer__inner .player-icon-wrapper #copy-link-film img {
          height: 25px; }
        .page-blog .film-layer .film-layer__inner .player-icon-wrapper #copy-link-film:hover,
        .page-programm .film-layer .film-layer__inner .player-icon-wrapper #copy-link-film:hover {
          /*                    #share-url,*/ }
          .page-blog .film-layer .film-layer__inner .player-icon-wrapper #copy-link-film:hover .share-text,
          .page-programm .film-layer .film-layer__inner .player-icon-wrapper #copy-link-film:hover .share-text {
            opacity: 1;
            visibility: visible; }
      .page-blog .film-layer .film-layer__inner .player-icon-wrapper #copy-link-film,
      .page-programm .film-layer .film-layer__inner .player-icon-wrapper #copy-link-film {
        height: 100%; }
      .page-blog .film-layer .film-layer__inner .player-icon-wrapper .film-layer__video-close,
      .page-programm .film-layer .film-layer__inner .player-icon-wrapper .film-layer__video-close {
        height: fit-content; }
      .page-blog .film-layer .film-layer__inner .player-icon-wrapper.active #copy-link-film,
      .page-programm .film-layer .film-layer__inner .player-icon-wrapper.active #copy-link-film {
        display: block; }
      .page-blog .film-layer .film-layer__inner .player-icon-wrapper:hover,
      .page-programm .film-layer .film-layer__inner .player-icon-wrapper:hover {
        /*
                            #copy-link-film{
                                display: block;
                            }*/ }
        .page-blog .film-layer .film-layer__inner .player-icon-wrapper:hover .mediathek-share-link,
        .page-programm .film-layer .film-layer__inner .player-icon-wrapper:hover .mediathek-share-link {
          display: block;
          width: 30px;
          right: 50px; }
        .page-blog .film-layer .film-layer__inner .player-icon-wrapper:hover .film-layer__video-close,
        .page-programm .film-layer .film-layer__inner .player-icon-wrapper:hover .film-layer__video-close {
          /*content: url(../../media/images/close-black.svg);*/
          background-color: #9659fc;
          background-image: url(../../media/images/close-black.svg); }
        .page-blog .film-layer .film-layer__inner .player-icon-wrapper:hover #copy-link-film span.share-icon,
        .page-programm .film-layer .film-layer__inner .player-icon-wrapper:hover #copy-link-film span.share-icon {
          content: url(../../media/images/icon_share.svg); }
      .page-blog .film-layer .film-layer__inner .player-icon-wrapper #copy-link-film,
      .page-programm .film-layer .film-layer__inner .player-icon-wrapper #copy-link-film {
        display: block; }
        .page-blog .film-layer .film-layer__inner .player-icon-wrapper #copy-link-film:hover #share-url,
        .page-programm .film-layer .film-layer__inner .player-icon-wrapper #copy-link-film:hover #share-url {
          opacity: 1;
          visibility: visible; }
    .page-blog .film-layer .film-layer__inner .player-icon-close,
    .page-programm .film-layer .film-layer__inner .player-icon-close {
      position: absolute;
      top: 10px;
      right: 0;
      cursor: pointer;
      width: 50px;
      height: 50px; }
      @media screen and (min-width: 768px) {
        .page-blog .film-layer .film-layer__inner .player-icon-close,
        .page-programm .film-layer .film-layer__inner .player-icon-close {
          top: 0px; } }
      .page-blog .film-layer .film-layer__inner .player-icon-close .film-layer__video-close,
      .page-programm .film-layer .film-layer__inner .player-icon-close .film-layer__video-close {
        position: absolute;
        z-index: 8998 !important;
        width: 50px;
        top: 0;
        right: 10px;
        font-size: 14px;
        font-weight: bold;
        background-image: url(../../media/images/close-white.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 16px;
        pointer-events: auto;
        height: 30px;
        background-color: transparent;
        width: 30px;
        border-radius: 30px; }
        @media screen and (min-width: 768px) {
          .page-blog .film-layer .film-layer__inner .player-icon-close .film-layer__video-close,
          .page-programm .film-layer .film-layer__inner .player-icon-close .film-layer__video-close {
            top: 10px; } }
        @media screen and (min-width: 1200px) {
          .page-blog .film-layer .film-layer__inner .player-icon-close .film-layer__video-close,
          .page-programm .film-layer .film-layer__inner .player-icon-close .film-layer__video-close {
            position: absolute; } }
      .page-blog .film-layer .film-layer__inner .player-icon-close.active,
      .page-programm .film-layer .film-layer__inner .player-icon-close.active {
        background: rgba(0, 0, 0, 0.5); }
        .page-blog .film-layer .film-layer__inner .player-icon-close.active #copy-link-film,
        .page-programm .film-layer .film-layer__inner .player-icon-close.active #copy-link-film {
          display: block; }
    .page-blog .film-layer .film-layer__inner #share-url,
    .page-programm .film-layer .film-layer__inner #share-url {
      opacity: 0;
      visibility: hidden;
      background: #ffffff;
      position: absolute;
      top: 10px;
      right: 158px;
      padding: 6px 6px 6px 4px;
      width: calc(100vw - 250px);
      max-width: 480px;
      text-align: left;
      height: 30px;
      outline: none;
      border-radius: 30px;
      font-size: 12px;
      font-weight: 100;
      background-color: black;
      color: white;
      border: 1px solid #a4a4a4; }
    .page-blog .film-layer .film-layer__inner .link-copied,
    .page-programm .film-layer .film-layer__inner .link-copied {
      display: none;
      position: absolute;
      max-width: 480px;
      color: #ffffff;
      padding: 3px 5px 3px 5px;
      background-color: #000000;
      width: calc(100vw - 250px);
      top: 10px;
      right: 158px;
      height: 30px;
      border-radius: 30px;
      font-size: 16px;
      line-height: 23px;
      border: 1px solid #a4a4a4; }
    .page-blog .film-layer .film-layer__inner.active .player-icon-wrapper,
    .page-blog .film-layer .film-layer__inner.active .player-icon-close,
    .page-programm .film-layer .film-layer__inner.active .player-icon-wrapper,
    .page-programm .film-layer .film-layer__inner.active .player-icon-close {
      background: rgba(0, 0, 0, 0.5); }
      .page-blog .film-layer .film-layer__inner.active .player-icon-wrapper #copy-link-film,
      .page-blog .film-layer .film-layer__inner.active .player-icon-close #copy-link-film,
      .page-programm .film-layer .film-layer__inner.active .player-icon-wrapper #copy-link-film,
      .page-programm .film-layer .film-layer__inner.active .player-icon-close #copy-link-film {
        display: block; }
  .page-blog .film-layer .film-layer-info,
  .page-programm .film-layer .film-layer-info {
    background: white;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 24px;
    border-top: 1px #ddd solid; }
    .page-blog .film-layer .film-layer-info h3.subtitle,
    .page-programm .film-layer .film-layer-info h3.subtitle {
      font-size: 17px;
      text-align: left;
      margin-bottom: 0;
      line-height: 26px; }
    .page-blog .film-layer .film-layer-info .card-blog-title,
    .page-programm .film-layer .film-layer-info .card-blog-title {
      font-size: 30px;
      line-height: 1.1em;
      text-align: left; }
    .page-blog .film-layer .film-layer-info .card-text,
    .page-programm .film-layer .film-layer-info .card-text {
      margin-bottom: 10px;
      font-size: 17px;
      letter-spacing: 0.3px;
      line-height: 26px; }
      .page-blog .film-layer .film-layer-info .card-text p,
      .page-programm .film-layer .film-layer-info .card-text p {
        margin-bottom: 10px;
        font-size: 17px;
        letter-spacing: 0.3px;
        line-height: 26px; }
    .page-blog .film-layer .film-layer-info .card-text i,
    .page-blog .film-layer .film-layer-info .card-text em,
    .page-programm .film-layer .film-layer-info .card-text i,
    .page-programm .film-layer .film-layer-info .card-text em {
      font-size: 17px;
      letter-spacing: 0.3px; }
  .page-blog .film-layer .video-js,
  .page-programm .film-layer .video-js {
    background-color: #202020; }
    .page-blog .film-layer .video-js .vjs-control-bar,
    .page-programm .film-layer .video-js .vjs-control-bar {
      color: #202020;
      /*background-color: rgba(0,0,0,0.5);*/
      background-color: white;
      font-size: 15px;
      width: 100%;
      margin: 0 auto;
      bottom: 0px;
      position: relative;
      opacity: 1; }
      @media screen and (min-width: 768px) {
        .page-blog .film-layer .video-js .vjs-control-bar,
        .page-programm .film-layer .video-js .vjs-control-bar {
          background-color: white; } }
      .page-blog .film-layer .video-js .vjs-control-bar .vjs-remaining-time,
      .page-programm .film-layer .video-js .vjs-control-bar .vjs-remaining-time {
        /*                    @media screen and (max-width: 767px){
                               display: none!important;
                            }*/ }
        .page-blog .film-layer .video-js .vjs-control-bar .vjs-remaining-time .vjs-remaining-time-display,
        .page-programm .film-layer .video-js .vjs-control-bar .vjs-remaining-time .vjs-remaining-time-display {
          /*color: white;*/
          color: #202020; }
          @media screen and (min-width: 768px) {
            .page-blog .film-layer .video-js .vjs-control-bar .vjs-remaining-time .vjs-remaining-time-display,
            .page-programm .film-layer .video-js .vjs-control-bar .vjs-remaining-time .vjs-remaining-time-display {
              color: #202020; } }
      .page-blog .film-layer .video-js .vjs-control-bar .vjs-fullscreen-control,
      .page-programm .film-layer .video-js .vjs-control-bar .vjs-fullscreen-control {
        /*                    @media screen and (max-width: 767px){
                                display: none!important;
                            }*/ }
        .page-blog .film-layer .video-js .vjs-control-bar .vjs-fullscreen-control .vjs-icon-placeholder:before,
        .page-programm .film-layer .video-js .vjs-control-bar .vjs-fullscreen-control .vjs-icon-placeholder:before {
          /*color: white;*/
          color: #202020; }
          @media screen and (min-width: 768px) {
            .page-blog .film-layer .video-js .vjs-control-bar .vjs-fullscreen-control .vjs-icon-placeholder:before,
            .page-programm .film-layer .video-js .vjs-control-bar .vjs-fullscreen-control .vjs-icon-placeholder:before {
              color: #202020; } }
      @media screen and (max-width: 767px) {
        .page-blog .film-layer .video-js .vjs-control-bar .vjs-picture-in-picture-control,
        .page-programm .film-layer .video-js .vjs-control-bar .vjs-picture-in-picture-control {
          display: none !important; } }
      .page-blog .film-layer .video-js .vjs-control-bar .vjs-subs-caps-button .vjs-icon-placeholder:before,
      .page-programm .film-layer .video-js .vjs-control-bar .vjs-subs-caps-button .vjs-icon-placeholder:before {
        color: #202020; }
      .page-blog .film-layer .video-js .vjs-control-bar .vjs-play-progress.vjs-slider-bar,
      .page-programm .film-layer .video-js .vjs-control-bar .vjs-play-progress.vjs-slider-bar {
        background: #9659fc; }
        @media screen and (min-width: 768px) {
          .page-blog .film-layer .video-js .vjs-control-bar .vjs-play-progress.vjs-slider-bar,
          .page-programm .film-layer .video-js .vjs-control-bar .vjs-play-progress.vjs-slider-bar {
            background: #202020; } }
      .page-blog .film-layer .video-js .vjs-control-bar .vjs-play-progress:before,
      .page-programm .film-layer .video-js .vjs-control-bar .vjs-play-progress:before {
        color: #9659fc; }
        @media screen and (min-width: 768px) {
          .page-blog .film-layer .video-js .vjs-control-bar .vjs-play-progress:before,
          .page-programm .film-layer .video-js .vjs-control-bar .vjs-play-progress:before {
            color: #202020; } }
    .page-blog .film-layer .video-js .vjs-slider,
    .page-programm .film-layer .video-js .vjs-slider {
      background-color: rgba(255, 255, 255, 0.7);
      border-radius: 2px; }
      @media screen and (min-width: 768px) {
        .page-blog .film-layer .video-js .vjs-slider,
        .page-programm .film-layer .video-js .vjs-slider {
          background-color: rgba(0, 0, 0, 0.5); } }
    .page-blog .film-layer .video-js .vjs-volume-panel,
    .page-programm .film-layer .video-js .vjs-volume-panel {
      /*color: white;*/
      color: #202020; }
      @media screen and (min-width: 768px) {
        .page-blog .film-layer .video-js .vjs-volume-panel,
        .page-programm .film-layer .video-js .vjs-volume-panel {
          color: #202020; } }
    .page-blog .film-layer .video-js .vjs-volume-level,
    .page-programm .film-layer .video-js .vjs-volume-level {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #000; }
    .page-blog .film-layer .video-js button.vjs-picture-in-picture-control .vjs-icon-placeholder:before,
    .page-programm .film-layer .video-js button.vjs-picture-in-picture-control .vjs-icon-placeholder:before {
      color: black; }
    .page-blog .film-layer .video-js .vjs-play-progress,
    .page-programm .film-layer .video-js .vjs-play-progress {
      background-color: black; }
    .page-blog .film-layer .video-js .vjs-big-play-button,
    .page-programm .film-layer .video-js .vjs-big-play-button {
      width: 200px;
      height: 200px;
      margin: 0;
      transform: translate(-50%, -50%);
      border: none;
      background-color: transparent; }
      .page-blog .film-layer .video-js .vjs-big-play-button .vjs-icon-placeholder,
      .page-programm .film-layer .video-js .vjs-big-play-button .vjs-icon-placeholder {
        width: 200px;
        height: 200px;
        display: block;
        background-image: url(../../media/images/icon_play-round-big.svg); }
        .page-blog .film-layer .video-js .vjs-big-play-button .vjs-icon-placeholder:before,
        .page-programm .film-layer .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
          display: none; }
  .page-blog .film-layer .vjs-playing .vjs-poster,
  .page-programm .film-layer .vjs-playing .vjs-poster {
    display: none; }
  .page-blog .film-layer button.vjs-play-control.vjs-control,
  .page-programm .film-layer button.vjs-play-control.vjs-control {
    width: 3em; }
    .page-blog .film-layer button.vjs-play-control.vjs-control.vjs-button.vjs-playing,
    .page-programm .film-layer button.vjs-play-control.vjs-control.vjs-button.vjs-playing {
      background: #202020;
      transition: all .3s ease-in-out; }
      .page-blog .film-layer button.vjs-play-control.vjs-control.vjs-button.vjs-playing:hover,
      .page-programm .film-layer button.vjs-play-control.vjs-control.vjs-button.vjs-playing:hover {
        background: #9659fc; }
    .page-blog .film-layer button.vjs-play-control.vjs-control.vjs-button .vjs-time-control,
    .page-programm .film-layer button.vjs-play-control.vjs-control.vjs-button .vjs-time-control {
      color: black; }
    .page-blog .film-layer button.vjs-play-control.vjs-control.vjs-button.vjs-paused,
    .page-programm .film-layer button.vjs-play-control.vjs-control.vjs-button.vjs-paused {
      background: #9659fc; }
.page-blog .podcast-layer,
.page-programm .podcast-layer {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000000;
  width: 100vw;
  height: 100dvh;
  background-color: transparent;
  /*opacity: 0;*/
  overflow: scroll;
  /*===============VJS PLAYER - PODCAST LAYER ================*/
  /*===============VJS PLAYER - PODCAST LAYER END================*/ }
  .page-blog .podcast-layer .podcast-layer__inner,
  .page-programm .podcast-layer .podcast-layer__inner {
    background: #fff;
    position: absolute;
    left: 0;
    z-index: 9999;
    top: 50%;
    transform: translate(0, -50%);
    max-height: 100vh;
    /*            width: 100%;
                max-width: 900px;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);*/ }
    @media screen and (min-width: 768px) {
      .page-blog .podcast-layer .podcast-layer__inner,
      .page-programm .podcast-layer .podcast-layer__inner {
        position: absolute;
        left: 50%;
        z-index: 9999;
        top: 50%;
        transform: translate(-50%, -50%);
        background: #fff;
        min-height: inherit;
        padding: 0;
        max-height: 95vh;
        overflow: auto;
        max-width: 80vw;
        width: 100%;
        max-width: fit-content; } }
    .page-blog .podcast-layer .podcast-layer__inner:hover > span.share-icon,
    .page-programm .podcast-layer .podcast-layer__inner:hover > span.share-icon {
      display: flex;
      background-color: #9659fc; }
    .page-blog .podcast-layer .podcast-layer__inner:hover .podcast-icon-wrapper #copy-link-podcast,
    .page-programm .podcast-layer .podcast-layer__inner:hover .podcast-icon-wrapper #copy-link-podcast {
      display: block; }
    .page-blog .podcast-layer .podcast-layer__inner:hover .podcast-icon-wrapper .mediathek-share-link,
    .page-programm .podcast-layer .podcast-layer__inner:hover .podcast-icon-wrapper .mediathek-share-link {
      display: block;
      width: 30px;
      right: 50px; }
    .page-blog .podcast-layer .podcast-layer__inner:hover .podcast-icon-wrapper #copy-link-podcast span.share-icon,
    .page-programm .podcast-layer .podcast-layer__inner:hover .podcast-icon-wrapper #copy-link-podcast span.share-icon {
      content: url(../../media/images/icon_share.svg); }
    .page-blog .podcast-layer .podcast-layer__inner.no_transform,
    .page-programm .podcast-layer .podcast-layer__inner.no_transform {
      transform: translate(-50%, 0); }
    .page-blog .podcast-layer .podcast-layer__inner .podcast-icon-wrapper,
    .page-programm .podcast-layer .podcast-layer__inner .podcast-icon-wrapper {
      position: absolute;
      top: 0px;
      right: 0;
      cursor: pointer;
      height: 50px;
      width: 100px;
      display: flex; }
      .page-blog .podcast-layer .podcast-layer__inner .podcast-icon-wrapper #copy-link-podcast,
      .page-programm .podcast-layer .podcast-layer__inner .podcast-icon-wrapper #copy-link-podcast {
        width: 50px; }
        @media screen and (min-width: 768px) {
          .page-blog .podcast-layer .podcast-layer__inner .podcast-icon-wrapper #copy-link-podcast,
          .page-programm .podcast-layer .podcast-layer__inner .podcast-icon-wrapper #copy-link-podcast {
            display: none; } }
        .page-blog .podcast-layer .podcast-layer__inner .podcast-icon-wrapper #copy-link-podcast span.share-icon,
        .page-programm .podcast-layer .podcast-layer__inner .podcast-icon-wrapper #copy-link-podcast span.share-icon {
          height: 30px;
          display: inline-block;
          vertical-align: middle;
          content: url(../../media/images/icon_share_white.svg);
          border-radius: 30px;
          background-color: #9659fc; }
        .page-blog .podcast-layer .podcast-layer__inner .podcast-icon-wrapper #copy-link-podcast input,
        .page-programm .podcast-layer .podcast-layer__inner .podcast-icon-wrapper #copy-link-podcast input {
          border: 1px solid #a4a4a4; }
        .page-blog .podcast-layer .podcast-layer__inner .podcast-icon-wrapper #copy-link-podcast .share-text,
        .page-programm .podcast-layer .podcast-layer__inner .podcast-icon-wrapper #copy-link-podcast .share-text {
          opacity: 0;
          visibility: hidden;
          font-size: 15px;
          overflow: hidden;
          vertical-align: middle;
          position: absolute;
          right: 100px;
          width: 100px;
          height: 50px;
          background-color: white;
          padding: 13px 0 10px 0;
          top: 0;
          text-align: center; }
        .page-blog .podcast-layer .podcast-layer__inner .podcast-icon-wrapper #copy-link-podcast img,
        .page-programm .podcast-layer .podcast-layer__inner .podcast-icon-wrapper #copy-link-podcast img {
          height: 25px; }
        .page-blog .podcast-layer .podcast-layer__inner .podcast-icon-wrapper #copy-link-podcast:hover,
        .page-programm .podcast-layer .podcast-layer__inner .podcast-icon-wrapper #copy-link-podcast:hover {
          /*                    #share-url,*/ }
          .page-blog .podcast-layer .podcast-layer__inner .podcast-icon-wrapper #copy-link-podcast:hover .share-text,
          .page-programm .podcast-layer .podcast-layer__inner .podcast-icon-wrapper #copy-link-podcast:hover .share-text {
            opacity: 1;
            visibility: visible; }
      .page-blog .podcast-layer .podcast-layer__inner .podcast-icon-wrapper #copy-link-podcast,
      .page-programm .podcast-layer .podcast-layer__inner .podcast-icon-wrapper #copy-link-podcast {
        height: 100%; }
      .page-blog .podcast-layer .podcast-layer__inner .podcast-icon-wrapper .podcast-layer__video-close,
      .page-programm .podcast-layer .podcast-layer__inner .podcast-icon-wrapper .podcast-layer__video-close {
        /*                    height: fit-content;*/ }
      .page-blog .podcast-layer .podcast-layer__inner .podcast-icon-wrapper.active #copy-link-film,
      .page-programm .podcast-layer .podcast-layer__inner .podcast-icon-wrapper.active #copy-link-film {
        display: block; }
      .page-blog .podcast-layer .podcast-layer__inner .podcast-icon-wrapper:hover .podcast-layer__video-close,
      .page-programm .podcast-layer .podcast-layer__inner .podcast-icon-wrapper:hover .podcast-layer__video-close {
        /*content: url(../../media/images/close-black.svg);*/
        background-color: #9659fc;
        background-image: url(../../media/images/close-black.svg); }
      .page-blog .podcast-layer .podcast-layer__inner .podcast-icon-wrapper #copy-link-podcast:hover #share-url,
      .page-programm .podcast-layer .podcast-layer__inner .podcast-icon-wrapper #copy-link-podcast:hover #share-url {
        opacity: 1;
        visibility: visible; }
    .page-blog .podcast-layer .podcast-layer__inner .player-icon-close,
    .page-programm .podcast-layer .podcast-layer__inner .player-icon-close {
      position: absolute;
      top: 0px;
      right: 0;
      cursor: pointer;
      width: 50px;
      height: 50px; }
      .page-blog .podcast-layer .podcast-layer__inner .player-icon-close .podcast-layer__video-close,
      .page-programm .podcast-layer .podcast-layer__inner .player-icon-close .podcast-layer__video-close {
        position: fixed;
        z-index: 8998 !important;
        width: 50px;
        top: 10px;
        right: 10px;
        font-size: 14px;
        font-weight: bold;
        background-image: url(../../media/images/close-white.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 16px;
        pointer-events: auto;
        height: 30px;
        background-color: transparent;
        width: 30px;
        border-radius: 30px; }
        @media screen and (min-width: 1200px) {
          .page-blog .podcast-layer .podcast-layer__inner .player-icon-close .podcast-layer__video-close,
          .page-programm .podcast-layer .podcast-layer__inner .player-icon-close .podcast-layer__video-close {
            position: absolute; } }
      .page-blog .podcast-layer .podcast-layer__inner .player-icon-close.active,
      .page-programm .podcast-layer .podcast-layer__inner .player-icon-close.active {
        background: rgba(0, 0, 0, 0.5); }
        .page-blog .podcast-layer .podcast-layer__inner .player-icon-close.active #copy-link-film,
        .page-programm .podcast-layer .podcast-layer__inner .player-icon-close.active #copy-link-film {
          display: block; }
    .page-blog .podcast-layer .podcast-layer__inner #share-url,
    .page-programm .podcast-layer .podcast-layer__inner #share-url {
      opacity: 0;
      visibility: hidden;
      background: #ffffff;
      position: absolute;
      top: 10px;
      right: 158px;
      padding: 6px 6px 6px 4px;
      width: calc(100vw - 250px);
      max-width: 480px;
      text-align: left;
      height: 30px;
      outline: none;
      border-radius: 30px;
      font-size: 12px;
      font-weight: 100;
      background-color: black;
      color: white; }
    .page-blog .podcast-layer .podcast-layer__inner .link-copied,
    .page-programm .podcast-layer .podcast-layer__inner .link-copied {
      display: none;
      position: absolute;
      max-width: 480px;
      color: #ffffff;
      padding: 3px 5px 3px 5px;
      background-color: #000000;
      width: calc(100vw - 250px);
      top: 10px;
      right: 153px;
      height: 30px;
      border-radius: 30px;
      font-size: 16px;
      line-height: 23px; }
    .page-blog .podcast-layer .podcast-layer__inner.active .player-icon-wrapper,
    .page-blog .podcast-layer .podcast-layer__inner.active .player-icon-close,
    .page-programm .podcast-layer .podcast-layer__inner.active .player-icon-wrapper,
    .page-programm .podcast-layer .podcast-layer__inner.active .player-icon-close {
      background: rgba(0, 0, 0, 0.5); }
      .page-blog .podcast-layer .podcast-layer__inner.active .player-icon-wrapper #copy-link-film,
      .page-blog .podcast-layer .podcast-layer__inner.active .player-icon-close #copy-link-film,
      .page-programm .podcast-layer .podcast-layer__inner.active .player-icon-wrapper #copy-link-film,
      .page-programm .podcast-layer .podcast-layer__inner.active .player-icon-close #copy-link-film {
        display: block; }
  .page-blog .podcast-layer img.card-img-top,
  .page-programm .podcast-layer img.card-img-top {
    width: 100%; }
  .page-blog .podcast-layer .podcast-layer-info,
  .page-programm .podcast-layer .podcast-layer-info {
    background: white;
    padding: 10px 12px;
    border-top: 1px #ddd solid; }
    .page-blog .podcast-layer .podcast-layer-info p,
    .page-programm .podcast-layer .podcast-layer-info p {
      font-size: 17px;
      letter-spacing: 0.3px;
      line-height: 26px; }
    .page-blog .podcast-layer .podcast-layer-info .info-subtitle,
    .page-programm .podcast-layer .podcast-layer-info .info-subtitle {
      display: block;
      text-align: left;
      font-size: 14px;
      letter-spacing: 3px;
      text-transform: uppercase;
      margin-bottom: 0;
      line-height: 21px;
      padding-top: 2px;
      padding-bottom: 6px; }
    .page-blog .podcast-layer .podcast-layer-info h3,
    .page-programm .podcast-layer .podcast-layer-info h3 {
      font-size: 30px;
      line-height: 1.1em;
      text-align: left; }
    .page-blog .podcast-layer .podcast-layer-info h6,
    .page-programm .podcast-layer .podcast-layer-info h6 {
      font-weight: 500;
      font-family: "Sang Bleu Kindom";
      padding-bottom: 6px;
      text-transform: uppercase; }
  .page-blog .podcast-layer .video-js,
  .page-programm .podcast-layer .video-js {
    /*            width: 100% !important;
                height: 100% !important;
                border-radius: 5px;*/
    min-width: 80vw;
    width: 100%;
    height: 46px;
    transition: none;
    /*            padding-bottom: 56.2%;*/
    /*            *,
                *:before,
                    .video-js *:after {
                    align-items: center;
                    display: flex;
                }*/
    /*            span.vjs-icon-placeholder::before {
                    color: black;
                }*/
    /*
                .vjs-control-bar {
                    width: 92%;
                    bottom: 0px!important;
                    height: 45px;
                    font-size: 13px;
                }*/
    /*            .vjs-icon-play:before,
                    .vjs-play-control .vjs-icon-placeholder:before,
                    .vjs-big-play-button .vjs-icon-placeholder:before {
                    display: flex;
                    justify-content: center;
                    font-size: 30px;
                    background-color: $violett;
                }*/
    /*
                button.vjs-play-control.vjs-control.vjs-button.vjs-paused span::before {
                    display: flex;
                    justify-content: center;
                }*/
    /*            .vjs-play-control {
                    cursor: pointer;
                    background: $primary-color;
                    text-align: center;
                    display: flex;
                    justify-content: center;
                    width: 50px;
                }*/
    /*            .vjs-time-control {
                    width: 42px;
                    margin-right: 10px;
                }*/
    /*
                button.vjs-mute-control span::before {
                    margin-left: 10px;
                }*/ }
    .page-blog .podcast-layer .video-js .vjs-control-bar,
    .page-programm .podcast-layer .video-js .vjs-control-bar {
      /*                display: flex !important;
                      bottom: 0px;
                      margin-left: 0px;
                      height: 50px;
                      width: 100%!important;
                      background-color: rgba(255,255,255, 1);*/
      color: #202020;
      background-color: white;
      font-size: 15px;
      width: 100%;
      margin: 0 auto;
      bottom: 0px;
      opacity: 1 !important;
      display: flex; }
    .page-blog .podcast-layer .video-js button.vjs-play-control.vjs-control,
    .page-programm .podcast-layer .video-js button.vjs-play-control.vjs-control {
      width: 3em; }
      .page-blog .podcast-layer .video-js button.vjs-play-control.vjs-control.vjs-button.vjs-playing,
      .page-programm .podcast-layer .video-js button.vjs-play-control.vjs-control.vjs-button.vjs-playing {
        background: #202020;
        transition: all .3s ease-in-out; }
        .page-blog .podcast-layer .video-js button.vjs-play-control.vjs-control.vjs-button.vjs-playing:hover,
        .page-programm .podcast-layer .video-js button.vjs-play-control.vjs-control.vjs-button.vjs-playing:hover {
          background: #9659fc; }
      .page-blog .podcast-layer .video-js button.vjs-play-control.vjs-control.vjs-button .vjs-time-control,
      .page-programm .podcast-layer .video-js button.vjs-play-control.vjs-control.vjs-button .vjs-time-control {
        color: black; }
      .page-blog .podcast-layer .video-js button.vjs-play-control.vjs-control.vjs-button.vjs-paused,
      .page-programm .podcast-layer .video-js button.vjs-play-control.vjs-control.vjs-button.vjs-paused {
        background: #9659fc; }
    .page-blog .podcast-layer .video-js .vjs-slider,
    .page-programm .podcast-layer .video-js .vjs-slider {
      background-color: rgba(0, 0, 0, 0.5); }
    .page-blog .podcast-layer .video-js .vjs-time-control,
    .page-programm .podcast-layer .video-js .vjs-time-control {
      color: #202020; }
    .page-blog .podcast-layer .video-js .vjs-load-progress div,
    .page-programm .podcast-layer .video-js .vjs-load-progress div {
      background: #9659fc; }
    .page-blog .podcast-layer .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
    .page-programm .podcast-layer .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
      content: "\f121";
      color: black; }
    .page-blog .podcast-layer .video-js .vjs-play-control,
    .page-programm .podcast-layer .video-js .vjs-play-control {
      background-color: #9659fc; }
    .page-blog .podcast-layer .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
    .page-programm .podcast-layer .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
      content: "\f108";
      color: black; }
    .page-blog .podcast-layer .video-js .vjs-volume-level,
    .page-programm .podcast-layer .video-js .vjs-volume-level {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #000; }
    .page-blog .podcast-layer .video-js button.vjs-play-control.vjs-control.vjs-button.vjs-playing,
    .page-programm .podcast-layer .video-js button.vjs-play-control.vjs-control.vjs-button.vjs-playing {
      background: #000000;
      transition: all .3s ease-in-out; }
    .page-blog .podcast-layer .video-js button.vjs-play-control.vjs-control.vjs-button.vjs-playing:hover,
    .page-programm .podcast-layer .video-js button.vjs-play-control.vjs-control.vjs-button.vjs-playing:hover {
      background: #000000 !important; }
    .page-blog .podcast-layer .video-js button.vjs-play-control.vjs-control.vjs-button.vjs-paused,
    .page-programm .podcast-layer .video-js button.vjs-play-control.vjs-control.vjs-button.vjs-paused {
      background: #000000; }
    .page-blog .podcast-layer .video-js .vjs-play-progress.vjs-slider-bar,
    .page-programm .podcast-layer .video-js .vjs-play-progress.vjs-slider-bar {
      background: #202020; }
    .page-blog .podcast-layer .video-js .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar,
    .page-programm .podcast-layer .video-js .vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
      opacity: 1; }
    .page-blog .podcast-layer .video-js .vjs-volume-panel .vjs-volume-control,
    .page-programm .podcast-layer .video-js .vjs-volume-panel .vjs-volume-control {
      top: unset; }
    .page-blog .podcast-layer .video-js .vjs-icon-picture-in-picture-enter:before,
    .page-blog .podcast-layer .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before,
    .page-programm .podcast-layer .video-js .vjs-icon-picture-in-picture-enter:before,
    .page-programm .podcast-layer .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
      color: #000; }
    .page-blog .podcast-layer .video-js .vjs-icon-fullscreen-enter:before,
    .page-blog .podcast-layer .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before,
    .page-programm .podcast-layer .video-js .vjs-icon-fullscreen-enter:before,
    .page-programm .podcast-layer .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
      color: #000; }
    .page-blog .podcast-layer .video-js .vjs-play-progress,
    .page-programm .podcast-layer .video-js .vjs-play-progress {
      background-color: #ccc; }
    .page-blog .podcast-layer .video-js .vjs-load-progress div,
    .page-programm .podcast-layer .video-js .vjs-load-progress div {
      background: rgba(0, 0, 0, 0.75); }
    .page-blog .podcast-layer .video-js .vjs-mouse-display .vjs-time-tooltip,
    .page-programm .podcast-layer .video-js .vjs-mouse-display .vjs-time-tooltip {
      color: #fff !important; }
    .page-blog .podcast-layer .video-js .vjs-fullscreen-control,
    .page-programm .podcast-layer .video-js .vjs-fullscreen-control {
      display: none; }
    .page-blog .podcast-layer .video-js button.vjs-picture-in-picture-control.vjs-control.vjs-button,
    .page-programm .podcast-layer .video-js button.vjs-picture-in-picture-control.vjs-control.vjs-button {
      display: none; }
    .page-blog .podcast-layer .video-js button.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge,
    .page-programm .podcast-layer .video-js button.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
      display: none !important; }
    .page-blog .podcast-layer .video-js .vjs-time-control.vjs-time-divider,
    .page-programm .podcast-layer .video-js .vjs-time-control.vjs-time-divider {
      display: none !important; }
    .page-blog .podcast-layer .video-js .vjs-duration.vjs-time-control.vjs-control,
    .page-programm .podcast-layer .video-js .vjs-duration.vjs-time-control.vjs-control {
      display: none !important; }
    .page-blog .podcast-layer .video-js button.vjs-big-play-button,
    .page-programm .podcast-layer .video-js button.vjs-big-play-button {
      display: none !important; }
.page-blog .bg-cover-page,
.page-programm .bg-cover-page {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  /*opacity: 0;*/ }
.page-blog .copy-link-film-single,
.page-programm .copy-link-film-single {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 8;
  width: 100%;
  height: 50px; }
  .page-blog .copy-link-film-single .mediathek-share-link:hover + #share-url,
  .page-programm .copy-link-film-single .mediathek-share-link:hover + #share-url {
    opacity: 1;
    visibility: visible; }
  .page-blog .copy-link-film-single #share-url,
  .page-programm .copy-link-film-single #share-url {
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    background-color: white;
    background-color: white;
    position: absolute;
    top: 10px;
    right: 115px;
    padding: 6px  10px;
    width: calc(100% - 126px);
    text-align: left;
    height: 30px;
    outline: none;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 100;
    background-color: black;
    color: white;
    z-index: 9;
    max-width: 480px;
    border: 1px solid #a4a4a4; }
  .page-blog .copy-link-film-single .link-copied,
  .page-programm .copy-link-film-single .link-copied {
    display: none;
    position: absolute;
    max-width: 480px;
    color: #ffffff;
    padding: 3px 5px;
    background-color: #000000;
    width: calc(100% - 126px);
    top: 10px;
    right: 115px;
    height: 30px;
    border-radius: 30px;
    font-size: 12px;
    line-height: 23px;
    z-index: 10;
    max-width: 480px;
    border: 1px solid #a4a4a4; }
.page-blog .mediathek-share-link,
.page-programm .mediathek-share-link {
  display: block;
  align-items: center;
  position: absolute;
  top: 10px;
  right: 50px;
  width: 30px;
  height: 30px;
  letter-spacing: 0px;
  padding: 3px;
  background: url(../../media/images/icon_share_black.svg) no-repeat center;
  background-color: #9659fc;
  background-size: 24px;
  transition: all 0.6s ease-in-out;
  z-index: 2;
  border-radius: 30px; }
  @media screen and (min-width: 1200px) {
    .page-blog .mediathek-share-link,
    .page-programm .mediathek-share-link {
      display: none;
      width: 0px;
      right: 10px; } }
  .page-blog .mediathek-share-link img,
  .page-programm .mediathek-share-link img {
    padding: 3px;
    height: 30px; }
  .page-blog .mediathek-share-link span,
  .page-programm .mediathek-share-link span {
    display: none;
    padding-left: 35px;
    font-size: 16px;
    color: #fff;
    width: 2px;
    overflow: hidden;
    line-height: 21px; }
  .page-blog .mediathek-share-link:hover,
  .page-programm .mediathek-share-link:hover {
    width: 96px !important;
    background-image: url(../../media/images/icon_share_white.svg);
    background-color: #000000;
    background-position: center left 10px;
    border: 1px solid #a4a4a4; }
    .page-blog .mediathek-share-link:hover span,
    .page-programm .mediathek-share-link:hover span {
      display: block;
      width: initial; }
@media screen and (min-width: 768px) {
  .page-blog .card-img-wrapper:hover .mediathek-share-link,
  .page-programm .card-img-wrapper:hover .mediathek-share-link {
    display: flex;
    width: 30px; } }
.page-blog .block-article-links-wrapper,
.page-programm .block-article-links-wrapper {
  text-align: right; }

/*# sourceMappingURL=page_programm.css.map */
