.cookieAlert {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 8px 40px;
  border-top: 1px solid #bdbb74;
  text-align: center;
  background-color: #5c7fa7;
}
.cookieAlert__textContent {
  width: 600px;
  color: #fff;
}
.cookieAlert a {
  color: #fff;
  text-decoration: underline;
}
.cookieAlert__hide {
  width: 110px;
  margin-left: 20px;
  padding: 10px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}

/*# sourceMappingURL=../maps/component/cookieAlert.css.map */
