/* Navigation der Desktopansicht */

#nav {
    height: 30px;
    position: relative;
    font-weight: 400;
    color: #fff;
	width: 100%;
    margin-bottom: 20px;
    z-index: 1000;
     
	
	

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

}


#nav a {
    color: #3a5675;
}
/* 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: auto;float:left;} 


#nav ul li {
    list-style: none;
    float: left;
    border-left: 1px solid #f6f7f9;
    position: relative;
    background: #eaeaea;
	width: auto;
}
#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 30px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
	color: #111;
	text-align: center;
}
#nav ul li a:hover {
    background-color: #c2c2c2;
	color: #111;
}
#nav ul li a.nav-selected,
#nav ul li a.nav-path-selected {
    background-color: #888888;
    color: #eaeaea;
}
/* 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: 30px;
    font-size: 13px;
    text-transform: none;
    background: #eaeaea;
    color: #111;
	text-align: left;
}
#nav ul ul li a:hover {
    background: #c2c2c2;
    color:#111
}
#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: #888888;
    color: #eaeaea;
    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: block;
        height: auto;
        width: 100%;
        z-index: 20;
        margin-top: 0px;
		right: 0;
        
    }
    

    #nav ul {width: 100%;} 
    
    #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 a {
        padding: 0px 0px 0px 30px;
        text-align: left;
        line-height: 40px;
        font-size: 12px
    }
	
	#nav ul  li a:hover {
    font-weight: 600;
}
	
	
    #nav ul:hover li {
        display: block;
        margin: 0px;
        border-top: 1px solid #333;
		}
	#nav ul:hover li:last-child{
       border-bottom: 1px solid #333;
		}
		

		
    #nav .nav-path-selected {
        background: url(icon-menu_white.png) no-repeat 7px 14px;
        display: block; background-color: red;width: 100%; font-weight: 600; font-size: 16px;
    }
	
	#nav ul ul .nav-path-selected {
        background: none;
        display: block; background-color: #888888;width: 100%; font-weight: 600;
    }
	
	
	
	
	
    #nav ul:hover .nav-selected {
        
        color: #fff;
    }
	
	
	
    #nav ul ul {
        display: none;
        position: absolute;
        padding: 0;
        padding-top: 0px;
        margin-top: -20px;
        margin-left: 50%;
        width: 50%;
        z-index: 99999;
		border-top: 1px solid #e6e6e6;
    }
    #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 #e6e6e6;
		border-bottom: 0px solid #e6e6e6;
    }
    #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 #e6e6e6
    }
    #nav ul ul ul li {
        border-left: 1px solid #e6e6e6;
        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
    }

}