
  .arrow {
    position: absolute;
     bottom: 20px;
    left: calc(50% - 25px);
    animation: arrowDown 2s infinite;
  }
  @keyframes arrowDown {
    0% {
      bottom: 20px;
    }
    50% {
      bottom: 0;
    }
    100% {
      bottom:20px;
    }
    
  }
  /* Unsere Leistungen */

  .weißtext-footer{
      color: #EEEEEE;
      text-decoration: none;
  }
  * {
    --dark: #181818;
    --green: #2bb673;
  }
  
  body {
    margin: 0;
    position: relative;
  }
  a{
    color:#fff;
    text-decoration:none;
  }
  .credit {
    position: absolute;
    top: 15px;
    right: 10px;
    border-radius: 10px;
    padding: 10px;
    background-color: #2bb673;
        cursor: pointer;
      z-index: 2;
      overflow: hidden;
  }
  
  .credit a {
    text-decoration: none;
    color: #eee;
    padding:10px;
  }
  
  .credit:after {
    box-sizing: border-box;
    content: "";
    border: 8px solid;
    border-color: transparent transparent transparent #eee;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 1px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
  }
  .credit:hover::after {
    right: -3px;
  }
  
  .test {
      background-color: #1769ff;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: -100%;
      transition: .5s ease-in-out;
      z-index: -1;
  }
  
  .credit:hover .test {
      left: 0;
  }
  .business2 {
    display: flex;
    align-items: center;
    min-height: 100vh;
    justify-content: center;
    background-color: #131417;
  }
  
  .business2 .front,
  .business2 .back {
    background-color: var(--dark);
    width: 380px;
    height: 550px;
    margin: 20px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
  }
  
  .business2 svg {
    width: 50px;
  }
  
  .business2 h1,
  .business2 h2,
  .business2 p {
    margin: 0;
    color: #eee;
  }
  
  .business2 .red {
    height: 35%;
    background-color: var(--green);
  }
  
  .business2 .head {
    display: flex;
    justify-content: center;
    padding: 25px 0;
  }
  
  .business2 .head img {
    width: 40px;
  }
  
  .business2 .head > div {
    text-align: center;
    margin: 0 10px;
    text-transform: none;
  }
  
  .business2 .head > div p {
    font-size: 0.8rem;
    font-weight: 600;
  }
  
  .business2 .avatar {
    position: absolute;
    width: 50%;
    left: 50%;
    top: 100px;
    transform: translate(-50%);
    text-align: center;
  }
  
  .business2 .img {
    background-color: #FFFFFF;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 50%;
    border: 6px solid var(--dark);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .business2 .img img {
    width: 80%;
    padding: 10px 0;
  }
  
  .business2 .avatar p:nth-of-type(1) {
    text-transform: none;
    font-weight: 900;
  }
  
  .business2 .infos {
    position: absolute;
    bottom: 3%;
    left: 5%;
  }
  
  .business2 .infos > div {
    display: flex;
    margin: 5px;
  }
  
  .business2 .infos > div svg {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    background-color: var(--green);
    padding: 8px;
    border-radius: 7px;
  }
  
  .business2 .infos > div p {
    font-size: 0.8rem;
    margin: 5px 0;
    font-weight: 500;
  }
  
  /* back*/
  .business2 .back .top {
    width: 100%;
    box-sizing: border-box;
    height: 70%;
    background:      center;
    filter: contrast(160%);
    position: relative;
  }
  
  .business2 .back .top::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    background: linear-gradient(#0DFA9ECC, #2bb67380);
  }
  
  .business2 .back .top {
    position: relative;
  }
  
  .business2 .back .top div img {
    width: 40px;
    margin: 10px;
  }
  
  .business2 .back .top div {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 40%;
    left: 19%;
    z-index: 11;
    filter: contrast(80%);
    text-transform: none;
  }
  
  .webicon {
    background-color: var(--dark);
    border-radius: 50%;
    width: 70%;
    padding: 20px 0;
    position: absolute;
    top: calc(70% - 40px);
    left: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .webicon div {
    background-color: var(--green);
    border-radius: 50%;
    padding: 5px 4px 2px 5px;
  }
  
  .business2 .back > p {
    text-align: center;
    margin-top: 30%;
    color: var(--green);
  }
  






























  /* Unser Team */
.Mitarbeiter{
    background-color: #181818 !important;
    /* background: linear-gradient(71deg, #242323, #1a171c, #000000) padding-box, linear-gradient(71deg, #000000, #423e75, #000000) border-box; */
    border-radius: 25px !important; 
    
}
.Mitarbeiter:hover{
  transform: translateY(-.5%);
  box-shadow: 0 4rem 8rem rgba(0, 0, 0, .2);
}
.Mitarbeiterbild{
    background-color: #000000; 
    border-radius: 25px; 
    height: 102px;
    width: 102px;
    object-fit: cover;
    filter: grayscale(100%);
}


.Mitarbeiterrahmen{
  height: 100%;
}
@media (max-width: 394px){
  .emailzeile{
    line-height: 1.5% !important;
  }
}

@media (max-width: 500px){
  .Infocardtext{
    font-size: 14px;
  }
}



@media (max-width:991px){ /* lg media query*/
            .skills{
              justify-content: center !important;
            }
            
           .stellenanzeige{
            justify-content: center !important;
           }
           .teambild{
            justify-content: center !important;
          }
          #MitarbeiterContainer2{
            align-items: center !important;
          }
          .business2{
            justify-content: center !important;
          }
  }
  @media (max-width:575px){
    .bereich{
      justify-content: center !important;
    }
  }
  /* @media (max-width:1200px){
    
    
  } */
  @media (max-width: 1400px) and (min-width: 992px){
    .teambild:nth-child(even){
      justify-content: flex-start !important;
    }
    .teambild:nth-child(odd){
      justify-content: flex-end !important;
    }
  }
  @media (min-width:1401px){
    .teambild:nth-child(3n){
      justify-content: flex-start !important;
    }
    .teambild:nth-child(3n + 1){
      justify-content: flex-end !important;
    }
    .teambild:nth-child(3n + 2){
      justify-content: center !important;
    }
  }

@media(max-width: 567px){
  .card-body h5{
  font-size: 16px !important;
}
.card-body span{
  font-size: 12px !important;
  white-space: nowrap;
}
.card-body p{
  font-size: 14px !important;
  
}
}
@media(max-width: 360px){
  .card-body h5{
  font-size: 14px !important;
  
}
.card-body span{
  font-size: 10px !important;
}
.card-body p{
  font-size: 10px !important;
}
}
