@media (max-width: 480px){ #mudi-mobile-stock-footer{ position: fixed; left: 0; right: 0; bottom: 0; display: flex; align-items: center; justify-content: center; gap: .6rem; padding: .7rem .9rem; background: var(--mudi-green, #4f8756); color:#fff; font-weight: 800; letter-spacing:.2px; z-index: 9999; border-radius:0; box-shadow: 0 -2px 10px rgba(0,0,0,.08); } #mudi-mobile-stock-footer .mmsf-dot{ width:12px; height:12px; border-radius:999px; background:#fff; box-shadow:0 0 10px rgba(255,255,255,.8); } body{ padding-bottom:56px; } /* Platz schaffen */ } @media (min-width: 481px){ #mudi-mobile-stock-footer{ display:none; } }