body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
   overflow-x: hidden;
}
#wb_intro_pruefung_el_Anlagen
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#intro_pruefung_el_Anlagen
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 75px 0 75px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#intro_pruefung_el_Anlagen > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#intro_pruefung_el_Anlagen > .col-1
{
   flex: 0 0 auto;
}
#intro_pruefung_el_Anlagen > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#intro_pruefung_el_Anlagen > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Image3
{
   margin: 0;
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 970px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
  :root{
    --gf-surface:#ffffff;
    --gf-surface-2:#fbfcff;

    --gf-ink:#0b0f14;
    --gf-ink-2:#111827;

    --gf-nav-bg:#0b0f14;
    --gf-nav-ink:rgba(255,255,255,.92);
    --gf-nav-muted:rgba(255,255,255,.70);

    --gf-accent:#2b6cff;

    --gf-radius:12px;
    --gf-radius-sm:10px;

    --gf-shadow-lite:0 10px 36px rgba(2,6,23,.10);

    --gf-container:1180px;
  }

  /* Scope: alles gf- prefixed */
  .gf-container{
    width:min(var(--gf-container), calc(100% - 40px));
    margin:0 auto;
  }

  /* Header: Höhe jetzt dynamisch (mobile darf höher werden) */
  .gf-header{
    position:sticky;
    top:0;
    z-index:999;
    background:var(--gf-nav-bg);
    border-bottom:1px solid rgba(255,255,255,.08);
  }

  /* “Instrument Panel”-Linien */
  .gf-header::before{
    content:"";
    position:absolute; inset:0;
    background:
      linear-gradient(to right, rgba(255,255,255,.06) 1px, transparent 1px),
      linear-gradient(to bottom, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size:96px 96px;
    opacity:.33;
    pointer-events:none;
    mask-image:radial-gradient(900px 260px at 20% 0%, #000 46%, transparent 80%);
  }

  /* Layout neu: 2 Reihen möglich */
  .gf-navShell{
    position:relative;
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    justify-content:space-between;
    gap:12px 16px;
    padding: 12px 0;
  }

  /* Brand (kein Logo, nur Text) — MUSS lesbar sein */
  .gf-brand{
    display:flex;
    flex-direction:column;
    gap:2px;
    line-height:1.15;
    color:var(--gf-nav-ink);
    flex: 1 1 340px;  /* darf wachsen & umbrechen */
    min-width: 220px;
  }
  .gf-brand strong{
    font-size:14px;
    letter-spacing:.02em;
    font-weight:780;
    white-space:normal;      /* wichtig: darf umbrechen */
    word-break:break-word;   /* falls sehr schmal */
  }
  .gf-brand span{
    font-size:12px;
    color:var(--gf-nav-muted);
    letter-spacing:.01em;
    white-space:normal;
  }

  /* Desktop Nav */
  .gf-mainnav{
    display:flex;
    align-items:center;
    gap:4px;
    flex: 0 0 auto;
  }

  .gf-link,
  .gf-btn{
    position:relative;
    appearance:none;
    border:0;
    background:transparent;
    color:var(--gf-nav-ink);
    padding:10px 12px;
    border-radius:10px;
    font-weight:640;
    font-size:14px;
    letter-spacing:.01em;
    cursor:pointer;
    display:flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    outline:none;
    user-select:none;
    white-space:nowrap;
  }

  .gf-link:hover,
  .gf-btn:hover{ background:rgba(255,255,255,.06); }

  .gf-link:focus-visible,
  .gf-btn:focus-visible{
    box-shadow:0 0 0 2px rgba(43,108,255,.55);
    background:rgba(255,255,255,.06);
  }

  /* engineered underline */
  .gf-link::after,
  .gf-btn::after{
    content:"";
    position:absolute;
    left:12px; right:12px; bottom:6px;
    height:2px;
    background:linear-gradient(90deg, transparent, rgba(43,108,255,.90), transparent);
    transform:scaleX(0);
    transform-origin:center;
    transition:transform .20s ease;
    opacity:.95;
  }
  .gf-link:hover::after,
  .gf-btn:hover::after{ transform:scaleX(1); }

  .gf-chev{
    width:10px; height:10px;
    display:inline-block;
    border-right:1.5px solid rgba(255,255,255,.72);
    border-bottom:1.5px solid rgba(255,255,255,.72);
    transform:rotate(45deg) translateY(-1px);
    opacity:.75;
  }

  /* Kontakt-Buttons: eigener Block */
  .gf-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:10px;
    flex: 0 0 auto;
  }

  .gf-cta{
    display:inline-flex;
    align-items:center;
    gap:10px;
    text-decoration:none;
    padding:10px 12px;
    border-radius:10px;
    font-weight:780;
    letter-spacing:.01em;
    transition:transform .14s ease, border-color .14s ease, background .14s ease;
    cursor:pointer;
    white-space:nowrap;
    line-height:1;
    color:var(--gf-nav-ink);
  }
  .gf-cta:hover{ transform:translateY(-1px); }
  .gf-cta:focus-visible{ outline:none; box-shadow:0 0 0 2px rgba(43,108,255,.55); }

  .gf-cta svg{ width:16px; height:16px; display:block; opacity:.95; }

  .gf-cta-mail{
    border:1px solid rgba(255,255,255,.22);
    background:rgba(255,255,255,.06);
  }
  .gf-cta-mail:hover{
    border-color:rgba(43,108,255,.70);
    background:rgba(43,108,255,.10);
  }

  .gf-cta-call{
    border:1px solid rgba(43,108,255,.55);
    background:linear-gradient(180deg, rgba(43,108,255,.18), rgba(43,108,255,.06));
  }
  .gf-cta-call:hover{ border-color:rgba(43,108,255,.92); }

  .gf-call-number{
    font-weight:860;
    letter-spacing:.01em;
    opacity:.95;
  }

  /* Hamburger: sitzt immer rechts außen */
  .gf-burger{
    display:none; /* Desktop aus */
    width:44px; height:44px;
    border-radius:10px;
    border:1px solid rgba(255,255,255,.14);
    background:rgba(255,255,255,.05);
    cursor:pointer;
    position:relative;
    flex: 0 0 auto;
  }
  .gf-burger:focus-visible{ outline:none; box-shadow:0 0 0 2px rgba(43,108,255,.55); }

  .gf-bars{ position:absolute; inset:0; margin:auto; width:18px; height:12px; }
  .gf-bars span{
    display:block;
    height:2px;
    background:rgba(255,255,255,.82);
    margin:0 0 4px;
    border-radius:2px;
  }
  .gf-bars span:last-child{ margin:0; }

  /* ===== Mega Panel (Leistungen) ===== */
  .gf-mega{
    position:absolute;
    left:0;
    top:100%;
    width:100vw;
    margin-left:calc(50% - 50vw);
    background:rgba(255,255,255,.96);
    border-top:1px solid rgba(15,23,42,.10);
    border-bottom:1px solid rgba(15,23,42,.10);
    box-shadow:var(--gf-shadow-lite);
    opacity:0;
    transform:translateY(-10px);
    pointer-events:none;
    transition:opacity .18s ease, transform .18s ease;
  }
  .gf-mega[data-open="true"]{
    opacity:1;
    transform:translateY(0);
    pointer-events:auto;
  }

  .gf-megaTopLine{
    height:2px;
    background:linear-gradient(90deg, rgba(43,108,255,0), rgba(43,108,255,.92), rgba(43,108,255,0));
    transform:scaleX(.35);
    transform-origin:center;
    transition:transform .22s ease;
  }
  .gf-mega[data-open="true"] .gf-megaTopLine{ transform:scaleX(1); }

  /* 2 Spalten (Schnellzugriff weg) */
  .gf-megaInner{
    width:min(var(--gf-container), calc(100% - 40px));
    margin:0 auto;
    padding:18px 0 20px;
    display:grid;
    grid-template-columns:1.35fr 1fr;
    gap:18px;
    align-items:start;
  }

  .gf-panel{
    background:linear-gradient(180deg, #fff, var(--gf-surface-2));
    border:1px solid rgba(15,23,42,.10);
    border-radius:var(--gf-radius);
    overflow:hidden;
  }
  .gf-panelHead{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:12px 14px;
    border-bottom:1px solid rgba(15,23,42,.10);
    background:rgba(15,23,42,.02);
  }
  .gf-panelLabel{
    font-size:11px;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:rgba(17,24,39,.70);
    font-weight:900;
  }
  .gf-panelIdx{
    font-family:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono","Courier New", monospace;
    font-size:11px;
    color:rgba(17,24,39,.62);
  }
  .gf-panelBody{ padding:10px 12px 12px; }
  .gf-list{ display:flex; flex-direction:column; gap:6px; }

  .gf-mLink{
    text-decoration:none;
    padding:10px 10px;
    border-radius:var(--gf-radius-sm);
    border:1px solid transparent;
    display:flex;
    flex-direction:column;
    gap:4px;
    transition:background .14s ease, border-color .14s ease, transform .14s ease;
    color:var(--gf-ink-2);
  }
  .gf-mLink strong{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    font-size:14px;
    font-weight:840;
  }
  .gf-arrow{
    width:10px; height:10px;
    border-right:1.5px solid rgba(17,24,39,.50);
    border-bottom:1.5px solid rgba(17,24,39,.50);
    transform:rotate(-45deg);
    opacity:.75;
    transition:transform .14s ease, opacity .14s ease;
  }
  .gf-mLink span{
    font-size:12px;
    color:rgba(17,24,39,.72);
    line-height:1.35;
  }
  .gf-mLink:hover{
    background:rgba(43,108,255,.06);
    border-color:rgba(43,108,255,.22);
    transform:translateY(-1px);
  }
  .gf-mLink:hover .gf-arrow{
    transform:rotate(-45deg) translate(2px,-2px);
    opacity:1;
  }

  /* ===== Mobile Drawer (DUNKEL) ===== */
  .gf-backdrop{
    position:fixed; inset:0;
    background:rgba(2,6,23,.55);
    opacity:0;
    pointer-events:none;
    transition:opacity .18s ease;
    z-index:2000;
  }
  .gf-drawer{
    position:fixed; top:0; right:0; height:100%;
    width:min(420px, 92vw);
    background:var(--gf-nav-bg); /* dunkel */
    border-left:1px solid rgba(255,255,255,.10);
    transform:translateX(16px);
    opacity:0;
    pointer-events:none;
    transition:transform .18s ease, opacity .18s ease;
    z-index:2001;
    display:flex;
    flex-direction:column;
  }
  .gf-backdrop[data-open="true"]{ opacity:1; pointer-events:auto; }
  .gf-drawer[data-open="true"]{ transform:translateX(0); opacity:1; pointer-events:auto; }

  .gf-dHead{
    padding:14px 16px;
    border-bottom:1px solid rgba(255,255,255,.10);
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:rgba(255,255,255,.04);
  }
  .gf-dTitle{
    font-size:12px;
    letter-spacing:.18em;
    text-transform:uppercase;
    color:rgba(255,255,255,.70);
    font-weight:900;
  }
  .gf-dClose{
    width:44px; height:44px;
    border-radius:10px;
    border:1px solid rgba(255,255,255,.14);
    background:rgba(255,255,255,.05);
    cursor:pointer;
    position:relative;
  }
  .gf-dClose::before, .gf-dClose::after{
    content:"";
    position:absolute;
    width:16px; height:2px;
    background:rgba(255,255,255,.78);
    top:50%; left:50%;
    transform-origin:center;
  }
  .gf-dClose::before{ transform:translate(-50%,-50%) rotate(45deg); }
  .gf-dClose::after{ transform:translate(-50%,-50%) rotate(-45deg); }

  .gf-dBody{
    padding:14px 16px;
    overflow:auto;
    display:flex;
    flex-direction:column;
    gap:10px;
  }

  .gf-mItem{
    border:1px solid rgba(255,255,255,.12);
    border-radius:12px;
    overflow:hidden;
    background:rgba(255,255,255,.04);
  }
  .gf-mToggle{
    width:100%;
    border:0;
    background:transparent;
    padding:12px 12px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-weight:860;
    cursor:pointer;
    color:rgba(255,255,255,.92);
  }
  .gf-mToggle span{ font-size:14px; color:inherit; }

  .gf-chev2{
    width:10px; height:10px;
    border-right:1.5px solid rgba(255,255,255,.55);
    border-bottom:1.5px solid rgba(255,255,255,.55);
    transform:rotate(45deg);
    transition:transform .18s ease;
    opacity:.8;
    margin-left:12px;
  }
  .gf-mItem[data-open="true"] .gf-chev2{ transform:rotate(-135deg); }

  .gf-mPanel{
    max-height:0;
    overflow:hidden;
    transition:max-height .22s ease;
    border-top:1px solid rgba(255,255,255,.10);
    background:rgba(0,0,0,.15);
  }
  .gf-mItem[data-open="true"] .gf-mPanel{ max-height:520px; }

  .gf-mLinks{
    display:flex;
    flex-direction:column;
    padding:8px;
    gap:6px;
  }
  .gf-mLinks a{
    text-decoration:none;
    padding:10px 10px;
    border-radius:10px;
    border:1px solid rgba(255,255,255,.12);
    background:rgba(255,255,255,.06);
    font-size:14px;
    font-weight:760;
    color:rgba(255,255,255,.92);
  }
  .gf-mLinks a small{
    display:block;
    font-size:12px;
    font-weight:560;
    color:rgba(255,255,255,.72);
    margin-top:3px;
    line-height:1.35;
  }

  /* ===== Responsive ===== */
  @media (max-width:980px){
    /* Desktop nav aus, Burger an */
    .gf-mainnav{ display:none; }
    .gf-burger{ display:inline-flex; }

    /* Wichtig: 2 Kontaktbuttons untereinander + volle Breite */
    .gf-actions{
      width:100%;
      flex: 1 1 100%;
      justify-content:stretch;
      flex-direction:column;
      gap:10px;
      margin-top:6px;
    }
    .gf-actions .gf-cta{
      width:100%;
      justify-content:center;
    }

    /* Firmenname bekommt volle Breite, damit er nicht “gekürzt” wirkt */
    .gf-brand{
      flex: 1 1 calc(100% - 60px);
      min-width: 0;
    }

    /* Burger rechts oben halten */
    .gf-burger{
      margin-left:auto;
    }

    /* Mega-Menü auf Mobile nicht per Hover/Click öffnen (wird über Drawer genutzt) */
    .gf-mega{ display:none; }
  }

  /* Sehr schmale Geräte: Nummer darf umbrochen werden statt abgeschnitten */
  @media (max-width:420px){
    .gf-call-number{ white-space:normal; }
  }

  @media (prefers-reduced-motion: reduce){
    *{ transition:none !important; scroll-behavior:auto !important; }
  }
  /* ===== Footer (Design passend zu GF MENU v5.x) ===== */
  .gf-footer{
    background: var(--gf-nav-bg);
    color: var(--gf-nav-ink);
    border-top: 1px solid rgba(255,255,255,.08);
    position: relative;
  }

  /* Übergang Seite → Footer: dezenter Akzentstreifen (läuft aus) */
  .gf-footerTopLine{
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(43,108,255,.90), transparent);
    opacity: .95;
  }

  .gf-footer::before{
    content:"";
    position:absolute; inset:0;
    background:
      linear-gradient(to right, rgba(255,255,255,.06) 1px, transparent 1px),
      linear-gradient(to bottom, rgba(255,255,255,.04) 1px, transparent 1px);
    background-size: 96px 96px;
    opacity: .22;
    pointer-events:none;
    mask-image: radial-gradient(1000px 280px at 30% 0%, #000 48%, transparent 78%);
  }

  .gf-footWrap{ padding: 28px 0 14px; position: relative; }

  .gf-footGrid{
    display:grid;
    grid-template-columns: 1.25fr 1fr 1fr .9fr;
    gap: 18px;
    align-items:start;
  }

  .gf-footCol{
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(255,255,255,.10);
    border-radius: var(--gf-radius);
    overflow:hidden;
  }

  .gf-footHead{
    padding: 12px 14px;
    border-bottom: 1px solid rgba(255,255,255,.10);
    background: rgba(255,255,255,.02);
    display:flex;
    justify-content:space-between;
    gap:10px;
    align-items:center;
  }

  .gf-footTitle{
    margin:0;
    font-size: 11px;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgba(255,255,255,.78);
    font-weight: 900;
  }

  .gf-footIdx{
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono","Courier New", monospace;
    font-size: 11px;
    color: rgba(255,255,255,.58);
  }

  .gf-footBody{ padding: 12px 14px 14px; }

  .gf-footP{
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255,255,255,.78);
  }
  .gf-footStrong{ font-weight: 850; color: rgba(255,255,255,.92); }

  .gf-footList{ display:flex; flex-direction:column; gap: 6px; }

  /* Links: Hover-Unterstreichung wie im Menü */
  .gf-footLink{
    position: relative;
    text-decoration:none;
    color: rgba(255,255,255,.90);
    font-weight: 760;
    font-size: 13px;
    padding: 10px 12px;
    border-radius: 10px;
    border: 1px solid transparent;
    background: transparent;
    display:flex;
    justify-content:space-between;
    gap: 10px;
    align-items:center;
    transition: background .14s ease, border-color .14s ease;
  }
  .gf-footLink small{
    display:block;
    font-weight: 560;
    font-size: 12px;
    color: rgba(255,255,255,.68);
    margin-top: 3px;
    line-height: 1.35;
  }
  .gf-footLink:hover{
    background: rgba(255,255,255,.06);
    border-color: rgba(43,108,255,.35);
  }
  .gf-footLink:focus-visible{
    outline:none;
    box-shadow: 0 0 0 2px rgba(43,108,255,.55);
    background: rgba(255,255,255,.06);
  }
  .gf-footLink::after{
    content:"";
    position:absolute;
    left: 12px; right: 12px; bottom: 6px;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(43,108,255,.90), transparent);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .20s ease;
    opacity: .95;
    pointer-events:none;
  }
  .gf-footLink:hover::after{ transform: scaleX(1); }

  .gf-footBottom{
    margin-top: 16px;
    padding: 14px 0 18px;
    border-top: 1px solid rgba(255,255,255,.10);
    display:flex;
    flex-wrap:wrap;
    gap: 10px 18px;
    justify-content:space-between;
    align-items:center;
    position: relative;
  }
  .gf-footBottom span,
  .gf-footBottom a{
    font-size: 12px;
    color: rgba(255,255,255,.70);
    text-decoration:none;
  }
  .gf-footBottom a:hover{
    color: rgba(255,255,255,.92);
    text-decoration: underline;
  }

  /* Responsive */
  @media (max-width: 980px){
    .gf-footGrid{ grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 620px){
    .gf-footGrid{ grid-template-columns: 1fr; }
  }
#gf-social-launcher{
  position:fixed; left:25px; bottom:60px;
  width:70px; height:70px; border-radius:50%;
  background:#0f172a; border:1px solid #2b6cff;
  box-shadow:0 8px 22px rgba(0,0,0,.45);
  cursor:pointer; z-index:9000;
  display:flex; align-items:center; justify-content:center;
}
#gf-social-launcher img{ width:28px; height:28px; display:block; }

#gf-social-buttons{
  position:fixed; left:34px; bottom:140px;
  display:flex; flex-direction:column-reverse; gap:12px;
  pointer-events:none; z-index:9001;
}
.gf-social-btn{
  width:52px; height:52px; border-radius:50%;
  background:#0f172a; border:1px solid #2b6cff;
  box-shadow:0 6px 18px rgba(0,0,0,.45);
  display:flex; align-items:center; justify-content:center;

  opacity:0; transform:translateY(20px) scale(.8);
  transition:.25s ease; pointer-events:none;
  text-decoration:none;
}
.gf-social-btn.open{ opacity:1; transform:none; pointer-events:auto; }
.gf-social-btn img{ width:22px; height:22px; display:block; }
