@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInScaleH {
  0% {
    opacity: 0;
    height: 10px;
  }
  100% {
    opacity: 1;
    height: auto;
  }
}
@keyframes scaleW {
  0% {
    width: 1px;
  }
  100% {
    width: 100%;
  }
}
@keyframes fadeInScaleW {
  0% {
    opacity: 0;
    width: 10px;
    transform: translateY(-100%);
    height: 2px;
  }
  35% {
    width: 350px;
    transform: translateY(-100%);
    height: 2px;
  }
  100% {
    opacity: 1;
    width: 350px;
    transform: translateY(0);
  }
}
body {
  font-family: "Inter", Helvetica, Arial, sans-serif;
}

.anwendungsfelder {
  background-color: white;
  background-image: url("KI_Mitbestimmt_Illustration_Anwendungen.webp");
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  position: relative;
  padding-bottom: 72.1%; /*  Aspect Ratio of Image */
  height: 0;
  overflow: visible;
}
.anwendungsfelder .innercontainer {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 10%;
  height: 10%;
  /* background-color: rgba(250,255,33,0.27); */
}
.anwendungsfelder .innercontainer .title {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
}
.anwendungsfelder .innercontainer .item {
  position: absolute;
}
.anwendungsfelder .innercontainer .item > div:not(.toggler) {
  opacity: 0;
  height: 0;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  cursor: default;
}
.anwendungsfelder .innercontainer .item > div:not(.toggler) > span {
  padding: 20px;
  display: block;
  line-height: 1.4em;
}
.anwendungsfelder .innercontainer .item.show {
  z-index: 2;
}
.anwendungsfelder .innercontainer .item.show > div:not(.toggler) {
  opacity: 1;
  width: 40vw;
  max-width: 400px;
  height: auto;
  border: 1px solid black;
}
.anwendungsfelder .innercontainer .item.show > div:not(.toggler) > span {
  padding: 20px;
  animation-name: fadeIn;
  animation-duration: 1s;
}
.anwendungsfelder .innercontainer .item.show > .toggler {
  transform: rotate(45deg);
  transition: all 0.5s;
  background-color: rgba(255, 255, 255, 0.9);
}
.anwendungsfelder .innercontainer .item .toggler {
  content: "+";
  font-size: 30px;
  line-height: 1;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  width: 36px;
  height: 36px;
  border: 2px solid black;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -19px;
  top: -19px;
  cursor: pointer;
  transition: all 0.1s;
  box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.anwendungsfelder .innercontainer .item .toggler:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: red;
  border-color: red;
}
.anwendungsfelder .innercontainer.production {
  left: 22%;
  top: 65%;
  width: 35%;
  height: 17%;
}
.anwendungsfelder .innercontainer.production .i01 {
  left: 0px;
  top: 50px;
}
.anwendungsfelder .innercontainer.production .i02 {
  left: 0;
  top: 150px;
}
.anwendungsfelder .innercontainer.production .i03 {
  left: 0;
  top: 300px;
}
.anwendungsfelder .innercontainer.logistics {
  left: 60%;
  top: 68%;
  width: 15%;
  height: 16%;
}
.anwendungsfelder .innercontainer.logistics .i01 {
  left: 1%;
  top: 21%;
}
.anwendungsfelder .innercontainer.logistics .i02 {
  left: 71%;
  top: 56%;
}
.anwendungsfelder .innercontainer.logistics .i03 {
  left: 0;
  top: 100%;
}
.anwendungsfelder .innercontainer.qm {
  left: 36%;
  top: 54%;
  width: 10%;
  height: 10%;
}
.anwendungsfelder .innercontainer.qm .i01 {
  left: 23%;
  top: 18%;
}
.anwendungsfelder .innercontainer.qm .i02 {
  left: 62%;
  top: 53%;
}
.anwendungsfelder .innercontainer.qm .i03 {
  left: 100%;
  top: 100%;
}
.anwendungsfelder .innercontainer.administration {
  left: 17%;
  top: 48%;
  width: 18%;
  height: 14%;
}
.anwendungsfelder .innercontainer.administration .i01 {
  left: 55%;
  top: 4%;
}
.anwendungsfelder .innercontainer.administration .i02 {
  left: 40%;
  top: 55%;
}
.anwendungsfelder .innercontainer.administration .i03 {
  left: 100%;
  top: 100%;
}
.anwendungsfelder .innercontainer.personal {
  left: 22%;
  top: 17%;
  width: 21%;
  height: 21%;
}
.anwendungsfelder .innercontainer.personal .i01 {
  left: 60%;
  top: 15%;
}
.anwendungsfelder .innercontainer.personal .i02 {
  left: 22%;
  top: 54%;
}
.anwendungsfelder .innercontainer.personal .i03 {
  left: 55%;
  top: 72%;
}
.anwendungsfelder .innercontainer.purchase {
  left: 48%;
  top: 41%;
  width: 18%;
  height: 15%;
}
.anwendungsfelder .innercontainer.purchase .i01 {
  left: 10%;
  top: 41%;
}
.anwendungsfelder .innercontainer.purchase .i02 {
  left: 54%;
  top: 76%;
}
.anwendungsfelder .innercontainer.purchase .i03 {
  left: 100%;
  top: 100%;
}
.anwendungsfelder .innercontainer.development {
  left: 75%;
  top: 17%;
  width: 15%;
  height: 14%;
}
.anwendungsfelder .innercontainer.development .i01 {
  left: 18%;
  top: 18%;
}
.anwendungsfelder .innercontainer.development .i02 {
  left: 81%;
  top: 53%;
}
.anwendungsfelder .innercontainer.development .i03 {
  left: 100%;
  top: 100%;
}
.anwendungsfelder .innercontainer.marketing {
  left: 52%;
  top: 1%;
  width: 20%;
  height: 16%;
}
.anwendungsfelder .innercontainer.marketing .i01 {
  left: 12%;
  top: 35%;
}
.anwendungsfelder .innercontainer.marketing .i02 {
  left: 59%;
  top: 52%;
}
.anwendungsfelder .innercontainer.marketing .i03 {
  left: 100%;
  top: 100%;
}
.anwendungsfelder .innercontainer.service {
  left: 11%;
  top: 35%;
  width: 16%;
  height: 13%;
}
.anwendungsfelder .innercontainer.service .i01 {
  left: 43%;
  top: 0%;
}
.anwendungsfelder .innercontainer.service .i02 {
  left: 38%;
  top: 59%;
}
.anwendungsfelder .innercontainer.service .i03 {
  left: 79%;
  top: 51%;
}/*# sourceMappingURL=anwendungsfelder.css.map */