/* latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/libre-baskerville-v14-latin-italic.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/libre-baskerville-v14-latin-regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/raleway-v28-latin-regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
a:link {
  color: #919E81
}
a:hover {
  color: #919E81;
  text-decoration: underline
}
a:active {
  color: #C2C7B7
}
a:visited {
  color: #919E81
}
header nav, h1, h2, h3 {
    font-family: Libre Baskerville, serif
}
body, h4 {
  font-family: Raleway, sans-serif
}
h1, h2, h3, p, ol {
  font-weight: 400;
  text-align: center;
  margin: 0
}
body {
  font-size: 95%;
  color: #333;
  line-height: 120%;
  background-color: #606060;
  min-width: 320px
}
header {
  background-color: #FFF;
  text-align: center;
  padding-top: 10px
}
header nav {
  border-top: 1px solid #919E81;
  width: 75%;
  padding-bottom: 10px;
  padding-top: 10px;
  display: table;
  margin: 10px auto 0
}
header nav ul {
  width: 50%;
  min-width: 300px;
  margin: 0 auto;
  padding: 0
}
header nav ul li {
  list-style-type: none;
  padding-bottom: 0;
  float: left
}
header nav ul li a {
  color: #919E81;
  text-decoration: none;
  display: block;
  height: 3em;
  font-size: 95%;
  padding-top: 1em;
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 2em
}
h1 {
  font-size: 260%;
  color: #FFF;
  background-color: #000;
  text-align: center;
  height: 2em;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 2em;
  padding-top: 10px;
  padding-bottom: 37px
}
h2 {
  font-size: 130%;
  color: #FFF;
  background-color: #000;
  text-align: center;
  height: 3em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 2px;
  padding-top: 10px
}
h3 {
  font-size: 180%;
  color: #919E81;
  text-transform: uppercase;
  margin-bottom: 1em;
  letter-spacing: 2px;
  text-align: center
}
h4 {
  font-size: 90%;
  font-weight: bolder;
  text-transform: uppercase
}
ul {
  list-style-type: square;
  list-style-position: outside;
  margin-left: 1em;
  padding-left: 0
}
footer {
  background-color: #EFEEE8;
  text-align: center;
  height: 3em
}
footer a {
  display: block;
  width: 25%;
  margin-left: auto;
  height: 3em;
  margin-right: auto;
  min-width: 100px;
  padding-top: 1em;
  color: #919E81
}
.blocksatz {
  font-weight: 400;
  text-align: justify
}
.beigebox {
  border: 3em solid #FFF;
  background-color: #EFEEE9;
  text-align: center;
  line-height: 200%;
  padding: 3em
}
.gruenbox {
  background-color: #919E81;
  line-height: 200%;
  color: #FFF;
  padding: 3em
}
.weissfont {
  color: #FFF;
  font-weight: lighter
}
.bar {
  border-bottom: 1px solid #333
}
@media (max-width:768px) {
  header nav {
    width: 50%;
    min-width: 300px
  }
  header img {
    height: 70px;
    width: 70px
  }
  main {
    font-size: 14px
  }
}