.m-splash {
  display: block;
  background: #f4ac00;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 35vh 30vw;
  text-align: center;
  z-index: 100000;
}

.m-splash.hannoversche {
  background: #3db7e4;
  display: none;
}

.hannoversche .m-splash {
  display: none;
}

.hannoversche .m-splash.hannoversche {
  display: block;
}

.m-splash > svg {
  max-width: 200px;
}

.vhv-stripe {
  fill: #fff;
  opacity: 0.2;
  animation: splashpulse 0.8s infinite alternate;
}

.vhv-stripe1 {
}

.vhv-stripe2 {
  animation-delay: 0.2s;
}

.vhv-stripe3 {
  animation-delay: 0.4s;
}

.hannoversche .vhv-stripe3 {
  display: none;
}

.prevent-scrolling {
  overflow: hidden;
}

@keyframes splashpulse {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}
