/**
 * Custom CSS: Sabel Landtechnik
 * Teaser-Slider volle Shopbreite
 */

/* Bootstrap-Container innerhalb des Teasers aufheben */
#ew_evelations_teaser .container,
#ew_evelations_teaser .compact-teaser,
#ew_evelations_teaser .full-teaser {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Grauer Hintergrund entfernen */
#ew_evelations_teaser {
    background-color: transparent !important;
}