#redim-cookiehint-bottom #redim-cookiehint,
#redim-cookiehint-top #redim-cookiehint{
	max-width: 100%;
}

#redim-cookiehint-top{
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: auto !important;
	left: 0px;
	z-index: 99999;
}

#redim-cookiehint-bottom{
	position: fixed;
	top: auto !important;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 99999;
}

#redim-cookiehint .text-center {
    text-align: center !important;
}

#redim-cookiehint-modal{
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
}

#redim-cookiehint-modal{
	width: 100%;
	height: 100%;
	padding: 20px;
	background-color: rgba(0, 0, 0, 0.75);
	/*position: absolute*/;
}

#redim-cookiehint{
	padding: 20px 20px;
	box-sizing: border-box;
	font-size: 16px;
	-webkit-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);
	background-color: #eeeeee;
	text-align: center;
}

#redim-cookiehint-modal {
	background-color: rgba(0,0,0,0.75);
	padding: 15%;
}

#cookiehintinfo {
	margin-right: 12px;
}

#redim-cookiehint .cookiecontent{
	font-size: 16px;
	line-height: 20px;
	display: block;
}

#redim-cookiehint, #redim-cookiehint a  {
	color: #000000;
}

#redim-cookiehint .cookiehead {
	font-size: 1.45em;
	padding: 4px 2px 12px 2px;
}

#redim-cookiehint .cookiebuttons{
	display: block;
	padding: 8px;
	margin-top: 2px;
}
#redim-cookiehint .clr {
	clear: both;
}

#redim-cookiehint .cookiebuttons .btn{
	padding: 5px 10px !important;
	border-radius: 0px !important;
	color: #ffffff !important;
	background-color: #333 !important;
	font-size: 14px;
	margin-top: 2px;	
	margin-bottom: 2px;
	cursor: pointer;
	line-height: 2.5em;
}

#redim-cookiehint .cookiebuttons .btn{
	text-decoration: none !important;
	background-image: none !important;
}

#redim-cookiehint-modal .cookiebuttons .btn{
	width: 100%;
}

#redim-cookiehint .cookiebuttons .btn:hover{ 
	background-color: #111111 !important;
	color: #ffffff !important;
}

#redim-cookiehint.hidden{
	display: none;
	visibility: hidden;
}