.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background: #212327;
}

.cookiealert a {
  text-decoration: underline;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

a:hover {
  /*background: var(--bs-primary);*/
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: var(--bs-white);
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: var(--bs-primary)!important;
  border-color: var(--bs-primary) !important;
  color: #fff;
}

a {
}

