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

#cookiehintinfo {
	margin-right: 12px;	
}

#cookiehintinfo a {
	color: cadetblue;
}

#redim-cookiehint .cookiecontent{
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	display: inline-block;	
}

#redim-cookiehint .cookiecontent p{
    margin: 0 20%;
}

#redim-cookiehint .cookiebuttons{
	display: inline-block;
	/*float: right;*/
	text-align: center;
    padding: 0 20%;
}
#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 !important;
}

#redim-cookiehint .cookiebuttons .art-button:hover,
#redim-cookiehint .cookiebuttons .art-button:visited {
	color: #ffffff !important;
}  

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