#overlay {
	max-width : 700px;
	max-height : 400px;
	width : 100%;
	height : 100%;
	background-color : #962124;
	position : relative;
}

#overlay #showMap {
	background-color : transparent;
	border : 2px solid #fff;
	color : #fff;
	position : absolute;
	top : 50%;
	left : 50%;
	transform: translateX(-50%) translateY(-50%);
	padding: 10px 20px 10px 20px;
	z-index: 99;
}

#overlay #showMap:hover {
	cursor: pointer;
	background-color : #ffffff;
	color : #962124;
}

#cookiehinweis {
	width : 100%;
	background-color : #962124;
	color : #fff;
}

#cookiehinweis .container {
	width : 100%;
	margin: 0 auto;
	padding : 50px;
	padding-top : 20px;
	padding-bottom : 20px;
	box-sizing:border-box;
}

#cookiehinweis button {
	border : 1px solid #fff;
	background-color : transparent;
	color : #fff;
	margin-left : 20px;
	padding: 10px 20px 10px 20px;
}

#cookiehinweis button:hover {
	background-color : #ffffff;
	cursor: pointer;
	color : #000000;
}