.section-lernvideos {
  background: linear-gradient(#fff, #ececec);
  /* padding-top: 2rem; */
}

.lernvideos-header {
  max-width: 92rem;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  padding: 3rem 2rem;
}

.lernvideos {
  max-width: 92rem;
  margin: 0 auto 3rem;
  display: grid;
  grid-template-columns: 1fr;
  background-color: #eeeeee;
  font-size: 1.5rem;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 30px 80px 10px rgba(0, 0, 0, 0.2);
}

.content {
  padding: 3rem 0;
}

.lernvideos p {
  line-height: 1.4;
}

.aiovg-player-container {
  border: 5px solid orange;
}

/*# sourceMappingURL=site-lernvideos.css.map */
