@keyframes ic-nose {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
#frustchecker-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  font-family: "TisaSansPro";
  font-weight: 400;
  font-size: 22px;
  line-height: 1.36;
  color: #005B5C;
  background-color: #FAFFFC;
  overflow: hidden;
}
#frustchecker-wrapper section {
  width: 100%;
  display: none;
}
#frustchecker-wrapper .quiz-wrapper {
  max-width: 1289px;
  margin: 0 auto;
}
#frustchecker-wrapper .quiz-wrapper .swiper-slide {
  height: auto;
  padding: 20px;
}
#frustchecker-wrapper .quiz-wrapper .quiz-content {
  position: relative;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  height: 100%;
  overflow: hidden;
}
#frustchecker-wrapper .quiz-wrapper .quiz-content .quiz-header {
  display: flex;
  align-items: center;
  height: 142px;
  padding: 30px 60px;
  background-color: #D2F9E0;
  border-bottom: 1px solid #ebf0ed;
}
#frustchecker-wrapper .quiz-wrapper .quiz-content .quiz-header .quiz-icon {
  width: 85px;
  margin-right: 30px;
}
#frustchecker-wrapper .quiz-wrapper .quiz-content .quiz-header .quiz-text h3 {
  margin-bottom: 5px;
}
#frustchecker-wrapper .quiz-wrapper .quiz-content .quiz-header .quiz-text p {
  margin-bottom: 0;
  font-size: 20px;
  font-style: italic;
}
#frustchecker-wrapper .quiz-wrapper .quiz-content .quiz-body {
  position: relative;
  padding: 40px 0;
  width: 68%;
  margin: 0 auto;
}
#frustchecker-wrapper .quiz-wrapper .quiz-content .quiz-body > span {
  font-size: 20px;
  font-weight: 500;
  color: #F01125;
  opacity: 0;
  transition: 0.1s ease;
}
#frustchecker-wrapper .quiz-wrapper .quiz-content .quiz-body ul {
  width: 100%;
  max-width: 853px;
  transition: 0.1s ease;
}
#frustchecker-wrapper .quiz-wrapper .quiz-content .quiz-body ul li {
  margin-bottom: 15px;
  cursor: pointer;
}
#frustchecker-wrapper .quiz-wrapper .quiz-content .quiz-body ul li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-left: -30px;
  margin-right: 15px;
  border: 3px solid #fff;
  outline: 3px solid #005B5C;
  border-radius: 50%;
  transition: 0.3s ease;
}
#frustchecker-wrapper .quiz-wrapper .quiz-content .quiz-body ul li.chosen:before {
  background-color: #005B5C;
}
#frustchecker-wrapper .quiz-wrapper .quiz-content .quiz-body.alert span {
  opacity: 1;
}
#frustchecker-wrapper .quiz-wrapper .quiz-content .quiz-body.alert ul {
  transform: translateY(20px);
}
#frustchecker-wrapper .quiz-wrapper .quiz-content .quiz-body.alert ul li:before {
  outline: 3px solid #F01125;
}
#frustchecker-wrapper .quiz-wrapper .quiz-content .quiz-info {
  position: absolute;
  bottom: 20px;
  right: 30px;
  font-size: 32px;
  font-weight: 900;
}
#frustchecker-wrapper .quiz-wrapper .quiz-content .fs-decide {
  font-size: 24px;
}
#frustchecker-wrapper .quiz-wrapper .quiz-ref {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 300;
}
#frustchecker-wrapper .quiz-wrapper .quiz-ref p {
  margin-bottom: 0;
}
#frustchecker-wrapper .quiz-wrapper .quiz-controls {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
#frustchecker-wrapper .quiz-wrapper .quiz-controls > div {
  width: 44px;
  height: 44px;
  margin: 0 15px;
  background-color: #038586;
  border-radius: 10px;
  background-image: url("../img/svg/ic-chevron.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px;
  cursor: pointer;
}
#frustchecker-wrapper .quiz-wrapper .quiz-controls .q-prev {
  transform: scaleX(-1);
}
#frustchecker-wrapper .quiz-wrapper .quiz-controls .q-prev.disable {
  opacity: 0.5;
  pointer-events: none;
}
#frustchecker-wrapper #result {
  padding: 20px;
}
#frustchecker-wrapper #result .quiz-wrapper .quiz-body {
  font-size: 18px;
}
#frustchecker-wrapper #result .quiz-wrapper .quiz-body ul {
  width: 100%;
  max-width: 635px;
  margin-bottom: 30px;
}
#frustchecker-wrapper #result .quiz-wrapper .quiz-body ul li {
  position: relative;
  width: 100%;
  padding-left: 30px;
  height: 52px;
  margin-bottom: 10px;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  cursor: default;
}
#frustchecker-wrapper #result .quiz-wrapper .quiz-body ul li:before {
  display: none;
}
#frustchecker-wrapper #result .quiz-wrapper .quiz-body ul li p {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
  z-index: 1;
}
#frustchecker-wrapper #result .quiz-wrapper .quiz-body ul li p strong {
  font-size: 37px;
  padding-right: 30px;
  padding-bottom: 5px;
}
#frustchecker-wrapper #result .quiz-wrapper .quiz-body ul li div {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: inherit;
  z-index: 0;
}
#frustchecker-wrapper #result .quiz-wrapper .quiz-body ul li:nth-child(2n) {
  color: #3411F2;
}
#frustchecker-wrapper #result .quiz-wrapper .quiz-body ul [data-result-type=Erzaehlend] {
  background-color: rgba(109, 82, 254, 0.4);
}
#frustchecker-wrapper #result .quiz-wrapper .quiz-body ul [data-result-type=Erzaehlend] > div {
  background-color: #6D52FE;
}
#frustchecker-wrapper #result .quiz-wrapper .quiz-body ul [data-result-type=Vorsichtig] {
  background-color: rgba(210, 249, 224, 0.4);
}
#frustchecker-wrapper #result .quiz-wrapper .quiz-body ul [data-result-type=Vorsichtig] > div {
  background-color: #D2F9E0;
}
#frustchecker-wrapper #result .quiz-wrapper .quiz-body ul [data-result-type=Ueberlegt] {
  background-color: rgba(0, 91, 92, 0.4);
}
#frustchecker-wrapper #result .quiz-wrapper .quiz-body ul [data-result-type=Ueberlegt] > div {
  background-color: #005B5C;
}
#frustchecker-wrapper #result .quiz-wrapper .quiz-body ul [data-result-type=Kritisch] {
  background-color: rgba(182, 245, 157, 0.4);
}
#frustchecker-wrapper #result .quiz-wrapper .quiz-body ul [data-result-type=Kritisch] > div {
  background-color: #B6F59D;
}
#frustchecker-wrapper #result .quiz-wrapper .quiz-body [data-detail-result] {
  display: none;
  opacity: 1;
}
#frustchecker-wrapper #animation {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FAFFFC;
}
#frustchecker-wrapper #animation .animation-wrapper {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
}
#frustchecker-wrapper #animation .animation-wrapper > div {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
}
#frustchecker-wrapper #animation .animation-wrapper .ic-nose img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  transform: translate(-50%, -50%);
  animation: ic-nose 2s linear forwards infinite;
}
#frustchecker-wrapper #animation .animation-wrapper .cr-darkgreen {
  background-color: #005B5C;
  animation: cr-darkgreen 2s linear forwards infinite;
}
@keyframes cr-darkgreen {
  0% {
    transform: translate(0, 0) scale(100%);
    opacity: 1;
  }
  25% {
    transform: translate(0, -50px) scale(50%);
    opacity: 1;
  }
  50% {
    transform: translate(0, -50px) scale(50%);
    opacity: 1;
  }
  75% {
    transform: translate(0, 0) scale(100%);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0) scale(100%);
    opacity: 1;
  }
}
#frustchecker-wrapper #animation .animation-wrapper .cr-lightgreen {
  background-color: #B6F59D;
  animation: cr-lightgreen 2s linear forwards infinite;
}
@keyframes cr-lightgreen {
  0% {
    transform: translate(0, 0) scale(100%);
    opacity: 0.5;
  }
  25% {
    transform: translate(50px, 50px) scale(50%);
    opacity: 1;
  }
  50% {
    transform: translate(50px, 50px) scale(50%);
    opacity: 1;
  }
  75% {
    transform: translate(0, 0) scale(100%);
    opacity: 0.5;
  }
  100% {
    transform: translate(0, 0) scale(100%);
    opacity: 0.5;
  }
}
#frustchecker-wrapper #animation .animation-wrapper .cr-purple {
  background-color: #6D52FE;
  animation: cr-purple 2s linear forwards infinite;
}
@keyframes cr-purple {
  0% {
    transform: translate(0, 0) scale(100%);
    opacity: 0.5;
  }
  25% {
    transform: translate(-50px, 50px) scale(50%);
    opacity: 1;
  }
  50% {
    transform: translate(-50px, 50px) scale(50%);
    opacity: 1;
  }
  75% {
    transform: translate(0, 0) scale(100%);
    opacity: 0.5;
  }
  100% {
    transform: translate(0, 0) scale(100%);
    opacity: 0.5;
  }
}
@media (max-width: 991.98px) {
  #frustchecker-wrapper {
    font-size: 16px;
    justify-content: flex-start;
  }
  #frustchecker-wrapper .quiz-wrapper .quiz-content .quiz-header {
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    padding: 30px;
    line-height: 1.2;
  }
  #frustchecker-wrapper .quiz-wrapper .quiz-content .quiz-header .quiz-icon {
    width: 48px;
  }
  #frustchecker-wrapper .quiz-wrapper .quiz-content .quiz-header .quiz-text {
    margin-top: 10px;
  }
  #frustchecker-wrapper .quiz-wrapper .quiz-content .quiz-header .quiz-text h3 {
    margin-bottom: 10px;
  }
  #frustchecker-wrapper .quiz-wrapper .quiz-content .quiz-body {
    width: 100%;
    padding: 20px 30px 40px 65px;
  }
  #frustchecker-wrapper .quiz-wrapper .quiz-content .quiz-body > span {
    font-size: 16px;
  }
  #frustchecker-wrapper .quiz-wrapper .quiz-content .quiz-info {
    font-size: 26px;
  }
  #frustchecker-wrapper .quiz-wrapper .quiz-content .fs-decide {
    font-size: 18px;
  }
  #frustchecker-wrapper .quiz-wrapper .quiz-ref {
    padding: 20px;
    font-size: 14px;
  }
  #frustchecker-wrapper #result .quiz-wrapper .quiz-body {
    padding: 60px 30px;
  }
  #frustchecker-wrapper #result .quiz-wrapper .quiz-body ul li p {
    font-size: 14px;
  }
  #frustchecker-wrapper #result .quiz-wrapper .quiz-body ul li p strong {
    font-size: 24px;
    padding-right: 10px;
  }
}

/*# sourceMappingURL=section.css.map */
