	.bg_menu {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.bg_menu_i {
	position: absolute;
	z-index: 2;
	width: 100%;
	filter: brightness(140%);
	height: 100vh;
	overflow: hidden;
	/*-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 5.3s ease;
	transition-delay: 0.2s;*/
}
.cbp-spmenu-open .bg_menu_ix {
	filter: brightness(120%);
}
.bg_menu_i img {
	float: left;
	width: 100%;
	height: 100vh;
}
.bg_menu_blur {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100vh;
	-webkit-backdrop-filter: blur(3.125rem);
    backdrop-filter: blur(3.125rem);
	background-color: rgba(255, 255, 255, 0.5);
	/*-webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 5.8s ease;
	transition-delay: 0.8s;*/
}
.cbp-spmenu-open .bg_menu_blurx {
	-webkit-backdrop-filter: blur(3.125rem);
    backdrop-filter: blur(3.125rem);
}
.groeller-menu {
	position: absolute;
	bottom: 2.5rem;
	left: 50%;
	transform: translate(-50%, 0);
}

.groeller-menu svg,
.groeller-menu img {
	vertical-align: middle;
	width: 8.75rem;
	height: auto;
}
.groeller-menu svg path {
	fill: var(--orange);
}
.page-layout-1 .groeller-menu svg path {
	fill: var(--ockertogelb);
}
.sprache {
	float: left;
	width: auto;
}
.sprache,
.sprache a,
.sprache a.active {
	color: var(--weiss);
}
.page-layout-1 .sprache,
.page-layout-1 .sprache a,
.page-layout-1 .sprache a.active {
	color: var(--ockertogelb);
}
.page-layout-1 #headermenu .sprache,
.page-layout-1 #headermenu .sprache a,
.page-layout-1 #headermenu .sprache a.active {
	color: var(--ockertogelb);
}
#cbp-spmenu-s1 .sprache,
#cbp-spmenu-s1 .sprache a,
#cbp-spmenu-s1 .sprache a.active {
	color: var(--orange);
}

#header .sprache,
#header .sprache a,
#header .sprache a.active,
#headerfix .sprache,
#headerfix .sprache a,
#headerfix .sprache a.active{
	font-size: 1.25rem;
}

.notranslate,
.sprache a {
	float: none;
	margin: 0;
	font-weight: 700;
	margin-left: 0.25rem;
	margin-right: 0.25rem;
}
.sprache a.active {
	text-decoration: underline;
}
.switchlayout {
	position: relative;
  	float: left;
	width: auto;
	margin-left: 1rem;
	margin-right: 0.25rem;
	margin-top: 0.5rem;
	overflow: hidden;
}
.switcho {
	float: left;
	width: 1.5rem;
	height: 1.5rem;
	border: 1px solid var(--orange);
	border-radius: 100%;
	overflow: hidden;
	position: relative;
}
.page-layout-1 .switcho {
	border: 1px solid var(--ockertogelb);
}
.switch {
  	position: relative;
  	display: inline-block;
  	width: 4.1875rem;
	width: 1.5rem;
  	height: 2.4375rem;
	height: 1.5rem;
	margin-top: 0.5rem;
	margin-left: 0.75rem;
	margin-right: 0.25rem;
	overflow: hidden;
}
.switchlayout a {
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	text-indent: -99999px;
	
	cursor: pointer;
	margin: 0;
	z-index: 5;
}
.switchlayout a::before {
	width: 100%;
	height: 100%;
	left: 50%;
	background: var(--orange);
	content: '';
	position: absolute;
}
.page-layout-1 .switchlayout a::before {
	background: var(--ockertogelb);
}
.switchlayout a + a::before {
	width: 100%;
	height: 100%;
	right: 50%;
	left: auto;
	background: var(--orange);
	content: '';
	position: absolute;
}
.page-layout-1 .switchlayout a + a::before {
	background: var(--ockertogelb);
}
.switchlayout a.active {
	z-index: 2;
	opacity: 0;
}

/* Hide default HTML checkbox */
.switch input {
  	opacity: 0;
  	width: 0;
  	height: 0;
}

/* The slider */
.slider {
  	position: absolute;
  	cursor: pointer;
  	top: 0;
  	left: 0;
  	right: 0;
  	bottom: 0;
  	background-color: transparent;
	border: 1px solid var(--orange);
  	-webkit-transition: .4s;
  	transition: .4s;
	overflow: hidden;
}
.page-layout-1 .slider {
	border: 1px solid var(--ockertogelb);
}
.slider:before {
  	position: absolute;
  	content: "";
  	height: 2.3125rem;
	height: 1.5rem;
  	width: 2.3125rem;
	width: 0.6875rem;
  	left: 0px;
  	bottom: 0px;
  	background-color: var(--orange);
  	-webkit-transition: .4s;
  	transition: .4s;
}
.page-layout-1 .slider::before {
	background-color: var(--ockertogelb);
}
input:checked + .slider {
  	background-color: transparent;
}

input:focus + .slider {
  
}

input:checked + .slider:before {
  	-webkit-transform: translateX(0.75rem);
  	-ms-transform: translateX(0.75rem);
  	transform: translateX(0.75rem);
}

/* Rounded sliders */
.slider.round {
  	border-radius: 0.75rem;
}

.slider.round:before {
  	left: 0%;
}
.menu li ul {
	position: relative;
	z-index: 1000;
	margin: 0;
	padding: 0;
}

.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.cbp-spmenu {
	background: var(--weisstoblack);
	position: fixed;
	overflow: scroll;
}
.menublock {
	float: left;
	width: 100%;	
	position: relative;
	height: 100vh;
	z-index: 55;
}
.hover-helper {
	position: absolute;
    right: calc(50% - 17rem);
	right: calc(50% - 3.75rem);
    content: "";
    top: -33vh;
    bottom: auto;
    width:17.75rem;
	height: 100vh;
    display: none;
	z-index: 999999999999999;
}
li:hover .hover-helper {
	display: block;
}
.toChild {
	display: none;
	width: 3.25em;
	height: 4rem;
	line-height: normal;
	position: absolute;
	right: 0px;
	top: 0;
	margin-top: -0px;
	color: #333333;
	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/plus.svg');
	background-size: 1rem auto;
	background-position: right center;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.toChild.open:before {
	content: '';
	background-image: url('../Images/close.svg');
	background-size: 0.875rem auto;
	background-position: right 0.0625rem center;
}

.page-layout-1 .toChild:before {
	background-image: url('../Images/plus-o.svg');
}

.toChild.open:before {
	content: '';
	background-image: url('../Images/close.svg');
	background-size: 0.875rem auto;
	background-position: right 0.0625rem center;
}
.page-layout-1 .toChild.open:before {
	background-image: url('../Images/close-o.svg');;
}
.menu {
	position: absolute;
	top: 50%;
	z-index: 65;
	width: 100%;
	transform: translate(0, -50%);
}
.menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
	position: relative;
}
.menu ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 68.375%;
	width: 50%;

}
.menu ul li:hover {
	width: 100%;
}
.menu ul li a {
	font-family:"Clearface ITC W01 Bold";
	font-weight: normal;
	line-height: 1.06;
	line-height: 1.1764;
	font-size: 6.25rem;
	font-size: 5.3125rem;
	font-size: 9.952vh;
	font-size: 7.87vh;
	display: block;
	width: 50%;
	width: 100%;
	width: 40.625rem;
	width: 100%;
	padding-right: 7.5rem;
	padding-right: 0;
	color: var(--orange);
	text-decoration: none;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.page-layout-1 .menu ul li a {
	color: var(--ockertogelb);
}
.menu ul li a.active span {
	text-decoration: underline;
	text-decoration-thickness: 0.25rem; 
	text-underline-position: auto;
}
.menu ul li:hover a,
.menu ul li a:hover {
	
}
.menu ul li a sup {
	font-family: "Moderat";
    font-weight: 400;
	top: -0.4em;
	padding-left: 0.45em;
	font-size: 0.66em;
	text-decoration: none;
}
.menu ul li a.active sup {
	text-decoration: none;
}
.menuxx ul li:hover a {
	width: 50%;
}
.menu ul li .level-2 {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 31.625%;
	width: 50%;
	height: 100%;
	position: absolute;
	left: calc(68.375% - 5.5rem);
	left: 50%;
	/*left: 68.375%;*/
	padding-left: 7.5rem;
	padding-left: 0;
	padding-left: 5rem;
	padding-left: 3.75rem;
	top: 0%;
	z-index: -1;
	transition: opacity 0.4s ease-in-out,transform 0.4s ease-in-out;
	opacity: 0;
	transform: translate(0, -0%) translateX(-6.25rem);
	pointer-events: none;
}
.menu ul li:hover .level-2 {
	opacity: 1;
	z-index: 2;
	pointer-events: all;
	transform: translate(0, -0%) translateX(-0px);
}
.menu ul li ul {
	position: absolute;
	top: 0%;
	padding-top: 0.5rem;
	transform: translate(0, -0%);
}
.menu ul ul::before,
.menu ul ul::after {
	display: none;
}
.menu ul li ul li{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	padding-right: 0;
	width: 100%;
}
.menu ul li ul li a {
	font-family: "Moderat";
    font-weight: 400;
	font-size: 3.125rem;
	font-size: 2.5rem;
	font-size: 4.629vh;
	font-size: 3.703vh;
	text-decoration: none;
	line-height: 1.4;
	line-height: 1.5;
	text-transform: uppercase;
	position: relative;
	border: 0;
	width: 100%;
	display: inline-block;
	text-align: left;
	
}
.menu ul li ul li a.active,
.menu ul li ul li a:hover {

}
.menu ul li:hover li a {

}
@media (max-aspect-ratio: 16/9) {
	.menu ul li a {
		font-size: 5.3125rem;
	}
	.menu ul li ul li a {
		font-size: 2.5rem;
	}
}

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

.cbp-spmenu-vertical {
	width: calc(100% - 4.5rem);
	width: 100vw;
	max-width: 30rem;
	max-width: 100%;
	height: 100vh;
	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;
	}
	
}
