/* V10.1: Suche außerhalb des Headers */
.side-search-form{display:grid;gap:8px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid var(--line)}
.side-search-form label{font-size:13px;font-weight:700;color:#6F4F16}
.side-search-row{display:grid;grid-template-columns:1fr auto;gap:7px}
.side-search-row input{min-width:0;width:100%;border:1px solid #c8bda9;border-radius:6px;padding:10px 11px;font:inherit;color:#101b2d;background:#fff}
.side-search-row input:focus{outline:3px solid rgba(183,148,82,.22);border-color:#b79452}
.side-search-row button{border:0;border-radius:6px;background:#101b2d;color:#fff;padding:0 12px;cursor:pointer;font-size:17px}
.keyword-cloud{display:flex;flex-wrap:wrap;gap:6px}
.knowledge-search-link{margin-left:10px;background:#fff!important;color:#101b2d!important;border:1px solid #b79452}
.search-cloud{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:4px 0 18px}
.search-cloud>span{width:100%;font-size:13px;font-weight:700;color:#6F4F16}
.search-cloud a{display:inline-block;padding:7px 11px;border:1px solid #d5c6aa;border-radius:999px;background:#fff;text-decoration:none;font-size:13px}
.search-cloud a:hover{border-color:#B79452;background:#FBF8F1}
.search-summary{min-height:24px;margin:5px 0 10px;font-size:14px;font-weight:700;color:#6F4F16}
.open-result{margin-top:4px;color:#8A6728;font-size:13px}

/* V11.2: zuverlässige mobile Breiten und Umbrüche */
html,body{max-width:100%;overflow-x:hidden;overflow-x:clip}
.wrap,.knowledge-layout,.knowledge-content,.knowledge-side,.side-card,.tip-article{min-width:0;width:100%}
.side-search-form,.side-search-row{min-width:0;max-width:100%}
.side-search-row{grid-template-columns:minmax(0,1fr) auto}
.side-search-row input{display:block;max-width:100%}
.knowledge-content h1,.knowledge-content h2,.knowledge-content h3,.knowledge-content p{
  max-width:100%;
  white-space:normal!important;
  overflow-wrap:break-word;
  word-break:normal;
}

/* V20.3: Aktuell-Bereich kompakter, Hintergrundfarbe bleibt erhalten */
.ticker.section{padding:44px 0 40px}
.ticker .rotator{min-height:158px}
.ticker .rotator h3{margin:8px 0 10px}
.ticker .rotator p{margin:0 0 8px}
.ticker .dots{margin-top:8px}
@media(max-width:780px){
 .ticker.section{padding:36px 0 32px}
 .ticker .rotator{min-height:184px}
 .ticker .dots{margin-top:5px}
}

/* V20.4: Kontaktbereich passend zum kurzen Inhalt verdichten */
#kontakt.section{padding:48px 0 44px}
#kontakt h2{margin-bottom:14px}
#kontakt p{margin:0}
#kontakt .social{margin-top:18px}
@media(max-width:780px){
 #kontakt.section{padding:38px 0 35px}
 #kontakt h2{margin-bottom:12px}
 #kontakt .social{margin-top:15px}
}

/* V17.7: AKKOC empfiehlt und wechselnder Tipp */
.akkoc-tip{padding:27px 0;background:#efe8dc;border-top:1px solid #d8c7a5}.akkoc-tip-box{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:18px;align-items:center;padding:22px 24px;border:1px solid #b79452;border-radius:18px 7px 18px 7px;background:#fff;box-shadow:0 8px 22px rgba(16,27,45,.065)}.akkoc-tip-number{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#101b2d;color:#d5b36a;font-size:21px;font-weight:800}.akkoc-tip-copy{display:grid;gap:4px}.akkoc-tip-copy strong{font:22px/1.25 Georgia,"Times New Roman",serif;color:#101b2d}.akkoc-tip-copy span{color:#566171}.akkoc-tip-link{color:#6f4f16;font-size:14px;font-weight:800;text-decoration:none;white-space:nowrap}.akkoc-tip-link:hover{text-decoration:underline}.footer-akkoc-empfiehlt,footer a[href="empfehlungen.html"]{color:#e7cf9b!important;font-weight:800!important}
@media(max-width:680px){.akkoc-tip{padding:20px 0}.akkoc-tip-box{grid-template-columns:44px minmax(0,1fr);gap:12px;padding:18px}.akkoc-tip-number{width:44px;height:44px;font-size:17px}.akkoc-tip-copy strong{font-size:19px}.akkoc-tip-link{grid-column:2;white-space:normal}}

/* V18.1: ruhiger Premium-Header und zusammenhaengender Seitenabschluss */
@media(min-width:781px){
  body>header nav{min-height:88px;gap:28px}
  body>header .brand{font-size:30px;gap:13px}
  body>header .brand img{width:52px;height:52px;flex-basis:52px}
  body>header .brand small{margin-top:2px;font-size:10px}
  body>header .links{justify-content:flex-end;gap:5px;font-size:14px}
  body>header .links a{position:relative;padding:9px 8px;border-radius:6px;transition:background .18s ease,color .18s ease}
  body>header .links a:hover{background:#f1e9dc;color:#6f4f16}
  body>header .links a:after{content:'';position:absolute;left:8px;right:8px;bottom:4px;height:2px;background:#b79452;transform:scaleX(0);transition:transform .18s ease}
  body>header .links a:hover:after{transform:scaleX(1)}
}
.akkoc-tip{padding:27px 0 0;border-top:1px solid #b79452;background:linear-gradient(135deg,#101b2d,#172944)}
.akkoc-tip-box{border-color:rgba(183,148,82,.72);background:#fffdf8;box-shadow:0 10px 28px rgba(0,0,0,.18)}
.sub-footer{padding:28px 0 18px!important;border-top:0!important}
body .sub-footer-grid{grid-template-columns:1.15fr 1.45fr .85fr;gap:30px}
body .sub-footer-brand img{width:54px;height:54px}
body .sub-footer nav.sub-footer-nav{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:22px;row-gap:7px}
body .sub-footer-bottom{margin-top:22px;padding-top:14px}
@media(max-width:780px){
  .akkoc-tip{padding:20px 0 0}
  .sub-footer{padding:26px 0 18px!important}
  body .sub-footer-grid{grid-template-columns:1fr;gap:21px}
  body .sub-footer nav.sub-footer-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
}

/* V18.6: dunkler AKKOC-Footer als klarer Seitenabschluss */
body .sub-footer.minimal-footer{background:#101b2d!important;background-image:linear-gradient(115deg,#0d1828,#172944)!important;color:#f7f3ea!important;border-top:2px solid #b79452!important}
body .minimal-footer .sub-footer-brand strong{color:#fff!important}
body .minimal-footer .sub-footer-brand small{color:#d5bb83!important}
body .minimal-footer .sub-footer-bottom{border-top-color:rgba(213,187,131,.38)!important;color:#c5cbd3!important}
body .minimal-footer .sub-footer-bottom a{color:#f4ead3!important}
body .minimal-footer .sub-footer-bottom a:hover,body .minimal-footer .sub-footer-bottom a:focus-visible{color:#d5b36a!important}
.minimal-footer{padding:27px 0 18px!important}
body .minimal-footer .sub-footer-grid{display:flex;justify-content:center;text-align:center}
body .minimal-footer .sub-footer-brand{flex-direction:column;justify-content:center;gap:10px}
body .minimal-footer .sub-footer-brand img{width:62px;height:62px}
body .minimal-footer .sub-footer-brand span{justify-items:center}
body .minimal-footer .sub-footer-brand strong{font-size:17px}
body .minimal-footer .sub-footer-bottom{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px 24px;margin-top:22px;padding-top:14px;text-align:center}
body .minimal-footer .sub-footer-bottom div{justify-content:center;gap:18px}
@media(max-width:680px){body .minimal-footer .sub-footer-brand img{width:56px;height:56px}body .minimal-footer .sub-footer-bottom{display:grid;justify-items:center}body .minimal-footer .sub-footer-bottom div{justify-content:center}}

/* V17.6: Utkus Empfehlungen */
.recommend-hero{padding:72px 0 58px;background:linear-gradient(135deg,#101b2d,#192b47);color:#fff}.recommend-hero h1{max-width:900px;margin:10px 0 18px;font:48px/1.08 Georgia,"Times New Roman",serif}.recommend-hero>div>p{max-width:790px;margin:0;color:#e2e6eb;font-size:19px}.recommend-hero .recommend-signature{margin-top:22px;padding-top:16px;border-top:1px solid rgba(213,187,131,.4);color:#e7cf9b;font:italic 21px/1.4 Georgia,"Times New Roman",serif}.recommend-intro{padding:34px 0;background:#efe8dc}.recommend-principle{display:grid;grid-template-columns:240px 1fr;gap:24px;align-items:center;padding:22px 25px;background:#fff;border:1px solid #d8c7a5;border-radius:11px}.recommend-principle strong{font:23px/1.25 Georgia,"Times New Roman",serif;color:#101b2d}.recommend-principle span{color:#566171}.recommend-list{padding-top:58px}.recommend-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.recommend-card{display:grid;grid-template-columns:54px 1fr;gap:17px;padding:24px;border:1px solid #d8c7a5;border-radius:18px 7px 18px 7px;background:linear-gradient(145deg,#fff,#fbf7ee);box-shadow:0 8px 22px rgba(16,27,45,.055)}.recommend-card.recommend-first{grid-column:1/-1;background:linear-gradient(135deg,#101b2d,#192b47);color:#fff;border-color:#b79452}.recommend-number{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:#101b2d;color:#d5b36a;font-size:22px;font-weight:800}.recommend-first .recommend-number{background:#b79452;color:#101b2d}.recommend-card h2{margin:5px 0 10px!important;font-size:26px!important}.recommend-first h2{color:#fff}.recommend-card p{margin:0 0 15px;color:#566171}.recommend-first p{color:#dce1e7}.recommend-links{display:flex;flex-wrap:wrap;gap:7px 13px}.recommend-links a{color:#6f4f16;font-size:13px;font-weight:800;text-decoration:none}.recommend-links a:hover{text-decoration:underline}.recommend-first .recommend-links a{color:#e7cf9b}.recommend-close{padding-top:22px}.recommend-close-box{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:29px;background:#101b2d;color:#fff;border:1px solid #b79452;border-radius:12px}.recommend-close-box h2{margin:5px 0 9px!important}.recommend-close-box p{margin:0;max-width:760px;color:#dce1e7}.recommend-close-box .btn{flex:0 0 auto;margin:0;background:#b79452;color:#101b2d!important;font-weight:800}
@media(max-width:680px){.recommend-hero{padding:46px 0 39px}.recommend-hero h1{font-size:37px}.recommend-hero>div>p{font-size:17px}.recommend-hero .recommend-signature{font-size:18px}.recommend-intro{padding:24px 0}.recommend-principle{grid-template-columns:1fr;gap:8px;padding:19px}.recommend-grid{grid-template-columns:1fr}.recommend-card,.recommend-card.recommend-first{grid-column:auto;grid-template-columns:44px 1fr;padding:18px;gap:12px}.recommend-number{width:44px;height:44px;font-size:18px}.recommend-card h2{font-size:22px!important}.recommend-links{display:grid;gap:7px}.recommend-close-box{display:grid;padding:22px}.recommend-close-box .btn{width:100%;text-align:center}}
.reactions{max-width:100%;min-width:0}
.reactions button{max-width:100%;white-space:normal}
@media(max-width:900px){
  .wrap{padding-left:18px;padding-right:18px}
  .knowledge-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:24px;overflow:visible}
  .knowledge-content,.knowledge-side{max-width:100%;overflow:visible}
  .knowledge-side{margin-bottom:4px}
  .side-card{display:block;max-width:100%;overflow:hidden;padding:14px}
  .side-search-form{display:grid}
  .side-card>a:not(.keyword){display:none}
  .keyword-title{display:block;margin:0 0 7px;padding:0;border:0;font-size:12px}
  .keyword-cloud{display:flex;flex-wrap:wrap;overflow:visible;gap:7px;padding-bottom:2px}
  .side-card a.keyword{flex:0 1 auto;max-width:100%;white-space:normal;text-align:center;margin:0}
  .side-card a.keyword:nth-child(3n){font-size:13px}
  .side-card a.keyword:nth-child(4n){font-weight:700}
  .knowledge-content .eyebrow{overflow-wrap:anywhere}
  .knowledge-content h1{font-size:30px!important;line-height:1.12!important;letter-spacing:-.01em!important;margin:22px 0 18px!important}
  .knowledge-content h2{font-size:27px!important;line-height:1.15!important}
  .knowledge-content p{font-size:16px!important;line-height:1.62!important}
  .reactions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .reactions button{width:100%;padding:8px 7px;font-size:12px}
  .knowledge-search-link{display:inline-block;margin:10px 0 0}
}
@media(max-width:380px){
  .wrap{padding-left:15px;padding-right:15px}
  .side-search-row button{padding:0 10px}
  .knowledge-content h1{font-size:27px!important}
  .knowledge-content h2{font-size:25px!important}
  .reactions{grid-template-columns:1fr}
}

/* V13.3: zweistufige, grafische Themenauswahl im Unternehmer-FAQ */
.faq-topic-intro{display:flex;align-items:baseline;gap:12px;margin:28px 0 15px;color:#101b2d}
.faq-topic-intro strong{font-family:Georgia,"Times New Roman",serif;font-size:22px}
.faq-topic-intro span{font-size:14px;color:#687181}
.faq-topic-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:0 0 38px}
.faq-topic.faq-group{margin:0;min-width:0;scroll-margin-top:120px}
.faq-topic[open]{grid-column:1/-1}
.faq-topic-head{min-height:116px;display:flex;align-items:center;gap:16px;padding:20px 48px 20px 20px!important;list-style:none;cursor:pointer;position:relative;overflow:hidden;border:1px solid rgba(183,148,82,.6);border-radius:24px 8px 24px 8px;background:linear-gradient(135deg,#fffdf8 0%,#f8f0df 100%);box-shadow:0 9px 24px rgba(16,27,45,.07);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.faq-topic:nth-child(even)>.faq-topic-head{border-radius:8px 24px 8px 24px;background:linear-gradient(145deg,#fff 0%,#f2f4f7 100%)}
.faq-topic-head::-webkit-details-marker{display:none}
.faq-topic-head:hover{transform:translateY(-2px);border-color:#b79452;box-shadow:0 12px 28px rgba(16,27,45,.11)}
.faq-topic-head:focus-visible{outline:3px solid rgba(183,148,82,.35);outline-offset:3px}
.faq-topic-head:after{content:'+';position:absolute;right:19px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#101b2d;color:#fff;font:400 20px/1 Arial}
.faq-topic[open]>.faq-topic-head:after{content:'–';background:#b79452;color:#101b2d}
.faq-topic[open]>.faq-topic-head{border-radius:24px 24px 8px 8px;background:linear-gradient(120deg,#101b2d,#182a46);color:#fff;border-color:#b79452;transform:none;box-shadow:0 12px 30px rgba(16,27,45,.14)}
.faq-topic-icon{display:grid;place-items:center;flex:0 0 52px;width:52px;height:52px;border-radius:17px 7px 17px 7px;background:#101b2d;color:#d5b36a;font-size:27px;box-shadow:inset 0 0 0 1px rgba(213,179,106,.3)}
.faq-topic:nth-child(even) .faq-topic-icon{border-radius:50%}
.faq-topic[open] .faq-topic-icon{background:#b79452;color:#101b2d}
.faq-topic-head>span:nth-child(2){display:grid;gap:5px;min-width:0}
.faq-topic-head strong{font-family:Georgia,"Times New Roman",serif;font-size:22px;line-height:1.15}
.faq-topic-head small{font-size:13px;line-height:1.4;color:#687181;font-weight:500}
.faq-topic[open] .faq-topic-head small{color:#d9dde4}
.faq-topic-body{padding:15px 16px 8px;border:1px solid #d8c7a5;border-top:0;border-radius:0 0 14px 14px;background:rgba(255,255,255,.72);animation:faqReveal .24s ease-out}
.faq-topic-body>details{background:#fff}
@keyframes faqReveal{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}
@media(max-width:680px){
  .faq-topic-intro{display:grid;gap:3px;margin-top:24px}
  .faq-topic-intro strong{font-size:21px}
  .faq-topic-grid{grid-template-columns:1fr;gap:11px}
  .faq-topic[open]{grid-column:auto}
  .faq-topic-head{min-height:96px;padding:16px 43px 16px 15px!important;border-radius:20px 7px 20px 7px}
  .faq-topic:nth-child(even)>.faq-topic-head{border-radius:7px 20px 7px 20px}
  .faq-topic-icon{flex-basis:46px;width:46px;height:46px;font-size:23px}
  .faq-topic-head strong{font-size:19px}
  .faq-topic-head small{font-size:12px}
  .faq-topic-head:after{right:13px}
  .faq-topic-body{padding:10px 9px 3px}
  .faq-topic-body>details{padding-left:13px;padding-right:13px}
}

/* V18.3: eigenstaendiger AKKOC-Rahmen – ruhig, klar und markentypisch */
body>header{background:linear-gradient(105deg,#0d1828,#152844);border-bottom:2px solid #b79452;box-shadow:0 5px 18px rgba(16,27,45,.16)}
body>header .brand{color:#fff}
body>header .brand small{color:#d5bb83}
body>header .links a{color:#f7f3ea}
body>header .links a:hover{background:rgba(255,255,255,.08);color:#e7cf9b}
.akkoc-tip{padding:34px 0;background:#f3eee4;border-top:1px solid #ded3c1}
.akkoc-tip-box{border:1px solid #cdb783;background:#fff;box-shadow:0 9px 25px rgba(16,27,45,.07)}
body .sub-footer.minimal-footer{padding:44px 0 25px!important;background:#faf7f0;color:#101b2d;border-top:1px solid #d8c7a5!important}
body .minimal-footer .sub-footer-brand strong{color:#101b2d;letter-spacing:1.4px}
body .minimal-footer .sub-footer-brand small{color:#796039}
body .minimal-footer .sub-footer-bottom{border-top:1px solid #ded3c1;color:#687181}
body .minimal-footer .sub-footer-bottom a{color:#28374e;font-weight:700}
body .minimal-footer .sub-footer-bottom a:hover{color:#8a6728}
.source-note-inline{padding:13px 15px;border-left:3px solid #b79452;background:#fbf7ee;color:#687181;font-size:13px!important}
.source-note-inline a{font-weight:700;color:#6f4f16}
@media(max-width:780px){
  body>header nav{padding-top:8px;padding-bottom:8px}
  body>header .links a{border-color:rgba(213,187,131,.36);background:rgba(255,255,255,.04)}
  .akkoc-tip{padding:22px 0}
  body .sub-footer.minimal-footer{padding:34px 0 21px!important}
}

/* V16.7: Pluszeichen in eigener Spalte, keine Textueberlagerung */
.content-tile-head{display:grid;grid-template-columns:48px minmax(0,1fr) 32px;column-gap:15px;align-items:center;padding:20px 21px}
.content-tile-head:before{margin-right:0}
.content-tile-head:after{position:static;right:auto;top:auto;transform:none;justify-self:end}
@media(max-width:680px){
  .content-tile-head{grid-template-columns:42px minmax(0,1fr) 30px;column-gap:11px;padding:16px 15px}
  .content-tile-head:after{right:auto}
}

/* V16.0: Der bessere Betrieb */
.better-business-home{background:linear-gradient(135deg,#f7f1e5,#fff)}
.better-business-callout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(260px,.75fr);gap:34px;align-items:center}
.better-business-callout h2{margin-bottom:14px}
.better-business-actions{display:grid;gap:18px;padding:25px;border:1px solid #d8c7a5;border-radius:24px 8px 24px 8px;background:#fff;box-shadow:0 12px 30px rgba(16,27,45,.08)}
.better-business-actions span{color:#687181;font-size:14px;line-height:1.7}
.better-business-actions .btn{text-align:center;background:#101b2d;color:#fff!important;border-color:#b79452;box-shadow:0 8px 18px rgba(16,27,45,.12)}
.better-business-actions .btn:hover{background:#1c3150;color:#fff!important;transform:translateY(-1px)}
.better-intro{max-width:850px}
.better-pillars{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:26px 0}
.better-pillar{padding:17px;border:1px solid #d8c7a5;border-radius:12px;background:#fff}
.better-pillar strong{display:block;margin-bottom:6px;color:#101b2d}
.better-pillar span{color:#687181;font-size:14px;line-height:1.5}
.sector-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:22px}
.sector-card{margin:0;border:1px solid #d8c7a5;border-radius:18px 7px 18px 7px;background:linear-gradient(145deg,#fff,#fbf7ee);overflow:hidden}
.sector-card summary{cursor:pointer;list-style:none;padding:20px 48px 20px 20px;position:relative}
.sector-card summary::-webkit-details-marker{display:none}
.sector-card summary:after{content:'+';position:absolute;right:17px;top:20px;display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#101b2d;color:#fff;font-size:19px}
.sector-card[open] summary:after{content:'–';background:#b79452;color:#101b2d}
.sector-card summary .tag{margin-bottom:9px}
.sector-card summary h2{margin:0!important;font-size:22px!important}
.sector-card-body{padding:0 20px 21px;color:#3f4854}
.sector-card-body p{font-size:15px!important;line-height:1.65!important}
.sector-card-body strong{color:#6f4f16}
.world-ideas{margin:42px 0 0;padding:34px 36px 36px;border:1px solid #b79452;border-radius:26px 8px 26px 8px;background:linear-gradient(135deg,#101b2d,#1c3150);color:#e8e9ec;box-shadow:0 14px 32px rgba(16,27,45,.14)}
.world-ideas h2,.world-ideas h3{color:#fff}.world-ideas .lead{color:#e1e4e8}.world-ideas p{color:#e1e4e8}.world-ideas .eyebrow{color:#d5bb83}.world-ideas .principle{margin-top:25px;background:rgba(255,255,255,.08);border-color:rgba(213,187,131,.65);color:#fff}.world-ideas .principle strong{color:#d5bb83!important}
.partner-chain{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:20px 0}
.partner-chain div{padding:18px;border:1px solid #ded3c1;border-radius:10px;background:#fff}
.partner-chain strong{display:block;color:#101b2d;margin-bottom:7px}.partner-chain span{font-size:14px;color:#687181;line-height:1.5}
.honest-filter{margin-top:30px;padding:22px;border-left:4px solid #b79452;background:#fbf8f1}
.honest-filter h2{margin-top:0}
#kooperationen,#neue-ideen,#kontakt-idee{scroll-margin-top:110px}
#kooperationen{margin-top:0;padding-top:58px}
#neue-ideen,#kontakt-idee{margin-top:58px;padding-top:8px;border-top:1px solid #ded3c1}
@media(max-width:900px){.better-business-callout{grid-template-columns:1fr}.better-pillars{grid-template-columns:repeat(2,minmax(0,1fr))}.partner-chain{grid-template-columns:1fr}}
@media(max-width:680px){.better-business-actions{padding:19px}.better-pillars,.sector-grid{grid-template-columns:1fr}.world-ideas{margin:34px 0 0;padding:24px 18px 26px}.sector-card summary h2{font-size:19px!important}#kooperationen{padding-top:42px}#neue-ideen,#kontakt-idee{margin-top:44px}}

/* V13.6: konkrete, aufklappbare Leistungen auf der Startseite */
.service-intro{max-width:790px;margin:-4px 0 25px;color:#687181;font-size:16px}
.service-card.card{padding:0;overflow:hidden;border-color:#ded3c1;box-shadow:0 8px 22px rgba(16,27,45,.05);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.service-card.card:hover{border-color:#b79452;box-shadow:0 11px 26px rgba(16,27,45,.09);transform:translateY(-2px)}
.service-card[open].card{border-color:#b79452;transform:none;box-shadow:0 12px 28px rgba(16,27,45,.1)}
.service-card>summary{min-height:210px;display:flex;flex-direction:column;padding:24px 53px 24px 24px;position:relative;cursor:pointer;list-style:none;background:linear-gradient(145deg,#fff 0%,#fbf7ee 100%)}
.service-card:nth-child(even)>summary{background:linear-gradient(145deg,#fff 0%,#f2f4f7 100%)}
.service-card>summary::-webkit-details-marker{display:none}
.service-card>summary:after{content:'+';position:absolute;right:19px;top:21px;display:grid;place-items:center;width:29px;height:29px;border-radius:50%;background:#101b2d;color:#fff;font:400 20px/1 Arial}
.service-card[open]>summary:after{content:'–';background:#b79452;color:#101b2d}
.service-card>summary:focus-visible{outline:3px solid rgba(183,148,82,.35);outline-offset:-3px}
.service-card .tag{width:max-content;max-width:100%;margin-bottom:11px}
.service-title{font:24px/1.15 Georgia,"Times New Roman",serif;color:#182234;margin-bottom:12px}
.service-teaser{font-size:15px;line-height:1.55;color:#566171}
.service-card-body{padding:20px 24px 23px;border-top:1px solid #e2d6c1;background:#fff;animation:faqReveal .22s ease-out}
.service-card-body p{margin:0 0 14px;font-size:15px;line-height:1.65}
.service-card-body p:last-child{margin-bottom:0}
.service-result{color:#184a78;background:linear-gradient(105deg,rgba(247,211,73,.17),rgba(247,211,73,.42) 12%,rgba(247,211,73,.28) 88%,rgba(247,211,73,.06));border-left:3px solid #d2a900;padding:12px 13px}
.service-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:25px;padding:22px 24px;border:1px solid #b79452;border-radius:9px;background:#101b2d;color:#fff}
.service-cta p{max-width:720px;margin:0;color:#e8e9ec}
.service-cta .btn{flex:0 0 auto;margin:0;background:#b79452;color:#101b2d;font-weight:700;white-space:nowrap}
@media(max-width:780px){
  .service-intro{font-size:15px;margin-bottom:20px}
  .service-card>summary{min-height:0;padding:20px 49px 20px 19px}
  .service-title{font-size:21px}
  .service-card-body{padding:18px 19px 21px}
  .service-cta{display:grid;padding:20px}
  .service-cta .btn{width:100%;text-align:center}
}

/* V14.1: elegante Themenauswahl und eingeklappte Quellenhinweise */
.source-note{grid-column:1/-1;margin:2px 0 12px;border-top:1px solid #ded3c1;border-bottom:1px solid #ded3c1;color:#687181}
.source-note summary{cursor:pointer;list-style:none;padding:13px 2px;font-size:13px;font-weight:700;color:#6f4f16}
.source-note summary::-webkit-details-marker{display:none}.source-note summary:after{content:'+';float:right;font-size:18px;color:#8a6728}.source-note[open] summary:after{content:'–'}
.source-note div{padding:0 2px 11px}.source-note p{margin:6px 0;font-size:13px!important;line-height:1.55!important;color:#687181}
.keyword-cloud-primary{display:grid;gap:7px}.side-card a.keyword{line-height:1.3}.keyword-cloud-primary a.keyword{display:block;width:100%;margin:0;padding:9px 10px;border-radius:8px;background:#fbf8f1;font-weight:700;color:#26344a}
.keyword-more{margin-top:10px;border-top:1px solid var(--line);padding-top:8px}.keyword-more summary{cursor:pointer;list-style:none;padding:8px 0;font-size:12px;font-weight:700;color:#6f4f16}.keyword-more summary::-webkit-details-marker{display:none}.keyword-more summary:after{content:' ↓';color:#b79452}.keyword-more[open] summary:after{content:' ↑'}.keyword-cloud-all{padding-top:5px;animation:faqReveal .2s ease-out}
@media(max-width:900px){.keyword-cloud-primary{display:flex;overflow-x:auto;flex-wrap:nowrap;padding-bottom:5px}.keyword-cloud-primary a.keyword{flex:0 0 auto;width:auto;white-space:nowrap}.keyword-more{margin-top:8px}.keyword-cloud-all{display:flex;flex-wrap:wrap}}

/* V14.2: kompakter Premium-Footer für Wissensseiten */
.sub-footer{padding:42px 0 22px;border-top:1px solid #b79452;background:linear-gradient(135deg,#101b2d,#172944);color:#e8e9ec}
.sub-footer .wrap{display:block}
.sub-footer-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:34px;align-items:start}
.sub-footer-brand{display:flex;align-items:center;gap:13px;text-decoration:none}
.sub-footer-brand img{width:48px;height:48px;object-fit:contain}
.sub-footer-brand span{display:grid;gap:4px}.sub-footer-brand strong{font-family:Georgia,"Times New Roman",serif;letter-spacing:1px;color:#fff}.sub-footer-brand small{font-size:12px;color:#d5bb83}
.sub-footer nav.sub-footer-nav{display:grid;align-content:start;min-height:0;gap:7px}
.sub-footer-nav a,.sub-footer-contact a,.sub-footer-bottom a{text-decoration:none}.sub-footer-nav a:hover,.sub-footer-contact a:hover,.sub-footer-bottom a:hover{color:#e7cf9b}
.sub-footer-contact{display:grid;gap:7px;font-size:14px}.sub-footer-contact a{color:#e7cf9b;font-weight:700}.sub-footer-contact span{color:#c5cbd3;line-height:1.5}
.sub-footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:28px;padding-top:17px;border-top:1px solid rgba(183,148,82,.35);font-size:12px;color:#aeb7c4}
.sub-footer-bottom div{display:flex;gap:15px;flex-wrap:wrap;justify-content:flex-end}
@media(max-width:780px){.sub-footer{padding:34px 0 20px}.sub-footer-grid{grid-template-columns:1fr;gap:23px}.sub-footer nav.sub-footer-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.sub-footer-nav a{padding:8px 10px;border:1px solid rgba(183,148,82,.3);border-radius:7px}.sub-footer-bottom{display:grid}.sub-footer-bottom div{justify-content:flex-start;gap:12px}.sub-footer-brand strong{font-size:15px}.sub-footer-brand small{font-size:11px}}

/* V15.0: Kostenorientierung und dezenter FAQ-Hinweis */
.cost-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:20px 0 24px}
.cost-card{padding:17px;border:1px solid #d8c7a5;border-radius:10px;background:linear-gradient(145deg,#fff,#fbf7ee)}
.cost-card strong{display:block;color:#101b2d;font:18px/1.3 Georgia,"Times New Roman",serif}
.cost-card span{display:block;margin:7px 0;color:#8a6728;font-weight:800}
.cost-card p{margin:0!important;font-size:14px!important;line-height:1.5!important;color:#687181}
.legal-note-compact{margin-top:28px;padding:15px 18px!important;background:transparent!important;border:1px solid #ded3c1!important;box-shadow:none!important;color:#687181}
.legal-note-compact p{margin:0!important;font-size:13px!important;line-height:1.55!important;color:#687181}
.legal-note-compact strong{color:#6f4f16}
@media(max-width:680px){.cost-grid{grid-template-columns:1fr}.cost-card{padding:15px}.legal-note-compact{padding:13px 14px!important}}

/* V14.3: neue Markenbotschaft */
.hero .hero-signature{margin-top:25px;padding-top:18px;border-top:1px solid rgba(213,187,131,.4);max-width:760px;color:#e7cf9b;font:italic 21px/1.4 Georgia,"Times New Roman",serif}
@media(max-width:780px){.hero .hero-signature{font-size:18px}}

/* V13.5: aufklappbare Beitragskacheln für Impulse und Service-Tipps */
.content-tile-intro{display:flex;align-items:baseline;gap:12px;margin:28px 0 16px;color:#101b2d}
.content-tile-intro strong{font-family:Georgia,"Times New Roman",serif;font-size:22px}
.content-tile-intro span{font-size:14px;color:#687181}
.knowledge-content:has(>.content-tile){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}
.knowledge-content:has(>.content-tile)>.eyebrow,.knowledge-content:has(>.content-tile)>h1,.knowledge-content:has(>.content-tile)>.lead,.knowledge-content:has(>.content-tile)>.reading-key,.knowledge-content:has(>.content-tile)>.content-tile-intro,.knowledge-content:has(>.content-tile)>.continuation,.knowledge-content:has(>.content-tile)>.small{grid-column:1/-1}
.content-tile{min-width:0;margin:0;scroll-margin-top:120px}
.content-tile[open]{grid-column:1/-1}
.content-tile-head{min-height:122px;display:flex;align-items:center;padding:20px 82px 20px 21px;position:relative;overflow:hidden;cursor:pointer;list-style:none;border:1px solid rgba(183,148,82,.6);border-radius:24px 8px 24px 8px;background:linear-gradient(140deg,#fffdf8 0%,#f8f0df 100%);box-shadow:0 9px 24px rgba(16,27,45,.07);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.content-tile:nth-of-type(even)>.content-tile-head{border-radius:8px 24px 8px 24px;background:linear-gradient(145deg,#fff 0%,#f1f4f7 100%)}
.content-tile-head::-webkit-details-marker{display:none}
.content-tile-head:hover{transform:translateY(-2px);border-color:#b79452;box-shadow:0 12px 28px rgba(16,27,45,.11)}
.content-tile-head:focus-visible{outline:3px solid rgba(183,148,82,.35);outline-offset:3px}
.content-tile-head:before{content:'✦';display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;margin-right:15px;border-radius:16px 6px 16px 6px;background:#101b2d;color:#d5b36a;font-size:22px;box-shadow:inset 0 0 0 1px rgba(213,179,106,.3)}
.service-tile>.content-tile-head:before{content:'✓'}
.content-tile-head:after{content:'+';position:absolute;right:18px;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#101b2d;color:#fff;font:400 20px/1 Arial}
.content-tile[open]>.content-tile-head{min-height:96px;border-radius:24px 24px 8px 8px;background:linear-gradient(120deg,#101b2d,#182a46);color:#fff;border-color:#b79452;transform:none;box-shadow:0 12px 30px rgba(16,27,45,.14)}
.content-tile[open]>.content-tile-head:before{background:#b79452;color:#101b2d}
.content-tile[open]>.content-tile-head:after{content:'–';background:#b79452;color:#101b2d}
.content-tile-text{display:grid;gap:7px;min-width:0;max-width:100%}
.content-tile-text .tag{width:max-content;max-width:100%;margin:0;font-size:11px}
.content-tile-text h2{margin:0!important;font-size:22px!important;line-height:1.18!important}
.content-tile[open] .content-tile-text h2{color:#fff}
.content-tile-body{padding:22px 22px 25px;border:1px solid #d8c7a5;border-top:0;border-radius:0 0 14px 14px;background:rgba(255,255,255,.8);animation:faqReveal .24s ease-out}
.content-tile-body>.pubdate:first-child,.content-tile-body>p:first-child{margin-top:0}
.content-tile-body>.reactions:last-child{margin-bottom:0}
@media(max-width:680px){
  .content-tile-intro{display:grid;gap:3px;margin-top:24px}
  .content-tile-intro strong{font-size:21px}
  .knowledge-content:has(>.content-tile){grid-template-columns:1fr;gap:11px}
  .content-tile[open]{grid-column:auto}
  .content-tile-head{min-height:105px;padding:16px 58px 16px 15px;border-radius:20px 7px 20px 7px}
  .content-tile:nth-of-type(even)>.content-tile-head{border-radius:7px 20px 7px 20px}
  .content-tile-head:before{flex-basis:42px;width:42px;height:42px;margin-right:12px;font-size:20px}
  .content-tile-head:after{right:12px}
  .content-tile-text h2{font-size:18px!important}
  .content-tile-body{padding:17px 14px 20px}
}

/* V16.7 final: feste Spalten fuer Symbol, Text und Plus */
.content-tile-head{display:grid;grid-template-columns:48px minmax(0,1fr) 32px;column-gap:15px;align-items:center;padding:20px 21px}
.content-tile-head:before{margin-right:0}
.content-tile-head:after{position:static;right:auto;top:auto;transform:none;justify-self:end}
@media(max-width:680px){
  .content-tile-head{grid-template-columns:42px minmax(0,1fr) 30px;column-gap:11px;padding:16px 15px}
  .content-tile-head:before{margin-right:0}
  .content-tile-head:after{position:static;right:auto;top:auto;transform:none}
}

/* V16.8: Text bleibt garantiert in seiner mittleren Spalte */
.content-tile-text{width:100%;min-width:0;overflow:hidden}
.content-tile-text h2{max-width:100%;white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal}
.content-tile-head:after{position:relative;z-index:2}

/* V17.0: Bildbeitrag Unternehmensfuehrung */
.article-visual{margin:0 0 22px;border:1px solid #d8c7a5;border-radius:14px;overflow:hidden;background:#f8f0df;box-shadow:0 10px 26px rgba(16,27,45,.09)}
.article-visual img{display:block;width:100%;height:auto;max-height:680px;object-fit:cover;object-position:center 38%}
.article-visual figcaption{padding:10px 14px;color:#687181;font-size:13px;line-height:1.45}
.related-tip{padding:14px 16px;border-left:4px solid #b79452;background:#fbf7ee;border-radius:0 8px 8px 0}
.related-tip a{color:#6f4f16;font-weight:800}
@media(max-width:680px){.article-visual{margin-bottom:17px}.article-visual img{max-height:520px}.article-visual figcaption{padding:9px 11px}}

/* V17.1: Leistungskatalog */
.catalog-hero{padding:72px 0 58px;background:linear-gradient(135deg,#101b2d,#192b47);color:#fff}
.catalog-hero h1{max-width:820px;margin:9px 0 17px;font:48px/1.08 Georgia,"Times New Roman",serif}
.catalog-hero p{max-width:790px;margin:0;color:#e2e6eb;font-size:19px}
.catalog-choice{padding:38px 0;background:#efe8dc}
.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.choice-grid article{display:grid;grid-template-columns:48px 1fr;gap:15px;padding:23px;background:#fff;border:1px solid #d8c7a5;border-radius:12px}
.choice-grid article>span{display:grid;place-items:center;width:48px;height:48px;border-radius:50%;background:#101b2d;color:#d5b36a;font-size:22px;font-weight:800}
.choice-grid h2{margin:0 0 7px!important;font-size:24px!important}.choice-grid p{margin:0;color:#687181}
.catalog-promise{text-align:center;margin:20px 0 0;font-weight:800;color:#6f4f16;letter-spacing:.4px}
.catalog-products{padding-top:64px}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:28px}
.product-card{padding:25px;border:1px solid #d8c7a5;border-radius:18px 7px 18px 7px;background:linear-gradient(145deg,#fff,#fbf7ee);box-shadow:0 9px 24px rgba(16,27,45,.06)}
.product-card:last-child:nth-child(odd){grid-column:1/-1;max-width:calc(50% - 9px)}
.product-card h2{margin:7px 0 13px!important;font-size:26px!important}.product-card h3{margin:19px 0 5px;font-size:15px;text-transform:uppercase;letter-spacing:1px;color:#6f4f16}.product-card p{margin:0 0 10px}
.product-result{margin-top:18px!important;padding:14px 15px;border-left:4px solid #b79452;background:#fff;border-radius:0 8px 8px 0}
.catalog-contact{padding-top:26px}.catalog-contact-box{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:28px;background:#101b2d;color:#fff;border:1px solid #b79452;border-radius:12px}.catalog-contact-box h2{margin:5px 0 10px!important}.catalog-contact-box p{margin:0;color:#dce1e7}.catalog-contact-box .btn{flex:0 0 auto;margin:0;background:#b79452;color:#101b2d;font-weight:800}.catalog-contact>.wrap>.small{max-width:900px;margin:14px 0 0}
.sample-analysis{padding:18px 0 26px}.sample-analysis-box{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:29px;border:1px solid #b79452;border-radius:18px 7px 18px 7px;background:linear-gradient(135deg,#fbf7ee,#fff);box-shadow:0 10px 28px rgba(16,27,45,.07)}.sample-analysis-box>div{max-width:780px}.sample-analysis-box h2{margin:6px 0 10px!important}.sample-analysis-box p{margin:0 0 8px}.sample-analysis-box .small{color:#687181}.sample-analysis-box .btn{flex:0 0 auto;margin:0;background:#101b2d!important;border:2px solid #b79452!important;color:#fff!important;font-weight:800;white-space:nowrap;box-shadow:0 8px 18px rgba(16,27,45,.16)}.sample-analysis-box .btn:hover{background:#1c3150!important;color:#fff!important}
.home-sample-analysis{padding:30px 0;background:#efe8dc}.home-sample-box{display:flex;align-items:center;justify-content:space-between;gap:34px;padding:30px;border:1px solid #b79452;border-radius:18px 7px 18px 7px;background:linear-gradient(135deg,#fff,#fbf7ee);box-shadow:0 10px 28px rgba(16,27,45,.08)}.home-sample-box>div{max-width:790px}.home-sample-box h2{margin:6px 0 11px!important}.home-sample-box p{margin:0 0 8px}.home-sample-box .small{color:#687181}.home-sample-box .btn{flex:0 0 auto;margin:0;background:#101b2d!important;border:2px solid #b79452!important;color:#fff!important;font-weight:800;white-space:nowrap;box-shadow:0 8px 18px rgba(16,27,45,.16)}.home-sample-box .btn:hover{background:#1c3150!important;color:#fff!important}
@media(max-width:680px){
  #leistungen.section{padding-bottom:26px}.better-business-home.section{padding-top:32px}
  .catalog-hero{padding:46px 0 39px}.catalog-hero h1{font-size:37px}.catalog-hero p{font-size:17px}
  .catalog-choice{padding:25px 0}.choice-grid,.product-grid{grid-template-columns:1fr}.choice-grid article{grid-template-columns:42px 1fr;padding:17px}.choice-grid article>span{width:42px;height:42px}.choice-grid h2{font-size:21px!important}
  .catalog-products{padding-top:44px}.product-card,.product-card:last-child{grid-column:auto;max-width:none;padding:20px}.product-card h2{font-size:23px!important}
  .sample-analysis{padding-top:8px}.sample-analysis-box{display:grid;padding:21px}.sample-analysis-box .btn{width:100%;text-align:center;white-space:normal}
  .home-sample-analysis{padding:22px 0}.home-sample-box{display:grid;padding:21px}.home-sample-box .btn{width:100%;text-align:center;white-space:normal}
  .catalog-contact-box{display:grid;padding:22px}.catalog-contact-box .btn{width:100%;text-align:center}
}

/* V18.3 final: spaete Prioritaet gegen aeltere Footer-Regeln */
body>header{background:linear-gradient(105deg,#0d1828,#152844);border-bottom:2px solid #b79452;box-shadow:0 5px 18px rgba(16,27,45,.16)}
body>header .brand{color:#fff}body>header .brand small{color:#d5bb83}body>header .links a{color:#f7f3ea}body>header .links a:hover{background:rgba(255,255,255,.08);color:#e7cf9b}
body .akkoc-tip{padding:34px 0;background:#f3eee4;border-top:1px solid #ded3c1}body .akkoc-tip-box{border:1px solid #cdb783;background:#fff;box-shadow:0 9px 25px rgba(16,27,45,.07)}
body .sub-footer.minimal-footer{padding:44px 0 25px!important;background:#faf7f0;color:#101b2d;border-top:1px solid #d8c7a5!important}
body .minimal-footer .sub-footer-brand strong{color:#101b2d;letter-spacing:1.4px}body .minimal-footer .sub-footer-brand small{color:#796039}
body .minimal-footer .sub-footer-bottom{border-top:1px solid #ded3c1;color:#687181}body .minimal-footer .sub-footer-bottom a{color:#28374e;font-weight:700}body .minimal-footer .sub-footer-bottom a:hover{color:#8a6728}
@media(max-width:780px){body>header nav{padding-top:8px;padding-bottom:8px}body>header .links a{border-color:rgba(213,187,131,.36);background:rgba(255,255,255,.04)}body .akkoc-tip{padding:22px 0}body .sub-footer.minimal-footer{padding:34px 0 21px!important}}

/* V18.4: Header-Kontrast gegen alte !important-Regeln abgesichert */
body>header{background:#101b2d!important;background-image:linear-gradient(105deg,#0d1828,#152844)!important;border-bottom:2px solid #b79452!important;box-shadow:0 5px 18px rgba(16,27,45,.16)!important}
body>header .wrap,body>header nav{background:transparent!important}
body>header .brand{color:#fff!important}body>header .brand small{color:#d5bb83!important}
body>header .links a{color:#fff!important}
body>header .links a:hover,body>header .links a:focus-visible{background:rgba(255,255,255,.11)!important;color:#f0d69e!important}
@media(max-width:780px){body>header .links a{background:#fff!important;border-color:#d8c7a5!important;color:#101b2d!important}body>header .links a:hover,body>header .links a:focus-visible{background:#f3ead9!important;color:#6f4f16!important}}

/* V18.5: heller Premium-Header, kompakte Dropdowns und mobiles Menue */
body>header.site-header{overflow:visible;background:#fbf8f1!important;background-image:none!important;border-bottom:1px solid #d8c7a5!important;box-shadow:0 4px 18px rgba(16,27,45,.07)!important}
body>header.site-header .wrap,body>header.site-header nav{overflow:visible;background:transparent!important}
body>header.site-header .brand{color:#101b2d!important}body>header.site-header .brand small{color:#8a6728!important}
body>header.site-header .links{align-items:center;flex-wrap:nowrap}
body>header.site-header .links>a,body>header.site-header .nav-group>summary{position:relative;display:block;padding:10px 9px;border:0;border-radius:5px;background:transparent!important;color:#101b2d!important;font:inherit;text-decoration:none;white-space:nowrap;cursor:pointer;list-style:none}
.nav-group>summary::-webkit-details-marker{display:none}.nav-group>summary:after{content:'⌄';display:inline-block;margin-left:6px;color:#9a7430;font-size:12px;transition:transform .18s ease}.nav-group[open]>summary:after{transform:rotate(180deg)}
body>header.site-header .links>a:hover,body>header.site-header .links>a:focus-visible,body>header.site-header .nav-group>summary:hover,body>header.site-header .nav-group>summary:focus-visible{background:#f1e9dc!important;color:#6f4f16!important;outline:none}
.nav-group{position:relative}.nav-dropdown{position:absolute;top:calc(100% + 10px);left:0;z-index:10020;display:grid;width:285px;padding:10px;border:1px solid #d8c7a5;border-radius:5px;background:#fff;box-shadow:0 16px 35px rgba(16,27,45,.16)}
.nav-dropdown:before{content:'';position:absolute;top:-6px;left:26px;width:10px;height:10px;border-left:1px solid #d8c7a5;border-top:1px solid #d8c7a5;background:#fff;transform:rotate(45deg)}
.nav-dropdown a{padding:10px 11px;border-radius:4px;color:#26344a;text-decoration:none;font-size:13px;line-height:1.35}.nav-dropdown a+a{border-top:1px solid #eee6d8}.nav-dropdown a:hover,.nav-dropdown a:focus-visible{background:#f7f1e6;color:#6f4f16;outline:none}
.nav-search{font-weight:700}.nav-search:first-letter{font-size:20px}.nav-toggle{display:none}
@media(min-width:781px){.nav-group:not([open]) .nav-dropdown{display:none}.nav-group:hover .nav-dropdown{display:grid}.nav-group:hover>summary:after{transform:rotate(180deg)}}
@media(max-width:780px){
 body>header.site-header nav{display:grid;grid-template-columns:minmax(0,1fr) auto;min-height:72px;padding:8px 0;gap:8px 12px}
 body>header.site-header .brand{font-size:25px}.nav-toggle{display:grid;grid-template-columns:22px auto;align-items:center;column-gap:8px;padding:9px 11px;border:1px solid #d8c7a5;border-radius:6px;background:#fff;color:#101b2d;cursor:pointer}.nav-toggle span{grid-column:1;display:block;width:22px;height:2px;margin:2px 0;background:#101b2d}.nav-toggle b{grid-column:2;grid-row:1/4;font-size:12px}
 body>header.site-header .links{display:none;grid-column:1/-1;width:100%;max-height:calc(100vh - 95px);overflow-y:auto;padding:8px 0 5px;border-top:1px solid #ded3c1;flex-direction:column;align-items:stretch;gap:4px}
 body>header.site-header .links.is-open{display:flex}
 body>header.site-header .links>a,body>header.site-header .nav-group>summary{width:100%;padding:11px 13px!important;border:1px solid #e4dac8!important;border-radius:5px!important;background:#fff!important;color:#101b2d!important;font-size:14px}
 .nav-group{width:100%}.nav-dropdown{position:static;width:auto;margin:4px 0 2px 14px;padding:5px;border:0;border-left:2px solid #b79452;border-radius:0;background:transparent;box-shadow:none}.nav-dropdown:before{display:none}.nav-dropdown a{background:transparent;padding:9px 12px}.nav-dropdown a+a{border-top:1px solid #e8e0d2}.nav-search span{display:inline}
}

/* V18.6 final */
body .sub-footer.minimal-footer{background:#101b2d!important;background-image:linear-gradient(115deg,#0d1828,#172944)!important;color:#f7f3ea!important;border-top:2px solid #b79452!important}
body .minimal-footer .sub-footer-brand strong{color:#fff!important}body .minimal-footer .sub-footer-brand small{color:#d5bb83!important}
body .minimal-footer .sub-footer-bottom{border-top-color:rgba(213,187,131,.38)!important;color:#c5cbd3!important}
body .minimal-footer .sub-footer-bottom a{color:#f4ead3!important}body .minimal-footer .sub-footer-bottom a:hover,body .minimal-footer .sub-footer-bottom a:focus-visible{color:#d5b36a!important}

/* V18.7: Header und Footer im gleichen AKKOC-Nachtblau */
body>header.site-header{background:#101b2d!important;background-image:linear-gradient(115deg,#0d1828,#172944)!important;border-bottom:2px solid #b79452!important;box-shadow:0 5px 18px rgba(16,27,45,.16)!important}
body>header.site-header .brand{color:#fff!important}body>header.site-header .brand small{color:#d5bb83!important}
body>header.site-header .links>a,body>header.site-header .nav-group>summary{color:#fff!important}
body>header.site-header .links>a:hover,body>header.site-header .links>a:focus-visible,body>header.site-header .nav-group>summary:hover,body>header.site-header .nav-group>summary:focus-visible{background:rgba(255,255,255,.1)!important;color:#f0d69e!important}
.nav-toggle{border-color:rgba(213,187,131,.55);background:rgba(255,255,255,.06);color:#fff}.nav-toggle span{background:#fff}
@media(max-width:780px){body>header.site-header .links{border-top-color:rgba(213,187,131,.38)}body>header.site-header .links>a,body>header.site-header .nav-group>summary{background:#fff!important;border-color:#d8c7a5!important;color:#101b2d!important}body>header.site-header .links>a:hover,body>header.site-header .links>a:focus-visible,body>header.site-header .nav-group>summary:hover,body>header.site-header .nav-group>summary:focus-visible{background:#f3ead9!important;color:#6f4f16!important}}

/* V18.8: sauber zentrierte Seite Digitale Verantwortung */
.digital-responsibility{max-width:850px;margin:0 auto}.digital-responsibility h1{margin-bottom:18px}.digital-responsibility .lead{max-width:760px}

/* V18.9: Hero-Markenbezeichnung passend zur goldenen Leitzeile */
body .hero .eyebrow{color:#e7cf9b!important;text-transform:none!important;letter-spacing:.4px!important;font:italic 21px/1.4 Georgia,"Times New Roman",serif!important}
@media(max-width:780px){body .hero .eyebrow{font-size:18px!important;line-height:1.35!important}}

/* V19.0: Unterpunkte am Desktop */
body>header.site-header .nav-dropdown a{display:block;background:#fff!important;color:#26344a!important;text-decoration:none!important}
body>header.site-header .nav-dropdown a:hover,body>header.site-header .nav-dropdown a:focus-visible{background:#f3ead9!important;color:#6f4f16!important}

/* V19.1: anklickbare Wissensthemen mit Kurzinfo am Desktop */
.knowledge-topics{display:flex;flex-wrap:wrap;align-items:center;gap:5px 9px}
.knowledge-topics>a{position:relative;color:#e7cf9b;text-decoration:none;border-bottom:1px dotted rgba(231,207,155,.75);font-weight:700;outline-offset:4px}
.knowledge-topics>a:hover,.knowledge-topics>a:focus-visible{color:#fff;border-bottom-color:#fff}
.knowledge-topics>a:after{content:attr(data-tip);position:absolute;left:50%;bottom:calc(100% + 12px);z-index:30;width:250px;padding:10px 12px;border:1px solid #b79452;border-radius:6px;background:#fff;color:#26344a;font:13px/1.45 Arial,sans-serif;box-shadow:0 10px 25px rgba(0,0,0,.24);opacity:0;visibility:hidden;transform:translate(-50%,5px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;pointer-events:none}
.knowledge-topics>a:hover:after,.knowledge-topics>a:focus-visible:after{opacity:1;visibility:visible;transform:translate(-50%,0)}
@media(max-width:780px){.knowledge-topics{gap:8px}.knowledge-topics>span{display:none}.knowledge-topics>a{display:inline-block;padding:7px 9px;border:1px solid rgba(213,187,131,.55);border-radius:999px;font-size:13px}.knowledge-topics>a:after{display:none}}

/* V19.2: AKKOC-Grundregel auf dunklem Grund klar lesbar */
body .recommend-close-box .eyebrow{color:#e7cf9b!important;opacity:1!important;font-weight:800!important;text-shadow:0 1px 1px rgba(0,0,0,.2)}

/* V19.3: moderne Navigation – immer nur ein Untermenue offen */
@media(min-width:781px){
 body>header.site-header .nav-dropdown{transform-origin:top left;animation:akkoc-menu-in .16s ease-out}
 body>header.site-header .nav-group[open]>summary{background:rgba(255,255,255,.1)!important;color:#f0d69e!important}
}
@keyframes akkoc-menu-in{from{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}

/* V19.4: Ueberschriften auf allen dunklen Kopfflaechen heller */
body .hero h1,
body .knowledge-home h2,
body .recommend-hero h1,
body .catalog-hero h1,
body .world-ideas h2,
body .world-ideas h3,
body .recommend-first h2,
body .recommend-close-box h2,
body .catalog-contact-box h2{
 color:#fff!important;
 opacity:1!important;
 text-shadow:0 1px 2px rgba(0,0,0,.24);
}

/* V19.5: kleine goldene Ueberschriften auf dunklem Grund heller */
body .hero .eyebrow,
body .knowledge-home .eyebrow,
body .recommend-hero .eyebrow,
body .catalog-hero .eyebrow,
body .world-ideas .eyebrow,
body .recommend-first .eyebrow,
body .recommend-close-box .eyebrow,
body .catalog-contact-box .eyebrow{
 color:#f2d99f!important;
 opacity:1!important;
 font-weight:800!important;
 text-shadow:0 1px 2px rgba(0,0,0,.3);
}

/* V20.0: verbindliche mobile Navigation – einzige Schlussregel */
@media(max-width:780px){
 body>header.site-header .links{background:transparent!important;color:#fff!important}
 body>header.site-header .nav-group{width:100%!important}
 body>header.site-header .nav-group>summary{background:#fff!important;color:#101b2d!important;border:1px solid #d8c7a5!important;opacity:1!important}
 body>header.site-header .nav-group[open]>summary{background:#f3ead9!important;color:#6f4f16!important}
 body>header.site-header .nav-dropdown{position:static!important;display:grid!important;width:auto!important;margin:7px 10px 7px 28px!important;padding:0!important;gap:4px!important;border:0!important;border-left:3px solid #d5b36a!important;background:transparent!important;box-shadow:none!important}
 body>header.site-header .nav-dropdown:before{display:none!important}
 body>header.site-header .nav-dropdown a,
 body>header.site-header .nav-dropdown a:link,
 body>header.site-header .nav-dropdown a:visited{display:block!important;padding:11px 13px!important;background:#fff!important;color:#101b2d!important;border:1px solid #d8c7a5!important;border-radius:5px!important;opacity:1!important;text-shadow:none!important;font-weight:700!important;text-decoration:none!important}
 body>header.site-header .nav-dropdown a:hover,
 body>header.site-header .nav-dropdown a:focus-visible,
 body>header.site-header .nav-dropdown a:active{background:#f3ead9!important;color:#6f4f16!important;border-color:#b79452!important;outline:none!important}
}
