/* CT Mobile Header v2 - nur <=768px, Desktop unberührt. Toggle rein per CSS (Checkbox). */
#ctmh-bar,#ctmh-drawer,#ctmh-overlay{display:none;}
.ctmh-toggle-cb{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none;margin:0;}
@media (max-width:768px){
  #masthead{display:none !important;}
  body{padding-top:56px;}
  #ctmh-bar{display:flex;position:fixed;top:0;left:0;right:0;height:56px;align-items:center;justify-content:space-between;gap:10px;padding:0 14px;background:#fff;border-bottom:1px solid #e8e5dd;z-index:1000;box-sizing:border-box;}
  #ctmh-bar .ctmh-logo{display:flex;align-items:center;}
  #ctmh-bar .ctmh-logo img{height:36px;width:auto;display:block;}
  #ctmh-bar .ctmh-actions{display:flex;align-items:center;gap:2px;}
  .ctmh-iconbtn{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:none;background:transparent;color:#1a1a1a;cursor:pointer;padding:0;border-radius:8px;-webkit-tap-highlight-color:transparent;}
  .ctmh-iconbtn:active{background:#f0efe9;}
  .ctmh-iconbtn svg{width:24px;height:24px;}
  #ctmh-overlay{display:block;position:fixed;inset:0;background:rgba(20,20,20,.45);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;z-index:1001;border:0;margin:0;padding:0;}
  .ctmh-toggle-cb:checked ~ #ctmh-overlay{opacity:1;visibility:visible;}
  #ctmh-drawer{display:flex;flex-direction:column;position:fixed;top:0;right:0;height:100%;width:86vw;max-width:360px;background:#fff;transform:translateX(100%);transition:transform .28s cubic-bezier(.4,0,.2,1);z-index:1002;box-shadow:-8px 0 30px rgba(0,0,0,.18);overflow-y:auto;-webkit-overflow-scrolling:touch;}
  .ctmh-toggle-cb:checked ~ #ctmh-drawer{transform:translateX(0);}
  body:has(.ctmh-toggle-cb:checked){overflow:hidden;}
  .ctmh-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px 10px;}
  .ctmh-head .ctmh-title{font-family:'Inter Tight',sans-serif;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#8a8a82;}
  .ctmh-close{width:40px;height:40px;border:none;background:#f3f1ea;border-radius:50%;color:#1a1a1a;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent;}
  .ctmh-close svg{width:20px;height:20px;}
  .ctmh-search{display:flex;gap:8px;padding:6px 18px 14px;}
  .ctmh-search input{flex:1;min-width:0;height:46px;border:1px solid #ddd9cf;border-radius:10px;padding:0 14px;font-size:16px;font-family:inherit;background:#faf9f5;}
  .ctmh-search input:focus{outline:none;border-color:#00a878;background:#fff;}
  .ctmh-search button{flex:0 0 auto;width:46px;height:46px;border:none;border-radius:10px;background:#00a878;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;}
  .ctmh-search button svg{width:20px;height:20px;}
  .ctmh-nav{display:flex;flex-direction:column;padding:2px 0 6px;}
  .ctmh-link{display:block;padding:13px 18px;font-family:'Inter Tight',sans-serif;font-size:17px;font-weight:600;color:#1a1a1a;text-decoration:none;border-bottom:1px solid #f1efe8;}
  .ctmh-link:active{background:#f7f5ef;}
  .ctmh-link.ctmh-sub{font-size:15px;font-weight:500;color:#5a5a52;padding-left:30px;}
  .ctmh-link.ctmh-sub::before{content:'\2013';margin-right:8px;color:#c4c1b6;}
  .ctmh-cta{display:block;margin:16px 18px 6px;padding:14px 18px;background:#1a1a1a;color:#fff;text-align:center;text-decoration:none;border-radius:10px;font-family:'Inter Tight',sans-serif;font-weight:700;font-size:15px;}
  .ctmh-cta small{display:block;font-weight:500;font-size:12px;opacity:.7;margin-top:3px;}
  .ctmh-social{display:flex;gap:12px;justify-content:center;padding:16px 18px 28px;margin-top:auto;}
  .ctmh-social a{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;}
  .ctmh-social a svg{width:20px;height:20px;fill:currentColor;}
}