.imprint{
visibility: hidden;
}

@media screen and (min-width: 1100px) {
    #site-branding {
            width: 80%;
    }
}

@media screen and (min-width: 1100px) {
    #masthead.small #site-branding {
        width: 30%;
    }
}

@media screen and (min-width: 1100px) {
    #masthead.small #site-branding {
        width: 30%;
    }
    body:not(.home) #masthead #site-branding {
        width: 30%;
    }    
}


@media screen and (min-width: 1100px) {
    .single-post h1.entry-title,
    .page h1.entry-title {
        max-width: 100%;
    }
}



