.leistung-slider {
  overflow-y: hidden;
}

.leistung-slider :is(.swiper-button-next, .swiper-button-prev) {
  height: 50px;
  width: 50px;
  background: url("/wp-content/uploads/2023/01/arrow-dark-green.svg");
  background-size: cover;
}

.leistung-slider .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.leistung-slider :is(.swiper-button-next, .swiper-button-prev):after {
  display: none;
}

.leistung-item {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 400px;
}

.leistung-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 30px;
}

.leistung-image {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.leistung-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.leistung-item h3.leistung-title {
  margin-bottom: 5px !important;
}

a.leistung-button {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--orange);
  margin-top: 30px;
}

@media screen and (min-width: 981px) {
  .additional-info-section > div:first-child {
    padding-left: calc((100% - 1140px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .leistung-item {
    grid-template-columns: 1fr;
  }

  .leistung-image {
    height: 300px;
  }
}
