.hinweis p, .hinweis button, .hinweis a {
	font-size:14px; 
	line-height:18px;
}

.hinweis {
	background: #666; 
	background: rgba(102,102,102,0.90);
	color: #fff;
	position:fixed;
	bottom:0px; 
	width:100%; 
	font-size:14px; 
	line-height:18px;
	margin: 0px;
	padding: 10px;
}
.cookieinner {
	margin: 10px auto;
	max-width: 650px;
	padding-left: 10px;
	padding-right: 10px;
	
}
.hinweis .cookiebutton {
	color: #fff;
	background-color: transparent;
	padding: 10px;
	border: 2px solid #fff;
	font-weight: bold;
	margin-right: 10px;
	float: right;
}
.hinweis .cookiebutton:hover {
	color: #666;
	background-color: #fff;
	text-decoration: none;
	border: 2px solid #ddd;
}
.hinweis a.textlink {
	color: #ddd;
	text-decoration: underline;
}
.hinweis .textlink:hover {
	color: #f90;
	text-decoration: underline;
}
#cookiehinweis {
	display: none;
	z-index:10000; 
}
#nojscookiehinweis {
	z-index:9999; 
}
