.post-content .swiper-custom.swiper {
  --swiper-theme-color:#ffffff;
  --swiper-pagination-top:-40px;
  --real-swiper-height:490px;
  max-height: var(--real-swiper-height);
}
.post-content .swiper-custom.swiper .swiper-wrapper {
  height: var(--real-swiper-height);
}
.post-content .swiper-custom.swiper .swiper-wrapper > div {
  padding: 0;
}
.post-content .swiper-custom.swiper .swiper-wrapper > div p {
  font-size: 70px;
  line-height: 95%;
  text-align: right;
  font-weight: 700;
  padding: 40px;
  -webkit-hyphens: none;
  hyphens: none;
}
.post-content .swiper-custom.swiper .swiper-wrapper > div img {
  height: auto !important;
  top: 2px;
  position: relative;
}
.post-content .swiper-custom.swiper .swiper-wrapper > div:nth-child(odd) {
  display: flex;
  align-items: flex-end;
}
.post-content .swiper-custom.swiper .swiper-pagination-horizontal {
  display: none;
  --swiper-pagination-color:var(--swiper-theme-color);
  --swiper-pagination-top:-40px;
}
.post-content .swiper-custom.swiper .swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
}
.post-content .swiper-custom.swiper .swiper-button-next,
.post-content .swiper-custom.swiper .swiper-button-prev {
  display: none;
}

.cto-bestellen {
  position: absolute;
  max-width: 1360px;
  top: 380px;
  left: 0;
  right: 0;
  z-index: 7;
}
.cto-bestellen .wp-block-button__link {
  background-color: #ffffff;
  color: #000;
  border: 1px solid #fff;
}
.cto-bestellen .wp-block-button__link:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

@media (max-width: 1440px) {
  .post-content .swiper-custom.swiper .swiper-wrapper > div p {
    font-size: 62px;
  }
}
@media (max-width: 1114px) {
  .post-content .swiper-custom.swiper .swiper-wrapper > div p {
    font-size: 53px;
  }
}
@media (max-width: 768px) {
  .post-content .swiper-custom.swiper .swiper-wrapper > div p {
    font-size: 43px;
    line-height: 110%;
  }
  .home #main .post-content .wp-block-columns.real-swiper .swiper-wrapper > div > div .wp-block-image {
    margin-top: auto;
  }
}
@media (max-width: 601px) {
  .post-content .swiper-custom.swiper {
    --real-swiper-height:390px;
  }
  .post-content .swiper-custom.swiper .swiper-wrapper > div p {
    font-size: 40px;
    line-height: 110%;
  }
  .cto-bestellen {
    top: 200px;
  }
}/*# sourceMappingURL=swiper.css.map */