/*New Lightbox*/
.row > .column {

}

.row:after {
  content: "";
  display: table;
  clear: both;
}
.row {
  justify-content: center;
}

/* Create four equal columns that floats next to eachother */
.column {
  float: left;
  min-width: 30%;
  cursor: pointer;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: transparent !important;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
    color: white !important;
    position: absolute;
    top: -9% !important;
    right: 1% !important;
    font-size: 40px !important;
    font-weight: bold !important;
    z-index: 1;
}

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

/* Hide the slides by default */
.mySlides {

  justify-content: center;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white !important;
  font-weight: bold;
  font-size: 40px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 10%;
  border-radius: 3px 0 0 3px;
}
.prev {
  left: 10%;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  left: 11%;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

img.demo {
  opacity: 0.6;
}

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

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}
.col-sm {
  padding-right: 6px !important;
  padding-left: 6px !important;
  padding-top: 6px;
  padding-bottom: 6px;
  ms-flex-preferred-size: 0 !important;
  ms-flex-positive: 1;
  flex-grow: 0 !important;
  max-width: 100%;
}

.gallery-main {

    padding-top: 5%;
    color: #2f3241 !important;
    font-family: 'Lora', serif;
    font-size: 22px !important;

}

#gallery-row {
  padding-bottom: 80px;
}

/* vorher 49% */
.gallery-hr {
  max-width: 100%;
  margin-bottom: 20px;
}

.hover-shadow {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.eins:hover .hover-shadow  {
  opacity: 0.5;
}

.eins:hover .middle {
  opacity: 1;
}
.zwei:hover .hover-shadow  {
  opacity: 0.5;
}

.zwei:hover .middle {
  opacity: 1;
}
.drei:hover .hover-shadow  {
  opacity: 0.5;
}

.drei:hover .middle {
  opacity: 1;
}
.vier:hover .hover-shadow  {
  opacity: 0.5;
}

.vier:hover .middle {
  opacity: 1;
}
.fünf:hover .hover-shadow  {
  opacity: 0.5;
}

.fünf:hover .middle {
  opacity: 1;
}
.sechs:hover .hover-shadow  {
  opacity: 0.5;
}

.sechs:hover .middle {
  opacity: 1;
}

.sieben:hover .hover-shadow  {
  opacity: 0.5;
}

.sieben:hover .middle {
  opacity: 1;
}

.acht:hover .hover-shadow  {
  opacity: 0.5;
}

.acht:hover .middle {
  opacity: 1;
}

.neun:hover .hover-shadow  {
  opacity: 0.5;
}

.neun:hover .middle {
  opacity: 1;
}
.search {
    font-size: 60px;
    padding: 16px 32px;
    position: absolute;
    top: -33px;
    left: -48px;
    transition: .5s ease;
    opacity: 0.5;
}




/*End New Lightbox*/

