@charset "UTF-8";
/* ==========================================================================
   Modules
   ========================================================================== */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   Tipografije
   ========================================================================== */
body {
  color: white; }

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

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

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

@font-face {
  font-family: 'UnitusTEECon';
  src: url("../fonts/UnitusTEE-BoldCondItal.eot");
  src: url("../fonts/UnitusTEE-BoldCondItal.eot?#iefix") format("embedded-opentype"), url("../fonts/UnitusTEE-BoldCondItal.woff2") format("woff2"), url("../fonts/UnitusTEE-BoldCondItal.woff") format("woff"), url("../fonts/UnitusTEE-BoldCondItal.ttf") format("truetype"), url("../fonts/UnitusTEE-BoldCondItal.svg#UnitusTEE-BoldCondItal") format("svg");
  font-weight: bold;
  font-style: italic; }

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

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

/* ==========================================================================
   General
   ========================================================================== */
html {
  color: black;
  font-size: 13px;
  line-height: 1.4;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent; }
  @media (min-width: 800px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1920px) {
    html {
      font-size: 0.9375vw; } }

:focus {
  outline: none !important; }

body {
  font-family: "UnitusTEECon", sans-serif;
  background-color: #a8a7a4;
  position: relative; }

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

* {
  box-sizing: border-box; }

::-moz-selection {
  background: white;
  text-shadow: none; }

::selection {
  background: white;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0; }

a {
  outline: none;
  cursor: pointer; }

/* ==========================================================================
   Credits
   ========================================================================== */
#nanostudio_logo {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 8px;
  display: table-cell;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translate(0px, -140px) scale(0.5);
  -ms-transform: translate(0px, -140px) scale(0.5);
  -o-transform: translate(0px, -140px) scale(0.5);
  transform: translate(0px, -140px) scale(0.5);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out; }
  #nanostudio_logo:hover {
    -webkit-transform: translate(-30px, -120px) scale(0.6);
    -ms-transform: translate(-30px, -120px) scale(0.6);
    -o-transform: translate(-30px, -120px) scale(0.6);
    transform: translate(-30px, -120px) scale(0.6); }
    #nanostudio_logo:hover img {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  #nanostudio_logo img {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; }
  #nanostudio_logo .tooltip {
    -webkit-transform: translate(-78%, 0%) scale(1.3);
    -ms-transform: translate(-78%, 0%) scale(1.3);
    -o-transform: translate(-78%, 0%) scale(1.3);
    transform: translate(-78%, 0%) scale(1.3); }

@media (max-width: 799px) {
  blockquote {
    margin: 1rem .5rem; } }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.invisible {
  visibility: hidden; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

/* ==========================================================================
   SECTIONS
   ========================================================================== */
body > section:not(.level-0) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear, transform 0.2s ease-in-out, filter 0.2s linear;
  background-color: rgba(0, 0, 0, 0.3); }

body[data-view=person-modal] div[data-info-type=person],
body[data-view=info-modal] div[data-info-type=gallery-with-content],
body[data-view=gallery-modal] div[data-info-type=gallery-fullwidth],
body[data-view=gpix-modal] div[data-info-type=gpix],
body[data-view=iframe-modal] div[data-info-type=iframe],
body[data-view=kolofon-modal] div[data-info-type=kolofon] {
  visibility: visible !important; }

body[data-view] section.info-layer {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
  transition: visibility 0s linear, opacity 0.2s linear, transform 0.2s ease-in-out, filter 0.2s linear; }

body * {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */ }
  body *::-webkit-scrollbar {
    width: .5rem; }
  body *::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05); }
  body *::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2); }
  body *::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3); }

.level-0 {
  z-index: 0; }

.level-1 {
  z-index: 1; }

.level-2 {
  z-index: 2; }

.level-3 {
  z-index: 3; }

.level-4 {
  z-index: 4; }

.level-5 {
  z-index: 5; }

.info-layer > div:not([data-info-type=gallery-fullwidth]) {
  display: none; }
  .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] {
    position: absolute;
    top: 2rem;
    left: 2rem;
    right: 6rem;
    bottom: 2rem;
    overflow: hidden;
    display: flex;
    visibility: hidden; }
    .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] aside {
      flex-basis: 35%;
      position: relative;
      padding: 0 0 0 0;
      overflow: hidden; }
      .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] aside > .content {
        font-size: 1.2rem;
        padding: 4%;
        height: 87vh; }
      .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] aside:before {
        content: ''; }
    .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main {
      flex: 1;
      position: relative;
      color: #222;
      background-color: #eee;
      z-index: 1;
      width: 100%;
      overflow: hidden; }
      .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main .slick-slide {
        height: calc(100vh - 4rem);
        overflow-x: hidden;
        overflow-y: auto; }
        .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main .slick-slide > div {
          overflow: hidden; }
      .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main .slick-dots {
        position: fixed;
        right: 1.5rem;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
        padding: 0;
        list-style: none;
        color: white; }
        .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main .slick-dots > li {
          opacity: .4;
          transition: opacity .2s;
          width: 3rem;
          text-align: center; }
          .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main .slick-dots > li:before {
            content: '•';
            font-size: 2rem; }
          .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main .slick-dots > li button {
            display: none; }
          .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main .slick-dots > li.slick-active {
            opacity: 1; }
      .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-items {
        display: flex;
        flex-direction: column;
        height: 100%;
        padding: 1rem;
        /* Accordion styles */ }
        @media (max-width: 799px) {
          .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-items {
            padding-bottom: calc(1rem + 50px); } }
        .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-items input {
          position: absolute;
          opacity: 0;
          z-index: -1; }
        .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-items input:checked + .tab {
          flex: 1; }
          .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-items input:checked + .tab .tab-label {
            opacity: 1; }
          .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-items input:checked + .tab .tab-content {
            max-height: 100vh;
            padding: 1em;
            opacity: 1; }
        .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-items .tabs {
          overflow: hidden;
          display: flex;
          flex-direction: column;
          height: 100%; }
        .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-items .tab {
          width: 100%;
          color: white;
          overflow: hidden;
          display: flex;
          flex-direction: column; }
          .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-items .tab-label {
            opacity: .6;
            cursor: pointer;
            display: flex;
            padding: 1.5rem 1rem 1rem;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 1.7rem;
            line-height: 1;
            transition: opacity .5s;
            cursor: pointer;
            /* Icon */ }
            .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-items .tab-label img {
              min-width: 3rem;
              height: 3rem;
              margin-right: 1rem;
              margin-top: -.5rem; }
          .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-items .tab-content {
            max-height: 0;
            padding: 0 1em;
            color: white;
            opacity: 0;
            transition: opacity .5s;
            overflow-y: auto;
            overflow-x: hidden;
            /* width */
            /* Track */
            /* Handle */
            /* Handle on hover */ }
            .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-items .tab-content::-webkit-scrollbar {
              width: .5rem; }
            .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-items .tab-content::-webkit-scrollbar-track {
              background: rgba(255, 255, 255, 0.2); }
            .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-items .tab-content::-webkit-scrollbar-thumb {
              background: rgba(255, 255, 255, 0.8); }
            .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-items .tab-content::-webkit-scrollbar-thumb:hover {
              background: white; }
            .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-items .tab-content p {
              margin-top: 0; }
            .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-items .tab-content img {
              max-width: 90%;
              margin-bottom: .8rem; }
            .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-items .tab-content label {
              max-width: 90%;
              display: block;
              margin-bottom: 1.2rem; }
          .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-items .tab-close {
            display: flex;
            justify-content: flex-end;
            padding: 1em;
            font-size: 0.75em;
            cursor: pointer; }
      .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-content {
        font-size: 1.3rem;
        overflow-y: auto;
        position: relative; }
        @media (max-width: 799px) {
          .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-content {
            padding-bottom: calc(50px); } }
        .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-content > div {
          padding: 3rem; }
        .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-content h1 {
          text-transform: uppercase;
          font-size: 3.3rem;
          margin: 0;
          line-height: 1; }
          @media (max-width: 799px) {
            .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-content h1 {
              font-size: 2rem; } }
        .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-content h2 {
          font-size: 2rem;
          margin: 0 0 1rem;
          line-height: 1; }
        .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-content h3 {
          font-size: 1.6rem;
          margin: 2rem 0 0;
          line-height: 1; }
        .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-content img {
          max-width: 100%;
          height: 23vh;
          width: 55%;
          object-fit: cover; }
        .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-content h2 {
          margin-top: 0;
          font-size: 2.4rem;
          line-height: 1; }
      .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-images {
        padding: 2rem 3rem;
        background-color: #f6f6f6;
        overflow-y: auto;
        position: relative; }
        @media (max-width: 799px) {
          .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-images {
            padding-bottom: calc(50px); } }
        .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-images a {
          display: inline-block;
          margin: 1rem 0;
          text-decoration: none;
          color: inherit; }
          .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=person] main #person-images a img {
            width: 100%;
            margin-bottom: .5rem; }
  .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=gallery-with-content] {
    position: absolute;
    top: 2rem;
    left: 2rem;
    right: 6rem;
    bottom: 2rem;
    overflow: hidden;
    display: flex;
    visibility: hidden;
    color: #222; }
    .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=gallery-with-content] > div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      position: relative;
      display: flex; }
      @media (max-width: 799px) {
        .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=gallery-with-content] > div {
          flex-direction: column; } }
    .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=gallery-with-content] aside {
      position: relative;
      flex-basis: 36%;
      overflow: hidden;
      padding: 3% 1.5% 3% 6%;
      background: #CDCCC9; }
      @media (max-width: 799px) {
        .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=gallery-with-content] aside {
          flex-basis: 45%; } }
      .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=gallery-with-content] aside > div {
        text-align: right;
        overflow-y: auto;
        height: 100%;
        padding-right: 1.2rem; }
        @media (max-width: 799px) {
          .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=gallery-with-content] aside > div {
            text-align: initial; } }
      .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=gallery-with-content] aside h1 {
        font-size: 2.6rem;
        line-height: 1; }
      .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=gallery-with-content] aside h2 {
        line-height: 1; }
      .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=gallery-with-content] aside table {
        float: right;
        width: 80%; }
        .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=gallery-with-content] aside table td {
          border-bottom: 1px solid rgba(0, 0, 0, 0.1);
          padding: .5rem 0; }
    .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=gallery-with-content] main {
      position: relative;
      background-color: #9c9a94;
      flex: 1;
      display: flex;
      align-items: center; }
      .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=gallery-with-content] main img {
        width: 100%; }
  .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=gpix] {
    position: absolute;
    top: 2rem;
    left: 2rem;
    right: 6rem;
    bottom: 2rem;
    overflow: hidden;
    display: flex;
    visibility: hidden;
    color: #fff; }
  .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=iframe] {
    position: absolute;
    top: 2rem;
    left: 2rem;
    right: 6rem;
    bottom: 2rem;
    overflow: hidden;
    display: flex;
    visibility: hidden;
    color: #fff;
    padding: 4rem;
    background-color: #CDCCC9;
    align-items: center;
    justify-content: center;
    bottom: 2.6rem; }
  .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=kolofon] {
    position: absolute;
    width: 35rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80vw;
    max-height: 80vh;
    overflow: hidden;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    visibility: hidden;
    color: #222;
    background-color: #EBEBEB;
    padding: 3rem;
    font-size: 1.5rem;
    text-align: center; }
    .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=kolofon] > div {
      min-width: 100%; }
      .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=kolofon] > div:not(:last-child) {
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .info-layer > div:not([data-info-type=gallery-fullwidth])[data-info-type=kolofon] img {
      width: 60%;
      margin-top: 1.5rem; }

header .header-logo {
  position: absolute;
  background: #CDCCC9;
  top: 0;
  left: 3rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1); }
  @media (max-width: 799px) {
    header .header-logo {
      left: 2rem; } }
  header .header-logo img {
    padding: 1rem;
    width: 12rem; }

header .bottom-nav {
  position: absolute;
  bottom: 0;
  left: 3rem;
  right: 3rem;
  display: flex; }
  @media (max-width: 799px) {
    header .bottom-nav {
      left: 2rem;
      right: 2rem; } }

header .pano-dropdown,
header .lang-selector,
header .toggle-kolofon {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .1em;
  height: 3rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1); }

header .pano-dropdown {
  margin: 0;
  background: #222;
  color: #fff;
  width: 14rem;
  position: relative;
  z-index: 1; }
  header .pano-dropdown.pano-dropdown-open:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    @media (max-width: 799px) {
      header .pano-dropdown.pano-dropdown-open:before {
        background-color: rgba(0, 0, 0, 0.3); } }

header .lang-selector {
  background: #CDCCC9;
  color: #222;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem; }

header .toggle-kolofon {
  margin-left: auto;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none; }
  @media (max-width: 799px) {
    header .toggle-kolofon {
      position: fixed;
      top: 0;
      right: 1rem;
      font-size: .8rem; } }

@media (max-width: 799px) {
  body[data-view] header .toggle-kolofon {
    visibility: hidden; } }

#modal-close {
  text-decoration: none;
  color: white;
  position: absolute;
  right: 2rem;
  top: 3rem;
  width: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 600;
  transform: scale(1.2);
  z-index: 9999; }
  #modal-close:before {
    content: '';
    display: block;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
    background-image: url(/img/photoswipe/default-skin.svg);
    background-position: 0 -44px;
    margin-bottom: -.5rem; }

/* ==========================================================================
   Pano
   ========================================================================== */
#pano {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0; }

#loader_cover_container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: auto;
  padding: auto;
  z-index: 9999;
  display: none; }

#loader_cover_fullscreen {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #1b1616;
  filter: alpha(opacity=65);
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65; }

#loader_cover_centerbox {
  width: 350px;
  height: 350px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  background-image: url(/img/pmm_logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

#loader_cover_logo {
  position: absolute;
  /*height:70px; */
  /*top:0; */
  left: 0;
  bottom: 80px;
  right: 0;
  margin: auto;
  text-align: center;
  /*letter-spacing:3px; */
  font-size: 18px;
  font-weight: bold;
  color: #525252;
  text-transform: uppercase; }

/* Dropdown style */
.pano-dropdown dt {
  height: 100%; }
  .pano-dropdown dt a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none; }

.pano-dropdown dd {
  position: relative;
  width: 100%;
  margin: 0; }
  .pano-dropdown dd ul {
    display: none;
    position: absolute;
    left: 0;
    bottom: 3rem;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none; }
    @media (max-width: 799px) {
      .pano-dropdown dd ul {
        width: calc(100vw - 4rem); } }
  .pano-dropdown dd li {
    position: relative;
    background: #000; }
    @media (max-width: 799px) {
      .pano-dropdown dd li {
        margin-bottom: 3px;
        border: 1px solid white; } }
    .pano-dropdown dd li:hover > div {
      opacity: .8; }
    .pano-dropdown dd li > div {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      opacity: .6;
      transition: opacity .2s; }
    .pano-dropdown dd li a {
      display: flex;
      padding: 0 1rem;
      align-items: center;
      text-decoration: none;
      position: relative;
      max-height: calc((100vh - 50px - 5rem)/9);
      height: 4rem; }
      .pano-dropdown dd li a:hover {
        cursor: pointer; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   ALL DEVICES / PHONES PORTRAIT
   ========================================================================== */
@media only screen and (min-width: 768px) {
  /* ====================
      WIDE: CSS3 Effects
     ==================== */
  .header-container aside,
  .main aside {
    -webkit-box-shadow: 0 5px 10px #aaa;
    -moz-box-shadow: 0 5px 10px #aaa;
    box-shadow: 0 5px 10px #aaa;
    float: right;
    width: 28%; }
  .header-container article,
  .main article {
    float: left;
    width: 57%; }
  /* ============
      WIDE: Menu
     ============ */
  .title {
    float: left; }
  nav {
    float: right;
    width: 38%; } }

@media only screen and (min-width: 1140px) {
  /* ===============
      Maximal Width
     =============== */
  .wrapper {
    width: 1026px;
    /* 1140px - 10% for margins */
    margin: 0 auto; } }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none; }
  .pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(/img/photoswipe/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(/img/photoswipe/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  margin: 0 auto;
  padding: 10px;
  color: #CCC;
  text-align: center; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(/img/photoswipe/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@keyframes clockwise {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes donut-rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(-140deg); }
  100% {
    transform: rotate(0); } }

/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

.cb-slideshow,
.cb-slideshow:after {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 20000; }

.cb-slideshow:after {
  content: '';
  background-color: #000;
  opacity: .7; }

.cb-slideshow {
  margin: 0;
  padding: 0; }

.cb-slideshow li {
  list-style-type: none; }

.cb-slideshow li span {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  opacity: 0;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  animation: imageAnimation 80s linear infinite 0s; }

.cb-slideshow li:nth-child(1) span {
  background-image: url(../img/scrnsaver_1.jpg);
  opacity: 1;
  /*animation: firstimageAnimation 80s linear infinite 0s;*/ }

.cb-slideshow li:nth-child(2) span {
  background-image: url(../img/scrnsaver_1.jpg); }

.cb-slideshow li:nth-child(3) span {
  background-image: url(../img/scrnsaver_2.jpg);
  animation-delay: 10s; }

.cb-slideshow li:nth-child(4) span {
  background-image: url(../img/scrnsaver_3.jpg);
  animation-delay: 20s; }

.cb-slideshow li:nth-child(5) span {
  background-image: url(../img/scrnsaver_4.jpg);
  animation-delay: 30s; }

.cb-slideshow li:nth-child(6) span {
  background-image: url(../img/scrnsaver_5.jpg);
  animation-delay: 40s; }

.cb-slideshow li:nth-child(7) span {
  background-image: url(../img/scrnsaver_6.jpg);
  animation-delay: 50s; }

.cb-slideshow li:nth-child(8) span {
  background-image: url(../img/scrnsaver_7.jpg);
  animation-delay: 60s; }

.cb-slideshow li:nth-child(9) span {
  background-image: url(../img/scrnsaver_8.jpg);
  animation-delay: 70s; }

@keyframes firstimageAnimation {
  0% {
    opacity: 1;
    animation-timing-function: ease-in; }
  4% {
    opacity: 1;
    transform: scale3d(1.05, 1.05, 1);
    animation-timing-function: ease-out; }
  17% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1); }
  25% {
    opacity: 0;
    transform: scale3d(1.1, 1.1, 1); }
  100% {
    opacity: 0; } }

@keyframes imageAnimation {
  0% {
    opacity: 0;
    animation-timing-function: ease-in; }
  4% {
    opacity: 1;
    transform: scale3d(1.05, 1.05, 1);
    animation-timing-function: ease-out; }
  17% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1); }
  21% {
    opacity: 0;
    transform: scale3d(1.1, 1.1, 1); }
  100% {
    opacity: 0; } }

/* ==========================================================================
   screensaver container
   ========================================================================== */
#screensaver {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20000;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.15s,opacity 0.15s linear; }

body.screensaver #screensaver {
  transition: visibility 0s linear 0s,opacity 0.15s linear;
  visibility: visible;
  opacity: 1; }

body.pre-start.screensaver #screensaver {
  transition: visibility 0s linear 0s,opacity 0s linear; }

#intro_hand {
  position: absolute;
  bottom: -2vw;
  left: 50%;
  transform: translate3d(100%, 100%, 0);
  transform-origin: 50% 50%;
  z-index: 20001; }

#intro_hand img {
  width: 10vw;
  height: auto; }

#hand_circle {
  width: 3vw;
  height: 3vw;
  position: absolute;
  background-color: white;
  opacity: 0;
  border-radius: 3vw;
  top: -1vw;
  left: 4vw; }

@keyframes roka {
  1.67% {
    transform: translate3d(-40%, 0%, 0); }
  3.335% {
    transform: translate3d(-40%, 0%, 0); }
  4.165% {
    transform: scale(0.9) translate3d(-40%, 0%, 0); }
  5% {
    transform: scale(0.9) translate3d(-40%, 0%, 0); }
  7.5% {
    transform: scale(0.9) translate3d(-100%, 0%, 0); }
  9% {
    transform: scale(0.9) translate3d(0%, 0%, 0); }
  10% {
    transform: scale(0.9) translate3d(-100%, 0%, 0); }
  11.335% {
    transform: scale(0.9) translate3d(0, 0%, 0); }
  11.835% {
    transform: scale(1) translate3d(0, 0%, 0); }
  12.5% {
    transform: scale(1) translate3d(0, 0%, 0); }
  16.65% {
    transform: translate3d(-150%, 100%, 0); }
  17% {
    transform: translate3d(600%, 100%, 0); }
  18% {
    transform: translate3d(550%, -175%, 0) rotate(320deg); }
  50% {
    transform: translate3d(550%, -175%, 0) rotate(320deg); }
  51.67% {
    transform: translate3d(410%, -175%, 0) rotate(320deg); }
  53.335% {
    transform: translate3d(410%, -175%, 0) rotate(320deg); }
  54.165% {
    transform: scale(0.9) translate3d(460%, -200%, 0) rotate(320deg); }
  55% {
    transform: scale(0.9) translate3d(460%, -200%, 0) rotate(320deg); }
  57.5% {
    transform: scale(0.9) translate3d(460%, -150%, 0) rotate(320deg); }
  59% {
    transform: scale(0.9) translate3d(460%, -250%, 0) rotate(320deg); }
  60% {
    transform: scale(0.9) translate3d(460%, -150%, 0) rotate(320deg); }
  61.335% {
    transform: scale(0.9) translate3d(460%, -250%, 0) rotate(320deg); }
  61.835% {
    transform: scale(1) translate3d(410%, -225%, 0) rotate(320deg); }
  62.5% {
    transform: scale(1) translate3d(410%, -225%, 0) rotate(320deg); }
  66.65% {
    transform: translate3d(550%, -175%, 0) rotate(320deg); }
  67% {
    transform: translate3d(550%, -175%, 0) rotate(320deg); }
  68% {
    transform: translate3d(600%, 100%, 0); }
  69% {
    transform: translate3d(-150%, 100%, 0); } }

.animation_roka {
  animation: roka 30s ease-in-out 0s infinite normal none;
  -webkit-animation: roka 30s ease-in-out 0s infinite normal none; }

@keyframes roka_krog {
  3.335% {
    opacity: 0; }
  4.165% {
    opacity: 0.1; }
  11.335% {
    opacity: 0.1; }
  11.835% {
    opacity: 0; }
  53.335% {
    opacity: 0; }
  54.165% {
    opacity: 0.1; }
  61.335% {
    opacity: 0.1; }
  61.835% {
    opacity: 0; } }

.animation_roka_krog {
  animation: roka_krog 30s ease-in-out 0s infinite normal none;
  -webkit-animation: roka_krog 30s ease-in-out 0s infinite normal none; }

#screensaver_message_1 {
  color: #fff;
  z-index: 20001;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -60%, 0);
  font-size: 4rem;
  font-weight: bold;
  width: 100vw;
  text-align: center;
  opacity: 0;
  animation: ani_screensaver_message 30s ease-in-out 0s infinite normal none; }
  #screensaver_message_1 h1 {
    line-height: 1em;
    font-size: 2em;
    margin: 0; }
  #screensaver_message_1 h2 {
    line-height: 1em;
    font-size: 1.6em;
    margin: 0 0 .5em 0; }

#screensaver_message_2 {
  color: #fff;
  z-index: 20001;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -60%, 0);
  font-size: 4rem;
  font-weight: bold;
  width: 100vw;
  text-align: center;
  opacity: 0;
  animation: ani_screensaver_message 30s ease-in-out 15s infinite normal none; }
  #screensaver_message_2 h1 {
    line-height: 1em;
    font-size: 2em;
    margin: 0; }
  #screensaver_message_2 h2 {
    line-height: 1em;
    font-size: 1.6em;
    margin: 0 0 .5em 0; }

@keyframes ani_screensaver_message {
  0% {
    transform: translate3d(-50%, -40%, 0);
    opacity: 0;
    animation-timing-function: ease-in; }
  4% {
    transform: translate3d(-50%, -50%, 0);
    opacity: 1;
    animation-timing-function: linear; }
  25% {
    transform: translate3d(-50%, -90%, 0);
    opacity: 1;
    animation-timing-function: linear; }
  29% {
    transform: translate3d(-50%, -100%, 0);
    opacity: 0;
    animation-timing-function: ease-out; }
  50% {
    transform: translate3d(-50%, -100%, 0);
    opacity: 0;
    animation-timing-function: ease-out; } }

body.pre-start {
  opacity: 0 !important; }

body.start main {
  opacity: 1;
  transition: opacity .5s linear; }

#teaser_video {
  width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 25vh 25vw;
  z-index: 20002;
  opacity: 0;
  transition: opacity .2s linear;
  background-color: rgba(0, 0, 0, 0.7); }

#teaser_video.playing {
  opacity: 1; }

#timeout_warning {
  color: white;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.15s,opacity 0.15s linear;
  font-size: 1.5rem;
  line-height: 2rem; }

body.timeout_timer #timeout_warning {
  transition: visibility 0s linear 0s,opacity 0.15s linear;
  visibility: visible;
  opacity: 1; }

#timeout_warning_content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  text-align: center; }

#timeout_warning_content p {
  margin-bottom: 3rem; }

#timeout_warning h1 {
  position: relative;
  font-size: 3.6rem; }

#timer_secs {
  font-size: 2rem; }

#timeout_btn {
  width: 19vw;
  background-color: #d81a5f;
  margin: 0 auto;
  margin-top: 3rem;
  color: #fff;
  font-weight: bold;
  padding: 1.5rem 2.5rem;
  font-size: 2rem; }

#timeout_btn:active {
  background-color: rgba(55, 63, 61, 0.3);
  transition: background-color .2s linear; }

#progressbar {
  width: 100%;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 0 auto; }

#progressbar::after {
  content: '';
  display: block;
  width: 100%;
  height: 8px;
  background-color: #d81a5f;
  transition: width 0s linear, background-color 0s linear;
  margin: 0 auto; }

body.timeout_timer #progressbar::after {
  content: '';
  width: 0%;
  transition: width 30s linear, background-color 30s linear;
  background-color: white; }
