.slider-buttons {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 110px;
}
@media (max-width: 985px) {
  .slider-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.slider-buttons .button--conceptstories {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.slider-buttons .button--conceptstories:hover {
  cursor: pointer;
  opacity: 1;
}
.slider-buttons .button--conceptstories .pre-headline {
  font-size: 40px;
  margin-bottom: 5px;
}
@media (max-width: 580px) {
  .slider-buttons .button--conceptstories .pre-headline {
    font-size: 28px;
  }
}
.slider-buttons .button--cubion {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.slider-buttons .button--cubion:hover {
  cursor: pointer;
  opacity: 1;
}
.slider-buttons .button--cubion img {
  height: 52px;
  width: auto;
  margin-bottom: 3px;
  margin-left: -5px;
}
@media (max-width: 580px) {
  .slider-buttons .button--cubion img {
    height: 36px;
  }
}
.slider-buttons .button-is-active {
  position: relative;
  opacity: 1;
  /*
  &::after {
      content: "";
      position: absolute;
      top: 15px;
      left: -60px;
      background-image: url("/files/images/layout/orange-arrow.svg");
      background-size: contain;
      background-repeat: no-repeat;
      width: 65px;
      height: 35px;
      animation: pulse 1.5s infinite ease-in-out;

      @media (max-width: 767px) {
          left: auto;
          right: -85px;
          background-image: url("/files/images/layout/orange-arrow-rotated.svg");
      }
  }
  */
}
@media (max-width: 767px) {
  .slider-buttons .button-is-active {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.slider-buttons .button-is-active p:not(.pre-headline) {
  text-decoration: underline;
}

/*
@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
}
*/
.team-slider__wrapper {
  background-color: #2C3C43;
  background-image: none;
}
.team-slider__wrapper .cta-overlay--marktgebiet {
  display: none;
}

.team-slider__wrapper.cubion-mode {
  background-color: #696969;
  background-image: none;
}
.team-slider__wrapper.cubion-mode .cta-overlay--marktgebiet {
  display: none;
}

.leistungen-slider__slide {
  isolation: isolate;
}

.leistungen-slider__slide .slide-text:after {
  z-index: -1;
}

.leistungen-slider__slide .slide-text {
  width: 38%;
}

.inner-slide-text {
  min-width: 180px;
  overflow-y: auto;
}

@media (max-width: 1023px) {
  .inner-slide-text {
    max-height: 330px;
  }
}
@media (max-width: 767px) {
  .leistungen-slider__slide .slide-text {
    width: 48%;
  }
}
.expertise-slider-heading {
  width: calc(56% - 8.5rem);
  margin-left: 9rem;
  background: #f0f0f0;
  height: 160px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  margin-top: -80px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 2rem 2.5rem;
  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;
}
@media (max-width: 680px) {
  .expertise-slider-heading {
    width: calc(95% - 8.5rem);
  }
}
.expertise-slider-heading .pre-headline {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
}
.expertise-slider-heading h2 {
  margin-bottom: 0;
}

.leistung-slider-menu {
  left: -24rem !important;
  top: 42rem !important;
}
.leistung-slider-menu li {
  white-space: nowrap;
}

.slide-header-text img {
  height: 20px;
  width: auto;
}
.slide-header-text p {
  font-size: 4.8rem;
  text-transform: uppercase;
  font-weight: bold;
}

@media (max-width: 767px) {
  .slide-header-text p {
    font-size: 2.2rem;
  }
}
@media (max-width: 499px) {
  .leistungen-slider__slide .slide-text {
    padding: 3rem 2rem;
  }
}