.restaurants-content{
	padding: 21px 318px 31px 247px;
}

.restaurants-item-wrapper{
	padding: 0 21px;
}

.restaurants-item-container{
	max-width: 641px;
	width: 100%;
	margin: 0 auto 31px;
	display: inline-block;
	position: relative;
	left: 50%;
}

.restaurants-item-container > div{
	position: relative;
	left: -50%;
	background: #2B2B2B;
	display: inline-block;
}

.restaurants-item-teaser-image{
	display: block;
	width: 100%;
	outline: 1px solid rgba(255,255,255,0.5);
	outline-offset: -1px;
}

.restaurants-item-teaser-placeholder{
	display: block;
	width: 100%;
	height: 50px;
	background: #2B2B2B;
}

/*
.restaurants-item-float-wrapper{
	display: block;
	height: 230px;
	margin-top: -50px;
	overflow: hidden;
}*/

.restaurants-item-content-container{
	background: #2B2B2B;
	position: relative;
	color: #ffffff;
	width: 52%;
	float: left;
	min-height: 180px;
}

.restaurants-item-content-headline{
	font-size: 36px;
	font-family: 'Moon Flower', sans-serif;
	padding: 0 20px;
	margin: 0;
	margin-top: -50px;
	line-height: 50px;
	background: #2B2B2B;
}

.restaurants-item-content-text{
	padding: 12px 20px;
}

.restaurants-item-content-text > a.more-tag{
	font-weight: bold;
}

.restaurants-item-location-wrapper{
	position: relative;
	width: 48%;
	float: right;
	margin-left: 1px;
}

.restaurants-item-location-container{
	display: block;
	width: 100%;
	height: 180px;
	background: #c0081b;
	color: #ffffff;
	text-align: center;
	position: absolute;
	right: 0; 
	bottom: 0;
}

.restaurants-item-location-google-maps{
	display: block;
	width: 100%;
	max-width: 309px;
	height: 145px;
}

.restaurants-item-location-label{
	padding-left: 25px;
	position: relative;
	display: inline-block;
	line-height: 35px;
}

.restaurants-item-location-label > .icon-location{
	display: block;
	width: 28px;
	height: 35px;
	background: url('../img/icons/map-pin-white.svg') no-repeat 50% 50%/50% auto transparent;
	position: absolute;
	top: 0;
	left: 0;
}
