@font-face {
  font-family: "Chorus";
  src: url("texgyrechorus-mediumitalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

  :root {
    --honig-gelb: #f3980b;
    --honig-gelb-hell: #f5aa19;
    --text: #222222;
    --weiss: #ffffff;
    --bienen-braun: #443d31;
  }

  * {
    box-sizing: border-box;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    margin: 0;
    padding: 40px 16px;
    min-height: 100vh;
    background-color: var(--honig-gelb);
    font-family: "Segoe UI", Verdana, Arial, sans-serif;
    color: var(--text);
    line-height: 1.65;
    display: flex;
    justify-content: center;
  }

  .seite {
    width: 100%;
    max-width: 760px;
    background-color: var(--weiss);
    border-radius: 3px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }

  header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 0 1.5rem 0 1.5rem;
  }

  header .logo-svg {
    width: 400px;
    max-width: 65%;
    margin: 0;
    display: block;
    height: auto;
  }

  header a.logo-link {
    display: inline-block;
    line-height: 0;
  }

  main {
    padding: 0 1.5rem 8px;
  }

  h1 {
    font-family: "Chorus", Georgia, "Times New Roman", serif;
    font-weight: 600;
    font-size: 1.9rem;
    line-height: 1.25;
    margin: 0 0 1rem;
    color: var(--bienen-braun);
  }

  h2 {
    font-family: "Chorus", Georgia, "Times New Roman", serif;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 40px 0 16px;
    color: var(--bienen-braun);
  }

  section p {
    margin: 0 0 18px;
    font-size: 1.02rem;
  }

  .versprechen {
    margin: 0 0 18px;
    padding-left: 22px;
  }

  .versprechen li {
    margin-bottom: 10px;
  }

  .legal {
    padding: 8px 0 24px;
    font-size: 0.92rem;
  }

  .legal h3 {
    font-family: "Chorus", Georgia, "Times New Roman", serif;
    font-weight: 600;
    font-size: 1.05rem;
    margin: 24px 0 8px;
    color: var(--bienen-braun);
  }

  .legal h4 {
    font-family: "Chorus", Georgia, "Times New Roman", serif;
    font-weight: 600;
    font-size: 0.95rem;
    margin: 18px 0 6px;
    color: var(--bienen-braun);
  }

  .legal address {
    font-style: normal;
    margin: 0 0 16px;
  }

  .legal p {
    margin: 0 0 14px;
  }

  .legal a {
    color: var(--text);
  }

  .impressum-stand {
    margin-top: 24px;
    font-size: 0.82rem;
    opacity: 0.75;
  }

  .footer-menu {
    padding: 18px 1.5rem;
    border-top: 1px solid #e6e2da;
    text-align: center;
    font-size: 0.85rem;
  }

  .footer-menu a {
    color: var(--bienen-braun);
    text-decoration: none;
    margin: 0 10px;
  }

  .footer-menu a:hover {
    text-decoration: underline;
  }

  .footer-menu a[aria-current="page"] {
    text-decoration: underline;
    font-weight: 600;
  }

  @media (max-width: 480px) {
    body {
      padding: 0;
    }
    .seite {
      border-radius: 0;
    }
  }
