#cookie-consent-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fbd503;
  padding: 20px;
  text-align: center;
  z-index: 1000;
}

#cookie-consent-popup.hidden {
  display: none;
}

#cookie-consent-popup h2 {
  margin-bottom: 10px;
}

#cookie-consent-popup #cookie-categories {
  margin-bottom: 15px;
}

#cookie-consent-popup button {
  padding: 4px 8px;
  margin: 0 2px;
  cursor: pointer;
  font-size: 0.8em;
  border-radius: 5px; /* Fügt runde Ecken hinzu */
}

#change-cookie-settings {
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 4px 8px;
  cursor: pointer;
  font-size: 0.8em;
  border-radius: 5px; /* Fügt runde Ecken hinzu */
}

#delete-cookies {
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 4px 8px;
  cursor: pointer;
  font-size: 0.8em;
  border-radius: 5px; /* Fügt runde Ecken hinzu */
}
