.scene-menu-overlay {
  position: absolute;
  top: 50px;
  height: 50px;
  overflow-y: visible;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
  z-index: 9999;
}

.toggle-menu {
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 5px;
  padding-right: 5px;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  z-index: 1000;
  background: #a1cd3a;
}

.toggle-menu i {
  position: absolute;
  display: block;
  height: 2px;
  background: #fff;
  width: 40px;
  left: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toggle-menu i:nth-child(1) {
  top: 16px;
}

.toggle-menu i:nth-child(2) {
  top: 24px;
}

.toggle-menu i:nth-child(3) {
  top: 32px;
}

.toggle-menu.active i:nth-child(1) {
  top: 25px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.toggle-menu.active i:nth-child(2) {
  background: transparent;
}

.toggle-menu.active i:nth-child(3) {
  top: 25px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.relative {
  position: relative;
}

.maxHeightAnimate {
  position: absolute;
  top: 0;
  overflow-y: auto;
  background: #a1cd3a;
  transition: height 1s linear;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
}

.line {
  position: absolute;
  left: 10px;
  height: 4px;
  width: 32px;
  background: #fff;
  border-radius: 2px;
  display: block;
  transition: 0.5s;
  transform-origin: center;
}

.line:nth-child(1) {
  top: 12px;
}
.line:nth-child(2) {
  top: 24px;
}
.line:nth-child(3) {
  top: 36px;
}

.menu-btn {
  width: 370px;
  max-width: calc(100vw - 60px);
  text-align: center;
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #000;
  font-weight: 400;
  font-size: 1.75em;
  font-family: 'FrutigerNextW01-Regular', 'Open Sans';
  background-color: rgba(0, 0, 0, 0);
  padding: 7px;
}

.menu-btn:hover {
  color: #fff;
}

.link {
  font-size: 20px;
  margin-top: 30px;
}

.link a {
  color: #000;
  font-size: 25px;
}

.privacy,
.imprint {
  font-size: 0.75em;
}

.info-button-wrapper {
  position: absolute;
  top: 110px;
  height: 50px;
  overflow-y: visible;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
  z-index: 9998;
}

.toggle-info {
  color: white;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 5px;
  padding-right: 5px;
  width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  z-index: 1000;
  background: #c00000;
  font-size: 1.3em;
  font-weight: bold;
}

.toggle-info:hover {
  font-size: 1.6em;
  text-decoration: none;
}

.toggle-info i {
  position: absolute;
  display: block;
  height: 2px;
  background: #fff;
  width: 0px;
  left: 0px;
  -webkit-transition: all 0s;
  transition: all 0s;
}

.toggle-info i:nth-child(1) {
  top: 16px;
}

.toggle-info i:nth-child(2) {
  top: 24px;
}

.toggle-info i:nth-child(3) {
  top: 32px;
}

.toggle-info.active i:nth-child(1),
.toggle-info.active i:nth-child(3) {
  width: 40px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.toggle-info.active i:nth-child(1) {
  top: 25px;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.toggle-info.active i:nth-child(2) {
  background: transparent;
}

.toggle-info.active i:nth-child(3) {
  top: 25px;
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.info-wrapper {
  position: absolute;
  top: 0px;
  left: 50px;

  color: white;
  background: #c00000;
  background: #c00000;
  width: 370px;
  max-width: calc(100vw - 60px);
}
