body.home .modul-imageslider {
  height: 20px !important;
}
body.home section.banner {
  margin: 0 0 5em;
}
body.home .banner h1 {
  display: none;
}
body.home .banner::after {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 247, 244, 0)), to(rgba(239, 247, 244, 1)));
  background-image: -o-linear-gradient(top, rgba(239, 247, 244, 0), rgba(239, 247, 244, 1));
  background-image: linear-gradient(to bottom, rgba(239, 247, 244, 0), rgba(239, 247, 244, 1));
  content: '';
}

@media screen and (min-width: 768px) {
  body.home .modul-imageslider {
    /* height: 220px !important; für kleinere Version */
    height: 320px !important;
  }
  body:not(.scrolled).home .logo {
    /* height: 128px;
    width: 172px; für kleinere Version */
    height: 222px;
    width: 300px;
  }
  body.home .logowrapper {
    background: transparent;
    /* height: 240px; für kleinere Version */
    height: 360px;
    top: 2em;
  }
  body.scrolled.home .logowrapper {
    background: white;
    height: 140px;
    top: 0;
  }

  body.home .modul-imageslider .swiper-slide img {
    left: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

}