.op-blue {
  color: #00549E;
}

.op-white {
  color: #ffffff;
}

.op-orange {
  color: #FF983D;
}

.bg-blue {
  background-color: #00549E;
}

@keyframes swipeHint {
  0% {
    opacity: 0;
    transform: translate3d(200%, 0, 0);
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
}
#researches {
  position: relative;
  flex-wrap: nowrap;
}
#researches .pageSwiper {
  overflow: visible !important;
  cursor: url("../img/icon/icon_mauszeiger.svg"), auto;
}
@media (max-width: 991.98px) {
  #researches .pageSwiper.swipeHint:before {
    content: "";
    position: absolute;
    top: 32px;
    left: 30%;
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../img/icon/icon_anination.svg");
    z-index: 2;
    animation: swipeHint 1.6s ease-in-out infinite;
  }
}
#researches .swiper-slide {
  /* Center slide text vertically */
  display: flex;
  align-items: flex-end;
}
#researches .researches-outer {
  clip-path: inset(-100vw -100vw -100vw 0);
}
#researches .researches-inner {
  position: relative;
  flex-wrap: wrap;
}
#researches .researches-inner .research {
  position: relative;
  transition: all 0.5s ease;
}
#researches .researches-inner .research .r-bg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#researches .researches-inner .research .r-content {
  width: 100%;
  position: absolute;
  padding: 30px;
  bottom: 0;
  color: #fff;
}
#researches .researches-inner .research .r-content h3 {
  color: #ffffff;
  margin-bottom: 15px;
}
@media (min-width: 767.98px) {
  #researches .researches-inner .research .r-content h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#researches .researches-inner .research .r-content .r-description {
  margin-bottom: 30px;
}
@media (min-width: 767.98px) {
  #researches .researches-inner .research .r-content .r-description {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
#researches .researches-inner .research .r-content .op-btn {
  border-color: transparent;
  padding: 8px 90px 8px 40px;
}
#researches .researches-inner .research .r-content .op-btn:hover {
  border-color: #FF983D;
}
#researches .researches-inner .research.moved {
  margin-left: -50%;
}
@media (max-width: 991.98px) {
  #researches .researches-inner .research.moved {
    margin-left: -100%;
  }
}
@media (max-width: 480px) {
  #researches .researches-inner .research {
    height: auto;
  }
  #researches .researches-inner .research .r-bg {
    position: absolute;
    top: 0;
    left: 0;
  }
  #researches .researches-inner .research .r-content {
    padding: 20px;
    position: relative;
  }
}
#researches #controls {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
#researches #controls .container {
  height: 100%;
}
#researches #controls .container .controls-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#researches #controls .container .controls-inner .ctr-left {
  position: absolute;
  left: -35px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/icon/icon-arrow-blue.svg");
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: all;
}

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