﻿.carousel-inner {
  height: 660px;
}
.carousel-inner .img-inner-carousel {
  height: 660px;
  object-fit: contain;
  object-position: center;
}
.kreis-auswertung {
  height: 500px;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: relative;
  display: block;
}
.projektvorschau img {
  width: 100%;
  height: 250px;
}
.img-fix {
  height: 100px;
  width: 100px;
  object-fit: contain;
}
.praxisimg {
  height: 200px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.spacer {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .praxisimg {
    height: 500px;
  }
  .carousel-inner {
    height: 360px;
  }
  .carousel-inner .img-inner-carousel {
    height: 360px;
    object-fit: contain;
    object-position: center;
  }
}