
#cbp-spmenu-s1 .container {
	padding: 0;
}
.menublock li ul {
	position: relative;
	z-index: 1000;
	margin: 0;
	padding: 0;
}

.menublock ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.toChild {
	width: 3em;
	height: 2.25em;
	line-height: normal;
	position: absolute;
	right: 0px;
	top: 0;
	margin-top: -0px;
	color: #323232;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	/* Safari/Chrome, other WebKit  */
	-moz-box-sizing: border-box;
	/* Firefox, other Gecko         */
	box-sizing: border-box;
	text-align: center;
}

.toChild.open {}

.toChild:before {
	content: '';
	text-align: center;
	background-image: url('../Images/down.svg');
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.toChild.open:before {
	content: '';
	background-image: url('../Images/down.svg');
}
.cbp-spmenu {
	background: #ffffff;
	position: fixed;
	overflow: scroll;
}
.menublock {
	float: left;
	width: 100%;
	padding-top: 2.25rem;
}
.menublock h3 {
	font-size: 1.75rem;
	font-weight: 300;
	text-transform: uppercase;
	border-bottom: 1px solid #d9d8d8;
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
	padding-left: 0.9375rem;
}
.menublock ul {
	margin:0; 
  	padding:0;
  	position: relative;
  	list-style: none;
  
    width: 100%;
}
.menublock li {
	margin: 0;
  	padding: 0;
  	list-style: none;
 	 display: block;
  	z-index: 99;
  	text-decoration: none;
	position: relative;
	border-bottom: 1px solid #d9d8d8;
	padding-left: 0.9375rem;
}

.menublock li ul.open {
	display: block;
}
.menublock a {
	display: block;
	color: #323232;
	font-size: 1.25rem;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 2;
	font-weight: 400;
}

.menublock a.active {
	font-weight: 600;
	color: #002E5F;
}
.menublock a:hover {
	color: #002E5F;
}


/*ebene 2*/
.menublock li ul {
	display: none;
	padding-bottom: 0.5rem;
}
.menublock li ul li {
	padding-left: 1.25rem;
	border: 0;
}

.menublock ul ul li a,
.menublock ul ul li a:link,
.menublock ul ul li a:visited {
	font-size: 1.0625rem;
	line-height: 1.75;
	text-transform: none;
}

.menublock ul ul li a:hover {
	color: #002E5F;
}

.menublock ul ul li a.active {
	font-weight: 600;
}

.menublock ul li ul li.last a,
.menublock ul li ul li.last a:link,
.menublock ul li ul li.last a:visited {
	
}


/*ebene 3*/

.menublock ul ul ul li a,
.menublock ul ul ul li a:link,
.menublock ul ul ul li a:visited {

}


/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: calc(100% - 4.5rem);
	height: 100%;
	top: 0;
	z-index: 1000;
	overflow: auto;
}

.cbp-spmenu-open {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.40);
	-moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.40);
	box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.40);
}

.cbp-spmenu-left {
	left: -120%;
}

.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 240px;
}

.cbp-spmenu-push-toleft {
	left: -240px;
}


/* Transitions */

.cbp-spmenu
/*,
.cbp-spmenu-push*/

{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media screen and (min-width: 993px) and (min-height: 650px) {
	.cbp-spmenu-left {
		left: 0;
		top: 0;
		width: 100%;
		-webkit-animation: fadeOut .4s;
	  	-moz-animation: fadeOut .4s;
		animation: fadeOut .4s;
		visibility: hidden;
		opacity: 0;
		z-index: 99999990;
	}
	.cbp-spmenu-left.cbp-spmenu-open {
		visibility: visible;
		opacity: 1;
		-webkit-animation: fadeIn .4s;
	  	-moz-animation: fadeIn .4s;
		animation: fadeIn .4s;
	}
	
}
