/* Start custom CSS for html, class: .elementor-element-3797698 *//* Abschnitt-Hintergrund */
.whippets-sponsor-section {
  background: #000000; /* Schwarz */
  padding: 60px 20px;
  color: #FFFFFF;
  text-align: center;
  border-radius: 12px;
  max-width: 900px;
  margin: 40px auto;
  box-shadow: 0 6px 18px rgba(0,0,0,0.4);
}

/* Titel */
.whippets-sponsor-content h2 {
  font-size: 36px;
  margin-bottom: 20px;
  font-weight: 800;
  color: #FFD400; /* Gelb */
}

/* Beschreibung */
.whippets-sponsor-content p {
  font-size: 20px;
  line-height: 1.5;
  max-width: 700px;
  margin: 0 auto 30px auto;
  color: #FFFFFF;
}

/* Spendenbutton */
.whippets-donate-button {
  background: #FFD4; /* Gelb */
  color: #000000; /* Schwarz */
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
  transition: background 0.2s ease, transform 0.1s ease;
}

.whippets-donate-button:hover {
  background: #ffd4;
  transform: scale(1.05);
}

/* Icons */
.whippets-sponsor-icons {
  margin-top: 35px;
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.whippets-sponsor-icons div {
  background: rgba(255,212,0,0.15); /* leichtes Gelb */
  padding: 12px 20px;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 600;
  color: #FFD400;
}/* End custom CSS */