:root {
  --purple: #4d217a;
  --blue: #6addff;
}
@font-face {
  font-family: SiemensSansRoman;
  src: url(./fonts/sisan03-webfont.woff2) format('woff2');
}
@font-face {
  font-family: SiemensSansBold;
  src: url(./fonts/sisan06-webfont.woff2) format('woff2');
}
body,
html {
  height: 100%;
  margin: 0;
  width: 100%;
}
body {
  font-family: SiemensSansRoman;
}
#app {
  background-color: #4d217a;
  height: 100%;
  position: absolute;
  width: 100%;
}
#header {
  background-color: #fff;
  background-image: url(./assets/Background__320px.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 66.66667vw;
}
#hotspots {
  display: none;
}
#modal {
  background-color: var(--purple);
  color: #fff;
  display: flex;
  line-height: 1.5em;
  opacity: 0;
  padding: 2em 1em;
}
#modal,
#noclick {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
#noclick {
  background-color: #fff;
  opacity: 0.9;
}
#modal .left {
  width: 33%;
}
#modal .right {
  width: 66%;
}
#modal .icon {
  background-color: hsla(0, 0%, 100%, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 87px;
  height: 140px;
  margin: 3em auto;
  width: 140px;
}
#modal .icon.heating {
  background-image: url(./assets/heating.png);
}
#modal .icon.transport {
  background-image: url(./assets/transport.png);
}
#modal .icon.shipping {
  background-image: url(./assets/shipping.png);
}
#modal .icon.aviation {
  background-image: url(./assets/aviation.png);
}
#modal .icon.power {
  background-image: url(./assets/powergeneration.png);
}
#modal .icon.chemicals {
  background-image: url(./assets/chemicals.png);
}
#modal .icon.refineries {
  background-image: url(./assets/refineries.png);
}
#modal .icon.steel {
  background-image: url(./assets/steel.png);
}
#modal .label {
  font-family: SiemensSansBold;
}
#modal .content {
  color: hsla(0, 0%, 100%, 0.8);
}
#modal .content p {
  margin: 1em 0;
}
#modal .content a {
  color: var(--blue);
  display: block;
  text-decoration: underline;
}
#modal .content a:hover {
  text-decoration: none;
}
#close {
  cursor: pointer;
  height: 16px;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16px;
}
#close:before {
  background: url(./assets/close.png) 0 0 no-repeat;
  background-position: 50%;
  content: '';
  height: 120%;
  position: absolute;
  transition: all 0.5s ease;
  width: 120%;
}
#close:hover:before {
  transform: rotate(180deg);
  transition: 0.5s ease;
}
#menu {
  background-color: var(--purple);
  color: hsla(0, 0%, 100%, 0.7);
  padding: 0 1em;
  top: 66.66667vw;
}
#menu .item {
  padding: 1em 0;
}
#menu .item:not(:last-child) {
  border-bottom: 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;
}
#menu .item.active .label {
  color: #fff;
}
#menu .item:not(.active) .label:after {
  content: '+';
  float: right;
  font-family: SiemensSansBold;
}
#menu .item .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.1s ease-out;
}
#menu .item.active:not(:last-child) {
  border-bottom-width: 4px;
}
#menu .item.active .content {
  max-height: 100vh;
  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;
}
#background-video {
  display: none;
  z-index: -1;
}
@media (min-width: 576px) {
  #app {
    align-items: center;
    background: none;
    display: flex;
    justify-content: center;
  }
  #header {
    background-image: url(./assets/Background__600px.svg);
    background-size: 576px;
    height: 378px;
    position: absolute;
    width: 576px;
  }
  #menu {
    display: none;
  }
  #hotspots {
    align-content: space-between;
    display: grid;
    grid-template-columns: repeat(4, auto);
    grid-template-rows: repeat(2, auto);
    height: 100%;
    justify-content: center;
    justify-content: space-around;
    padding: 10px;
  }
  #hotspots .item {
    align-items: end;
    background-color: var(--purple);
    background-repeat: no-repeat;
    border-radius: 45px;
    color: hsla(0, 0%, 100%, 0.8);
    display: grid;
    font-size: 10px;
    height: 90px;
    padding-bottom: 18px;
    text-align: center;
    width: 90px;
  }
  #hotspots .item:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition: all 0.1s ease-in;
  }
  #hotspots .item.heating {
    background-image: url(./assets/heating.png);
    background-position: 3px 10px;
    background-size: 90%;
  }
  #hotspots .item.transport {
    background-image: url(./assets/transport.png);
    background-position: 10px 10px;
    background-size: 80%;
  }
  #hotspots .item.power {
    background-image: url(./assets/powergeneration.png);
    background-position: 24px 6px;
    background-size: 45%;
  }
  #hotspots .item.shipping {
    background-image: url(./assets/shipping.png);
    background-position: 2px 12px;
    background-size: 90%;
  }
  #hotspots .item.aviation {
    background-image: url(./assets/aviation.png);
    background-position: 2px 12px;
    background-size: 90%;
  }
  #hotspots .item.refineries {
    background-image: url(./assets/refineries.png);
    background-position: 2px 10px;
    background-size: 100%;
  }
  #hotspots .item.steel {
    background-image: url(./assets/steel.png);
    background-position: 13px 15px;
    background-size: 70%;
  }
  #hotspots .item.chemicals {
    background-image: url(./assets/chemicals.png);
    background-position: 12px 15px;
    background-size: 70%;
  }
  #modal.active {
    opacity: 1;
    transition: all 0.2s ease-in;
    visibility: visible;
  }
}
@media (min-width: 768px) {
  #header {
    background-image: url(./assets/Background__768px.svg);
    background-size: 768px;
    height: 512px;
    width: 768px;
  }
  #hotspots {
    display: block;
  }
  #hotspots .item {
    position: absolute;
  }
  #hotspots .item:hover {
    opacity: 0.9;
    transform: none;
  }
  #hotspots .item.aviation:before,
  #hotspots .item.chemicals:before,
  #hotspots .item.heating:before,
  #hotspots .item.power:before,
  #hotspots .item.refineries:before,
  #hotspots .item.shipping:before,
  #hotspots .item.steel:before,
  #hotspots .item.transport:before {
    background-color: var(--purple);
    content: '';
    display: block;
    position: absolute;
    width: 2px;
  }
  #hotspots .item.aviation:after,
  #hotspots .item.chemicals:after,
  #hotspots .item.heating:after,
  #hotspots .item.power:after,
  #hotspots .item.refineries:after,
  #hotspots .item.shipping:after,
  #hotspots .item.steel:after,
  #hotspots .item.transport:after {
    background-color: var(--purple);
    border-radius: 5px;
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    width: 10px;
  }
  #hotspots .item.heating {
    left: 55px;
    top: 30px;
  }
  #hotspots .item.heating:before {
    height: 60px;
    left: 50%;
    top: 90px;
  }
  #hotspots .item.heating:after {
    left: 46%;
    top: 140px;
  }
  #hotspots .item.power {
    bottom: 40px;
    left: 80px;
  }
  #hotspots .item.power:before {
    bottom: 90px;
    height: 60px;
    left: 50%;
  }
  #hotspots .item.power:after {
    bottom: 140px;
    left: 46%;
  }
  #hotspots .item.refineries {
    bottom: 25px;
    left: 240px;
  }
  #hotspots .item.refineries:before {
    bottom: 90px;
    height: 30px;
    left: 50%;
  }
  #hotspots .item.refineries:after {
    bottom: 120px;
    left: 46%;
  }
  #hotspots .item.transport {
    left: 340px;
    top: 25px;
  }
  #hotspots .item.transport:before {
    height: 130px;
    left: 50%;
    top: 90px;
  }
  #hotspots .item.transport:after {
    left: 46%;
    top: 220px;
  }
  #hotspots .item.shipping {
    left: 500px;
    top: 30px;
  }
  #hotspots .item.shipping:before {
    height: 120px;
    left: 50%;
    top: 90px;
  }
  #hotspots .item.shipping:after {
    left: 46%;
    top: 210px;
  }
  #hotspots .item.aviation {
    left: 610px;
    top: 20px;
  }
  #hotspots .item.aviation:before {
    height: 80px;
    left: 50%;
    top: 90px;
  }
  #hotspots .item.aviation:after {
    left: 46%;
    top: 170px;
  }
  #hotspots .item.steel {
    bottom: 20px;
    left: 620px;
  }
  #hotspots .item.steel:before {
    bottom: 90px;
    height: 60px;
    left: 50%;
  }
  #hotspots .item.steel:after {
    bottom: 140px;
    left: 46%;
  }
  #hotspots .item.chemicals {
    bottom: 20px;
    left: 420px;
  }
  #hotspots .item.chemicals:before {
    bottom: 90px;
    height: 30px;
    left: 50%;
  }
  #hotspots .item.chemicals:after {
    bottom: 120px;
    left: 46%;
  }
  #modal {
    height: 432px;
    left: 50%;
    margin-left: -384px;
    margin-top: -216px;
    top: 50%;
    width: 768px;
  }
  #modal .icon {
    border-radius: 80px;
    height: 160px;
    width: 160px;
  }
}
@media (min-width: 992px) {
  #app {
    align-items: center;
  }
  #header {
    background-size: 992px;
    background: none;
    height: 661.33333px;
    width: 992px;
  }
  #background-video {
    display: initial;
    width: 992px;
  }
  #hotspots .item.heating {
    left: 60px;
    top: 50px;
  }
  #hotspots .item.heating:before {
    height: 150px;
  }
  #hotspots .item.heating:after {
    top: 230px;
  }
  #hotspots .item.power {
    bottom: 120px;
    left: 100px;
  }
  #hotspots .item.refineries {
    bottom: 160px;
    left: 700px;
  }
  #hotspots .item.refineries:before {
    height: 80px;
  }
  #hotspots .item.refineries:after {
    bottom: 160px;
  }
  #hotspots .item.transport {
    bottom: 140px;
    left: 290px;
    top: auto;
  }
  #hotspots .item.transport:before {
    bottom: 90px;
    height: 90px;
    left: 50%;
    top: auto;
  }
  #hotspots .item.transport:after {
    bottom: 170px;
    left: 46%;
    top: auto;
  }
  #hotspots .item.shipping {
    left: 450px;
  }
  #hotspots .item.shipping:before {
    height: 210px;
  }
  #hotspots .item.shipping:after {
    top: 290px;
  }
  #hotspots .item.aviation {
    left: 650px;
    top: 40px;
  }
  #hotspots .item.aviation:before {
    height: 140px;
  }
  #hotspots .item.aviation:after {
    left: 46%;
    top: 220px;
  }
  #hotspots .item.steel {
    bottom: auto;
    left: 890px;
    top: 100px;
  }
  #hotspots .item.steel:before {
    bottom: auto;
    height: 130px;
    top: 90px;
  }
  #hotspots .item.steel:after {
    bottom: auto;
    top: 220px;
  }
  #hotspots .item.chemicals {
    bottom: 70px;
    left: 840px;
  }
  #hotspots .item.chemicals:before {
    bottom: 90px;
    height: 130px;
  }
  #hotspots .item.chemicals:after {
    bottom: 220px;
  }
}
@media (min-width: 1200px) {
  #header {
    background-size: 1200px;
    width: 1200px;
  }
  #background-video {
    display: initial;
    width: 1200px;
  }
  #hotspots .item.heating {
    left: 80px;
  }
  #hotspots .item.power {
    bottom: 100px;
    left: 140px;
  }
  #hotspots .item.refineries {
    left: 850px;
  }
  #hotspots .item.transport {
    left: 350px;
  }
  #hotspots .item.shipping {
    left: 560px;
    top: 70px;
  }
  #hotspots .item.aviation {
    left: 770px;
    top: 40px;
  }
  #hotspots .item.steel {
    left: 1100px;
  }
  #hotspots .item.chemicals {
    left: 1040px;
  }
}
