.elementor-3347 .elementor-element.elementor-element-651c7e4{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:117px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3347 .elementor-element.elementor-element-5bd6716{--display:flex;--border-radius:30px 30px 30px 30px;--padding-top:38px;--padding-bottom:38px;--padding-left:38px;--padding-right:38px;}.elementor-3347 .elementor-element.elementor-element-5bd6716:not(.elementor-motion-effects-element-type-background), .elementor-3347 .elementor-element.elementor-element-5bd6716 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#B9DEFF26;}@media(min-width:768px){.elementor-3347 .elementor-element.elementor-element-5bd6716{--width:84%;}}/* Start custom CSS for html, class: .elementor-element-cf87cfd */.uhm-full-price-list {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.uhm-price-intro {
  margin-bottom: 38px;
}

.uhm-price-intro h1 {
  margin-bottom: 14px;
}

.uhm-price-intro p {
  margin-bottom: 12px;
  line-height: 1.7;
}

.uhm-price-valid {
  font-weight: 600;
}

.uhm-price-group {
  margin-bottom: 42px;
}

.uhm-price-group h2 {
  margin-bottom: 16px;
}

.uhm-price-table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
}

.uhm-price-row {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(180px, 1.1fr) minmax(100px, 0.45fr);
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.uhm-price-row:last-child {
  border-bottom: none;
}

.uhm-price-head {
  font-weight: 700;
  background: rgba(0, 0, 0, 0.04);
}

.uhm-price-service {
  font-weight: 600;
}

.uhm-price-unit {
  opacity: 0.84;
}

.uhm-price-value {
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

.uhm-price-footer {
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.04);
}

.uhm-price-footer p {
  margin: 0;
  line-height: 1.6;
}

/* Tablet */
@media (max-width: 1024px) {
  .uhm-price-row {
    grid-template-columns: minmax(0, 1.25fr) minmax(160px, 1fr) minmax(90px, 0.4fr);
  }
}

/* Mobil */
@media (max-width: 767px) {
  .uhm-price-intro {
    margin-bottom: 30px;
  }

  .uhm-price-group {
    margin-bottom: 34px;
  }

  .uhm-price-table {
    border-radius: 12px;
  }

  .uhm-price-head {
    display: none;
  }

  .uhm-price-row {
    display: block;
    padding: 16px;
  }

  .uhm-price-service {
    display: block;
    margin-bottom: 8px;
    font-size: 1rem;
  }

  .uhm-price-unit {
    display: block;
    margin-bottom: 10px;
    font-size: 0.92rem;
    line-height: 1.5;
  }

  .uhm-price-unit::before {
    content: "Einheit / Hinweis: ";
    font-weight: 700;
  }

  .uhm-price-value {
    display: inline-block;
    text-align: left;
    font-size: 1.08rem;
  }

  .uhm-price-value::before {
    content: "Preis: ";
    font-weight: 700;
  }
}/* End custom CSS */