.cardif-tw-layout00-container {
        margin-top: 30px;
    }

    #cardif-bread {
        margin-top: -30px;
        float: left;
        margin-bottom: -20px;
        display: inline;
    }

    #barnav{
        top: -90px;
    }

    @media screen and (max-width: 880px) and (orientation:landscape) {
        /*--- Mobile MENU ---*/
        .mobi-menu-container {
            margin-top:-175px; 
        }
        #barnav{
            top: 86px;
        }
    }

    @media only screen and (max-width: 480px) {
        .cardif-tw-layout00-container {
            margin-top: 0px;
        }
        #barnav{
            top: 66px;
        }
    }

    @media (max-width: 480px) {
        .cardif-tw-layout00-container .star_list.container.lg {
            margin-top: -4px;
        }
        .mobi-menu-container {
            margin-top: -112px;
        }
        .loginPage .mobi-menu-container {
            margin-top: -100px;
        }
    }