body {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #695872;
  background-color: #160e0c;
}
.disp1,
.disp2,
.disp3,
.disp4 {
  display: none;
}
@media (max-width: 575px) {
  .disp1 {
    display: block;
  }
}
@media (min-width: 576px) and (max-width: 750px) {
  .disp2 {
    display: block;
  }
}
@media (min-width: 751px) and (max-width: 1120px) {
  .disp3 {
    display: block;
  }
}
@media (min-width: 1121px) {
  .disp4 {
    display: block;
  }
}
.titlerow {
  margin-top: 50px;
}
.logoimg {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
  z-index: 2;
  max-width: 200px;
}
.backgroundimg {
  width: 100vw;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: -1;
}

.title {
  font-size: 3vw;
  text-shadow: 0 0 10px white;
  color: white;
}
.subtitle {
  font-size: 2vw;
  text-shadow: 0 0 10px white;
  color: white;
}
@media (max-width: 880px) {
  .title {
    font-size: 29px;
  }
  .subtitle {
    font-size: 19px;
  }
}
@media (min-width: 1100px) {
  .title {
    font-size: 35px;
  }
  .subtitle {
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  .title {
    text-align: center;
  }
  .subtitle {
    text-align: center;
  }
}
.main {
  background-color: rgb(255, 255, 255, 0.8);
}

.sectionContainer {
  margin-top: 20px;
}
.sectionHead {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
}

.sectionEmph {
  text-align: center;
  font-weight: 500;
}

.sectionTextSmall {
  font-size: 0.9rem;
}
#formNr {
  max-width: 4rem;
  margin-left: 1rem;
}

.fehler {
  color: red;
}

.myspinner {
  height: 1.5rem;
  width: 1.5rem;
  border-width: 0.15rem;
}

.dankeText {
  font-size: 0.95rem;
  font-weight: 600;
}

.js-loading *,
.js-loading *:before,
.js-loading *:after {
  animation-play-state: paused !important;
}

.fadeIn {
  animation-name: keyFadeIn;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-timing-function: ease-in-out;
}

.fadeIn.first {
  animation-delay: 0s;
}
.fadeIn.second {
  animation-delay: 0.5s;
}
.fadeIn.third {
  animation-delay: 2.5s;
}
.fadeIn.fourth {
  animation-delay: 4.5s;
}
.fadeIn.fifth {
  animation-delay: 6.5s;
}
@keyframes keyFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes keyFadeInOut1 {
  0% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes keyFadeInOut2 {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.textsmall {
  font-size: 0.7rem;
}
.sideTitle {
  font-weight: 800;
  margin-top: 15px;
  margin-bottom: 5px;
}
.sideTitle.first {
  margin-top: 0px;
}
.sideText {
  text-align: justify;
}
.sideQuestion {
  font-size: 0.95rem;
  font-weight: 600;
  padding-top: 10px;
}
.share {
  margin-top: 15px;
  text-align: center;
}
.whatsappLogo {
  width: 44px;
}
.ablaufTime {
  font-size: 0.8rem;
}
