

.cbp-spmenu {
	
	position: fixed;
	overflow: scroll;
}

/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
	width: 30rem;
	height: 100%;
	top: 0;
	z-index: 1000;
	overflow: auto;
	background-color: #ffffff;
	background-size: cover;
	padding-top: 0rem;
}

.cbp-spmenu-open {
	
}

.cbp-spmenu-left {
	right: -100%;
}

.cbp-spmenu-left.cbp-spmenu-open {
	right: 0px;
}

/* Transitions */

.cbp-spmenu
/*,
.cbp-spmenu-push*/

{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.4s ease;
}
#menublock ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 5rem;
	margin-top: 8vh;
}
#menublock ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#menublock ul li a {
	font-weight: 300;
	color: #010101;
	font-size: 1.25rem;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.95;
	position: relative;
}
#menublock ul li a:hover {
	
}
#menublock ul li a::before {
	content: '';
	position: absolute;
	bottom: -0.25rem;
	width: 0%;
	height: 0.125rem;
	background: #010101;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#menublock ul li a.active::before,
#menublock ul li a:hover::before {
	width: 100%;
}
#menublock ul li ul{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 0.25rem;
	margin-bottom: 0.5rem;
}
#menublock ul li ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#menublock ul li ul li a{
	font-size: 1rem;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 1.95;
	padding-left: 1.75rem;
}

#menublock ul li ul li a.active,
#menublock ul li ul li a:hover{
	
	background-image: url('../Images/pfeil.svg');
	background-size: 1.25rem auto;
	background-position: left center;
	background-repeat: no-repeat;
	position: relative;
}

#menublock ul li ul li a::before {
	display: none;
}


.cbp-spmenu-open {
	box-shadow: 0.3125em 0.3125em 1.25em #00000019;
}












