#cookie_info {
	position: fixed;
	z-index: 10000;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: rgb(218, 231, 248);
	color: #333;
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	padding: 25px 30px 25px 0px;
}

#cookie_info div.close {
	position: absolute;
	right: 7px;
	top: 9px;
	cursor: pointer;
}
#cookie_info div.close i {
	padding: 0px 3px;
}


#cookie_info div.main {
	display: inline-block;
	position: relative;
	width: 960px;
	max-width: 95%;
	margin-left: 30px;
	text-align: left;
}

#cookie_info h3 {
	color: inherit;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}

#cookie_info a {
	color: inherit;
	text-decoration: underline;
}

#cookie_info p {
	margin-bottom: 0px;
	hyphens: none;	
	-webkit-hyphens: none;	
}

#cookie_info #blickreif_cookie_ok {
	float: right;
	margin-left: 2.5em;
	margin-bottom: 1px;
	font-weight: bold;
	padding: 5px 25px;
	background: #003e80;
	color: white;
	text-decoration: none;
}
