/*!
 * Bootstrap Icons – nur auf der Website verwendete Icons (Subset)
 * Basis: Bootstrap Icons v1.11.3, Font-Lizenz: MIT
 */

@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("./fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6") format("woff2"),
       url("./fonts/bootstrap-icons.woff?dd67030699838ea613ee6dbda90effa6") format("woff");
}

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Nur verwendete Icons (aus allen .php + includes) */
.bi-arrow-right::before { content: "\f138"; }
.bi-arrow-up-short::before { content: "\f145"; }
.bi-brightness-high::before { content: "\f1d2"; }
.bi-capsule::before { content: "\f7df"; }
.bi-car-front::before { content: "\f7e1"; }
.bi-check-circle-fill::before { content: "\f26a"; }
.bi-check2-circle::before { content: "\f270"; }
.bi-check2-square::before { content: "\f271"; }
.bi-chevron-down::before { content: "\f282"; }
.bi-envelope::before { content: "\f32f"; }
.bi-exclamation-octagon::before { content: "\f337"; }
.bi-eye::before { content: "\f341"; }
.bi-facebook::before { content: "\f344"; }
.bi-geo-alt::before { content: "\f3e8"; }
.bi-infinity::before { content: "\f69e"; }
.bi-linkedin::before { content: "\f472"; }
.bi-list::before { content: "\f479"; }
.bi-mortarboard::before { content: "\f6fe"; }
.bi-person-badge::before { content: "\f4d3"; }
.bi-printer::before { content: "\f501"; }
.bi-shield-check::before { content: "\f52f"; }
.bi-shield-lock::before { content: "\f538"; }
.bi-star::before { content: "\f588"; }
.bi-telephone-outbound::before { content: "\f5bc"; }
.bi-telephone::before { content: "\f5c1"; }
.bi-twitter-x::before { content: "\f8db"; }
.bi-whatsapp::before { content: "\f618"; }
