.elementor-kit-6{--e-global-color-primary:#004F9F;--e-global-color-secondary:#333333;--e-global-color-text:#7A7A7A;--e-global-color-accent:#CC3333;--e-global-color-d8e3e4e:#FFFFFF;--e-global-color-c6a5c33:#F7F7F7;--e-global-color-d0534ad:#FF0000;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;font-size:18px;}.elementor-kit-6 h1{font-size:62px;}.elementor-kit-6 h2{font-size:30px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6 h1{font-size:52px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:15px;}.elementor-kit-6 h1{font-size:42px;}.elementor-kit-6 h2{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ==================================================
   BI – KOMPLETTES CSS (LINK-FOKUS VERSION)
   Ziel: sehr gut erkennbare, ruhige Text-Links
   ================================================== */


/* ==================================================
   0) GLOBAL RESET
   ================================================== */

html, body {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}


/* ==================================================
   1) BASIS / TYPOGRAFIE
   ================================================== */

body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.55;
  color: #1f2328;
}

p, li {
  line-height: 1.55;
}

p {
  margin: 0 0 1.1rem;
}


/* ------------------------------
   Überschriften
   ------------------------------ */

h1, h2, h3, h4 {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  color: #4f5b67;
  letter-spacing: -0.2px;
}

h1 {
  font-size: clamp(2rem, 1.6rem + 1.4vw, 2.6rem);
  line-height: 1.15;
  font-weight: 800;
}

h2 {
  font-size: clamp(1.6rem, 1.3rem + 1vw, 2rem);
  line-height: 1.2;
  font-weight: 750;
  margin: 2.4rem 0 0.8rem;
}

h3 {
  font-size: 1.35rem;
  line-height: 1.25;
  font-weight: 700;
  margin: 2rem 0 0.6rem;
}


/* ==================================================
   2) LINKS – DEUTLICH & VERTRAUENSWÜRDIG
   ================================================== */

/* Basis-Link */
a {
  color: #0b5ed7;                 /* klarer, seriöser Blau-Ton */
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-thickness: 2px; /* dicker als Standard */
  text-underline-offset: 4px;
  text-decoration-color: rgba(11, 94, 215, 0.55);
  transition: 
    color 0.15s ease,
    background-color 0.15s ease,
    text-decoration-color 0.15s ease;
}

/* Hover / Fokus */
a:hover,
a:focus {
  color: #084298;
  background-color: rgba(11, 94, 215, 0.08);
  text-decoration-color: #084298;
  outline: none;
}

/* Aktiver Klick */
a:active {
  color: #052c65;
}


/* ------------------------------
   Links in Fließtext klar hervorheben
   ------------------------------ */

p a,
li a {
  border-radius: 4px;
  padding: 0.05em 0.15em;
}


/* ------------------------------
   Externe Links (↗)
   ------------------------------ */

a[target="_blank"]::after {
  content: " ↗";
  font-size: 0.75em;
  font-weight: 700;
  color: #6a7480;
}


/* ==================================================
   3) BI-BOXEN
   ================================================== */

.bi-lead,
.bi-soft,
.bi-note {
  background: #f6f8fb;
  border: 1px solid #e3e8ef;
  border-radius: 10px;
  padding: 14px 16px;
  margin: 1rem 0 1.2rem;
  box-shadow:
    0 1px 0 rgba(16,24,40,0.04),
    0 6px 18px rgba(16,24,40,0.06);
}

.bi-lead p,
.bi-soft p,
.bi-note p {
  margin: 0.35rem 0;
}


/* ------------------------------
   Kernaussagen-Box
   ------------------------------ */

.bi-key {
  border-left: 5px solid #c9ced6;
  padding: 10px 0 10px 14px;
  margin: 0.8rem 0 1.1rem;
}

.bi-key p {
  margin: 0;
  font-size: 1.06em;
}


/* ==================================================
   4) LABELS / BADGES
   ================================================== */

.bi-article .bi-label {
  display: inline-block;
  margin-right: 0.45em;
  margin-bottom: 0.35rem;
  padding: 0.26em 0.72em;

  font-size: 0.80em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  background: #4f5b67;
  color: #ffffff;

  border-radius: 7px;
  white-space: nowrap;
}


/* ==================================================
   5) MOBILE
   ================================================== */

@media (max-width: 768px) {

  body {
    font-size: 16.5px;
  }

  p, li {
    line-height: 1.65;
  }

  a {
    text-decoration-thickness: 2.5px; /* auf Mobile noch klarer */
  }

}/* End custom CSS */