.block.block_bewertung{display:flex;flex-wrap:wrap;flex-direction:column;justify-content:space-between}.block.block_bewertung .bewertung{display:flex;padding:15px 20px;border-bottom:1px solid #dbdbdb;flex-direction:row;align-items:center;flex-wrap:wrap;align-content:space-around;justify-content:space-between}.block.block_bewertung .bewertung:last-of-type{border-bottom:none}.block.block_bewertung .bewertung .stern_container{color:#f3a55d;font-size:20px;display:flex;border-radius:8px;padding:4px 8px;outline:2px solid var(--firmenfarbe_heller);flex-wrap:nowrap}.block.block_bewertung .bewertung span.bezeichnung{font-weight:700;color:var(--firmenfarbe_dunkler)}@media (max-width:700px){.block.block_bewertung .bewertung{flex-direction:column;align-items:flex-start;align-content:flex-start;flex-wrap:wrap;justify-content:space-between}}