@charset "UTF-8"; 
.sf-menu {
	margin: 0.3em 0 0 0.2em;
	padding: 0;
	list-style: none;
}
.sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	margin:0;
	z-index: 99;
}

.sf-menu ul.level3 {
	padding-top:0;
}

.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}


.sf-menu ul ul {
	top: 0;
	left: 100%;
}

	

/*** DEMO SKIN ***/
.sf-menu {
	float: left;
}
.sf-menu ul {
	box-shadow: 1px 1px 2px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	padding: 0.7em 1.4em 0.6em 1.4em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}

.sf-menu li a {
	color: #fff;
}
.sf-menu li li a {
	color: #666;
}

.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
}



.sf-menu li.l1  {
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
	/* margin-right:0.2em; */
}

.sf-menu li.current {
	
}

.sf-menu a.level1 {
	
}
	
.sf-menu a.level2,
.sf-menu a.level3 {
	border-bottom:1px solid #eee;
}

.sf-menu li.l2:last-child,
.sf-menu li.l3:last-child {
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;	
}
.sf-menu li.l2:last-child a.level2,
.sf-menu li.l3:last-child a.level3 {
	border-bottom:none;
}

.sf-menu ul li {
	background: #fff;
}
.sf-menu ul ul li {
	background: #fff;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu li.current {
	background: #fff;
	
}

.sf-menu li a.level1 {
	font-size: 1.25em;	
	padding: 0.7em 1.3em 0.5em 1.3em;
}

.sf-menu li a:hover,
.sf-menu li.sfHover a.level1,
.sf-menu li.current a.level1{
	color:#0A62A3;
}

.sf-menu li li.sfHover a.level2,
.sf-menu li li a.level2:hover {
	color:#0A62A3;

}

.sf-menu ul.level3 a,
.sf-menu ul.level3 a:hover {

}


/*** arrows (for all except IE7) **/
.sf-arrows .level1.sf-with-ul {
	padding-right: 2em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}

/* styling for both css and generated arrows */
.sf-arrows .level1.sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -1px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 4px solid transparent;
	border-top-color: #fff;
}
.sf-arrows > li > .level1.sf-with-ul:focus:after,
.sf-arrows > li:hover > .level1.sf-with-ul:after,
.sf-arrows > .sfHover > .level1.sf-with-ul:after,
li.current .level1.sf-with-ul:after {
	border-top-color: #0A62A3; /* IE8 fallback colour */
}

/* styling for right-facing arrows */
.sf-arrows ul .level2.sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -1px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 4px solid transparent;
	
	margin-top: -5px;
	margin-right: -7px;
	border-color: transparent;
	border-left-color: #666;
}
.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,
.sf-arrows ul li.current .sf-with-ul:after {
	border-left-color: #0A62A3;
}


/*** mega menu dropdown ***/
.sf-mega {
  position:absolute;
  background-color: #fff;
  padding: 1em;
  box-sizing: border-box;
  width: 100%;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
/* Kontakt */
ul#dropdown li.l1:last-child .sf-mega {
	right: 0px;
}
.sf-mega-section {
  float: left;
   width: 46.8%;
  padding: 0 1em 1em 0;
}

.sf-mega h3 {
    font-family: "Lato",Arial,Verdana,sans-serif;
    font-weight: 400;
    border-bottom: 1px solid #666;
    margin: 0.4em 0 1em 0;
    line-height: 1.6em;
    font-size: 1.2em;
    font-weight: 400;
    color: #444;
}

.sf-menu li .sf-mega a {
	display: inline;
	padding: 0;
	color: #0A62A3;
}

.sf-menu li .sf-mega  {
	white-space: normal;
}

.sf-menu p {
		font-size:1em;
		line-height:1.45em;
		margin: 0 0 0.8em 0;
		padding:0;
	}

@media only screen and (max-width: 770px) {
	.sf-menu li a.level1 {
		font-size: 1.25em;
		padding: 0.7em 1em 0.5em;
	}
}
