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

#redim-cookiehintplus .reset {
	margin: 0px !important;
	padding: 0px !important;
}

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

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

#redim-cookiehintplus{
	box-sizing: border-box;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	/*-webkit-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);
	-moz-box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);
	box-shadow: 0px 0px 5px 4px rgba(0,0,0,0.21);*/
	max-width: 380px;
	background: #fff;
	padding: 15px 30px;
	border-radius: 3px;
}

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

#redim-cookiehintplus .cookiehead .headline{
	font-size: 20px;
	line-height: 26px;
	position: relative;
	padding: 10px 0px 0px 55px;
	display: inline-block;
}

#redim-cookiehintplus .cookiehead .headline::before{
	content: '';
	display: inline-block;
	position: absolute;
	left: 5px;
	top: 0px;
	width: 35px;
	height: 32px;
	background-image: url(../img/simbolo-cookies.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#redim-cookiehintplus .cookiecontent{
	font-size: 1rem;
	line-height: 18px;
	display: inline-block;
	margin-bottom: 1rem;
	display: block;
}

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


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

#redim-cookiehintplus .cookiebuttons .btn,#redim-cookiehintplus .cookiebuttons button {
	font-size: 18px;
	line-height: 24px;
	cursor: pointer;
	display: block;
	margin-bottom: 15px;
	padding: 12px 8px !important;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
}

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

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

#cookiehintplussubmit,
#cookiehintplussubmitno,
#whatcookies{
	transition: background 0.3s ease;
	border-radius: 4px !important;

}

#redim-cookiehintplus button {
	border: none !important;

}

#cookiehintplusinfo {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
#cookiehintplusinfo > * {
	margin: 2px 6px;
}

#cookiehintplussubmit			{ background: #21376d !important; color: #fff !important}
#cookiehintplussubmit:hover		{ background: #10255c !important; color: #fff !important}
#cookiehintplussubmitno			{ background: #f7f7f7 !important; color: #707070 !important;}
#cookiehintplussubmitno:hover	{ background: #e8e8e8 !important; color: #707070 !important;}
#whatcookies                    { background: #f1ce6a !important; color: #10265ccc !important}
#whatcookies:hover				{ background: #ecc75f !important;}

#cookieHintModal .btn-close {
	position: relative;
}
#cookieHintModal .btn-close:after {
	content: '\f00d';
	font-family: 'Font Awesome 5 Free';
	color: #000000;
	font-weight: 900;
	font-size: 2rem;
	margin-bottom: 1rem;
	position: absolute;
	top: -.5rem;
	right: .2rem;
}

/*
#redim-cookiehintplus .cookiebuttons p:last-child{
	padding-top: 10px;
	padding-bottom: 10px;
}
*/

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

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

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

#redim-cookiehintplus-bottom #cookiehintplusinfo {
	float: left;
}

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

#redim-cookiehintplus-bottom .cookiecontent {
	padding-bottom: 5px;
}
#redim-cookiehintplus-bottom .cookiecontent a{
	color: #21376d;
	text-decoration: underline;
}
#redim-cookiehintplus-bottom .cookiebuttons{
	text-align: right;
}

#redim-cookiehintplus-bottom .cookiebuttons .btn, #redim-cookiehintplus-bottom .cookiebuttons button {
	display: inline-block;
	padding: 8px 14px !important;
	margin: 0px 10px 0px 0px;
	width: auto;
}
@media(max-width: 576px){
	
	#redim-cookiehintplus{
		padding: 7px 15px;
	}
	
	#redim-cookiehintplus .cookiehead .headline{
	/*	padding-left: 0px;*/
		font-size: 16px;
		line-height: 24px;
	}
	/*
	#redim-cookiehintplus .cookiehead .headline::before{
		display: none;
	}
	*/
	#redim-cookiehintplus .cookiebuttons{
		text-align: center;
	}
	
	#redim-cookiehintplus .cookiebuttons .btn, #redim-cookiehintplus .cookiebuttons button{
		width: 100%;
		margin: 0 auto 8px;
		font-size: 14px;
		line-height: 20px;
		padding: 8px !important;
	}

	#redim-cookiehintplus-bottom #cookiehintplusinfo {
		float: none;
	}

}

@media screen and (max-width: 487px) {
	#redim-cookiehintplus .cookiehead .headline:before{
		top: 50%;
		transform: translateY(-50%);
	}
	#redim-cookiehintplus .cookiebuttons{
		display: flex;
		flex-wrap: wrap;
	}
	#redim-cookiehintplus .cookiebuttons .btn{
		font-size: .9em;
		width: 50%;
	}
	#redim-cookiehintplus .cookiebuttons #whatcookies{
		width: 100%;
	}
}