index_alternativebody{
  margin: 0;
  padding: 0;
}
#header{
  position: fixed;
  width: 100%;
  height:150px;
  top: 0px;
  left: 0px;
  background: #003333;
  z-index: 1;
  overflow: hidden;
}
#footer{
  position: fixed;
  width: 100%;
  height:30px;
  bottom: 0px;
  left: 0px;
  background: #003333;
  z-index: 1;
}
#logo-container{
  position: relative;
  width: 300px;
  height: 100px;
  top: 20px;
  margin-left: auto;
  margin-right: auto;

}

#logo{
  position: absolute;
  width:300px;
  height:50px;
  top: -10px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;

}
#sub-logo{
  position: absolute;
  width:300px;
  height:20px;
  top: 30px;
  left:2px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
}
#sub-sub-logo{
  position: absolute;
  width:300px;
  height:20px;
  top: 60px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
#glow_logo{
  position: absolute;
  width: 1px;
  height: 1px;
  top:40px;
  left: 150px;
  border-radius: 1px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 0px 80px 35px #0ff;
  z-index: 0;
}
#call-container{
  position: relative;
  width:160px;
  height:40px;
  left: 0px;
  top: 5px;
  margin-left: auto;
  margin-right: auto;
  z-index: 4;


}
#call{
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    float: left;
    cursor: pointer;

}
#call_svg{
  position: absolute;
  left:7.5px;
  top:7.5px;
  width:25px;
}
#mail{
    position: relative;
    width: 40px;
    height: 40px;
    top:0px;
    margin-left: auto;
    margin-right: auto;
    float: right;
    cursor: pointer;

  }
  #mail_svg{
    position: absolute;
    left:7.5px;
    top:9px;
    width:25px;
  }
  #lang-container{
    position: relative;
    width:65px;
    height:40px;
    left: 10px;
    top: 30px;
    float: left;
    z-index: 4;

  }


#menue-button{
  position: relative;
  width: 80px;
  height: 80px;
  top:-100px;
  left:0px;
  float:right;
  z-index:4;


}
#menue-first{
  position: absolute;
  width: 40px;
  height:3px;
  top: 37px;
  left: 20px;
  border-radius: 2px;
  background: #fff;
}
#menue-second{
  position: absolute;
  width: 40px;
  height:3px;
  top: 47px;
  left: 20px;
  border-radius: 2px;
  background: #fff;
}
#menue-third{
  position: absolute;
  width: 40px;
  height:3px;
  top: 57px;
  left: 20px;
  border-radius: 2px;
  background: #fff;
}
#menue-close-first{
  position: absolute;
  transform: rotate(45deg);
  width: 40px;
  height:3px;
  top: 50px;
  left: 20px;
  border-radius: 2px;
  background: #fff;
}

#menue-close-second{
  position: absolute;
  transform: rotate(-45deg);
  width: 40px;
  height:3px;
  top: 50px;
  left: 20px;
  border-radius: 2px;
  background: #fff;
}

#main{
  position: absolute;
  width: 100%;
  top: 150px;
  left: 0px;
  background: #fff;
  z-index: 0;

}
#main_index{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 150px;
  left: 0px;
  z-index: 0;


}
#menue{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0px;
  left: 0px;
  background: #fff;
}
.menue-section{
  position: relative;
  width: 100%;
  height: 40px;
  padding-top: 20px;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  box-shadow: 0px 10px 15px #003333;

}
.objekt{
  position: relative;
  width: 300px;
  height: 350px;
  margin:15px;
  overflow: hidden;
  box-shadow: 0px 3px 10px #003333;

}
.objekt-text{
  position: relative;
  width:80%;
  left: 10%;
  height: 25%;
  margin-top: 5%;


}
#objekt-container{
  position: relative;
  width:100%;
  height: 100%;
  top:0px;

}
p{
  margin-left:10%;
  margin-right: 10%;
  margin-top: 5%;
}
#footer_impressum_link{
  width:80px;
  margin-top: 3px;
  margin-right: 20px;

}
#footer_datenschutz_link{
  width:80px;
  margin-top: 3px;
  margin-left: 20px;

}
#footer_kontakt_link{
  width:80px;
  margin-top: 3px;
  margin-left: calc(50% - 140px);
  margin-right: 20px;

}
.backgroundvideos{
  position: absolute;
  opacity: 0;
}
