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%);
    
}

.spruch{
    margin-top: 160px;
    color: #99CC00;
    font-family: Arial Black, Helvetica, sans-serif;
    display: flex;
    justify-content: space-around;
}

footer{
    color: gray;
    display: flex;
    justify-content: center;
}

.footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
}

.antw{
    text-align: right;
    margin: 0px;
    padding: 0px;
}

.HNC{
    text-align: center;
    font-family: Arial Black, Helvetica, sans-serif;
    margin-top: 100px;
    font-size: 40px;
    color: #99CC00;
    display: flex;
    justify-content: space-evenly;
}

.uHNC{
    margin-top: 40px;
    color: #99CC00;
    font-family: Arial Black, Helvetica, sans-serif;
    text-align: center;
    font-size: 16px;
}

.description{
    margin-top: 120px;
    color: #99CC00;
    font-family: Arial Black, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

.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;
}

.aktuelles{
    font-size: 40px;
    color: #99CC00;
    font-family: "arial black";
    margin-left: 60px;

}

.divaktuell{
    border: medium solid #99CC00;
    margin-bottom: 60px;
    margin-left: 80px;
    margin-right: 80px;
}

.status{
    font-family: arial;
    font-size: 30px;
    margin: 60px;
}

@media (max-width: 768px) {
    .menuleiste {
        display: flex;
    }

}