#cookie-law {
  background: #fff;
  margin: 0 auto 0;
  position: relative;
  font-family: Sans, sans-serif;
  font-size: 13px;
  }

#cookie-law p {
  color: #535353;
  margin: 0 40px;
  padding: 10px;
  text-align: center;
  }

#cookie-law p a {
  color: #85523c;
  text-decoration: none;
  }

#cookie-law p a:hover {
  color: #ec5f0a;
  }
#cookie-law .close-cookie-banner {
  margin-top: -9px;
  position: absolute;
  right: 20px;
  top: 20px;
  font-weight: bold;
  }