﻿.shopliste_element {margin-left:30px;}
.shopliste_bild {float:left;width:170px;min-height:25px;}
.shopliste_beschreibung {float:left;max-width:520px;margin-left:30px;}
.shopliste_preis {color: #dc020e;font-weight:600; margin-bottom:1em;}
.shopliste_element {clear:both;}
.shopliste_clear {clear:both;}
.shopliste_seperator {margin-bottom:30px;margin-top:20px;border-top:solid #999;border-width:1px 0 0 0;height:1px;}
.shopliste_orderbutton {float:left;text-align:center;}
.shopliste_or {float:left;text-align:center;margin:0px 15px;}
.teaser__title a {
    color: #000000;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
}
.teaser__title {
    margin-bottom: 0;
    margin-top: 0;
}
.teaser__text {
    margin-bottom: 1.0em;
    margin-top: 1.0em;
}
.teaser__topic {
    margin-bottom: 0;
}

.teaser__text a {
    font-weight: bold;
    padding-left: 8px;
}

@media (min-width: 961px) and (max-width: 1140px) {
    .shopliste_beschreibung { max-width: 440px; }
    .shopliste_or {display:none;}
}

@media (min-width: 730px) and (max-width: 960px) {
    .shopliste_beschreibung { max-width: 440px; }
    .shopliste_or {display:none;}
}

@media (min-width: 220px) and (max-width: 729px) {
    .shopliste_beschreibung { float:none; margin-left: 0px; max-width: 100%;}
    .shopliste_or {display:none;}
}

