.demo-shop {
  position: relative;
  background: #F2EDFE;
  padding: 65px 80px 0px 80px;
  border-radius: 20px;
  --swiper-pagination-bullet-size: 26px;
  --swiper-pagination-inactive-color: #D9CAFB;
  --swiper-pagination-color: #814FF0;
  --swiper-pagination-bullet-horizontal-gap: 16px;
  --swiper-pagination-bottom: 32px;
}
@media screen and (max-width: 1199px) {
  .demo-shop {
    padding-bottom: 40px;
    --swiper-pagination-bottom: 0px;
  }
}
@media screen and (max-width: 991px) {
  .demo-shop {
    --swiper-pagination-bullet-horizontal-gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .demo-shop {
    padding: 32px 32px 57px 32px;
    --swiper-pagination-bottom: 0px;
    --swiper-pagination-bullet-size: 18px;
  }
}
.demo-shop__rectangle {
  content: "";
  position: absolute;
  top: 0px;
  left: 80px;
  width: 458.15px;
  height: 274.991px;
  transform: rotate(10.866deg);
  border-radius: 20px;
  background: #814FF0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .demo-shop__rectangle {
    display: none;
  }
}
.demo-shop.referenzen-type .demo-shop__content-items-wrapper {
  margin-top: 0;
}
.demo-shop__content-items-wrapper {
  margin-top: 165px;
}
@media screen and (max-width: 991px) {
  .demo-shop__content-items-wrapper {
    margin-top: 60px;
  }
}
.demo-shop__content-slide--gallery {
  max-height: 533px;
  margin-bottom: 65px;
}
.demo-shop__content-slide--gallery picture {
  display: block;
}
.demo-shop__content-slide--gallery picture img {
  width: 100%;
  height: 100%;
  max-height: 533px;
}
.demo-shop__content-slide__logo {
  width: 336px;
  height: 140px;
  background: #fff;
  display: flex;
  border-radius: 20px;
  transform: rotate(-5deg);
  margin-bottom: -26px;
  margin-top: 85px;
  margin-left: 5px;
}
.demo-shop__content-slide__logo picture {
  transform: rotate(5deg);
  margin: auto;
}
@media screen and (max-width: 1199px) {
  .demo-shop__content-slide__logo {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .demo-shop__content-slide__logo {
    margin: 60px auto 85px auto;
  }
}
@media screen and (max-width: 575px) {
  .demo-shop__content-slide__logo {
    max-width: 336px;
    width: 95%;
  }
}
.demo-shop__content--prev {
  background: transparent;
  color: #212D35;
  box-shadow: none;
  left: 40px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .demo-shop__content--prev {
    display: none;
  }
}
.demo-shop__content--prev::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f060";
  font-size: 17px;
}
.demo-shop__content--prev:hover {
  color: #814FF0;
}
.demo-shop__content--next {
  background: transparent;
  color: #212D35;
  box-shadow: none;
  right: 40px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 767px) {
  .demo-shop__content--next {
    display: none;
  }
}
.demo-shop__content--next::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f061";
  font-size: 17px;
}
.demo-shop__content--next:hover {
  color: #814FF0;
}
.demo-shop__content--header {
  max-width: 767px;
}
.demo-shop__content--header-overtitle {
  font-size: 26px;
  margin-bottom: 16px;
  background: linear-gradient(64deg, #8B3AEF 0%, #E8A4FA 100%);
  background-clip: text;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .demo-shop__content--header-overtitle {
    font-size: 20px;
  }
}
.demo-shop__content--header-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 48px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .demo-shop__content--header-title {
    font-size: 30px;
    line-height: 1.25;
  }
}
