/* Rahmen und Schatten auf der Startseite komplett eliminieren */
body.home #sp-main-body, 
body.home .body-innerwrapper, 
body.home .layout-boxed .body-innerwrapper {
    box-shadow: none !important;
    border: none !important;
    background-image: none !important;
}

/* Entfernt eventuelle weiße Abstände/Linien */
body.home #sp-section-1, 
body.home #sp-main-body {
    padding: 0 !important;
    margin: 0 !important;
}