.box-team-member,
.box-leistung {
  padding-bottom: 5px;
  padding-top: 5px;
}
.box-team-member:first-child,
.box-leistung:first-child {
  padding-top: 20px;
}
.box-team-member:last-child,
.box-leistung:last-child {
  padding-bottom: 20px;
}
#partner .team-member {
  width: 960px;
}
.team-member,
.leistung {
  width: 1100px;
  margin: 0px auto;
  margin-bottom: 40px;
}
.team-member .image,
.leistung .image {
  width: 33%;
  float: left;
  padding-right: 20px;
  margin-top: -40px;
}
.team-member .name,
.leistung .name,
.team-member .title,
.leistung .title {
  text-align: left;
  padding-bottom: 0px;
  margin-left: 33%;
  padding-left: 20px;
  transition: all 0.5s;
  display: block;
  margin-bottom: -2px;
  background-color: white;
  margin-right: 1%;
  padding-top: 15px;
  position: relative;
}
.team-member .description,
.leistung .description {
  display: inline-block;
  width: 66%;
  background-color: white;
  padding: 20px;
}
.team-member .description ul,
.leistung .description ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font-size: 17px;
}
.team-member .description ul li,
.leistung .description ul li {
  display: block;
}
.team-member .description ul li:before,
.leistung .description ul li:before {
  display: inline;
  content: "• ";
  font-size: inherit;
  color: #50BCBD;
}
.team-member.partner,
.leistung.partner {
  background: white;
  border-radius: 4px;
  padding-top: 20px;
}
.team-member.partner .description,
.leistung.partner .description {
  background-color: transparent;
}
.team-member.partner .image,
.leistung.partner .image {
  padding-left: 20px;
  padding-top: 20px;
}
.leistung {
  margin-bottom: 0px;
}
.leistung h2.title {
  font-size: 20px;
  font-weight: bold;
  padding-top: 0px;
  margin-left: 0px;
  display: inline-block;
  width: 75%;
  margin-right: 0px;
  padding-left: 15px;
}
.leistung .description {
  width: 75%;
  padding-top: 0px;
  padding-left: 15px;
  padding-bottom: 0px;
}
.leistung .image {
  width: 25%;
  margin-top: 0px;
}
.leistung.no-image h2.title {
  width: 100%;
  margin-left: 0px;
  padding-left: 0px;
}
.leistung.no-image .description {
  width: 100%;
  margin-left: 0px;
  padding: 0px;
}
