html {
  background-image: linear-gradient(#ffe77f, transparent);
}

body {
  margin: 0;
  padding: 10px;
  font-family: calibri, verdana, tahoma, arial, helvetica, sans-serif;
  font-size: 16px;
}

a:link, a:visited, a:active {
  color: #800000;
  background: transparent;
  text-decoration: none;
  font-style: italic;
}

a:hover {
  color: blue;
  background: transparent;
  text-decoration: none;
  font-style: italic;
}

a.link1:link, a.link1:visited, a.link1:active {
  color: blue;
  background: transparent;
  text-decoration: none;
  font-weight: bold;
}

a.link1:hover {
  color: #800000;
  background: transparent;
  text-decoration: none;
  font-weight: bold;
}

.box {
  border: 0;
  text-align: center;
  padding: 1px;
}

.root {
  flex-direction: column;
  width: 100%;
}

.header {
  flex-direction: row;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  font-family: "arial black", verdana, tahoma, arial, helvetica, sans-serif;
  color: #800000;
  letter-spacing: 2px;
  font-size: 32px;
  font-style: italic;
  font-weight: bold;
}

.header1 {
  display: flex;
  line-height: 2.5;
  font-size: 16px;
  font-weight: normal;
  justify-content: right;
  padding-right: 50px;
}

.main {
  flex-direction: row;
  min-height: 65%;
  flex: 1;
  display: flex;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.content {
  flex: 1;
  padding-top: 10px;
}

.flex-container {
  display: flex;
}

.flex-col {
  display: flex;
 }

.flex-item {
  border: 0;
  padding-right: 0px;
}

.disclaimer {
  flex: 1;
  color: #800000;
  font-size: 12px;
  font-style: italic;
  border-bottom: dashed 0px #000;
  padding-bottom: 0px;
}

.sidebar {
  flex-basis: 130px;
  padding-top: 10px;
  padding-left: 20px;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
}

.logo {
  flex-basis: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mtce {
  flex-basis: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "arial black", verdana, tahoma, arial, helvetica, sans-serif;
  color: blue;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}

.footer {
  flex-direction: row;
  flex: 1;
  display: flex;
  border-top: thin solid #ccc;
  padding-top: 10px;
}

a img {
 border: 0;
}

img {
  height: auto;
  padding-left: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
}

figcaption {
  height: auto;
  padding-left: 10px;
  padding-right: 0px;
  padding-bottom: 0px;
  color: #800000;
  font-style: italic;
}

img.rechts {
  float: right;
  margin-left: 0.5em;
}

img.links {
  float: left;
  margin-right: 0.5em;
}

p {
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  line-height: 1.3;
}

hr {
  border: none;
  height: 1px;
  background-color: #ccc;
  margin: 5px 0;
}

.zitat {
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: #800000;
}

.td10 {
  width: 10%;
}
.td20 {
  width: 20%;
}