#cookie-bar {
	background:#333; 
	height: auto;  
	color: #FFF; 
	text-align: center; 
	padding: 10px;
	line-height:120%;
	border-top: #fff 3px solid;
	z-index:500;
}
#cookie-bar.fixed {
	position:fixed; 
	bottom:0; 
	left:0; 
	width:100%;
	z-index: 99999;
}
#cookie-bar.fixed.bottom {
	top:0; 
	top:auto;
}
#cookie-bar p {
	margin:0; 
	padding:0; 
	text-align: center;
}
#cookie-bar a {
	color:#FFF;   
	text-decoration:none; 
	padding:15px 0px 10px 0px;
	margin: 5px;
    line-height: 300%;
}
#cookie-bar .cb-enable, #cookie-bar .cb-policy, #cookie-bar .cb-disable {
	background:rgba(255,255,255,0.2);
	border-radius:10px;
	padding:3px 10px;
}
#cookie-bar .cb-enable:hover, #cookie-bar .cb-policy:hover, #cookie-bar .cb-disable:hover {
	background:rgba(255,255,255,0.3);
}
#cookie-bar .cb-disable {
	display:none;
}

/* Neue Webseite Refresh Button*/
.containerNewWebsite {
    background: green;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}
.linkNewWebsite {
}
