#redim-cookiehint-bottom #redim-cookiehint,
#redim-cookiehint-top #redim-cookiehint{
	max-width: 100%;
}

#redim-cookiehint-modal {
	background-color: rgba(0,0,0,0.75);
	padding: 20px;
}

/* --- DEFAULT-STYLE --- */

#redim-cookiehint{
	box-sizing: border-box;
	font-size: 12px;
	line-height: 20px;
	font-weight: 400;
	max-width: 380px;
	background: #fff;
	padding: 15px 30px;
	border-radius: 3px;
}

#redim-cookiehint .cookiehead{
	margin-bottom: 20px;
	display: inline-block;
}

#redim-cookiehint .cookiehead .headline{
	color: #ffffff;
	font-size: 18px;
	line-height: 26px;
	position: relative;
	padding: 3px 0px 3px 50px;
	display: inline-block;
}

#redim-cookiehint .cookiehead .headline::before {
    content: '🍪';
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 35px;
    height: 35px;
    font-size: 28px;
    line-height: 35px;
}

#redim-cookiehint .cookiecontent{
	font-size: 12px;
	line-height: 18px;
	display: inline-block;
	color: #dedede;
}

#redim-cookiehint .cookiecontent{
	padding-bottom: 20px;
}


#redim-cookiehint .clr {
	clear: both;
}

#redim-cookiehint .cookiebuttons .btn{
	font-size: 18px;
	line-height: 24px;
	cursor: pointer;
	display: block;
	margin-bottom: 15px;
	padding: 12px 8px !important;
	text-align: center;
}

#cookiehintinfo a {
    color: grey;
    margin-top: 10px;
    display: inline-block;
}

#redim-cookiehint .cookiebuttons a.btn {
    text-decoration: none !important;
    background-image: none !important;
    font-size: 12px;
    margin-right: 0px;
    margin-top: 10px;
}

#redim-cookiehint.hidden{
	display: none;
	visibility: hidden;
}

#cookiehintsubmit,
#cookiehintsubmitno{
	transition: background 0.3s ease;
	border-radius: 4px !important;
}

/* --- BOTTOM-STYLE --- */

#redim-cookiehint-bottom {
    text-align: center;
    position: fixed;
    z-index: 99999;
    left: auto !important;
    right: 20px !important;
    bottom: 20px !important;
    top: auto !important;
}

#redim-cookiehint-bottom #redim-cookiehint{
	margin: 0 auto;
	text-align: left;
	max-width: 300px;
	background: rgba(39,39,40,0.9);
	border-radius: 25px;
}

#redim-cookiehint-bottom #cookiehintinfo {
	float: left;
}

#redim-cookiehint-bottom .cookiehead{
	margin-bottom: 10px;
}

#redim-cookiehint-bottom .cookiecontent {
	padding-bottom: 5px;
}

#redim-cookiehint-bottom .cookiebuttons{
	text-align: right;
}

#redim-cookiehint-bottom .cookiebuttons .btn{
	display: inline-block;
	padding: 8px 14px !important;
	margin: 0px 10px 0px 0px;
}

/* Custom colors matching site theme */
#redim-cookiehint .cookiehead .headline {
    color: #ffffff;
}

#redim-cookiehint .cookiecontent {
    color: #dedede;
}

#redim-cookiehint .cookiebuttons a.btn {
    background: #a98f76;
    color: white;
}

#redim-cookiehint .cookiebuttons a.btn:hover {
    background: #8d7760;
}

#cookiehintinfo a {
    color: #ccc;
}

#cookiehintinfo a:hover {
    color: #fff;
}
