#main_nav {
    text-align: left;
    background-color: #fff;
    width: 100%;
    z-index: 5700;
    padding-top: 40px;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    margin-top: 20px;
}


#sandwich.open span{
    background-color: #000 !important;
}


#sandwich div {
	clear: both;
	text-align: center;
	font-size: 15px;
	position: absolute;
	width: 44px;
	/*right: 0;*/
	top: 35px;
letter-spacing:0.15em;
font-weight:600;
}

#sandwich.open div{
display:none;
}

#sandwich {
    left: 0;
    right: initial;
    top: 38px;
}


.modul9001bme .row.sprungpfeil {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 5%;
    left: 0;
    font-size: .65em;
}

.bg_container.kopf {
    position: relative;
    z-index: 30;
}


header.h100p, header .hmax {
    height: 100%;
    height: 100vh;
    width: 100%;
    z-index:500;
    overflow:hidden;
}

header.h100p video
{
min-height:100%;
min-width:100%;

    width: 100%;
    left: -100%;


}

.movie header.h100p 
{
position:fixed;
left:0;
top:0;
}

.movie .wrapper
{
position:relative;
z-index: 600;
background-color: #fff;
top:100%;
top:100vh;
}
video
{
  object-fit: cover;

}

.introContainer .bmebtn
{
border:1px solid #fff;
	margin-top: 50px;
	display: inline-block;
	background-color: RGBA(100,100,100,.4);
	padding: 20px 40px;
}

.introContainer .bmebtn:hover
{
background-color: RGB(230,0,3);
border-color: RGB(230,0,3);
}


#header ul.ebene1 li
{
/* font-size:4em !important; */
}

#header ul.ebene1 li.nvp19 ,#header ul.ebene1 li.nvp20,#header ul.ebene1 li.nvp44
{
font-size:1em !important;
}

################## 360 / reel

.reel
{
width: 100%;height: auto;
position:relative;
z-index:100;
}

.reel .zoom,.reel .turn{
z-index:200;
 }
 
 @media screen and (max-width: 768px) {
 	.reel .zoom {
 		display: none;
 	}
 }
 
.reel .zoom::after,.reel .turn::after {
font-family: "Font Awesome 5 Free";
content: "\f06e";
font-size:2em;
position: absolute;
left: 0;
bottom: 5px;
z-index:200;
cursor:pointer;
 }

.reel .turn::after {
content: "\f021";
bottom:1.5em;
cursor:pointer;
}


.fancybox-stage .reel
{
width: 100%;height: auto;
}




a.bmebtn {
	-webkit-transition: color .3s linear;
	-moz-transition: color .3s linear;
	-ms-transition: color .3s linear;
	-o-transition: color .3s linear;
	transition: color .3s linear;
	-webkit-transition: background-color .3s linear;
	-moz-transition: background-color .3s linear;
	-ms-transition: background-color .3s linear;
	-o-transition: background-color .3s linear;
	transition: background-color .3s linear;
}