body {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 1.0em;
}


/* ---------------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
  page-break-before: avoid;
  font-weight: bold;
}

h1 {
  padding-top: 0.6em;
  padding-bottom: 0.4em;
}
h2, h3, h4, h5, h6 {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
p {
  font-weight: normal;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
}

a, a:visited {
  color: black;
  text-decoration: none;
}


/* ---------------------------------------------------------------------- */

header {
  position: relative;
  height: 12vh;
  text-align: center;
}

header img {
  height: 12vh;
  width: auto;
}


#oben { 
  display: none;
}


/* ---------------------------------------------------------------------- */

main {
  margin-top: 2vh;
  position: relative;
}


/* ---------------------------------------------------------------------- */

article {
  position: relative;
  height: auto;
  width: auto;
  text-align: left;
  border: hidden;
  padding-left: 1.2em;
  padding-right: 1.2em;
  font-size: inherit;
  font-style: inherit;
}


/* ---------------------------------------------------------------------- */

footer {
  margin-top: 5vh;
  position: relative;
  height: auto;
  left: 0vw;
  right: 0vw;
  border: hidden;
}

footer > * {
  position: absolute;
  text-align: center;
  border-top: .1em solid silver;
  border-bottom: .1em solid silver;
  padding: 0.2em;
  font-size: inherit;
  font-style: inherit;
  width: 35%;
}

footer > *:first-child {
  border-left: .1em solid silver;
  border-right: .05em solid silver;
  border-top-left-radius: .4em;
  border-bottom-left-radius: .4em;
  right: 50%;
}

footer > *:last-child {
  border-left: .05em solid silver;
  border-right: .1em solid silver;
  border-top-right-radius: .4em;
  border-bottom-right-radius: .4em;
  left: 50%;
}


/* ---------------------------------------------------------------------- */

@page {
  margin-top: 1.5cm;
  margin-left:2.0cm;
  margin-right:2.0cm;
  margin-bottom: 0.7cm;
}