/* -----------------------------------------------------------------------------
  rapidCMS MENU
  Farbverläufe generiert mit: http://www.colorzilla.com/gradient-editor/
  CSS-Modul: Menüs mit Media Queries
  Version: 1.2.1 (27.11.2013)

Rebuild:
<nav class="standard"></nav>
<nav class="standard vertical"></nav>
<nav class="simple"></nav>
<nav class="simple vertical"></nav>
<nav class="mobile"></nav>

----------------------------------------------------------------------------- */

nav.standard {	margin: 0px; }
nav.standard ul li {	list-style: none;	float: left; margin-right: 5px; }
nav.standard ul a { padding: 4px 15px;	display: block;	color: #000; background: #ecebeb; }
nav.standard ul a:hover { background: #f8f8f8; }
nav.standard ul ul {	background: #fff;	padding: 2px;	position: absolute;	border: solid 1px #ccc;	display: none; width: 200px; }
nav.standard ul ul li { float: none; margin: 0; padding: 0; }
nav.standard ul li:hover > ul { display: block;}
.menu-icon {display:none;}

nav.standard ul {
  margin: 0;
  padding: 0;
  line-height: 100%;
  font-size: 0;
  position: relative;
  z-index: 1001;
}

nav.standard ul:after {
  clear: both;
  content: ' ';
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0
}

nav.standard ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  *display: inline;
  position: relative;
  zoom: 1;
  line-height: inherit;
  top: 0;
  left: 0;
  font-size: 16px;
}

nav.standard ul li a {
  margin: 0;
  padding: 0;
  display: block;
  display: inline;
  display: inline-block;
  position: relative;
  zoom: 1;
  line-height: 100%;
  top: 0;
  left: 0;
}

/* Sub Menus ---------------------------------------------------------------- */

/*nav.standard ul li:hover > ul{display:block;}*/
nav.standard ul ul { margin:0; padding:0; position: absolute; top:100%; left:0; display:none; min-width:150px; max-width:150%; *width:150px; }
nav.standard ul ul li { display:block; width:100%; }
nav.standard ul ul li a { display:block; }
nav.standard ul ul ul { top:0; left:100%; }

/*--------------Dividers-------------------*/
nav.standard ul ul li.divider { border-top:1px solid #ccc; }
nav.standard ul ul li.divider a { border-top:1px solid #fff; }

/*--------------Right---------------------*/
nav.standard.right ul { float:right; }
nav.standard.right ul li { text-align: left;  }

/*--------------Arrows-------------------*/
nav.standard ul li.hasnav.standard ul a { padding-right:25px; }
nav.standard ul li.hasnav.standard ul span.arrow { border-style:solid; border-width:5px; display:block; position:absolute; top:50%; right:5px; font-size:0; line-height:0; height:0; width:0; }
nav.standard ul li li.hasnav.standard ul span.arrow { margin-top:-4px; }

/*---------------------------------
	MENU STYLES
-----------------------------------*/
nav.standard ul {
  border:1px solid #ccc;
  background: #eeeeee; /* Old browsers */
  background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
  z-index:600;
}

nav.standard ul li{}

nav.standard ul li a {
  padding: 15px 20px;
  text-decoration: none;
  font-size: 0.9em;
  color: #777;
}

nav.standard ul li.current>a, nav.standard ul li.current>a:hover, nav.standard ul li.current.hover>a {
  background: rgb(122,188,255); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(44%,rgba(96,171,248,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* Chrome10+, Safari5.1+ */
  background: -o-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* Opera11.10+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* W3C */
  color: #fff;
  cursor: default;
}
nav.standard ul li a:hover, nav.standard ul li.hover>a {
  background: #f5f5f5;
}

/* sub menus */
nav.standard ul ul {
	background: #efefef;
	border:1px solid #ccc;
}

nav.standard ul ul li {}
nav.standard ul ul li a {}

/* sub-subnav.standard uls */
nav.standard ul ul ul {}
nav.standard ul ul ul li {}
nav.standard ul ul ul li a {}

/* dividers */
nav.standard ul ul li.divider {
  border-top:1px solid #ccc;
}
nav.standard ul ul li.divider a {
  border-top:1px solid #fff;
}

/*--------------Vertical Menu Layout-------------------*/
nav.standard.vertical ul { z-index: 1000; }
nav.standard.vertical ul li { display:block; float:none; }
nav.standard.vertical ul li a { display:block; float:none; }
nav.standard.vertical ul ul { top:0; left:100%; }
nav.standard.vertical ul li.hasnav.standard ul span.arrow { margin-top:-4px; }

/*--------------Vertical Rightnav.standard ul Layout-------------------*/
nav.standard.vertical.right ul { text-align:left; }
nav.standard.vertical.right ul ul { top:0; right:100%; left:auto; }
nav.standard.vertical.right ul li a { padding-left:25px; padding-right:20px; }
nav.standard.vertical.right ul li.hasnav.standard ul span.arrow { right:auto; left:5px; margin-top:-4px; }


/*- Button-Menü ---------------------------------------------------------- */

div.buttonmenu, nav.buttonmenu {
  padding:0;
  margin:0;
}

div.buttonmenu ul, nav.buttonmenu ul {
  padding:0;
  margin:0;
}

div.buttonmenu li, nav.buttonmenu li {
  display: inline;
  list-style-type: none;
  padding-right: 12px;
}

div.buttonmenu li a, nav.buttonmenu li a {
  padding: 4px 15px;
  display: inline;
  font-size: 11px;
  color: #333;
  text-decoration: none;
  cursor: default;
  background: #feb801;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

div.buttonmenu li a:hover, nav.buttonmenu li a:hover {
  background: #f9fcf7; /* Old browsers */
  background: -moz-linear-gradient(top, #f9fcf7 0%, #f5f9f0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fcf7), color-stop(100%,#f5f9f0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9fcf7 0%,#f5f9f0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9fcf7 0%,#f5f9f0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9fcf7 0%,#f5f9f0 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f9fcf7 0%,#f5f9f0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 ); /* IE6-9 */
  color: #000;
}


/*- Einfaches Menü ---------------------------------------------------------- */

nav.simple {
  padding:0;
  margin:0;
}

nav.simple ul {
  padding:0;
  margin:0;
  list-style-type: none;
}

nav.simple li {
  display: inline;
  padding-right: 12px;
}

nav.simple li a {
  font-size: 9px;
  color: #000;
  text-decoration: none;
  font-weight: normal;
}

nav.simple li a:hover {
  color: #feb800;
}

/*- Einfaches vertikales Menü ----------------------------------------------- */

nav.simple.vertical ul {
}

nav.simple.vertical li {
  display: block;
}

nav.simple.vertical li a {
  color:#fff;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  margin: 0;
}

nav.simple.vertical li a:hover,
nav.simple.vertical li.active a:hover { color: #feb800; }

nav.simple.vertical ul ul           { display: none; margin: 6px 0 6px 10px; list-style-type: disc; }
nav.simple.vertical ul ul ul        { display: none; margin: 6px 0 6px 10px; list-style-type: disc; }
nav.simple.vertical ul ul ul ul     { display: none; margin: 6px 0 4px 10px; list-style-type: disc; }
nav.simple.vertical ul ul ul ul ul  { display: none; margin: 6px 0 4px 10px; list-style-type: disc; }
nav.simple.vertical .show           { display: block; }

nav.simple.vertical ul li           { line-height: 20px; margin: 0; }
nav.simple.vertical ul ul li        { line-height: 16px; margin: 6px 0 6px 0px;}
nav.simple.vertical ul ul ul li     { line-height: 14px; }

nav.simple.vertical ul li a         { font-size: 15px; padding: 4px 0; margin: 0; }
nav.simple.vertical ul ul li a      { font-size: 14px; padding: 4px 0; margin: 0; }
nav.simple.vertical ul ul ul li a   { font-size: 12px; padding: 0px 0; margin: 0; font-style: italic; }

nav.simple.vertical ul li.active a      { color: #ffb700; font-weight: normal; }
nav.simple.vertical ul li.active ul a   { color: #fff; font-weight: normal; }
nav.simple.vertical ul li.active ul     { display: block; }
nav.simple.vertical ul li.active ul ul  { display: none; }

/* Navigation - Mobile ------------------------------------------------------ */

@media screen and (max-width: 1140px) {

/*
	.menu-icon {
		color: #fff;
		background: #666;
    width: 120px;
		padding: 10px 0px;
    text-align: center;
		cursor: pointer;
		display: block;
    margin: 10px auto;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
	}
  div.desktop-only * .menu-icon { display: none; }

	.menu-icon:hover { background-color: #cb2027; color: #fff; 	}
	.menu-icon.active {	background-color: #bbb;	}
*/
  nav { position: relative;}
	nav ul {
		clear: both;
		position: absolute;
		width: 100%;
		z-index: 99999;
		background: #000;
		border: solid 1px #999;
		display: none;
    text-align: left;
    margin: 0 0 0 0;
    padding: 6px;
	}
	nav ul ul { width: auto; position: static; display: block; border: none; background: inherit; margin-left: 20px; }
  nav ul ul ul { margin-left: 20px; }
  nav ul li.mobilehinweis {
    color: #fff;
    font-weight: bold;
    margin: 10px 0 0px 20px;
    padding: 0 0 0 0;
    display: block;
  }
	nav ul li {
    clear: both;
    float: none;
    margin: 0;
    padding: 0;
    display: block;
  }
	nav ul ul li { width: 90%; }
	nav ul ul ul li { width: 98%; }

  nav a {
    display: block;
    text-shadow: none;
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    color: #ddd;
    padding: 6px 4px;
    margin-left: 20px;
  }

  nav a:hover, nav ul li.hover>a {
    background: #000;
    color: #fff;
  }

}
