.elementor-437 .elementor-element.elementor-element-p404_sec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overflow:hidden;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-437 .elementor-element.elementor-element-p404_sec:not(.elementor-motion-effects-element-type-background), .elementor-437 .elementor-element.elementor-element-p404_sec > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F6F4EF;}:root{--page-title-display:none;}/* Start custom CSS *//* === MN Webdesign Neuss - Page Typography & Spacing Scale === */
.elementor .elementor-element h1,
.elementor h1 {
  font-size: clamp(34px, 5vw, 56px) !important;
  line-height: 1.1 !important;
  font-weight: 800 !important;
  letter-spacing: -1.5px !important;
}
.elementor .elementor-element h2,
.elementor h2 {
  font-size: clamp(26px, 3.6vw, 40px) !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
  letter-spacing: -1px !important;
}
.elementor .elementor-element h3,
.elementor h3 {
  font-size: clamp(19px, 2vw, 22px) !important;
  line-height: 1.3 !important;
  font-weight: 700 !important;
  letter-spacing: -0.3px !important;
}

/* Body paragraphs consistent size */
.elementor .elementor-widget-text-editor p {
  font-size: 16px;
  line-height: 1.7;
}

/* Mobile: stack 2-col rows, reduce padding */
@media (max-width: 860px) {
  .elementor-section-wrap > .e-con > .e-con-inner,
  .elementor-section-wrap > section.elementor-section {
    /* reduced section padding on mobile */
  }
  .elementor .e-con[data-element_type="container"][data-settings*="flex_directionu0022:u0022rowu0022"] {
    flex-direction: column !important;
  }
  .elementor .e-con[data-element_type="container"] > .e-con {
    width: 100% !important;
  }
  /* Reduce section vertical padding on mobile to 56px */
  .elementor .e-parent > .e-con.e-flex {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }
}

/* Smooth scroll behavior for anchors */
html { scroll-behavior: smooth; }

/* Button focus ring */
.elementor-button:focus-visible {
  outline: 3px solid rgba(79,109,245,0.4);
  outline-offset: 2px;
}/* End custom CSS */