#cookie-notice {
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%;
  margin: 0;
  padding:  1.5em 0;
  background-color:rgb(0, 60, 99,0.82);
  color: #fff;
  text-align: center;
}

#cookie-notice a,
#cookie-notice p {
  color: #fff;
}

#cookie-notice a:hover, #cookie-notice a:focus, #cookie-notice a {
  text-decoration: underline;
}

#cookie-notice button {
  text-transform: none;
}

.cookie-notice-hidden {
  display: none;
}

#cookie-notice-confirmation {
  color: #fff;
  border-color: #fff;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  padding: .46rem 15px;
  &:hover {
      color: rgb(0, 60, 99);

  }   
}