#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;
  /*overflow: hidden;*/
}

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

#hauptmenu  ul li a.mm_level1
{
	display: block;
    text-decoration: none;
    color: #777777;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0px;
    padding-right: 0px;
    padding: 45px 10px 10px 10px;
    display: block;
    text-align: center;
    float: left;
    outline: none;
}

#hauptmenu  ul.hm_level1 > li:first-child {
	display: none;
}



#hauptmenu_section .centered {
	border: 0;
}

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

.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 a.mm_level1
{
  display: block;
  width: auto;
}

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

/*lcstyle:Hauptmenu - Menueintrag Aktiv*/
#startseite #hauptmenu  ul.hm_level1 > li:nth-child(2) a,
#hauptmenu  a.mm_level1:hover,
#hauptmenu a.mm_level1.active,
#hauptmenu a.mm_level1.mm_selected
{
    background-color: #88acdc;
    color: #fff;
    text-decoration: none;
}

#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: 7px;
height: 4px;
background: url(../images/dropdown_arrow.png);
display: inline-block;
margin-left: 3px;
}
.dropdown{
	position:absolute;
	z-index:9999;
	display:none;
	width:200px;
}

.dropdown.dd_level2 a{
	width:100%;
}
.dropdown.dd_level2 a{
	width: 100%;
    padding: 8px;
    background: #ffffff;
    background: rgba(136,172,220, 0.8);
    color: #fff;
    display: block;
    text-decoration: none;
    font-weight: normal;
    font-size: 15px;
	outline: none;
}
.dropdown.dd_level2 a:hover{
    background: #88acdc;
}

#dd_nav_current{
	display:none;
}
#hauptmenu.hoverOpen ul li:hover .dropdown{
	display:block;
	position:absolute;
	min-width: 100%;
}