.article-details .featured-article-badge { display: none; visibility: hidden;}
.article-list .article .featured-article-badge { display: none; visibility: hidden;}

.btn-primary {
  background-color: #0057B7;
  border: none;
}

.btn-cta {
  background-color: #FFD700;
  color: #000;
  font-weight: bold;
}

.section {
  padding: 80px 0;
}

#sp-main-body .container {
    max-width: 900px; /* Hier Ihre Wunschbreite eintragen */
    margin: 0 auto;    /* Zentriert die Spalte */
}

/* Mehr Luft */
section {
  padding: 80px 0;
}

/* Hero */
.hero {
  color: white;
  text-align: center;
  margin-top: 150px;
}

/* Buttons */
.btn-cta {
  background-color: #FFD700;
  color: #000;
  padding: 12px 24px;
  font-weight: bold;
}

.btn-primary {
  background-color: #0057B7;
}

/* Menü modern */
.sp-megamenu-parent > li > a {
  font-size: 16px;
  font-weight: 500;
}