#cookie-hinweis {
	position: fixed;
	bottom: 0;
	left: 16%;
	width: 68%;
	background-color: #ee7043;
	padding: 10px;
	color: black;
	z-index: 1001;
	line-height:2em;
}
#cookie-hinweis .left {
	float: left;
	padding: 5px;
}
#cookie-hinweis h2 {
margin: 0px;
font-size:20px;
}
#cookie-hinweis .left h2 a {color:blue;}

#cookie-hinweis .right {
	float: right;
}
#cookie-hinweis .left a {
	color: white;
	text-decoration: underline;
}
#cookie-hinweis .left a:hover {
	color: red;
}
#cookie-hinweis .right a {
	display: inline-block;
	padding: 5px;
	background-color: white;
	text-align: center;
	font-weight: bold;
	color: black;
	line-height:2em;
}
#cookie-hinweis .right a:hover {
	color: red;
	background-color: #eee;
}
#cookie-iday-hinweis {
	position: fixed;
	top: 5%;
	left: 10%;
	width: 80%;
	background-color: none;
	padding: 10px;
	color: white;
	z-index: 1000;
	height:80%;
}
#cookie-iday-hinweis div {
	background-image:url(/wp-content/uploads/idaintday.png);
	background-position:center;
	background-size:contain;
	height:100%;
	width:100%;
	background-repeat:no-repeat;
	cursor: pointer;

}
