#carouselWG .carousel-indicators [data-bs-target] {
  width: 1.8rem;
  height: 0.3rem;
}

#carouselWG .carousel-item {
  height: 750px;
}

#carouselWG .active img {
  border: 1px solid #1d212c;
}

#carouselWG .carousel-inner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(0,0,0,0.1);
  z-index: 1;
}

#carouselWG .carousel-caption {
  bottom: 80%;
}

#carouselWG .carousel-indicators {
  bottom: 10% !important;
}

#carouselWG .carousel-indicators button {
  width: 100px !important;
}

.bg-4-1 {
  background-image: url("../../assets/img/wg4/Axo_Whg4.jpg");
}

.bg-4-2 {
  background-image: url("../../assets/img/wg4/Grundriss_Whg4EG.jpg");
}

.bg-4-3 {
  background-image: url("../../assets/img/wg4/Grundriss_Whg4OG.jpg");
}

.bg-1-1, .bg-1-2, .bg-1-3, .bg-2-1, .bg-2-2, .bg-2-3, .bg-3-1, .bg-3-2, .bg-4-1, .bg-4-2, .bg-4-3, .bg-5-1, .bg-5-2, .bg-5-3 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 575.98px) {
  #carouselWG .carousel-item {
    height: 430px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #carouselWG .carousel-item {
    height: 530px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #carouselWG .carousel-indicators {
    /*bottom: 25% !important;*/
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #carouselWG .carousel-item {
    height: 530px;
  }
}

.display-6 {
  font-size: 1.25rem;
}

