.content-carousel-slider.swiper {
  padding-left: var(--space-space-sm);
  padding-right: var(--space-space-sm);
}
.content-carousel-slider .swiper-slide {
  height: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: var(--space-space-xl);
}
.paragraph--type--content-carousel {
  padding-bottom: var(--space-space-3xl);
}
.content-carousel-wrap .component-title {
  margin-bottom: var(--space-space-xl);
}
.content-carousel-wrap .sponser-stripe-wrap {
  margin-bottom: var(--space-space-xl);
}
.content-carousel-wrap .article-teaser-item .article-teaser-img {
  width: auto;
  height: auto;
}
.content-carousel-wrap .article-teaser-item {
  box-shadow: 0px 4px 14px 0px #0104140F;
  border-radius: var(--border-radius-border-border-radius-lg);
  height: 100%;
  background-color: var(--color-surface-surface-default);
}
.content-carousel-wrap .article-teaser-item .d-flex {
  height: 100%;
  justify-content: space-between;
}
.content-carousel-wrap .article-teaser-img img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: var(--border-radius-border-border-radius-lg);
  border-top-right-radius: var(--border-radius-border-border-radius-lg);
}
.content-carousel-wrap .article-text {
  padding: 0 var(--space-space-lg);
}
.content-carousel-wrap .article-stamp {
  font-size: var(--typography-font-size-body1-lg);
  list-style: var(--typography-line-height-body1-lg);
}
.article-teaser-navigation-wrapper {
  position: relative;
}
.content-carousel-wrap .article-text h4 {
  min-height: 84px;
}
.content-carousel-wrap .article-text h3 {
  min-height: 97px;
}
.content-carousel-wrap .article-text h2 {
  min-height: 108px;
}
.content-carousel-wrap .article-text h1 {
  min-height: 120px;
}
.content-carousel-wrap .article-text h5 {
  min-height: 97px;
}
.content-carousel-wrap .swiper-button-next,
.content-carousel-wrap .swiper-button-prev,
.content-carousel-slider.swiper .swiper-button-next.swiper-button-disabled, 
.content-carousel-slider.swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.content-carousel-wrap .swiper-button-next div::after {
  display: none;
}
.content-carousel-wrap .swiper-pagination {
  position: static;
  margin-top: var(--space-space-xl);
}
.content-carousel-slider:hover .swiper-button-next,
.content-carousel-slider:hover .swiper-button-prev {
  opacity: 1;
}
.content-carousel-wrap .swiper-button {
  bottom: 54%;
  justify-content: space-between;
  width: 100%;
  padding: 0 var(--space-space-lg);
}
.content-carousel-wrap .swiper-button div {
  width: 48px;
  height: 48px;
}
.content-carousel-wrap .swiper-button .svg-icon {
  width: 18px;
  height: 18px;
}
@media only screen and (max-width: 960px) {
  .content-carousel-wrap hr {
    margin-top: 0;
  }
 .content-carousel-slider.swiper {
    padding-left: var(--space-space-2xl);
    padding-right: var(--space-space-lg);
    padding-bottom: 10px;
  }
  .content-carousel-slider.swiper .swiper-slide {
    margin-right: 0;
    width: 270px;
  }
  .content-carousel-wrap .article-text h4 {
    min-height: 72px;
  }
  .content-carousel-wrap .article-text h3 {
    min-height: 84px;
  }
  .content-carousel-wrap .article-text h2 {
    min-height: 96px;
  }
  .content-carousel-wrap .article-text h1 {
    min-height: 108px;
  }
  .content-carousel-wrap .article-text h5 {
    min-height: 60px;
  }
}
@media only screen and (max-width: 767px) {
 .content-carousel-slider.swiper {
    padding-left: var(--space-space-xl);
  }
}
@media only screen and (max-width: 640px) {
  .content-carousel-slider.swiper {
    padding-left: var(--space-space-lg);
  }
}