/* Hintergrundbild nur für den Inhaltsbereich */
.is-home #sp-main-body {
    background-image: url('/images/background/bouderath_01.jpg');
    background-size: cover;        /* Bild füllt den Bereich */
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;  /* bleibt beim Scrollen stehen */
    min-height: 100vh;             /* Höhe = gesamte Bildschirmhöhe */
}

/* Footer bleibt separat */
#sp-footer {
    background: #111;   /* eigener Hintergrund für den Footer */
    color: #fff;
}

.page-header h1 {
    display: none !important;
}

.article-ratings-social-share {
    display: none !important;
}

.article-id-42 li {
  list-style: none;
}

.bg-grillhuette {
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0.8)
    ),
    url("/images/background/bouderath_03.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
}

.bg-anfrage-grillhuette {
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.7),
      rgba(255, 255, 255, 0.7)
    ),    
    url("/images/background/bouderath_07.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
}

/* Helix-Spalte für ConvertForms zentrieren */
.view-form .sp-column {
    display: flex;
    justify-content: center;
}

/* Formularbreite ConvertForms begrenzen */
.view-form .cf-form-wrap {
    max-width: 700px;
    width: 100%;
}