/* Julian Post Landingpage auf volle Breite ziehen */ .wp-site-blocks, .wp-block-post-content, .entry-content, .is-layout-constrained, .is-layout-flow { max-width: none !important; } .wp-block-post-content > *, .entry-content > *, .is-layout-constrained > * { max-width: none !important; } .wp-block-post-content, .entry-content { width: 100% !important; padding-left: 0 !important; padding-right: 0 !important; } .jp-home { width: 100vw !important; max-width: 100vw !important; margin-left: calc(50% – 50vw) !important; margin-right: calc(50% – 50vw) !important; } .jp-container { width: min(1180px, calc(100vw – 44px)) !important; max-width: 1180px !important; } .jp-hero-shell { width: min(1340px, calc(100vw – 44px)) !important; max-width: 1340px !important; }