#restaurant_beschreibung > p
{
	text-align: center;
	margin-top: 2%;
}

#restaurant_data
{
	text-align:center;
}

#restaurant-galerie-images .image_container
{
	margin-bottom: 2%;
}


#restaurant_bild a > img
{
	width: 310px;
	border-radius: 10px;
}

#restaurant_anfahrt > iframe
{
	height: 39vh !important;
	width: 100vw !important;
}

#restaurant-single .headline-formatierung > p
{
    font-weight:600;
}

#restaurant-speissekarte #restaurant_data
{
	text-align:center;
    width: 100%;
    word-wrap: break-word;
}

#restaurant-bewertungen-eintragen p
{
	font-size: 16px !important;
}

a#lokal_verwalten_button,
a#lokal_anmelden_button{
	background: none !important;
    border-color: #fff!important;
    color: #fff!important;
    border: 2px solid;
    text-decoration: none;
    margin-bottom: -30px !important;
}

@media (max-width: 770px)  {
		.footer-widget{
            display: -webkit-box;
            /* OLD - iOS 6-, Safari 3.1-6 */
            display: -moz-box;
            /* OLD - Firefox 19- (buggy but mostly works) */
            display: -ms-flexbox;
            /* TWEENER - IE 10 */
            display: -webkit-flex;
            /* NEW - Chrome */
            display: flex;
            /* NEW, Spec - Opera 12.1, Firefox 20+ */
            -webkit-flex-direction: column;
            flex-direction: column;
			-webkit-justify-content: center;
            justify-content: center;
			-webkit-align-items: center;
			align-items: center;
		}	
		#kontakt-text p{
			text-align: center !important;
		}
		#menu-footermenue li{
			text-align: center !important;
		}
		
}