/* ==========================================================
   HEGAU24 — FOOTER
========================================================== */

.hegau-footer {
    margin-top: 56px;
    color: #d9e5f3;
    background: #102b4d;
}

/* ==========================================================
   MAIN
========================================================== */

.hegau-footer__main {
    padding: 54px 0 48px;
}

.hegau-footer__container {
    width: min(1800px, 94%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(260px, 1.55fr) repeat(4, minmax(140px, 1fr));
    gap: 42px;
}

/* ==========================================================
   BRAND
========================================================== */

.hegau-footer__logo {
    display: inline-block;
    margin-bottom: 18px;
    color: #fff;
    font-size: 31px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.035em;
    text-decoration: none;
}

.hegau-footer__logo span {
    color: #4b9cf5;
}

.hegau-footer__description {
    max-width: 330px;
    margin: 0 0 22px;
    color: rgba(255,255,255,.66);
    font-size: 14px;
    line-height: 1.65;
}

.hegau-footer__region {
    display: flex;
    flex-direction: column;
    gap: 5px;
    color: rgba(255,255,255,.45);
    font-size: 12px;
    line-height: 1.45;
}

.hegau-footer__region strong {
    color: rgba(255,255,255,.68);
    font-size: 12px;
    font-weight: 600;
}

/* ==========================================================
   COLUMNS
========================================================== */

.hegau-footer__column h3 {
    margin: 3px 0 18px;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 700;
}

.hegau-footer__column ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.hegau-footer__column li {
    margin: 0 0 11px;
    color: rgba(255,255,255,.55);
    font-size: 13px;
    line-height: 1.4;
}

.hegau-footer__column a {
    color: rgba(255,255,255,.64);
    text-decoration: none;
    transition: color .18s ease;
}

.hegau-footer__column a:hover {
    color: #fff;
}

/* ==========================================================
   BOTTOM
========================================================== */

.hegau-footer__bottom {
    border-top: 1px solid rgba(255,255,255,.10);
}

.hegau-footer__bottom-inner {
    width: min(1800px, 94%);
    min-height: 68px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.hegau-footer__copyright,
.hegau-footer__tagline {
    color: rgba(255,255,255,.42);
    font-size: 12px;
}

.hegau-footer__legal {
    display: flex;
    align-items: center;
    gap: 22px;
}

.hegau-footer__legal a {
    color: rgba(255,255,255,.58);
    font-size: 12px;
    text-decoration: none;
    transition: color .18s ease;
}

.hegau-footer__legal a:hover {
    color: #fff;
}

/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width: 1100px) {

    .hegau-footer__container {
        grid-template-columns: 1.4fr 1fr 1fr;
        gap: 34px;
    }

    .hegau-footer__brand {
        grid-column: 1 / -1;
    }

}

@media (max-width: 700px) {

    .hegau-footer {
        margin-top: 40px;
    }

    .hegau-footer__main {
        padding: 40px 0 34px;
    }

    .hegau-footer__container {
        grid-template-columns: 1fr 1fr;
        gap: 30px 24px;
    }

    .hegau-footer__brand {
        grid-column: 1 / -1;
    }

    .hegau-footer__bottom-inner {
        min-height: auto;
        padding: 22px 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 13px;
    }

    .hegau-footer__tagline {
        display: none;
    }

}

@media (max-width: 460px) {

    .hegau-footer__container {
        grid-template-columns: 1fr;
        gap: 27px;
    }

    .hegau-footer__brand {
        grid-column: auto;
    }

    .hegau-footer__legal {
        gap: 18px;
    }

}
