

a {
	text-decoration: none;
}

.nav-container  {
	height: 65px;
	background: #000;
	text-align: center;
	width: 100%;
	position: absolute;
	top: 0;
}

.toggleMenu {
    display:  none;
    background: #000;
    padding: 10px 0px;
    color: #fff;
	left: 0px;
	top: 0px;
	width: 100%;
	clear: both;
	font-size: 1.5em;
	text-transform: uppercase;
}

.nav {
    list-style: none;
     *zoom: 1;
	 margin: 0px 0px 0px 25px;
}

ul.nav.mobile-meta {
	display: none !important;	
}



.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 14em;
}
.nav a {
    padding: 10px 15px;
    color: #000;
	font-weight: 300;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    border-top: 4px solid #fff;
}

.nav > li:hover {
    float: left;
    border-bottom: 4px solid #6eab32;
}

.nav > li > .parent {
    background-image: url("https://www.kuechengarten-westerstede.de/files/images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
	color: #125c2b;
	font-size: 16px;
	font-weight: 600;
	display: block;
	padding: 10px 5px 30px 5px;
	margin: 0 8px;
	text-transform: uppercase;

}

.nav > li > a:hover,
.nav > li > a.active,
.nav > li.hover > a {
	background: #fff;
	color: #6eab32;
}

.nav > li > a.current {
	color: #6eab32;
	background: #fff;
}


.nav li  ul {
    position: absolute;
    left: -9999px;
	padding-top: 4px;	
}
.nav > li.hover > ul {
    left: 0px;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: rgba(110, 171, 50, 0.75);
	border-bottom: 1px solid rgba(0, 0, 0, 0.45);
    position: relative;
    z-index:100;
	color: #fff;
	font-weight: normal;
    border-top: 0px solid #175e4c;
	text-align: left;
	font-size: 15px !important;
}

.nav li li a:hover {
	color: #125c2b;
}

.nav li li li a {
    background: #475c6a;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 768px) {

.nav {
	 margin-left: 0px;
}


ul.nav.mobile-meta {
	display: block !important;	
}

#footer .nav.mobile-meta li a {
	background: none;
	color: #999;
	text-align: center;
	font-size: 0.9em;
	padding: 0px;
	border-bottom: none;
}

.nav li a {
	background: #6eab32;
	padding: 5px 0px;
	margin: 0 0px;
	font-size: 1em;
	color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	font-weight: 400;
	border-bottom: 1px solid #fff;
}

.nav li li a {
	text-align: center;
	background: #ccc;
	padding: 5px 0px;
	margin: 0 0px;
	color: #000;
	font-size: 1em;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
}

.nav li li a:last-child {
	border-bottom: none;
}

.nav li ul {
	padding-top: 2px;	
}

.nav > li {
    float: none;
    border-bottom: 0px solid #fff;
	border-top: 0px;
}

.nav > li:hover {
    float: none;
    border-bottom: 0px solid #6eab32;
	border-top: 0px;
}

.nav > li > a:hover,
.nav > li > a.active,
.nav > li > a.current,
.nav > li.hover > a {
	background: #6eab32;
	color: #fff;
}


.nav > li > a:hover,
.nav > li > a.active,
.nav > li.hover > a {
	background: #fff;
	color: #000;
}

.nav > li > a.current {
	background: #fff;
	color: #000;
}




.nav > li li a:hover,
.nav > li.hover > li > a {
	background: #6eab32;
	color: #fff;
}


.nav-container ul ul {
	margin-top: 0px;
}

    .active {
        display: block;
    }
	
    .nav,
	.nav > li {
        float: none;
		margin-bottom: 0px;
		margin-top: 1px;
    }
	
	
	.nav.mobile-meta li  {
	margin-top: 0px !important;
	margin-bottom: 1px;
}
	
	
	
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("https://www.kuechengarten-westerstede.de/files/images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }

}