/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */

/* Variablen */
:root {
    --primary-color: #dc826b;
    --primary-color-light: #f2edeb;
    --secondary-color: #87a881;
    --secondary-color-light: #bfd2a1;
    --primary-color-dark: #3e2b2e;
    --secondary-color-dark: #958584;
}

/* Cookie Hinweis */



/* Cookie Hinweis Ende */

/* toggle  */
/* active */
.consent-switch .consent-input~.consent-label::before {
    border: solid 2px white;
}

.consent-switch .consent-input:checked~.consent-label {
    &::before {
        background-color: var(--secondary-color-light);
    }

    &::after {
        background-color: var(--secondary-color);
    }
}

/* inactive */
.consent-switch .consent-input~.consent-label {
    &::before {
        background-color: white;
    }

    &::after {
        background-color: var(--secondary-color-dark);
    }
}

/* toggle end */

/* bestellen */

