.footer-nav {
  background-color: #333;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-top: 40px;
}

.footer-nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.footer-nav li {
  display: inline;
  margin: 0 15px;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
}

.footer-nav a:hover {
  text-decoration: underline;
}

/* moderne serifenlose Schrift für die Navigation */
.footer-nav {
  font-family: Arial, Helvetica, sans-serif;
}

/* normale Menülinks */
.footer-nav a {
  font-size: 14px;
}

/* Pfeile: größer, kräftiger, mehr Präsenz */
.footer-nav a.nav-arrow {
  font-size: 22px;        /* Größe der Pfeile */
  font-weight: 900;       /* maximal „dick“, was Unicode hergibt */
  line-height: 1;
  padding: 6px 12px;      /* mehr „Button-Gefühl“ */
}
.footer-nav a.active {
  text-decoration: underline;
  font-weight: bold;
}
