/* Übergröße HD Bildschirme */
@media all {

/*** ESSENTIAL STYLES ***/
.sf-menu {
	height:36px!important;
	position: relative;
	margin: 0 auto;
	margin-top: -5px;
	padding: 0;
	list-style: none;
	list-style-type: none;
	font-size: 80%;
	z-index:1999999;
	border: solid 0px #f90;
	width: 1200px;
}

.sf-menu .sf-mega {
  position: absolute;
  display: none;
  top: 100%;
  z-index: 99;
}

.sf-menu > li {
  float: left;
  margin: 0;
  padding: 0;
}


.sf-menu li:hover > .sf-mega,
.sf-menu li.sfHover > .sf-mega {
  display: block;
  color: #f90;
}


.sf-menu > li > a {
	font-family:'Open Sans', sans-serif;  /*'Arial',*/
	font-style: normal;
	font-weight: 300;
	display: block;
	position: relative;
	text-transform: uppercase;
	font-size: 1em;
	padding: 1em 1.5em 0.3em 1.5em;
	text-decoration: none;
	zoom: 1;
	color: #666;	// Farbe Link
}

/*** DEMO SKIN ***/




.sf-menu .sf-mega {
  box-shadow: 2px 3px 6px rgba(0,0,0,.2);
  /*width: 100%;  allow long menu items to determine submenu width */
  width: 300px;
}

.sf-menu > li > a:hover {color: #e9c886;}
.sf-menu > li > a.current {
	-webkit-box-shadow: inset 0px -3px 0px 0px #949392;
	-moz-box-shadow: inset 0px -3px 0px 0px #949392;
	box-shadow: inset 0px -3px 0px 0px #949392;
	}
	
.sf-menu > li > a.current:hover {color: #e9c886;}


.sf-menu li a.current {}


.sf-menu > li:hover,
.sf-menu > li.sfHover {
  background: #f5f5f5;  
 }

/*** mega menu dropdown Das was runterklappt ***/

.sf-mega {
	background: #f5f5f5;  
	padding: 1em 1em 1em 0.5em;
	margin: 0;
	box-sizing: border-box;
	width: 100%;
	border: solid 0px #f67728;
	text-align: left;
	}

.hnavlist li {
	padding: 0;
	margin: 0;
	display: block;
	list-style-type: none;
	text-align: left;
	}


.sf-menu ul li a {
	line-height:2.7em;
	font-size:1.0em;
	text-align: left;
	color: #666; /* Farbe der horizontalen Links im Untermenü */
}
.sf-mega ul li a.current {color: #e9c886; border: none}

.sf-menu ul li a:hover {
	color: #e9c886;
}

.hnavlist li ul li {
	padding: 0 25px;
	display: inline;
	list-style-type: none;
	text-align: left;
}



/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  /* order of following 3 rules important for fallbacks to work */
  border: 5px solid transparent;
  border-top-color: #b55f9d; /* edit this to suit design (no rgba in IE8) */
  border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #b55f9d; /* IE8 fallback colour */
}


}







@media screen and (max-width:1350px){

.menufeld1{width: 32%}

}


@media screen and (max-width:1280px){

.sf-menu {
 /* float: right;
  width: 75%;*/
}


.sf-menu > li {
  margin:0;}
.sf-menu > li > a {letter-spacing: -0.02em}

.menufeld1{width: 28%}

}

@media screen and (max-width:1180px){

.menufeld1{width: 25%}

}

@media screen and (max-width:1160px){

.sf-menu {
  font-size: 68%;
 /* float: right;*/
}
.menufeld1{width: 17%}

}