/* GRAV Ergänzungen ohne gestalterische Neuinterpretation */
.form-group-checkbox,
.st-checkbox-field {
  display: block;
}

.form-group-checkbox input[type="checkbox"],
.st-checkbox-field input[type="checkbox"],
#contactForm input[type="checkbox"],
.contact-form input[type="checkbox"],
.kontakt-grid input[type="checkbox"] {
  width: auto !important;
  height: auto !important;
  min-width: 0 !important;
  padding: 0 !important;
  margin: 0;
  display: inline-block;
  appearance: checkbox;
  -webkit-appearance: checkbox;
}

.checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.checkbox-label span {
  display: inline-block;
}

.leistung-icon-image,
.service-image-round {
  overflow: hidden;
  border-radius: 999px;
}

.leistung-icon-image img,
.service-image-round img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kontakt-extra-html {
  margin-top: 24px;
}

.kontakt-extra-html-mobile {
  display: none;
}

@media (max-width: 991px) {
  .kontakt-extra-html-mobile {
    display: block;
    margin-top: 24px;
  }
}
