/*** COOKIEBANNER **/
.cookiebanner {
  font-family: inherit, sans-serif!important;
  margin: 10px;
  padding:10px;
  height:auto!important;
  font-size:14px!important;
  color:#838383;
  height:100%;
  padding: 5% 0% 10% 0%;
  background: -moz-linear-gradient(-45deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%)!important; /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(255,255,255,0.8) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%)!important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,1) 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 )!important; /* IE6-9 fallback on horizontal gradient */
  transition:all 0.5s ease;
  opacity:0.98!important;
  border:solid 1px rgba(74, 181, 193, 0.3)!important;
  top:auto!important;
  right:0!important;
  left:auto!important;
  bottom:0;
}
.new-btn-tunnel:hover{background:#bbd2f9!important}
.cookiebanner:hover {
  opacity:1!important;
  background: rgb(255,255,255)!important; /* Old browsers */
  background: -moz-linear-gradient(-45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%)!important; /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%)!important; /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 )!important; /* IE6-9 fallback on horizontal gradient */
}
.cookiebanner span {
  display:inline-block;
  margin:10px 10px 70px;
  line-height:1em;
  color:rgb(1, 89, 150);
  text-align:left;
}
.cookiebanner span a {
  display:inline-block;
  float:none;
  margin: 10px 0px 0px 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight:700;
  width:100%;
  color: rgb(255, 190, 0) !important;
}
.cookiebanner span a:hover {
  color: rgb(255, 190, 0) !important;
  text-decoration: underline;
}
.cookiebanner span a::after {
  content: ">";
  margin-left:5px;
}
.cookiebanner img.emoji {
  opacity:0.75;
}
.cookiebanner-close {
  position:absolute;
  bottom: 10px;
  transform: translateX(-50%);
  left: 50%;
  background-color: #fff;
  padding: 5px 10px !important;
  text-align: center;
  width: calc(100% - 40px);
  text-transform: uppercase;
  font-weight:700;
  transition: 0.2s ease-in all;
  font-family:display;
  color:#fff;
  background-color:rgb(1, 89, 150);
}
.cookiebanner-close:hover {
  background-color:rgb(255, 190, 0);
  color:#fff!important;
}
@media (min-width: 992px) {
  .cookiebanner {
    font-size:16px!important;
    width:30%;
  }
}
@media (min-width: 1200px) {
  .cookiebanner {
    width:25%;
  }
}
@media (min-width: 1500px) {
  .cookiebanner {
    width:20%;
  }
}
