/* drinnen lassen! */
figure {
  margin-inline: 0;
}
h1 {
  color: rgb(163, 32, 21);
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
  text-align: right;
}

h2 {
  color: rgb(163, 32, 21);
  font-family: "Lucida Grande", "Trebuchet MS";
}

h3 {
  color: rgb(163, 32, 21);
}

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

p {
  padding-right: 2%;
  line-height: 1.5;
}

a {
  color: black;
}

div {
  border-bottom: 5px double rgb(163, 32, 21);
}

th,
td {

  border-bottom: 1px solid rgb(163, 32, 21);
  border-collapse: separate;
}

ul,
li {
  list-style-type: none;
  line-height: 1.5;
}

ul {
  font-weight: bold;
}

li ul li {
  font-weight: normal;
}
