/* Übergröße HD Bildschirme */
@media all {

/*** ESSENTIAL STYLES ***/
ul.sf-menu {padding-left: 0;}
.sf-menu {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin: 0 0 0 -750px;
  padding: 0;
  list-style: none;
  list-style-type: none;
  background: #fff;
  font-size: 100%;  /* SCHRIFTGRÖSSE MENU */
  border: solid 0px #f90;
  width: 1400px;
  z-index:99999999999999999999;
}

@media screen and (max-width:1500px){.sf-menu { left: 0;margin: 0; width: 100%;}}
/*
@media screen and (max-width:1200px){.sf-menu {  position: absolute;  left: 0;  bottom: 0;  margin: 0 0 0 0;  padding: 0;  font-size: 100%;   letter-spacing: -0.02em; width: 100%;}} /* SCHRIFTGRÖSSE MENU */
@media screen and (max-width:1080px){.sf-menu { font-size: 100%; }} /* SCHRIFTGRÖSSE MENU */
*/


header.smaller .sf-menu {
  list-style: none;
  list-style-type: none;
  background: #fff;
}


.sf-menu .sf-mega {
  position: absolute;
  display: none;
  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: #fff;
}


.sf-menu > li > a {
	font-family:'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
	display: block;
	position: relative;
	bottom: 0;
	padding: 0.5em 1em;	// HÖHE UND BREITE UM DEN MENÜPUNKTEN
	margin: 0;
	text-decoration: none;
	zoom: 1;
	color: #666;	// Farbe Link
	}


@media screen and (max-width:1260px){.sf-menu > li > a {padding: 0.5em 0.75em;}}
@media screen and (max-width:1200px){.sf-menu > li > a {padding: 0.5em 0.7em;letter-spacing: -0.02em;}}
@media screen and (max-width:1135px){.sf-menu > li > a {padding: 0.5em 0.6em;}}
@media screen and (max-width:1090px){.sf-menu > li > a {padding: 0.5em 0.63em;letter-spacing: -0.03em;font-size:95%}}




	
.sf-menu > li > a.smile-design {
	font-family:'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
	display: block;
	position: relative;
	padding: 0.55em 1.5em 0.35em;
	margin: 0;
	text-decoration: none;
	zoom: 1;
	color: #666;	// Farbe Link
	}



.sf-menu .sf-mega {
  box-shadow: 2px 3px 6px rgba(0,0,0,.2);
  width: 360px;
  width: max-content;
  padding: 0 25px 0 0
}


.sf-menu .sf-mega.sf-mega-single {
	width: 300px;
}

.sf-menu > li > a:hover {color:#333;}
	
.sf-menu li a.current {
	color: #b98225;
	-webkit-box-shadow: inset 0px -6px 0px 0px #b98225; // Schatten nach innen so entsteht die line unten
	-moz-box-shadow: inset 0px -6px 0px 0px #b98225;
	box-shadow: inset 0px -6px 0px 0px #b98225;
	}



.sf-menu > li {
  background: #fff; /* fff Ist der Background der oberen Hauptnavigationszeile*/
}


.sf-menu > li:hover,
.sf-menu > li.sfHover {
  -webkit-transition: none;
  transition: none;
  background: #f8f8f8;
 }

/*** mega menu dropdown Das was runterklappt ***/
.sf-mega {
	background: #f8f8f8;  
	margin: 0;
	box-sizing: border-box;
	width: 100%;
	border: solid 0px #f67728;
	text-align: left;
	font-weight: 300;
	letter-spacing: -0.01em

	}
	
.sf-mega.current {
	background: #eee;  
	margin: 0;
	box-sizing: border-box;
	border: solid 0px #f67728;
	text-align: left;
	font-weight: 300;
	}


.hnavlist {margin: 10px 0 10px 0}

.hnavlist li {
	margin: 0 0 0 15px;
	display: block;
	list-style-type: none;
	text-align: left;
	}


.sf-menu ul li a {
	line-height:2.2em;
	font-size:1.0em;
	text-align: left;
	color: #666;
}




.sf-menu ul li.untermenu{
	font-size: 0.95em;
	line-heigth: 100%;
	margin: 0 0 0 35px;
}

.sf-menu ul li.untermenu a{
	line-height: 35px;
}

.sf-menu ul li a:hover {
	color: #b98225; /* Farbe der horizontalen Links im Untermenü bei MAUSOVER*/
}



.hnavlist li ul li {
	padding: 0 25px;
	display: inline;
	list-style-type: none;
	text-align: left;
}

.sf-menu ul li ul li a {
	margin-top:15px; line-height:1.7em; font-size:1.0em;
	color: #666; /* Farbe der horizontalen Links im Untermenü */
}
.sf-menu ul li ul li a:hover {
	color: #f67728; /* Farbe der horizontalen Links im Untermenü bei MAUSOVER*/
}

.sf-menu ul li ul li a {
	margin-top:15px; line-height:1.7em; font-size:1.0em;
	color: #666; /* Farbe der horizontalen Links im Untermenü */
}
.sf-menu ul li ul li a .current{

	color: #fff; /* Farbe der horizontalen Links im Untermenü */
}

.sf-menu li.current a{
	color:#b98225;
}

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


}