

.carousel {
  margin-bottom: -146px;  /* here up because the pages without slider need more margin top */
}
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}
.carousel-indicators {
  display:none;
}

.carousel-item {
  height: 32rem;
  background-color: transparent;
}

.carousel-item > img {
  position: absolute;
  bottom: 0px;
  left: 0;
  max-width: 100%;
  height:100%;
}

.carousel {
/*  margin-top: -59px;  */
/* margin-top: -108px;  */
}

.slider_aktuelles {
  margin-top: 0;
  margin-bottom: 0;
} 

.slider_aktuelles .carousel-item {
  height: 350px;
} 

.slider_aktuelles .carousel-item > img {
  height: 350px;
} 


@media (max-width: 767px) {
  body .slider_copy,
  .carousel {
    display:None;
  }

  .card .carousel {
    display:block;
  }

}


@media (min-width: 40em) {
  .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;
  }
}


@media (min-width: 1100px) {
.carousel-item > img {
  width: 100%;
  height: auto;
}

.carousel-item {
  height: 32rem;
}

}




body .slider_copy {
  height: 508px;
  /*background-color:red; */
}

body .slider_copy  .carousel-item {
  height: 508px;
}

body .slider_copy  .carousel-item > img {
  position: relative !important;
}


body .slider_copy .carousel {
  margin-top: 0px;
  margin-bottom: 0px;
}


@media (max-width: 1100px) {
body .slider_copy  .carousel-item > img {
  width: 100%;
  height: auto;
}

body .slider_copy {
  margin-bottom: -100px !important; 
}
}


@media (max-width: 1000px) {

body .slider_copy {
  margin-bottom: -200px !important; 
}
}

@media (max-width: 900px) {

body .slider_copy {
  margin-bottom: -300px !important;
}
}






/* card slider */

body .card .carousel {
  /*
  margin: 0px !important;
  padding:0px !important;;
  height: 230px !important;
  outline: 3px solid #FBBA00; 
 */
  height:230px;
}

body .card  .carousel-item  img {
  /*
  outline:none; 
  box-shadow: none !important;
  position: absolute;
  top: 0px;
  bottom:none;

 */
  height:230px;
}

body .card .carousel .carousel-item {
  height:230px !important;
}

