
/* css for all sticky buttons */

/* make the trusted shops trustbadge padding (white border) smaller on mobile */
@media only screen and (max-width: 648px) {
    div#trustbadge-container-98e3dadd90eb493088abdc5597a70810 button#minimized-trustbadge-98e3dadd90eb493088abdc5597a70810 {
        padding: 6px !important;
    }
}


/* show "Datenschuterklärung ekzeptieren" button always and not only when already "chatten" button was pressed */

.ctc_opt_in {
  display: block !important;
}