footer {
    color: var(--eb-color-white-050)
}

footer .headline-small {
    color: var(--eb-color-white-075);
}

footer h2,
footer h3 {
    color: var(--eb-color-straight-white);
}

.footer-top {
    background-color: var(--eb-color-text-100);
    padding: 4rem 0;
}

.footer-menu-item {
    margin-bottom: 1rem;
}

.footer-menu-title {
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin-bottom: 1rem;
}

.footer-sub-menu-item {
    margin-bottom: 0.5rem;
}

.footer-sub-menu-item a {
    font-size: 14px;
    color: var(--eb-color-white-050);
    text-decoration: none;
}

.footer-sub-menu-item a:hover {
    color: var(--eb-color-superior-blue);
}

.footer-top-inquiry-content {
    color: var(--eb-color-white-050);
    border-top: 1px solid var(--eb-color-white-025);
    margin-top: 3rem;
    padding-top: 2.5rem;
}

.footer-top-inquiry-content .footer-top-inquiry-content-title {
    color: var(--eb-color-straight-white);
}

.footer-top-inquiry-content-button {
    text-align: right;
}

.footer-top-inquiry-content-button .btn {
    margin: auto 0;
}

/* footer-about-us */

.footer-about-us {
    padding: 4rem 0;
    background: #004B87;
    background-image: radial-gradient(54% 44%, #009FDF 55%, rgba(0, 205, 241, 0.00) 250%);
    position: relative;
    overflow: hidden;
}

.footer-about-us:after {
    content: '';
    background-image: url(https://media-assets.eagleburgmann.com/image/108134910297/image_92oe54vdn51254e4lu8mslfs0a/-FWEBP);
    width: 54%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 34px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
}

.footer-about-us .p-description {
    color: var(--eb-color-white-050);
}

.footer-about-us-title,
.footer-teaser-title,
.footer-about-us h2,
.footer-about-us h3,
.footer-about-us h4 {
    color: var(--eb-color-straight-white);
}

.footer-teaser {
    height: calc(100% - 2rem);
    margin-bottom: 2rem;
}

.footer-teaser-title {
    margin-bottom: 0;
}

.footer-teaser-title-sub {
    margin-bottom: 1rem;
}

.footer-teaser {
    font-size: 12px;
}

.footer-about-us-button {
    margin-top: 2rem;
}

.footer-bottom-about-us {
    padding: 4rem 0;
    background-color: #002144;
}

.footer-bottom-about-us-bottom {
    padding: 2.5rem 0;
}

.footer-bottom-about-us-bottom-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-bottom-about-us-bottom-icons a {
    font-size: 1.5rem;
    color: var(--eb-color-white-050);
}

.footer-bottom-about-us-bottom-icons a:hover {
    color: var(--eb-color-superior-blue);
}

.footer-bottom {
    font-size: 14px;
    color: var(--eb-color-white-050);
    padding: 0.75rem 0;
    background-color: #001737;
}

.footer-bottom a {
    color: var(--eb-color-white-050);
    padding: 5px;
}

.footer-bottom a:hover {
    color: #009FDF;
    text-decoration: underline;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 1.25rem;
}

@media (max-width: 1499px) {
    .footer-bottom {
        padding-bottom: 4.5rem;
    }
}

@media (max-width: 991px) {
    .footer-about-us:after {
        display: none;
    }

    .footer-links {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        text-align: center;
        column-gap: 1.25rem;
    }
}

@media (max-width: 767px) {
    .footer-about-us,
    .footer-top,
    .footer-bottom-about-us {
        padding: 2rem 0;
    }

    .footer-bottom-about-us-bottom {
        padding: 1.5rem 0 0;
    }

    .footer-links {
        gap: 0.5rem;
    }

    .footer-teaser {
        height: calc(100% - 1rem);
        margin-bottom: 1rem;
    }

    .footer-bottom-about-us-bottom-icons {
        margin-top: 1rem;
    }

}