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

.bi-fib-rechner {
  position: relative;
  width: 100%;
  /*min-height: 100vh;*/
  font-family: "Boehringer Text";
  font-size: 18px;
  line-height: 1.33;
  color: #ffffff;
  background-color: #eeeceb;
}
.bi-fib-rechner * {
  box-sizing: border-box;
  font-family: "Boehringer Text";
}
.bi-fib-rechner.active {
  background: inherit;
}
.bi-fib-rechner h1, .bi-fib-rechner h2, .bi-fib-rechner .h1, .bi-fib-rechner .h2 {
  font-family: "Boehringer HeadLine";
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.bi-fib-rechner h1, .bi-fib-rechner .h1 {
  font-size: 25px;
}
.bi-fib-rechner h2, .bi-fib-rechner .h2 {
  font-size: 25px;
  line-height: 1.14;
}
.bi-fib-rechner p {
  margin-top: 0;
  margin-bottom: 10px;
}
.bi-fib-rechner b, .bi-fib-rechner .bold, .bi-fib-rechner strong {
  font-family: "Boehringer HeadLine";
}
.bi-fib-rechner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bi-fib-rechner .my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.bi-fib-rechner .mt-xs {
  margin-top: 15px;
}
.bi-fib-rechner .mt-sm {
  margin-top: 20px;
}
.bi-fib-rechner .mt-md {
  margin-top: 35px;
}
.bi-fib-rechner .mt-lg {
  margin-top: 70px;
}
.bi-fib-rechner .mb-sm {
  margin-bottom: 20px;
}
.bi-fib-rechner .green {
  color: #00E47C;
}
.bi-fib-rechner .black {
  color: #2E2D2C;
}
.bi-fib-rechner .dark-green {
  color: #08312A;
}
.bi-fib-rechner .fs-small {
  font-size: 15px;
}
.bi-fib-rechner .fs-large {
  font-size: 24px;
}
.bi-fib-rechner .d-lg-block, .bi-fib-rechner .d-sm-block {
  display: none;
}
.bi-fib-rechner .d-lg-inline, .bi-fib-rechner .d-sm-inline {
  display: none;
}
.bi-fib-rechner .bi-btn {
  display: inline-block;
  padding: 15px;
  background-color: #00E47C;
  border-radius: 2px;
  color: #2E2D2C;
  font-family: "Inter Bold";
  font-size: 15px;
  text-align: center;
  cursor: pointer;
  transition: 0.3s ease;
}
.bi-fib-rechner .bi-btn:hover {
  filter: brightness(0.9);
}
.bi-fib-rechner .bi-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  overflow: hidden;
}
.bi-fib-rechner #bi-rechner {
  padding: 24px;
  background-color: #08312A;
}
.bi-fib-rechner #bi-rechner .bi-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.bi-fib-rechner #bi-rechner #bi-form {
  font-size: 15px;
}
.bi-fib-rechner #bi-rechner #bi-form .mt-15 {
  margin-top: 15px;
}
.bi-fib-rechner #bi-rechner #bi-form .bi-btn {
  width: 100%;
  appearance: none;
  border: none;
}
.bi-fib-rechner #bi-rechner #bi-form .form-row {
  display: flex;
  align-items: flex-start;
  gap: 70px;
  padding-right: 15px;
}
.bi-fib-rechner #bi-rechner #bi-form .form-input {
  display: flex;
  align-items: flex-end;
  width: 50%;
  transition: 0.3s ease;
  margin-bottom: 30px;
}
.bi-fib-rechner #bi-rechner #bi-form .form-input label {
  flex-grow: 1;
  margin-right: 30px;
  padding: 0 0 5px 15px;
  border-bottom: 1px solid #00E47C;
  line-height: 1;
}
.bi-fib-rechner #bi-rechner #bi-form .form-input label span {
  font-size: 10px;
}
.bi-fib-rechner #bi-rechner #bi-form .form-input .input-area {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 180px;
  flex-shrink: 0;
  margin-right: 10px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.bi-fib-rechner #bi-rechner #bi-form .form-input .input-area input::-webkit-outer-spin-button,
.bi-fib-rechner #bi-rechner #bi-form .form-input .input-area input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bi-fib-rechner #bi-rechner #bi-form .form-input .input-area input[type=number] {
  -moz-appearance: textfield;
}
.bi-fib-rechner #bi-rechner #bi-form .form-input .input-area input {
  padding: 10px;
  text-align: right;
  outline: none;
  border: 1px solid #2E2D2C;
}
.bi-fib-rechner #bi-rechner #bi-form .form-input .input-area input:focus {
  border-color: #00E47C;
}
.bi-fib-rechner #bi-rechner #bi-form .form-input .input-area span {
  display: none;
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  font-family: "Boehringer HeadLine";
  font-size: 14px;
  color: #F62B2B;
  white-space: nowrap;
}
.bi-fib-rechner #bi-rechner #bi-form .form-input .input-area span:before {
  content: url("../img/ic-danger.svg");
  display: inline-block;
  width: 16px;
  margin-right: 5px;
  transform: translateY(2px);
}
.bi-fib-rechner #bi-rechner #bi-form .form-input p {
  font-family: "Inter Light";
  width: 30px;
  margin-bottom: 10px;
}
.bi-fib-rechner #bi-rechner #bi-form .form-input.bi-error {
  margin-bottom: 65px;
}
.bi-fib-rechner #bi-rechner #bi-form .form-input.bi-error .input-area input {
  border-color: #F62B2B;
}
.bi-fib-rechner #bi-rechner #bi-form .form-input.bi-error .input-area span {
  display: block;
}
.bi-fib-rechner #bi-rechner #bi-form .form-actions {
  margin-top: 70px;
}
.bi-fib-rechner #bi-rechner #bi-result {
  position: relative;
  display: none;
  padding: 24px;
  margin-bottom: -48px;
  background-color: #ffffff;
  font-size: 15px;
  font-family: "Inter Regular";
  overflow: hidden;
  z-index: 2;
}
.bi-fib-rechner #bi-rechner #bi-result b {
  font-size: 25px;
  font-family: "Inter Bold";
}
.bi-fib-rechner #bi-rechner #bi-result p {
  display: none;
  font-size: 17px;
  line-height: 1.6;
  margin-top: 20px;
  margin-bottom: 0;
}
.bi-fib-rechner #bi-rechner #bi-result .bi-result-wrapper {
  min-height: 100px;
}
.bi-fib-rechner #bi-rechner #bi-result.show {
  display: block;
}
.bi-fib-rechner #bi-rechner #bi-result[data-result-type="1"] .result-type-1-text {
  display: block;
}
.bi-fib-rechner #bi-rechner #bi-result[data-result-type="2"] .result-type-2-text {
  display: block;
}
.bi-fib-rechner #bi-rechner #bi-result[data-result-type="3"] .result-type-3-text {
  display: block;
}
@media (min-width: 992px) {
  .bi-fib-rechner .d-lg-inline {
    display: inline;
  }
}
@media (max-width: 991.98px) {
  .bi-fib-rechner .mt-lg {
    margin-top: 45px;
  }
  .bi-fib-rechner #bi-rechner {
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 15px;
  }
  .bi-fib-rechner #bi-rechner #bi-form .form-row {
    display: block;
  }
  .bi-fib-rechner #bi-rechner #bi-form .form-row .form-input {
    width: 100%;
  }
  .bi-fib-rechner #bi-rechner #bi-form .form-row .form-input label {
    padding: 0 0 5px 10px;
  }
}
@media (max-width: 575.98px) {
  .bi-fib-rechner .bi-container {
    padding: 0;
  }
  .bi-fib-rechner #bi-rechner #bi-form .form-row .form-input label {
    padding: 0 0 5px 5px;
    margin-right: 15px;
  }
  .bi-fib-rechner #bi-rechner #bi-form .form-row .form-input .input-area {
    width: 80px;
  }
  .bi-fib-rechner #bi-rechner #bi-form .form-row .form-input .input-area input {
    padding: 10px 5px;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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