.simple-slider .swiper-slide {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    height: 360px;
  }
}

.einleitung {
  font-family: 'Montserrat';
  font-size: 1.2rem;
  text-align: center;
  color: #004a54;
}

.h3-schumann-2 {
  font-family: 'Montserrat';
}

.h3-schumann-2 {
  font-family: 'Montserrat';
}

.h3-schumann-2 {
  font-family: 'Montserrat';
}

.padding0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

