.js_rating_barPercentage {
    height: 100%;
}

.margin_right_5 {
    margin-right: 5px;
}

.ratings {
    margin-bottom: 0;
}

.ratings .w_100p {
    display: block;
    margin-top: 10px;
}

.ratings-header {
    display: flex;
}

.ratings-header > div {
    flex: 1 1 0;
}

.rating_wrapper strong {
    font-weight: 600;
}

.rating_preview {
    cursor: pointer;
}

[class*="rating_col-"] {
    float: left;
}

.rating_col-1 {
    width: 70px;
}

.rating_col-2 {
    border: 1px solid #666666;
    height: 23px;
    margin-bottom: 5px;
    margin-right: 20px;
    width: 150px;
}

.rating_col-3 {
    text-align: right;
    width: 20px;
}

.rating_interactive .t3-star {
    cursor: pointer;
}

.recommendation-form .button-bar {
    display: flex;
    gap: 2rem;
}

.t3-star.size_f_16, .t3-star-empty.size_f_16 {
    line-height: 18px;
}

.social_leiste .size_f_22 {
    line-height: 24px;
}

/* Bugfix für IE */
.social_leiste a {
    text-decoration: none;
}

.social_leiste a:hover {
    color: #666666;
}

@media screen and (max-width: 640px) {

    .icon-whatsapp::before {
        color: #093;
    }

    .ratings, .social_leiste {
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 300px) and (max-width: 400px) {

    .rating_wrapper {
        padding: 15px 16px 15px 18px;
        width: 90%;
    }

    .rating_wrapper .margin_right_10, .rating_preview .margin_right_10 {
        margin-right: 7px !important;
    }

    .rating_col-2 {
        margin-right: 15px;
        width: 140px;
    }
}

@media screen and (min-width: 300px) and (max-width: 500px) {
    .rating_stars_partial .rating_wrapper{
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
    }
}


