/* STARTSEITE: entfernt kompletten Artikel-Container */

body.itemid-3 .container-component,
body.itemid-3 .container,
body.itemid-3 .grid-child {
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

/* Entfernt auch eventuelle Mindesthöhen */
body.itemid-3 .container-component {
    min-height: 0 !important;
}