#redim-cookiehint-bottom {
	background-color: #fff;
	border-top: 1px solid #ccc;
}

#redim-cookiehint {
	max-width: 1000px;
	margin: auto;
	padding: 10px 25px;
	box-sizing: border-box;
	font-size: inherit;
	line-height: inherit;
}

#redim-cookiehint .reset {
	margin: 0px !important;
	padding: 0px !important;
}

#redim-cookiehint-modal {
	background-color: rgba(0,0,0,0.75);
	padding: 15%;
}

#redim-cookiehint .cookiecontent {
	font-size: 0.8em;
	line-height: 1.25em;
	display: inline-block;
	margin-bottom: 5px;
}

#redim-cookiehint .cookiehead {
	padding: 0px 0px 5px;
	font-size: inherit;
	font-weight: bold;
}

#redim-cookiehint .cookiebuttons {
	display: inline-block;
	float: right;
	text-align: right;
}

#redim-cookiehint .clr {
	clear: both;
}

#cookiehintinfo {
	display: flex;
	justify-content: center;
	align-items: right;
	flex-wrap: wrap;
	margin-top: 10px;
	font-size: 0.8em;
	line-height: 1.25em;
}

#cookiehintinfo > a {
	padding: 0px 5px;
}

#cookiehintinfo > a:last-child {
	padding-right: 0px;
}

#redim-cookiehint .cookiebuttons .btn, #redim-cookiehint .cookiebuttons button{
	padding: 5px 10px !important;
	color: #ffff !important;
	background-color: #900 !important;
	font-size: 0.8em;
	line-height: 1.25em;
	border-radius: 5px;
	cursor: pointer;
}

#redim-cookiehint .cookiebuttons a.btn {
	text-decoration: none !important;
	background-image: none !important;
}

#redim-cookiehint .cookiebuttons .btn:hover {
	background-color: #333 !important;
	color: #fff !important;
}

#redim-cookiehint.hidden{
	display: none;
	visibility: hidden;
}


@media only screen and (max-width: 700px) {
	#redim-cookiehint {
		max-width: 320px;
		padding: 10px 10px;
	}
}
