.schoene-slide5 {
  display: flex;
  flex-direction: row;
  width: 100vw;
  height: 100vh;
  height: 100svh;
}
@media (min-width: 0px) and (max-width: 1023.98px) {
  .schoene-slide5 {
    display: flex;
    flex-direction: column;
  }
}
.schoene-slide5__side {
  width: 50vw;
  height: 100vh;
  height: 100svh;
  overflow: hidden;
  position: relative;
}
@media (min-width: 0px) and (max-width: 1023.98px) {
  .schoene-slide5__side {
    width: 100vw;
  }
}
.schoene-slide5__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  transition: opacity 3.5s ease-in-out;
}
.schoene-slide5__image--active {
  opacity: 1;
}
.schoene-slide5__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Ovo", serif;
  font-weight: 400;
  font-style: normal;
  color: #303030;
  margin-top: 0px !important;
  color: white;
}
@media (min-width: 0px) and (max-width: 374.98px) {
  .schoene-slide5__title {
    font-size: 24px;
    letter-spacing: 8px;
    text-indent: 8px;
    margin-top: 20px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .schoene-slide5__title {
    font-size: 28px;
    letter-spacing: 8px;
    text-indent: 8px;
    margin-top: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .schoene-slide5__title {
    font-size: 30px;
    letter-spacing: 10px;
    text-indent: 10px;
    margin-top: 28px;
  }
}
@media (min-width: 1024px) and (max-width: 1399.98px) {
  .schoene-slide5__title {
    font-size: 32px;
    letter-spacing: 10px;
    text-indent: 10px;
    margin-top: 28px;
  }
}
@media (min-width: 1400px) and (max-width: 1920.98px) {
  .schoene-slide5__title {
    font-size: 34px;
    letter-spacing: 10px;
    text-indent: 10px;
    margin-top: 36px;
  }
}
@media (min-width: 1921px) and (max-width: 2560.98px) {
  .schoene-slide5__title {
    font-size: 40px;
    letter-spacing: 14px;
    text-indent: 14px;
    margin-top: 40px;
  }
}
@media (min-width: 2561px) {
  .schoene-slide5__title {
    font-size: 44px;
    letter-spacing: 18px;
    text-indent: 18px;
    margin-top: 44px;
  }
}
@media (min-width: 0px) and (max-width: 767.98px) {
  .schoene-slide5__title {
    width: 100%;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .schoene-slide5__title {
    writing-mode: vertical-rl;
    text-orientation: upright;
    height: 100%;
    display: flex;
    justify-content: center;
  }
}
.schoene-slide5__background {
  background-color: black;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
}

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