#Fusszeile{
    height: 1.5em;
    background-color: rgb(21,59,101);
    font-family: Ubuntu-Medium;
    order: 4;
    position: fixed;
    bottom: 0%;
    width: 100%;
    text-align: center;
  }

  #Fusszeile a:link, a:visited{
    color: white;
    text-decoration: none;
    padding-right: 2em; 
    font-size: 1.0em ;
   }

  #Fusszeile a:hover, a:active {
    color: rgb(255,215,1);
}  
  

@media (max-device-width: 450px){ 
  #Fusszeile{
    font-size: 0.7em
  }
}
@media (max-device-width: 300px){ 
  #Fusszeile{
    font-size: 0.6em
  }
}