 html {
      scroll-behavior: smooth;
    }
    body {
      background-color: #fcfcfc;
      font-family: sans-serif;
    }
    .bg-accent {
      background-color: #82bf3a;
    }
    .btn-accent {
      background-color: #82bf3a;
      color: white;
    }
    .btn-accent:hover {
      background-color: #6aa92e;
    }
    .standortfoto {
      width: 100%;
      border-radius: 0.5rem;
      margin-bottom: 1rem;
    }
    section {
      padding: 4rem 0;
    }
    .scroll-offset {
      scroll-margin-top: 80px;
    }
    .navbar {
      border-bottom: 2px solid rgba(0, 0, 0, 0.05);
    }
    footer a {
      color: #ffffff;
      text-decoration: underline;
    }
    footer a:hover {
      color: #d9ffd0;
      text-decoration: none;
    }
    .navbar .nav-link.active {
      font-weight: 600;
      text-decoration: underline;
    }
    /* Verbesserte Lesbarkeit und Struktur im SEO-Abschnitt */
    section#infos p {
      line-height: 1.7;
    }
    section#infos h3 {
      font-size: 1.4rem;
      font-weight: 600;
      color: #4a4a4a;
      border-left: 4px solid #82bf3a;
      padding-left: 1rem;
      margin-top: 2rem;
      margin-bottom: 1rem;
    }
    section#infos blockquote {
      padding-left: 1rem;
      border-left: 4px solid #82bf3a;
      background-color: #f8f9fa;
      margin-top: 2rem;
    }