.elementor-5792 .elementor-element.elementor-element-2dbc79c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5792 .elementor-element.elementor-element-0813f10{--display:flex;--margin-top:-2rem;--margin-bottom:-1rem;--margin-left:0rem;--margin-right:0rem;}/* Start custom CSS for html, class: .elementor-element-d7f5d99 */*, *::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;
    }

    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: 32vh;
      min-height: 220px;
      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__title {
      font-size: clamp(2rem, 4vw, 3.2rem);
      font-weight: 300;
      color: #fff;
      letter-spacing: 0.04em;
      position: relative;
    }

    .hero__title em {
      font-style: italic;
      color: var(--ci-light);
    }

    .hero__line {
      width: 60px;
      height: 2px;
      background: var(--ci);
      margin: 1.5rem auto 0;
      position: relative;
    }

    /* ─── CONTENT ─── */
    .content {
      max-width: 860px;
      margin: 0 auto;
      padding: 5rem 2rem 6rem;
    }

    /* ─── BLOCK ─── */
    .block {
      margin-bottom: 3.5rem;
    }

    .block__label {
      display: inline-block;
      font-size: 0.65rem;
      font-weight: 600;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--ci);
      margin-bottom: 0.75rem;
    }

    .block__title {
      font-size: 1.25rem;
      font-weight: 600;
      color: var(--color-dark);
      margin-bottom: 1rem;
      padding-bottom: 0.75rem;
      border-bottom: 1px solid var(--color-border);
    }

    .block__body {
      font-size: 0.9rem;
      font-weight: 300;
      line-height: 1.85;
      color: var(--color-text);
    }

    .block__body p {
      margin-bottom: 0.6rem;
    }

    .block__body p:last-child {
      margin-bottom: 0;
    }

    .block__body a {
      color: var(--ci);
      text-decoration: none;
      transition: color 0.2s;
    }

    .block__body a:hover {
      color: var(--ci-dark);
      text-decoration: underline;
    }

    .block__body strong {
      font-weight: 600;
      color: var(--color-dark);
    }

    /* ─── HAFTUNG SECTION ─── */
    .haftung {
      background: var(--color-bg-alt);
      border-top: 1px solid var(--color-border);
      border-bottom: 1px solid var(--color-border);
      padding: 5rem 2rem;
    }

    .haftung__inner {
      max-width: 860px;
      margin: 0 auto;
    }

    .haftung__intro {
      font-size: 0.68rem;
      font-weight: 600;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--ci);
      margin-bottom: 2.5rem;
      display: block;
    }

    .haftung__heading {
      font-size: clamp(1.4rem, 2.5vw, 1.8rem);
      font-weight: 400;
      color: var(--color-dark);
      margin-bottom: 3rem;
    }/* End custom CSS */