body {
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-color: #252727;
        font-family: arial;
        font-size: 16px;
        color: #212121;
        height: 100%;
}
body.loading { cursor: wait; }
 a, a:visited, a:active {
        color: #4c7bc5;
        text-decoration: none;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-family: arial;
        font-size: 16px;
        font-weight: none;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
        font-color: steelblue;
        color: #6161f1;
        color: slateblue;
        color: gold;
        color: steelblue;
        color: #212121;
}
li {
        font-size: 16px;
}
a:hover {
        color: dodgerblue;
        font-family: arial;
        font-size: 16px;
        font-weight: none;
        text-decoration:;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    color: dodgerblue;
    color: maroon;
}

menu {
  margin: 0px auto; 
  text-align: center;
}
ul.menu ul {
  display: none;
  list-style: none;
}
ul.menu li:hover > ul {
  display: block;
  background: #313131; 
  background: #212121; 
  background: #313131; 
  color: orange;
}
ul.menu {
  list-style: none;
  position: relative;
  margin-top :0px;
  margin-bottom: 0px;
  padding: 16px 0px 0px 0px;
  border: 0px;
  height: 35px;
} 
ul.menu:after {
  content: ""; clear: both; display: block;
}
ul.menu li {
  float: left;
  padding: 0px 0px 0px 0px;
  margin:0px;
  float:left;
  text-align: left;
  vertical-align:middle;
  list-style: none;
}
ul.menu li:hover {
  color: #ffffff;
}
ul.menu li:hover  {
  color: skyblue;
  font-size: 15px;
}
ul.menu li a {
  font-size: 19px;
  display: block; 
  padding: 1px 18px 0px 0px;
  color: #b2b2b2; 
  text-decoration: none;
}
ul.menu ul {
  background: #636058;
  position: absolute;
  min-width:240px;
  padding-left: 0px;
}
ul.menu ul li {
  float: none; 
  border-bottom: 1px solid #1b1f25; 
  position: relative;
}
ul.menu ul li a {
  padding: 15px 40px 15px 20px;
  color: #626262;
  color: #a2a2a2;
  color: #8292a2;
  color: #929292;
}	
ul.menu ul li a:hover {
  background: #414141; 
  color: deepskyblue;
}
ul.menu ul ul {
  position: absolute; left: 100%; top:0;
}
ul.menu a {
  color: #E4E4E4;
  font-size: 13px;
  padding: 12px 6px 0px 6px;
  margin-top :0px;
  margin-bottom: 0px;
  font-weight: normal;
  text-decoration: none;
  border-style: none;
}
ul.menu input {
  padding: 2px 4px 2px 4px;
  margin-top :0px;
}

ul.reiter {
    position: fixed;
    bottom: 0;
    left: 0;    
    width: 100%;
    height: 40px; /* Daumen x Pi Regel: min. 40x40 px fuer einen touchable Button/Link/Whatever. Hab ich gehoert, kA obs stimmt */
}
ul.reiter li {
    list-style: none; /* keine Bullets */
    position: inline-block;
    min-width: 40px; /* fuer das 40 x 40 */
}
ul.reiter li a {
    position: block;
    width: 100%;
    height: 100%;
}
ul.reiter li a:hover {
}
.language-switcher {
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 1000;
}
.language-btn {
  background: lightgray;
  color: white;
  border: none;
  padding: 6px 12px;
  margin: 0 2px;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
}
.language-btn:hover { background: dodgerblue; padding: 6px 12px;}
.language-btn.active { background: darkorange; }