#main-nav {
  width: 100%;
  -webkit-box-shadow: 0 3px 10px #222222;
  box-shadow: 0 3px 10px #222222;
  z-index: 20;
  background-color: #1f5798;
  padding: 2.5px 0;
}
.sf-menu,
.sf-menu * {
  font-weight: 400;
}
.sf-menu li {
  min-width: 8em;
  /* allow long menu items to determine submenu width */
  *width: 8em;
  /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu > li {
  float: left;
  line-height: 2.4;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 1.08em;
  min-width: 120px;
  white-space: nowrap;
}
.sf-menu li li {
  border-color: #225fa7 !important;
  min-width: 120px;
}
.sf-menu a,
.sf-menu .activeNoLink {
  padding: 0 .5em;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  zoom: 1;
  /* IE7 */
}
/*höhe der Buttoms */
/* besser unter li und li
	.sf-menu  .activeNoLink, .sf-menu  li,
	.sf-menu  li:hover, .sf-menu  li.sfHover,
	.sf-menu  a:focus, .sf-menu  a:hover {
	line-height: 3;
	}
*/
.sf-menu a:focus,
.sf-menu a.mm-subopen:hover {
  -moz-box-shadow: inset 0 0px 5px 4px rgba(70, 0, 70, 0.5);
  -webkit-box-shadow: inset 0 0px 5px 4px rgba(70, 0, 70, 0.5);
  box-shadow: inset 0 0px 5px 4px rgba(70, 0, 70, 0.5);
  /* only transition out, not in */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
  font-family: 'icons';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  content: '\e111';
  padding-left: .5em;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  content: '\e107';
  border-top-color: white;
  /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
  content: '\e114';
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: white;
  content: '\e106';
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
  background-image: url('../images/shadow.png') no-repeat bottom right;
  padding: 0 8px 9px 0;
  -moz-border-radius-bottomleft: 17px;
  -moz-border-radius-topright: 17px;
  -webkit-border-top-right-radius: 17px;
  -webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
  background: transparent;
}
/*sfish farbe*/
.sf-menu,
.sf-menu li ul a {
  background-color: #286fc2 !important;
  color: #ffffff;
}
.sf-menu a:link,
.sf-menu a:visited {
  color: #ffffff;
}
.sf-menu,
.sf-menu a {
  color: #ffffff;
}
.sf-menu li a:hover {
  color: #ffffff;
}
.sf-menu li.activeNoLink {
  background-color: #4489d9;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .fix-me {
    position: relative !important;
    top: 0 !important;
  }
  .sf-menu a,
  .sf-menu .activeNoLink {
    padding: 0 .5em;
  }
}
@media (max-width: 1200px) {
  .sf-menu a,
  .sf-menu .activeNoLink {
    padding: 0 .3em;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1150px) {
  .sf-menu li {
    min-width: 1em;
  }
  .sf-menu a,
  .sf-menu .activeNoLink {
    padding: 0 1em;
    letter-spacing: 0px;
  }
  #sitemaptree li a {
    margin: 0 20px 0 0;
    padding: 10px 0;
    font-weight: bold;
  }
}
