.footerbox {
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
  height: 4vh;
  background-color: rgba(66, 66, 66, 0.71);
  border-top-left-radius: 0.7vh;
  border-top-right-radius: 0.7vh;
  color: white;
  text-align: center; }

.footerbox:hover {
  height: 9vh; }

.FooterHeading {
  color: #aab900;
  font-weight: bold;
  font-size: 2.5vh; }

.Impressum {
  font-size: 2vh;
  text-decoration: none;
  color: white; }

/*# sourceMappingURL=footer.css.map */
