.pl_media {
     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: 0;
}
 .pl_media a {
     display: contents;
}
 .pl_media_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_media_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_media_item_date {
     position: absolute;
     width: auto;
     height: 20px;
     top: 0px;
     left: 0px;
}
 .pl_media_item_more {
     position: absolute;
     width: auto;
     padding: 0 20px;
     height: 30px;
     line-height: 30px;
     background: #eaeaea;
     bottom: 5px;
     right: 5px;
}
 .pl_media_item_bild {
     height: 200px;
     width: 150px;
     float: left;
}
 .pl_media_item_bild img {
    max-height: 200px;
     max-width: 150px
}
 .pl_media_item_text {
     padding: 10px 0 0 0 ;
     width: calc(100% - 160px);
     float: right;
     font-weight: 400;
     height: auto;
     color: #333;
}
 .vergeben {
    width: 150px;
     height: auto;
     position: absolute;
     float: right;
     right: 0;
     bottom: 0
}
 @media screen and (max-width: 999px) {
     .pl_media_item {
         width: 100%;
    }
}
 @media screen and (max-width: 700px) {
     .pl_media_item {
         height: auto;
         width: 100%;
         padding 0 10px;
    }
     .pl_media_item_bild {
         height: 150px;
         width: 100px;
         float: left;
    }
     .pl_media_item_bild img {
        max-height: 150px;
         max-width: 100px
    }
     .pl_media_item_text {
         padding: 0px 0 0 0 ;
         width: calc(100% - 110px);
    }
}