a {
  color: blue;
}

@font-face {
  font-family: "Helvetica Neue Thin";
  font-display: swap;
  src: url("helveticaneuethin.woff") format("woff");
}

@font-face {
  font-family: "Helvetica Neue Roman";
  font-display: swap;
  src: url("helveticaneueroman.woff") format("woff");
}

strong {
  font-family: "Helvetica Neue Roman", sans-serif;
}

body {
  margin: 0;
  font-family: "Helvetica Neue Thin", sans-serif;
  font-size: 14pt;
  hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

.header {
  font-family: "Helvetica Neue Roman", sans-serif;
  line-height: 50px;
  vertical-align: middle;
  font-variant: small-caps;
  font-size: 18pt;
  width: 850px;
  padding-left: 48px;
  margin: auto;
  background-image: url("pluspunkt.svg");
  background-position: 2px 2px;
  background-repeat: no-repeat;
  background-size: 36px;
}

.divider {
  height: 5px;
  background-color: #487435;
  margin-bottom: 12px;
}

section {
  margin: auto;
  width: 800px;
}

.text {
  line-height: 18pt;
  margin-top: 12pt;
  text-align: justify;
}

.article {
  column-count: 2;
  width: 720px;
  column-gap: 20px;
}

.container {
  margin-bottom: 40pt;
  padding-right: 20px;
  display: inline-block;
}

p {
  margin-top: 0;
  margin-bottom: 12px;
}

h2 {
  font-size: 20pt;
  line-height: 26pt;
  font-family: "Helvetica Neue Roman", sans-serif;
  color: #487435;
  margin: 0 0 10pt 0;
}

h3 {
  font-size: 12pt;
  line-height: 12pt;
  font-family: "Helvetica Neue Roman", sans-serif;
  color: #5fbf49;
  font-style: none;
  font-weight: bold;
  margin: 0 0 14pt 0;
}

h4 {
  font-size: 11pt;
  line-height: 11pt;
  font-weight: normal;
  font-family: "Helvetica Neue Roman", sans-serif;
  margin: 6pt 0 18pt 0;
}

@media screen and (max-width: 822px) {
  section {
    margin-left: 10px;
    width: auto;
  }

  article.text {
    column-count: 1;
    width: 350px;
  }    
  .header {
    width: auto;
  }
  table {
    margin-right: 10px;
  }
}
