@charset "UTF-8";
.navi-bar {
    /* background: rgba(138, 138, 138, .1);
    background-image: linear-gradient(white, rgba(138, 138, 138, 0.7));
    background-image: linear-gradient(white, transparent); */
    /* position: absolute; */
    min-width: 100%;
    z-index: 1;

}


.navi-bar a {
    color: black;
    background: rgba(138,138,138,.2);


}

.navi-bar > nav > ul {
    position: relative;
}

.navi-bot {
    background: rgba(92,92,92,.1);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.navi-bot a {
    color: black;
}
.logo {
    background: white;
}

.logo img {
    max-height: 85px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.navbar-toggle {
    background: whitesmoke;
}

.navbar-toggle .icon-bar {
    background: black;
}

#rabenhorst a[href ^= "mailto"] {
    color: black;
    text-decoration: underline;
}

#menu-burger {
    position: absolute;
    right: 0;
    z-index: 2;
}

#inhalt {
    margin-bottom: 20px;
}

#banner {
    min-width: 100%;
    margin-bottom: 20px;
}

#content-anchor {
    position: fixed;
    bottom: 0;
    left: 50%;
    font-size: 4em;
    display: none;
}
#myCarousel img {
    min-width: 100%;
}
#content-anchor a {
    color: rgba(255,255,255,.6);
}
#content-anchor i {
    text-shadow: 0 0 2px rgba(0,0,0, .3);
}

#footer a, #rabenhorst a{
    color: black;
}
.rabenhorst-rot {color: #c30202;}

.sprechzeiten > span {
    display: inline-block;
    min-width: 60px;
}

article {
    margin-bottom: 30px;
}



@media (min-width: 768px) {
    .navi-bar li {
        padding-right: 10px;
    }

    .navi-bar a {
        background-image: linear-gradient(white, transparent);
        background-image: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 38%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
        background-image: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 38%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background-image: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 38%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
    }

    .navi-bar .open.dropdown .dropdown-menu {
        background-color: transparent;
        border: none;
        box-shadow: none;
        margin-top: -4px;
    }

    .navi-bar .open.dropdown .dropdown-menu li {
        margin-bottom: 1px;
    }

    .navi-bar .open.dropdown .dropdown-menu li a {
        padding: 3px 15px;
    }

    nav#nav-collapse {
        padding-left: 0;
    }
}


@media (max-width: 767px) {
    nav#nav-collapse[class ~= "in"]  {
        background: #a6a6a6;
    }
}