/*Vereinfachtes Design für mobile Geräte*/

body{
    background-color: 434344;
    font-family:  Arial, Helvetica, sans-serif;
}

.fixed-bottom {
    color: #ffffff;
    background-color: rgb(48, 148, 0);
    border-color: #130269;
}

#noJavaScriptWarning{
    color: red;
    background-color: gray;
    font-size: 15pt;
 }

  

 #navbar {
    background-color:  rgb(48, 148, 0);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  
  #bandPicture {
    max-height: 100% ; 
    max-width: 100%;
}


