/* overwrite pb_header.css from dbv-de-design */
#pageHeader ._headerMeta {
    padding: 0;
}
#pageHeader ._headerLight > div {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;

}
#pageHeader ._headerLight ._logo {
    display: initial;
    margin-left: 0;
    margin-top: 16px;
    position: absolute;
    top: 0;
    left: 30px;
    height: 54px;
    width: auto;
}

#pageHeader ._headerLight ._logo:focus-visible {
    box-shadow: 0px 0px 0px 2px #FFF, 0px 0px 0px 4px #000;
}


#pageHeader ._headerLight ._logo > img {
    height: auto;
    width: auto;
    max-height: 100%;
}

#pageHeader ._headerLight ._logo {
    background-image: none;

}

#pageHeader.-displaySearchBar ._searchBar {
    margin-left: 110px;
}

@media (max-width: 991px) {
    #pageHeader ._headerMeta {
        display: none;
    }

    #pageHeader ._navMain {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #fafafa;
    }

    #pageHeader ._navMain > a {
        padding: 15px 20px;
        border-top: 1px solid #e5e5e5;
    }

    #pageHeader ._navMain > a.-active {
        background-color: rgba(229, 229, 229, 0.7);
    }

    #pageHeader ._navMain > a:last-child {
        border-bottom: 1px solid #e5e5e5;
    }

    #pageHeader ._navMyaxa {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 40px 40px 20px 30px;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        border-top: 1px solid #e5e5e5;
        background-color: #fafafa;
    }

    #pageHeader ._navMyaxa > a {
        width: 100%;
        margin-bottom: 20px;
    }

    #pageHeader ._navMyaxa > a.contact {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

#pageHeader ._headerLight {
    height: 70px;
    background-color: #ffffff;
    border-bottom: 1px solid #e5e5e5;
}

#pageHeader ._headerFlyout {
        border-bottom: 1px solid #e5e5e5;
        hyphens: auto;
    }

    #pageHeader ._headerFlyout ._level4Menu.flyout-columns.navigation-4-col ._menuLevel3{
    align-items: unset;
    }

    #pageHeader ._headerFlyout ._level4Menu.flyout-columns.navigation-4-col ._menuLevel3 a {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        max-width: 25%;
        font-size: 1.6rem;
    }

    #pageHeader ._headerFlyout ._level4Menu.flyout-columns ._menuLevel3 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: unset !important;
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%;
        margin: 50px 0 0 0;
        font-size: 1.6rem;
    }
    #pageHeader ._headerFlyout ._level4Menu.flyout-columns ._menuLevel3 a {
        font-size: 1.6rem;
    }

@media(max-width: 767px){
    #pageHeader ._headerFlyout ._level4Menu.flyout-columns.navigation-4-col ._menuLevel3 a {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 25%;
        flex: 0 1 25%;
        max-width: unset;
        font-size: 1.6rem;
        min-width: 100%;
    }
}

@media (max-width: 991px) {
    #pageHeader ._headerLight {
        height: 70px;
    }

    #pageHeader ._headerLight ._logo {
        top: 13px;
        height: 44px;
        margin-top: 10px;
    }

    #pageHeader ._headerLight ._navSub {
        display: none;
    }

    #pageHeader ._headerLight ._iconBar ._divider {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 30px;
    }

    #pageHeader ._headerLight ._iconBar > i {
        font-size: 24px;
    }

    #pageHeader ._headerLight ._iconBar > i:nth-of-type(1) {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    #pageHeader ._headerLight ._iconBar [data-menu-btn="openMenu"] {
        display: inline-block;
    }

    #pageHeader.-displayMobileMenu ._iconBar [data-menu-btn="openMenu"] {
        display: none;
    }

    #pageHeader.-displayMobileMenu ._iconBar [data-menu-btn="closeMenu"] {
        display: inline-block;
    }

}

