<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#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
{
	font-family: Arial, sans-serif;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 17px;
	padding-left: 0px;
	padding-right: 0px;
	display: block;
	text-align: center;
	float: left;
	background: #989085;
}
#hauptmenu ul li a.mm_level1 span{
	position: relative;
}
#hauptmenu  ul li a.mm_level1 span.mm_arrow::before{
	content: " ";
	background-image: url('../images/Pfeil_Hauptmenue.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	position:absolute;
	width:100%;
	height:6px;
	right:0;
	top: -10px;
}

#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;
  height: 100%;
}
#hauptmenu .hm_level1{
	position:relative;
}
#hauptmenu .hm_level1&gt;.mm_eintrag{
	position:static;
}

#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: #b2261f;
  color: #fff;
  text-decoration: none;
}
#hauptmenu a.mm_level1:hover span.mm_arrow::before,
#hauptmenu a.mm_level1.active span.mm_arrow::before,
#hauptmenu a.mm_level1.mm_selected span.mm_arrow::before{
	content: " ";
	background-image: url('../images/Pfeil_Hauptmenue_aktiv.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	position:absolute;
	width:100%;
	height:6px;
	right:0;
	top: -10px;
}

#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: 20px;
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;
}

.dropdown{
	padding-left:230px;
	height: 166px;
	position:absolute;
	z-index:999;
	display:none;
	width:1140px;
	bottom:60px;
	left:0;
	padding-top:16px;
	background: #b2261f url('../images/Kopf_Submenue.png') no-repeat left 10px top;
	padding-right:260px;
}
.dropdown ul.dd_level2 li{
	
	padding-left:10px;
	background: url('../images/Pfeil_Dropup.png') no-repeat left top 10px;
}
.dropdown ul.dd_level2{
	-moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
	
}
.dropdown .dd_level2 a{
	width:100%;
}
.dropdown .dd_level2 a{
	width:100%;
	padding: 5px;
	background: #b2261f;
	color:#fff;
	display:block;
	font-size: 20px;
	text-decoration: none;
	text-transform:uppercase;
}
.dropdown .dd_level2 a:hover,
.dropdown .dd_level2 a.active{
	text-decoration: underline;
}
@media screen and (max-width:1200px){
	.dropdown{
		width:940px;
		padding-right:0;
	}
}</pre></body></html>