/* [project]/app/datenschutz/styles.css [app-client] (css) */
.lc-text {
  color: #fff;
  font-family: Poppins, sans-serif;
  line-height: 1.6;
}

.lc-text h1, .lc-text h2, .lc-text h3, .lc-text h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 500;
}

.lc-text h1 {
  font-size: 1.75rem;
  line-height: 2.25rem;
}

.lc-text h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.lc-text h3 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.lc-text p {
  margin-bottom: 1rem;
}

.lc-text ul, .lc-text ol {
  margin-bottom: 1rem;
  margin-left: 1.5rem;
}

.lc-text li {
  margin-bottom: .5rem;
}

.lc-text a {
  color: #0037ff;
  text-decoration: underline;
}

.lc-text a:hover {
  text-decoration: none;
}

@media (width >= 768px) {
  .lc-text h1 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .lc-text h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }

  .lc-text h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}


/*# sourceMappingURL=app_datenschutz_styles_495517a0.css.map*/