/*nav-style.css*/
/*durch ausblenden wählen*/
@media screen{
	
	

/***********************NAVSTYLE-2******************************/

.ym-hlist {
    background: none;
    height: 90px;
    line-height: 1em;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.ym-hlist ul {
    background: none;
    display: inline;
    float: left;
    height: 90px;
margin: 0 -10px 0 0;
    padding: 0;
}

.ym-hlist ul li {
    background: none;
    display: inline;
    float: left;
    font-size: 1em;
    height: 90px;
    line-height: 1em;
    list-style-type: none;
    margin: 0 10px 0 0;
    padding: 0;
    border-radius: none;
}

.ym-hlist ul li a, .ym-hlist ul li strong {
    background: none;
    color: #aaa;
    display: block;
    font-size: 130%;
    font-weight: normal;
    height: 62px;
    line-height: 2em;
    padding: 50px 0.5em 0;
    text-decoration: none;
    text-shadow: none;
    width: auto;

}

.ym-hlist ul li a:focus,
	.ym-hlist ul li a:hover,
	.ym-hlist ul li a:active  {


		background: none;
		-webkit-border-radius: none;
		-moz-border-radius: none;
		border-radius: none;
		text-decoration:none;
		outline: 0 none;
		color: #fff;
		height: 62px;
		padding: 50px 0.5em 0;
		border-bottom: 3px solid #fff;

		transition: 0.4s color;
	}
	
.ym-hlist ul li.active a{
        background: none;
		-webkit-border-radius: none;
		-moz-border-radius: none;
		border-radius:none;
		text-decoration:none;
		outline: 0 none;
		color: #fff;
		height: 62px;
		padding: 50px 0.5em 0;  
		border-bottom: 3px solid #fff;
	}



/***********************NAVSTYLE-2 ENDE*******************************/
/*************************RMM CSS************************************/

/*

Responsive Mobile Menu v1.0
Plugin URI: responsivemobilemenu.com

Author: Sergio Vitov
Author URI: http://xmacros.com

License: CC BY 3.0 http://creativecommons.org/licenses/by/3.0/

*/

#navigation-main{
	float: right;
	min-width: 70%;
}

.rmm {
	display:block;
	position:relative;
	width:100%;
	padding:0px;
	margin:0 auto !important;
	text-align: center;
	line-height:19px !important;
	float: right;
}
.rmm * {
	-webkit-tap-highlight-color:transparent !important;
/*font-family:Arial;*/
}
.rmm a {
	color:#ebebeb;
	text-decoration:none;
}

.rmm ul {
	float:right;
	display:block;
	width:auto !important;
	margin:0 auto !important;
	overflow:hidden;
	list-style:none;
}


/* sublevel menu - in construction */
.rmm ul li ul, .rmm ul li ul li, .rmm ul li ul li a {
	display:none !important;
	height:0px !important;
	width:0px !important;
}
/* */



.rmm-toggled {
	display:none;
	width:100%;
	position:relative;
	overflow:hidden;
	margin:0 auto !important;
}
.rmm-button:hover {
	cursor:pointer;
}
.rmm .rmm-toggled ul {
	display:none;
	margin:0px !important;
	padding:0px !important;
}
.rmm .rmm-toggled ul li {
	display:block;
	margin:0 auto !important;
}




/* GRAPHITE STYLE */


.rmm.graphite .rmm-toggled {
    background-color: #444;
    border-radius: 0;
    min-height: 36px;
    width: 100%;
}
.rmm.graphite .rmm-toggled-controls {
    background-image: none;
    border-radius: 0;
    color: white;
    display: block;
    height: 36px;
    position: relative;
    text-align: left;
}
.rmm.graphite .rmm-toggled-title {
	position:relative;
	top:9px;
	left:15px;
	font-size:16px;
	color:white;
	text-shadow:1px 1px 1px black;
}
.rmm.graphite .rmm-button {
	display:block;
	position:absolute;
	right:15px;
	top:8px;
}

.rmm.graphite .rmm-button span {
	display:block;
	margin-top:4px;
	height:2px;
	background:white;
	width:24px;
}
.rmm.graphite .rmm-toggled ul li a {
    background-color: #555555;
    border-bottom: 1px solid #333333;
    border-top: 1px solid #E3DACC;
    color: #E3DACC;
    display: block;
    padding: 0;
    text-align: center;
    text-shadow: none;
    width: 100%;
}
.rmm.graphite .rmm-toggled ul li a:active {
	background-color:#444444;
	border-bottom:1px solid #444444;
	border-top:1px solid #444444;
}


html {
    font-family: sans-serif;
}
.rmm.graphite .rmm-toggled ul li a {
    background-color: #724828;
    border-bottom: 1px solid #E3DACC;
    border-top: 1px solid #777777;
    color: #E3DACC;
    display: block;
    padding: 0;
    text-align: center;
    text-shadow: none;
    width: 100%;
}

.rmm.graphite .rmm-toggled ul li a:hover {
    background-color: #724828;
    border-bottom: 1px solid #E3DACC;
    border-top: 1px solid #777777;
    color: #fff;
    display: block;
    padding: 0;
    text-align: center;
    text-shadow: none;
    width: 100%;
}



html {
    font-family: sans-serif;
}
.rmm.graphite .rmm-toggled-controls {
    background: none repeat scroll 0 0 #724828;
    border-radius: 0;
    color: #E3DACC;
    display: block;
    height: 36px;
    position: relative;
    text-align: left;
}




}