/* Styles for iFrame on page https://www.belwag.ch/auto-abo
ID of page Anchor (right underneath <main>) is used to ONLY style this specific iFrame */
#c4014 + .container iframe {
    min-height: 1860px;
}
@media (max-width: 980px) {
    #c4014 + .container iframe {
        min-height: 3575px;
        position: relative;
    }
    
    #c4014 + .container iframe #filter_form {
        display: unset !important;
    } 
}

@media (max-width: 600px) {
    #c4014 + .container iframe {
    }
}