@media (max-width: 1199px) {

    .hauptnavigation-container .hauptnavigation > li {
        width: 16.579%;
    }

    .hauptnavigation-container .hauptnavigation > li > a {
        font-size: 14px;
        line-height: 20px;
    }

    .richiKran .kran {
        top: 60px;
    }

    .richiKran .glow {
        top: 40px;
    }

    .mood-container {
        padding-top: 195px;
    }

    .content-teaser.row-eq-height .teaser img {
        max-height: 152px;
        width: 213px;
    }

}


@media (max-width:991px) {

    /*---MOOD---*/

    .mood-container {
        padding-top: 0px;
    }

    .mood {
        height: 250px;
    }

    /*---HEADER---*/

    .copyright,
    .webdesignby {
        text-align: center;
        float: none;
    }

    /*---LOGO---*/

    .logo {
        margin-top: 30px;
    }

    /*---INTRO----*/

    .intro_block {
        padding-top: 0px;
    }

    .intro h1 {
        font-size: 32px;
    }

    .intro p {
        font-size: 18px;
        line-height: 22px;
    }

    .richiKran .kran {
        top: 60px;
    }

    .richiKran .glow {
        top: 40px;
    }

    /*---TEASER---*/

    .teaser h2 {
        font-size: 16px;
        line-height: 18px;
        height: 35px;
    }

    /*---HEADER---*/

    header {
        position: relative;
    }

    .content-teaser.row-eq-height .teaser img {
        max-height: 158px;
        width: 220px;
    }



    /*---Responsive Navigation---*/

    .responsive-navigation-container {

    }

}


@media (max-width:767px) {

    .logo {
        margin-top: 30px;
    }

    /*---TEASER---*/

    .row-eq-height {
        display: block;
        margin-right: 0px;
        margin-left: 0px;
    }

    .teaser {
        margin-right: 0px;
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;

    }

    .row-eq-height .teaser img {
        /*max-height: none;*/
        max-height: none;

    }

    .content-teaser.row-eq-height .teaser img {
        max-height: 100%;
        width: 100%;
    }

    .teaser h2 {
        font-size: 22px;
        height: auto;
    }

    .richiKran {
        position: relative;
    }

    .richiKran .kran {
        position: absolute;
        top: 20px;
    }

    .richiKran .glow {
        position: relative;
        top: 20px;
    }

    .mood {
        height: 140px;
    }

    /*---404 ERROR---*/
    img.error {
        margin-top: 40px;

    }

    .flyer {
        position: absolute;
        z-index: 9999;
        right: 48px;
        font-weight: 600;
        color: #ffffff;
        font-size: 20px;
        top: -10px;
        line-height: 25px;
    }

    .flyer:after {
        content: " ";
        background-image: url(../img/link-arrow_white.png);
        background-repeat: no-repeat;
        background-size: cover;
        width: 25px;
        height: 23px;
        position: absolute;
        margin: 3px 0 0 8px;
    }
	
}