.navbar {
    max-width: 1280px;
    width: 100%;
    height: 42px;
    background: rgba(5, 5, 5, 0.7);
    overflow: hidden;
    z-index: 9999;
    top: 0;
}

.navbar_fixed {
    max-width: 1280px;
    width: 100%;
    height: 42px;
    background: rgba(5, 5, 5, 0.7);
    overflow: hidden;
    z-index: 9999;
    position: fixed;
    top: 0;
}

.navbar a,
.navbar_fixed a {
    font-family: 'Muli-ExtraLight', Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: #fff;
    float: left;
    text-align: center;
    padding: 7px 16px;
    text-decoration: none;
}

.navbar a.first,
.navbar_fixed a.first {
    margin-left: 40px;
    vertical-align: sub;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropheader {
    border: none;
    outline: none;
    color: white;
    padding: 7px 16px;
    background-color: inherit;
    font-family: 'Muli-ExtraLight', Helvetica, Arial, sans-serif;
    font-size: 22px;
    margin: 0;
}

.navbar a:hover,
.dropdown:hover .dropheader {
    background-color: #964e1c;
}

.navbar_fixed a:hover,
.dropdown:hover .dropheader {
    background-color: #964e1c;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 145.69px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 42px;
}

.dropdown-content_fixed {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 145.69px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    position: fixed;
    top: 42px;
}

.dropdown-content a,
.dropdown-content_fixed a {
    float: none;
    font-family: 'Muli-ExtraLight', Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover,
.dropdown-content_fixed a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content,
.dropdown:hover .dropdown-content_fixed {
    display: block;
}

.pfeil {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    padding: 0;
    color: #aaa;
    vertical-align: middle;
    transition: 0.5s;
    display: inline-block;
}

.pfeil_animate {
    font-size: 12px;
    padding: 0;
    vertical-align: middle;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #fff;
    transition: 0.5s;
    z-index: 2;
    display: inline-block;
}

.recht {
    float: right;
    margin: 0 30px 0 0;
    padding: 4px 4px 0 4px;
    text-align: right !important;
}

.recht a {
    font-family: 'Muli-ExtraLight', Helvetica, Arial, sans-serif;
    font-size: 13px;
    letter-spacing: 0.04em;
    padding: 0;
    text-decoration: none;
}

.recht a:hover {
    color: rgb(255, 201, 100);
    background: transparent !important;
}

#fussbereich {
    display: none;
}

#fussbereich_galerie {
    display: none;
}

#fussbereich_480 {
    display: none;
}

.navigation {
    display: none;
}



@media screen and (max-width: 768px) {

    .teasergruppe_1024 {
        margin: 0 auto;
    }

    .navbar {
        display: none;
    }

    .navbar_fixed {
        display: none;
    }

    .rechtoben {
        display: none;
    }

    .navigation {
        display: block;
    }

    #fussbereich {
        display: block;
        height: 30px;
        background: -moz-linear-gradient(-45deg, rgba(253, 253, 253, 0.06) 0%, rgba(246, 246, 246, 0.44) 40%, rgba(236, 236, 236, 1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(-45deg, rgba(253, 253, 253, 0.06) 0%, rgba(246, 246, 246, 0.44) 40%, rgba(236, 236, 236, 1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(135deg, rgba(253, 253, 253, 0.06) 0%, rgba(246, 246, 246, 0.44) 40%, rgba(236, 236, 236, 1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0ffdfdfd', endColorstr='#ececec', GradientType=1);
        /* IE6-9 fallback on horizontal gradient */
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 99999999999999999999;
    }

    #fussbereich_galerie {
        display: block;
        height: 30px;
        background: rgba(240, 240, 240, 0.4);
        position: fixed;
        bottom: 0;
        right: 0;
        z-index: 99999999999999999999;
    }

    .rechtfooter,
    .rechtfooter_galerie {
        padding: 6px 0 0 20px;
        text-align: center;
    }

    .rechtfooter_galerie a {
        color: #efefef;
        font-size: 13px;
        letter-spacing: 0.04em;
        padding-right: 20px;
        text-decoration: none;
    }

    .rechtfooter a {
        color: #000;
        font-size: 13px;
        letter-spacing: 0.04em;
        padding-right: 20px;
        text-decoration: none;
    }

    .rechtfooter a:hover {
        color: rgb(227, 155, 20);
    }

}

/* =======================================
  TEASER NAVI
  ======================================= */

.teaser_sehen a,
.teaser_hoeren a,
.teaser_sprechen a {
    font-family: 'Muli-ExtraLight', helvetica, arial, sans-serif;
    font-size: calc(0.8em + (0.4vw + 1em) / 2);
    color: #888;
    text-decoration: none;
}


@media screen and (max-width: 1024px) {

    .teaser_sehen a,
    .teaser_hoeren a,
    .teaser_sprechen a {
        font-family: 'Muli-Light', helvetica, arial, sans-serif;
        font-size: calc(0.8em + (0.4vw + 1em) / 2);
        color: #888;
        text-decoration: none;
        line-height: 140%;
    }

    .korrektur {
        font-family: 'Muli-Light', helvetica, arial, sans-serif;
        font-size: 2.3vw;
        color: #888;
        text-decoration: none;
        line-height: 100%;
    }
}

@media screen and (max-width: 480px) {}
