/*
	
	banner.css
	erstellt am: 10.05.2019

*/

#cookie-banner {
	
	position: fixed;
	top: auto;
	background: #da7400;
	Opacity: 1;
	height: auto;
	font-family: arial;
	Color: #4e5158;
	z-index: 100;
	left: 0;
	bottom: 0;
	width: 100%;   
}

.content {
	
	background-color: #da7400;
	margin: 0;
	padding: 5px;	
	width: 100%;
}

.close {
	
	padding-right: 40px;
	color: #aaaaaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	
	color: #000;
	text-decoration: none;
	cursor: pointer;
}