div.content {
    padding-bottom:50px;
   
    height:auto;
    
    
}

div.foto-gallerie{
     display:grid;
      grid-auto-flow: dense;
    grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
    align-items: center;   
   justify-items: center;
    
    width:100%;
    gap:5px;

}



.foto-gallerie img {
    width: 100%;
    height: auto;
        object-fit: cover;
    padding: 0px;
    margin:0px;
    max-width:300px;    
    margin: 0px;     
   
}

.foto-gallerie img.hoch {
    grid-row:  span 2;
    grid-column: span 1;
    /*height:50%;*/
    object-fit: cover;
    width:100%;
  }

  
  .foto-gallerie img.panorama {
    grid-row:  span 1;
    grid-column: span 2;
    max-height:300px;
    object-fit: cover;
      
  }

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


div.content  h1 {
    text-align: center;
} 

div.content h1 a{
   font-size: 0.5em;
}


.foto-modal {
  display:none;
  position: fixed;
  z-index: 1000;
  padding: 0px 0px 0px 0px;
  left: 0%;
  top: 0;
  width: 100%;
  height:100vh;


  background-color: var(--menu-hintergrund);
}

.foto-modal img.slide {
  display: none;
}

.foto-modal img {
  max-width: 100%;
  max-height:100vh;

position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
  
}


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

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


.foto-modal a.previous,
.foto-modal a.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  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;
  z-index:100; 
}

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

.foto-modal a.previous:hover,
.foto-modal a.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
div.content {
    height:auto;
    padding-top:10px;
}


.blog p.datum {
    
}

.blogt p {
    
}

.blog h2 {
  
    
}

.blog h3 {
    
}


.blog {
    
   max-width: 700px;
   margin-left:auto;
   margin-right:auto;
    
}
.blog img {
    margin:10px;
    
}