
.dhzlq-wrap,
.dhzlq-wrap * {
  box-sizing: border-box;
}

.dhzlq-wrap {
  --navy: #123f63;
  --navy-dark: #0b2f4d;
  --sage: rgba(169, 201, 197, 0.52);
  --sage-solid: #a9c9c5;
  --sage-soft: #edf4f3;
  --surface: #f5f8fa;
  --border: #d7e2e5;
  --muted: #607581;
  --white: #ffffff;

  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--border);
  border-radius: 26px;
  color: var(--navy);
  background: rgba(255, 255, 255, .93);
  box-shadow: 0 20px 60px rgba(18, 63, 99, .1);
  font-family: Arial, Helvetica, sans-serif;
}

.dhzlq-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 17px;
}

.dhzlq-header h2 {
  margin: 0 !important;
  color: var(--navy) !important;
  font-size: clamp(32px, 4.5vw, 48px) !important;
  font-weight: 900 !important;
  line-height: 1.05 !important;
  letter-spacing: -1.7px !important;
  text-transform: none !important;
}

.dhzlq-progress-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.dhzlq-progress-meta strong {
  color: var(--navy);
}

.dhzlq-percent {
  min-width: 42px;
  text-align: right;
}

.dhzlq-progress {
  width: 100%;
  height: 8px;
  margin-bottom: 28px;
  overflow: hidden;
  border-radius: 999px;
  background: #e1e9eb;
}

.dhzlq-progress > span {
  display: block;
  width: 14.285%;
  height: 100%;
  border-radius: inherit;
  background: var(--sage-solid);
  transition: width .25s ease;
}

.dhzlq-step {
  display: none;
}

.dhzlq-step.active {
  display: block;
}

.dhzlq-step-heading {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 25px;
  margin-bottom: 25px;
}

.dhzlq-step-heading h3 {
  margin: 0 0 7px !important;
  color: var(--navy) !important;
  font-size: clamp(27px, 3.7vw, 38px) !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  letter-spacing: -1px !important;
  text-transform: none !important;
}

.dhzlq-step-heading p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.dhzlq-help {
  position: relative;
  flex: 0 0 auto;
}

.dhzlq-help > button {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: var(--navy);
  background: var(--sage);
  font-family: inherit;
  font-size: 16px;
  font-weight: 900;
  cursor: help;
}

.dhzlq-help-box {
  position: absolute;
  z-index: 20;
  top: 45px;
  right: 0;
  display: none;
  width: min(360px, 78vw);
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  color: var(--navy);
  background: #ffffff;
  box-shadow: 0 16px 45px rgba(18, 63, 99, .18);
}

.dhzlq-help:hover .dhzlq-help-box,
.dhzlq-help:focus-within .dhzlq-help-box {
  display: block;
}

.dhzlq-help-box strong {
  display: block;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: 13px;
  font-weight: 900;
}

.dhzlq-help-box p {
  margin: 0 0 9px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.dhzlq-help-box p:last-child {
  margin-bottom: 0;
}

.dhzlq-help-box ul {
  display: grid;
  gap: 5px;
  margin: 8px 0 0;
  padding-left: 17px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.dhzlq-fields {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.dhzlq-two-cols {
  grid-template-columns: 1fr 1fr;
}

.dhzlq-full {
  grid-column: 1 / -1;
}

.dhzlq-fields label > span {
  display: block;
  margin-bottom: 7px;
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.35;
}

.dhzlq-fields input,
.dhzlq-fields select,
.dhzlq-fields textarea,
.dhzlq-input-unit input,
.dhzlq-input-unit select {
  width: 100%;
  min-height: 50px;
  margin: 0 !important;
  padding: 12px 14px !important;
  border: 1px solid #cad9dd !important;
  border-radius: 11px !important;
  color: var(--navy-dark) !important;
  background: #ffffff !important;
  font-family: inherit !important;
  font-size: 14px !important;
  line-height: 1.3 !important;
  box-shadow: none !important;
  outline: none !important;
}

.dhzlq-fields textarea {
  min-height: 205px;
  resize: vertical;
}

.dhzlq-fields input:focus,
.dhzlq-fields select:focus,
.dhzlq-fields textarea:focus,
.dhzlq-input-unit input:focus,
.dhzlq-input-unit select:focus {
  border-color: var(--sage-solid) !important;
  box-shadow: 0 0 0 3px rgba(169, 201, 197, .23) !important;
}

.dhzlq-input-unit {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: stretch;
}

.dhzlq-input-unit > span {
  display: grid;
  place-items: center;
  min-width: 58px;
  padding: 0 12px;
  border-radius: 11px;
  color: var(--navy);
  background: var(--sage-soft);
  font-size: 12px;
  font-weight: 900;
}

.dhzlq-consumption select {
  width: auto;
  min-width: 125px;
}

.dhzlq-stars {
  display: grid;
  gap: 9px;
}

.dhzlq-stars label {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 11px;
  min-height: 48px;
  padding: 10px 13px;
  border: 1px solid var(--border);
  border-radius: 11px;
  background: #fafcfc;
  cursor: pointer;
  transition: .18s ease;
}

.dhzlq-stars label:hover {
  border-color: var(--sage-solid);
  background: var(--sage-soft);
}

.dhzlq-stars input {
  margin: 0;
}

.dhzlq-stars span {
  color: var(--navy);
  font-size: 16px;
  letter-spacing: .08em;
}

.dhzlq-stars small {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
}

.dhzlq-stars label:has(input:checked) {
  border-color: var(--sage-solid);
  background: rgba(169, 201, 197, .25);
}

.dhzlq-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 13px;
  margin-top: 28px;
}

.dhzlq-actions.end {
  justify-content: flex-end;
}

.dhzlq-actions button {
  min-height: 50px;
  padding: 12px 22px;
  border: 0;
  border-radius: 999px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: .18s ease;
}

.dhzlq-next,
.dhzlq-submit {
  color: #ffffff;
  background: var(--navy);
}

.dhzlq-next:hover,
.dhzlq-submit:hover {
  background: var(--navy-dark);
  transform: translateY(-2px);
}

.dhzlq-back {
  padding-left: 0 !important;
  color: var(--navy);
  background: transparent;
}

.dhzlq-notice {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 25px;
  padding: 17px 19px;
  border-radius: 14px;
  background: #ffffff;
}

.dhzlq-notice > span {
  display: grid;
  place-items: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-weight: 900;
}

.dhzlq-success {
  border-left: 5px solid var(--sage-solid);
}

.dhzlq-success > span {
  color: var(--navy);
  background: var(--sage);
}

.dhzlq-error {
  border-left: 5px solid #edaa00;
}

.dhzlq-error > span {
  color: #5b4300;
  background: #ffe7a5;
}

.dhzlq-notice strong {
  display: block;
  margin-bottom: 3px;
  color: var(--navy);
  font-size: 14px;
}

.dhzlq-notice p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.dhzlq-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

@media only screen and (max-width: 680px) {
  .dhzlq-wrap {
    padding: 21px;
    border-radius: 20px;
  }

  .dhzlq-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .dhzlq-progress-meta {
    width: 100%;
    justify-content: space-between;
  }

  .dhzlq-two-cols {
    grid-template-columns: 1fr;
  }

  .dhzlq-full {
    grid-column: auto;
  }

  .dhzlq-input-unit,
  .dhzlq-consumption {
    grid-template-columns: 1fr;
  }

  .dhzlq-consumption select {
    width: 100%;
  }

  .dhzlq-help-box {
    right: -5px;
  }

  .dhzlq-actions button {
    min-height: 48px;
  }
}


/* EINWILLIGUNG ZUR DATENWEITERGABE */

.dhzlq-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 24px;
  padding: 17px 18px;
  border: 1px solid rgba(169, 201, 197, .85);
  border-radius: 14px;
  background: rgba(169, 201, 197, .22);
  cursor: pointer;
}

.dhzlq-consent input {
  flex: 0 0 auto;
  width: 19px;
  height: 19px;
  margin: 2px 0 0 !important;
  accent-color: #123f63;
}

.dhzlq-consent span {
  color: #123f63;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.55;
}


@media only screen and (max-width: 680px) {
  .dhzlq-consent {
    padding: 15px;
  }

  .dhzlq-consent span {
    font-size: 12px;
  }
}
