a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
:link {
  color: #268bd2;
}
:visited {
  color: #6c71c4;
}
p {
  margin: 0;
}
body {
  max-width: 70rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fdf6e3;
  color: #657b83;
  font-family: gentium-basic, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 700px) {
  body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
blockquote {
  margin: 0.2rem;
  border-radius: 0.3rem;
  border-left: 0.3rem solid #93a1a1;
  background-color: #eee8d5;
  padding: 0.8rem;
  padding-left: 2rem;
}
code {
  font-family: courier-prime, monospace;
}
pre > code {
  border-radius: 0.3rem;
}
body > header {
  font-family: source-sans-pro, sans-serif;
  text-align: center;
  background-color: #073642;
  color: #839496;
  margin: 1rem;
  border-radius: 0.5rem;
  border-width: 0.2rem;
  border-style: solid;
  border-color: #002b36;
  padding: 1rem;
  -webkit-flex-basis: 5rem;
      -ms-flex-preferred-size: 5rem;
          flex-basis: 5rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 10rem;
}
body > header h1,
body > header h2,
body > header h3,
body > header h4,
body > header h5,
body > header h6 {
  margin: 0;
}
body > header h1 {
  font-family: league-gothic, sans-serif;
  font-weight: normal;
  color: #dc322f;
}
body > header nav {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
body > header nav a {
  color: #268bd2;
}
body > header nav.accounts {
  font-size: 1.2rem;
  margin: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
body > header nav.accounts a {
  color: #586e75;
}
body > header nav.accounts a:hover {
  color: #839496;
}
.impressum {
  font-size: 0.8rem;
}
ul.menu {
  margin: 0rem;
  padding: 0.3rem;
  border: 0.1rem solid #586e75;
  border-radius: 0.3rem;
  list-style: none;
}
li.menu-item {
  padding: 0.2rem;
}
li.menu-item:hover {
  border-left: 0.2rem solid #586e75;
  padding-left: 0;
}
li.menu-item.active {
  background-color: #002b36;
}
.footnotes {
  font-size: 0.8rem;
}
.footnotes p {
  text-indent: 0rem;
}
.footnotes hr {
  margin-top: 1rem;
  width: 10rem;
  border-bottom-width: 0px;
  border-style: solid;
  border-color: #eee8d5;
}
.biblio-entry {
  text-indent: -1em;
  padding-left: 1em;
}
.read-more {
  font-size: 0.8rem;
  margin: 0.2rem;
}
iframe#statement {
  border-style: none;
  border-radius: 0.3rem;
  margin: 0.2rem;
}
header > date {
  font-size: small;
  color: #cb4b16;
  float: right;
}
article {
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  border: 2px solid rgba(238, 232, 213, 0.6);
  border-radius: 0.5rem;
}
main {
  margin: 1rem;
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
  max-width: 50rem;
  -webkit-box-flex: 3;
  -webkit-flex-grow: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
main p {
  text-indent: 1rem;
  text-align: justify;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
main hr {
  border-style: none;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  font-family: unifrakturmaguntia, fantasy;
}
main header {
  margin-bottom: 0.5rem;
  color: #586e75;
}
main header h1,
main header h2,
main header h3,
main header h4,
main header h5,
main header h6 {
  margin: 0;
}
main header hr {
  margin: 0;
  border-bottom: 1px solid #93a1a1;
}
main header :link,
main header :visited {
  color: inherit;
}
ul.bibliography li {
  list-style: none;
}
