/* -----------------------------------------------
   Reset & Base
   ----------------------------------------------- */
*, *::before, *::after {
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #1e293b;
    background-color: #ffffff;
}

img, video {
    max-width: 100%;
    height: auto;
}

/* -----------------------------------------------
   Flash-Nachrichten
   ----------------------------------------------- */
.flash {
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
    margin-bottom: 1rem;
}

.flash--success { background-color: #dcfce7; color: #166534; }
.flash--error   { background-color: #fee2e2; color: #991b1b; }
.flash--info    { background-color: #dbeafe; color: #1e40af; }

/* -----------------------------------------------
   Cookie Consent – "Alle akzeptieren"-Button grün
   ----------------------------------------------- */
.cc__btn-accept-all {
    background-color: #2da44e !important;
    border-color: #2da44e !important;
}

.cc__btn-accept-all:hover {
    background-color: #218838 !important;
    border-color: #218838 !important;
}
