.cookiegroup-container {
    text-align: left;
}

.cookiegroup-container button {
    background-color: rgb(121, 121, 121);
    color: white;

}

.cookie-consent-accept button {
    background-color: rgb(44, 15, 1);
    color: white;
}

.cookiegroup-container table {
    margin: 0.5rem 0;
    text-align: left;
    table-layout: fixed;
    width: 100%;
}

.cookiegroup-container th {
    table-layout: fixed;
    width: 40%;
}

.cookiegroup-container th, td {
    padding: 0.25rem;
    vertical-align: top;
}

.cookiegroup-container tr:nth-child(odd) {
  background-color:  #797979;  /* Zebra-Streifen für bessere Lesbarkeit */
  color: white;
}

.cookie-group-form {
    margin: 0;
    padding: 0;
    width: 100%;
}

.cookie-group-form button {
    width: 100%;
}

/* Tablet (ab 601px) */
@media (min-width: 601px) and (max-width: 1024px) {
    .cookiegroup-container {
        
    }

    .cookiegroup-container th {
        table-layout: fixed;
        width: 30%;
    }

    .cookiegroup-container th, td {
        padding: 0.5rem;
        vertical-align: top;
    }

}

/* Desktop (ab 1025px) */
@media (min-width: 1025px) {
    .cookiegroup-container {
        
    }

    .cookiegroup-container th {
        table-layout: fixed;
        width: 30%;
    }

    .cookiegroup-container th, td {
        padding: 0.5rem;
        vertical-align: top;
    }

}