.pl_person {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-grow: 1;
        flex-wrap: wrap;
        margin-top: 0px;
        float: left;
        height: auto;
        margin: 0 0 20px 0;
       width: 100%;
        max-width: 100%;
        position: relative;
        -webkit-text-size-adjust: none;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        word-wrap: break-word;
        padding: 0px;
}
.pl_person a {
        display: contents;
}
.pl_person_title {
        width: 100%;
        line-height: 30px;
        font-size: 16px;
        font-weight: 400;
        color: white;
        text-align: center;
        position: relative;
        margin-bottom: 20px;
        -webkit-box-shadow: 0 5px 5px -5px black;
        -moz-box-shadow: 0 5px 5px -5px black;
        box-shadow: 0 5px 5px -5px black;
}
.pl_person_item {
        position: relative;
        height: 200px;
        float: left;
        width: 49%;
        overflow: hidden;
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        -webkit-box-shadow: 0 5px 5px -5px black;
        -moz-box-shadow: 0 5px 5px -5px black;
        box-shadow: 0 5px 5px -5px black;
        border-radius: 0px;
        transition: all 0.5s ease;
        margin-bottom: 20px;
    background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 100%);
   
}


.pl_person_item_date {
        position: absolute;
        width: auto;
    height: 20px;
    
    top: 0px;
    left: 0px;
    
    
}




.pl_person_item_bild {
        
       height: 200px;
        width: 150px; 
        float: left;
       background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        

    
}

.pl_person_item_bild img {max-height: 200px; max-width: 150px}

.pl_person_item_text {
        padding: 10px 0 0 0 ;
        width: calc(100% - 160px);
        float: right;
        font-weight: 400;
        height: auto;
        color: #333;
    
        
}



@media screen and (max-width: 999px) {
    
   
    
   
    
}
@media screen and (max-width: 700px) {
         .pl_person {
        padding: 0px;   
}
    
    .pl_person_item {
        height: auto;
               width: 100%;
        margin-bottom: 10px;
        
}
    
 
   .pl_person_item_bild {
        
       height: 150px;
        width: 100px; 
        float: left;
       background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        

    
} 
    
    .pl_person_item_bild img {max-height: 150px; max-width: 100px}
     
    .pl_person_item_text {
        padding: 10px 0 0 0 ;
        width: calc(100% - 110px);
        float: right;
        font-weight: 400;
        height: auto;
        color: #333;
    
        
}
    
}