.banner {
    position: fixed;
    bottom: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    min-width: 275px;
    max-width: 375px;
    margin: 10px 10px;
    padding: 2px 20px;
    border-radius: 20px;
    -webkit-box-shadow: 3px 5px 20px 0px rgb(0 0 0);
    -moz-box-shadow: 3px 5px 20px 0px rgb(0 0 0);
    box-shadow: 3px 5px 20px 0px rgb(0 0 0);
    background-color: #230000;
  }

  .banner-left {
    left: 0;
  }

  .banner-right {
    right: 0;
  }

  .border {
    border: 1px;
    border-style: solid;
    border-width: 1px;
    border-color: #e9e9e9;
  }
  
  #cookies-prebanner > div {     
    padding: 15px 0;
  }
  
  .cookie-consent-banner {
    margin-bottom: 20px;
  }
  
  .cookie-consent-description {
    font-weight: normal;
    font-size: 0.9em;
    margin-top: 10px;
    color: #FFD285;
  }
  
  .cookie-consent-btns {
      padding-bottom: 10px;
  }
  
  .cookie-consent-btn {
    display: inline-block;
    width: 100%;
    padding: 11px 13px;
    border-radius: 10px;
    border: none;
    font-size: 0.8em;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    transition: 0.4s;
    font-weight: bold;
    background-color: #3bb54a;
    color: #fff;
    cursor: pointer;
  }

  .cookie-consent-btn:hover {
    text-decoration: none;
    opacity: 0.9;
  }
  
  .cookie-consent-btn svg {
      margin-right: 0.25em;
      margin-top: 0.15em;
      vertical-align: text-top;
  }

  .cookie-consent-btn-secondary{
    display: inline-block;
    padding: 11px 13px;
    width: 33%;
    border-radius: 10px;
    border: none;
    font-size: 0.8em;
    margin-left: 0.2em;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    transition: 0.3s;
	cursor: pointer;
  }

  .cookie-consent-btn-secondary:hover{
    text-decoration: none;
    opacity: 0.9;
  }

  .cookies-prebanner {
    position: fixed;
    bottom: 0;
    z-index: 2147483645;
    height: 50px;
    font-size: 0.9em;
    margin: 10px 10px;
    border: none;
    padding: 12px 18px;
    border-radius: 20px;
    text-decoration: none;
    -webkit-box-shadow: 3px 5px 20px 0px rgb(0 0 0);
    -moz-box-shadow: 3px 5px 20px 0px rgb(0 0 0);
    box-shadow: 3px 5px 20px 0px rgb(0 0 0);
    color:#24273F;
    background-color: #fff;
  }

  .prebanner-left {
    left: 0;
  }

  .prebanner-right {
    right: 0;
  }

  .prebanner:hover {
    text-decoration: none;
  }
  
  .prebanner svg {
      margin-right: 0.25em;
      margin-top: 0.15em;
      vertical-align: text-top;
  }

  .link-btn {
    text-decoration: underline;
    border: none;
    background-color: inherit;
    margin: 0;
    padding: 0;
    color: #505050;
    cursor: pointer;
  }

  .link-btn:hover{
    text-decoration: underline;
  }
  
  #cookies-prebanner, #cookies-banner {
      display: none;
  }
