.suchbemerkung a {
    margin-right: 10px;
}

/** --- Ausgewählte Filter ---------------------------------------- */
.filteranzeigecontainer {
    border: 0 none;
    background: #eee;
    overflow: hidden;
    padding: 0 0 10px 0;
}

.filteranzeigecontainer legend{
    display: block;
    background: #999;
    padding: 10px;
    margin: 0 0 10px 0;
    position: relative;
    color: #fff;
    width: 100%;
    font-weight: bold;
}


.filteranzeigecontainer .filtername {
    display: block;
    float: left;
    margin-bottom: 5px;
    background: #512c22;
    color: #fff;
    text-decoration: none;
    
    padding: 8px 10px 7px 10px;
    margin: 0px 10px 5px 10px;

    
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.filteranzeigecontainer .filtername:hover {
    background-image: url(/img/filter_delete.png);
    background-position: right;
    background-repeat: no-repeat;
    margin-right: 0px;
    padding-right: 18px;
    border-right: 7px solid #512c22;
}

.filteranzeigecontainer .filtergruppe {
    display: inline-block;
    margin-right: 10px;
    width: 200px;
}

/* --- ARTIKEL-Teaser ------------------------------------------------ */

.artikelteaser {
    background: #fff;
    
    /*border: 1px solid #fff;*/
    border-bottom: 5px solid #eee;
   
    height: 235px;
    margin-bottom: 20px;
    padding: 10px;
    
    position: relative;
}

.artikelteaser:hover {
    border-color: #eee;
    /* durch verlauf ersetzen - background: url(/img/sucheteaser_hover_bg.png) repeat-x bottom #fff;*/
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 75%, rgba(230,230,230,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(230,230,230,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 75%,rgba(230,230,230,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 75%,rgba(230,230,230,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 75%,rgba(230,230,230,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 75%,rgba(230,230,230,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
}

.artikelteaser div.bildcontainer {
    height: 100px;
}



.artikelteaser .artikelname{
    font-weight: bold;
    color: #7F3B43;
    max-height: 4em;
    display: block;
    overflow: hidden;
    text-decoration: none;
    margin-top: 10px;
}

.artikelteaser p.preis {
    position: absolute;
    bottom: 8px;
    right: 8px;
}

.artikelteaser .grundbetrag{
	position: absolute;
	bottom: 1px;
	right: 8px;
	opacity: 0.85;
}

.artikelteaser p.preis a{
    font-weight: bold;
    font-size: 1.2em;
    color: #333;
    text-decoration: none;
}

.artikelteaser p.preis .altpreis,
.artikelteaser p.preis strike {
    font-size: 0.7em;
    color: #000;
    margin-right: 15px;
    display: block;
    font-weight: normal;
}

.artikelteaser .logocontainer {
    height: 60px;
    position:absolute;
    right: 10px;
    top: 10px;
}

.artikelteaser .logocontainer img{
    /*border: 1px solid #eee;*/
    -webkit-box-shadow:  0px 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow:  0px 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.artikelteaser .stammlogocontainer,
.artikelteaser .noimage {
    display: block;
    height: 105px;
    text-align: center;
}

.artikelteaser .noimage img{
    margin-top: 15px;
}



.artikelteaser .stammlogocontainer img,
.artikelteaser .produktbildcontainer img{
    max-width: 164px;
    max-height: 100px;
    border: none;
}

.artikelteaser .cigarrenbildcontainer img{
    position: absolute;
    top: 40%;
}

.artikelteaser .produktbildcontainer {
    height: 100px;
    overflow: hidden;
    clear: both;
    position: relative;
}


.artikelteaser img.produktbild {

}

.artikelteaser a.more{
        display: block;
        position: absolute;
        
        bottom: 30px;
        right: 5px;
        
        width: 40px;
        height: 32px;
        
        background-image: url('/img/mobile_more_125x100.png');
        background-position: 20px 0;
        background-repeat: no-repeat;
        background-size: contain;
        
        border: none;
}

.artikelteaser a.more span{ 
    display: none;
}

/* sterne bzw euro-zeichen die zeigen das ein artikel preiswert oder von guter qualität ist */
/*
.artikelteaser span.glyphicons.bewertung {
    font-size: 10pt;
    margin-right: -10px;
    vertical-align: middle;
}

.artikelteaser span.glyphicons-euro::before {
    vertical-align: top;
}
*/

#suche_body {
    position: relative;
}

#warengruppen_banner {
    background: #0c0000;
    position: relative;
}

#warengruppen_banner ul{
    list-style: none;
    padding: 0;
    width: 178px;
    float: left;
    margin: 0;
}

#unterwarengruppenbox {
    position: absolute;
    top: 12px;
    right: 3%;
}

#warengruppen_banner li{
    width: 170px;
    margin-left: 8px;
    margin-bottom: 8px;
    background: #333;
    /*background-color: rgba(51,51,51,0.8);*/
    background-color: rgba(141,112,95,0.9);
    border-radius: 4px;
    -web-kit-border-radius: 4px;
    -moz-border-radius: 4px;
}

#warengruppen_banner li:hover{
    background-color: rgba(51,51,51,1);
}

#warengruppen_banner a{
    text-align: center;
    display: block;
    color: #fff;
    padding: 0.5em 0.1em;
    text-decoration: none;
    font-size: 0.8em;
}

#warengruppen_text {
    width: 97%;
}

#warengruppen_text h3, #warengruppen_text h2 {
    display: inline-block;
}