/*
Theme Name: kosmetikakademie
Template: Impreza
Version: 1.0
Author:	Loop corporate communication
Author URI: https://loop-communication.de
*/

/*Add your own styles here:*/



/* Button für die Löschung des Seitencaches */
button.clear-cache-button {
    display: inline-block;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background-color: #44cc00 !important;
    color: #fff !important;
    border: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

button.clear-cache-button:hover {
    background-color: #339900 !important;
}

