@font-face {
  font-family: "Boehringer HeadLine";
  src: url("_fonts/BoehringerForwardHead.otf");
  font-weight: normal;
}
@font-face {
  font-family: "Boehringer Text";
  src: url("_fonts/BoehringerForwardText.otf");
  font-weight: normal;
}
.dev {
  padding: 0;
  margin: 0;
}

.bi-lebercheck * {
  font-family: "Boehringer Text", sans-serif !important;
}

.bi-lebercheck {
  --bi-ease: cubic-bezier(0.22, 1, 0.36, 1);
  position: relative;
  width: 100%;
  font-family: "Boehringer Text", sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #ffffff;
  background-color: #eeeceb;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-lebercheck *, .bi-lebercheck *::before, .bi-lebercheck *::after {
  box-sizing: border-box;
}
.bi-lebercheck h2, .bi-lebercheck h3 {
  font-family: "Boehringer HeadLine", sans-serif;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: normal;
  text-transform: none;
}
.bi-lebercheck p {
  margin-top: 0;
  margin-bottom: 0;
}
.bi-lebercheck b, .bi-lebercheck strong {
  font-family: "Boehringer HeadLine", sans-serif;
  font-weight: bold;
}
.bi-lebercheck form {
  margin: 0;
}
.bi-lebercheck button {
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  color: inherit;
  font: inherit;
  letter-spacing: normal;
  text-transform: none;
  text-shadow: none;
  cursor: pointer;
}
.bi-lebercheck .bi-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.bi-lebercheck .bi-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  min-width: 100px;
  padding: 13px 26px;
  background-color: #00E47C;
  border: 1px solid #00E47C;
  border-radius: 2px;
  color: #2E2D2C;
  font-family: "Boehringer HeadLine", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  transition: filter 0.3s ease, background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease, transform 0.2s var(--bi-ease);
}
.bi-lebercheck .bi-btn:hover {
  filter: brightness(0.9);
}
.bi-lebercheck .bi-btn:active {
  transform: scale(0.98);
}
.bi-lebercheck .bi-btn:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}
.bi-lebercheck .bi-btn.btn-outline {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}
.bi-lebercheck .bi-btn.btn-outline:hover {
  filter: none;
  background-color: #ffffff;
  color: #08312A;
}
.bi-lebercheck .bi-btn:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
.bi-lebercheck .bi-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
.bi-lebercheck #bi-quiz {
  padding: 24px 24px 48px;
  background-color: #08312A;
}
.bi-lebercheck .bi-quiz-inner {
  max-width: 1021px;
  margin: 0 auto;
}
.bi-lebercheck .bi-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  padding-bottom: 25px;
  text-align: center;
}
.bi-lebercheck .bi-header img {
  display: block;
  width: 68px;
  height: auto;
}
.bi-lebercheck .bi-header .bi-title {
  font-weight: bold;
  font-size: 26px;
  line-height: 40px;
  color: #00E47C;
}
.bi-lebercheck .bi-pagination {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 3px;
  padding: 2px;
  background-color: #EFEDEC;
  border: 1px solid #E6E4E0;
  border-radius: 3px;
}
.bi-lebercheck .bi-pagination-indicator {
  position: absolute;
  top: 2px;
  left: 0;
  width: 0;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #E6E4E0;
  border-radius: 3px;
  box-shadow: 0 1px 4px rgba(8, 49, 42, 0.12);
  pointer-events: none;
  transition: transform 0.5s var(--bi-ease), width 0.5s var(--bi-ease);
}
.bi-lebercheck .bi-pagination-indicator.no-transition {
  transition: none;
}
.bi-lebercheck .bi-page {
  position: relative;
  z-index: 1;
  height: 30px;
  border-radius: 3px;
  font-family: "Boehringer Text", sans-serif;
  font-size: 12px;
  line-height: 20px;
  color: #2E2D2C;
  white-space: nowrap;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.bi-lebercheck .bi-page:not(:disabled):not(.is-active):hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.bi-lebercheck .bi-page:disabled {
  color: rgba(46, 45, 44, 0.5);
  cursor: default;
}
.bi-lebercheck .bi-page:focus-visible {
  outline: 2px solid #08312A;
  outline-offset: -2px;
}
.bi-lebercheck #bi-stage {
  position: relative;
  margin-top: 49px;
  transition: height 0.5s var(--bi-ease);
}
.bi-lebercheck #bi-stage.is-animating {
  clip-path: inset(-40px 0 -20px 0);
}
.bi-lebercheck .bi-step {
  display: none;
}
.bi-lebercheck .bi-step.is-active {
  display: block;
}
.bi-lebercheck .bi-question {
  display: flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 37px 8px 0;
  border-bottom: 1px solid #00E47C;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #ffffff;
}
.bi-lebercheck .bi-question:focus {
  outline: none;
}
.bi-lebercheck .bi-answers {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin-top: 28px;
}
.bi-lebercheck .bi-answers.is-shaking {
  animation: biShake 0.45s ease both;
}
.bi-lebercheck .bi-answer-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}
.bi-lebercheck .bi-answer {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 120px;
  margin: 0;
  background-color: #ffffff;
  border: 1px solid #00E47C;
  border-radius: 5px;
  overflow: hidden;
  color: #08312A;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: transform 0.35s var(--bi-ease), box-shadow 0.35s var(--bi-ease);
}
.bi-lebercheck .bi-answer::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 45px;
  background-color: #00E47C;
  transition: width 0.5s var(--bi-ease);
}
.bi-lebercheck .bi-answer:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}
.bi-lebercheck .bi-answer:hover::before {
  width: 52px;
}
.bi-lebercheck .bi-answer-letter {
  position: relative;
  flex: 0 0 45px;
  text-align: center;
  font-family: "Boehringer HeadLine", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
.bi-lebercheck .bi-answer-text {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  padding: 12px 34px 12px 17px;
  font-family: "Boehringer HeadLine", sans-serif;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.02em;
  overflow-wrap: break-word;
}
.bi-lebercheck .bi-answer-input:checked + .bi-answer {
  animation: biPop 0.45s var(--bi-ease);
}
.bi-lebercheck .bi-answer-input:checked + .bi-answer::before {
  width: 100%;
}
.bi-lebercheck .bi-answer-input:focus-visible + .bi-answer {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}
.bi-lebercheck .bi-error-msg {
  position: relative;
  height: 0;
}
.bi-lebercheck .bi-error-msg span {
  position: absolute;
  top: 24px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: "Boehringer HeadLine", sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #FF6B6B;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.3s ease, transform 0.3s var(--bi-ease);
}
.bi-lebercheck .bi-error-msg span:empty {
  display: none;
}
.bi-lebercheck .bi-error-msg span::before {
  content: "";
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  background: url("../img/ic-danger.svg") no-repeat center/16px 16px;
}
.bi-lebercheck .bi-error-msg.is-visible span {
  opacity: 1;
  transform: none;
}
.bi-lebercheck .bi-actions {
  display: flex;
  justify-content: center;
  gap: 26px;
  margin-top: 75px;
}
.bi-lebercheck .bi-actions .bi-btn {
  width: 344px;
  max-width: 100%;
}
.bi-lebercheck .bi-actions.is-entering {
  animation: biFadeIn 0.5s var(--bi-ease) both;
}
.bi-lebercheck #btn-back {
  animation: biFadeIn 0.4s var(--bi-ease) both;
}
.bi-lebercheck #btn-back.is-hidden {
  display: none;
}
.bi-lebercheck #btn-reset {
  display: none;
}
.bi-lebercheck #bi-quiz[data-view=result] #btn-back, .bi-lebercheck #bi-quiz[data-view=result] #btn-next {
  display: none;
}
.bi-lebercheck #bi-quiz[data-view=result] #btn-reset {
  display: inline-flex;
}
.bi-lebercheck #bi-quiz[data-view=result] .bi-actions {
  margin-top: 30px;
}
.bi-lebercheck .bi-result-box {
  position: relative;
  margin-top: 21px;
  padding: 24px;
  background-color: #F6F5F3;
  color: #2E2D2C;
  overflow: hidden;
}
.bi-lebercheck .bi-result-box::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background-color: transparent;
  transform-origin: top;
}
.bi-lebercheck .bi-result-content {
  display: none;
}
.bi-lebercheck #bi-result[data-result-type="1"] .result-type-1 {
  display: block;
}
.bi-lebercheck #bi-result[data-result-type="1"] .bi-result-box::before {
  background-color: #00E47C;
}
.bi-lebercheck #bi-result[data-result-type="2"] .result-type-2 {
  display: block;
}
.bi-lebercheck #bi-result[data-result-type="2"] .bi-result-box::before {
  background-color: #FFC845;
}
.bi-lebercheck #bi-result[data-result-type="3"] .result-type-3 {
  display: block;
}
.bi-lebercheck #bi-result[data-result-type="3"] .bi-result-box::before {
  background-color: #F62B2B;
}
.bi-lebercheck .bi-result-headline {
  margin-bottom: 20px;
  font-family: "Boehringer HeadLine", sans-serif;
  font-size: 25px;
  line-height: 28px;
  color: #08312A;
}
.bi-lebercheck .bi-result-text {
  font-family: "Boehringer HeadLine", sans-serif;
  font-size: 17.5px;
  line-height: 28px;
  color: #2E2D2C;
}
.bi-lebercheck .bi-result-text p + p {
  margin-top: 28px;
}
.bi-lebercheck .bi-step.is-leaving {
  animation: biLeaveNext 0.22s ease-in both;
}
.bi-lebercheck .bi-step.is-leaving.is-prev {
  animation-name: biLeavePrev;
}
.bi-lebercheck .bi-step.is-entering {
  animation: biEnterNext 0.55s var(--bi-ease) both;
}
.bi-lebercheck .bi-step.is-entering.is-prev {
  animation-name: biEnterPrev;
}
.bi-lebercheck .bi-step.is-entering .bi-answer-item {
  animation: biFadeUp 0.55s var(--bi-ease) both;
}
.bi-lebercheck .bi-step.is-entering .bi-answer-item:nth-child(1) {
  animation-delay: 0.04s;
}
.bi-lebercheck .bi-step.is-entering .bi-answer-item:nth-child(2) {
  animation-delay: 0.11s;
}
.bi-lebercheck .bi-step.is-entering .bi-answer-item:nth-child(3) {
  animation-delay: 0.18s;
}
.bi-lebercheck .bi-step.is-entering .bi-result-box {
  animation: biFadeUp 0.6s var(--bi-ease) 0.05s both;
}
.bi-lebercheck .bi-step.is-entering .bi-result-box::before {
  animation: biGrowY 0.8s var(--bi-ease) 0.35s both;
}
.bi-lebercheck .bi-step.is-entering .bi-result-headline {
  animation: biFadeUp 0.6s var(--bi-ease) 0.15s both;
}
.bi-lebercheck .bi-step.is-entering .bi-result-text p {
  animation: biFadeUp 0.6s var(--bi-ease) 0.25s both;
}
.bi-lebercheck .bi-step.is-entering .bi-result-text p + p {
  animation-delay: 0.35s;
}
.bi-lebercheck #bi-quiz.bi-reveal .bi-header, .bi-lebercheck #bi-quiz.bi-reveal .bi-pagination, .bi-lebercheck #bi-quiz.bi-reveal .bi-step.is-active .bi-question, .bi-lebercheck #bi-quiz.bi-reveal .bi-step.is-active .bi-answer-item, .bi-lebercheck #bi-quiz.bi-reveal .bi-actions {
  opacity: 0;
}
.bi-lebercheck #bi-quiz.bi-reveal.is-revealed .bi-header {
  animation: biFadeUp 0.7s var(--bi-ease) both;
}
.bi-lebercheck #bi-quiz.bi-reveal.is-revealed .bi-pagination {
  animation: biFadeUp 0.7s var(--bi-ease) 0.08s both;
}
.bi-lebercheck #bi-quiz.bi-reveal.is-revealed .bi-step.is-active .bi-question {
  animation: biFadeUp 0.7s var(--bi-ease) 0.16s both;
}
.bi-lebercheck #bi-quiz.bi-reveal.is-revealed .bi-step.is-active .bi-answer-item {
  animation: biFadeUp 0.7s var(--bi-ease) 0.24s both;
}
.bi-lebercheck #bi-quiz.bi-reveal.is-revealed .bi-step.is-active .bi-answer-item:nth-child(2) {
  animation-delay: 0.31s;
}
.bi-lebercheck #bi-quiz.bi-reveal.is-revealed .bi-step.is-active .bi-answer-item:nth-child(3) {
  animation-delay: 0.38s;
}
.bi-lebercheck #bi-quiz.bi-reveal.is-revealed .bi-actions {
  animation: biFadeUp 0.7s var(--bi-ease) 0.45s both;
}
@media (max-width: 964.98px) {
  .bi-lebercheck #bi-quiz {
    padding: 16px;
  }
  .bi-lebercheck .bi-answers {
    gap: 22px;
  }
  .bi-lebercheck .bi-answer {
    min-height: 121px;
  }
  .bi-lebercheck .bi-answer::before {
    width: 34px;
  }
  .bi-lebercheck .bi-answer:hover::before {
    width: 40px;
  }
  .bi-lebercheck .bi-answer-letter {
    flex-basis: 34px;
  }
  .bi-lebercheck .bi-answer-text {
    padding: 12px 16px 12px 13px;
  }
  .bi-lebercheck .bi-error-msg span {
    top: 16px;
  }
  .bi-lebercheck .bi-actions {
    flex-direction: column-reverse;
    gap: 15px;
    margin-top: 53px;
  }
  .bi-lebercheck .bi-actions .bi-btn {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .bi-lebercheck #bi-quiz {
    padding: 16px 16px 30px;
  }
  .bi-lebercheck .bi-header {
    padding-bottom: 32px;
  }
  .bi-lebercheck .bi-pagination {
    gap: 2px;
  }
  .bi-lebercheck .bi-page-label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }
  .bi-lebercheck #bi-stage {
    margin-top: 19px;
  }
  .bi-lebercheck .bi-question {
    min-height: 72px;
    padding: 12px 0;
  }
  .bi-lebercheck .bi-answers {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    margin-top: 32px;
  }
  .bi-lebercheck .bi-answer {
    min-height: 82px;
  }
  .bi-lebercheck .bi-answer::before {
    width: 45px;
  }
  .bi-lebercheck .bi-answer:hover {
    transform: none;
    box-shadow: none;
  }
  .bi-lebercheck .bi-answer:hover::before {
    width: 45px;
  }
  .bi-lebercheck .bi-answer-letter {
    flex-basis: 45px;
  }
  .bi-lebercheck .bi-answer-text {
    padding: 10px 32px 10px 17px;
  }
  .bi-lebercheck .bi-error-msg span {
    top: 8px;
  }
  .bi-lebercheck .bi-actions {
    margin-top: 36px;
  }
  .bi-lebercheck .bi-result-box {
    margin-top: 31px;
  }
}
@media (hover: none) {
  .bi-lebercheck .bi-answer:hover {
    transform: none;
    box-shadow: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  .bi-lebercheck *, .bi-lebercheck *::before, .bi-lebercheck *::after {
    animation: none !important;
    transition: none !important;
  }
}
@keyframes biLeaveNext {
  to {
    opacity: 0;
    transform: translateX(-24px);
  }
}
@keyframes biLeavePrev {
  to {
    opacity: 0;
    transform: translateX(24px);
  }
}
@keyframes biEnterNext {
  from {
    opacity: 0;
    transform: translateX(40px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes biEnterPrev {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes biFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes biFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes biGrowY {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}
@keyframes biPop {
  0% {
    transform: scale(1);
  }
  35% {
    transform: scale(0.97);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes biShake {
  0%, 100% {
    transform: none;
  }
  20% {
    transform: translateX(-6px);
  }
  40% {
    transform: translateX(6px);
  }
  60% {
    transform: translateX(-4px);
  }
  80% {
    transform: translateX(4px);
  }
}

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