.ThemeGlobal {
  .ImcNavigation {
    --navigation-padding: 0;
    --navigation-max-width: 1280px;
    --navigation-logo-height: 70px;
    --navigation-logo-padding: 20px 0 20px 5px;
    --navigation-burger-margin: 0;
    --navigation-burger-padding: 22px 15px;
    --navigation-font-family: Gotham-bold, Arial, Helvetica, sans-serif;
    --navigation-item-padding: 25px 15px 23px;
    --navigation-item-line-height: 20px;
    --navigation-item-font-size: 14px;
    --navigation-item-text-transform: uppercase;
    --navigation-item-hover-background: #00A7C9;
    --navigation-item-hover-text-color: #fff;
    --navigation-item-active-background: #00A7C9;
    --navigation-item-active-text-color: #fff;
    --navigation-dropdown-background: #fff;
    --navigation-dropdown-item-hover-text-color: #00A7C9;
    --navigation-dropdown-item-active-text-color: #00A7C9;
    --navigation-dropdown-grouptitle-text-transform: uppercase;
    --navigation-item-badge-position-top: 18px;
    --navigation-dropdown-category-switch-active-border: 1px solid transparent;
  }

  .ImcFooter {
    --footer-background: #00afca;
    --footer-item-text-color: #fff;
    --footer-item-hover-text-color: rgba(255, 255, 255, .8);

    position: relative;
    &:after {
        content: "© URGO MEDICAL. URGO GmbH Justus-von-Liebig-Straße 16 - 66280 Sulzbach - Germany - Tel.: +49 (0)6897 / 579-0 - Fax: +49 (0)6897 / 579-212";
        display: block;
        width: 100%;
        max-width: 1040px;
        padding: 20px 120px 20px 10px; 
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        margin: 0 auto;
        font-size: 12px;
        color: #666;
        background: transparent url("../global/logos/footer-logo.png") no-repeat center right 10px;
        background-size: 90px;
    }
  }
}
