/* arsenal-regular - latin */

@font-face {
        font-family: 'Arsenal';
        font-style: normal;
        font-weight: 400;
        src: url("/fonts/arsenal-v12-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      }
      /* arsenal-italic - latin */
      @font-face {
        font-family: 'Arsenal';
        font-style: italic;
        font-weight: 400;
        src: url("/fonts/arsenal-v12-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      }
      /* arsenal-700 - latin */
      @font-face {
        font-family: 'Arsenal';
        font-style: normal;
        font-weight: 700;
        src: url("/fonts/arsenal-v12-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      }
      /* arsenal-700italic - latin */
      @font-face {
        font-family: "Arsenal";
        font-style: italic;
        font-weight: 700;
        src: url("fonts/arsenal-v12-latin-700italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      }
      h1 {
        font-size: 29px;
        font-weight: 700;
        margin: 0rem 0rem 0rem 0rem;
      }
      h2 {
        font-size: 3rem;
        margin: 0rem 0rem 2rem 0rem;
            }
      p {
        font-size: 1.6rem;
        line-height: 2.5rem;
        margin: 0 0 1rem 0;
      }
      p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto; 
     }
     .copyright p {
      font-size: 1.4rem;
    }
      .before::before, .after::after {
        content: "\A";
        white-space: pre;
    }
    span{
      white-space: nowrap;
    }
    /** Mittelgroße Monitore: Inhalte in zwei Spalten **/
@media (min-width: 400px) {
  h1 {
    font-size: 30px;
    font-weight: 700;
  }
}
/** Mittelgroße Monitore: Inhalte in zwei Spalten **/
@media (min-width: 720px) {
  h1 {
    font-size: 40;
    font-weight: 700;
    margin: 3rem 0rem 0rem 0rem;
  }
}