#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{
	
	color: #ffffff !important;
	background-color: #d15284 !important;
	cursor: pointer;
   	padding: 6px 12px !important;
    	margin-bottom: 0;
	font-size: 14px;
    	font-weight: 400;
   	line-height: 1.42857143;
    	text-align: center;
    	white-space: nowrap;
    	vertical-align: middle;
    	-ms-touch-action: manipulation;
    	touch-action: manipulation;
    	cursor: pointer;
    	-webkit-user-select: none;
    	-moz-user-select: none;
    	-ms-user-select: none;
    	user-select: none;
    	background-image: none;
    	border: 1px solid transparent;
    	border-radius: 4px;
	width: 102px;
}
#redim-cookiehint .cookiebuttons .btnno{
	
	color: #d15284 !important;
	background-color: #ffffff !important;
 	border: 1px solid #d15284 ;
}


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

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

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