/*---- cookiehint ----*/

#cookiehint {
	width: 100%;
	padding: 1% 0 1% 0;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: rgba(42, 186, 202, 0.9);
	border-top: 1px solid #2bb8c9;
	z-index: 9999999;
	font-size: 16px;
	line-height: 1.3em;
}
#cookiehint.hidden{
	display: none;
	visibility: hidden;
}

#cookiehint .cookiecontent {
	color: #ffffff;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px;	
}
#cookiehint .cookiecontent p {
	margin: 0;
	padding: 0;
}

#cookiehint a 			{ color: #ffffff; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
#cookiehint a:visited 	{ color: #ffffff; text-decoration: none; border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
#cookiehint a:hover 	{ color: #ffffff; text-decoration: none; border-bottom: 1px solid #ffffff; }
#cookiehint a:active 	{ color: #ffffff; text-decoration: none; border-bottom: 1px solid #ffffff; }

#cookiehint .cookiebuttons {
	float: right;
	margin: 8px 0 0 20px;
}

button#cookiesubmit {
/*
	font-size: 16px;
	line-height: 20px;
*/
	padding: 4px 8px 2px 8px;
	cursor: pointer;
}


footer {
    padding: 160px 0 80px 0 !important;
}
