.hovercard {
  color: black
}

.hovercard:hover {
  text-decoration: none;
  color: black
}

.hovercard:focus {
  text-decoration: none;
  color: black
}

.butncards {
  margin-top: 15px;
  border: 1px solid #e5e5e5;
  display: inline-block;
  padding: 10px 20px;
  color: #C7C7C7;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
  transition: all .3s;
  background-color: #AD192B;
}

.butncards:hover {
  border: 1px solid transparent;
  background: #AD192B;
  background-color: #AD192B;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  font-size: 15px;
  color: white;
}

/* {background-color:#C7C7C7;box-shadow:0 0 10px rgba(0,0,0,.5); color:#AD192B} */
.our-team-main {
  width: 100%;
  height: auto;
  border-bottom: 5px #323233 solid;
  background: lightgrey;
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
  margin-bottom: 28px;
}

.our-team-main img {
  border-radius: 50%;
  margin-top: 20px;
  width: 90px;
}

.our-team-main h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.our-team-main p {
  margin-bottom: 0;
}

.team-front-text {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 25%;
  background-color: rgba(115, 115, 115, 0.6);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-back {
  font-size: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  padding: 15px 15px 0 15px;
  text-align: center;
  background: lightgrey;
  transition: all 1s ease;
  display: flex;
  align-items: center;
}

.team-front {
  width: 100%;
  height: 212px;
  position: relative;
  z-index: 10;
  background: lightgrey;
  /* padding: 15px; */
  bottom: 0px;
  transition: all 1s ease;
  background: transparent;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

/* .our-team-main:hover .team-back {
  opacity: 1;
  transition: all 1s ease;
} */
.our-team-main:hover .team-front {
  bottom: -220px;
  transition: all 1s ease;
}

.our-team-main:focus .team-front {
  bottom: -220px;
  transition: all 1s ease;
}

.our-team-main:hover {
  border-color: #C7C7C7;
  transition: 1s;
}

.our-team-main:focus {
  border-color: #C7C7C7;
  transition: 1s;
}

.butncardslogin {
  margin-left: 10px;
  border: 1px solid #e5e5e5;
  display: inline-block;
  padding: 10px 20px;
  color: #C7C7C7;
  font-weight: 600;
  font-size: 14px;
  border-radius: 4px;
  transition: all .3s;
  background-color: #AD192B;
}

.butncardslogin:hover {
  border: 1px solid transparent;
  background: #AD192B;
  background-color: #AD192B;
  box-shadow: 0 0 10px rgba(0, 0, 0, .5);
  font-size: 15px;
  color: white;
}

/*  wenn kleiner als 500px */
@media screen and (max-width: 500px) {
  .butncardslogin {
    margin-left: 0px;
    margin-top: 15px;
  }
}
