
.farbbox.callout {
    border: none;
    border-radius: 0;
    color: inherit;
    background-color: #d4dde1e3;
}

.farbbox {
    border: none;
    border-radius: 0;
    color: inherit;
    background-color: #d4dde1e3;
    margin: 0 0 1rem;    
    position: relative;
        
}

@media screen and (min-width: 40em) {
    .farbbox {
        padding: 3rem;
    }
}