body {
  background-color: #fff;
  color: #666666;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.5;
}
img {
  border: none;
  margin: 0;
  padding: 0;
  display: block;
}
a {
  /* font-family: 'Courier, "Courier New", Courier, monospace';
  font-size: 15px; */
  text-decoration: none;
  color: inherit; /* übernimmt Textfarbe des Umfelds */
}
.bottom-box {
  position: fixed;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 52px; /* frei wählbar */

  color: #ccc;

  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000; /* liegt über dem Seiteninhalt */
}
