.card .card-title.h3 {
    transition: all ease-in-out 0.2s;
    color: #fff;
    position: absolute;
    margin-top: -80px;
    padding: 10px 20px;
    transform: rotate(5deg);
    right: 10px;
    font-size: 28px;
    text-align: center;
    background: var(--red);
    max-width: 90%;
  }

  .card:hover .card-title.h3 {
    transform: rotate(-5deg);
}

.card .card-title.h3 a {
  color: white;
  text-decoration: none;
}
.card p.subtitle {
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 0px;
  color: var(--grey);
  line-height: 1.2em;
}
.card p.subtitle a {
  color: var(--grey);
  text-decoration: none;
}
.card div.card-text a {
  color: var(--text);
  text-decoration: none;
}

.card { 
    border: none;
    border-radius: 0;
    border-bottom:10px solid var(--orange);
    margin-bottom: 12px;
    background: var(--vanilla);
}

.card.testimonial { 
  border-bottom:none;
  margin-bottom: 12px;
  background: transparent;
}

.testimonial figure {
  width: 180px;
  margin: 0 auto;
  overflow: hidden;
}
.testimonial figure img {
  border: 10px solid #fff;
}

.testimonial div.description {
  font-size: 17px;
  line-height: 25px;
  margin-bottom: 25px;
  padding: 75px 35px 20px 35px;
  background: #fff;
  border-radius: 10px;
  margin-top: -80px;
}

.testimonial div.description::before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  line-height: 100px;
  margin: 0 auto;
  font-size: 30px;
  font-weight: 900;
  position: absolute;
  top: 120px;
  left: 35px;
  color: var(--orange);
}

.testimonial h3.title {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  margin: 0;
  color: #222;
}
.testimonial p.post {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  display: block;
  color: #222;
  font-size: .9rem;
}

.team {
  border-bottom: none;
  background: none;
}
.team .card-body{
  border-bottom: none;
  background: var(--vanilla);
  margin-top: -160px;
  padding: 150px 20px 48px 20px;
}

.team::before {
  content: "\f110";
  transition: all ease-in-out 0.2s;
  position: absolute;
  font-family: "Flaticon";
  font-size: 50px;
  right: 10px;
  transform: rotate(-20deg);
  z-index: 0;
  bottom: 0px;
  opacity: 0.4;
  color: var(--orange);
}

.team h3.teamname {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
  display: inline-block;
  font-size: 1.6em;
  font-weight: bold;
  margin-top: 30px;
  color: #222;
}
.team p.teamfunction {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: var(--blau);
}



