#redim-cookiehint{

	width: 100%;

	padding: 5px 5%;

	box-sizing: border-box;

	position: fixed;

	background-color: #1e3a5c;

	font-size: 13px;

	z-index: 9999999;

	bottom: 0px;

	

}



#redim-cookiehint .cookiecontent{

	font-size: 13px;

	line-height: 18px;

	color: #fff;

	display: inline-block;	

}





#redim-cookiehint .cookiebuttons{

	display: inline-block;

	float: right;

}

#redim-cookiehint .clr {

	clear: both;

}



#redim-cookiehint .cookiebuttons .btn{

	padding: 5px 10px !important;

	color: #ffffff !important;

	background-color: #808080 !important;
	background-image: none !important;

	font-size: 12px;

	line-height: 14px;
	text-shadow: none !important;

}



#redim-cookiehint .cookiebuttons .btn:hover{ 

	background-color: #111111 !important;

	color: #ffffff !important;

}
#redim-cookiehint .cookiebuttons #cookiehintsubmit{
	background-color: green !important;
}
#redim-cookiehint .cookiebuttons #cookiehintsubmit:hover{ 
	background-color: #111111 !important;
	color: #ffffff !important;
}

#cookiehintinfo {
	padding: 5px 10px !important;
	color: #ffffff !important;
	background-color: #808080 !important;
	background-image: none !important;
	font-size: 12px;
	line-height: 14px;
	text-transform: none;
        display: inline;
}
#cookiehintinfo:hover{ 
	background-color: #111111 !important;
	color: #ffffff !important;
}
#cookiehintinfo a {
	color: #ffffff !important;
}



#redim-cookiehint.hidden{

	display: none;

	visibility: hidden;

}