@charset "utf-8";

.mitte-2 {
    margin-left: auto;
    margin-right: auto;
    width: 85%;
    max-width: 1600px;
}

@media screen and (min-width:100px) and (max-width:1400px) {
    .mitte-2 {width: 90%;}
}

@media screen and (min-width:100px) and (max-width:700px) {
    .mitte-2 {width: 95%;}
}

.rows:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
  margin-bottom: 15px;
  cursor: zoom-in;
  align-items: center;
  padding: 10px;
}

.column-vertikal {
  float: left;
  width: 15%;
  margin-bottom: 15px;
  cursor: zoom-in;
  align-items: center;
  padding: 10px;
}

.column img {
    width: 100%;
    max-width: 320px;
    height: auto;
    max-height: 180px;
    margin: auto;
    object-fit: cover;
}

.column img:hover {transform: scale(1.05);}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 30px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #070809;
  z-index: 4;
}

.modal-content {
  position: relative;
  margin: auto;
  padding: 10px;
  width: 90%;
  max-width: 1500px;
}

.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 45px;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {display: none;}

.mySlides img {
    width: auto;
    max-width: 100%;
    max-height: 850px;
    margin-left: auto;
    margin-right: auto;
}

.mySlides-vertikal img {
    height: 100%;
    width: auto;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #cbbe91;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (min-width:100px) and (max-width:1400px) {
    .column {width: 33%;}
    .column img {
    max-width: 320px;
    max-height: 180px;
    }
}

@media screen and (min-width:100px) and (max-width:1000px) {
    .column {width: 48%;}
}

@media screen and (min-width:100px) and (max-width:800px) {
    .column {width: 50%;}
    .close {font-size: 30px;}
}

@media screen and (min-width:100px) and (max-width:600px) {
    .column {width: 100%;}
    .close {top: 8px;}
}

