.cookies-eu-banner {
  color: black;
  padding: 6px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  bottom: 56px;;
  width: 100%;
  z-index: 10;
  box-shadow: 0px -7px 15px lightgray;
}



.cookies-eu-banner button:hover {
  background: #fff;
  color: #222;
}

.hidden {
  display: none;
}