/*  VAN 20230615  BACKGROUND */
#redim-cookiehint{
	padding: 7px 5%;
	box-sizing: border-box;
	background-color: rgba(123,124,126,0.8);
	font-size: .875rem;
	border:2px solid #ffffff;
}

#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;
}

/*  VAN 20230615   ... */
#redim-cookiehint .cookiecontent{
	font-size: .875rem;
	line-height: 18px;
	float:left;
	width:50%;
	margin-right:5%;
}

#redim-cookiehint, #redim-cookiehint a  {
	color: #ffffff;
}

#redim-cookiehint .cookiehead {
	font-size: 1.45em;
	padding: 4px 2px 12px 2px;
}

/*  VAN 20220204   ... */
#redim-cookiehint .cookiebuttons{
	display: inline-block;
	float: left;
	text-align: left;
}
#redim-cookiehint .clr {
	clear: both;
}

#cookiehintinfo {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
/*  VAN 20220204  MARGIN-RIGHT */
#cookiehintinfo > * {
	margin: 2px 10px 2px 5px;
}
#redim-cookiehint .cookiebuttons .btn, #redim-cookiehint .cookiebuttons button {
	padding: 2px 4px !important;
	color: #ffffff !important;
	background-color: #c6c7c8 !important;
	font-size: 14px;
	line-height: 2.5em;
	margin-top: 2px;
	margin-bottom: 2px;
	cursor: pointer;
	text-shadow:none;
	border:1px solid #fff;
}

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

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

#redim-cookiehint.hidden{
	display: none;
	visibility: hidden;
}
/* ------------------------------------------------------------------------*/
/*  MEDIA QUERIES    max-width:979px
------------------------------------------------------------------------*/
@media (max-width:979px){
#redim-cookiehint .cookiecontent{
	width:100%;
	margin-right:0%;
}
}
/* ------------------------------------------------------------------------*/
/*  MEDIA QUERIES     max-width:767px
------------------------------------------------------------------------*/
@media (max-width:767px){
	#redim-cookiehint .cookiecontent {
	width: 100%;
	margin-right: 0;
	float: none;
}
#redim-cookiehint .cookiebuttons {
	text-align: center;
	float: none;
	width: 100%;
}
#cookiehintinfo {
	width: 100%;
}
}