.c5-product--teaser {
    width: 100%;
    height: 325px;
    border: 2px solid #9FC033;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 10px 10px 60px;
}

.c5-product--teaser a {
    color: #555;
}

.c5-product--teaser a:hover {
    color: #999;
    text-decoration: none;
}

.c5-product--teaser .image--element,
.c5-product--teaser .product--info {
    display: block;
    width: 50%;
}

.c5-product--teaser .image--element {
    text-align: center;
}

.c5-product--teaser .image--element img {
    display: inline-block;
    max-width: 100%;
    max-height: 250px;
}

.c5-product--teaser .product--info {
    padding-left: 5px;
}

.product--info .product--title,
.product--info .product--price,
.product--info .vat--info {
    display: block;
}

.product--info .product--title {
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 1.2;
}

.product--info .product--price {
    font-size: 21px;
    font-weight: 700;
}

.product--info .vat--info {
    font-size: 10px;
}

.c5-product--teaser .teaser-link--text {
    display: block;
    width: 100%;
    color: #fff;
    background: #9FC033;
    height: 60px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 25px;
    line-height: 60px;
}

.c5-product--teaser .teaser-link--text:hover {
    color: #fff;
}

.c5-product--teaser .teaser-link--text::after {
    content: '\00BB';
    font-family: 'Open Sans';
}

@media screen and (min-width: 480px){
    .c5-product--teaser {
        width: 50%;
    }
}

@media screen and (min-width: 758px){
    .c5-product--teaser {
        width: 100%;
        height: 200px;
    }
    .c5-product--teaser .image--element {
        width: 40%;
    }
    .c5-product--teaser .image--element img{
        max-height: 130px;
    }
    .c5-product--teaser .product--info {
        width: 60%;
    }
    .product--info .product--title {
        font-size: 14px;
    }
    .c5-product--teaser .teaser-link--text {
        height: 35px;
        font-size: 18px;
        line-height: 38px;
    }
}

@media screen and (min-width: 1024px){
    .c5-product--teaser {
        height: 265px;
    }
    .c5-product--teaser .image--element,
    .c5-product--teaser .product--info {
        width: 50%;
    }
    .c5-product--teaser .image--element img{
        max-height: 200px;
    }
    .product--info .product--title {
        font-size: 18px;
    }
    .c5-product--teaser .teaser-link--text {
        height: 50px;
        font-size: 25px;
        line-height: 50px;
    }
}

@media screen and (min-width: 1260px){
    .c5-product--teaser {
        height: 325px;
    }
    .c5-product--teaser .image--element img{
        max-height: 250px;
    }
    .product--info .product--title {
        font-size: 22px;
    }
    .c5-product--teaser .teaser-link--text {
        height: 60px;
        line-height: 60px;
    }
}