.swiper-container {
  max-width: 800px;
  margin: 2em auto;
  position: relative;
}
.swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  object-fit: contain;
}

.swiper-pagination-progressbar {
  height: 5px;
  background: #eee;
  margin-top: 0.5em;
  border-radius: 3px;
}
.swiper-pagination-progressbar-fill {
  background: #0a84ff;
}

.swiper-button-prev,
.swiper-button-next {
  color: #444;
  top: auto;
  bottom: 0;
  width: 30px;
  height: 30px;
  margin-top: 10px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 16px;
}

.swiper-geofoto .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f0f0f0; /* ← statt #f9f9f9 oder Weiß */
    min-height: 480px;
}
.gfs-both-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.gfs-left {
  flex: 7;
  max-width: 70%;
}
.gfs-right {
  flex: 3;
  max-width: 30%;
}
