.elementor-531 .elementor-element.elementor-element-6fab8bd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-531 .elementor-element.elementor-element-420217c{font-size:23px;font-weight:700;text-shadow:0px 0px 0px #FA5803;color:#FA5803;}.elementor-531 .elementor-element.elementor-element-420217c p{margin-block-end:2px;}.elementor-531 .elementor-element.elementor-element-701b468{text-shadow:0px 0px 0px rgba(0,0,0,0.3);}.elementor-531 .elementor-element.elementor-element-701b468.elementor-element{--flex-grow:0;--flex-shrink:1;}.elementor-531 .elementor-element.elementor-element-f58d7f8{--display:flex;}.elementor-531 .elementor-element.elementor-element-61592fa{column-gap:0px;}.elementor-531 .elementor-element.elementor-element-df724c5 .elementor-heading-title{-webkit-text-stroke-color:#000;stroke:#000;text-shadow:0px 0px 0px rgba(0,0,0,0.3);color:#FA5803;}/* Start custom CSS for text-editor, class: .elementor-element-80d1c9f */.text-bold {
  font-weight: 700;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-61592fa */.ampel-gruen {
  color: #2e7d32; /* dunkelgrün */
  font-weight: 600;
}

.ampel-gelb {
  color: #f9a825; /* amber */
  font-weight: 600;
}

.ampel-rot {
  color: #c62828; /* dunkelrot */
  font-weight: 600;
}
.text-bold {
  font-weight: 700;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-b1957f6 *//* ===== BASIC TABLE STYLE ===== */
.autoguru-light-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-family: inherit;
  font-size: 16px;
  background: #ffffff;
}

.autoguru-light-table th {
  background: #f6f6f6;
  padding: 12px 14px;
  border: 1px solid #ddd;
  text-align: left;
  font-weight: 600;
}

.autoguru-light-table td {
  padding: 12px 14px;
  border: 1px solid #ddd;
  vertical-align: top;
}

.autoguru-light-table tbody tr:nth-child(even) {
  background: #fafafa;
}

/* ===== MOBILE STACK VIEW ===== */
@media (max-width: 768px) {

  .autoguru-stack-table,
  .autoguru-stack-table thead,
  .autoguru-stack-table tbody,
  .autoguru-stack-table th,
  .autoguru-stack-table td,
  .autoguru-stack-table tr {
    display: block;
    width: 100%;
  }

  .autoguru-stack-table thead {
    display: none;
  }

  .autoguru-stack-table tr {
    margin-bottom: 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    background: #fff;
  }

  .autoguru-stack-table td {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    border: none;
    border-bottom: 1px solid #eee;
    text-align: right;
  }

  .autoguru-stack-table td:last-child {
    border-bottom: none;
  }

  .autoguru-stack-table td::before {
    content: attr(data-label);
    font-weight: 600;
    text-align: left;
    color: #333;
    flex: 1;
  }
}/* End custom CSS */