body {
  border-top: 5px solid #C20610;
  color: #555;
}

/* Zentrierung Layout Container */
.layout-container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

.region-highlighted, main {
  margin: 0 1em;
}

/* Header */
header img {
  height: 6em;
}

.header {
  margin-top: 1em;
  margin-bottom: 3em;
}

@media screen and (max-width: 992px) {
  .site-logo {
    display: block;
    text-align: center;
  }
}

.maintenance-page header a {
  border-bottom: none;
}

/* Navigation */
.topnav {
  font-size: 1.1rem;
}

@media screen and (max-width: 992px) {
  .topnav {
    border-bottom: 1px dotted #C20610;
  }
}

.icon a {
  color: #C20610;
}

/* Tab Navigation */
ul.tabs {
  border-bottom: 1px solid #ddd;
}

ul.tabs li {
  margin-bottom: -1px;
}

ul.tabs a {
  border-bottom: 1px solid transparent;
}

ul.tabs li.is-active {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  border-bottom-color: transparent;
}

.tabs a:focus,
.tabs a:hover {
  border: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  background-color: #ddd;
}

/* Buttons und andere Elemente */
.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected {
  background-color: #C20610;
}

/* Links */
.layout-container a {
  color: #555;
  border-bottom: 1px dotted #C20610;
  text-decoration: none;
}

.header a, .feed-icon {
  border-bottom: none;
}

/* Typografie */
@font-face {
  font-family: 'Ovo';
  font-style: normal;
  font-weight: 400;
  src: local('Ovo'),
    url(../fonts/Ovo.woff2) format('woff2'),
    url(../fonts/Ovo.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

html, button, input, select, textarea, .pure-g [class *= "pure-u"] {
  font-family: 'Ovo', Georgia, Times, "Times New Roman", serif;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: rgb(75, 75, 75);
}

blockquote {
  padding: 5px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #ddd;
}

p.source {
  font-style: italic;
  text-align: right;
  font-size: 80%;
}

/* Forum  */
.comment {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 1em;
  padding: 0.5em;
}

footer.comment__meta, .node--type-forum footer.node__meta {
  float: right;
  font-size: 0.8em;
  padding: 0.5em;
}

mark {
  color: #fff;
  background: #C20610;
  padding: 0.25em;
  border: 1px solid #C20610;
  border-radius: 4px;
}

.comment h3 a {
  border-bottom: none;
}

/* Fußzeile */
footer .region-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
footer li {
  display: inline-block;
}
footer li:not(:last-child):after {
  content: "\b7";
}

/* Grid */
.l-box {
  padding: 1em;
}

/* Paragraphen  */
@media (min-width: 992px) {
  .image-float-right .field--name-field-picture {
    float: right;
    margin-left: 0.5em;
  }

  .image-float-left .field--name-field-picture {
    float: left;
    margin-right: 0.5em;
  }
  .image-float-right img, .image-float-left img {
    max-width: 500px;
    height: auto;
}
  .image-float-top img {
    max-width: 100%;
    height: auto;
  }
}
