/*ServicemenüV2*/ #btnHilfeModal.btn.position-fixed { bottom: 2rem; right: 0; z-index: 1000; } .circle-item{ width: 6rem; height: 6rem; display: flex; align-items: center; justify-content: center; text-align: center; } a.circle-item.text-white:hover, a.circle-item.text-white:focus{ background-color: #cc0000 !important; text-decoration: none; } #hilfeModal .modal-dialog { bottom:0 !important; top:auto !important; position: fixed; right:0 } /* Aufwärts-Animation */ .modal-open .modal.show { animation: slideUp 0.5s ease-out; } @keyframes slideUp { from { transform: translateY(100%); opacity: 0; } to { transform: translateY(0); opacity: 1; } } @media (min-width: 576px) { #hilfeModal .modal-dialog{ max-width: 48rem; margin: 3rem auto; right: 10rem; } #btnHilfeModal.btn.position-fixed { bottom: 0; right: 10rem; } }