/* drinnen lassen! */
figure {
  margin-inline: 0;
}

h1 {
  text-align: right;
  font-style: italic;
  font-family: Geogia, Times, Serif;
  color: #b30000;
}

h2 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #b30000;
  font-weight: normal;
}

h3 {
  font-family: Geogia, Times, Serif;
  color: #b30000;
  font-weight: normal;
}

a:link {
  text-decoration: underline dotted;
  color: #444;
}

a:visited {
  text-decoration: dotted;
  color: #444;
}

header {
  border-bottom-width: 3px;
  border-bottom-style: double;
  border-bottom-color: #b30000;
  font-family: Geogia, Times, Serif;
  font-size: 100%;
  color: #444;
  line-height: 1.4;
}

section {
  border-bottom-width: 3px;
  border-bottom-style: double;
  border-bottom-color: #b30000;
  font-family: Geogia, Times, Serif;
  font-size: 100%;
  color: #444;
  line-height: 1.4;
}

footer {
  font-family: Geogia, Times, Serif;
  font-size: 75%;
  color: #444;
  line-height: 1.4;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style-type: square;
}

dt {
  font-weight: bold;
}

th {
  font-weight: bold;
}

td {
  border-top: 1px solid #b30000;
}

table {
  width: 100%;
  text-align: left;
}
