
/* COOKIE */

.cookieAcceptBar {
  display:none;
  position: fixed;
  bottom:  0;
  left:0;
  right: 0;
  text-align: center;
  background-color: #00582f;
  color: #fff;
  padding: 10px 0;
   padding-bottom:  0px;
  z-index: 99999;
}

.cookieAcceptBar a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

button.btn-success {
  cursor: pointer;
  border: none;
  background-color: white !important;
  color: #00582f;
  line-height: 28px;
  padding: 0 10px;
  font-size:  16px;
}

.cookie-text {
	margin-bottom:  0px;
}