footer {
    background-color: #f9f9f9;
    padding: 20px;
    text-align: center;
}

footer hr {
    margin-bottom: 20px;
}

footer .space {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    flex-wrap: wrap;
}

footer .mitglied {
    max-height: 80px;
}

footer .mitglied.left {
    margin-right: 20px;
}
