.M-Teaser-Two-Columns {
  --swiper-theme-color: var(--bosch-blue-50);
  --swiper-navigation-size: 2rem;
  --swiper-navigation-color: var(--bosch-black);
  --swiper-pagination-bullet-horizontal-gap: 7px;
  --swiper-pagination-bullet-inactive-color: var(--bosch-gray-60);
  --swiper-pagination-bullet-inactive-opacity: 1;
  margin-bottom: 4rem;
}
.M-Teaser-Two-Columns .swiper-controls {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-top: 2rem;
  text-align: right;
  z-index: 0;
}
.M-Teaser-Two-Columns .swiper-pagination {
  display: flex;
}
.M-Teaser-Two-Columns .swiper-pagination-horizontal {
  position: absolute;
  left: 0;
  bottom: unset !important;
  width: auto !important;
  transform: translateX(0) !important;
}
@media only screen and (min-width: 992px) {
  .M-Teaser-Two-Columns .swiper-pagination-horizontal {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
}
.M-Teaser-Two-Columns .swiper-pagination-bullet {
  transition: all 250ms;
}
.M-Teaser-Two-Columns .swiper-pagination-bullet:hover {
  background-color: var(--swiper-theme-color);
}
.M-Teaser-Two-Columns .swiper-pagination-bullet-active {
  transform: scale(1.5);
}
.M-Teaser-Two-Columns .swiper-button-prev, .M-Teaser-Two-Columns .swiper-button-next {
  position: static;
  display: inline-flex;
  width: var(--swiper-navigation-size);
  margin-top: 0;
  margin-left: 1rem;
  transition: all 250ms;
}
.M-Teaser-Two-Columns .swiper-button-prev:hover, .M-Teaser-Two-Columns .swiper-button-next:hover {
  color: var(--bosch-blue-40);
}
.M-Teaser-Two-Columns .swiper-button-prev::after, .M-Teaser-Two-Columns .swiper-button-next::after {
  display: none;
}
@media only screen and (min-width: 992px) {
  .M-Teaser-Two-Columns + .M-Teaser-Two-Columns:nth-child(2n) .e-container .M-Teaser-Two-Columns__container:not(.e-container > .M-Teaser-Two-Columns__container) .M-Teaser-Two-Columns__content {
    order: -1;
  }
}
.M-Teaser-Two-Columns .swiper-controls {
  margin-top: 0;
  z-index: 0;
}
.M-Teaser-Two-Columns__image {
  margin-bottom: 0;
  padding-bottom: 1.5rem;
}
.M-Teaser-Two-Columns__content {
  padding-bottom: 1.5rem;
}
.M-Teaser-Two-Columns__content--headline:not(:first-child) {
  margin-top: 0;
}
@media only screen and (min-width: 992px) {
  .M-Teaser-Two-Columns__content--headline {
    margin-top: unset;
  }
}
.M-Teaser-Two-Columns.single-slide .swiper-controls {
  display: none;
}
.M-Teaser-Two-Columns.single-slide .M-Teaser-Two-Columns__image,
.M-Teaser-Two-Columns.single-slide .M-Teaser-Two-Columns__content {
  padding-bottom: 0;
}
/*# sourceMappingURL=teaserTwoColumnsCarousel.css.map */
