.cookieConsentContainer {
	z-index: 999;
	width: 100%;
	min-height: 20px;
	box-sizing: border-box;
	padding-bottom: 5px;
	background: #129D42;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	text-align: center;
}

.cookieButton,
.cookieDesc {
	display: inline-block;
}

.cookieDesc { 
	margin-right: 15px;
}

.cookieConsentContainer .cookieTitle a {
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 22px;
	line-height: 20px;
	display: block;
}

.cookieConsentContainer .cookieDesc p {
	margin: 0;
	padding: 0;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 13px;
	line-height: 20px;
	display: block;
	margin-top: 10px;
}

.cookieConsentContainer .cookieDesc a {
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	text-decoration: underline;
}

.cookieConsentContainer .cookieButton a {
	display: inline-block;
	font-family: OpenSans, arial, "sans-serif";
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin-top: 14px;
	background: #0E7431;
	box-sizing: border-box; 
	padding: 10px 18px;
	text-align: center;
	transition: background 0.3s;
}
.cookieConsentContainer .cookieButton a:hover { 
	cursor: pointer;
	background: #3E9B67;
}

@media (max-width: 980px) {
	.cookieConsentContainer {
		text-align: left;
		padding: 10px;
	}

	.cookieDesc { 
		margin-right: 5px;
	}
}

.map-title,
.map-text {
	text-align: center;
}

.map-title {
	margin: 90px 0 15px;
}

.map-text {
	margin-bottom: 50px;
}

.cluster {
	width: 40px !important;
	height: 40px !important;
}

.cluster img {
	clip: rect(0px, 45px, 60px, 0px) !important;
}

.cluster div span {
	position: absolute;
	top: 33px;
	right: 15px;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #096328;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
}

.restaurant-name {
	margin-bottom: 10px;
	font-size: 17px;
}