/* Navigation der Desktopansicht */
@charset utf-8;
#nav {
    position: absolute;
    right: 0px;
    font-weight: 400;
    color: #fff;
	width: 100%;
	float: left;
	z-index: 1;
	
	



-webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
    word-wrap: none;
    word-wrap: none;

}
#nav a {
    color: #676964;
}
/* Pfeile bei Untermenüs */



#nav li > a:after {
    margin-left: 5px;
    content: '\2193'
}
#nav li > a:only-child:after {
    margin-left: 0;
    content: ''
}
#nav li:hover > a:after {
    margin-left: 5px;
    content: '\2193'
}
#nav li:hover > a:only-child:after {
    margin-left: 0;
    content: ''
}


/* Ebene 1 */

#nav ul {width: 100%;float:left;} 


#nav ul li {
    list-style: none;
    float: left;
    border-left: 1px solid #f6f7f9;
    position: relative;
    background: #bcb78d;
	width: 120px;
}
#nav ul li:first-child {
    border-left: 0px solid #f6f7f9;
}
#nav ul li:last-child {
    border-right: 0px solid #f6f7f9;
}
#nav ul li a {
    position: relative;
    display: block;
    padding: 0 0px;
    line-height: 120px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
	color: #676964;
	text-align: center;
}
#nav ul li a:hover {
    background-color: #AEB37F;
	color: #f6f7f9;
}
#nav ul li a.nav-selected,
#nav ul li a.nav-path-selected {
    background-color: #676964;
    color: #f6f7f9;
}
/* Ebene 2; Fly-Out */

#nav ul ul {
    display: none;
    width: auto;
    padding-top: 5px;
    -webkit-box-shadow: 0 5px 5px -5px black;
    -moz-box-shadow: 0 5px 5px -5px black;
    box-shadow: 0 5px 5px -5px black;
	z-index: 2;
	
}
#nav ul li:hover ul {
    display: block;
    position: absolute;
}
#nav ul ul li {
    display: block;
    position: relative;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #f6f7f9;
    width: 200px;
}
#nav ul ul li:last-child {
    border-bottom: 0;
	border-right:0;
}
#nav ul ul li a {
	font-weight: 300;
    padding: 0 0 0 10px;
    line-height: 35px;
    font-size: 13px;
    text-transform: none;
    background: #bcb78d;
    color: #676964;
	text-align: left;
}
#nav ul ul li a:hover {
    background: #AEB37F;
    color:#f6f7f9
}
#nav ul ul li:hover > ul {
    display: block;
    border: 0;
    left: 160px;
    top: 0px;
    padding-top: 10px;
}
#nav ul ul li a.nav-selected,
#nav ul ul li a.nav-path-selected {
    background: #676964;
    color: #f6f7f9;
    border-top: 2px solid #f6f7f9;
    border-bottom: 2px solid #f6f7f9;
}
/* Ebene 3; Fly-Out */

#nav ul ul ul {
    display: none;
    position: absolute;
    padding-left: 5px;
    width: auto;
    padding-top: 0px;
    border-left: 1px solid #f6f7f9
}
#nav ul ul ul li {
    border-left: 1px solid #f6f7f9;
    position: relative;
    padding: 0;
    display: block;
    border: none;
    float: none;
    margin: 0;
    left: 0
}
#nav ul ul ul li a {
    width: 150px;
    padding: 0 0 0 10px;
    line-height: 30px;
    font-size: 12px;
    text-transform: none
}
@media screen and (max-width: 999px) {
    /* Standard-Formate für die Tablet-Ansicht */
    /* Navigation der Tablet-Ansicht */
    
    
	#nav ul li{width:100px;}
	
	#nav ul li a {
		letter-spacing: 0px;
        padding: 0 0px;
        line-height: 70px;
        font-size: 12px;
		
		padding:0;
    }
    #nav ul ul li a {
        line-height: 40px;
        font-size: 12px
    }
	
	
}
@media screen and (max-width: 700px) {
    /* Abweichende Allgemeine Einstellungen für die Smartphoneansicht */
    /* Navigation der Smartphoneansicht */
    
    #nav {
        display: inline-block;
        height: auto;
        width: 100%;
       
        margin-top: 51px;
		right: 0;
    }
    #nav ul {} #nav ul li {
        border-left: 0;
    }
    #nav ul li {
        display: none;
        width: 100%;
        list-style: none;
        float: none;
        border-right: 0;
        border-left: 0;
        position: relative
    }
    #nav ul li:last-child {
        border-right: 0px
    }
    #nav ul li a {
        padding: 0px 0px 0px 30px;
        text-align: left;
        line-height: 40px;
        font-size: 12px
    }
	
	#nav ul  li a:hover {
		color: #f6f7f9;
    font-weight: 600;
}
	
	
    #nav ul:hover li {
        display: block;
        margin: 0px;
        border-bottom: 1px solid #f6f7f9;
		}
	#nav ul:hover li:last-child{
       border-bottom: 0px solid #f6f7f9;
		}
		
		
		
    #nav .nav-path-selected {
        background: url(icon-menu_white.png) no-repeat 7px 14px;
        display: block;
		font-weight:600;
    }
    #nav ul:hover .nav-selected {
        background-color: #676964;
        color: #f6f7f9;
		font-weight:600;
    }
	
	
	
    #nav ul ul {
        display: none;
        position: absolute;
        padding: 0;
        padding-top: 0px;
        margin-top: -10px;
        margin-left: 50%;
        width: 50%;
        
		border-top: 1px solid #f6f7f9;
    }
    #nav ul li:hover > ul > ul {
        display: block
    }
    #nav ul ul li {
        position: relative;
        width: 100%;
        padding: 0;
        display: block;
        border: none;
        float: none;
        margin: 0;
        left: 0px;
        border-top: 0px solid #f6f7f9;
		border-bottom: 0px solid #f6f7f9;
    }
    #nav ul ul li a {
        padding: 0 0 0 10px;
        line-height: 40px;
        font-size: 12px;
        text-transform: none;
    }
    #nav ul ul li a.nav-selected {
        display: block;
        background: none;
    }
    #nav ul ul li:hover > ul {
        display: block;
        border: 0;
        left: 160px;
        top: 0px;
        padding-top: 10px
    }
    #nav ul ul ul {
        display: none;
        position: absolute;
        padding-left: 5px;
        width: auto;
        padding-top: 0px;
        border-left: 1px solid #f6f7f9
    }
    #nav ul ul ul li {
        border-left: 1px solid #f6f7f9;
        position: relative;
        padding: 0;
        display: block;
        border: none;
        float: none;
        margin: 0;
        left: 0
    }
    #nav ul ul ul li a {
        width: 150px;
        padding: 0 0 0 10px;
        line-height: 30px;
        font-size: 12px;
        text-transform: none
    }
}