/* Footer of the old homepage (app/homepage/rahmen/fuss.html): six groups as in
   the footer of the new pages. main.css gives every list a fixed 216px — six do
   not fit its 1200px container. Up to 800px homepage_computer.css stacks them. */
@media only screen and (min-width: 801px) {
  ul.footer-nav-list { width: 33.333%; margin-bottom: 24px; }
}
@media only screen and (min-width: 1069px) {
  ul.footer-nav-list { width: 16.666%; margin-bottom: 0; }
}
