/* Customer specific design overrides will appear here */
.ThemeGlobal {
    .ImcNavigation {
        --navigation-logo-width: 86px;
        --navigation-logo-height: 46px;
        --navigation-max-width: 1280px;
        --navigation-logo-mobile-padding: 28px;
        --navigation-logo-padding: 28px;
        --navigation-item-text-color: #005a8c;
        --navigation-item-hover-text-color: #00446e;
        --navigation-item-active-text-color: #00446e;
        --navigation-dropdown-item-hover-text-color: #3c8a5c;
        --navigation-dropdown-item-active-text-color: #3c8a5c;



        &::after {
            content: "";
            display: block;
            width: 100%;
            height: 25px;

            background: url("../global/images/Transformationsbalken.png") no-repeat center;
            background-size: 100% 100%;

            @media (max-width: 768px) {
                background-size: auto 25px;
                background-position: right center;
            }

        }


        .NavItemContent {
            .ImcText {
                border-bottom: 2px solid transparent;
            }

            &:hover,
            &.active {
                .ImcText {
                    border-color: #00446e;
                }
            }
        }
    }

    .ImcFooter {
        --footer-background: #00375b;
        --footer-item-text-color: #fff;
        --footer-item-hover-text-color: #fff;
        --footer-item-hover-text-decoration: underline;
    }
}