/* footer */
#footer{margin-bottom:15px}

/* cookie consent */
#cookie-consent{position:fixed;font-size:13px;bottom:0;top:auto;z-index:10000000;width:100%;background-color: #444;padding: 10px}
#cookie-consent *{color: #fefefe;line-height: 1em;margin:0}
#cookie-consent a{font-weight: bold; text-decoration: underline;}
#cookie-consent-content{width:100%;position:relative;}
#cookie-consent-close{position: absolute;right: 20px;top: 0;cursor: pointer;}

@media (max-width:992px){
  #cookie-consent p{padding: 1px 24px;font-size: 10px}
  #cookie-consent-close{right: 5px}
}

@media (max-width:767px){
  #cookie-consent p{padding: 0 17px;font-size:12px;line-height: 1.2em}
  #cookie-consent-close{right: 3px}
}

@media (max-width:375px){
  #cookie-consent p{padding: 0 12px;}
  #cookie-consent-close{font-size:14px}
}
