#redim-cookiehint{
	width: 900px;
	padding: 25px;
	box-sizing: border-box;
	position: fixed;
	background-color: #D46E00;
	font-size: 14px;
	z-index: 9999999;
	bottom: 0px;
	margin-left: 50%;
	left: -450px;
	bottom: 15px;
	font-size: 1.3em;
}

#redim-cookiehint-modal {
	background-color: rgba(0,0,0,0.75);
	padding: 15%;
}


#redim-cookiehint .cookiecontent{
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	display: inline-block;
	width: 95%;
}


#redim-cookiehint .cookiebuttons{
	display: inline-block;
	float: right;
}
#redim-cookiehint .clr {
	clear: both;
}

#redim-cookiehint .cookiebuttons .btn{
	padding: 10px 15px !important;
	color: #ffffff;
	background-color: #333;
	font-size: 18px;
	line-height: 14px;
}

#redim-cookiehint .cookiebuttons .btn:hover{
	background-color: #111111;
	color: #ffffff;
}

#redim-cookiehint.hidden{
	display: none;
	visibility: hidden;
}

#redim-cookiehint p{
	font-size: 1.3rem;
	line-height: 1.5rem;
}
/* MOBILE */
@media (max-width: 900px ){
	#redim-cookiehint{
		width: 90%;
		margin: 0 5%;
		left: 0;
	}
}