@charset "UTF-8";
@media (max-width: 991.98px) {
  .youTubeSlider > .row {
    flex-direction: column-reverse;
  }
}
.youTubeSlider > .row .col-md-4 {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 991.98px) {
  .youTubeSlider > .row .col-md-4 {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .youTubeSlider > .row .col-md-8 {
    width: 100%;
    margin-bottom: 3rem;
  }
}
@media (max-width: 767.98px) {
  .youTubeSlider > .row .col-md-8 {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .youTubeSlider .informations {
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .youTubeSlider .informations .row {
    flex-direction: column;
  }
}

.youTubeSlider .text-wrapper {
  width: 100%;
  height: inherit;
}
@media (max-width: 1199.98px) {
  .youTubeSlider .text-wrapper {
    width: 100%;
    float: left;
  }
}

.youTubeSlider .text-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  display: flex;
  align-items: center;
}
.youTubeSlider .text-slide.active {
  opacity: 1;
  transform: translateY(0);
  position: relative;
}

.youTubeSlider .iframewrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Verhältnis => 9 / 16 = 0.5625 */
  overflow: hidden;
  background: #000;
}
@media (max-width: 1199.98px) {
  .youTubeSlider .iframewrapper {
    z-index: -1;
  }
}
.youTubeSlider .iframewrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 991.98px) {
  .col-12:has(.youTubeSlider) {
    padding: 0;
  }
  .col-12:has(.youTubeSlider) .youTubeSlider {
    margin: 3rem 0;
  }
  .border:has(.youTubeSlider) {
    padding-bottom: 0 !important;
    width: 100% !important;
  }
}
@media (max-width: 767.98px) {
  .border:has(.youTubeSlider) {
    padding-bottom: 2rem !important;
    width: 100% !important;
  }
}

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