.auswahl-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  width: 90%;
  max-width: 1024px;
  margin: 1rem auto;
  justify-content: center;
}

.auswahl {
  flex-grow: 0;
  width: 100%;
  max-width: unset;
  min-width: unset;
  height: auto;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  transition: border 0.15s ease;
  border: 2px solid transparent;
  cursor: pointer;
}

.auswahl.hovered,
.auswahl.active {
  border: 2px solid white;
}

@media screen and (min-width: 640px) {
  .auswahl {
    width: 30%;
    max-width: 400px;
    min-width: 250px;
    aspect-ratio: 4/3;
  }
}

.auswahl-shadow {
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  transition: opacity 0.15s ease;
}

.auswahl-shadow.hovered,
.auswahl-shadow.active {
  opacity: 0;
}

.szenarien-image {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.auswahl-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.auswahl-image.chosen {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}

.auswahl-button {
  display: inline;
  text-transform: uppercase;
  background-color: white;
  opacity: 0.7;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  color: black;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1;
  mix-blend-mode: screen;
}

.auswahl-button span {
  pointer-events: none;
}

.auswahl-box {
  background-color: var(--clr-light);
  color: var(--clr-dark);
  opacity: 0.8;
  padding: 3rem;
  width: 80%;
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .auswahl-box {
    padding: 2rem;
    width: 50%;
    height: 80%;
  }
}

.auswahl-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 91.666667%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .auswahl-flex {
    width: 69%;
  }
}

.swiper-pagination-auswahl {
  display: inline-block !important;
  width: max-content !important;
}

.swiper-pagination-auswahl .swiper-pagination-bullet {
  opacity: 1;
  background-color: white !important;
  width: 12px;
  height: 12px;
}

.swiper-pagination-auswahl .swiper-pagination-bullet-active {
  background-color: var(--clr-dark) !important;
}

.szenarien-swiper-buttons-wrap {
  position: absolute;
  width: 100%;
  height: 48px;
  top: unset;
  bottom: 15vh;
  z-index: 20;
}
@media screen and (min-width: 1024px) {
  .szenarien-swiper-buttons-wrap {
    top: calc(50vh - (var(--swiper-navigation-size) / 2));
    bottom: unset;
  }
}
.szenarien-swiper-buttons-wrap .swiper-button-next-szenarien,
.szenarien-swiper-buttons-wrap .swiper-button-prev-szenarien {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.szenarien-swiper-buttons-wrap .swiper-button-next-szenarien {
  right: 10px;
  left: auto;
}
.szenarien-swiper-buttons-wrap .swiper-button-prev-szenarien {
  left: 10px;
  right: auto;
}

/* mach wo */
.machwo-image-container {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  width: 100%;
}

.machwo-image-container img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}

.snazzymaps {
  height: 420px;
}

.snazzymaps iframe {
  height: 100%;
}

/* mach mehr */
.mehr-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-pagination-mehr {
  display: inline-block !important;
  width: max-content !important;
}

.swiper-pagination-mehr .swiper-pagination-bullet {
  opacity: 1;
  background-color: var(--clr-grey) !important;
  width: 12px;
  height: 12px;
}

.swiper-pagination-mehr .swiper-pagination-bullet-active {
  background-color: var(--clr-dark) !important;
}
