.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* ============================================
   ZFA Berlin – Jobilla-Clone Custom CSS
   Einfügen unter: Elementor → Site Settings
   → Custom CSS  ODER  WordPress → Design
   → Zusätzliches CSS
   ============================================ */

.jb-page-wrap {
  background: #f7f7f7;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

/* Haupt-Card */
.jb-card {
  max-width: 680px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 2px 16px rgba(0,0,0,.10);
  border-radius: 10px;
  overflow: hidden;
}

/* Hero-Bild */
.jb-hero-img img {
  width: 100%;
  display: block;
}

/* Card Body (Headline + Intro + Button) */
.jb-card-body {
  padding: 28px 28px 20px;
}

.jb-title {
  font-size: 26px;
  font-weight: 800;
  color: #111;
  line-height: 1.25;
  margin: 0 0 12px;
}

.jb-subtitle {
  font-size: 15px;
  color: #444;
  margin: 0 0 20px;
  line-height: 1.5;
}

/* Start-Button */
.jb-btn-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}

.jb-btn {
  display: inline-block;
  background: #1a237e;
  color: #fff !important;
  font-size: 15px;
  font-weight: 700;
  padding: 13px 36px;
  border-radius: 6px;
  text-decoration: none;
  letter-spacing: .3px;
  transition: background .2s;
}

.jb-btn:hover {
  background: #283593;
}

.jb-enter-hint {
  font-size: 13px;
  color: #888;
}

/* Share-Leiste */
.jb-share-bar {
  padding: 16px 28px;
  background: #f9f9f9;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.jb-share-label {
  font-size: 13px;
  font-weight: 700;
  color: #333;
  display: block;
  margin-bottom: 10px;
}

.jb-share-icons {
  display: flex;
  gap: 22px;
}

.jb-share-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #333;
  gap: 4px;
}

.jb-share-icon {
  font-size: 22px;
}

.jb-share-text {
  font-size: 11px;
  color: #666;
}

/* Content-Box (Fliesstext + Listen) */
.jb-content-box {
  padding: 24px 28px 28px;
}

.jb-content-box p {
  font-size: 14.5px;
  color: #444;
  line-height: 1.65;
  margin: 0 0 14px;
}

.jb-section-title {
  font-size: 20px;
  font-weight: 800;
  color: #111;
  margin: 28px 0 10px;
}

/* Listen */
.jb-list {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
}

.jb-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 7px 0;
  font-size: 14.5px;
  color: #444;
  border-bottom: 1px solid #f0f0f0;
}

.jb-list li:last-child {
  border-bottom: none;
}

.jb-list-icon {
  font-size: 17px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Disclaimer */
.jb-disclaimer {
  font-size: 13px !important;
  color: #888 !important;
  font-style: italic;
  border-top: 1px solid #eee;
  padding-top: 14px;
  margin-top: 8px !important;
}

/* Formular-Bereich */
.jb-form-section {
  padding: 28px;
  border-top: 1px solid #eee;
  background: #fff;
}

.jb-form-title {
  font-size: 20px;
  font-weight: 800;
  color: #111;
  margin: 0 0 20px;
  text-align: center;
}

/* Elementor Widget padding entfernen */
.elementor-widget-text-editor .elementor-widget-container,
.jb-root-widget .elementor-widget-container {
  padding: 0 !important;
}

/* ============================================
   MOBILE
   ============================================ */
@media (max-width: 700px) {
  .jb-card {
    border-radius: 0;
  }
  .jb-card-body,
  .jb-content-box,
  .jb-form-section {
    padding: 20px 16px;
  }
  .jb-share-bar {
    padding: 14px 16px;
  }
  .jb-title {
    font-size: 22px;
  }
}/* End custom CSS */