#redim-cookiehint{
	width: 100%;
	padding: 2px 5%;
	box-sizing: border-box;
	position: fixed;
	background-color: rgb(200,200,200);
	background-color: rgba(200,200,200,0.5);
	background-color: rgb(126,172,184);
	background-color: rgb(190,190,190);
	line-height: 30px;
	z-index: 9999999;
	bottom: 0px;
	
}

#redim-cookiehint .cookiecontent{
	line-height: 30px;
	color: rgb(0,0,0);
	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: red;
	background-color: #333;
	border: none;
	height: 20px;
}*/
#redim-cookiehint .cookiebuttons  a{
	color: rgb(0,0,0);
	margin-right: 10px;
	line-height: 30px;
	text-decoration: none;
	border-bottom: 1px solid black;
	transition: 0.8s all;
}

#redim-cookiehint .cookiebuttons  a:hover{
	color: rgb(255,255,255);
	transition: 0.8s all;
}

#redim-cookiehint .cookiebuttons  #cookiehintsubmit{
	border: none;
	background: rgb(84,115,123);
	background-color: rgb(70,70,70);
	color: rgb(255,255,255);
	line-height: 20px;
	padding: 0 10px;
	cursor: pointer;
	font-weight: 600;
	border-radius: 5px;
	transition: 0.8s all;
}

#redim-cookiehint .cookiebuttons  #cookiehintsubmit:hover{
	color: rgb(0,0,0);
	transition: 0.8s all;
}

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