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

.cookies {
	position: fixed;
	z-index: 90;
	bottom: 2%;
	width: auto;
	max-width: 370px;
	height: auto;
	display: inline;
}
.cookies-hinweis-side{
	font-size: 14px;
	font-weight: 300;
	line-height: 140%;
	background: rgba(0,0,0, .9);
	color: #ccc;
	padding: 10px;
	transition: all .2s ease-in-out;
	display: flex;
	justify-content: flex-start;
}
.cookies-hinweis-side:hover{
	opacity: .9;
	transition: all .4s ease-in-out;
	transform: scale(.99);
}
.cookies-hinweis-side h4{
	font-size: 20px;
	font-weight: 300;
}
.cookies-hinweis-side a{
	color: #fff;
	font-weight: 400;
}
.cookies-left-float {
	left: 2%;
}
.cookies-right-float{
	left: unset;
	right: 2%;
}
.cookiemsg-dark{
}
.cookiemsg-white .cookies-hinweis-side {
	background: rgba(255,255,255, .95);
	color: #232323;
	border: 1px solid #f4f4f4;
}
.cookiemsg-white .cookies-hinweis-side a {
	color: #000;
}

button#cookies-close-x {
	font-size: 14px;
	line-height: 180%;
	color: #000;
	font-family: Arial, "sans-serif";
	font-weight: 400;
	display: flex;
	-webkit-appearance: none; 
	border-radius: 2px;
	background: #fff;
}
button#cookies-close-x:hover{
	opacity: .8;
	transition: all .4s ease-in-out;
	transform: scale(.1.05);
}
button#cookies-close-x{
	border: 0px;
}
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;}
}



