<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  box-sizing: border-box;
}

.hg header,
.hg-sidebar,
.hg-content {
  padding: 0;
  margin: 0;
}

.hg header {
/* background-color: #a91c1f;*/
  display: flex;
  justify-content: center;
  padding-top: 0.5ex;
  padding-bottom: 0.5ex;
}

.hg, .hg-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: center;
}

.hg-content {
  flex: 1 1 auto;
}

/* Header styles */

header div.logo {
  text-align: center;
  padding: 0.5ex;
}

img.headerlogo {
  margin: 0;
  height: 6ex;
}

header .headercontent {
  width: 100%;
}

header .titles {
  text-align: left;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-right: 1px solid white;
}

body {
  font-family: sans-serif;
}

a {
  color: #a22;
  text-decoration: none;
  border-bottom: 1px dotted;
}

a:visited {
    border-bottom: 1px dotted #fbb;
}

a.nolink {
  text-decoration: none;
  border: 0;
  color: inherit;
}

a.facebook, a.twitter {
  display: none;
}

#langbar {
  display: none;
}

h1 {
  font-size: 130%;
  text-decoration:none;
  padding-left: 0.3em;
  border-left:0.4em solid #a22;
  color: #a22;
}

h2 {
  font-size: 120%;
  padding-left: 0.3em;
  border-left:0.2em solid #a22;
  color: #a22;
}

h3 {
  font-size: 110%;
  padding-left: 0.3em;
  border-left:2px solid #a22;
}

h4 {
  font-size: 100%;
  padding-left: 0.2em;
  border-left:1px solid #a22;
}

header h1, header h2 {
  border: 0;
  display: inline;
}

header h1 {
  font-size: 110%;
}

header h2 {
  font-size: 110%;
}

img.attachment {
  padding: 10px;
  padding-bottom: 5px;
}

.hidden {
  display: none;
  font-size: 0;
}

div#dropdownbar {
  display: none;
}

.sidebyside {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  gap: 0.2em;
  flex-direction: row;
}

.sidebyside &gt; :first-child {
  flex-grow: 1;
}

.sidebyside &gt; :last-child {
  flex-basis: 0;
  flex-grow: 999;
/*  min-width: 80%;*/
}

li p {
  margin: 1px;
  padding: 0;
}

div.bigpic {
  display: none;
}

div.contentcentered {
  width: 99%;
  margin: 0 auto;
  text-align: center;
}

div#content {
  margin: 0 auto;
}

div#author {
  border-top: 1px dotted grey;
  border-bottom: 1px dotted grey;
  border-left: 1px dotted grey;

  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;

  -moz-border-radius-topleft: 10px;
  border-top-left-radius: 10px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 0 0 0.5em;

  float: right;
  font-size: small;

}



@media (min-width: 40em) {
  .hg-sidebar-1 {
    order: -1;
  }
  .hg-body {
    flex-direction: row;
  }
  .hg-sidebar {
    flex: 0 0 10em;
  }
}

footer {
  padding-top: 0.2ex;
  padding-bottom: 0.1ex;
  font-size: small;
  text-align: center;
  border-top: 1px solid #a22;
  margin-top: 1ex;
}

table {
  margin: 0.2em 0;
  border-collapse: collapse;
}

table td {
  padding: 0.25em;
  border: 1px solid #fca;
}

table td p {
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 1.5ex 1.5em;
  padding: 0.75ex 0.5em 0.75ex 1em;
  border: 1px solid #ddd;
  border-left: 0.5em solid #ddd;
  font-size: small;
}

div.clearboth {
  clear: both;
}

div.cite {
  border: 1px dotted #a22;
  padding-left: 0.5em;
  border-radius: 10px;
}

.sixpack {
  columns: 3;
  column-gap: 1em;
}

@media (max-width: 50em) {
.sixpack {
  columns: 2;
  }
}

@media (max-width: 35em) {
.sixpack {
  columns: 1;
  }
}

.sixbox {
  display: block;
  padding: 2ex 2em;
  margin-bottom: 1ex;
  break-inside: avoid;
  page-break-inside: avoid;
}

.sixbox a {
  border-bottom: 0;
}

div.aktuality {
  margin: 1ex 1em;
  padding: 1ex 1em;
  border: 1px solid #a22;
  clear: both;
}

abbr {
  text-decoration: none;
  font-variant: none;
}

</pre></body></html>