footer{
    background: var(--gruen);
    color: var(--bg);
}
#footer{
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#footer ul {
    list-style: none;
    text-align: center;
}
#footer ul li a {
    text-decoration: none;
    color: var(--bg);
}