/* app.css v1 - Installationsleiste und Rabatthinweis */
.app-leiste{position:fixed;left:12px;right:12px;bottom:12px;z-index:9999;background:#1d2b33;color:#f6f4ef;border:1px solid #c9a24b;border-radius:12px;padding:14px 16px;box-shadow:0 10px 30px rgba(0,0,0,.45);font-size:.95rem;line-height:1.4}
.app-leiste p{margin:0 0 10px}
.app-leiste-knoepfe{display:flex;gap:10px;flex-wrap:wrap}
.app-btn{border:0;border-radius:999px;padding:9px 16px;font-weight:700;cursor:pointer;background:#c9a24b;color:#141414}
.app-btn-zweit{background:transparent;color:#f6f4ef;border:1px solid #7d939b;font-weight:500}
.rabatt-hinweis{margin:0 0 6px;padding:8px 10px;background:#faf6ee;border-left:3px solid #c9a24b;border-radius:6px;font-size:.9rem}
@media (min-width:720px){.app-leiste{left:auto;right:20px;max-width:420px}}
