#redim-cookiehint{
	width: 100%;
	padding: 10px 5% 5px;
	box-sizing: border-box;
	position: fixed;
	background-color: #adadad;
	font-size: 14px;
	z-index: 9999999;
	border: 1px solid gray;
	bottom: 0; /*knodi */
}

#cookiehintinfo {
	margin-right: 12px;
}

#redim-cookiehint .cookiecontent{
	font-size: 16px;
	font-family: arial;
	line-height: 18px;
	color: #fff;
	color: #000;
	display: inline-block;
	margin-bottom: .5em;
	text-align: left; /*knodi */
}


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


#redim-cookiehint .cookiebuttons .btn{
	padding: 5px 10px !important;
	color: #ffffff;
	background-color: #333;
	font-size: 12px;
	line-height: 14px;
	margin-top: 2px;	
	margin-bottom: 2px;
	cursor: pointer;
}

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

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