@charset "utf-8";
/* CSS Document */

.body-page #here-header-logo {
    
    position:fixed;
    top:35px;
    left:36px;
    width:150px;
    height:50px;
    overflow:hidden;
    font-family: "Hhere_Web Regular";
    font-size: 220px;
    line-height: 30px;
    z-index:3000;

}

.body-page #header-menu-button {
    
    position:fixed;
    right:40px;
    top:40px;
    width:40px;
    height:40px;
    overflow:hidden;
    z-index:3000;

}

.body-page #header-menu-button-link-icon {
    
    width:40px;
    height:40px;
    background-size: 40px 40px;    

}

.body-page #header-spacer, .header-spacer    {
    
    width:100%;    
    
}

.body-page #header-spacer, .header-spacer {

    height:120px;    
    
}

@media only screen and (max-width: 1919px) {

    .body-page #here-header-logo {

        top:37px;
        left:38px;
        width:90px;
        height:30px;
        font-size: 135px;
        line-height: 16px;

    }
    
    .body-page #header-menu-button  {

        right:40px;
        top:37.5px;
        width:30px;
        height:30px;

    }
    
    .body-page #header-menu-button-link-icon {
        
        width:30px;
        height:30px;
        background-size: 30px 30px;    

    }
    
}

@media only screen and (max-width: 1439px), screen and (max-height: 511px) { 
 
    .body-page #here-header-logo {

        top:28px;
        left:28px;
        width:70px;
        height:24px;
        font-size: 106px;
        line-height: 12px;

    }
    
    .body-page #header-menu-button  {

        right:30px;
        top:26px;

    }
    
    .body-page #header-spacer, .header-spacer {

        height:90px;    

    }
 
}

@media only screen and (max-width: 767px), screen and (max-height: 511px) { 

    .body-page #here-header-logo {

        top:22px;
        left:18px;

    }
    
    .body-page #here-header-logo.short {

        left:15px;

    }
    
    .body-page #header-menu-button  {

        right:20px;
        top:20px;

    }
    
    .body-page #header-spacer, .header-spacer {

        height:70px;    

    }

}