/* CSS for fast tweaks */

.view-display-id-block_aktuelles_footer a.footer-events strong {
    color: white;
}

footer .card .field__label {
    color: white;
}

/* Shortcuts */

.button.hiag-shortcut-button {
    background-color: white;
    border-color: #1e1e1e36;
    border-radius: 1rem;
    transition: box-shadow 0.4s, background-color 0.4s, border-color 0.4s;
}

.button.hiag-shortcut-button:hover {
    box-shadow: -8px -8px 8px 0px rgba(255,255,255,0.3) inset,8px 8px 6px 0px rgba(0,0,0,0.2) inset,20px 20px 50px 0px var(--primary-color-transparent-1) inset;
    border-color: transparent !important;
    }

.hiag-shortcut-button:hover, .hiag-shortcut-button:focus {
    background-color: #06963f;
    color: #0a0a0a;
}

.view-newsfeed .views-row {
    border-bottom: 1px solid grey;
}
