/* cookies */
.cookie-consent { position: fixed;bottom: 0;left: 0;width: 100%;background:rgba(52, 61, 68, 0.95);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;color: #ef273c;}
.cookie-consent .button-agree {text-decoration: none;vertical-align: middle;display: inline-block;margin: 5px 0;text-transform: uppercase;border-radius: 5px; font-family: sans-serif; font-weight: bold ; font-size: 11px ; padding: 8px 17px ;}
.cookie-consent .button-agree::before {content: ' '; display: none;}
.cookies-table {display: none;}
.cookies-table.visible {display: table;}

@media print {
	.cookie-consent{display: none;}
}