#redim-cookiehint{
	padding: 20px 5% 10px 5%;
	box-sizing: border-box;
	font-size: 14px;
	-webkit-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);
	background-color: rgba(31, 67, 151, 0.95);
	border-radius: 50px 50px 0 0;
}

#redim-cookiehint-modal {
	background-color: rgba(0,0,0,0.75);
	padding: 15%;
}

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

#redim-cookiehint, #redim-cookiehint a  {
	color: #fff;
}

#redim-cookiehint .cookiehead {
	font-size: 1.45em;
	padding: 4px 2px 12px 2px;
}

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

#redim-cookiehint .cookiebuttons .btn{
	padding: 5px 10px !important;
	border-radius: 3px !important;
	color: #111 !important;
	background-color: #eee!important;
	font-size: 12px;
	margin-top: 1px;	
	margin-bottom: 1px;
	cursor: pointer;
	line-height: 1.5em;
}

#redim-cookiehint .cookiebuttons a.btn {
	text-decoration: none !important;
}


#redim-cookiehint .cookiebuttons .btn:hover{ 
	background-color: #111 !important;
	color: #999 !important;
}

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



---old----------------------------------------------------------

#redim-cookiehint{
	width: 100%;
	padding: 20px 5% 10px 5%;
	box-sizing: border-box;
	position: fixed;
	background-color: rgba(23, 24, 255, 0.9);
	border-radius: 50px 50px 0 0;
	font-size: 14px;
	z-index: 9999999;	
}

#cookiehintinfo {
	margin-right: 12px;
}

#redim-cookiehint .cookiecontent{
	font-size: 14px;
	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: #000;
	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;
}
