#footer {
  background-color: #393b39;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px 0;
  color: #fff;
  font: 300 14px/17px "Source Sans Pro";
  max-height: 80px;
}

#footer a:link, #footer a:visited {
  color: #fff;
  text-decoration: none;
}

#inner_footer {
  text-align: center;
}

.scrollup {
  background: rgba(0, 0, 0, 0.3) none no-repeat scroll 0 0;
  border-radius: 20px;
  bottom: 15px;
  font-size: 32px;
  font-weight: bold;
  height: 40px;
  line-height: 38px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 40px;
  z-index: 1000;
}

/* Mehr Abstand zwischen den Zeilen, da das vit-Logo recht hoch ist. */
#footer_vit_logo {
  margin-top: 1em;
}