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

@media (max-width: 500px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    width: 20px;
    margin-left: 20px;
    margin-right: 20px;
    top: 150px;
  }
}

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

@media (max-width:576px) {
  .simple-slider .swiper-slide {
    height: 360px;
    margin-bottom: 600px;
  }
}

.h_weiß {
  color: #fff;
}

.h_orange {
  color: #fa8818;
}

.link_klein {
  font-size: 0.75em;
  color: #fff;
}

.link_klein:hover {
  color: #fa8818;
}

.header {
  height: 700px;
  margin-bottom: 50px;
}

.start-block {
  margin-top: 70px;
}

.one-column {
  width: 100%;
}

.kleiner-abstand {
  margin-bottom: 50px;
}

.h_klein {
  font-size: 1.3em;
  padding-bottom: 10px;
}

.img-column {
  padding-top: 0px;
  background-size: cover;
  width: 100%;
}

#myBtn {
  height: 50px;
  width: 50px;
  background-image: url("../../assets/img/Play.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: rgba(0,123,255,0);
}

#myBtn:hover {
  background-color: #fff;
}

.slide-hoch {
  /*height: 100%;*/
}

.swiper-pagination-bullet {
  width: 60px;
  height: 6px;
  border-radius: 0px;
}

.swiper-pagination-bullet-active {
  background: #ffffff;
}

@media (max-width: 576px) {
  .swiper-button-prev .swiper-button-next {
    position: absolute;
    top: 10px;
  }
}

@media (max-width: 576px) {
  .swiper-pagination {
    top: 320px;
    height: 10px;
  }
}

