
body {
  font-family: arial;
}



.wrapper {
  max-width: 500px;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding-left: 8px;
  padding-right: 8px;
}



    
    
h1.login_ueberschrift {
  font-size: 2em;
  font-variant: small-caps;
}  

h1.kennwort_aender_ueberschrift {
  margin-top: 10px !important;
  font-size: 2em;
  font-variant: small-caps;
}


#zurueck_pfeil {
  display: block;
  position: absolute;
  top: 6px;
  left: 15px;
  font-size: 2em;
  cursor: pointer;
  transition: 0.3s;
}
#zurueck_pfeil:hover {
  font-size: 2.2em;
  transform: scale(1.02, 1.02);
  left: 14px;
  top: 5px;
}


form#login, form#kennwort_aendern {
  text-align: left;
  margin-top: 30px;
}
form#login>.mui-btn, form#kennwort_aendern>.mui-btn {
  width: 100%;
  margin-top: 30px;
}








button {
  display: block;
  width: 100%;
  margin-left: 0 !important;
  margin-top: 20px;
}
button:first-of-type {
  margin-top: 30px; 
}



.box_tafel {
  text-align: left;
  position: relative;
  cursor: pointer;
}
.box_tafel:first-of-type {
  margin-top: 30px;
}
.box_tafel:hover {
  box-shadow: 0px 5px 7px -4px #000000, 0px 0px 0px 0px rgba(0,0,0,0);
}
.box_tafel i {
  font-size: 0.8em;
}
.box_tafel b {
  display: inline-block;
  font-size: 1.3em;
  margin-bottom: 5px;
}
.box_pfeil_rechts {
  position: absolute;
  right: 15px;
  top: 15px;

}

.box_tafel_winter_hintergrund {
  background-color: #99ccff;
}
.box_tafel_sommer_hintergrund {
  background-color: #99cc99;
}
.box_tafel_infotext_hintergrund {
  background-color: #f9f9f9;
}


.box_tafel_ok_hintergrund {
  background-color: rgba(0,255,0,0.1);
}
.box_tafel_nicht_aktiv_hintergrund {
  background-color: rgba(0,0,0,0.02);
  color: gray;
}
.box_tafel_warnung_hintergrund {
  background-color: rgba(255, 255, 0, 0.1);
}
.box_tafel_fehler_hintergrund {
  background-color: rgba(255,0,0,0.1)
}
.box_tafel_ok {
  color: green;
  font-weight: bold;
}
.box_tafel_nicht_aktiv {
  color: gray;
  font-weight: bold;
}
.box_tafel_warnung {
  color: orange;
  font-weight: bold;
}
.box_tafel_fehler {
  color: red;
  font-weight: bold;
}



#bitte_warten_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0,0,0,0.4);
}






.ui-dialog {
  z-index: 20000 !important;
}

.ui_dialog_schatten {
  box-shadow: 6px 6px 20px 0px rgba(0,0,0,0.94);
}
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .9;
  filter: Alpha(Opacity=.9);
}
  






  
  


/* ############################### */ 
/* ####### FEHLERMELDUNGEN ####### */
/* ############################### */  
  #snackbar {
    visibility: hidden;
    width: 450px;
    margin-left: -225px;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 1.1em;
    border-radius: 4px;
    padding: 16px;
    position: fixed;
    z-index: 1000;
    left: calc(50% - 16px);
    bottom: 30px;
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.75);
  }

  #snackbar.show {
    visibility: visible; 
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  #snackbar.fehler {
    background-color: #e4685d;
  }
  #snackbar.hinweis {
    background-color: #77b55a;
  }


  #saison_umschalten_button {
    height: 48px;
    line-height: 1.2em;
  }
  #saison_umschalten_button i {
    font-size: .8em;
  }


  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }

  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }

  @-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }

  @keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }
  
  
  
  


  
  
  
/* ############################################################################################################################################################################################################################### */
/* ###### RESPONSIVE ############################################################################################################################################################################################################# */
/* ############################################################################################################################################################################################################################### */

  
  
  @media (max-width:490px) {
    #snackbar {
      width: 400px;
      margin-left: -200px;
    }
  }

  @media (max-width:440px) {
    #snackbar {
      width: 350px;
      margin-left: -175px;
    }
  }
  
  @media (max-width:390px) {
    #snackbar {
      width: 300px;
      margin-left: -150px;
    }
  }
  
  @media (max-width:340px) {
    #snackbar {
      width: 250px;
      margin-left: -125px;
    }
  }
  
  @media (max-width:290px) {
    #snackbar {
      width: 200px;
      margin-left: -100px;
    }
  }
  
  @media (max-width:240px) {
    #snackbar {
      width: 150px;
      margin-left: -75px;
    }
  }
  
  @media (max-width:190px) {
    #snackbar {
      width: 100px;
      margin-left: -50px;
    }
  }
  
  @media (max-width:140px) {
    #snackbar {
      width: 50px;
      margin-left: -25px;
    }
  }


  

    
