#cookies-eu-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: calc(12.2rem / var(--remDivider)) 0;
  pointer-events: all;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: #000c;
  z-index: 9999;
  overflow: auto;
}

/* Mobile Optimierungen für Cookie Banner */
@media screen and (max-width: 768px) {
  #cookies-eu-banner {
    padding: 0;
    align-items: flex-start;
  }

  #cookies-eu-banner .modal-dialog {
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  #cookies-eu-banner .modal-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 0;
  }

  #cookies-eu-banner .modal-body {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px;
  }

  #cookies-eu-banner .modal-footer {
    flex-shrink: 0;
    padding: 15px;
    background: white;
    border-top: 1px solid #e5e5e5;
  }

  #cookies-eu-banner .btn_group {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
  }

  #cookies-eu-banner .btn_group > .btn {
    flex: 1;
    min-width: 0;
    white-space: normal;
    padding: 10px 8px;
    font-size: 14px;
    line-height: 1.2;
  }
}

/* #cookies-eu-more,
#cookies-eu-accept,
#cookies-eu-reject {
  text-decoration: none;
  background: #222;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 13px;
  font-weight: bold;
  transition: background 0.07s, color 0.07s, border-color 0.07s;
}
#cookies-eu-more:hover,
#cookies-eu-more:focus,
#cookies-eu-accept:hover,
#cookies-eu-accept:focus {
  background: #fff;
  color: #222;
}
#cookies-eu-more {
  margin-left: 7px;
}

#cookies-eu-reject {
  background: none;
  font-weight: normal;
  color: #ccc;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  border: 1px solid #666;
}
#cookies-eu-reject:hover,
#cookies-eu-reject:focus {
  border-color: #fff;
  background: #222;
  color: #fff;
} */
