section.m1_text:has(.hartl-hwf-overview),
.hartl-hwf-host-section {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.hartl-hwf-anchor,
.hartl-hwf-form-card {
  scroll-margin-top: 170px;
}

section.m1_text:has(.hartl-hwf-overview) .m1_text_container,
.hartl-hwf-host-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  overflow: visible !important;
}

.hartl-hwf-overview,
.hartl-hwf-overview * {
  box-sizing: border-box;
}

.hartl-hwf-overview {
  --hartl-hwf-green: #008242;
  --hartl-hwf-green-dark: #006b36;
  --hartl-hwf-dark: #061d2a;
  --hartl-hwf-text: #172333;
  --hartl-hwf-muted: #536170;
  --hartl-hwf-card: #f6f8f7;
  --hartl-hwf-line: #e6ece9;
  --hartl-hwf-shadow: 0 22px 50px rgba(1, 22, 34, .13);
  --hartl-hwf-gap: clamp(22px, 2.6vw, 36px);
  --hartl-hwf-max-width: 1180px;
  --hartl-hwf-content-left: max(22px, calc((100vw - var(--hartl-hwf-max-width)) / 2));
  --hartl-hwf-content-right: max(22px, calc((100vw - var(--hartl-hwf-max-width)) / 2));

  position: relative;
  z-index: 1;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 28px 0 22px calc(50% - 50vw) !important;
  padding: 0;
  color: var(--hartl-hwf-text);
  font-family: Lato, Arial, Helvetica, sans-serif;
  text-align: left;
}

.hartl-hwf-overview--bleed {
  overflow: hidden;
}

.hartl-hwf-overview__wrap {
  width: 100%;
  max-width: var(--hartl-hwf-max-width);
  margin: 0 auto;
  padding: 0 22px;
}

.hartl-hwf-overview__layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(318px, 360px);
  grid-template-rows: auto auto;
  gap: 0 var(--hartl-hwf-gap);
  align-items: start;
}

.hartl-hwf-overview__content {
  min-width: 0;
  grid-column: 1;
  grid-row: 1;
}

.hartl-hwf-overview__top-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.hartl-hwf-card {
  min-width: 0;
  min-height: 100%;
  padding: clamp(24px, 2.2vw, 34px) clamp(22px, 2.3vw, 32px);
  background: var(--hartl-hwf-card);
  border: 1px solid rgba(230, 236, 233, .88);
  border-radius: 5px;
}

.hartl-hwf-card__title,
.hartl-hwf-speakers__title,
.hartl-hwf-form-card h2,
.hartl-hwf-audience h2 {
  margin: 0;
  font-family: Lato, Arial, Helvetica, sans-serif;
  letter-spacing: -.015em;
  text-align: left;
}

.hartl-hwf-card__title {
  margin-bottom: 20px;
  color: #111111;
  font-size: clamp(20px, 1.6vw, 26px);
  font-weight: 900;
  line-height: 1.08;
}

.hartl-hwf-check-list,
.hartl-hwf-topic-list,
.hartl-hwf-speaker ul,
.hartl-hwf-audience__list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  list-style-type: none !important;
}

.hartl-hwf-check-list li,
.hartl-hwf-topic-list li,
.hartl-hwf-audience__list li {
  list-style: none !important;
  list-style-type: none !important;
}

.hartl-hwf-check-list li::before,
.hartl-hwf-check-list li::after,
.hartl-hwf-topic-list li::before,
.hartl-hwf-topic-list li::after,
.hartl-hwf-audience__list li::before,
.hartl-hwf-audience__list li::after {
  content: none !important;
  display: none !important;
}

.hartl-hwf-check-list {
  display: grid;
  gap: 13px;
}

.hartl-hwf-check-list li {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  margin: 0 !important;
  padding: 0 !important;
  color: #111111;
  font-size: clamp(13.5px, 1vw, 15px);
  font-weight: 700;
  line-height: 1.35;
}

.hartl-hwf-check,
.hartl-hwf-topic-icon,
.hartl-hwf-audience__icon {
  color: var(--hartl-hwf-green);
}

.hartl-hwf-check {
  display: inline-flex;
  width: 16px;
  height: 16px;
  margin-top: .08em;
}

.hartl-hwf-check svg,
.hartl-hwf-topic-icon svg,
.hartl-hwf-audience__icon svg,
.hartl-hwf-button-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

.hartl-hwf-card__image-wrap {
  margin-top: 26px;
}

.hartl-hwf-card__image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 7.4;
  object-fit: cover;
  border-radius: 3px;
  background: linear-gradient(135deg, #dfe6e2, #f3f6f4);
}

.hartl-hwf-card__image--placeholder,
.hartl-hwf-speaker__photo--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(6, 29, 42, .42);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hartl-hwf-card--topics {
  padding-bottom: clamp(24px, 2.4vw, 38px);
}

.hartl-hwf-topic-list {
  display: grid;
  gap: 12px;
}

.hartl-hwf-topic-list li {
  display: grid;
  grid-template-columns: 29px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 30px;
  color: #1c2b39;
  font-size: clamp(14px, 1vw, 15.5px);
  font-weight: 800;
  line-height: 1.22;
}

.hartl-hwf-topic-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 2px solid currentColor;
  border-radius: 999px;
}

.hartl-hwf-topic-icon svg {
  width: 18px;
  height: 18px;
}

.hartl-hwf-topic-closing {
  margin: 24px 0 0;
  color: #1e2b38;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: 800;
  line-height: 1.38;
}

.hartl-hwf-speakers {
  margin-top: 30px;
}

.hartl-hwf-speakers__title {
  margin-bottom: 16px;
  color: #111111;
  font-size: clamp(20px, 1.45vw, 25px);
  font-weight: 900;
  line-height: 1.1;
}

.hartl-hwf-speakers__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2vw, 32px);
}

.hartl-hwf-speaker {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-width: 0;
}

.hartl-hwf-speaker__photo {
  display: block;
  width: 100%;
  max-width: 108px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 999px;
  background: linear-gradient(135deg, #dfe6e2, #f3f6f4);
}

.hartl-hwf-speaker__body h3 {
  margin: 0 0 8px;
  color: var(--hartl-hwf-green);
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 1.15vw, 18px);
  font-weight: 900;
  line-height: 1.15;
}

.hartl-hwf-speaker__body ul {
  display: grid;
  gap: 7px;
}

.hartl-hwf-speaker__body li {
  position: relative;
  margin: 0 !important;
  padding: 0 0 0 13px !important;
  color: #2a3948;
  font-size: clamp(12.7px, .92vw, 14px);
  font-weight: 700;
  line-height: 1.33;
  list-style: none !important;
}

.hartl-hwf-speaker__body li::before {
  content: "" !important;
  position: absolute;
  top: .58em;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: var(--hartl-hwf-green);
}

.hartl-hwf-speaker__quote {
  margin: 14px 0 0;
  color: var(--hartl-hwf-green);
  font-size: clamp(14px, 1.05vw, 17px);
  font-style: italic;
  font-weight: 800;
  line-height: 1.24;
}

.hartl-hwf-form-card {
  position: relative;
  z-index: 4;
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: start;
  width: 100%;
  margin: 0 0 -54px;
  color: #fff;
  background: var(--hartl-hwf-green);
  border-radius: 6px;
  box-shadow: var(--hartl-hwf-shadow);
}

.hartl-hwf-form-card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 42px;
  height: 42px;
  background: linear-gradient(135deg, transparent 0 49%, rgba(255, 255, 255, .22) 50% 100%);
  pointer-events: none;
}

.hartl-hwf-form-card__inner {
  padding: clamp(24px, 2.35vw, 34px) clamp(22px, 2.35vw, 32px) clamp(26px, 2.6vw, 38px);
}

.hartl-hwf-form-card h2 {
  color: #fff;
  font-size: clamp(21px, 1.65vw, 27px);
  font-weight: 900;
  line-height: 1.05;
}

.hartl-hwf-form-card__lead {
  margin: 12px 0 20px;
  color: rgba(255, 255, 255, .94);
  font-size: clamp(12.5px, .92vw, 14.2px);
  font-weight: 700;
  line-height: 1.45;
}

.hartl-hwf-form-card__note {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, .86);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.42;
}

.hartl-hwf-form-card__form,
.hartl-hwf-form-card__form .wpcf7,
.hartl-hwf-form-card__form form,
.hartl-hwf-form-card__form .hef_form {
  width: 100%;
}

.hartl-hwf-form-card__form .hef_form {
  margin: 0;
  color: #fff;
  font-family: Lato, Arial, Helvetica, sans-serif;
}

.hartl-hwf-form-card__form b {
  display: block;
  margin: 13px 0 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
}

.hartl-hwf-form-card__form p {
  margin: 0;
}

.hartl-hwf-form-card__form .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.hartl-hwf-form-card__form .no-gutters {
  margin-right: -5px;
  margin-left: -5px;
}

.hartl-hwf-form-card__form .col-md-6,
.hartl-hwf-form-card__form .col-sm-6,
.hartl-hwf-form-card__form .col-12 {
  width: 100%;
  min-height: 1px;
  padding: 5px;
}

.hartl-hwf-form-card__form .col-sm-6,
.hartl-hwf-form-card__form .col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.hartl-hwf-form-card__form .col-12,
.hartl-hwf-form-card__form .hef-contact-left,
.hartl-hwf-form-card__form .hef-contact-right {
  flex: 0 0 100%;
  max-width: 100%;
}

.hartl-hwf-form-card__form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.hartl-hwf-form-card__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.hartl-hwf-form-card__form textarea,
.hartl-hwf-form-card__form select {
  width: 100% !important;
  max-width: 100%;
  margin: 0 !important;
  padding: 10px 12px !important;
  color: #162535 !important;
  background: #fff !important;
  border: 1px solid rgba(255, 255, 255, .65) !important;
  border-radius: 3px !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .04) inset !important;
  font-family: Lato, Arial, Helvetica, sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  outline: none !important;
}

.hartl-hwf-form-card__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  min-height: 39px;
}

.hartl-hwf-form-card__form textarea {
  min-height: 92px;
  resize: vertical;
}

.hartl-hwf-form-card__form input::placeholder,
.hartl-hwf-form-card__form textarea::placeholder {
  color: #5e6872;
  opacity: 1;
}

.hartl-hwf-form-card__form .accept,
.hartl-hwf-form-card__form .hef-cotnact-accept,
.hartl-hwf-form-card__form .hef-contact-accept {
  margin-top: 7px;
  color: rgba(255, 255, 255, .93);
  font-size: 11.5px;
  font-weight: 700;
  line-height: 1.35;
}

.hartl-hwf-form-card__form .wpcf7-acceptance label {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  margin: 0;
}

.hartl-hwf-form-card__form .wpcf7-list-item {
  margin: 0 !important;
}

.hartl-hwf-form-card__form input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin: 2px 0 0 !important;
  accent-color: var(--hartl-hwf-dark);
}

.hartl-hwf-form-card__form a {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hartl-hwf-form-card__form .input_anfordern {
  margin-top: 12px;
}

.hartl-hwf-form-card__form .input_anfordern .button,
.hartl-hwf-form-card__form .wpcf7-submit:not(.hartl_anfordern) {
  display: inline-flex;
  align-items: stretch;
}

.hartl-hwf-form-card__form .input_anfordern .button {
  position: relative;
  min-width: 205px;
  min-height: 47px;
}

.hartl-hwf-form-card__form .hef-button,
.hartl-hwf-form-card__form .wpcf7-submit:not(.hartl_anfordern) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  min-height: 47px;
  padding: 0 0 0 20px;
  color: #fff !important;
  background: var(--hartl-hwf-dark) !important;
  border: 0 !important;
  border-radius: 3px !important;
  overflow: hidden;
  box-shadow: none !important;
  font-family: Lato, Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  cursor: pointer;
}

.hartl-hwf-form-card__form .hef-button {
  width: 100%;
}

.hartl-hwf-form-card__form .hef-button > span:first-child {
  padding-right: 14px;
}

.hartl-hwf-form-card__form .hef-button-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  align-self: stretch;
  color: #fff;
  background: #092b3e;
  clip-path: polygon(16px 0, 100% 0, 100% 100%, 0 100%);
}

.hartl-hwf-form-card__form .hef-button-arrow svg {
  width: 18px;
  height: 11px;
}

.hartl-hwf-form-card__form .hartl_anfordern {
  position: absolute !important;
  inset: 0 !important;
  z-index: 5;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  cursor: pointer !important;
}

.hartl-hwf-form-card__form .wpcf7-spinner {
  display: inline-block;
  margin: 12px 0 0 10px;
  background-color: rgba(255, 255, 255, .7);
}

.hartl-hwf-form-card__form .wpcf7-not-valid-tip {
  margin-top: 4px;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.hartl-hwf-form-card__form .wpcf7-response-output {
  margin: 14px 0 0 !important;
  padding: 9px 11px !important;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .7) !important;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.hartl-hwf-form-preview,
.hartl-hwf-form-missing {
  display: grid;
  gap: 6px;
  padding: 16px;
  color: #fff;
  border: 1px dashed rgba(255, 255, 255, .75);
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.4;
}

.hartl-hwf-form-missing code {
  color: #fff;
  background: rgba(0, 0, 0, .18);
}

.hartl-hwf-audience {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  grid-row: 2;
  margin-top: 34px;
  padding: 22px calc(360px + var(--hartl-hwf-gap) + 26px) 21px 28px;
  color: #fff;
  background: var(--hartl-hwf-dark);
  border-radius: 0;
  overflow: hidden;
}

.hartl-hwf-audience::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 130, 66, .16), rgba(0, 130, 66, 0));
  pointer-events: none;
}

.hartl-hwf-audience__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
  gap: 20px;
  align-items: center;
}

.hartl-hwf-audience h2 {
  color: #fff;
  font-size: clamp(16px, 1.1vw, 19px);
  font-weight: 900;
  line-height: 1.24;
}

.hartl-hwf-audience__list {
  display: grid;
  grid-template-columns: repeat(6, minmax(72px, 1fr));
  gap: 14px;
  align-items: start;
}

.hartl-hwf-audience__list li {
  display: grid;
  justify-items: center;
  gap: 7px;
  min-width: 0;
  margin: 0 !important;
  padding: 0 !important;
  color: rgba(255, 255, 255, .96);
  font-size: clamp(10.5px, .78vw, 12px);
  font-weight: 800;
  line-height: 1.18;
  text-align: center;
}

.hartl-hwf-audience__icon {
  display: inline-flex;
  width: 31px;
  height: 31px;
}

@media (max-width: 1180px) {
  .hartl-hwf-overview__layout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 335px);
  }

  .hartl-hwf-audience {
    padding-right: calc(335px + var(--hartl-hwf-gap) + 22px);
  }

  .hartl-hwf-audience__list {
    grid-template-columns: repeat(3, minmax(74px, 1fr));
    row-gap: 12px;
  }
}

@media (max-width: 1024px) {
  .hartl-hwf-overview__layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hartl-hwf-overview__content,
  .hartl-hwf-form-card,
  .hartl-hwf-audience {
    grid-column: 1;
    grid-row: auto;
  }

  .hartl-hwf-form-card {
    margin: 0;
  }

  .hartl-hwf-audience {
    margin-top: 0;
    padding: 23px 24px 24px;
  }

  .hartl-hwf-audience__inner {
    grid-template-columns: 1fr;
  }

  .hartl-hwf-audience__list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .hartl-hwf-overview {
    margin-top: 20px !important;
  }

  .hartl-hwf-overview__wrap {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hartl-hwf-overview__top-grid,
  .hartl-hwf-speakers__grid {
    grid-template-columns: 1fr;
  }

  .hartl-hwf-card {
    padding: 24px 22px;
  }

  .hartl-hwf-card__image {
    aspect-ratio: 16 / 8.6;
  }

  .hartl-hwf-speaker {
    grid-template-columns: 100px minmax(0, 1fr);
  }

  .hartl-hwf-form-card__form .col-sm-6,
  .hartl-hwf-form-card__form .col-md-6 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .hartl-hwf-audience__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .hartl-hwf-overview__wrap {
    padding-right: 14px;
    padding-left: 14px;
  }

  .hartl-hwf-overview__layout {
    gap: 18px;
  }

  .hartl-hwf-card,
  .hartl-hwf-form-card__inner {
    padding: 22px 18px;
  }

  .hartl-hwf-speaker {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
  }

  .hartl-hwf-speaker__quote {
    font-size: 14px;
  }

  .hartl-hwf-audience {
    padding: 22px 18px;
  }

  .hartl-hwf-audience__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }

  .hartl-hwf-form-card__form .input_anfordern .button {
    width: 100%;
    min-width: 0;
  }
}

/* v1.0.1 – breiter ausrichten wie der Herausforderungen-Block + Formular wie Entwurf */
.hartl-hwf-overview {
  --hartl-hwf-max-width: 1500px;
  --hartl-hwf-content-left: max(42px, calc((100vw - var(--hartl-hwf-max-width)) / 2));
  --hartl-hwf-content-right: max(42px, calc((100vw - var(--hartl-hwf-max-width)) / 2));
  margin-top: 30px !important;
  font-family: Roboto, sans-serif;
}

.hartl-hwf-overview__wrap {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: var(--hartl-hwf-content-left);
  padding-right: var(--hartl-hwf-content-right);
}

.hartl-hwf-overview__layout {
  grid-template-columns: minmax(0, 1fr) minmax(330px, 370px);
  gap: 0 clamp(30px, 2.8vw, 46px);
}

.hartl-hwf-overview__top-grid {
  gap: clamp(18px, 1.8vw, 28px);
}

.hartl-hwf-card {
  padding: clamp(24px, 2vw, 32px) clamp(24px, 2.2vw, 34px);
}

.hartl-hwf-card__title,
.hartl-hwf-speakers__title,
.hartl-hwf-form-card h2,
.hartl-hwf-audience h2,
.hartl-hwf-speaker__body h3,
.hartl-hwf-form-card__form input,
.hartl-hwf-form-card__form textarea,
.hartl-hwf-form-card__form select,
.hartl-hwf-form-card__form .hef-button,
.hartl-hwf-form-card__form .wpcf7-submit,
.hartl-hwf-form-card__form b {
  font-family: Roboto, sans-serif !important;
}

.hartl-hwf-check-list li,
.hartl-hwf-topic-list li,
.hartl-hwf-topic-closing,
.hartl-hwf-speaker__body li,
.hartl-hwf-audience__list li,
.hartl-hwf-form-card__lead,
.hartl-hwf-form-card__note,
.hartl-hwf-form-card__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.hartl-hwf-form-card__form textarea,
.hartl-hwf-form-card__form select,
.hartl-hwf-form-card__form .accept,
.hartl-hwf-form-card__form .hef-cotnact-accept,
.hartl-hwf-form-card__form .hef-contact-accept {
  font-weight: 500 !important;
}

.hartl-hwf-card__title,
.hartl-hwf-speakers__title,
.hartl-hwf-form-card h2,
.hartl-hwf-audience h2,
.hartl-hwf-speaker__body h3 {
  font-weight: 800 !important;
}

.hartl-hwf-topic-list li {
  align-items: center;
  line-height: 1.28;
}

.hartl-hwf-form-card {
  margin-bottom: -48px;
  border-radius: 5px;
}

.hartl-hwf-form-card__inner {
  padding: clamp(23px, 2.1vw, 32px) clamp(22px, 2.1vw, 30px) clamp(28px, 2.35vw, 36px);
}

.hartl-hwf-form-card h2 {
  margin-bottom: 10px;
}

.hartl-hwf-form-card__lead {
  margin: 0 0 22px;
  font-size: clamp(13px, .9vw, 14.5px);
  line-height: 1.35;
}

.hartl-hwf-form-card__form .hartl-hwf-interest-form,
.hartl-hwf-form-card__form .hartl-hwf-cf7 {
  display: block;
}

.hartl-hwf-form-card__form .hartl-hwf-interest-form .wpcf7-form-control-wrap {
  margin: 0 0 10px;
}

.hartl-hwf-form-card__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.hartl-hwf-form-card__form textarea,
.hartl-hwf-form-card__form select {
  min-height: 39px;
  padding: 10px 12px !important;
  font-size: 13px !important;
  border-radius: 2px !important;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__group-title,
.hartl-hwf-form-card__form b {
  display: block;
  margin: 16px 0 9px;
  color: #fff;
  font-size: 12.5px;
  font-weight: 700 !important;
  line-height: 1.3;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__checks {
  margin: 0 0 12px;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__checks .wpcf7-form-control,
.hartl-hwf-form-card__form .hef-topic-check {
  display: grid;
  gap: 6px;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__checks .wpcf7-list-item,
.hartl-hwf-form-card__form .hef-topic-check .wpcf7-list-item {
  display: block;
  margin: 0 !important;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__checks label,
.hartl-hwf-form-card__form .hef-topic-check label {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  margin: 0;
  color: rgba(255, 255, 255, .96);
  font-size: 12.3px;
  font-weight: 500;
  line-height: 1.28;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__checks input[type="checkbox"],
.hartl-hwf-form-card__form .hef-topic-check input[type="checkbox"],
.hartl-hwf-form-card__form input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 13px;
  height: 13px;
  margin: 1px 0 0 !important;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, .95);
  border-radius: 1px;
  box-shadow: none;
  cursor: pointer;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__checks input[type="checkbox"]:checked,
.hartl-hwf-form-card__form .hef-topic-check input[type="checkbox"]:checked,
.hartl-hwf-form-card__form input[type="checkbox"]:checked {
  background: #062333;
  border-color: #062333;
  box-shadow: inset 0 0 0 3px #fff;
}

.hartl-hwf-form-card__form .accept,
.hartl-hwf-form-card__form .hef-cotnact-accept,
.hartl-hwf-form-card__form .hef-contact-accept {
  margin-top: 10px;
  font-size: 11.2px;
  line-height: 1.34;
}

.hartl-hwf-form-card__form .wpcf7-acceptance label {
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 8px;
}

.hartl-hwf-form-card__form .input_anfordern {
  margin-top: 15px;
}

.hartl-hwf-form-card__form .input_anfordern .button {
  min-width: 230px;
  min-height: 52px;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
}

.hartl-hwf-form-card__form .hef-button,
.hartl-hwf-form-card__form .wpcf7-submit:not(.hartl_anfordern) {
  min-height: 52px;
  padding-left: 22px;
  background: var(--hartl-hwf-dark) !important;
  border-radius: 2px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: .01em;
}

.hartl-hwf-form-card__form .hef-button-arrow {
  width: 56px;
  color: #fff;
  background: var(--hartl-hwf-green-dark);
  clip-path: polygon(17px 0, 100% 0, 100% 100%, 0 100%);
}

.hartl-hwf-form-card__form .hef-button-arrow svg {
  width: 17px;
  height: 10px;
  transform: translateX(3px);
}

.hartl-hwf-form-card__note {
  margin-top: 15px;
  font-size: 11.2px;
}

.hartl-hwf-audience {
  margin-top: 34px;
  padding-right: calc(370px + clamp(30px, 2.8vw, 46px) + 28px);
}

.hartl-hwf-audience__inner {
  grid-template-columns: minmax(175px, 225px) minmax(0, 1fr);
}

.hartl-hwf-audience__list {
  grid-template-columns: repeat(6, minmax(82px, 1fr));
}

@media (max-width: 1280px) {
  .hartl-hwf-overview__layout {
    grid-template-columns: minmax(0, 1fr) minmax(315px, 350px);
  }

  .hartl-hwf-audience {
    padding-right: calc(350px + clamp(24px, 2.3vw, 36px) + 24px);
  }
}

@media (max-width: 1024px) {
  .hartl-hwf-overview__wrap {
    padding-left: max(24px, calc((100vw - 940px) / 2));
    padding-right: max(24px, calc((100vw - 940px) / 2));
  }

  .hartl-hwf-audience {
    padding-right: 24px;
  }

  .hartl-hwf-audience__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .hartl-hwf-overview__wrap {
    padding-right: 18px;
    padding-left: 18px;
  }
}

@media (max-width: 560px) {
  .hartl-hwf-form-card__form .input_anfordern .button {
    width: 100%;
    min-width: 0;
  }
}


/* v1.0.2 – gleiche linke Linie wie Herausforderungen/Header, einheitlicher Dunkelblau-Ton und sauberer Button */
.hartl-hwf-overview {
  --hartl-hwf-dark: #052a3e;
  --hartl-hwf-max-width: 1500px;
  margin-top: 34px !important;
}

.hartl-hwf-overview__wrap {
  padding-left: var(--hartl-hwf-content-left) !important;
  padding-right: var(--hartl-hwf-content-right) !important;
}

.hartl-hwf-overview__layout {
  grid-template-columns: minmax(0, 1fr) minmax(330px, 365px);
  gap: 0 clamp(28px, 2.4vw, 40px);
}

.hartl-hwf-form-card,
.hartl-hwf-audience,
.hartl-hwf-form-card__form .hef-button,
.hartl-hwf-form-card__form .wpcf7-submit:not(.hartl_anfordern) {
  --hartl-hwf-dark: #052a3e;
}

.hartl-hwf-audience {
  background: #052a3e !important;
}

.hartl-hwf-card__title,
.hartl-hwf-speakers__title,
.hartl-hwf-audience h2 {
  color: #052a3e;
}

.hartl-hwf-topic-list {
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.hartl-hwf-topic-list li {
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.hartl-hwf-topic-icon {
  margin-left: -3px;
}

.hartl-hwf-form-card__note {
  display: none !important;
}

.hartl-hwf-form-card__form .input_anfordern .button {
  min-width: 245px;
  min-height: 52px;
  background: transparent !important;
}

.hartl-hwf-form-card__form .hef-button,
.hartl-hwf-form-card__form .wpcf7-submit:not(.hartl_anfordern) {
  min-height: 52px;
  padding: 0 18px 0 22px !important;
  justify-content: flex-start !important;
  gap: 12px;
  background: #052a3e !important;
  border-radius: 2px !important;
  overflow: hidden;
}

.hartl-hwf-form-card__form .hef-button > span:first-child {
  padding-right: 0 !important;
}

.hartl-hwf-form-card__form .hef-button-arrow {
  width: 22px !important;
  min-width: 22px;
  align-self: center;
  color: #fff !important;
  background: transparent !important;
  clip-path: none !important;
  transform: none !important;
}

.hartl-hwf-form-card__form .hef-button-arrow svg {
  display: block !important;
  width: 18px !important;
  height: 10px !important;
  color: #fff !important;
  opacity: 1 !important;
  transform: none !important;
}

.hartl-hwf-form-card__form .hef-button-arrow::before,
.hartl-hwf-form-card__form .hef-button-arrow::after {
  content: none !important;
  display: none !important;
}

@media (min-width: 1025px) {
  .hartl-hwf-overview__content {
    max-width: none;
  }
}

@media (max-width: 1024px) {
  .hartl-hwf-overview__wrap {
    padding-left: max(24px, calc((100vw - 940px) / 2)) !important;
    padding-right: max(24px, calc((100vw - 940px) / 2)) !important;
  }
}

@media (max-width: 820px) {
  .hartl-hwf-overview__wrap {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

@media (max-width: 560px) {
  .hartl-hwf-overview__wrap {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}


/* v1.0.3 – sauberes mobiles Konzept, korrigierter Audience-Balken, Button mit sichtbarem Pfeil und Van Dijk Com für Zitate */
.hartl-hwf-overview {
  --hartl-hwf-dark: #052a3e;
  --hartl-hwf-base-font: Roboto, Arial, Helvetica, sans-serif;
  --hartl-hwf-quote-font: "Van Dijk Com", "Van Dijk", "Brush Script MT", "Segoe Script", cursive;
  color: var(--hartl-hwf-text);
  font-family: var(--hartl-hwf-base-font);
}

.hartl-hwf-card__title,
.hartl-hwf-speakers__title,
.hartl-hwf-form-card h2,
.hartl-hwf-audience h2,
.hartl-hwf-speaker__body h3,
.hartl-hwf-check-list li,
.hartl-hwf-topic-list li,
.hartl-hwf-topic-closing,
.hartl-hwf-speaker__body li,
.hartl-hwf-audience__list li,
.hartl-hwf-form-card__lead,
.hartl-hwf-form-card__note,
.hartl-hwf-form-card__form,
.hartl-hwf-form-card__form input,
.hartl-hwf-form-card__form textarea,
.hartl-hwf-form-card__form select,
.hartl-hwf-form-card__form .accept,
.hartl-hwf-form-card__form .hef-cotnact-accept,
.hartl-hwf-form-card__form .hef-contact-accept,
.hartl-hwf-form-card__form .hef-button {
  font-family: var(--hartl-hwf-base-font) !important;
}

.hartl-hwf-speaker__quote {
  display: inline-block;
  margin-top: 16px;
  color: var(--hartl-hwf-green);
  font-family: var(--hartl-hwf-quote-font) !important;
  font-size: clamp(24px, 2vw, 32px);
  font-style: italic;
  font-weight: 400 !important;
  line-height: 1.05;
  letter-spacing: .01em;
  transform: rotate(-3deg);
  transform-origin: left center;
}

.hartl-hwf-overview__top-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 1.8vw, 28px);
}

.hartl-hwf-topic-list {
  gap: 11px;
}

.hartl-hwf-topic-list li {
  grid-template-columns: 25px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
}

.hartl-hwf-topic-icon {
  width: 24px;
  height: 24px;
  margin-left: 0;
}

.hartl-hwf-form-card__form .hartl-hwf-interest-form,
.hartl-hwf-form-card__form .hartl-hwf-cf7,
.hartl-hwf-form-card__form form,
.hartl-hwf-form-card__form p {
  margin: 0 !important;
}

.hartl-hwf-form-card__form .wpcf7-form-control-wrap {
  margin: 0 0 8px !important;
}

.hartl-hwf-form-card__form .hef-phone .wpcf7-form-control-wrap,
.hartl-hwf-form-card__form .hef-email .wpcf7-form-control-wrap,
.hartl-hwf-form-card__form .hef-contact-phone .wpcf7-form-control-wrap,
.hartl-hwf-form-card__form .hef-contact-email .wpcf7-form-control-wrap {
  margin-bottom: 8px !important;
}

.hartl-hwf-form-card__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.hartl-hwf-form-card__form textarea,
.hartl-hwf-form-card__form select {
  font-weight: 500 !important;
}

.hartl-hwf-form-card__form textarea {
  min-height: 84px;
}

.hartl-hwf-form-card__form .input_anfordern {
  margin-top: 16px;
}

.hartl-hwf-form-card__form .input_anfordern .button {
  display: inline-flex;
  width: 100%;
  max-width: 248px;
  min-width: 0;
  min-height: 52px;
}

.hartl-hwf-form-card__form .hef-button,
.hartl-hwf-form-card__form .wpcf7-submit:not(.hartl_anfordern) {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  min-height: 52px;
  padding: 0 16px 0 22px !important;
  color: #fff !important;
  background: #052a3e !important;
  border-radius: 2px !important;
  overflow: hidden;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .01em;
}

.hartl-hwf-form-card__form .hef-button > span:first-child {
  flex: 1 1 auto;
  padding-right: 6px !important;
}

.hartl-hwf-form-card__form .hef-button-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px !important;
  min-width: 34px;
  height: 34px;
  color: #fff !important;
  background: transparent !important;
  clip-path: none !important;
  overflow: hidden;
}

.hartl-hwf-form-card__form .hef-button-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--hartl-hwf-green);
  border-radius: 2px;
  transform: skewX(-18deg);
}

.hartl-hwf-form-card__form .hef-button-arrow::after {
  content: none !important;
}

.hartl-hwf-form-card__form .hef-button-arrow svg {
  position: relative;
  z-index: 1;
  width: 16px !important;
  height: 10px !important;
  color: #fff !important;
  opacity: 1 !important;
}

.hartl-hwf-audience {
  margin-top: 34px;
  padding: 22px calc(365px + clamp(28px, 2.4vw, 40px) + 24px) 22px 24px;
  background: #052a3e !important;
}

.hartl-hwf-audience::before {
  background: linear-gradient(90deg, rgba(0, 140, 72, .12), rgba(0, 140, 72, 0));
}

.hartl-hwf-audience__inner {
  grid-template-columns: minmax(170px, 220px) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.hartl-hwf-audience h2 {
  color: #fff !important;
  font-size: clamp(16px, 1.08vw, 19px);
  font-weight: 800 !important;
  line-height: 1.22;
}

.hartl-hwf-audience__list {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px 10px;
}

.hartl-hwf-audience__list li {
  gap: 8px;
  color: rgba(255,255,255,.96);
  font-size: clamp(10.5px, .76vw, 12px);
  line-height: 1.18;
}

.hartl-hwf-audience__list li > span:last-child {
  display: block;
  max-width: 108px;
  margin: 0 auto;
  text-wrap: balance;
}

.hartl-hwf-audience__icon {
  width: 28px;
  height: 28px;
}

.hartl-hwf-audience__list li:nth-child(3) > span:last-child,
.hartl-hwf-audience__list li:nth-child(4) > span:last-child {
  max-width: 92px;
}

.hartl-hwf-overview.hartl-hwf-is-tablet .hartl-hwf-overview__layout {
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.hartl-hwf-overview.hartl-hwf-is-tablet .hartl-hwf-form-card {
  grid-column: 1;
  grid-row: auto;
  max-width: 640px;
  margin: 0;
}

.hartl-hwf-overview.hartl-hwf-is-tablet .hartl-hwf-audience {
  grid-column: 1;
  grid-row: auto;
  margin-top: 0;
  padding: 22px 24px;
}

.hartl-hwf-overview.hartl-hwf-is-tablet .hartl-hwf-audience__inner {
  grid-template-columns: 1fr;
}

.hartl-hwf-overview.hartl-hwf-is-tablet .hartl-hwf-audience__list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1100px) {
  .hartl-hwf-overview__layout {
    grid-template-columns: minmax(0, 1fr);
    gap: 24px;
  }

  .hartl-hwf-form-card {
    grid-column: 1;
    grid-row: auto;
    max-width: 640px;
    margin: 0;
  }

  .hartl-hwf-audience {
    grid-column: 1;
    grid-row: auto;
    margin-top: 0;
    padding: 22px 24px;
  }

  .hartl-hwf-audience__inner {
    grid-template-columns: 1fr;
  }

  .hartl-hwf-audience__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.hartl-hwf-overview.hartl-hwf-is-mobile .hartl-hwf-overview__wrap {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.hartl-hwf-overview.hartl-hwf-is-mobile .hartl-hwf-overview__top-grid,
.hartl-hwf-overview.hartl-hwf-is-mobile .hartl-hwf-speakers__grid {
  grid-template-columns: 1fr;
}

.hartl-hwf-overview.hartl-hwf-is-mobile .hartl-hwf-card,
.hartl-hwf-overview.hartl-hwf-is-mobile .hartl-hwf-form-card__inner,
.hartl-hwf-overview.hartl-hwf-is-mobile .hartl-hwf-audience {
  padding-left: 18px;
  padding-right: 18px;
}

.hartl-hwf-overview.hartl-hwf-is-mobile .hartl-hwf-speaker {
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 14px;
}

.hartl-hwf-overview.hartl-hwf-is-mobile .hartl-hwf-audience__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hartl-hwf-overview.hartl-hwf-is-mobile .hartl-hwf-form-card {
  max-width: none;
}

@media (max-width: 780px) {
  .hartl-hwf-overview__wrap {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .hartl-hwf-overview__top-grid,
  .hartl-hwf-speakers__grid {
    grid-template-columns: 1fr;
  }

  .hartl-hwf-card,
  .hartl-hwf-form-card__inner,
  .hartl-hwf-audience {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hartl-hwf-speaker {
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 14px;
  }

  .hartl-hwf-audience__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hartl-hwf-form-card {
    max-width: none;
  }
}

.hartl-hwf-overview.hartl-hwf-is-tiny .hartl-hwf-overview__wrap {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.hartl-hwf-overview.hartl-hwf-is-tiny .hartl-hwf-card {
  padding: 18px 16px;
}

.hartl-hwf-overview.hartl-hwf-is-tiny .hartl-hwf-card__image {
  aspect-ratio: 16 / 10;
}

.hartl-hwf-overview.hartl-hwf-is-tiny .hartl-hwf-speakers {
  margin-top: 24px;
}

.hartl-hwf-overview.hartl-hwf-is-tiny .hartl-hwf-speaker {
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 12px;
}

.hartl-hwf-overview.hartl-hwf-is-tiny .hartl-hwf-speaker__quote {
  font-size: 23px;
}

.hartl-hwf-overview.hartl-hwf-is-tiny .hartl-hwf-form-card__inner {
  padding: 18px 16px 20px;
}

.hartl-hwf-overview.hartl-hwf-is-tiny .hartl-hwf-form-card__form .input_anfordern .button {
  max-width: none;
}

.hartl-hwf-overview.hartl-hwf-is-tiny .hartl-hwf-audience {
  padding: 18px 16px;
}

.hartl-hwf-overview.hartl-hwf-is-tiny .hartl-hwf-audience__list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 8px;
}

.hartl-hwf-overview.hartl-hwf-is-tiny .hartl-hwf-audience__list li > span:last-child {
  max-width: 96px;
}

@media (max-width: 560px) {
  .hartl-hwf-overview {
    margin-top: 24px !important;
  }

  .hartl-hwf-overview__wrap {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .hartl-hwf-card {
    padding: 18px 16px;
  }

  .hartl-hwf-card__image {
    aspect-ratio: 16 / 10;
  }

  .hartl-hwf-speakers {
    margin-top: 24px;
  }

  .hartl-hwf-speaker {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 12px;
  }

  .hartl-hwf-speaker__quote {
    font-size: 23px;
  }

  .hartl-hwf-form-card__inner {
    padding: 18px 16px 20px;
  }

  .hartl-hwf-form-card__form .input_anfordern .button {
    max-width: none;
  }

  .hartl-hwf-audience {
    padding: 18px 16px;
  }

  .hartl-hwf-audience__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 8px;
  }

  .hartl-hwf-audience__list li > span:last-child {
    max-width: 96px;
  }
}


/* v1.0.4 – Font-Vorbereitung, kleinere Zitate, gleichmäßiges Formular, sicher sichtbarer Button-Pfeil und Icon im Zielgruppenbalken */
@font-face {
  font-family: "Van Dijk Com";
  src: url("fonts/VanDijkCom.woff2") format("woff2"),
       url("fonts/VanDijkCom.woff") format("woff");
  font-display: swap;
}

.hartl-hwf-overview {
  --hartl-hwf-quote-font: "Van Dijk Com", "Segoe Script", "Brush Script MT", cursive;
  --hartl-hwf-dark: #052a3e;
}

.hartl-hwf-speaker__quote {
  margin-top: 12px !important;
  font-family: var(--hartl-hwf-quote-font) !important;
  font-size: clamp(18px, 1.36vw, 23px) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.12 !important;
  transform: rotate(-2.2deg) !important;
}

.hartl-hwf-form-card__form br {
  display: none !important;
}

.hartl-hwf-form-card__form .wpcf7-form-control-wrap.confirm_mail,
.hartl-hwf-form-card__form .wpcf7-form-control-wrap[data-name="confirm_mail"],
.hartl-hwf-form-card__form .hp-wrap,
.hartl-hwf-form-card__form .wpcf7-honeypot {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__fields {
  display: grid;
  gap: 8px;
  margin: 0 0 0 !important;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__fields .wpcf7-form-control-wrap,
.hartl-hwf-form-card__form .hartl-hwf-cf7__fields p {
  margin: 0 !important;
}

.hartl-hwf-form-card__form .wpcf7-form-control-wrap {
  display: block !important;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__fields input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
  min-height: 38px !important;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__group-title,
.hartl-hwf-form-card__form b {
  margin-top: 16px !important;
  margin-bottom: 10px !important;
  font-size: 12.2px !important;
  line-height: 1.3 !important;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__checks,
.hartl-hwf-form-card__form .hef-topic-check {
  display: grid !important;
  gap: 7px !important;
  margin-bottom: 0 !important;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__checks .wpcf7-list-item,
.hartl-hwf-form-card__form .hef-topic-check .wpcf7-list-item {
  margin: 0 !important;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__checks label,
.hartl-hwf-form-card__form .hef-topic-check label {
  gap: 9px !important;
  line-height: 1.3 !important;
}

.hartl-hwf-form-card__form .accept,
.hartl-hwf-form-card__form .hef-cotnact-accept,
.hartl-hwf-form-card__form .hef-contact-accept {
  margin-top: 16px !important;
  padding-top: 0 !important;
  font-size: 11px !important;
  line-height: 1.36 !important;
}

.hartl-hwf-form-card__form .wpcf7-acceptance label {
  gap: 9px !important;
}

.hartl-hwf-form-card__form .input_anfordern {
  margin-top: 17px !important;
}

.hartl-hwf-form-card__form .input_anfordern .button {
  max-width: 250px !important;
}

.hartl-hwf-form-card__form .hef-button {
  min-height: 52px !important;
  padding-right: 13px !important;
}

.hartl-hwf-overview .hartl-hwf-form-card__form .hef-button-arrow {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  min-width: 36px !important;
  height: 34px !important;
  color: #fff !important;
  background: transparent !important;
  clip-path: none !important;
  overflow: visible !important;
}

.hartl-hwf-overview .hartl-hwf-form-card__form .hef-button-arrow::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  display: block !important;
  background: var(--hartl-hwf-green) !important;
  border-radius: 2px !important;
  transform: skewX(-18deg) !important;
}

.hartl-hwf-overview .hartl-hwf-form-card__form .hef-button-arrow::after {
  content: "" !important;
  position: absolute !important;
  z-index: 2 !important;
  display: block !important;
  width: 9px !important;
  height: 9px !important;
  border-top: 2px solid #fff !important;
  border-right: 2px solid #fff !important;
  transform: translateX(-1px) rotate(45deg) !important;
}

.hartl-hwf-overview .hartl-hwf-form-card__form .hef-button-arrow svg {
  position: absolute !important;
  z-index: 2 !important;
  display: none !important;
}

.hartl-hwf-audience h2 {
  display: grid !important;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.hartl-hwf-audience h2::before {
  content: "" !important;
  display: block !important;
  width: 29px;
  height: 29px;
  background: var(--hartl-hwf-green);
  -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm8 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM3.5 20a4.5 4.5 0 0 1 9 0M11.5 20a4.5 4.5 0 0 1 9 0' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 11a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm8 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6ZM3.5 20a4.5 4.5 0 0 1 9 0M11.5 20a4.5 4.5 0 0 1 9 0' stroke='black' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E") center / contain no-repeat;
}

@media (max-width: 780px) {
  .hartl-hwf-speaker__quote {
    font-size: 21px !important;
  }

  .hartl-hwf-audience h2 {
    grid-template-columns: 30px minmax(0, 1fr);
  }
}

@media (max-width: 560px) {
  .hartl-hwf-speaker__quote {
    font-size: 19px !important;
  }

  .hartl-hwf-form-card__form .input_anfordern .button {
    max-width: none !important;
  }
}


/* v1.0.5 – Formular-Reset, Header-Button-Optik, kein „mehr laden“, besseres Überlappen mit Zielgruppenbalken */
section.m1_text:has(.hartl-hwf-overview) .read_more_btn,
section.m1_text:has(.hartl-hwf-overview) .read-more,
section.m1_text:has(.hartl-hwf-overview) .load-more,
.hartl-hwf-host-section .read_more_btn,
.hartl-hwf-host-section .read-more,
.hartl-hwf-host-section .load-more {
  display: none !important;
}

.hartl-hwf-overview {
  --hartl-hwf-dark: #052a3e;
  --hartl-hwf-quote-font: "Van Dijk Com", "Van Dijk", "Segoe Script", "Brush Script MT", cursive;
}

.hartl-hwf-speakers__grid {
  align-items: start;
}

.hartl-hwf-speaker__quote {
  margin-top: 18px !important;
  font-family: var(--hartl-hwf-quote-font) !important;
  font-size: clamp(17px, 1.16vw, 20px) !important;
  font-style: italic !important;
  font-weight: 400 !important;
  line-height: 1.16 !important;
  transform: translateY(7px) rotate(-2.2deg) !important;
}

.hartl-hwf-overview__layout {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 370px);
}

.hartl-hwf-form-card {
  z-index: 6;
  margin-bottom: -92px !important;
  border-radius: 5px;
}

.hartl-hwf-form-card__inner {
  padding-bottom: 36px !important;
}

.hartl-hwf-form-card__form {
  font-family: var(--hartl-hwf-base-font, Roboto, Arial, Helvetica, sans-serif) !important;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__fields {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__fields p,
.hartl-hwf-form-card__form .hartl-hwf-cf7__fields br {
  display: contents !important;
  margin: 0 !important;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__fields .wpcf7-form-control-wrap,
.hartl-hwf-form-card__form .wpcf7-form-control-wrap[data-name="firstname"],
.hartl-hwf-form-card__form .wpcf7-form-control-wrap[data-name="lastname"],
.hartl-hwf-form-card__form .wpcf7-form-control-wrap[data-name="company"],
.hartl-hwf-form-card__form .wpcf7-form-control-wrap[data-name="email"],
.hartl-hwf-form-card__form .wpcf7-form-control-wrap[data-name="phone"] {
  display: block !important;
  margin: 0 !important;
}

.hartl-hwf-form-card__form .wpcf7-form-control-wrap.confirm_mail,
.hartl-hwf-form-card__form .wpcf7-form-control-wrap[data-name="confirm_mail"],
.hartl-hwf-form-card__form .hp-wrap,
.hartl-hwf-form-card__form .wpcf7-honeypot,
.hartl-hwf-form-card__form input[name*="confirm_mail"] {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

.hartl-hwf-form-card__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.hartl-hwf-form-card__form textarea,
.hartl-hwf-form-card__form select {
  min-height: 38px !important;
  margin: 0 !important;
  font-weight: 500 !important;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__group-title,
.hartl-hwf-form-card__form b {
  margin-top: 22px !important;
  margin-bottom: 12px !important;
  font-size: 12.2px !important;
  line-height: 1.33 !important;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__checks,
.hartl-hwf-form-card__form .hef-topic-check {
  display: grid !important;
  gap: 8px !important;
  margin: 0 !important;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__checks .wpcf7-form-control,
.hartl-hwf-form-card__form .hef-topic-check.wpcf7-form-control {
  display: grid !important;
  gap: 8px !important;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__checks label,
.hartl-hwf-form-card__form .hef-topic-check label {
  gap: 9px !important;
  line-height: 1.32 !important;
}

.hartl-hwf-form-card__form .accept,
.hartl-hwf-form-card__form .hef-cotnact-accept,
.hartl-hwf-form-card__form .hef-contact-accept {
  margin-top: 18px !important;
  padding-top: 0 !important;
  font-size: 10.8px !important;
  line-height: 1.36 !important;
}

.hartl-hwf-form-card__form .input_anfordern {
  position: relative;
  margin-top: 22px !important;
  padding: 0 !important;
}

/* Neuer robuster CF7-Submit: gleiche Logik wie Header-Button, Pfeil als Background-Icon */
.hartl-hwf-form-card__form input[type="submit"].hartl-hwf-submit,
.hartl-hwf-form-card__form .wpcf7-submit.hartl-hwf-submit {
  -webkit-appearance: none !important;
  appearance: none !important;
  display: inline-flex !important;
  width: auto !important;
  min-width: 225px !important;
  max-width: 100% !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 0 52px 0 22px !important;
  color: #fff !important;
  background-color: #052a3e !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.01 257.27'%3E%3Cpath fill='white' d='M383.38 0 512.01 128.64 383.38 257.27l-34.77-34.77 69.28-69.28H0v-49.16h417.89l-69.28-69.29z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 18px center !important;
  background-size: 17px 9px !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-family: var(--hartl-hwf-base-font, Roboto, Arial, Helvetica, sans-serif) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-align: left !important;
  cursor: pointer !important;
}

.hartl-hwf-form-card__form input[type="submit"].hartl-hwf-submit:hover,
.hartl-hwf-form-card__form input[type="submit"].hartl-hwf-submit:focus {
  background-color: #061d2a !important;
}

/* Altes Button-Markup bleibt trotzdem sauber, falls CF7 noch nicht getauscht wurde */
.hartl-hwf-form-card__form .input_anfordern .button {
  max-width: 245px !important;
  min-height: 50px !important;
}

.hartl-hwf-form-card__form .hef-button {
  min-height: 50px !important;
  padding: 0 48px 0 22px !important;
  background-color: #052a3e !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.01 257.27'%3E%3Cpath fill='white' d='M383.38 0 512.01 128.64 383.38 257.27l-34.77-34.77 69.28-69.28H0v-49.16h417.89l-69.28-69.29z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 18px center !important;
  background-size: 17px 9px !important;
  border-radius: 0 !important;
}

.hartl-hwf-form-card__form .hef-button-arrow {
  display: none !important;
}

.hartl-hwf-form-card__form .input_anfordern .button input[type="submit"].hartl_anfordern {
  position: absolute !important;
  inset: 0 !important;
  z-index: 5 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 50px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  cursor: pointer !important;
}

.hartl-hwf-audience {
  min-height: 88px;
  margin-top: 48px !important;
  margin-right: -58px !important;
  padding: 22px calc(370px + clamp(28px, 2.4vw, 40px) + 66px) 22px 24px !important;
  background: #052a3e !important;
}

.hartl-hwf-audience__inner {
  align-items: center;
}

.hartl-hwf-audience h2 {
  color: #fff !important;
}

@media (max-width: 1100px) {
  .hartl-hwf-form-card {
    margin-bottom: 0 !important;
  }

  .hartl-hwf-audience {
    margin-right: 0 !important;
    padding: 22px 24px !important;
  }
}

@media (max-width: 560px) {
  .hartl-hwf-form-card__form input[type="submit"].hartl-hwf-submit,
  .hartl-hwf-form-card__form .wpcf7-submit.hartl-hwf-submit {
    width: 100% !important;
  }
}


/* v1.0.6 – Van-Dijk-local-Fallback, Header-Button, sichtbarer kompletter Formularbereich, längerer Zielgruppenbalken */
@font-face {
  font-family: "Van Dijk Com";
  src: local("Van Dijk Com"),
       local("Van Dijk Com Regular"),
       local("VanDijkCom"),
       local("VanDijkCom-Regular"),
       url("fonts/VanDijkCom.woff2") format("woff2"),
       url("fonts/VanDijkCom.woff") format("woff");
  font-display: swap;
}

.hartl-hwf-overview,
.hartl-hwf-overview--bleed,
.hartl-hwf-overview__wrap,
.hartl-hwf-overview__layout,
.hartl-hwf-host-section,
.hartl-hwf-host-container {
  overflow: visible !important;
}

.hartl-hwf-overview {
  --hartl-hwf-dark: rgba(5, 43, 64, .96);
  --hartl-hwf-dark-solid: #052b40;
  --hartl-hwf-quote-font: "Van Dijk Com", "Segoe Print", "Bradley Hand ITC", "Segoe Script", "Brush Script MT", cursive;
}

.hartl-hwf-speaker__quote {
  margin-top: 22px !important;
  margin-left: 0 !important;
  max-width: 430px;
  color: var(--hartl-hwf-green) !important;
  font-family: var(--hartl-hwf-quote-font) !important;
  font-size: clamp(18px, 1.28vw, 24px) !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.12 !important;
  letter-spacing: .01em;
  transform: translateY(10px) rotate(-2.5deg) !important;
}

.hartl-hwf-speaker:nth-child(2) .hartl-hwf-speaker__quote {
  margin-top: 26px !important;
  transform: translateY(12px) rotate(-2.5deg) !important;
}

.hartl-hwf-form-card {
  z-index: 10 !important;
  margin-bottom: -118px !important;
  box-shadow: 0 20px 48px rgba(1, 22, 34, .15) !important;
}

.hartl-hwf-form-card__inner {
  padding-bottom: 42px !important;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__fields {
  gap: 8px !important;
}

.hartl-hwf-form-card__form .wpcf7-form-control-wrap[data-name="email"],
.hartl-hwf-form-card__form .wpcf7-form-control-wrap[data-name="phone"],
.hartl-hwf-form-card__form .wpcf7-form-control-wrap.email,
.hartl-hwf-form-card__form .wpcf7-form-control-wrap.phone {
  margin: 0 !important;
}

.hartl-hwf-form-card__form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.hartl-hwf-form-card__form textarea,
.hartl-hwf-form-card__form select {
  min-height: 37px !important;
  padding-top: 9px !important;
  padding-bottom: 9px !important;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__group-title,
.hartl-hwf-form-card__form b {
  margin-top: 25px !important;
  margin-bottom: 13px !important;
  font-weight: 800 !important;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__checks,
.hartl-hwf-form-card__form .hef-topic-check,
.hartl-hwf-form-card__form .hartl-hwf-cf7__checks .wpcf7-form-control,
.hartl-hwf-form-card__form .hef-topic-check.wpcf7-form-control {
  gap: 9px !important;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__checks label,
.hartl-hwf-form-card__form .hef-topic-check label,
.hartl-hwf-form-card__form .wpcf7-list-item label {
  line-height: 1.34 !important;
}

.hartl-hwf-form-card__form .accept,
.hartl-hwf-form-card__form .hef-cotnact-accept,
.hartl-hwf-form-card__form .hef-contact-accept {
  margin-top: 22px !important;
  font-size: 10.7px !important;
  line-height: 1.38 !important;
}

.hartl-hwf-form-card__form .input_anfordern {
  margin-top: 28px !important;
}

.hartl-hwf-form-card__form input[type="submit"].hartl-hwf-submit,
.hartl-hwf-form-card__form .wpcf7-submit.hartl-hwf-submit {
  display: inline-flex !important;
  width: auto !important;
  min-width: 292px !important;
  max-width: 100% !important;
  min-height: 56px !important;
  padding: 0 60px 0 30px !important;
  color: #fff !important;
  background-color: #052b40 !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.01 257.27'%3E%3Cpath fill='white' d='M383.38 0 512.01 128.64 383.38 257.27l-34.77-34.77 69.28-69.28H0v-49.16h417.89l-69.28-69.29z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 24px center !important;
  background-size: 18px 10px !important;
  border: 0 !important;
  border-radius: 0 !important;
  clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  white-space: nowrap !important;
  text-align: left !important;
}

.hartl-hwf-form-card__form input[type="submit"].hartl-hwf-submit:hover,
.hartl-hwf-form-card__form input[type="submit"].hartl-hwf-submit:focus {
  background-color: #061d2a !important;
}

.hartl-hwf-form-card__form .input_anfordern .button {
  max-width: 292px !important;
  min-width: 292px !important;
  min-height: 56px !important;
}

.hartl-hwf-form-card__form .hef-button {
  min-height: 56px !important;
  padding: 0 60px 0 30px !important;
  background-color: #052b40 !important;
  background-position: right 24px center !important;
  background-size: 18px 10px !important;
  clip-path: polygon(14px 0, 100% 0, 100% 100%, 0 100%) !important;
  font-size: 14px !important;
  white-space: nowrap !important;
}

.hartl-hwf-audience {
  position: relative;
  z-index: 1;
  min-height: 105px;
  margin-top: 58px !important;
  margin-right: -128px !important;
  padding: 26px calc(370px + clamp(28px, 2.4vw, 40px) + 128px) 24px 30px !important;
  background: rgba(5, 43, 64, .96) !important;
  box-shadow: 130px 0 0 rgba(5, 43, 64, .96) !important;
}

.hartl-hwf-audience::before {
  background: linear-gradient(90deg, rgba(0, 140, 72, .10), rgba(0, 140, 72, 0)) !important;
}

.hartl-hwf-audience__inner {
  grid-template-columns: minmax(220px, 255px) minmax(0, 1fr) !important;
  gap: 22px !important;
}

.hartl-hwf-audience h2 {
  color: #fff !important;
  font-size: clamp(15px, 1.05vw, 18px) !important;
}

.hartl-hwf-audience__list {
  grid-template-columns: repeat(6, minmax(82px, 1fr)) !important;
  gap: 16px 24px !important;
}

.hartl-hwf-audience__list li {
  font-size: clamp(10px, .68vw, 11.5px) !important;
  line-height: 1.18 !important;
}

.hartl-hwf-audience__list li > span:last-child {
  max-width: 116px !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  hyphens: auto;
}

.hartl-hwf-audience__list li:nth-child(3) > span:last-child,
.hartl-hwf-audience__list li:nth-child(4) > span:last-child {
  max-width: 120px !important;
}

.hartl-hwf-audience__icon {
  width: 30px !important;
  height: 30px !important;
}

@media (max-width: 1280px) {
  .hartl-hwf-audience {
    margin-right: -76px !important;
    padding-right: calc(350px + clamp(24px, 2.3vw, 36px) + 88px) !important;
    box-shadow: 76px 0 0 rgba(5, 43, 64, .96) !important;
  }

  .hartl-hwf-audience__inner {
    grid-template-columns: minmax(190px, 220px) minmax(0, 1fr) !important;
  }

  .hartl-hwf-audience__list {
    gap: 14px 16px !important;
  }
}

@media (max-width: 1100px) {
  .hartl-hwf-form-card {
    margin-bottom: 0 !important;
  }

  .hartl-hwf-audience {
    margin-top: 0 !important;
    margin-right: 0 !important;
    padding: 22px 24px !important;
    box-shadow: none !important;
  }

  .hartl-hwf-audience__inner {
    grid-template-columns: 1fr !important;
  }

  .hartl-hwf-audience__list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 16px 14px !important;
  }
}

@media (max-width: 560px) {
  .hartl-hwf-speaker__quote {
    font-size: 18px !important;
    transform: translateY(4px) rotate(-2deg) !important;
  }

  .hartl-hwf-form-card__form input[type="submit"].hartl-hwf-submit,
  .hartl-hwf-form-card__form .wpcf7-submit.hartl-hwf-submit,
  .hartl-hwf-form-card__form .input_anfordern .button {
    width: 100% !important;
    min-width: 0 !important;
  }

  .hartl-hwf-form-card__form input[type="submit"].hartl-hwf-submit,
  .hartl-hwf-form-card__form .wpcf7-submit.hartl-hwf-submit,
  .hartl-hwf-form-card__form .hef-button {
    min-height: 54px !important;
    padding-left: 24px !important;
    padding-right: 54px !important;
    font-size: 13px !important;
  }
}


/* v1.0.7 – Zitate optional als hochgeladene PNG/SVG-Datei ausgeben */
.hartl-hwf-speaker__quote-image {
  display: block;
  width: auto;
  max-width: min(100%, 360px);
  max-height: 78px;
  margin: 16px 0 0;
  object-fit: contain;
  object-position: left center;
  transform: translateY(6px) rotate(-1.5deg);
}

.hartl-hwf-speaker:nth-child(2) .hartl-hwf-speaker__quote-image {
  max-width: min(100%, 420px);
}

@media (max-width: 780px) {
  .hartl-hwf-speaker__quote-image {
    max-width: min(100%, 300px);
    max-height: 64px;
    margin-top: 12px;
  }
}

@media (max-width: 560px) {
  .hartl-hwf-speaker__quote-image {
    max-width: min(100%, 260px);
    max-height: 58px;
  }
}


/* v1.0.8 – Zitat-Bilder gleich groß + Zielgruppenbalken nur leicht länger als Folge-Bild */
.hartl-hwf-speaker__quote-image {
  display: block !important;
  width: auto !important;
  height: clamp(30px, 2.15vw, 42px) !important;
  max-width: min(100%, 390px) !important;
  max-height: none !important;
  margin: 22px 0 0 !important;
  object-fit: contain !important;
  object-position: left center !important;
  transform: translateY(4px) rotate(-1.5deg) !important;
}

.hartl-hwf-speaker:nth-child(2) .hartl-hwf-speaker__quote-image {
  height: clamp(30px, 2.15vw, 42px) !important;
  max-width: min(100%, 430px) !important;
  margin-top: 22px !important;
  transform: translateY(4px) rotate(-1.5deg) !important;
}

.hartl-hwf-audience {
  margin-right: -58px !important;
  padding-right: calc(370px + clamp(28px, 2.4vw, 40px) + 62px) !important;
  background: rgba(5, 43, 64, .96) !important;
  box-shadow: 58px 0 0 rgba(5, 43, 64, .96) !important;
}

.hartl-hwf-audience__list {
  gap: 16px 18px !important;
}

.hartl-hwf-audience__list li,
.hartl-hwf-audience__list li > span:last-child {
  hyphens: none !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
}

.hartl-hwf-audience__list li > span:last-child {
  max-width: 126px !important;
}

.hartl-hwf-audience__list li:nth-child(3) > span:last-child,
.hartl-hwf-audience__list li:nth-child(4) > span:last-child {
  max-width: 132px !important;
}

@media (max-width: 1280px) {
  .hartl-hwf-audience {
    margin-right: -42px !important;
    padding-right: calc(350px + clamp(24px, 2.3vw, 36px) + 48px) !important;
    box-shadow: 42px 0 0 rgba(5, 43, 64, .96) !important;
  }

  .hartl-hwf-speaker__quote-image,
  .hartl-hwf-speaker:nth-child(2) .hartl-hwf-speaker__quote-image {
    height: clamp(30px, 2.3vw, 40px) !important;
  }
}

@media (max-width: 1100px) {
  .hartl-hwf-audience {
    margin-right: 0 !important;
    padding-right: 24px !important;
    box-shadow: none !important;
  }
}

@media (max-width: 780px) {
  .hartl-hwf-speaker__quote-image,
  .hartl-hwf-speaker:nth-child(2) .hartl-hwf-speaker__quote-image {
    height: 34px !important;
    max-width: min(100%, 320px) !important;
    margin-top: 14px !important;
  }
}

@media (max-width: 560px) {
  .hartl-hwf-speaker__quote-image,
  .hartl-hwf-speaker:nth-child(2) .hartl-hwf-speaker__quote-image {
    height: 30px !important;
    max-width: min(100%, 280px) !important;
  }
}


/* v1.0.9 – Tablet-Breite Formular = Zielgruppenbalken + Feld-Reihenfolge Telefon/Unternehmen */
.hartl-hwf-form-card__form .wpcf7-form-control-wrap[data-name="firstname"] { order: 1; }
.hartl-hwf-form-card__form .wpcf7-form-control-wrap[data-name="lastname"] { order: 2; }
.hartl-hwf-form-card__form .wpcf7-form-control-wrap[data-name="phone"] { order: 3; }
.hartl-hwf-form-card__form .wpcf7-form-control-wrap[data-name="email"] { order: 4; }
.hartl-hwf-form-card__form .wpcf7-form-control-wrap[data-name="company"] { order: 5; }
.hartl-hwf-form-card__form .wpcf7-form-control-wrap[data-name="confirm_mail"],
.hartl-hwf-form-card__form .wpcf7-form-control-wrap.confirm_mail,
.hartl-hwf-form-card__form .hp-wrap,
.hartl-hwf-form-card__form .wpcf7-honeypot { order: 99; }

@media (max-width: 1100px) and (min-width: 781px) {
  .hartl-hwf-overview__layout {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .hartl-hwf-form-card {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    justify-self: stretch !important;
    align-self: stretch !important;
  }

  .hartl-hwf-form-card__inner {
    width: 100% !important;
    padding-left: clamp(22px, 4vw, 42px) !important;
    padding-right: clamp(22px, 4vw, 42px) !important;
  }

  .hartl-hwf-form-card__form .hartl-hwf-cf7__fields {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px 12px !important;
  }

  .hartl-hwf-form-card__form .wpcf7-form-control-wrap[data-name="company"] {
    grid-column: 1 / -1;
  }

  .hartl-hwf-audience {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    padding-left: clamp(22px, 4vw, 42px) !important;
    padding-right: clamp(22px, 4vw, 42px) !important;
    background: rgba(5, 43, 64, .96) !important;
    box-shadow: none !important;
  }

  .hartl-hwf-audience__inner {
    grid-template-columns: minmax(190px, 230px) minmax(0, 1fr) !important;
  }

  .hartl-hwf-audience__list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px 16px !important;
  }
}

@media (max-width: 780px) {
  .hartl-hwf-form-card {
    width: 100% !important;
    max-width: none !important;
    justify-self: stretch !important;
  }
}


/* v1.0.10 – Tablet-Formular-Felder sauber ausrichten */
.hartl-hwf-form-card__form .hartl-hwf-cf7__fields--ordered {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__field {
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__field .wpcf7-form-control-wrap {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__field p,
.hartl-hwf-form-card__form .hartl-hwf-cf7__field br {
  display: none !important;
}

.hartl-hwf-form-card__form .hartl-hwf-cf7__honeypot,
.hartl-hwf-form-card__form .hartl-hwf-cf7__honeypot *,
.hartl-hwf-form-card__form .hartl-hwf-cf7__fields > .wpcf7-form-control-wrap:has(input[name*="confirm_mail"]),
.hartl-hwf-form-card__form .hartl-hwf-cf7__fields > .wpcf7-form-control-wrap:has(input[name*="honeypot"]),
.hartl-hwf-form-card__form .hartl-hwf-cf7__fields > .wpcf7-form-control-wrap:has(input[type="hidden"]) {
  position: absolute !important;
  left: -99999px !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

@media (max-width: 1100px) and (min-width: 781px) {
  .hartl-hwf-form-card__form .hartl-hwf-cf7__fields,
  .hartl-hwf-form-card__form .hartl-hwf-cf7__fields--ordered {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-flow: row !important;
    gap: 10px 14px !important;
    align-items: start !important;
  }

  .hartl-hwf-form-card__form .hartl-hwf-cf7__fields > p,
  .hartl-hwf-form-card__form .hartl-hwf-cf7__fields > br {
    display: none !important;
  }

  .hartl-hwf-form-card__form .hartl-hwf-cf7__field--firstname,
  .hartl-hwf-form-card__form .wpcf7-form-control-wrap[data-name="firstname"] {
    grid-column: 1 !important;
    grid-row: 1 !important;
  }

  .hartl-hwf-form-card__form .hartl-hwf-cf7__field--lastname,
  .hartl-hwf-form-card__form .wpcf7-form-control-wrap[data-name="lastname"] {
    grid-column: 2 !important;
    grid-row: 1 !important;
  }

  .hartl-hwf-form-card__form .hartl-hwf-cf7__field--phone,
  .hartl-hwf-form-card__form .wpcf7-form-control-wrap[data-name="phone"] {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }

  .hartl-hwf-form-card__form .hartl-hwf-cf7__field--email,
  .hartl-hwf-form-card__form .wpcf7-form-control-wrap[data-name="email"] {
    grid-column: 2 !important;
    grid-row: 2 !important;
  }

  .hartl-hwf-form-card__form .hartl-hwf-cf7__field--company,
  .hartl-hwf-form-card__form .wpcf7-form-control-wrap[data-name="company"] {
    grid-column: 1 / -1 !important;
    grid-row: 3 !important;
  }

  .hartl-hwf-form-card__form .hartl-hwf-cf7__fields input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
  .hartl-hwf-form-card__form .hartl-hwf-cf7__fields--ordered input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
    width: 100% !important;
  }
}

@media (max-width: 780px) {
  .hartl-hwf-form-card__form .hartl-hwf-cf7__fields,
  .hartl-hwf-form-card__form .hartl-hwf-cf7__fields--ordered {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .hartl-hwf-form-card__form .hartl-hwf-cf7__field,
  .hartl-hwf-form-card__form .wpcf7-form-control-wrap[data-name="firstname"],
  .hartl-hwf-form-card__form .wpcf7-form-control-wrap[data-name="lastname"],
  .hartl-hwf-form-card__form .wpcf7-form-control-wrap[data-name="phone"],
  .hartl-hwf-form-card__form .wpcf7-form-control-wrap[data-name="email"],
  .hartl-hwf-form-card__form .wpcf7-form-control-wrap[data-name="company"] {
    grid-column: auto !important;
    grid-row: auto !important;
  }
}


/* v1.0.11 – Referenten-Bullets sauber auf Linie bringen */
.hartl-hwf-speaker__body ul {
  display: grid !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.hartl-hwf-speaker__body li {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 6px minmax(0, 1fr) !important;
  column-gap: 10px !important;
  align-items: start !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #2a3948 !important;
  font-size: clamp(12.7px, .92vw, 14px) !important;
  font-weight: 500 !important;
  line-height: 1.38 !important;
  list-style: none !important;
  text-align: left !important;
}

.hartl-hwf-speaker__body li::before {
  content: "" !important;
  position: static !important;
  display: block !important;
  width: 5px !important;
  height: 5px !important;
  margin-top: .52em !important;
  border-radius: 999px !important;
  background: var(--hartl-hwf-green) !important;
}

.hartl-hwf-speaker__body h3 {
  margin-bottom: 9px !important;
}

.hartl-hwf-speaker__body {
  min-width: 0 !important;
}

/* Ansprechpartner & Hartl-Begleitung – integriert und linksbündig wie „Unsere Referenten“ */
.hartl-hwf-contact-strip,
.hartl-hwf-contact-strip * {
  box-sizing: border-box;
}

.hartl-hwf-contact-strip {
  --hartl-hwf-contact-gap: clamp(12px, 1.4vw, 18px);
  grid-column: 1 / -1;
  width: 100%;
  margin: 32px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(390px, .78fr);
  gap: var(--hartl-hwf-contact-gap);
  align-items: start;
  color: var(--hartl-hwf-text);
  font-family: Lato, Arial, Helvetica, sans-serif;
  text-align: left;
}

.hartl-hwf-contact-strip__left {
  min-width: 0;
  padding-left: 0;
}

.hartl-hwf-contact-strip__title {
  margin: 0 0 14px;
  color: var(--hartl-hwf-green);
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: clamp(18px, 1.3vw, 23px);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.015em;
  text-align: left;
}

.hartl-hwf-contact-person {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  min-width: 0;
}

.hartl-hwf-contact-person__photo {
  display: block;
  justify-self: start;
  width: 100%;
  max-width: 108px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 999px;
  background: linear-gradient(135deg, #dfe6e2, #f3f6f4);
}

.hartl-hwf-contact-person__photo--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(6, 29, 42, .42);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hartl-hwf-contact-person__meta {
  min-width: 0;
}

.hartl-hwf-contact-person__line {
  display: grid;
  grid-template-columns: 16px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  color: #223241;
  font-size: clamp(12.8px, .94vw, 14.2px);
  font-weight: 700;
  line-height: 1.3;
}

.hartl-hwf-contact-person__line + .hartl-hwf-contact-person__line {
  margin-top: 6px;
}

.hartl-hwf-contact-person__line--name {
  margin-top: 6px;
  color: var(--hartl-hwf-green);
  font-weight: 900;
}

.hartl-hwf-contact-person__icon {
  width: 16px;
  height: 16px;
  color: var(--hartl-hwf-green);
}

.hartl-hwf-contact-person__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hartl-hwf-contact-person__subline {
  margin-left: 24px;
  color: #2a3948;
  font-size: clamp(12.2px, .88vw, 13.6px);
  font-weight: 700;
  line-height: 1.32;
}

.hartl-hwf-contact-person__subline--role {
  margin-top: 2px;
  color: #5d6976;
  font-size: clamp(11px, .8vw, 12px);
  font-weight: 700;
}

.hartl-hwf-contact-person__subline + .hartl-hwf-contact-person__subline {
  margin-top: 2px;
}


.hartl-hwf-contact-info {
  min-width: 0;
  display: grid;
  position: relative;
  min-width: 0;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 0 0 0 12px;
}

.hartl-hwf-contact-info--divider::before {
  content: "";
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: calc(var(--hartl-hwf-contact-gap) / -2);
  width: 1px;
  background: rgba(6, 29, 42, .18);
}

.hartl-hwf-contact-info--no-icon {
  grid-template-columns: minmax(0, 1fr);
}

.hartl-hwf-contact-info__icon {
  width: 46px;
  height: 46px;
  color: var(--hartl-hwf-green);
}

.hartl-hwf-contact-info__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hartl-hwf-contact-info__text h3 {
  margin: 0;
  color: #111111;
  font-family: Lato, Arial, Helvetica, sans-serif;
  font-size: clamp(16px, 1.2vw, 21px);
  font-weight: 900;
  line-height: 1.16;
  letter-spacing: -.012em;
  text-transform: uppercase;
}

.hartl-hwf-contact-info__text p {
  margin: 10px 0 0;
  color: #111111;
  font-size: clamp(12.5px, .92vw, 14.2px);
  font-weight: 700;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .hartl-hwf-contact-strip {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .hartl-hwf-contact-strip__left {
    padding-left: 0;
  }

  .hartl-hwf-contact-info {
    padding-left: 0;
  }

  .hartl-hwf-contact-info--divider::before {
    display: none;
  }
}

@media (max-width: 620px) {
  .hartl-hwf-contact-strip {
    margin-top: 26px;
  }

  .hartl-hwf-contact-person {
    grid-template-columns: 84px minmax(0, 1fr);
    gap: 12px;
  }

  .hartl-hwf-contact-info {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 12px;
  }

  .hartl-hwf-contact-info--no-icon {
    grid-template-columns: minmax(0, 1fr);
  }

  .hartl-hwf-contact-info__icon {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 620px) {
  .hartl-hwf-contact-person__line {
    font-size: 12.5px;
  }

  .hartl-hwf-contact-person__subline {
    margin-left: 24px;
    font-size: 12px;
  }

  .hartl-hwf-contact-person__subline--role {
    font-size: 11px;
  }
}






















/* v1.0.25 – mehr linker Abstand unter 990px + rechter Titel in #052a3e */
.hartl-hwf-contact-strip {
  --hartl-hwf-contact-gap: clamp(14px, 1.6vw, 24px) !important;
  grid-template-columns: minmax(360px, 1fr) minmax(0, 2fr) !important;
  align-items: start !important;
}

.hartl-hwf-contact-strip__left {
  padding-left: 46px !important;
  max-width: 470px !important;
}

.hartl-hwf-contact-strip__title {
  font-size: clamp(18px, 1.28vw, 23px) !important;
  font-weight: 900 !important;
  line-height: 1.15 !important;
  color: var(--hartl-hwf-green) !important;
}

.hartl-hwf-contact-person {
  grid-template-columns: 98px minmax(280px, 1fr) !important;
  gap: 16px !important;
  align-items: start !important;
}

.hartl-hwf-contact-person__photo {
  max-width: 98px !important;
}

.hartl-hwf-contact-person__meta {
  min-width: 0 !important;
  max-width: 100% !important;
}

.hartl-hwf-contact-person__line,
.hartl-hwf-contact-person__subline,
.hartl-hwf-contact-person__subline--role {
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
  color: #2a3948 !important;
  font-size: clamp(12.7px, .92vw, 14px) !important;
  font-weight: 700 !important;
  line-height: 1.33 !important;
}

.hartl-hwf-contact-person__line {
  grid-template-columns: 16px minmax(0, 1fr) !important;
  gap: 8px !important;
}

.hartl-hwf-contact-person__line--name {
  color: var(--hartl-hwf-green) !important;
  font-size: clamp(15px, 1vw, 17px) !important;
  font-weight: 900 !important;
  line-height: 1.2 !important;
  margin-bottom: 7px !important;
}

.hartl-hwf-contact-person__subline--role {
  margin-top: 4px !important;
}

.hartl-hwf-contact-person__subline {
  margin-left: 24px !important;
}

.hartl-hwf-contact-person__icon,
.hartl-hwf-contact-person__icon-image {
  width: 16px !important;
  height: 16px !important;
}

.hartl-hwf-contact-person__icon-image,
.hartl-hwf-audience__icon-image {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.hartl-hwf-contact-info,
.hartl-hwf-contact-info.hartl-hwf-contact-info--divider.hartl-hwf-contact-info--no-icon {
  margin-left: -8px !important;
  padding-left: 18px !important;
}

.hartl-hwf-contact-info--divider::before {
  left: 0 !important;
}

.hartl-hwf-contact-info__text {
  max-width: 520px !important;
  min-width: 0 !important;
}

.hartl-hwf-contact-info__text h3 {
  font-size: clamp(17px, 1.18vw, 22px) !important;
  line-height: 1.12 !important;
  font-weight: 900 !important;
  color: #052a3e !important;
  margin: 0 !important;
}

.hartl-hwf-contact-info__text p {
  font-family: Roboto, Arial, Helvetica, sans-serif !important;
  font-size: clamp(12.7px, .92vw, 14px) !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  color: #111111 !important;
  margin-top: 10px !important;
}

@media (max-width: 1380px) and (min-width: 1101px) {
  .hartl-hwf-audience {
    margin-right: -38px !important;
    padding-right: calc(360px + 38px) !important;
    box-shadow: 38px 0 0 rgba(5, 43, 64, .96) !important;
  }

  .hartl-hwf-audience__inner {
    grid-template-columns: minmax(190px, 230px) minmax(0, 1fr) !important;
    align-items: center !important;
  }

  .hartl-hwf-audience__list {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 14px 16px !important;
  }
}

@media (max-width: 1100px) {
  .hartl-hwf-contact-strip {
    grid-template-columns: minmax(300px, 1fr) minmax(0, 1.55fr) !important;
    gap: 18px !important;
  }

  .hartl-hwf-contact-strip__left {
    padding-left: 20px !important;
    max-width: 420px !important;
  }

  .hartl-hwf-contact-person {
    grid-template-columns: 88px minmax(210px, 1fr) !important;
    gap: 14px !important;
  }

  .hartl-hwf-contact-person__photo {
    max-width: 88px !important;
  }

  .hartl-hwf-contact-info,
  .hartl-hwf-contact-info.hartl-hwf-contact-info--divider.hartl-hwf-contact-info--no-icon {
    margin-left: 0 !important;
    padding-left: 14px !important;
  }
}

@media (max-width: 980px) {
  .hartl-hwf-contact-strip {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .hartl-hwf-contact-strip__left {
    padding-left: 18px !important;
    padding-right: 18px !important;
    max-width: none !important;
  }

  .hartl-hwf-contact-person {
    grid-template-columns: 82px minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  .hartl-hwf-contact-person__photo {
    max-width: 82px !important;
  }

  .hartl-hwf-contact-info,
  .hartl-hwf-contact-info.hartl-hwf-contact-info--divider.hartl-hwf-contact-info--no-icon {
    margin-left: 0 !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .hartl-hwf-contact-info--divider::before {
    display: none !important;
  }

  .hartl-hwf-contact-info__text {
    max-width: none !important;
  }
}

@media (max-width: 620px) {
  .hartl-hwf-contact-strip {
    margin-top: 24px !important;
  }

  .hartl-hwf-contact-strip__left {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .hartl-hwf-contact-strip__title {
    font-size: 19px !important;
  }

  .hartl-hwf-contact-person__line,
  .hartl-hwf-contact-person__subline,
  .hartl-hwf-contact-person__subline--role,
  .hartl-hwf-contact-info__text p {
    font-size: 12px !important;
  }

  .hartl-hwf-contact-person__line--name {
    font-size: 14.5px !important;
  }

  .hartl-hwf-contact-info,
  .hartl-hwf-contact-info.hartl-hwf-contact-info--divider.hartl-hwf-contact-info--no-icon {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .hartl-hwf-contact-info__text h3 {
    font-size: 18px !important;
  }
}


/* v1.0.26 – Eigene Icons für Themen-Kachel */
.hartl-hwf-topic-icon-image {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
