/*sehr schmaler bildschirm*/
@media screen and (max-width: 500px){
  body {
    font-size: 0.9em;
  }
  .site-header h1 {
    font-size: 1.75em;
    letter-spacing: 0.6em;
  }
  img {
    max-width: 100%;
    height: auto
  }
  .site-navigation ul li {
    float: top;
  }
  .search {
    float: top;
    text-align: center;
  }
  search input{
	width:100%;
  }
  
}

/*kleiner bildschirm*/
@media screen and (max-width: 700px){
  body {
    font-size: 0.9em;
  }
  .site-header h1 {
    font-size: 1.75em;
    letter-spacing: 0.6em;
  }
  .site-navigation ul li {
    float: top;
    text-align: center;
  }
  .search {
    float: top;
    text-align: center;
  }
  search input{
	width:16em;
  }
}

/*großer bildschirm*/
@media screen and (min-width: 700px){
  body {
    font-size: 1em;
  }
  .site-header h1 {
    font-size: 3em;
    letter-spacing: 0.8em;
  }
  .site-navigation ul li {
    float: left;
  }
  .site-navigation search {
    float: right;
  }
  #search, .search, .site-navigation search {
    float: right;
  }
  search input{
	width:16em;
  }
}

body {
  font-family: noto sans;
  background-color: #ffdb4d;
  margin:0;
  justify-content: center;
}

.site-header h1 {
  color: black;
  font-weight: bold;
  text-align: center;
}
.site-header, footer ,.container, .site-navigation, .wrapper {
	width:95%;
	max-width:80em;
	margin:0 auto;
}

search input{
  padding:0;
  background-color:#fff;
	cursor:pointer
    border:0em
  }

footer {
  background: #000;
}

.site-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #000;
}


.site-navigation ul li a, search {
  display: block;
  color: hotpink;
  font-weight: bolder;
  text-align: center;
  padding: 1em 0.5em;
  text-decoration: none;
}

.site-navigation ul li a:hover {
  background-color: #ffe680;
}

search{
  margin: 1em 0.5em;
  padding:0;
  justify-content: center;
  display: inline-block;
}

.container{
  width=100%;
  padding: 1em, 0em;
  padding-top: 1em;

  background:#ffe680;
}

.wrapper {
  margin-top:1em;
  background:#ffe680;
}

.paginator ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #ffe680;
}
.paginator ul li {
  float: left;
}

.article li {
  list-style-type: none;
}

a {
  color: hotpink;
  text-decoration: none;
}

a:hover {
  color: white;
}

.pale {
  color: #555;
}
.center {
  text-align: center;
}

.contrast {
  color: white;
}

.morecontrast {
  font-weight: bold;
  color: hotpink;
}

.nospace {
  padding: 0;
  margin: 0;
  line-height: 1;
}

.small {
  font-size: small;
}
}
