#cookie-bar {
	background:				#F2F2F2; 
	font-size: 				12px; 
	height:					auto; 
	line-height:			24px; 
	color:					#777; 
	text-align:				center; 
	padding:				3px 0 4px 0;
}
#cookie-bar.fixed {
	position:				fixed; 
	top:					0; 
	left:					0; 
	width:					100%;
}
#cookie-bar.fixed.bottom {
	bottom:					0; 
	top:					auto;
}
#cookie-bar p {
	margin:					0; 
	padding:				0;
}
#cookie-bar a { 
	color:					#777; 
	display:				inline-block; 
}
#cookie-bar .cb-enable {
	background: 			#355473; 
	line-height:			24px; 
	background: 			#999; 
	color: 					#FFF; 
	border-radius: 			3px; 
	text-decoration:		none; 
	padding:				0 10px 2px 10px; 
	margin-left:			8px;
}
#cookie-bar .cb-enable:hover {
	background:				#69B600;
}
#cookie-bar .cb-disable {
	background:				#990000;
}
#cookie-bar .cb-disable:hover {
	background:				#bb0000;
}
#cookie-bar .cb-policy {
	background:				#0033bb;
}
#cookie-bar .cb-policy:hover {
	background:#0055dd;
}


@media (max-width: 1199px) 
{
	#cookie-bar .weusecookies {
	}
	
	#cookie-bar .privacy {
		display: none;
	}
	
	#cookie-bar .acceptance {
		
	}
}


@media (max-width: 991px) 
{
	#cookie-bar .weusecookies {
		display: none;
	}
	
	#cookie-bar .privacy {
		display: none;
	}
	
	#cookie-bar .acceptance {
		
	}
}

@media (max-width: 479px) 
{
	#cookie-bar {
		line-height: 	17px;
		padding:		7px 10px 10px 10px;
		text-align: 	center;
	}
	
	#cookie-bar .cb-enable {
		display: 		none;
		/*
		margin:			4px 10px;
		padding:		0 10px 4px 10px;
		
		text-decoration: underline;
		background:		none;
		color:			#777;
		*/
		
	}
}