#redim-cookiehint{
	padding: 7px 5%;
	box-sizing: border-box;
	background-color: #ffd698;
	border: 2px #fff solid;
}

#redim-cookiehint .reset {
	margin: 0px !important;
	padding: 0px !important;
}

#redim-cookiehint-modal {
	background-color: rgba(0,0,0,0.75);
	padding: 15%;
}

#cookiehintinfo {
	margin-right: 12px;
}

#redim-cookiehint .cookiecontent{
	font-size: 0.9em;
	line-height: 1.1em;
	display: inline-block;
}

#redim-cookiehint, #redim-cookiehint a  {
	color: #000;
	font-weight: normal;
	text-align: center;
}
#redim-cookiehint a  {
	color: #666;
	font-size: 0.8em;
}

#redim-cookiehint .cookiehead {
	font-size: 1.45em;
	padding: 4px 2px 12px 2px;
	display: none !important;
}

#redim-cookiehint .cookiebuttons {
	margin: 1em 0 0 0;
	display: inline-block;
	float: none;
	text-align: center;
}
#redim-cookiehint .clr {
	clear: both;
}

#cookiehintinfo {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#cookiehintinfo > * {
	margin: 2px 0px 2px 12px;
}

#redim-cookiehint .cookiebuttons .btn, #redim-cookiehint .cookiebuttons button{
	padding: 5px 10px !important;
	color: #fff !important;
	background-color: #359901 !important;
	font-size: 12px;
	line-height: 2.5em;
	margin-top: 2px;
	margin-bottom: 2px;
	cursor: pointer;
}

#redim-cookiehint .cookiebuttons a.btn {
	text-decoration: none !important;
	background-image: none !important;
}

#redim-cookiehint .cookiebuttons .btn:hover{
	background-color: #309 !important;
	color: #ffffff !important;
}

#redim-cookiehint.hidden{
	display: none;
	visibility: hidden;
}