header a.logo {  width: 124px; height: 96px; background: url("../images/epu-logo.jpg") no-repeat; transform: scale(.8);margin:0;}
button.navbar-toggle { margin-top: 24px;}

@media (min-width: 768px) {

    header a.logo { transform: scale(.9); }

    }

@media (min-width: 992px) {
    /* Main Nav*/
    nav>ul { display: flex; }
    nav>ul>li:first-child { display:block; }
    header.fixed-navigation a.logo { transform: scale(.5); top:-19px; height: 98px;}
    header nav.affix>ul { margin: 35px 15px 0 auto;}

    /* News-Zusatz */
    .text-items {margin: 0 10px;}
    .teaser-news.width-prio1 .epu-text { min-height: unset;}
}

@media (min-width: 1200px) {

    header a.logo { transform: scale(1); margin-bottom: 15px;}
    header nav.affix>ul { margin-right:  auto;}

}