#redim-cookiehint{
	padding: 7px 5%;
	box-sizing: border-box;
	/*background-color: #adadad;*/
	background-color: #333;
	font-size: 14px;
	opacity: 0.9;
}

#redim-cookiehint-modal {
	background-color: rgba(0,0,0,0.75);
	padding: 15%;
}

#cookiehintinfo {
	margin-right: 12px;
}

#redim-cookiehint .cookiecontent{
	font-size: 1rem;
	line-height: 18px;
	display: inline-block;
	padding-top: 15px;
}

.cookiecontent a {
	color: #5fbfed !important;
	text-decoration: underline !important;
}

#redim-cookiehint, #redim-cookiehint a  {
	color: #ffffff;
}

#redim-cookiehint .cookiehead {
	font-size: 1.45em;
	padding: 4px 2px 12px 2px;
}

#redim-cookiehint .cookiebuttons{
	display: inline-block;
	float: right;
}
#redim-cookiehint .clr {
	clear: both;
}


#redim-cookiehint .cookiebuttons .btn{
	padding: 5px 10px !important;
	color: #ffffff !important;
	background-color: #800000 !important;
	/* background-color: #dc3545 !important; */ 
	font-size: 12px;
	line-height: 2.5em;
	margin-top: 2px;
	margin-bottom: 2px;
	cursor: pointer;
	opacity: inherit !important;
}

#redim-cookiehint .cookiebuttons a.btn {
	text-decoration: none !important;
	background-image: none !important;
}

#redim-cookiehint .cookiebuttons .btn:hover{
	background-color: #111111 !important;
	color: #ffffff !important;
}

#redim-cookiehint.hidden{
	display: none;
	visibility: hidden;
}

@media (max-width: 1360px) {
  #redim-cookiehint-bottom {
        margin-bottom: 48px;
  }
}
