#fußleiste{
    padding: 20px 0px;
    background-color: var(--primary-color);
    font-size:15px;
    color: var(--secondery-text-color);
    text-align: center;
    display:flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap:wrap-reverse;
    
}

#fußleiste a{
    color: var(--secondery-text-color)
}