/* FONTS */
@font-face {
  font-family: "HelveticaLTStd-Light";
  src: url("https://jvst-4.werkslim.org//files/fonts/36C20D_0_0.eot");
  src: url("https://jvst-4.werkslim.org//files/fonts/36C20D_0_0.eot?#iefix")
      format("embedded-opentype"),
    url("https://jvst-4.werkslim.org//files/fonts/36C20D_0_0.woff2")
      format("woff2"),
    url("https://jvst-4.werkslim.org//files/fonts/36C20D_0_0.woff")
      format("woff"),
    url("https://jvst-4.werkslim.org//files/fonts/36C20D_0_0.ttf")
      format("truetype");
}
@font-face {
  font-family: "HelveticaLTStd-Bold";
  src: url("https://jvst-4.werkslim.org//files/fonts/36C20D_1_0.eot");
  src: url("https://jvst-4.werkslim.org//files/fonts/36C20D_1_0.eot?#iefix")
      format("embedded-opentype"),
    url("https://jvst-4.werkslim.org//files/fonts/36C20D_1_0.woff2")
      format("woff2"),
    url("https://jvst-4.werkslim.org//files/fonts/36C20D_1_0.woff")
      format("woff"),
    url("https://jvst-4.werkslim.org//files/fonts/36C20D_1_0.ttf")
      format("truetype");
}
@font-face {
  font-family: "HelveticaInseratLTStd";
  src: url("https://jvst-4.werkslim.org//files/fonts/HelveticaInseratLTStd-Roman.eot");
  src: url("https://jvst-4.werkslim.org//files/fonts/HelveticaInseratLTStd-Roman.eot?#iefix")
      format("embedded-opentype"),
    url("https://jvst-4.werkslim.org//files/fonts/HelveticaInseratLTStd-Roman.woff2")
      format("woff2"),
    url("https://jvst-4.werkslim.org//files/fonts/HelveticaInseratLTStd-Roman.woff")
      format("woff"),
    url("https://jvst-4.werkslim.org//files/fonts/HelveticaInseratLTStd-Roman.ttf")
      format("truetype");
}

.HelveticaLTStd-Light {
  font-family: HelveticaLTStd-Light;
  font-weight: normal;
  font-style: normal;
}
.HelveticaLTStd-Bold {
  font-family: HelveticaLTStd-Bold;
  font-weight: normal;
  font-style: normal;
}

/* GENERAL */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: HelveticaLTStd-Light, Arial, sans-serif;
}
.jv14 {
  font-family: HelveticaLTStd-Light, Arial, sans-serif;
  font-size: 14pt;
}
.pano-image .helper {
  height: 100%;
  position: absolute;
}
.gigaCaption {
  position: absolute;
  top: 50%;
  left: 0;
  font-family: "HelveticaInseratLTStd";
  font-size: 72pt;
  /* width: 1500px; */
  height: 100px;
  margin-top: -50px;
  /* margin-left: -630px; */
  right: 0;
  background: #fff;
  text-align: center;
  padding: 10px 0 20px 0;
}
.gigaCaption-bu {
  position: absolute;
  top: 50%;
  left: 50%;
  font-family: "HelveticaInseratLTStd";
  font-size: 72pt;
  width: 1500px;
  height: 100px;
  margin-top: -50px;
  margin-left: -630px;
}
.gigaCaption .cLeft {
  float: left;
  background: #fff;
}
.gigaCaption .cRight {
  float: right;
  background: #fff;
}

.videoContainer {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.videoContainer video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.videoContainer .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.videoContainer .overlay .jvst {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: url(https://jvst-4.werkslim.org/files/video/JVST_cutouts.svg);
  background-repeat: no-repeat;
  background-position: bottom;
}
.videoContainer .overlay .color {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
/* HEADER */

#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 80px;
  background: #fff;
  z-index: 80;
}
#header .appLogo {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 40px;
  /*	width: 350px;*/
  width: 350px;
  background: url("https://jvst-4.werkslim.org/files/images/icons/JVST_black.svg");
  /*background-position-y: -91px;
    background-size: auto 200px;*/
  background-position-y: -79px;
  background-size: auto 169px;
  background-repeat: no-repeat;
  transition: all 0.6s ease;
}
#header .appLogo:hover {
  background: url("https://jvst-4.werkslim.org/files/images/icons/JVST_black.svg");
  background-position-y: 0;
  background-size: auto 50px;
  background-repeat: no-repeat;
  height: 50px;
  top: 15px;
}
#header.transparent .appLogo {
  background: url("https://jvst-4.werkslim.org/files/images/icons/JVST_white.svg");
  background-position-y: 0;
  background-size: auto 50px;
  background-repeat: no-repeat;
  height: 50px;
  top: 15px;
}
#header.transparent .appLogo:hover {
  top: 15px;
}
#header .appLogo img {
  height: 100%;
}
#header.transparent {
  background: #ffffff00;
}
/* MENUS */
nav.mainMenu .jvtsLink.active {
  color: #e3087e !important;
}
nav.mainMenu .jvtsLink:hover {
  color: #e3087e !important;
}
nav.mainMenu .jvtsLinkExt:hover {
  color: #e3087e !important;
}
#header nav.mainMenu {
  padding: 0;
  margin: 0;
  position: absolute;
}
#header nav.mainMenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#header nav.mainMenu ul li a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "HelveticaInseratLTStd";
}

#header nav.mainMenu a.w {
  width: 170px;
}
#header nav.mainMenu a.m {
  width: 150px;
}
#header nav.mainMenu a.s {
  width: 75px;
}
.pt td {
  color: #e3087e !important;
}
/* LOADER */
#loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000;
  z-index: 90;
  transition: all 1s;
}
#loader .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 160px;
  height: 64px;
  margin: -32px -80px;
}
#loader .content .message {
  text-align: center;
  font-size: 10pt;
  width: 320px;
  margin-left: -80px;
  position: relative;
  margin-top: 10px;
  font-family: "HelveticaLTStd-Light";
  color: #fff;
}

#zoomImage .main {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 1s linear;
}
#zoomImage .mainNav a {
  font-size: 22pt;
  text-transform: uppercase;
  color: green;
  text-decoration: none;
  font-family: "HelveticaInseratLTStd";
  padding: 8px;
  position: absolute;
  background-color: #fff;
}

#vision {
  grid-auto-flow: column;
  display: grid;
  grid-gap: 30px;
  height: 100%;
  grid-template-rows: 100%;
}
.visionImage,
.visionZoomImage {
  position: relative;
}
.visionImage .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.visionImage .content .text,
.visionZoomImage .zoomContainer .text {
  bottom: 0;
  width: 400px;
  position: absolute;
  right: 0;
  z-index: 70;
  background: white;
  padding: 20px;
  max-height: 70%;
  overflow-y: auto;
  font-size: 13pt;
  font-family: "HelveticaInseratLTStd";
  line-height: 1.5;
}
.visionImage img,
.visionZoomImage img,
.visionZoomImage img {
  height: 100%;
}
#visionPanoText {
  grid-auto-flow: column;
  display: grid;
  grid-gap: 30px;
}
#visionPanoText .panoText {
  width: 410px;
}
#visionZoomImage .mainNav a {
  font-size: 22pt;
  text-transform: uppercase;
  color: green;
  text-decoration: none;
  font-family: "HelveticaInseratLTStd";
  padding: 8px;
  position: absolute;
  background-color: #fff;
}
/* LAYOUT */
#contentFull {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
}
/**/
/**/
/**/
/**/
.block a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.block.text a,
.block.text {
  display: inline-block;
  height: initial;
  width: initial;
  color: #000;
  font-size: 13pt;
  text-transform: uppercase;
  font-family: "HelveticaInseratLTStd";
  line-height: 1.5;
}
.block.text a,
#expandView .person a {
  text-decoration: none;
  color: #e3087e;
}
.block.text a:hover,
#expandView .person a:hover {
  text-decoration: underline;
}
.expandClose {
  position: absolute;
  top: 0;
  right: 0;
  margin: 8px;
  text-decoration: none !important;
  background: url(https://jvst-4.werkslim.org/files/images/icons/cross.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
}
.block a .overlay {
  display: block;
  height: 100%;
  width: 100%;
  background: #fff;
  position: relative;
  opacity: 0;
  transition: all 0.6s linear;
}
.block a .overlay:hover,
.block.active a .overlay {
  opacity: 1;
}
.block a .overlay .title {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  text-align: center;
  color: #000;
  font-size: 13pt;
  font-family: HelveticaInseratLTStd;
  text-transform: uppercase;
}
.block a .overlay .title .subTitle {
  font-family: HelveticaInseratLTStd;
  font-size: 13pt;
  text-transform: initial;
}
.zoom-image {
  height: 100%;
  margin-left: 30px;
}
.zoomSlide {
  height: 100%;
}
.zoomSlide:after {
  clear: right;
}
.zoomSlide img {
  height: 100%;
}

#panoWrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
#experienceWrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 90000px;
}
#experienceWrapper .slide {
  float: left;
}
.zoomSlide_main {
  position: relative;
}
.zoomSlide_main .expNav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.zoomSlide_main ul {
  position: relative;
  list-style: none;
  width: 100%;
  height: 100%;
}
.zoomSlide_main ul li a {
  list-style: none;
  padding: 20px;
  position: absolute;
}
.zoomSlide_main ul li.exp-1 a {
  background: green;
  left: 10%;
  top: 10%;
}
.zoomSlide_main ul li.exp-2 a {
  background: blue;
  left: 40%;
  top: 20%;
}
.zoomSlide_main ul li.exp-3 a {
  background: green;
  left: 15%;
  top: 40%;
}
.zoomSlide_main ul li.exp-4 a {
  background: blue;
  left: 50%;
  top: 60%;
}
#panoWrapper .panoImage {
  height: 100%;
}

.panoText {
  padding: 0 20px;
  font-size: 18pt;
  font-family: "HelveticaInseratLTStd";
  text-transform: uppercase;
}
.panoText div {
  margin-bottom: 15px;
}
.panoText div.pq {
  font-size: 14pt;
  color: #e3087e;
  margin-bottom: 30px;
}
.zoomContainer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 1s linear;
}
.zoomContainer .sub {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 1s linear;
  opacity: 0;
}
.zoomImageShow {
  opacity: 1 !important;
}
.zoomImageHide {
  opacity: 0 !important;
}
/*SLIDER VIEW*/
#sliderWrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#sliderWrapper .slide {
  height: 100%;
  width: 100%;
  position: absolute;
  transition: all 1s linear;
}
#sliderWrapper .slide .overlay .title {
  position: absolute;
  left: 0;
  bottom: 50px;
  color: #000;
  background: #fff;
  font-family: HelveticaInseratLTStd;
  text-transform: uppercase;
  padding: 8px 32px 2px 32px;
}
#sliderWrapper .slide.slide_visible {
  opacity: 1;
}
#sliderWrapper .slide.slide_hidden {
  opacity: 0;
}

/*SCROLLBAR*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  background: #e3087e;
}
::-webkit-scrollbar-track {
  background: #f394c7;
}
/*EXPAND VIEW*/
#expandView {
  display: none;
}
#expandView .person {
  position: fixed;
  right: 0;
  z-index: 70;
  background: white;
  padding: 20px;
  max-height: 70%;
  overflow-y: auto;
  font-size: 13pt;
  font-family: "HelveticaInseratLTStd";
  line-height: 1.5;
}
#expandView .projectViewer {
  position: fixed;
  background: #fff;
  z-index: 70;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 0;
}

#expandView .projectViewer .controlBar .btns {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
#expandView .projectViewer .controlBar .btns .btn {
  float: left;
  height: 40px;
  font-size: 12pt;
  padding: 20px;
  background: #ffffff;
  cursor: pointer;
  font-family: HelveticaInseratLTStd;
}
#expandView .projectViewer .controlBar .btns .btnD {
  cursor: initial;
}
#expandView .projectViewer .controlBar .btns .numCount {
  line-height: 2.3;
  font-family: HelveticaInseratLTStd;
}
#expandView .projectViewer .controlBar .btns .readMoreToggle {
  line-height: 2.3;
}
#expandView .projectViewer .controlBar .btns .numCount div {
  display: inline-block;
}
#expandView .projectViewer .controlBar .btns .left,
#expandView .projectViewer .controlBar .btns .right {
  line-height: 1;
}
#expandView .projectViewer .controlBar .btns .left {
  background: url(https://jvst-4.werkslim.org/files/images/icons/ARROW_LEFT.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}
#expandView .projectViewer .controlBar .btns .right {
  background: url(https://jvst-4.werkslim.org/files/images/icons/ARROW_RIGHT.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
}
#expandView .projectViewer .controlBar .imgTitle {
  position: absolute;
  left: 100px;
  right: 100px;
  text-align: center;
  padding-top: 16px;
  font-size: 13pt;
  top: 0;
  font-family: HelveticaInseratLTStd;
}
#expandView .projectViewer .controlBar .title {
  transition: all 1s;
  position: absolute;
  left: 100px;
  right: 100px;
  text-align: center;
  padding-top: 8px;
  font-size: 13pt;
  top: 34px;
  font-family: HelveticaInseratLTStd;
  text-transform: uppercase;
}
#bu-expandView .projectViewer .controlBar .title.loading {
  position: relative;
  background: #fff;
  left: 0;
  right: 0;
  font-size: 36pt;
  padding-top: 20%;
  z-index: 4;
  transition-duration: 0s;
}
#expandView .projectViewer .controlBar .title.loading {
  position: fixed;
  left: 0;
  top: 80px;
  right: 0;
  bottom: 0;
  bottom: 0px;
  color: #000;
  background: #fff;
  font-size: 36pt;
  font-family: HelveticaInseratLTStd;
  text-transform: uppercase;
  padding: 30%;
  z-index: 99;
}
#expandView .projectViewer .controlBar .title.loading-b {
  background: #fff0;
  color: #0000;
}
#-bu--expandView .projectViewer .controlBar .title.loading {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  bottom: 50px;
  color: #000;
  background: #fff;
  font-size: 36pt;
  font-family: HelveticaInseratLTStd;
  text-transform: uppercase;
  padding: 8px 32px;
  transition: all 1s;
}
#old-expandView .projectViewer .controlBar .title.loading {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  color: #000;
  background: #fff;
  font-size: 36pt;
  font-family: HelveticaInseratLTStd;
  text-transform: uppercase;
  padding: 8px 32px;
  transition: all 1s;
  height: unset;
  z-index: 99;
}
.infoBlock table tr td {
  vertical-align: top;
  padding: 10px 0;
  font-family: HelveticaInseratLTStd;
  font-size: 13pt;
  width: 715px;
}
.infoBlock table tr td:first-child {
  font-family: "HelveticaInseratLTStd";
  width: 170px;
  font-size: 13pt;
  text-transform: uppercase;
}

.zoom {
  width: 100%;
  height: 100%;
  position: relative;
}
.zoomIn {
  width: 300%;
  height: 300%;
  position: relative;
}
.missionNav {
  position: absolute;
  bottom: 100px;
  height: 30px;
}
.missionNav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.missionNav ul li {
  float: left;
  padding: 8px;
  font-family: "HelveticaInseratLTStd";
  background: #fff;
  font-size: 36pt;
  text-transform: uppercase;
  margin-right: 24px;
}
.missionNav ul li a {
  text-decoration: none;
  color: inherit;
}
.missionNav ul li.active {
  color: #e3087e !important;
}
/* readMore */
#expandView .projectViewer .controlBar .btns .readMoreToggle .less {
  display: none;
}
#expandView .projectViewer .controlBar .btns .readMoreToggle.expand .less {
  display: block;
}
#expandView .projectViewer .controlBar .btns .readMoreToggle .more {
  display: block;
}
#expandView .projectViewer .controlBar .btns .readMoreToggle.expand .more {
  display: none;
}
.readMoreExpand {
  position: absolute;
  right: 0;
  bottom: 80px;
  background: #fff;
  padding: 20px;
  width: 400px;
  display: none;
  font-size: 13pt;
  font-family: "HelveticaInseratLTStd";
  line-height: 1.5;
}

/* Overview */
#expandView .projectViewer .controlBar .btns .overviewToggle .open {
  background: url(https://jvst-4.werkslim.org/files/images/icons/overview.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  display: block;
  width: 20px;
  height: 40px;
}
#expandView .projectViewer .controlBar .btns .overviewToggle.expand .open {
  display: none;
}
#expandView .projectViewer .controlBar .btns .overviewToggle .close {
  background: url(https://jvst-4.werkslim.org/files/images/icons/cross.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  display: block;
  width: 20px;
  height: 40px;
  display: none;
}
#expandView .projectViewer .controlBar .btns .overviewToggle.expand .close {
  display: block;
}
#expandView .projectViewer .controlBar .btns .overviewExpand {
  position: fixed;
  background: #fff;
  z-index: 70;
  top: 80px;
  left: 0;
  right: 0;
  bottom: 80px;
  display: none;
  overflow-y: auto;
}
#expandView .projectViewer .controlBar .btns .overviewExpand .grid {
  display: grid;
  grid-gap: 15px;
  grid-auto-rows: 250px;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}
.miniSlide {
  cursor: zoom-in;
  font-size: 28pt;
}
.msg {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 99;
  background: white;
  padding: 16px;
  max-width: 350px;
}

#content {
  position: fixed;
  top: 80px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  padding: 0 20px 10px 20px;
}

.menuBtn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 1 !important;
}

.floatTitle {
  position: fixed;
  left: 0;
  bottom: 50px;
  color: #000;
  background: #fff;
  font-family: HelveticaInseratLTStd;
  text-transform: uppercase;
  padding: 8px 32px;
  font-size: 36pt;
  opacity: 0;
  transition: all 0.6s ease;
}
.slideScroll {
  position: fixed;
  top: 90px;
  left: 20px;
  width: 50px;
  height: 40px;
  background: url(https://jvst-4.werkslim.org/files/images/icons/slide_scroll.png);
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.6s ease;
}
.slideScroll:hover {
  left: 25px;
}

/* BLOCKS VIEW */
#blocksWrapper {
  display: grid;
  grid-gap: 15px;
}
.block {
  padding: 0;
}

/* 1x */
/* 1x2 */
[data-current-scale-css="1"] > .block-1x2 {
  grid-column: auto / span 1;
  grid-row: auto / span 1;
}
[data-current-scale-css="2"] > .block-1x2,
[data-current-scale-css="3"] > .block-1x2,
[data-current-scale-css="4"] > .block-1x2,
[data-current-scale-css="5"] > .block-1x2,
[data-current-scale-css="6"] > .block-1x2,
[data-current-scale-css="7"] > .block-1x2,
[data-current-scale-css="8"] > .block-1x2,
[data-current-scale-css="9"] > .block-1x2 {
  grid-column: auto / span 1;
  grid-row: auto / span 2;
}
/* 1x3 */
[data-current-scale-css="1"] > .block-1x3 {
  grid-column: auto / span 1;
  grid-row: auto / span 1;
}
[data-current-scale-css="2"] > .block-1x3 {
  grid-column: auto / span 1;
  grid-row: auto / span 2;
}
[data-current-scale-css="3"] > .block-1x3,
[data-current-scale-css="4"] > .block-1x3,
[data-current-scale-css="5"] > .block-1x3,
[data-current-scale-css="6"] > .block-1x3,
[data-current-scale-css="7"] > .block-1x3,
[data-current-scale-css="8"] > .block-1x3,
[data-current-scale-css="9"] > .block-1x3 {
  grid-column: auto / span 1;
  grid-row: auto / span 3;
}
/* 2x */
/* 2x1 */
[data-current-scale-css="1"] > .block-2x1 {
  grid-column: auto / span 1;
  grid-row: auto / span 1;
}
[data-current-scale-css="2"] > .block-2x1,
[data-current-scale-css="3"] > .block-2x1,
[data-current-scale-css="4"] > .block-2x1,
[data-current-scale-css="5"] > .block-2x1,
[data-current-scale-css="6"] > .block-2x1,
[data-current-scale-css="7"] > .block-2x1,
[data-current-scale-css="8"] > .block-2x1,
[data-current-scale-css="9"] > .block-2x1 {
  grid-column: auto / span 2;
  grid-row: auto / span 1;
}
/* 2x2 */
[data-current-scale-css="1"] > .block-2x2 {
  grid-column: auto / span 1;
  grid-row: auto / span 1;
}
[data-current-scale-css="2"] > .block-2x2,
[data-current-scale-css="3"] > .block-2x2,
[data-current-scale-css="4"] > .block-2x2,
[data-current-scale-css="5"] > .block-2x2,
[data-current-scale-css="6"] > .block-2x2,
[data-current-scale-css="7"] > .block-2x2,
[data-current-scale-css="8"] > .block-2x2,
[data-current-scale-css="9"] > .block-2x2 {
  grid-column: auto / span 2;
  grid-row: auto / span 2;
}
/* 2x3 */
[data-current-scale-css="1"] > .block-2x3 {
  grid-column: auto / span 1;
  grid-row: auto / span 1;
}
[data-current-scale-css="2"] > .block-2x3 {
  grid-column: auto / span 2;
  grid-row: auto / span 2;
}
[data-current-scale-css="3"] > .block-2x3,
[data-current-scale-css="4"] > .block-2x3,
[data-current-scale-css="5"] > .block-2x3,
[data-current-scale-css="6"] > .block-2x3,
[data-current-scale-css="7"] > .block-2x3,
[data-current-scale-css="8"] > .block-2x3,
[data-current-scale-css="9"] > .block-2x3 {
  grid-column: auto / span 2;
  grid-row: auto / span 3;
}
/* 3x */
/* 3x1 */
[data-current-scale-css="1"] > .block-3x1,
[data-current-scale-css="2"] > .block-3x1,
[data-current-scale-css="3"] > .block-3x1,
[data-current-scale-css="4"] > .block-3x1,
[data-current-scale-css="5"] > .block-3x1,
[data-current-scale-css="6"] > .block-3x1,
[data-current-scale-css="7"] > .block-3x1,
[data-current-scale-css="8"] > .block-3x1,
[data-current-scale-css="9"] > .block-3x1 {
  grid-column: auto / span 3;
  grid-row: auto / span 1;
}
/* 3x2 */
[data-current-scale-css="1"] > .block-3x2 {
  grid-column: auto / span 1;
  grid-row: auto / span 1;
}
[data-current-scale-css="2"] > .block-3x2,
[data-current-scale-css="3"] > .block-3x2,
[data-current-scale-css="4"] > .block-3x2,
[data-current-scale-css="5"] > .block-3x2,
[data-current-scale-css="6"] > .block-3x2,
[data-current-scale-css="7"] > .block-3x2,
[data-current-scale-css="8"] > .block-3x2,
[data-current-scale-css="9"] > .block-3x2 {
  grid-column: auto / span 3;
  grid-row: auto / span 2;
}
/* 3x3 */
[data-current-scale-css="1"] > .block-3x3 {
  grid-column: auto / span 1;
  grid-row: auto / span 1;
}
[data-current-scale-css="2"] > .block-3x3 {
  grid-column: auto / span 2;
  grid-row: auto / span 2;
}
[data-current-scale-css="3"] > .block-3x3,
[data-current-scale-css="4"] > .block-3x3,
[data-current-scale-css="5"] > .block-3x3,
[data-current-scale-css="6"] > .block-3x3,
[data-current-scale-css="7"] > .block-3x3,
[data-current-scale-css="8"] > .block-3x3,
[data-current-scale-css="9"] > .block-3x3 {
  grid-column: auto / span 3;
  grid-row: auto / span 3;
}
/* 4x4 */
[data-current-scale-css="1"] > .block-4x4 {
  grid-column: auto / span 1;
  grid-row: auto / span 1;
}
[data-current-scale-css="2"] > .block-4x4 {
  grid-column: auto / span 2;
  grid-row: auto / span 2;
}
[data-current-scale-css="3"] > .block-4x4 {
  grid-column: auto / span 3;
  grid-row: auto / span 3;
}
[data-current-scale-css="4"] > .block-4x4,
[data-current-scale-css="5"] > .block-4x4,
[data-current-scale-css="6"] > .block-4x4,
[data-current-scale-css="7"] > .block-4x4,
[data-current-scale-css="8"] > .block-4x4,
[data-current-scale-css="9"] > .block-4x4 {
  grid-column: auto / span 4;
  grid-row: auto / span 4;
}
/* 5x5 */
[data-current-scale-css="1"] > .block-5x5 {
  grid-column: auto / span 1;
  grid-row: auto / span 1;
}
[data-current-scale-css="2"] > .block-5x5 {
  grid-column: auto / span 2;
  grid-row: auto / span 2;
}
[data-current-scale-css="3"] > .block-5x5 {
  grid-column: auto / span 3;
  grid-row: auto / span 3;
}
[data-current-scale-css="4"] > .block-5x5 {
  grid-column: auto / span 4;
  grid-row: auto / span 4;
}
[data-current-scale-css="5"] > .block-5x5,
[data-current-scale-css="6"] > .block-5x5,
[data-current-scale-css="7"] > .block-5x5,
[data-current-scale-css="8"] > .block-5x5,
[data-current-scale-css="9"] > .block-5x5 {
  grid-column: auto / span 5;
  grid-row: auto / span 5;
}

.searchOverlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffffe6;
  z-index: 99999;
  width: 100%;
  transition: all 0.6s ease;
}
.searchOverlay.fadeout {
  left: 100%;
  width: 100%;
}

/* SMALL - MAX*/
@media all and (max-width: 376px) {
  #header .appLogo {
    top: 25px !important;
    height: 24px !important;
    width: 200px !important;
    background-position-y: -47px !important;
    background-size: auto 101px !important;
  }
  #header.transparent .appLogo {
    background-position-y: 0 !important;
    background-size: auto 50px !important;
    background-repeat: no-repeat !important;
    height: 50px !important;
    top: 15px !important;
  }
}

/* MEDIUM - MIN / MAX */
@media all and (min-width: 625px) and (max-width: 899px) {
}
@media all and (max-width: 899px) {
  .searchOverlay .searchBox {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    background: white;
    height: 170px;
    margin-top: -100px;
    padding: 15px;
    box-shadow: 0px 0px 10px 0px #9f9f9f;
  }
  .searchOverlay .searchBox h1 {
    text-decoration: none;
    text-transform: uppercase;
    font-family: "HelveticaInseratLTStd";
    margin: 10px 0 10px 0;
    font-size: 16pt;
  }
  .searchOverlay .searchBox input.searchInput {
    width: 90%;
    margin: 0;
    padding: 10px;
    background: #f5f5f5;
    border: 0;
    font-size: 16pt;
    color: #e6007e;
  }
  .searchOverlay .searchBox input.searchInput:focus {
    outline-width: 0;
  }
  .searchOverlay .searchBox .searchShow {
    display: none;
    color: #fff;
    background: #e6007e;
    border: 0;
    padding: 5px 10px;
    font-size: 12pt;
    font-family: HelveticaLTStd-Light, Arial, sans-serif;
  }

  #header .appLogo {
    position: absolute;
    top: 19px;
    left: 10px;
    height: 32px;
    /* width: 350px; */
    width: 350px;
    background: url(https://jvst-4.werkslim.org/files/images/icons/JVST_black.svg);
    background-position-y: -72px;
    background-size: auto 147px;
    background-repeat: no-repeat;
    transition: all 0.6s ease;
  }
  #vision {
    overflow-x: auto;
    overflow-y: hidden;
    margin: 0px -20px;
  }
  .block a .overlay .title {
    top: 20% !important;
  }

  nav.mainMenu {
    display: none;
    background: #fff;
  }
  #content {
    overflow-x: hidden;
    overflow-y: auto;
  }
  #blocksWrapper {
    grid-auto-flow: row;
    margin-bottom: 10px;
    width: 100%;
  }
  .menuBtn {
    display: block !important;
  }
  #header nav.mainMenu {
    right: 0;
    top: 0;
    padding-top: 13px;
  }
  #header nav.mainMenu ul li {
    float: initial;
    margin-bottom: 13px;
  }
  #header nav.mainMenu a.m {
    width: 130px;
  }
  #header nav.mainMenu ul li a {
    padding: 2px 16px;
    font-size: 18pt;
    color: #e3087e;
  }
  #header nav.mainMenu ul li ul {
    display: block !important;
  }
  #header nav.mainMenu ul li ul li {
    display: block !important;
    margin-bottom: 0;
  }

  #header nav.mainMenu ul li ul li a {
    color: #000;
    display: block !important;
  }
  #expandView .projectViewer .controlBar {
    visibility: hidden;
  }
  #expandView .projectViewer .projectSliderContainer {
    position: absolute;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 10px;
  }
  #expandView .projectViewer .projectSlider {
    width: 100%;
    background: #fff;
    height: 100%;
    margin-left: 0 !important;
  }
  #expandView .projectViewer .projectSlider img {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    cursor: pointer;
  }
  .infoBlock {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .titleM {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0 20px 8px 20px;
    font-size: 13pt;
    top: 0;
    font-family: HelveticaInseratLTStd;
    text-transform: uppercase;
    background: #fff;
  }
  .pano-image {
    right: 0;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  #sliderWrapper .slide .overlay .title {
    font-size: 26pt;
  }
  #expandView .person {
    bottom: 0;
    max-width: 400px;
  }
  #zoomImage {
    overflow-x: scroll;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  #zoomImage .main,
  #zoomImage .mainNav,
  #zoomImage .zoomContainer {
    position: absolute;
    width: 300%;
    height: 100%;
  }
  .readMoreM {
    display: block;
  }
  .readMoreM .btn {
    font-family: "HelveticaInseratLTStd";
    font-size: 13pt;
    text-transform: uppercase;
    padding-bottom: 20px;
    text-align: center;
    color: #e3087e;
  }
  .readMoreM.expand .btn .more {
    display: none;
  }
  .readMoreM.expand .btn .less {
    display: block;
  }
  .readMoreM .btn .more {
    display: block;
  }
  .readMoreM .btn .less {
    display: none;
  }
  .readMoreM .readMoreMExpand {
    display: none;
    padding-bottom: 20px;
  }

  .related {
    display: block;
    height: 60%;
    margin: 0;
    background: #e3087e;
    padding: 10px;
    margin: -10px;
    color: #fff;
  }
  .related .title {
    font-size: 12pt;
    font-family: HelveticaInseratLTStd;
    padding-bottom: 15px;
  }
  .related #blocksWrapper {
    grid-template-rows: repeat(2, 1fr) !important;
    grid-template-columns: repeat(2, 1fr) !important;
    grid-auto-columns: 100% !important;
    grid-auto-rows: unset !important;
    height: 50% !important;
  }
  #header nav.mainMenu ul li ul.onepageEnable {
    display: none !important;
  }
  #header nav.mainMenu ul li ul.onepageDisable {
    display: block !important;
  }
  .videoSlide video {
    width: 100%;
  }
}

@media all and (min-width: 900px) {
  .onepageEnable {
    display: block;
  }
  .onepageDisable {
    display: none !important;
  }
  .searchOverlay .searchBox {
    position: absolute;
    top: 50%;
    left: 50%;
    background: white;
    height: 170px;
    width: 470px;
    margin-left: -250px;
    margin-top: -100px;
    padding: 15px;
    box-shadow: 0px 0px 10px 0px #9f9f9f;
  }
  .searchOverlay .searchBox h1 {
    text-decoration: none;
    text-transform: uppercase;
    font-family: "HelveticaInseratLTStd";
    margin: 10px 0 10px 0;
    font-size: 16pt;
  }
  .searchOverlay .searchBox input.searchInput {
    width: 445px;
    margin: 0;
    padding: 10px;
    background: #f5f5f5;
    border: 0;
    font-size: 16pt;
    color: #e6007e;
  }
  .searchOverlay .searchBox input.searchInput:focus {
    outline-width: 0;
  }
  .searchOverlay .searchBox .searchShow {
    display: none;
    color: #fff;
    background: #e6007e;
    border: 0;
    padding: 5px 10px;
    font-size: 12pt;
    font-family: HelveticaLTStd-Light, Arial, sans-serif;
  }

  .related {
    display: inline-block;
    height: 100%;
    top: 0;
    position: absolute;
    margin: 0;
    background: #e3087e;
    padding: 20px 0 20px 20px;
    color: #fff;
  }
  .related .title {
    font-size: 12pt;
    font-family: HelveticaInseratLTStd;
    padding-bottom: 15px;
  }

  nav.mainMenu {
    display: block;
  }
  #content {
    overflow-x: auto;
    overflow-y: hidden;
  }
  #blocksWrapper {
    grid-auto-flow: column;
    padding-right: 20px;
    width: fit-content;
    height: 100%;
  }
  .menuBtn {
    display: none !important;
  }
  #header nav.mainMenu {
    right: 15px;
    top: 15px;
  }
  #header nav.mainMenu ul li {
    float: left;
  }
  #header nav.mainMenu ul li a {
    padding: 8px 16px;
    font-size: 20pt;
    color: #000;
  }
  #header nav.mainMenu ul li ul {
    display: none;
  }
  #header nav.mainMenu ul li ul li a {
    font-size: 20pt;
    display: block;
  }
  #header nav.mainMenu ul li:hover > ul {
    display: block;
  }
  #header nav.mainMenu ul li ul li {
    float: none;
  }
  #header nav.mainMenu ul li ul li a {
    padding: 8px 16px;
    background: #fff;
    cursor: pointer;
  }

  #header nav.mainMenu ul li ul.show {
    display: block !important;
  }
  #header nav.mainMenu ul li ul.show li a {
    display: none;
  }
  #header nav.mainMenu ul li ul.show li a.active {
    display: block;
    top: 0;
    position: absolute;
  }
  #header nav.mainMenu ul li:hover > ul.show li a {
    display: block;
  }
  #header nav.mainMenu ul li:hover > ul.show li a.active {
    display: block;
    top: initial;
    position: initial;
  }
  #expandView .projectViewer .controlBar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: #fff;
  }
  #expandView .projectViewer .projectSliderContainer {
    position: absolute;
    top: 0;
    bottom: 80px;
    left: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0;
  }
  #expandView .projectViewer .projectSlider {
    width: 99000px;
    background: #fff;
    height: 100%;
  }
  #expandView .projectViewer .projectSlider img {
    height: 100%;
    width: auto;
    margin: 0 30px 0 0;
    cursor: pointer;
  }
  .videoSlide {
    display: inline-block;
    padding: 0 100px;
    margin: 0;
    position: relative;
    height: 100%;
  }
  .videoSlide video {
    height: 100%;
  }
  .infoBlock {
    display: inline-block;
    width: 900px;
    padding: 0 100px;
    margin: 0;
    position: relative;
    height: 100%;
  }
  .infoBlock table {
    position: absolute;

    cursor: pointer;
  }
  .titleM {
    visibility: hidden;
  } /*
    #header.transparent nav.mainMenu ul li a{
        color: #fff;
    }*/
  #header.transparent nav.mainMenu ul li ul li a {
    background: #ffffff00;
  }
  #header.transparent nav.mainMenu ul li a {
    color: #000;
  }
  #sliderWrapper .slide .overlay .title {
    font-size: 36pt;
  }
  #expandView .person {
    bottom: 10px;
    width: 400px;
  }
  .pano-text {
    grid-auto-flow: column;
    display: grid;
    grid-gap: 30px;
  }
  .panoText {
    width: 410px;
  }
  .readMoreM {
    display: none;
  }
}
