.elementor-914 .elementor-element.elementor-element-b8f7658{--display:flex;--margin-top:0rem;--margin-bottom:-1rem;--margin-left:0rem;--margin-right:0rem;}.elementor-914 .elementor-element.elementor-element-7a54a30{margin:0rem 0rem calc(var(--kit-widget-spacing, 0px) + 0rem) 0rem;}/* Start custom CSS for html, class: .elementor-element-7a54a30 */<style>
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    /* Full-Bleed: aus WordPress-Container ausbrechen */
    .pe-page {
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      margin-bottom: 0 !important;
      overflow-x: hidden;
    }

    :root {
      --ci:           #2c728d;
      --ci-light:     #3d90ad;
      --ci-dark:      #1e5069;
      --color-dark:   #1c1c1c;
      --color-text:   #4a4a4a;
      --color-bg:     #ffffff;
      --color-bg-alt: #f4f8fa;
      --color-border: #d8e8ee;
      --font-serif:   inherit;
      --font-sans:    inherit;
    }

    html { scroll-behavior: smooth; }

    body {
      font-family: var(--font-sans);
      color: var(--color-text);
      background: var(--color-bg);
      line-height: 1.7;
      -webkit-font-smoothing: antialiased;
    }

    /* ─── HERO ─── */
    .hero {
      height: 52vh;
      min-height: 320px;
      background: linear-gradient(135deg, #1a3a47 0%, #1e5069 50%, #2c728d 100%);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse 70% 60% at 50% 50%, rgba(44,114,141,0.25) 0%, transparent 70%);
    }

    .hero__breadcrumb {
      font-size: 0.68rem;
      font-weight: 500;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--ci-light);
      margin-bottom: 1.25rem;
      position: relative;
    }

    .hero__title {
      font-size: clamp(2.8rem, 6vw, 5rem);
      font-weight: 300;
      color: #fff;
      letter-spacing: 0.04em;
      line-height: 1.1;
      position: relative;
    }

    .hero__title em {
      font-style: italic;
      color: var(--ci-light);
    }

    .hero__line {
      width: 60px;
      height: 2px;
      background: var(--ci);
      margin: 1.75rem auto 0;
      position: relative;
    }

    /* ─── SHARED ─── */
    .section-label {
      display: inline-block;
      font-size: 0.68rem;
      font-weight: 600;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--ci);
      margin-bottom: 1.5rem;
    }

    /* ─── INTRO ─── */
    .intro {
      padding: 6rem 2rem 5rem;
      max-width: 860px;
      margin: 0 auto;
      text-align: center;
    }

    .intro__heading {
      font-size: clamp(1.6rem, 3.2vw, 2.4rem);
      font-weight: 300;
      color: var(--color-dark);
      line-height: 1.4;
      margin-bottom: 2rem;
    }

    .intro__text {
      font-size: 0.95rem;
      font-weight: 300;
      line-height: 1.85;
      color: var(--color-text);
      max-width: 660px;
      margin: 0 auto 2.5rem;
    }

    /* ─── LOGIN BANNER ─── */
    .login-banner {
      background: var(--color-bg-alt);
      border-top: 3px solid var(--ci);
      padding: 2rem 2rem;
    }

    .login-banner__inner {
      max-width: 1100px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 2rem;
      flex-wrap: wrap;
    }

    .login-banner__left {
      display: flex;
      align-items: center;
      gap: 1rem;
    }

    .login-banner__icon {
      width: 44px;
      height: 44px;
      background: var(--ci);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .login-banner__icon svg {
      width: 20px;
      height: 20px;
      stroke: #fff;
      fill: none;
      stroke-width: 1.5;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .login-banner__title {
      font-size: 0.95rem;
      font-weight: 600;
      color: var(--color-dark);
      display: block;
      margin-bottom: 0.15rem;
    }

    .login-banner__sub {
      font-size: 0.78rem;
      color: var(--color-text);
      font-weight: 300;
    }

    .btn-login {
      display: inline-flex;
      align-items: center;
      gap: 0.6rem;
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      text-decoration: none;
      padding: 0.85rem 2rem;
      background: var(--ci);
      color: #fff;
      border: 1px solid var(--ci);
      transition: background 0.3s, border-color 0.3s;
      white-space: nowrap;
    }

    .btn-login svg {
      width: 14px;
      height: 14px;
      stroke: #fff;
      fill: none;
      stroke-width: 2;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .btn-login:hover {
      background: var(--ci-dark);
      border-color: var(--ci-dark);
    }

    /* ─── IMAGE + TEXT SPLIT ─── */
    .split {
      display: grid;
      grid-template-columns: 1fr 1fr;
      max-height: 520px;
    }

    .split--reverse { direction: rtl; }
    .split--reverse > * { direction: ltr; }

    .split__image {
      overflow: hidden;
      position: relative;
    }

    .split__image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.6s ease;
    }

    .split__image:hover img { transform: scale(1.03); }

    .split__image-placeholder {
      width: 100%;
      height: 100%;
      min-height: 360px;
      background: linear-gradient(135deg, #d8e8ee 0%, #b0ceda 100%);
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .split__image-placeholder svg {
      width: 64px;
      height: 64px;
      stroke: var(--ci);
      opacity: 0.35;
      fill: none;
      stroke-width: 1;
    }

    .split__content {
      padding: 5rem 4rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background: var(--color-bg);
    }

    .split--alt .split__content {
      background: var(--color-bg-alt);
    }

    .split__title {
      font-size: clamp(1.5rem, 2.5vw, 2.1rem);
      font-weight: 400;
      color: var(--color-dark);
      line-height: 1.3;
      margin-bottom: 1.25rem;
    }

    .split__text {
      font-size: 0.9rem;
      font-weight: 300;
      line-height: 1.85;
      color: var(--color-text);
      margin-bottom: 1rem;
    }

    /* ─── SERVICES GRID ─── */
    .services {
      background: var(--color-bg-alt);
      padding: 6rem 2rem;
    }

    .services__inner {
      max-width: 1100px;
      margin: 0 auto;
    }

    .services__header {
      text-align: center;
      margin-bottom: 4rem;
    }

    .services__title {
      font-size: clamp(1.75rem, 3vw, 2.4rem);
      font-weight: 400;
      color: var(--color-dark);
    }

    .services__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
      gap: 2rem;
    }

    .services__card {
      background: var(--color-bg);
      border: 1px solid var(--color-border);
      padding: 2.5rem 2rem;
      position: relative;
      transition: box-shadow 0.3s, transform 0.3s;
    }

    .services__card:hover {
      box-shadow: 0 12px 40px rgba(44,114,141,0.1);
      transform: translateY(-4px);
    }

    .services__card::after {
      content: '';
      position: absolute;
      bottom: 0; left: 0;
      width: 0; height: 2px;
      background: var(--ci);
      transition: width 0.4s ease;
    }

    .services__card:hover::after { width: 100%; }

    .services__card-icon {
      width: 48px;
      height: 48px;
      background: var(--color-bg-alt);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 1.5rem;
    }

    .services__card-icon svg {
      width: 24px;
      height: 24px;
      stroke: var(--ci);
      fill: none;
      stroke-width: 1.5;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .services__card-title {
      font-size: 1.1rem;
      font-weight: 600;
      color: var(--color-dark);
      margin-bottom: 0.75rem;
    }

    .services__card-text {
      font-size: 0.875rem;
      font-weight: 300;
      line-height: 1.75;
      color: var(--color-text);
    }

    /* ─── USP STRIP ─── */
    .usp {
      background: var(--ci-dark);
      padding: 4rem 2rem;
    }

    .usp__inner {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 3rem;
      text-align: center;
    }

    .usp__item-number {
      font-size: 2.8rem;
      font-weight: 300;
      color: var(--ci-light);
      display: block;
      line-height: 1;
      margin-bottom: 0.5rem;
    }

    .usp__item-label {
      font-size: 0.72rem;
      font-weight: 500;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.6);
    }

    /* ─── CTA ─── */
    .cta {
      background: #1c1c1c;
      padding: 0;
    }

    .cta__inner {
      max-width: 1100px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
    }

    .cta__left {
      padding: 5rem 4rem 4rem 2rem;
      border-right: 1px solid rgba(255,255,255,0.08);
    }

    .cta__right {
      padding: 5rem 2rem 4rem 4rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 1.75rem;
    }

    .cta__label {
      font-size: 0.68rem;
      font-weight: 600;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--ci-light);
      margin-bottom: 1.25rem;
      display: block;
    }

    .cta__heading {
      font-size: clamp(1.8rem, 3.5vw, 2.8rem);
      font-weight: 300;
      color: #fff;
      line-height: 1.25;
      margin-bottom: 1rem;
    }

    .cta__sub {
      font-size: 0.875rem;
      font-weight: 300;
      color: rgba(255,255,255,0.5);
      line-height: 1.8;
      margin-bottom: 2rem;
    }

    .cta__contact-item {
      display: flex;
      align-items: center;
      gap: 1rem;
    }

    .cta__contact-icon {
      width: 40px;
      height: 40px;
      border: 1px solid rgba(255,255,255,0.12);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }

    .cta__contact-icon svg {
      width: 18px;
      height: 18px;
      stroke: var(--ci-light);
      fill: none;
      stroke-width: 1.5;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .cta__contact-label {
      font-size: 0.65rem;
      font-weight: 600;
      letter-spacing: 0.16em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.35);
      display: block;
      margin-bottom: 0.2rem;
    }

    .cta__contact-value {
      font-size: 0.9rem;
      color: #fff;
      text-decoration: none;
      font-weight: 400;
      transition: color 0.25s;
    }

    .cta__contact-value:hover { color: var(--ci-light); }

    .btn {
      display: inline-block;
      font-size: 0.72rem;
      font-weight: 600;
      letter-spacing: 0.18em;
      text-transform: uppercase;
      text-decoration: none;
      padding: 1rem 2.5rem;
      border: 1px solid var(--ci);
      color: #fff;
      background: var(--ci);
      cursor: pointer;
      transition: background 0.3s, border-color 0.3s;
      align-self: flex-start;
    }

    .btn:hover {
      background: var(--ci-dark);
      border-color: var(--ci-dark);
    }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 900px) {
      .split { grid-template-columns: 1fr; }
      .split--reverse { direction: ltr; }
      .split__content { padding: 3rem 1.5rem; }
      .split__image-placeholder { min-height: 280px; }
      .cta__inner { grid-template-columns: 1fr; }
      .cta__left { padding: 3.5rem 1.5rem 2rem; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
      .cta__right { padding: 2rem 1.5rem 4rem; }
    }

    @media (max-width: 600px) {
      .login-banner__inner { flex-direction: column; align-items: flex-start; }
      .services__grid { grid-template-columns: 1fr; }
      .usp__inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
    }/* End custom CSS */