/* launch bar when menu is not shown */
.mobilebarmenuck {
    display: none;
    position: absolute;
    z-index: 100; 
    top: 0;
    left: 0;
    height: 43px;
	width: 100%;
    background: #7fa8d6;
	background: -moz-linear-gradient(top,  #7fa8d6 0%, #5e88ae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7fa8d6), color-stop(100%,#5e88ae)); 
	background: -webkit-linear-gradient(top,  #7fa8d6 0%,#5e88ae 100%)
	background: -o-linear-gradient(top,  #7fa8d6 0%,#5e88ae 100%);
	background: -ms-linear-gradient(top,  #7fa8d6 0%,#5e88ae 100%);
	background: linear-gradient(to bottom,  #7fa8d6 0%,#5e88ae 100%);
	color: #fff;
    font-size: 1.2em;
	font-weight: bold;
	font-family: helvetica;
}

.mobilebuttonmenuck {
	float: right;
	z-index: 100;
	right: 0;
	top: 0;
	height: 35px;
    width: 35px;
	cursor: pointer;
	height: 100%;
}

.mobilebuttonmenuck:after {
	background: none;
	display: block;
	z-index: 100;
    height: 35px;
    width: 35px;
	content: "+";
	text-align: center;
	font-size: 1.8em;
	padding-top: 3px;
	height: 100%;
	line-height: 1.3em;
}

.mobilebarmenutitleck {
    font-size: 20px;
    padding: 3px 0 0 20px;
    line-height: 40px;
    color: #fff;
}

/* css for the mobile menu */
.mobilemaximenuck {
    background: none;
    color: #fff;
    font-size: 1.2em;
	font-weight: bold;
	font-family: helvetica;
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
	position: relative;
}

.mobilemaximenuck .topbar{
    height: 43px;
    background: #7fa8d6;
	background: -moz-linear-gradient(top,  #7fa8d6 0%, #5e88ae 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7fa8d6), color-stop(100%,#5e88ae)); 
	background: -webkit-linear-gradient(top,  #7fa8d6 0%,#5e88ae 100%)
	background: -o-linear-gradient(top,  #7fa8d6 0%,#5e88ae 100%);
	background: -ms-linear-gradient(top,  #7fa8d6 0%,#5e88ae 100%);
	background: linear-gradient(to bottom,  #7fa8d6 0%,#5e88ae 100%);
	position: relative;
}

.mobilemaximenuck .mobilemaximenucktitle {
    font-size: 20px;
    padding: 3px 0 0 20px;
    display: block;
    float: left;
	line-height: 35px;
}

.mobilemaximenuck .mobilemaximenuckclose {
	cursor: pointer;
}

.mobilemaximenuck .mobilemaximenuckclose:after {
    background: none;
    position: absolute;
	right: 0;
	top: 0;
    height: 35px;
    margin-right: 0px;
    width: 35px;
	content: "x";
	font-size: 1.8em;
	text-align: center;
}

.mobilemaximenuck div.maximenuck {
    cursor: pointer;
    background: #fdfdfd;
	background: -moz-linear-gradient(top,  #fdfdfd 0%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdfdfd), color-stop(100%,#eeeeee));
	background: -webkit-linear-gradient(top,  #fdfdfd 0%,#eeeeee 100%);
	background: -o-linear-gradient(top,  #fdfdfd 0%,#eeeeee 100%);
	background: -ms-linear-gradient(top,  #fdfdfd 0%,#eeeeee 100%);
	background: linear-gradient(to bottom,  #fdfdfd 0%,#eeeeee 100%);
    min-height: 35px;
    line-height: 35px;
    padding: 3px;
	position: relative;
	border-bottom: 1px solid #cacaca;
}

.mobilemaximenuck div.maximenuck:hover,
.mobilemaximenuck div.maximenuck:focus {
    background-color: #ebebeb;
}

.mobilemaximenuck div.maximenuck > a {
    color: #2b3942 !important;
    display: block;
    padding-left: 45px;
    text-decoration: none;
    text-align: left;
    min-height: 35px;
}

.mobilemaximenuck div span.descck {
    padding-left: 10px;
    font-size: 12px;
}

.mobilemaximenuck div.current {
    background: #ebebeb;
	border: none;
}

.mobilemaximenuck div.level1.maximenuck > a {
    background: none;
    padding-left: 15px;
}

.mobilemaximenuck div.level2.maximenuck > a {
    background: none;
    padding-left: 25px;
}

.mobilemaximenuck div.level2.maximenuck > a:before {
	display: block;
	float: left;
	height: 100%;
	content: "- ";
	margin-right: 3px;
}

.mobilemaximenuck div.level3.maximenuck > a {
    background: none;
    padding-left: 35px;
}

.mobilemaximenuck div.level3.maximenuck > a:before {
	display: block;
	float: left;
	height: 100%;
	content: "-— ";
	margin-right: 3px;
}

.mobilemaximenuck div.level4.maximenuck {
    background: #e3e3e3;
    padding-left: 45px;
}

/* for accordeon */
.mobilemaximenutogglericon:after {
	background: none;
    position: absolute;
	display: block;
	right: 0;
	top: 0;
    height: 35px;
    margin-right: 0px;
    width: 35px;
	content: "+";
	font-size: 2.5em;
	text-align: center;
	padding: 0;
	color: #2b3942;
	line-height: 40px;
}

.open .mobilemaximenutogglericon:after {
	content: "-";
	line-height: 35px;
}
