/* cookieconsent.css */
.cookie-consent-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #6200ea; /* Farbschema Ihrer Website */
    color: white;
    text-align: center;
    padding: 20px;
    z-index: 1000;
}

.cookie-consent-container button {
    background-color: #8ec760;
    color: white;
    border: none;
    padding: 10px 20px;
    margin-left: 20px;
    cursor: pointer;
}

/* Fügen Sie weitere Stildefinitionen nach Bedarf hinzu */

