@charset "utf-8";

/* CSS Document */
#footer-cookie,
/*#footer-cookie * {}*/

#footer-cookie {
  display: none;
  z-index: 20;
  position: fixed;
  bottom: -5px;
  left: 0px;
  width: 100%;
  height: 130px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 60px;
  background: #000000;
  color: #FFFFFF;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.7em;
  font-weight: 400;
}

#footer-cookie a {
  color: #EEEEEE;
}

#footer-cookie #description {
  float: center;

}

#footer-cookie #descriptiond {
  float: center;
}

#footer-cookie #accept {
  float: center;
}

#footer-cookie #acceptd {
  float: center;
}

#footer-cookie #accept a {
  border: 1px solid #E5BD6C;
  padding: 5px 10px;
  text-decoration: none;
}

#footer-cookie #acceptd a {
  border: 1px solid #E5BD6C;
  padding: 5px 10px;
  text-decoration: none;
}

.Cookies-bnt {
  height: 30px;
  width: 40%;
  font-size: 18px;
  background: radial-gradient(circle, #00ff26ef, #147322ef);
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-top: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  margin-left: 2px;
}

.Cookies-text {
  font-size: 18px;
}

@media (max-width: 1000px) {
  #footer-cookie {
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: inherit;
    height: auto;
  }

  #footer-cookie #description {
    width: 100%;
  }

  .Cookies-bnt {
    width: 60%;
  }

  #footer-cookie #accept {
    width: 80%;
    margin-top: 15px;
  }

  #footer-cookie #acceptd {
    width: 100%;
    margin-top: 15px;
  }

  #footer-cookie #accept a {
    width: 100%;
    display: block;
    text-align: center;
  }
}