/* Theme2 Hero – Suchbereich (011-ui-css-widgets-architecture) */

.dl-hero {
  position: relative;
  margin-top: 10px;
  margin-bottom: 30px;
}

.dl-hero__content {
  padding: 30px 0 10px;
}

.dl-hero__title {
  font-size: 2.1rem;
  margin: 0 0 8px;
  letter-spacing: 0.01em;
}

.dl-hero__subtitle {
  margin: 0 0 22px;
  max-width: 640px;
  color: var(--dl-text-soft);
  line-height: 1.5;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .dl-hero__content {
    padding-top: 20px;
  }

  .dl-hero__title {
    font-size: 1.7rem;
  }
}
