@charset "UTF-8";
.text-wrapper {
  height: 200px;
}
@media (max-width: 767.98px) {
  .text-wrapper {
    height: 300px;
    width: 100%;
    float: left;
  }
}

.text-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 1.5s ease;
  z-index: 0;
}
.text-slide.active {
  opacity: 1;
  transform: translateY(0);
  z-index: 1;
}

.iframewrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Verhältnis => 9 / 16 = 0.5625 */
  overflow: hidden;
  background: #000;
}
.iframewrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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