/* Produktnavi */
.toggle_container {
		position: absolute;
	z-index: 800;
	list-style-type: none;
	margin: 0 auto;
	text-align: center;
	top: 33px;
	width: 100%;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0px 0px 5px #666;
	background-color:#efefef; 
}
ul.produktnavi {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	
}
ul.produktnavi li {
	display: inline-block;
	width: 12%;
	min-width: 140px;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 1%;
	vertical-align: top;
	border: 5px solid #efefef;
}
ul.produktnavi li:hover {
	background-color: #fff;
	border: 5px solid #fff;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
}
ul.produktnavi img {
	width: 100%;
	border: 5px solid #fff;
}
ul.produktnavi li:hover img {
	width: 100%;
	border: 0px solid #fff;
}
ul.produktnavi p {
	font-size: 0.8rem;
}
ul.produktnavi a {
	text-decoration: none;
	color: #0175be;
}
/* Hauptnavi - mit responsive Funktion */

.toggleMenu {
	display:  none;
	background-color: #0175be;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	width:100%;
	line-height: 35px;
	height: 35px;
}
.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/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(../images/navi.png);
	background-repeat: no-repeat;
	background-position: right top;
	width: 25px;
	height: 25px;
	top: 6px;
	right: 5px;
	z-index: 800;
}
.nav {
	position:relative;
	list-style: none;
 *zoom: 1;
	border: 0px solid #ebebeb;
	border-left: 0;
	border-right: 0;
	margin-top: 60px;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
	width: auto;
}
.nav a {
	display: block;
	background-color: #efefef;
	color: #fff;
	color: #f8b830;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	font-size: 1.0rem;
	font-weight: normal;
	padding-left: 10px;
	margin-bottom: 5px;/* text-shadow: 0 1px #ffffff; */
/*	padding-right: 10px;
	padding-left: 10px;*/
}
.nav a:hover {
	background-color: #f8b830;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	text-shadow: 0 0px #ffffff;
}
.nav a.active, .nav a.aktiv {
	font-weight: normal;
	text-decoration: none;
	color: #0175be;
	}
.nav a.active:hover {
color: #fff;
}
.nav li {
	position: relative;
}
.nav > li {
	/*float: left;*/
	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;
	/*	padding-left: 20px;
	padding-right: 20px;
		height: 33px;
	line-height: 33px;*/
	padding-bottom: 10px;
	padding-top: 10px;
}
.nav > li > a:hover {
	display: block;
}
.nav li ul {
	position: absolute;
	background-color: #006600;
	left: -9999px;
	border: 0px solid #fff !important;
}
.nav > li.hover > ul {
	left: 0px;
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
}
.nav li li a {
	display: block;
	color: #fff;
	background-color: #006600;
	text-transform:none;
	font-size: 12px;
	font-size: 0.8rem;
	font-weight: nornmal;
	margin: 0;
	padding: 8px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 140%;
	position: relative;
	z-index:1000;
}
.nav li li a:hover {
	background: #000;
	font-weight: 300;
	color: #000;
	background-color:#d9dadc;
	background-color: #ddd;
}
.nav li li li a {
	background:#fff;
	z-index:2000;
	border-top: 0px solid #1d7a62;
}
.nav a.first {
	border-left: 0;
}
.nav a.last {
	border-right: 0;
}
 @media only screen and (max-width: 960px) {
.nav {
 position:relative;
 margin-top: 0;
}
.nav a.first {
}
.active {
 display: block;
}
 .nav > li {
 float: none;
}
 .nav > li > .parent {
 background-position: 95% 50%;
}
 .nav li li .parent {
 background-image: url("../images/navi.png");
 background-repeat: no-repeat;
 background-position: 95% 50%;
}
 .nav ul {
 display: block;
 width: 100%;
}
.nav li a {
color: #000;
background-color: #ddd;
 margin-left: 0;
}
.nav li a:hover {
color: #000;
font-weight: bold;
 background-color: #f8b830;
}
 .nav > li.hover > ul, .nav li li.hover ul {
 position: static;
 background-color: #dddddd;
 margin-left: 2.5%;
 width: 97.5%;
}
 .nav li ul {
 border:none;
}
}
/* Subnavi  ------------------------- */

ul#subnavi {
	position: relative;
	list-style-type: none;
	margin:0;
	padding:0;
	padding-top: 0.35em;
}
ul#subnavi li {
}
ul#subnavi li a {
	color:#000;
	display: block;
	text-decoration: none;
	font-size: 13px;
	font-size: 0.85rem;
	font-weight: normal;
	/* text-shadow: 1px 1px #efefef; */
	text-transform:uppercase;
	padding-top: 1.0em;
	padding-bottom: 1.0em;
	border-bottom: 1px solid #fff;
}
ul#subnavi li a:hover, ul#subnavi li a:active {
	color: #999;
	text-decoration: none;
}
ul#subnavi li a.aktiv {
	color:#FFA000;
	font-weight: bold;
	text-decoration: none;
}
ul#subnavi li a.first {
	padding-left: 0;
}
ul#subnavi li a.last {
	padding-right: 0;
	border: 0;
}
/* Metanavi  ------------------------- */

ul#metanavi {
	position: relative;
	list-style-type: none;
	margin:0;
	padding:0;
	line-height: 40px;
	height: 40px;
	margin-left: 0px;
	z-index: 200;
}
ul#metanavi li {
	display: inline;
	margin: 0;
	padding: 0;
}
ul#metanavi li a {
	float: left;
	color:#fff;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.80rem;
	font-weight: normal;
	/* text-shadow: 0 1px #ffffff; */
/*	text-transform:uppercase;*/
	padding-left: 15px;
	padding-right: 15px;/*	background-color: #000;*/
}
ul#metanavi li a:hover, ul#metanavi li a:active {
	color: #999;
	text-decoration: none;
}
ul#metanavi li a.aktiv {
	color:#FFA000;
	font-weight: bold;
	text-decoration: none;
}
ul#metanavi li a.first {
	padding-left: 0;
}
ul#metanavi li a.last {
	padding-right: 0;
}
/* fussnavi  ------------------------- */

ul#fussnavi {
	position: relative;
	list-style-type: none;
	margin:0;
	padding:0;
	margin-left: 40px;
	text-align:left;
}
ul#fussnavi li {
	margin: 0;
	padding: 0;
	text-align:left;
}
ul#fussnavi li a {
	color:#000;
	display: block;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.8em;
	line-height:1.5em;
	padding-left: 12px;
	padding-right: 12px;
}
ul#fussnavi li a:hover, ul#fussnavi li a:active {
	color: #999;
	text-decoration: none;
}
ul#fussnavi li a.aktiv {
	color:#FFA000;
	font-weight: bold;
	text-decoration: none;
}
ul#fussnavi li a.first {
	padding-left: 0;
}
ul#fussnavi li a.last {
	padding-right: 0;
}
 @media only screen and (max-width: 980px) {
ul#fussnavi {
 margin-top: 20px;
 text-align:left;
}
}
