/* =========================
Style Sheet (responsive) for mrt-immobilien.ch

version: 1.0.0
last modified: 8.4.2018 by Joel Humbel
author: Joel Humbel
email: info@humbeljoel.ch
========================= */

@media (max-width: 991px) {
    nav {
        height: auto;
    }
    nav .menu-hauptnavigation-container {
        padding-bottom: 45px;
    }
    header {
        position: relative;
    }

    .home .claim {
        padding: 15px 15px;
        font-size: 20px;
        line-height: 25px;
        top: 0px;
        margin-top: 150px;
    }

    .content .claim {
        padding: 15px 15px;
        font-size: 20px;
        line-height: 25px;
        top: 0px;
        margin-top: 150px;
    }

    .home .mood,
    .content .mood {
        height: 250px;
        background-position: center !important;
    }
    .teaser p {
        font-size: 18px;
        line-height: 28px;
    }
    .error {
        padding-top: 35px;
    }
    article.content {
        padding-top: 0px;
    }
}

@media (max-width:767px) {
    .header {
        height: auto;
        padding-bottom: 30px;
    }
    .company-info,
    .company-info .phone,
    .company-info .opening-hours {
        float: none;
        text-align: center;
    }
}

@media (max-width:414px) {
    .company-info .phone {
        margin-top: 10px;
    }
    .footer-end .copyright,
    .footer-end .creator {
        text-align: center;
        width: 100%;
        display: inline-block;
    }
    .claim {
        top: 470px;
    }
}
