.elementor-200 .elementor-element.elementor-element-3980d40{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5c19092 *//* Wrapper */
.tpa-pnf-page {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: #0f172a;
  line-height: 1.6;
}

/* Container */
.tpa-pnf-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 18px;
}

/* Reveal – neutral gehalten */
.tpa-pnf-page [data-reveal] {
  opacity: 1;
  transform: none;
}

/* HERO */
.tpa-pnf-hero {
  padding: 60px 0 40px;
  text-align: center;
  background: linear-gradient(180deg, #ffffff 0%, #eef5f4 90px, #ffffff 200px);
  border-bottom: 1px solid #d7e2e0;
}

.tpa-pnf-badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  background: #d7ebe7;
  color: #255a54;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.tpa-pnf-title {
  margin: 0;
  font-size: clamp(1.9rem, 3.4vw, 2.4rem);
  font-weight: 800;
  line-height: 1.25;
}

.tpa-pnf-title-sub {
  display: block;
  margin-top: 4px;
  font-size: 0.96rem;
  font-weight: 500;
  color: #4b5563;
}

.tpa-pnf-subtitle {
  max-width: 640px;
  margin: 12px auto 16px;
  font-size: 0.95rem;
  color: #4b5563;
}

/* Keyfacts */
.tpa-pnf-keyfacts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 10px auto 8px;
}

.tpa-pnf-keyfact {
  border-radius: 12px;
  border: 1px solid #d7e2e0;
  background: #ffffff;
  padding: 8px 10px;
  text-align: left;
}

.tpa-pnf-key-label {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #6b7280;
}

.tpa-pnf-key-value {
  display: block;
  margin-top: 2px;
  font-size: 0.95rem;
  font-weight: 700;
}

.tpa-pnf-key-small {
  display: block;
  margin-top: 1px;
  font-size: 0.8rem;
  color: #6b7280;
}

/* Preis im Hero – dezent, nicht aufgebläht */
.tpa-pnf-price-text-hero {
  margin: 8px auto 10px;
  font-size: 0.9rem;
  color: #9a3412;
}

/* Buttons / CTAs */
.tpa-pnf-hero-cta {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 8px;
}

.tpa-pnf-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 10px; /* eckiger */
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid transparent;
  transition: 0.2s ease;
  white-space: nowrap;
}

.tpa-pnf-btn-primary {
  background: #2f6f69;
  border-color: #2f6f69;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(47, 111, 105, 0.22);
}

.tpa-pnf-btn-primary:hover {
  background: #255a54;
  border-color: #255a54;
  transform: translateY(-1px);
}

.tpa-pnf-btn-ghost {
  background: #ffffff;
  border-color: #bfd3d0;
  color: #2f6f69;
}

.tpa-pnf-btn-ghost:hover {
  background: #eef5f4;
  transform: translateY(-1px);
}

.tpa-pnf-note {
  margin: 6px auto 0;
  max-width: 700px;
  font-size: 0.82rem;
  color: #6b7280;
}

/* Sections */
.tpa-pnf-section {
  padding: 38px 0;
}

.tpa-pnf-section-soft {
  background: #f3f8f7;
}

/* Headings */
.tpa-pnf-h2 {
  font-size: clamp(1.4rem, 2.4vw, 1.8rem);
  font-weight: 800;
  margin: 0 0 10px;
}

.tpa-pnf-h2-center {
  text-align: center;
}

.tpa-pnf-h3 {
  font-size: 1.02rem;
  font-weight: 700;
  margin: 0 0 6px;
}

.tpa-pnf-lead {
  margin: 0 0 10px;
  font-size: 0.95rem;
  color: #4b5563;
}

.tpa-pnf-lead-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}

/* Grid */
.tpa-pnf-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 16px;
  align-items: flex-start;
}

/* Boxen */
.tpa-pnf-box {
  border-radius: 14px;
  border: 1px solid #d7e2e0;
  background: #ffffff;
  padding: 14px 16px;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
  font-size: 0.94rem;
}

.tpa-pnf-box-accent {
  background: #f6faf9;
}

.tpa-pnf-box-note {
  margin-top: 8px;
  font-size: 0.85rem;
  color: #4b5563;
}

.tpa-pnf-box-dozenten {
  margin-bottom: 12px;
}

/* Listen */
.tpa-pnf-list {
  margin: 0;
  padding-left: 18px;
  font-size: 0.93rem;
}

.tpa-pnf-list li {
  margin-bottom: 4px;
}

/* Dozentinnen */
.tpa-pnf-dozent-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 10px;
}

.tpa-pnf-dozent-card {
  border-radius: 12px;
  border: 1px solid #d7e2e0;
  background: #ffffff;
  padding: 10px 12px;
  font-size: 0.9rem;
}

.tpa-pnf-dozent-role {
  margin: 0 0 4px;
  font-size: 0.86rem;
  color: #6b7280;
}

.tpa-pnf-dozent-text {
  margin: 0;
  font-size: 0.9rem;
  color: #4b5563;
}

/* IPNFA Box */
.tpa-pnf-box-ipnfa {
  align-self: stretch;
}

.tpa-pnf-ipnfa-inner {
  height: 100%;
  border-radius: 14px;
  border: 1px solid #d7e2e0;
  background: #ffffff;
  padding: 14px 16px;
  font-size: 0.9rem;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.04);
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}

.tpa-pnf-ipnfa-logo {
  width: 90px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 4px;
}

/* Überblick */
.tpa-pnf-overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 10px;
}

.tpa-pnf-overview-card {
  border-radius: 14px;
  border: 1px solid #d7e2e0;
  background: #ffffff;
  padding: 12px 14px;
  font-size: 0.93rem;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
}

.tpa-pnf-price-text {
  margin-top: 6px;
  font-size: 0.94rem;
  color: #0f172a;
}

.tpa-pnf-small {
  margin-top: 4px;
  font-size: 0.8rem;
  color: #6b7280;
}

/* Kursort */
.tpa-pnf-location-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 16px;
  align-items: stretch;
}

.tpa-pnf-map-box {
  width: 100%;
}

.tpa-pnf-map-inner {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.1);
}

.tpa-pnf-map-inner iframe {
  width: 100%;
  height: 100%;
  min-height: 240px;
  display: block;
}

/* Kontakt */
.tpa-pnf-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.tpa-pnf-contact-card {
  border-radius: 14px;
  border: 1px solid #d7e2e0;
  background: #ffffff;
  padding: 12px 14px;
  font-size: 0.93rem;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
}

.tpa-pnf-contact-highlight {
  font-size: 1rem;
  font-weight: 700;
  margin: 6px 0;
}

.tpa-pnf-contact-phone {
  color: #2f6f69;
  text-decoration: none;
}

.tpa-pnf-contact-phone:hover {
  text-decoration: underline;
}

.tpa-pnf-contact-times {
  margin: 6px 0 0;
  font-size: 0.86rem;
  color: #4b5563;
}

/* Anmelde-Card eigenständig */
.tpa-pnf-contact-card-form {
  font-size: 0.93rem;
}

.tpa-pnf-contact-card-form-standalone {
  margin-top: 18px;
  border-radius: 14px;
  border: 1px solid #d7e2e0;
  background: #ffffff;
  padding: 12px 14px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.04);
}

.tpa-pnf-form-wrapper {
  margin-top: 8px;
}

.tpa-pnf-form-note {
  margin-top: 8px;
  font-size: 0.82rem;
  color: #6b7280;
}

/* Responsive */
@media (max-width: 1024px) {
  .tpa-pnf-grid {
    grid-template-columns: 1fr;
  }

  .tpa-pnf-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tpa-pnf-dozent-grid {
    grid-template-columns: 1fr;
  }

  .tpa-pnf-location-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .tpa-pnf-hero {
    padding: 48px 0 34px;
  }

  .tpa-pnf-section {
    padding: 32px 0;
  }

  .tpa-pnf-keyfacts {
    grid-template-columns: 1fr;
  }

  .tpa-pnf-hero-cta {
    flex-wrap: wrap;
  }

  .tpa-pnf-overview-grid {
    grid-template-columns: 1fr;
  }

  .tpa-pnf-contact-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */