.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    padding: 15px;
    text-align: center;
    z-index: 1000; /* Damit er über anderen Elementen liegt */
    display: none; /* Standardmäßig ausblenden */
  }
  
  .cookie-banner button {
    margin: 0 10px;
    padding: 8px 15px;
    cursor: pointer;
  }