
.toggleMenu {
    display:  none;
    background: #e6ca9a;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    width:100%;
}

.toggleMenu a:link { color:#ffffff; text-decoration: none; font-weight: bold; }
.toggleMenu a:visited { color:#ffffff; text-decoration:none; font-weight: bold; }
.toggleMenu a:focus { color:#ffffff; text-decoration:none; font-weight: bold; }
.toggleMenu a:hover { color:#ffffff; text-decoration:none; font-weight: bold;}
.toggleMenu a:active { color:#ffffff; text-decoration:none;font-weight: bold; }

.toggleMenu span {
position: absolute;
text-indent: -800em;
display: block;
overflow: hidden;
background-image:url(../images/pfeiloff.png);
background-repeat: no-repeat;
background-position: right top;
width: 25px;
height: 25px;
top: 8px;
right: 5px;
z-index: 800;
}

.toggleMenu.active span {
position: absolute;
text-indent: -800em;
display: block;
overflow: hidden;
background-image:url(../images/pfeilon.png);
background-repeat: no-repeat;
background-position: right top;
width: 25px;
height: 25px;
top: 6px;
right: 5px;
z-index: 800;
}


#navigation .nav {
    list-style-type: none !important;
     *zoom: 1;
     background:#fff;
	 border: 0px solid #ebebeb;
margin: 0;
padding: 0;
padding-top: 64px !important;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style-type: none !important;
    width: 200px;
}
.nav a {
    color:#483014;
    text-decoration: none;
    font-size: 14px;
	font-size: 0.9rem;
    font-weight: 400;
padding-right: 20px;
    padding-left: 20px;

}

.nav a:hover {
    color:#000;
    background-color: #e6ca9a;
    text-decoration: none;
}
.nav a.active {
    color:#799cc9 ;
	background-color: #e8ecf8;
    text-decoration: none;
}

.nav li {
    position: relative;
}
.nav > li {
    float: right;
    border-top: 0px solid #ebebeb;
}
.nav > li > .parent {
    /*background-image: url("../images/pfeilon.png");
    background-repeat: no-repeat;
    background-position: right;*/
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;

    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #fff;
    color:#707173;
    position: relative;
    z-index:1000;
}

.nav li li a:hover {
    background: #ebebeb;
    color:#1e1e1e;
}

.nav li li li a {
    background:#fff;
    z-index:2000;
    border-top: 0px solid #1d7a62;
}

@media screen and (max-width: 768px) {

#navigation .nav {
height: auto;
max-height: auto;
line-height: 200%;
margin: 0 !important;
padding: 0 !important;
}
.active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("../images/pfeilon.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
.nav li a {
color: #fff;
background-color: #000;
padding-top: 10px;
padding-bottom: 10px;
}

.nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

    .nav li  ul {
        border:none;
    }
}

/* Footernavi */

ul#footer_navi
{
list-style-type: none;
margin:0;
margin-left: 220px;
padding:0;
background-color: #808000;
}

ul#footer_navi li
{
display: inline;
margin: 0;
padding: 0;
background-color: #808000;
}

ul#footer_navi li a
{
float: left;
color: #82c8ff;
text-decoration: none;
font-size: 12px;
padding-right: 25px;
}

ul#footer_navi li a:link, ul#footer_navi li a:visited, ul#footer_navi li a:active
{
color: #ffffff;
}

ul#footer_navi li a:hover
{
color: #ffffff;
text-decoration: underline;
}

/* Sub-Sitemap - Rubrikenstartseite --- */

ul.subsitemap {
list-style-type: none;
margin: 0;
padding: 0;
}

ul.subsitemap a {
display: block;
text-decoration: none;
color: #fff;
background-color: #799bc8;
padding: 4px;
}

ul.subsitemap a:visited {
text-decoration: none;
color: #fff;
}

ul.subsitemap a:hover {
text-decoration: none;
color: #000;
background-color: #ebebeb;
}