.page-impressum--component-cms__impressum,
.page-datenschutzhinweise--component-cms__datenschutzhinweise {
  margin-top: 4.5rem;

  h2,
  h3,
  p,
  table {
    width: var(--content-width);
    max-width: var(--max-content-width);
    margin: 0 auto;
  }
  h2 {
    color: var(--primary);
    font-family: var(--font-family);
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 4.12rem;
  }
  h3 {
    color: var(--primary);
    font-family: var(--font-family-firaSans);
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.04875rem;
    text-transform: uppercase;
    margin-top: 3.12rem;
  }
  p {
    color: #000;
    font-family: var(--font-family-firaSans);
    font-size: 1rem;
    font-style: normal;
    line-height: 1.5rem; /* 150% */
    padding-top: 1.5625rem;
  }
  a {
    strong {
      color: var(--red);
      font-weight: 400;
    }
  }
  table {
    border-spacing: 0;
  }

  table thead tr {
    background-color: hsla(221.41, 81.61%, 82.94%, 0.15);
  }

  table th,
  table td {
    min-width: 10rem;
    font-size: 0.85rem;
  }

  table th:has(+ th),
  table td:has(+ td) {
    min-width: 10.5rem;
    border-right: 0.063rem solid hsla(0, 0%, 50%, 0.2);
  }

  table th {
    position: relative;
    padding: 0.25rem 2rem 0.125rem 0.25rem;
    border-bottom: 0.125rem solid hsla(0, 0%, 50%, 0.2);
  }

  table td {
    padding: 0.25rem 0.5rem;
    border-bottom: 0.063rem solid hsla(0, 0%, 50%, 0.2);
  }

  .table-wrapper:has(table) {
    max-width: var(--table-max-size);
    overflow: auto;
    box-shadow: inset rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 0.188rem;
  }
}
.page-impressum--component-cms__impressum:nth-of-type(even),
.page-datenschutzhinweise--component-cms__datenschutzhinweise:nth-of-type(even) {
  position: relative;
  background-color: var(--background-white);
  h2 {
    padding-top: 1rem;
    margin-bottom: 3.12rem;
    position: relative;
    z-index: 10;
  }
  p {
    padding-top: 1.88rem;
  }
}
.page-impressum--component-cms__impressum:nth-of-type(even)::before,
.page-datenschutzhinweise--component-cms__datenschutzhinweise:nth-of-type(even)::before {
  content: '';
  position: absolute;
  background-color: var(--background-white);
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='1920' height='242' viewBox='0 0 1920 242' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1780.03 28.9821C1911.71 28.9821 1946.06 75.2922 1946.06 75.2922L2024.03 234.164H1696.53L593.028 234.164C454.501 241.047 55.2845 241.657 16.834 241.711C16.7001 241.715 16.5637 241.716 16.4247 241.716C12.7672 241.716 13.0942 241.716 16.834 241.711C66.3582 240.415 -237.4 -6.10352e-05 -157.497 -6.10352e-05C57.0059 -6.10352e-05 138.25 75.2922 313.009 75.2922C551.786 75.2922 617.846 40.6007 731.015 38.6428C844.183 36.6849 1080.76 112.493 1253.39 110.535C1426.03 108.577 1490.28 28.9821 1780.03 28.9821Z' fill='%23FFF'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg width='1920' height='242' viewBox='0 0 1920 242' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1780.03 28.9821C1911.71 28.9821 1946.06 75.2922 1946.06 75.2922L2024.03 234.164H1696.53L593.028 234.164C454.501 241.047 55.2845 241.657 16.834 241.711C16.7001 241.715 16.5637 241.716 16.4247 241.716C12.7672 241.716 13.0942 241.716 16.834 241.711C66.3582 240.415 -237.4 -6.10352e-05 -157.497 -6.10352e-05C57.0059 -6.10352e-05 138.25 75.2922 313.009 75.2922C551.786 75.2922 617.846 40.6007 731.015 38.6428C844.183 36.6849 1080.76 112.493 1253.39 110.535C1426.03 108.577 1490.28 28.9821 1780.03 28.9821Z' fill='%23FFF'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  mask-position: left 50% center;
  -webkit-mask-position: left 50% center;
  inset: 0;
  height: 5.625rem;
  top: -3rem;
  left: 0;
  right: 0;
}

.page-impressum--component-cms__impressum:last-of-type,
.page-datenschutzhinweise--component-cms__datenschutzhinweise:last-of-type {
  padding-bottom: 5.81rem;
}

@media screen and (min-width: 64rem) /* 1024px */ {
  .page-impressum--component-cms__impressum,
  .page-datenschutzhinweise--component-cms__datenschutzhinweise {
    margin-top: 5.25rem;

    column-count: 2;
    column-gap: 3.125rem;

    & > * {
      break-inside: avoid;
    }

    h2 {
      column-span: all;

      text-align: center;
      font-size: 3.75rem;

      & + h3 {
        margin-top: 0;
      }
    }
    h3 {
      break-after: avoid;

      font-size: 2.25rem;
    }
    p {
      break-inside: avoid;

      font-size: 1.25rem;
      line-height: 1.625rem; /* 130% */
    }
  }
  .page-impressum--component-cms__impressum:nth-of-type(even),
  .page-datenschutzhinweise--component-cms__datenschutzhinweise:nth-of-type(even) {
    margin-top: 8rem;
    h2 {
      padding-top: 5rem;
    }
  }
  .page-impressum--component-cms__impressum:last-of-type,
  .page-datenschutzhinweise--component-cms__datenschutzhinweise:last-of-type {
    padding-bottom: 9.04rem;
  }
}

@media screen and (min-width: 90rem) /* 1440px */ {
  .page-impressum--component-cms__impressum:nth-of-type(even)::before,
  .page-datenschutzhinweise--component-cms__datenschutzhinweise:nth-of-type(even)::before {
    height: 13.625rem;
    top: -6rem;
  }
}
