
.grid-view .zulassung, .infogrid-view .zulassung, .line-view .zulassung {
    position: absolute;
    top: 33px;
    left: 10px;
}

.grid-view .aktion, .infogrid-view .aktion, .line-view .aktion {
    width: 60px;
    height: 60px;
    background: url(../../img/stern.png);
    background-size: contain;
    position: absolute;
    top: 42px;
    right: 8px;
    display:block;
}

.grid-view .aktion.gruen, .infogrid-view .aktion.gruen, .line-view .aktion.gruen {
    background: url(../../img/stern_gruen.png);
    background-size: contain;
}

.grid-view .aktion p {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    transform: rotate(15deg);
    color: #FFF;
}

.productBox .zulassung img {
    max-width: 95px;    
}

.productBox .onsale, .productBox .newart {
    position: absolute;
    right: 15px;
    transform: rotate(27deg);
    color: #fff;
    top: 15px;
    font-weight: 600;
    font-size: 1.2rem;
    width: 95px;
    height: 95px;
    text-align: center;
    display:block;
    background: url(../../img/stern.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.productBox .newart {
    background-image: url(../../img/stern_gruen.png);
}

.productBox .onsale span, .productBox .newart span {
    margin-top: 50%;
    display: block;
    transform: translateY(-50%);
}