.M-GalleryGroup h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .M-GalleryGroup h3 {
    font-size: 2rem;
  }
}
.M-GalleryGroup__container {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .M-GalleryGroup__container {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    column-gap: 2.25rem;
  }
}
.M-GalleryGroup h3 + .M-GalleryGroup__container {
  margin-top: 0;
}

.M-GalleryGroup__container > * {
  margin-block: 0;
}
@media only screen and (min-width: 768px) {
  .M-GalleryGroup__container > * {
    grid-column: span 6;
  }
}
.M-GalleryGroup__container .M-TextTwo {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .M-GalleryGroup__container .M-TextTwo {
    margin-top: 0;
  }
}
.M-GalleryGroup__container .M-TextTwo .e-container {
  margin: 0;
  width: 100%;
}
.M-GalleryGroup__container .M-TextTwo .a-component-header {
  margin-bottom: 1rem;
}
.M-GalleryGroup__container .M-TextTwo__body {
  display: block;
}
.M-GalleryGroup__container .A-Teaser-HomeTeaser {
  flex-direction: column;
}
.M-GalleryGroup__container .A-Teaser-HomeTeaser__additional-headline {
  margin-bottom: 2rem;
}
.M-GalleryGroup__container .A-Teaser-HomeTeaser__subLinks {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .M-GalleryGroup__container .A-Teaser-HomeTeaser {
    grid-column: span 4;
    height: fit-content;
  }
}
.M-GalleryGroup__container .A-Teaser-HomeTeaser > * {
  flex-basis: 0;
}

.M-ImageGallery {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .M-ImageGallery {
    margin-bottom: 8rem;
  }
}
.M-ImageGallery__mainImageSwiper .swiper-slide {
  height: auto !important;
}
.M-ImageGallery__mainImageSwiper .swiper-slide .M-ImageGallery__mainImage {
  height: 100%;
  background-color: var(--base-nested-major__enabled__default__fill);
}
.M-ImageGallery__mainImageSwiper .swiper-slide .M-ImageGallery__mainImage > img {
  width: 100%;
  font-style: italic;
}
.M-ImageGallery__mainImageSwiper .swiper-slide.-align-center .M-ImageGallery__mainImage {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.M-ImageGallery__mainImageSwiper .swiper-slide .M-ImageGallery__mainImageCaption {
  margin: 0;
  padding: 0.75rem 0;
  font-size: 0.75rem;
}
.M-ImageGallery__thumbnailSwiper {
  margin-top: 3rem;
  padding-bottom: 3px;
}
.M-ImageGallery__thumbnailSwiper .swiper-slide {
  width: 5rem;
  height: 5rem;
}
.M-ImageGallery__thumbnailSwiper .swiper-slide.swiper-slide-thumb-active .M-ImageGallery__thumbnail {
  position: relative;
}
.M-ImageGallery__thumbnailSwiper .swiper-slide.swiper-slide-thumb-active .M-ImageGallery__thumbnail::after {
  content: "";
  display: block;
  position: absolute;
  inset: -1px;
  border: 2px solid var(--accent-pure__enabled__default__front);
}
.M-ImageGallery__thumbnailSwiper .M-ImageGallery__thumbnail {
  display: grid;
  place-items: center;
  width: 5rem;
  height: 5rem;
  margin: 0;
  border: 1px solid var(--plain-pure__enabled__default__front);
  cursor: pointer;
}
.M-ImageGallery__thumbnailSwiper .M-ImageGallery__thumbnail > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.M-ImageGallery__thumbnailSwiper .M-ImageGallery__thumbnail.-video {
  position: relative;
}
.M-ImageGallery__thumbnailSwiper .M-ImageGallery__thumbnail.-video .a-icon {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 3rem;
}
.M-ImageGallery__thumbnailSwiper .M-ImageGallery__thumbnail.-video .a-icon::before {
  z-index: 1;
}
.M-ImageGallery__thumbnailSwiper .M-ImageGallery__thumbnail.-video .a-icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background-color: var(--base-nested-major__enabled__default__fill);
  opacity: 0.7;
}
.M-ImageGallery .swiper-controls .swiper-controls__pagination {
  margin-left: 0;
  text-align: left;
}
.M-ImageGallery .M-IFrame.M-IFrame--youtube:not(.M-IFrame--short) .A-DataProtectionLayer__box {
  margin: 0;
}
.M-ImageGallery .M-IFrame.M-IFrame--youtube:not(.M-IFrame--short) .A-DataProtectionLayer__content--wrapper {
  position: static;
}
.M-ImageGallery .M-IFrame .A-DataProtectionLayer {
  /* 
   *
   * Special CSS for Dataprotection Policy Overlay
   *
   */
}
.M-ImageGallery .M-IFrame .A-DataProtectionLayer__content--grid {
  margin: 0;
}
.M-ImageGallery .M-IFrame .A-DataProtectionLayer__button {
  position: absolute;
  top: 8vw;
}
.M-ImageGallery .M-IFrame .A-DataProtectionLayer__content.-is-video {
  aspect-ratio: auto;
}
.M-ImageGallery .M-IFrame .A-DataProtectionLayer__box {
  grid-column: none;
}
.M-ImageGallery .M-IFrame .-no-image .A-DataProtectionLayer__button {
  margin-top: 4em;
  margin-bottom: 1em;
}
/*# sourceMappingURL=extended-carousel.css.map */
