/* CSS-Regeln aus zentraler Layout-Config übernehmen */
@import url('/index/vorlagen/layout/_jcr_content/properties/property_1.css');

.teaserbox.layoutepg .date_list .today { color:#005ea8; }
.teaserbox.layoutepg .date_list .active .today { color:#fff; }

.nav-top > .nav-top-container {
    padding: 16px 15px 25px;
}

.nav-top > .nav-top-container .nav-top-logo img {
    width: 103px;
}

.nav-top-sticky-container .nav-top-logo a, .nav-top-sticky-container .nav-top-logo img {
    width: 50px;
    height: 22px;
}

@media screen and (max-width: 679px) {
    .nav-top > .nav-top-container .nav-top-logo img {
        width: 85px;
        height: 40px;
        margin: -9px 0 0 -4px;
    }
}

