@font-face {
  font-family: "KapraNeue";
  src: url(https://central.uzin-utz.com/services/codex3d/specifics/design/KapraNeue-Regular.otf) format("opentype");
}
@font-face {
  font-family: "KapraNeue";
  font-weight: bold;
  src: url(https://central.uzin-utz.com/services/codex3d/specifics/design/KapraNeue-Bold.otf) format("opentype");
}
@font-face {
  font-family: "KapraNeue";
  font-weight: 300;
  src: url(https://central.uzin-utz.com/services/codex3d/specifics/design/KapraNeue-Medium.otf) format("opentype");
}
body #codexStage {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  min-width: 340px;
}

/* BEGIN Editing by Ardi Pelaj */
/*@media screen and (max-width: 430px) and (orientation: portrait) {*/
/*  #nodeBackground {*/
/*    width: 100vw;*/
/*  }*/
/*}*/

/*@media screen and (max-width: 932px) and (orientation: landscape) {*/
/*  #roomStage {*/
/*    background-size: contain;*/
/*    overflow-x: hidden;*/
/*  }*/

/*  #nodeBackground {*/
/*    height: 100vh;*/
/*  }*/
/*}*/

/*body #codexStage {*/

/*}*/

/* END Editing by Ardi Pelaj */

body #codexStage .nodeBackground {
  position: relative;
  width: 100%;
}
body #codexStage .nodeElement {
  z-index: 100;
  position: absolute;
  cursor: pointer;
}
body #codexStage .nodeElement img {
  opacity: 0;
  z-index: 50;
  max-height: 45px;
  transition: all 0.2s ease-in-out;
}
body #codexStage .nodeElement img:hover {
  transform: scale(1.2);
}
body #codexStage .nodeElement.loaded img {
  opacity: 1;
  animation: fadein 2s;
  -moz-animation: fadein 2s;
  /* Firefox */
  -webkit-animation: fadein 2s;
  /* Safari and Chrome */
  -o-animation: fadein 2s;
  /* Opera */
}
body #codexStage img.hoverOverlayBackground {
  opacity: 0;
}
body #codexStage img.hoverOverlayBackground.loaded {
  opacity: 1;
  animation: fadein 1s;
  -moz-animation: fadein 1s;
  /* Firefox */
  -webkit-animation: fadein 1s;
  /* Safari and Chrome */
  -o-animation: fadein 1s;
  /* Opera */
}
body #codexStage .elementStage {
  /* Prod and prodbg */
}
body #codexStage .elementStage > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
}
body #codexStage .elementStage .nodeElement {
  z-index: 200;
}
body #codexStage .elementStage .nodeElement img {
  max-height: 35px;
}
body #codexStage .elementStage .closeNodeElement,
body #codexStage .elementStage .exitNodeElement {
  cursor: pointer;
  opacity: 0;
}
body #codexStage .elementStage .closeNodeElement > img,
body #codexStage .elementStage .exitNodeElement > img {
  position: absolute;
  width: 25px;
  top: 10px;
  left: 10px;
  z-index: 200;
}
body #codexStage .elementStage .closeNodeElement.loaded,
body #codexStage .elementStage .exitNodeElement.loaded {
  opacity: 1;
}
body #codexStage .elementStage .prodBGNode > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 150;
  width: 100%;
}
body #codexStage .elementStage .prodNode {
  position: absolute;
  top: 384px;
  right: 25px;
  z-index: 250;
}
body #codexStage .elementStage .prodNode > img.img-link {
  cursor: pointer;
}
body #codexStage .elementStage .prodNodeName {
  font-family: "KapraNeue", "Roboto", sans-serif;
  top: 15px;
  right: 24px;
  position: absolute;
  z-index: 300;
  width: 23%;
  line-height: 19px;
  font-size: 18px;
}
body #codexStage .elementStage .prodNodeName a {
  color: inherit;
}
body #codexStage .elementStage #divProdsubtitle {
  font-family: "IBM Plex Sans", Roboto, sans-serif;
}
body #codexStage .elementStage #prodNodeSubtitle {
  font-family: "IBM Plex Sans", Roboto, sans-serif;
}
body #codexStage .elementStage .cx_button {
  background-color: #b4be25;
  color: white;
  text-decoration: none;
  padding: 5px;
  line-height: 2;
  justify-content: center;
  vertical-align: middle;
  top: 255px;
  right: 170px;
  position: absolute;
  z-index: 300;
}
body #codexStage .elementStage .cx_button_mobile {
  background-color: #b4be25;
  color: white;
  text-decoration: none;
  padding: 5px;
  line-height: 2;
  justify-content: center;
  vertical-align: middle;
  z-index: 300;
}
@media only screen and (max-width: 549px) {
  body #codexStage .elementStage #button {
    display: none;
  }
  body #codexStage .elementStage #divProddesc {
    margin-bottom: 10px;
  }
  body #codexStage .elementStage .cx_button {
    position: unset;
  }
  body #codexStage .elementStage .divMobile {
    width: 100%;
    padding: 15px;
  }
  body #codexStage .elementStage .divMobile #divBottomHealdine {
    font-size: 18px;
    font-family: "Kapra Neue Medium", Roboto, sans-serif;
    line-height: 19px;
  }
  body #codexStage .elementStage .divMobile #divBottomHealdine a {
    color: inherit;
  }
  body #codexStage .elementStage #prodNodeMobile {
    display: none;
  }
  body #codexStage .elementStage .prodBGNode {
    display: none;
  }
}
@media only screen and (min-width: 550px) {
  body #codexStage .elementStage #button {
    display: none;
  }
  body #codexStage .elementStage #divProddesc {
    margin-bottom: 10px;
  }
  body #codexStage .elementStage .divMobile {
    width: 69%;
    padding: 15px;
    float: left;
  }
  body #codexStage .elementStage .divMobile #divBottomHealdine {
    font-size: 18px;
    font-family: "Kapra Neue Medium", Roboto, sans-serif;
    line-height: 19px;
  }
  body #codexStage .elementStage .divMobile #divBottomHealdine a {
    color: inherit;
  }
  body #codexStage .elementStage .prodNodeMobile img {
    margin-top: 15px;
    width: 170px;
  }
  body #codexStage .elementStage .prodBGNode {
    display: none;
  }
 
  body #codexStage .elementStage .prodNode {
    display: none;
  }
  
  body #codexStage .elementStage .prodNodeDescr {
    display: none;
  }
  body #codexStage .elementStage .cx_button {
    position: unset;
	display: none;
  }
}
@media only screen and (min-width: 768px) {
  body #codexStage .elementStage #button {
    display: none;
  }
  body #codexStage .elementStage .elementStage {
    margin-bottom: 40px;
  }
  body #codexStage .elementStage .prodNodeDescr {
    top: 5px;
    width: 90%;
    position: relative;
    margin-top: 5px;
    margin-left: 40px;
  }
  body #codexStage .elementStage .prodNode {
    position: absolute;
  }
  body #codexStage .elementStage .prodNode img {
    height: 120px !important;
  }
  body #codexStage .elementStage .divMobile {
    margin-top: 15px;
    width: 75%;
    float: left;
    padding: 15px;
    margin-bottom: 20px;
  }
  body #codexStage .elementStage .divMobile #divBottomHealdine {
    font-size: 18px;
    font-family: "Kapra Neue Medium", Roboto, sans-serif;
    line-height: 19px;
  }
  body #codexStage .elementStage .divMobile #divBottomHealdine a {
    color: inherit;
  }
  body #codexStage .elementStage .divMobile #divProdsubtitle {
    font-weight: bold;
  }
  body #codexStage .elementStage #prodNodeMobile img {
    margin-top: 30px;
    width: 140px;
  }
  body #codexStage .elementStage .cx_button_mobile {
    margin-top: 5px;
    position: unset;
    margin-bottom: 15px;
  }
  body #codexStage .elementStage #elementStage {
    margin-bottom: 40px;
  }
  body #codexStage .elementStage #divProddesc {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1100px) {
  body #codexStage .elementStage #button_mobile {
    display: none;
  }
  body #codexStage .elementStage #button {
    display: inline;
  }
  body #codexStage .elementStage .prodNodeDescr {
    top: 70px;
    right: 25px;
    position: absolute;
    z-index: 300;
    width: 23%;
    font-size: 15px;
    overflow: auto;
  }
  body #codexStage .elementStage #divMobile {
    display: none;
  }
  body #codexStage .elementStage .divBottomHealdine {
    display: none;
  }
  body #codexStage .elementStage #divProdsubtitle {
    display: none;
  }
  body #codexStage .elementStage .prodNodeDescr {
    display: unset !important;
  }
  body #codexStage .elementStage .prodNode {
    display: initial;
    position: absolute;
  }
  body #codexStage .elementStage .prodNode img {
    height: 230px !important;
  }
  body #codexStage .elementStage .prodBGNode {
    display: initial;
  }
}
body #codexStage .elementStage .prodNodeSubtitle {
  font-weight: bold;
}
body #codexStage .elementStage .prodNodeText {
  padding-top: 15px;
}
body #codexStage .elementStage .cx_button {
  top: 300px;
  right: 165px;
  position: absolute;
}

/** Key frames */
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
::selection {
  background: #1b9f2d;
  color: #fff;
  text-shadow: none;
}

/** Specific for Balkone (bigger icons on Room) */
@media screen and (max-width: 650px) {
  body #codexStage .roomStage.roomStage_balkonsysteme > div.nodeElement > img {
    max-height: 35px;
  }
  #prodNodeName {
	  display: none;
  }

  #prodNodeDescr {
    display: none;
  }

  #prodNodeName {
    display: none;
  }

  #prodNode {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  body #codexStage .roomStage.roomStage_balkonsysteme > div.nodeElement > img {
    max-height: 20px;
  }
  #prodNodeName {
	  display: none;
  }

  #prodNode {
    display: none;
  }

  #prodNodeDescr {
    display: none;
  }

  #prodNodeName {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  body #codexStage .roomStage.roomStage_balkonsysteme > div.nodeElement > img,
body #codexStage .roomStage.roomStage_balkulift > div.nodeElement > img {
    max-height: 80px;
  }

  #prodNodeMobile {
    display: none;
  }

  #divBottomHealdine {
    display: none;
  }

  #divProddesc {
    display: none;
  }
}

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