@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/fa-solid-900.woff2");
}

footer.footer {
    background-color: #d94718;
}
.footer-jahr a {
    color: #fff!important;
}


.container.foot {
    background-color: #f9f9f9;
    margin-bottom: -70px;
}

.footer-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 22px;
    padding-bottom: 15px;
    width: 100%;
    margin-bottom: -40px;
    background-color: #f9f9f9;
}

.footer-logos {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 40px;
}

.footer-logos img {
    height: 70px;
}

.footer-links {
    display: flex;
    gap: 30px;
    justify-content: center;
    width: 40%;
    padding-top: 20px;
    z-index: 99;
}

.footer-links a {
    color: #d94718;
    text-decoration: none;
}

.footer-social {
    display: flex;
    gap: 20px;
    margin-top: -50px;
    justify-content: flex-end;
    width: 90%;
}

.footer-social a {
    color: #b04732;
    text-decoration: none;
    font-size: 24px;
}

.linked {
    height: 30px;
    fill: #d94718;
    margin-right: 20px;
}

/* Media Query für Bildschirme 1400px und kleiner */
@media (max-width: 1400px) {
    .footer-container {
        flex-direction: column;
        align-items: flex-start; /* Links ausrichten */
    }

    .footer-logos,
    .footer-links,
    .footer-social {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .footer-logos {
        justify-content: center;
        padding-left: 0;
    }

    .footer-links {
        flex-direction: row;
        gap: 10px;
    }

    .footer-social {
        justify-content: center;
        flex-direction: row;
        margin-top: 20px;
    }
    footer.footer {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
        padding-left: 0;
        gap: 15px;
        text-align: center;
    }

    .footer-links a {
        white-space: nowrap;
    }

    .footer-logos img {
        height: auto;
        width: 100%;
    }
}
