@media only screen and (max-width: 850px) {
	.megamenu_interact_theme .megamenu > li > a	{
		font-size:15px; padding-top:12px;
	}

}



@media only screen and (min-width: 768px) { /*bis hierher geht desktop menü*/

	.megamenu .dropdown_4columns {
		max-width:240px !important;
	}
	
	.megamenu .dropdown_5columns {
		max-width:280px !important;
	}


	/* letzten Trennstrich entfernen */
	.megamenu_interact_theme .megamenu > li:last-child
	{
		background-image:none !important;
	}

	.megamenu_interact_theme .megamenu > li:last-child > a 
	{
 		padding-right:0px;
	}

	/* Navigation-Rollober */
	.megamenu_interact_theme .megamenu > li:hover > a {
		color:#f3d7a3;
		text-shadow: none; 
	}

	.megamenu_interact_theme .megamenu > li, .megamenu_interact_theme .megamenu > li:hover
	{
		float:left;
		margin:0; border:none;


		-webkit-transition: none;
		-moz-transition: none;
		-o-transition: none;
		-ms-transition: none;
		transition: none;

		-webkit-box-shadow:none;
		-moz-box-shadow:none;
		box-shadow:none;
	}
}

@media only screen and (max-width: 767px) {

	/* Menü-Button */
	.megamenu_interact_theme .megamenu li.megamenu_button {
   		background-image: url("../img/menue-white.png") !important;
		background-position: right center;
	}
	.megamenu_interact_theme .megamenu li.megamenu_button:hover > a {
   		background-color:#000;
		background-image: url("../img/menue-brown.png") !important;
		background-repeat: no-repeat;
		background-position: right center;
	}

	.megamenu_interact_theme .megamenu > li:hover > a {
		text-shadow: none;
		color:#f3d7a3;
		background-color: #000;
	}


	.megamenu_interact_theme .megamenu {
		width:100%;	
	}

	/* Dropdown Box */
	.megamenu_interact_theme .megamenu li .dropdown_container,
	.megamenu_interact_theme .megamenu li .dropdown_fullwidth,
	.megamenu_interact_theme .megamenu li .dropdown_flyout li ul {
		background: #d8005e;
		color: #212121;
	}
	.megamenu_interact_theme .megamenu li ul li,
	.megamenu_interact_theme .megamenu li ol li {
		text-align:center;
	}

}


@media only screen and (max-width: 660px) {


}

@media only screen and (max-width:767px) {

}