.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: #233b5f;
}

.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: #233b5f;
  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: #fff;
  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: #233b5f;
  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: #233b5f;
  width: 370px;
  max-width: calc(100vw - 60px);
}


.agenda-button-wrapper {
  position: absolute;
  top: 60px;
  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;
}

.agenda-button-wrapper .maxHeightAnimate {
  transform: translateY(-120px);
  overflow-y: hidden;
}

.content-container {
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow-y: auto;
  padding-right: 10px;
  height: calc(100% - 60px);
}

.event-preview-content {
  height: 100%;
  overflow-y: hidden;
  z-index: 999;
  width: 300px;
}

.tab-menu {
  background: #1a5694;
  height: 60px;
  width: 300px;
  border-bottom: 1px solid white;
}

.tab-menu .item {
  height: 60px;
  width: 60px;
}

.tab-menu .item:hover,
.tab-menu .item.active {
  color: var(--dark);
}

.tab-menu .item.agenda-item {
  background-image: url('./img/agenda.png');
  background-size: contain;
}
.tab-menu .item.documents-item {
  background-image: url('./img/download.png');
  background-size: contain;
}
.tab-menu .item.chat-item {
  background-image: url('./img/chat_white.png');
  background-size: contain;
}
