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

.cookiealert a {
  color: #ffffff;
  text-decoration: none;
}

.cookiealert {
  opacity: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0!important;
  z-index: 9999;
  opacity: 0;
  border-radius: 0;
  background: #444041;
  transform: translateY(100%);
  transition: .5s ease-out;
  color: #fff;
}

.cookiealert a {
  text-decoration: underline;
}

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

.blaulink a, .cookiealert a {
  background-color: #444041;
}

a {
  color: var(--bs-blue);
}

a {
}

* {
  /*box-sizing: inherit;*/
}

*:before, *:after {
  /*box-sizing: inherit;*/
}

.text-center {
  text-align: left;
}

.nav a:hover {
}

nav a:hover, nav li:hover {
  background-color: #ffffff;
  padding-left: 5px;
  border-radius: 6px;
  color: var(--bs-primary) !important;
}

