/* cookies */
.cookie-consent { position: fixed;bottom: 0;left: 0;width: 100%;background: rgba(100, 100, 100, 0.9);z-index: 1001;color: #FFF;font-size: 110%; padding: 0.1% 10%;text-align: center;}
.cookie-consent .cookie-consent-text { display: inline-block; margin-right: 10px; font-size: 13px; }
.cookie-consent .cookie-consent-text .link-more { text-decoration: underline;}
.cookie-consent .button-agree {text-decoration: none;vertical-align: middle;display: inline-block;margin: 5px 0;padding: 5px 12px;font-size: 12px;font-weight: normal;text-transform: uppercase;}
.cookie-consent .button-agree::before {content: ' '; display: none;}

@media print {
	.cookie-consent{display: none;}
}
@media(max-width: 980px) {
	.cookie-consent { padding: 5px 10px 5px 68px; }
}
