html {
  min-height: 100%;
}

body {
  font-size: 13px;
  font-family: "Siemens Sans Roman", Sans-Serif;
  color: #333;
  background-color: #fff;
  margin: 0;
  height: 100%;
  min-height: 100%;
}

header {
  margin: 0 auto;
  max-width: 1240px;
  height: 92px;
  padding: 6px 20px 0 20px;
  position: relative;
  box-sizing: border-box;
  padding-left: 10px;
}
header .logo {
  background-image: url("../images/logo_climatix_ic.png");
  background-repeat: no-repeat;
  background-position: 0 10px;
  height: 40px;
  width: 100px;
  display: inline-block;
  text-decoration: none;
}
header top-navigation {
  float: right;
}
header drop-down ul a, header drop-down ul a:visited, header drop-down ul a:link {
  min-width: 145px;
  text-align: right;
  position: relative;
}

main {
  margin: 0 auto;
  max-width: 1240px;
  min-height: calc(100vh - 250px);
  display: flex;
  flex: 169px 0;
  position: relative;
}
main sub-navigation {
  width: 169px;
}
main .content-area {
  box-sizing: border-box;
  padding-left: 30px;
  width: calc(100% - 169px - 30px);
  position: relative;
}

.content-area {
  margin-bottom: 20px;
}

cl-footer {
  display: block;
  margin: 0 auto;
  max-width: 1240px;
}
cl-footer .logo {
  background-image: url("../images/logo_siemens_footer.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 70px;
  height: 30px;
  background-position: 20px 20px;
  padding: 20px;
  vertical-align: top;
}
cl-footer .disclaimer {
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  padding-left: 0;
}

[hidden] {
  display: none;
}

.fullscreen top-navigation {
  display: none;
}
.fullscreen main {
  position: static;
}
.fullscreen main .content-area {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: auto;
  background: #fff;
  height: 100vh;
  width: 100%;
  display: block;
}
.fullscreen cl-footer {
  display: none;
}
.fullscreen sub-navigation {
  display: none;
}

.not-selectable {
  user-select: none;
  user-drag: none;
  -moz-user-select: none;
}
.not-selectable * {
  user-select: none;
  user-drag: none;
  -moz-user-select: none;
}

#dpi-tester {
  position: absolute;
  height: 1in;
  left: -100%;
  top: -100%;
  width: 1in;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background: #fff;
  z-index: 500;
  font-family: Arial, Helvetica, sans-serif;
  color: #788791;
}
.loader.with-target {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.loader.with-target .loader-text {
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
.loader.with-target .spinner {
  margin: auto;
  transform: scale(1.5, 1.5);
}
.loader.without-background {
  background: transparent;
}
.loader .spinner {
  margin: 40vh auto 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  transform: scale(2, 2);
}
.loader .loader-text {
  font-size: 16px;
  text-align: center;
}
.loader.fade-out {
  animation: fadeOut 0.5s ease;
}
.loader.fade-in {
  animation: fadeIn 0.5s ease;
}

[is=spinner],
[is=spinner]:before,
[is=spinner]:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
  position: absolute;
}

[is=spinner] {
  color: #ffffff;
  text-indent: -9999em;
  margin: 88px auto;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top: 25%;
  right: 50%;
  position: absolute;
}

[is=spinner]:before,
[is=spinner]:after {
  position: absolute;
  top: 0;
  content: "";
}

[is=spinner]:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

[is=spinner]:after {
  left: 1.5em;
}

@-webkit-keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%, 80%, 100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
spinner .spinner,
.loader .spinner {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
spinner .spinner > div,
.loader .spinner > div {
  background-color: #aaa;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
spinner .spinner .rect2,
.loader .spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
spinner .spinner .rect3,
.loader .spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
spinner .spinner .rect4,
.loader .spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
spinner .spinner .rect5,
.loader .spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

spinner {
  height: 100%;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  z-index: 200;
  display: block;
  top: 25%;
}
spinner .spinner {
  height: 50%;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  z-index: 200;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
[is=spinner-layer] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  display: grid;
  justify-items: center;
  align-content: center;
  grid-auto-flow: column;
  z-index: 100;
}
[is=spinner-layer] spinner {
  height: 90px;
  width: 120px;
  position: relative;
}

[is=littel-spinner].fa,
[is=littel-spinner] {
  --size: 40px;
  position: absolute;
  z-index: 1000;
  height: var(--size);
  width: var(--size);
  top: calc(50% - var(--size) / 2);
  left: calc(50% - var(--size) / 2);
  justify-content: center;
  align-items: center;
  display: flex;
}

[is=littel-spinner]::before {
  --color: white;
  border-radius: 50%;
  width: calc(var(--size) / 2);
  height: calc(var(--size) / 2);
  border-top: 4px solid rgba(255, 255, 255, 0.5);
  border-right: 4px solid rgba(255, 255, 255, 0.5);
  border-bottom: 4px solid rgba(255, 255, 255, 0.5);
  border-left: 4px solid white;
  transform: translateZ(0);
  display: inline-block;
  content: " ";
  animation-name: spin;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  color: white;
  box-sizing: content-box;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.browser-support-popup {
  position: fixed;
  z-index: 2000;
  top: 50px;
  left: 5%;
  background: white;
  width: 80%;
  padding: 5%;
  border-radius: 10px;
  box-shadow: 2px 2px 10px;
}
.browser-support-popup table {
  width: 100%;
  border-collapse: collapse;
  border: 0 none;
}
.browser-support-popup table td {
  vertical-align: top;
  text-align: center;
  padding: 0 1em;
}
.browser-support-popup table tr td {
  text-align: center;
}
.browser-support-popup h3 {
  margin: 4ex 0 1.5ex;
  font-size: 14px;
  font-weight: bold;
}
.browser-support-popup p {
  margin-top: 0;
}
.browser-support-popup .download-browser-button {
  height: 80px;
  width: 80px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: 80px 80px;
}
.browser-support-popup .download-browser-button.browser-firefox {
  background-image: url("../images/pl_firefox_80.png");
}
.browser-support-popup .download-browser-button.browser-chrome {
  background-image: url("../images/pl_chrome_80.png");
}
.browser-support-popup .download-browser-button.browser-safari {
  background-image: url("../images/pl_safari_80.png");
}
.browser-support-popup .download-browser-button.browser-ms-edge {
  background-image: url("../images/pl_edge_80.png");
}
.browser-support-popup .popup-footer {
  padding-top: 30px;
  text-align: center;
}
 /*# sourceMappingURL=./sourcemaps/basic.css.map */