#cookie-hinweis {
	color: rgba(109,78,39,1);
	background-color: rgba(247,208,128,1);
	position: fixed;
	bottom: 50px;
	width: 80%;
	z-index: 999999;
	border-radius: 6px;
	font-size: 90%;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
	text-align: center;
	display: block;
	left: 25px;
}


#cookie-hinweis a {
	color: rgba(109,78,39,1);
	text-decoration: underline;
}

#cookie-hinweis a:hover {
	color: rgba(169,0,0,0.7);
}

}

.Ende-Handy__________________ { }


@media screen and (min-width:481px) {
	
#cookie-hinweis {
	display: block;
	position: fixed;
	bottom: 45px;
	width: 80%;
	z-index: 999999;
	font-size: 100%;
	left: 8%;
}

.Ende-Tablett__________________ { }
}

@media screen and (min-width:769px) {

#cookie-hinweis {
	bottom: 75px;
	font-size: 100%;
	left: 20%;
	width: 60%;
}
