#ihsCarousel {
  display: none;
}

/* Carousel */
.carousel-caption {
  background: url(../../Images/rechteck_slider_layer_rechteck_About_Ihs.png);
  width: 355px;
  height: 290px;
  padding-left: 1rem;
  padding-right: 1rem;
  left: inherit;
  right: 130px;
  bottom: inherit;
  top: 5.25rem;
}
.carousel-caption h2 {
  font-size: 32px;
  color: #fff;
}
.carousel-caption h2 a {
  color: #fff;
}
.carousel-caption h3 {
  font-size: 14px;
  font-style: italic;
  color: #fff;
  padding-bottom: 1rem;
}
.carousel-indicators [data-bs-target] {
  background-color: #9b2341;
}
/* Carousel 2 Columns slider */
.two-columns-slider .carousel {
  margin-bottom: 0;
}
.two-columns-slider .carousel-caption {
  top:0;
  right: 0;
}
.two-columns-slider .carousel-item > img {
  height: 31rem;
}

.bi.bi-arrow-left-circle-fill,
.bi.bi-arrow-right-circle-fill {
  font-size: 3em;
}

.carousel-control-next, .carousel-control-prev {
  z-index: 10;
}


@media only screen and (min-width: 992px) {
  #ihsCarousel {
    display: block;
    /*padding-right: .75rem;
    padding-left: .75rem;*/
  }
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 30rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 30rem;
  object-fit: cover;
  max-width: 100%;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
