/* https://www.cssfontstack.com/Web-Fonts */
@import url(https://fonts.googleapis.com/css?family=Anton);
@import url(https://fonts.googleapis.com/css?family=Baumans);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Playball);

footer {
	font-family: Playball;
}

html {
  background: #EEF2EC ;
  color: black;	
  font-family:Helvetica Tahoma ;
}

body {
  margin: 0.5em auto;
  max-width: 65em;
}

h1, article, aside  {
  padding: .5em;
  margin: .5em;
}


/* Mobile first - alle Dokument-Blöcke bekommen 100% Breite */
header, nav, nav a, article, section, aside, footer {
  border: 1px solid;
  padding: 0.5em 1em;
  margin: 0.5em 1em;
}

header {
  background: #EEF2EC ;
  border-color: #060606;
}
header * {
  margin: 0 1em;
}
header img {
  margin-right: 20px;
}
nav, nav ul, nav li{
  margin: 0.2em 0.5em;
  padding: 0 0.5em;
  border: 0;
}

nav a, #navigation button {
  display:inline-block;
  width:95%;
  background: #ccc;
  border: 1px solid black;
  color: black;
  margin-bottom: 0.2em;
  padding: 0.2em 1em;
  text-decoration: none;
  text-align: center;
}