/* RESPONSIVE CSS
-------------------------------------------------- */
/* lg ------- */

@media (min-width: 1200px) {
    .logo {
        margin-top: 80px;
        margin-bottom: 20px;
    }
}
/* md ------- */

@media (min-width: 992px) and (max-width: 1199px) {
    #header {
        height: 260px;
        z-index: 1;
    }
    .logo {
        margin-top: 80px;
        margin-bottom: 20px;
    }
    .header .navi {
        margin-top: 48px;
    }
    .zitat {
        margin-top: -20px;
        text-align: center;
    }
    .heroTXT {
        height: 220px;
        padding-top: 30px;
    }
    #kontakt {
        height: 280px;
    }
    .guenstigHL {
        margin-top: 40px;
    }
    .modelTXT {
        margin-top: 15px;
    }
    h2,
    .h2 {
        font-size: 14px;
        line-height: 16px;
    }
    h3,
    .h3 {
        font-size: 13px;
        letter-spacing: 0.5px;
        line-height: 20px;
    }
    h4,
    .h4 {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 24px;
    }
    h5,
    .h5 {
        font-size: 22px;
        letter-spacing: 0.5px;
        line-height: 32px;
    }
    hr,
    .hr {
        border-top: 1px solid;
        border-color: #000;
        margin: 0px;
        padding: 0px;
    }
}
/* sm ------- */

@media (min-width: 768px) and (max-width: 991px) {
    #header {
        height: 230px;
        z-index: 1;
    }
    .logo {
        margin-top: 80px;
        margin-bottom: 20px;
    }
    .header .navi {
        margin-top: 10px;
    }
    .zitat {
        margin-top: -20px;
        text-align: center;
    }
    .heroTXT {
        height: 190px;
        padding-top: 30px;
    }
    #kontakt {
        height: 320px;
    }
    #kontakt img {
        margin-top: 15px;
    }
    .guenstigHL {
        margin-top: 22px;
    }
    .modelTXT {
        margin-top: 5px;
    }
    h2,
    .h2 {
        font-size: 14px;
        line-height: 16px;
    }
    h3,
    .h3 {
        font-size: 12px;
        letter-spacing: 0.5px;
        line-height: 18px;
    }
    h4,
    .h4 {
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 20px;
    }
    h5,
    .h5 {
        font-size: 18px;
        letter-spacing: 0.5px;
        line-height: 26px;
    }
    hr,
    .hr {
        border-top: 1px solid;
        border-color: #000;
        margin: 0px;
        padding: 0px;
    }
}
/* xs ------- */

@media (max-width: 767px) {
    #header {
        height: 230px;
        z-index: 1;
    }
    .logo {
        margin-top: 100px;
        margin-bottom: 20px;
    }
    .header .navi {
        margin-top: 10px;
    }
    .zitat {
        margin-top: -20px;
        text-align: center;
    }
    .heroTXT {
        height: 220px;
        padding-top: 30px;
    }
    #kontakt {
        height: 610px;
    }
    .guenstigHL {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    #advertising .leadLight {
        text-align: center;
    }
    h2,
    .h2 {
        font-size: 10px;
        line-height: 14px;
    }
    h3,
    .h3 {
        font-size: 13px;
        letter-spacing: 0.5px;
        line-height: 20px;
    }
    h4,
    .h4 {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 24px;
    }
    h5,
    .h5 {
        font-size: 16px;
        letter-spacing: 0.5px;
        line-height: 22px;
    }
    hr,
    .hr {
        border-top: 1px solid;
        border-color: #000;
        margin: 0px;
        padding: 0px;
    }
}