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


#cookiehintsubmit{
    color: #ffffff;
    background-color: #333;
	padding: 5px 10px !important;
	float:right;
}
#cookiehintinfo {
	margin-right: 12px;
	color: #fff;
	text-decoration: underline;
	float:left;
	padding: 0px
}
#cookiehintsubmit:hover{ 
	background-color: #111;
	color: #ffffff;
}
#cookiehintinfo:hover{ 
	color: #111;
}
@media(min-width: 710px) { .cookiebuttons{width:28%!important;vertical-align: top;} .cookiecontent{width:70%;}}
@media(min-width: 880px) { #cookiehintinfo,#cookiehintsubmit { float:none; }}
@media(max-width: 880px) {#cookiehintsubmit,#cookiehintinfo{width:100%;text-align: center;} }
@media(max-width: 700px) {#redim-cookiehint{display: none;} }
#redim-cookiehint .cookiecontent{
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	padding-right: 10px;
	display: inline-block;
}


#redim-cookiehint .cookiebuttons{
	display: inline-block;
	width:100%
}
#redim-cookiehint .clr {
	clear: both;
}


#redim-cookiehint .cookiebuttons .btn{
	font-size: 12px;
	line-height: 14px;
	margin-top: 2px;	
	margin-bottom: 2px;
	cursor: pointer;
}

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