/* Startseite – Lead-Block über dem Funding-Widget */
.funding-lead {
  margin-bottom: 1.25rem;
}

.funding-lead__title {
  font-size: clamp(1.1rem, 2.2vw, 1.4rem);
  line-height: 1.25;
  margin: 0 0 0.5rem 0;
}

.funding-lead__text p {
  margin: 0 0 0.75rem 0;
}

.funding-lead__cta .btn {
  display: inline-block;
}

/* Kleine Abstände zwischen Lead und Widget */
.funding-lead + .funding-widget,
.funding-lead + .funding {
  margin-top: 0.5rem;
}

/* Startseite – News-Links rechts */
.home-news-links-row .textblock {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.home-news-links-row {
  align-items: start;
}

.home-news-teaser {
  align-items: stretch;
  justify-content: flex-start;
}

.home-news-gif-box {
  width: 100%;
  max-width: 224px; /* vorher 320px -> ca. 70% */
}

.home-news-gif-link {
  display: inline-block;
  text-decoration: none;
  line-height: 0;
}

.home-news-gif {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  transform: rotate(-5deg);
  transform-origin: center center;
}

.home-news-list {
  width: 100%;
  max-width: 520px;
  min-height: 190px;
  padding: 1.25rem 1.4rem;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  background: transparent;
}

.home-news-link {
  display: block;
  margin: 0 0 1rem 0;
  color: #2f2f2f;
  text-decoration: none;
  font-size: clamp(0.92rem, 1.2vw, 1.1rem);
  line-height: 1.3;
}

.home-news-link:last-child {
  margin-bottom: 0;
}

.home-news-link:hover,
.home-news-link:focus {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .home-news-list {
    max-width: 100%;
    min-height: 0;
  }
}