.site-branding img{
    width: 270px;
    height: 63px;
}

.site-branding {
    background-image: url(../images/dkr-architektur-weiss.svg);
    background-size: 270px auto;
    background-repeat: no-repeat;
    margin: 24px 0 10px 16px;
}


@media screen and (max-width: 800px) {
    .main-navigation ul {
        margin-right: 10px;
    }
    .main-navigation a {
        padding: 0 0.125em;
    }
}
/*
.entry-header-inner {
    background-position: right 5px top 5px;
    background-size: 125px auto;
    background-repeat: no-repeat;
    background-image: url(../images/Logo_Jubilaeum.png);
}
*/

.entry-header-inner p:first-child {
    margin-bottom: 2em;
}

@media screen and (min-width: 600px) {
    .entry-header-inner {
        padding-right: 150px;
    }

    .entry-header-inner p:first-child {
        margin-bottom: 1em;
    }

}
