@font-face {
  font-family: BoehringerForwardText;
  src: url("_fonts/BoehringerForwardText.woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: BoehringerForwardText;
  src: url("_fonts/BoehringerForwardText-Md.woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: BoehringerForwardText;
  src: url("_fonts/BoehringerForwardText-Bd.woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: BoehringerForwardHead;
  src: url("_fonts/BoehringerForwardHead-Bd.woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: BoehringerForwardHead;
  src: url("_fonts/BoehringerForwardHead-Md.woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: InterRegular;
  src: url("_fonts/Inter_18pt-Regular.ttf");
}
@font-face {
  font-family: InterBold;
  src: url("_fonts/Inter_18pt-Bold.ttf");
}
.field-name-field-ia-object-para-content > .field-items > .field-item, .field-name-field-ia-object-para-content-pub > .field-items > .field-item {
  margin: 0 !important;
}

.field-name-field-ia-object-para-content > .field-items, .field-name-field-ia-object-para-content-pub > .field-items {
  padding: 0 !important;
}

.node-type-ia-object .panel-col-a12-b12-c12 .panel-col-b12 {
  margin-top: 0 !important;
}

html, body {
  scroll-behavior: smooth;
}

.dev {
  margin: 0;
  padding: 0;
}

:root {
  --slider-height: 100%;
  --container-padding-left: 15px;
  --container-padding-right: 15px;
  --container-width: 980px;
}

.bi-containers {
  position: relative;
}
.bi-containers .bi-container {
  padding-top: 150px;
}

.bi-container {
  max-width: 100%;
  width: var(--container-width);
  margin: 0 auto;
}

.bi-inner-container {
  padding-left: var(--container-padding-left);
  padding-right: var(--container-padding-right);
}

.bi-expandable-btn {
  position: relative;
  cursor: pointer;
  padding: 15px 30px 15px 60px;
}
.bi-expandable-btn .btn-ic {
  position: absolute;
  top: 15px;
  left: 10px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/ic-filled-down.png");
  transition: transform 0.3s ease;
}
.bi-expandable-btn.expanded .btn-ic {
  transform: rotate(90deg);
}

.bi-expandable {
  height: 0;
  overflow: hidden;
}

#bi-indicators {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 130px;
  left: 0;
  pointer-events: none;
  z-index: 2;
}
#bi-indicators .bi-indicators-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  height: 100%;
  width: var(--container-width);
  margin: 0 auto;
}
#bi-indicators .bi-indication-nav-mb {
  display: none;
}
#bi-indicators .bi-indication-nav {
  position: sticky;
  top: 30px;
  height: auto;
  pointer-events: all;
}
#bi-indicators .bi-indication-nav a {
  width: 120px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #00E47C;
  background-color: #00E47C;
  margin-bottom: 5px;
  font-size: 11px;
  color: #08312A;
}
#bi-indicators .bi-indication-nav a.active {
  background-color: transparent;
  color: #00E47C;
}
#bi-indicators .bi-indication-lines {
  position: relative;
  height: 100%;
  width: 220px;
  max-height: 100%;
  margin-top: 120px;
  margin-right: 60px;
  overflow: hidden;
}
#bi-indicators .bi-heart {
  position: relative;
  z-index: 2;
}
#bi-indicators .bi-heart img {
  width: 100%;
}
#bi-indicators .bi-lines {
  position: absolute;
  top: 10px;
  right: 38px;
  display: flex;
  justify-content: center;
  gap: 8px;
  height: 0;
}
#bi-indicators .bi-line {
  width: 10px;
  height: 100%;
  background-color: #00E47C;
  overflow: hidden;
  transition: 0.3s linear;
}

#bi-intro {
  display: flex;
  align-items: flex-start;
  padding-top: 60px;
}
#bi-intro .bi-intro-texts {
  max-width: 570px;
  padding-left: var(--container-padding-left);
  padding-right: var(--container-padding-right);
}
#bi-intro .bi-intro-texts .bi-col-2 {
  display: flex;
}
#bi-intro .bi-intro-texts .bi-col-2 > p {
  padding: 0 30px;
}
#bi-intro .bi-intro-texts .intro-circle-outer {
  position: relative;
  width: 192px;
  flex-shrink: 0;
  text-align: center;
}
#bi-intro .bi-intro-texts .intro-circle-outer .circle-inner {
  position: relative;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bi-intro .bi-intro-texts .intro-circle-outer .circle-inner img {
  width: 100%;
}
#bi-intro .bi-intro-texts .intro-circle-outer .circle-inner .intro-circle {
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: 0.3s linear;
}
#bi-intro .bi-intro-texts .intro-circle-outer .circle-inner .overlay-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 50%, #09312a 50%);
  border-radius: 50%;
  transition: 1.5s;
  transition-timing-function: linear;
  transition-delay: 0.5s !important;
}
#bi-intro .bi-intro-texts .intro-circle-outer .circle-inner .intro-heart {
  position: absolute;
  width: 42px;
  animation: pulseEffect 1s linear forwards infinite;
  cursor: pointer;
}
#bi-intro .bi-intro-texts .intro-circle-outer .circle-inner .intro-heart.disabled {
  animation-play-state: paused;
  pointer-events: none;
}
@keyframes pulseEffect {
  0% {
    transform: scale(100%);
  }
  70% {
    transform: scale(115%);
  }
  100% {
    transform: scale(100%);
  }
}
#bi-intro .bi-intro-texts .intro-circle-outer .bi-fact, #bi-intro .bi-intro-texts .intro-circle-outer .bi-fact-placeholder {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-top: 15px;
  color: #00E47C;
  opacity: 0;
  transition: 0.6s ease;
  transition-delay: 0.5s !important;
}
#bi-intro .bi-intro-texts .intro-circle-outer .bi-fact strong, #bi-intro .bi-intro-texts .intro-circle-outer .bi-fact-placeholder strong {
  font-size: 14px;
}
#bi-intro .bi-intro-texts .intro-circle-outer .bi-fact strong:first-child, #bi-intro .bi-intro-texts .intro-circle-outer .bi-fact-placeholder strong:first-child {
  font-size: 38px;
  white-space: nowrap;
}
#bi-intro .bi-intro-texts .intro-circle-outer .bi-fact-placeholder {
  position: relative;
}
#bi-intro .bi-intro-texts .intro-circle-outer[data-circle-status="0"] .overlay-circle {
  transform: rotate(0);
  transition-duration: 0s;
}
#bi-intro .bi-intro-texts .intro-circle-outer[data-circle-status="1"] [data-bi-fact="1"] {
  opacity: 1;
}
#bi-intro .bi-intro-texts .intro-circle-outer[data-circle-status="1"] .intro-circle-1 {
  transition-duration: 1.5s;
  opacity: 1;
}
#bi-intro .bi-intro-texts .intro-circle-outer[data-circle-status="1"] .overlay-circle {
  transform: rotate(13deg);
}
#bi-intro .bi-intro-texts .intro-circle-outer[data-circle-status="2"] [data-bi-fact="2"] {
  opacity: 1;
}
#bi-intro .bi-intro-texts .intro-circle-outer[data-circle-status="2"] .intro-circle-1, #bi-intro .bi-intro-texts .intro-circle-outer[data-circle-status="2"] .intro-circle-2 {
  opacity: 1;
}
#bi-intro .bi-intro-texts .intro-circle-outer[data-circle-status="2"] .overlay-circle {
  transition-duration: 1.5s;
  transform: rotate(30deg);
}
#bi-intro .bi-intro-texts .intro-circle-outer[data-circle-status="3"] [data-bi-fact="3"] {
  opacity: 1;
}
#bi-intro .bi-intro-texts .intro-circle-outer[data-circle-status="3"] .intro-circle-1, #bi-intro .bi-intro-texts .intro-circle-outer[data-circle-status="3"] .intro-circle-2, #bi-intro .bi-intro-texts .intro-circle-outer[data-circle-status="3"] .intro-circle-3 {
  opacity: 1;
}
#bi-intro .bi-intro-texts .intro-circle-outer[data-circle-status="3"] .overlay-circle {
  transform: rotate(109deg);
  transition-duration: 2s;
}
#bi-intro .bi-intro-texts .intro-circle-outer[data-circle-status="4"] [data-bi-fact="4"] {
  opacity: 1;
}
#bi-intro .bi-intro-texts .intro-circle-outer[data-circle-status="4"] .intro-circle-1, #bi-intro .bi-intro-texts .intro-circle-outer[data-circle-status="4"] .intro-circle-2, #bi-intro .bi-intro-texts .intro-circle-outer[data-circle-status="4"] .intro-circle-3, #bi-intro .bi-intro-texts .intro-circle-outer[data-circle-status="4"] .intro-circle-4 {
  opacity: 1;
}
#bi-intro .bi-intro-texts .intro-circle-outer[data-circle-status="4"] .overlay-circle {
  transform: rotate(180deg);
  transition-duration: 2s;
}
#bi-intro .bi-intro-slider {
  position: relative;
  max-width: 694px;
  width: 100%;
  padding: 15px 70px 15px 50px;
  color: #08312A;
  background-color: white;
}
#bi-intro .bi-intro-slider .bi-slider-arrows {
  position: absolute;
  left: 13px;
  top: 22px;
  display: flex;
  flex-direction: column;
}
#bi-intro .bi-intro-slider .bi-slider-arrows img {
  width: 16px;
  opacity: 0;
  transform: translateY(-5px);
  animation: 2s slider-arrows ease alternate infinite;
}
#bi-intro .bi-intro-slider .biSliderOuter {
  width: 100%;
  padding-right: 60px;
  padding-left: 60px;
  position: relative;
}
#bi-intro .bi-intro-slider .biSliderOuter .swiper-button-prev, #bi-intro .bi-intro-slider .biSliderOuter .swiper-button-next {
  width: 40px;
  height: 40px;
  background-image: url("../img/ic-arrow-slider.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease;
  z-index: 1;
  margin-top: -30px;
}
#bi-intro .bi-intro-slider .biSliderOuter .swiper-button-prev:after, #bi-intro .bi-intro-slider .biSliderOuter .swiper-button-next:after {
  display: none;
}
#bi-intro .bi-intro-slider .biSliderOuter .swiper-button-prev {
  left: 0;
  transform: rotate(-180deg);
}
#bi-intro .bi-intro-slider .biSliderOuter .swiper-button-next {
  right: 0;
  transform: rotate(0deg);
}
#bi-intro .bi-intro-slider #biSlider {
  max-width: 100%;
  padding-top: 15px;
}
#bi-intro .bi-intro-slider #biSlider .slider-single {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
#bi-intro .bi-intro-slider #biSlider .slider-single > * {
  transition: 0.3s ease;
}
#bi-intro .bi-intro-slider #biSlider .slider-single img {
  width: 100%;
  transform: scale(70%);
  opacity: 50%;
  transform-origin: left 50%;
}
#bi-intro .bi-intro-slider #biSlider .slider-single span {
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  opacity: 0;
  white-space: nowrap;
  margin-top: 10px;
}
#bi-intro .bi-intro-slider #biSlider .swiper-slide-active img {
  opacity: 1;
  transform: scale(110%);
  transform-origin: center;
}
#bi-intro .bi-intro-slider #biSlider .swiper-slide-active span {
  opacity: 1;
}
#bi-intro .bi-intro-slider #biSlider .swiper-slide-active ~ .slider-single img {
  transform-origin: right 50%;
}
#bi-intro .bi-intro-slider .progressBarWrapper {
  width: 100%;
  height: 12px;
  margin-top: 15px;
  border-radius: 3px;
  border: 1px solid black;
  overflow: hidden;
}
#bi-intro .bi-intro-slider .progressBarWrapper .progressBar {
  width: 0;
  height: 100%;
  background-color: #00E47C;
}
@keyframes slider-arrows {
  to {
    opacity: 1;
    transform: translateY(10px);
  }
}

#bi-diagnose .bi-inner-container {
  position: relative;
  max-width: 600px;
}
#bi-diagnose .bi-diagnose-value {
  display: flex;
  align-items: center;
  padding: 0;
}
#bi-diagnose .bi-diagnose-value > img {
  width: 79px;
  height: 79px;
  position: relative;
  z-index: 1;
}
#bi-diagnose .bi-diagnose-value .chrome {
  background: #222 -webkit-gradient(linear, left top, right top, from(#222), to(#222), color-stop(0.5, #fff)) 0 0 no-repeat;
  background-image: -webkit-linear-gradient(-40deg, transparent 0%, transparent 40%, #fff 50%, transparent 60%, transparent 100%);
  -webkit-background-size: 200px;
  color: rgba(255, 255, 255, 0.3);
  -webkit-background-clip: text;
  -webkit-animation-name: shine;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  text-shadow: 0 0px 0px rgba(255, 255, 255, 0.5);
}
@-webkit-keyframes shine {
  0%, 10% {
    background-position: -1000px;
  }
  20% {
    background-position: top left;
  }
  90% {
    background-position: top right;
  }
  100% {
    background-position: 1000px;
  }
}
#bi-diagnose .bi-diagnose-value .bi-value-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 345px;
  height: 58px;
  padding-right: 10px;
  padding-left: 40px;
  margin-left: -20px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border: 1px solid #00E47C;
  cursor: pointer;
}
#bi-diagnose .bi-diagnose-value .bi-value-inner .value-after-click {
  display: none;
}
#bi-diagnose .bi-diagnose-value .bi-value-inner span {
  flex-grow: 1;
}
#bi-diagnose .bi-diagnose-value .bi-value-inner .value-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 50%;
  background-color: #00E47C;
  background-image: url("../img/ic-filled-down.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#bi-diagnose .bi-diagnose-value.expanded .bi-value-inner .value-before-click {
  display: none;
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}
#bi-diagnose .bi-diagnose-value.expanded .bi-value-inner .value-after-click {
  display: block;
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}
#bi-diagnose .bi-diagnose-value.expanded .bi-value-inner .value-icon {
  background-image: url("../img/ic-filled-i.png");
}
#bi-diagnose .bi-expandable .bi-expandable-inner {
  padding: 15px;
  background-color: #00E47C;
  color: #09312A;
}

#bi-h2score {
  color: #08312A;
}
#bi-h2score .bi-inner-container {
  position: relative;
  max-width: 728px;
  padding: 0;
}
#bi-h2score .h2score-accordion {
  background-color: #ffffff;
}
#bi-h2score .table-intro {
  display: flex;
  align-items: flex-end;
  padding: 15px 30px 15px 60px;
  background-color: #f2f1ed;
}
#bi-h2score .table-intro .bi-popupbtn {
  display: inline-block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  margin-left: 5em;
  border-radius: 50%;
  background-color: #00E47C;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 4px;
  background-image: url("../img/ic-i.png");
  cursor: pointer;
  transition: 0.3s ease;
}
#bi-h2score .table-intro .bi-popupbtn.bi-active {
  background-color: white;
}
#bi-h2score table {
  border-collapse: collapse;
  width: 100%;
}
#bi-h2score table tr {
  background-color: #f2f1ed;
}
#bi-h2score table tr img {
  width: 100%;
}
#bi-h2score table tr td:last-child, #bi-h2score table tr th:last-child {
  text-align: center;
}
#bi-h2score table tr th {
  padding: 10px 10px;
  font-weight: 700;
  background-color: #fff;
}
#bi-h2score table tr th:nth-child(3) {
  text-align: left;
}
#bi-h2score table tr th:nth-child(4) {
  text-align: left;
}
#bi-h2score table tr td {
  padding: 10px 10px;
}
#bi-h2score table tr td:nth-child(3) {
  text-align: left;
}
#bi-h2score table tr td:nth-child(4) {
  text-align: left;
}
#bi-h2score table tr:nth-child(2n) {
  background-color: white;
}
#bi-h2score table tr:nth-child(8) span {
  padding-right: 30px;
}
#bi-h2score table tr:nth-child(8) td {
  padding: 15px 10px;
  text-align: left;
}
#bi-h2score table tr:nth-child(9) {
  background-color: #00E47C;
}
#bi-h2score table tr:nth-child(9) span {
  padding-right: 30px;
}
#bi-h2score table tr:nth-child(9) td {
  padding: 15px 10px;
  text-align: left;
}
#bi-h2score .bi-popup-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 16px;
  background-color: rgba(8, 49, 42, 0.6);
  opacity: 0;
  pointer-events: none;
  z-index: 3;
  transition: 0.3s ease;
}
#bi-h2score .bi-popup-container ul {
  margin: 0;
  margin-left: 3em;
  padding-bottom: 10px;
  border-bottom: 1px solid #00E47C;
}
#bi-h2score .bi-popup-container p {
  margin: 7px;
  font-weight: 700;
}
#bi-h2score .bi-popup-container p span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 29px;
  height: 29px;
  color: #ffffff;
  background-color: #08312A;
  border-radius: 50%;
  margin-right: 10px;
}
#bi-h2score .bi-popup-container .bi-popup-content {
  display: flex;
  max-width: 100%;
  width: 527px;
  position: absolute;
  top: 15px;
  right: 53px;
  padding: 5px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(9, 49, 42, 0.3);
}
#bi-h2score .bi-popup-container .bi-popup-close {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../img/popup-close.png");
  cursor: pointer;
}
#bi-h2score .active-popup {
  opacity: 1;
  pointer-events: all;
}

#bi-leitlinie {
  padding-top: 60px;
}
#bi-leitlinie .bi-inner-container {
  max-width: 750px;
  padding: 0;
}
#bi-leitlinie .h2score-data-btn {
  padding-right: 250px;
  color: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../img/leitlinie/bg-banner.png");
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
#bi-leitlinie .h2score-data {
  background-color: white;
  color: #08312A;
}
#bi-leitlinie .h2score-data .h2score-data-row {
  padding: 15px 120px 15px 60px;
}
#bi-leitlinie p {
  margin-bottom: 5px;
}
#bi-leitlinie .therapy-row {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
}
#bi-leitlinie .therapy-row > div {
  flex: 1 1 100%;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  background-color: #f2f1ed;
}
#bi-leitlinie .therapy-row > div:first-child {
  background-color: #00E47C;
  font-weight: 700;
}

#bi-ursachen {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  color: #08312A;
}
#bi-ursachen .bi-inner-container {
  width: var(--container-width);
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
#bi-ursachen .bi-document-bg {
  background-color: white;
}
#bi-ursachen .bi-document {
  padding: 30px 20px 30px 15px;
}
#bi-ursachen .bi-document ul {
  padding-left: 0;
  margin-bottom: 0;
}
#bi-ursachen .bi-document ul li {
  list-style: none;
  padding: 10px 10px 10px 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  background-image: url("../img/ursachen/ursachen.png");
  margin-bottom: 10px;
}
#bi-ursachen .bi-ursachen-accordion {
  padding-top: 30px;
  max-width: 770px;
}
#bi-ursachen .bi-ursachen-accordion .ursachen-data-btn {
  background-color: white;
}
#bi-ursachen .bi-ursachen-accordion .ursachen-data {
  justify-content: space-between;
  background-color: #f2f1ed;
}
#bi-ursachen .bi-ursachen-accordion .ursachen-data .ursachen-row {
  padding: 15px 60px;
  display: flex;
}
#bi-ursachen .bi-ursachen-accordion .ursachen-data ul {
  flex: 1 1 100%;
  margin-bottom: 0;
}
#bi-ursachen .bi-ursachen-accordion .ursachen-data ul li::marker {
  color: #00E47C;
}

#bi-login-cta {
  padding: 30px 0;
  background-color: #00E47C;
}
#bi-login-cta .bi-btn {
  box-shadow: none;
  border: 1px solid;
  border-radius: 3px;
}
#bi-login-cta .text-center {
  max-width: 800px;
}

#bi-refs {
  padding: 15px;
  color: #08312A;
  background-color: #f2f1ed;
  font-family: InterRegular;
}
#bi-refs .mt-5 {
  margin-top: 5px;
}
#bi-refs .mt-20 {
  margin-top: 20px;
}
#bi-refs .bi-container {
  width: 1120px;
}
#bi-refs .text-right {
  font-size: 16px;
}
#bi-refs b {
  font-weight: normal;
  font-family: InterBold;
}
#bi-refs .bi-abb span {
  display: inline-block;
  border-right: 1px solid;
  padding-right: 4px;
}
#bi-refs .bi-abb span:last-child {
  border-right: 0;
}
#bi-refs > div {
  font-size: 12px;
}
#bi-refs ol {
  padding-left: 1.2em;
}
#bi-refs ol li::marker {
  margin-right: 10px;
}

@media (max-width: 991.98px) {
  :root {
    --container-width: 520px;
  }

  .bi-containers .bi-container {
    padding-top: 40px;
  }

  #bi-indicators {
    top: 0;
  }
  #bi-indicators .bi-indication-nav-mb {
    position: sticky;
    top: 0;
    display: block;
    width: 100%;
    background-color: #09312A;
    z-index: 9;
  }
  #bi-indicators .bi-indication-nav {
    max-width: 430px;
    margin: 0 auto;
    padding: 15px;
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
  }
  #bi-indicators .bi-indication-nav a {
    margin-bottom: 0;
    width: 108px;
  }
  #bi-indicators .bi-indicators-container .bi-indication-nav {
    display: none;
  }
  #bi-indicators .bi-indication-lines {
    position: absolute;
    top: 30px;
    margin: 0;
    width: 130px;
  }
  #bi-indicators .bi-heart {
    transform: translateX(15px);
  }
  #bi-indicators .bi-lines {
    right: 8px;
    gap: 4px;
  }
  #bi-indicators .bi-line {
    width: 6px;
  }

  #bi-intro {
    padding-top: 140px;
  }
  #bi-intro .bi-intro-texts {
    padding-right: 90px;
  }
  #bi-intro .bi-intro-texts .bi-col-2 {
    flex-direction: column-reverse;
    align-items: center;
  }
  #bi-intro .bi-intro-texts .bi-col-2 p {
    padding: 0;
  }
  #bi-intro .bi-intro-texts .bi-col-2 .intro-circle-outer {
    margin-top: 30px;
  }
  #bi-intro .bi-intro-slider {
    padding-right: 60px;
  }
  #bi-intro .bi-intro-slider .biSliderOuter .swiper-button-prev, #bi-intro .bi-intro-slider .biSliderOuter .swiper-button-next {
    width: 30px;
    height: 30px;
  }
  #bi-intro .bi-intro-slider #biSlider {
    width: 250px;
  }

  #bi-h2score .table-intro {
    padding: 10px 40px 10px 30px;
  }
  #bi-h2score .table-intro .bi-popupbtn {
    margin-left: 5px;
  }
  #bi-h2score table {
    font-size: 12px;
  }
  #bi-h2score table tr td, #bi-h2score table tr th {
    padding: 5px 5px;
  }
  #bi-h2score table tr td:last-child, #bi-h2score table tr th:last-child {
    padding-right: 40px;
  }
  #bi-h2score table .mb-td-1 {
    position: relative;
  }
  #bi-h2score table .mb-td-1 td {
    vertical-align: top;
  }
  #bi-h2score table .mb-td-1 span {
    padding-bottom: 30px;
    display: inline-block;
  }
  #bi-h2score table .mb-td-1 img {
    max-width: 300px !important;
    position: absolute;
    right: 40px;
    bottom: 12px;
  }
  #bi-h2score table .mb-td-2 span {
    display: inline-block;
    padding-right: 20px;
  }
  #bi-h2score table .mb-td-2 img {
    max-width: 200px !important;
    vertical-align: top;
    display: inline-block;
  }
  #bi-h2score .bi-popup-container .bi-popup-content {
    font-size: 12px;
    width: 338px;
    right: 15px;
  }
  #bi-h2score .bi-popup-container p span {
    width: 19px;
    height: 19px;
    margin-right: 5px;
  }
  #bi-h2score .bi-popup-container ul {
    margin-left: 2.4em;
  }

  #bi-diagnose .bi-inner-container {
    padding-right: 50px;
  }
  #bi-diagnose .bi-diagnose-value .bi-value-inner {
    padding-left: 25px;
  }
  #bi-diagnose .bi-diagnose-value .bi-value-inner .value-icon {
    width: 30px;
    height: 30px;
  }

  #bi-leitlinie .h2score-data-btn {
    padding-right: 150px;
    padding-left: 50px;
    background-position: top right;
  }
  #bi-leitlinie .h2score-data .h2score-data-row {
    padding: 15px 40px 15px 15px;
  }
  #bi-leitlinie .therapy-row {
    flex-wrap: wrap;
  }
  #bi-leitlinie .therapy-row > div {
    padding: 0 5px;
  }
  #bi-leitlinie .therapy-row > div:first-child {
    flex: 1 1 100%;
  }
  #bi-leitlinie .therapy-row-1 > div {
    flex: 1 1 calc(33.3% - 20px);
  }
  #bi-leitlinie .therapy-row-3 > div {
    flex: 1 1 calc(50% - 10px);
  }

  #bi-ursachen .bi-document ul {
    font-size: 13px;
  }
  #bi-ursachen .bi-document ul li {
    padding: 10px 0 10px 45px;
    background-size: 35px;
  }
  #bi-ursachen .bi-ursachen-accordion .ursachen-data-btn {
    padding-left: 50px;
  }
  #bi-ursachen .bi-ursachen-accordion .ursachen-data .ursachen-row {
    padding-left: 30px;
    display: block;
  }

  #bi-login-cta {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }

  #bi-refs .bi-abb span {
    display: block;
    border-right: 0;
  }
}
@media (max-width: 575.98px) {
  #bi-intro .bi-intro-slider {
    padding-right: 70px;
    padding-left: 40px;
  }
  #bi-intro .bi-intro-slider .biSliderOuter {
    padding-right: 30px;
    padding-left: 30px;
  }
  #bi-intro .bi-intro-slider #biSlider {
    width: 200px;
  }
  #bi-intro .bi-intro-slider #biSlider .slider-single img {
    max-width: 120px;
  }
  #bi-intro .bi-intro-slider #biSlider .swiper-slide-active img {
    transform: scale(100%);
  }

  #bi-leitlinie .h2score-data-btn {
    padding-right: 90px;
    background-position: top right -60px;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.bi-hi {
  width: 100%;
  margin: 0;
  font-family: BoehringerForwardText;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33;
  color: #ffffff;
  background: #09312A;
  min-height: 100vh;
  /*Bootstrap classes*/
  /*end bootstrap classes*/
}
.bi-hi * {
  box-sizing: border-box;
  font-family: BoehringerForwardText;
}
.bi-hi .img-fluid {
  max-width: 100%;
  height: auto;
}
.bi-hi .text-center {
  text-align: center;
}
.bi-hi .text-right {
  text-align: right;
}
.bi-hi .d-lg-inline, .bi-hi .d-sm-inline, .bi-hi .d-md-inline {
  display: none;
}
.bi-hi h1, .bi-hi h2, .bi-hi h3, .bi-hi h4 {
  font-family: BoehringerForwardHead;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.4;
  color: #00E47C;
}
.bi-hi h2 {
  font-size: 40px;
}
.bi-hi h3 {
  font-size: 28px;
}
.bi-hi h4 {
  font-size: 22px;
}
.bi-hi sup, .bi-hi sub {
  vertical-align: baseline;
  position: relative;
  top: -0.6em;
  font-size: 60%;
}
.bi-hi sub {
  top: 0.4em;
}
.bi-hi b, .bi-hi .bold, .bi-hi strong {
  font-family: BoehringerForwardText;
  font-weight: 700;
}
.bi-hi a {
  text-decoration: none;
  color: inherit;
}
.bi-hi a:hover {
  text-decoration: none;
  color: inherit;
}
.bi-hi .mt-large {
  margin-top: 60px;
}
.bi-hi .mt-normal {
  margin-top: 30px;
}
.bi-hi .mt-0 {
  margin-top: 0;
}
.bi-hi .mb-0 {
  margin-bottom: 0;
}
.bi-hi .green {
  color: #00E47C;
}
.bi-hi .dark-green {
  color: #08312A;
}
.bi-hi .white {
  color: white;
}
.bi-hi ul {
  padding-left: 16px;
  margin-top: 0;
  margin-bottom: 1em;
}
.bi-hi p {
  margin-top: 0;
  margin-bottom: 1em;
}
.bi-hi .bi-btn {
  display: inline-block;
  padding: 12px 20px;
  background-color: #00E47C;
  font-size: 13px;
  color: #09312A;
  font-weight: 700;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}
.bi-hi .bi-btn img {
  vertical-align: middle;
  padding-left: 10px;
}
@media (min-width: 992px) {
  .bi-hi .d-lg-inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .bi-hi .d-md-inline {
    display: inline;
  }
}
@media (max-width: 991.98px) {
  .bi-hi {
    font-size: 14px;
  }
  .bi-hi h2 {
    font-size: 22px;
  }
  .bi-hi h3, .bi-hi h4 {
    font-size: 18px;
  }
  .bi-hi .mt-large {
    margin-top: 20px;
  }
  .bi-hi .mt-normal {
    margin-top: 15px;
  }
  .bi-hi .d-sm-inline {
    display: inline;
  }
}

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