#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: #000000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#redim-cookiehint .reset {
	margin: 0px !important;
	padding: 0px !important;
}

#cookiehintinfo {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	order: 1;
	margin-right: 12px;
}
#cookiehintinfo > * {
	margin: 2px 6px;
}

#redim-cookiehint-modal {
	background-color: rgba(0,0,0,0.75);
	padding: 15%;
}

#redim-cookiehint .cookiecontent {
	font-size: 16px;
	line-height: 20px;
	display: block;
}

#redim-cookiehint, #redim-cookiehint a {
	color: #ffffff;
}

#redim-cookiehint a {
	color: #b69d74;
	white-space: nowrap;
}

#redim-cookiehint .cookiehead {
	font-size: 1.45em;
	padding: 4px 2px 12px 2px;
}

#redim-cookiehint .cookiebuttons {
	display: flex;
	align-items: center;
	padding: 8px;
	margin-top: 2px;

}

#redim-cookiehint .clr {
	clear: both;
}

#cookiehintsubmit {
	order: 2;
}

#redim-cookiehint .cookiebuttons .btn {
	padding: 5px 10px !important;
	border-radius: 0px !important;
	color: #ffffff !important;
	background-color: #b69d74 !important;
	font-size: 14px;
	line-height: 2.5em;
	margin-top: 2px;
	margin-bottom: 2px;
	cursor: pointer;
}

#redim-cookiehint .cookiebuttons a.btn {
	text-decoration: none !important;
}

#redim-cookiehint .cookiebuttons .btn:hover {
	background-color: #eeeeee !important;
	color: #222222 !important;
}

#redim-cookiehint.hidden {
	display: none;
	visibility: hidden;
}

@media (min-width: 992px) {
	#redim-cookiehint {
		flex-direction: row;
	}
}