
/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	width: 100%;
	position: absolute;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
    outline: none;
    width: 23px;
    height: 24px;
    padding: 8px;
    position: absolute;
    top: 2px;
    right: 0;
    cursor: pointer;
    color: #333333;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-weight: 700;
    background: transparent url(../img/svg/menu.svg) center center no-repeat;
    background-size: auto 54%;
}
.mean-container a.meanmenu-reveal.meanclose {
    text-indent: -999em !important;
    background: transparent url(../img/svg/close.svg) center center no-repeat;
    background-size: auto 80%;
}
@media screen and (max-width: 480px) {
    .mean-container a.meanmenu-reveal {
        top: 10px;
    }
}
.mean-container a.meanmenu-reveal span {
	display: none;
	background: #333333;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: #eceef0;
	margin-top: 53px;
    margin-bottom: 20px;
}

.mean-container .mean-nav ul {
    background: #eceef0;
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}
.mean-container .mean-nav ul li ul li {
    background-color: #d9dde1;
}
.mean-container .mean-nav ul li ul li ul li {
    background-color: #c7cdd3;
}

.mean-container .mean-nav ul li a,
ul.second-level-nav li a {
    font-size: 100%;
    line-height: 140%;
/*  line-height: 80%; */
	display: block;
	float: left;
	width: 90%;
    padding: .7em 5%;
/*	padding: 1em 5%; */
	margin: 0;
	text-align: left;
	color: #333333;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
	text-transform: none;
}

.mean-container .mean-nav ul li li a {
	width: 90%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}


.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 6px;
	width: 24px;
	height: 24px;
	padding: 8px !important;
	text-align: center;
	position: absolute;
	right: 2%;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
    background-image:  url(../img/svg/pfeil_rechts.svg);
    background-position: 11px 9px;
    background-repeat: no-repeat;
	border: none !important;
    border-top: 1px solid #383838;
    text-indent: -999em;
    background-color: transparent;
}

@media handheld, only screen and (max-width: 800px) {
    .mean-container .mean-nav ul li a.mean-expand {
        right: 3%;
    }
}

@media handheld, only screen and (max-width: 480px) {

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 6px;
	width: 24px;
	height: 24px;
	padding: 8px !important;
	text-align: center;
	position: absolute;
	right: 2%;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: rgba(255,255,255,0.1);
    background-image:  url(../img/svg/pfeil_rechts.svg);
    background-position: 11px 9px;
    background-repeat: no-repeat;
	border: none !important;
    outline: none !important;
    border-top: 1px solid #383838;
    text-indent: -999em;
    background-color: transparent;
}
    }

  
.mean-container .mean-nav ul li a.mean-expand.open {
    background-image:  url(../img/svg/pfeil_down.svg);
    background-position: 6px 9px;
    background-repeat: no-repeat;
    text-indent: -999em;
}


.mean-container .mean-nav ul li a.mean-expand:hover {
	background-color: transparent;
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

.mean-nav a br { display: none; }

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}
