.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #222;
  color: #fff;
  padding: 15px;
  text-align: center;
  display: none; /* Standardmäßig versteckt */
  z-index: 9999;
}

.cookie-banner p {
  margin: 0;
  display: inline;
  font-size: 14px;
}

.cookie-banner a {
  color: #4db8ff;
  text-decoration: underline;
}

.cookie-banner button {
  margin-left: 15px;
  padding: 8px 16px;
  background: #4db8ff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  color: #000;
  font-weight: bold;
}