    body {
      margin: 0;
      background-color: #fff;
      color: #000;
      font-family: Arial, sans-serif;
      font-size: 1em;
    }

    a {
      text-decoration: none;
      color: #000;
    }
    a:hover {
      color: #999;
    }

    h2.section-title {
      font-size: 1.5em;
      font-weight: bold;
      letter-spacing: 0.00em;
      margin: 2px 0;
    }

    .sr-only {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border: 0;
    }

    .content-separator {
      width: 95%;
      margin: 8px auto 8px auto;
      border: none;
      border-top: 2px solid #000;
    }

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

    .page {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
    }

    .main {
      flex: 1 0 auto;
      display: flex;
      justify-content: center;
      align-items: stretch;
    }

    .container {
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: stretch;
    }

    .left,
    .right {
      box-sizing: border-box;
      padding: 20px;
    }

    .left {
      flex: 0 0 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 100%;
    }

    .right {
      flex: 0 0 50%;
      display: flex;
      flex-direction: column;
      text-align: center;
      justify-content: center;
      align-items: center;
      height: 100%;
    }

    body.imprint-page .main {
      align-items: flex-start;
    }

    body.imprint-page .left {
      justify-content: flex-start;
      flex: 0 0 30%;
      max-width: 30%;
    }

    body.imprint-page .left img {
      margin-top: 80px;
    }

    body.imprint-page .right.imprint {
      justify-content: flex-start;
      align-items: flex-start;
      flex: 0 0 70%;
      max-width: 70%;
    }

    .right.imprint {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: left;
    }

    .imprint-text {
      display: block;
    }

    .section-spacer {
      flex: 1 1 auto;
      min-height: 12px;
      max-height: 120px;
    }

    @media (max-width: 600px) {
      .container {
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: stretch;
      }

      .left,
      .right {
        flex: 0 0 auto;
        height: auto;
        padding: 16px;
      }

      .left {
        margin-bottom: 36px;
      }

      .section-spacer {
        flex: 1 1 auto;
        min-height: 60px;
        max-height: 80px;
      }

      .right .section-title:first-of-type {
        margin-top: 12px;
      }

      .footer {
        margin-top: 16px;
      }

      body.imprint-page .container {
        justify-content: center;
      }

      body.imprint-page .left,
      body.imprint-page .right.imprint {
        flex: 0 0 100%;
        max-width: 100%;
      }

      body.imprint-page .left img {
        margin-top: 24px;
      }

    }

    .footer {
      margin-top: auto;
      width: 100%;
      text-align: center;
      padding-bottom: 16px;
    }

    .footer-separator {
      width: 95%;
      margin: 8px auto 8px auto;
      border: none;
      border-top: 1px solid #000;
    }