/* =====================================
layout.css

- zentrales Stylesheet
- importiert Google Fonts
- importiert alle anderen Stylesheets
- Datum: 02.06.2020

=====================================
*/
footer ul, header ul {
  text-align: center;
  list-style-type: none;
}
footer li, header li {
  display: inline-block;
  padding-left: 2em;
  padding-right: 2em;
  font-size: smaller;
  color: rgba(128, 128, 128, 1.00);
}
footer li a, header li a {
  color: rgba(128, 128, 128, 1.00);
}
footer a:hover {
  color: rgba(128, 128, 128, 1.00);
}
address a {
  color: rgba(256, 256, 256, 1.00);
}
address a:hover {
  color: rgba(256, 256, 256, 0.70);
}