:root{
  --gp-sh-green:#1f7650;
  --gp-sh-green-2:#348e5f;
  --gp-sh-blue:#2b6f93;
  --gp-sh-ink:#173047;
  --gp-sh-muted:#687987;
  --gp-sh-line:#dce7e3;
  --gp-sh-line-strong:#c7dad3;
  --gp-sh-soft:#f3f9f6;
  --gp-sh-soft-2:#edf7f2;
  --gp-sh-soft-blue:#f5f9fc;
  --gp-sh-white:#fff;
  --gp-sh-radius:999px;
  --gp-sh-shadow:0 18px 55px rgba(23,48,71,.14);
  --gp-sh-focus:0 0 0 4px rgba(31,118,80,.11);
}

/* Komplett gekapselte UI-Basis: Elementor-/Theme-Buttonfarben dürfen den Header nicht überschreiben. */
.gp-sh-header,.gp-sh-header *,.gp-sh-overlay,.gp-sh-drawer,.gp-sh-drawer *,.gp-sh-search-modal,.gp-sh-search-modal *{box-sizing:border-box}
.gp-sh-header,.gp-sh-drawer,.gp-sh-search-modal{font-family:inherit;color:var(--gp-sh-ink)}
.gp-sh-header button,.gp-sh-drawer button,.gp-sh-search-modal button{
  -webkit-appearance:none!important;appearance:none!important;
  background-image:none!important;text-shadow:none!important;filter:none!important;
  font-family:inherit!important;letter-spacing:normal!important;text-transform:none!important;
  box-shadow:none!important;
}
.gp-sh-header button:focus,.gp-sh-header button:hover,.gp-sh-header button:active,
.gp-sh-drawer button:focus,.gp-sh-drawer button:hover,.gp-sh-drawer button:active,
.gp-sh-search-modal button:focus,.gp-sh-search-modal button:hover,.gp-sh-search-modal button:active{background-image:none!important;text-shadow:none!important;filter:none!important}
.gp-sh-header svg,.gp-sh-drawer svg,.gp-sh-search-modal svg{display:block;width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.gp-sh-skip{position:fixed;left:12px;top:-80px;z-index:100000;background:#fff;color:var(--gp-sh-ink);padding:10px 14px;border-radius:10px;font-weight:700;box-shadow:var(--gp-sh-shadow);text-decoration:none}
.gp-sh-skip:focus{top:12px;outline:2px solid var(--gp-sh-green);outline-offset:2px}

/* Header */
.gp-sh-header{position:sticky;top:0;z-index:9990;width:100%;background:rgba(255,255,255,.98);border-bottom:1px solid var(--gp-sh-line);backdrop-filter:saturate(140%) blur(12px);-webkit-backdrop-filter:saturate(140%) blur(12px)}
body.admin-bar .gp-sh-header{top:32px}
.gp-sh-inner{width:min(1840px,100%);min-height:104px;margin:0 auto;padding:14px clamp(24px,2.5vw,52px);display:flex;align-items:center;gap:24px}
.gp-sh-brand{display:flex;align-items:center;flex:0 0 auto;text-decoration:none!important;line-height:1;min-width:0}
.gp-sh-logo-img{display:block;width:auto;max-width:235px;height:auto;max-height:58px;object-fit:contain}
.gp-sh-brand-text{font-size:28px;font-weight:700;letter-spacing:-.4px;color:var(--gp-sh-blue)}
.gp-sh-brand-text strong{color:var(--gp-sh-green)}

/* Suche */
.gp-sh-search-desktop{flex:1 1 640px;min-width:260px;max-width:940px}
.gp-sh-search-wrap{position:relative;width:100%}
.gp-sh-search{height:64px;width:100%;display:grid;grid-template-columns:minmax(0,230px) minmax(0,1fr) 72px;align-items:stretch;border:1px solid #d7e1df;border-radius:var(--gp-sh-radius);background:#fff;overflow:visible;transition:border-color .18s ease,box-shadow .18s ease}
.gp-sh-search:focus-within{border-color:#92bfae;box-shadow:var(--gp-sh-focus)}
.gp-sh-category-button,.gp-sh-search-submit{border:0!important;background-color:transparent!important;color:var(--gp-sh-ink)!important;font:inherit!important;cursor:pointer;margin:0!important;min-height:0!important}
.gp-sh-category-button{position:relative;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 22px 0 26px!important;font-size:15px!important;line-height:1.2!important;font-weight:650!important;border-right:1px solid var(--gp-sh-line)!important;border-radius:var(--gp-sh-radius) 0 0 var(--gp-sh-radius)!important;white-space:nowrap}
.gp-sh-category-button:hover,.gp-sh-category-button:focus-visible,.gp-sh-category-button[aria-expanded="true"]{background-color:var(--gp-sh-soft)!important;color:var(--gp-sh-ink)!important}
.gp-sh-category-button:focus-visible{outline:0!important;box-shadow:inset 0 0 0 2px rgba(31,118,80,.26)!important}
.gp-sh-category-button svg{width:17px;height:17px;transition:transform .18s ease;color:var(--gp-sh-green)}
.gp-sh-category-button[aria-expanded="true"] svg{transform:rotate(180deg)}
.gp-sh-category-button [data-gpsh-category-label]{color:var(--gp-sh-ink)!important;font-weight:650!important}
.gp-sh-search-input{width:100%;min-width:0;border:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;padding:0 25px!important;font:inherit!important;font-size:16.5px!important;line-height:1.3!important;font-weight:500!important;color:var(--gp-sh-ink)!important;-webkit-appearance:none!important;border-radius:0!important}
.gp-sh-search-input::placeholder{color:#8995a4!important;opacity:1;font-weight:450}
.gp-sh-search-input::-webkit-search-cancel-button{display:none}
.gp-sh-search-submit{display:grid;place-items:center;border-left:1px solid var(--gp-sh-line)!important;border-radius:0 var(--gp-sh-radius) var(--gp-sh-radius) 0!important;color:var(--gp-sh-ink)!important;padding:0!important}
.gp-sh-search-submit:hover,.gp-sh-search-submit:focus-visible{background-color:var(--gp-sh-soft)!important;color:var(--gp-sh-green)!important}
.gp-sh-search-submit:focus-visible{outline:0!important;box-shadow:inset 0 0 0 2px rgba(31,118,80,.26)!important}
.gp-sh-search-submit svg{width:27px;height:27px;stroke-width:2}

.gp-sh-category-panel,.gp-sh-results{position:absolute;z-index:10020;top:calc(100% + 10px);background:#fff;border:1px solid var(--gp-sh-line);box-shadow:var(--gp-sh-shadow)}
.gp-sh-category-panel{left:0;width:min(420px,92vw);max-height:430px;overflow:auto;border-radius:20px;padding:8px;scrollbar-width:thin;scrollbar-color:#a9bbb5 transparent}
.gp-sh-category-panel::-webkit-scrollbar,.gp-sh-results::-webkit-scrollbar,.gp-sh-drawer::-webkit-scrollbar{width:7px;height:7px}
.gp-sh-category-panel::-webkit-scrollbar-track,.gp-sh-results::-webkit-scrollbar-track,.gp-sh-drawer::-webkit-scrollbar-track{background:transparent}
.gp-sh-category-panel::-webkit-scrollbar-thumb,.gp-sh-results::-webkit-scrollbar-thumb,.gp-sh-drawer::-webkit-scrollbar-thumb{background:#a9bbb5;border-radius:999px;border:2px solid transparent;background-clip:padding-box}
.gp-sh-category-panel[hidden],.gp-sh-results[hidden]{display:none!important}
.gp-sh-category-panel button{width:100%!important;min-height:0!important;border:0!important;background-color:#fff!important;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:11px 13px!important;border-radius:12px!important;text-align:left;color:var(--gp-sh-ink)!important;font:inherit!important;font-size:14px!important;line-height:1.3!important;font-weight:600!important;cursor:pointer;margin:0!important}
.gp-sh-category-panel button:hover,.gp-sh-category-panel button:focus-visible,.gp-sh-category-panel button[aria-current="true"]{background-color:var(--gp-sh-soft)!important;color:var(--gp-sh-ink)!important}
.gp-sh-category-panel button:focus-visible{outline:2px solid rgba(31,118,80,.28)!important;outline-offset:-2px}
.gp-sh-category-panel button span{font-size:12px!important;color:var(--gp-sh-muted)!important;font-weight:650!important}

.gp-sh-results{left:0;right:0;border-radius:22px;overflow-y:auto;max-height:min(590px,70vh);scrollbar-width:thin;scrollbar-color:#a9bbb5 transparent}
.gp-sh-results-inner{padding:8px}
.gp-sh-results-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 12px 7px;color:var(--gp-sh-muted);font-size:11.5px;font-weight:700;letter-spacing:.035em;text-transform:uppercase}
.gp-sh-result{position:relative;display:grid;grid-template-columns:92px minmax(0,1fr) auto;gap:15px;align-items:center;padding:10px 12px;border-radius:15px;text-decoration:none!important;color:var(--gp-sh-ink)!important}
.gp-sh-result:hover,.gp-sh-result:focus-visible{background:var(--gp-sh-soft);outline:0}
.gp-sh-result + .gp-sh-result{border-top:1px solid #edf2f0;border-radius:0}
.gp-sh-result-image{width:92px;height:60px;border-radius:10px;object-fit:cover;background:#edf4f1}
.gp-sh-result-fallback{width:92px;height:60px;border-radius:10px;background:linear-gradient(135deg,#e6f4ed,#e9f1f7);display:grid;place-items:center;color:var(--gp-sh-green);font-weight:700;font-size:18px}
.gp-sh-result-copy{min-width:0}
.gp-sh-result-title{display:block;font-size:15px;line-height:1.28;font-weight:700;color:var(--gp-sh-blue);margin-bottom:4px}
.gp-sh-result-meta{display:flex;align-items:center;gap:8px;margin-bottom:3px;color:var(--gp-sh-green);font-size:11.5px;font-weight:650}
.gp-sh-result-excerpt{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#536573;font-size:12.5px;line-height:1.4;font-weight:450}
.gp-sh-result-arrow{color:#91a59e}
.gp-sh-result-arrow svg{width:19px;height:19px}
.gp-sh-category-hit{margin:3px 3px 7px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;background:linear-gradient(90deg,#edf8f2,#f5f9fc);border:1px solid #e4efeb;border-radius:14px;text-decoration:none!important;color:var(--gp-sh-ink)!important}
.gp-sh-category-hit strong{display:block;font-size:13.5px;color:var(--gp-sh-green);margin-bottom:2px;font-weight:700}
.gp-sh-category-hit span{font-size:11.5px;color:var(--gp-sh-muted)}
.gp-sh-all-results{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:5px;padding:12px 14px;border-top:1px solid var(--gp-sh-line);text-decoration:none!important;color:var(--gp-sh-green)!important;font-size:13px;font-weight:700}
.gp-sh-all-results svg{width:18px;height:18px}
.gp-sh-results-state{padding:24px 20px;text-align:center;color:var(--gp-sh-muted);font-size:14px;font-weight:450}
.gp-sh-loader{width:24px;height:24px;margin:0 auto 10px;border:2px solid #d8e8e1;border-top-color:var(--gp-sh-green);border-radius:50%;animation:gpsh-spin .75s linear infinite}
@keyframes gpsh-spin{to{transform:rotate(360deg)}}

/* Aktions-Icons */
.gp-sh-actions{margin-left:auto;display:flex;align-items:center;gap:13px;flex:0 0 auto}
.gp-sh-action,.gp-sh-menu-button,.gp-sh-close{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--gp-sh-line)!important;background-color:#fff!important;color:var(--gp-sh-ink)!important;text-decoration:none!important;font:inherit!important;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease;margin:0!important;box-shadow:none!important}
.gp-sh-action{width:58px;height:58px;min-width:58px!important;min-height:58px!important;padding:0!important;border-radius:50%!important}
.gp-sh-action:hover,.gp-sh-action:focus-visible,.gp-sh-menu-button:hover,.gp-sh-menu-button:focus-visible,.gp-sh-close:hover,.gp-sh-close:focus-visible{background-color:var(--gp-sh-soft)!important;border-color:var(--gp-sh-line-strong)!important;color:var(--gp-sh-green)!important}
.gp-sh-action:focus-visible,.gp-sh-menu-button:focus-visible,.gp-sh-close:focus-visible{outline:0!important;box-shadow:var(--gp-sh-focus)!important}
.gp-sh-action:active,.gp-sh-menu-button:active,.gp-sh-close:active{transform:translateY(1px);background-color:var(--gp-sh-soft-2)!important;color:var(--gp-sh-green)!important}
.gp-sh-action svg{width:24px;height:24px;stroke-width:1.85}
.gp-sh-action-search{display:none}
.gp-sh-action-text{display:none}
.gp-sh-menu-button{height:58px;min-height:58px!important;min-width:132px!important;padding:0 23px!important;gap:12px;border-radius:var(--gp-sh-radius)!important;font-size:15px!important;line-height:1!important;font-weight:700!important}
.gp-sh-menu-button svg{width:24px;height:24px}

/* Overlay + Drawer */
.gp-sh-overlay{position:fixed;inset:0;z-index:9995;background:rgba(20,39,46,.32);backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}
.gp-sh-overlay[hidden]{display:none!important}
.gp-sh-drawer{position:fixed;z-index:10000;top:0;right:0;width:min(560px,94vw);max-height:100dvh;background:#fff;box-shadow:-20px 0 65px rgba(17,47,57,.2);padding:0;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#a9bbb5 transparent}
body.admin-bar .gp-sh-drawer{top:32px;max-height:calc(100dvh - 32px)}
.gp-sh-drawer[hidden]{display:none!important}
.gp-sh-topics-panel{height:100dvh}
body.admin-bar .gp-sh-topics-panel{height:calc(100dvh - 32px)}
.gp-sh-menu-panel{height:auto}
.gp-sh-drawer-head{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.98);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:space-between;gap:18px;padding:24px 28px;border-bottom:1px solid var(--gp-sh-line)}
.gp-sh-drawer-head h2{margin:2px 0 0;font:inherit;font-size:24px;font-weight:700;letter-spacing:-.25px;color:var(--gp-sh-ink)}
.gp-sh-eyebrow{font-size:11px;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:var(--gp-sh-green)}
.gp-sh-close{width:44px;height:44px;min-width:44px!important;min-height:44px!important;padding:0!important;border-radius:50%!important;flex:0 0 auto}
.gp-sh-close svg{width:20px;height:20px}
.gp-sh-topic-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:20px 24px 10px}
.gp-sh-topic-link{display:grid;grid-template-columns:9px minmax(0,1fr);column-gap:10px;row-gap:2px;align-items:center;padding:13px;border:1px solid #e8efed;border-radius:14px;text-decoration:none!important;color:var(--gp-sh-ink)!important;background:#fff}
.gp-sh-topic-link:hover,.gp-sh-topic-link:focus-visible{border-color:#bdd8ce;background:var(--gp-sh-soft);outline:0}
.gp-sh-topic-dot{width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--gp-sh-green-2),var(--gp-sh-blue))}
.gp-sh-topic-link>span:nth-child(2){font-size:13px;font-weight:650;line-height:1.3}
.gp-sh-topic-link small{grid-column:2;font-size:11px;color:var(--gp-sh-muted);font-weight:450}
.gp-sh-drawer-cta{margin:16px 24px 28px;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 18px;border-radius:14px;background:var(--gp-sh-green)!important;color:#fff!important;text-decoration:none!important;font-size:13px;font-weight:700}
.gp-sh-drawer-cta:hover,.gp-sh-drawer-cta:focus-visible{background:var(--gp-sh-green-2)!important;color:#fff!important;outline:0}
.gp-sh-drawer-cta svg{width:18px;height:18px}

/* Menü */
.gp-sh-menu-head .gp-sh-brand-panel{max-width:240px}
.gp-sh-menu-search{padding:19px 24px 8px;position:relative;z-index:20}
.gp-sh-search-wrap-panel .gp-sh-search{height:56px;grid-template-columns:minmax(125px,160px) minmax(0,1fr) 56px}
.gp-sh-search-wrap-panel .gp-sh-category-button{padding:0 16px!important;font-size:13px!important}
.gp-sh-search-wrap-panel .gp-sh-search-input{font-size:14px!important;padding:0 15px!important}
.gp-sh-search-wrap-panel .gp-sh-search-submit svg{width:22px;height:22px}
.gp-sh-search-wrap-panel .gp-sh-category-panel,.gp-sh-search-wrap-panel .gp-sh-results{z-index:10040}
.gp-sh-nav{padding:12px 24px}
.gp-sh-nav-primary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 4px;border-bottom:1px solid #edf2f0;text-decoration:none!important;color:var(--gp-sh-ink)!important;font-size:16px;font-weight:700}
.gp-sh-nav-primary svg{width:20px;height:20px;color:#91a59e}
.gp-sh-nav-group{border-bottom:1px solid #edf2f0;padding:8px 0 13px}
.gp-sh-nav-group-head{display:flex;align-items:center;gap:8px}
.gp-sh-nav-group-head>a{flex:1;padding:10px 4px;text-decoration:none!important;color:var(--gp-sh-ink)!important;font-size:16px;font-weight:700}
.gp-sh-nav-group-head button{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;padding:0!important;border:0!important;background-color:var(--gp-sh-soft)!important;color:var(--gp-sh-green)!important;border-radius:12px!important;display:grid;place-items:center;cursor:pointer;margin:0!important}
.gp-sh-nav-group-head button:hover,.gp-sh-nav-group-head button:focus-visible,.gp-sh-nav-group-head button:active{background-color:var(--gp-sh-soft-2)!important;color:var(--gp-sh-green)!important}
.gp-sh-nav-group-head button:focus-visible{outline:2px solid rgba(31,118,80,.28)!important;outline-offset:1px}
.gp-sh-nav-group-head button svg{width:18px;height:18px;transition:transform .2s ease}
.gp-sh-nav-group-head button[aria-expanded="false"] svg{transform:rotate(-90deg)}
.gp-sh-nav-sub{display:grid;grid-template-columns:1fr 1fr;gap:5px 10px;padding:3px 0 2px}
.gp-sh-nav-sub[hidden]{display:none!important}
.gp-sh-nav-sub a{padding:8px 7px;border-radius:9px;text-decoration:none!important;color:#536573!important;font-size:12.5px;line-height:1.3;font-weight:550}
.gp-sh-nav-sub a:hover,.gp-sh-nav-sub a:focus-visible{background:var(--gp-sh-soft);color:var(--gp-sh-green)!important;outline:0}
.gp-sh-menu-featured{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:4px 24px 20px}
.gp-sh-menu-featured>a{display:flex;gap:11px;align-items:flex-start;padding:13px;border:1px solid #e7efec;border-radius:14px;background:linear-gradient(135deg,#f2faf6,#f5f9fc);text-decoration:none!important;color:var(--gp-sh-ink)!important}
.gp-sh-menu-featured>a:hover,.gp-sh-menu-featured>a:focus-visible{border-color:#c9ddd5;outline:0}
.gp-sh-menu-featured svg{width:21px;height:21px;color:var(--gp-sh-green);flex:0 0 auto}
.gp-sh-menu-featured strong{display:block;font-size:12.5px;margin-bottom:2px;font-weight:650}
.gp-sh-menu-featured small{display:block;font-size:10.5px;line-height:1.35;color:var(--gp-sh-muted);font-weight:450}
.gp-sh-menu-footer{display:flex;flex-wrap:wrap;gap:7px 16px;padding:16px 28px 24px;border-top:1px solid var(--gp-sh-line)}
.gp-sh-menu-footer a{font-size:11.5px;font-weight:550;color:#697d88!important;text-decoration:none!important}

/* Suchmodal */
.gp-sh-search-modal{position:fixed;z-index:10010;top:calc(32px + 20px);left:50%;transform:translateX(-50%);width:min(760px,calc(100% - 32px));background:#fff;border:1px solid var(--gp-sh-line);border-radius:24px;padding:18px;box-shadow:var(--gp-sh-shadow)}
body:not(.admin-bar) .gp-sh-search-modal{top:20px}
.gp-sh-search-modal[hidden]{display:none!important}
.gp-sh-modal-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;padding:1px 3px 0 7px}
.gp-sh-modal-title{font-size:18px;font-weight:700;color:var(--gp-sh-ink)}
.gp-sh-search-modal .gp-sh-search-wrap-panel .gp-sh-search{height:60px}
.gp-sh-search-modal .gp-sh-results{position:relative;top:auto;left:auto;right:auto;margin-top:10px;box-shadow:none;border-radius:17px;max-height:calc(100dvh - 180px)}
.gp-sh-search-modal .gp-sh-category-panel{top:70px}

html.gp-sh-lock,html.gp-sh-lock body{overflow:hidden!important}


/* 1.1.1 – Feinausrichtung: identische Mittellinien, keine sichtbaren Artikelzahlen. */
.gp-sh-search{align-items:stretch}
.gp-sh-category-button,.gp-sh-search-input,.gp-sh-search-submit{height:100%!important;margin-top:0!important;margin-bottom:0!important}
.gp-sh-category-button{line-height:1!important}
.gp-sh-category-button>span{display:flex;align-items:center;min-height:100%}
.gp-sh-search-submit{line-height:0!important}
.gp-sh-actions{align-items:center}
.gp-sh-action,.gp-sh-menu-button{line-height:0!important;vertical-align:middle}
.gp-sh-action svg,.gp-sh-menu-button svg{margin:auto}
.gp-sh-action-coupons svg{width:24px;height:24px;transform:none}
.gp-sh-category-panel{padding:8px 9px}
.gp-sh-category-panel button{justify-content:flex-start;min-height:46px!important;padding:0 15px!important;line-height:1.25!important}
.gp-sh-category-panel button>span{display:none!important}
.gp-sh-results-head{justify-content:flex-start}
.gp-sh-topic-link{grid-template-columns:9px minmax(0,1fr);row-gap:0}
.gp-sh-topic-link small{display:none!important}

/* 1440 / 1366 / kleine Desktops */
@media (max-width:1440px){
  .gp-sh-inner{padding-inline:26px;gap:18px}
  .gp-sh-logo-img{max-width:218px;max-height:54px}
  .gp-sh-actions{gap:10px}
  .gp-sh-action{width:54px;height:54px;min-width:54px!important;min-height:54px!important}
  .gp-sh-menu-button{height:54px;min-height:54px!important;min-width:116px!important;padding-inline:18px!important}
}

@media (max-width:1280px){
  .gp-sh-inner{padding-inline:22px;gap:15px}
  .gp-sh-logo-img{max-width:200px;max-height:50px}
  .gp-sh-search{grid-template-columns:minmax(145px,175px) minmax(0,1fr) 62px;height:58px}
  .gp-sh-category-button{padding-inline:17px!important;font-size:13.5px!important}
  .gp-sh-search-input{font-size:15px!important;padding-inline:18px!important}
  .gp-sh-actions{gap:8px}
  .gp-sh-action{width:50px;height:50px;min-width:50px!important;min-height:50px!important}
  .gp-sh-menu-button{height:50px;min-height:50px!important;min-width:106px!important;padding-inline:15px!important;font-size:14px!important}
}

/* Tablet landscape / iPad Pro / kleine Laptops: kompakter Header mit Such-Icon */
@media (max-width:1120px){
  .gp-sh-inner{min-height:88px}
  .gp-sh-search-desktop{display:none}
  .gp-sh-action-search{display:inline-flex}
  .gp-sh-actions{margin-left:auto}
  .gp-sh-logo-img{max-width:220px}
  .gp-sh-menu-panel{width:min(540px,92vw)}
}

@media (max-width:900px){
  .gp-sh-inner{padding-inline:18px;gap:12px;min-height:84px}
  .gp-sh-logo-img{max-width:205px;max-height:49px}
  .gp-sh-actions{gap:7px}
  .gp-sh-action{width:46px;height:46px;min-width:46px!important;min-height:46px!important}
  .gp-sh-action svg{width:22px;height:22px}
  .gp-sh-menu-button{width:46px;min-width:46px!important;height:46px;min-height:46px!important;padding:0!important;border-radius:50%!important}
  .gp-sh-menu-button span{display:none}
  .gp-sh-menu-button svg{width:22px;height:22px}
  .gp-sh-menu-panel{height:auto;max-height:calc(100dvh - 10px);top:5px;border-radius:22px 0 0 22px}
  body.admin-bar .gp-sh-menu-panel{top:51px;max-height:calc(100dvh - 56px)}
  .gp-sh-menu-panel .gp-sh-drawer-head{position:relative}
}

@media (max-width:782px){
  body.admin-bar .gp-sh-header{top:46px}
  body.admin-bar .gp-sh-drawer{top:46px;max-height:calc(100dvh - 46px)}
  body.admin-bar .gp-sh-topics-panel{height:calc(100dvh - 46px)}
  .gp-sh-search-modal{top:66px}
}

/* iPad Mini / Tablets */
@media (max-width:767px){
  .gp-sh-header{backdrop-filter:none;-webkit-backdrop-filter:none;background:#fff}
  .gp-sh-inner{min-height:76px;padding:10px 14px;gap:8px}
  .gp-sh-logo-img{max-width:180px;max-height:47px}
  .gp-sh-actions{gap:6px}
  .gp-sh-action{width:43px;height:43px;min-width:43px!important;min-height:43px!important}
  .gp-sh-action svg{width:21px;height:21px}
  .gp-sh-menu-button{width:43px;min-width:43px!important;height:43px;min-height:43px!important}
  .gp-sh-menu-button svg{width:21px;height:21px}
  .gp-sh-drawer{width:min(520px,100vw)}
  .gp-sh-menu-panel{top:0;max-height:100dvh;border-radius:0}
  body.admin-bar .gp-sh-menu-panel{top:46px;max-height:calc(100dvh - 46px)}
  .gp-sh-drawer-head{padding:17px 18px}
  .gp-sh-topic-grid{padding:16px 16px 8px;gap:8px}
  .gp-sh-drawer-cta{margin:14px 16px 22px}
  .gp-sh-menu-search{padding:15px 16px 7px}
  .gp-sh-nav{padding:8px 16px}
  .gp-sh-menu-featured{padding:4px 16px 16px}
  .gp-sh-menu-footer{padding:14px 20px 18px}

  /* Suche im Menü nicht mehr gequetscht: Themenzeile oben, Eingabe darunter. */
  .gp-sh-menu-search .gp-sh-search{height:auto;min-height:96px;display:grid;grid-template-columns:minmax(0,1fr) 54px;border-radius:17px;overflow:visible}
  .gp-sh-menu-search .gp-sh-category-button{grid-column:1/-1;height:41px;border-right:0!important;border-bottom:1px solid var(--gp-sh-line)!important;border-radius:17px 17px 0 0!important;padding:0 15px!important;background-color:var(--gp-sh-soft)!important}
  .gp-sh-menu-search .gp-sh-search-input{height:54px!important;padding:0 15px!important;font-size:14.5px!important}
  .gp-sh-menu-search .gp-sh-search-submit{height:54px;border-left:1px solid var(--gp-sh-line)!important;border-radius:0 0 17px 0!important}
  .gp-sh-menu-search .gp-sh-category-panel{top:47px;width:100%;max-height:42vh}

  .gp-sh-search-modal{top:10px!important;width:calc(100% - 18px);padding:12px;border-radius:20px}
  .gp-sh-modal-head{margin-bottom:10px}
  .gp-sh-modal-title{font-size:16px}
  .gp-sh-search-modal .gp-sh-search{height:auto;min-height:98px;display:grid;grid-template-columns:1fr 56px;border-radius:16px;overflow:visible}
  .gp-sh-search-modal .gp-sh-category-button{grid-column:1/-1;height:42px;border-right:0!important;border-bottom:1px solid var(--gp-sh-line)!important;border-radius:16px 16px 0 0!important;padding:0 14px!important;background-color:var(--gp-sh-soft)!important}
  .gp-sh-search-modal .gp-sh-search-input{height:55px!important;padding:0 15px!important;font-size:15px!important}
  .gp-sh-search-modal .gp-sh-search-submit{height:55px;border-left:1px solid var(--gp-sh-line)!important;border-radius:0 0 16px 0!important}
  .gp-sh-search-modal .gp-sh-category-panel{top:48px;width:100%;max-height:42vh}
  .gp-sh-search-modal .gp-sh-results{max-height:calc(100dvh - 158px)}
  .gp-sh-result{grid-template-columns:72px minmax(0,1fr) 18px;gap:10px;padding:9px}
  .gp-sh-result-image,.gp-sh-result-fallback{width:72px;height:52px;border-radius:8px}
  .gp-sh-result-title{font-size:13.5px;font-weight:700}
  .gp-sh-result-meta{font-size:10.5px}
  .gp-sh-result-excerpt{font-size:11.5px}
  .gp-sh-nav-sub{grid-template-columns:1fr}
}

/* Smartphones: vier Kern-Icons + Menü bleiben sichtbar. Newsletter wandert ins Menü. */
@media (max-width:600px){
  .gp-sh-action-newsletter{display:none!important}
  .gp-sh-inner{padding-inline:12px;gap:7px}
  .gp-sh-logo-img{max-width:150px;max-height:42px}
  .gp-sh-actions{gap:5px}
  .gp-sh-action,.gp-sh-menu-button{width:40px;min-width:40px!important;height:40px;min-height:40px!important}
  .gp-sh-action svg,.gp-sh-menu-button svg{width:20px;height:20px}
  .gp-sh-topic-grid{grid-template-columns:1fr}
  .gp-sh-menu-featured{grid-template-columns:1fr 1fr}
}

@media (max-width:520px){
  .gp-sh-inner{min-height:70px;padding-inline:10px;gap:5px}
  .gp-sh-logo-img{max-width:132px;max-height:39px}
  .gp-sh-action,.gp-sh-menu-button{width:38px;min-width:38px!important;height:38px;min-height:38px!important}
  .gp-sh-action svg,.gp-sh-menu-button svg{width:19px;height:19px}
  .gp-sh-menu-featured{grid-template-columns:1fr}
}

@media (max-width:430px){
  .gp-sh-inner{padding-inline:8px;gap:4px}
  .gp-sh-logo-img{max-width:122px;max-height:37px}
  .gp-sh-action,.gp-sh-menu-button{width:37px;min-width:37px!important;height:37px;min-height:37px!important}
  .gp-sh-actions{gap:4px}
  .gp-sh-action svg,.gp-sh-menu-button svg{width:18px;height:18px}
  .gp-sh-menu-search{padding-inline:12px}
  .gp-sh-nav{padding-inline:12px}
  .gp-sh-menu-featured{padding-inline:12px}
}

@media (max-width:390px){
  .gp-sh-inner{padding-inline:7px;gap:3px}
  .gp-sh-logo-img{max-width:114px}
  .gp-sh-action,.gp-sh-menu-button{width:36px;min-width:36px!important;height:36px;min-height:36px!important}
  .gp-sh-actions{gap:3px}
}

@media (max-width:360px){
  .gp-sh-inner{padding-inline:6px;gap:3px}
  .gp-sh-logo-img{max-width:108px;max-height:34px}
  .gp-sh-action,.gp-sh-menu-button{width:35px;min-width:35px!important;height:35px;min-height:35px!important}
  .gp-sh-action svg,.gp-sh-menu-button svg{width:17px;height:17px}
}

@media (max-width:340px){
  .gp-sh-logo-img{max-width:100px}
  .gp-sh-action,.gp-sh-menu-button{width:33px;min-width:33px!important;height:33px;min-height:33px!important}
  .gp-sh-actions{gap:2px}
  .gp-sh-inner{gap:2px;padding-inline:5px}
}


/* 1.1.2 – adaptiv größeres Hauptlogo.
   Das Logo nutzt den verfügbaren Raum stärker, darf bei Platzdruck aber flexibel schrumpfen.
   Die Größen springen bewusst an 1120 px wieder etwas nach oben, weil dort die breite Desktop-Suche
   in das Such-Icon wechselt und dadurch deutlich mehr Platz für die Marke frei wird. */
.gp-sh-header{--gp-sh-main-logo-width:260px}
.gp-sh-header .gp-sh-brand{
  width:var(--gp-sh-main-logo-width);
  max-width:var(--gp-sh-main-logo-width);
  flex:0 1 var(--gp-sh-main-logo-width);
}
.gp-sh-header .gp-sh-logo-img{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  max-height:64px;
  object-fit:contain;
  object-position:left center;
}
@media (max-width:1440px){.gp-sh-header{--gp-sh-main-logo-width:245px}}
@media (max-width:1280px){.gp-sh-header{--gp-sh-main-logo-width:225px}}
@media (max-width:1120px){.gp-sh-header{--gp-sh-main-logo-width:245px}}
@media (max-width:900px){.gp-sh-header{--gp-sh-main-logo-width:235px}}
@media (max-width:767px){.gp-sh-header{--gp-sh-main-logo-width:220px}}
@media (max-width:600px){.gp-sh-header{--gp-sh-main-logo-width:180px}}
@media (max-width:520px){.gp-sh-header{--gp-sh-main-logo-width:165px}}
@media (max-width:430px){.gp-sh-header{--gp-sh-main-logo-width:150px}}
@media (max-width:390px){.gp-sh-header{--gp-sh-main-logo-width:140px}}
@media (max-width:360px){.gp-sh-header{--gp-sh-main-logo-width:130px}}
@media (max-width:340px){.gp-sh-header{--gp-sh-main-logo-width:122px}}


/* 1.1.3 – Logo nutzt den REAL verfügbaren Platz statt nur eine feste Breakpoint-Maximalbreite.
   Auf Smartphones bleibt die komplette Icon-Reihe erhalten; die Marke wächst flexibel in den Restbereich.
   Dadurch ist das Logo auf 412/390/360/340 px sichtbar größer, ohne Umbruch oder Überlappung. */
@media (max-width:1120px){
  .gp-sh-header .gp-sh-brand{
    width:auto;
    max-width:260px;
    flex:1 1 260px;
    min-width:0;
  }
  .gp-sh-header .gp-sh-logo-img{
    width:100%;
    max-width:100%;
    max-height:60px;
  }
  .gp-sh-header .gp-sh-actions{flex:0 0 auto;min-width:max-content}
}
@media (max-width:900px){
  .gp-sh-header .gp-sh-brand{max-width:255px;flex-basis:255px}
}
@media (max-width:767px){
  .gp-sh-header .gp-sh-brand{max-width:250px;flex-basis:250px}
  .gp-sh-header .gp-sh-logo-img{max-height:54px}
}
@media (max-width:600px){
  .gp-sh-header .gp-sh-brand{
    max-width:min(210px,47vw);
    flex:1 1 min(210px,47vw);
  }
  .gp-sh-header .gp-sh-logo-img{max-height:50px}
}
@media (max-width:430px){
  .gp-sh-inner{gap:4px}
  .gp-sh-header .gp-sh-brand{
    max-width:min(205px,47vw);
    flex-basis:min(205px,47vw);
  }
}
@media (max-width:390px){
  .gp-sh-inner{padding-inline:7px;gap:3px}
  .gp-sh-actions{gap:2px}
  .gp-sh-action,.gp-sh-menu-button{
    width:34px;min-width:34px!important;height:34px;min-height:34px!important;
  }
  .gp-sh-action svg,.gp-sh-menu-button svg{width:17px;height:17px}
  .gp-sh-header .gp-sh-brand{
    max-width:min(180px,47vw);
    flex-basis:min(180px,47vw);
  }
}
@media (max-width:360px){
  .gp-sh-inner{padding-inline:6px;gap:2px}
  .gp-sh-actions{gap:2px}
  .gp-sh-action,.gp-sh-menu-button{
    width:33px;min-width:33px!important;height:33px;min-height:33px!important;
  }
  .gp-sh-header .gp-sh-brand{
    max-width:min(170px,47vw);
    flex-basis:min(170px,47vw);
  }
  .gp-sh-header .gp-sh-logo-img{max-height:46px}
}
@media (max-width:340px){
  .gp-sh-inner{padding-inline:5px;gap:2px}
  .gp-sh-action,.gp-sh-menu-button{
    width:31px;min-width:31px!important;height:31px;min-height:31px!important;
  }
  .gp-sh-action svg,.gp-sh-menu-button svg{width:16px;height:16px}
  .gp-sh-header .gp-sh-brand{
    max-width:min(160px,47vw);
    flex-basis:min(160px,47vw);
  }
}

/* 1.1.4 – Mobile-Logo minimal zurückgenommen (ca. 3–4 %),
   damit die Marke weiterhin präsent bleibt, aber die Icon-Reihe etwas mehr optische Luft bekommt.
   Die Abstufung bleibt fluid und berücksichtigt auch Zwischenbreiten. */
@media (max-width:430px){
  .gp-sh-header .gp-sh-brand{
    max-width:min(195px,45.5vw);
    flex-basis:min(195px,45.5vw);
  }
}
@media (max-width:390px){
  .gp-sh-header .gp-sh-brand{
    max-width:min(174px,45.5vw);
    flex-basis:min(174px,45.5vw);
  }
}
@media (max-width:360px){
  .gp-sh-header .gp-sh-brand{
    max-width:min(164px,45.5vw);
    flex-basis:min(164px,45.5vw);
  }
}
@media (max-width:340px){
  .gp-sh-header .gp-sh-brand{
    max-width:min(155px,45.5vw);
    flex-basis:min(155px,45.5vw);
  }
}

@media (prefers-reduced-motion:reduce){
  .gp-sh-header *,.gp-sh-drawer *,.gp-sh-search-modal *{scroll-behavior:auto!important;animation-duration:.001ms!important;transition-duration:.001ms!important}
}

@media (forced-colors:active){
  .gp-sh-header,.gp-sh-drawer,.gp-sh-search-modal,.gp-sh-search,.gp-sh-action,.gp-sh-menu-button{border:1px solid CanvasText!important}
}

/* Letzte Schutzschicht gegen globale Elementor-/Theme-Buttonzustände. */
.gp-sh-header .gp-sh-category-button,.gp-sh-drawer .gp-sh-category-button,.gp-sh-search-modal .gp-sh-category-button,
.gp-sh-header .gp-sh-search-submit,.gp-sh-drawer .gp-sh-search-submit,.gp-sh-search-modal .gp-sh-search-submit{
  color:var(--gp-sh-ink)!important;background-color:transparent!important;background-image:none!important;border-color:var(--gp-sh-line)!important;
}
.gp-sh-header .gp-sh-category-button:hover,.gp-sh-header .gp-sh-category-button:focus,.gp-sh-header .gp-sh-category-button:active,.gp-sh-header .gp-sh-category-button[aria-expanded="true"],
.gp-sh-drawer .gp-sh-category-button:hover,.gp-sh-drawer .gp-sh-category-button:focus,.gp-sh-drawer .gp-sh-category-button:active,.gp-sh-drawer .gp-sh-category-button[aria-expanded="true"],
.gp-sh-search-modal .gp-sh-category-button:hover,.gp-sh-search-modal .gp-sh-category-button:focus,.gp-sh-search-modal .gp-sh-category-button:active,.gp-sh-search-modal .gp-sh-category-button[aria-expanded="true"]{
  color:var(--gp-sh-ink)!important;background-color:var(--gp-sh-soft)!important;background-image:none!important;
}
.gp-sh-header .gp-sh-category-button [data-gpsh-category-label],.gp-sh-drawer .gp-sh-category-button [data-gpsh-category-label],.gp-sh-search-modal .gp-sh-category-button [data-gpsh-category-label]{color:var(--gp-sh-ink)!important}
.gp-sh-header .gp-sh-action,.gp-sh-header .gp-sh-menu-button,.gp-sh-drawer .gp-sh-close,.gp-sh-search-modal .gp-sh-close{
  color:var(--gp-sh-ink)!important;background-color:#fff!important;background-image:none!important;border-color:var(--gp-sh-line)!important;
}
.gp-sh-header .gp-sh-action:hover,.gp-sh-header .gp-sh-action:focus,.gp-sh-header .gp-sh-action:active,
.gp-sh-header .gp-sh-menu-button:hover,.gp-sh-header .gp-sh-menu-button:focus,.gp-sh-header .gp-sh-menu-button:active,
.gp-sh-drawer .gp-sh-close:hover,.gp-sh-drawer .gp-sh-close:focus,.gp-sh-drawer .gp-sh-close:active,
.gp-sh-search-modal .gp-sh-close:hover,.gp-sh-search-modal .gp-sh-close:focus,.gp-sh-search-modal .gp-sh-close:active{
  color:var(--gp-sh-green)!important;background-color:var(--gp-sh-soft)!important;background-image:none!important;border-color:var(--gp-sh-line-strong)!important;
}
.gp-sh-drawer .gp-sh-nav-group-head button,.gp-sh-drawer .gp-sh-nav-group-head button:hover,.gp-sh-drawer .gp-sh-nav-group-head button:focus,.gp-sh-drawer .gp-sh-nav-group-head button:active{
  color:var(--gp-sh-green)!important;background-color:var(--gp-sh-soft)!important;background-image:none!important;border-color:transparent!important;
}
.gp-sh-header .gp-sh-category-panel button,.gp-sh-drawer .gp-sh-category-panel button,.gp-sh-search-modal .gp-sh-category-panel button,
.gp-sh-header .gp-sh-category-panel button:hover,.gp-sh-drawer .gp-sh-category-panel button:hover,.gp-sh-search-modal .gp-sh-category-panel button:hover,
.gp-sh-header .gp-sh-category-panel button:focus,.gp-sh-drawer .gp-sh-category-panel button:focus,.gp-sh-search-modal .gp-sh-category-panel button:focus{
  color:var(--gp-sh-ink)!important;background-color:#fff!important;background-image:none!important;
}
.gp-sh-header .gp-sh-category-panel button:hover,.gp-sh-drawer .gp-sh-category-panel button:hover,.gp-sh-search-modal .gp-sh-category-panel button:hover,
.gp-sh-header .gp-sh-category-panel button:focus,.gp-sh-drawer .gp-sh-category-panel button:focus,.gp-sh-search-modal .gp-sh-category-panel button:focus,
.gp-sh-header .gp-sh-category-panel button[aria-current="true"],.gp-sh-drawer .gp-sh-category-panel button[aria-current="true"],.gp-sh-search-modal .gp-sh-category-panel button[aria-current="true"]{background-color:var(--gp-sh-soft)!important;color:var(--gp-sh-ink)!important}

/* 1.1.5 – neutrale Klick-/Fokuszustände und exakte Desktop-Menüausrichtung. */
.gp-sh-header a,.gp-sh-header button,.gp-sh-header input,
.gp-sh-drawer a,.gp-sh-drawer button,.gp-sh-drawer input,
.gp-sh-search-modal a,.gp-sh-search-modal button,.gp-sh-search-modal input{
  -webkit-tap-highlight-color:transparent!important;
}

/* Ein Mausklick soll keine dauerhaft eingefärbte Oberfläche hinterlassen. */
.gp-sh-header .gp-sh-search:focus-within,
.gp-sh-drawer .gp-sh-search:focus-within,
.gp-sh-search-modal .gp-sh-search:focus-within{
  border-color:#d7e1df!important;
  box-shadow:none!important;
}

.gp-sh-header .gp-sh-category-button,
.gp-sh-drawer .gp-sh-category-button,
.gp-sh-search-modal .gp-sh-category-button,
.gp-sh-header .gp-sh-category-button:hover,
.gp-sh-drawer .gp-sh-category-button:hover,
.gp-sh-search-modal .gp-sh-category-button:hover,
.gp-sh-header .gp-sh-category-button:active,
.gp-sh-drawer .gp-sh-category-button:active,
.gp-sh-search-modal .gp-sh-category-button:active,
.gp-sh-header .gp-sh-category-button[aria-expanded="true"],
.gp-sh-drawer .gp-sh-category-button[aria-expanded="true"],
.gp-sh-search-modal .gp-sh-category-button[aria-expanded="true"]{
  background-color:transparent!important;
  color:var(--gp-sh-ink)!important;
  box-shadow:none!important;
  transform:none!important;
}

.gp-sh-header .gp-sh-action,
.gp-sh-header .gp-sh-menu-button,
.gp-sh-drawer .gp-sh-close,
.gp-sh-search-modal .gp-sh-close,
.gp-sh-header .gp-sh-action:hover,
.gp-sh-header .gp-sh-menu-button:hover,
.gp-sh-drawer .gp-sh-close:hover,
.gp-sh-search-modal .gp-sh-close:hover,
.gp-sh-header .gp-sh-action:active,
.gp-sh-header .gp-sh-menu-button:active,
.gp-sh-drawer .gp-sh-close:active,
.gp-sh-search-modal .gp-sh-close:active{
  background-color:#fff!important;
  color:var(--gp-sh-ink)!important;
  border-color:var(--gp-sh-line)!important;
  box-shadow:none!important;
  transform:none!important;
}

.gp-sh-header .gp-sh-search-submit,
.gp-sh-drawer .gp-sh-search-submit,
.gp-sh-search-modal .gp-sh-search-submit,
.gp-sh-header .gp-sh-search-submit:hover,
.gp-sh-drawer .gp-sh-search-submit:hover,
.gp-sh-search-modal .gp-sh-search-submit:hover,
.gp-sh-header .gp-sh-search-submit:active,
.gp-sh-drawer .gp-sh-search-submit:active,
.gp-sh-search-modal .gp-sh-search-submit:active{
  background-color:transparent!important;
  color:var(--gp-sh-ink)!important;
  box-shadow:none!important;
  transform:none!important;
}

/* Aktuell gewählte Kategorie wird bereits im Label sichtbar – keine zusätzliche Farbkachel nötig. */
.gp-sh-header .gp-sh-category-panel button[aria-current="true"],
.gp-sh-drawer .gp-sh-category-panel button[aria-current="true"],
.gp-sh-search-modal .gp-sh-category-panel button[aria-current="true"]{
  background-color:#fff!important;
  color:var(--gp-sh-ink)!important;
}

/* Mouse/Touch focus neutral; sichtbare Tastatur-Fokusmarkierung bleibt zugänglich. */
.gp-sh-header button:focus:not(:focus-visible),
.gp-sh-header a:focus:not(:focus-visible),
.gp-sh-drawer button:focus:not(:focus-visible),
.gp-sh-drawer a:focus:not(:focus-visible),
.gp-sh-search-modal button:focus:not(:focus-visible),
.gp-sh-search-modal a:focus:not(:focus-visible){
  outline:0!important;
  box-shadow:none!important;
}
.gp-sh-header .gp-sh-action:focus-visible,
.gp-sh-header .gp-sh-menu-button:focus-visible,
.gp-sh-header .gp-sh-category-button:focus-visible,
.gp-sh-header .gp-sh-search-submit:focus-visible,
.gp-sh-drawer .gp-sh-close:focus-visible,
.gp-sh-drawer .gp-sh-category-button:focus-visible,
.gp-sh-drawer .gp-sh-search-submit:focus-visible,
.gp-sh-search-modal .gp-sh-close:focus-visible,
.gp-sh-search-modal .gp-sh-category-button:focus-visible,
.gp-sh-search-modal .gp-sh-search-submit:focus-visible{
  background-color:inherit!important;
  color:var(--gp-sh-ink)!important;
  outline:2px solid #a9c4ba!important;
  outline-offset:2px!important;
  box-shadow:none!important;
}

/* Desktop: Text und Hamburger bilden eine optisch exakt zentrierte Einheit. */
@media (min-width:901px){
  .gp-sh-header .gp-sh-menu-button{
    display:grid!important;
    grid-template-columns:auto 24px;
    align-items:center!important;
    justify-content:center!important;
    column-gap:12px!important;
    line-height:1!important;
  }
  .gp-sh-header .gp-sh-menu-button>span{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    height:24px;
    line-height:24px!important;
    margin:0!important;
    padding:0!important;
  }
  .gp-sh-header .gp-sh-menu-button>svg{
    width:22px!important;
    height:22px!important;
    flex:0 0 22px;
    justify-self:center!important;
    align-self:center!important;
    margin:0!important;
    position:relative;
    inset:auto!important;
    transform:none!important;
  }
}
@media (min-width:1441px){
  .gp-sh-header .gp-sh-menu-button{min-width:128px!important;padding:0 18px!important}
}
@media (min-width:1281px) and (max-width:1440px){
  .gp-sh-header .gp-sh-menu-button{min-width:116px!important;padding:0 15px!important;column-gap:11px!important}
}
@media (min-width:1121px) and (max-width:1280px){
  .gp-sh-header .gp-sh-menu-button{min-width:106px!important;padding:0 13px!important;column-gap:10px!important}
  .gp-sh-header .gp-sh-menu-button>svg{width:21px!important;height:21px!important}
}

/* 1.1.7 – echte Begrenzung langer Kategorien im Header.
   Wichtig: Der Text darf niemals die Grid-Spalte verlassen oder über den Such-Placeholder laufen. */
.gp-sh-search > *{
  min-width:0;
}
.gp-sh-header .gp-sh-category-button,
.gp-sh-drawer .gp-sh-category-button,
.gp-sh-search-modal .gp-sh-category-button{
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
}
.gp-sh-header .gp-sh-category-button [data-gpsh-category-label],
.gp-sh-drawer .gp-sh-category-button [data-gpsh-category-label],
.gp-sh-search-modal .gp-sh-category-button [data-gpsh-category-label]{
  display:block!important;
  flex:1 1 0%!important;
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  line-height:1.2!important;
}
.gp-sh-header .gp-sh-category-button > svg,
.gp-sh-drawer .gp-sh-category-button > svg,
.gp-sh-search-modal .gp-sh-category-button > svg{
  flex:0 0 17px!important;
  width:17px!important;
  min-width:17px!important;
  max-width:17px!important;
}
/* Der Eingabebereich bleibt unabhängig vom Kategorienamen in seiner eigenen Spalte. */
.gp-sh-search > .gp-sh-search-input{
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
}
/* Hidden-Status gewinnt immer gegen Theme-/Elementor-Regeln. */
.gp-sh-search-wrap .gp-sh-category-panel[hidden],
.gp-sh-search-wrap .gp-sh-results[hidden]{
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

/* Auf normalen Desktopbreiten darf die Kategorie etwas breiter sein; bei kleineren Headern bleibt sie begrenzt. */
@media (min-width:1441px){
  .gp-sh-search{grid-template-columns:minmax(0,235px) minmax(0,1fr) 72px}
}
@media (min-width:1281px) and (max-width:1440px){
  .gp-sh-search{grid-template-columns:minmax(0,225px) minmax(0,1fr) 68px}
}
@media (min-width:1121px) and (max-width:1280px){
  .gp-sh-search{grid-template-columns:minmax(0,210px) minmax(0,1fr) 64px}
  .gp-sh-category-button{padding-left:20px!important;padding-right:16px!important}
}

/* 1.1.8 – Kategorienfeld optisch sauber statt hart abgeschnitten.
   Der Desktop bekommt genug Platz für echte Kategorienamen; nur bei sehr langen
   Namen wird die Schrift minimal kompakter. Ellipsis bleibt ausschließlich als
   Sicherheitsnetz für ungewöhnlich enge Zwischenbreiten. */
@media (min-width:1441px){
  .gp-sh-header .gp-sh-search-desktop .gp-sh-search{
    grid-template-columns:300px minmax(0,1fr) 72px!important;
  }
}
@media (min-width:1281px) and (max-width:1440px){
  .gp-sh-header .gp-sh-search-desktop .gp-sh-search{
    grid-template-columns:282px minmax(0,1fr) 68px!important;
  }
}
@media (min-width:1121px) and (max-width:1280px){
  .gp-sh-header .gp-sh-search-desktop .gp-sh-search{
    grid-template-columns:252px minmax(0,1fr) 64px!important;
  }
}

@media (min-width:1121px){
  .gp-sh-header .gp-sh-search-desktop .gp-sh-category-button{
    gap:9px!important;
    padding-left:22px!important;
    padding-right:17px!important;
  }
  .gp-sh-header .gp-sh-search-desktop .gp-sh-category-button [data-gpsh-category-label]{
    display:flex!important;
    align-items:center!important;
    width:100%!important;
    min-width:0!important;
    font-size:14.5px!important;
    line-height:1.15!important;
    letter-spacing:-.005em!important;
  }
  .gp-sh-header .gp-sh-search-desktop .gp-sh-category-button [data-gpsh-label-size="long"]{
    font-size:13.7px!important;
    letter-spacing:-.012em!important;
  }
  .gp-sh-header .gp-sh-search-desktop .gp-sh-category-button [data-gpsh-label-size="xlong"]{
    font-size:12.9px!important;
    letter-spacing:-.016em!important;
  }
  .gp-sh-header .gp-sh-search-desktop .gp-sh-category-button > svg{
    margin-left:auto!important;
    flex:0 0 16px!important;
    width:16px!important;
    min-width:16px!important;
    height:16px!important;
  }
}

@media (min-width:1281px){
  .gp-sh-header .gp-sh-search-desktop .gp-sh-category-button [data-gpsh-label-size="xlong"]{
    font-size:13.35px!important;
  }
}

/* Suchfeld bleibt immer sauber getrennt; sein Text beginnt erst hinter der
   Kategorien-Trennlinie und kann niemals vom Kategorienamen überlagert werden. */
.gp-sh-header .gp-sh-search-desktop .gp-sh-search-input{
  position:relative!important;
  z-index:1!important;
  background:#fff!important;
}

/* 1.1.9 – dieselbe saubere Kategorien-Darstellung in ALLEN Suchvarianten.
   Der breite Desktop-Header bleibt horizontal. In Menü-Drawer und Suchmodal
   steht die Kategorie immer in einer eigenen vollen Zeile; damit können auch
   lange Namen niemals abgeschnitten werden oder in das Eingabefeld hineinragen. */
.gp-sh-search-wrap-panel .gp-sh-search{
  height:auto!important;
  min-height:104px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 58px!important;
  grid-template-rows:46px 58px!important;
  align-items:stretch!important;
  overflow:visible!important;
  border-radius:18px!important;
}
.gp-sh-search-wrap-panel .gp-sh-category-button{
  grid-column:1 / -1!important;
  grid-row:1!important;
  width:100%!important;
  height:46px!important;
  min-height:46px!important;
  padding:0 16px 0 18px!important;
  gap:12px!important;
  border-right:0!important;
  border-bottom:1px solid var(--gp-sh-line)!important;
  border-radius:18px 18px 0 0!important;
  overflow:hidden!important;
  background:#fff!important;
  font-size:13.5px!important;
}
.gp-sh-search-wrap-panel .gp-sh-category-button [data-gpsh-category-label]{
  display:block!important;
  flex:1 1 auto!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  overflow:hidden!important;
  text-overflow:clip!important;
  white-space:nowrap!important;
  font-size:13.5px!important;
  line-height:1.15!important;
  letter-spacing:0!important;
}
.gp-sh-search-wrap-panel .gp-sh-category-button [data-gpsh-label-size="long"],
.gp-sh-search-wrap-panel .gp-sh-category-button [data-gpsh-label-size="xlong"]{
  font-size:13.5px!important;
  letter-spacing:0!important;
}
.gp-sh-search-wrap-panel .gp-sh-category-button > svg{
  margin-left:auto!important;
  flex:0 0 17px!important;
  width:17px!important;
  min-width:17px!important;
  height:17px!important;
}
.gp-sh-search-wrap-panel .gp-sh-search-input{
  grid-column:1!important;
  grid-row:2!important;
  height:58px!important;
  min-height:58px!important;
  padding:0 18px!important;
  font-size:15px!important;
  border-radius:0 0 0 18px!important;
}
.gp-sh-search-wrap-panel .gp-sh-search-submit{
  grid-column:2!important;
  grid-row:2!important;
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  border-left:1px solid var(--gp-sh-line)!important;
  border-radius:0 0 18px 0!important;
}
.gp-sh-search-wrap-panel .gp-sh-category-panel{
  top:52px!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  max-width:100%!important;
}
.gp-sh-search-wrap-panel .gp-sh-results{
  top:calc(100% + 10px)!important;
  left:0!important;
  right:0!important;
  width:100%!important;
}

/* Modal nutzt dieselbe robuste Struktur, auch auf Desktop/Tablet. */
.gp-sh-search-modal .gp-sh-search-wrap-panel .gp-sh-search{
  min-height:108px!important;
  grid-template-rows:48px 60px!important;
}
.gp-sh-search-modal .gp-sh-search-wrap-panel .gp-sh-category-button{
  height:48px!important;
  min-height:48px!important;
}
.gp-sh-search-modal .gp-sh-search-wrap-panel .gp-sh-search-input,
.gp-sh-search-modal .gp-sh-search-wrap-panel .gp-sh-search-submit{
  height:60px!important;
  min-height:60px!important;
}
.gp-sh-search-modal .gp-sh-search-wrap-panel .gp-sh-category-panel{
  top:54px!important;
}

/* Sehr schmale Geräte: Schrift minimal kleiner, der vollständige Kategoriename
   bleibt trotzdem in der eigenen vollen Zeile und kollidiert mit nichts. */
@media (max-width:390px){
  .gp-sh-search-wrap-panel .gp-sh-category-button,
  .gp-sh-search-wrap-panel .gp-sh-category-button [data-gpsh-category-label],
  .gp-sh-search-wrap-panel .gp-sh-category-button [data-gpsh-label-size="long"],
  .gp-sh-search-wrap-panel .gp-sh-category-button [data-gpsh-label-size="xlong"]{
    font-size:12.75px!important;
  }
}
@media (max-width:340px){
  .gp-sh-search-wrap-panel .gp-sh-category-button,
  .gp-sh-search-wrap-panel .gp-sh-category-button [data-gpsh-category-label],
  .gp-sh-search-wrap-panel .gp-sh-category-button [data-gpsh-label-size="long"],
  .gp-sh-search-wrap-panel .gp-sh-category-button [data-gpsh-label-size="xlong"]{
    font-size:12.25px!important;
  }
}


/* 1.1.10 – saubere Textausrichtung in der gestapelten Suche (Drawer/Modal).
   Der Kategoriename steht links auf derselben optischen Achse wie das Suchfeld;
   der Pfeil bleibt rechts. Damit wirkt die Zeile nicht mehr unruhig oder zentriert. */
.gp-sh-search-wrap-panel .gp-sh-category-button{
  justify-content:flex-start!important;
  align-items:center!important;
  text-align:left!important;
  padding-left:22px!important;
  padding-right:18px!important;
}
.gp-sh-search-wrap-panel .gp-sh-category-button [data-gpsh-category-label]{
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  flex:1 1 auto!important;
  min-width:0!important;
  text-align:left!important;
  line-height:1.2!important;
}
.gp-sh-search-wrap-panel .gp-sh-category-button > svg{
  margin-left:auto!important;
  margin-right:0!important;
}
.gp-sh-search-wrap-panel .gp-sh-search-input{
  padding-left:22px!important;
  padding-right:18px!important;
}
@media (max-width:520px){
  .gp-sh-search-wrap-panel .gp-sh-category-button{
    padding-left:18px!important;
    padding-right:15px!important;
  }
  .gp-sh-search-wrap-panel .gp-sh-search-input{
    padding-left:18px!important;
    padding-right:15px!important;
  }
}
@media (max-width:360px){
  .gp-sh-search-wrap-panel .gp-sh-category-button{
    padding-left:16px!important;
    padding-right:14px!important;
  }
  .gp-sh-search-wrap-panel .gp-sh-search-input{
    padding-left:16px!important;
    padding-right:14px!important;
  }
}

/* 1.2.0 – Vorteils-Center, Partner-Landingpage und vollständig gekapselte Conversion-UI. */
.gp-sh-benefits-panel,.gp-sh-benefits-panel *,.gp-aff-page,.gp-aff-page *{box-sizing:border-box}
.gp-sh-benefits-panel,.gp-aff-page{font-family:inherit;color:var(--gp-sh-ink);-webkit-tap-highlight-color:transparent}
.gp-sh-benefits-panel button,.gp-aff-page button,.gp-sh-benefits-panel a,.gp-aff-page a{
  font-family:inherit!important;text-transform:none!important;letter-spacing:normal!important;text-shadow:none!important;filter:none!important;
}
.gp-sh-benefits-panel button,.gp-aff-page button{-webkit-appearance:none!important;appearance:none!important;background-image:none!important;box-shadow:none!important}
.gp-sh-benefits-panel svg,.gp-aff-page svg{display:block;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.gp-sh-benefits-panel[hidden]{display:none!important}

/* Ticket-Icon: bleibt auch im offenen Zustand neutral, ohne rote/Theme-Farben. */
.gp-sh-action-coupons,
.gp-sh-action-coupons:hover,
.gp-sh-action-coupons:active,
.gp-sh-action-coupons:focus,
.gp-sh-action-coupons[aria-expanded="true"]{
  background:#fff!important;color:var(--gp-sh-ink)!important;border-color:var(--gp-sh-line)!important;box-shadow:none!important;
}
.gp-sh-action-coupons:hover{color:var(--gp-sh-green)!important;background:var(--gp-sh-soft)!important}
.gp-sh-action-coupons:focus{outline:none!important}
.gp-sh-action-coupons:focus-visible{outline:2px solid rgba(31,118,80,.42)!important;outline-offset:2px!important}
.gp-sh-action-coupons[aria-expanded="true"]{background:var(--gp-sh-soft-2)!important;color:var(--gp-sh-green)!important;border-color:var(--gp-sh-line-strong)!important}

/* Großes Vorteils-Panel – Desktop rechts unter dem Header. */
.gp-sh-benefits-panel{
  position:fixed;z-index:10030;top:116px;right:clamp(20px,2.3vw,46px);width:min(760px,calc(100vw - 40px));max-height:calc(100dvh - 138px);
  overflow:auto;background:#fff;border:1px solid var(--gp-sh-line);border-radius:28px;box-shadow:0 28px 90px rgba(23,48,71,.22);
  scrollbar-width:thin;scrollbar-color:#a9bbb5 transparent;overscroll-behavior:contain;
}
body.admin-bar .gp-sh-benefits-panel{top:148px;max-height:calc(100dvh - 170px)}
.gp-sh-benefits-panel::-webkit-scrollbar{width:7px}.gp-sh-benefits-panel::-webkit-scrollbar-track{background:transparent}.gp-sh-benefits-panel::-webkit-scrollbar-thumb{background:#a9bbb5;border-radius:999px;border:2px solid transparent;background-clip:padding-box}
.gp-sh-benefits-head{position:sticky;top:0;z-index:2;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:24px 24px 18px;background:rgba(255,255,255,.98);border-bottom:1px solid var(--gp-sh-line);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.gp-sh-benefits-heading{display:flex;align-items:flex-start;gap:15px;min-width:0}.gp-sh-benefits-heading>div{min-width:0}.gp-sh-benefits-icon{flex:0 0 50px;width:50px;height:50px;border-radius:16px;display:grid;place-items:center;background:var(--gp-sh-soft-2);color:var(--gp-sh-green)}
.gp-sh-benefits-icon svg{width:25px;height:25px}.gp-sh-benefits-head h2{margin:2px 0 5px!important;font-size:25px!important;line-height:1.12!important;font-weight:750!important;letter-spacing:-.025em!important;color:var(--gp-sh-green)!important}.gp-sh-benefits-head p{margin:0!important;max-width:520px;color:var(--gp-sh-muted)!important;font-size:13.5px!important;line-height:1.45!important;font-weight:500!important}
.gp-sh-benefits-head .gp-sh-eyebrow{display:block;color:var(--gp-sh-green)!important;font-size:10.5px!important;line-height:1.2!important;font-weight:750!important;letter-spacing:.07em!important;text-transform:uppercase!important}
.gp-sh-benefits-panel .gp-sh-close,.gp-sh-benefits-panel .gp-sh-close:hover,.gp-sh-benefits-panel .gp-sh-close:active,.gp-sh-benefits-panel .gp-sh-close:focus{flex:0 0 44px;width:44px;height:44px;min-width:44px!important;min-height:44px!important;padding:0!important;margin:0!important;border:1px solid var(--gp-sh-line)!important;border-radius:50%!important;background:#fff!important;color:var(--gp-sh-ink)!important;display:grid!important;place-items:center!important}
.gp-sh-benefits-panel .gp-sh-close:hover{background:var(--gp-sh-soft)!important;color:var(--gp-sh-green)!important}.gp-sh-benefits-panel .gp-sh-close:focus-visible{outline:2px solid rgba(31,118,80,.42)!important;outline-offset:2px!important}

.gp-sh-benefits-codebar{margin:18px 22px 2px;padding:14px 16px;border:1px solid #d9ebe3;border-radius:17px;background:linear-gradient(90deg,#edf8f2,#f7fbf9);display:flex;align-items:center;justify-content:space-between;gap:18px}
.gp-sh-benefits-codebar>span{display:flex;align-items:baseline;flex-wrap:wrap;gap:7px 11px}.gp-sh-benefits-codebar small{color:var(--gp-sh-muted);font-size:11.5px;font-weight:600}.gp-sh-benefits-codebar strong{color:var(--gp-sh-green);font-size:19px;letter-spacing:.045em;font-weight:800}
.gp-aff-copy,.gp-aff-copy:hover,.gp-aff-copy:active,.gp-aff-copy:focus{border:1px solid #cae1d7!important;background:#fff!important;color:var(--gp-sh-green)!important;border-radius:12px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;padding:9px 12px!important;margin:0!important;min-height:40px!important;font-size:12px!important;line-height:1!important;font-weight:700!important;cursor:pointer!important;white-space:nowrap!important}
.gp-aff-copy svg{width:17px;height:17px}.gp-aff-copy:hover{background:var(--gp-sh-soft)!important;border-color:#a9cebe!important}.gp-aff-copy:focus-visible{outline:2px solid rgba(31,118,80,.42)!important;outline-offset:2px!important}.gp-aff-copy.is-copied{background:var(--gp-sh-soft-2)!important;color:var(--gp-sh-green)!important}
.gp-aff-live{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;white-space:nowrap!important}

.gp-sh-benefits-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:16px 22px 20px}
.gp-sh-benefit-card{display:grid;grid-template-columns:46px minmax(0,1fr);gap:12px;min-width:0;padding:15px;border:1px solid var(--gp-sh-line);border-radius:18px;background:#fff;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.gp-sh-benefit-card:hover{border-color:#cbded6;box-shadow:0 10px 28px rgba(23,48,71,.07);transform:translateY(-1px)}
.gp-aff-partner-icon{width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;border-radius:15px;background:var(--gp-sh-soft-2);color:var(--gp-sh-green)}.gp-aff-partner-icon svg{width:24px;height:24px}
.gp-sh-benefit-copy{min-width:0}.gp-sh-benefit-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.gp-sh-benefit-title-row h3{margin:1px 0 0!important;color:var(--gp-sh-ink)!important;font-size:14.5px!important;line-height:1.2!important;font-weight:750!important}.gp-sh-benefit-badge{flex:0 0 auto;padding:5px 7px;border-radius:999px;background:var(--gp-sh-soft-2);color:var(--gp-sh-green);font-size:9.5px;line-height:1;font-weight:800;white-space:nowrap}
.gp-sh-benefit-summary{margin:4px 0 3px!important;color:var(--gp-sh-green)!important;font-size:11.5px!important;line-height:1.3!important;font-weight:700!important}.gp-sh-benefit-detail{margin:0!important;color:#5d6f7c!important;font-size:11.25px!important;line-height:1.43!important;font-weight:480!important}
.gp-sh-benefit-actions{display:flex;align-items:center;justify-content:space-between;gap:9px;margin-top:10px}.gp-sh-code-mini{color:var(--gp-sh-muted);font-size:10.5px;font-weight:600}.gp-sh-code-mini strong{color:var(--gp-sh-green);font-weight:800;letter-spacing:.025em}.gp-sh-partner-link{display:inline-flex;align-items:center;gap:5px;color:var(--gp-sh-green)!important;text-decoration:none!important;font-size:11.5px!important;font-weight:750!important;white-space:nowrap}.gp-sh-partner-link svg{width:16px;height:16px}.gp-sh-partner-link:hover{text-decoration:none!important;color:#155f3e!important}.gp-sh-partner-link:focus-visible{outline:2px solid rgba(31,118,80,.38)!important;outline-offset:3px!important;border-radius:4px}
.gp-sh-benefits-foot{padding:0 22px 22px}.gp-sh-benefits-foot p{margin:0 0 12px!important;color:var(--gp-sh-muted)!important;font-size:10.75px!important;line-height:1.45!important}.gp-sh-benefits-foot p strong{color:var(--gp-sh-ink)!important}.gp-sh-benefits-all{min-height:48px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;border:1px solid #bad7cb;border-radius:15px;background:var(--gp-sh-soft-2);color:var(--gp-sh-green)!important;text-decoration:none!important;font-size:13px!important;font-weight:750!important}.gp-sh-benefits-all svg{width:18px;height:18px}.gp-sh-benefits-all:hover{background:#e5f4ed;color:#155f3e!important}.gp-sh-benefits-all:focus-visible{outline:2px solid rgba(31,118,80,.42)!important;outline-offset:2px!important}

/* Landingpage ersetzt die bisherige Gutscheincode-Seite, ohne den Rest des Themes umzubauen. */
.gp-aff-page{--gp-aff-max:1240px;width:min(var(--gp-aff-max),calc(100% - 32px));margin:clamp(26px,4vw,58px) auto clamp(48px,7vw,90px);position:relative}
.gp-aff-page h1,.gp-aff-page h2,.gp-aff-page h3,.gp-aff-page p,.gp-aff-page ul{margin-top:0}.gp-aff-page a{text-decoration:none!important}.gp-aff-kicker{display:inline-flex;align-items:center;gap:7px;color:var(--gp-sh-green)!important;font-size:11px!important;line-height:1.2!important;font-weight:800!important;letter-spacing:.065em!important;text-transform:uppercase!important}.gp-aff-kicker svg{width:17px;height:17px}
.gp-aff-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:22px;align-items:stretch;padding:clamp(22px,3vw,40px);border:1px solid #dbe9e3;border-radius:30px;background:linear-gradient(115deg,#fbfdfc 0%,#eef8f3 58%,#f7fbf9 100%);overflow:hidden;position:relative}.gp-aff-hero:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-90px;top:-110px;background:radial-gradient(circle,rgba(94,176,129,.16),rgba(94,176,129,0) 70%);pointer-events:none}
.gp-aff-hero-copy{position:relative;z-index:1;align-self:center;padding:6px 0}.gp-aff-hero h1{max-width:760px;margin:11px 0 14px!important;color:var(--gp-sh-ink)!important;font-size:clamp(32px,4vw,55px)!important;line-height:1.02!important;font-weight:760!important;letter-spacing:-.045em!important}.gp-aff-hero-copy>p{max-width:760px;margin:0!important;color:#526775!important;font-size:clamp(15px,1.35vw,18px)!important;line-height:1.62!important;font-weight:480!important}.gp-aff-hero-copy>p strong{color:var(--gp-sh-green)!important;font-weight:800!important}
.gp-aff-hero-actions{display:flex;align-items:stretch;flex-wrap:wrap;gap:10px;margin-top:22px}.gp-aff-copy-hero,.gp-aff-copy-hero:hover,.gp-aff-copy-hero:active,.gp-aff-copy-hero:focus{min-height:58px!important;padding:8px 16px!important;border-radius:16px!important;background:#fff!important}.gp-aff-copy-hero>span{display:grid;text-align:left;gap:1px}.gp-aff-copy-hero small{font-size:9.5px;color:var(--gp-sh-muted);text-transform:uppercase;letter-spacing:.06em}.gp-aff-copy-hero strong{font-size:17px;color:var(--gp-sh-green);letter-spacing:.045em}.gp-aff-copy-hero em{font-style:normal;font-size:11px;color:var(--gp-sh-green);font-weight:750}
.gp-aff-primary{min-height:58px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 20px;border:1px solid var(--gp-sh-green);border-radius:16px;background:var(--gp-sh-green);color:#fff!important;font-size:13px!important;font-weight:750!important}.gp-aff-primary svg{width:18px;height:18px}.gp-aff-primary:hover{background:#196943;color:#fff!important}.gp-aff-primary:focus-visible{outline:2px solid rgba(31,118,80,.46)!important;outline-offset:3px!important}
.gp-aff-hero-card{position:relative;z-index:1;padding:23px;border:1px solid rgba(199,218,211,.9);border-radius:23px;background:rgba(255,255,255,.88);box-shadow:0 16px 46px rgba(23,48,71,.08);align-self:stretch}.gp-aff-hero-card-icon{width:54px;height:54px;display:grid;place-items:center;border-radius:17px;background:var(--gp-sh-soft-2);color:var(--gp-sh-green);margin-bottom:14px}.gp-aff-hero-card h2{margin:0 0 10px!important;color:var(--gp-sh-green)!important;font-size:21px!important;line-height:1.18!important;font-weight:760!important;letter-spacing:-.02em!important}.gp-aff-hero-card ul{list-style:none!important;padding:0!important;margin:0 0 12px!important;display:grid;gap:8px}.gp-aff-hero-card li{position:relative;padding-left:23px;color:var(--gp-sh-ink)!important;font-size:13px!important;line-height:1.35!important;font-weight:650!important}.gp-aff-hero-card li:before{content:"✓";position:absolute;left:0;top:0;color:var(--gp-sh-green);font-weight:900}.gp-aff-hero-card p{margin:0!important;color:var(--gp-sh-muted)!important;font-size:11.5px!important;line-height:1.5!important}
.gp-aff-trustline{display:flex;align-items:flex-start;gap:11px;margin:14px 0 0;padding:13px 16px;border:1px solid var(--gp-sh-line);border-radius:16px;background:#fff}.gp-aff-trustline>span{color:var(--gp-sh-green);margin-top:1px}.gp-aff-trustline svg{width:20px;height:20px}.gp-aff-trustline p{margin:0!important;color:var(--gp-sh-muted)!important;font-size:11.5px!important;line-height:1.5!important}.gp-aff-trustline strong{color:var(--gp-sh-ink)!important}
.gp-aff-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin:clamp(34px,5vw,58px) 2px 18px}.gp-aff-section-head h2{margin:6px 0 0!important;color:var(--gp-sh-ink)!important;font-size:clamp(25px,2.6vw,34px)!important;line-height:1.12!important;font-weight:760!important;letter-spacing:-.035em!important}.gp-aff-section-head>p{max-width:430px;margin:0!important;text-align:right;color:var(--gp-sh-muted)!important;font-size:12.5px!important;line-height:1.5!important}
.gp-aff-partner-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.gp-aff-card{min-width:0;display:flex;flex-direction:column;padding:19px;border:1px solid var(--gp-sh-line);border-radius:22px;background:#fff;box-shadow:0 10px 36px rgba(23,48,71,.045);transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.gp-aff-card:hover{transform:translateY(-2px);border-color:#c6ddd3;box-shadow:0 15px 40px rgba(23,48,71,.075)}.gp-aff-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px}.gp-aff-card .gp-aff-partner-icon{width:50px;height:50px;flex-basis:50px;border-radius:16px}.gp-aff-saving{padding:7px 10px;border-radius:999px;background:var(--gp-sh-soft-2);color:var(--gp-sh-green);font-size:10px;font-weight:800;white-space:nowrap}.gp-aff-card h3{margin:0 0 5px!important;color:var(--gp-sh-ink)!important;font-size:18px!important;line-height:1.2!important;font-weight:760!important}.gp-aff-card-summary{margin:0 0 8px!important;color:var(--gp-sh-green)!important;font-size:12px!important;line-height:1.35!important;font-weight:720!important}.gp-aff-card-detail{margin:0 0 15px!important;color:#5b6e7b!important;font-size:12px!important;line-height:1.55!important;font-weight:480!important;flex:1 1 auto}.gp-aff-codebox{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:auto;padding:10px 11px;border:1px solid #dcece5;border-radius:14px;background:var(--gp-sh-soft)}.gp-aff-codebox>span{display:grid;gap:1px}.gp-aff-codebox small{color:var(--gp-sh-muted);font-size:9px;text-transform:uppercase;letter-spacing:.06em;font-weight:700}.gp-aff-codebox strong{color:var(--gp-sh-green);font-size:14px;letter-spacing:.045em;font-weight:850}.gp-aff-codebox .gp-aff-copy{padding:7px 9px!important;min-height:34px!important;font-size:10.5px!important}.gp-aff-no-code{min-height:55px;display:flex;align-items:center;gap:9px;margin-top:auto;padding:10px 11px;border:1px solid var(--gp-sh-line);border-radius:14px;background:#f8fbfa;color:var(--gp-sh-muted);font-size:10.75px;line-height:1.4;font-weight:600}.gp-aff-no-code>span:first-child{flex:0 0 25px;width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:var(--gp-sh-soft-2);color:var(--gp-sh-green)}.gp-aff-no-code svg{width:15px;height:15px}.gp-aff-card-cta{min-height:45px;margin-top:10px;display:flex;align-items:center;justify-content:center;gap:7px;border:1px solid var(--gp-sh-green);border-radius:13px;background:var(--gp-sh-green);color:#fff!important;font-size:12px!important;font-weight:750!important}.gp-aff-card-cta svg{width:17px;height:17px}.gp-aff-card-cta:hover{background:#196943;color:#fff!important}.gp-aff-card-cta:focus-visible{outline:2px solid rgba(31,118,80,.46)!important;outline-offset:2px!important}
.gp-aff-partner-grid-more{grid-template-columns:repeat(2,minmax(0,1fr));max-width:820px}.gp-aff-more-head{margin-top:42px}
.gp-aff-how{margin-top:clamp(36px,5vw,58px);padding:clamp(18px,2.5vw,28px);border:1px solid var(--gp-sh-line);border-radius:24px;background:#f8fbfa}.gp-aff-how .gp-aff-section-head{margin:0 0 17px}.gp-aff-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:11px}.gp-aff-steps>div{padding:16px;border:1px solid #e2ece8;border-radius:17px;background:#fff}.gp-aff-steps span{width:29px;height:29px;border-radius:50%;display:grid;place-items:center;background:var(--gp-sh-soft-2);color:var(--gp-sh-green);font-size:11px;font-weight:850;margin-bottom:10px}.gp-aff-steps h3{margin:0 0 4px!important;color:var(--gp-sh-ink)!important;font-size:14px!important;line-height:1.25!important;font-weight:750!important}.gp-aff-steps p{margin:0!important;color:var(--gp-sh-muted)!important;font-size:11px!important;line-height:1.45!important}
.gp-aff-note{display:flex;align-items:flex-start;gap:15px;margin-top:14px;padding:18px 19px;border:1px solid #dce9e4;border-radius:19px;background:#fff}.gp-aff-note-icon{flex:0 0 42px;width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:var(--gp-sh-soft-2);color:var(--gp-sh-green)}.gp-aff-note h2{margin:1px 0 5px!important;color:var(--gp-sh-ink)!important;font-size:15px!important;line-height:1.2!important;font-weight:760!important}.gp-aff-note p{margin:0!important;color:var(--gp-sh-muted)!important;font-size:11.5px!important;line-height:1.55!important}

/* Externe Theme-Farben (inkl. Rot/Pink) dürfen keine Zustände übernehmen. */
.gp-sh-benefits-panel a:hover,.gp-sh-benefits-panel a:active,.gp-sh-benefits-panel a:focus,
.gp-aff-page a:hover,.gp-aff-page a:active,.gp-aff-page a:focus,
.gp-sh-benefits-panel button:hover,.gp-sh-benefits-panel button:active,.gp-sh-benefits-panel button:focus,
.gp-aff-page button:hover,.gp-aff-page button:active,.gp-aff-page button:focus{background-image:none!important;text-shadow:none!important;filter:none!important;box-shadow:none!important}

@media (max-width:1440px){
  .gp-sh-benefits-panel{top:102px;right:24px;width:min(720px,calc(100vw - 36px));max-height:calc(100dvh - 120px)}body.admin-bar .gp-sh-benefits-panel{top:134px;max-height:calc(100dvh - 152px)}
  .gp-sh-benefits-head{padding:20px 20px 16px}.gp-sh-benefits-codebar{margin-inline:18px}.gp-sh-benefits-grid{padding-inline:18px}.gp-sh-benefits-foot{padding-inline:18px}
}
@media (max-width:1120px){
  .gp-sh-benefits-panel{top:96px;right:16px;width:min(680px,calc(100vw - 32px));max-height:calc(100dvh - 112px)}body.admin-bar .gp-sh-benefits-panel{top:128px;max-height:calc(100dvh - 144px)}
  .gp-sh-benefits-grid{grid-template-columns:1fr 1fr}
  .gp-aff-hero{grid-template-columns:1fr .7fr}.gp-aff-partner-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:900px){
  .gp-sh-benefits-panel{top:5px;right:5px;width:min(650px,calc(100vw - 10px));max-height:calc(100dvh - 10px);border-radius:24px}body.admin-bar .gp-sh-benefits-panel{top:51px;max-height:calc(100dvh - 56px)}
  .gp-sh-benefits-head{padding:18px}.gp-sh-benefits-head h2{font-size:22px!important}.gp-sh-benefits-codebar{margin:14px 16px 0}.gp-sh-benefits-grid{padding:14px 16px 18px}.gp-sh-benefits-foot{padding:0 16px 18px}
  .gp-aff-page{width:min(100% - 24px,1080px)}.gp-aff-hero{grid-template-columns:1fr}.gp-aff-hero-card{max-width:none}.gp-aff-section-head{align-items:flex-start;flex-direction:column;gap:8px}.gp-aff-section-head>p{text-align:left}
}
@media (max-width:767px){
  .gp-sh-benefits-panel{inset:0!important;width:100vw!important;height:100dvh!important;max-height:100dvh!important;border:0!important;border-radius:0!important;box-shadow:none!important}body.admin-bar .gp-sh-benefits-panel{top:46px!important;height:calc(100dvh - 46px)!important;max-height:calc(100dvh - 46px)!important}
  .gp-sh-benefits-head{padding:16px 15px 14px;gap:12px}.gp-sh-benefits-icon{width:44px;height:44px;flex-basis:44px;border-radius:14px}.gp-sh-benefits-head h2{font-size:20px!important}.gp-sh-benefits-head p{font-size:12px!important}.gp-sh-benefits-panel .gp-sh-close{width:42px;height:42px;min-width:42px!important;min-height:42px!important}
  .gp-sh-benefits-codebar{margin:12px 14px 0;padding:12px 13px}.gp-sh-benefits-codebar>span{display:grid;gap:2px}.gp-sh-benefits-codebar strong{font-size:17px}.gp-sh-benefits-grid{grid-template-columns:1fr;padding:12px 14px 16px;gap:9px}.gp-sh-benefit-card{grid-template-columns:42px minmax(0,1fr);padding:13px}.gp-aff-partner-icon{width:42px;height:42px;flex-basis:42px;border-radius:13px}.gp-sh-benefit-title-row h3{font-size:14px!important}.gp-sh-benefit-detail{font-size:11px!important}.gp-sh-benefits-foot{padding:0 14px 20px}
  .gp-aff-page{width:calc(100% - 18px);margin-top:18px}.gp-aff-hero{padding:19px;border-radius:22px}.gp-aff-hero h1{font-size:clamp(29px,8.4vw,42px)!important}.gp-aff-hero-copy>p{font-size:14px!important}.gp-aff-hero-actions{display:grid;grid-template-columns:1fr}.gp-aff-copy-hero,.gp-aff-primary{width:100%!important}.gp-aff-hero-card{padding:18px;border-radius:19px}.gp-aff-partner-grid,.gp-aff-partner-grid-more{grid-template-columns:1fr}.gp-aff-steps{grid-template-columns:1fr}.gp-aff-section-head{margin-top:34px}.gp-aff-card{padding:16px;border-radius:18px}.gp-aff-note{padding:15px}.gp-aff-trustline{padding:12px 13px}
}
@media (max-width:430px){
  .gp-sh-benefits-head{padding-inline:12px}.gp-sh-benefits-heading{gap:10px}.gp-sh-benefits-icon{width:40px;height:40px;flex-basis:40px}.gp-sh-benefits-head h2{font-size:18px!important}.gp-sh-benefits-head .gp-sh-eyebrow{font-size:9px!important}.gp-sh-benefits-head p{font-size:11px!important}.gp-sh-benefits-codebar{margin-inline:10px}.gp-sh-benefits-grid{padding-inline:10px}.gp-sh-benefits-foot{padding-inline:10px}.gp-sh-benefit-detail{display:block}.gp-sh-benefit-actions{align-items:flex-end}.gp-sh-benefit-badge{font-size:9px}
  .gp-aff-page{width:calc(100% - 14px)}.gp-aff-hero{padding:16px}.gp-aff-hero h1{font-size:30px!important}.gp-aff-hero-copy>p{font-size:13px!important;line-height:1.55!important}.gp-aff-card-detail{font-size:11.5px!important}.gp-aff-codebox{align-items:flex-start;flex-direction:column}.gp-aff-codebox .gp-aff-copy{width:100%!important}.gp-aff-note{gap:10px}.gp-aff-note-icon{width:36px;height:36px;flex-basis:36px}
}
@media (max-width:360px){
  .gp-sh-benefits-heading>div p{display:none}.gp-sh-benefits-head h2{font-size:17px!important}.gp-sh-benefits-codebar{gap:8px}.gp-sh-benefits-codebar .gp-aff-copy span{display:none}.gp-sh-benefit-card{grid-template-columns:38px minmax(0,1fr);gap:9px}.gp-aff-partner-icon{width:38px;height:38px;flex-basis:38px}.gp-sh-benefit-title-row{gap:5px}.gp-sh-benefit-badge{padding:4px 6px}.gp-sh-benefit-actions{flex-direction:column;align-items:flex-start}.gp-sh-partner-link{align-self:flex-end}
}

/* 1.2.1 – Conversion-Feinschliff: saubere Raster, keine Waisen, präzise Abstände und bessere Leseführung. */
.gp-sh-benefits-panel h2,.gp-sh-benefits-panel h3,.gp-aff-page h1,.gp-aff-page h2,.gp-aff-page h3{ text-wrap:balance; }
.gp-sh-benefits-panel p,.gp-aff-page p{ text-wrap:pretty; }

/* Vorteils-Panel: auf großen Screens etwas breiter, damit Karten und Hinweise nicht gequetscht wirken. */
.gp-sh-benefits-panel{width:min(860px,calc(100vw - 48px));}
.gp-sh-benefits-head{padding:24px 26px 19px;align-items:center}
.gp-sh-benefits-heading{align-items:center;gap:16px}
.gp-sh-benefits-head p{max-width:560px}
.gp-sh-benefits-codebar{margin:18px 24px 4px;padding:14px 16px}
.gp-sh-benefits-codebar>span{display:grid;grid-template-columns:auto auto;align-items:baseline;column-gap:10px;row-gap:2px;min-width:0}
.gp-sh-benefits-codebar>span em{grid-column:1/-1;color:var(--gp-sh-muted);font-size:10.5px;font-style:normal;font-weight:550;line-height:1.3}
.gp-sh-benefits-grid{gap:12px;padding:16px 24px 20px;grid-auto-rows:1fr}
.gp-sh-benefit-card{height:100%;grid-template-columns:46px minmax(0,1fr);gap:12px;padding:15px 16px;align-content:start}
.gp-sh-benefit-copy{display:flex;min-height:100%;flex-direction:column}
.gp-sh-benefit-detail{flex:1 1 auto}
.gp-sh-benefit-actions{margin-top:11px;padding-top:2px}
.gp-sh-benefits-foot{padding:0 24px 24px}
.gp-sh-benefits-disclosure{display:grid;grid-template-columns:34px minmax(0,1fr);gap:11px;align-items:start;margin:0 0 13px;padding:12px 13px;border:1px solid #dce9e4;border-radius:15px;background:#f8fbfa}
.gp-sh-benefits-disclosure-icon{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:var(--gp-sh-soft-2);color:var(--gp-sh-green)}
.gp-sh-benefits-disclosure-icon svg{width:18px;height:18px}
.gp-sh-benefits-disclosure strong{display:block;margin:1px 0 3px;color:var(--gp-sh-ink);font-size:11.25px;line-height:1.25;font-weight:780}
.gp-sh-benefits-disclosure p{margin:0!important;color:var(--gp-sh-muted)!important;font-size:10.7px!important;line-height:1.5!important;max-width:100%}
.gp-sh-benefits-disclosure b{color:var(--gp-sh-green);font-weight:800}
.gp-sh-benefits-all{min-height:50px}

/* Landingpage: gleichmäßige vertikale Rhythmik und Kartenhöhen. */
.gp-aff-page{--gp-aff-max:1280px}
.gp-aff-hero{align-items:stretch}
.gp-aff-hero-copy,.gp-aff-hero-card{min-width:0}
.gp-aff-hero-copy>p{max-width:780px}
.gp-aff-trustline{display:grid!important;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:12px;padding:14px 16px!important}
.gp-aff-trustline>span{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:var(--gp-sh-soft-2);color:var(--gp-sh-green)}
.gp-aff-trustline>span svg{width:18px;height:18px}
.gp-aff-trustline>div{min-width:0}
.gp-aff-trustline strong{display:block;margin:1px 0 3px;color:var(--gp-sh-ink);font-size:11.5px;line-height:1.25;font-weight:780}
.gp-aff-trustline p{margin:0!important;max-width:1120px;color:var(--gp-sh-muted)!important;font-size:11.25px!important;line-height:1.5!important}
.gp-aff-trustline b{color:var(--gp-sh-green);font-weight:800}
.gp-aff-section-head{margin-top:clamp(38px,4.2vw,54px);margin-bottom:16px;gap:22px}
.gp-aff-section-head h2{margin-bottom:0!important}
.gp-aff-section-head>p{max-width:470px}
.gp-aff-partner-grid{gap:16px;grid-auto-rows:1fr}
.gp-aff-card{height:100%;padding:20px 20px 19px;border-radius:22px}
.gp-aff-card-top{margin-bottom:14px}
.gp-aff-card-detail{margin-bottom:16px!important}
.gp-aff-codebox{min-height:62px}
.gp-aff-card-cta{min-height:47px;margin-top:11px}
.gp-aff-partner-grid-more{max-width:none!important;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.gp-aff-more-head{margin-top:clamp(42px,5vw,62px)}
.gp-aff-how{margin-top:clamp(42px,5.5vw,64px);padding:clamp(20px,2.5vw,30px)}
.gp-aff-how .gp-aff-section-head{margin:0 0 18px}
.gp-aff-steps{gap:14px}
.gp-aff-steps>div{min-height:152px;padding:17px 18px;display:flex;flex-direction:column;align-items:flex-start}
.gp-aff-steps p{margin-top:auto!important}
.gp-aff-note{margin-top:16px;padding:18px 20px;gap:14px}
.gp-aff-note p{max-width:1120px}

/* Hover/Active konsequent in Markenfarben, niemals Theme-Rot/Pink. */
.gp-sh-benefit-card:hover,.gp-aff-card:hover{background:#fff!important}
.gp-sh-partner-link:hover,.gp-sh-partner-link:active,.gp-sh-partner-link:focus{color:#155f3e!important;background:transparent!important}
.gp-sh-benefits-all:hover,.gp-sh-benefits-all:active,.gp-sh-benefits-all:focus{background:#e5f4ed!important;color:#155f3e!important;border-color:#a9cebe!important}
.gp-aff-card-cta:hover,.gp-aff-card-cta:active,.gp-aff-card-cta:focus{background:#196943!important;color:#fff!important;border-color:#196943!important}
.gp-aff-primary:hover,.gp-aff-primary:active,.gp-aff-primary:focus{background:#196943!important;color:#fff!important;border-color:#196943!important}
.gp-aff-copy:hover,.gp-aff-copy:active,.gp-aff-copy:focus{background:var(--gp-sh-soft)!important;color:var(--gp-sh-green)!important;border-color:#a9cebe!important}

@media (max-width:1440px){
  .gp-sh-benefits-panel{width:min(800px,calc(100vw - 40px))}
  .gp-sh-benefits-head{padding:21px 22px 17px}
  .gp-sh-benefits-codebar{margin-inline:20px}
  .gp-sh-benefits-grid{padding-inline:20px}
  .gp-sh-benefits-foot{padding-inline:20px}
  .gp-aff-page{--gp-aff-max:1220px}
}
@media (max-width:1280px){
  .gp-sh-benefits-panel{width:min(760px,calc(100vw - 36px))}
  .gp-aff-page{--gp-aff-max:1140px}
  .gp-aff-card{padding:18px}
}
@media (max-width:1120px){
  .gp-sh-benefits-panel{width:min(720px,calc(100vw - 32px))}
  .gp-sh-benefits-grid{gap:10px}
  .gp-aff-partner-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gp-aff-partner-grid-more{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gp-aff-steps>div{min-height:145px}
}
@media (max-width:900px){
  .gp-sh-benefits-panel{width:min(680px,calc(100vw - 10px))}
  .gp-sh-benefits-disclosure{grid-template-columns:32px minmax(0,1fr)}
  .gp-aff-section-head{margin-top:36px}
  .gp-aff-section-head>p{max-width:680px}
  .gp-aff-steps>div{min-height:0}
}
@media (max-width:767px){
  .gp-sh-benefits-head{align-items:flex-start}
  .gp-sh-benefits-codebar>span{grid-template-columns:1fr}
  .gp-sh-benefits-codebar>span em{grid-column:1}
  .gp-sh-benefits-disclosure{padding:11px 12px;margin-bottom:11px}
  .gp-sh-benefits-disclosure p{font-size:10.5px!important}
  .gp-aff-trustline{grid-template-columns:32px minmax(0,1fr);padding:12px!important}
  .gp-aff-partner-grid,.gp-aff-partner-grid-more{grid-template-columns:1fr}
  .gp-aff-card{height:auto}
  .gp-aff-how{margin-top:38px}
  .gp-aff-note p{font-size:11.25px!important}
}
@media (max-width:600px){
  .gp-sh-benefits-head p{max-width:360px}
  .gp-sh-benefits-disclosure{grid-template-columns:30px minmax(0,1fr);gap:9px}
  .gp-sh-benefits-disclosure-icon{width:30px;height:30px}
  .gp-aff-section-head{gap:6px}
  .gp-aff-card-cta{font-size:11.5px!important}
}
@media (max-width:430px){
  .gp-sh-benefits-codebar{align-items:stretch;flex-direction:column;gap:9px}
  .gp-sh-benefits-codebar .gp-aff-copy{width:100%!important}
  .gp-sh-benefits-disclosure{display:block}
  .gp-sh-benefits-disclosure-icon{margin-bottom:8px}
  .gp-aff-trustline{display:block!important}
  .gp-aff-trustline>span{margin-bottom:8px}
  .gp-aff-section-head{margin-top:32px}
  .gp-aff-how{padding:16px}
  .gp-aff-steps{gap:10px}
  .gp-aff-steps>div{padding:15px}
  .gp-aff-note{display:block}
  .gp-aff-note-icon{margin-bottom:9px}
}
@media (max-width:360px){
  .gp-sh-benefits-foot{padding-bottom:16px}
  .gp-sh-benefits-disclosure p{font-size:10.25px!important;line-height:1.45!important}
  .gp-aff-card{padding:14px}
  .gp-aff-card h3{font-size:17px!important}
  .gp-aff-saving{font-size:9.5px}
}

/* 1.2.2 – Typografie, Conversion-Rhythmus und Breakpoint-Feinschliff. */
.gp-sh-benefits-panel h2,.gp-sh-benefits-panel h3,.gp-sh-benefits-panel p,
.gp-aff-page h1,.gp-aff-page h2,.gp-aff-page h3,.gp-aff-page p{
  hyphens:none!important;-webkit-hyphens:none!important;word-break:normal!important;overflow-wrap:normal;
}
.gp-sh-benefit-summary,.gp-aff-card-summary{ text-wrap:balance; }
.gp-sh-benefit-detail,.gp-aff-card-detail,.gp-sh-benefits-disclosure p,.gp-aff-trustline p,.gp-aff-note p{ text-wrap:pretty; }

/* Vorteils-Center: mehr Luft, bessere Lesbarkeit und sichere Position neben dem Accessibility-Button. */
@media (min-width:1121px){
  .gp-sh-benefits-panel{right:84px;width:min(940px,calc(100vw - 150px));max-height:calc(100dvh - 138px)}
  body.admin-bar .gp-sh-benefits-panel{max-height:calc(100dvh - 170px)}
}
.gp-sh-benefits-head{padding:25px 28px 20px;gap:22px}
.gp-sh-benefits-heading{gap:17px}
.gp-sh-benefits-icon{width:52px;height:52px;flex-basis:52px;border-radius:17px}
.gp-sh-benefits-head h2{font-size:26px!important;line-height:1.1!important;margin:2px 0 6px!important}
.gp-sh-benefits-head p{font-size:14px!important;line-height:1.45!important;max-width:610px}
.gp-sh-benefits-head .gp-sh-eyebrow{font-size:10.75px!important;letter-spacing:.075em!important}

.gp-sh-benefits-codebar{margin:18px 26px 5px;padding:15px 17px;border-radius:18px;gap:20px}
.gp-sh-benefits-codebar>span{grid-template-columns:auto auto;column-gap:12px;row-gap:3px}
.gp-sh-benefits-codebar small{font-size:11.75px;font-weight:650;line-height:1.25}
.gp-sh-benefits-codebar strong{font-size:20px;line-height:1.15}
.gp-sh-benefits-codebar>span em{font-size:10.9px;line-height:1.35}
.gp-sh-benefits-codebar .gp-aff-copy{min-height:42px!important;padding:10px 14px!important;font-size:12.25px!important}

.gp-sh-benefits-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:17px 26px 21px;grid-auto-rows:1fr}
.gp-sh-benefit-card{min-height:214px;height:100%;grid-template-columns:48px minmax(0,1fr);gap:13px;padding:17px;border-radius:19px}
.gp-sh-benefit-card .gp-aff-partner-icon{width:48px;height:48px;flex-basis:48px;border-radius:15px}
.gp-sh-benefit-title-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px}
.gp-sh-benefit-title-row h3{font-size:15.5px!important;line-height:1.18!important;font-weight:780!important;letter-spacing:-.012em!important}
.gp-sh-benefit-badge{padding:6px 8px;font-size:9.75px;line-height:1.05}
.gp-sh-benefit-summary{margin:5px 0 6px!important;font-size:12.35px!important;line-height:1.34!important;font-weight:740!important;max-width:32ch}
.gp-sh-benefit-detail{font-size:11.85px!important;line-height:1.48!important;color:#566b78!important}
.gp-sh-benefit-actions{margin-top:12px;padding-top:3px;min-height:24px}
.gp-sh-code-mini{font-size:10.75px}
.gp-sh-partner-link{font-size:11.8px!important;gap:6px}

.gp-sh-benefits-foot{padding:0 26px 26px}
.gp-sh-benefits-disclosure{grid-template-columns:36px minmax(0,1fr);gap:12px;margin-bottom:14px;padding:13px 15px;border-radius:16px}
.gp-sh-benefits-disclosure-icon{width:36px;height:36px;border-radius:12px}
.gp-sh-benefits-disclosure strong{font-size:11.75px;line-height:1.25;margin:1px 0 4px}
.gp-sh-benefits-disclosure p{font-size:11.25px!important;line-height:1.52!important;max-width:86ch}
.gp-sh-benefits-all{min-height:52px;border-radius:16px;font-size:13.5px!important}

/* Landingpage: klare Hierarchie statt Mini-Schrift, gleichmäßige Karten und kurze Leselinien. */
.gp-aff-page{--gp-aff-max:1320px;width:min(var(--gp-aff-max),calc(100% - 36px));margin-top:clamp(30px,4vw,58px)}
.gp-aff-hero{gap:26px;padding:clamp(28px,3.25vw,44px);border-radius:31px}
.gp-aff-hero h1{max-width:780px;font-size:clamp(38px,3.65vw,54px)!important;line-height:1.035!important;letter-spacing:-.042em!important;margin:12px 0 16px!important}
.gp-aff-hero-copy>p{max-width:790px;font-size:clamp(15.5px,1.3vw,18px)!important;line-height:1.62!important}
.gp-aff-hero-actions{margin-top:24px;gap:12px}
.gp-aff-primary{font-size:13.5px!important;padding-inline:22px}
.gp-aff-hero-card{padding:25px;border-radius:24px}
.gp-aff-hero-card h2{font-size:22px!important;margin-bottom:12px!important}
.gp-aff-hero-card li{font-size:13.25px!important;line-height:1.4!important}
.gp-aff-hero-card p{font-size:12.25px!important;line-height:1.55!important;max-width:40ch}

.gp-aff-trustline{margin-top:16px!important;grid-template-columns:38px minmax(0,1fr)!important;gap:13px!important;padding:15px 18px!important;border-radius:17px!important}
.gp-aff-trustline>span{width:38px!important;height:38px!important;border-radius:12px!important}
.gp-aff-trustline strong{font-size:12.5px;line-height:1.3;margin:1px 0 4px}
.gp-aff-trustline p{font-size:12.4px!important;line-height:1.55!important;max-width:104ch}

.gp-aff-section-head{align-items:end;margin-top:clamp(42px,4.6vw,60px);margin-bottom:19px;gap:26px}
.gp-aff-section-head h2{font-size:clamp(29px,2.55vw,36px)!important;line-height:1.1!important}
.gp-aff-section-head>p{max-width:38ch;font-size:13.25px!important;line-height:1.5!important;text-wrap:pretty}
.gp-aff-kicker{font-size:11.25px!important}

.gp-aff-partner-grid{gap:18px;grid-auto-rows:1fr}
.gp-aff-card{height:100%;padding:22px 22px 20px;border-radius:23px}
.gp-aff-card-top{margin-bottom:15px}
.gp-aff-card .gp-aff-partner-icon{width:52px;height:52px;flex-basis:52px;border-radius:16px}
.gp-aff-saving{font-size:10.5px;padding:7px 11px}
.gp-aff-card h3{font-size:19.5px!important;line-height:1.18!important;margin-bottom:6px!important;letter-spacing:-.015em!important}
.gp-aff-card-summary{font-size:13.35px!important;line-height:1.37!important;margin-bottom:9px!important;font-weight:740!important;min-height:2.75em}
.gp-aff-card-detail{font-size:13.1px!important;line-height:1.55!important;margin-bottom:17px!important;color:#566b78!important}
.gp-aff-codebox{min-height:64px;padding:11px 12px;border-radius:15px}
.gp-aff-codebox small{font-size:9.5px}.gp-aff-codebox strong{font-size:15px}
.gp-aff-codebox .gp-aff-copy{min-height:36px!important;font-size:11px!important;padding:8px 10px!important}
.gp-aff-no-code{min-height:64px;font-size:11.5px;line-height:1.45;padding:11px 12px;border-radius:15px}
.gp-aff-card-cta{min-height:49px;margin-top:12px;border-radius:14px;font-size:13.25px!important}
.gp-aff-partner-grid-more{width:100%;max-width:none!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.gp-aff-more-head{margin-top:clamp(46px,5vw,64px)}

.gp-aff-how{margin-top:clamp(46px,5.5vw,66px);padding:clamp(22px,2.6vw,32px);border-radius:25px}
.gp-aff-how .gp-aff-section-head{margin:0 0 20px}
.gp-aff-steps{gap:16px}
.gp-aff-steps>div{min-height:158px;padding:18px 19px;border-radius:18px}
.gp-aff-steps span{width:31px;height:31px;font-size:11.5px;margin-bottom:11px}
.gp-aff-steps h3{font-size:14.75px!important;line-height:1.28!important;margin-bottom:6px!important}
.gp-aff-steps p{font-size:12px!important;line-height:1.5!important}
.gp-aff-note{margin-top:18px;padding:19px 21px;gap:15px;border-radius:20px}
.gp-aff-note h2{font-size:16px!important;margin-bottom:6px!important}
.gp-aff-note p{font-size:12.25px!important;line-height:1.58!important;max-width:105ch}

/* Breiten fein staffeln: Desktop/Laptop/Tablet/Mobile ohne harte Sprünge. */
@media (max-width:1600px) and (min-width:1441px){
  .gp-sh-benefits-panel{right:76px;width:min(900px,calc(100vw - 136px))}
  .gp-aff-page{--gp-aff-max:1280px}
}
@media (max-width:1440px) and (min-width:1281px){
  .gp-sh-benefits-panel{right:68px;width:min(860px,calc(100vw - 124px))}
  .gp-sh-benefit-card{min-height:220px;padding:16px}
  .gp-sh-benefit-detail{font-size:11.65px!important}
  .gp-aff-page{--gp-aff-max:1220px}
  .gp-aff-card{padding:20px}
}
@media (max-width:1280px) and (min-width:1121px){
  .gp-sh-benefits-panel{right:58px;width:min(820px,calc(100vw - 104px))}
  .gp-sh-benefits-head{padding:22px 23px 18px}.gp-sh-benefits-codebar{margin-inline:22px}.gp-sh-benefits-grid{padding-inline:22px}.gp-sh-benefits-foot{padding-inline:22px}
  .gp-sh-benefit-card{min-height:222px}
  .gp-aff-page{--gp-aff-max:1140px}
  .gp-aff-partner-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:1120px){
  .gp-sh-benefits-panel{right:14px;width:min(720px,calc(100vw - 28px))}
  .gp-sh-benefits-grid{gap:11px}
  .gp-sh-benefit-card{min-height:220px;padding:15px}
  .gp-aff-page{--gp-aff-max:1040px}
  .gp-aff-partner-grid,.gp-aff-partner-grid-more{grid-template-columns:repeat(2,minmax(0,1fr))}
  .gp-aff-section-head>p{max-width:44ch}
}
@media (max-width:900px){
  .gp-sh-benefits-panel{right:5px;width:min(690px,calc(100vw - 10px))}
  .gp-sh-benefits-grid{grid-template-columns:1fr;gap:10px}
  .gp-sh-benefit-card{min-height:0;grid-template-columns:46px minmax(0,1fr)}
  .gp-sh-benefit-summary{max-width:none}
  .gp-aff-page{width:min(100% - 24px,860px)}
  .gp-aff-hero{grid-template-columns:1fr}
  .gp-aff-section-head{align-items:flex-start;flex-direction:column;gap:8px}
  .gp-aff-section-head>p{max-width:62ch;text-align:left}
}
@media (max-width:767px){
  .gp-sh-benefits-panel{padding-bottom:78px!important}
  .gp-sh-benefits-head{padding:17px 15px 15px}.gp-sh-benefits-heading{gap:12px}.gp-sh-benefits-head h2{font-size:20px!important}.gp-sh-benefits-head p{font-size:12px!important}
  .gp-sh-benefits-codebar{margin:12px 14px 2px;padding:13px}.gp-sh-benefits-codebar>span{grid-template-columns:1fr}.gp-sh-benefits-codebar>span em{grid-column:1;font-size:10.5px}
  .gp-sh-benefits-grid{padding:12px 14px 16px}.gp-sh-benefit-card{grid-template-columns:42px minmax(0,1fr);gap:11px;padding:14px}.gp-sh-benefit-title-row h3{font-size:14.5px!important}.gp-sh-benefit-summary{font-size:11.9px!important}.gp-sh-benefit-detail{font-size:11.25px!important}.gp-sh-benefit-actions{margin-top:10px}
  .gp-sh-benefits-foot{padding:0 14px 18px}.gp-sh-benefits-disclosure p{font-size:10.8px!important}.gp-sh-benefits-all{min-height:49px;font-size:12.75px!important}
  .gp-aff-page{width:calc(100% - 18px);margin-top:18px}.gp-aff-hero{padding:20px;border-radius:22px}.gp-aff-hero h1{font-size:clamp(30px,8vw,42px)!important}.gp-aff-hero-copy>p{font-size:14px!important}.gp-aff-hero-card{padding:19px}.gp-aff-trustline{grid-template-columns:34px minmax(0,1fr)!important;padding:13px 14px!important}.gp-aff-trustline>span{width:34px!important;height:34px!important}.gp-aff-trustline p{font-size:11.75px!important}.gp-aff-partner-grid,.gp-aff-partner-grid-more{grid-template-columns:1fr}.gp-aff-card{height:auto;padding:17px}.gp-aff-card-summary{min-height:0}.gp-aff-card-detail{font-size:12.3px!important}.gp-aff-how{padding:18px}.gp-aff-steps{grid-template-columns:1fr;gap:11px}.gp-aff-steps>div{min-height:0;padding:16px}.gp-aff-note{padding:16px}.gp-aff-note p{font-size:11.75px!important}
}
@media (max-width:600px){
  .gp-sh-benefits-heading>div{min-width:0}.gp-sh-benefits-head p{max-width:44ch}
  .gp-aff-section-head{margin-top:34px}.gp-aff-section-head h2{font-size:28px!important}.gp-aff-section-head>p{font-size:12.5px!important}.gp-aff-card h3{font-size:18.5px!important}.gp-aff-card-summary{font-size:12.75px!important}.gp-aff-card-cta{font-size:12.5px!important}.gp-aff-codebox{min-height:60px}
}
@media (max-width:430px){
  .gp-sh-benefits-panel{padding-bottom:88px!important}
  .gp-sh-benefits-head{padding-inline:12px}.gp-sh-benefits-icon{width:40px;height:40px;flex-basis:40px}.gp-sh-benefits-head h2{font-size:18px!important}.gp-sh-benefits-head .gp-sh-eyebrow{font-size:9px!important}.gp-sh-benefits-head p{font-size:11px!important}.gp-sh-benefits-codebar{margin-inline:10px}.gp-sh-benefits-grid{padding-inline:10px}.gp-sh-benefits-foot{padding-inline:10px}.gp-sh-benefit-card{grid-template-columns:40px minmax(0,1fr);gap:10px;padding:13px}.gp-sh-benefit-card .gp-aff-partner-icon{width:40px;height:40px;flex-basis:40px}.gp-sh-benefit-title-row{grid-template-columns:minmax(0,1fr) auto}.gp-sh-benefit-badge{font-size:9px;padding:5px 6px}.gp-sh-benefit-summary{font-size:11.5px!important}.gp-sh-benefit-detail{font-size:10.9px!important}.gp-sh-benefit-actions{gap:7px}.gp-sh-code-mini{font-size:10px}.gp-sh-partner-link{font-size:11px!important}
  .gp-aff-page{width:calc(100% - 14px)}.gp-aff-hero{padding:17px}.gp-aff-hero h1{font-size:30px!important}.gp-aff-hero-copy>p{font-size:13.25px!important;line-height:1.56!important}.gp-aff-card{padding:15px}.gp-aff-card-detail{font-size:11.75px!important}.gp-aff-codebox{align-items:stretch;flex-direction:column}.gp-aff-codebox .gp-aff-copy{width:100%!important}.gp-aff-trustline{display:block!important}.gp-aff-trustline>span{margin-bottom:8px}.gp-aff-note{display:block}.gp-aff-note-icon{margin-bottom:9px}
}
@media (max-width:360px){
  .gp-sh-benefits-head p{display:none}.gp-sh-benefits-head h2{font-size:17px!important}.gp-sh-benefit-card{grid-template-columns:38px minmax(0,1fr);padding:12px}.gp-sh-benefit-card .gp-aff-partner-icon{width:38px;height:38px;flex-basis:38px}.gp-sh-benefit-title-row{grid-template-columns:1fr}.gp-sh-benefit-badge{justify-self:start}.gp-sh-benefit-actions{flex-direction:column;align-items:flex-start}.gp-sh-partner-link{align-self:flex-start}.gp-aff-card{padding:14px}.gp-aff-card h3{font-size:17.5px!important}.gp-aff-saving{font-size:9.5px}
}

/* 1.2.3 – Mobile Vorteils-Center: dieselbe saubere Hierarchie wie Desktop, aber für schmale Viewports optimiert. */
.gp-sh-benefit-detail-mobile,.gp-sh-benefit-badge-mobile{display:none}

@media (max-width:767px){
  /* Panel als ruhige, nahezu vollflächige Mobile-Sheet statt schmalem Desktop-Popup. */
  .gp-sh-benefits-panel{
    top:8px!important;right:6px!important;bottom:8px!important;left:6px!important;width:auto!important;max-height:none!important;
    border-radius:22px!important;padding-bottom:0!important;overflow:auto!important;scroll-padding-top:112px;
    box-shadow:0 22px 70px rgba(23,48,71,.24)!important;
  }
  body.admin-bar .gp-sh-benefits-panel{top:40px!important;bottom:8px!important;max-height:none!important}
  .gp-sh-benefits-panel::-webkit-scrollbar{width:5px}

  /* Kopfzeile: klare 3er-Hierarchie (Eyebrow → Titel → Nutzen) und exakt ausgerichtetes X. */
  .gp-sh-benefits-head{
    padding:16px 16px 15px!important;gap:12px!important;align-items:flex-start!important;
    background:#fff!important;box-shadow:0 1px 0 rgba(28,67,52,.07)!important;
  }
  .gp-sh-benefits-heading{gap:12px!important;align-items:flex-start!important;min-width:0!important}
  .gp-sh-benefits-icon{width:44px!important;height:44px!important;flex:0 0 44px!important;border-radius:14px!important;margin-top:1px!important}
  .gp-sh-benefits-icon svg{width:22px!important;height:22px!important}
  .gp-sh-benefits-head .gp-sh-eyebrow{font-size:9.5px!important;line-height:1.2!important;letter-spacing:.055em!important;margin-bottom:2px!important}
  .gp-sh-benefits-head h2{font-size:20px!important;line-height:1.08!important;letter-spacing:-.025em!important;margin:0 0 6px!important;text-wrap:balance!important}
  .gp-sh-benefits-head p{font-size:11.6px!important;line-height:1.42!important;max-width:34ch!important;text-wrap:pretty!important}
  .gp-sh-benefits-panel .gp-sh-close{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;flex-basis:42px!important;margin-top:0!important}
  .gp-sh-benefits-panel .gp-sh-close svg{width:21px!important;height:21px!important}

  /* Gutscheinblock: mobil wie eine eigenständige Conversion-Karte. */
  .gp-sh-benefits-codebar{
    margin:14px 12px 4px!important;padding:14px 14px 13px!important;border-radius:17px!important;gap:11px!important;
    align-items:stretch!important;flex-direction:column!important;
  }
  .gp-sh-benefits-codebar>span{display:grid!important;grid-template-columns:1fr!important;gap:3px!important;align-items:start!important}
  .gp-sh-benefits-codebar small{font-size:11.1px!important;line-height:1.25!important;font-weight:700!important}
  .gp-sh-benefits-codebar strong{font-size:22px!important;line-height:1.08!important;letter-spacing:.04em!important;margin:1px 0!important}
  .gp-sh-benefits-codebar>span em{font-size:10.75px!important;line-height:1.42!important;max-width:42ch!important}
  .gp-sh-benefits-codebar .gp-aff-copy{width:100%!important;min-height:44px!important;border-radius:12px!important;font-size:12px!important;margin-top:2px!important}

  /* Karten: gleiche visuelle Achsen, kurze Leselinien und Aktionen immer unten sauber nebeneinander. */
  .gp-sh-benefits-grid{grid-template-columns:1fr!important;gap:11px!important;padding:12px 12px 15px!important;grid-auto-rows:auto!important}
  .gp-sh-benefit-card{
    min-height:0!important;height:auto!important;grid-template-columns:44px minmax(0,1fr)!important;gap:11px!important;
    padding:14px 13px!important;border-radius:18px!important;align-items:start!important;
    box-shadow:0 3px 14px rgba(23,48,71,.025)!important;
  }
  .gp-sh-benefit-card .gp-aff-partner-icon{width:44px!important;height:44px!important;flex-basis:44px!important;border-radius:14px!important}
  .gp-sh-benefit-card .gp-aff-partner-icon svg{width:22px!important;height:22px!important}
  .gp-sh-benefit-title-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:7px!important;align-items:start!important}
  .gp-sh-benefit-title-row h3{font-size:14.8px!important;line-height:1.18!important;font-weight:780!important;letter-spacing:-.012em!important;margin:1px 0 0!important;text-wrap:balance!important}
  .gp-sh-benefit-badge{font-size:9.2px!important;line-height:1.1!important;padding:5px 7px!important;max-width:106px!important;text-align:center!important;white-space:nowrap!important;align-self:start!important}
  .gp-sh-benefit-summary{font-size:11.75px!important;line-height:1.33!important;margin:5px 0 5px!important;font-weight:750!important;max-width:none!important;text-wrap:balance!important}
  .gp-sh-benefit-detail-desktop{display:none!important}
  .gp-sh-benefit-detail-mobile{display:block!important}
  .gp-sh-benefit-detail{font-size:11.15px!important;line-height:1.48!important;color:#586c79!important;text-wrap:pretty!important;margin:0!important}
  .gp-sh-benefit-actions{
    margin-top:10px!important;padding-top:9px!important;min-height:27px!important;border-top:1px solid #edf3f0!important;
    display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:8px!important;
  }
  .gp-sh-code-mini{font-size:10.35px!important;line-height:1.2!important;white-space:nowrap!important}
  .gp-sh-partner-link{font-size:11.15px!important;line-height:1.2!important;gap:5px!important;justify-self:end!important;white-space:nowrap!important}
  .gp-sh-partner-link svg{width:15px!important;height:15px!important}

  /* Transparenzbox: Icon + Text bleiben auf derselben Achse wie auf Desktop. */
  .gp-sh-benefits-foot{padding:0 12px 86px!important}
  .gp-sh-benefits-disclosure{
    display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;gap:11px!important;
    margin:0 0 12px!important;padding:13px 13px!important;border-radius:17px!important;align-items:start!important;
  }
  .gp-sh-benefits-disclosure-icon{width:36px!important;height:36px!important;margin:0!important;border-radius:12px!important}
  .gp-sh-benefits-disclosure-icon svg{width:18px!important;height:18px!important}
  .gp-sh-benefits-disclosure strong{font-size:11.8px!important;line-height:1.25!important;margin:1px 0 4px!important}
  .gp-sh-benefits-disclosure p{font-size:10.85px!important;line-height:1.5!important;text-wrap:pretty!important}
  .gp-sh-benefits-all{min-height:50px!important;border-radius:15px!important;font-size:12.75px!important;padding:0 14px!important;gap:7px!important}
  .gp-sh-benefits-all svg{width:17px!important;height:17px!important}

  /* Mobile-only Kurzfassungen. */
  .gp-sh-benefit-badge-desktop{display:none!important}
  .gp-sh-benefit-badge-mobile{display:inline!important}
}

@media (max-width:430px){
  .gp-sh-benefits-panel{right:5px!important;left:5px!important;border-radius:20px!important}
  .gp-sh-benefits-head{padding:15px 13px 14px!important}
  .gp-sh-benefits-heading{gap:10px!important}
  .gp-sh-benefits-icon{width:42px!important;height:42px!important;flex-basis:42px!important}
  .gp-sh-benefits-head h2{font-size:18.5px!important}
  .gp-sh-benefits-head p{font-size:11.15px!important;line-height:1.4!important;max-width:31ch!important}
  .gp-sh-benefits-codebar{margin-inline:10px!important;padding:13px!important}
  .gp-sh-benefits-grid{padding-inline:10px!important;gap:10px!important}
  .gp-sh-benefit-card{grid-template-columns:42px minmax(0,1fr)!important;gap:10px!important;padding:13px 12px!important}
  .gp-sh-benefit-card .gp-aff-partner-icon{width:42px!important;height:42px!important;flex-basis:42px!important}
  .gp-sh-benefit-title-row h3{font-size:14.25px!important}
  .gp-sh-benefit-badge{font-size:8.85px!important;padding:5px 6px!important;max-width:96px!important}
  .gp-sh-benefit-summary{font-size:11.35px!important;line-height:1.34!important}
  .gp-sh-benefit-detail{font-size:10.85px!important;line-height:1.47!important}
  .gp-sh-code-mini{font-size:10.05px!important}
  .gp-sh-partner-link{font-size:10.85px!important}
  .gp-sh-benefits-foot{padding-inline:10px!important;padding-bottom:82px!important}
  .gp-sh-benefits-disclosure{grid-template-columns:34px minmax(0,1fr)!important;gap:10px!important;padding:12px!important}
  .gp-sh-benefits-disclosure-icon{width:34px!important;height:34px!important}
  .gp-sh-benefits-disclosure p{font-size:10.55px!important;line-height:1.48!important}
}

@media (max-width:380px){
  .gp-sh-benefits-head{padding:14px 12px 13px!important}
  .gp-sh-benefits-icon{width:40px!important;height:40px!important;flex-basis:40px!important}
  .gp-sh-benefits-head h2{font-size:17.5px!important}
  .gp-sh-benefits-head .gp-sh-eyebrow{font-size:8.6px!important;letter-spacing:.045em!important}
  .gp-sh-benefits-head p{font-size:10.7px!important;max-width:29ch!important}
  .gp-sh-benefits-panel .gp-sh-close{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;flex-basis:40px!important}
  .gp-sh-benefit-card{grid-template-columns:40px minmax(0,1fr)!important;padding:12px 11px!important}
  .gp-sh-benefit-card .gp-aff-partner-icon{width:40px!important;height:40px!important;flex-basis:40px!important}
  .gp-sh-benefit-title-row{grid-template-columns:minmax(0,1fr) auto!important}
  .gp-sh-benefit-title-row h3{font-size:13.8px!important}
  .gp-sh-benefit-badge{font-size:8.5px!important;max-width:88px!important}
  .gp-sh-benefit-summary{font-size:11px!important}
  .gp-sh-benefit-detail{font-size:10.55px!important}
  .gp-sh-benefit-actions{grid-template-columns:minmax(0,1fr) auto!important;gap:6px!important}
  .gp-sh-code-mini{font-size:9.8px!important}
  .gp-sh-partner-link{font-size:10.4px!important}
  .gp-sh-benefits-disclosure p{font-size:10.3px!important}
}

@media (max-width:340px){
  .gp-sh-benefits-panel{right:3px!important;left:3px!important;border-radius:18px!important}
  .gp-sh-benefits-head p{display:none!important}
  .gp-sh-benefits-head h2{font-size:17px!important}
  .gp-sh-benefit-title-row{grid-template-columns:1fr!important;gap:5px!important}
  .gp-sh-benefit-badge{justify-self:start!important;max-width:none!important}
  .gp-sh-benefit-actions{grid-template-columns:1fr!important;gap:7px!important}
  .gp-sh-partner-link{justify-self:start!important}
  .gp-sh-benefits-foot{padding-bottom:78px!important}
}

/* Auch die Partner-Landingpage bekommt denselben mobilen Rhythmus. */
@media (max-width:767px){
  .gp-aff-page{width:calc(100% - 16px)!important;margin:18px auto 64px!important}
  .gp-aff-hero{padding:20px 17px!important;border-radius:23px!important;gap:18px!important}
  .gp-aff-hero h1{font-size:clamp(29px,8.4vw,40px)!important;line-height:1.04!important;text-wrap:balance!important}
  .gp-aff-hero-copy>p{font-size:13.6px!important;line-height:1.58!important;text-wrap:pretty!important}
  .gp-aff-trustline{display:grid!important;grid-template-columns:36px minmax(0,1fr)!important;gap:11px!important;padding:13px 14px!important}
  .gp-aff-trustline>span{width:36px!important;height:36px!important;margin:0!important}
  .gp-aff-trustline p{font-size:11.45px!important;line-height:1.52!important}
  .gp-aff-section-head{margin-top:34px!important;margin-bottom:14px!important;gap:7px!important}
  .gp-aff-section-head h2{font-size:27px!important;line-height:1.08!important;text-wrap:balance!important}
  .gp-aff-section-head>p{font-size:12.15px!important;line-height:1.48!important;text-wrap:pretty!important}
  .gp-aff-partner-grid,.gp-aff-partner-grid-more{gap:12px!important}
  .gp-aff-card{padding:16px!important;border-radius:20px!important}
  .gp-aff-card h3{font-size:18px!important}
  .gp-aff-card-summary{font-size:12.55px!important;line-height:1.36!important;margin-bottom:8px!important;text-wrap:balance!important}
  .gp-aff-card-detail{font-size:11.95px!important;line-height:1.52!important;margin-bottom:14px!important;text-wrap:pretty!important}
  .gp-aff-card-cta{min-height:47px!important;margin-top:10px!important;border-radius:13px!important}
  .gp-aff-how{margin-top:38px!important;padding:17px!important;border-radius:22px!important}
  .gp-aff-steps{gap:10px!important}
  .gp-aff-steps>div{padding:15px!important;border-radius:16px!important}
  .gp-aff-note{margin-top:14px!important;padding:15px!important;border-radius:18px!important}
  .gp-aff-note p{font-size:11.45px!important;line-height:1.55!important;text-wrap:pretty!important}
}

/* 1.2.4 – Fluid Mobile System: ein gemeinsamer, berechneter Rhythmus für 320–767 px. */
.gp-aff-text-mobile{display:none}
.gp-aff-text-desktop{display:inline}

@media (max-width:767px){
  .gp-sh-benefits-panel,
  .gp-aff-page{
    --gp-m-edge:clamp(6px,2vw,12px);
    --gp-m-gutter:clamp(10px,3.35vw,16px);
    --gp-m-gap:clamp(10px,3vw,14px);
    --gp-m-card-pad:clamp(13px,3.8vw,17px);
    --gp-m-radius:clamp(17px,4.8vw,22px);
    --gp-m-icon:clamp(40px,11vw,46px);
    --gp-m-h2:clamp(18px,5vw,21px);
    --gp-m-h3:clamp(14px,4vw,16px);
    --gp-m-body:clamp(10.85px,2.95vw,12px);
    --gp-m-small:clamp(9.7px,2.55vw,10.8px);
    --gp-m-section:clamp(28px,7.5vw,38px);
    --gp-m-safe-bottom:max(84px,calc(env(safe-area-inset-bottom,0px) + 72px));
  }
  .gp-aff-text-desktop{display:none!important}
  .gp-aff-text-mobile{display:inline!important}

  /* ===== Vorteils-Center / Ticket-Modal ===== */
  .gp-sh-benefits-panel{
    inset:max(var(--gp-m-edge),env(safe-area-inset-top,0px)) max(var(--gp-m-edge),env(safe-area-inset-right,0px)) max(var(--gp-m-edge),env(safe-area-inset-bottom,0px)) max(var(--gp-m-edge),env(safe-area-inset-left,0px))!important;
    width:auto!important;height:auto!important;max-height:none!important;
    border-radius:var(--gp-m-radius)!important;
    overflow-y:auto!important;overflow-x:hidden!important;
    overscroll-behavior:contain!important;
    scroll-padding-top:clamp(92px,24vw,116px)!important;
    scrollbar-width:thin;
    scrollbar-color:#a9bbb5 transparent;
  }
  body.admin-bar .gp-sh-benefits-panel{
    top:max(calc(32px + var(--gp-m-edge)),calc(env(safe-area-inset-top,0px) + 32px))!important;
    bottom:max(var(--gp-m-edge),env(safe-area-inset-bottom,0px))!important;
  }
  .gp-sh-benefits-head{
    position:sticky!important;top:0!important;z-index:6!important;
    padding:clamp(14px,3.9vw,18px) var(--gp-m-gutter)!important;
    gap:clamp(9px,2.8vw,13px)!important;
    min-height:clamp(82px,22vw,104px)!important;
    align-items:flex-start!important;
  }
  .gp-sh-benefits-heading{
    display:grid!important;grid-template-columns:var(--gp-m-icon) minmax(0,1fr)!important;
    align-items:start!important;gap:clamp(9px,2.7vw,13px)!important;min-width:0!important;flex:1 1 auto!important;
  }
  .gp-sh-benefits-icon{
    width:var(--gp-m-icon)!important;height:var(--gp-m-icon)!important;flex-basis:var(--gp-m-icon)!important;
    border-radius:calc(var(--gp-m-radius) - 6px)!important;margin:0!important;
  }
  .gp-sh-benefits-head .gp-sh-eyebrow{
    font-size:clamp(8.7px,2.4vw,10px)!important;line-height:1.2!important;letter-spacing:.05em!important;
    margin:1px 0 2px!important;white-space:normal!important;text-wrap:pretty!important;
  }
  .gp-sh-benefits-head h2{
    font-size:var(--gp-m-h2)!important;line-height:1.08!important;margin:0 0 5px!important;
    letter-spacing:-.025em!important;text-wrap:balance!important;
  }
  .gp-sh-benefits-head p{
    display:block!important;font-size:clamp(10.5px,2.9vw,11.7px)!important;line-height:1.42!important;
    max-width:36ch!important;margin:0!important;text-wrap:pretty!important;
  }
  .gp-sh-benefits-panel .gp-sh-close{
    width:clamp(40px,11vw,44px)!important;height:clamp(40px,11vw,44px)!important;
    min-width:clamp(40px,11vw,44px)!important;min-height:clamp(40px,11vw,44px)!important;
    flex:0 0 clamp(40px,11vw,44px)!important;margin:0!important;
  }

  .gp-sh-benefits-codebar{
    margin:var(--gp-m-gap) var(--gp-m-gutter) 3px!important;
    padding:var(--gp-m-card-pad)!important;border-radius:calc(var(--gp-m-radius) - 3px)!important;
    gap:clamp(9px,2.8vw,12px)!important;
  }
  .gp-sh-benefits-codebar small{font-size:clamp(10.7px,2.9vw,11.5px)!important;line-height:1.28!important}
  .gp-sh-benefits-codebar strong{font-size:clamp(20px,5.7vw,23px)!important;line-height:1.06!important}
  .gp-sh-benefits-codebar>span em{font-size:clamp(10.3px,2.8vw,11px)!important;line-height:1.43!important;max-width:43ch!important}
  .gp-sh-benefits-codebar .gp-aff-copy{min-height:44px!important;border-radius:12px!important;font-size:clamp(11.5px,3vw,12.3px)!important}

  .gp-sh-benefits-grid{
    padding:var(--gp-m-gap) var(--gp-m-gutter) clamp(14px,4vw,18px)!important;
    gap:var(--gp-m-gap)!important;
  }
  .gp-sh-benefit-card{
    display:grid!important;grid-template-columns:var(--gp-m-icon) minmax(0,1fr)!important;
    gap:clamp(9px,2.8vw,12px)!important;padding:var(--gp-m-card-pad)!important;
    border-radius:var(--gp-m-radius)!important;min-height:0!important;height:auto!important;
    align-items:start!important;
  }
  .gp-sh-benefit-card .gp-aff-partner-icon{
    width:var(--gp-m-icon)!important;height:var(--gp-m-icon)!important;flex-basis:var(--gp-m-icon)!important;
    border-radius:calc(var(--gp-m-radius) - 6px)!important;
  }
  .gp-sh-benefit-copy{display:flex!important;flex-direction:column!important;min-width:0!important;min-height:100%!important}
  .gp-sh-benefit-title-row{
    display:flex!important;align-items:flex-start!important;justify-content:space-between!important;
    gap:clamp(6px,2vw,9px)!important;min-width:0!important;
  }
  .gp-sh-benefit-title-row h3{
    min-width:0!important;font-size:var(--gp-m-h3)!important;line-height:1.18!important;
    margin:1px 0 0!important;text-wrap:balance!important;
  }
  .gp-sh-benefit-badge{
    flex:0 0 auto!important;max-width:44%!important;padding:5px clamp(6px,1.8vw,8px)!important;
    font-size:clamp(8.5px,2.35vw,9.4px)!important;line-height:1.1!important;text-align:center!important;
    white-space:nowrap!important;
  }
  .gp-sh-benefit-summary{
    margin:5px 0 5px!important;font-size:clamp(11.2px,3.05vw,12px)!important;
    line-height:1.34!important;font-weight:750!important;text-wrap:pretty!important;
  }
  .gp-sh-benefit-detail{font-size:var(--gp-m-body)!important;line-height:1.48!important;margin:0!important;text-wrap:pretty!important}
  .gp-sh-benefit-actions{
    margin-top:clamp(9px,2.8vw,12px)!important;padding-top:clamp(8px,2.5vw,10px)!important;
    min-height:0!important;border-top:1px solid #edf3f0!important;
    display:flex!important;align-items:center!important;justify-content:space-between!important;
    flex-wrap:wrap!important;column-gap:10px!important;row-gap:6px!important;
  }
  .gp-sh-code-mini{font-size:clamp(9.8px,2.65vw,10.6px)!important;line-height:1.2!important;white-space:nowrap!important}
  .gp-sh-partner-link{font-size:clamp(10.5px,2.85vw,11.4px)!important;line-height:1.2!important;white-space:nowrap!important;margin-left:auto!important}

  .gp-sh-benefits-foot{
    padding:0 var(--gp-m-gutter) var(--gp-m-safe-bottom)!important;
  }
  .gp-sh-benefits-disclosure{
    display:grid!important;grid-template-columns:clamp(32px,9.5vw,38px) minmax(0,1fr)!important;
    gap:clamp(9px,2.7vw,12px)!important;padding:var(--gp-m-card-pad)!important;
    margin:0 0 var(--gp-m-gap)!important;border-radius:var(--gp-m-radius)!important;
  }
  .gp-sh-benefits-disclosure-icon{
    width:clamp(32px,9.5vw,38px)!important;height:clamp(32px,9.5vw,38px)!important;margin:0!important;
    border-radius:calc(var(--gp-m-radius) - 7px)!important;
  }
  .gp-sh-benefits-disclosure strong{font-size:clamp(11.2px,3vw,12px)!important;line-height:1.25!important;margin:1px 0 4px!important}
  .gp-sh-benefits-disclosure p{font-size:clamp(10.25px,2.78vw,11.1px)!important;line-height:1.5!important;text-wrap:pretty!important}
  .gp-sh-benefits-all{min-height:clamp(48px,13vw,52px)!important;border-radius:calc(var(--gp-m-radius) - 3px)!important;font-size:clamp(12px,3.2vw,13px)!important}

  /* ===== Partner-Landingpage: derselbe Fluid-Rhythmus ===== */
  .gp-aff-page{
    width:min(calc(100% - (2 * var(--gp-m-edge))),720px)!important;
    margin:clamp(14px,4vw,20px) auto clamp(52px,12vw,72px)!important;
  }
  .gp-aff-hero{
    grid-template-columns:1fr!important;gap:clamp(15px,4vw,20px)!important;
    padding:clamp(17px,4.7vw,22px)!important;border-radius:var(--gp-m-radius)!important;
  }
  .gp-aff-hero-copy{padding:0!important}
  .gp-aff-hero h1{
    font-size:clamp(28px,7.7vw,36px)!important;line-height:1.045!important;
    letter-spacing:-.038em!important;margin:clamp(9px,2.5vw,12px) 0 clamp(12px,3.4vw,16px)!important;
    max-width:18ch!important;text-wrap:balance!important;
  }
  .gp-aff-hero-copy>p{font-size:clamp(12.9px,3.45vw,14.2px)!important;line-height:1.58!important;max-width:48ch!important;text-wrap:pretty!important}
  .gp-aff-kicker{font-size:clamp(9.4px,2.5vw,10.5px)!important;line-height:1.25!important;letter-spacing:.055em!important}
  .gp-aff-hero-actions{display:grid!important;grid-template-columns:1fr!important;gap:var(--gp-m-gap)!important;margin-top:clamp(18px,5vw,24px)!important}
  .gp-aff-copy-hero,.gp-aff-primary{width:100%!important;min-height:clamp(54px,14vw,60px)!important;border-radius:calc(var(--gp-m-radius) - 4px)!important}
  .gp-aff-hero-card{padding:var(--gp-m-card-pad)!important;border-radius:var(--gp-m-radius)!important}
  .gp-aff-hero-card-icon{width:clamp(44px,12vw,52px)!important;height:clamp(44px,12vw,52px)!important;margin-bottom:clamp(11px,3vw,14px)!important}
  .gp-aff-hero-card h2{font-size:clamp(19px,5.2vw,22px)!important;line-height:1.15!important;margin-bottom:clamp(9px,2.6vw,12px)!important}
  .gp-aff-hero-card ul{gap:clamp(7px,2vw,9px)!important;margin-bottom:clamp(11px,3vw,14px)!important}
  .gp-aff-hero-card li{font-size:clamp(12px,3.2vw,13.2px)!important;line-height:1.4!important}
  .gp-aff-hero-card p{font-size:clamp(10.9px,2.95vw,12px)!important;line-height:1.52!important;max-width:45ch!important;text-wrap:pretty!important}

  .gp-aff-trustline{
    display:grid!important;grid-template-columns:clamp(34px,9.5vw,38px) minmax(0,1fr)!important;
    gap:clamp(9px,2.7vw,12px)!important;padding:var(--gp-m-card-pad)!important;
    margin:var(--gp-m-gap) 0 0!important;border-radius:var(--gp-m-radius)!important;
  }
  .gp-aff-trustline>span{width:clamp(34px,9.5vw,38px)!important;height:clamp(34px,9.5vw,38px)!important;margin:0!important}
  .gp-aff-trustline strong{font-size:clamp(11.5px,3vw,12.5px)!important;line-height:1.25!important;margin:1px 0 4px!important}
  .gp-aff-trustline p{font-size:clamp(10.7px,2.9vw,11.8px)!important;line-height:1.52!important;text-wrap:pretty!important}

  .gp-aff-section-head{
    margin-top:var(--gp-m-section)!important;margin-bottom:clamp(12px,3.4vw,16px)!important;
    gap:clamp(5px,1.8vw,8px)!important;align-items:flex-start!important;
  }
  .gp-aff-section-head h2{font-size:clamp(25px,6.8vw,31px)!important;line-height:1.08!important;text-wrap:balance!important}
  .gp-aff-section-head>p{font-size:clamp(11.6px,3.05vw,12.7px)!important;line-height:1.48!important;max-width:48ch!important;text-wrap:pretty!important}
  .gp-aff-partner-grid,.gp-aff-partner-grid-more{grid-template-columns:1fr!important;gap:var(--gp-m-gap)!important}
  .gp-aff-card{
    height:auto!important;padding:var(--gp-m-card-pad)!important;border-radius:var(--gp-m-radius)!important;
  }
  .gp-aff-card-top{margin-bottom:clamp(11px,3vw,14px)!important}
  .gp-aff-card .gp-aff-partner-icon{width:clamp(46px,12vw,52px)!important;height:clamp(46px,12vw,52px)!important;flex-basis:clamp(46px,12vw,52px)!important}
  .gp-aff-saving{font-size:clamp(9.3px,2.5vw,10.4px)!important;padding:6px clamp(8px,2.4vw,11px)!important}
  .gp-aff-card h3{font-size:clamp(17.5px,4.8vw,19px)!important;line-height:1.18!important;margin-bottom:6px!important}
  .gp-aff-card-summary{font-size:clamp(12.1px,3.25vw,13px)!important;line-height:1.37!important;margin-bottom:8px!important;min-height:0!important;text-wrap:pretty!important}
  .gp-aff-card-detail{font-size:clamp(11.35px,3vw,12.25px)!important;line-height:1.52!important;margin-bottom:clamp(13px,3.5vw,16px)!important;text-wrap:pretty!important}
  .gp-aff-codebox{
    min-height:clamp(56px,15vw,62px)!important;padding:10px 11px!important;border-radius:calc(var(--gp-m-radius) - 4px)!important;
    display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;
  }
  .gp-aff-codebox .gp-aff-copy{width:auto!important;min-width:clamp(108px,30vw,128px)!important;min-height:38px!important;flex:0 0 auto!important}
  .gp-aff-no-code{min-height:clamp(56px,15vw,62px)!important;border-radius:calc(var(--gp-m-radius) - 4px)!important;padding:11px 12px!important;font-size:clamp(10.7px,2.9vw,11.5px)!important}
  .gp-aff-card-cta{min-height:clamp(46px,12.5vw,50px)!important;margin-top:var(--gp-m-gap)!important;border-radius:calc(var(--gp-m-radius) - 5px)!important;font-size:clamp(12px,3.2vw,13px)!important}

  .gp-aff-how{margin-top:var(--gp-m-section)!important;padding:var(--gp-m-card-pad)!important;border-radius:var(--gp-m-radius)!important}
  .gp-aff-how .gp-aff-section-head{margin:0 0 clamp(14px,4vw,18px)!important}
  .gp-aff-steps{grid-template-columns:1fr!important;gap:var(--gp-m-gap)!important}
  .gp-aff-steps>div{padding:var(--gp-m-card-pad)!important;border-radius:calc(var(--gp-m-radius) - 3px)!important;min-height:0!important}
  .gp-aff-steps span{margin-bottom:clamp(9px,2.6vw,11px)!important}
  .gp-aff-steps h3{font-size:clamp(13.7px,3.7vw,14.8px)!important;line-height:1.28!important}
  .gp-aff-steps p{font-size:clamp(11.2px,3vw,12px)!important;line-height:1.5!important}
  .gp-aff-note{margin-top:var(--gp-m-gap)!important;padding:var(--gp-m-card-pad)!important;border-radius:var(--gp-m-radius)!important;gap:clamp(10px,2.8vw,14px)!important}
  .gp-aff-note h2{font-size:clamp(15px,4vw,16.5px)!important;line-height:1.25!important;margin-bottom:6px!important}
  .gp-aff-note p{font-size:clamp(10.8px,2.9vw,11.8px)!important;line-height:1.56!important;text-wrap:pretty!important}
}

/* Sehr schmale Geräte: nur dort stapeln, wo eine Zweierzeile wirklich zu eng wird. */
@media (max-width:349px){
  .gp-sh-benefits-head p{display:none!important}
  .gp-sh-benefit-title-row{display:grid!important;grid-template-columns:1fr!important;gap:5px!important}
  .gp-sh-benefit-badge{justify-self:start!important;max-width:none!important}
  .gp-sh-benefit-actions{align-items:flex-start!important;flex-direction:column!important;gap:7px!important}
  .gp-sh-partner-link{margin-left:0!important}
  .gp-aff-codebox{flex-direction:column!important;align-items:stretch!important}
  .gp-aff-codebox .gp-aff-copy{width:100%!important;min-width:0!important}
  .gp-aff-hero h1{font-size:27px!important}
}

/* Größere Phones / kleine Tablets: etwas mehr Luft, ohne das Layout unnötig aufzublähen. */
@media (min-width:520px) and (max-width:767px){
  .gp-sh-benefits-panel{--gp-m-gutter:18px;--gp-m-card-pad:17px;--gp-m-gap:13px}
  .gp-aff-page{--gp-m-edge:12px;--gp-m-gutter:18px;--gp-m-card-pad:18px;--gp-m-gap:14px}
  .gp-aff-hero h1{max-width:20ch!important}
  .gp-aff-card-detail{max-width:62ch!important}
}
@media (max-width:767px){
  .gp-sh-benefits-codebar .gp-aff-copy span{display:inline!important}
}
