#cookie-notice {
	position: fixed;
	bottom: 0;
	z-index: 999;
	width: 100%;
	margin: 0;
	padding: 1em 0;
	background-color: #000000cf;
	color: #fff;
	text-align: center;
	font-size:85%;
	border-radius:unset;
}

#cookie-notice button {
	text-transform: none;
}

#cookie-notice a{
	color:#ffffff !important;
}

.cookie-notice-hidden {
	display: none;
}