@charset "UTF-8";:root{--site-primary:#003e79;--site-primary-dark:#003e79;--site-accent:#e75112;--site-secondary:#809023;--site-brown:#945620;--site-red:#760e0f;--site-media-bar:#003e79;--site-video-cta:var(--site-accent);--site-video-accent:var(--site-accent);--site-reading-progress:var(--site-accent);--site-header-bg:#fff;--site-header-text:#000;--site-header-link:#003e79;--site-header-link-hover:#e75112;--site-header-icon:#003e79;--site-header-border:color-mix( in srgb,var(--site-primary) 14%,transparent );--site-mobile-menu-bg:#fff;--site-mobile-menu-text:#000;--site-mobile-menu-link:#003e79;--site-mobile-menu-link-hover:#e75112;--site-footer-bg:#1d7989;--site-footer-text:#fff;--site-footer-muted:#d7eef1;--site-footer-link:#fff;--site-footer-link-hover:#fff6ef;--site-footer-border:rgba(255,255,255,0.18);--site-footer-bg:#002f5d;--site-footer-text:#fff;--site-footer-muted:#d8e5f0;--site-footer-link:#fff;--site-footer-link-hover:#ffad73;--site-footer-border:rgba(255,255,255,0.18);--site-bg:#fff;--site-soft:#f5f5f5;--site-soft-primary:#f1f7ff;--site-soft-accent:#fff5ef;--site-card-bg:#fff;--site-text:#000;--site-muted:#5d6b7d;--site-amazon-cta:var(--site-accent);--site-amazon-cta-text:#fff;--site-audio-accent:var(--site-primary);--site-product-accent:var(--site-primary);--site-product-cta:var(--site-accent);--site-product-cta-text:#fff}:root{--site-header-logo-width:185px;--site-header-logo-width-compact:150px;--site-header-nav-offset:250px;--site-header-nav-offset-compact:215px;--site-header-logo-width-mobile:165px;--site-header-logo-width-mobile-compact:138px}:root{--site-header-border:color-mix( in srgb,var(--site-primary) 14%,transparent );--site-border:color-mix( in srgb,var(--site-primary) 18%,transparent );--site-border-strong:color-mix( in srgb,var(--site-primary) 32%,transparent );--site-header-height:72px;--site-header-height-compact:58px;--site-header-height-mobile:72px;--site-header-height-mobile-compact:58px;--site-header-transition:180ms ease;--site-content-width:780px;--site-text-width:680px;--site-sidebar-width:340px;--site-gap:42px;--site-layout-width:calc( var(--site-content-width) + var(--site-sidebar-width) + var(--site-gap) );--site-radius-sm:8px;--site-radius:14px;--site-radius-lg:20px;--site-shadow-sm:0 4px 14px color-mix( in srgb,var(--site-primary-dark) 7%,transparent );--site-shadow:0 10px 28px color-mix( in srgb,var(--site-primary-dark) 11%,transparent );--site-reading-progress-height:4px}body{--site-header-current-height:var(--site-header-height);color:var(--site-text);background:radial-gradient( circle at top left,color-mix(in srgb,var(--site-primary) 4%,transparent),transparent 34rem ),var(--site-bg)}body:has(.container-header.is-compact){--site-header-current-height:var(--site-header-height-compact)}a{color:var(--site-primary);text-underline-offset:0.18em}a:hover,a:focus{color:var(--site-accent)}.site-grid,.grid-child{max-width:var(--site-layout-width);margin-right:auto;margin-left:auto}@media (min-width:992px){.site-grid{max-width:var(--site-layout-width);column-gap:0;grid-template-columns:[full-start] minmax(0,1fr) [main-start] minmax(0,var(--site-content-width)) [main-end] var(--site-gap) [sidebar-start] minmax(0,var(--site-sidebar-width)) [sidebar-end] minmax(0,1fr) [full-end]}.container-component{grid-column:main-start / main-end;width:100%;max-width:var(--site-content-width)}.container-sidebar-right,.sidebar-right{grid-column:sidebar-start / sidebar-end;width:100%;max-width:var(--site-sidebar-width)}}.container-header{--header-row-height:var(--site-header-height);--header-logo-width:var(--site-header-logo-width);--header-nav-offset:var(--site-header-nav-offset);background:var(--site-header-bg);color:var(--site-header-text);box-shadow:0 1px 0 var(--site-header-border);transition:box-shadow var(--site-header-transition),background-color var(--site-header-transition)}.container-header.is-compact{--header-row-height:var(--site-header-height-compact);--header-logo-width:var(--site-header-logo-width-compact);--header-nav-offset:var(--site-header-nav-offset-compact);box-shadow:0 1px 0 var(--site-header-border),0 8px 24px rgba(0,35,80,0.08)}.container-header.position-sticky,.container-header.sticky-top{top:0;z-index:1030}.container-header a,.container-header .mod-menu>li>a,.container-header .mod-menu>li>span{color:var(--site-header-text)}.container-header nav,.container-header .container-search{margin-top:0}.container-header .navbar-brand{margin:0;padding:0}.container-header .brand-logo{display:inline-flex;align-items:center}.container-header .brand-logo img{display:block;width:auto;max-width:100%;height:auto;transition:max-width var(--site-header-transition),max-height var(--site-header-transition)}@media (min-width:992px){.container-header{display:grid;grid-template-columns:minmax(1rem,1fr) minmax(0,var(--site-layout-width)) minmax(1rem,1fr)}.container-header>.grid-child:has(.navbar-brand),.container-header>.container-nav{grid-column:2;grid-row:1;width:100%;max-width:none;min-height:var(--header-row-height);margin:0;padding:0;transition:min-height var(--site-header-transition),padding var(--site-header-transition)}.container-header>.grid-child:has(.navbar-brand){display:flex;align-items:center;justify-content:flex-start;pointer-events:none}.container-header .navbar-brand{pointer-events:auto}.container-header .brand-logo img{max-width:var(--header-logo-width);max-height:calc(var(--header-row-height) - 20px)}.container-header>.container-nav{display:flex;align-items:center;padding-left:var(--header-nav-offset)}.container-header>.container-nav>nav,.container-header>.container-nav .navbar{flex:1 1 auto}}@media (max-width:991.98px){body{--site-header-current-height:var(--site-header-height-mobile)}body:has(.container-header.is-compact){--site-header-current-height:var(--site-header-height-mobile-compact)}.container-header{--header-row-height:var(--site-header-height-mobile);--header-logo-width:var(--site-header-logo-width-mobile);position:relative;display:grid;grid-template-columns:1rem minmax(0,1fr) 1rem}.container-header.is-compact{--header-row-height:var(--site-header-height-mobile-compact);--header-logo-width:var(--site-header-logo-width-mobile-compact)}.container-header.position-sticky,.container-header.sticky-top{position:sticky !important;top:0}.container-header>.grid-child:has(.navbar-brand),.container-header>.container-nav{grid-column:2;grid-row:1;width:100%;max-width:none;min-height:var(--header-row-height);margin:0;transition:min-height var(--site-header-transition)}.container-header>.grid-child:has(.navbar-brand){z-index:2;display:flex;align-items:center;justify-content:center;padding:0 64px;pointer-events:none}.container-header .navbar-brand{position:static;transform:none;pointer-events:auto}.container-header .brand-logo img{max-width:var(--header-logo-width);max-height:calc(var(--header-row-height) - 20px)}.container-header>.container-nav{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;padding:0;pointer-events:none}.container-header>.container-nav>*{pointer-events:auto}.container-header>.container-nav .navbar{position:static;flex:0 0 auto;width:auto;margin:0;padding:0}.container-header .navbar-toggler{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;margin:0;padding:0;color:var(--site-primary);background:transparent;border-color:currentColor}.container-header .container-search{flex:0 0 auto;margin:0 0 0 auto}.container-header .navbar-collapse{position:absolute;top:var(--header-row-height);right:0;left:0;z-index:1060;max-height:calc(100vh - var(--header-row-height));padding:1rem;overflow-y:auto;background:#fff;border:1px solid var(--site-border);box-shadow:var(--site-shadow)}}.com-content-article,.article,main .item-page{color:var(--site-text);font-size:1.1rem}.com-content-article :is( h1,h2,h3,h4,h5,h6
):not( .mitbox,.mitbox_bp,.mitbox_bp2,.mitbox_bp3,.mitbox_bp4
),.item-page :is( h1,h2,h3,h4,h5,h6
):not( .mitbox,.mitbox_bp,.mitbox_bp2,.mitbox_bp3,.mitbox_bp4
),.page-header h1{color:var(--site-text)}.com-content-article h1,.item-page h1,.page-header h1{font-weight:800;letter-spacing:-0.025em;line-height:1.08;max-width:var(--site-text-width);margin-bottom:1rem}.com-content-article h2,.item-page h2{font-weight:800;letter-spacing:-0.015em;line-height:1.2;margin-top:2.2rem;margin-bottom:0.75rem}.com-content-article h3,.item-page h3{font-weight:750;margin-top:1.8rem}.com-content-article h4,.com-content-article h5,.com-content-article h6,.item-page h4,.item-page h5,.item-page h6{font-weight:750}.com-content-article p,.item-page p{line-height:1.72;margin-bottom:1.05rem}.com-content-article li,.item-page li{line-height:1.68;margin-bottom:0.35rem}.com-content-article>p:first-of-type,.item-page>p:first-of-type{font-size:1.06em;line-height:1.72}.com-content-article :where(p,ul,ol,h1,h2,h3,h4,h5,h6),.item-page :where(p,ul,ol,h1,h2,h3,h4,h5,h6){max-width:var(--site-text-width)}.com-content-article :where(figure,.item-image,table,.site-quicklinks,.site-impuls,.site-impuls-thinking,.pareto-impuls,.site-merksatz,.site-takeaway,.box_well,.mitbox,.mitbox_bp,.mitbox_bp2,.mitbox_bp3,.mitbox_bp4),.item-page :where(figure,.item-image,table,.site-quicklinks,.site-impuls,.site-impuls-thinking,.pareto-impuls,.site-merksatz,.site-takeaway,.box_well,.mitbox,.mitbox_bp,.mitbox_bp2,.mitbox_bp3,.mitbox_bp4){max-width:var(--site-content-width)}.com-content-article :where(figure,.item-image,table,.site-quicklinks,.site-impuls,.site-impuls-thinking,.pareto-impuls,.site-merksatz,.site-takeaway,.site-download-box,.article-toc,.box_well,.mitbox,.mitbox_bp,.mitbox_bp2,.mitbox_bp3,.mitbox_bp4),.item-page :where(figure,.item-image,table,.site-quicklinks,.site-impuls,.site-impuls-thinking,.pareto-impuls,.site-merksatz,.site-takeaway,.site-download-box,.article-toc,.box_well,.mitbox,.mitbox_bp,.mitbox_bp2,.mitbox_bp3,.mitbox_bp4){width:100%;max-width:var(--site-content-width)}.com-content-article :where(.site-quicklinks,.site-impuls,.site-impuls-thinking,.pareto-impuls,.site-merksatz,.site-takeaway,.box_well,.mitbox,.mitbox_bp,.mitbox_bp2,.mitbox_bp3,.mitbox_bp4) :where(p,ul,ol,h2,h3,h4,h5,h6),.item-page :where(.site-quicklinks,.site-impuls,.site-impuls-thinking,.pareto-impuls,.site-merksatz,.site-takeaway,.box_well,.mitbox,.mitbox_bp,.mitbox_bp2,.mitbox_bp3,.mitbox_bp4) :where(p,ul,ol,h2,h3,h4,h5,h6){max-width:none}.com-content-article :is(h2,h3,h4,h5,h6)[id],.item-page :is(h2,h3,h4,h5,h6)[id]{scroll-margin-top:calc(var(--site-header-current-height) + 1.5rem)}.btn-primary{color:#fff;background-color:var(--site-primary);border-color:var(--site-primary);border-radius:var(--site-radius-sm);font-weight:750;box-shadow:0 5px 14px color-mix(in srgb,var(--site-primary) 22%,transparent)}.btn-primary:hover,.btn-primary:focus,.btn-primary:active{color:#fff;background-color:color-mix(in srgb,var(--site-primary) 86%,black);border-color:color-mix(in srgb,var(--site-primary) 86%,black)}.article-category-trail{display:flex;flex-wrap:wrap;align-items:center;gap:0.3rem 0.55rem;width:100%;max-width:var(--site-text-width);margin:1.25rem 0 0.55rem;font-size:0.9rem;font-weight:700;line-height:1.35}.article-category-trail a{color:var(--site-primary);text-decoration:none;text-underline-offset:0.18em}.article-category-trail a:hover,.article-category-trail a:focus-visible{color:var(--site-accent);text-decoration:underline}.article-category-trail__separator{color:var(--site-accent);font-size:1.25em;font-weight:700;line-height:1}.article-category-trail+.page-header{margin-top:0}.article-category-trail+.page-header h1,.article-category-trail+.page-header h2{margin-top:0}@media (max-width:575.98px){.article-category-trail{gap:0.25rem 0.45rem;margin-top:1rem;margin-bottom:0.45rem;font-size:0.84rem}}.reading-progress{position:sticky;top:var(--reading-progress-top,0);z-index:1029;transition:top var(--site-header-transition);width:100%;height:var(--site-reading-progress-height);pointer-events:none}.container-header:is(.position-sticky,.sticky-top)+.reading-progress{top:var(--site-header-current-height)}.reading-progress__track{width:min( calc(100% - 2rem),var(--site-layout-width) );height:100%;margin-inline:auto;overflow:hidden;background:rgba(0,0,0,0.08);border-radius:999px}.reading-progress__bar{display:block;width:100%;height:100%;background:var( --site-reading-progress,var(--site-accent) );border-radius:inherit;transform:scaleX(0);transform-origin:left center;will-change:transform}.reading-progress[hidden]{display:none}@media (max-width:575.98px){.reading-progress__track{width:calc(100% - 2rem)}}@media print{.reading-progress{display:none !important}}.container-breadcrumbs{justify-self:start;width:100%;max-width:var(--site-content-width);margin:0.9rem 0 0}@media (min-width:992px){.container-breadcrumbs{grid-column:main-start / main-end}}.container-breadcrumbs .breadcrumb,.container-breadcrumbs .mod-breadcrumbs,.breadcrumb.mod-breadcrumbs{width:100%;max-width:var(--site-content-width);margin:0;padding:0.62rem 0.9rem;color:var(--site-muted);background:linear-gradient( 180deg,color-mix(in srgb,var(--site-primary) 3%,white),#fff );border:1px solid var(--site-border);border-radius:var(--site-radius);box-shadow:var(--site-shadow-sm);font-size:0.82rem;line-height:1.45}.breadcrumb a,.mod-breadcrumbs a{color:var(--site-primary);font-weight:650;text-decoration:none}.breadcrumb a:hover,.breadcrumb a:focus-visible,.mod-breadcrumbs a:hover,.mod-breadcrumbs a:focus-visible{color:var(--site-accent);text-decoration:underline}.breadcrumb-item+.breadcrumb-item::before{color:var(--site-accent)}@media (max-width:991.98px){.container-breadcrumbs{max-width:100%;margin-top:0.75rem;padding-inline:1rem}}@media (max-width:480px){.container-breadcrumbs{padding-inline:0.85rem}.container-breadcrumbs .breadcrumb,.container-breadcrumbs .mod-breadcrumbs,.breadcrumb.mod-breadcrumbs{padding:0.55rem 0.75rem;border-radius:12px;font-size:0.78rem}}.site-quicklinks{width:100%;max-width:var(--site-content-width);margin:1.35rem 0 1.15rem;overflow:hidden;background:var(--site-card-bg);border:1px solid var(--site-border);border-radius:var(--site-radius);box-shadow:var(--site-shadow-sm)}.site-quicklinks>ul{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));width:100%;max-width:none;margin:0;padding:0;list-style:none}.site-quicklinks>ul>li{display:grid;grid-template-columns:28px minmax(0,1fr);align-items:center;gap:0.7rem;min-width:0;min-height:64px;max-width:none;margin:0;padding:0.8rem 1rem;color:var(--site-primary-dark);border-right:1px solid var(--site-border);font-size:0.9rem;font-weight:750;line-height:1.3}.site-quicklinks>ul>li:last-child{border-right:0}.site-quicklinks>ul>li::before{content:"✓";display:inline-grid;place-items:center;width:24px;height:24px;color:var(--site-accent);background:#fff;border:2px solid var(--site-accent);border-radius:50%;font-size:0.75rem;font-weight:900;line-height:1}.site-quicklinks>ul>li>a{display:block;color:inherit;text-decoration:none;text-underline-offset:0.18em}.site-quicklinks>ul>li:has(>a){transition:color 0.2s ease,background-color 0.2s ease}.site-quicklinks>ul>li:has(>a):hover,.site-quicklinks>ul>li:has(>a):focus-within{color:var(--site-primary);background:color-mix( in srgb,var(--site-primary) 4%,white )}.site-quicklinks>ul>li>a:focus-visible{outline:3px solid color-mix( in srgb,var(--site-primary) 20%,transparent );outline-offset:3px}@media (max-width:767.98px){.site-quicklinks{margin-top:1.1rem;border-radius:10px}.site-quicklinks>ul{grid-template-columns:1fr}.site-quicklinks>ul>li{grid-template-columns:26px minmax(0,1fr);min-height:50px;padding:0.65rem 0.85rem;border-right:0;border-bottom:1px solid var(--site-border);font-size:0.88rem}.site-quicklinks>ul>li:last-child{border-bottom:0}.site-quicklinks>ul>li::before{width:22px;height:22px;font-size:0.7rem}.site-quicklinks>ul>li:has(>a){grid-template-columns:26px minmax(0,1fr) 16px}.site-quicklinks>ul>li:has(>a)::after{content:"›";justify-self:end;color:var(--site-muted);font-size:1.3rem;font-weight:700;line-height:1}}.com-content-article img,.item-page img{max-width:100%;height:auto}.com-content-article p:has(>img:only-child),.item-page p:has(>img:only-child),.com-content-article p:has(>a:only-child>img:only-child),.item-page p:has(>a:only-child>img:only-child),.com-content-article p:has(>picture:only-child),.item-page p:has(>picture:only-child),.com-content-article figure:not(.item-image),.item-page figure:not(.item-image){width:100%;max-width:var(--site-content-width);margin-top:1.8rem;margin-bottom:2rem}.com-content-article p:has(>img:only-child)>img,.item-page p:has(>img:only-child)>img,.com-content-article p:has(>a:only-child>img:only-child)>a,.item-page p:has(>a:only-child>img:only-child)>a,.com-content-article p:has(>a:only-child>img:only-child)>a>img,.item-page p:has(>a:only-child>img:only-child)>a>img,.com-content-article p:has(>picture:only-child)>picture,.item-page p:has(>picture:only-child)>picture,.com-content-article p:has(>picture:only-child) img,.item-page p:has(>picture:only-child) img,.com-content-article figure:not(.item-image) img,.item-page figure:not(.item-image) img{display:block;max-width:100%;height:auto}.item-image,figure.item-image{position:relative;width:100%;max-width:var(--site-content-width);margin:1.2rem 0 1rem;overflow:hidden;border-radius:var(--site-radius);box-shadow:var(--site-shadow-sm)}.item-image img,figure.item-image img,.com-content-article .item-image img,.item-page .item-image img{display:block;width:100%;max-width:100%;height:auto}figure.item-image figcaption,.item-image figcaption{position:absolute;right:0;bottom:0;left:0;padding:0.75rem 1rem;color:#fff;background:color-mix( in srgb,var(--site-media-bar,#760e0f) 86%,transparent );font-size:clamp(1.1rem,2vw,1.6rem);font-weight:800;line-height:1.15;text-align:center}.com-content-article img.float-end,.item-page img.float-end,.com-content-article img.right,.item-page img.right,.com-content-article img[style*="float: right"],.item-page img[style*="float: right"],.com-content-article img[style*="float:right"],.item-page img[style*="float:right"]{float:right;max-width:min(45%,320px);margin:0.3rem 0 1rem 1.25rem}.com-content-article img.float-start,.item-page img.float-start,.com-content-article img.left,.item-page img.left,.com-content-article img[style*="float: left"],.item-page img[style*="float: left"],.com-content-article img[style*="float:left"],.item-page img[style*="float:left"]{float:left;max-width:min(45%,320px);margin:0.3rem 1.25rem 1rem 0}.com-content-article p:has(img.float-end),.item-page p:has(img.float-end),.com-content-article p:has(img.float-start),.item-page p:has(img.float-start),.com-content-article p:has(img.right),.item-page p:has(img.right),.com-content-article p:has(img.left),.item-page p:has(img.left),.com-content-article p:has(img[style*="float:"]),.item-page p:has(img[style*="float:"]){display:flow-root}.com-content-article img.img-small,.item-page img.img-small{width:min(180px,100%)}.com-content-article img.img-medium,.item-page img.img-medium{width:min(300px,100%)}.com-content-article img.img-large,.item-page img.img-large{width:min(480px,100%)}@media (max-width:575.98px){.com-content-article img.float-end,.item-page img.float-end,.com-content-article img.float-start,.item-page img.float-start,.com-content-article img.right,.item-page img.right,.com-content-article img.left,.item-page img.left,.com-content-article img[style*="float: right"],.item-page img[style*="float: right"],.com-content-article img[style*="float:right"],.item-page img[style*="float:right"],.com-content-article img[style*="float: left"],.item-page img[style*="float: left"],.com-content-article img[style*="float:left"],.item-page img[style*="float:left"]{float:none !important;display:block;max-width:100%;margin:1rem auto !important}}.article-toc{--toc-background:#f7f9fc;--toc-border:#d8e0e8;--toc-divider:#dfe5eb;position:relative;width:100%;max-width:var(--site-content-width);margin:1rem 0 2rem;overflow:hidden;background:linear-gradient( 135deg,#fbfcfe 0%,var(--toc-background) 100% );border:1px solid var(--toc-border);border-top:4px solid var(--site-primary);border-radius:0.7rem;box-shadow:0 0.25rem 0.9rem rgba(0,0,0,0.05)}.article-toc__heading{display:flex;align-items:center;gap:0.8rem;margin:0 !important;padding:1.1rem 1.4rem 0.65rem;color:var( --template-special-color,var(--site-primary) );font-family:var(--cassiopeia-font-family-headings,inherit);font-size:clamp(1.15rem,1.05rem + 0.4vw,1.45rem);font-weight:700;line-height:1.25}.article-toc__heading::before{content:"";flex:0 0 40px;width:40px;height:40px;border-radius:50%;background:radial-gradient( circle at 11px 12px,#fff 0 1.7px,transparent 1.9px ),radial-gradient( circle at 11px 20px,#fff 0 1.7px,transparent 1.9px ),radial-gradient( circle at 11px 28px,#fff 0 1.7px,transparent 1.9px ),linear-gradient( #fff,#fff ) 18px 11px / 12px 2px no-repeat,linear-gradient( #fff,#fff ) 18px 19px / 12px 2px no-repeat,linear-gradient( #fff,#fff ) 18px 27px / 12px 2px no-repeat,var(--site-primary)}.article-toc__heading strong{font-weight:inherit}.article-toc__content{position:relative;overflow:hidden;transition:max-height 0.35s ease}.article-toc.is-collapsible:not(.is-open)
.article-toc__content::after{content:"";position:absolute;right:0;bottom:0;left:0;height:4rem;pointer-events:none;background:linear-gradient( to bottom,rgba(247,249,252,0),var(--toc-background) 92% )}.article-toc .rl_quickindex.card{margin:0;padding:0;background:transparent;border:0;border-radius:0;box-shadow:none}.article-toc .rl_quickindex .card-body{padding:0.15rem 1.4rem 0.4rem}.article-toc .index-level-2{margin:0;padding-left:2.25rem}.article-toc .index-level-2>.index-item{padding:0.58rem 0.25rem 0.58rem 0.2rem;line-height:1.4;border-bottom:1px solid var(--toc-divider)}.article-toc .index-level-2>.index-item:last-child{border-bottom:0}.article-toc .index-level-2>.index-item::marker{color:var(--body-color,#222);font-variant-numeric:tabular-nums}.article-toc .index-level-3{margin-top:0.4rem;padding-left:1.5rem}.article-toc .index-level-3>.index-item{padding:0.35rem 0;border:0}.article-toc .index-link{color:var(--link-color);text-decoration:none;text-underline-offset:0.18em}.article-toc .index-link:hover,.article-toc .index-link:focus-visible{color:var(--site-accent);text-decoration:underline}.article-toc__toggle{display:flex;align-items:center;justify-content:center;gap:0.65rem;max-width:calc(100% - 2rem);margin:0.85rem auto 1rem;padding:0.65rem 1.1rem;color:#fff;background:var(--site-primary);border:1px solid var(--site-primary);border-radius:0.45rem;font:inherit;font-weight:700;line-height:1.25;cursor:pointer;transition:filter 0.2s ease,transform 0.2s ease}.article-toc__toggle[hidden]{display:none !important}.article-toc__toggle:hover{filter:brightness(0.92)}.article-toc__toggle:active{transform:translateY(1px)}.article-toc__toggle:focus-visible{outline:3px solid rgba(0,77,145,0.25);outline-offset:3px}.article-toc__toggle-icon{width:0.6rem;height:0.6rem;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:translateY(-0.12rem) rotate(45deg);transition:transform 0.25s ease}.article-toc.is-open
.article-toc__toggle-icon{transform:translateY(0.14rem) rotate(225deg)}@media (max-width:575.98px){.article-toc{margin-top:1rem;border-radius:0.55rem}.article-toc__heading{gap:0.7rem;padding:1rem 1rem 0.55rem;font-size:1.15rem}.article-toc .rl_quickindex .card-body{padding-right:1rem;padding-left:1rem}.article-toc .index-level-2{padding-left:2rem}.article-toc__toggle{width:calc(100% - 2rem);max-width:none;white-space:normal;text-align:center}}@media (prefers-reduced-motion:reduce){.article-toc__content,.article-toc__toggle,.article-toc__toggle-icon{transition:none}}.site-impuls{position:relative;margin:2.2rem 0;padding:1.55rem 2rem 1.45rem;min-height:225px;border:1px solid color-mix(in srgb,var(--site-primary) 24%,transparent);border-radius:var(--site-radius-lg);background:linear-gradient(color-mix(in srgb,var(--site-primary) 5%,transparent) 1px,transparent 1px),linear-gradient(90deg,color-mix(in srgb,var(--site-primary) 5%,transparent) 1px,transparent 1px),linear-gradient(180deg,color-mix(in srgb,var(--site-primary) 7%,white),#ffffff);background-size:24px 24px,24px 24px,auto;box-shadow:0 10px 28px rgba(0,35,80,0.08);overflow:hidden}.site-impuls::before{content:"";position:absolute;left:0;top:1.45rem;width:10px;height:50px;background:var(--site-accent);border-radius:0 9px 9px 0}.site-impuls p{position:relative;z-index:1;max-width:var(--site-text-width);margin:0 0 0.85rem;line-height:1.55}.site-impuls>p:first-child{margin-bottom:0.45rem}.site-impuls>p:first-child strong{display:block;color:var(--site-primary-dark);font-size:clamp(1.75rem,2.8vw,2.25rem);font-weight:800;letter-spacing:-0.025em;line-height:1.12}.site-impuls>p:nth-child(2){color:var(--site-primary-dark);font-size:clamp(1.12rem,1.75vw,1.32rem);font-weight:650;line-height:1.55}.site-impuls>p:last-child{display:block;margin-top:1.05rem;margin-bottom:0;color:var(--site-primary);font-size:1.1rem;font-weight:600;line-height:1.45}.site-impuls>p:last-child::first-letter{font-size:1.65rem;line-height:0.7}.site-impuls>p:nth-child(3):not(:last-child){color:var(--site-primary-dark);font-size:clamp(1.18rem,2vw,1.42rem);font-weight:750;line-height:1.45}.site-impuls-thinking{position:relative;width:100%;max-width:var(--site-content-width);min-height:225px;margin:2.2rem 0;padding:1.55rem 2rem 1.45rem;overflow:hidden;background:linear-gradient( color-mix(in srgb,var(--site-primary) 5%,transparent) 1px,transparent 1px ),linear-gradient( 90deg,color-mix(in srgb,var(--site-primary) 5%,transparent) 1px,transparent 1px ),linear-gradient( 180deg,color-mix(in srgb,var(--site-primary) 7%,white),#fff );background-size:24px 24px,24px 24px,auto;border:1px solid color-mix( in srgb,var(--site-primary) 24%,transparent );border-radius:var(--site-radius-lg);box-shadow:0 10px 28px rgba(0,35,80,0.08)}.site-impuls-thinking::before{content:"";position:absolute;top:1.45rem;left:0;width:10px;height:50px;background:var(--site-accent);border-radius:0 9px 9px 0}.site-impuls-thinking::after{content:"";position:absolute;top:2.35rem;right:2.15rem;z-index:0;width:124px;height:124px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Cg fill='none' stroke='%23003e79' stroke-width='4.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M36 22c-7 0-12 5-12 12 0 1 0 2 .4 3-5 2-8.4 7-8.4 13 0 7 5.5 12.7 12.3 13-.2 1-.3 2-.3 3 0 7.7 6.3 14 14 14 3.5 0 6.7-1.3 9-3.5 2.3 2.2 5.5 3.5 9 3.5 7.7 0 14-6.3 14-14 0-1-.1-2-.3-3 6.8-.3 12.3-6 12.3-13 0-6-3.4-11-8.4-13 .3-1 .4-2 .4-3 0-7-5-12-12-12-3.5 0-6.6 1.3-9 3.4-2.4-2.1-5.5-3.4-9-3.4Z'/%3E%3Cpath d='M48 21v54'/%3E%3Cpath d='M36 33c4 1 6 4 6 8'/%3E%3Cpath d='M60 33c-4 1-6 4-6 8'/%3E%3Cpath d='M33 49c4 1 7 4 7 8'/%3E%3Cpath d='M63 49c-4 1-7 4-7 8'/%3E%3Cpath d='M38 65c4 1 6 3 6 6'/%3E%3Cpath d='M58 65c-4 1-6 3-6 6'/%3E%3C/g%3E%3Cg fill='none' stroke='%23e75112' stroke-width='3.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M73 17l3-7 3 7 7 3-7 3-3 7-3-7-7-3 7-3Z'/%3E%3C/g%3E%3C/svg%3E") center / 78px 78px no-repeat,color-mix( in srgb,var(--site-accent) 10%,white );border:1px solid color-mix( in srgb,var(--site-accent) 18%,transparent );border-radius:50%}.site-impuls-thinking>p{position:relative;z-index:1;max-width:calc(100% - 190px);margin:0 0 0.85rem;line-height:1.55}.site-impuls-thinking>p:first-child{margin-bottom:0.45rem}.site-impuls-thinking>p:first-child strong{display:block;color:var(--site-primary-dark);font-size:clamp(1.75rem,2.8vw,2.25rem);font-weight:800;letter-spacing:-0.025em;line-height:1.12}.site-impuls-thinking>p:nth-child(2){color:var(--site-primary-dark);font-size:clamp(1.12rem,1.75vw,1.32rem);font-weight:650;line-height:1.55}.site-impuls-thinking>p:last-child{display:block;margin-top:1.05rem;margin-bottom:0;color:var(--site-primary);font-size:1.1rem;font-weight:600;line-height:1.45}.site-impuls-thinking>p:last-child::first-letter{font-size:1.65rem;line-height:0.7}.site-impuls-thinking>p:nth-child(3):not(:last-child){color:var(--site-primary-dark);font-size:clamp(1.18rem,2vw,1.42rem);font-weight:750;line-height:1.45}@media (max-width:991.98px){.site-impuls-thinking{min-height:0;padding:1.25rem 1.15rem 1.2rem}.site-impuls-thinking::before{top:1.25rem;width:7px;height:42px}.site-impuls-thinking::after{top:1.2rem;right:1.1rem;width:96px;height:96px;background-size:60px 60px,auto}.site-impuls-thinking>p{max-width:calc(100% - 125px)}.site-impuls-thinking>p:first-child strong{font-size:clamp(1.4rem,5.6vw,1.75rem)}.site-impuls-thinking>p:nth-child(2){font-size:1.03rem}.site-impuls-thinking>p:last-child{margin-top:0.85rem;font-size:1.05rem}.site-impuls-thinking>p:last-child::first-letter{font-size:1.55rem}}@media (max-width:575.98px){.site-impuls-thinking::after{top:0.85rem;right:0.8rem;width:70px;height:70px;background-size:44px 44px,auto}.site-impuls-thinking>p{max-width:100%}.site-impuls-thinking>p:first-child,.site-impuls-thinking>p:nth-child(2){padding-right:4.9rem}.site-impuls-thinking>p:nth-child(2){font-size:1rem}.site-impuls-thinking>p:last-child{font-size:1.02rem}.site-impuls-thinking>p:last-child::first-letter{font-size:1.5rem}}.site-merksatz{position:relative;margin:1.7rem 0;padding:1.2rem 1.35rem 1.25rem 4.2rem;border:1px solid var(--site-border-strong);border-left:4px solid var(--site-accent);border-radius:var(--site-radius);background:linear-gradient(180deg,var(--site-soft-primary),#fff);box-shadow:var(--site-shadow-sm)}.site-merksatz::before{content:"“";position:absolute;left:1.15rem;top:0.65rem;color:var(--site-accent);font-size:4rem;line-height:1;font-weight:900}.site-merksatz p{margin:0 0 0.45rem}.site-merksatz p:last-child{margin-bottom:0}.site-merksatz>p:first-child strong{display:block;margin-bottom:0.25rem;color:var(--site-primary-dark);font-size:0.98rem;font-weight:850}.site-merksatz>p:nth-child(2),.site-merksatz>p:last-child{color:var(--site-primary-dark);font-size:clamp(1.08rem,1.6vw,1.35rem);line-height:1.35;font-weight:800}.site-takeaway{position:relative;width:100%;max-width:var(--site-content-width);margin:1.7rem 0;padding:1.15rem 4.6rem 1.2rem 1.35rem;overflow:hidden;background:linear-gradient( 135deg,color-mix(in srgb,var(--site-secondary) 13%,white),#fff 68% );border:1px solid color-mix( in srgb,var(--site-secondary) 38%,transparent );border-left:5px solid var(--site-secondary);border-radius:var(--site-radius);box-shadow:var(--site-shadow-sm)}.site-takeaway::before{content:"✓";position:absolute;top:1rem;right:1.15rem;display:inline-grid;place-items:center;width:38px;height:38px;color:#fff;background:var(--site-secondary);border:4px solid color-mix( in srgb,var(--site-secondary) 14%,white );border-radius:50%;font-size:1rem;font-weight:900;line-height:1}.site-takeaway p{margin:0 0 0.5rem;line-height:1.62}.site-takeaway p:last-child{margin-bottom:0}.site-takeaway>p:first-child{display:inline-flex;align-items:center;width:fit-content;max-width:100%;margin:0 0 0.8rem;padding:0.34rem 0.75rem;color:color-mix( in srgb,var(--site-secondary) 82%,black );background:color-mix( in srgb,var(--site-secondary) 13%,white );border:1px solid color-mix( in srgb,var(--site-secondary) 30%,transparent );border-radius:999px;font-size:1.02rem;font-weight:850;line-height:1.3;letter-spacing:0.01em}.site-takeaway>p:first-child strong{color:inherit;font:inherit}.site-takeaway>p:nth-child(2),.site-takeaway>p:last-child{color:var(--site-text);font-size:1rem;font-weight:650}.pareto-impuls{position:relative;width:100%;max-width:var(--site-content-width);margin:1.9rem 0 2.2rem;padding:5rem 4.9rem 4.35rem 1.5rem;overflow:visible;color:var(--site-text);background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Ccircle cx='24' cy='24' r='22' fill='%23e75112'/%3E%3Cpath d='m14 25 7 7 14-17' fill='none' stroke='white' stroke-width='4.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") calc(100% - 1.25rem) 1.1rem / 44px 44px no-repeat,linear-gradient( 135deg,color-mix(in srgb,var(--site-primary) 7%,white),#fff 68% );border:1px solid color-mix( in srgb,var(--site-primary) 35%,transparent );border-left:5px solid var(--site-accent);border-radius:var(--site-radius-lg);box-shadow:var(--site-shadow-sm)}.pareto-impuls::before{content:"Pareto-Tipp";position:absolute;top:1.1rem;left:1.35rem;display:inline-flex;align-items:center;min-height:40px;padding:0.42rem 0.95rem 0.42rem 2.35rem;color:#fff;background:radial-gradient( circle at 1.15rem 50%,var(--site-accent) 0 0.45rem,transparent 0.48rem ),var(--site-primary);border-radius:999px;box-shadow:0 5px 14px rgba(0,35,80,0.12);font-size:0.98rem;font-weight:850;line-height:1.2;letter-spacing:0.015em;text-transform:uppercase}.pareto-impuls>p{width:auto;max-width:none;margin:0;color:var(--site-text);font-size:clamp(1.08rem,1.5vw,1.28rem);font-weight:620;line-height:1.58}.pareto-impuls>p strong{color:var(--site-primary);font-weight:850}.pareto-impuls__info{position:absolute;right:1.15rem;bottom:0.9rem;z-index:5;display:inline-flex;align-items:center;gap:0.45rem;margin:0;padding:0.3rem 0.4rem;color:var(--site-primary);background:transparent;border:0;border-radius:999px;font:inherit;font-size:0.86rem;font-weight:750;line-height:1.3;cursor:pointer}.pareto-impuls__info::before{content:"i";display:inline-grid;place-items:center;width:22px;height:22px;color:var(--site-primary);background:#fff;border:2px solid currentColor;border-radius:50%;font-family:Georgia,serif;font-size:0.8rem;font-weight:800;font-style:italic;line-height:1}.pareto-impuls__info:hover,.pareto-impuls__info:focus-visible,.pareto-impuls__info.is-open,.pareto-impuls__info[aria-expanded="true"]{color:var(--site-accent);background:var(--site-soft-accent)}.pareto-impuls__info:focus-visible{outline:3px solid color-mix( in srgb,var(--site-primary) 22%,transparent );outline-offset:3px}.pareto-impuls__tooltip{position:absolute;right:0;bottom:calc(100% + 0.75rem);width:min(370px,calc(100vw - 3rem));padding:0.95rem 1rem;color:var(--site-text);background:rgba(255,255,255,0.98);border:1px solid var(--site-border-strong);border-radius:var(--site-radius);box-shadow:var(--site-shadow);font-size:0.88rem;font-weight:500;line-height:1.55;text-align:left;white-space:normal;opacity:0;visibility:hidden;transform:translateY(0.35rem);pointer-events:none;transition:opacity 0.18s ease,transform 0.18s ease,visibility 0.18s ease}.pareto-impuls__tooltip::before{content:none !important;display:none !important}.pareto-impuls__tooltip::after{content:"";position:absolute;right:1.5rem;bottom:-0.55rem;width:1rem;height:1rem;background:#fff;border-right:1px solid var(--site-border-strong);border-bottom:1px solid var(--site-border-strong);transform:rotate(45deg)}.pareto-impuls__info:hover .pareto-impuls__tooltip,.pareto-impuls__info:focus .pareto-impuls__tooltip,.pareto-impuls__info:focus-visible .pareto-impuls__tooltip,.pareto-impuls__info.is-open .pareto-impuls__tooltip,.pareto-impuls__info[aria-expanded="true"] .pareto-impuls__tooltip{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.com-content-article h2[data-site-label]::before,.item-page h2[data-site-label]::before{content:attr(data-site-label);display:table;margin-bottom:0.35rem;padding:0.16rem 0.5rem;color:var(--site-accent);background:var(--site-soft-accent);border-radius:999px;font-size:0.72rem;font-weight:850;letter-spacing:0.04em;text-transform:uppercase}blockquote{position:relative;margin:1.8rem 0;padding:1.15rem 1.35rem 1.15rem 1.45rem;border-left:5px solid var(--site-accent);border-radius:var(--site-radius);background:linear-gradient(180deg,var(--site-soft-primary),#fff);box-shadow:var(--site-shadow-sm)}blockquote p{margin:0 0 0.8rem;padding:0;color:var(--site-primary-dark);font-size:clamp(1.15rem,1.8vw,1.4rem);line-height:1.5;font-style:italic;font-weight:500}blockquote p:last-child{margin-bottom:0}.zwischenueberschrift{display:block;margin:1.25rem 0 0.55rem;padding-top:0;color:var(--site-primary-dark);font-size:1.12rem;line-height:1.45;font-weight:800}.box_well{margin:1.5rem 0;padding:1rem 1.15rem;min-height:20px;background:linear-gradient(180deg,var(--site-soft),#fff);border:1px solid var(--site-border);border-radius:var(--site-radius);box-shadow:var(--site-shadow-sm)}.box_well>*:first-child{margin-top:0}.box_well>*:last-child{margin-bottom:0}.mitbox,.mitbox_bp,.mitbox_bp2,.mitbox_bp3,.mitbox_bp4{display:block;margin:1rem 0;padding:0.85rem 1rem;color:#fff;border:0;border-radius:var(--site-radius);text-align:center;line-height:1.45;font-size:clamp(1.05rem,1.8vw,1.28rem);font-weight:750;text-decoration:none;white-space:normal;box-shadow:0 8px 20px rgba(0,35,80,0.12)}:is( .mitbox,.mitbox_bp,.mitbox_bp2,.mitbox_bp3,.mitbox_bp4
)>:is(p,h1,h2,h3,h4,h5,h6){color:#fff}.mitbox{background:var(--site-red)}.mitbox_bp{background:var(--site-primary)}.mitbox_bp2{background:var(--site-accent)}.mitbox_bp3{background:var(--site-secondary)}.mitbox_bp4{background:var(--site-brown)}.mitbox a,.mitbox_bp a,.mitbox_bp2 a,.mitbox_bp3 a,.mitbox_bp4 a{color:#fff;font-weight:850;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:0.18em}.mitbox a:hover,.mitbox_bp a:hover,.mitbox_bp2 a:hover,.mitbox_bp3 a:hover,.mitbox_bp4 a:hover{color:#fff;opacity:0.88}.com-content-article table,.item-page table,table{width:100%;margin:1.4rem auto;border:1px solid var(--site-border);border-collapse:separate;border-spacing:0;border-radius:var(--site-radius);overflow:hidden;background:#fff;box-shadow:var(--site-shadow-sm);font-size:1rem;line-height:1.45}.com-content-article th,.com-content-article td,.item-page th,.item-page td,th,td{padding:0.65rem 0.75rem;border:1px solid rgba(255,255,255,0.9);vertical-align:middle}.com-content-article th,.item-page th,.tabellenueberschrift,tr.tabellenueberschrift,td.tabellenueberschrift,th.tabellenueberschrift{background:var(--site-primary);color:#fff;border-color:rgba(255,255,255,0.45);font-size:1.05rem;line-height:1.35;font-weight:800}.tabellenueberschrift a,tr.tabellenueberschrift a,td.tabellenueberschrift a,th.tabellenueberschrift a{color:#fff;text-decoration:underline;text-underline-offset:0.18em}.tabellenueberschrift a:hover,tr.tabellenueberschrift a:hover,td.tabellenueberschrift a:hover,th.tabellenueberschrift a:hover{color:var(--site-soft-accent)}.tabellezelle1{background-color:color-mix(in srgb,var(--site-primary) 9%,white)}.tabellezelle2{background-color:color-mix(in srgb,var(--site-primary) 4%,white)}.tabellezelle1 td,.tabellezelle2 td{vertical-align:middle;padding:0.65rem 0.75rem}.tabellezelle_anmerkungen{padding:0.45rem 0.6rem;background-color:#fff;color:var(--site-muted);font-size:0.92rem;line-height:1.45}@media (min-width:992px){.container-sidebar-right,.sidebar-right{align-self:start;padding-top:1.2rem}}.container-sidebar-right>*+*,.sidebar-right>*+*{margin-top:1.35rem}.container-sidebar-right .card,.container-sidebar-right .moduletable,.sidebar-right .card,.sidebar-right .moduletable,aside .card,aside .moduletable{margin-bottom:0;overflow:hidden;background:var(--site-card-bg);border:1px solid var(--site-border);border-radius:var(--site-radius);box-shadow:0 6px 18px rgba(0,35,80,0.06)}.container-sidebar-right .card-header,.sidebar-right .card-header,aside .card-header{display:flex;align-items:center;gap:0.7rem;margin:0;padding:1.1rem 1.25rem 0.7rem;color:var(--site-primary-dark);background:transparent;border:0;font-size:1.2rem;font-weight:800;line-height:1.25}.container-sidebar-right .card-body,.sidebar-right .card-body,aside .card-body{padding:0.2rem 1.25rem 1.2rem}.container-sidebar-right .moduletable,.sidebar-right .moduletable,aside .moduletable{padding:1.2rem 1.25rem}.container-sidebar-right .moduletable>h3,.sidebar-right .moduletable>h3,aside .moduletable>h3{display:flex;align-items:center;gap:0.7rem;margin:0 0 0.85rem;padding:0;color:var(--site-primary-dark);font-size:1.2rem;font-weight:800;line-height:1.25}.container-sidebar-right p,.sidebar-right p,aside p{margin-top:0;margin-bottom:0.85rem;font-size:0.94rem;line-height:1.55}.container-sidebar-right p:last-child,.sidebar-right p:last-child,aside p:last-child{margin-bottom:0}.site-side-links ul{margin:0;padding:0;list-style:none}.site-side-links li{margin:0;padding:0;border-top:1px solid color-mix( in srgb,var(--site-primary) 11%,transparent )}.site-side-links li:first-child{border-top:0}.site-side-links a{display:grid;grid-template-columns:0.8rem minmax(0,1fr);gap:0.4rem;padding:0.68rem 0;color:var(--site-primary);font-size:0.95rem;font-weight:650;line-height:1.4;text-decoration:none}.site-side-links a::before{content:"›";color:var(--site-accent);font-size:1.25rem;font-weight:900;line-height:1.05}.site-side-links a:hover,.site-side-links a:focus-visible{color:var(--site-accent)}.site-side-links a:hover::before,.site-side-links a:focus-visible::before{transform:translateX(2px)}.site-side-download .card-header::before,.site-side-download.moduletable>h3::before{content:"";display:block;flex:0 0 46px;width:46px;height:46px;background:transparent url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2048%2048'%3E%3Ccircle%20cx%3D'23'%20cy%3D'25'%20r%3D'21'%20fill%3D'%23eef4ff'%2F%3E%3Cpath%20d%3D'M23%2013v17m-6-6%206%206%206-6M15%2035h16'%20fill%3D'none'%20stroke%3D'%23003e79'%20stroke-width%3D'2.2'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%2F%3E%3Ccircle%20cx%3D'38'%20cy%3D'10'%20r%3D'7'%20fill%3D'%23e75112'%2F%3E%3Cpath%20d%3D'M38%206.5v6m-2.6-2.3L38%2012.8l2.6-2.6'%20fill%3D'none'%20stroke%3D'white'%20stroke-width%3D'1.7'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%2F%3E%3C%2Fsvg%3E") center / 46px 46px no-repeat}.site-side-download ul{margin:0.3rem 0 0;padding:0;list-style:none}.site-side-download li{margin:0;padding:0;border-top:1px solid color-mix( in srgb,var(--site-primary) 10%,transparent )}.site-side-download li:first-child{border-top:0}.site-side-download li a{display:grid;grid-template-columns:0.8rem minmax(0,1fr);gap:0.4rem;padding:0.58rem 0;color:var(--site-primary);font-size:0.92rem;font-weight:650;line-height:1.4;text-decoration:none}.site-side-download li a::before{content:"›";color:var(--site-accent);font-size:1.2rem;font-weight:900;line-height:1.05}.site-side-download li a:hover,.site-side-download li a:focus-visible{color:var(--site-accent)}.site-side-more{display:inline-flex;align-items:center;gap:0.45rem;margin-top:0.85rem;color:var(--site-accent);font-size:0.92rem;font-weight:800;text-decoration:none}.site-side-more::after{content:"→";font-size:1.15rem;line-height:1}.site-side-more:hover,.site-side-more:focus-visible{color:color-mix( in srgb,var(--site-accent) 82%,black )}.site-side-newsletter .card-header::before,.site-side-newsletter.moduletable>h3::before{content:"";display:block;flex:0 0 46px;width:46px;height:46px;background:transparent url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2048%2048'%3E%3Ccircle%20cx%3D'23'%20cy%3D'25'%20r%3D'21'%20fill%3D'%23eef4ff'%2F%3E%3Crect%20x%3D'10'%20y%3D'15'%20width%3D'27'%20height%3D'19'%20rx%3D'2.5'%20fill%3D'white'%20stroke%3D'%23003e79'%20stroke-width%3D'1.9'%2F%3E%3Cpath%20d%3D'm11.5%2016.5%2012%209%2012-9'%20fill%3D'none'%20stroke%3D'%23003e79'%20stroke-width%3D'1.9'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%2F%3E%3Ccircle%20cx%3D'38'%20cy%3D'10'%20r%3D'7'%20fill%3D'%23e75112'%2F%3E%3Ctext%20x%3D'38'%20y%3D'13.2'%20text-anchor%3D'middle'%20font-family%3D'Arial,sans-serif'%20font-size%3D'9'%20font-weight%3D'700'%20fill%3D'white'%3E1%3C%2Ftext%3E%3C%2Fsvg%3E") center / 46px 46px no-repeat}.site-side-newsletter input[type="email"],.site-side-newsletter input[type="text"]{width:100%;min-height:44px;margin:0 0 0.65rem;padding:0.65rem 0.75rem;color:var(--site-text);background:#fff;border:1px solid var(--site-border-strong);border-radius:var(--site-radius-sm)}.site-side-newsletter input[type="email"]:focus,.site-side-newsletter input[type="text"]:focus{border-color:var(--site-primary);outline:3px solid color-mix( in srgb,var(--site-primary) 18%,transparent );outline-offset:1px}.site-side-newsletter button,.site-side-newsletter input[type="submit"],.site-side-newsletter .btn,.site-side-newsletter .site-button{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:44px;padding:0.7rem 1rem;color:#fff;background:var(--site-primary);border:1px solid var(--site-primary);border-radius:var(--site-radius-sm);font:inherit;font-weight:800;cursor:pointer}.site-side-newsletter button:hover,.site-side-newsletter button:focus-visible,.site-side-newsletter input[type="submit"]:hover,.site-side-newsletter input[type="submit"]:focus-visible,.site-side-newsletter .btn:hover,.site-side-newsletter .btn:focus-visible,.site-side-newsletter .site-button:hover,.site-side-newsletter .site-button:focus-visible{color:#fff;background:color-mix( in srgb,var(--site-primary) 86%,black );border-color:color-mix( in srgb,var(--site-primary) 86%,black )}.site-side-newsletter .site-note,.site-side-newsletter small{display:block;margin-top:0.6rem;color:var(--site-muted);font-size:0.78rem;line-height:1.45}.site-side-card{position:relative;padding:1.25rem}.site-side-card .mod-custom,.site-side-card .custom,.site-side-card .card-body{margin:0;padding:0}.site-side-card>*:first-child,.site-side-card .mod-custom>*:first-child,.site-side-card .custom>*:first-child{margin-top:0}.site-side-card>*:last-child,.site-side-card .mod-custom>*:last-child,.site-side-card .custom>*:last-child{margin-bottom:0}.site-inspiration-card>h3,.site-inspiration-card .card-header,.site-book-card>h3,.site-book-card .card-header{display:flex;align-items:center;gap:0.8rem;margin:0 0 1rem;padding:0;color:var(--site-primary-dark);background:transparent;border:0;font-size:1.15rem;font-weight:800;line-height:1.25}.site-inspiration-card>h3::before,.site-inspiration-card .card-header::before,.site-book-card>h3::before,.site-book-card .card-header::before{display:inline-grid;place-items:center;flex:0 0 46px;width:46px;height:46px;border-radius:50%;font-weight:800;line-height:1}.site-inspiration-card::after,.site-side-feature::after,.site-feature-card::after,.site-book-card::after{content:none !important;display:none !important}.site-inspiration-card{border-left:4px solid var(--site-secondary) !important;background:linear-gradient( 145deg,#fff 0%,color-mix(in srgb,var(--site-secondary) 7%,white) 100% ) !important}.site-inspiration-card>h3::before,.site-inspiration-card .card-header::before{content:"✦";color:var(--site-secondary);background:color-mix( in srgb,var(--site-secondary) 13%,white );font-size:1.65rem}.site-book-card{border-top:4px solid var(--site-accent) !important;background:linear-gradient( 180deg,#fff 0%,color-mix(in srgb,var(--site-accent) 4%,white) 100% ) !important}.site-book-card>h3::before,.site-book-card .card-header::before{content:"";background-color:color-mix( in srgb,var(--site-primary) 8%,white );background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2048'%3E%3Cpath%20d='M4%206c10-3%2020%200%2028%207v29c-8-6-18-9-28-6V6Zm56%200c-10-3-20%200-28%207v29c8-6%2018-9%2028-6V6Z'%20fill='none'%20stroke='%23003e79'%20stroke-width='4'%20stroke-linejoin='round'/%3E%3Cpath%20d='M32%2013v29'%20fill='none'%20stroke='%23003e79'%20stroke-width='4'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:29px 22px}.site-card-lead{margin:0 0 0.7rem !important;color:var(--site-primary-dark);font-size:1.15rem !important;font-weight:800;letter-spacing:-0.01em;line-height:1.35 !important}.site-inspiration-card p,.site-book-card p{margin:0 0 0.9rem;color:var(--site-text);font-size:0.94rem;line-height:1.55}.site-card-link{display:inline-flex;align-items:center;gap:0.5rem;margin-top:0.15rem;color:var(--site-accent);font-size:0.94rem;font-weight:800;line-height:1.3;text-decoration:none}.site-card-link::after{content:"→";font-size:1.1rem;line-height:1;transition:transform 0.2s ease}.site-card-link:hover,.site-card-link:focus-visible{color:color-mix( in srgb,var(--site-accent) 82%,black );text-decoration:underline}.site-card-link:hover::after,.site-card-link:focus-visible::after{transform:translateX(3px)}@media (max-width:991.98px){.site-grid,.grid-child{max-width:100%}main{padding-inline:1rem}.com-content-article,.article,main .item-page{font-size:1.05rem}.com-content-article :where(p,ul,ol,h1,h2,h3,h4,h5,h6),.item-page :where(p,ul,ol,h1,h2,h3,h4,h5,h6){max-width:100%}.com-content-article h1,.item-page h1,.page-header h1{font-size:clamp(1.75rem,8vw,2.35rem)}.site-impuls{min-height:0;padding:1.25rem 1.15rem 1.2rem}.site-impuls::before{top:1.25rem;width:7px;height:42px}.site-impuls p{max-width:100%}.site-impuls>p:first-child strong{font-size:clamp(1.4rem,5.6vw,1.75rem);font-weight:800}.site-impuls>p:nth-child(2){font-size:1.03rem;font-weight:650;line-height:1.55}.site-impuls>p:last-child{margin-top:0.85rem;font-size:1.05rem;line-height:1.45}.site-impuls>p:last-child::first-letter{font-size:1.55rem}.pareto-impuls{padding:4.75rem 4.2rem 4.2rem 1.15rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Ccircle cx='24' cy='24' r='22' fill='%23e75112'/%3E%3Cpath d='m14 25 7 7 14-17' fill='none' stroke='white' stroke-width='4.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") calc(100% - 0.9rem) 1rem / 38px 38px no-repeat,linear-gradient( 135deg,color-mix(in srgb,var(--site-primary) 7%,white),#fff 68% )}.pareto-impuls::before{top:1rem;left:1rem;min-height:38px;padding:0.38rem 0.8rem 0.38rem 2.15rem;font-size:0.9rem}.pareto-impuls>p{font-size:1.03rem}.pareto-impuls__info{right:0.8rem;bottom:0.75rem;font-size:0.8rem}.pareto-impuls__tooltip{right:-0.2rem;width:min(330px,calc(100vw - 2.4rem))}.site-merksatz{padding:1.05rem 1rem 1.1rem 3.4rem}.site-merksatz::before{left:0.85rem;font-size:3.2rem}.site-takeaway{padding-right:4.15rem}.site-takeaway::before{top:0.9rem;right:0.85rem;width:34px;height:34px;border-width:3px;font-size:0.9rem}.site-takeaway>p:first-child{margin-bottom:0.7rem;padding:0.3rem 0.65rem;font-size:0.96rem}blockquote{padding:1rem 1rem 1rem 1.1rem}blockquote p{font-size:1.08rem}.mitbox,.mitbox_bp,.mitbox_bp2,.mitbox_bp3,.mitbox_bp4{font-size:1.05rem;padding:0.8rem 0.9rem}.com-content-article table,.item-page table,table{display:block;overflow-x:auto;max-width:100%;font-size:0.95rem;white-space:normal}.com-content-article th,.com-content-article td,.item-page th,.item-page td,th,td{padding:0.55rem 0.6rem}aside,.sidebar-right,.container-sidebar-right{margin-top:2rem}}@media (max-width:480px){main{padding-inline:0.85rem}.com-content-article,.article,main .item-page{font-size:1.02rem}.site-quicklinks,.site-impuls,.site-impuls-thinking,.pareto-impuls,.site-merksatz,.site-takeaway,.box_well,blockquote,.mitbox,.mitbox_bp,.mitbox_bp2,.mitbox_bp3,.mitbox_bp4{border-radius:12px}figure.item-image figcaption,.item-image figcaption{font-size:1.05rem;padding:0.55rem 0.7rem}.site-impuls>p:nth-child(2){font-size:1rem}.pareto-impuls{margin-bottom:2rem;padding:4.45rem 1rem 4.25rem;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Ccircle cx='24' cy='24' r='22' fill='%23e75112'/%3E%3Cpath d='m14 25 7 7 14-17' fill='none' stroke='white' stroke-width='4.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") calc(100% - 0.75rem) 0.85rem / 34px 34px no-repeat,linear-gradient( 135deg,color-mix(in srgb,var(--site-primary) 7%,white),#fff 68% )}.pareto-impuls::before{top:0.85rem;left:0.8rem;min-height:34px;padding:0.34rem 0.7rem 0.34rem 1.95rem;font-size:0.82rem}.pareto-impuls>p{font-size:1rem;line-height:1.55}.pareto-impuls__info{right:0.55rem;bottom:0.65rem;font-size:0.76rem}.pareto-impuls__tooltip{right:-0.15rem;width:min(300px,calc(100vw - 1.8rem));padding:0.85rem 0.9rem;font-size:0.82rem}.site-merksatz{padding-left:3rem}.site-merksatz::before{left:0.72rem;font-size:2.9rem}.site-takeaway{padding:1rem 3.85rem 1rem 1rem}.site-takeaway::before{top:0.85rem;right:0.75rem;width:32px;height:32px}.site-takeaway>p:first-child{max-width:calc(100% - 2.4rem);padding:0.28rem 0.58rem;font-size:0.92rem}.site-impuls>p:last-child{font-size:1.02rem}.site-impuls>p:last-child::first-letter{font-size:1.5rem}.com-content-article table,.item-page table,table{font-size:0.9rem}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto !important;transition:none !important;animation:none !important}.pareto-impuls__tooltip{transition:none !important}}.site-download-box{box-sizing:border-box;width:100%;max-width:var(--site-content-width,780px);margin:1.6rem 0 2rem;padding:1.05rem 1.1rem 1rem;background:linear-gradient( 135deg,color-mix(in srgb,var(--site-secondary,#809023) 7%,#fff),#fff 58% );border:1px solid var(--site-border,rgba(0,62,121,0.16));border-left:4px solid var(--site-secondary,#809023);border-radius:var(--site-radius,14px);box-shadow:var( --site-shadow-sm,0 4px 14px rgba(0,35,80,0.06) )}.site-download-box__header{display:flex;align-items:center;gap:0.7rem;margin-bottom:0.8rem}.site-download-box__icon{display:inline-grid;flex:0 0 auto;place-items:center;width:38px;height:38px;color:var(--site-secondary,#809023);background:color-mix( in srgb,var(--site-secondary,#809023) 12%,#fff );border-radius:50%}.site-download-box__icon svg,.site-download-box__arrow svg{display:block;width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.site-download-box__heading{margin:0;color:#000;font-size:1.05rem;font-weight:800;line-height:1.3}.site-download-box__link{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:0.8rem;min-height:58px;padding:0.72rem 0.8rem;color:#000;background:rgba(255,255,255,0.92);border:1px solid var(--site-border,rgba(0,62,121,0.16));border-radius:var(--site-radius-sm,10px);text-decoration:none;transition:color 0.18s ease,background-color 0.18s ease,border-color 0.18s ease,transform 0.18s ease,box-shadow 0.18s ease}.site-download-box__link:hover,.site-download-box__link:focus-visible{color:var(--site-primary,#003e79);background:color-mix( in srgb,var(--site-primary,#003e79) 4%,#fff );border-color:color-mix( in srgb,var(--site-primary,#003e79) 28%,transparent );transform:translateY(-1px);box-shadow:0 6px 16px rgba(0,35,80,0.09)}.site-download-box__link:focus-visible{outline:3px solid color-mix( in srgb,var(--site-primary,#003e79) 22%,transparent );outline-offset:3px}.site-download-box__type{display:inline-grid;place-items:center;min-width:50px;min-height:34px;padding:0.25rem 0.45rem;color:#fff;background:var(--site-accent,#e75112);border-radius:7px;font-size:0.7rem;font-weight:850;line-height:1;letter-spacing:0.035em}.site-download-box__type--pdf{background:#b42318}.site-download-box__type--word{background:#185abd}.site-download-box__type--excel{background:#217346}.site-download-box__type--powerpoint{background:#c43e1c}.site-download-box__type--audio{background:#7057a8}.site-download-box__type--video{background:#9a3412}.site-download-box__type--archive{background:#59636e}.site-download-box__type--image{background:#426b1f}.site-download-box__type--file{background:var(--site-primary,#003e79)}.site-download-box__label{min-width:0;font-size:0.96rem;font-weight:750;line-height:1.4;overflow-wrap:anywhere}.site-download-box__arrow{display:inline-grid;place-items:center;width:28px;height:28px;color:var(--site-primary,#003e79);border-radius:50%}.site-download-box__arrow svg{width:18px;height:18px}.site-download-box__note{margin:0.65rem 0.15rem 0;color:var(--site-muted,#66717e);font-size:0.8rem;line-height:1.45}@media (max-width:575.98px){.site-download-box{margin:1.35rem 0 1.7rem;padding:0.9rem;border-radius:11px}.site-download-box__header{gap:0.6rem;margin-bottom:0.65rem}.site-download-box__icon{width:34px;height:34px}.site-download-box__heading{font-size:0.98rem}.site-download-box__link{grid-template-columns:auto minmax(0,1fr) 20px;gap:0.65rem;min-height:54px;padding:0.65rem}.site-download-box__type{min-width:45px;min-height:31px;font-size:0.64rem}.site-download-box__label{font-size:0.89rem}.site-download-box__arrow{width:20px;height:20px}.site-download-box__note{font-size:0.75rem}}@media (prefers-reduced-motion:reduce){.site-download-box__link{transition:none}}.com-content-article details,.item-page details{width:100%;max-width:var(--site-content-width);margin:0.8rem 0;overflow:hidden;background:var(--site-card-bg);border:1px solid var(--site-border);border-radius:10px;box-shadow:var(--site-shadow-sm)}.com-content-article details+details,.item-page details+details{margin-top:0.65rem}.com-content-article details>summary,.item-page details>summary{display:grid;grid-template-columns:28px minmax(0,1fr) 18px;align-items:center;gap:0.75rem;min-height:54px;margin:0;padding:0.75rem 1rem;color:var(--site-primary-dark);font-size:0.96rem;font-weight:750;line-height:1.4;list-style:none;cursor:pointer;transition:color 0.2s ease,background-color 0.2s ease}.com-content-article details>summary::-webkit-details-marker,.item-page details>summary::-webkit-details-marker{display:none}.com-content-article details>summary::marker,.item-page details>summary::marker{content:""}.com-content-article details>summary::before,.item-page details>summary::before{content:"+";display:inline-grid;place-items:center;width:24px;height:24px;color:var(--site-accent);background:#fff;border:2px solid var(--site-accent);border-radius:50%;font-size:1rem;font-weight:700;line-height:1}.com-content-article details>summary::after,.item-page details>summary::after{content:"›";justify-self:end;color:var(--site-muted);font-size:1.35rem;font-weight:700;line-height:1;transition:transform 0.2s ease}.com-content-article details>summary:hover,.com-content-article details>summary:focus-visible,.item-page details>summary:hover,.item-page details>summary:focus-visible{color:var(--site-primary);background:color-mix( in srgb,var(--site-primary) 4%,white )}.com-content-article details>summary:focus-visible,.item-page details>summary:focus-visible{outline:3px solid color-mix( in srgb,var(--site-primary) 20%,transparent );outline-offset:-3px}.com-content-article details[open],.item-page details[open]{padding-bottom:1rem}.com-content-article details[open]>summary,.item-page details[open]>summary{margin-bottom:1rem;color:var(--site-primary);border-bottom:1px solid var(--site-border)}.com-content-article details[open]>summary::before,.item-page details[open]>summary::before{content:"−";color:#fff;background:var(--site-accent)}.com-content-article details[open]>summary::after,.item-page details[open]>summary::after{transform:rotate(90deg)}.com-content-article details>:not(summary),.item-page details>:not(summary){width:auto;max-width:none;margin-right:1.1rem;margin-left:3.55rem}.com-content-article details>:not(summary):first-of-type,.item-page details>:not(summary):first-of-type{margin-top:0}.com-content-article details>:not(summary):last-child,.item-page details>:not(summary):last-child{margin-bottom:0}.com-content-article details>ul,.com-content-article details>ol,.item-page details>ul,.item-page details>ol{padding-left:1.4rem}.com-content-article details img,.item-page details img{max-width:100%;height:auto}@media (max-width:575.98px){.com-content-article details>summary,.item-page details>summary{grid-template-columns:24px minmax(0,1fr) 16px;gap:0.65rem;min-height:50px;padding:0.65rem 0.85rem;font-size:0.9rem}.com-content-article details>summary::before,.item-page details>summary::before{width:22px;height:22px;font-size:0.9rem}.com-content-article details>:not(summary),.item-page details>:not(summary){margin-right:0.9rem;margin-left:3.15rem}}.author-box{width:100%;max-width:var(--site-content-width);margin-top:2.2rem;overflow:hidden;background:#fff;border:1px solid var(--site-border);border-radius:var(--site-radius);box-shadow:var(--site-shadow-sm)}.author-box>.row{margin:0}.author-box>.row>.col-12:first-child{width:100%;max-width:none;padding:0}.com-content-article .author-box .card-header,.item-page .author-box .card-header{width:100%;max-width:none;margin:0;padding:1rem 1.25rem;color:#000;background:linear-gradient( 180deg,color-mix( in srgb,var(--site-primary) 4%,white ),#f7f7f7 );border:0;border-bottom:1px solid var(--site-border);border-radius:calc(var(--site-radius) - 1px) calc(var(--site-radius) - 1px) 0 0;font-size:clamp(1.35rem,2vw,1.65rem);font-weight:850;line-height:1.25}.author-box .card-body{padding:1.35rem 1.5rem}.author-box .card-title{margin-top:0;margin-bottom:0.8rem;color:#000}.author-box .card-text{max-width:none}.author-box .card-text p{max-width:none}.author-box .card-text>:last-child{margin-bottom:0}.author-box img{display:block;width:100%;height:auto}@media (max-width:767.98px){.author-box .card-body{padding:1.1rem}.com-content-article .author-box .card-header,.item-page .author-box .card-header{padding:0.85rem 1rem;font-size:1.3rem}}.container-header a,.container-header .mod-menu>li>a,.container-header .mod-menu>li>span{color:var(--site-header-link,var(--site-header-text))}.container-header a:hover,.container-header a:focus-visible,.container-header .mod-menu>li>a:hover,.container-header .mod-menu>li>a:focus-visible,.container-header .mod-menu>li>span:hover{color:var(--site-header-link-hover,var(--site-accent))}.container-header .navbar-toggler{color:var(--site-header-icon,var(--site-primary))}.container-header.is-compact{box-shadow:0 1px 0 var(--site-header-border),0 8px 24px color-mix( in srgb,var(--site-primary-dark) 8%,transparent )}@media (max-width:991.98px){.container-header .navbar-collapse{color:var(--site-mobile-menu-text,var(--site-text));background:var(--site-mobile-menu-bg,#ffffff)}.container-header .navbar-collapse a,.container-header .navbar-collapse .mod-menu>li>a,.container-header .navbar-collapse .mod-menu>li>span{color:var(--site-mobile-menu-link,var(--site-primary-dark))}.container-header .navbar-collapse a:hover,.container-header .navbar-collapse a:focus-visible,.container-header .navbar-collapse .mod-menu>li>a:hover,.container-header .navbar-collapse .mod-menu>li>a:focus-visible{color:var(--site-mobile-menu-link-hover,var(--site-accent))}}.container-footer,footer.footer,footer.container-footer{color:var(--site-footer-text,#ffffff);background:var(--site-footer-bg,var(--site-primary-dark));border-top:4px solid var(--site-accent)}.container-footer :is(p,li,h1,h2,h3,h4,h5,h6),footer.footer :is(p,li,h1,h2,h3,h4,h5,h6),footer.container-footer :is(p,li,h1,h2,h3,h4,h5,h6){color:inherit}.container-footer a,footer.footer a,footer.container-footer a{color:var(--site-footer-link,#ffffff);text-decoration-color:color-mix( in srgb,var(--site-footer-link,#ffffff) 45%,transparent )}.container-footer a:hover,.container-footer a:focus-visible,footer.footer a:hover,footer.footer a:focus-visible,footer.container-footer a:hover,footer.container-footer a:focus-visible{color:var(--site-footer-link-hover,var(--site-accent))}.container-footer :is(small,.footer-muted),footer.footer :is(small,.footer-muted),footer.container-footer :is(small,.footer-muted){color:var(--site-footer-muted,rgba(255,255,255,0.82))}.container-footer hr,footer.footer hr,footer.container-footer hr{border-color:var(--site-footer-border,rgba(255,255,255,0.18))}.yv2-load-btn,.yv2-load-btn.btn,.yv2-load-btn.btn.btn-primary{color:#fff;background:var(--site-video-cta,var(--site-accent));border-color:var(--site-video-cta,var(--site-accent))}.yv2-load-btn:hover,.yv2-load-btn:focus-visible,.yv2-load-btn.btn:hover,.yv2-load-btn.btn:focus-visible,.yv2-load-btn.btn.btn-primary:hover,.yv2-load-btn.btn.btn-primary:focus-visible{color:#fff;background:color-mix( in srgb,var(--site-video-cta,var(--site-accent)) 84%,black );border-color:color-mix( in srgb,var(--site-video-cta,var(--site-accent)) 84%,black )}.yv2-heading .yv2-title-label,.yv2-title-label{color:var(--site-video-accent,var(--site-accent))}.com-content-category-blog .blog-items{row-gap:2rem}.com-content-category-blog .blog-item{min-width:0;margin-bottom:2rem;padding:0}.com-content-category-blog .blog-item:last-child{margin-bottom:0}.com-content-category-blog .site-category-item{width:100%;max-width:var(--site-content-width);overflow:hidden;background:var(--site-card-bg);border:1px solid var(--site-border);border-radius:var(--site-radius);box-shadow:var(--site-shadow-sm)}.com-content-category-blog .site-category-item__header{position:relative;margin:0;padding:1rem 1.25rem 0.95rem;background:linear-gradient( 180deg,color-mix(in srgb,var(--site-primary) 5%,white),#fff );border-top:4px solid var(--site-accent);border-bottom:1px solid var(--site-border)}.com-content-category-blog .site-category-item__header .page-header{width:100%;max-width:var(--site-text-width);margin:0 auto;padding:0;border:0}.com-content-category-blog .site-category-item__header :is(h2,.item-title){width:100%;max-width:none;margin:0;color:var(--site-primary-dark);font-size:clamp(1.3rem,1.15rem + 0.55vw,1.62rem);font-weight:800;letter-spacing:-0.015em;line-height:1.25}.com-content-category-blog .site-category-item__header :is(h2,.item-title) a{color:var(--site-primary-dark);text-decoration:none;text-decoration-thickness:0.08em;text-underline-offset:0.18em}.com-content-category-blog .site-category-item__header :is(h2,.item-title) a:hover,.com-content-category-blog .site-category-item__header :is(h2,.item-title) a:focus-visible{color:var(--site-accent);text-decoration:underline}.com-content-category-blog .site-category-item__header :is(h2,.item-title) a:focus-visible{outline:3px solid color-mix( in srgb,var(--site-primary) 20%,transparent );outline-offset:4px;border-radius:3px}.com-content-category-blog .site-category-item__header:has(.site-category-item__edit) .page-header{padding-right:3.25rem}.com-content-category-blog .site-category-item__edit{position:absolute;top:0.55rem;right:0.65rem;z-index:2}.com-content-category-blog .site-category-item__edit .btn{box-shadow:none}.com-content-category-blog .site-category-item__image{display:none;width:100%;max-width:var(--site-content-width)}.com-content-category-blog .site-category-item__image:has(img){display:flex;justify-content:center;align-items:flex-start;padding-top:1.1rem}.com-content-category-blog .site-category-item__image .item-image,.com-content-category-blog .site-category-item__image figure.item-image{flex:0 1 auto;float:none !important;width:auto;max-width:100%;margin:0 auto;overflow:hidden;border-radius:var(--site-radius-sm);box-shadow:none}.com-content-category-blog .site-category-item__image .item-image img,.com-content-category-blog .site-category-item__image figure.item-image img{display:block;width:auto;max-width:100%;height:auto;margin:0 auto}.com-content-category-blog .site-category-item__image .item-image figcaption,.com-content-category-blog .site-category-item__image figure.item-image figcaption{font-size:clamp(1rem,1.5vw,1.35rem)}.com-content-category-blog .site-category-item__content{width:calc(100% - 2rem);max-width:var(--site-text-width);margin:0 auto;padding:1.15rem 0 1.35rem;color:var(--site-text)}.com-content-category-blog .site-category-item__intro{width:100%;max-width:none}.com-content-category-blog .site-category-item__intro>:first-child{margin-top:0}.com-content-category-blog .site-category-item__intro>:last-child{margin-bottom:0}.com-content-category-blog .site-category-item__intro p,.com-content-category-blog .site-category-item__intro li{line-height:1.68}.com-content-category-blog .site-category-item__intro p{margin-bottom:0.9rem}.com-content-category-blog .site-category-item__intro li{margin-bottom:0.3rem}.com-content-category-blog .site-category-item__intro :is(h2,h3,h4,h5,h6){max-width:none;color:var(--site-text);font-weight:800;line-height:1.25}.com-content-category-blog .site-category-item__intro h2{margin-top:1.45rem;margin-bottom:0.65rem;font-size:clamp(1.3rem,1.18rem + 0.5vw,1.58rem);letter-spacing:-0.015em}.com-content-category-blog .site-category-item__intro h3{margin-top:1.25rem;margin-bottom:0.55rem;font-size:clamp(1.12rem,1.04rem + 0.28vw,1.3rem)}.com-content-category-blog .site-category-item .site-quicklinks{max-width:100%;margin-top:1.15rem;margin-bottom:0.2rem}.com-content-category-blog .site-category-item__readmore{margin-top:1.15rem}.com-content-category-blog .site-category-item__readmore .readmore{margin:0}.com-content-category-blog .site-category-item__readmore :is(.btn,a){display:inline-flex;align-items:center;justify-content:center;gap:0.4rem;min-height:42px;padding:0.58rem 0.9rem;color:var(--site-primary-dark);background:#fff;border:1px solid var(--site-border-strong);border-radius:var(--site-radius-sm);box-shadow:none;font-weight:700;line-height:1.3;text-decoration:none;transition:color 0.2s ease,background-color 0.2s ease,border-color 0.2s ease}.com-content-category-blog .site-category-item__readmore :is(.btn,a):hover,.com-content-category-blog .site-category-item__readmore :is(.btn,a):focus-visible{color:#fff;background:var(--site-primary);border-color:var(--site-primary)}.com-content-category-blog .site-category-item__readmore :is(.btn,a):focus-visible{outline:3px solid color-mix( in srgb,var(--site-primary) 24%,transparent );outline-offset:3px}.com-content-category-blog .site-category-item__content>:is( .icons,.content_rating,.content_vote,.fields-container
){max-width:100%}@media (max-width:767.98px){.com-content-category-blog .blog-items{row-gap:1.5rem}.com-content-category-blog .blog-item{margin-bottom:1.5rem}.com-content-category-blog .site-category-item{border-radius:12px}.com-content-category-blog .site-category-item__header{padding:0.82rem 0.9rem 0.8rem;border-top-width:3px}.com-content-category-blog .site-category-item__header :is(h2,.item-title){font-size:1.22rem;line-height:1.28}.com-content-category-blog .site-category-item__image:has(img){padding-top:0.85rem}.com-content-category-blog .site-category-item__image .item-image,.com-content-category-blog .site-category-item__image figure.item-image{border-radius:8px}.com-content-category-blog .site-category-item__content{width:calc(100% - 1.5rem);padding-top:0.95rem;padding-bottom:1.1rem}.com-content-category-blog .site-category-item__intro h2{font-size:1.24rem}.com-content-category-blog .site-category-item__intro h3{font-size:1.1rem}.com-content-category-blog .site-category-item__readmore :is(.btn,a){width:100%;min-height:44px;white-space:normal;text-align:center}}@media (max-width:420px){.com-content-category-blog .site-category-item__header{padding-right:0.75rem;padding-left:0.75rem}.com-content-category-blog .site-category-item__content{width:calc(100% - 1.25rem)}}@media print{.com-content-category-blog .site-category-item{break-inside:avoid;box-shadow:none}}.site-overflow-box{box-sizing:border-box;width:100%;max-width:var(--site-content-width);max-height:var(--site-overflow-height,300px);margin:1rem 0 1.5rem;padding:1rem 1.15rem;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable;color:var(--site-text);background:linear-gradient( 180deg,color-mix( in srgb,var(--site-primary) 3%,white ),#fff );border:1px solid var(--site-border);border-left:4px solid var(--site-primary);border-radius:var(--site-radius);box-shadow:var(--site-shadow-sm);scrollbar-width:thin;scrollbar-color:color-mix( in srgb,var(--site-primary) 55%,transparent ) transparent;-webkit-overflow-scrolling:touch}.com-content-article .site-overflow-box
:where(p,ul,ol,h2,h3,h4,h5,h6),.item-page .site-overflow-box
:where(p,ul,ol,h2,h3,h4,h5,h6){max-width:none}.site-overflow-box>:first-child{margin-top:0}.site-overflow-box>:last-child{margin-bottom:0}.site-overflow-box ul,.site-overflow-box ol{margin-top:0;margin-bottom:0;padding-left:1.5rem}.site-overflow-box li{margin-bottom:0.4rem}.site-overflow-box li:last-child{margin-bottom:0}.site-overflow-box:focus-visible{outline:3px solid color-mix( in srgb,var(--site-primary) 24%,transparent );outline-offset:3px}.site-overflow-box::-webkit-scrollbar{width:10px;height:10px}.site-overflow-box::-webkit-scrollbar-track{background:color-mix( in srgb,var(--site-primary) 5%,transparent );border-radius:999px}.site-overflow-box::-webkit-scrollbar-thumb{background:color-mix( in srgb,var(--site-primary) 48%,transparent );border:2px solid transparent;border-radius:999px;background-clip:padding-box}.site-overflow-box::-webkit-scrollbar-thumb:hover{background:color-mix( in srgb,var(--site-primary) 68%,transparent );border:2px solid transparent;background-clip:padding-box}@media (max-width:575.98px){.site-overflow-box{max-height:min( var(--site-overflow-height,300px),60vh );margin:0.9rem 0 1.3rem;padding:0.85rem 0.9rem;border-left-width:3px;border-radius:12px}.site-overflow-box ul,.site-overflow-box ol{padding-left:1.35rem}}.site-search-tool{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:0.7rem;width:100%;max-width:var(--site-content-width);margin:1.25rem 0 1.8rem;padding:0.75rem;background:linear-gradient( 135deg,color-mix( in srgb,var(--site-primary) 5%,white ),#fff 72% );border:1px solid var(--site-border);border-left:4px solid var(--site-primary);border-radius:var(--site-radius);box-shadow:var(--site-shadow-sm)}.site-search-tool__field{position:relative;min-width:0}.site-search-tool__field::before{content:"";position:absolute;top:50%;left:1rem;width:20px;height:20px;background:var(--site-primary);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='m16.5 16.5 4 4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='11' cy='11' r='7' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='m16.5 16.5 4 4' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;transform:translateY(-50%);pointer-events:none}.site-search-tool__input{box-sizing:border-box;width:100%;min-width:0;min-height:52px;margin:0;padding:0.72rem 1rem 0.72rem 3rem;color:var(--site-text);background:#fff;border:1px solid var(--site-border-strong);border-radius:var(--site-radius-sm);font:inherit;font-size:1rem;line-height:1.35;transition:border-color 0.18s ease,box-shadow 0.18s ease,background-color 0.18s ease}.site-search-tool__input::placeholder{color:var(--site-muted);opacity:0.88}.site-search-tool__input:hover{border-color:color-mix( in srgb,var(--site-primary) 45%,transparent )}.site-search-tool__input:focus{background:#fff;border-color:var(--site-primary);outline:none;box-shadow:0 0 0 3px color-mix( in srgb,var(--site-primary) 17%,transparent )}.site-search-tool__input[aria-invalid="true"]{border-color:var(--site-red);box-shadow:0 0 0 3px color-mix( in srgb,var(--site-red) 16%,transparent )}.site-search-tool__button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0.72rem 1.35rem;color:#fff;background:var( --site-search-cta,var(--site-accent) );border:1px solid var( --site-search-cta,var(--site-accent) );border-radius:var(--site-radius-sm);box-shadow:0 5px 14px color-mix( in srgb,var( --site-search-cta,var(--site-accent) ) 22%,transparent );font:inherit;font-size:0.98rem;font-weight:800;line-height:1.25;white-space:nowrap;cursor:pointer;transition:background-color 0.18s ease,border-color 0.18s ease,box-shadow 0.18s ease,transform 0.18s ease}.site-search-tool__button:hover,.site-search-tool__button:focus-visible{color:#fff;background:color-mix( in srgb,var( --site-search-cta,var(--site-accent) ) 84%,black );border-color:color-mix( in srgb,var( --site-search-cta,var(--site-accent) ) 84%,black );transform:translateY(-1px)}.site-search-tool__button:focus-visible{outline:3px solid color-mix( in srgb,var( --site-search-cta,var(--site-accent) ) 24%,transparent );outline-offset:3px}.site-search-tool__button:active{transform:translateY(0)}@media (max-width:575.98px){.site-search-tool{grid-template-columns:1fr;margin:1rem 0 1.5rem;padding:0.65rem;border-left-width:3px;border-radius:12px}.site-search-tool__input,.site-search-tool__button{min-height:50px}.site-search-tool__button{width:100%;white-space:normal}}@media (prefers-reduced-motion:reduce){.site-search-tool__input,.site-search-tool__button{transition:none}}.site-amazon-search{width:100%;max-width:var(--site-content-width);margin:1.4rem 0 2rem}.site-amazon-search__link{display:grid;grid-template-columns:52px minmax(0,1fr) 32px;align-items:center;gap:1rem;box-sizing:border-box;width:100%;min-height:82px;padding:0.9rem 1.15rem;color:var(--site-amazon-cta-text,#ffffff);background:linear-gradient( 135deg,color-mix( in srgb,var( --site-amazon-cta,var(--site-accent) ) 92%,white ),var( --site-amazon-cta,var(--site-accent) ) );border:1px solid color-mix( in srgb,var( --site-amazon-cta,var(--site-accent) ) 84%,black );border-radius:var(--site-radius);box-shadow:0 8px 22px color-mix( in srgb,var( --site-amazon-cta,var(--site-accent) ) 24%,transparent );text-decoration:none;transition:background-color 0.18s ease,border-color 0.18s ease,box-shadow 0.18s ease,transform 0.18s ease}.site-amazon-search__link:visited,.com-content-article .site-amazon-search__link:visited,.item-page .site-amazon-search__link:visited{color:var(--site-amazon-cta-text,#ffffff);text-decoration:none}.site-amazon-search__link
:is( .site-amazon-search__kicker,.site-amazon-search__title,.site-amazon-search__arrow,.site-amazon-search__icon
),.site-amazon-search__link:visited
:is( .site-amazon-search__kicker,.site-amazon-search__title,.site-amazon-search__arrow,.site-amazon-search__icon
){color:inherit}.site-amazon-search__link:hover,.site-amazon-search__link:focus-visible,.site-amazon-search__link:visited:hover,.site-amazon-search__link:visited:focus-visible{color:var(--site-amazon-cta-text,#ffffff);background:linear-gradient( 135deg,color-mix( in srgb,var( --site-amazon-cta,var(--site-accent) ) 82%,black ),color-mix( in srgb,var( --site-amazon-cta,var(--site-accent) ) 90%,black ) );border-color:color-mix( in srgb,var( --site-amazon-cta,var(--site-accent) ) 76%,black );box-shadow:0 11px 26px color-mix( in srgb,var( --site-amazon-cta,var(--site-accent) ) 30%,transparent );text-decoration:none;transform:translateY(-2px)}.site-amazon-search__link:focus-visible,.site-amazon-search__link:visited:focus-visible{outline:3px solid color-mix( in srgb,var( --site-amazon-cta,var(--site-accent) ) 28%,transparent );outline-offset:4px}.site-amazon-search__link:active{transform:translateY(0)}.site-amazon-search__icon{position:relative;display:inline-grid;place-items:center;width:52px;height:52px;color:inherit;background:rgba(255,255,255,0.16);border:1px solid rgba(255,255,255,0.34);border-radius:50%}.site-amazon-search__icon::before{content:"";width:27px;height:27px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h2l1.4 9.1a2 2 0 0 0 2 1.7h8.8a2 2 0 0 0 1.9-1.4L21 8H7M9 20h.01M18 20h.01' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h2l1.4 9.1a2 2 0 0 0 2 1.7h8.8a2 2 0 0 0 1.9-1.4L21 8H7M9 20h.01M18 20h.01' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat}.site-amazon-search__content{display:block;min-width:0}.site-amazon-search__kicker{display:block;margin-bottom:0.18rem;color:inherit;opacity:0.86;font-size:0.76rem;font-weight:800;line-height:1.2;letter-spacing:0.06em;text-transform:uppercase}.site-amazon-search__title{display:block;color:inherit;font-size:clamp( 1.08rem,1.8vw,1.35rem );font-weight:800;line-height:1.3;overflow-wrap:anywhere}.site-amazon-search__arrow{justify-self:end;color:inherit;font-size:1.8rem;font-weight:500;line-height:1;transition:transform 0.18s ease}.site-amazon-search__link:hover
.site-amazon-search__arrow,.site-amazon-search__link:focus-visible
.site-amazon-search__arrow{transform:translateX(3px)}@media (max-width:575.98px){.site-amazon-search{margin:1.2rem 0 1.7rem}.site-amazon-search__link{grid-template-columns:44px minmax(0,1fr) 24px;gap:0.75rem;min-height:72px;padding:0.75rem 0.85rem;border-radius:12px}.site-amazon-search__icon{width:44px;height:44px}.site-amazon-search__icon::before{width:23px;height:23px}.site-amazon-search__title{font-size:1rem}.site-amazon-search__arrow{font-size:1.55rem}}@media (prefers-reduced-motion:reduce){.site-amazon-search__link,.site-amazon-search__arrow{transition:none}}.site-audio-player{box-sizing:border-box;width:100%;max-width:var(--site-content-width);margin:1.5rem 0 2rem;padding:1.1rem 1.2rem 1.2rem;color:var(--site-text);background:linear-gradient( 135deg,color-mix( in srgb,var(--site-audio-accent,var(--site-primary)) 7%,white ),#fff 72% );border:1px solid var(--site-border);border-left:4px solid var(--site-audio-accent,var(--site-primary));border-radius:var(--site-radius);box-shadow:var(--site-shadow-sm)}.site-audio-player__header{display:flex;align-items:center;gap:0.85rem;margin-bottom:0.9rem}.site-audio-player__icon{position:relative;display:inline-grid;flex:0 0 48px;place-items:center;width:48px;height:48px;color:var(--site-audio-accent,var(--site-primary));background:color-mix( in srgb,var(--site-audio-accent,var(--site-primary)) 12%,white );border:1px solid color-mix( in srgb,var(--site-audio-accent,var(--site-primary)) 24%,transparent );border-radius:50%}.site-audio-player__icon::before{content:"";width:25px;height:25px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 18V5l10-2v13' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='6' cy='18' r='3' fill='black'/%3E%3Ccircle cx='16' cy='16' r='3' fill='black'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 18V5l10-2v13' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='6' cy='18' r='3' fill='black'/%3E%3Ccircle cx='16' cy='16' r='3' fill='black'/%3E%3C/svg%3E") center / contain no-repeat}.site-audio-player__heading{min-width:0}.site-audio-player__kicker{display:block;margin-bottom:0.15rem;color:var(--site-audio-accent,var(--site-primary));font-size:0.74rem;font-weight:850;line-height:1.2;letter-spacing:0.065em;text-transform:uppercase}.com-content-article .site-audio-player__title,.item-page .site-audio-player__title,.site-audio-player__title{max-width:none;margin:0;color:var(--site-primary-dark);font-size:clamp(1.08rem,1.8vw,1.3rem);font-weight:800;line-height:1.3}.site-audio-player__description{margin:0 0 0.9rem;padding:0.75rem 0.9rem;background:rgba(255,255,255,0.72);border:1px solid color-mix( in srgb,var(--site-audio-accent,var(--site-primary)) 14%,transparent );border-radius:var(--site-radius-sm)}.com-content-article .site-audio-player__description
:where(p,ul,ol,h2,h3,h4,h5,h6),.item-page .site-audio-player__description
:where(p,ul,ol,h2,h3,h4,h5,h6){max-width:none}.site-audio-player__description>:first-child{margin-top:0}.site-audio-player__description>:last-child{margin-bottom:0}.site-audio-player__control{display:block;width:100%;min-height:54px;margin:0;accent-color:var(--site-audio-accent,var(--site-primary));color-scheme:light}.site-audio-player__control:focus-visible{outline:3px solid color-mix( in srgb,var(--site-audio-accent,var(--site-primary)) 24%,transparent );outline-offset:4px;border-radius:999px}@media (max-width:575.98px){.site-audio-player{margin:1.25rem 0 1.7rem;padding:0.9rem;border-left-width:3px;border-radius:12px}.site-audio-player__header{gap:0.7rem;margin-bottom:0.75rem}.site-audio-player__icon{flex-basis:42px;width:42px;height:42px}.site-audio-player__icon::before{width:22px;height:22px}.site-audio-player__title{font-size:1rem}.site-audio-player__description{padding:0.7rem 0.75rem}.site-audio-player__control{min-height:50px}}.site-product-offer{display:grid;grid-template-columns:minmax(170px,210px) minmax(0,1fr);gap:1.25rem;box-sizing:border-box;width:100%;max-width:var(--site-content-width);margin:1.5rem 0 2rem;padding:1rem;color:var(--site-text);background:linear-gradient( 135deg,color-mix( in srgb,var(--site-product-accent,var(--site-primary)) 5%,white ),#fff 72% );border:1px solid var(--site-border);border-top:4px solid var(--site-product-accent,var(--site-primary));border-radius:var(--site-radius);box-shadow:var(--site-shadow-sm)}.site-product-offer--without-media{grid-template-columns:minmax(0,1fr)}.site-product-offer__media{position:relative;display:grid;place-items:center;min-width:0;min-height:190px;overflow:hidden;background:linear-gradient( 145deg,color-mix( in srgb,var(--site-product-accent,var(--site-primary)) 7%,white ),#fff );border:1px solid var(--site-border);border-radius:var(--site-radius-sm)}.site-product-offer__placeholder{display:grid;place-items:center;width:76px;height:76px;color:color-mix( in srgb,var(--site-product-accent,var(--site-primary)) 72%,white );background:color-mix( in srgb,var(--site-product-accent,var(--site-primary)) 9%,white );border:1px solid color-mix( in srgb,var(--site-product-accent,var(--site-primary)) 20%,transparent );border-radius:50%}.site-product-offer__placeholder::before{content:"";width:38px;height:38px;background:currentColor;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 8h12l1 12H5L6 8Z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M9 9V6a3 3 0 0 1 6 0v3' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 8h12l1 12H5L6 8Z' fill='none' stroke='black' stroke-width='2' stroke-linejoin='round'/%3E%3Cpath d='M9 9V6a3 3 0 0 1 6 0v3' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat}.site-product-offer__image{position:absolute;inset:0;display:block;width:100%;height:100%;padding:0.6rem;background:#fff;object-fit:contain}.site-product-offer__media.is-placeholder
.site-product-offer__image{display:none}.site-product-offer__body{display:flex;flex-direction:column;min-width:0}.site-product-offer__meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:0.5rem 0.8rem;margin-bottom:0.55rem}.site-product-offer__provider{color:var(--site-product-accent,var(--site-primary));font-size:0.78rem;font-weight:850;line-height:1.2;letter-spacing:0.055em;text-transform:uppercase}.site-product-offer__ad{display:inline-flex;align-items:center;padding:0.24rem 0.55rem;color:var(--site-muted);background:#fff;border:1px solid var(--site-border);border-radius:999px;font-size:0.72rem;font-weight:700;line-height:1.2}.com-content-article .site-product-offer__title,.item-page .site-product-offer__title,.site-product-offer__title{max-width:none;margin:0 0 0.65rem;color:var(--site-primary-dark);font-size:clamp(1.16rem,2vw,1.42rem);font-weight:800;line-height:1.28;letter-spacing:-0.01em}.site-product-offer__title a,.site-product-offer__title a:visited{color:inherit;text-decoration:none}.site-product-offer__title a:hover,.site-product-offer__title a:focus-visible{color:var(--site-product-cta,var(--site-accent));text-decoration:underline;text-underline-offset:0.18em}.com-content-article .site-product-offer__description,.item-page .site-product-offer__description,.site-product-offer__description{max-width:none;margin:0 0 1rem;color:var(--site-text);font-size:0.98rem;line-height:1.6}.site-product-offer__button{display:inline-flex;align-items:center;justify-content:space-between;gap:0.8rem;width:fit-content;max-width:100%;margin-top:auto;padding:0.7rem 1rem;color:var(--site-product-cta-text,#ffffff);background:var( --site-product-cta,var(--site-accent) );border:1px solid var( --site-product-cta,var(--site-accent) );border-radius:var(--site-radius-sm);box-shadow:0 5px 14px color-mix( in srgb,var(--site-product-cta,var(--site-accent)) 22%,transparent );font-size:0.94rem;font-weight:800;line-height:1.3;text-decoration:none;transition:background-color 0.18s ease,border-color 0.18s ease,box-shadow 0.18s ease,transform 0.18s ease}.site-product-offer__button:visited{color:var(--site-product-cta-text,#ffffff)}.site-product-offer__button:hover,.site-product-offer__button:focus-visible,.site-product-offer__button:visited:hover,.site-product-offer__button:visited:focus-visible{color:var(--site-product-cta-text,#ffffff);background:color-mix( in srgb,var(--site-product-cta,var(--site-accent)) 84%,black );border-color:color-mix( in srgb,var(--site-product-cta,var(--site-accent)) 84%,black );text-decoration:none;transform:translateY(-1px)}.site-product-offer__button:focus-visible{outline:3px solid color-mix( in srgb,var(--site-product-cta,var(--site-accent)) 24%,transparent );outline-offset:3px}.site-product-offer__button:active{transform:translateY(0)}.site-product-offer__arrow{flex:0 0 auto;font-size:1.25rem;font-weight:500;line-height:1;transition:transform 0.18s ease}.site-product-offer__button:hover
.site-product-offer__arrow,.site-product-offer__button:focus-visible
.site-product-offer__arrow{transform:translateX(3px)}@media (max-width:575.98px){.site-product-offer{grid-template-columns:1fr;gap:0.9rem;margin:1.25rem 0 1.7rem;padding:0.85rem;border-top-width:3px;border-radius:12px}.site-product-offer__media{min-height:165px}.site-product-offer__placeholder{width:68px;height:68px}.site-product-offer__placeholder::before{width:34px;height:34px}.site-product-offer__title{font-size:1.08rem}.site-product-offer__button{width:100%}}@media (prefers-reduced-motion:reduce){.site-product-offer__button,.site-product-offer__arrow{transition:none}}.site-article-include{width:100%;max-width:var(--site-content-width) !important;margin:1.75rem 0}.site-article-include__items{display:grid;gap:2rem;width:100%}.site-article-include .site-article-card{width:100%;max-width:var(--site-content-width) !important;margin:0;overflow:hidden;background:var(--site-card-bg);border:1px solid var(--site-border);border-radius:var(--site-radius);box-shadow:var(--site-shadow-sm)}.site-article-include .site-article-card__header{position:relative;margin:0;padding:1rem 1.25rem 0.95rem;background:linear-gradient( 180deg,color-mix(in srgb,var(--site-primary) 5%,white),#fff );border-top:4px solid var(--site-accent);border-bottom:1px solid var(--site-border)}.site-article-include .site-article-card__title{width:100%;max-width:var(--site-text-width) !important;margin:0 auto;color:var(--site-primary-dark);font-size:clamp(1.3rem,1.15rem + 0.55vw,1.62rem);font-weight:800;letter-spacing:-0.015em;line-height:1.25}.site-article-include .site-article-card__title a{color:var(--site-primary-dark);text-decoration:none;text-decoration-thickness:0.08em;text-underline-offset:0.18em}.site-article-include .site-article-card__title a:hover,.site-article-include .site-article-card__title a:focus-visible{color:var(--site-accent);text-decoration:underline}.site-article-include .site-article-card__title a:focus-visible{outline:3px solid color-mix(in srgb,var(--site-primary) 20%,transparent);outline-offset:4px;border-radius:3px}.site-article-include .site-article-card__image-wrap{display:flex;justify-content:center;align-items:flex-start;width:100%;max-width:var(--site-content-width) !important;padding-top:1.1rem}.site-article-include .site-article-card__image-link{display:block;flex:0 1 auto;width:auto !important;max-width:calc(100% - 2rem) !important;margin:0 auto;overflow:hidden;border-radius:var(--site-radius-sm);background:transparent;box-shadow:none}.site-article-include .site-article-card__image{display:block;width:auto !important;max-width:100% !important;height:auto !important;margin:0 auto !important}.site-article-include .site-article-card__body{width:calc(100% - 2rem) !important;max-width:var(--site-text-width) !important;margin:0 auto;padding:1.15rem 0 1.35rem;color:var(--site-text)}.site-article-include .site-article-card__text{width:100%;max-width:none !important}.site-article-include .site-article-card__text>:first-child{margin-top:0}.site-article-include .site-article-card__text>:last-child{margin-bottom:0}.site-article-include .site-article-card__text :is( p,ul,ol,li,h2,h3,h4,h5,h6
){max-width:100% !important}.site-article-include .site-article-card__text p,.site-article-include .site-article-card__text li{line-height:1.68}.site-article-include .site-article-card__text p{margin-bottom:0.9rem}.site-article-include .site-article-card__text li{margin-bottom:0.3rem}.site-article-include .site-article-card__actions{max-width:100% !important;margin:1.15rem 0 0}.site-article-include .site-article-card__button{display:inline-flex;align-items:center;justify-content:center;gap:0.4rem;min-height:42px;padding:0.58rem 0.9rem;color:var(--site-primary-dark) !important;background:#fff;border:1px solid var(--site-border-strong);border-radius:var(--site-radius-sm);box-shadow:none;font-weight:700;line-height:1.3;text-decoration:none !important;transition:color 0.2s ease,background-color 0.2s ease,border-color 0.2s ease}.site-article-include .site-article-card__button::after{content:"›";font-size:1.25em;line-height:0.8}.site-article-include .site-article-card__button:hover,.site-article-include .site-article-card__button:focus-visible{color:#fff !important;background:var(--site-primary);border-color:var(--site-primary)}.site-article-include .site-article-card__button:focus-visible{outline:3px solid color-mix(in srgb,var(--site-primary) 24%,transparent);outline-offset:3px}.site-article-include .site-article-list{width:100%;max-width:var(--site-text-width) !important;margin:0 auto;padding:0;list-style:none;border-top:1px solid var(--site-border)}.site-article-include .site-article-list li{max-width:100% !important;margin:0;border-bottom:1px solid var(--site-border)}.site-article-include .site-article-list a{display:flex;gap:0.7rem;align-items:flex-start;padding:0.75rem 0.2rem;color:var(--site-primary-dark);font-weight:700;text-decoration:none}.site-article-include .site-article-list a::before{content:"›";flex:0 0 auto;color:var(--site-accent);font-size:1.35em;line-height:0.85}.site-article-include .site-article-details{width:100%;max-width:var(--site-content-width) !important;overflow:hidden;margin:0;background:var(--site-card-bg);border:1px solid var(--site-border);border-radius:var(--site-radius);box-shadow:var(--site-shadow-sm)}.site-article-include .site-article-details>summary{cursor:pointer;padding:1rem 1.25rem 0.95rem;color:var(--site-primary-dark);background:linear-gradient( 180deg,color-mix(in srgb,var(--site-primary) 5%,white),#fff );border-top:4px solid var(--site-accent);font-weight:800;line-height:1.3}.site-article-include .site-article-details[open]>summary{border-bottom:1px solid var(--site-border)}.site-article-include .site-article-details .site-article-card{border:0;border-radius:0;box-shadow:none}.site-article-include--zitat .site-article-include__items{gap:0}.site-article-include .site-article-include__quote-item{width:100%;max-width:var(--site-text-width) !important;margin:0 auto}.site-article-include .site-article-quote{max-width:100% !important;margin:0;padding:1rem 1.1rem;background:linear-gradient( 135deg,color-mix(in srgb,var(--site-primary) 6%,white),#fff );border:1px solid var(--site-border);border-left:5px solid var(--site-accent);border-radius:0 var(--site-radius-sm) var(--site-radius-sm) 0}.site-article-include .site-article-quote p{max-width:100% !important;margin:0;font-size:1.12rem;font-weight:650;line-height:1.5}.site-article-include .site-article-include__separator{width:100%;max-width:var(--site-text-width) !important;height:6px;margin:1.6rem auto;background:var(--site-primary);border:0;border-radius:999px;opacity:1}.site-article-include__debug{margin:0.75rem 0;padding:0.6rem;color:#222;background:#fff3f3;border:1px dashed #b02a37}.site-article-include__debug pre{overflow:auto;margin:0.5rem 0 0;white-space:pre-wrap}@media (max-width:767.98px){.site-article-include{margin:1.35rem 0}.site-article-include__items{gap:1.5rem}.site-article-include .site-article-card{border-radius:12px}.site-article-include .site-article-card__header{padding:0.82rem 0.9rem 0.8rem;border-top-width:3px}.site-article-include .site-article-card__title{font-size:1.22rem;line-height:1.28}.site-article-include .site-article-card__image-wrap{padding-top:0.85rem}.site-article-include .site-article-card__image-link{max-width:calc(100% - 1.5rem) !important;border-radius:8px}.site-article-include .site-article-card__body{width:calc(100% - 1.5rem) !important;padding-top:0.95rem;padding-bottom:1.1rem}.site-article-include .site-article-card__button{width:100%;min-height:44px;white-space:normal;text-align:center}.site-article-include--zitat .site-article-include__items{gap:0}}@media (max-width:420px){.site-article-include .site-article-card__header{padding-right:0.75rem;padding-left:0.75rem}.site-article-include .site-article-card__body{width:calc(100% - 1.25rem) !important}}@media print{.site-article-include .site-article-card,.site-article-include .site-article-details{break-inside:avoid;box-shadow:none}}
