.layout-prefooter {
    position: relative;
    background: var(--color-primary);
    color: white;
    padding: 40px 0;
}

/* temp put in fruchthandel theme */
#block-fruchthandel-fruchthandelnewsmail {
    max-width: var(--max-width);
    margin: 0 auto;
    width: calc(100% - 40px);
}
@media (max-width: 880px) { 
    .layout-prefooter {
        padding: 30px 0;
    }

    #block-fruchthandel-fruchthandelnewsmail {
        width: calc(100% - 20px);
    }
}