#redim-cookiehint{
	width: 100%;
	padding: 7px 5%;
	box-sizing: border-box;
	position: fixed;
	background-color: #fafafa;
	font-size: 14px;
	z-index: 9999999;
	box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.08);	
}

#cookiehintinfo {
	margin-right: 12px;
}

#redim-cookiehint .cookiecontent{
	font-size: 14px;
	line-height: 18px;
	color: #4f5350;
	display: inline-block;
	line-height: 40px;	
}


#redim-cookiehint .cookiebuttons{
	display: inline-block;
	float: right;
}
#redim-cookiehint .clr {
	clear: both;
}


#redim-cookiehint .cookiebuttons .btn{
	font-size: 12px;
    border: 1px #0cb14b solid;
    padding: 10px 20px;
    border-radius: 30px;
    display: block;
    width: 150px;
    text-align: center;
    float: left;
    margin-right: 15px;
    color: #0cb14b;
    cursor: pointer;
}

#redim-cookiehint .cookiebuttons .btn:hover{ 
	background-color: #0cb14b;
	color: #ffffff;
}

#redim-cookiehint.hidden{
	display: none;
	visibility: hidden;
}