/* ============================================================
   Footer
   ============================================================ */

/* WPML default footer language switcher ausblenden */
.wpml-ls-statics-footer {
    display: none !important;
}

#delta-footer {
    position: relative;
    z-index: 1;
    background: linear-gradient(1deg, #000 0.4%, #161616 99.46%);
    width: 100%;
}

.delta-footer-inner {
    padding: 100px 150px;
}

.footer-logo-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-content: end;
}

.delta-footer-social-icons {
    display: flex;
    align-items: end;
    gap: 30px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
}

.footer-information-container {
    display: flex;
    justify-content: space-between;
    margin: 70px 0;
}

.footer-font {
    color: var(--color-light-300);
    font-family: Barlow, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-information-container-item {
    display: flex;
}

.footer-icon {
    height: 40px;
}

.footer-information {
    display: flex;
    flex-direction: column;
    margin-left: 20px
}

.footer-link-font {
    font-family: Barlow, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--color-light-300);
}

.footer-link-font a {
    color: var(--color-primary-500) !important;
}

#delta-footer a {
    display: inline-block;
    text-decoration: none !important;
    color: var(--color-primary-500) !important;
    transition: transform 0.3s ease, text-decoration-color 0.3s ease;
}

#delta-footer a:hover {
    text-decoration: none !important;
    color: var(--color-white) !important;
    transform: translateX(5px);
}

.copyright-container {
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-light-300);
    font-size: 14px;
    font-weight: 400;
}

.delta-footer-company-name {
    display: none;
}

.delta-footer-logo-mobile {
    display: none;
}

/* ============================================================
   Mobile Footer
   ============================================================ */

@media (max-width: 1024px) {
    .delta-footer-inner {
        padding: 60px 40px;
    }

    .footer-logo-container {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .delta-footer-logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .delta-footer-logo-desktop {
        display: none;
    }

    .delta-footer-logo-mobile {
        display: block;
        height: 60px;
        width: auto;
    }

    .delta-footer-company-name {
        display: block;
        color: var(--color-light-300);
        font-family: Barlow, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin-top: 20px;
    }

    .delta-footer-social-icons {
        justify-content: center;
        gap: 30px;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .delta-footer-social-icons .footer-icon {
        height: 44px;
    }

    .footer-container {
        flex-direction: column;
        gap: 0;
    }

    .footer-information-container {
        margin: 0;
        padding: 30px 0;
    }

    .footer-information-container:last-child {
        border-bottom: none;
    }

    .footer-information-container-item {
        align-items: flex-start;
    }

    .footer-icon {
        width: 36px;
        height: 36px;
        object-fit: contain;
        flex-shrink: 0;
        margin-top: 2px;
    }

    .footer-information {
        margin-left: 20px;
        gap: 10px;
    }

    .footer-font {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .footer-link-font {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .copyright-container {
        flex-direction: column;
        gap: 4px;
        margin-top: 60px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-align: center;
    }
}
