.cookie {
    width: 100%;
    min-height: 100px;
    position: fixed;
    left: 0;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
    background-color: rgb(34 194 118 / var(--tw-bg-opacity));
    text-align: center;
    color: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    box-sizing: border-box;
    z-index: 9999;
  }

  .cookie p {
    margin: 0;
  }
  
  .cookie a {
	color: black;
  }

  .cookie > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
  }

  .cookie .checkbox-wrapper,
  .cookie .button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
  }

  .cookie button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    border: 1px solid transparent;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }

  .cookie button:hover {
    background-color: #808080;
    color: #fff;
  }

  #statistics_cookie, #marketing_cookie {
    display:none;
  }

  #change_cookies {
	margin: 0 auto;
  }

  #change_cookies:hover {
    color: white;
  }

  ul.ul-list {
    margin-left: 30px;
  }
  ul.ul-list li {
    list-style-type: disc;
    
  }