/*sehr schmaler bildschirm*/
@media screen and (max-width: 500px){
  body {
    font-size: 0.9em;
  }
  .site-header h1 {
    font-size: 1.75em;
    letter-spacing: 0.1em;
  }
  img {
    max-width: 100%;
    height: auto
  }
  .site-navigation ul li {
    float: top;
  }
}

/*kleiner bildschirm*/
@media screen and (max-width: 700px){
  body {
    font-size: 0.9em;
  }
  .site-header h1 {
    font-size: 1.75em;
    letter-spacing: 0.1em;
  }
  .site-navigation ul li {
    float: top;
    text-align: center;
  }
}

/*großer bildschirm*/
@media screen and (min-width: 700px){
  body {
    font-size: 1em;
  }
  .site-header h1 {
    font-size: 3em;
    letter-spacing: 0.1em;
  }
  .site-navigation ul li {
    float: left;
  }
}

body {
  font-family: noto sans;
  color: #3f3f3f;
  background-color: #e0e0e0;
  margin:0;
  justify-content: center;
}

.site-header h1 {
  color: #FC5919;
  font-weight: bold;
  text-align: left;
}
.site-header, footer ,.container, .site-navigation, .wrapper {
  width:98%;
  max-width:80em;
  margin:1em auto;
}

footer {
  background: #FC5919;
}

footer a {
  color: #f0f0f0;
}
footer a:hover {
  color: #000000;
}

.site-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #f0f0f0;
}


.site-navigation ul li a {
  display: block;
  color: #3f3f3f;
  font-weight: bolder;
  text-align: center;
  padding: 1em 0.5em;
  text-decoration: none;
}

.site-navigation ul li a:hover {
  background-color: #FC5919;
}

.container{
  width=100%;
  padding: 0em, 0em;
  padding-top: 1em;
  color: #3f3f3f;
  background:#f0f0f0;
}

.wrapper {
  margin-top:1em;
  background:#f0f0f0;
}

a {
  color: #FC5919;
  text-decoration: none;
}

a:hover {
  color: #0f0f0f;
}

.pale {
  color: #3f3f3f;
}

.center {
  text-align: center;
}

.contrast {
  color: black;
}

.morecontrast {
  font-weight: bold;
  color: #FC5919;
}

.nospace {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.small {
  font-size: small;
}
}
