body{
    background:#f5f5f5;

@media (max-width:768px){

    form,
    .vfb-form,
    .app-form{
        width:100% !important;
        max-width:100% !important;
        box-sizing:border-box !important;
        padding:20px !important;
    }

    input,
    textarea,
    select{
        width:100% !important;
        max-width:100% !important;
        box-sizing:border-box !important;
        font-size:18px !important;
    }

    label{
        font-size:18px !important;
        line-height:1.3 !important;
    }

    .vfb-persdaten,
    .app-persdaten{
        width:100% !important;
        max-width:100% !important;
        overflow:hidden !important;
    }
}

@media (max-width:768px){

    .vfb-home-card *{
        font-size:18px !important;
    }

    .vfb-home-card h2,
    .vfb-home-card-title{
        font-size:24px !important;
        line-height:1.15 !important;
    }

}