#hauptmenu_section
{
margin-top: 0px;
margin-left: 0;
margin-right: 0;
margin-bottom: 0px;
position: relative;
height: auto;
}

#hauptmenu_section .centered
{
  padding: 0;
  width: 980px;
  max-width: 980px;
  background: none;
  border-bottom: 5px solid red;
}

#hauptmenu
{
  position: relative;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  background-color: transparent;
  z-index: 905;
}

#hauptmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#hauptmenu  ul li a.mm_level1
{
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	padding-top: 17px;
	padding-bottom: 14px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	text-align: center;
	float: left;
	border-right: none;
	display: block;
	width: auto;
	height: 100%;
	border-bottom: 4px solid transparent;
}

#hauptmenu_section .centered {
	border: 0;
}

#hauptmenu  ul li:last-child a.mm_level1
{
	border-right: 0px none transparent;
}

#hauptmenu ul.hm_level1>li.mm_eintrag::before,
#hauptmenu ul.hm_level1::before{
	content: " ";
	display:block;
	float:right;
	width:1px;
	background-color: #454444;
	height:29px;
	margin: auto;
	margin-top:13px;
	padding:0;
	position:relative;
}

.stratch_it ul.hm_level1 {
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.stratch_it ul li a.mm_level1 {
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	align-items: center;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	padding: 0;
	white-space:nowrap;
	float: none !important;
}

#hauptmenu div.mm_eintrag:last-child a.mm_level1
{
  border-right: 0;
}

/*lcstyle:Hauptmenu - Menueintrag Aktiv*/
#hauptmenu  a.mm_level1:hover,
#hauptmenu a.mm_level1.active,
#hauptmenu a.mm_level1.mm_selected
{
  background-color: #4a4a4a;
  color: #fff;
  text-decoration: none;
  border-bottom: 4px solid #e30613;
}

#pp_section {
	width: 100%;
	height: 0px;
	background: #83ac72;
	top: 40px;
	position: absolute;
	z-index: 64000;
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
	overflow: hidden;
	border-bottom: 0px solid #00944c;
}

#pp_section .centered {
	padding: 35px 10px;
	height: auto;
	background: none;
}

#pp_pos1, #pp_pos2 {
	float: left;
}

#pp_submenu ul li {
	list-style-type: none;
}

#pp_submenu ul li  a {
font-size: 16px;
color: #fff;
text-decoration: none;
padding-bottom: 10px;
display: inline-block;
}

#pp_submenu ul {
	display: none;
}

#pp_submenu ul li  a.active,
#pp_submenu ul li  a:hover {
	color: #535353;
}

.me_group {
	float: left;
	margin-right: 50px;
}

.mm_arrow {
	width: 17px;
	height: 6px;
	background: url(../images/Pfeil_Submenue.png);
	display: block;
	margin:auto;
	display:none;
	position: absolute;
	bottom: 4px;
	left: 50%;
	margin-left: -8px;
}

#hauptmenu  a.mm_level1:hover .mm_arrow,
#hauptmenu a.mm_level1.active .mm_arrow,
#hauptmenu a.mm_level1.mm_selected .mm_arrow{
	display:block;
}

.dropdown{
	position:absolute;
	z-index:999;
	display:none;
	min-width:250px;
	width:100%;
	background-image: url('../images/Muster_Dropdownmenue.png');
}

.dropdown.dd_level2 a::before{
	content:"_ ";
	color:#eb646c;
	font-weight: bold;
}

.dropdown.dd_level2 a{
	width:100%;
	padding: 8px 25px;
	background:transparent;
	color:#eb646c;
	display:block;
	text-decoration:none;
	font-size: 15px;
	margin-left: 17px;
	text-indent: -17px;
}
.dropdown.dd_level2 li:first-child a{
	padding-top:20px;
}
.dropdown.dd_level2 li:last-child a{
	padding-bottom: 20px;
}

.dropdown.dd_level2 a.active,
.dropdown.dd_level2 a:hover{
	color:#fff;
}

#hauptmenu.hoverOpen .dropdown{
	display:block;
	max-height:0;
	overflow:hidden;
	-webkit-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
#hauptmenu.hoverOpen ul li:hover .dropdown{
	display:block;
	visibility:visible;
	opacity:1;
	max-height:500px;
	-webkit-transition:all 0.4s linear;
	transition: all 0.4s linear;
}

#hauptmenu.hoverOpen .dropdown{
	display:block;
	max-height:0;
	overflow:hidden;
	-webkit-transition:all 0.6s ease-in;
	transition:all 0.6s ease-in;
	transition-delay:0s;
}
#hauptmenu.hoverOpen ul li:hover .dropdown{
	display:block;
	visibility:visible;
	opacity:1;
	max-height:500px;
	-webkit-transition:all 0.6s ease-in;
	transition: all 0.6s ease-in;
	transition-delay:0.2s;
}