#cookie-alert {
	width: 100%;
	height: auto;
	background: #033f60;
	padding: 15px 360px;
	position: sticky;
	bottom: 0;
	color: #ffffff;
	text-align: center;
	z-index: 9999;
}

#cookie-alert a {
	text-decoration: underline;
	font-weight: bold;
}

#cookie-alert .button {
	text-decoration: none;
	font-weight: normal;
}

@media(max-width: 1366px) {
	#cookie-alert {
		padding: 15px 100px;
	}
}

@media(max-width: 800px) {
	#cookie-alert {
		padding: 15px 50px;
	}
}