#cssmenu {	
  	position: fixed;
  	top: 120px;
  	display: block;
  	transition: top 0.3s;
	z-index: 10;
	background: #fff;
	padding: 0;
	justify-content: center;
	width: 100%;

  margin: 0 auto;
	box-shadow: 0 1px 0 0 #CCC;
  list-style: none;
}
#cssmenu ul {
	width: 1063px;
  margin: 0 auto;
  padding: 10px 0 0 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: table;
justify-content: center;
}
#cssmenu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  display: block;
}
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  display: block;
}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a { -webkit-box-sizing: border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu > ul > li {
  float: left;
  display: inline-block;
}

/* Menu - Bild und Text */
#cssmenu > ul > li > a {
  text-decoration: none;
  font-size: 100%;
  color: #000;
opacity: 0.5;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color: #000;
	font-weight: bold;
opacity: 1;
}
/* Ende */

#cssmenu ul ul {
  position:absolute;
  left: -9999px;
  padding-top: 0;
	width: 100%;
	margin:90px auto 0 auto;
	justify-content: center;
}
#cssmenu > ul > li > ul {
  top: 0px;
}
#cssmenu > ul > li:hover > ul {
  top: 12px;
  left: 0;
  opacity: 1;
}
#cssmenu ul li ul li {
margin: 0 auto;
	width: 100%;
	padding: 0;
justify-content: center;
}
#cssmenu .menu-panel {
	background:#ffffff;
	position:relative;
	display: block;
	z-index:100;
	left:0;
	width:1063px;
	height: 500px;
	padding:30px 0 15px 0;
	margin:0 auto;
	justify-content: center;
	box-shadow: 0 2px 2px rgba(249, 203, 0, 1), 1px 1px 1px rgba(249, 203, 0, 1), -1px 1px 1px #F9CB00;
	border-radius:0 0 7px 7px;
}

#cssmenu .inhalt {
	padding:0;
	background:#ffffff;
}








@media all and (max-width: 300px), only screen and (min-device-width : 320px) and (max-device-width : 480px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* Menu - Bild und Text */
#cssmenu > ul > li > a {
  text-decoration: none;
  font-size: 100%;
  color: #000;
opacity: 0.3;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
	-ms-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li > a:hover,
#cssmenu > ul > li.active > a {
  color:#0A5096;
  opacity: 0.9;
}
/* Ende */

#cssmenu > ul > li > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  font-size: 100%;
}

#cssmenu > ul > li > ul {
  top: 0px;
}
#cssmenu > ul > li:hover > ul {
  top: 52px;
  left: 0;
  opacity: 1;
}

#cssmenu ul ul ul {
  padding-top: 0;
  padding-left: 6px;
}

#cssmenu ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}


#cssmenu > ul > li > ul::after {
  position: absolute;
  display: block;
}
}