/* TMT Chat-Widget – passend zu --blau:#16325c / --orange:#f39c12, keine externen Requests */
#tmt-chat-btn{position:fixed;right:18px;bottom:18px;z-index:9998;width:60px;height:60px;border-radius:50%;border:none;background:#16325c;color:#fff;font-size:28px;cursor:pointer;box-shadow:0 4px 16px rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center}
#tmt-chat-btn span.dot{position:absolute;top:2px;right:2px;width:12px;height:12px;border-radius:50%;background:#f39c12;border:2px solid #fff}
#tmt-chat-panel{position:fixed;right:18px;bottom:88px;z-index:9998;width:360px;max-width:calc(100vw - 36px);height:520px;max-height:calc(100vh - 120px);background:#fff;border-radius:14px;box-shadow:0 8px 32px rgba(0,0,0,.3);display:none;flex-direction:column;overflow:hidden;font-family:'Segoe UI',system-ui,sans-serif}
#tmt-chat-panel.offen{display:flex}
#tmt-chat-head{background:#16325c;color:#fff;padding:12px 14px;display:flex;align-items:center;gap:10px}
#tmt-chat-head .logo{width:34px;height:34px;border-radius:50%;background:#f39c12;color:#16325c;font-weight:bold;display:flex;align-items:center;justify-content:center;font-size:16px}
#tmt-chat-head .titel{flex:1;line-height:1.2}
#tmt-chat-head .titel b{display:block;font-size:14px}
#tmt-chat-head .titel small{font-size:11px;color:#dce6f5}
#tmt-chat-head button{background:none;border:none;color:#fff;font-size:18px;cursor:pointer;padding:4px 8px}
#tmt-chat-body{flex:1;overflow-y:auto;padding:12px;background:#f4f6f9;display:flex;flex-direction:column;gap:8px}
.msg{max-width:85%;padding:9px 12px;border-radius:12px;font-size:13.5px;line-height:1.45;word-wrap:break-word}
.msg.bot{background:#fff;border:1px solid #e1e6ee;color:#2b2b2b;align-self:flex-start;border-bottom-left-radius:3px;font-weight:500}
.msg.user{background:#16325c;color:#fff;align-self:flex-end;border-bottom-right-radius:3px}
.msg.bot a{color:#b36a00;text-decoration:underline}
.msg.bot .btn-link{display:inline-block;margin:4px 4px 0 0;padding:6px 10px;background:#f39c12;color:#16325c !important;font-weight:bold;border-radius:6px;text-decoration:none !important;font-size:12.5px}
#tmt-chat-quick{display:flex;flex-wrap:wrap;gap:6px;padding:8px 12px;background:#fff;border-top:1px solid #e1e6ee}
#tmt-chat-quick button{padding:6px 10px;border:1px solid #16325c;background:#fff;color:#16325c;border-radius:20px;font-size:12px;cursor:pointer}
#tmt-chat-quick button:hover{background:#16325c;color:#fff}
#tmt-chat-input{display:flex;gap:8px;padding:10px 12px;background:#fff;border-top:1px solid #e1e6ee}
#tmt-chat-input input{flex:1;padding:9px 12px;border:1px solid #ccc;border-radius:20px;font-size:13.5px;outline:none}
#tmt-chat-input input:focus{border-color:#f39c12}
#tmt-chat-input button{padding:9px 14px;border:none;border-radius:20px;background:#f39c12;color:#16325c;font-weight:bold;cursor:pointer;font-size:13.5px}
#tmt-chat-head .logo img{width:100%;height:100%;border-radius:50%;object-fit:cover}
#tmt-chat-head .status{display:inline-block;width:8px;height:8px;border-radius:50%;background:#4ecca3;margin-right:5px;vertical-align:1px}
#tmt-chat-head .status.zu{background:#f39c12}
#tmt-chat-trust{background:#0e2342;color:#dce6f5;font-size:11px;padding:5px 14px;letter-spacing:.2px}
#tmt-chat-progress{display:none;height:4px;background:#e1e6ee}
#tmt-chat-progress.show{display:block}
#tmt-chat-progress i{display:block;height:100%;width:0;background:#f39c12;transition:width .3s}
#tmt-chat-teaser{position:fixed;right:88px;bottom:30px;z-index:9997;background:#fff;color:#16325c;border:1px solid #e1e6ee;border-radius:12px;padding:9px 30px 9px 12px;font-size:13px;font-weight:600;box-shadow:0 4px 16px rgba(0,0,0,.18);max-width:240px;display:none;font-family:'Segoe UI',system-ui,sans-serif;cursor:pointer}
#tmt-chat-teaser.show{display:block}
#tmt-chat-teaser small{display:block;font-weight:normal;color:#5a6b85;font-size:11.5px}
#tmt-chat-teaser button{position:absolute;top:4px;right:6px;border:none;background:none;color:#999;font-size:13px;cursor:pointer;padding:2px 4px}
@media(max-width:480px){#tmt-chat-panel{right:10px;bottom:80px;width:calc(100vw - 20px)}#tmt-chat-teaser{right:80px;bottom:88px;max-width:200px}}
