
body div.cookiewarning {
  display: none;
}
body.cookiewarning div.cookiewarning {
padding: 1em; 
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2000;
  background-color: rgba(0,0,0,.8);
  color: white;
  left:0;
}
.ok-btn{
  cursor: pointer;
  background-color: red;
  width: 50px;
  line-height: 50px;

}
.uk-offcanvas{
  display: block !important;
  z-index: 0;
  background: transparent;
}

.cookie-btn{
  cursor: pointer;
   background-color: #fa0c0ccc;
    border-color: #fff;
    border-radius: 2px;
    border-width: 2px;
    /* font-size: 0.8em; */
    /* font-weight: 900; */
    padding: 10px 15px;
    text-transform: uppercase;
    border: 1px solid white;
  }
  a.ok-btn{
    margin-left: 2em;
    margin-right: 1em;
  }
  .cookie-btn:hover{
    background:#fa0c0ccc;
      border-color: #fff;
    border-radius: 2px;
    border-width: 2px;
    /* font-size: 0.8em; */
    /* font-weight: 900; */
    padding: 10px 15px;
    text-transform: uppercase;
    border: 1px solid white;
  }
  .cookie-btn:focus{
    background: #fa0c0ccc;
  }
    a.cookie-btn{
    color: white !important;
  }
    .cookie-text{
        font-size:17px;
    }