/* CSS Document */

#cookies, #dsgvo{
	background:#fff;
	color:#000;
	
	position:absolute;
	margin-left: auto;
	margin-right: auto;
	
	border: 1px solid black;
	width:calc(100% - 2px);
}
#cookies{
	top:30%;
	z-index:100;
}
#dsgvo{
	top:0;
	z-index:200;
}
#dsgvo_content{
	padding:1em;	
}