.elementor-kit-6{--e-global-color-primary:#007BFF;--e-global-color-secondary:#090B48;--e-global-color-text:#333333;--e-global-color-accent:#28A745;--e-global-color-1d3448f:#F8F9FA;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 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){margin-block-end: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 */.moniflow-listing-wrap {
  position: relative;
}

#moniflow-loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  background: rgba(255,255,255,0.85);
  border-radius: 18px;
  pointer-events: none;
}

#moniflow-loader.is-active {
  display: flex !important;
}

#moniflow-loader .moniflow-spinner {
  width: 42px;
  height: 42px;
  border: 3px solid rgba(11,15,94,0.15);
  border-top: 3px solid #0b0f5e;
  border-radius: 50%;
  animation: moniflow-spin 0.8s linear infinite;
}

#moniflow-loader .moniflow-loader-text {
  font-size: 14px;
  color: #0b0f5e;
  font-weight: 600;
}

@keyframes moniflow-spin {
  to { transform: rotate(360deg); }
}

.mf-erbbau-section,
.mf-erbbau-introbox,
.mf-erbbau-cta,
.mf-erbbau-disclaimer {
  background: #f7f8fa;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  margin-bottom: 28px;
}

.mf-erbbau-section h2,
.mf-erbbau-introbox h2,
.mf-erbbau-cta h2 {
  color: #1677ea;
  margin-top: 0;
  margin-bottom: 18px;
}

.mf-erbbau-section h3 {
  margin-top: 24px;
  margin-bottom: 10px;
}

.mf-erbbau-section p,
.mf-erbbau-section li,
.mf-erbbau-introbox p,
.mf-erbbau-introbox li,
.mf-erbbau-cta p,
.mf-erbbau-disclaimer p {
  line-height: 1.7;
}

.mf-highlight-box,
.mf-note-box,
.mf-checklist-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px;
  margin: 20px 0;
  border: 1px solid #e7ebf0;
}

.mf-erbbau-nav-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.mf-erbbau-nav-grid a {
  display: inline-block;
  padding: 10px 16px;
  background: #f7f8fa;
  border-radius: 999px;
  text-decoration: none;
  color: #1677ea;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}

.mf-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.mf-btn {
  display: inline-block;
  background: #1677ea;
  color: #ffffff;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 700;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .mf-two-col {
    grid-template-columns: 1fr;
  }

  .mf-erbbau-section,
  .mf-erbbau-introbox,
  .mf-erbbau-cta,
  .mf-erbbau-disclaimer {
    padding: 22px;
  }
}

.mf-teilkauf-section,
.mf-teilkauf-introbox,
.mf-teilkauf-cta,
.mf-teilkauf-disclaimer {
  background: #f7f8fa;
  border-radius: 20px;
  padding: 32px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  margin-bottom: 28px;
}

.mf-teilkauf-section h2,
.mf-teilkauf-introbox h2,
.mf-teilkauf-cta h2 {
  color: #1677ea;
  margin-top: 0;
  margin-bottom: 18px;
}

.mf-teilkauf-section h3 {
  margin-top: 24px;
  margin-bottom: 10px;
}

.mf-teilkauf-section p,
.mf-teilkauf-section li,
.mf-teilkauf-introbox p,
.mf-teilkauf-introbox li,
.mf-teilkauf-cta p,
.mf-teilkauf-disclaimer p {
  line-height: 1.7;
}

.mf-highlight-box,
.mf-note-box,
.mf-checklist-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px;
  margin: 20px 0;
  border: 1px solid #e7ebf0;
}

.mf-teilkauf-nav-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.mf-teilkauf-nav-grid a {
  display: inline-block;
  padding: 10px 16px;
  background: #f7f8fa;
  border-radius: 999px;
  text-decoration: none;
  color: #1677ea;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(0,0,0,0.05);
}

.mf-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.mf-btn {
  display: inline-block;
  background: #1677ea;
  color: #ffffff;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 12px;
  font-weight: 700;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .mf-two-col {
    grid-template-columns: 1fr;
  }

  .mf-teilkauf-section,
  .mf-teilkauf-introbox,
  .mf-teilkauf-cta,
  .mf-teilkauf-disclaimer {
    padding: 22px;
  }
}/* End custom CSS */