/* ==========================================================
   Vergleichsrechner
   Partnerformulare (iframe)
   Desktop / Tablet / Smartphone Höhen
========================================================== */

/* Grundeinstellungen */
.vergleichsrechner iframe{
    width:100%;
    border:0;
    display:block;
}
.vergleichsrechner{
    width:100%;
    overflow:hidden;
}

/* ======================================================
   Hausratversicherung
====================================================== */
.vergleichsrechner.hausrat iframe{
    height:1450px !important;
}

@media (max-width: 991px){
    .vergleichsrechner.hausrat iframe{
        height:2450px !important;
    }
}

@media (max-width: 767px){
    .vergleichsrechner.hausrat iframe{
        height:2650px !important;
    }
}

/* ======================================================
   Privathaftpflicht
====================================================== */
.vergleichsrechner.privathaftpflicht iframe{
    height:1010px !important;
}

@media (max-width: 991px){
    .vergleichsrechner.privathaftpflicht iframe{
        height:1570px !important;
    }
}

@media (max-width: 767px){
    .vergleichsrechner.privathaftpflicht iframe{
        height:1730px !important;
    }
}
