/*h2 {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 500;
}*/
.h3-ansprech {
  font-weight: 500;
  line-height: 26px;
  color: rgb(1, 76, 135);
}

.fo-staticpage ul:not(.list-unstyled) {
  list-style: none;
  padding-left: 0;
}

.fo-staticpage ul:not(.list-unstyled)>li {
  position: relative;
  padding-left: 2.6rem;
}

@media (min-width: 992px) {
  .fo-staticpage ul:not(.list-unstyled)>li {
    padding-left: 34px;
  }
}

.fo-staticpage ul:not(.list-unstyled)>li::before {
  color: #014c87;
  position: absolute;
  font-size: 20px;
  left: 0;
  top: .1em;
  font-family: fobig-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}

@media (min-width: 992px) {
  .fo-staticpage ul:not(.list-unstyled)>li::before {
    font-size: 24px;
    top: .05em;
  }
}