.ehfix-content .ehfix-port {
  --ink: #102f40;
  --ink-dark: #082633;
  --muted: #62787d;
  --teal: #51bac0;
  --teal-deep: #247f8b;
  --teal-pale: #e5f5f3;
  --cream: #fbfaf5;
  --line: #dbe8e6;
  --red: #ed2635;
  --white: #ffffff;
}

.ehfix-content .ehfix-port :where(main, header, nav, section, aside, article, footer, div, span, a, p, h1, h2, h3, ul, li, form, label, input, select, button, details, summary, i, strong, br) {
  box-sizing: border-box;
}

.ehfix-content .ehfix-port {
  scroll-behavior: smooth;
  background: var(--cream);
}

.ehfix-content .ehfix-port {
  margin: 0;
  overflow-x: hidden;
  background: var(--cream);
  color: var(--ink);
  font-family: Arial, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

.ehfix-content .ehfix-port a {
  color: inherit;
  text-decoration: none;
}

.ehfix-content .ehfix-port button,
.ehfix-content .ehfix-port input,
.ehfix-content .ehfix-port select {
  font: inherit;
}

.ehfix-content .ehfix-port button,
.ehfix-content .ehfix-port a {
  -webkit-tap-highlight-color: transparent;
}

.ehfix-content .ehfix-port button:focus-visible,
.ehfix-content .ehfix-port a:focus-visible,
.ehfix-content .ehfix-port input:focus-visible,
.ehfix-content .ehfix-port select:focus-visible,
.ehfix-content .ehfix-port summary:focus-visible {
  outline: 3px solid #f6bd39;
  outline-offset: 3px;
}

.ehfix-content .ehfix-port .container {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.ehfix-content .ehfix-port .site-header {
  position: sticky;
  z-index: 10;
  top: 0;
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  border-bottom: 1px solid rgba(219, 232, 230, 0.9);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.ehfix-content .ehfix-port .header-inner {
  display: flex;
  align-items: center;
  min-height: 86px;
  gap: 28px;
}

.ehfix-content .ehfix-port .brand {
  display: block;
  width: min(298px, 31vw);
  flex: 0 0 auto;
}

.ehfix-content .ehfix-port .brand-logo {
  display: block;
  width: 100%;
  height: auto;
}

.ehfix-content .ehfix-port .main-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
  color: #5c7478;
  font-size: 14px;
  font-weight: 700;
}

.ehfix-content .ehfix-port .main-nav a,
.ehfix-content .ehfix-port .header-phone,
.ehfix-content .ehfix-port .footer-contact a,
.ehfix-content .ehfix-port .footer-legal a {
  transition: color 160ms ease;
}

.ehfix-content .ehfix-port .main-nav a:hover,
.ehfix-content .ehfix-port .header-phone:hover,
.ehfix-content .ehfix-port .footer-contact a:hover,
.ehfix-content .ehfix-port .footer-legal a:hover {
  color: var(--teal-deep);
}

.ehfix-content .ehfix-port .header-cta,
.ehfix-content .ehfix-port .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.ehfix-content .ehfix-port .header-cta {
  min-height: 44px;
  margin-left: 8px;
  background: var(--red);
  color: var(--white);
  padding: 12px 17px;
  white-space: nowrap;
}

.ehfix-content .ehfix-port .header-cta:hover,
.ehfix-content .ehfix-port .button-primary:hover,
.ehfix-content .ehfix-port .button-submit:hover {
  background: #d91f2e;
  box-shadow: 0 12px 25px rgba(237, 38, 53, 0.22);
  transform: translateY(-2px);
}

.ehfix-content .ehfix-port .header-phone {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.ehfix-content .ehfix-port .hero-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background-color: var(--cream);
  background-image: linear-gradient(92deg, rgba(251, 250, 245, 0.99) 0%, rgba(251, 250, 245, 0.95) 34%, rgba(251, 250, 245, 0.72) 53%, rgba(8, 38, 51, 0.2) 100%), url('https://erstehilfe-fix.de/wp-content/uploads/2026/08/hero-first-aid-course.webp');
  background-position: center;
  background-size: cover;
  padding: 82px 0 88px;
}

.ehfix-content .ehfix-port .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(410px, 0.82fr);
  align-items: start;
  gap: clamp(40px, 4vw, 64px);
}

.ehfix-content .ehfix-port .hero-copy {
  min-width: 0;
  max-width: 590px;
}

.ehfix-content .ehfix-port .eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #b2e5e4;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.13em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ehfix-content .ehfix-port .eyebrow-dark {
  color: var(--teal-deep);
}

.ehfix-content .ehfix-port .eyebrow-light {
  color: #a6e1e0;
}

.ehfix-content .ehfix-port .eyebrow-rule {
  width: 25px;
  height: 2px;
  flex: 0 0 auto;
  background: var(--red);
}

.ehfix-content .ehfix-port h1,
.ehfix-content .ehfix-port h2,
.ehfix-content .ehfix-port h3,
.ehfix-content .ehfix-port p {
  margin-top: 0;
}

.ehfix-content .ehfix-port .hero-title,
.ehfix-content .ehfix-port h2,
.ehfix-content .ehfix-port h3 {
  letter-spacing: -0.05em;
}

.ehfix-content .ehfix-port .hero-title {
  max-width: 560px;
  margin-bottom: 25px;
  color: var(--ink);
  font-size: clamp(49px, 5.8vw, 76px);
  font-weight: 800;
  line-height: 0.96;
}

.ehfix-content .ehfix-port .hero-title span,
.ehfix-content .ehfix-port .booking-copy h2 span {
  display: block;
  color: var(--teal-deep);
}

@media (min-width: 901px) {
  .ehfix-content .ehfix-port .hero-copy .hero-title > span {
    white-space: nowrap;
  }
}

.ehfix-content .ehfix-port .hero-lead {
  max-width: 500px;
  margin-bottom: 27px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.55;
}

.ehfix-content .ehfix-port .hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 19px;
}

.ehfix-content .ehfix-port .button {
  min-height: 52px;
  padding: 14px 22px;
}

.ehfix-content .ehfix-port .button-primary,
.ehfix-content .ehfix-port .button-submit {
  background: var(--red);
  box-shadow: 0 10px 20px rgba(237, 38, 53, 0.16);
  color: var(--white);
}

.ehfix-content .ehfix-port .phone-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
}

.ehfix-content .ehfix-port .phone-link:hover,
.ehfix-content .ehfix-port .inline-link:hover,
.ehfix-content .ehfix-port .contact-link:hover {
  color: var(--red);
}

.ehfix-content .ehfix-port .hero-assurance {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 25px;
  color: #5c777b;
  font-size: 13px;
  font-weight: 700;
}

.ehfix-content .ehfix-port .hero-assurance > span {
  display: inline-grid;
  width: 21px;
  height: 21px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal-pale);
  color: var(--teal-deep);
  font-size: 13px;
}

.ehfix-content .ehfix-port .hero-assurance i {
  color: #9ab4b3;
  font-style: normal;
}

.ehfix-content .ehfix-port .trustindex-slot {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: min(260px, 100%);
  margin: 18px auto 0;
}

.ehfix-content .ehfix-port .trustindex-slot .ti-widget,
.ehfix-content .ehfix-port .trustindex-slot .ti-widget-container {
  width: 260px !important;
  max-width: 100% !important;
  text-align: left !important;
}

.ehfix-content .ehfix-port .trustindex-slot .ti-top-rated-title,
.ehfix-content .ehfix-port .trustindex-slot .ti-verified-by {
  width: 100% !important;
  white-space: nowrap !important;
}

.ehfix-content .ehfix-port .trustindex-fallback {
  width: 260px;
  max-width: 100%;
  overflow: hidden;
  border: 1px solid #c9c9c9;
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 8px 18px rgba(8, 38, 51, 0.13);
  color: #121212;
  text-align: center;
}

.ehfix-content .ehfix-port .trustindex-fallback > strong:first-child {
  display: block;
  padding: 10px 8px 8px;
  font-size: 16px;
  line-height: 1.15;
}

.ehfix-content .ehfix-port .trustindex-google {
  display: block;
  margin: 7px auto 0;
  background: linear-gradient(135deg, #4285f4 15%, #34a853 38%, #fbbc05 61%, #ea4335 83%);
  color: transparent;
  font-family: Arial, sans-serif;
  font-size: 39px;
  font-weight: 800;
  line-height: 1;
  -webkit-background-clip: text;
  background-clip: text;
}

.ehfix-content .ehfix-port .trustindex-score {
  display: block;
  margin-top: 2px;
  font-size: 19px;
  line-height: 1;
}

.ehfix-content .ehfix-port .trustindex-stars {
  display: block;
  margin: 6px 0 10px;
  color: #f5b500;
  font-size: 21px;
  letter-spacing: 1px;
  line-height: 1;
}

.ehfix-content .ehfix-port .trustindex-fallback small {
  display: block;
  border-top: 1px solid #dedede;
  padding: 8px 4px 9px;
  color: #595959;
  font-size: 9px;
  line-height: 1.1;
}

.ehfix-content .ehfix-port .course-ticket {
  align-self: start;
  position: relative;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border-radius: 20px;
  background: var(--ink);
  box-shadow: 0 26px 55px rgba(16, 47, 64, 0.2);
  color: var(--white);
  padding: 24px 24px 22px;
}

.ehfix-content .ehfix-port .course-ticket::before {
  position: absolute;
  right: -90px;
  bottom: -190px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(151, 227, 226, 0.18);
  border-radius: 50%;
  content: '';
}

.ehfix-content .ehfix-port .ticket-pattern {
  position: absolute;
  top: -118px;
  right: -102px;
  width: 285px;
  height: 285px;
  border: 1px solid rgba(151, 227, 226, 0.22);
  border-radius: 50%;
}

.ehfix-content .ehfix-port .ticket-list-header,
.ehfix-content .ehfix-port .course-row {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.ehfix-content .ehfix-port .ticket-price {
  position: relative;
  z-index: 1;
  display: flex;
  width: fit-content;
  align-items: baseline;
  gap: 4px;
  margin: 0 auto 22px;
  border-radius: 999px;
  background: var(--red);
  box-shadow: 0 8px 18px rgba(237, 38, 53, 0.22);
  color: var(--white);
  padding: 9px 16px 10px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

.ehfix-content .ehfix-port .ticket-price strong {
  color: var(--white);
  font-size: 25px;
  letter-spacing: -0.04em;
  line-height: 1;
}

.ehfix-content .ehfix-port .ticket-list-header h2 {
  margin: 8px 0 0;
  color: var(--white);
  font-size: 30px;
  line-height: 0.95;
}

.ehfix-content .ehfix-port .ticket-kicker {
  color: #96d9d9;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ehfix-content .ehfix-port .course-list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 9px;
  margin-top: 18px;
}

.ehfix-content .ehfix-port .ehfix-course-shortcode {
  display: grid;
  gap: 9px;
  color: var(--white);
  font-size: 14px;
  line-height: 1.45;
}

.ehfix-content .ehfix-port .ehfix-course-shortcode > p,
.ehfix-content .ehfix-port .ehfix-course-shortcode:not(:has(> p)) {
  min-height: 72px;
  margin: 0;
  border: 1px solid rgba(183, 228, 227, 0.22);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.055);
  color: #c6e2e2;
  padding: 11px 13px;
  white-space: normal;
}

.ehfix-content .ehfix-port .ehfix-course-shortcode > p > strong:first-child,
.ehfix-content .ehfix-port .ehfix-course-shortcode:not(:has(> p)) > strong:first-child {
  display: block !important;
  margin-bottom: 6px;
  color: var(--white) !important;
  font-size: 15px !important;
  line-height: 1.1 !important;
}

.ehfix-content .ehfix-port .ehfix-course-shortcode:not(:has(> p)) {
  display: block;
  margin-top: 18px;
}

.ehfix-content .ehfix-port .ehfix-course-shortcode > p :where(span, strong, b, em, i),
.ehfix-content .ehfix-port .ehfix-course-shortcode:not(:has(> p)) :where(span, strong, b, em, i) {
  display: inline !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.ehfix-content .ehfix-port .ehfix-course-shortcode:not(:has(> p)) > :where(span, strong, b, em, i) {
  display: inline !important;
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

.ehfix-content .ehfix-port .ehfix-course-shortcode > p br,
.ehfix-content .ehfix-port .ehfix-course-shortcode:not(:has(> p)) br {
  display: block !important;
  height: 9px;
  content: "";
}

.ehfix-content .ehfix-port .ehfix-course-shortcode > p br + strong,
.ehfix-content .ehfix-port .ehfix-course-shortcode:not(:has(> p)) > br + strong {
  display: block !important;
  margin-top: 12px;
  margin-bottom: 6px;
  color: var(--white) !important;
  font-size: 15px !important;
  line-height: 1.1 !important;
}

.ehfix-content .ehfix-port .ehfix-course-shortcode > p :where(span),
.ehfix-content .ehfix-port .ehfix-course-shortcode:not(:has(> p)) :where(span) {
  color: #8fe0de !important;
  font-weight: 800;
}

.ehfix-content .ehfix-port .course-row {
  min-height: 72px;
  border: 1px solid rgba(183, 228, 227, 0.22);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.055);
  padding: 11px 12px;
  transition: background-color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.ehfix-content .ehfix-port .course-row:hover {
  border-color: rgba(183, 228, 227, 0.52);
  background: rgba(255, 255, 255, 0.11);
  transform: translateY(-2px);
}

.ehfix-content .ehfix-port .course-row-date {
  display: flex;
  align-items: baseline;
  gap: 7px;
  min-width: 86px;
}

.ehfix-content .ehfix-port .course-row-date strong {
  color: var(--white);
  font-size: 23px;
  letter-spacing: -0.06em;
  line-height: 1;
}

.ehfix-content .ehfix-port .course-row-date span {
  color: #a6d7d6;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.15;
}

.ehfix-content .ehfix-port .course-row-info {
  display: grid;
  flex: 1 1 auto;
  gap: 4px;
  min-width: 0;
}

.ehfix-content .ehfix-port .course-row-info strong {
  overflow: hidden;
  color: var(--white);
  font-size: 16px;
  letter-spacing: -0.025em;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ehfix-content .ehfix-port .course-row-info span {
  color: #c6e2e2;
  font-size: 12px;
}

.ehfix-content .ehfix-port .course-row-price {
  display: grid;
  flex: 0 0 auto;
  gap: 3px;
  text-align: right;
}

.ehfix-content .ehfix-port .course-row-price strong {
  color: #8fe0de;
  font-size: 19px;
  letter-spacing: -0.04em;
}

.ehfix-content .ehfix-port .course-row-price span {
  color: #afd8d8;
  font-size: 10px;
  font-weight: 700;
}

.ehfix-content .ehfix-port .course-ticket-foot {
  position: relative;
  z-index: 1;
  margin: 12px 0 0;
  color: #a9cbcc;
  font-size: 11px;
  line-height: 1.4;
}

.ehfix-content .ehfix-port .fact-bar {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.ehfix-content .ehfix-port .facts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ehfix-content .ehfix-port .fact {
  display: grid;
  min-height: 105px;
  align-content: center;
  gap: 3px;
  border-right: 1px solid var(--line);
  padding: 17px 25px;
}

.ehfix-content .ehfix-port .fact:first-child {
  padding-left: 0;
}

.ehfix-content .ehfix-port .fact:last-child {
  border-right: 0;
}

.ehfix-content .ehfix-port .fact strong {
  color: var(--ink);
  font-size: 24px;
  letter-spacing: -0.055em;
}

.ehfix-content .ehfix-port .fact span {
  color: #6e8588;
  font-size: 12px;
  font-weight: 700;
}

.ehfix-content .ehfix-port .section {
  padding: 116px 0;
}

.ehfix-content .ehfix-port .process-section {
  background: var(--cream);
}

.ehfix-content .ehfix-port .section-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(245px, 0.55fr);
  align-items: end;
  gap: 42px;
  margin-bottom: 57px;
}

.ehfix-content .ehfix-port .section-intro h2,
.ehfix-content .ehfix-port .locations-copy h2,
.ehfix-content .ehfix-port .faq-copy h2,
.ehfix-content .ehfix-port .booking-copy h2 {
  max-width: 610px;
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(39px, 4.8vw, 58px);
  font-weight: 800;
  line-height: 0.98;
}

.ehfix-content .ehfix-port .section-intro > p,
.ehfix-content .ehfix-port .locations-copy > p,
.ehfix-content .ehfix-port .faq-copy > p {
  max-width: 390px;
  margin-bottom: 3px;
  color: var(--muted);
  font-size: 16px;
}

.ehfix-content .ehfix-port .steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.ehfix-content .ehfix-port .step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 19px;
  min-height: 155px;
  border-top: 2px solid var(--teal);
  padding: 22px 0 0;
}

.ehfix-content .ehfix-port .step-number {
  color: var(--teal-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.ehfix-content .ehfix-port .step h3 {
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 24px;
  line-height: 1.06;
}

.ehfix-content .ehfix-port .step p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.ehfix-content .ehfix-port .break-note {
  display: flex;
  align-items: center;
  gap: 13px;
  width: fit-content;
  max-width: 100%;
  margin-top: 38px;
  border-radius: 12px;
  background: var(--teal-pale);
  padding: 14px 18px;
  color: var(--teal-deep);
}

.ehfix-content .ehfix-port .break-icon {
  font-size: 20px;
  line-height: 1;
}

.ehfix-content .ehfix-port .break-note div {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 10px;
}

.ehfix-content .ehfix-port .break-note strong {
  font-size: 13px;
}

.ehfix-content .ehfix-port .break-note div span {
  color: #648285;
  font-size: 13px;
}

.ehfix-content .ehfix-port .locations-section {
  background: var(--white);
  padding: 112px 0;
}

.ehfix-content .ehfix-port .locations-layout {
  display: grid;
  grid-template-columns: minmax(250px, 0.72fr) minmax(450px, 1fr);
  align-items: center;
  gap: clamp(55px, 9vw, 135px);
}

.ehfix-content .ehfix-port .locations-copy h2 {
  margin-bottom: 20px;
}

.ehfix-content .ehfix-port .locations-copy > p {
  margin-bottom: 27px;
}

.ehfix-content .ehfix-port .inline-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--teal);
  text-underline-offset: 6px;
}

.ehfix-content .ehfix-port .address-list {
  border-top: 1px solid var(--line);
}

.ehfix-content .ehfix-port .address-row {
  display: grid;
  grid-template-columns: 47px 1fr 32px;
  align-items: center;
  gap: 16px;
  min-height: 137px;
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
}

.ehfix-content .ehfix-port .address-number {
  color: var(--teal-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.ehfix-content .ehfix-port .address-label {
  color: var(--teal-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.ehfix-content .ehfix-port .address-row h3 {
  margin: 5px 0 1px;
  color: var(--ink);
  font-size: 27px;
  line-height: 1.05;
}

.ehfix-content .ehfix-port .address-row p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 14px;
}

.ehfix-content .ehfix-port .address-arrow {
  align-self: start;
  justify-self: end;
  color: var(--teal-deep);
  font-size: 20px;
}

.ehfix-content .ehfix-port .booking-section {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
  padding: 119px 0;
}

.ehfix-content .ehfix-port .booking-section::before,
.ehfix-content .ehfix-port .booking-section::after {
  position: absolute;
  border: 1px solid rgba(151, 227, 226, 0.14);
  border-radius: 50%;
  content: '';
  pointer-events: none;
}

.ehfix-content .ehfix-port .booking-section::before {
  top: -445px;
  right: -150px;
  width: 820px;
  height: 820px;
}

.ehfix-content .ehfix-port .booking-section::after {
  bottom: -460px;
  left: -175px;
  width: 690px;
  height: 690px;
}

.ehfix-content .ehfix-port .booking-swoop {
  position: absolute;
  top: 16%;
  left: 39%;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(151, 227, 226, 0.1);
  border-radius: 50%;
  pointer-events: none;
}

.ehfix-content .ehfix-port .booking-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(420px, 0.94fr);
  align-items: center;
  gap: clamp(58px, 9vw, 128px);
}

.ehfix-content .ehfix-port .booking-copy h2 {
  color: var(--white);
  margin-bottom: 22px;
}

.ehfix-content .ehfix-port .booking-copy h2 span {
  color: #7ed3d3;
}

.ehfix-content .ehfix-port .booking-lead {
  max-width: 440px;
  margin-bottom: 26px;
  color: #bdd8d9;
  font-size: 17px;
}

.ehfix-content .ehfix-port .check-list {
  display: grid;
  gap: 10px;
  margin: 0 0 29px;
  padding: 0;
  color: #d6eaea;
  font-size: 14px;
  list-style: none;
}

.ehfix-content .ehfix-port .check-list li {
  display: flex;
  align-items: center;
  gap: 9px;
}

.ehfix-content .ehfix-port .check-list li span {
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: rgba(108, 205, 205, 0.18);
  color: #8fe0de;
  font-size: 12px;
}

.ehfix-content .ehfix-port .contact-link {
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: rgba(143, 224, 222, 0.6);
  text-underline-offset: 5px;
}

.ehfix-content .ehfix-port .form-panel {
  min-width: 0;
  width: 100%;
  max-width: 100%;
  border-radius: 19px;
  background: var(--white);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.22);
  color: var(--ink);
  padding: 34px;
}

.ehfix-content .ehfix-port .booking-form {
  display: grid;
  gap: 16px;
}

.ehfix-content .ehfix-port .form-honeypot {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

.ehfix-content .ehfix-port .form-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 15px;
}

.ehfix-content .ehfix-port .form-eyebrow {
  display: block;
  margin-bottom: 6px;
  color: var(--teal-deep);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ehfix-content .ehfix-port .form-header h3 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
}

.ehfix-content .ehfix-port .form-required {
  color: #84999b;
  font-size: 11px;
  white-space: nowrap;
}

.ehfix-content .ehfix-port .form-intro {
  margin: -6px 0 2px;
  color: var(--muted);
  font-size: 13px;
}

.ehfix-content .ehfix-port .form-field {
  display: grid;
  gap: 6px;
}

.ehfix-content .ehfix-port .form-field label {
  color: #42616a;
  font-size: 12px;
  font-weight: 800;
}

.ehfix-content .ehfix-port .form-field label span,
.ehfix-content .ehfix-port .consent-field > span > span {
  color: var(--red);
}

.ehfix-content .ehfix-port .form-field input,
.ehfix-content .ehfix-port .form-field select {
  width: 100%;
  min-height: 46px;
  border: 1px solid #d1e1df;
  border-radius: 6px;
  background: #fcfefd;
  color: var(--ink);
  padding: 10px 12px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.ehfix-content .ehfix-port .form-field input::placeholder {
  color: #9aacb0;
}

.ehfix-content .ehfix-port .form-field input:focus,
.ehfix-content .ehfix-port .form-field select:focus {
  border-color: var(--teal-deep);
  box-shadow: 0 0 0 3px rgba(81, 186, 192, 0.15);
  outline: 0;
}

.ehfix-content .ehfix-port .form-field select {
  appearance: auto;
}

.ehfix-content .ehfix-port .consent-field {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #688087;
  font-size: 12px;
  line-height: 1.45;
}

.ehfix-content .ehfix-port .consent-field input {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-top: 1px;
  accent-color: var(--teal-deep);
}

.ehfix-content .ehfix-port .consent-field a {
  color: var(--teal-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ehfix-content .ehfix-port .button-submit {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.ehfix-content .ehfix-port .form-note {
  margin: -2px 0 0;
  color: #789096;
  font-size: 11px;
  text-align: center;
}

.ehfix-content .ehfix-port .form-success {
  display: flex;
  min-height: 475px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.ehfix-content .ehfix-port .success-icon {
  display: grid;
  width: 54px;
  height: 54px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--teal-pale);
  color: var(--teal-deep);
  font-size: 26px;
  font-weight: 800;
}

.ehfix-content .ehfix-port .form-success h3 {
  margin-bottom: 9px;
  color: var(--ink);
  font-size: 31px;
}

.ehfix-content .ehfix-port .form-success > p:not(.form-eyebrow) {
  max-width: 420px;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 14px;
}

.ehfix-content .ehfix-port .text-button {
  border: 0;
  border-bottom: 1px solid var(--teal-deep);
  background: transparent;
  color: var(--teal-deep);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  padding: 0 0 3px;
}

.ehfix-content .ehfix-port .faq-section {
  background: var(--cream);
}

.ehfix-content .ehfix-port .faq-grid {
  display: grid;
  grid-template-columns: minmax(210px, 0.7fr) minmax(0, 1.25fr);
  align-items: start;
  gap: clamp(52px, 10vw, 145px);
}

.ehfix-content .ehfix-port .faq-copy h2 {
  margin-bottom: 17px;
}

.ehfix-content .ehfix-port .faq-copy > p {
  margin-bottom: 0;
}

.ehfix-content .ehfix-port .faq-list {
  border-top: 1px solid var(--line);
}

.ehfix-content .ehfix-port .faq-list details {
  border-bottom: 1px solid var(--line);
}

.ehfix-content .ehfix-port .faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  padding: 22px 0;
  color: var(--ink);
  font-size: 17px;
  font-weight: 800;
  list-style: none;
}

.ehfix-content .ehfix-port .faq-list summary::-webkit-details-marker {
  display: none;
}

.ehfix-content .ehfix-port .faq-list summary span {
  color: var(--teal-deep);
  font-size: 24px;
  font-weight: 400;
  transition: transform 160ms ease;
}

.ehfix-content .ehfix-port .faq-list details[open] summary span {
  transform: rotate(45deg);
}

.ehfix-content .ehfix-port .faq-list details p {
  max-width: 620px;
  margin: -7px 35px 22px 0;
  color: var(--muted);
  font-size: 14px;
}

.ehfix-content .ehfix-port .site-footer {
  width: 100% !important;
  max-width: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  background: var(--ink-dark);
  color: #b9d6d8;
  padding: 25px 0;
}

.ehfix-content .ehfix-port .footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  font-size: 12px;
}

.ehfix-content .ehfix-port .footer-brand {
  color: var(--white);
  font-size: 15px;
  font-weight: 800;
}

.ehfix-content .ehfix-port .footer-contact,
.ehfix-content .ehfix-port .footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.ehfix-content .ehfix-port .footer-legal {
  color: #8eb7ba;
}

@media (max-width: 1100px) {
  .ehfix-content .ehfix-port .hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

}

@media (max-width: 1040px) {
  .ehfix-content .ehfix-port .main-nav {
    gap: 18px;
  }

  .ehfix-content .ehfix-port .header-phone {
    display: none;
  }

  .ehfix-content .ehfix-port .hero-grid {
    column-gap: 55px;
  }
}

@media (max-width: 900px) {
  .ehfix-content .ehfix-port .hero-section {
    background-image: linear-gradient(180deg, rgba(251, 250, 245, 0.97) 0%, rgba(251, 250, 245, 0.88) 48%, rgba(251, 250, 245, 0.72) 100%), url('https://erstehilfe-fix.de/wp-content/uploads/2026/08/hero-first-aid-course.webp');
    background-position: 67% center;
  }

  .ehfix-content .ehfix-port .hero-grid,
  .ehfix-content .ehfix-port .booking-grid,
  .ehfix-content .ehfix-port .locations-layout {
    grid-template-columns: 1fr;
  }

  .ehfix-content .ehfix-port .hero-grid {
    gap: 28px;
  }

  .ehfix-content .ehfix-port .hero-copy {
    max-width: 700px;
  }

  .ehfix-content .ehfix-port .course-ticket {
    width: min(100%, 540px);
  }

  .ehfix-content .ehfix-port .booking-copy {
    max-width: 620px;
  }

  .ehfix-content .ehfix-port .form-panel {
    width: min(100%, 620px);
  }

  .ehfix-content .ehfix-port .locations-copy {
    max-width: 620px;
  }

  .ehfix-content .ehfix-port .locations-layout {
    gap: 48px;
  }
}

@media (max-width: 720px) {
  .ehfix-content .ehfix-port .container {
    width: min(100% - 34px, 560px);
  }

  .ehfix-content .ehfix-port .header-inner {
    min-height: 72px;
    gap: 12px;
  }

  .ehfix-content .ehfix-port .brand {
    width: min(236px, 69vw);
  }

  .ehfix-content .ehfix-port .main-nav,
  .ehfix-content .ehfix-port .header-cta {
    display: none;
  }

  .ehfix-content .ehfix-port .header-phone {
    display: inline-grid;
    width: 40px;
    height: 40px;
    place-items: center;
    margin-left: auto;
    border-radius: 50%;
    background: var(--teal-pale);
    color: var(--ink);
    font-size: 0;
  }

  .ehfix-content .ehfix-port .header-phone span {
    font-size: 17px;
  }

  .ehfix-content .ehfix-port .hero-section {
    padding: 63px 0 70px;
  }

  .ehfix-content .ehfix-port .hero-title {
    font-size: clamp(47px, 14vw, 66px);
  }

  .ehfix-content .ehfix-port .hero-lead {
    font-size: 17px;
  }

  .ehfix-content .ehfix-port .hero-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 15px;
  }

  .ehfix-content .ehfix-port .hero-actions .button {
    width: 100%;
  }

  .ehfix-content .ehfix-port .phone-link {
    justify-content: center;
    min-height: 34px;
  }

  .ehfix-content .ehfix-port .hero-assurance {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .ehfix-content .ehfix-port .course-ticket {
    min-height: 0;
    border-radius: 19px;
    padding: 22px;
  }

  .ehfix-content .ehfix-port .ticket-list-header h2 {
    font-size: 30px;
  }

  .ehfix-content .ehfix-port .course-row {
    gap: 9px;
    padding: 12px;
  }

  .ehfix-content .ehfix-port .course-row-date {
    min-width: 96px;
  }

  .ehfix-content .ehfix-port .course-row-date strong {
    font-size: 24px;
  }

  .ehfix-content .ehfix-port .facts-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ehfix-content .ehfix-port .fact,
  .ehfix-content .ehfix-port .fact:first-child {
    min-height: 88px;
    border-right: 1px solid var(--line);
    padding: 13px 15px;
  }

  .ehfix-content .ehfix-port .fact:nth-child(2n) {
    border-right: 0;
  }

  .ehfix-content .ehfix-port .fact:nth-child(-n + 2) {
    border-bottom: 1px solid var(--line);
  }

  .ehfix-content .ehfix-port .fact strong {
    font-size: 21px;
  }

  .ehfix-content .ehfix-port .section,
  .ehfix-content .ehfix-port .locations-section,
  .ehfix-content .ehfix-port .booking-section {
    padding: 78px 0;
  }

  .ehfix-content .ehfix-port .section-intro,
  .ehfix-content .ehfix-port .faq-grid {
    display: block;
  }

  .ehfix-content .ehfix-port .section-intro {
    margin-bottom: 43px;
  }

  .ehfix-content .ehfix-port .section-intro > p {
    margin-top: 20px;
  }

  .ehfix-content .ehfix-port .section-intro h2,
  .ehfix-content .ehfix-port .locations-copy h2,
  .ehfix-content .ehfix-port .faq-copy h2,
  .ehfix-content .ehfix-port .booking-copy h2 {
    font-size: clamp(39px, 12vw, 55px);
  }

  .ehfix-content .ehfix-port .steps-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .ehfix-content .ehfix-port .step {
    min-height: 0;
  }

  .ehfix-content .ehfix-port .break-note {
    align-items: flex-start;
    margin-top: 30px;
  }

  .ehfix-content .ehfix-port .break-note div {
    display: grid;
    gap: 3px;
  }

  .ehfix-content .ehfix-port .locations-layout {
    gap: 42px;
  }

  .ehfix-content .ehfix-port .address-row {
    grid-template-columns: 36px 1fr 25px;
    gap: 12px;
    min-height: 120px;
  }

  .ehfix-content .ehfix-port .address-row h3 {
    font-size: 24px;
  }

  .ehfix-content .ehfix-port .booking-grid {
    gap: 43px;
  }

  .ehfix-content .ehfix-port .booking-copy h2 {
    margin-bottom: 19px;
  }

  .ehfix-content .ehfix-port .booking-lead {
    font-size: 16px;
  }

  .ehfix-content .ehfix-port .form-panel {
    padding: 25px 19px;
  }

  .ehfix-content .ehfix-port .form-success {
    min-height: 370px;
  }

  .ehfix-content .ehfix-port .faq-grid {
    gap: 37px;
  }

  .ehfix-content .ehfix-port .faq-list {
    margin-top: 37px;
  }

  .ehfix-content .ehfix-port .faq-list summary {
    font-size: 16px;
  }

  .ehfix-content .ehfix-port .footer-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ehfix-content .ehfix-port {
    scroll-behavior: auto;
  }

  .ehfix-content .ehfix-port :where(main, header, nav, section, aside, article, footer, div, span, a, p, h1, h2, h3, ul, li, form, label, input, select, button, details, summary, i, strong, br),
  .ehfix-content .ehfix-port :where(main, header, nav, section, aside, article, footer, div, span, a, p, h1, h2, h3, ul, li, form, label, input, select, button, details, summary, i, strong, br)::before,
  .ehfix-content .ehfix-port :where(main, header, nav, section, aside, article, footer, div, span, a, p, h1, h2, h3, ul, li, form, label, input, select, button, details, summary, i, strong, br)::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}

/* Contact Form 7 keeps the live registration flow and the dynamic course list. */
.ehfix-content .ehfix-port .ehfix-form-shortcode .wpcf7 {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
}

.ehfix-content .ehfix-port .ehfix-form-shortcode .wpcf7-form {
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  gap: 16px;
  margin: 0;
}

.ehfix-content .ehfix-port .ehfix-form-shortcode .hidden-fields-container,
.ehfix-content .ehfix-port .ehfix-form-shortcode .uacf7-form-wrapper-container > br {
  display: none;
}

.ehfix-content .ehfix-port .ehfix-form-shortcode .uacf7-form-wrapper-container {
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  gap: 16px;
}

.ehfix-content .ehfix-port .ehfix-form-shortcode .uacf7-form-wrapper-container > label {
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  gap: 6px;
  color: #42616a;
  font-size: 12px;
  font-weight: 800;
}

.ehfix-content .ehfix-port .ehfix-form-shortcode .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.ehfix-content .ehfix-port .ehfix-form-shortcode input[type='text'],
.ehfix-content .ehfix-port .ehfix-form-shortcode input[type='email'],
.ehfix-content .ehfix-port .ehfix-form-shortcode input[type='tel'],
.ehfix-content .ehfix-port .ehfix-form-shortcode select {
  display: block;
  box-sizing: border-box !important;
  width: 100%;
  max-width: 100% !important;
  min-width: 0;
  min-height: 46px;
  border: 1px solid #d1e1df;
  border-radius: 6px;
  background: #fcfefd;
  color: var(--ink);
  padding: 10px 12px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.ehfix-content .ehfix-port .ehfix-form-shortcode input[type='text']:focus,
.ehfix-content .ehfix-port .ehfix-form-shortcode input[type='email']:focus,
.ehfix-content .ehfix-port .ehfix-form-shortcode input[type='tel']:focus,
.ehfix-content .ehfix-port .ehfix-form-shortcode select:focus {
  border-color: var(--teal-deep);
  box-shadow: 0 0 0 3px rgba(81, 186, 192, 0.15);
  outline: 0;
}

.ehfix-content .ehfix-port .ehfix-form-shortcode select {
  appearance: auto;
}

.ehfix-content .ehfix-port .ehfix-form-shortcode .wpcf7-acceptance {
  display: block;
  color: #688087;
  font-size: 12px;
  line-height: 1.45;
}

.ehfix-content .ehfix-port .ehfix-form-shortcode .wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.ehfix-content .ehfix-port .ehfix-form-shortcode .wpcf7-acceptance input {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  margin-top: 1px;
  accent-color: var(--teal-deep);
}

.ehfix-content .ehfix-port .ehfix-form-shortcode .wpcf7-acceptance a {
  color: var(--teal-deep);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ehfix-content .ehfix-port .ehfix-form-shortcode .wpcf7-submit {
  width: 100%;
  min-height: 52px;
  border: 1px solid transparent;
  border-radius: 7px;
  background: var(--red);
  box-shadow: 0 10px 20px rgba(237, 38, 53, 0.16);
  color: var(--white);
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  padding: 14px 22px;
  transition: transform 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}

.ehfix-content .ehfix-port .ehfix-form-shortcode .wpcf7-submit:hover {
  background: #d91f2e;
  box-shadow: 0 12px 25px rgba(237, 38, 53, 0.22);
  transform: translateY(-2px);
}

.ehfix-content .ehfix-port .ehfix-form-shortcode .cf7-cf-turnstile {
  margin: 0 !important;
}

.ehfix-content .ehfix-port .ehfix-form-shortcode .wpcf7-not-valid-tip,
.ehfix-content .ehfix-port .ehfix-form-shortcode .wpcf7-response-output {
  color: var(--red);
  font-size: 12px;
}

.ehfix-content .ehfix-port .ehfix-form-shortcode .wpcf7-response-output {
  margin: 0;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 6px;
}