.container-pagina {
    max-width: 1280px;
}

main {
  position: relative;
}

.mySlides {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    max-height: calc(100vh - 60px);
}

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

.cursor {
  cursor: pointer;
}

#prev,
#next {
  cursor: pointer;
  position: absolute;
  top: 30%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  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);
}

#numbertext {
  color: #f2f2f2;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  left: 10px;
}

.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row{
    display: flex;
}

.column {
    flex-basis: 16.65%;
    display: flex;
    padding: 1px;
}

.column img {
    width: 100%;
}

.fotoklein {
  opacity: 0.6;
}

.active,
.fotoklein:hover {
  opacity: 1;
}

@media only screen and (min-width:600px) {
    .mySlides {
        max-height: calc(100vh - 100px);
    }
}

@media only screen and (min-width:768px) {
    .mySlides {
        max-height: calc(100vh - 130px);
    }
}
