@charset "utf-8";

#leistungen > div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

#leistungen > div > ul{
  display: flex;
  /* justify-content: center; */
  /* align-content: space-around; */
	flex-wrap: wrap;
  width: 50%;
}

#leistungen > div > ul > li {
  width:100%;
  text-wrap: wrap;
  margin-left: 20px;
  /* text-align: center; */
}

#leistungen ul ul > li {
  margin-left: 20px;
}

