/* cookies */
.cookie-consent { position: fixed;bottom: 0;left: 0;width: 100%;background: rgba(100, 100, 100, 0.7);z-index: 1001;color: #FFF;font-size: 110%; padding: 5px 1%;text-align: center;}
.cookie-consent .cookie-consent-text { display: inline-block; margin-right: 10px; font-size: 12px; }
.cookie-consent .cookie-consent-text .link-more { text-decoration: underline; color: #FF9B3E; }
.cookie-consent .button-agree {text-decoration: none;vertical-align: middle;display: inline-block;margin: 3px 0;padding: 6px 45px 6px 10px;font-size: 11px;font-weight: normal;text-transform: uppercase;}
.cookie-consent .button-agree:after {top: 10px;}
.cookie-consent .button-agree::before {content: ' '; display: none;}
.cookies-table {display: none;}
.cookies-table.visible {display: table;}

@media print {
	.cookie-consent{display: none;}
}