body{
    margin: 0px;
    background-color: black;
    color: #99CC00;
}

a{
    color: #99CC00;
}

header{
    margin-top: 40px;
    background-color: black;
    padding: 20px;
    font-size: 35px;
    justify-content: space-around;
}

.logo img{
    height: 200px;
}

.logo{
    margin-top: 120px;
    position: absolute;
    left: 49%;
    transform: translateX(-50%);
}

.abstand5, .abstand17, .abstand2, .abstand10, .abstand21{
        margin-top: 40px;
        margin-bottom: 18px;
}

h1{
    margin-top: 150px;
    margin-left: 150px;
    font-family: "Arial Black", Helvetica, sans-serif;
    font-size: 40px;
}

.ueberschrift{
    margin-top: 100px;
    margin-left: 150px;
    font-family: "Arial Black", Helvetica, sans-serif;
    font-size: 50px;

}

footer{
    color: gray;
    display: flex;
    justify-content: center;
}

.footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
}

.menuleiste{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    gap: 300px;
    margin-top: 50px;
}

.menuleiste a:link {
    text-decoration: none;
}

.menuleiste a:hover{
    color: #c6ff1a;
}

.leiste1, .leiste2{
    flex: 1;
    display: flex;
    gap: 80px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    align-items: center;
}

.leiste1{
    justify-content: flex-start;
    margin-left: 180px;
}

.leiste2{
    justify-content: flex-end;
    margin-right: 180px;
}

.header{
    display: flex;
    justify-content: center;
    align-items: center;
}

.spalten{
    margin-top: 50px;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 60px;
}

.spalte1{
    margin-left: 60px;
    width: 48%;
    float: left;
    padding: 10px;
    font-weight: bold;
}

.spalte2{
    margin-left: 200px;
    padding: 10px;

}

.text1{
    margin-left: 10%;
}

.text2{
    margin-left: 49%;
}

.abstand{
    margin-top: 40px;
}

.abstand1{
    margin-top: 60px;
    font-weight: bold;
}

.bilder{
    margin-left: 150px;
    width: 45%;
    float: left;
}

.infos{
    font-size: 20px;
    font-family: arial;
    margin-bottom: 50px;    
    margin-left: 150px;
} 


.bildchen{
    width: 180px;
    height: 400px; 
}


.bildchen1{
    width: 180px;
    height: 400px; 
    margin-left: 60px;
}

.bildchen2{
    width: 180px;
    height: 400px; 
    margin-left: 60px;
}

.sonstiges{
    margin-left: 150px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    margin-bottom: 100px;
}

.richtung{
    margin-top: 40px;
    font-weight: bold;
}

.i{
    display: none;
}

.overlay{
    display: none;
}
