.menue h1 {margin-bottom: 20px;}

.men_content h4 {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px #eeeeee solid;
}

.men_title {
    display: contents;
}

.men_description {
    color: #a7a7a7;
    display: block;
    padding-top: 5px;
}

.men_content {
    margin-bottom: 15px;
}

.men_preis {
    float: right;
    font-weight: 600;
}

@media only screen and ( max-width: 479px ) {
  .men_preis {float: none;padding-left:10px;}
}