.ark-bewertung-wy{
    position: relative;
}

.ark-bewertung-wy.ark-fadeout:after{
    content :'';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35%;
    background: linear-gradient(0deg, rgba(255,255,255,1) 5%, rgba(255,255,255,0) 100%);
    pointer-events: none;
    z-index: 1;
}

.ark-bewertung-featured{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; 
    justify-content: space-between;
    align-items: flex-start;
}

.ark-bewertung-featured-box{
    flex: 0 0 32%;
    min-width: 280px;
    background-color: #f2f2f2;
    padding: 10px;
    margin-bottom: 45px;
    position: relative;
}

.ark-bewertung-featured-box-rating{
    background: #fff !important;
}

@media (max-width: 1024px){
    .ark-bewertung-featured-box{
        flex: 0 0 49%;
    }
}

@media (max-width: 680px){
    .ark-bewertung-featured-box{
        flex: 0 0 100%;
        margin-bottom: 15px;
    }
}

.ark-bewertung-featured-box-image{
    flex: 0 0 60px;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 999px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
}

/* BSB */
.ark-bewertung-box-id-269 .ark-bewertung-featured-box-image{
    background-image: url('https://www.yakbett.de/wp-content/uploads/yak-bsb-120-min.png');
    background-position: center;
    background-size: contain;
}

/* Matratze */
.ark-bewertung-box-id-22343 .ark-bewertung-featured-box-image{
    background-image: url('https://www.yakbett.de/wp-content/uploads/yak-mat-120-min.png');
    background-position: center;
    background-size: contain;
}

/* Kissen */
.ark-bewertung-box-id-17236 .ark-bewertung-featured-box-image{
    background-image: url('https://www.yakbett.de/wp-content/uploads/yak-kissen-120-min.png');
    background-position: center;
    background-size: contain;
}

.ark-bewertung-featured-box-head{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
}

.ark-bewertungen-title-rating-holder{
    flex: 1;
}

.ark-bewertung-featured-box .ark-bewertungen-title,
.ark-bewertungen-rating{
    text-align: left;
    margin: 0;
}

.ark-bewertung-featured-box .ark-bewertungen-rating .star-rating{
    display: inline-block;
    margin: 0;
}

.ark-bewertung-featured-box .ark-bewertungen-title:after{
    display: none;
}

.ark-bewertungen-bottom{
    text-align: center;
}
