footer {
    text-align: center;
}

footer p {
    text-align: center;
}

footer p a {
    display: inline-block;
    margin: 0 8px;   /* Abstand zwischen den Links */
}

.social-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.kooperationspartner {
    text-align: center;
}

