* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: none;
}

#cookie {
  font-family: 'Poppins',Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 1.5;
  display: none;
  padding: 15px 30px 19px;
  background: #333;
  position: fixed;
  z-index: 999999;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  text-align: justify;
  color: #fff;
  font-weight: 400;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

#cookie a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  border-bottom: 1px solid #fff;
  -webkit-transition-duration: .4s;
  -ms-transition-duration: .4s;
  transition-duration: .4s;
}

#cookie a:hover {
  opacity: 0.7;
}

#cookie .cookieTitle {
  font-size: 1.2rem;
  font-weight: 700;
}

#cookie .cookieDesc {
  padding-top: 0;
  padding-bottom: .5rem;
}

#cookie .button {
  display: block;
  border: 1px solid #ffcc00;
  border-radius: 20px;
  width: 100%;
  max-width: 300px;
  margin: 15px auto 0;
  padding: 10px 0;
  font-size: 17px;
  font-weight: 400;
  background-color: #ffcc00;
  opacity: 1;
  color: #000;
}

#cookie .button:hover {
  cursor: pointer;
  opacity: 0.8;
  color: #333 !important;
}

#cookie a.button {
  text-decoration: none;
}

#cookie .deadlink {
color: red;
font-style: italic;
}

#cookie .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

#cookie .cookie-banner:focus {
  outline: 3px solid #005fcc;
}



@media only screen and (min-width: 48rem) {
  #cookie {
    text-align: center;
  }
}
