.impressum_section {
  padding: 0;
  padding-top: 48px;

  @media only screen and (min-width: 701px) {
    padding-top: 0;
  }

  .headline1 {
    margin-bottom: 20px;
  }

  p {
    color: var(--color-text-primary);
    font-size: var(--text-md);
    margin: 0;
    line-height: 140%;
  }

  .impressum_highlight {
    color: var(--color-text-secondary);
  }

  .impressum_highlight.strong {
    font-weight: 500;
  }

  .impressum_inline_highlight {
    margin-bottom: 12px;
    margin-top: 16px;

    @media only screen and (min-width: 900px) {
      margin-bottom: 16px;
      margin-top: 24px;
    }
  }

  .impressum_inline_highlight.secondary {
    margin: 0;
  }

  .impressum_link {
    color: var(--color-text-link);
    text-decoration: none;
  }

  .headline4 {
    margin-bottom: 12px;
    margin-top: 16px;

    @media only screen and (min-width: 900px) {
      margin-bottom: 16px;
      margin-top: 24px;
    }
  }
}
