@font-face {
  font-family: SiemensBlack;
  src: url(../fonts/SiemensSans-Black.94cb668d.woff);
}
@font-face {
  font-family: SiemensBlackItalic;
  src: url(../fonts/SiemensSans-BlackItalic.4d1d1fc6.woff);
}
@font-face {
  font-family: SiemensBold;
  src: url(../fonts/SiemensSans-Bold.32d16797.woff);
}
@font-face {
  font-family: SiemensItalic;
  src: url(../fonts/SiemensSans-Italic.fafa7e03.woff);
}
@font-face {
  font-family: SiemensRoman;
  src: url(../fonts/SiemensSans-Roman.43526b35.woff);
}
@font-face {
  font-family: SiemensBoldItalic;
  src: url(../fonts/SiemensSerif-BoldItalic.226e5c2d.woff);
}
#header {
  background-color: #1b1534;
  padding-left: 10%;
}
#header .seLogo {
  width: 12vw;
}
#header .Header-links {
  padding: 2vw 0 4vw 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1vw;
  color: #fff;
}
#header .Header-links span {
  font-size: 1.4vw;
  cursor: pointer;
}
#header .Header-links .home {
  width: 1.2vw;
  cursor: pointer;
}
#header .Header-links .arrow {
  width: 0.8vw;
}
@media screen and (max-width: 768px) {
  #header {
    padding: 1rem;
  }
  #header .seLogo {
    width: 20vw;
  }
  #header .Header-links {
    gap: 2vw;
  }
  #header .Header-links span {
    font-size: 2vw;
    cursor: pointer;
  }
  #header .Header-links .home {
    width: 1.5vw;
    cursor: pointer;
  }
  #header .Header-links .arrow {
    width: 1.2vw;
  }
}
#footer {
  background-color: #1b1534;
  padding: 0 10%;
}
#footer .footer-links {
  border-bottom: 1px solid #b8cedb;
  padding: 15vw 0 4vw 0;
  display: flex;
  flex-direction: columns;
  align-items: center;
  justify-content: space-between;
  gap: 1vw;
}
#footer .footer-links .explore,
#footer .footer-links .return {
  height: 5vw;
  cursor: pointer;
}
#footer .footer-license {
  color: #b8cedb;
  display: flex;
  flex-direction: column;
}
#footer .footer-license span {
  font-size: 1.4vw;
}
@media screen and (max-width: 768px) {
  #footer {
    padding: 20vw 1% 0;
  }
  #footer .footer-links {
    padding: 10vw 0;
  }
  #footer .footer-links .explore,
  #footer .footer-links .return {
    height: 8vw;
  }
  #footer .footer-license span {
    font-size: 2vw;
  }
}
@media screen and (max-width: 600px) {
  #footer .footer-links {
    flex-direction: column;
  }
}
#q-app {
  background-color: #1b1534;
}
.heatmapApp {
  padding: 3vw 0;
  overflow: hidden;
  margin: 0 auto;
  font-family: SiemensRoman, Arial, sans-serif;
  font-size: 18px;
}
.front-item {
  background-image: url(../bg/Startvisual_1168.png);
  background-size: cover;
  background-position: 50%;
}
.front-item a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}
.front-item h1 {
  font-family: SiemensBold;
  margin: 0;
  font-size: 3.8vw;
  line-height: 3.9vw;
}
.front-item h4 {
  width: 90%;
  font-size: 1.8vw;
  line-height: 2.2vw;
  margin: 4vw 0;
}
.front-item img {
  width: 22vw;
}
.front-item .front-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10%;
  padding: 15% 0 0 10%;
  box-sizing: border-box;
  height: 100%;
  margin-bottom: 5%;
  width: 50%;
}
.index-wrapper {
  width: 100%;
}
.cls-H {
  fill: #8a00e5;
}
.cls-0 {
  fill: #8a00e5;
}
.cls-1,
.cls-2,
.cls-3,
.cls-4,
.cls-5,
.cls-6,
.cls-7 {
  stroke: #1b1534;
  stroke-miterlimit: 10;
  stroke-width: 0.5px;
}
.cls-0,
.cls-1,
.cls-2,
.cls-3,
.cls-4,
.cls-5,
.cls-6 {
  cursor: pointer;
}
.cls-1 {
  fill: #fff;
}
.cls-2 {
  fill: #fff;
}
.cls-3 {
  fill: #fff;
}
.cls-4 {
  fill: #fff;
}
.cls-5 {
  fill: #fff;
}
.cls-6 {
  fill: #fff;
}
.cls-7 {
  fill: #4d217a;
}
.overlay[data-v-d1698414] {
  position: fixed;
  right: 15%;
  top: 1%;
  width: 30vw;
  background-color: #8a00e5;
  z-index: 4;
  color: #fff;
}
.overlay .quiz[data-v-d1698414] {
  position: absolute;
  z-index: 4;
  left: -4vw;
  top: 5%;
  cursor: pointer;
  width: 8vw;
}
.overlay__inner[data-v-d1698414] {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.overlay__inner .close[data-v-d1698414] {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 5;
  cursor: pointer;
  width: 1.2vw;
}
.overlay__inner__img img[data-v-d1698414] {
  width: 100%;
}
.overlay__inner__content-wrapper[data-v-d1698414] {
  margin: 1vw 2vw;
}
.overlay__inner__content-wrapper h3[data-v-d1698414] {
  font-size: 1.5vw;
  font-family: SiemensBold;
  background: url(../symbols/Line.svg) 0 100% no-repeat;
  background-size: 80% 5px !important;
}
.overlay__inner__content-wrapper p[data-v-d1698414] {
  font-size: 1.2vw;
  margin: 2vw 0 2vw 0;
}
.overlay__inner__content-wrapper__link[data-v-d1698414] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #6addff;
  gap: 1rem;
}
.overlay__inner__content-wrapper__link img[data-v-d1698414] {
  cursor: pointer;
  width: 10vw;
}
.overlay-content-wrapper[data-v-d1698414] {
  display: flex;
  flex-wrap: wrap;
  flex: 0 1 auto;
  min-height: 0;
}
h2[data-v-d1698414] {
  background-size: 100% 4px;
  width: calc(39% - 180px);
}
@media screen and (max-width: 1919px) {
  .overlay-media[data-v-d1698414] {
    width: 51%;
    margin-top: 0;
  }
  .overlay-text[data-v-d1698414] {
    width: 49%;
    padding-right: 30px;
  }
  h2[data-v-d1698414] {
    width: 49%;
  }
}
@media screen and (max-width: 1023px) {
  .overlay-inner[data-v-d1698414] {
    padding: 50px 0 0 0;
  }
  .overlay-header[data-v-d1698414] {
    margin-bottom: 29px;
    padding: 0 30px;
  }
  .overlay-content-wrapper[data-v-d1698414] {
    flex-direction: column;
    flex-wrap: nowrap;
    flex: 1 1 auto;
  }
  .overlay-media[data-v-d1698414],
  .overlay-text[data-v-d1698414] {
    width: 100%;
  }
  .overlay-media[data-v-d1698414] {
    margin-top: 20px;
    display: flex;
    flex: 1 0 auto;
  }
  .overlay-text[data-v-d1698414] {
    padding: 0 30px;
    min-height: 0;
  }
  .overlay-text-inner[data-v-d1698414] {
    padding-left: 0;
    padding-right: 48px;
  }
}
.quiz[data-v-4fb30ae2] {
  position: fixed;
  right: 15%;
  top: 1%;
  width: 30vw;
  background-color: #8a00e5;
  z-index: 4;
  color: #fff;
}
.quiz .close[data-v-4fb30ae2] {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 5;
  cursor: pointer;
  width: 1.2vw;
}
.quiz__inner[data-v-4fb30ae2] {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: 2vw;
}
.quiz__inner__title[data-v-4fb30ae2] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2vw;
}
.quiz__inner__title img[data-v-4fb30ae2] {
  width: 4vw;
}
.quiz__inner__title h3[data-v-4fb30ae2] {
  font: 1.5vw SiemensBold;
}
.quiz__inner__content-wrapper[data-v-4fb30ae2] {
  margin: 1vw 0;
}
.quiz__inner__content-wrapper h3[data-v-4fb30ae2] {
  font-size: 1.5vw;
  font-family: SiemensBold;
  background: url(../symbols/Line.svg) 0 100% no-repeat;
  background-size: 80% 5px !important;
}
.quiz__inner__content-wrapper__question[data-v-4fb30ae2] {
  font-size: 1.2vw;
  margin: 2rem 0 2rem 0;
}
.quiz__inner__content-wrapper__answers[data-v-4fb30ae2] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1vw;
  padding-bottom: 1vw;
}
.quiz__inner__content-wrapper__answers .checkBox[data-v-4fb30ae2] {
  width: 4vw;
  cursor: pointer;
}
.quiz__inner__content-wrapper__answers p[data-v-4fb30ae2] {
  margin: 0;
}
.quiz__inner__content-wrapper__second[data-v-4fb30ae2],
.quiz__inner__content-wrapper__third[data-v-4fb30ae2] {
  margin-top: 4vw;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}
.quiz__inner__content-wrapper__second h3[data-v-4fb30ae2],
.quiz__inner__content-wrapper__third h3[data-v-4fb30ae2] {
  font: 1.5vw SiemensBold;
  color: #6addff;
  padding-bottom: 2vw;
  border-bottom: 0.2vw solid #fff91f;
}
.quiz__inner__content-wrapper__second p[data-v-4fb30ae2],
.quiz__inner__content-wrapper__third p[data-v-4fb30ae2] {
  font-size: 1.2vw;
}
.quiz__inner__content-wrapper__second div[data-v-4fb30ae2],
.quiz__inner__content-wrapper__third div[data-v-4fb30ae2] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.quiz__inner__content-wrapper__second img[data-v-4fb30ae2],
.quiz__inner__content-wrapper__third img[data-v-4fb30ae2] {
  height: 4vw;
}
@media screen and (max-width: 768px) {
  .quiz[data-v-4fb30ae2] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #8a00e5;
    z-index: 4;
    color: #fff;
  }
  .quiz .close[data-v-4fb30ae2] {
    width: 3vw;
  }
  .quiz__inner__title h3[data-v-4fb30ae2] {
    font-size: 4vw;
  }
  .quiz__inner__content-wrapper[data-v-4fb30ae2] {
    margin: 0 6vw;
  }
  .quiz__inner__content-wrapper__second h3[data-v-4fb30ae2],
  .quiz__inner__content-wrapper__third h3[data-v-4fb30ae2] {
    font-size: 3.6vw;
  }
  .quiz__inner__content-wrapper__second p[data-v-4fb30ae2],
  .quiz__inner__content-wrapper__third p[data-v-4fb30ae2] {
    font-size: 3.6vw;
    line-height: 4.2vw;
  }
  .quiz__inner__content-wrapper__second img[data-v-4fb30ae2],
  .quiz__inner__content-wrapper__third img[data-v-4fb30ae2] {
    height: 8vw;
  }
  .quiz__inner__content-wrapper__question[data-v-4fb30ae2] {
    font-size: 3vw;
    line-height: 3.8vw;
  }
  .quiz__inner__content-wrapper__answers p[data-v-4fb30ae2] {
    font-size: 3vw;
    line-height: 3.7vw;
    margin: 0 !important;
  }
}
.status-bar[data-v-77932587] {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: #fff;
  z-index: 3;
}
.status-bar__header[data-v-77932587] {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  background-size: 50% !important;
  margin-bottom: 1rem;
}
.status-bar__content[data-v-77932587] {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
.status-bar__content p[data-v-77932587] {
  margin: 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
}
.status-bar__content__bar1[data-v-77932587] {
  background-color: #fff91f;
}
.status-bar__content__bar2[data-v-77932587] {
  background-color: #6addff;
}
.status-bar__content__bar3[data-v-77932587] {
  background-color: #0057c6;
}
.status-bar__content__bar4[data-v-77932587] {
  background-color: #00fd79;
}
.status-bar__content__bar1[data-v-77932587],
.status-bar__content__bar2[data-v-77932587],
.status-bar__content__bar3[data-v-77932587],
.status-bar__content__bar4[data-v-77932587] {
  margin-left: -1rem;
}
:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol
      *)) {
  all: unset;
  display: revert;
}
*,
:after,
:before {
  box-sizing: border-box;
}
menu,
ol,
ul {
  list-style: none;
}
#h2-mobile-version {
  height: 100%;
  width: 100%;
  overflow: scroll;
  background-color: #1b1534;
  position: fixed;
  top: 0;
  left: 0;
}
#h2-mobile-version .header {
  background-image: url(../symbols/Map-neutral-Turbines_600px.png);
  background-position: 50% 15vw;
  background-repeat: no-repeat;
  background-size: contain;
  height: 70vw;
  width: 100%;
  top: 0;
  color: #fff;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#h2-mobile-version .header h1 {
  font-size: 4vw;
  line-height: 6vw;
}
#h2-mobile-version .header h4 {
  font-size: 4vw;
  color: #6addff;
  line-height: 5vw;
}
#h2-mobile-version #menu {
  background-color: var(--purple);
  color: hsla(0, 0%, 100%, 0.7);
  top: 66.66667vw;
}
#h2-mobile-version #menu .item {
  padding: 1em 0;
  border-top: 1px solid hsla(0, 0%, 100%, 0.8);
}
#menu .item:not(.active):hover {
  cursor: pointer;
}
#menu .item:not(.active):hover .label {
  color: #fff;
}
#menu .item .label {
  color: hsla(0, 0%, 100%, 0.8);
  font-family: SiemensSansBold;
  pointer-events: none;
  text-transform: uppercase;
  padding-right: 1rem;
  padding-left: 1em;
}
#menu .item .label h5 {
  font-size: 3.6vw;
  line-height: unset;
}
#menu .item.active .label {
  color: #fff;
}
#menu .item:not(.active) .label:after {
  content: '+';
  float: right;
  margin-top: -8vw;
  font-size: 6vw;
  font-weight: 900;
  font-family: SiemensSansBold;
}
#menu .item .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.1s ease-out;
}
#menu .item .content section {
  padding-left: 1em;
}
#menu .item.active:not(:last-child) {
  border-bottom-width: 4px;
}
#menu .item.active .content {
  max-height: 1500px;
  transition: max-height 0.75s ease-in;
}
#menu .content {
  line-height: 1.5em;
}
#menu .content p {
  margin: 1em 0;
}
#menu .content a {
  color: var(--blue);
  display: block;
  text-decoration: underline;
}
#menu .content a:hover {
  text-decoration: none;
}
.content__ul {
  background: url(../symbols/Line.svg) 0 100% no-repeat;
  background-size: 50% !important;
  padding-bottom: 5px;
}
.content__link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #6addff;
  gap: 1rem;
}
.content__link img {
  cursor: pointer;
  margin-right: 1rem;
}
.content div {
  position: relative;
}
.content div .quizIcon {
  right: 20%;
  top: 10%;
  cursor: pointer;
  width: 20vw;
}
.content div .quiz,
.content div .quizIcon {
  position: absolute;
  z-index: 4;
}
.explorer-detail[data-v-627af56a] {
  background-color: #1b1534;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  margin-left: 2%;
}
.explorer-detail__backgroundMap[data-v-627af56a] {
  width: 70%;
}
.explorer-detail__wrapper[data-v-627af56a] {
  position: absolute;
  left: 10%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 32%;
}
.explorer-detail__wrapper__header[data-v-627af56a] {
  padding-top: 4vw;
}
.explorer-detail__wrapper__header__title[data-v-627af56a] {
  color: #fff;
  font: 1.8vw SiemensBold;
  line-height: 2vw;
  position: relative;
  z-index: 4;
}
.explorer-detail__wrapper__header__subtitle[data-v-627af56a] {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  margin: 2vw 0 0 3vw;
}
.explorer-detail__wrapper__header__subtitle p[data-v-627af56a] {
  color: #6addff;
  font-size: 1.8vw;
  margin: 0;
}
.explorer-detail__wrapper .status-bar[data-v-627af56a] {
  padding-bottom: 2vw;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  color: #fff;
  z-index: 3;
}
.explorer-detail__wrapper .status-bar__header[data-v-627af56a] {
  display: flex;
  flex-direction: row;
  gap: 1vw;
  margin-bottom: 1vw;
}
.explorer-detail__wrapper .status-bar__header h2[data-v-627af56a] {
  font-size: 1.8vw;
}
.explorer-detail__wrapper .status-bar__content[data-v-627af56a] {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}
.explorer-detail__wrapper .status-bar__content img[data-v-627af56a] {
  width: 3vw;
}
.explorer-detail__wrapper .status-bar__content p[data-v-627af56a] {
  margin: 0;
  width: 7vw;
  padding-bottom: 4px;
  border-bottom: 1px solid #fff;
  font-size: 1.2vw;
}
.explorer-detail__wrapper .status-bar__content__bar1[data-v-627af56a] {
  background-color: #fff91f;
}
.explorer-detail__wrapper .status-bar__content__bar2[data-v-627af56a] {
  background-color: #6addff;
}
.explorer-detail__wrapper .status-bar__content__bar3[data-v-627af56a] {
  background-color: #0057c6;
}
.explorer-detail__wrapper .status-bar__content__bar4[data-v-627af56a] {
  background-color: #00fd79;
}
.explorer-detail__wrapper .status-bar__content__bar1[data-v-627af56a],
.explorer-detail__wrapper .status-bar__content__bar2[data-v-627af56a],
.explorer-detail__wrapper .status-bar__content__bar3[data-v-627af56a],
.explorer-detail__wrapper .status-bar__content__bar4[data-v-627af56a] {
  height: 2.4vw;
  margin-left: -1rem;
}
#noclick[data-v-627af56a] {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-color: #1b1534;
  opacity: 0.9;
  z-index: 2;
}
