.galerie-section1{
  display: flex;
  flex-direction: column;
  width: 75ch;
  align-items: center;
  justify-content: center;

}

.galerie-section-2{
  display: flex;
  flex-direction: column;
  width: 690px;
  background-color: rgba(92, 245, 92, 0.212);
  padding: 2rem 0rem 2rem 0rem;
  align-items: center;
  justify-content: center;
}


.galerie-text-unten{
  text-align: center;
  padding: 0rem 1rem 0rem 1rem;
  margin-top: 1rem;
}

.galerie-text{
  font-weight: 200 !important;
  font-size: 1.25rem;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  color: rgb(2, 107, 2);
}

.galerie-text-2{
  font-weight: 200 !important;
  font-size: 1.25rem;
  margin-top: 3rem;
  margin-bottom: 0.75rem;
  color: rgb(2, 107, 2);
}


.swiper-v{
  width: 516px;
  height: 688px;
}

.swiper-v-2{
  width: 516px;
  height: 688px;
}

.swiper-h{
  width: 688px;
  height: 516px;
}

.swiper-v, .swiper-h, .swiper-v-2{
  border: 1px solid grey;
}


.swiper-slide img {
  display: flex;
  width: 100%;
  border: none;
}

.swiper .swiper-pagination{
  bottom: 1rem !important;
}

.swiper .swiper-pagination-bullet{
  opacity: 1;
  background-color: rgb(255, 255, 255);
  width: 0.6rem;
  height: 0.6rem;
  margin: 0.5rem !important;
}

.swiper .swiper-pagination-bullet-active{
  background-color: rgb(214, 13, 13);
}

.swiper-button-prev, .swiper-button-next {
  color: rgb(255, 255, 255) !important; 
  background-color: rgba(0, 0, 0, 0.342);
  border-radius: 1px;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
  background-color: rgba(0, 0, 0, 0.479) !important;
}

.swiper-button-prev::after, .swiper-button-next::after {
  font-size:2rem !important 
} 


@media (max-width: 767px) {
 
  .galerie-section1, .galerie-section-2{
    width: 90%;
  }

  .swiper-v, .swiper-v-2, .swiper-h{
    max-width: 100%;
    height: auto;
  }
  .slide-container-horizontal{
    max-width: 100%;
  }

  .swiper-button-prev, .swiper-button-next{
    display: none !important;
  } 

  .swiper-slide-v {
    position: relative;
    padding-top: 133.33%; /* 3:4 Verhältnis - 4/3 = 133.33% */
    background-color: transparent;
  }

  .swiper-slide-h {
    position: relative;
    padding-top: 75%; /* 4:3 Verhältnis - 3/4 = 75% */
    background-color: transparent;
  }

  .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Passt das Bild in den Container */
  }

}
