.warenkorb_fixed_button{
    position:fixed;
    bottom:0px;
    left:0px;
    right:0px;
    text-align: center;
}
.warenkorb_fixed_button a.cta.footer_btn{
    margin:0 auto;
    display:inline-block;
}

/* warenkorb button */
a.cta.footer_btn{
    text-decoration: none !important;
    background-color: var(--primaryColor) !important;
    color:white !important;
}
a.cta.footer_btn:hover{
    background-color: white !important;
    color: var(--primaryColor) !important;
}
@media screen and (max-width:1400px){
    a.cta.footer_btn{
        width:100%;
    }
}

/* switch on off */
.warenkorb_fixed_button.hide{
    display:none;
}
footer a.cta.footer_btn{
    display:none;
}
footer a.cta.footer_btn.show{
    display:inline-block;
}