* {
    font-family: sans-serif;
    text-decoration: none;
}
p {
    margin-top: 1px;
    margin-bottom: 1px;
}
a:link {
    color: #000000;
}
a:visited {
    color: #808080;
}
a:hover {
    color: #0000ff;
}

.ueberschrift_1 {
    font-size: 48px;
    text-align: center;
    margin-top: 20px;
}
.ueberschrift_2 {
    margin-top: 60px;
    margin-left: 50px;
    
}
.ueberschrift_3{
    margin-top: 20px;
    margin-left: 50px;
}
div.start {
    margin-left: 50px;
    margin-top: 22%;
}
div.allgemein {
    margin-left: 50px;
    margin-top: 50px;
}
.liste_1 {
    padding-left: 50px;
    margin-top: 13%;
}
.liste_2{
    padding-left: 50px;
    border-top: solid 1px #000000;
    border-bottom: solid 1px #000000;
}
.liste_3{
    padding-left: 50px;
}
.tabelle_2 {
    width: 60%;
    margin-left: 50px;
    text-align: center;
}
.tabelle_3 {
    margin-left: 50px;
}
.zeile_1 {
    display: inline-grid;
    padding-right: 20px;
}
#zeile_2 {
    padding-top: 30px;
    padding-right: 30px;
}
.feld_1 {
    line-height: 20px;
    padding-top:20px;
}
.feld_2 {
    width: 150px;
    padding-left: 50px;
    padding-right: 3S0px;
}
.text {
    margin-left: 50px;
}
div.galerie_hoch {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 70px;
    float: left;
    width: 150px;
    height: 200px;
}
div.galerie_hoch img {
    width: auto;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div.galerie_hoch2 {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 70px;
    float: left;
    width: 200px;
    height: 300px;
}
div.galerie_hoch2 img {
    width: auto;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div.galerie_hoch3 {
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 70px;
    float: left;
    width: 200px;
    height: 400px;
}
div.galerie_hoch3 img {
    width: auto;
    height: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
div.galerie_hoch4 {
    margin-left: 50px;
    margin-right: 50px;
    float: left;
    width: 300px;
    height: 350px;
}
div.galerie_hoch4 img {
    width: auto;
    height: 100%;
}
div.galerie_quer {
    margin-left: 50px;
    margin-right: 50px;
    float: left;
    width: 200px;
    height: 200px;
}
div.galerie_quer img {
    width: 100%;
    height: auto;
}
div.galerie_quer2 {
    margin-left: 50px;
    margin-right: 50px;
    float: left;
    width: 300px;
    height: 200px;
}
div.galerie_quer2 img {
    width: 100%;
    height: auto;
}
div.galerie_quer3 {
    margin-left: 100px;
    margin-right: 50px;
    float: left;
    width: 400px;
    height: 200px;
}
div.galerie_quer3 img {
    width: 100%;
    height: auto;
}
div.galerie_quer4 {
    margin-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
    float: left;
    width: 350px;
    height: 300px;
}
div.galerie_quer4 img {
    width: 100%;
    height: auto;
}
div.leerzeile {
    clear: left;
}
div.mehr {
    clear: left;
    margin-left: 50px;
}
div.beschreibung {
    padding-top: 10px;
    text-align: center;
    font-size: 13px
}
.angepasst {
    float: left;
    width: 18%;
}
.angepasst2 {
    float: left;
    width: 25%;
}
}
@media only screen and (max-width: 1200px) {
    .angepasst {
    width: 50%;
    }
    .angepasst2 {
    width: 50%;
    }
    .galerie_quer {
    margin-top: 50px;
    }
    .galerie_quer2 {
    margin-top: 50px;
    }
}
@media only screen and (max-width: 600px) {
    .angepasst {
    width: 100%;
    }
    .angepasst2 {
    width: 100%;
    }
    .galerie_quer {
    margin-top: 50px;
    }
    .galerie_quer2 {
    margin-top: 50px;
    }
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}