.klantenvertellen {
    font-size: 13px;
    line-height: 16px;
    display: inline-block;
    font-family: inherit;
    margin-top: 15px;
}

.klantenvertellen .klantenvertellen-score {
    display: inline-block;
    margin-right: 5px;
    color: #fff;
}

.klantenvertellen-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}

.klantenvertellen-wrapper .logo {
    line-height: 12px;
    max-height: 12px;
}

.klantenvertellen .stars {
    width: 93px;
    display: block;
    margin-top: 0;
}

.klantenvertellen .star_wrapper {
    position: relative;
    width: 80px;
    max-height: 12px;
}

.klantenvertellen .star_cutter {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.klantenvertellen .star__icon {
    width: 80px;
    height: 11px;
    fill: orange;
    display: inline-block;
}

.klantenvertellen .icon__svg {
    width: inherit;
    height: inherit;
    display: block;
}

.klantenvertellen .reviews-link {
    color: #fff;
    font-family: inherit;
}

.klantenvertellen strong {
    font-family: sofia-pro,sans-serif;
}

.klantenvertellen-shape {
    display: block;
    background: url('../img/kv_shape.svg') 50% 50% no-repeat;
    background-size: cover;
    width: 84px;
    height: 84px;
    position: relative;
    color: #464343;
}

.klantenvertellen-shape:before {
    content: '';
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    background: #fff;
    z-index: -1;
    border-radius: 50%;
}

.klantenvertellen-shape .rating {
    display: block;
    position: absolute;
    font-size: 2em;
    top: 50%;
    left: 0;
    width: 100%;
    margin: -1.1rem 0 0 -.04rem;
    letter-spacing: -.05em;
    text-align: center;
    font-family: sofia-pro, sans-serif;
    font-weight: 700;
}

.score-wrapper {
    margin-right: 15px;
}