#bw-eu-cookies {
position: fixed;
bottom: 30%;
right: 4vh;
z-index: 99999;
background-color: rgba(60,64,77,0.85);
font: normal 12px/1.5em "Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}

#bw-eu-cookies a {
display: inline-block;
color: #fff;
text-decoration: underline;
transition: 0.3s;
width: 250px;
padding: 30px 30px 30px 50px;
text-decoration: none;
font-size: 16px;
color: white;
border-radius: 5px 0 0 5px;
background-color: rgba(60,64,77,0.85);
position: fixed;
text-align: center;
}

#bw-eu-cookies a:hover {
  right: 0vh;
  width: auto;
}