#content {
    padding:1.875rem 0;
}

main .floatbox.artikel_liste .teaser img {
    float:none;
    display:block;
    margin:0 0 1.125rem;
    width:100%;
    height:auto;
}
main {
    margin:0;
}

#content_breadcrump
{    background: transparent !important;}


/* min-width 641px, medium screens */
@media only screen and (min-width:40.063em) {
    main .floatbox.artikel_liste .teaser::after {
        clear:both;
        content:'';
        display:block;
    }
    main .floatbox.artikel_liste .teaser img {
        float:left;
        margin:0 1.25rem 1.25rem 0;
        width:75%;
    }
}

/* min-width 1025px, large screens */
@media only screen and (min-width:64.063em) {
    main .floatbox.artikel_liste .teaser img {
        width:60%;
    }
}

/* min-width 1441px, xlarge screens */
@media only screen and (min-width:74.063em) {
    main .floatbox.artikel_liste .teaser img {
        width:40%;
    }
}
