/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 400;
	
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 12px;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
	line-height:0px;
}
.sf-menu ul ul {
	top: 0;
	display: block
	margin-left: 40px;
	left: 100%;
}

/*** DEMO SKIN ***/
.sf-menu {
	float: right;
	/*background: red;*/
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 15em; /* allow long menu items to determine submenu width */
	max-width: 15em;
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
	margin-top:21px;
	margin-left: -50px;
	background: #993333;
}
.sf-menu a {
	padding: 10px 0.6em;
	text-decoration: none;
	zoom: 1; /* IE7 */
	color: #7a726d;
	font-size: 1.0em;
}
.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
	border-right: 1px solid #999;
}
.sf-menu li:last-child {
	border:none;
}

.sf-menu ul li {
	width:100%;
	border-right:none;
	text-align:center;
}
.sf-menu ul li a {
	color: white;
	border-top: 1px dotted white;
	margin: 0 10px;
	padding: 24px 0.6em;
}
.sf-menu ul li:first-child a {
	border:none;
}

.sf-menu li:hover,
.sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** 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: #dFeEFF; /* 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: #fff; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.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;
}

.cur-bold {
	color:#993333 !important;
}
.cur-bold-2 {
	font-weight: 700;
}

/*Navigation 1-te Ebene der Nebennavigation*/

.sitemenu {
 	list-style-type: none;
 	margin:0;
}
.sitemenu li {
  margin: 0;
  padding: 2px 0;
}

.sitemenu a {
		border-bottom: 0.15em dotted white;
    color: white;
    display: block;
    font-family: 'Montserrat','Arial',sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    margin: 0 20px;
    padding: 0 0 5px 0;
    text-decoration: none;
}
ul.sitemenu {
		background: #7a6731;
		padding-top:5px;
}
/*ul.sitemenu li a:hover{
	color: #999; 
}*/

ul.sitemenu li a:active, ul.sitemenu li a.active{
	color: #535353;
}
ul.sitemenu li:last-child a {
	border:none;
}

/*Navigation 2-te Ebene der Nebennavigation*/

ul.sitemenu li ul {
			 	list-style-type: none;
			 	margin-left: -30px;
}

ul.sitemenu li ul li {
	margin: 0 0 0 50px;
	border:none;
	padding: 0;
}

ul.sitemenu li ul li:first-child {
		padding-top: 5px;
}
ul.sitemenu li ul li:last-child {
		padding-bottom: 0px;
}
ul.sitemenu li ul a {
		font-size: 14px;
		color: #666;
}
#aktive-level1 {
	background-color: #5aa300;
}
ul.sitemenu .cur-level2 {
	text-decoration: none;
	color: #999;
	background: url(../img/pfeilspitze.png) no-repeat 0px; /*30px  */
}
/*************************************************
/****Media-Queries**********************************************************************/


@media screen and (max-width: 950px) {
		.sf-menu,
		.sf-menu * {
			width: 100%;
		}
		.sf-menu li {
			border:none;
		}
		.sf-menu > li {
				clear: left;
		}
		.sf-menu a {
			padding:15px;
			color: white;
		}
		.sf-menu ul {
				width:100%;
				left:0;
				position: relative;
				margin-top:0px;
				margin-left: 0px;
				background: none;
				height: auto;
				max-width: none;
		}
		
		.sf-menu ul li a {
    		margin: 0;
    		padding: 18px 2.4em;
		}
		.sf-menu ul li {
			background: #9c9c9c;
			opacity: 1.0;
			
			text-align: left;
		}
		.sf-menu ul li ul li {
			left:0;
			maring-left:0;
			padding-left:0;
		}
		ul.sitemenu {
			background: #ab9c82;
		}
		.cur-bold {
			color:white !important;
		}
		.cur-bold-2 {
			color:#fff !important;
		}
}
