/*
 * IFB Globales Markenlogo V6
 * Exakte Verwendung des final freigegebenen Logos.
 */

.ifb-brand-v6 {
    width: auto !important;
    max-width: min(100%, 320px) !important;
    display: inline-flex !important;
    align-items: center;
}

.ifb-brand-v6 picture,
.ifb-brand-v6 img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 78px !important;
    display: block;
    object-fit: contain;
}

.ifb-polish-enabled.ifb-is-scrolled .ifb-brand-v6 img {
    max-height: 67px !important;
}

/* Footer: exaktes Farblogo auf einer ruhigen weißen Fläche. */
.ifb-global-footer .ifb-footer-brand img,
.ifb-global-footer img[src*="/ifb-global-brand/assets/images/ifb-logo-v6"] {
    width: min(100%, 340px) !important;
    height: auto !important;
    margin: 0 0 22px !important;
    padding: 13px 15px !important;
    background: #fff !important;
    border: 1px solid rgba(255,255,255,.18) !important;
    border-radius: 10px !important;
    box-shadow: 0 10px 28px rgba(0,0,0,.12) !important;
    object-fit: contain !important;
}

/* Direkt in einzelnen Seitentemplates eingebettete Markenlogos. */
.ifb-about-hero__badge img[src*="/ifb-global-brand/assets/images/ifb-logo-v6"],
.ifb-about-leadership__brand img[src*="/ifb-global-brand/assets/images/ifb-logo-v6"],
img[src*="/ifb-global-brand/assets/images/ifb-logo-v6"] {
    object-fit: contain !important;
}

.ifb-ueber-ifb-page .ifb-about-hero__badge {
    width: min(430px, 92%) !important;
    padding: 18px 20px !important;
    background: rgba(255,255,255,.96) !important;
}

.ifb-ueber-ifb-page .ifb-about-hero__badge img {
    width: min(370px, 100%) !important;
    height: auto !important;
    margin: 0 !important;
}

.ifb-ueber-ifb-page .ifb-about-hero__badge > span {
    display: none !important;
}

.ifb-ueber-ifb-page .ifb-about-leadership__brand img {
    width: min(420px, 100%) !important;
    height: auto !important;
    margin-bottom: 27px !important;
    padding: 14px 16px !important;
    background: #fff !important;
    border-radius: 10px !important;
    box-shadow: 0 13px 34px rgba(0,0,0,.15) !important;
}

@media (max-width: 1180px) {
    .ifb-brand-v6 img {
        max-height: 72px !important;
    }
}

@media (max-width: 900px) {
    .ifb-brand-v6 {
        max-width: 250px !important;
    }

    .ifb-brand-v6 img,
    .ifb-polish-enabled.ifb-is-scrolled .ifb-brand-v6 img {
        max-height: 58px !important;
    }
}

@media (max-width: 650px) {
    .ifb-brand-v6 {
        max-width: 220px !important;
    }

    .ifb-brand-v6 img,
    .ifb-polish-enabled.ifb-is-scrolled .ifb-brand-v6 img {
        max-height: 52px !important;
    }

    .ifb-global-footer .ifb-footer-brand img,
    .ifb-global-footer img[src*="/ifb-global-brand/assets/images/ifb-logo-v6"] {
        width: min(100%, 300px) !important;
    }
}
