.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 .M-ImageGallery,
.M-GalleryGroup__container .M-TextTwo {
  margin-block: 0;
}
@media only screen and (min-width: 768px) {
  .M-GalleryGroup__container .M-ImageGallery,
.M-GalleryGroup__container .M-TextTwo {
    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 .swiper-slide.-align-center .M-ImageGallery__mainImage {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.M-ImageGallery__mainImage {
  position: relative;
  background-color: var(--bosch-white);
}
.M-ImageGallery__mainImage .A-Image__figure {
  display: grid;
  place-items: center;
  width: 100%;
}
.M-ImageGallery__mainImage .A-Image__figure picture {
  width: 100%;
  height: 100%;
}
.M-ImageGallery__mainImage .A-Image__figure picture img {
  object-fit: contain;
}
.M-ImageGallery__mainImageCaption {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.M-ImageGallery__mainImage section {
  width: 100%;
  margin: 0;
}
.M-ImageGallery__modalLink {
  position: absolute;
  inset: 0;
  cursor: pointer;
}
.M-ImageGallery .thumbnail-swiper {
  margin-top: 3rem;
}
.M-ImageGallery__thumbnail {
  display: grid;
  place-items: center;
  width: 5rem;
  height: 5rem;
  margin: 0;
  border: 1px solid var(--small__enabled__fill__default);
  cursor: pointer;
}
.M-ImageGallery__thumbnail .A-Image__figure,
.M-ImageGallery__thumbnail .A-Image__picture {
  height: 100%;
  width: 100%;
}
.M-ImageGallery__thumbnail img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.M-ImageGallery__thumbnail.-video {
  position: relative;
}
.M-ImageGallery__thumbnail.-video img {
  object-fit: cover;
}
.M-ImageGallery__thumbnail.-video .a-icon {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 3rem;
}
.M-ImageGallery__thumbnail.-video .a-icon::before {
  z-index: 1;
}
.M-ImageGallery__thumbnail.-video .a-icon::after {
  content: "";
  display: block;
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background-color: var(--bosch-white);
  opacity: 0.7;
}
.swiper-slide-thumb-active .M-ImageGallery__thumbnail {
  position: relative;
}
.swiper-slide-thumb-active .M-ImageGallery__thumbnail::after {
  content: "";
  display: block;
  position: absolute;
  inset: -1px;
  border: 2px solid var(--minor-accent__enabled__front__default);
}
.M-ImageGallery__navigationArrows {
  position: relative;
}
.M-ImageGallery__videoContainer {
  width: 100%;
  display: grid;
  align-items: center;
}
.M-ImageGallery__videoContainer .A-DataProtectionLayer__content {
  min-height: 0;
}
.M-ImageGallery__videoContainer .M-IFrame > .e-container {
  width: 100%;
  margin: 0;
}
.M-ImageGallery__videoContainer iframe {
  width: 100%;
  aspect-ratio: 16/9;
}


:root {
  --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: rgba(0, 0, 0, 0.2);
  --swiper-pagination-bullet-inactive-opacity: 1;
}

.swiper-wrapper {
  transition-property: transform, height;
  transition-duration: 300ms;
}
.swiper-slide {
  height: auto !important;
  background-color: var(--bosch-white);
}
.swiper-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 2rem;
  margin-top: 1rem;
  z-index: 0;
}
.swiper-pagination {
  position: static !important;
  display: flex;
  width: auto !important;
  font-size: 0.75rem;
  line-height: 1.125rem;
  transform: translateX(0) !important;
  z-index: 0;
}
.swiper-pagination-current {
  margin-right: 0.25rem;
}
.swiper-pagination-total {
  margin-left: 0.25rem;
}
.swiper-navigation {
  margin-right: -0.7rem;
}
.swiper-button-prev, .swiper-button-next {
  position: static;
  display: inline-flex;
  width: var(--swiper-navigation-size);
  margin-top: 0;
  margin-left: 1rem;
  transition: all 250ms;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
  color: var(--bosch-blue-40);
}
.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}

@media only screen and (min-width: 992px) {
  .A-Modal .ngdialog-content {
    max-width: calc(100vmin - 4rem);
    max-height: calc(100vmin - 2rem);
  }
}

.M-Modals-OverlayAlert__content {
  margin-bottom: 0 !important;
  animation: dummy 0.01s forwards;
}
.M-Modals-OverlayAlert__content .swiper-controls {
  margin-top: 0;
  margin-bottom: 1rem;
  z-index: 0;
}
.M-Modals-OverlayAlert__content .M-ImageGallery__mainImage {
  clip-path: polygon(2px 2px, 2px calc(100% - 2px), calc(100% - 2px) calc(100% - 2px), calc(100% - 2px) 2px);
}

@keyframes dummy {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/*# sourceMappingURL=imageGallery.css.map */

.M-ImageGallery .A-DataProtectionLayer__content {
  padding: 0;
  aspect-ratio: 16/9;
  border: none;
  border-radius: 0;
  min-height: unset;
}

.M-ImageGallery .A-DataProtectionLayer__content .A-Image__figure {
  width: 100%;
}

.M-ImageGallery .M-ImageGallery__videoContainer .A-DataProtectionLayer__content .A-Image__figure {
  display: block;
}


@media only screen and (min-width: 768px) {
	.M-ImageGallery .A-DataProtectionLayer__button {
	  position: absolute;
	  top: 20vw;
	}
	.M-ImageGallery .A-DataProtectionLayer__button {
	  top: 20%;
	}
	.M-ImageGallery .A-DataProtectionLayer__box {
	  margin: 0;
	  grid-column: 1/span 12;
	}
}

.M-ImageGallery .A-DataProtectionLayer__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 13rem;
  padding: 2rem;
  position: relative;
  background-color: var(--background);
  grid-column: span 12;
}

.M-ImageGallery .A-DataProtectionLayer__superLine {
  font-size: 1rem;
  --font-size: 1rem;
  line-height: 1.5;
  color: inherit;
  justify-content: center;
}
.M-ImageGallery .A-DataProtectionLayer__box > * {
  z-index: 2;
}

.M-ImageGallery .A-DataProtectionLayer__content--wrapper {
  position: static;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  position: static;
}

.M-ImageGallery .A-DataProtectionLayer__content.-no-image .A-DataProtectionLayer__button {
  position: static;
  margin-top: 2rem;
}

/* display iframe with data protection layer on and off */
.M-ImageGallery .swiper-slide .M-IFrame--fullbleed .M-IFrame__content iframe {
  position: relative;
  height: 308px;
}