/* ============================================
   Kinderkirche Solingen — Design-Refresh 2026-05-21
   ============================================ */

/* 4: Hero-Badge "Herzlich willkommen!" entfernen */
.slider-cycle a.slider-read-more-button { display: none !important; }

/* 5: Typografie */
body { -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
h1, h2, h3, .entry-title { font-weight: 700; letter-spacing: -0.01em; }
.entry-title { font-size: 1.9rem; }
.entry-content { line-height: 1.75; font-size: 1.05rem; }
h2 { margin-top: 1.5em; }

/* 3: Sprach-Begrüßungs-Wolke */
article#post-18 .entry-content > p:nth-of-type(1) {
  background: linear-gradient(135deg, #fff8e7 0%, #ffe9c8 100%);
  padding: 1.5em 1.8em;
  border-radius: 12px;
  font-size: 1.05rem;
  line-height: 2.1;
  text-align: center;
  border: 1px solid rgba(240, 200, 130, 0.4);
  margin: 1.5em 0;
  color: #6b4f1d;
}

/* Verpixeltes Spendenportal-Widget komplett ausblenden */
aside#text-13 { display: none !important; }

/* Bildungsspender-Widget (text-9) visuell rahmen */
aside#text-9 .textwidget {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 0.5em;
  background: #fafafa;
}
aside#text-9 iframe { display: block; margin: 0 auto; }

/* Vimeo-URL-Absatz verstecken (Video wird per Page Builder eingebettet) */
article#post-18 .entry-content > p:nth-of-type(3) { display: none; }

/* 1: Spenden-Button (betterplace) aufwerten */
aside#origin_button-3 { text-align: center; margin: 1.5em 0 2em 0; }
aside#origin_button-3 .origin-widget-button { text-align: center; }
aside#origin_button-3 a {
  display: inline-block !important;
  background: linear-gradient(180deg, #2ecc71 0%, #27ae60 100%) !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 1em 2em !important;
  border-radius: 50px !important;
  letter-spacing: 0.03em !important;
  box-shadow: 0 4px 14px rgba(39, 174, 96, 0.4) !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease !important;
  text-decoration: none !important;
  border: none !important;
  font-size: 0 !important;
}
aside#origin_button-3 a::before {
  content: "Jetzt spenden →";
  font-size: 1.15rem;
}
aside#origin_button-3 a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 22px rgba(39, 174, 96, 0.55) !important;
}

/* 2: Sticky Sidebar (Desktop) */
@media (min-width: 1024px) {
  #secondary {
    position: sticky;
    top: 90px;
    align-self: flex-start;
  }
}

/* 6: Mobile-Spacing & Spenden mobil prominent */
@media (max-width: 768px) {
  .entry-content { padding: 0; }
  article#post-18 .entry-content > p:nth-of-type(1) {
    padding: 1.2em 1.4em;
    font-size: 1rem;
  }
  aside#origin_button-3 { margin: 1.5em 0; }
  aside#origin_button-3 a {
    width: 100%;
    box-sizing: border-box;
    padding: 1.2em 1.5em !important;
  }
}