.container {
  width: 100%;
  background-color: var(--color-secondary);
  min-height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 769px) {
  .leistungen-content {
    padding-top: 160px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
  }
  .leistungen-content p {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .leistungen-content {
    width: 100%;
    height: fit-content;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
  }
  .leistungen-content h1 {
    font-weight: normal;
    font-size: 1.4rem;
  }
  .leistungen-content p {
    font-size: 0.85rem;
    width: 90%;
    text-align: justify;
  }
  .leistungen-content .banner {
    font-size: 1.3rem;
    width: 100%;
  }
  .leistungen-content .banner p {
    font-size: 1.2rem;
    text-align: center;
  }
}

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