.elementor-171 .elementor-element.elementor-element-b91f01e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b9547ca *//* ===========================================
   BASIS PNF PAGE
=========================================== */

.tpa-pnf-page {
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  color: #0f172a;
  line-height: 1.6;
}

.tpa-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===========================================
   HERO
=========================================== */

.tpa-pnf-hero {
  background: linear-gradient(180deg, #ffffff, #eef5f4);
  padding: 100px 0 80px;
  text-align: center;
}

.tpa-badge {
  display: inline-block;
  background: #d7ebe7;
  color: #255a54;
  padding: 8px 18px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 0.9rem;
  margin-bottom: 24px;
}

.tpa-title-huge {
  font-size: clamp(2.1rem, 4vw, 3rem);
  font-weight: 900;
  margin-bottom: 16px;
}

.tpa-text-brand {
  color: #2f6f69;
}

.tpa-subtitle-large {
  max-width: 700px;
  margin: 0 auto 30px;
  color: #4b5563;
}

.tpa-cta-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* CTA Buttons */

.tpa-btn-primary,
.tpa-btn-secondary {
  padding: 12px 24px;
  font-size: 0.98rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 12px;
  transition: 0.25s ease;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid transparent;
}

.tpa-btn-primary {
  background: #2f6f69;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(47, 111, 105, 0.28);
}

.tpa-btn-primary:hover {
  background: #255a54;
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(47, 111, 105, 0.4);
}

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

.tpa-btn-secondary:hover {
  background: #eef5f4;
  border-color: #2f6f69;
  color: #2f6f69;
  transform: translateY(-2px);
}

/* ===========================================
   SECTIONS & HEADINGS
=========================================== */

.tpa-section {
  padding: 70px 0;
}

.tpa-section-grey {
  background: #f3f8f7;
}

.tpa-h2 {
  font-size: clamp(1.8rem, 3vw, 2.3rem);
  font-weight: 800;
  margin-bottom: 18px;
}

/* ===========================================
   GRID SYSTEM
=========================================== */

.tpa-grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 32px;
  align-items: flex-start;
}

/* ===========================================
   WAS SIE MITNEHMEN / IPNFA BOX
=========================================== */

.tpa-list {
  padding-left: 18px;
  margin-bottom: 10px;
}

.tpa-list li {
  margin-bottom: 6px;
  font-size: 0.97rem;
}

.tpa-brand-box {
  padding: 18px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #d7e2e0;
  text-align: center;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  font-size: 0.95rem;
}

.tpa-brand-img {
  width: 160px;
  max-width: 100%;
  margin: 0 auto 12px;
  display: block;
  object-fit: contain;
}

/* ===========================================
   DOZENTIN KOMPAKT
=========================================== */

.tpa-dozent-box {
  padding: 20px;
  border-radius: 18px;
  border: 1px solid #d7e2e0;
  background: #ffffff;
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
}

.tpa-dozent-box--compact p {
  margin-bottom: 0;
  font-size: 0.96rem;
}

.tpa-dozent-header {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}

.tpa-dozent-badge {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 999px;
  background: #2f6f69;
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ===========================================
   ÜBERBLICK BOX
=========================================== */

.tpa-overview-box {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 10px;
}

.tpa-overview-col {
  padding: 18px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #d7e2e0;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
  font-size: 0.95rem;
}

.tpa-overview-col p {
  margin: 4px 0 8px;
}

.tpa-overview-col--dates ul {
  padding-left: 18px;
  margin: 0 0 6px;
}

.tpa-overview-col--dates li {
  margin-bottom: 3px;
}

.tpa-price-highlight {
  font-size: 1.15rem;
  font-weight: 800;
  color: #2f6f69;
}

/* ===========================================
   KURSORT + MAP
=========================================== */

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

.tpa-kursort-box {
  padding: 18px;
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #d7e2e0;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
  font-size: 0.95rem;
}

.tpa-kursort-box ul {
  padding-left: 18px;
  margin-top: 8px;
}

.tpa-kursort-box li {
  margin-bottom: 5px;
}

.tpa-location-map {
  width: 100%;
}

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

.tpa-location-map iframe {
  width: 100%;
  height: 100%;
  min-height: 260px;
  display: block;
}

/* ===========================================
   KONTAKT & ANMELDUNG
=========================================== */

.tpa-contact-section p {
  max-width: 800px;
}

.tpa-contact-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 20px;
}

.tpa-contact-card {
  padding: 18px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #d7e2e0;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.05);
  font-size: 0.95rem;
}

.tpa-contact-card h3 {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 1.05rem;
  font-weight: 800;
}

.tpa-contact-highlight {
  font-size: 1.05rem;
  font-weight: 700;
}

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

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

.tpa-contact-times {
  margin-top: 8px;
  font-size: 0.88rem;
  color: #4b5563;
}

/* Mehr Platz für Formularkarte */
.tpa-contact-card--form {
  padding: 20px;
}

/* Ab Desktop: Formular soll zwei Spalten einnehmen */
@media (min-width: 1025px) {
  .tpa-contact-card--form {
    grid-column: span 2;
  }
}

.tpa-contact-form-wrapper {
  margin-top: 12px;
}

.tpa-contact-note {
  margin-top: 10px;
  font-size: 0.86rem;
  color: #6b7280;
}

/* ===========================================
   RESPONSIVE
=========================================== */

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

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

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

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

  .tpa-contact-card--form {
    grid-column: span 1;
  }
}

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

  .tpa-section {
    padding: 55px 0;
  }

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

  .tpa-contact-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .tpa-dozent-box,
  .tpa-overview-col,
  .tpa-kursort-box,
  .tpa-contact-card {
    padding: 14px;
  }
}/* End custom CSS */