aside {
  background-image: url(/wp-content/themes/fw/assets/img/bg-contact-cta.svg);
  background-repeat: no-repeat;
  background-position: top 100px center;
  background-size: 1920px auto;
  position: relative;
  z-index: 0;
}
@media (min-width: 1920.01px) {
  aside {
    background-size: 100vw 100%;
  }
}
@media (max-width: 1023.98px) {
  aside {
    background-position: top center;
    background-image: url(/wp-content/themes/fw/assets/img/bg-contact-cta-ellipse.svg), url(/wp-content/themes/fw/assets/img/bg-contact-cta2.svg);
    background-position: bottom center, top -48px center;
    background-size: 100% auto, cover;
  }
}
aside :where(.wp-block-columns.is-layout-flex) {
  gap: var(--space-between);
  margin-bottom: 0px;
}
aside .slider-wrapper {
  padding-top: var(--space-between);
  padding-bottom: var(--space-between);
}
@media (max-width: 1023.98px) {
  aside .slider-wrapper {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 1023.98px) {
  aside .slider-wrapper .slider-item .left {
    padding: var(--space-between);
    padding-bottom: 48px;
  }
}

.slider-wrapper {
  padding-top: 32px !important;
}
@media (max-width: 1023.98px) {
  .slider-wrapper {
    padding-top: var(--edge-padding) !important;
  }
}
.slider-wrapper .slider-item {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media (max-width: 1023.98px) {
  .slider-wrapper .slider-item {
    flex-direction: column;
  }
}
.slider-wrapper .slider-item a {
  text-decoration: none;
}
.slider-wrapper .slider-item .left {
  width: calc((100% - 16px) * 0.415);
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1023.98px) {
  .slider-wrapper .slider-item .left {
    width: 100%;
    flex-grow: 1;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
    padding: var(--edge-padding);
    padding-bottom: 96px;
    justify-content: flex-start;
  }
}
.slider-wrapper .slider-item .left .title {
  color: var(--wp--preset--color--custom-petrol);
}
.slider-wrapper .slider-item .right {
  width: calc((100% - 16px) * 0.585);
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 759/537;
}
@media (max-width: 1023.98px) {
  .slider-wrapper .slider-item .right {
    width: 100%;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    aspect-ratio: 1/1 !important;
  }
}
.slider-wrapper .slider-item .right figure {
  max-width: 100%;
  height: 100%;
}
.slider-wrapper .slider-item .right figure img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-slider {
  margin-bottom: var(--bottom-space);
  overflow: visible !important;
}
.header-slider .scrolldown {
  position: absolute;
  right: -44px;
  bottom: 0px;
  width: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1023.98px) {
  .header-slider .scrolldown {
    display: none;
  }
}
.header-slider .scrolldown:hover {
  cursor: pointer;
}
.header-slider .scrolldown .scrolldown-icon {
  width: 24px;
  height: 24px;
  background-image: url(/wp-content/themes/fw/assets/img/down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.header-slider .scrolldown .scrolldown-text {
  writing-mode: sideways-lr; /* Text vertikal, rechts-nach-links */
  text-orientation: mixed;
  color: var(--wp--preset--color--custom-cherry);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
.header-slider .swiper-wrapper {
  display: grid !important;
  grid-auto-flow: column;
  align-items: stretch !important;
}
@media (min-width: 1024px) and (max-width: 1400px) {
  .header-slider .swiper-wrapper .left {
    -webkit-hyphens: auto;
            hyphens: auto;
  }
}
.header-slider .swiper-wrapper .right {
  height: auto;
}
@media (min-width: 1024px) {
  .header-slider .swiper-wrapper .right {
    aspect-ratio: unset !important;
  }
}
@media (max-width: 1023.98px) {
  .header-slider .swiper-wrapper .right {
    aspect-ratio: 1/1 !important;
  }
}
.header-slider .swiper-wrapper .right figure {
  width: 100%;
  margin-bottom: 0px;
}
.header-slider .swiper-wrapper .right figure a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 0;
}
.header-slider .swiper-wrapper .right figure a img {
  width: 100%;
  height: 100%;
}
.header-slider .swiper-slide:not(.swiper-slide-visible) {
  opacity: 0 !important;
}
.header-slider .autoplay-progress {
  position: absolute;
  left: calc((100% - 16px) * 0.415 - 50px - 40px);
  bottom: 39px;
  z-index: 10;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--wp--preset--color--custom-cherry);
}
@media (max-width: 1023.98px) {
  .header-slider .autoplay-progress {
    right: var(--edge-padding);
    left: auto;
    bottom: 0% !important;
    margin-bottom: calc(100% + var(--edge-padding));
  }
}
.header-slider .autoplay-progress span {
  height: 40px;
  width: 40px;
  background-image: url(/wp-content/themes/fw/assets/img/pause.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 48px 48px;
}
.header-slider .autoplay-progress.paused span {
  background-image: url(/wp-content/themes/fw/assets/img/play2.svg);
}
.header-slider .autoplay-progress:hover {
  cursor: pointer;
}
.header-slider .autoplay-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 2px;
  stroke: var(--wp--preset--color--custom-cherry);
  fill: none;
  stroke-dashoffset: calc(145px * (1 - var(--progress)));
  stroke-dasharray: 145;
  transform: rotate(-90deg);
}
.header-slider .autoplay-progress svg .total {
  stroke-dashoffset: initial;
  stroke: var(--wp--preset--color--custom-coral);
}
.header-slider .swiper-pagination {
  text-align: right !important;
  width: 50px !important;
  right: calc((100% - 16px) * 0.585 + 16px + 40px + 50px + 24px) !important;
  bottom: 52px !important;
  left: auto !important;
}
@media (max-width: 1023.98px) {
  .header-slider.swiper .swiper-pagination {
    right: calc(var(--edge-padding) + var(--edge-padding) + 48px) !important;
    left: auto !important;
    top: auto !important;
    bottom: 0% !important;
    margin-bottom: calc(100% + 1.5 * var(--edge-padding));
  }
}
.header-slider .swiper-pagination-bullet {
  background: rga(0, 0, 0, 0.2) !important;
  width: 4px !important;
  height: 4px !important;
  margin-left: 6px !important;
  margin-right: 6px !important;
}
.header-slider .swiper-pagination-bullet-active {
  background: black !important;
}
@media (min-width: 1280px) {
  .header-slider .btn {
    max-width: calc(100% - 140px);
  }
}
@media (min-width: 1024px) and (max-width: 1279.99px) {
  .header-slider .left {
    padding-bottom: 100px !important;
  }
}

aside .slider-wrapper .slider-item .right {
  aspect-ratio: 758/478;
}
@media (max-width: 1023.98px) {
  aside .slider-wrapper .slider-item .right {
    aspect-ratio: 1/1;
  }
}/*# sourceMappingURL=contact-cta.css.map */