/*
Theme Name: Silberweiss
Theme URI: http://silberweiss.de
Author: silberweiss
Author URI: http://silberweiss.de
*/


.quick-action-floating {
    position: fixed;
    right: 0;
    top: 30vh;
    background-color: #fff;
    padding: 0.5rem 1rem;
    z-index: 500;
    font-weight: bold;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
    .quick-action-floating {
        top: auto;
        bottom: 0;
        left: 0;
        text-align: center;
        z-index: 500;
    }

    
}