#myCookieConsent {
    z-index: 999;
    min-height: 20px;
    padding: 10px 20px;
    background: rgba(0,0,0,0.6);
    overflow: hidden;
    position: fixed;
    bottom: 0px;
    right: 0px;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
}
#myCookieConsent .cookie-headline {
  font-size: 24px;
  font-weight: bold;
}
#myCookieConsent a {
  font-size: 12px;
  font-weight: normal;
}

#cookieConsentInner {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}
/* #myCookieConsent a {
    color: #ffba55;
    display: inline-block;
    padding: 0 10px;
} */
#myCookieConsent span:hover {
	/* color: #fda016; */
}
#myCookieConsent span#cookieButton {
    display: inline-block;
    color: white;
    font-size: 16px;
    background: #5db3f9;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 20px;
    margin: 10px auto 20px;
    border-radius: 20px;
    font-weight: bold;
}
#myCookieConsent span#cookieButton:hover {
    background: #5db3f9;
}
@media only screen and (max-width: 576px) {
  #myCookieConsent {
    font-size: 11px!important;
  }
}
