/*

Theme Name: OSCAR Bad-Godesberg

Description: Child Theme für OSCAR Bad-Godesberg

Author: webkonditorei

Author URI: https://webkonditorei.de

Template: rey

Version: 1.0

Tags:

*/





.speisen ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.speisen li {
    margin-top: 30px;
    width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.speisen h3 {
    font-size: 20px;
    font-weight: 500;
    color: #D6D6D6;
    margin: 0;
    padding-bottom: 10px;
	width: 90%;
}

.speisen h5 {
    font-size: 15px;
    font-weight: 500;
    color: #D6D6D6!important;
    margin: 0;
    padding-bottom: 10px;
	width: 10%;
}

.speisen p {
    font-size: 12px;
    font-weight: 400;
    color: #D6D6D6;
    margin: 0;
	width: 100%;
}


.zweispalten li {
    width: 50%;
}


@media(max-width: 767px) {
    .speisen li {

        width: 100%;
    }
}