#cbp-spmenu-s1 .cbp-spmenu li ul {
	display: none;
	position: relative;
	z-index: 1000;
	margin: 0;
	padding: 0;
}

.cbp-spmenu li, .cbp-spmenu ul,
#cbp-spmenu-s1 ul, #cbp-spmenu-s1 ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.toChild {
	display: block;
	width: 52px;
	height: 43px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	line-height: normal;
	position: absolute;
	background: transparent;
	right: 0px;
	top: 0;
	margin-top: -0px;
	color: #333333;
	font-size: 22px;
	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/pfeil-r.svg');
	background-size: auto 16px;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.7;
}

.toChild.open:before {
	content: '';
	background-image: url('../Images/pfeil-down.svg');
	background-size: 16px auto;
}

.cbp-spmenu h3 {
	color: #F9FBF3;
	margin: 0;
	border-bottom: 1px solid #F9FBF3;
	padding-top: 25px;
	padding-bottom: 15px;
	text-transform: none;
	font-size: 26px;
	padding-left: 15px;
	letter-spacing: 0.01em;
	font-weight: normal;
	font-style: normal;
	font-weight: normal;
}

.cbp-spmenu {
	background: #374836;
	color: #F9FBF3;
	position: fixed;
	overflow: scroll;
}

.cbp-spmenu li {
	position: relative;
	border-bottom: 1px solid #F9FBF3;
}

.cbp-spmenu li ul.open {
	display: block;
}
.cbp-spmenu .sprachemobile a, .cbp-spmenu .sprachemobile .notranslate {
	display: inline-block;
	width: 60px;
	line-height: 32px;
	background: #F9FBF3;
	border: 1px solid #747a85;
	color: #F9FBF3;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	float: none;
}
.cbp-spmenu .sprachemobile .divsprache {
	display: none;
}
.cbp-spmenu .sprachemobile a.active {
	background: #7FAD18;
	border: 1px solid #F9FBF3;
	font-weight: normal;
	color: #F9FBF3;
	border-right: 0;
}
.cbp-spmenu .sprachemobile a.deutsch {
	border-right: 0 !important;
}
.menubuttons {
	padding: 15px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.menubutton2 {
	display: inline-block;
	float: left;
	width: 50%;
	padding-left: 7px;
	padding-right: 7px;
	text-align: center;
}
.cbp-spmenu .menubutton2 a {
	margin: 0;
	padding: 0;
	text-align: center;
}
.cbp-spmenu .menubutton2 a img {
	width: 100px;
	height: 100px;
}
.menubuttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#cbp-spmenu-s1 .menubuttons ul li,
.cbp-spmenu .menubutton {
	display: inline-block;
	float: left;
	width: 50%;
	padding-left: 7px;
	padding-right: 7px;
	border: 0;
}
.cbp-spmenu .menubuttons a {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	height: 80px;
	background: #7FAD18;
	background: #777777;
	color: #F9FBF3;
	letter-spacing: 0em;
	text-align: center;
	font-size: 13px;
}
.cbp-spmenu .menubuttons a.onlinebuchen {
	background-image: url('../Images/bett.svg');
	background-position: center 14px;
	background-repeat: no-repeat;
	background-size: 40px auto;
	padding-top: 49px;
}
.cbp-spmenu .menubuttons a.anfrage {
	background-image: url('../Images/hand.svg');
	background-position: center 14px;
	background-repeat: no-repeat;
	background-size: 40px auto;
	padding-top: 49px;
}
.cbp-spmenu a {
	display: block;
	color: #F9FBF3;
	font-size: 16px;
	text-decoration: none;
	line-height: 24px;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 9px;
	text-transform: uppercase;
	font-weight: 400;
}

.cbp-spmenu a.active {
	color: #F9FBF3;
	font-weight: 700;
}


/*ebene 2*/
.cbp-spmenu li ul {
	display: none;
}
.cbp-spmenu li ul li {
	border-bottom: 0px solid #F9FBF3;
}

.cbp-spmenu ul ul li a,
.cbp-spmenu ul ul li a:link,
.cbp-spmenu ul ul li a:visited {
	font-size: 14.5px;
	line-height: normal;
	text-transform: none;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 30px;
}

.cbp-spmenu ul li ul li.last a,
.cbp-spmenu ul li ul li.last a:link,
.cbp-spmenu ul li ul li.last a:visited {
	padding-bottom: 14px;
}


/*ebene 3*/

.cbp-spmenu ul ul ul li a,
.cbp-spmenu ul ul ul li a:link,
.cbp-spmenu ul ul ul li a:visited {

}


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

.cbp-spmenu-vertical {
	width: 300px;
	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: -300px;
}

.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: fadeIn .4s;
	  	-moz-animation: fadeIn .4s;
		animation: fadeIn .4s;
		animation: fadeIn .4s;
		display: none;
		z-index: 90;
	}
	.cbp-spmenu-left.cbp-spmenu-open {
		display: block;
		-webkit-animation: fadeIn .4s;
	  	-moz-animation: fadeIn .4s;
		animation: fadeIn .4s;
	}
	.sprachemobile, .menubuttons .linep, .hotline,
	#menumob_26,#menumob_27, #menumob_28, #menumob_69, #menumob_68, #menumob_67 {
		display: none;
	}
	.cbp-spmenu {
		background: #6d90a5;
		color: #F9FBF3;
	}
	#cbp-spmenu-s1 h3 {
		display: none;
	}
	.cbp-spmenu .containerx {
		padding-top: 90px;
		width: 1070px;
		max-width: 100%;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
		
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		
	}
	.stickywrap .cbp-spmenu .containerx {
		padding-top: 70px;
	}
	.toChild {
		display: none;
	}
	.toChild:before {
		display: none;
	}
	.cbp-spmenu li {
		border-bottom: 0px solid #F9FBF3;
		
	}
	.cbp-spmenu a {
		color: #F9FBF3;
		font-size: 20px;
		text-decoration: none;
		line-height: 30px;
		padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		text-transform: uppercase;
		font-weight: normal;
		margin-top: 20px;
	}
	.cbp-spmenu a:hover {
		text-decoration: underline;
	}
	.cbp-spmenu a.active {
		font-weight: normal;
	}
	/*ebene 2*/
	.cbp-spmenu li ul {
		display: block;
		padding-top: 3px;
	}
	.cbp-spmenu ul ul li a, .cbp-spmenu ul ul li a:link, .cbp-spmenu ul ul li a:visited {
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 27px;
		font-size: 16px;
		text-decoration: none;
		line-height: 24px;
		text-transform: none;
		font-family: 'PlutoCondLight'; font-weight: normal;
		margin-top: 0px;
	}
	.cbp-spmenu ul ul li a:hover,
	.cbp-spmenu ul ul li a.active {
		text-decoration: underline;
		font-family: 'PlutoCondLight'; font-weight: normal;
	}
	.colnav_1 {
		float: left;
		width: 38.317%;
		padding-left: 50px;
	}
	.colnav_2 {
		float: left;
		width: 35.514%;
		padding-left: 0px;
	}
	.colnav_3 {
		float: left;
		width: 26.129%;
		padding-left: 0px;
	}
	.cbp-spmenu .menubutton a.buchen, .cbp-spmenu .menubutton a.anfrage {
		background-image: none;
		padding-top: 0px;
		margin-top: 20px;
	}
	.cbp-spmenu .menubutton a.buchen {
		float: right;
	}
	.cbp-spmenu .menubutton {
		display: inline-block;
		float: left;
		width: 50%;
		padding-left: 7px;
		padding-right: 7px;
	}
	.cbp-spmenu .menubutton a {
		display: inline-block;
		margin: 0;
		padding: 0;
		float: left;
		width: 130px;
		height: auto;
		background: #7FAD18;
		color: #F9FBF3;
		font-weight: normal;
		letter-spacing: 0em;
		text-align: center;
		font-size: 16px;
		border: 1px solid #F9FBF3;
	}
	.cbp-spmenu .menubutton a:hover {
		text-decoration: none;
	}
	#anfragelistetop2 {
		display: none !important;
	}
}
@media screen and (min-width: 993px)  and (max-height: 750px) {
	.cbp-spmenu a {
		font-size: 18px;
		line-height: 27px;
		margin-top: 10px;
	}
	.cbp-spmenu ul ul li a, .cbp-spmenu ul ul li a:link, .cbp-spmenu ul ul li a:visited {
		font-size: 15px;
		line-height: 20px;
	}
}
@media screen and (max-width: 1280px) {
	.cbp-spmenu .containerx,
	.stickywrap .cbp-spmenu .containerx {
		padding-top: 70px;
	}
}
@media screen and (max-width: 992px) {
	.cbp-spmenu .containerx,
	.stickywrap .cbp-spmenu .containerx {
		padding-top: 0px;
	}
}
		
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	