#redim-cookiehint {
  padding: 0 17px 9px;
  position: fixed;
  top: auto !important;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 9999999;
  background-color: #4b4b4b;
}

.cookiecontent {
  margin: 16px 18px 0 0;
  display: inline-block;
}

.cookiecontent,
.cookiecontent p {
  color: #fff;
  font-family: TeleGroteskNext-Regular, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

#cookiehintinfo:visited {
  color: #31c3f7;
}

#cookiehintinfo:visited:hover {
  color: #00a8eb;
}

a#cookiehintsubmit {
  padding: 8px 16px 8px;
  display: inline-block;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  background-color: #e20074;
}

a#cookiehintsubmit:focus,
a#cookiehintsubmit:hover {
  text-decoration: none;
  outline: none;
  background-color: #d1006c;
}

a#cookiehintsubmit:active {
  background-color: #bd0061;
}

@media screen and (max-width: 1307px) {
  .cookiecontent {
    margin-bottom: 9px;
  }

  a#cookiehintsubmit {
    margin: 0 0 6px;
  }
}

@media screen and (max-width: 919px) {
  .cookiecontent {
    text-align: center;
  }

  a#cookiehintsubmit {
    margin: 8px auto 8px;
    display: block;
    width: 50px;
  }
}
