
form.adresse-bewertung-form {
    max-width: 500px;
    margin: 30px auto;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    font-family: sans-serif;
}
form.adresse-bewertung-form label {
    font-weight: bold;
    margin-top: 15px;
    display: block;
}
form.adresse-bewertung-form input,
form.adresse-bewertung-form textarea {
    width: 100%;
    padding: 10px;
    margin-top: 6px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
form.adresse-bewertung-form button {
    background-color: #0073aa;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
}
ul.adresse-bewertung-liste {
    max-width: 600px;
    margin: 20px auto;
    list-style: none;
    padding: 0;
    font-family: sans-serif;
}
ul.adresse-bewertung-liste li {
    background: white;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
}
.bewertungcontainer {
    max-width: 500px;
    margin: 30px auto;
    background: #f5f5f5;
    padding: 20px!important;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    font-family: sans-serif;
}


/* deine alten Form-Styles bleiben */

/* Karten */
.abf-map {
  width: 100%;
  height: 160px;
  border-radius: 8px;
  border: 1px solid #ddd;
  margin-top: 10px;
  cursor: zoom-in;
}

.abf-map-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.abf-map-overlay.open { display: flex; }

.abf-map-overlay-inner {
  position: relative;
  width: min(92vw, 1100px);
  height: min(80vh, 750px);
  background: #fff;
  border-radius: 12px;
  padding: 12px;
}

.abf-map-large { width: 100%; height: calc(100% - 10px); border-radius: 8px; }

.abf-map-close {
  position: absolute; top: 8px; right: 10px;
  background: #fff; border: 1px solid #ddd;
  border-radius: 50%; width: 36px; height: 36px;
  font-size: 22px; line-height: 32px; text-align: center;
  cursor: pointer;
}
