.ekomi-container {
    margin: 0 auto 30px;
    width: 216px;
    line-height: 1;
}
.ekomi-img.gold {
    display: block;
    float: left;
    background: transparent url(../img/ekomi.png?v=8) no-repeat 0 0;
    background-position-x: 0px;
    background-position-y: -270px;
    background-size: 150px;
    background-position: 0 0px;
    margin-top: 7px;
    width: 37px;
    height: 40px;
}
.ekomi-img.silber {
    display: block;
    float: left;
    background: transparent url(../img/ekomi.png?v=8) no-repeat 0 0;
    background-position-x: 0px;
    background-position-y: -270px;
    background-size: 150px;
    background-position: -114px 0px;
    margin-top: 7px;
    width: 37px;
    height: 40px;
}
.ekomi-img.bronze {
    display: block;
    float: left;
    background: transparent url(../img/ekomi.png?v=8) no-repeat 0 0;
    background-position-x: 0px;
    background-position-y: -270px;
    background-size: 150px;
    background-position: -37px 0px;
    margin-top: 7px;
    width: 37px;
    height: 40px;
}
.ekomi-img.standard {
    display: block;
    float: left;
    background: transparent url(../img/ekomi.png?v=8) no-repeat 0 0;
    background-position-x: 0px;
    background-position-y: -270px;
    background-size: 150px;
    background-position: -76px 0px;
    margin-top: 7px;
    width: 37px;
    height: 40px;
}
a.ekomi-link, a.ekomi-link:hover {
    color: #000000;
}
.rating-stars {
    display: block;
    position: relative;
    background: transparent url(../../../ekomi/assets/img/eKomi_stars_grey_no_rating.svg) no-repeat;
    background-size: auto;
    background-size: 100px;
    height: 19px;
    width: 98px;
    display: inline-block;
    float: left;
}

.rating-stars-active {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url(../../../ekomi/assets/img/eKomi_stars_yellow_full_rating.svg) no-repeat;
    background-size: auto;
    background-size: 100px;
    height: 19px;
}

.ekomi-stars-box {
    float: left;
    margin: 5px 3px 0;
    width: 170px;
}

.ekomi-average-text-box {
    padding: 3px 7px 1px;
    display: inline-block;
    float: left;
    color:#000000;
}

.ekomi-average-text {
    font-size: 15px;
}

.bold {
    font-weight: bold;
}

.ekomi-bewertungen-box {
    width: 100%;
    padding: 1px 2px 3px;
    color: #000000;
}

.ekomi-bewertungen-row-1 {
    font-size: 10px;
}

.ekomi-bewertungen-row-2 {
    font-weight: bold;
    font-size: 11px;
}

.center {
    text-align: center;
}

@media (min-width:995px)    {
    .rating-stars {
        float: left;
    }
}

.ekomi-text-box {
    margin-left: 50px;
    text-align: center;
}

section.stageAgency + .interstitial1Topic {
    margin-top: 30px;
}