#stoerer {
  top: 15%;
}

#schreinereiLink {
  display: none;
}

#videoHolder {
  position: fixed;
  top: 100%;
  left: 50%;
  z-index: 10007;
  transform: translate(-50%, -50%) scale(0);
  width: 60%;
  height: auto;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
#videoHolder.show {
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -110%) scale(1);
}
#videoHolder:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  width: 12%;
  height: auto;
  aspect-ratio: 1.5/1;
  background-size: 100% 100% !important;
  background: url(../icons/Logo.png);
  opacity: 1;
  z-index: 1;
}

#videoHolderSide .ce_image {
  position: relative;
}
#videoHolderSide .ce_image:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  width: 12%;
  height: auto;
  aspect-ratio: 1.5/1;
  background-size: 100% 100% !important;
  background: url(../icons/Logo.png);
  opacity: 1;
  z-index: 1;
}

#video_overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10006;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.7s ease-in-out;
}

#videoSliderL {
  position: fixed;
  left: 0;
  top: 270px;
  width: 100%;
  z-index: 3009;
  overflow: visible;
  display: none;
}
#videoSliderL .mod_article {
  overflow: visible;
}
#videoSliderL #videoHolderSide {
  display: flex;
  width: 100vw;
  height: 100%;
  min-height: 350px;
  overflow: visible;
  padding: 20px;
  transform: translateX(-100%);
  background: #034972;
  z-index: 11;
  transition: all 0.5s ease-in-out;
  transition: all 0.7s cubic-bezier(0.74, 0.06, 0.43, 0.73);
  position: absolute;
  justify-content: space-around;
  align-items: center;
  box-shadow: 1px 1px 20px 0px #000000;
}
#videoSliderL #videoHolderSide .ce_image,
#videoSliderL #videoHolderSide .ce_player {
  display: block;
  margin: 30px 20px;
  max-height: 300px;
  width: auto;
  cursor: pointer;
}
#videoSliderL #videoHolderSide .ce_image img,
#videoSliderL #videoHolderSide .ce_player img {
  max-height: 300px;
  width: auto;
  transition: all 0.5s ease-in-out;
}
#videoSliderL #videoHolderSide.multiLine {
  flex-wrap: wrap;
  height: auto !important;
}
#videoSliderL #videoHolderSide.multiLine .ce_image {
  position: relative;
}
#videoSliderL #videoHolderSide.multiLine .ce_image:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 12%;
  height: auto;
  aspect-ratio: 1.5/1;
  background-size: 100% 100% !important;
  background: url(../icons/Logo.png);
  opacity: 1;
  z-index: 1;
}
#videoSliderL #videoHolderSide.multiLine .ce_image img {
  max-height: 150px;
  width: auto;
}
#videoSliderL.show_video #videoHolderSide {
  transform: translateX(0);
  box-shadow: 1px 1px 20px 1px #000000;
}
#videoSliderL #video_slide_btn {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  transform: scale(1) rotate(180deg);
  position: absolute;
  height: 100%;
  text-align: center;
  background: #034972;
  top: 0px;
  box-shadow: 5px 5px 15px 1px #000000;
  letter-spacing: 3px;
  padding: 10px;
  overflow: visible;
  z-index: 12;
  color: #fff;
  height: 350px;
  cursor: pointer;
  display: block;
}
#videoSliderL #video_slide_btn:before {
  content: "";
  bottom: -16px;
  left: 1px;
  position: absolute;
  background-image: url("../icons/kamera.png");
  background-size: 38px 38px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 38px;
  height: 38px;
  transition: all 0.8s ease-in-out;
  transform: rotate(180deg);
}
#videoSliderL .vvid {
  background: #be8a39;
  position: absolute;
  top: 0;
  opacity: 1;
  transition: all 0.5s ease-in-out;
  z-index: 0;
  display: flex;
  height: 100%;
  padding: 20px;
  transform: translateX(-100%);
  background: #be8a39;
  z-index: 11;
  transition: all 0.5s ease-in-out;
  justify-content: space-around;
}
#videoSliderL .vvid .block {
  overflow: visible;
}
#videoSliderL #vidL {
  width: 50%;
  height: 100%;
  display: flex;
  transform: translateX(-100%);
}
#videoSliderL #vidR {
  width: 50%;
  height: 100%;
  left: auto;
  transform: translateX(200%);
}
#videoSliderL.show_video #vidL {
  width: 50%;
  height: 100%;
  transform: translateX(0%);
}
#videoSliderL.show_video #vidR {
  width: 50%;
  height: 100%;
  left: auto;
  transform: translateX(100%);
}

.ttu {
  padding: 1rem;
  background: rgba(200, 200, 200, 0.3);
  margin: 0.3rem;
  min-width: 350px;
}

span.btnvideo {
  color: #034972;
  font-weight: bold;
  cursor: pointer;
}
span.btnvideo:before {
  content: "";
  background-image: url("../icons/kamera.png");
  background-size: 25px;
  padding-left: 27px;
  background-repeat: no-repeat;
}

#videoSliderL {
  display: inline-block;
  overflow: visible;
  transition: all 0.5s linear;
  width: 100px;
  display: none;
}
body.mediathek .flexgal > div {
  display: inline-block;
}
body.mediathek .flexgal .image_container {
  position: relative;
}
body.mediathek .flexgal .image_container img {
  max-width: 300px;
  height: auto;
  cursor: pointer;
}
body.mediathek .flexgal .image_container:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 10px;
  width: 12%;
  height: auto;
  aspect-ratio: 1.5/1;
  background-size: 100% 100% !important;
  background: url(../icons/Logo.png);
  opacity: 1;
  z-index: 1;
}
body.mediathek .ce_gallery h2 {
  margin-bottom: 1rem;
  margin-top: 3rem;
}
body.mediathek .ce_gallery .flex {
  flex-wrap: wrap;
}
body.mediathek .ce_gallery .flex div {
  margin-bottom: 0px !important;
}
body.mediathek .ce_gallery .flex img {
  margin: 0.3rem;
}

.lbera {
  cursor: pointer;
}/*# sourceMappingURL=video.css.map */