/***************
  Colors
****************/
/***************
  Font sizing
****************/
/***************
  Sizing
****************/
/***************
  Mixins
****************/
/***************
  Base
****************/
html,
body,
#mainViewDiv, #appDiv, #popup {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
}

#appDiv {
  top: 0;
  pointer-events: none;
  position: absolute;
  overflow: hidden;
}

#mainViewDiv {
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

/***************
  Typography
****************/
#appDiv {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  text-shadow: 1px 1px 5px rgb(70, 70, 70);
}
#appDiv a {
  color: #fff;
  text-decoration: underline;
}
#appDiv h1, #appDiv h2, #appDiv h3, #appDiv h4, #appDiv h5 {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-stretch: "condensed";
  pointer-events: all;
  font-weight: 900;
  text-shadow: 0 0 5px rgb(70, 70, 70);
}
#appDiv h1.slash-title, #appDiv h2.slash-title, #appDiv h3.slash-title, #appDiv h4.slash-title, #appDiv h5.slash-title {
  text-transform: none;
  font-family: "Avenir Next";
  font-stretch: "normal";
  font-weight: normal;
}
#appDiv h1.slash-title::before, #appDiv h2.slash-title::before, #appDiv h3.slash-title::before, #appDiv h4.slash-title::before, #appDiv h5.slash-title::before {
  content: "/";
  margin-right: 10px;
}
#appDiv h1.inline, #appDiv h2.inline, #appDiv h3.inline, #appDiv h4.inline, #appDiv h5.inline {
  margin-right: 10px;
}
#appDiv h2.slash-title {
  margin-bottom: 50px;
  margin-top: 30px;
}
#appDiv h5.inline {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
}
#appDiv .inline {
  display: inline;
}
#appDiv p {
  pointer-events: all;
}
#appDiv h1 {
  font-family: "Roboto Condensed", sans-serif;
  font-stretch: "condensed";
  font-weight: 900;
  font-size: 85px;
  line-height: 85px;
  margin-bottom: 30px;
}

@media (max-width: 1400px) {
  #appDiv {
    font-size: 12px;
    line-height: 17px;
  }
  #appDiv .active .viewpoints {
    margin-top: 50px;
  }
  #appDiv .active .viewpoints h2.slash-title {
    margin-bottom: -5px;
  }
  #appDiv .active .viewpoints .viewpoint {
    font-size: 21px;
  }
  #appDiv #surroundings h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  #appDiv #surroundings .slash-title.width-toggle {
    font-size: 20px;
  }
  #appDiv #surroundings .content {
    font-size: 17px;
  }
  #appDiv #surroundings .content {
    line-height: 30px;
  }
  #appDiv #surroundings .content svg {
    width: 13px;
    vertical-align: -2px;
  }
  #appDiv #surroundings .element a {
    margin-left: 8px;
  }
  #appDiv #menu {
    font-size: 18px;
  }
  #appDiv #menu .slash {
    margin-left: 20px;
    margin-right: 15px;
  }
  #appDiv .side-container {
    max-width: 290px;
  }
  #appDiv h1 {
    font-size: 50px;
    line-height: 50px;
  }
  #appDiv h2.slash-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 25px;
  }
  #appDiv .timetable {
    margin-top: 20px;
  }
  #appDiv .timetable .daytime {
    height: 20px;
  }
  #appDiv .timetable .daytime h2 {
    font-size: 20px;
    margin-top: -4px;
  }
  #appDiv .timetable .daytime h3 {
    font-size: 15px;
    margin-bottom: 3px;
  }
  #appDiv #surroundings .content {
    margin-top: 0px;
  }
  #appDiv .active .floor-selector .level:first-child {
    margin-top: 0;
  }
  #appDiv #floors h1 {
    font-size: 40px;
    line-height: 40px;
    margin-left: 70px;
    width: 220px;
  }
  #appDiv #floors h1.number {
    font-size: 100px;
    margin-top: 20px;
    margin-left: 0;
  }
  #appDiv #floors h3.subtitle {
    font-size: 25px;
    margin-left: 75px;
    letter-spacing: 4px;
  }
  #appDiv #floors .level {
    margin-top: 33px;
    margin-left: 12px;
  }
  #appDiv .side-container.left .pane {
    width: 290px;
  }
}
/***************
  Layout
****************/
.side-container {
  top: 0;
  position: absolute;
  max-width: 390px;
  margin: 50px;
}

.side-container.left {
  left: 0;
}

.side-container.right {
  right: 0;
  margin-top: 20px;
  text-align: right;
}

#menu {
  pointer-events: all;
  text-align: center;
  position: absolute;
  left: 0;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 23px;
  font-family: "Avenir Next";
  font-stretch: "normal";
  font-weight: medium;
  top: 25px;
  cursor: pointer;
}
#menu .slash {
  margin-left: 25px;
  margin-right: 20px;
}
#menu a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
  -moz-transition: font-size 0.3s;
  -o-transition: font-size 0.3s;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
#menu a.active {
  font-size: 23px;
  color: #F6A803;
}
#menu a.active:hover {
  color: #F6A803;
}
#menu a:hover {
  font-size: 26px;
  color: #fff;
}

.esri-attribution {
  display: none;
}

/*# sourceMappingURL=main.css.map */
