@media (max-width: 1199px) {
    .hauptnavigation li {
        font-size: 16px;
    }

    .hauptnavigation li a {

        padding-bottom: 38px;
    }

    .btn-primary {
        background-image: none;
    }

    .naechste_veranstaltungen h3 {
        font-size: 20px;
    }

    .naechste_veranstaltungen h4 {

        font-size: 20px;

    }

}



@media (max-width: 991px) {
    body {
        padding-top: 0px;
    }

    .mood.content {
        height: 240px;

    }

    .copyright-container,
    footer .webdesignby {
        text-align: center;
    }

    footer .webdesignby {
        margin-top: 10px;
    }

    .legend {
        width: 50%;
    }

    .teaser .teaser-content {
        padding: 25px 15px 5px 15px;
    }

    .btn-primary {
        background-image: none;
    }

    .claim {
        font-size: 68px;
        line-height: 62px;
    }

    .mood-content-container {
        position: relative;
        padding-top: 100px;
    }

    .metanavigation-container {
        position: relative;
    }

    header {
        position: relative;
        margin-top: 0;
        height: auto;
    }

    .mood {
        position: relative;
    }

    #login {
        width: 100%;
    }


}

@media (max-width:767px) {

    .metanavigation-container {
        position: relative;
    }

    header {
        position: relative;
        margin-top: 0;
        height: auto;
    }

    .mood {
        position: relative;
    }

    .mood.content {
        height: 120px;
    }

    .copyright-container,
    footer .webdesignby {
        text-align: center;
    }

    footer .webdesignby {
        margin-top: 10px;
    }

    .legend {
        position: relative;
        margin-top: 120px;
        float:left;
        width: 100%;
    }

    .btn-primary {
        background-image: none;
    }

    .teaser {
        margin-top: 25px;
    }

    .teaser .teaser-content {
        padding: 15px 5px 0px 5px;
    }

    .teaser .teaser-content p {
        font-size: 16px;
        line-height: 20px;
    }

    .claim {
        display: none;
    }

    .mood-content-container {
        position: relative;
        padding-top: 100px;
    }

    /*---Mitgliederverzeichnis---*/

    .nav-tabs .nav-item {
        width: 100%;
        margin-right: 0px;
    }

    .nav-tabs .nav-item .white {

        display: none !important;

    }

    /*---Teaser auf der Startseite---*/

    .teaser-container.startseite .teaser-content {
        display: none;
    }

    .teaser-container.startseite .teaser .btn-primary {

        margin-top: 15px;
    }

    form.sucheMitgliederliste input{
        width: 100%;

    }

    form.sucheMitgliederliste input[type=text] {
        margin-bottom: 5px;
    }

    form.sucheMitgliederliste input[type=submit] {
        margin-left: 0px;
    }

    .member-item {
        font-size: 14px;
    }

}