.elementor-5796 .elementor-element.elementor-element-3f1577f{--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-5796 .elementor-element.elementor-element-212aa32{margin:-2rem 0rem calc(var(--kit-widget-spacing, 0px) + -1rem) 0rem;}/* Start custom CSS for html, class: .elementor-element-212aa32 */.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;
    }

    body {
      font-family: inherit;
      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(1.8rem, 3.5vw, 3rem);
      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;
    }

    /* ─── LAYOUT ─── */
    .layout {
      display: grid;
      grid-template-columns: 200px 1fr;
      max-width: 1100px;
      margin: 0 auto;
      padding: 5rem 2rem 6rem;
      gap: 5rem;
      align-items: start;
    }

    /* ─── TOC ─── */
    .toc {
      position: sticky;
      top: 2rem;
    }

    .toc__label {
      font-size: 0.65rem;
      font-weight: 600;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--ci);
      margin-bottom: 1rem;
      display: block;
    }

    .toc__list {
      list-style: none;
      border-left: 2px solid var(--color-border);
    }

    .toc__item a {
      display: block;
      padding: 0.35rem 0 0.35rem 1rem;
      font-size: 0.78rem;
      color: var(--color-text);
      text-decoration: none;
      border-left: 2px solid transparent;
      margin-left: -2px;
      line-height: 1.4;
      transition: color 0.2s, border-color 0.2s;
    }

    .toc__item a:hover {
      color: var(--ci);
      border-left-color: var(--ci);
    }

    /* ─── CONTENT ─── */
    .content { min-width: 0; }

    /* ─── SECTION ─── */
    .ds-section {
      margin-bottom: 3rem;
      scroll-margin-top: 2rem;
    }

    .ds-section__label {
      font-size: 0.65rem;
      font-weight: 600;
      letter-spacing: 0.2em;
      text-transform: uppercase;
      color: var(--ci);
      display: block;
      margin-bottom: 0.5rem;
    }

    .ds-section__title {
      font-size: 1.2rem;
      font-weight: 600;
      color: var(--color-dark);
      padding-bottom: 0.75rem;
      border-bottom: 1px solid var(--color-border);
      margin-bottom: 1.25rem;
    }

    /* ─── TEXT ─── */
    .ds-text {
      font-size: 0.875rem;
      font-weight: 300;
      line-height: 1.85;
      color: var(--color-text);
    }

    .ds-text p { margin-bottom: 0.75rem; }
    .ds-text p:last-child { margin-bottom: 0; }

    .ds-text a {
      color: var(--ci);
      text-decoration: none;
      word-break: break-all;
      transition: color 0.2s;
    }

    .ds-text a:hover {
      color: var(--ci-dark);
      text-decoration: underline;
    }

    /* ─── LIST ─── */
    .ds-list {
      list-style: none;
      margin: 0.75rem 0;
    }

    .ds-list li {
      font-size: 0.875rem;
      font-weight: 300;
      line-height: 1.7;
      color: var(--color-text);
      padding: 0.3rem 0 0.3rem 1.25rem;
      position: relative;
      border-bottom: 1px solid var(--color-border);
    }

    .ds-list li:first-child { border-top: 1px solid var(--color-border); }

    .ds-list li::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: var(--ci);
    }

    /* ─── COOKIE KATEGORIEN ─── */
    .cat-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 1rem;
      margin-top: 1.25rem;
    }

    .cat-card {
      background: var(--color-bg-alt);
      border: 1px solid var(--color-border);
      border-top: 3px solid var(--ci);
      padding: 1.5rem;
    }

    .cat-card__icon {
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0.75rem;
    }

    .cat-card__icon svg {
      width: 22px;
      height: 22px;
      stroke: var(--ci);
      fill: none;
      stroke-width: 1.5;
      stroke-linecap: round;
      stroke-linejoin: round;
    }

    .cat-card__title {
      font-size: 0.88rem;
      font-weight: 600;
      color: var(--color-dark);
      margin-bottom: 0.5rem;
    }

    .cat-card__text {
      font-size: 0.8rem;
      font-weight: 300;
      line-height: 1.7;
      color: var(--color-text);
    }

    /* ─── PROVIDER BADGE ─── */
    .provider {
      display: inline-block;
      font-size: 0.65rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      background: var(--color-bg-alt);
      border: 1px solid var(--color-border);
      color: var(--color-text);
      padding: 0.2rem 0.6rem;
      margin-bottom: 1rem;
    }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 768px) {
      .layout { grid-template-columns: 1fr; gap: 2.5rem; padding: 3rem 1.25rem 4rem; }
      .toc { display: none; }
    }/* End custom CSS */