.wohnorte_wrap { padding:20px; }

.wohnort_card {
    border:1px solid #ddd;
    background:#fff;
    padding:15px;
    margin-bottom:15px;
    border-radius:6px;
}

.wohnort_meta {
    font-size:12px;
    color:#777;
    margin-bottom:10px;
}

.wohnort_img {
    max-width:100%;
    margin:10px 0;
    border-radius:4px;
}

.wohnorte_form input,
.wohnorte_form textarea,
.wohnorte_form select {
    width:100%;
    margin-bottom:10px;
    padding:5px;
}

.wohnorte_wrap { padding:20px; }
.wohnort_card { border:1px solid #ddd; background:#fff; padding:15px; margin-bottom:15px; border-radius:6px; }
.wohnort_meta { font-size:12px; color:#777; margin-bottom:10px; }
.wohnort_img { max-width:100%; margin:10px 0; border-radius:4px; }
.wohnorte_form input, .wohnorte_form textarea, .wohnorte_form select { width:100%; margin-bottom:10px; padding:5px; }