/* Longform-spezifische Styles */

/* Weniger Abstand zwischen Hero-Bereich und erstem Abschnitt */
.us-wrap .us-info {
  padding-bottom: 4px;
}

@media (min-width: 600px) {
  .us-wrap .us-links {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.lf-sections-wrap {
  max-width: 830px;
  margin: 0 auto;
  padding: 0 15px 120px;
}

.lf-section {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.lf-section:first-child {
  border-top: none;
  padding-top: 24px;
}

.lf-section-titel {
  font-family: var(--font-title);
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin: 0 0 14px;
  line-height: 1.3;
}

.lf-list {
  list-style-type: disc;
  margin: 0.6em 0;
  padding-left: 1.4em;
}

.lf-list li {
  margin-bottom: 0.35em;
  line-height: 1.7;
}

.lf-img {
  margin-top: 28px;
}

.lf-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

@media (min-width: 600px) {
  .lf-sections-wrap {
    padding: 0 15px 80px;
  }

  .lf-section {
    padding: 56px 0;
  }

  .lf-section:first-child {
    padding-top: 28px;
  }

  .lf-section-titel {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .lf-img {
    margin-top: 36px;
  }
}
