@media screen and (min-width:1201px) {
 .bgrtopnavi {
    z-index: 14;
    position: fixed;
    width: 100%;
    background: #418502;
    font-family: 'Lato',helvetica,arial,sans-serif;
    color: #fff;
    top: 0;
    left: 0;
}
.topnavi {
    width: 100%;
    max-width: 94%;
    margin: 0 auto;
    text-align: center;
}
.topnavi a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}
span.phone {
    letter-spacing: 0.15em;
}
.topnavi p{text-align:right;}
span.phone a,span.mail a,.topnav a {
    display: inline-block;color: #fff;padding:0.8em 1em 0.7em 1em;
    text-decoration: none;
}
p.kommunik,p.topnav {text-align:right;}
span.phone a,span.mail a{color: #fff;}
p.kommunik a {
    color: #fff;
    outline: none;
    text-decoration: none;
    padding: 1.3em 0.5em 1em 0.5em;
}
.topinfo {float: left;margin-top: 1.1em;}
p.topnav {text-align:right;}
p.topnav a{color:#000;}
}
@media screen and (max-width:1200px) {
 .bgrtopnavi {display:none;
}
}


