html,
body {
  position: relative;
  height: 100vh;
  font-size: 16px;
}



body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

.caption {
  font-size: .9em;
  background: #fff;
  opacity: .4;
  display: block;
  height: 18px;
  text-align: center;
  z-index: 30000;
  position: absolute;
  bottom: 5%;
}

/* bildzähler */
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
  font-size: .9em;
  opacity: .5;

}

/*------------------------------------------------------
closebutton on click
---------------------------------------------------------*/
.close-button {
  position: absolute;
  top: 20px;
  right: 10px;
  background: rgba(255, 255, 255, 0.5);
  color: rgb(130, 128, 128);
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 25px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}





.swiper {
  width: 100%;
  height: 100%;
  border: 0 solid red !important;

}

.swiper-slide {
  text-align: center;
  background: #444;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  xwidth: 68%;
  xmax-width: 1200px;
  height: auto;
  object-fit: cover;
  border: 0 solid rgb(12, 255, 57);

}

.mySwiper {
  border: 0 solid orange;
}




/*------------------------------------------------------
#media screen 600 Landscape phones caption ausschließen
---------------------------------------------------------*/
@media screen and (max-height:415px) {
  .caption {
    visibility: hidden;
  }
}


/*------------------------------------------------------
#media screen 600 Landscape phones caption ausschließen
---------------------------------------------------------*/
@media screen and (max-height:415px) {
  .caption {
    visibility: hidden;
  }
}







/*------------------------------------------------------
#media big screen min width 1400
---------------------------------------------------------*/
@media screen and (min-width: 1400px) {
  .swiper-slide {
    xbackground-size: auto 800px;
  }

  .caption {
    top: 90vh;
  }

  .swiper-slide img {
    display: block;
    xmin-height: 900px;
    object-fit: cover;
    border: 0 solid rgb(12, 255, 57);

  }
}


@media screen and (max-width:980px) {
  .swiper-slide img {
    display: block;
    xwidth: 82%;
    max-width: 500px;
    height: auto;
    object-fit: cover;
    border: 0 solid rgb(12, 255, 57);

  }


}