/**
 *
 * bw_cookie.css
 *
 * StyleSheets für Cookie-Hinweis
 *
 * CSS version 3
 *
 * @author     	Chris Wiese  <chris@basisweb.de>
 * @copyright   2017 basisweb (http://basisweb.de)
 *
 * @file       	bw_cookie.css
 * @lastchange 	12.09.2017
 * @encoding   	UTF-8
 *
 */

#bw_cookie {
	
	/* Heller Hintegrund
	background: #eee;
	color: #333333;
	*/

	/* Dunkler Hintergrund */
	background: #111111;
	color: 		#ffffff;

	/*position: 	fixed;*/
	top:		0;
	left:		0;
	z-index: 	9999;
	width: 		100%;
}


#bw_cookie p {
	padding: 	10px;
 	font-size: 	0.9em;
 	text-align: center;
}

#bw_cookie button {
	margin-top: 15px;
 	padding:	3px 15px;
 	border: 	2px solid #ffffff;
 	background: #2b68ad;
 	color: 		#ffffff;
	font-weight:bold;
}

#bw_cookie button:hover {
 	border: 1px solid #cccccc;
 	border: 1px solid #aaaaaa;
}