
div.bilder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

div.gallery {
    margin: 20px;
    border: 1px solid #ccc;
    width: 200px;
    height: 300px;
    vertical-align: top;
    -moz-box-align: center;
}

div.gallery img {
    width: 100%;
    height: 100%;
}

div.desc {
    padding-bottom: 15px;
    text-align: center;
    color: rgb(175, 194, 175);
}

div.transbox {
  margin: 30px;
  background-color: #ffffff;
  border: 1px solid black;
  opacity: 0.3;
}

p {
  margin: 5%;
  font-weight: bold;
  color: #ffffff;
}

.p {
    font-family: Arial, Helvetica, sans-serif;
}

a.link{
    background-color: rgb(255, 255, 255);
    font-family:'Lucida Sans' ; 
    color: rgb(17, 11, 11);
    box-shadow: 10px 10px 5px rgb(19, 18, 18);
    padding: 15px; 
    text-decoration: rgb(248, 248, 248);
}

div.banner {
    opacity: 0.75;
    color: thistle;  
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    font-size: xx-large;
    background-size: cover;
    padding: 200px;
    margin-bottom: 70px;
    margin-top: 70px;
}


body {
    xxbackground-image: url("streicholz.png");
    background-color: black;
    opacity: 0%;
    background-size: cover;
}

