@media (max-width: 1199px) {

    .teaser .image-container {
        /* height: 180px;*/
    }
    .teaser .image-container {
        /*height: 300px;*/
    }

    .startseite .mood,
    .content .mood {

        background-position: center !important;
        background-size: cover;
    }

}

@media (max-width: 991px) {
    .teaser .image-container {
        /* height: 150px;*/
    }

    nav {
        height: auto;
    }

    nav .menu-hauptnavigation-container {
        padding-bottom: 45px;
    }



    header {
        position: relative;
    }

    .socialmedianavigation {
        margin-left: 0px;
    }

    .startseite .claim {
        /*padding: 15px 15px;*/
        font-size: 20px;
        line-height: 25px;
        top: 25px;
        /*margin-top: 150px;*/
    }

    .claim h1 {
        font-size: 45px;
        padding-bottom: 15px;
    }

    .claim p {
        margin-bottom: 5px;
    }

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

    .startseite .mood,
    .content .mood {
        height: 250px;
        background-position: center !important;
        background-size: cover;
    }

    h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .teaser .image-container {
        /*height: 180px;*/
    }

    .introduction-block p,
    .teaser p {
        font-size: 16px;
        line-height: 22px;

    }

    .text-block p,
    .text-bild-block p,
    .text-block p,
    .text-block ul li {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 10px 0;
    }

    /*---404 ERROR---*/

    .error {
        padding-top: 35px;
    }

    article.content {
        padding-top: 30px;
    }
    .footer-end .webdesignby,
    .footer-end .copyright {
        text-align: center;
        width: 100%;
        display: inline-block;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 18px;
        padding: 0 0 5px 0;
    }

    .teaser .image-container {
        /*height: 220px;*/
    }

}

@media (max-width:767px) {
    .teaser .image-container {
        /* height: 200px;*/
    }

    .bottomHeader {
        height: auto;
        padding-bottom: 30px;
    }

    .companyInfo,
    .companyInfo .phone,
    .companyInfo .opening {
        float: none;
        text-align: center;
    }

    .mood {
        background-size: cover;
    }

    .vCard {
        padding: 15px 10px 10px 10px;
    }

    .vCard .linkedin a {
        font-size: 14px;
        padding: 3px 15px 2px 35px;
    }


}

@media (max-width:414px) {
    .companyInfo .phone {
        margin-top: 10px;
    }



    .mood.startseite {
        /*height: 100vh;*/
    }

    .claim {
        top: 470px;
    }



    .vCard p {
        font-size: 14px;
    }



}