#redim-cookiehint{
	width: 100%;
	padding: 30px 5%;
	box-sizing: border-box;
	position: fixed;
	background-color: #3087da;
	font-size: 14px;
	z-index: 9999999;	
}

#cookiehintinfo {
	margin-right: 12px;
}

#redim-cookiehint .cookiecontent{
	font-size: 12px;
font-family:Arial, Helvetica, Sans-Serif;
	line-height: 18px;
	color: #fff;
	display: inline-block;
text-transform :uppercase;
letter-spacing:1px;
margin-bottom: 20px;	
}


#redim-cookiehint .cookiebuttons{
	display: inline-block;
	float: right;
}
#redim-cookiehint .clr {
	clear: both;
}


#redim-cookiehint .cookiebuttons .btn{
	padding: 7px 15px 7px 15px !important;
	color: #ffffff!important;
font-family:Arial, Helvetica, Sans-Serif;
	background-color: #dc8520;
	font-size: 11px;
text-transform :uppercase;
	line-height: 14px;
	margin-top: 2px;	
	margin-bottom: 2px;
	cursor: pointer;
letter-spacing:1px;
}

#redim-cookiehint .cookiebuttons .btn:hover{ 
	background-color: #f0a44c;
	color: #ffffff;
}

#redim-cookiehint.hidden{
	display: none;
	visibility: hidden;
}