

#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: 3.875em;
	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;
}
.has-submenu button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	width: 3em;
	height: 3.875em;
	line-height: normal;
	position: absolute;
	right: 0.25rem;
	top: 0;
	border: 0;
	border-radius: 0;
	background: none;
	background-image: url('../Images/down.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 1.25rem auto;
	appearance: none;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
}
.nav-icon:focus,
.nav-icon:active,
.has-submenu button:focus,
.has-submenu button:active {
	outline: 1px dashed var(--schwarz);
}
.open.has-submenu button {
	background-image: url('../Images/down.svg');
	transform: rotate(180deg)
}
.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.125rem 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: 5rem;
	width: 100%;
	position: relative;
	display: none;
	
}
.cbp-spmenu-open .menublock {
	display: block;
}
.openmenux > *:not(#cbp-spmenu-s1) {
    display: none !important;
}
.mobileopen {
	position: absolute;
	top: -4.625rem;
	right: 0rem;
	z-index: 10;
}
.menublock .nav-icon {
	float: right;
	padding-top: 1.1875rem;
	padding-right: 1.1875rem;
	margin-right: 1rem
}
.menublock .nav-icon span {
	opacity: 1;
}
.menublock h2 {
	font-size: 1.85rem;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 1px solid var(--schwarz);
	padding-bottom: 0.5rem;
	margin-bottom: 1rem;
	padding-left: 0.9375rem;
	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.1875rem;
	padding-left: 1rem;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.menublock li a {
	display: block;
	width: 90%;
	color: var(--schwarz);
	font-size: 1.25rem;
	text-decoration: none;
	line-height: 2.25;
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	padding-left: 0.1875rem;
	font-weight: 600;
}
#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: 0.5rem;
}
.menublock li ul li {
	padding-left: 1.25rem;
	border: 0;
}
.menublock li:focus-within > .submenu {
  	display: block; 
}
.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;
}
.menublock ul li a:focus,
.menublock ul li a:active {
	outline: 1px dashed var(--schwarz);
	/*text-decoration: underline;*/
}
.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: 26rem;
	max-width: 100%;
	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;
}

