

  
  

#navigation {
  text-align: center;
  zoom: 1.0;

  
  
}

#body {
  align-items: center;
  
  


}
#logo {
    font-size: 200%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    font-weight: lighter;
    opacity: .9;
    margin-top: 16px;
    margin-bottom: 1%;
    
    
  }

  .main 
  
  {font-size: 1.1em;
    font-weight: bold;
    opacity: .9;
  }

  #disclaimer {
    text-align: justify;
       width: 20%;
       margin: auto;
        line-height: 150%;
        font-size: 110%;
        opacity: .4;}

.w3-display-container {

          width: 80%;
          align-items: center;
          display: flex;
          margin-top: 2%;
        }

#navigation a {
  
    padding: 12px;
    color: black;
    font-size: 1.1em;
    text-decoration: none;
    font-weight: lighter;
    opacity: .9;
    
  }
#container {
    width: 100%;


}
.gallery { 
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    margin-top: 5%;
    

    overflow: hidden;
}
.gallery img { 
    width: 100%; 
    height: auto;
    transition: 500ms;
    margin-bottom: 10px;
    opacity: 1;
    page-break-inside: avoid; 
    -webkit-column-break-inside: avoid; 
    break-inside: avoid; 
}
.gallery img:hover {
    opacity: 1;
}
.modal-img,.model-vid{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: table
}
.modal-body{
  padding: 0px;
}
.modal-dialog {
  height: 100%;
      position: relative;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-content {
  border: none;
}
@media screen and (max-width: 2000px) {
	.gallery { 
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
	.gallery div { margin: 0; 
        width: 900px;
    }
  .modal-dialog {
        margin: 0 8vw;
    }
}
@media screen and (max-width: 100%) {
    .gallery { 
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .gallery div { 
        margin: 0; 
        width: 100%;
        float: center;
    }
}
#main {
  width: 25%;
  margin: auto;
  font-size: 1.2em;
  font-weight: lighter;
  margin-top: 2%;
  text-align: justify;
  opacity: .9;
  
}

@media screen and (max-width:400px) {
  /* Zusätzliche Regeln noch kleinere Monitore  */
  #logo 
  {
    font-size: 2.5em;


  }
  #h4 {
    font-weight: lighter;
  }
  
  
  
  body
   { line-height: 120%;
   
    align-items: center;
  } 
    #navigation a {
      line-height: 1.3em;
      font-size: 1.5em;
      font-weight: lighter;
      padding: 25px;
      display: flex;
  align-items: center;
  justify-content: center;
  
    }
  #main {
    width: 85%;
    line-height: 120%;
    font-size: 1.4em;
    text-align: center;
    text-align: justify;
    margin-top: 2%;
    opacity: .9;
  }

  #disclaimer  {
    
    font-size: 1.2em;
    text-align: justify;
    width: 85%;}

    #navigation a {
      font-size: 1.5em;
      font-weight: lighter;

    }
    #logo {
      font-size: 2em;
    }

    #w3-display-container {
      width: 90%;
      align-items: center;
      width: 0%;
      align-items: center;
      display: flex;
      margin-top: 2%;
    }
    
  }
 
@media screen and (max-width:850px) {
  /* Zusätzliche Regeln noch kleinere Monitore  */
  body { line-height: 1.2;
    font-size: 1em;
    width: 100%;
    align-items: center;
    }
     


    #h4 {
      font-weight: lighter;
      
    }
  #main {
    width: 85%;
    font-size: 1.5em;
    text-align: center;
    text-align: justify;
    margin-top: 2%;
    opacity: .9;}

  #disclaimer  {
    
    font-size: 1.2em;
    text-align: justify;
    width: 85%;
    opacity: .5;
  }

    #navigation a {
      line-height: 1.3em;
      font-size: 1.5em;
      font-weight: lighter;
      padding: 2px;
      display: flex;
  align-items: center;
  justify-content: center;
    }
    #logo {
      font-size: 3em;
    }
  }
 




#footer {
  text-align: center;
  font-weight: lighter;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  text-decoration: none;
  color: black;
  margin-top: 98%;
}


