body {
  margin: 1px;
  /* width: 99%; */
  float: left;
  background-color: white;
  display: table;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: inherit;
  font-size: small;
  margin-bottom: 10px;
}

hr {
 /* border-top: 1px solid #E012E1; */
}

h1 {
  font-weight: bold;
  font-style: normal;
  text-align: left;
  font-size: 14pt;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 1.5; /* Schrift zeilenweise anordnen. */
  padding-bottom: 0px;
}

p, ol, li {
  font-size: small;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 1.5; /* Schrift zeilenweise anordnen. */
  padding-bottom: 0px;
}

div.copyright {
  margin: 3px;
  display: table-row;
  height: 46px;
  position: relative;
  width: 99%;
  float: left;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  font-size:8pt;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 1.4em;
}
div.copyright a {
  color: #07468e;
  font-size:8pt;
  font-family: Arial,Helvetica,sans-serif;
}

@media only screen and (min-device-width: 0px) and (max-device-width: 767px) {
body {
  margin: 40px;
  font-size: xx-large;
  }
h1 {
/*  font-size: xx-large; */
  font-size: 36pt;
  }
p, ol, li {
/*  font-size: xx-large; */
  font-size: 36pt;
  }
div.copyright {
/*  font-size: xx-large; */
  font-size: 36pt;
  }
div.copyright a {
/*  font-size: xx-large; */
  font-size: 36pt;
  }
}