.title {
  left: 10%;
  bottom: 20%;
  }


.leistimg-container {
  position: relative;
  }
  
.leistimg {
  border-radius: 50%;
  max-width: 19rem;
   }
  
.leistimg-textpos {
  position: absolute;
  max-width: 13rem;
  text-align: left;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.9rem;
  color: white;
  top: 30%;
  left: 20%;
  }
  
.leistimg-textpos > p {
  opacity: 0.75;  
  background-color: gray;
  display: inline;
  padding: 0.3rem;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  }
 
 
#leistung-text {
   border-left: 1px solid gray;
   text-align: left;
   margin: 1rem 0 0 0;
   padding: 0.2rem .5em 0 .5em;
   }


.flexinhalt {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-evenly;
}

.flexelement {
  display: flex;
  min-width:18rem;
  padding: 0 1rem 2rem 1rem;
  flex-direction: column;
  align-items: center;
  flex-shrink: 1;
  }

@media screen and (min-width: 36.01rem) {
  .flexinhalt {
    flex-direction: row;}  
  
  .flexelement {
    min-width:18rem;
    max-width: 33%;
    margin-bottom: 2rem;
    padding: .5rem 1em 0 1em;
  }
}

