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

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

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

#redim-cookiehint{
	box-sizing: border-box;
	font-size: 1em;
	line-height: 1.1 em;
	font-weight: 400;
	max-width: 380px;
	background: rgba(153,0,0,0.6);
	padding: 15px 30px;
	/* border-radius: 3px; */
}

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

/* #redim-cookiehint .cookiehead .headline{
	color: rgba(0,0,0,1);
	font-size: 20px;
	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: 0;
	height: 0;
	background-image: url(../img/little_cookie.png);
	background-repeat: no-repeat;
	background-position: left center;
} */

#redim-cookiehint .cookiecontent{
	font-size: 1em;
	line-height: 1.15em;
	font-weight: normal !important;
	display: inline-block;
	color: #fff;
}

#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;
}
#redim-cookiehint .cookiebuttons a.btn, #redim-cookiehint .cookiebuttons a.btn:hover {
	text-decoration: none !important;
	background-image: none !important;
	color: #fff !important;
}
#redim-cookiehint .cookiebuttons a {
	text-decoration: underline !important;
	color:rgba(140,140,140,1) !important;
}
#redim-cookiehint .cookiebuttons a:hover {
	text-decoration: none !important;
	color:rgba(140,140,140,.7) !important;
}
#redim-cookiehint.hidden{
	display: none;
	visibility: hidden;
}
#cookiehintsubmit,
#cookiehintsubmitno{
	transition: background 0.2s ease;
	/* border-radius: 4px !important;*/
}
#cookiehintsubmit			{ background: rgba(140,140,140,1) !important; color: #fff !important}
#cookiehintsubmit:hover		{ background: rgba(140,140,140,.7) !important; color: #fff !important}
#cookiehintsubmitno			{ background: rgba(140,140,140,1) !important; color: #fff !important;}
#cookiehintsubmitno:hover	{ background: rgba(140,140,140,.7) !important; color: #fff !important;}
/*
#redim-cookiehint .cookiebuttons p:last-child{
	padding-top: 10px;
	padding-bottom: 10px;
}
*/

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

#redim-cookiehint-bottom{
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
	text-align: center;
	background-color: rgba(153,0,0,1);
}

#redim-cookiehint-bottom #redim-cookiehint{
	margin: 0 auto;
	text-align: justify;
	max-width: 980px;
}

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

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


@media(max-width: 576px){
	
	#redim-cookiehint{
		padding: 7px 15px;
	}
	
	#redim-cookiehint .cookiehead .headline{
		padding-left: 0px;
		font-size: 16px;
		line-height: 24px;
	}
	
	#redim-cookiehint .cookiehead .headline::before{
		display: none;
	}
	
	#redim-cookiehint .cookiebuttons{
		text-align: center;
	}
	
	#redim-cookiehint .cookiebuttons .btn{
		width: 60%;
		margin: 0 auto 8px;
		font-size: 14px;
		line-height: 20px;
		padding: 8px !important;
	}

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

}