@font-face {
  font-family: 'wielandfont';
  src: url('../fonts/museo-sans-300.ttf') format('truetype'), url('../fonts/museo-sans-300.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'wielandfontthin';
  src: url('../fonts/museo-sans-100.ttf') format('truetype'), url('../fonts/museo-sans-100.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: wielandfont;
  background-color: #000000;
  margin: 0px;
  padding: 0px;
  touch-action: none;
}
.digiclock {
  font-size: 200px;
  font-family: 'wielandfontthin';
  line-height: 140px;
}
.livingwall {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 9600px;
  height: 3240px;
  background-color: #000000;
  overflow: hidden;
  border: none;
}
.livingwall .wielandlogo {
  top: 240px;
  z-index: 9999;
  position: absolute;
  left: 250px;
}
.livingwall .whitedecker_navi {
  position: absolute;
  top: 0px;
  z-index: 999;
  display: block;
  opacity: 0.9;
  width: 1920px;
  height: 3240px;
  background-color: #FFFFFF;
  pointer-events: none;
  display: none;
}
.livingwall .whitedecker_content {
  position: absolute;
  top: 0px;
  left: 1920;
  z-index: 999;
  display: block;
  opacity: 0.9;
  width: 7680px;
  height: 3240px;
  background-color: #FFFFFF;
  pointer-events: none;
  display: none;
}
.livingwall .naviboxactivator {
  background-color: purple;
  position: absolute;
  top: 1080px;
  width: 1920px;
  height: 1080px;
  left: 0px;
  display: block;
  opacity: 0;
  cursor: pointer;
}
.livingwall .animatetotouch {
  position: absolute;
  top: 1400px;
  left: -30px;
  width: 1000px;
  pointer-events: none;
}
.livingwall .navibox {
  position: absolute;
  top: 1180px;
  left: 0px;
  text-align: left;
  display: none;
  z-index: 9999;
  color: #FFFFFF;
}
.livingwall .subnavibox {
  position: absolute;
  top: 1400px;
  left: 850px;
  text-align: left;
  display: block;
  z-index: 9999;
  color: #FFFFFF;
}
.livingwall .subnavibox .connectorline {
  position: absolute;
  height: 3px;
  width: 130px;
  background-color: #888B8D;
  left: -155px;
  top: 37px;
  display: none;
}
.livingwall .navigation {
  position: relative;
  width: 1910px;
  left: 0px;
  display: inline-block;
  text-align: center;
  color: #888B8D;
  top: 0px;
}
.livingwall .navigation a.navitem_level1 {
  color: #888B8D;
  font-size: 100px;
  text-decoration: none;
  padding-bottom: 80px;
  display: block;
}
.livingwall .navigation a.navitem_level2 {
  color: #888B8D;
  font-size: 65px;
  text-decoration: none;
  padding-bottom: 70px;
  display: block;
}
.livingwall .basicnavifunctions {
  margin-top: 40px;
}
.livingwall .universal-loader {
  position: absolute;
  top: 0px;
  left: 1920px;
  width: 7680px;
  height: auto;
  display: block;
  background-color: transparent;
  z-index: 3000;
}
.livingwall .demopic {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  z-index: 0;
}
.livingwall .demopic {
  width: 9595px;
  height: 3240px;
  background-image: url('../localassets/images/bg_slide_start.jpg');
  background-size: cover;
  transition: background 1s ease-in-out;
  z-index: 0;
}
.livingwall .grid {
  top: 0px;
  position: absolute;
  pointer-events: none;
}
.livingwall .grid .griditem {
  position: relative;
  float: left;
  width: 1919.7px;
  height: 1080px;
  background-color: #18ff00;
  opacity: 0.5;
  z-index: 99999;
  border: 0.1px solid red;
  margin: 0px;
  padding: 0px;
}
.livingwall .worldclockwrapper {
  width: 7800px;
  right: 0px;
  pointer-events: none;
  height: 3300px;
  text-align: right;
}
.livingwall .worldclockwrapper .columnclock {
  position: relative;
  display: inline-block;
  text-align: center;
  padding-top: 250px;
  font-size: 80px;
  color: #53555A;
  top: 0px;
}
.livingwall .worldclockwrapper .columnclock .content {
  text-align: center;
}
