.sticky-event-link { position: fixed !important; bottom: 30px !important; right: 30px !important; background: var(--aloha-red) !important; /* Festes ALOHA Rot */ color: #ffffff !important; padding: 12px 24px !important; border-radius: 50px !important; /* Pillen-Form wie Ironman Badges */ text-decoration: none !important; font-weight: bold !important; text-transform: uppercase !important; font-size: 14px !important; z-index: 999999 !important; /* Extrem hoch, um über allem zu liegen */ box-shadow: 0 4px 15px rgba(0,0,0,0.4) !important; display: inline-block !important; border: 2px solid #ffffff !important; transition: all 0.3s ease !important; } .sticky-event-link:hover { transform: scale(1.1) !important; background: #000000 !important; color: #ffffff !important; }

body.has-bottom-nav .sticky-event-link {
    bottom: calc(78px + env(safe-area-inset-bottom)) !important;
}
