:root{--gnl-panel:#f3f0ea;--gnl-ink:#171717;--gnl-muted:#6f6a64;--gnl-dark:#1d1d1d;--gnl-accent:#d7c7a5;--gnl-line:rgba(17,24,22,.12)}
/* The7 integration: panel is attached to its top-level menu LI. */
/* v1.1: The7 darf bei unseren Mega-Menü-Punkten kein zweites, altes Dropdown anzeigen.
   Nur direkte The7-Untermenüs des markierten Hauptpunkts werden unterdrückt;
   das GNL-Mega-Panel selbst bleibt unangetastet. */
#page .main-nav > li.gnl-mega-host > .sub-nav,
#phantom .main-nav > li.gnl-mega-host > .sub-nav,
#page .main-nav > li.gnl-mega-host > ul.sub-menu,
#phantom .main-nav > li.gnl-mega-host > ul.sub-menu,
#page .main-nav > li.gnl-mega-host > .dt-mega-menu-wrap,
#phantom .main-nav > li.gnl-mega-host > .dt-mega-menu-wrap {
  display:none!important;
  visibility:hidden!important;
  opacity:0!important;
  pointer-events:none!important;
}

#page .main-nav > li, #phantom .main-nav > li{position:static!important}
.gnl-mega-panel{position:absolute;z-index:99999;left:50%;top:100%;transform:translate(-50%,-10px);width:calc(100vw - 40px);max-width:none;background:var(--gnl-panel);color:var(--gnl-ink);border-radius:26px;box-shadow:0 30px 90px rgba(0,0,0,.28);opacity:0;visibility:hidden;pointer-events:none;transition:.2s ease;overflow:hidden;border:1px solid rgba(255,255,255,.35);text-align:left}
.gnl-mega-panel.is-open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%,0)}
.gnl-mega-inner{padding:34px}.gnl-mega-head{display:flex;justify-content:space-between;align-items:end;gap:24px;padding:0 4px 24px;border-bottom:1px solid var(--gnl-line)}
.gnl-mega-kicker{font-size:10px;font-weight:900;letter-spacing:.18em;text-transform:uppercase;color:#7c766f;margin-bottom:8px}.gnl-mega-title{font-size:34px!important;line-height:1!important;letter-spacing:-.045em!important;font-weight:780!important;margin:0!important;color:var(--gnl-ink)!important}.gnl-mega-desc{max-width:470px;color:var(--gnl-muted);font-size:14px;line-height:1.55}
.gnl-mega-grid{display:grid;gap:18px;margin-top:22px}.gnl-about{grid-template-columns:1.15fr 1fr 1fr}.gnl-life{grid-template-columns:1.05fr 1.15fr .95fr}.gnl-media{grid-template-columns:1.08fr 1fr .9fr}.gnl-more{grid-template-columns:repeat(4,1fr)}
.gnl-feature-card{position:relative;min-height:292px;border-radius:20px;padding:27px;background:linear-gradient(145deg,var(--gnl-dark),#1a1a1a);color:#fff!important;display:flex;flex-direction:column;justify-content:space-between}.gnl-feature-card h3{font-size:37px!important;line-height:.95!important;margin:18px 0 10px!important;color:#fff!important}.gnl-feature-card p{font-size:14px;line-height:1.55;color:rgba(255,255,255,.7)}
.gnl-link-column{padding:8px 6px}.gnl-column-title{font-size:10px;font-weight:900;letter-spacing:.15em;text-transform:uppercase;color:#87817a;margin:0 0 12px}.gnl-menu-item{display:grid!important;grid-template-columns:38px 1fr 20px;align-items:center;gap:11px;padding:11px 10px!important;margin-left:-10px;border-radius:14px;color:var(--gnl-ink)!important;transition:.16s ease}.gnl-menu-item:hover{background:#fff;transform:translateX(3px)}.gnl-icon{width:36px;height:36px;border:1px solid var(--gnl-line);border-radius:11px;display:grid;place-items:center;background:rgba(255,255,255,.55)}.gnl-item-name{display:block;font-size:14px;font-weight:780}.gnl-item-copy{display:block;font-size:11px;color:var(--gnl-muted);margin-top:2px;line-height:1.35}.gnl-item-arrow{opacity:.35}
.gnl-nextgen-card{background:#ebe3d6;border-radius:20px;padding:24px;min-height:292px;display:flex;flex-direction:column}.gnl-nextgen-card h3{font-size:30px!important;line-height:1!important;margin:8px 0!important;color:var(--gnl-ink)!important}.gnl-nextgen-card p{font-size:13px;color:#625d55}.gnl-subcards{display:grid;gap:8px;margin-top:auto}.gnl-subcards a{padding:12px 13px;border-radius:12px;background:rgba(255,255,255,.55);font-size:13px;font-weight:780;color:var(--gnl-ink)!important}.gnl-subcards a:hover{background:#fff}
.gnl-media-tile,.gnl-more-card{border-radius:20px;padding:25px;display:flex!important;flex-direction:column;justify-content:space-between;background:#fff;border:1px solid var(--gnl-line);color:var(--gnl-ink)!important;min-height:278px}.gnl-media-tile.live,.gnl-more-card.dark{background:var(--gnl-dark);color:#fff!important;border:0}.gnl-media-tile h3{font-size:32px!important;margin:30px 0 8px!important;color:inherit!important}.gnl-media-tile p,.gnl-more-card p{font-size:13px;line-height:1.5;color:var(--gnl-muted)}.gnl-media-tile.live p,.gnl-more-card.dark p{color:rgba(255,255,255,.68)}.gnl-more-card{min-height:205px;padding:23px}.gnl-more-card h3{font-size:22px!important;margin:18px 0 6px!important;color:inherit!important}
.gnl-mega-trigger:after{content:'⌄';font-size:.8em;margin-left:7px}
@media(max-width:900px){.gnl-mega-panel{display:none!important}.gnl-mega-trigger:after{display:none}}

/* v1.2 – GNL-Farbwelt aus dem bestätigten Entwurf */
:root{
  --gnl-panel:#fbfaf7;
  --gnl-ink:#161616;
  --gnl-muted:#69665f;
  --gnl-dark:#26261d;
  --gnl-accent:#8b7137;
  --gnl-accent-soft:#eee9df;
  --gnl-line:rgba(91,75,43,.16);
}
.gnl-mega-panel{background:linear-gradient(135deg,#fff 0%,#faf8f3 100%);border:1px solid rgba(139,113,55,.12);box-shadow:0 26px 70px rgba(0,0,0,.22)}
.gnl-mega-kicker,.gnl-column-title{color:#8b7137!important}
.gnl-mega-head{border-color:rgba(139,113,55,.20)}
.gnl-icon{background:#f1ede5;border-color:rgba(139,113,55,.10);color:#3b2d16;font-size:18px}
.gnl-menu-item:hover{background:#f6f2ea}
.gnl-item-arrow{color:#8b7137;opacity:.85}
.gnl-nextgen-dark{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 16%,rgba(193,171,96,.45),transparent 24%),radial-gradient(circle at 75% 42%,rgba(102,124,52,.25),transparent 30%),linear-gradient(145deg,#343326,#1f1f18 72%)!important;color:#fff!important}
.gnl-nextgen-dark:before{content:'';position:absolute;right:-34px;top:18px;width:180px;height:180px;border-radius:55% 45% 58% 42%;background:radial-gradient(ellipse at center,rgba(139,151,65,.38),rgba(77,92,42,.12) 52%,transparent 70%);transform:rotate(-18deg);filter:blur(.2px)}
.gnl-nextgen-dark>*{position:relative;z-index:1}.gnl-nextgen-dark .gnl-mega-kicker{color:#e8dfc8!important}.gnl-nextgen-dark h3{color:#fff!important}.gnl-nextgen-dark p{color:rgba(255,255,255,.78)!important;max-width:270px}.gnl-nextgen-dark .gnl-subcards a{background:rgba(17,17,12,.32);border:1px solid rgba(215,199,165,.48);color:#fff!important}.gnl-nextgen-dark .gnl-subcards a:hover{background:rgba(255,255,255,.10)}
.gnl-bottom-strip{display:grid;grid-template-columns:1fr 1fr 1fr 1.35fr;align-items:stretch;margin:26px -34px -34px;border-top:1px solid rgba(139,113,55,.18);background:#fff}
.gnl-bottom-strip>a{display:flex!important;align-items:center;gap:14px;min-height:74px;padding:15px 24px;color:var(--gnl-ink)!important;border-right:1px solid rgba(139,113,55,.15)}
.gnl-bottom-strip>a:hover{background:#f8f5ef}.gnl-bottom-strip b{display:block;font-size:13px}.gnl-bottom-strip small{display:block;margin-top:4px;font-size:11px;color:var(--gnl-muted)}.gnl-strip-icon{font-size:22px;color:#8b7137;min-width:26px;text-align:center}.gnl-bottom-strip .gnl-strip-all{justify-content:flex-end;border-right:0;color:#8b7137!important;font-weight:800;font-size:13px}
@media(max-width:1100px){.gnl-bottom-strip{grid-template-columns:1fr 1fr 1fr}.gnl-bottom-strip .gnl-strip-all{grid-column:1/-1;justify-content:center;border-top:1px solid rgba(139,113,55,.15)}}

/* v1.3 – Bordeaux-Farbwelt nach preview.html */
:root{
  --gnl-panel:#f5f1ee;
  --gnl-ink:#241b1b;
  --gnl-muted:#786a6a;
  --gnl-dark:#700000;
  --gnl-accent:#8a0000;
  --gnl-accent-soft:#f0e8e4;
  --gnl-line:rgba(112,0,0,.12);
}
.gnl-mega-panel{background:#f5f1ee;border-color:rgba(112,0,0,.14);box-shadow:0 30px 90px rgba(0,0,0,.24)}
.gnl-mega-kicker,.gnl-column-title{color:#8b6666!important}
.gnl-mega-title,.gnl-item-name{color:#700000!important}
.gnl-mega-desc,.gnl-item-copy{color:#766868!important}
.gnl-mega-head{border-color:rgba(112,0,0,.12)}
.gnl-icon{background:#fff;border-color:rgba(112,0,0,.12);color:#700000}
.gnl-menu-item:hover{background:#fff8f8}
.gnl-item-arrow{color:#700000;opacity:.42}
.gnl-feature-card{background:linear-gradient(145deg,#7a0000,#560000)!important}
.gnl-feature-card .gnl-mega-kicker{color:#f3d7d7!important}
.gnl-nextgen-card{background:#f0e8e4!important;color:#241b1b!important}
.gnl-nextgen-card h3{color:#700000!important}
.gnl-nextgen-card p{color:#766868!important}
.gnl-nextgen-card .gnl-subcards a{background:rgba(255,255,255,.72);border:0;color:#700000!important}
.gnl-nextgen-card .gnl-subcards a:hover{background:#fff}
/* v1.2 dark Next-Gen treatment neutralisieren */
.gnl-nextgen-dark{background:#f0e8e4!important;color:#241b1b!important}
.gnl-nextgen-dark:before{display:none!important}
.gnl-nextgen-dark .gnl-mega-kicker{color:#8b6666!important}
.gnl-nextgen-dark h3{color:#700000!important}
.gnl-nextgen-dark p{color:#766868!important;max-width:none}
.gnl-nextgen-dark .gnl-subcards a{background:rgba(255,255,255,.72);border:0;color:#700000!important}
.gnl-nextgen-dark .gnl-subcards a:hover{background:#fff}
.gnl-media-tile,.gnl-more-card{border-color:rgba(112,0,0,.12)}
.gnl-media-tile.live,.gnl-more-card.dark{background:#700000!important;color:#fff!important}
.gnl-media-tile.live p,.gnl-more-card.dark p{color:rgba(255,232,232,.72)!important}
.gnl-more-card:not(.dark):first-child{background:#f0e7e3}
.gnl-bottom-strip{background:#fffdfb;border-top-color:rgba(112,0,0,.12)}
.gnl-bottom-strip>a{border-right-color:rgba(112,0,0,.12)}
.gnl-bottom-strip>a:hover{background:#fff8f8}
.gnl-bottom-strip b{color:#700000}
.gnl-bottom-strip small{color:#766868}
.gnl-strip-icon,.gnl-bottom-strip .gnl-strip-all{color:#700000!important}

/* v1.4 Wide: almost full viewport width on desktop */
@media(min-width:901px){
  .gnl-mega-panel{width:calc(100vw - 40px)!important;max-width:none!important;}
  .gnl-mega-inner{padding-left:42px;padding-right:42px;}
}
@media(min-width:1600px){.gnl-mega-panel{width:calc(100vw - 56px)!important;}}

/* v1.5 Larger typography for wide desktop mega menu */
@media (min-width: 901px){
  .gnl-mega-kicker{font-size:13px!important;line-height:1.35!important;letter-spacing:.16em!important}
  .gnl-column-title{font-size:13px!important;line-height:1.35!important;letter-spacing:.14em!important;margin-bottom:15px!important}
  .gnl-mega-desc{font-size:16px!important;line-height:1.55!important}
  .gnl-item-name{font-size:17px!important;line-height:1.3!important}
  .gnl-item-copy{font-size:14px!important;line-height:1.45!important;margin-top:4px!important}
  .gnl-subcards a{font-size:16px!important;padding:14px 15px!important}
  .gnl-feature-card p{font-size:16px!important;line-height:1.55!important}
  .gnl-feature-card .gnl-mega-kicker{font-size:12px!important}
  .gnl-feature-card a,.gnl-feature-card .gnl-feature-link{font-size:16px!important}
  .gnl-nextgen-card p{font-size:15px!important;line-height:1.5!important}
  .gnl-media-tile p,.gnl-more-card p{font-size:15px!important;line-height:1.5!important}
  .gnl-bottom-strip b{font-size:16px!important;line-height:1.3!important}
  .gnl-bottom-strip small{font-size:14px!important;line-height:1.4!important}
  .gnl-bottom-strip .gnl-strip-all{font-size:16px!important}
  .gnl-strip-icon{font-size:25px!important}
  .gnl-icon{width:42px!important;height:42px!important;font-size:20px!important}
  .gnl-menu-item{grid-template-columns:44px 1fr 24px!important;gap:13px!important;padding:13px 11px!important}
}


/* v1.6 – deutlich größere Schrift; hohe Spezifität gegen The7-Regeln */
@media (min-width:901px){
  #page .gnl-mega-panel .gnl-mega-kicker,
  #phantom .gnl-mega-panel .gnl-mega-kicker{font-size:15px!important;line-height:1.35!important;letter-spacing:.14em!important;}
  #page .gnl-mega-panel .gnl-column-title,
  #phantom .gnl-mega-panel .gnl-column-title{font-size:15px!important;line-height:1.35!important;letter-spacing:.13em!important;margin-bottom:17px!important;}
  #page .gnl-mega-panel .gnl-mega-desc,
  #phantom .gnl-mega-panel .gnl-mega-desc{font-size:18px!important;line-height:1.55!important;}
  #page .gnl-mega-panel a.gnl-menu-item .gnl-item-name,
  #phantom .gnl-mega-panel a.gnl-menu-item .gnl-item-name{font-size:19px!important;line-height:1.3!important;font-weight:780!important;}
  #page .gnl-mega-panel a.gnl-menu-item .gnl-item-copy,
  #phantom .gnl-mega-panel a.gnl-menu-item .gnl-item-copy{font-size:16px!important;line-height:1.45!important;margin-top:4px!important;}
  #page .gnl-mega-panel .gnl-subcards a,
  #phantom .gnl-mega-panel .gnl-subcards a{font-size:18px!important;line-height:1.35!important;padding:15px 16px!important;}
  #page .gnl-mega-panel .gnl-feature-card p,
  #phantom .gnl-mega-panel .gnl-feature-card p{font-size:18px!important;line-height:1.55!important;}
  #page .gnl-mega-panel .gnl-feature-card strong,
  #phantom .gnl-mega-panel .gnl-feature-card strong{font-size:18px!important;line-height:1.35!important;}
  #page .gnl-mega-panel .gnl-nextgen-card p,
  #phantom .gnl-mega-panel .gnl-nextgen-card p{font-size:17px!important;line-height:1.5!important;}
  #page .gnl-mega-panel .gnl-bottom-strip b,
  #phantom .gnl-mega-panel .gnl-bottom-strip b{font-size:18px!important;line-height:1.3!important;}
  #page .gnl-mega-panel .gnl-bottom-strip small,
  #phantom .gnl-mega-panel .gnl-bottom-strip small{font-size:16px!important;line-height:1.4!important;}
  #page .gnl-mega-panel .gnl-bottom-strip .gnl-strip-all,
  #phantom .gnl-mega-panel .gnl-bottom-strip .gnl-strip-all{font-size:18px!important;}
  #page .gnl-mega-panel .gnl-icon,
  #phantom .gnl-mega-panel .gnl-icon{width:46px!important;height:46px!important;font-size:22px!important;}
  #page .gnl-mega-panel .gnl-menu-item,
  #phantom .gnl-mega-panel .gnl-menu-item{grid-template-columns:48px 1fr 25px!important;gap:14px!important;padding:14px 11px!important;}
}
.gnl-anvil-svg{width:27px;height:27px;display:block;}

/* v1.7 icon refinements */
.gnl-anvil-svg{width:30px!important;height:30px!important;display:block!important;color:#700000!important}
.gnl-book-svg{width:30px;height:30px;display:block;color:#700000}
.gnl-strip-icon.gnl-book-icon{display:flex;align-items:center;justify-content:center}
.gnl-strip-icon.gnl-book-icon .gnl-book-svg{width:31px;height:31px}
.gnl-more-book .gnl-book-svg{width:34px;height:34px}

/* v1.8 icon sizing matched to approved real-site reference */
#page .gnl-mega-panel .gnl-anvil-svg,
#phantom .gnl-mega-panel .gnl-anvil-svg{
  width:34px!important;height:30px!important;display:block!important;color:#700000!important;
}
#page .gnl-mega-panel .gnl-strip-icon.gnl-book-icon,
#phantom .gnl-mega-panel .gnl-strip-icon.gnl-book-icon{
  min-width:62px!important;width:62px!important;height:54px!important;display:flex!important;align-items:center!important;justify-content:center!important;
}
#page .gnl-mega-panel .gnl-strip-icon.gnl-book-icon .gnl-book-svg,
#phantom .gnl-mega-panel .gnl-strip-icon.gnl-book-icon .gnl-book-svg{
  width:56px!important;height:48px!important;display:block!important;color:#700000!important;
}


/* v1.9 – definitive icon sizing. Unscoped on purpose so it also works when The7 renders the menu outside #page/#phantom. */
@media (min-width:901px){
  .gnl-mega-panel .gnl-icon:has(.gnl-anvil-svg){
    width:50px!important; min-width:50px!important; height:50px!important;
    display:flex!important; align-items:center!important; justify-content:center!important;
    overflow:visible!important;
  }
  .gnl-mega-panel .gnl-icon .gnl-anvil-svg{
    width:38px!important; min-width:38px!important; height:32px!important;
    max-width:none!important; max-height:none!important; display:block!important;
    color:#700000!important; transform:none!important;
  }
  .gnl-mega-panel .gnl-strip-icon.gnl-book-icon{
    width:58px!important; min-width:58px!important; height:52px!important;
    display:flex!important; align-items:center!important; justify-content:center!important;
    overflow:visible!important; font-size:0!important;
  }
  .gnl-mega-panel .gnl-strip-icon.gnl-book-icon svg.gnl-book-svg{
    width:50px!important; min-width:50px!important; height:44px!important;
    max-width:none!important; max-height:none!important; display:block!important;
    color:#700000!important; transform:none!important;
  }
}

/* v2.0 – exact approved icon proportions. These rules intentionally target only Schmiede and Life College. */
@media (min-width:901px){
  .gnl-mega-panel .gnl-menu-item .gnl-icon:has(> svg.gnl-anvil-svg){
    width:52px!important; min-width:52px!important; height:44px!important;
    padding:0!important; box-sizing:border-box!important; overflow:visible!important;
    display:flex!important; align-items:center!important; justify-content:center!important;
  }
  .gnl-mega-panel .gnl-menu-item .gnl-icon > svg.gnl-anvil-svg{
    width:38px!important; min-width:38px!important; height:26px!important;
    max-width:none!important; max-height:none!important; flex:0 0 38px!important;
  }
  .gnl-mega-panel .gnl-bottom-strip > a .gnl-strip-icon.gnl-book-icon{
    width:64px!important; min-width:64px!important; height:50px!important;
    padding:0!important; margin:0!important; overflow:visible!important;
    display:flex!important; align-items:center!important; justify-content:center!important;
  }
  .gnl-mega-panel .gnl-bottom-strip > a .gnl-strip-icon.gnl-book-icon > svg.gnl-book-svg{
    width:54px!important; min-width:54px!important; height:44px!important;
    max-width:none!important; max-height:none!important; flex:0 0 54px!important;
    stroke-width:4.5!important;
  }
}


/* v2.1 – rendered-shape fix. The SVG viewBox is cropped in markup; these sizes are the final visible targets. */
@media (min-width:901px){
  .gnl-mega-panel .gnl-menu-item .gnl-icon:has(>svg.gnl-anvil-svg){
    width:52px!important; min-width:52px!important; height:46px!important;
    padding:0!important; overflow:hidden!important; display:flex!important;
    align-items:center!important; justify-content:center!important;
  }
  .gnl-mega-panel .gnl-menu-item .gnl-icon>svg.gnl-anvil-svg{
    width:42px!important; min-width:42px!important; max-width:42px!important;
    height:28px!important; max-height:28px!important; flex:0 0 42px!important;
  }
  .gnl-mega-panel .gnl-bottom-strip>a .gnl-strip-icon.gnl-book-icon{
    width:68px!important; min-width:68px!important; height:54px!important;
    padding:0!important; overflow:visible!important; display:flex!important;
    align-items:center!important; justify-content:center!important;
  }
  .gnl-mega-panel .gnl-bottom-strip>a .gnl-strip-icon.gnl-book-icon>svg.gnl-book-svg{
    width:60px!important; min-width:60px!important; max-width:60px!important;
    height:48px!important; max-height:48px!important; flex:0 0 60px!important;
  }
}


/* v2.2 – exact approved icon silhouettes; dimensions unchanged from v2.1. */
@media (min-width:901px){
  .gnl-mega-panel .gnl-menu-item .gnl-icon>svg.gnl-anvil-svg{width:42px!important;min-width:42px!important;max-width:42px!important;height:28px!important;max-height:28px!important;color:#700000!important;}
  .gnl-mega-panel .gnl-bottom-strip>a .gnl-strip-icon.gnl-book-icon>svg.gnl-book-svg{width:60px!important;min-width:60px!important;max-width:60px!important;height:48px!important;max-height:48px!important;color:#700000!important;}
}

/* v2.3 – use the user's exact approved icon artwork, not approximated SVGs. */
.gnl-mega-panel .gnl-icon > img.gnl-anvil-img{
  display:block!important;width:32px!important;height:auto!important;max-width:none!important;object-fit:contain!important;
}
.gnl-mega-panel .gnl-bottom-strip > a .gnl-strip-icon.gnl-book-icon > img.gnl-book-img{
  display:block!important;width:50px!important;height:auto!important;max-width:none!important;object-fit:contain!important;
}


/* v2.4 – media tile and icon cleanup */
.gnl-mega-panel .gnl-icon > svg.gnl-jim-svg{
  width:26px!important;height:26px!important;display:block!important;color:#700000!important;
}
.gnl-mega-panel .gnl-media-tile.gnl-media-predigten{
  background:#f0e8e4!important;
  border:1px solid rgba(112,0,0,.12)!important;
}
.gnl-mega-panel .gnl-media-tile.gnl-media-predigten h3{color:#700000!important;}
.gnl-mega-panel .gnl-media-tile.gnl-media-predigten p{color:#766868!important;}
.gnl-mega-panel .gnl-media-tile .gnl-media-topicon{
  display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;
  color:#700000!important;min-height:24px!important;
}
.gnl-mega-panel .gnl-media-tile .gnl-media-topicon > svg.gnl-mic-svg{
  width:22px!important;height:22px!important;display:block!important;color:#700000!important;
}


/* v2.5 – EFA filled heart */
.gnl-mega-panel .gnl-icon > svg.gnl-heart-svg{width:22px!important;height:22px!important;display:block!important;color:#700000!important;}


/* v2.6 – final Schmiede and EFA icons */
.gnl-mega-panel .gnl-icon > svg.gnl-heart-svg{width:22px!important;height:22px!important;display:block!important;color:#700000!important;}
.gnl-mega-panel .gnl-icon > img.gnl-anvil-img{display:block!important;width:34px!important;height:auto!important;max-width:none!important;object-fit:contain!important;}
