/**
 * Styles für Sidebar-Widget Bewertungen
 */
#sidebar .sidebar-rating {
    font-size: 12px;
}

#sidebar .sidebar-rating .details-rating div.rating-average {
    font-weight: bold;
}

.avg-rating-value {
    font-size: 40px;
}

.rating-intro {
    margin-bottom: 0;
}

.btn-rating-more {
    border: 1px solid #7ec740;
    color: #7ec740;
    display: table;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-weight: 400;
    margin: 23px auto 10px;
    padding: 11px 20px;
    text-align: center;
    text-decoration: none;
}
.btn-rating-now {
    cursor: pointer;
}
.btn-rating-now .glyphicon {
    color: #7EC244;
    font-size: 13px;
}
.btn-rating-more:hover {
    background-color: #7ec740;
    color: #fff;
}
.rating-container .filled-stars {
    -webkit-text-stroke: 0 #fde16d;
    color: #fde16d;
    text-shadow: 0 0 #fde16d;
}

.avg-rating-value {
    color: #000000;
    font-size: 44px;
    font-weight: 500;
}

@media(max-width: 992px){
    #sidebar .sidebar-rating {
        font-size: 10px;
    }
    .rating-intro {
        font-size: 11px;
        margin-top: 9px;
    }
    .avg-rating-value {
        color: #000000;
        font-family: open sans;
        font-size: 32px;
        font-weight: 600;
    }
    .rating-xs {
        font-size: 1em;
    }
    .btn-rating-more {
        font-size: 11px;
        font-weight: 400;
        margin: 10px 0;
        padding: 9px 4px;
        width: 100%;
    }
    .rating-intro {
        margin-bottom: 0;
    }
}






