.allwrap {
	position: relative;
	z-index: 4;
	left:0px;
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.7);
	background: #1d1d1b;
	min-height: 100%;
}

.allwrap .tmenuoverlay {
	background:rgba(0,0,0,0.5);
	height:100%;
	width:100%;
	z-index: 350;
	position: absolute;
	display: none;
}

.touch-menu {
	position: fixed;
	height:100%;
	width:300px;
	background:#fff;
	top:0;
	right:0px;
	z-index: 2;
}

.tmenu-close {
    background:url(../../images/2.0/2x-closebtn.png) no-repeat center;
	background-size:50px auto;
	height:50px;
	width:50px;
    cursor: pointer;
    font-size: 38px;
    position: absolute;
    right: 20px;
	line-height: 1;
    top: 20px;
	z-index: 200;
}

.tmenu-close:hover {
	color:#fff;
}

.tmenu-inner > li a{
	color:#fff;
}

.tmainnav {
	margin:60px 0px 0px 0px;
	padding:0;
}

.tmenu-inner li {
	font-size:22px;
	color:#4d4d4d;
	list-style: none;
	margin:0px 0px;
    border-bottom: 1px solid #efefef;
    display: block;
    line-height: 60px;
    margin: 0;
	padding-left:20px;
	cursor: pointer;
	font-weight: 200;
}

.tmenu-inner li a {
	color:#4d4d4d;
	display: block;
}

.tmenu-inner .tsubnav li a:hover {
	text-shadow: 0px 0px 2px rgba(0,0,0,0.4);
}

.tmainnav > li.inaktiv {
	border-bottom:none
}

.tmainnav > li a:focus,
.tmainnav > li a:hover{
	text-decoration: none;
}

.tmainnav > li:hover {
	text-decoration: none;
	background:rgba(0,0,0,0.1);
}

.tmainnav > li.open {
	background:#f3f3f3;
}

.tmainnavwrap{
    float: left;
    min-height: 100%;
    left: 0;
    padding-bottom: 40px;
    position: relative;
    width: 300px;
	background:#fff;
}

.tsubnav {
    left: 300px;
    position: absolute;
    top: 80px;
    width: 300px;
	display: none;
}

.tmenu-inner .tsubnav li {
	font-size:17px;
    line-height: 40px;
	padding-left:30px;
	cursor: pointer;
	border: none;
}

.tmenu-inner li.open .tsubnav  {
	display: block;
}

.tmenu-inner {
    background: none repeat scroll 0 0 #f3f3f3;
    height: 100%;
    overflow-y: auto;
    position: relative;
    width: 600px;
}

.tsprachswitcher.mswitcher {
	position: absolute;
	left:0;
	top:0;
}

.tsprachswitcher.mswitcher ul {
	margin:0;
	padding:0;
}

.tsprachswitcher.mswitcher li {
	float:left;
	border:0;
	line-height:45px;
	padding-left:11px;
	font-size:18px;
}

.tsprachswitcher.mswitcher li.aktiv {
	background:#f3f3f3;
}

.tsprachswitcher.mswitcher li.aktiv a{
	font-weight: 600;
}

.tsprachswitcher.mswitcher {
	background:none;
	padding-top:0;
}


.tmenu-back {
	background: url(../../images/2.0/menu-back.png) no-repeat;
	background-size: 21px auto;
    color: #FFFFFF;
    height: 26px;
    position: absolute;
    right: 261px;
    top: 31px;
	z-index: 2;
	cursor: pointer;
	border:none !important;
	width:20px;
	display: none;
}

.ebene2 .tmenu-back {
	display: block;
}

@media (min-width: 768px) {
	.ebene2 .tmenu-back {
		display: none;
	}
}

/* TRIGGER AUSSEHEN */

.tmenutrigger {
	float: right;
	position: absolute;
    top:20px;
	right:20px;
	cursor: pointer;
	z-index: 200;
}


.tmenutrigger h2 {
	float:left;
	color:#fff;
	font-size: 15px;
	color:#000;
	margin: 0;
	font-weight: 200;
	margin-right: 18px;
	text-transform: uppercase;
	margin-top:12px;
}


.triggerm {
	float:right;
	width:45px;
	margin-left: 0px;
	margin-top:5px;
}

.iconbar {
    background: none repeat scroll 0 0 #4d4d4d;
    display: inline-block;
    float: left;
    height: 1px;
    width: 45px;
	margin:5px 0px;
	transition: all ease-in-out 0.2s;
}


.tmenutrigger:hover .iconbar {
    background: none repeat scroll 0 0 #fff;
}