/* HEUREKA */
.heureka-container .reviews .review .stars-grey {
    display: block;
    height: 15px;
    width: 80px;    
}

.heureka-container .see-more {
    float: left;
    margin: 10px 30px 30px;
}

.heureka-container .reviews .review .stars-grey .stars-orange {
    display: block;
    height: 15px;
    width: 80px;    
}

.heureka-container .heading .text {
    float: left;
}

.heureka-container {
    float: left;
    width: 100%;
    margin-top: 10px;
    background: #e4e2da;
}

.heureka-container .reviews {
    display: grid;
    float: left;
    grid-template-columns: 20% 20% 20% 20% 20%;
}

.heureka-container .reviews .review {
    padding: 10px 20px;
}

.heureka-container .reviews .review span {
    font-size: 1.4rem;
    color: var(--nofocus-color);
    line-height: 1.3;
    padding: 10px;
    float: left;
    width: 100%;
    border-radius: 5px;
    margin-top: 14px;
    background: #fff;
    -webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.15);
}

.heureka-container .text h2 {
    padding-top: 25px;
    padding-left: 20px;
}

.heureka-container .heading .heureka-logo {
    width: 74px;
    height: 74px;
    min-height: 74px;
    background-size: 100% 100%;
    float: left;
    display: block;
    margin-left: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;    
}

.heureka-container .reviews .review h3 {
    font-weight: 600;
    line-height: 1.1;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 1rem;
}

.heureka-container .heading {
    float: left;
    width: 100%;
}

@media only screen and (max-width: 1000px) {
    .heureka-container .reviews {
        grid-template-columns: 33% 33% 33%;
    }
}

@media only screen and (max-width: 768px) {
    .heureka-container .reviews {
        grid-template-columns: 100%;
    }
}