
div.cookies {
  position: fixed;
  bottom: 40px;
  left: 0px;
  z-index: 999;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #21354d;
  box-shadow: 0px 0px 120px 5px #888;
}
div.cookies .container {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  div.cookies .container {
    height: 40px;
  }
}
div.cookies .container div {
  padding-left: 60px;
  padding-right:10px;
}
div.cookies a {
  color: #fff;
  text-decoration:underline;
  border:none;
}
div.cookies a.close-cookie-warning {
  position: absolute;
  left: 15px;
  top: 0;
  display: block;
  background-color: rgb(0,74,151);
  color: #0088CC;
  padding: 9px 5px;
  cursor: pointer;
  font-size: 4rem;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border:none;
  text-decoration: none;
}
div.cookies a.close-cookie-warning:hover {
  background-color: #d7cdc3;
  color:rgb(47,153,205);
  border-bottom:none;
}
@media only screen and (max-width: 767px) {
.mobile-hidden {
  display:none;
  }
}
