@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                                                            ***/
/***************************************************************************************/

ul.menu_top {
    z-index:100;
    vertical-align:top;
	width:100%;
    height:80px;
    text-align:center;
    margin:0%;
    padding:0%;
    background: transparent;
    opacity:1.0;
	padding-left:2%;
	padding-right:2%;
	}
 
ul.menu_top li {
    width:14.2%;
	height:70px;
	margin-top:3px;
	vertical-align:middle;
    text-align:center;
    text-transform:none;
	background: #364a36;
	vertical-align:middle;
	text-align:center;
	display: flex;
	align-items: center;
	justify-content: center;
}

ul.menu_top li a {
    text-decoration:none;
    font-size: 120%;
    font-weight:normal;
    text-align:center;
 	color:#ccffcc;
	font-family: 'Comic Sans MS', 'Handlee', sans-serif;
	display: block;
}
    
.menu_top li:first-child {  }
.menu_top li:first-child a {  }

.menu_top li:last-child { }
.menu_top li:last-child a {  }

.menu_top li:nth-child(5) { width:14.8%; }


/* Menüpunkte aktiv */
.menu_top li:hover, .menu_top li:focus, .menu_top li.current { opacity:1 !important; background:#364a36; }

.menu_top li:hover a, .menu_top li:focus a, .menu_top a:hover, .menu_top a:focus, .menu_top li.current a { color:white; }
    
.menu_top li:visited a  { background:#364a36; } /* visited pseudo selector so IE6 applies text colour */ 

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

ul.menu_top li:hover li {
    width:100%;
    height:40px;
    padding-left:1%;
    padding-right:1%;
    vertical-align:middle;
    text-align:center;
	margin-top:0px; /* siehe oben */
}

ul.menu_top li:hover a, ul.menu_top li.parent { /* height:100%; */ }
    
ul.menu_top li:hover li a { color:#ccffcc; }

.menu_top li li:first-child {  }
.menu_top li li:last-child { border-bottom: 1px solid #364a36; }

.menu_top li:nth-child(1) li:nth-child(2) { height:80px; }
.menu_top li:nth-child(6) li:nth-child(5) { height:80px; }
.menu_top li:nth-child(7) li:nth-child(3) { height:80px; }


/* Aktiver 2. Menuepunkt */
ul.menu_top li li:hover, ul.menu_top li li:focus, ul.menu_top li li.current { background:white; color:#364a36; }

ul.menu_top li li a:hover, ul.menu_top li li a:focus, ul.menu_top li li.current a,
ul.menu_top li li:hover a, ul.menu_top li:focus li a { color:#364a36; }

/* 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 {  }

    
    
    
@media screen and (max-width: 1000px) {

}

} /* Ende @media screen and (min-width: 751px) */




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

ul.menu_top, ul.menu_top * {
	margin: 0;
	padding: 0;
}

ul.menu_top {
    position:absolute;
    left:0px;
    top:0%;
    z-index: 99;
    width:100%;
	height:auto;
	margin-top:25%;
	margin-left:0%;
	padding-top:2%;
	padding-bottom:2%;
	background:#364a36;
    border-top: 12px solid #F2F2F2;
    border-bottom: 12px solid #F2F2F2;
}

/* Menüpunkte 1. Ebene: Hintergrund */
ul.menu_top li {
	list-style: none;
	width:auto;
	width:100%;
	height:auto;
	margin: 0%;
	padding:0%;
	vertical-align:middle;
	text-align:left;
	background: #364a36;
	color:white;
}
	
.menu_top li:nth-child(6) ul li { position:absolute; top:-3000px; left:-3000px; height:0px; width:0px; }

ul.menu_top li a {
	padding-left:30%;
	padding-top:0.8%;
	padding-bottom:0.8%;
	color:#ccffcc;
	font-size: 120%;
}
	
ul.menu_top > li a:before { content: ""; }
ul.menu_top li li a { padding-left:35%; }
ul.menu_top li li a:before { content: "» "; }

	
ul.menu_top li:hover a, .menu_top li:focus a, .menu_top li.current a { color:white; }

ul.menu_top li:hover li a, .menu_top li:focus li a { color:#ccffcc; }

ul.menu_top li:hover li:hover a, .menu_top li:focus li:focus a { color:white; }

.menu_top li:visited a { background:#ccffcc; } /* visited pseudo selector so IE6 applies text colour */ 
	
} /* @media screen and (max-width: 770px) */

