#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{
	width: 600px;
	padding: 40px 50px 10px 50px;
	box-sizing: border-box;

	background-color: #005192;
	font-size: 14px;
	z-index: 9999999;
	bottom: auto;
	text-align: center;
	/* -webkit-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.3); */
	box-shadow: 0px -2px 5px 0px rgba(0,0,0,0.3);
	left: 0px;
	right: 0px;
	color: #fff;
	margin: 0 auto;
	top: 200px;
	border-radius: 10px;
}

#redim-cookiehint-bottom #redim-cookiehint {
	width: 100%;
	max-width: 100% !Important;
	border-radius: 0px;
	margin-top: 200px;
}

#redim-cookiehint p{
	color: #fff;
}

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

#redim-cookiehint .chflex{
	display: block;
}

#redim-cookiehint .cookiehead .headline{
	color: #707070;
	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: 35px;
	height: 32px;
	background-image: url(../img/little_cookie.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#redim-cookiehint .cookiecontent{
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	display: block;
	margin-bottom: 20px;
}

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

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

#redim-cookiehint .cookiebuttons .btn{
	padding: 16px 10px !important;
	color: #fff;
	background-color: #005192;
	font-size: 16px;
	line-height: 14px;
	border: solid #FFF 1px;
	text-transform: uppercase;
	margin-right: 5px;
	margin-bottom: 5px;
	display: block;
}

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

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

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

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

#redim-cookiehint .cookiebuttons .infos {
	display: flex;
	justify-content: right;
	align-items: center;
	margin-top: 30px;
	font-size: 0.85em;
}

#redim-cookiehint .cookiebuttons .infos a,#redim-cookiehint .cookiebuttons .infos span {
	color: #ffffff !important;
	margin: 0px 5px;
}

#redim-cookiehint .cookiehintinfo.btn:hover{
	text-decoration: underline !important;
}

#redim-cookiehint .cookiebuttons #cookiehintsubmitno{
	/*background: #005192 !important;*/
	border: 0px !important;
	/*padding: 6px 0 !important;*/
}

#cookiehintsubmit			{ background: #2ecc71 !important; color: #fff !important; border: 0px !important; }
#cookiehintsubmit:hover		{ background: #27ae60 !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: #fff
}

#redim-cookiehint-bottom .chflex {
	display: flex;
	justify-content: center;
	align-items: center;
}

#redim-cookiehint-bottom .chflex a {
	margin: 0px 10px !important;
}

#redim-cookiehint-bottom #redim-cookiehint{
	margin: 0 auto;
	text-align: left;
	max-width: 980px;
	padding: 20px 20px 10px 20px;
}

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

#redim-cookiehint-bottom .cookiecontent{
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 22px;
	width: 70%;
	float: left;
}

#redim-cookiehint-bottom .cookiebuttons{
	text-align: right;
	width: 30%;
	float: right;
}

#redim-cookiehint-bottom .cookiebuttons .chflex{
	justify-content: end;
}

#redim-cookiehint-bottom .cookiebuttons .infos{
	margin-top: 20px;
}

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

#redim-cookiehint-bottom .cookiebuttons #cookiehintsubmitno{
	margin-right: 0px !important;
	padding: 8px 14px !important;
}

#cookiehintsubmitno			{ background: #2ecc71 !important; color: #fff !important; border: 0px !important; }
#cookiehintsubmitno:hover	{ background: #27ae60 !important; color: #fff !important; }


@media(max-width: 1000px){
	
	#redim-cookiehint-bottom .cookiecontent,
	#redim-cookiehint-bottom .cookiebuttons{
		width: 100%;
		float: none;
	}
	
	#redim-cookiehint-bottom .cookiebuttons .chflex{
		justify-content: center;
	}
	
	#redim-cookiehint-bottom .cookiecontent{
		font-size: 14px;
		line-height: 18px;
	}
	
	#redim-cookiehint-bottom .cookiebuttons .infos{
		margin-top: 0px;
	}
	
}


@media(max-width: 650px){

	#redim-cookiehint{
		width: 80%;
		top: 100px;
	}

}

@media(max-width: 576px){

	#redim-cookiehint .cookiecontent{
		font-size: 16px;
		line-height: 20px;
	}
	
	#redim-cookiehint-bottom .cookiecontent{
		font-size: 14px;
		line-height: 18px;
	}

	#redim-cookiehint{
		padding: 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-bottom .cookiebuttons #cookiehintsubmit{
		margin-left: 0px !important;
	}

	#redim-cookiehint .cookiebuttons .btn{
		width: 80%;
		margin: 0 auto 8px;
		font-size: 14px;
		line-height: 20px;
		padding: 8px !important;
	}
}