/* Harmondu Verzeichnis – Contactblock v1.2.2 */
.hvcb {
  --hv-green: #3D5545;
  --gap: 20px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: var(--gap);
  align-items: start;
  max-width: 1000px;
  margin: 16px 0;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.hvcb__photoCol { padding-left: 0 !important; }
.hvcb__photo {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 18px;
}

.hvcb__content { color: var(--hv-green); }
.hvcb__row {
  display: flex;
  align-items: center;
  column-gap: 10px;
  line-height: 1.6;
  margin: 10px 0;
  font-size: clamp(16px, 1.9vw, 22px);
}
.hvcb__row a {
  color: var(--hv-green);
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (max-width: 720px) {
  .hvcb { grid-template-columns: 1fr; }
  .hvcb__photo { max-width: 420px; }
}
.hv-name, .hv-firma {
  display:block;
  color: var(--hv-green);
  margin-bottom: 0.5rem;
}
