#ww-cookie-information,
#ww-cookie-information * {
  box-sizing: border-box;
  font-size: 14px;
}
#ww-cookie-information {
  /* Layout */
  padding: 5px 10px;
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 999999;
  /* Size */
  height: auto;
  width: 100%;
  /* Design */
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: top 1s;
  transition: top 1s;
  /* Text */
  color: #FFFFFF;
  font-family: sans-serif;
}
#ww-cookie-information.active {
  /* Layout */
  top: 0;
}
#ww-cookie-information.inactive {
  /* Layout */
  display: none;
}
#ww-cookie-information .ww-wrap {
  /* Layout */
  display: block;
  margin: 0 auto;
  /* Size */
  max-width: 940px;
  width: 100%;
  /* Text */
  text-align: left;
}
#ww-cookie-information .ww-wrap > span,
#ww-cookie-information .ww-wrap button {
  /* Layout */
  display: inline-block;
  vertical-align: middle;
}
#ww-cookie-information .ww-wrap span {
  /* Layout */
  width: 88%;
}
#ww-cookie-information .ww-wrap span a {
  /* Text */
  color: inherit;
  text-decoration: underline;
}
#ww-cookie-information .ww-wrap span .domain {
  display: inline;
  width: auto;
}
#ww-cookie-information .ww-wrap button {
  /* Layout */
  padding: 6px 10px;
  /* Design */
  background-color: #fff;
  border: none;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(30, 30, 30, 0.2);
  cursor: pointer;
  font: inherit;
  font-weight: bold;
  /* Text */
  color: #333;
}
#ww-cookie-information .ww-wrap button:hover {
  /* Text */
  color: #666;
}
#ww-cookie-information .ww-wrap span a:hover {
  /* Text */
  color: #eee;
}
#ww-cookie-information-link {
  /* Layout */
  float: right;
}
#ww-footer-cookie-link a {
  /* Text */
  color: #fff;
}
@media (max-width: 950px) {
  #ww-cookie-information .ww-wrap {
    /* Text */
    text-align: center;
  }
  #ww-cookie-information .ww-wrap button {
    /* Layout */
    display: block;
    margin: 10px auto 0 auto;
  }
}
@media (max-width: 700px) {
  #ww-footer-cookie-link {
    /* Layout */
    display: block;
    padding: 20px 0;
  }
}
