/* SCSS der individuellen Site Package Extension einbinden */ /* Variablendefinitionen */
.cb-textmedia {
  color: #444;
  background: linear-gradient(90deg, #021362 0%, #3b022c 100%);
}
.cb-textmedia .swiper {
  max-width: 80%;
  background: white;
  border-radius: 6px;
}
.cb-textmedia .swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.cb-textmedia .swiper .swiper-slide img {
  position: relative;
}
.cb-textmedia .swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 15px;
  margin: 0;
}
.cb-textmedia .swiper .swiper-button-next:after {
  content: "\ea6e";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: remixicon !important;
  font-style: normal;
  color: #021362;
}
.cb-textmedia .swiper .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  right: auto;
  margin: 0;
}
.cb-textmedia .swiper .swiper-button-prev:after {
  content: "\ea64";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: remixicon !important;
  font-style: normal;
  color: #021362;
}

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