body {

}

h1, h2 {

}

.galerie a.galerieBilder {
width: 32%;
height: auto;
text-decoration: none;
margin-right: 0%;
margin-bottom: 2%;
position: relative;
display: inline-block;
background-size: 110%;
background-repeat: no-repeat;
}

.galerie a.galerieBilder:hover {
width: 32%;
height: auto;
text-decoration: none;
margin-right: 0%;
margin-bottom: 2%;
position: relative;
display: inline-block;
background-size: 110%;
background-repeat: no-repeat;
}

@media screen and (max-width: 1000px) {
.galerie a.galerieBilder {
width: 32%;
height: auto;
text-decoration: none;
margin-right: 0%;
margin-bottom: 2%;
position: relative;
display: inline-block;
background-size: 110%;
background-repeat: no-repeat;
}

}