/* verlaeufe */
#spc_stoerer .whiteOverlay {
  position: absolute;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: -1;
}
#spc_stoerer .stoererBackground {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: #192c28;
  z-index: 80;
}
@media screen and (max-width: 767px) {
  #spc_stoerer .stoererBackground {
    top: 515px;
    bottom: unset;
    max-height: calc(100% - 60px);
  }
}
#spc_stoerer .stoererContainer {
  overflow: hidden;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 99;
  color: #ffffff;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0;
}
#spc_stoerer .stoererContainer a,
#spc_stoerer .stoererContainer h1,
#spc_stoerer .stoererContainer h2,
#spc_stoerer .stoererContainer h3,
#spc_stoerer .stoererContainer h4 {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #spc_stoerer .stoererContainer {
    top: 515px;
    height: calc(100% - 60px);
  }
}
#spc_stoerer .stoererContainer .bodytext {
  text-align: left !important;
}
#spc_stoerer .stoererContainer .bodytext strong {
  font-weight: normal;
}
#spc_stoerer .stoererContainer .closeIcon {
  width: 22.5px;
  height: 22.5px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  z-index: 99;
}
#spc_stoerer .stoererContainer .bigText {
  opacity: 0;
  line-height: 23px;
  position: absolute;
  margin: 45px 45px 90px 45px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  transition-delay: 0s;
  width: 450px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #spc_stoerer .stoererContainer .bigText {
    max-width: calc(100vw - 150px);
    width: calc(100vw - 150px);
    max-height: calc(100vh - 190px);
    overflow: auto;
    bottom: 0;
  }
  #spc_stoerer .stoererContainer .bigText .close {
    height: 0;
    width: 0;
  }
  #spc_stoerer .stoererContainer .bigText.iosBugFix {
    max-height: calc(100% - 175px);
    top: unset;
  }
}
#spc_stoerer .stoererContainer .bigText h2 {
  margin-bottom: 30px;
  color: #ffffff;
}
#spc_stoerer .stoererContainer .bigText ul {
  margin-bottom: 30px;
  padding-left: 15px;
}
#spc_stoerer .stoererContainer .bigText ul li {
  margin-bottom: 7.5px;
}
#spc_stoerer .stoererContainer .smallText {
  position: absolute;
  bottom: 90px;
  left: 45px;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 245px;
}
@media screen and (max-width: 767px) {
  #spc_stoerer .stoererContainer .smallText {
    width: calc(100vw - 150px);
  }
}
#spc_stoerer .stoererContainer .expandCloseButton {
  text-transform: uppercase;
  font-family: "Fieldwork", sans-serif;
  font-weight: normal;
  position: absolute;
  bottom: 45px;
  left: 45px;
  padding-bottom: 3.5px;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}
#spc_stoerer .stoererContainer .bigBoxText {
  opacity: 0;
  width: 0;
  height: 0;
}
#spc_stoerer .stoererContainer a {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Fieldwork", sans-serif;
  text-decoration: underline;
  font-weight: bold;
}
#spc_stoerer .stoererContainer a:hover {
  color: #ffffff;
  opacity: 0.8;
}
#spc_stoerer .opacityOut {
  opacity: 0 !important;
}
#spc_stoerer .opacityIn {
  opacity: 1 !important;
  z-index: 700 !important;
  transition-delay: 0.2s !important;
}
#spc_stoerer .disable {
  display: none;
}
#spc_stoerer .zIndex {
  z-index: 800;
}
#spc_stoerer .zIndex2 {
  z-index: 700;
}
#spc_stoerer .boxTextOpen {
  opacity: 1 !important;
  width: auto !important;
  height: auto !important;
}
#spc_stoerer .boxTextClose {
  width: 0 !important;
  height: 0 !important;
}
#spc_stoerer .mobileFix {
  top: unset !important;
}
#spc_stoerer .mobileBottomFix {
  bottom: 30px !important;
  position: fixed !important;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #spc_stoerer {
    position: relative;
  }
  #spc_stoerer .whiteOverlay {
    position: fixed;
  }
  #spc_stoerer .mobileFix {
    position: fixed;
  }
}
@media screen and (max-width: 767px) {
  .stoerer #spc_stoerer {
    position: relative;
  }
  .stoerer #spc_stoerer .whiteOverlay {
    position: fixed;
  }
  .stoerer #spc_stoerer .stoererBackground {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    top: unset !important;
  }
  .stoerer #spc_stoerer .stoererBackground.mobileFix {
    margin-bottom: 0px;
  }
  .stoerer #spc_stoerer .stoererContainer {
    top: 0px !important;
  }
  .stoerer #spc_stoerer .stoererContainer.mobileFix {
    top: unset !important;
  }
}
