@charset "utf-8";
/* CSS DOCUMENT */
.xx_mainWrapper .googleMap,.l_mainWrapper .googleMap{
	height:600px;

}
.x_mainWrapper .googleMap,.l_mainWrapper .googleMap{
	height:600px; 
	
}
.s_mainWrapper .googleMap,.m_mainWrapper .googleMap{
	width:100%;height:350px; margin-bottom:20px;min-width:320px;
	
}
.googleMap .cookie_alert{
	display: flex;
	justify-content: center;
	justify-self: center;
	text-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #eeeeee;
}
.googleMap .cookie_alert span{
	color: #9c1006;
	cursor: pointer;
}
.googleMap .cookie_alert div{
	display: block;
	width: 100%;
	padding: 20px;
}
.googleMap .cookie_alert div h2.cookie-icon{
	padding-bottom: 90px;
	display: block;
	position: relative;
}
.googleMap .cookie_alert div h2.cookie-icon::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: calc(50% - 35px);
	width: 70px;
	height: 70px;
	background-image: url("/online/web/theme/files/icon-cookie.svg");
	background-size: contain;
}