nav #explicitMenu {
  width: 350px;
  max-width: 100vw;
  position: fixed;
  z-index: 3;
  top: -1500px;
  right: 0;
  background-color: white;
  transition: .5s;
  display: flex;
  max-height: calc(100% - 50px);
  overflow-y: auto;
}
@media (max-width: 1700px) {
  nav #explicitMenu {
    display: block;
  }
}
@media (min-width: 1700px) {
  nav #explicitMenu {
    overflow-x: visible;
    overflow-y: visible;
  }
}
nav #explicitMenu .main-section {
  width: 100%;
  position: relative;
}
nav #explicitMenu .main-section div.menu-header {
  width: 100%;
  text-align: left;
}
nav #explicitMenu .main-section div.menu-header img.logo {
  display: block;
  width: 70%;
  height: auto;
}
nav #explicitMenu .main-section div.content {
  margin-left: 15px;
  margin-right: 15px;
  padding: 0;
  margin-top: -30px;
}
@media (min-width: 1700px) {
  nav #explicitMenu .main-section div.content {
    position: relative;
    padding: 40px 0;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: -160px;
  }
  nav #explicitMenu .main-section div.content:not(.manual) {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-fill: balance;
    column-gap: 40px;
  }
  nav #explicitMenu .main-section div.content:not(.manual) .element:first-child {
    border-bottom: 8px solid transparent;
    border-image: url(/viewer/content-menu-line.png) 20 20 repeat;
  }
  nav #explicitMenu .main-section div.content:not(.manual) .element:last-child {
    border-top: 8px solid transparent;
    border-image: url(/viewer/content-menu-line.png) 20 20 repeat;
  }
  nav #explicitMenu .main-section div.content.manual {
    display: flex;
  }
  nav #explicitMenu .main-section div.content.manual .column {
    width: calc(50% - 20px);
  }
  nav #explicitMenu .main-section div.content.manual .column:first-child {
    margin-right: 40px;
  }
  nav #explicitMenu .main-section div.content div.element {
    page-break-inside: avoid;
    break-inside: avoid;
  }
}
@media (min-width: 1700px) and (min-width: 1700px) {
  nav #explicitMenu .main-section div.content.margin-left {
    margin-left: 90px;
  }
}
nav #explicitMenu .main-section div.content div.element {
  display: block;
  width: 100%;
  text-decoration: none;
  position: relative;
  margin-bottom: 3%;
  color: black;
  min-height: 45px;
}
nav #explicitMenu .main-section div.content div.element div.description {
  padding: 2% 0;
}
nav #explicitMenu .main-section div.content div.element div.description div.title {
  font-size: 1em;
  font-family: Roboto, sans-serif;
  font-weight: bold;
}
@media (max-width: 350px) {
  nav #explicitMenu .main-section div.content div.element div.description {
    width: 70%;
    padding: 1% 2%;
  }
  nav #explicitMenu .main-section div.content div.element div.description div.headline {
    font-size: .9em;
  }
}
nav #explicitMenu .main-section div.content div.element span.pageInfo {
  display: inline-block;
  position: absolute;
  right: 5px;
  bottom: 0;
  font-family: Roboto, sans-serif;
  font-style: italic;
  font-size: 2.2em;
  color: #8E8E8E;
}
@media (max-width: 360px) {
  nav #explicitMenu .main-section div.content div.element span.pageInfo {
    right: 10px;
  }
}
nav #explicitMenu .main-section div.content div.element:hover {
  background-color: #d9d9d9;
}
nav #explicitMenu .main-section div.content div.section {
  overflow: hidden;
}
nav #explicitMenu .main-section div.content div.section div.description {
  width: 80%;
  text-align: left;
}
nav #explicitMenu .main-section div.content div.section div.description div.summary {
  font-size: .8em;
  color: black;
  font-family: Roboto, sans-serif;
}
nav #explicitMenu .main-section div.content div.section div.description div.title {
  margin-bottom: 2%;
}
nav #explicitMenu .main-section div.content div.page div.description {
  width: 100%;
  text-align: left;
}
nav #explicitMenu .main-section div.content div.page span.pageInfo {
  display: none;
}
nav #explicitMenu .main-section div.content .header {
  width: 100%;
  margin-bottom: 10px;
}
nav #explicitMenu .main-section div.content .header img {
  width: 70%;
  height: auto;
  display: block;
}
nav #explicitMenu .highlight {
  position: absolute;
  left: 40px;
  bottom: 0;
}
@media (max-width: 1700px) {
  nav #explicitMenu .highlight {
    display: none;
  }
}
nav #explicitMenu .highlight.right {
  left: initial;
  right: 0;
}
nav #explicitMenu .highlight img {
  height: auto;
  display: block;
}
nav #explicitMenu .pro-section {
  width: 100%;
  order: -2;
}
@media (min-width: 1700px) {
  nav #explicitMenu .pro-section {
    width: 1px;
  }
}
nav #explicitMenu .pro-section img.pro {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 1700px) {
  nav #explicitMenu .pro-section img.pro {
    transform: translate(-100%);
    width: auto;
    height: 500px;
  }
}
@media (min-width: 1100px) and (max-width: 1700px) {
  nav #explicitMenu .pro-section img.pro {
    margin-bottom: 50px;
  }
}
@media (min-width: 1700px) {
  nav #explicitMenu {
    width: 800px;
  }
}
nav #explicitMenu ::-webkit-scrollbar {
  background-color: #1d1d1d;
}
nav #explicitMenu ::-webkit-scrollbar-thumb {
  background-color: #808080;
}
nav img#closeExplicitMenu {
  position: fixed;
  top: -1460px;
  right: 0;
  height: 40px;
  width: auto;
  display: block;
  z-index: 3;
  transition: .5s;
}
* {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
}
body {
  background-color: #808080;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 1100px) {
  body {
    overflow: visible;
  }
}
#main {
  height: 100%;
  width: 100%;
  transition: margin-left 0.5s;
}
*[data-linked-page] {
  cursor: pointer;
}
nav button {
  background-color: #1d1d1d;
  color: #808080;
  border: none;
}
nav button:focus {
  outline: 0;
}
@media (min-width: 1100px) {
  nav button:hover {
    color: #ffffff;
  }
}
nav button:active {
  color: #26a1ff;
}
nav #buttons {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  height: 45px;
  width: 100%;
  background-color: #1d1d1d;
  overflow: hidden;
}
nav #buttons > div {
  float: left;
  text-align: center;
  width: 33.33%;
  height: 45px;
}
nav #buttons > div .pagenum {
  display: inline-block;
  width: 21%;
  height: 100%;
  vertical-align: top;
  color: #ffffff;
  line-height: 45px;
  font-family: Verdana, sans-serif;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}
nav #buttons > div button {
  display: inline-block;
  height: 100%;
  padding: 0 1.5%;
  font-size: 2em;
  vertical-align: top;
  cursor: pointer;
}
nav #buttons > div button span {
  display: inline-block;
  height: 45px;
}
nav #buttons > div button span.label {
  font-family: Verdana, sans-serif;
  font-size: .8em;
  line-height: 45px;
}
@media (max-width: 300px) {
  nav #buttons > div button span.label {
    font-size: .65em;
  }
}
nav #buttons > div button span::before {
  line-height: 45px;
}
@media (max-width: 1100px) {
  nav #buttons > div button {
    padding: 0 5%;
  }
}
nav #buttons > div.left button {
  float: left;
}
@media (max-width: 1100px) {
  nav #buttons > div.center {
    display: none;
  }
}
@media (max-width: 1100px) {
  nav #buttons > div {
    width: 50%;
  }
}
nav #buttons > div img.logo {
  display: block;
  width: auto;
  height: 25px;
  margin: 10px;
}
nav #buttons > div.right img.logo {
  float: right;
}
nav #buttons > div.right button {
  float: right;
}
@media (min-width: 1101px) {
  nav #buttons > div .mobile-only {
    display: none;
  }
}
@media (max-width: 1100px) {
  nav #buttons {
    position: fixed;
  }
}
nav #menu {
  height: 100%;
  width: 350px;
  max-width: 100vw;
  position: fixed;
  z-index: 3;
  top: 0;
  left: -350px;
  background-color: #1d1d1d;
  overflow-x: hidden;
  transition: .5s;
}
nav #menu .menu-header {
  height: 60px;
  width: 100%;
  text-align: left;
}
nav #menu .menu-header img.logo {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  height: 30px;
  margin: 15px;
}
@media (max-width: 250px) {
  nav #menu .menu-header img.logo {
    margin: 15px 0;
  }
}
@media (min-width: 1700px) {
  nav #menu .menu-header img.logo {
    margin: 15px 25px;
  }
}
nav #menu .menu-header button#closeMenu {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  height: 30px;
  margin: 14px 15px 15px;
  float: right;
}
nav #menu .menu-header button#closeMenu span::before {
  font-size: 35px;
  line-height: 30px;
}
@media (min-width: 1700px) {
  nav #menu {
    width: 800px;
    left: -800px;
  }
  nav #menu .content {
    position: relative;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    column-fill: balance;
    column-gap: 25px;
    padding: 0 25px;
  }
  nav #menu .content .element {
    page-break-inside: avoid;
    break-inside: avoid;
  }
  nav #menu .content .element:first-child,
  nav #menu .content .element:last-child {
    -webkit-column-span: all;
    column-span: all;
  }
  nav #menu .content .element:first-child .description .title,
  nav #menu .content .element:last-child .description .title {
    text-align: center;
  }
  nav #menu .content .element:last-child {
    margin-top: 3%;
  }
}
nav #menu .content .element {
  background-color: #393939;
  display: block;
  width: 100%;
  border-top: 2px solid #808080;
  border-bottom: 2px solid #808080;
  opacity: .8;
  text-decoration: none;
  position: relative;
  margin-bottom: 3%;
}
nav #menu .content .element .description {
  padding: 2% 4%;
}
nav #menu .content .element .description .title {
  font-size: 0.9em;
  font-family: Verdana, sans-serif;
  color: #26a1ff;
}
@media (max-width: 350px) {
  nav #menu .content .element .description {
    width: 70%;
    padding: 1% 2%;
  }
  nav #menu .content .element .description .headline {
    font-size: .9em;
  }
}
nav #menu .content .element span.pageInfo {
  display: inline-block;
  position: absolute;
  float: right;
  color: white;
  right: 5px;
  bottom: 3px;
  font-family: Verdana, sans-serif;
}
@media (max-width: 360px) {
  nav #menu .content .element span.pageInfo {
    right: 15px;
  }
}
nav #menu .content .element:hover {
  opacity: 0.99;
}
nav #menu .content .section {
  overflow: hidden;
}
nav #menu .content .section img {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  height: 100px;
}
nav #menu .content .section .description {
  width: 60%;
  float: right;
  text-align: left;
}
nav #menu .content .section .description .summary {
  font-size: .8em;
  color: white;
  font-family: Verdana, sans-serif;
}
nav #menu .content .section .description .title {
  margin-bottom: 2%;
}
nav #menu .content .page .description {
  width: 100%;
  text-align: left;
}
nav #menu .content .page span.pageInfo {
  display: none;
}
nav ::-webkit-scrollbar {
  background-color: #1d1d1d;
}
nav ::-webkit-scrollbar-thumb {
  background-color: #808080;
}
.floating-button {
  position: fixed;
  background-color: rgba(0, 0, 0, 0);
  color: #393939;
  top: 45%;
  z-index: 1;
  opacity: .7;
  visibility: hidden;
  cursor: pointer;
}
.floating-button span::before {
  font-size: 80px;
}
.floating-button.flipLeft {
  left: 0;
}
.floating-button.flipRight {
  right: 0;
}
.floating-button:hover {
  color: #1d1d1d;
}
.floating-button:active {
  color: #26a1ff;
}
@media (max-width: 1100px) {
  .floating-button {
    display: none;
  }
}
section.pages {
  width: 800px;
  height: 540px;
  margin: 5px auto auto;
  position: relative;
}
section.pages article.page {
  display: none;
  float: left;
  width: 400px;
  height: 540px;
  overflow: hidden;
}
section.pages article.page .double-page-frame {
  display: none;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
section.pages article.page.visible {
  display: block;
}
@media (min-width: 1101px) {
  section.pages article.page.visible .double-page-frame {
    display: block;
  }
  section.pages article.page.visible .frame.double-page-frame-in-use {
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (max-width: 1100px) {
  section.pages article.page.visible {
    position: relative;
  }
  section.pages article.page.visible .double-page-frame {
    display: block;
  }
  section.pages article.page.visible .frame.double-page-frame-in-use.first-page {
    background-image: none !important;
    background-color: rgba(0, 0, 0, 0);
  }
}
section.pages article.page.first-page {
  margin-left: 50%;
}
@media (max-width: 1100px) {
  section.pages article.page.first-page {
    margin-left: 0;
  }
}
@media (max-width: 1100px) {
  section.pages article.page {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 5px;
  }
}
@media (max-width: 300px) {
  section.pages article.page {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
@media (max-width: 1100px) {
  section.pages {
    width: 100%;
  }
}
section.pages #separator-shadow {
  height: 540px;
  position: relative;
  left: 50%;
  width: 1px;
  background-color: rgba(79, 79, 79, 0.25);
  box-shadow: 0 0 30px 3px #888;
}
@media (max-width: 1100px) {
  section.pages #separator-shadow {
    display: none;
  }
}
section.pages .loading {
  position: absolute;
  top: 40%;
  width: 50%;
  text-align: center;
  font-size: 2em;
  font-family: 'Open Sans', sans-serif;
  display: none;
  color: #ffffff;
}
section.pages .loading span::before {
  font-size: 3em;
}
section.pages .loading.loading-left {
  left: 0;
}
section.pages .loading.loading-right {
  right: 0;
}
@media (max-width: 1100px) {
  section.pages {
    margin: 50px auto auto;
  }
}
section.pages.pdf-mode {
  transform: none !important;
  width: 100% !important;
  text-align: center;
  height: auto !important;
}
section.pages.pdf-mode article.page {
  position: relative;
  float: none;
  width: 50%;
  height: auto;
}
section.pages.pdf-mode article.page.visible {
  display: inline-block;
  vertical-align: top;
}
section.pages.pdf-mode article.page.visible.first-page,
section.pages.pdf-mode article.page.visible.last-page {
  display: block;
}
section.pages.pdf-mode article.page.last-page {
  margin-right: 50%;
  float: right;
}
section.pages.pdf-mode #separator-shadow {
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
}
noscript {
  display: block;
  position: fixed;
  z-index: 5;
  text-align: center;
  width: 100%;
  background-color: red;
  color: white;
  padding: 5px 0;
}
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 2;
  top: 0;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#loading-mobile {
  position: fixed;
  z-index: 4;
  top: 50%;
  width: 100%;
  text-align: center;
  opacity: 0.8;
  font-size: 2em;
  font-family: 'Open Sans', sans-serif;
  color: #393939;
  display: none;
}
#loading-mobile span::before {
  font-size: 3em;
}
#loading-mobile.loading-left {
  left: 0;
}
#loading-mobile.loading-right {
  right: 0;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
/*# sourceMappingURL=style.css.map */