

.rowxs {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
  }
  
  /* Create four equal columns that sits next to each other */
  .BilderGrid {
    flex: 33%;
    max-width: 33%;
    padding: 0 4px;
  }
  
  .BilderGrid img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }
  
 








.displayimg {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

.displayimg-content {
    position: relative;
    background-color: #ffffff;
    margin: 0px auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}


.mySlidesramen {
    margin: 0px auto;
    padding: 30px ;
    
    text-align: center;
    background-color: #0f0f0f;
    height: 60%;
   
}

#bildvorschau{
    margin: 0px auto;
    width: auto;
    height: 150px;
    margin-top: 8px;
    vertical-align: middle;

}





.mygalerieramen {
    position: relative;
    background-color: #0f0f0f;
    margin: 0px auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
   
}
.mySlides {
    max-width: 100%;
    height: auto;
    max-height: 500px;
   

}


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

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

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 55%;
 
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
  background-color: rgba(133, 133, 133, 0.8);
  text-decoration: none;
}

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

/* 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);
}