#redim-cookiehint{
	width: 100%;
	padding: .8em 1em .8em 1em;
	box-sizing: border-box;
	background-color: #adadad;
    font-family: arial;
	font-size: 14px;
}

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

#cookiehintinfo {
	margin-right: 12px;
}

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

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

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

#redim-cookiehint .cookiebuttons {
	display: inline-block;
	width: 22em;
    margin: .5em;
}

@media (min-width: 800px) {
 #redim-cookiehint .cookiecontent{
  width: calc(100% - 23em);
 }
 #redim-cookiehint .cookiebuttons {
  float: right;
 }
}
@media (max-width: 799px) {
 #redim-cookiehint .cookiecontent{
  width: calc(100% - 2em);
 }
 #redim-cookiehint .cookiebuttons {
  float: none;
  margin-left: 0em;
 }
}

#redim-cookiehint .clr {
	clear: both;
}

#redim-cookiehint .cookiebuttons .btn{
    float: right !important;
	padding: 5px 10px !important;
	color: #ffffff !important;
	background-color: #333 !important;
    font-family: arial;
	font-size: 12px;
	line-height: 2.5em;
	margin-top: 4px;
	margin-bottom: 2px !important;
	cursor: pointer;
}

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

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

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