@font-face {
  font-family: 'icomoon';
  src: url("/fonts/icons/icomoon.eot?dt3baz");
  src: url("/fonts/icons/icomoon.eot?dt3baz#iefix") format("embedded-opentype"), url("/fonts/icons/icomoon.ttf?dt3baz") format("truetype"), url("/fonts/icons/icomoon.woff?dt3baz") format("woff"), url("/fonts/icons/icomoon.svg?dt3baz#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-sign-up:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-author:before {
  content: "\e903";
}

.icon-download:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e905";
}

.icon-fullscreen:before {
  content: "\e906";
}

.icon-googleplus:before {
  content: "\e907";
}

.icon-grid:before {
  content: "\e908";
}

.icon-literature:before {
  content: "\e909";
}

.icon-mail:before {
  content: "\e90a";
}

.icon-menu:before {
  content: "\e90b";
}

.icon-min:before {
  content: "\e90c";
}

.icon-pdf:before {
  content: "\e90d";
}

.icon-plus:before {
  content: "\e90e";
}

.icon-print:before {
  content: "\e90f";
}

.icon-search:before {
  content: "\e910";
}

.icon-share:before {
  content: "\e911";
}

.icon-shop:before {
  content: "\e912";
}

.icon-twitter:before {
  content: "\e913";
}

* {
  font-family: 'tablet-gothic-narrow', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: inherit;
  text-transform: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  scrollbar-base-color: #222;
  scrollbar-3dlight-color: #222;
  scrollbar-highlight-color: #222;
  scrollbar-track-color: #3e3e42;
  scrollbar-arrow-color: #111;
  scrollbar-shadow-color: #222;
  scrollbar-dark-shadow-color: #222;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

html[lang="de"] [lang]:not([lang="de"]) {
  display: none !important;
}

html[lang="en"] [lang]:not([lang="en"]) {
  display: none !important;
}

body {
  font-family: Open Sans, sans-serif;
  font-size: 100%;
  background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
  overflow-y: hidden;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

a {
  outline: none;
  text-decoration: none;
}

.magazine-viewport .page img {
  image-rendering: -webkit-optimize-contrast;
}

.magazine-viewport .loader {
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  background: url("/img/loader.svg") no-repeat;
}

#loader {
  position: fixed;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  background: url("/img/loader.svg") no-repeat;
}

#canvas {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 25px;
}

#canvas .container {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible !important;
}

#canvas .magazine-viewport {
  margin: auto;
  padding: 0 0 50px 0;
  zoom: 100%;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  top: 0;
  left: 0;
}

@media screen and (max-width: 1350px) {
  #canvas .magazine-viewport {
    width: 90% !important;
  }
}

#canvas .magazine-viewport .magazine {
  float: left;
  left: 0;
  top: 0;
  transition: transform .5s ease-in-out;
  z-index: 1;
  overflow: visible !important;
}

#canvas .magazine-viewport .magazine.animated {
  transition: all 0.5s;
}

#canvas .magazine-viewport .magazine.no-animation {
  transition: transform 0s ease-in-out;
}

#canvas .magazine-viewport .magazine.single {
  left: -330px;
}

@media screen and (max-width: 882px) {
  #canvas .magazine-viewport .magazine.single {
    left: 0;
  }
}

#canvas .magazine-viewport .magazine .page-wrapper {
  overflow: hidden !important;
}

#canvas .magazine-viewport .magazine .region {
  overflow: visible;
}

#canvas .magazine-viewport .magazine .region .fa {
  z-index: 9999;
  float: right;
  margin-top: -1px;
  font-size: 1.4em;
  color: white;
}

#canvas .magazine-viewport .next-button, #canvas .magazine-viewport .previous-button {
  z-index: 120;
}

#canvas .magazine-viewport .contents {
  position: fixed;
  opacity: 0;
  width: 700px;
  top: 0;
  right: -30px;
  transition: all 0.5s ease-in-out;
  z-index: 0;
}

#canvas .magazine-viewport .contents.active {
  opacity: 1;
  z-index: 2;
}

.turn-page-btn {
  font-size: 2.5em;
  position: absolute;
  top: 88%;
  cursor: pointer;
  display: initial;
  transition: left 0.3s, right 0.3s;
  z-index: 40;
  opacity: 0;
  color: #f70c00;
}

.turn-page-btn:hover {
  color: #f70c00;
  transform: scale(1.5);
}

.turn-page-btn.flash {
  color: #f70c00;
}

@media screen and (max-width: 767px) {
  .turn-page-btn {
    font-size: 2em;
    z-index: 9999;
  }
}

#next-btn {
  right: 5px;
}

#prev-btn {
  left: 5px;
}

.col-4 {
  width: calc(100% / 3);
}

#controls, #mobile-controls {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #383838;
  height: 70px;
  line-height: 25px;
  vertical-align: middle;
  z-index: 9000;
  font-size: 1.1em;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #controls, #mobile-controls {
    background-color: #e6e6e6;
  }
}

@media screen and (max-width: 1050px) {
  #controls .control-box:nth-child(2), #mobile-controls .control-box:nth-child(2) {
    padding: 0 10px;
  }
}

#controls .control-group, #mobile-controls .control-group {
  width: 325px;
  background-color: #e6e6e6;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 0 auto;
  padding: 10px 0;
  box-shadow: 0 6px 17px -4px rgba(0, 0, 0, 0.25);
  cursor: default;
}

@media screen and (max-width: 767px) {
  #controls .control-group, #mobile-controls .control-group {
    box-shadow: none;
    background: none;
  }
}

#controls #pages, #mobile-controls #pages {
  color: #383838;
  border: 1px solid #383838;
  line-height: 10px;
  padding: 0 10px;
  font-size: 0.8em;
  top: -2px;
}

#controls #pages input, #mobile-controls #pages input {
  background: none;
  border: 0;
  width: 25px;
  color: #383838;
  font-size: 1em;
  text-align: center;
  padding-bottom: 2px;
}

#controls #next-page, #mobile-controls #next-page, #controls #prev-page, #mobile-controls #prev-page {
  margin: 0;
}

#controls #next-page.highlight i, #mobile-controls #next-page.highlight i, #controls #prev-page.highlight i, #mobile-controls #prev-page.highlight i {
  color: #f70c00;
}

#controls #next-page:hover, #mobile-controls #next-page:hover, #controls #prev-page:hover, #mobile-controls #prev-page:hover {
  cursor: pointer;
}

#controls #next-page, #mobile-controls #next-page {
  margin-right: 15px;
}

#controls #prev-page, #mobile-controls #prev-page {
  margin-left: 15px;
}

#controls .control-item, #mobile-controls .control-item {
  display: inline-block;
  margin: 0 5px;
  position: relative;
}

#controls .control-item .icon:not(.icon-search), #mobile-controls .control-item .icon:not(.icon-search) {
  color: #383838;
}

#controls .control-item .icon:not(.icon-search):hover, #mobile-controls .control-item .icon:not(.icon-search):hover, #controls .control-item .icon:not(.icon-search).active, #mobile-controls .control-item .icon:not(.icon-search).active {
  color: #f70c00;
}

#controls #search-container, #mobile-controls #search-container {
  font-size: 1em;
  height: 46px;
  background-color: #e6e6e6;
  box-shadow: 0 6px 17px -4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

#controls #search-container.focus, #mobile-controls #search-container.focus {
  box-shadow: 0 0 3px 3px rgba(65, 129, 230, 0.69);
}

#controls #search-container #search, #mobile-controls #search-container #search, #controls #search-container #mobile-search, #mobile-controls #search-container #mobile-search {
  background: #e6e6e6;
  color: #383838;
  border: 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px;
  width: 250px;
  margin: 0;
  margin-top: 5px;
  margin-left: 5px;
  z-index: 9999;
}

#controls #search-container #search:focus, #mobile-controls #search-container #search:focus, #controls #search-container #mobile-search:focus, #mobile-controls #search-container #mobile-search:focus {
  outline: 0;
}

#controls #search-container #search-form, #mobile-controls #search-container #search-form {
  line-height: 20px;
}

#controls #search-container .search-input, #mobile-controls #search-container .search-input {
  display: flex;
  justify-content: space-between;
}

#controls #search-container button, #mobile-controls #search-container button {
  border: 0;
  background: #e6e6e6;
  color: #383838;
  margin: 0;
  line-height: 20px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 40px;
  font-size: 0.9em;
  font-size: 1em;
  margin-tpo: 2px;
}

#controls #search-container button:focus, #mobile-controls #search-container button:focus {
  outline: 0;
}

@media screen and (max-width: 1050px) {
  #controls #search-container, #mobile-controls #search-container {
    height: 46px;
    width: 100%;
    background: #e6e6e6;
    color: #222;
    margin: 0;
    transition: width .5s ease-in-out;
    transition: right .5s ease-in-out;
    text-align: left;
  }
  #controls #search-container.active, #mobile-controls #search-container.active {
    width: 100%;
    right: 25px;
  }
  #controls #search-container.active #search, #mobile-controls #search-container.active #search {
    padding: 10px;
  }
  #controls #search-container #search, #mobile-controls #search-container #search {
    background-color: #e6e6e6;
    transition: padding .5s ease-in-out;
    padding: 10px 0;
    width: 80%;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #controls #search-container button, #mobile-controls #search-container button {
    display: none;
  }
}

#controls #open-grid:hover, #mobile-controls #open-grid:hover {
  cursor: pointer;
}

#controls #open-grid.active .icon, #mobile-controls #open-grid.active .icon {
  color: #f70c00;
}

#mobile-controls {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #e6e6e6;
  display: none;
  z-index: 9998;
  align-items: center;
}

#mobile-controls .icon {
  font-size: 1.65em;
  cursor: pointer;
}

#mobile-controls .icon:hover, #mobile-controls .icon:focus, #mobile-controls .icon.active {
  color: #f70c00 !important;
}

#mobile-controls #open-grid {
  display: inline-block;
}

#mobile-controls .current-page {
  border: 2px solid #000000;
  text-align: center;
  padding: 5px;
  padding-bottom: 8px;
}

#mobile-controls .current-page input {
  border: none;
  background-color: #e6e6e6;
  width: 50px;
  font-size: 1em;
  vertical-align: top;
  text-align: right;
}

#mobile-controls #mobile-search-form {
  display: none;
}

#mobile-controls #mobile-search-form.active {
  display: block;
}

#mobile-controls .show {
  display: flex;
}

#mobile-popover {
  position: fixed;
  bottom: 70px;
  width: 100%;
  height: 0;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  transition: height 0.3s ease-out;
  z-index: 9000;
  background-color: #f4f4f6;
}

#mobile-popover.above {
  bottom: 95px;
}

#mobile-popover:before, #mobile-popover:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -14px;
  left: 75%;
  margin-left: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 13px 0 13px;
  border-color: #f4f4f6 transparent transparent transparent;
  z-index: 9999;
}

#mobile-popover:after {
  bottom: -13px;
  border-color: #f4f4f6 transparent transparent transparent;
}

#mobile-popover.searching:before, #mobile-popover.searching:after {
  left: 88%;
}

#mobile-popover.active {
  height: 65px;
}

#mobile-popover a {
  color: #383838;
}

#mobile-popover a:hover, #mobile-popover a:focus, #mobile-popover a:active {
  color: #f70c00;
}

#mobile-popover .icon {
  font-size: 2.4em;
  cursor: pointer;
  display: none;
}

#mobile-popover .icon:hover {
  color: #f70c00;
}

#mobile-popover .icon.active {
  display: inline;
  z-index: 9999;
}

#mobile-popover #mobile-search-form {
  width: 100%;
  display: none;
}

#mobile-popover #mobile-search-form.active {
  display: block;
}

#mobile-popover #mobile-search-form input {
  background-color: #f4f4f6;
  width: 100%;
  padding: 0 15px;
  border: none;
  outline: none;
  font-size: 1em;
  line-height: 65px;
}

#mobile-popover #mobile-search-form input::-webkit-input-placeholder, #mobile-popover #mobile-search-form input::-moz-placeholder, #mobile-popover #mobile-search-form input:-ms-input-placeholder, #mobile-popover #mobile-search-form input:-moz-placeholder {
  color: #383838;
}

@media screen and (min-width: 768px) {
  #mobile-popover {
    display: none;
  }
}

body.mobile #mobile-controls {
  display: flex !important;
}

#mobile-regions {
  position: fixed;
  bottom: -100px;
  width: 100%;
  z-index: 9000;
  transition: bottom 0.3s ease-out;
  display: none;
}

#mobile-regions ::-webkit-scrollbar {
  width: 0;
  height: 5px;
}

#mobile-regions .header {
  height: 30px;
  padding-top: 1px;
  text-align: center;
  background-color: #f70c00;
  color: white;
  font-size: 0.9em;
  cursor: pointer;
}

#mobile-regions .header:hover {
  background-color: #d20012;
}

#mobile-regions .header .icon {
  display: inline-block;
  transition: all 0.3s ease-out;
  margin-right: 5px;
  position: relative;
  transform: rotate(90deg);
}

#mobile-regions .content {
  background-color: #f4f4f6;
  height: 165px;
  padding-left: 10px;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
}

#mobile-regions .scroll {
  display: none;
  height: 100%;
  padding: 5px 15px;
}

#mobile-regions .arrow {
  background-color: #f70c00;
  color: white;
  font-size: 1.2em;
  width: 26px;
  height: 40px;
  margin-top: 68px;
  padding-top: 5px;
  vertical-align: middle;
  position: absolute;
  cursor: pointer;
}

#mobile-regions .arrow.turn-left {
  left: 0;
}

#mobile-regions .arrow.turn-left .icon {
  margin-left: 3px;
}

#mobile-regions .arrow.turn-right {
  right: 0;
}

#mobile-regions .arrow.turn-right .icon {
  margin-left: 4px;
}

#mobile-regions .arrow:hover {
  background-color: #d20012;
}

#mobile-regions.active {
  bottom: 70px;
}

#mobile-regions.active .header {
  padding-top: 3px;
}

#mobile-regions.active .header .icon {
  transform: rotate(270deg);
  top: 2px;
}

#mobile-regions .region-item {
  display: block;
  min-width: 190px;
  padding-right: 10px;
  white-space: initial;
  text-align: center;
  color: #383838;
  cursor: pointer;
  border: none;
  transition: height 0.3s ease-in-out;
}

#mobile-regions .region-item.hidden {
  /*display: none;*/
}

#mobile-regions .region-item.with-border {
  margin-right: 10px;
  border-right: 1px solid #e6e6e6;
}

#mobile-regions .region-item h3 {
  font-weight: bold;
  font-size: 0.8em;
}

#mobile-regions .region-item .image {
  height: 115px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#mobile-regions .region-item img {
  max-height: 120px;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
}

#mobile-regions .region-item .author_img, #mobile-regions .region-item .author_img_large {
  border-radius: 50%;
  width: 117px;
  height: 117px;
  border: 3px solid #e6e6e6;
}

#mobile-regions .region-item .fa {
  color: #f70c00;
  font-size: 2em;
  padding: 10px;
}

#mobile-regions .region-item .external-link {
  display: initial;
}

#mobile-regions .region-item .large-content, #mobile-regions .region-item .inner, #mobile-regions .region-item .external-link {
  display: block;
}

#mobile-regions .region-item .mobile, #mobile-regions .region-item .small-icon {
  display: none;
}

#mobile-regions a.region-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#mobile-regions a.region-item.hidden {
  display: none;
}

#mobile-search-button {
  display: none;
  position: fixed;
  bottom: 32px;
  right: 40px;
  text-align: right;
}

@media screen and (max-width: 1050px) {
  #mobile-search-button {
    display: block;
  }
}

#mobile-search-button.active {
  color: #4181e6;
}

#mobile-search-button .fa {
  font-size: 25px;
}

.region-item .preview-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 115px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.region-item .preview-container .fa-play, .region-item .preview-container .fa-camera {
  font-size: 3.5em;
  color: white !important;
  text-shadow: 0 0 1px black, 0 0 1px black;
}

#table-of-contents, #search-result {
  transition: left 1s ease-in-out;
  font-size: 0.8em;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 520px;
  height: 100%;
  left: -520px;
  top: 0;
  z-index: 9001;
  background: white;
  color: #383838;
  padding: 0 20px 0 20px;
  box-shadow: 8px 4px 5px -9px rgba(0, 0, 0, 0.25);
}

#table-of-contents:focus, #search-result:focus {
  outline: none;
}

#table-of-contents .jspPane, #search-result .jspPane {
  padding-bottom: 250px;
}

#table-of-contents .jspDrag, #search-result .jspDrag {
  background-color: #f1f1f1;
  border-radius: 3px;
  width: 7px;
}

#table-of-contents .jspDrag:hover, #search-result .jspDrag:hover {
  background-color: #e6e6e6;
}

#table-of-contents .jspTrack, #search-result .jspTrack {
  background-color: #ffffff;
  margin-top: -10px;
}

#table-of-contents .footer, #search-result .footer {
  position: fixed;
  bottom: 0;
  width: 520px;
  margin-left: -20px;
  height: 100px;
  background-color: #ffffff;
}

@media screen and (max-width: 767px) {
  #table-of-contents .footer, #search-result .footer {
    display: none;
  }
}

#table-of-contents .dummy, #search-result .dummy {
  background-color: #ffffff;
  height: 166px;
  width: 100%;
  z-index: 900;
}

#table-of-contents img, #search-result img {
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.15);
  z-index: 9999;
}

@media screen and (max-width: 520px) {
  #table-of-contents, #search-result {
    max-width: 100%;
  }
  #table-of-contents .jspContainer, #search-result .jspContainer {
    max-width: 100%;
    height: 100%;
  }
  #table-of-contents .jspPane, #search-result .jspPane {
    max-width: 100%;
    box-sizing: border-box;
  }
  #table-of-contents .content .page .page-table, #search-result .content .page .page-table {
    position: relative;
  }
  #table-of-contents .content .page .page-table .page-num, #search-result .content .page .page-table .page-num {
    margin-bottom: 10px;
    z-index: 9999;
  }
  #table-of-contents .content .page .page-table div, #search-result .content .page .page-table div {
    display: block !important;
  }
  #table-of-contents .content .page .page-table .arrow, #search-result .content .page .page-table .arrow {
    position: absolute;
    right: 0;
    top: 0;
  }
  #table-of-contents .content .detail .button.half, #search-result .content .detail .button.half {
    width: 100% !important;
  }
  #table-of-contents .header, #search-result .header {
    max-width: 90%;
    z-index: 1;
  }
}

#table-of-contents.active, #search-result.active {
  left: 0;
}

#table-of-contents.active .header, #search-result.active .header {
  left: 20px;
}

#table-of-contents .header, #search-result .header {
  background: white;
  transition: left 1s ease-in-out;
  position: fixed;
  left: -520px;
  top: 0;
  width: 465px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e3e3e5;
}

#table-of-contents .header h2, #search-result .header h2 {
  font-weight: normal;
  font-size: 1.2em;
  display: inline-block;
}

#table-of-contents .header #close-table-of-contents, #search-result .header #close-table-of-contents {
  display: inline-block;
  float: right;
}

#table-of-contents .header #close-table-of-contents:hover, #search-result .header #close-table-of-contents:hover {
  color: #4181e6;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  #table-of-contents .header #close-table-of-contents, #search-result .header #close-table-of-contents {
    float: none;
    display: block;
    margin-bottom: 5px;
    color: #909090;
    font-size: 1.2em;
  }
  #table-of-contents .header #close-table-of-contents:hover, #search-result .header #close-table-of-contents:hover {
    color: #d20012;
  }
}

#table-of-contents .content, #search-result .content {
  display: block;
  margin-bottom: 69px;
  margin-top: 40px;
  padding-left: 20px;
  padding-right: 20px;
}

#table-of-contents .content .page, #search-result .content .page {
  border-bottom: 1px solid #e3e3e5;
  padding: 20px 0;
}

#table-of-contents .content .page .page-table, #search-result .content .page .page-table {
  display: table;
  width: 100%;
}

#table-of-contents .content .page .page-table.active .arrow .icon-up, #search-result .content .page .page-table.active .arrow .icon-up {
  display: block;
}

#table-of-contents .content .page .page-table.active .arrow .icon-down, #search-result .content .page .page-table.active .arrow .icon-down {
  display: none;
}

#table-of-contents .content .page .page-table:hover, #search-result .content .page .page-table:hover {
  cursor: pointer;
}

#table-of-contents .content .page .page-table div, #search-result .content .page .page-table div {
  color: #383838;
  display: table-cell;
  vertical-align: middle;
}

#table-of-contents .content .page .page-table .arrow, #search-result .content .page .page-table .arrow {
  width: 20px;
  text-align: right;
  font-size: 20px;
}

#table-of-contents .content .page .page-table .arrow .icon-up, #search-result .content .page .page-table .arrow .icon-up {
  display: none;
  transform: rotate(90deg);
}

#table-of-contents .content .page .page-table .arrow .icon-down, #search-result .content .page .page-table .arrow .icon-down {
  display: block;
  transform: rotate(90deg);
}

#table-of-contents .content .page .page-table .page-num, #search-result .content .page .page-table .page-num {
  color: #f70c00;
  padding-right: 15px;
  width: 80px;
  font-weight: bold;
}

#table-of-contents .content .page .page-table .title, #search-result .content .page .page-table .title {
  font-size: 1.1em;
  font-weight: bold;
}

#table-of-contents .content .page .page-table .title span, #search-result .content .page .page-table .title span {
  display: block;
  margin-top: 5px;
  font-size: 0.9em;
  font-weight: normal;
}

#table-of-contents .content .page .detail, #search-result .content .page .detail {
  overflow: hidden;
  display: none;
  width: 100%;
  margin-top: 20px;
  padding-bottom: 10px;
}

#table-of-contents .content .page .detail div, #search-result .content .page .detail div {
  display: table-cell;
  vertical-align: bottom;
}

#table-of-contents .content .page .detail .filler, #search-result .content .page .detail .filler {
  width: 80px;
}

#table-of-contents .content .page .detail .image, #search-result .content .page .detail .image {
  width: 130px;
}

#table-of-contents .content .page .detail .image img, #search-result .content .page .detail .image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  width: 130px;
  height: 184px;
  display: block;
}

#table-of-contents .content .page .detail a.button, #search-result .content .page .detail a.button {
  text-decoration: none;
  color: #ffffff;
}

#table-of-contents .content .page .detail .buttons, #search-result .content .page .detail .buttons {
  padding-left: 10px;
  padding-right: 20px;
  width: 240px;
}

#table-of-contents .content .page .detail .button, #search-result .content .page .detail .button {
  font-size: 1em;
  text-align: center;
  box-sizing: border-box;
  display: block;
  border: 0;
  margin: 5px 0;
  padding: 5px;
  background: #f70c00;
  color: #ffffff;
}

#table-of-contents .content .page .detail .button.half, #search-result .content .page .detail .button.half {
  display: inline-block;
  width: 49%;
  margin-right: -2px;
}

#table-of-contents .content .page .detail .button.half:first-child, #search-result .content .page .detail .button.half:first-child {
  margin-right: 1%;
}

#table-of-contents .content .page .detail .button.full, #search-result .content .page .detail .button.full {
  margin-bottom: 0;
  width: 100%;
}

#table-of-contents .content .page .detail .button:hover, #search-result .content .page .detail .button:hover {
  cursor: pointer;
  background-color: #d20012;
}

@media screen and (max-width: 767px) {
  #table-of-contents .content, #search-result .content {
    margin-top: 70px;
    height: 95%;
    padding-bottom: 35px;
  }
  #table-of-contents .page, #search-result .page {
    padding: 10px 0;
  }
  #table-of-contents .page-num, #search-result .page-num {
    float: left;
  }
  #table-of-contents .title, #search-result .title {
    width: 90%;
  }
}

#table-of-contents {
  height: 90%;
  padding-right: 10px;
  overflow: hidden;
}

#table-of-contents .content {
  overflow-y: scroll;
  height: calc(100% - 50px);
}

@media screen and (max-width: 767px) {
  #table-of-contents {
    height: calc(100% - 70px);
    padding-left: 10px;
    padding-right: 10px;
    -ms-overflow-style: none;
  }
  #table-of-contents ::-webkit-scrollbar {
    width: 0;
  }
  #table-of-contents .content {
    height: 90%;
    padding-left: 0;
    padding-right: 0;
  }
  #table-of-contents .content .page {
    padding: 15px 0;
  }
  #table-of-contents .content .page .page-table {
    display: flex;
  }
  #table-of-contents .content .page .page-table .title {
    margin-top: 0;
    font-size: 1.5em;
    line-height: 1em;
    width: 70%;
  }
  #table-of-contents .content .page .page-table .arrow {
    display: flex !important;
    align-items: center;
    height: 100%;
  }
  #table-of-contents .content .page .page-table .arrow .fa {
    margin: 50% 0;
  }
  #table-of-contents.active .header {
    left: 10px;
    width: 475px;
    max-width: 100%;
  }
}

#search-result {
  transition: top 1s ease-in-out;
  left: auto;
  right: 0;
  top: 100%;
  z-index: 1;
}

#search-result:focus {
  outline: none;
}

#search-result.active {
  left: auto;
  top: 100px;
}

#search-result.active .header {
  left: auto;
  top: 100px;
}

#search-result .header {
  background: #ffffff;
  color: #383838;
  transition: top 1s ease-in-out;
  position: fixed;
  left: auto;
  top: 100%;
  width: 471px;
  padding-top: 10px;
  margin-left: 15px;
  border-bottom: 1px solid #e3e3e5;
}

#search-result .header #close-search-result {
  display: inline-block;
  float: right;
}

#search-result .header #close-search-result:hover {
  color: #4181e6;
  cursor: pointer;
}

#search-result .content .page .page-table .title {
  font-weight: normal;
  font-size: 1em;
}

#search-result .content .page .page-table .title b {
  color: #4181e6;
}

@media screen and (max-width: 767px) {
  #search-result .jspDrag, #search-result .jspTrack {
    width: 0 !important;
    background: transparent !important;
  }
  #search-result .content {
    margin-top: 40px;
  }
  #search-result .header {
    margin-left: 15px;
    width: 490px;
  }
}

.popover {
  box-shadow: 0 4px 13px -4px rgba(0, 0, 0, 0.75);
  display: none;
  position: absolute;
  background: #f4f4f6;
  color: #383838;
  bottom: 105%;
  left: -50%;
}

.popover:before {
  border-top: 15px solid #f4f4f6;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  bottom: -15px;
  content: '';
  display: block;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  filter: drop-shadow(3px 2px 1px rgba(0, 0, 0, 0.25));
}

#download-page {
  cursor: default;
}

#download-page .icon:hover {
  cursor: pointer;
}

#download-page .popover {
  width: 290px;
  padding: 10px;
  margin-left: -130px;
  margin-bottom: 17px;
  background-color: #f4f4f6;
}

#download-page .popover .download-page {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  color: #383838;
  width: 50px;
  border: 2px solid #383838;
  height: 60px;
}

#download-page .popover .download-page:hover {
  cursor: pointer;
  color: #f70c00;
}

#download-page .popover .download-page.left {
  padding-top: 15px;
  position: relative;
}

#download-page .popover .download-page.both {
  width: 100px;
  margin: 0 20px;
}

#download-page .popover .download-page.both span {
  display: inline-block;
  height: 100%;
  width: 50%;
  position: relative;
  padding-top: 15px;
}

#download-page .popover .download-page.both span .corner-right {
  right: -10px;
}

#download-page .popover .download-page.both span .corner-left {
  left: -10px;
}

#download-page .popover .download-page.both span:first-child {
  margin-right: -8px;
  border-right: 2px solid #383838;
}

#download-page .popover .download-page.right {
  padding-top: 15px;
  position: relative;
}

#download-page .popover .download-page .corner-left {
  position: absolute;
  top: -5px;
  left: -9px;
  width: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  border-bottom: 2px solid #383838;
  border-top: 12px solid #f4f4f6;
}

#download-page .popover .download-page .corner-right {
  position: absolute;
  top: -5px;
  right: -9px;
  width: 20px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-bottom: 2px solid #383838;
  border-top: 12px solid #f4f4f6;
}

#download-page .popover .download-page.inactive {
  opacity: 0.1;
  cursor: default;
}

#download-page.inactive .icon {
  opacity: 0.1;
}

#download-page.inactive:hover .icon {
  cursor: default;
}

.share {
  cursor: default;
}

.share .icon:hover {
  cursor: pointer;
}

.share .popover {
  padding-top: 12px;
  margin-left: -80px;
  width: 195px;
  font-size: 1.5em;
  height: 50px;
  line-height: 35px;
  margin-bottom: 17px;
  background-color: #f4f4f6;
}

.share .popover i {
  position: relative;
  top: -5px;
  padding: 6px;
}

#grid {
  display: none;
  box-sizing: border-box;
  padding: 20px 80px 0 80px;
  z-index: 9998;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 92%;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(230, 230, 230, 0.9);
  text-align: center;
}

#grid .hidden {
  display: none;
}

#grid .double-page {
  position: relative;
  box-sizing: border-box;
  padding: 20px;
  width: 25%;
  float: left;
  vertical-align: top;
}

#grid .double-page.first img {
  float: right;
}

#grid .double-page:last-child {
  padding-bottom: 120px;
}

#grid .double-page img {
  width: 50%;
  float: left;
  margin: 0;
  padding: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
}

#grid .double-page img:hover {
  cursor: pointer;
}

#grid .double-page .page-num {
  font-size: 0.9em;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  bottom: 20px;
  background: #2b2b2b;
  color: #f4f4f6;
  padding: 5px 10px;
  left: 50%;
  margin-left: -22px;
  cursor: pointer;
}

#grid .double-page .page-num.last {
  bottom: 120px;
  margin-left: -42px;
}

#grid .double-page .page-num.first {
  right: 20px;
  left: auto;
}

#grid .single-pages .double-page {
  width: 20%;
}

#grid .single-pages img {
  width: 100%;
}

#grid #close-grid {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #f70c00 url("../../img/close_white.png") center center no-repeat;
  background-size: 30px;
  color: #ffffff;
  line-height: 40px;
  font-size: 1.2em;
  box-shadow: 0 6px 17px -4px rgba(0, 0, 0, 0.5);
}

#grid #close-grid:hover {
  background-color: #d20012;
  cursor: pointer;
}

#grid .jspVerticalBar {
  top: 10%;
  height: 80%;
}

#grid .jspTrack {
  background: none;
  height: 100%;
}

#grid .jspDrag {
  background: #e6e6e6;
  border-radius: 5px;
}

@media screen and (max-width: 1200px) {
  #grid .double-page {
    width: 33.33%;
  }
}

@media screen and (max-width: 767px) {
  #grid {
    padding: 0 45px;
  }
  #grid .double-page {
    width: 50%;
  }
  #grid .double-page img {
    width: 100%;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
  }
  #grid .double-page img:hover {
    outline: 2px solid #4181e6;
  }
  #grid .double-page .page-num {
    left: auto;
    right: 20px;
  }
  #grid .double-page.first img {
    float: none;
  }
  #grid #close-grid {
    right: 5px;
    top: 10px;
    width: 40px;
    height: 40px;
  }
  #grid::-webkit-scrollbar {
    width: 0 !important;
  }
  #grid .jspPane, #grid .jspDrag, #grid .jspTrack {
    width: 0 !important;
    background: transparent !important;
  }
}

#mobile-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
}

@media screen and (max-width: 767px) {
  #mobile-menu {
    display: block;
  }
}

#mobile-menu .button {
  float: right;
}

#mobile-menu .button .open {
  display: none;
}

#mobile-menu .button .close {
  display: inline-block;
}

#mobile-menu .button.active .open {
  display: inline-block;
}

#mobile-menu .button.active .close {
  display: none;
}

#mobile-menu .button, #mobile-menu .control-item, #mobile-menu .share-item {
  z-index: 1;
  display: inline-block !important;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  background: #2b2b2b;
  border-radius: 20px;
  margin: 10px 0;
  box-shadow: 0 6px 17px -4px rgba(0, 0, 0, 0.75);
}

#mobile-menu .button.active, #mobile-menu .control-item.active, #mobile-menu .share-item.active {
  background: #4181e6;
}

#mobile-menu .menu {
  z-index: 0;
  transition: display .3s ease-in-out;
  float: left;
  margin-top: 10px;
  margin-right: 10px;
  display: none;
}

#mobile-menu .menu .control-item {
  margin: 0 5px;
}

#mobile-menu .menu .share {
  position: relative;
}

#mobile-menu .menu .share.active .sub-menu {
  opacity: 1;
}

#mobile-menu .menu .share .sub-menu {
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

#mobile-menu .menu .share .sub-menu .share-item {
  position: absolute;
  left: 0;
}

#controls .table-of-contents-button, #mobile-controls .table-of-contents-button {
  font-size: 2em;
  margin-left: 15px !important;
}

#controls #page-controls .page-control, #mobile-controls #page-controls .page-control, #controls .table-of-contents-button, #mobile-controls .table-of-contents-button {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #383838;
  background: #e6e6e6;
  border-radius: 20px;
  margin: 5px 0;
  box-shadow: 0 6px 17px -4px rgba(0, 0, 0, 0.75);
}

#controls #page-controls .page-control:hover, #mobile-controls #page-controls .page-control:hover,
#controls .table-of-contents-button:hover,
#mobile-controls .table-of-contents-button:hover {
  cursor: pointer;
  color: #f70c00;
}

#controls #page-controls .page-control.active, #mobile-controls #page-controls .page-control.active,
#controls .table-of-contents-button.active,
#mobile-controls .table-of-contents-button.active {
  color: #f70c00;
}

#controls #page-controls .page-control#zoom-in-button, #mobile-controls #page-controls .page-control#zoom-in-button, #controls #page-controls .page-control#zoom-out-button, #mobile-controls #page-controls .page-control#zoom-out-button,
#controls .table-of-contents-button#zoom-in-button,
#mobile-controls .table-of-contents-button#zoom-in-button,
#controls .table-of-contents-button#zoom-out-button,
#mobile-controls .table-of-contents-button#zoom-out-button {
  font-size: 1em;
  line-height: 40px;
}

#controls #page-controls, #mobile-controls #page-controls {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  margin-right: 15px;
}

#controls #page-controls #fullscreen .icon, #mobile-controls #page-controls #fullscreen .icon {
  display: none;
  font-size: 1.5em;
  margin-top: 8px;
}

#controls #page-controls #fullscreen .icon.active, #mobile-controls #page-controls #fullscreen .icon.active {
  display: inline-block;
}

@media screen and (max-width: 480px) {
  #controls #page-controls, #mobile-controls #page-controls {
    right: 15px;
  }
}

.magazine .region {
  transition: background 0.1s ease-in-out;
}

.magazine .region.active {
  background: rgba(0, 102, 255, 0.5) !important;
}

.magazine .region.ellipse {
  border-radius: 50%;
}

.magazine .region.ellipse .fa {
  margin-left: 50%;
  margin-right: calc(50% - 10px);
  margin-top: 10px;
}

.small-overview .region-item {
  width: 200px;
  display: block;
  border-radius: 3px;
  margin: 5px 0;
  padding: 5px;
  text-align: center;
  font-size: 0.7em;
  text-decoration: none;
  color: #383838;
  background-color: white;
  box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.5);
  transition: transform .2s ease-in-out;
  transition: background .1s ease-in-out;
  transition: height .3s ease-in-out;
}

.small-overview .region-item .inner {
  direction: ltr;
}

.small-overview .region-item:hover {
  cursor: pointer;
  background-color: #99c2ff;
  z-index: 999;
}

.small-overview .region-item.active {
  background-color: #99c2ff;
}

.small-overview .region-item h3 {
  font-weight: bold;
  font-size: 1.35em;
  margin-bottom: 10px;
}

.small-overview .region-item img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}

.small-overview .region-item .author_img, .small-overview .region-item .author_img_large, .small-overview .region-item .round-icon {
  overflow: hidden;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  z-index: 1;
  border: 3px solid #e6e6e6;
  margin-top: -15px;
}

.small-overview .region-item .round-icon {
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}

.small-overview .region-item .round-icon .fa {
  font-size: 3.5em;
  padding: 3px;
}

.small-overview .region-item .fa {
  color: #f70c00;
  font-size: 2em;
  padding: 10px;
}

.small-overview .region-item .title-long {
  display: none;
}

.small-overview .region-item .mobile {
  display: none;
}

.small-overview .region-item .external-link {
  display: auto;
}

.small-overview .region-item.extended {
  width: 200px !important;
  padding: 5px !important;
  padding-bottom: 1px !important;
}

.small-overview .region-item.extended .fa {
  padding: 12px;
}

.small-overview .region-item.extended .circular {
  margin-top: 30px;
}

.small-overview .region-item.extended .mobile, .small-overview .region-item.extended .small-icon {
  display: none !important;
}

.small-overview .region-item.extended .large-content, .small-overview .region-item.extended .inner, .small-overview .region-item.extended .external-link {
  display: block !important;
}

.small-overview .region-item.extended .preview-container {
  display: flex !important;
}

.small-overview .region-item.hidden {
  display: none;
}

@supports (-webkit-touch-callout: none) {
  .scroll-indicator {
    position: absolute;
    top: 50%;
    z-index: 9999;
    display: none;
  }
  @media screen and (max-width: 768px) {
    .scroll-indicator {
      display: none !important;
    }
  }
  .scroll-indicator i {
    padding: 10px;
    text-shadow: 0 0 2px #000;
    color: #fff;
  }
  .scroll-indicator.left {
    left: 2px;
  }
  .scroll-indicator.right {
    right: 2px;
  }
}

.small-overview {
  display: none;
  position: fixed;
  top: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 85%;
  width: 240px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .small-overview {
    display: none !important;
  }
}

.small-overview .inner-small-overview {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  column-gap: 35px;
  transform-origin: top left;
}

.small-overview .inner-small-overview .region-item {
  -ms-grid-row-align: normal;
  align-self: normal;
}

.small-overview .inner-small-overview.single-col {
  flex-direction: column !important;
}

.small-overview .inner-small-overview.single-col .region-item {
  -ms-grid-row-align: unset;
  align-self: unset;
}

.small-overview.inactive {
  display: none !important;
}

.small-overview.left {
  transform-origin: top left;
  margin-left: 15px;
  padding-left: 10px;
  direction: rtl;
}

.small-overview.left .inner-small-overview {
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.small-overview.right {
  transform-origin: top right;
  right: 15px;
  padding-right: 10px;
}

.small-overview.right .extended {
  margin-left: -152px;
}

.small-overview.right .inner-small-overview {
  align-items: flex-start;
  justify-content: flex-end;
  transform-origin: top right;
}

.embedded .small-overview.single-col .circular:first-child {
  margin-top: 5px !important;
}

[data-viewport-height*="l"][data-viewport-width*="xl"][data-input="mouse"].epaper-root .media-bar > ul li .thumb {
  width: 156px;
}

.pages .content .overlay > a {
  border: 1px dashed red;
}

.pages .content .overlay > a:hover {
  border: 1px dashed #42474A !important;
  background: rgba(214, 0, 18, 0.1) !important;
}

.pages .content .overlay > a:after {
  content: "+";
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-align: center;
  line-height: 16px;
  position: absolute;
  top: -8px;
  right: -8px;
  width: 16px;
  height: 16px;
  border: 1px solid #ec1e28;
  background: #ec1e28;
  border-radius: 50%;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background: #c2c2c4;
  border-radius: 2px;
}

*::-webkit-scrollbar-thumb:hover {
  background: #a0a0a2;
}

.epaper-root {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.epaper-root .page-thumb {
  position: relative;
  width: 118px;
  height: 169px;
  background-size: contain !important;
}

.epaper-root .page-thumb label {
  background: #222;
  padding: .25em .5em;
  position: absolute;
  bottom: 0;
  color: white;
}

.page-thumb.left .page-title {
  right: 0;
}

.page-thumb.right .page-title {
  left: 0;
}

[data-page-mode="double"].epaper-root .page-thumb.left label {
  right: 0;
}

.epaper-root .background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@keyframes background-fade {
  0%, 40%, 100% {
    opacity: 0;
    visibility: hidden;
  }
  17% {
    opacity: 1;
    visibility: visible;
  }
  23% {
    opacity: 1;
    visibility: visible;
  }
}

.epaper-root .background > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  animation: background-fade 60s steps(144) 0s infinite;
}

.epaper-root .background > div:nth-child(1) {
  animation-delay: -12s;
}

.epaper-root .background > div:nth-child(2) {
  animation-delay: 0s;
}

.epaper-root .background > div:nth-child(3) {
  animation-delay: 12s;
}

.epaper-root .background > div:nth-child(4) {
  animation-delay: 24s;
}

.epaper-root .background > div:nth-child(5) {
  animation-delay: 36s;
}

.epaper-root .background > div:only-child {
  animation-name: none;
  opacity: 1;
  visibility: visible;
}

.control-box {
  width: 100%;
}

#nav-bar-box {
  max-width: 100%;
  margin-top: 10px;
  margin-left: 30%;
}

.nav-bar {
  padding-top: 14px;
  padding-bottom: 14px;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  position: relative;
}

[data-viewport-width*="l"].nav-bar {
  min-width: 700px;
}

.nav-bar .thumb {
  position: absolute;
  top: 50%;
  width: 8px;
  height: 8px;
  margin: -4px;
  border-radius: 50px;
  border: 1px solid #f70c00;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
  background: #f70c00;
  z-index: 2;
}

[data-vertical-layout="apart"]:not([data-view="zoom"])[data-input="mouse"] .nav-bar .thumb {
  border: 1px solid black;
}

[data-vertical-layout="apart"]:not([data-view="zoom"])[data-input="mouse"] .nav-bar .thumb {
  background: #ccc;
}

.nav-bar .thumb::before {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background: #f70c00;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  transition: 0.25s all;
  transform: scale(0.8);
}

[data-vertical-layout="apart"]:not([data-view="zoom"])[data-input="mouse"] .nav-bar .thumb::before {
  background: black;
}

.nav-bar[data-hovered] .thumb::before {
  transform: scale(0.6);
}

.nav-bar .past {
  height: 2px;
  background: #aaaaaa;
  flex-grow: 1;
}

[data-vertical-layout="apart"]:not([data-view="zoom"])[data-input="mouse"] .nav-bar .past {
  background: black;
}

.nav-bar .future {
  height: 0;
  border-top: 1px solid #aaaaaa;
}

[data-vertical-layout="apart"]:not([data-view="zoom"])[data-input="mouse"] .nav-bar .future {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.nav-bar .track {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.track::before, .track::after {
  content: " ";
  position: relative;
  width: 6px;
  height: 6px;
  top: 10px;
  background-color: #eeeeee;
  border: 2px solid #aaaaaa;
  border-radius: 6px;
  z-index: 1;
}

.track::before {
  float: left;
  left: -5px;
}

.track::after {
  right: -5px;
  float: right;
}

.nav-bar .preview {
  transition: transform .25s;
  transform-origin: 50% 100%;
  position: absolute;
  bottom: 100%;
  width: 100%;
  display: flex;
  display: none;
  pointer-events: none;
  flex-direction: row;
  justify-content: center;
  margin-left: -50%;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  transition: transform .2s, opacity .2s, visibility .2s;
}

.nav-bar:not([data-hovered]):not(.active) .preview {
  opacity: 0;
  transform: scale(0.1) translateY(50px);
  visibility: hidden;
}

.nav-bar .preview .page-thumb {
  background-repeat: no-repeat;
}

.nav-bar .preview .page-thumb:first-child:after {
  display: block;
  content: ' ';
  height: 100%;
  width: 200%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}

.nav-bar .preview .page-thumb:first-child:last-child:after {
  width: 100%;
}

.epaper-root .logo-container {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 100px;
  height: 100px;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  transition: 0.15s all;
  opacity: 0;
  visibility: hidden;
  transform: translateY(25%);
}

:not([data-ui-mode="hidden"])[data-vertical-layout="apart"][data-horizontal-layout="apart"]:not([data-view="zoom"]).epaper-root .logo-container {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

[data-ui-flavor="flashcard"].epaper-root .logo-container {
  display: none;
}

.epaper-root .logo-container:not([href]) {
  pointer-events: none;
}

.epaper-root .logo-container > img {
  position: absolute;
  top: initial;
  right: initial;
  bottom: 0;
  left: 0;
  cursor: pointer;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  transition: 0.25s all;
}

.epaper-root .logo-container > img[data-hovered] {
  transform: scale(1.05);
}

@media screen and (max-width: 1600px) {
  aside.contents {
    width: 53% !important;
  }
}

@media screen and (max-width: 1460px) {
  aside.contents {
    width: 551px !important;
  }
}

@media screen and (max-width: 1350px) {
  aside.contents {
    right: 20px !important;
  }
}

@media screen and (max-width: 1200px) {
  aside.contents {
    width: 45% !important;
  }
}

@media screen and (max-width: 767px) {
  aside.contents {
    display: none !important;
  }
}

.contents .tabbed_content {
  z-index: 1;
}

.contents .tabbed_content .contents-table {
  overflow-y: scroll;
  margin-top: 1px;
  max-height: 80vh;
  padding-right: 30px;
}

.contents .tabbed_content .tab_nav {
  display: table;
  box-sizing: border-box;
  width: 100%;
  list-style: none;
  border-left: #e6e6e6 2px solid;
  text-align: center;
}

.contents .tabbed_content .tab_nav li {
  width: 20%;
  display: table-cell;
  background-color: #e6e6e6;
}

.contents .tabbed_content .tab_nav li a {
  font-family: 'tablet-gothic-semi-condensed', Arial, sans-serif;
  font-weight: 700;
  display: block;
  color: #383838;
  line-height: 64px;
  font-size: 16px;
  transition: 0.1s ease-in;
  border-top: #e6e6e6 2px solid;
  border-right: white 2px solid;
  padding: 0 16px;
}

@media screen and (max-width: 1200px) {
  .contents .tabbed_content .tab_nav li a {
    font-size: 14px;
  }
}

@media screen and (max-width: 905px) {
  .contents .tabbed_content .tab_nav li a {
    padding: 0 !important;
  }
}

.contents .tabbed_content .tab_nav li a:hover, .contents .tabbed_content .tab_nav li a.active {
  background-color: white;
  border-right: #e6e6e6 2px solid;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .contents .tabbed_content .tab_nav li {
    width: auto;
  }
  .contents .tabbed_content .tab_nav li a {
    text-align: center;
    padding: 0 8px;
  }
}

.contents .tabbed_content .tab_content {
  display: none;
}

.contents .tabbed_content .tab_content .small_subline {
  float: left;
  width: 70px;
  display: block;
  margin-bottom: 3px;
  padding-top: 10px;
  font-family: 'tablet-gothic-semi-condensed', Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1em;
  text-transform: uppercase;
  color: #d20012;
  font-size: 0.9em;
}

.contents .tabbed_content .tab_content .small_subline:hover {
  color: #f70c00;
}

.contents .tabbed_content .tab_content a {
  color: #d20012;
}

.contents .tabbed_content .tab_content .image_wrapper {
  width: 92px;
}

.contents .tabbed_content .tab_content .image_wrapper img {
  width: 100%;
}

.contents .tabbed_content .publication_accordion h3:first-child, .contents .tabbed_content .publication_accordion .accordion_head:first-child {
  border-top: none;
}

.contents .tabbed_content .button {
  font-family: 'tablet-gothic-semi-condensed', Arial, sans-serif;
  font-weight: 600;
  display: inline-block;
  height: 50px;
  padding: 0 20px;
  min-width: 210px;
  line-height: 50px;
  margin-bottom: 3px;
  border: 0;
  text-align: center;
  background: #f70c00;
  color: white;
  font-size: 20px;
  transition: 0.1s ease-in;
  cursor: pointer;
  box-sizing: border-box;
}

.contents .tabbed_content .button.button_gray {
  background-color: #e6e6e6;
  color: #383838;
}

.contents .tabbed_content .button.button_gray.button_light_gray {
  background-color: #f1f1f1;
}

.contents .tabbed_content .button.button_gray.button_small {
  font-family: 'tablet-gothic-semi-condensed', Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1em;
  text-transform: uppercase;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  min-width: 0;
}

.contents .tabbed_content .button.button_gray:hover {
  color: #d20012;
}

.contents .tabbed_content .publication_hover {
  position: absolute;
  width: 210px;
  background: #f1f1f1;
  box-sizing: border-box;
  padding: 30px;
  border: #e6e6e6 1px solid;
  bottom: 100%;
  left: 50%;
  margin-left: -106px;
  z-index: 10;
  opacity: 0;
  transform: scale(0) translateY(150px);
  transition: 0.5s cubic-bezier(0.8, 0, 0.5, 1);
}

.contents .tabbed_content .publication_hover .image_wrapper {
  margin-bottom: 0;
}

.contents .tabbed_content .publication_hover .button {
  padding: 0;
  width: 49%;
  margin-top: 8px;
}

.contents .tabbed_content .publication_hover .button:nth-child(2) {
  float: right;
}

.contents .tabbed_content .publication_hover:before, .contents .tabbed_content .publication_hover:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -14px;
  left: 50%;
  margin-left: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 13px 0 13px;
  border-color: #e6e6e6 transparent transparent transparent;
}

.contents .tabbed_content .publication_hover:after {
  bottom: -13px;
  border-color: #f1f1f1 transparent transparent transparent;
}

.contents .tabbed_content .publication_hover.below {
  bottom: auto;
  margin-top: 70px;
}

.contents .tabbed_content .publication_hover.below:before, .contents .tabbed_content .publication_hover.below:after {
  content: '';
  display: block;
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 13px 13px !important;
  border-color: transparent transparent #e6e6e6 transparent;
}

.contents .tabbed_content .publication_hover.below:after {
  bottom: -13px;
  border-color: transparent transparent #f1f1f1 transparent;
}

.contents .tabbed_content .accordion_show_all {
  display: block;
  padding: 40px 60px 16px 0;
  background: white url("/img/black_large_angle_dn.png") 98% 76% no-repeat;
  background-size: 32px;
  text-align: right;
  font-size: 16px;
}

.contents .tabbed_content .accordion_head {
  position: relative;
  display: block;
  overflow: visible;
  margin-top: 0;
  padding: 20px 48px 20px 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0) url("/img/black_large_angle_dn.png") 96% center no-repeat;
  background-size: 32px;
  background-position: right;
  font-family: 'tablet-gothic-semi-condensed', Arial, sans-serif;
  font-weight: 700;
  color: black;
  font-size: 16px;
  line-height: 1.44;
  border-top: 1px solid #95989a;
}

.contents .tabbed_content .accordion_head:first-child {
  border-top: none;
}

.contents .tabbed_content .accordion_head:hover .publication_hover {
  opacity: 1;
  transform: scale(1) translateY(0px);
}

.contents .tabbed_content .accordion_head small {
  display: block;
  font-family: 'tablet-gothic-narrow', Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: inherit;
  text-transform: none;
}

.contents .tabbed_content .accordion_head .x_small_headline {
  margin-bottom: 4px;
  font-family: 'tablet-gothic-semi-condensed', Arial, sans-serif;
  font-weight: 700;
}

.contents .tabbed_content .accordion_head.accordion_head_open {
  background-image: url("/img/black_large_angle_up.png");
}

.contents .tabbed_content .accordion_head.accordion_head_open:hover .publication_hover {
  opacity: 0;
  transform: scale(0) translateY(150px);
}

.contents .tabbed_content .publication_accordion .accordion_head {
  position: relative;
  padding-left: 0;
  border-top: #95989a 1px solid;
  margin-top: 0;
  overflow: visible;
}

.contents .tabbed_content .publication_accordion .accordion_content {
  padding: 24px 70px 16px 70px;
  background: #f1f1f1;
}

.contents .tabbed_content .publication_accordion .accordion_content span.image_wrapper {
  width: 92px;
  float: left;
  margin-right: 24px;
  border: #e6e6e6 1px solid;
}

.contents .tabbed_content .publication_accordion .accordion_content p {
  margin-bottom: 18px;
}

@media (max-width: 1023px) {
  .contents .tabbed_content .publication_accordion .accordion_content {
    padding: 20px;
  }
}

.contents .tabbed_content .publication_accordion .small_headline {
  font-size: 1.75em;
  font-weight: bold;
  padding: 30px 0 8px 0;
  border-top: #95989a 1px solid;
}

.contents .tabbed_content .publication_accordion ul {
  font-size: 16px;
  margin: -20px -70px -16px -70px;
}

.contents .tabbed_content .publication_accordion ul li {
  padding: 12px 20px;
  border-bottom: #e6e6e6 1px solid;
}

.contents .tabbed_content .publication_accordion ul li:last-child {
  border-bottom: 0;
}

.contents .tabbed_content .publication_accordion ul li .button {
  float: right;
  margin: -4px 0 0 8px;
}

@media (max-width: 1023px) {
  .contents .tabbed_content .publication_accordion ul {
    margin: 0 -20px;
  }
}

.contents .tabbed_content .publication_accordion.bibliography .small_headline {
  font-size: 1.25em;
}

.contents .tabbed_content .publication_text {
  padding: 40px 30px;
  border-bottom: #e6e6e6 2px solid;
}

.contents .tabbed_content .publication_text h3 {
  font-size: 1.75em;
  font-weight: bold;
  margin-bottom: 20px;
}

.contents .tabbed_content .accordion_content {
  display: none;
  background: white;
  padding: 0 20px 20px 20px;
}

.contents .tabbed_content .content_wrapper {
  display: block;
  overflow: hidden;
}

.mobile-only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .mobile-only {
    display: initial !important;
  }
}

.non-mobile {
  display: initial;
}

@media screen and (max-width: 767px) {
  .non-mobile {
    display: none !important;
  }
}

.clearfix:after, .contents .tabbed_content .publication_accordion .accordion_content:after {
  content: "";
  display: table;
  clear: both;
}

#black-overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  height: 100% !important;
  width: 100% !important;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9999;
}

#modal-popup {
  position: fixed;
  width: 1200px;
  top: 50px;
  left: 50%;
  margin-left: -600px;
  padding: 15px;
  opacity: 0;
  z-index: -1;
  background-color: #f1f1f1;
  transition: opacity 0.2s ease-in-out;
  box-shadow: 0 6px 17px -4px rgba(0, 0, 0, 0.5);
}

#modal-popup.active {
  opacity: 1;
  z-index: 9999;
}

#modal-popup.gallery {
  width: 930px;
  margin-left: -465px;
  margin-top: -30px;
  max-height: 760px;
}

@media screen and (max-width: 767px) {
  #modal-popup.gallery {
    height: 85%;
    margin-top: -15px;
  }
}

#modal-popup .content {
  max-height: 100%;
  overflow-y: hidden;
}

#modal-popup .icon_close {
  display: block;
  float: right;
  margin-top: -30px;
  margin-right: -30px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f70c00 url("../../img/close_white.png") center center;
  background-size: 24px;
  color: white;
  font-size: 1.2em;
  box-shadow: 0 6px 17px -4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

#modal-popup .icon_close:hover {
  background-color: #d20012;
}

#modal-popup .module_gallery {
  margin: 0;
  border: none;
  padding: 0;
}

#modal-popup .module_gallery .gallery-slider, #modal-popup .module_gallery .owl-carousel {
  margin-top: 10px;
}

#modal-popup .module_gallery .gallery-item {
  padding-bottom: 0;
}

#modal-popup .module_gallery .owl-item img {
  width: auto;
  height: auto;
  max-height: 600px;
  max-width: 900px;
}

@media screen and (max-width: 1170px) {
  #modal-popup .module_gallery .owl-item img {
    width: auto;
    height: auto;
    max-height: 450px;
    max-width: 500px;
  }
}

#modal-popup .module_gallery .owl-nav {
  margin: 0;
  height: 10px;
}

#modal-popup .module_gallery .owl-nav div {
  background: none;
}

#modal-popup .module_gallery .owl-nav img {
  height: 50px;
}

#modal-popup .module_gallery .owl-prev {
  transform: rotate(90deg);
  float: left;
}

#modal-popup .module_gallery .owl-next {
  transform: rotate(270deg);
  float: right;
}

@media screen and (max-width: 1350px) {
  #modal-popup {
    width: 80%;
    left: 0;
    margin-left: 10%;
    top: 10%;
  }
  #modal-popup.gallery {
    width: 80%;
    left: 0;
    margin-left: 10%;
    top: 10%;
  }
}

@media screen and (max-width: 921px) {
  #modal-popup {
    top: 15%;
  }
  #modal-popup.gallery {
    top: 10%;
  }
}

#modal-popup iframe {
  width: 100%;
  border: none;
  height: 660px;
}

@media screen and (max-width: 1350px) {
  #modal-popup iframe {
    height: 550px;
  }
}

@media screen and (max-width: 1023px) {
  #modal-popup iframe {
    height: 450px;
  }
}

@media screen and (max-width: 870px) {
  #modal-popup iframe {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  #modal-popup iframe {
    height: 330px;
  }
}

.module_gallery {
  margin: 60px 0 40px 0;
  border-bottom: #f1f1f1 2px solid;
  font-size: 14px;
  line-height: 1.5em;
  padding-bottom: 30px;
}

.module_gallery .gallery_item {
  padding-bottom: 20px;
}

.module_gallery_thumbs {
  margin: 60px 0 40px 0;
  font-size: 14px;
  line-height: 1.5em;
}

/*# sourceMappingURL=api-preview.css.map */
