html,
body {
  height: 100dvh;
}
.fullwidth-menu {
  position: fixed;
  left: 0;
  top: 0vh;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  z-index: 999;
}

.fullwidth-menu-open {
  opacity: 1 !important;
  visibility: visible !important;
}

.line {
  display: block;
  position: absolute;
  height: 3px;
  width: 28px;
  background: #fff;
  opacity: 1;
  transition: 0.1s ease-in-out;
}

.fullwidth-open.open .line {
  background: white;
}

.line-1 {
  top: 13px;
}
.line-2 {
  top: 22px;
}
.line-3 {
  top: 31px;
}

.fullwidth-open.open .line-1 {
  top: 21px;
  transform: rotate(135deg);
}
.fullwidth-open.open .line-2 {
  display: none;
}
.fullwidth-open.open .line-3 {
  top: 21px;
  width: 100%;
  transform: rotate(-135deg);
}

.fullwidth-open.open {
  border-color: black;
}

.toggle-sub-menu {
  cursor: pointer;
}

.soMENU-full {
  height: 100%;
}
.soMENU-item {
  /*     display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center; */
  height: 100%;
}
.soMENU-item .et_pb_text_inner {
  height: 100%;
}
.fullwidth-menu-open {
  height: 100%;
}
.soMENU-item p {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.soMENU-item a {
  color: #fff;
  font-size: 2.2em;
  line-height: 0.9em;
  width: fit-content;
  font-weight: 300;
  text-transform: uppercase;
  font-family: Oswald !important;
  font-style: normal;
      letter-spacing: -0.02em !important;
}

@media (max-width: 1200px) {
  .soMENU-item a {
    font-size: 2.1em;
    line-height: 0.8em;
  }
}

@media (max-width: 900px) {
  .soMENU-item a {
    font-size: 1.9em;
    line-height: 0.7em;
  }
  .soMENU-full {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .daspod-logo {
    padding-top: 10px;
    padding-left: 5px;
  }
}

@media (max-width: 600px) {
  .soMENU-item a {
    font-size: 1.7em;
    line-height: 0.6em;
  }
}
.soMENU-item span:hover {
  /*  background-size: contain;
         background-repeat: no-repeat;
         background-position: center;
         background-image: url(https://test.daspod.at/wp-content/uploads/2022/12/DAS_POD_ICON-O_RGB.webp);
         background-color: #000; */
background-size: contain;
         background-image: url(https://test.daspod.at/wp-content/uploads/2022/12/DAS_POD_ICON-O_RGB.webp);
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
}
 /* color: #ff00ff;
  font-weight: 600;
  text-decoration: underline;*/

