/* Leistungen Slider */
.leistungen-slider {
  /*Container-Content*/
}
.leistungen-slider .swiper-wrapper .wp-block-columns {
  gap: 0 !important;
  margin-bottom: 50px !important;
}
.leistungen-slider .swiper-wrapper .wp-block-columns .has-background {
  margin-bottom: 20px;
  margin-top: 20px;
  gap: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  padding-top: 120px;
  padding-bottom: 40px;
}
.leistungen-slider .swiper-wrapper .wp-block-columns .has-background h3 {
  margin-top: auto;
}
.leistungen-slider .swiper-wrapper .wp-block-columns .has-background .wp-block-buttons {
  display: flex;
  width: 100%;
  justify-content: left;
  margin-top: auto;
}
.leistungen-slider .swiper-wrapper .wp-block-columns .has-background .wp-block-buttons .wp-block-button {
  width: 180px;
}
@media (max-width: 768px) {
  .leistungen-slider .swiper-wrapper .wp-block-columns .has-background {
    padding: 140px 0 40px;
    text-align: center;
    gap: 0;
  }
  .leistungen-slider .swiper-wrapper .wp-block-columns .has-background .wp-block-buttons {
    justify-content: center;
  }
}
@media (max-width: 601px) {
  .leistungen-slider .swiper-wrapper .wp-block-columns .has-background {
    gap: 0;
  }
  .leistungen-slider .swiper-wrapper .wp-block-columns .has-background .wp-block-buttons {
    margin-top: 20px;
  }
}
.leistungen-slider .swiper-wrapper .wp-block-columns > div:last-child {
  /*Rechte Spalte mit Bild*/
}
.leistungen-slider .swiper-wrapper .wp-block-columns > div:last-child figure {
  height: 600px;
}
@media (max-width: 601px) {
  .leistungen-slider .swiper-wrapper .wp-block-columns > div:last-child figure {
    height: 270px;
  }
}
.leistungen-slider .swiper-wrapper .wp-block-columns > div:last-child figure {
  display: flex;
}
.leistungen-slider .swiper-wrapper .wp-block-columns > div:last-child figure img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media (max-width: 1118px) {
  .leistungen-slider .swiper-wrapper .wp-block-columns > div:first-child {
    flex-basis: 66%;
  }
  .leistungen-slider .swiper-wrapper .wp-block-columns > div:last-child {
    flex-basis: 33%;
  }
}
@media (max-width: 768px) {
  .leistungen-slider .swiper-wrapper .wp-block-columns {
    flex-direction: column-reverse;
  }
  .leistungen-slider .swiper-wrapper .wp-block-columns > div:last-child figure {
    max-height: 400px;
  }
}
.leistungen-slider {
  /*Pfeil-Navigation*/
}
.leistungen-slider .swiper-button-prev::after {
  font-family: "bootstrap-icons";
  content: "\f12f";
}
.leistungen-slider .swiper-button-next::after {
  font-family: "bootstrap-icons";
  content: "\f138";
}
.leistungen-slider .swiper-button-prev,
.leistungen-slider .swiper-button-next {
  top: 100%;
}
@media (max-width: 601px) {
  .leistungen-slider .swiper-button-prev,
  .leistungen-slider .swiper-button-next {
    top: 90%;
  }
}
.leistungen-slider {
  --swiper-navigation-sides-offset: 47%;
}
@media (max-width: 1024px) {
  .leistungen-slider {
    --swiper-navigation-sides-offset: 45%;
  }
}
@media (max-width: 768px) {
  .leistungen-slider {
    --swiper-navigation-sides-offset: 42%;
  }
}
.leistungen-slider .swiper-button-prev::after,
.leistungen-slider .swiper-button-next::after {
  font-size: 32px;
}
.leistungen-slider {
  /*Slider Menu*/
}
.leistungen-slider .menu-container {
  position: absolute;
  top: 50px;
  left: 50px;
  width: calc(48% - 100px);
  background: #fff;
  border-radius: 50px;
  padding: 10px;
  z-index: 1;
  /*Slider animation*/
}
.leistungen-slider .menu-container #slider {
  position: absolute;
  height: calc(100% - 20px);
  background: black;
  border-radius: 50px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
  top: 10px;
}
.leistungen-slider .menu-container {
  /*Menu*/
}
.leistungen-slider .menu-container .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
  left: 0;
  top: 0;
}
.leistungen-slider .menu-container .swiper-pagination:hover span.fescon-bulletpoints {
  color: #000;
}
.leistungen-slider .menu-container .swiper-pagination .fescon-bulletpoints {
  background-color: transparent;
  flex: content;
  padding: 10px 30px;
  opacity: 1;
  font-size: 18px;
}
@media (max-width: 601px) {
  .leistungen-slider .menu-container .swiper-pagination .fescon-bulletpoints {
    font-size: var(--wp--preset--font-size--small);
    padding: 10px;
  }
}
.leistungen-slider .menu-container .swiper-pagination .fescon-bulletpoints {
  width: auto;
  height: auto;
  color: #000;
  transition: all 0.3s ease;
}
.leistungen-slider .menu-container .swiper-pagination .fescon-bulletpoints.swiper-pagination-bullet-active {
  color: #fff;
}
.leistungen-slider .menu-container .swiper-pagination .fescon-bulletpoints.active {
  color: #fff;
}
.leistungen-slider .menu-container .swiper-pagination .fescon-bulletpoints:hover {
  color: #fff !important;
}
@media (max-width: 1118px) {
  .leistungen-slider .menu-container {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .leistungen-slider .menu-container {
    width: calc(100% - 100px);
    box-sizing: border-box;
    bottom: auto;
    top: 440px;
  }
}
@media (max-width: 601px) {
  .leistungen-slider .menu-container {
    left: var(--wp--style--root--padding-right);
    width: calc(100% - var(--wp--style--root--padding-right) * 2);
    top: 320px;
  }
}

/*Leistungen-Stapelanimation*/
.leistungen-stapel .wp-block-columns {
  gap: 0;
  box-shadow: 0px 0 50px rgba(0, 0, 0, 0.1019607843);
  padding: 0;
}
.leistungen-stapel .wp-block-columns .wp-block-column:first-child {
  padding: 80px;
}
@media (max-width: 1024px) {
  .leistungen-stapel .wp-block-columns .wp-block-column:first-child {
    padding: 40px;
  }
}
.leistungen-stapel .wp-block-columns .wp-block-column:first-child {
  display: flex;
  flex-direction: column;
}
.leistungen-stapel .wp-block-columns .wp-block-column:first-child .wp-block-image {
  margin-top: auto;
}
.leistungen-stapel .wp-block-columns .wp-block-column:last-child {
  padding: 0;
}
.leistungen-stapel .wp-block-columns .wp-block-column:last-child .wp-block-image {
  height: 100%;
}
.leistungen-stapel .wp-block-columns .wp-block-column:last-child .wp-block-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.leistungen-stapel .wp-block-columns .wp-block-column:last-child .wp-block-image .wp-element-caption {
  display: none;
}

.leistungen-fragen {
  max-width: 600px;
}

body.unsere-beratungsleistungen h1.wp-block-post-title {
  left: -5px;
}
@media (max-width: 601px) {
  body.unsere-beratungsleistungen h1.wp-block-post-title {
    left: -3px;
  }
}/*# sourceMappingURL=leistungen-slider.css.map */