/*
==================================================
Such-Ergebnisse
==================================================
*/

.search-page .teaser.nodetype-product {
    position: relative;
}

.search-page .teaser.nodetype-product h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: inherit;
    color: #fff;
    margin: 0;
    padding: 1em;
    background-color: rgba(0, 0, 0, 0.8);
}

.search-page .teaser.nodetype-product:hover h2 {
    color: #000;
    background-color: #FECC2F;
}

.search-page .teaser.nodetype-product .links,
.search-page .teaser.nodetype-product .teaser-pseudo-button {
    display: none;
}