#user ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.user-controls {
  height: 18px;
  float: left;
}

#user li {
  margin-left: 10px;
  display: inline;
}

.user-controls-wrapper {
  float: right;
}

#infotext-vitportal {
  float: left;
  color: #ffff66;
  font-weight: bold;
}

/* Tablets */
@media only screen and (max-width: 985px) {

  /* Die user-Zeile soll links stehen. */
  .user-controls-wrapper {
    float: none;
  }

  #infotext-vitportal {
    float: none;
  }

  /* Kleiner Abstand zwischen den user-controls. */
  #user li {
    margin-left: 5px;
  }
}

/* Smartphone */
@media only screen and (max-width: 400px) {
  /* Namen und Ldwu-Schluessel nicht mehr anzeigen. */
  #user-name {
    display: none;
  }
}

#user li a, #user li a:HOVER {
  color: #fff;
  font-size: 10px;
}