body {
  font-size: 1.8em;
}

/*.sidebar {
  background: linear-gradient(to bottom, white 80%, #aaa);
}*/

.sidebar h1 {
  font-size: 2.4em;
}

@media (min-width: 550px) {
  .sidebar h1 {
    transform: rotate(-90deg);
    text-align: right;
    margin-top: 150px;
    margin-bottom: 100px;
  }

  .copyright {
    margin-top:40px;
  }
}

.sidebar p {
  text-align: justify;
  font-size: 0.8em;
}

.sidebar h1 a {
  text-decoration: none;
}

nav a {
  display: block;
}

.pagination {
  text-align: center;
  margin-top: 20px;
}

.center { text-align: center; }
.expand { width: 80%; }

.teaser {
  margin-bottom: 70px;
}

.teaser .date {
  display: block;
  margin-top: -30px;
  margin-bottom: 20px; 
  text-align: right;
}

.teaser h3 a {
  text-decoration: none;
}

.page-info {
  text-align: right;
  margin-bottom: 40px;
}

article img, article iframe {
  display: block;
  margin: 20px auto;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

article div.highlight {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  scroll-behavior: auto;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: "\201D";
  font-size: 4em;
  font-family: helvetica;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}


div.seriestoc {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  padding: 0.5em 10px;
  font-size: 1em;
}

div.seriestoc:before {
  color: #ccc;
  content: ":";
  font-size: 4em;
  font-family: helvetica;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}

article > h2:first-of-type {
    text-align: right;
    border-radius: 25px 25px 0px 0px;
    font-size: 1.2em;
    background-color: #777;
    color: white;
    padding: 2px 0px;
    margin-bottom: 0;
    padding-right: 20px;
    font-style: italic;
}

article > ol:first-of-type {
  list-style-type: upper-roman;
  background: #eff;
  border: #777 1px solid;
  border-radius: 0px 0px 25px 25px;
  margin-top: 0;
  padding: 10px;
  list-style-position: outside;
  padding-left: 45px;
  line-height: 0.9em;
  font-size: 1.2em;
}
