html, body
{

}
#unternav {
    background-color: #399077;
    max-width:300px;
    height: 50px;
    border-top : #399077 solid ;
    margin: auto;
    text-align: center;
    text-decoration: none;
    color: white;
    margin-right: 340px;
    
    
}
#unternav a {
    text-decoration: none;
    color: white;
    
}
.eins a {
    background-color:;
    width: 70px;
    color: #005c48!Important;
    
}

@media (max-width: 580px){
  #unternav {
    background-color: #399077;
    max-width:300px;
    height: 50px;
    border-top : #399077 solid ;
    margin: auto!important;
    text-align: center;
    text-decoration: none;
    color: white;


}

}