/* Mobile Menu*/

.toggleMenu {
    display: none;
    background-color: #46320C;
    padding: 10px;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: auto;
    float: right;
}

.toggleMenu.active {
    float: right;
}

.toggleMenu i {
    color: #fff;
    margin-right: 0;
}

.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(../img/navi.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 25px;
    height: 25px;
    top: 6px;
    right: 5px;
    z-index: 800;
}

.toggleMenu.active span {
    position: absolute;
    text-indent: -800em;
    display: block;
    overflow: hidden;
    background-image: url(../img/navi.png);
    background-repeat: no-repeat;
    background-position: right top;
    width: 25px;
    height: 25px;
    top: 6px;
    right: 5px;
    z-index: 800;
}


/* /Mobile Menu*/

.nav,
.metanav {
    list-style: none;
    *zoom: 1;
    z-index: 200;
    margin-top: -9px;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
    width: 200px;
}

.nav a,
.metanav a {
    display: inline-block;
    color: #A26D47;
    text-decoration: none;
    font-size: 1em;
    font-weight: 400;
    text-align: left;
    letter-spacing: 0px;
    padding-top: 0px;
    padding-bottom: 5px;
    border-right: 0px solid #ebebeb;
}

.metanav a {
    text-align: right;
}

.nav a:hover,
.metanav a:hover {
    color: #46320c;
    font-weight: 400;
    text-decoration: none;
    margin-bottom: -1px;
}

.nav a.active,
.nav a.aktiv,
.metanav a.active,
.metanav a.aktiv,
.nav a#active {
    font-family: 'Roboto', sans-serif;
    color: #46320c;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 1px solid #8e8e8e;
    margin-bottom: -1px;
}

.nav li,
.metanav li {
    position: relative;
}

.nav>li,
.metanav>li {
    float: left;
    border-top: 0px solid #ebebeb;
}

.nav>li>.parent {
    /*background-image: url("../img/pfeilon.png");
    background-repeat: no-repeat;
    background-position: right;*/
}

.nav>li>a,
.metanav>li>a {
    display: block;
    background-color: none;
    margin-right: 30px;
}

.nav>li:last-child>a {
    margin-right: 0;
}

.nav>li>a:hover,
.metanav>li>a:hover {
    display: block;
    border-top: 0px solid #;
    border-bottom: 1px solid #8e8e8e;
}

.nav li ul,
.metanav li ul {
    position: absolute;
    border-top: 0px solid #ebebeb;
    border-bottom: 0px solid #ebebeb;
    border-left: 0px solid #ebebeb;
    border-right: 0px solid #ebebeb;
    border: 0;
    left: -9999px;
}

.nav>li.hover>ul,
.metanav>li.hover>ul {
    margin-top: 0px;
    /**/
    left: 0px;
}

.nav li li.hover ul,
.metanav li li.hover ul {
    left: 100%;
    top: 0;
}

.nav li li a,
.metanav li li a {
    display: block;
    background-color: #fff;
    text-transform: none;
    font-weight: 400;
    margin: 0;
    margin-left: -15px;
    padding: 8px;
    padding-left: 15px;
    line-height: 110%;
    position: relative;
    z-index: 1000;
}

.nav li li a.active,
.metanav li li a.active {
    margin-top: 0;
}

.nav li li a:hover,
.metanav li li a:hover {
    background: #eee;
    font-weight: 300;
    color: #141413;
}

.nav li li li a,
.metanav li li li a {
    background: #eee;
    z-index: 2000;
    border-top: 0px solid #1d7a62;
}

.nav a.no-link {
    cursor: default;
}

@media screen and (max-width: 800px) {
    .active {
        display: block;
    }
    .nav {
        margin-top: 30px;
        background-color: #fff;
    }
    .nav>li {
        float: none;
        padding: 10px;
    }
    .nav>li>.parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("../img/pfeilon.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
        margin-bottom: 0;
    }
    .nav li a {}
    .nav li a:hover {}
    .nav>li.hover>ul,
    .nav li li.hover ul {
        position: static;
        background-color: #003055;
    }
    .nav li ul {
        border: none;
        margin-left: 0;
    }
}


/* -- Subnavi --- */

ul#subnavi {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 40px;
}

ul#subnavi a {
    display: inline-block;
    font-size: 0.8em;
    letter-spacing: 1px;
    text-decoration: none;
    color: #9c9e9f;
    color: #fff;
    /*text-transform: uppercase;*/
    padding: 10px;
    margin-bottom: 10px;
    font-weight: bold;
    background-color: #e5e5e5;
    background-color: #9c9e9f;
}

ul#subnavi a:hover {
    color: #fff;
    background-color: #707173;
    font-weight: bold;
}


/* -- Meta-Navi --- */


/*ul#metanav
{
list-style-type: none;
margin:0;
padding:0;
}

ul#metanav li 
{
display: inline;
margin: 0;
padding: 0;
text-align: left;
}

 ul#metanav li a
{
float:left;
font-size: 0.8em;
color: #000;
padding-right: 20px;
text-decoration: none;
}

ul#metanav li a:hover,  ul#metanav li.active a
{
color: orange;
}*/
