@media screen and (min-width: 771px) {

/***************************************************************************************/
/***   ESSENTIAL STYLES (nicht ändern)                                               ***/
/***************************************************************************************/
.menu_top, .menu_top * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu_top ul {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	z-index: 99;
}
.menu_top li {
	position: relative;
	display:block;
}

.menu_top > li {
	float: left;
}
.menu_top li:hover > ul {
	display: block;
}

.menu_top a {
	display: block;
	position: relative;
}
.menu_top ul ul {
	top: 0;
	left: 100%;
}




/***************************************************************************************/
/*** aktuelle Aenderungen                                                            ***/
/***************************************************************************************/


/***************************************************************************************/
/* gelb: #f89b00 */
/*  rot: #dc4d16 */
/*  margenta: #c8007d #E51383 */
/***************************************************************************************/

/* Menue ul gesamt */
ul.menu_top {
border-top: 6px solid #EBEEF3;
border-bottom: 6px solid #EBEEF3;
margin-bottom:6px;
vertical-align:top;
width:100%;
height:29px;
z-index:99;
background:#f89b00;
}


/***************************************************************************************/
/* Menüpunkte 1. Ebene: Hintergrund */
/***************************************************************************************/
ul.menu_top li {
width:17.96%;
height:29px;
border-right: 0px solid #969696;
margin-right:0%;
vertical-align:middle;
text-align:center;
text-transform:none;
background:#f89b00;
}


/***************************************************************************************/
/* Menüpunkte 1. Ebene Inhalt */
/***************************************************************************************/
ul.menu_top li > a {
color:white;
background:transparent;
padding-top:6px;
font-size: 100%;
font-weight:bold;
text-decoration:none;
text-transform: uppercase;
width:100%;
text-align:center;
}


/***************************************************************************************/
/* Menüpunkte aktiv */
/***************************************************************************************/
/* 1. Menuepunkt: Hover */
.menu_top li:hover {  background: #dc4d16; }

.menu_top a:focus, .menu_top a:hover, ul.menu_top li:hover a:hover { 
text-decoration:none; color:white; background: #dc4d16;
/* height:21px; */ /* Gesamthöhe nur mit padding-top !!! */
}


/*1. Menuepunkt: Aktiv */
ul.menu_top li.current, ul.menu_top li:hover .parent { 
text-decoration:none; color:white; background: #dc4d16;
/* height:29px; */ /* Gesamthöhe ohne (!!!) padding-top! */
} 

.menu_top li:visited a  { /* visited pseudo selector so IE6 applies text colour*/
color:white; background:#e19b00;
}

/* 2. Menuepunkt (wichtig: genau so wie 1. Menuepunkt) */
ul.menu_top li:hover { 
color:white;   font-weight:normal; /* gleiche Hintergrundfarbe wie li li */
} 

/* 2. Menuepunkt: Parent */
ul.menu_top li:hover a  { color:white; }

/* Aktiver 2. Menuepunkt */
ul.menu_top li.parent ul li a:hover, ul.menu_top li.parent ul li a:focus, ul.menu_top li.parent ul li.current a {
color:white; 
}

/***************************************************************************************/
/* Menüpunkte 2. Ebene wenn anders */
/***************************************************************************************/
ul.menu_top li ul {
width:100%;
z-index:99;
margin-top:28px; /* Verschieben nach unten */
}

ul.menu_top li:hover ul {
	opacity:0.88;
}

ul.menu_top li li {
width:100%;
vertical-align:middle;
text-align:center;
}

/*1. Menuepunkt: Aktiv */
ul.menu_top li li.current { 
} 

.menu_top li li:first-child {
margin-top:6px;
}



/***************************************************************************************/
/* Menüpunkte 3. Ebene wenn anders */
/***************************************************************************************/
.menu_top ul ul ul {  }
.menu_top ul ul li {  }
.menu_top ul ul li a { text-transform: none; }

.menu_top li li li:first-child {
margin-top:-28px;
}


/***************************************************************************************/
/* Sondergrößen */
/***************************************************************************************/
ul.menu_top li.item-121, .menu_top li.item-121:hover, .menu_top li.item-121 a:focus,  ul.menu_top li.item-121:hover a:hover, ul.menu_top li.item-121.current
{ height:45px; }

ul.menu_top li.item-122, .menu_top li.item-122:hover, .menu_top li.item-122 a:focus,  ul.menu_top li.item-122:hover a:hover, ul.menu_top li.item-122.current
{ /* height:45px; */ }

}


@media screen and (min-width: 1430px) {
ul.menu_top li.item-121, .menu_top li.item-121:hover, .menu_top li.item-121 a:focus,  ul.menu_top li.item-121:hover a:hover, ul.menu_top li.item-121.current {
	height:29px; }
}


@media screen and (max-width:1100px) {
ul.menu_top li a { padding-top:8px; font-size: 85%; } 	
}

@media screen and (max-width:1050px) {
ul.menu_top li.item-120, ul.menu_top li.item-123, ul.menu_top li.item-133 { height:45px; }	
}

@media screen and (max-width:930px) {
ul.menu_top li.item-129 { height:45px; }	
}



/***************************************************************************************/
/* Smartphones */
/***************************************************************************************/
@media screen and (max-width: 770px) {

.menu_top, .menu-top * { margin: 0; padding: 0; }

.menu_top {
position:relative;
z-index: 99;
margin-top:106px;
border-top: 5px solid #EBEEF3;
border-bottom: 5px solid #EBEEF3;
vertical-align:top;
width:100%;
background:#f89b00;
height:auto;
opacity:1;
}

/***************************************************************************************/
/* Menüpunkte 1. Ebene: Hintergrund */
/***************************************************************************************/
ul.menu_top li {
list-style: none;
width:100%;
height:auto;
margin: 0px;
padding:0px;
vertical-align:middle;
text-align:left;
text-transform:none;
background:#f89b00;
list-style: none;
border-top: 2px solid #EBEEF3;

padding-top:10px;
padding-bottom:10px;
}

ul.menu_top li:first-child {
border-top: 0px solid #EBEEF3;
}

/***************************************************************************************/
/* Menüpunkte 1. Ebene Inhalt */
/***************************************************************************************/
ul.menu_top li a {
color:white;
background:transparent;
padding-top:6px;
padding-left:26%;


font-size: 90%;
font-weight:bold;
text-decoration:none;
text-transform: uppercase;
width:100%;
min-width:200px;

padding-top:10px;
padding-bottom:0px;

}


/***************************************************************************************/
/* Menüpunkte aktiv */
/***************************************************************************************/

/* 1. Menuepunkt: Hover */
.menu_top li:hover, .menu_top li:focus {  background: #dc4d16; }

/*1. Menuepunkt: Aktiv */
ul.menu_top li.current { 
text-decoration:none; color:white; background: #dc4d16;
} 

.menu_top li:visited { /* visited pseudo selector so IE6 applies text colour*/
color:white; background:#dc4d16;
}

/***************************************************************************************/
/* Menüpunkte 2. Ebene, wenn anders */
/***************************************************************************************/
ul.menu_top li ul { 
margin: 0px; padding:0px;
}

ul.menu_top li li {
border: 0px solid #EBEEF3;
}

ul.menu_top li li a {
padding-left:32%;
font-weight:normal;
}

ul.menu_top li li {
border: 0px solid #EBEEF3;
}


/***************************************************************************************/
/* Menüpunkte 3. Ebene, wenn anders */
/***************************************************************************************/
.menu_top ul ul { display:none; }

}