/*** ESSENTIAL STYLES ***/

.nav_sticky .aktiv_sub{background: rgba(22,159,215,.8);color:#ff0000;}
.nav_sticky .aktiv_sub:hover{background: rgba(22,159,215,1);color:#ff0000;}


.nav_sticky .aktiv{color: rgba(22,159,215,1);}




 .nav_sticky .aktiv  .strich:before  {
        content: "";
        position: absolute;
        width: 50%;
        height: 3px;
        bottom: 0;
        top:35px;
        left: 25%;
        margin-left: auto;
        margin-right: auto;
        background-color: rgba(22,159,215,1);
        visibility: visible;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1);
    }







.nav_sticky, .nav_sticky * {
        margin: 0;
        padding: 0;
        list-style: none;
        text-align:center;


}
.nav_sticky li {
        position: relative;
                text-align:center;



}
.nav_sticky ul {
        position: absolute;
        margin:0px 0 0 0;
        display: none;
        top: 100%;
        left: 0;
        z-index: 1001;
        border-top:3px solid rgba(22,159,215,1);
        background:;
                text-align:center;


}
.nav_sticky ul ul {margin:0px 0 0 0;}
.nav_sticky > li {
        float: left;
        display:inline;

}
.nav_sticky li:hover > ul,
.nav_sticky li.sfHover > ul {
        display: block;
}

.nav_sticky a {
        display: block;
        position: relative;
        font-size:0.9em;
        letter-spacing:0em;
}





.nav_sticky ul ul {
        top: 0;
        left: 100%;
        }


/*** DEMO SKIN ***/
.nav_sticky {
        float: left;
        margin-bottom: 1em;
}
.nav_sticky ul {
        box-shadow: 2px 2px 6px rgba(0,0,0,.2);
        min-width: 12em; /* allow long menu items to determine submenu width */
        *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.nav_sticky a {
        border-left: 0px solid #fff;
        border-top: 0px solid #dFeEFF; /* fallback colour must use full shorthand */
        border-top: 0px solid rgba(255,255,255,.5);
        padding: 1em 0.8em 0em 0.8em;
        text-decoration: none;
        /*text-transform: uppercase;*/
        zoom: 1; /* IE7 */
        color: rgba(34,41,46,1);
        font-size:.85em;
}


@media all and (max-width: 1400px) {
.nav_sticky a {padding: .55em .5em .55em 0.5em;}
}


@media all and (max-width: 1150px) {
.nav_sticky a {padding: .55em 0.4em .55em 0.4em;font-size:0.8em;}
}

@media all and (max-width: 1100px) {
#homebutton{display:none;}
}

@media all and (max-width: 1050px) {
.nav_sticky a {padding: .55em 0.4em .55em 0.4em;font-size:0.7em;}
}


.nav_sticky ul li a {
        padding: 0.6em 0.6em 0.6em 0.6em;
        font-size:0.9em;
        text-align:left;
        letter-spacing: 0em;
        text-transform: none;
}

.nav_sticky ul ul  li a {
        padding: 0.5em 1.0em 0.5em 1.0em;
        font-size:0.8em;
        word-wrap:break-word;
        font-weight:normal;
}

.nav_sticky li {text-align:left;
        background: ;
        white-space: nowrap; /* no need for Supersubs plugin */
        *white-space: normal; /* ...unless you support IE7 (let it wrap) */
        -webkit-transition: background .2s;
        transition: background .2s;

}
.nav_sticky ul li {background: #fff; border-bottom:1px solid #e4e4e4; width:100%;text-align:left;}
.nav_sticky ul ul li {
        background: #fff;
         border-bottom:1px solid #e4e4e4;

}
.nav_sticky li:hover,
.nav_sticky li.sfHover {

        background: ;
        /* only transition out, not in */
        -webkit-transition: none;
        transition: none;
        text-decoration:none;


}



.nav_sticky li li a:Hover,.nav_sticky li.li.sfHover {
        background: #eee;
        /* only transition out, not in */
        -webkit-transition: none;
        transition: none;

}









.navi-pfeile{margin:0 0 0 5px;color:#555;text-align:right;}
a:hover #navi-pfeile {margin:0 0 0 5px;color:#cc0000;}









/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
        padding-right: 2.5em;
        *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1em;
        margin-top: -3px;
        height: 0;
        width: 0;
        /* order of following 3 rules important for fallbacks to work */
        border: 5px solid transparent;
        border-top-color: #666; /* edit this to suit design (no rgba in IE8) */
        border-top-color: #666;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
        border-top-color: #0099FF; /* IE8 fallback colour */

}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
        margin-top: -5px;
        margin-right: -3px;
        border-color: transparent;
        border-left-color: #666; /* edit this to suit design (no rgba in IE8) */
        border-left-color: #666;
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
        border-left-color: #cc0000;

}










