#head #logo{
    position: absolute;
    top: 6px;
    right: 20px;
    width: 400px;
    height: 50px;
    background: url(../graphics/logo.png) no-repeat;
    background-size:cover;
    image-rendering: -webkit-optimize-contrast;
}

#tabletmenu li a{
    font-size:14px !important;
}

@media all and (max-width: 760px) {
    #head #logo{
        background: url(../graphics/logo-mobile.png) no-repeat;
        background-size:cover;
        image-rendering: -webkit-optimize-contrast;
        top:0;
        right:0;
        width: 62px;
        height: 62px;
    }

}

