

#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: 3em;
	line-height: normal;
	position: absolute;
	right: 0.25rem;
	top: 0;
	margin-top: -0px;
	color: #323232;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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;
	background-size: 1.5rem auto;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;

}

.toChild.open:before {
	content: '';
	background-image: url('../Images/down.svg');
	transform: rotate(180deg)
}
.cbp-spmenu {
	background: var(--weiss);
	position: fixed;
	overflow: scroll;
}
.menublock {
	float: left;
	padding-top: 2rem;
	width: 100%;
}
.menublock .nav-icon {
	float: right;
	padding-top: 1.1875rem;
	padding-right: 1.1875rem;
	margin-right: 1rem
}
.menublock h3 {
	font-size: 2.85rem;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 1px solid var(--schwarz);
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
	padding-left: 1.5rem;
	color: var(--schwarz);
}
.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 var(--schwarz);
	padding-left: 1.5rem;
}

.menublock li.active ul {
	display: block;
}
.menublock a {
	display: block;
	color: var(--schwarz);
	font-size: 2.25rem;
	text-decoration: none;
	line-height: 2;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	font-weight: 400;
}
#nav-icon2 {
	
}
.menublock a span {
	color: var(--schwarz);
	opacity: 0;
}
.menublock a.active {
	font-weight: 700;
}
.menublock a:hover {
	
}


/*ebene 2*/
.menublock li ul {
	display: none;
	padding-bottom: 1rem;
}
.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 {
	line-height: 1.75;
	text-transform: none;
	font-weight: 400;
	font-size: 2rem;
}

.menublock ul ul li a:hover {

}

.menublock ul ul li a.active {
	
}

.menublock ul li ul li.last a,
.menublock ul li ul li.last a:link,
.menublock ul li ul li.last a:visited {
	
}
.menublock ul ul ul li a,
.menublock ul ul ul li a:link,
.menublock ul ul ul li a:visited {

}
.cbp-spmenu-vertical {
	width: calc(100% - 4.5rem);
	width: 100%;
	max-width: 100%;
	max-width: 32rem;
	height: 100%;
	top: 0;
	z-index: 1000;
	overflow: auto;
	left: -100%;
}

.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.cbp-spmenu-open {
	left: 0;
}
.cbp-spmenu {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.ctabutton {
	float: left;
	width: 100%;
	padding-top: 2rem;
	padding-left: 1.5rem;
}
.ctabutton img {
	width: 15rem;
}