@charset "UTF-8";
#cookieWrapGdpr{
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background: #111;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 15px;
  font-size: 14px;
  border-top: 2px solid #fff;
}
#cookieWrapGdpr.is-hidden{
  visibility: hidden !important;
}
#cookieWrapGdpr a{
  color: #fff !important;
  font-weight: bold;
}
.cookieWrapGdpr--btn{
  margin-left: auto;
  padding: 0;
}
.cookieWrapGdpr--btn a{
  margin: 10px 0;
  display: inline-block;
}

#cookieWrapGdpr--reject{
  background: #333;
  padding: 8px 24px;
  text-align: center;
  border-bottom: none;
}
#cookieWrapGdpr--reject:hover{
  background: #444;
}
#cookieWrapGdpr--accept{
  background: #2f30ea;
  padding: 8px 24px;
  text-align: center;
  border-bottom: none;
}
#cookieWrapGdpr--accept:hover{
  background:#5152ff;
}

@media screen and (max-width: 767px) {
  #cookieWrapGdpr{
    flex-direction: column;
    line-height: 1.75;
    width: 70%;
    border-top:none;
  }
  .cookieWrapGdpr--btn{
    margin: 0 auto;
  }
}