﻿.shopliste_bild {float:left;width:120px;}
.shopliste_beschreibung {float:left;width:520px;margin-left:25px;}
.shopliste_preis {color: #dc020e;font-weight:600;text-align:left;}
.shopliste_element {margin-left:30px;}
.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 {text-align:right;}
.shopliste_orderbuttons {float:left;width:55px;}

.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: 420px; }
}

@media (min-width: 730px) and (max-width: 960px) {
    .shopliste_beschreibung { max-width: 380px; }
}

@media (min-width: 220px) and (max-width: 729px) {
    .shopliste_beschreibung { float:none; margin-left: 0px; max-width: 100%;}
    .shopliste_orderbutton {float:left; text-align:left; margin-right:10px;}
    .shopliste_orderbuttons {float:none;width:100%; margin-top: 10px;}
}