/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 19 2019 | 08:16:58 */
.supervisor-post-wrap .oxy-posts {
   width: 100%;
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
}

.ansprechpartner-item-wrap {
  background-color: #fff;
  margin: 10px;
  padding: 60px;
  box-shadow: 5px 0 20px 5px rgba(0,0,0,.03);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 330px
}

.ansprechpartner-archive-image {
    width: 150px;
    height: 150px;
    background-size: cover;
    background-position: center center;
    border-radius: 50%;
}

.ansprechpartner-text-wrap{
  margin-top: 30px;
  text-align: left;
}

.ansprechpartner-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom 20px !important;
}
.ansprechpartner-content {
  font-size: 14px;
  line-height: 2;
}

.ansprechpartner-content p {
  margin-block-end: 0 !important;
}

@media only screen and (max-width: 768px) {
  
  .ansprechpartner-item-wrap {
    padding: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .ansprechpartner-archive-image {
    width: 120px;
    height: 120px;
  }
  
  .ansprechpartner-content {
    line-height: 1.5;
  }
  
  .section-paragraph p {
    font-size: 16px;
  }
  
  .ansprechpartner-item-wrap {
    width: 100%;
    margin: 0 10px 10px;
    padding: 15px;
  }
  
  .ansprechpartner-text-wrap {
    text-align: center;
    margin-top: 20px;
  }
}




