/*** ESSENTIAL STYLES ***/
.sf-menu, .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;
	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;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
#offcanvas {
	height: 400px;
rgb(53, 53, 53);
}
#offcanvas .sf-menu {
	min-height: 800px;
	overflow-x: hidden;
}
/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	margin-bottom: 0;
	width: 100%;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px 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 */
	width: 100%;
}
.sf-menu a {
	padding: 0.5rem 0rem;
	margin: 0 auto;
	font-size: 1.8rem;
	text-decoration: none;
	zoom: 1; /* IE7 */
	color: #788387;
	text-transform: uppercase;
	width: 100%;
	font-weight: 500;
}
.sf-menu li a .spacing {
	padding-left: 1rem;
}
.sf-menu li:first-child a {
	border-left: medium none;
}
#offcanvas ul li a {
	padding: 0.8rem 0rem 0.8rem 0.5rem;
	font-size: 1.0rem;
	text-decoration: none;
	border: none;
	border-bottom: 1px solid white;
	border-bottom: 1px dotted rgba(255,255,255,.4);
	zoom: 1; /* IE7 */
	color: #fff;
	text-transform: uppercase;
	width: 100%;
}
#offcanvasr ul li:first-child a {
	border-top: 1px solid white;
	border-top: 1px solid rgba(255,255,255,.4);
}
.sf-menu li:first-child a {
	border-left: none;
}
.sf-menu li {
	backgroundd: #353535;
	white-space: nowrap; /* no need for Supersubs plugin */
 *white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	transition: background 0.5s;
	text-align: center;
	overflow: visible;
	width: 20%;
	border: 0px solid red;
}
.sf-menu > li:first-child {
	width: 13%;
	ämargin-left: 20px;
}
.sf-menu > li:nth-child(2) {
	width: 26%;
}
.sf-menu > li:nth-child(3) {
	width: 21%;
}
.sf-menu > li:nth-child(4) {
	width: 20%;
}
.menuakt {
	background: #494848;
}
#offcanvas ul li {
	width: 100%;
	text-align: left;
	background: rgba(22, 26, 29, 0.8);
}
#offcanvas li:hover, #offcanvas li.sfHover {
	background: #494848;
	background: rgba(22, 26, 29, 0.8);
	background7: green;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}
.sf-menu ul li {
	background: rgb(7, 27, 51);
	background: rgba(7, 27, 51, .75);
	width: 100%;
	text-align: left;
	border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	border-top: 1px solid rgba(255,255,255,.5);
}
/* 2.ebene */
.sf-menu ul li a {
	border: none;/* border --> li */
	padding: 0.8rem 0.7rem 0.8rem 1.0rem;
	font-size: 1.5rem;
	text-decoration: none;
	zoom: 1; /* IE7 */
	text-transform: uppercase;
	backgroundd: rgba(53, 53, 53, .7);
	border: none;
	font-weight: normal;
}
#offcanvas ul ul {
	width: 100%;
}
#offcanvas ul ul li a {
	padding: 0.8rem 0rem 0.8rem 0.8rem;
	font-size: 0.95rem;
	text-decoration: none;
	zoom: 1; /* IE7 */
	color: #fff;
	text-transform: none;
	width: 100%;
}
/*#offcanvas ul ul li:last-child  a {
  background: green;
  content:"jke";color:#fff;
}
#offcanvas ul ul li:last-child a:after {
  
  content: " (" attr(title) ")";color:#fff;
}
#offcanvas ul ul li:last-child:after {
content:  "â‰¡ UntermenÃ¼ schliessen";
  color:#fff;
}
*/
/*background 2.ebene*/
#offcanvas ul ul li {
 #background: rgba(53, 53, 53, .95);
}
#offcanvas ul ul li:hover {
 #background: rgba(53, 53, 53, .95);
 #background: #494848;
}
.sf-menu ul ul li {
	background: #9AAEDB;
	backgroundj: none;
}
.sf-menu li:hover, .sf-menu li.sfHover {
	background: #494848;
	background: rgba(7, 27, 51, .7);
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	transition: background 0.5s;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 0.2em;
 *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: white; /* 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;
}
.pfeile {
	padding-right: 0.2em;
 *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
.pfeile:after {
	content: '';
	position: absolute;
	top: 50%;
	right7: 1em;
	left: 5rem;
	margin-top: -3px;
	margin-left: 1rem;
	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);
}
.pfeile1 {
	padding-right: 0.2em;
 *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
.pfeile1:after {
	content: '';
	position: absolute;
	top: 50%;
	rightf: 1em;
	margin-top: 0;
	margin-left: 1rem;
	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: white; /* 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;
}

@media only screen and (max-width: 950px) {
.sf-menu a {
	font-size: 1.375rem;
}
.sf-menu ul li a {
	font-size: 1.25rem;
}
}
