/*
Theme Name:Child Theme for Divi
Theme URI: http://wordpress-style.net
Description: Child Theme For Divi
Author: Eduard Ungureanu
Author URI: http://wordpress-style.net
Template: Divi
Version: 1.0
*/

/* Start your custom CSS bellow this comment
============================================ */

.produkt-name { display: inline-block; width: 79%; }
.produkt-menge { display: inline-block; width: 10%; text-align: right; }
.produkt-preis { display: inline-block; width: 10%; text-align: right; }


@media (max-width: 767px){
	.myspeisekarte { margin-bottom: 14px !important; }
	.produkt-name { display: block; width: 100%; text-align: center; }
	.produkt-menge { display: block; width: 100%; text-align: center; }
	.produkt-preis { display: block; width: 100%; text-align: center; }
}

.footer-widget { text-align: center; }
.et_pb_widget { float: none; }