
/*************************************************************************/
/* Cookies Hinweis v2 */

.cookies {
	position: fixed;
	z-index: 99990;
	bottom: 2%;
	left: 2%;
	width: auto;
	max-width: 600px;
	height: auto;
}
.cookies-hinweis-side{
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 300;
	line-height: 130%;
	background: rgba(0,0,0, .9);
	color: #fff;
	padding: 10px;
	transition: all .2s ease-in-out;
	display: flex;
	justify-content: flex-start;
}
.cookies-hinweis-side p{
    margin-bottom: 0;
}
.cookies-hinweis-side a{
	color: #fff;
	font-weight: 400;
}
#cookies-close-x {
	font-size: 14px;
	line-height: 180%;
	color: #000;
	font-family: Arial, "sans-serif";
	font-weight: 400;
	display: flex;
}

figcaption {
	color: #000;
}
@media only screen and (max-width: 970px) {
	.cookies {bottom: 2%;left: 3%;max-width: 92%;}
	.cookies-hinweis-side{font-size: 12px; padding: 10px 20px;}
	#cookies-close-x {-webkit-appearance: none; border-radius: 0px; color: #000; background: #fff;}
}