/* Cookiebar */
.cookiebar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	margin: 0 center;
	z-index: 1000;
	background: #000000;
	padding: 7px;
	font-size: 1em;
	/*border-top: 1px #fff solid;*/
	color: #fff;
	opacity: 0.8;
}

#cookiebar a,
.cookie_accept {
	display: inline-block;
	padding: 8px;
}

.cookiebar a,
.cookiebar a:hover {
	color: #fff;
	text-decoration: underline;
}

.cookie_accept {
	background: #00A7D1;
	color: #FFFFFF;
	font-weight: 800;
	text-transform: uppercase;
	cursor: pointer;
	margin-left: 15px;
	border-radius: 3px;
}
/* FIN Cookiebar */