{"id":357,"date":"2025-11-11T09:55:56","date_gmt":"2025-11-11T08:55:56","guid":{"rendered":"https:\/\/luminvolt.com\/?page_id=357"},"modified":"2026-08-19T14:08:36","modified_gmt":"2026-08-19T06:08:36","slug":"vorab-montiertes-erdbefestigungs-rahmen-mit-ramme","status":"publish","type":"page","link":"https:\/\/luminvolt.com\/de\/vorab-montiertes-erdbefestigungs-rahmen-mit-ramme\/","title":{"rendered":"Vorbaufertigte Erdmontage-Rahmen mit Ramming"},"content":{"rendered":"\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n\n<style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;600;700;800;900&display=swap');\n\n    .product-page * {\n        margin: 0;\n        padding: 0;\n        box-sizing: border-box;\n    }\n\n    .product-page {\n        font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n        background: #f9fafb;\n        color: #111827;\n    }\n\n    .product-page .bento-container {\n        max-width: 1400px;\n        margin: 0 auto;\n        padding: 60px 20px;\n    }\n\n    .product-page .bento-grid {\n        display: grid;\n        grid-template-columns: repeat(12, 1fr);\n        gap: 20px;\n        margin-bottom: 20px;\n    }\n\n    .product-page .bento-item {\n        background: #ffffff;\n        border-radius: 24px;\n        padding: 40px;\n        position: relative;\n        overflow: hidden;\n        border: 1px solid #e5e7eb;\n        box-shadow: none;\n        transition: all 0.3s ease;\n    }\n\n    .product-page .bento-item:hover {\n        box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);\n        transform: translateY(-2px);\n    }\n\n    .product-page .bento-item::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background: radial-gradient(circle at 50% 0%, rgba(59, 130, 246, 0.03) 0%, transparent 60%);\n        pointer-events: none;\n    }\n\n    .product-page .hero {\n        grid-column: span 12;\n        min-height: 600px;\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n        align-items: center;\n        text-align: center;\n        position: relative;\n        overflow: hidden;\n        width: 100vw;\n        margin-left: calc(-50vw + 50%);\n        padding: 140px 20px 160px;\n        border-radius: 0;\n    }\n\n    .product-page .hero::after {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background-image: url('https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/Fixed-Tilt-Ground-Mount-Solar-Systems.webp');\n        background-size: cover;\n        background-position: center;\n        background-repeat: no-repeat;\n        animation: productHeroZoom 20s ease-in-out infinite alternate;\n        z-index: 0;\n    }\n\n    @keyframes productHeroZoom {\n        0% { transform: scale(1); }\n        100% { transform: scale(1.05); }\n    }\n\n    .product-page .hero::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        bottom: 0;\n        background: linear-gradient(135deg, rgba(30, 64, 175, 0.88) 0%, rgba(59, 130, 246, 0.78) 100%);\n        pointer-events: none;\n        z-index: 1;\n    }\n\n    .product-page .hero > * {\n        position: relative;\n        z-index: 2;\n    }\n\n    .product-page .hero-title {\n        margin-top: 0;\n        font-size: clamp(40px, 8vw, 80px);\n        font-weight: 900;\n        line-height: 1.1;\n        margin-bottom: 24px;\n        background: linear-gradient(135deg, #ffffff 0%, #dbeafe 50%, #93c5fd 100%);\n        -webkit-background-clip: text;\n        background-clip: text;\n        -webkit-text-fill-color: transparent;\n        letter-spacing: -0.02em;\n        filter: drop-shadow(0 4px 20px rgba(0, 0, 0, 0.3));\n        max-width: 1200px;\n    }\n\n    .product-page .hero-subtitle {\n        font-size: 20px;\n        color: #f0f9ff;\n        max-width: 800px;\n        line-height: 1.6;\n        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);\n        margin: 0 auto 32px;\n    }\n\n    .product-page .hero-badge {\n        display: inline-block;\n        padding: 10px 24px;\n        background: rgba(255, 255, 255, 0.15);\n        backdrop-filter: blur(10px);\n        border-radius: 50px;\n        color: #ffffff;\n        font-size: 14px;\n        font-weight: 600;\n        text-transform: uppercase;\n        letter-spacing: 1.5px;\n        margin-bottom: 20px;\n        border: 1px solid rgba(255, 255, 255, 0.2);\n    }\n\n    .product-page .large { grid-column: span 8; min-height: 450px; }\n    .product-page .medium { grid-column: span 4; min-height: 450px; }\n    .product-page .small { grid-column: span 4; min-height: 300px; }\n    .product-page .full { grid-column: span 12; }\n\n    .product-page .feature-icon {\n        font-size: 48px;\n        margin-bottom: 24px;\n        display: inline-block;\n    }\n\n    .product-page .feature-title {\n        font-size: 32px;\n        font-weight: 700;\n        margin-bottom: 16px;\n        line-height: 1.2;\n    }\n\n    .product-page .feature-desc {\n        font-size: 16px;\n        color: #6b7280;\n        line-height: 1.6;\n    }\n\n    .product-page .glow-blue { color: #2563eb; }\n    .product-page .glow-blue-bg { background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%); }\n    .product-page .glow-green { color: #059669; }\n    .product-page .glow-green-bg { background: linear-gradient(135deg, #d1fae5 0%, #ecfdf5 100%); }\n    .product-page .glow-purple { color: #7c3aed; }\n    .product-page .glow-purple-bg { background: linear-gradient(135deg, #e9d5ff 0%, #f5f3ff 100%); }\n    .product-page .glow-orange { color: #ea580c; }\n    .product-page .glow-orange-bg { background: linear-gradient(135deg, #fed7aa 0%, #ffedd5 100%); }\n\n    .product-page .feature-card-enhanced {\n        position: relative;\n    }\n\n    .product-page .feature-card-enhanced .feature-icon {\n        display: inline-flex;\n        align-items: center;\n        justify-content: center;\n        width: 90px;\n        height: 90px;\n        border-radius: 22px;\n        background: rgba(255, 255, 255, 0.5);\n        margin-bottom: 28px;\n        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);\n        position: relative;\n    }\n\n    .product-page .feature-card-enhanced:hover .feature-icon {\n        transform: scale(1.1) rotate(-5deg);\n        background: rgba(255, 255, 255, 0.8);\n        box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.1);\n    }\n\n    .product-page .feature-card-enhanced .feature-icon i {\n        font-size: 48px;\n        transition: all 0.4s ease;\n    }\n\n    .product-page .feature-card-enhanced:hover .feature-icon i {\n        transform: scale(1.15);\n    }\n\n    .product-page .image-container {\n        width: 100%;\n        height: 400px;\n        border-radius: 16px;\n        overflow: hidden;\n        position: relative;\n        box-shadow: none;\n    }\n\n    .product-page .image-container img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n        transition: transform 0.6s ease;\n    }\n\n    .product-page .bento-item:hover .image-container img {\n        transform: scale(1.05);\n    }\n\n    .product-page .image-credit {\n        font-size: 12px;\n        color: #9ca3af;\n        font-style: italic;\n        margin-top: 12px;\n        text-align: center;\n    }\n\n    .product-page .benefit-item {\n        display: flex;\n        gap: 16px;\n        padding: 20px;\n        background: rgba(255, 255, 255, 0.5);\n        border-radius: 12px;\n        transition: all 0.3s ease;\n    }\n\n    .product-page .benefit-item:hover {\n        background: rgba(255, 255, 255, 0.8);\n        transform: translateX(8px);\n    }\n\n    .product-page .benefit-icon {\n        flex-shrink: 0;\n        width: 48px;\n        height: 48px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        border-radius: 12px;\n        font-size: 24px;\n        transition: all 0.3s ease;\n    }\n\n    .product-page .benefit-item:hover .benefit-icon {\n        transform: scale(1.1) rotate(5deg);\n    }\n\n    .product-page .feature-badge {\n        display: inline-flex;\n        align-items: center;\n        gap: 8px;\n        padding: 8px 16px;\n        border-radius: 10px;\n        font-size: 13px;\n        font-weight: 600;\n        margin: 8px 8px 8px 0;\n    }\n\n    @media (max-width: 1024px) {\n        .product-page .large,\n        .product-page .medium,\n        .product-page .small {\n            grid-column: span 12;\n        }\n    }\n\n    @media (max-width: 640px) {\n        .product-page .bento-item {\n            padding: 30px 24px;\n        }\n        .product-page .feature-title {\n            font-size: 24px;\n        }\n        .product-page .image-container {\n            height: 280px;\n        }\n    }\n<\/style>\n\n<div class=\"product-page\">\n    <!-- Hero Section -->\n    <section class=\"hero\" data-scroll=\"hero\">\n        <div class=\"hero-badge\">\n            <i class=\"fas fa-mountain\"><\/i> Ground Mount Series\n        <\/div>\n        <h1 class=\"hero-title\">\n            Pre-Assembled Solar Ground Mount Kit with Ramming Piles\n        <\/h1>\n        <p class=\"hero-subtitle\">\n            SolarTerrace\u2122 II-A: The industry&#8217;s most efficient ramming-based ground mount system with full earthing function, designed for rapid deployment and maximum cost savings across all installation scales.\n        <\/p>\n    <\/section>\n\n    <div class=\"bento-container\">\n        <!-- Features Overview -->\n        <div class=\"bento-grid\">\n            <div class=\"bento-item full\" data-scroll=\"fade-up\">\n                <h2 style=\"font-size: 36px; font-weight: 700; margin-bottom: 32px; text-align: center;\">Core Features<\/h2>\n                <div style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px;\">\n                    <div class=\"feature-badge glow-blue-bg\">\n                        <i class=\"fas fa-puzzle-piece glow-blue\"><\/i>\n                        <span style=\"color: #1e40af;\">Pre-assembled System<\/span>\n                    <\/div>\n                    <div class=\"feature-badge glow-green-bg\">\n                        <i class=\"fas fa-plug glow-green\"><\/i>\n                        <span style=\"color: #065f46;\">Full Earthing Function<\/span>\n                    <\/div>\n                    <div class=\"feature-badge glow-purple-bg\">\n                        <i class=\"fas fa-expand-arrows-alt glow-purple\"><\/i>\n                        <span style=\"color: #6b21a8;\">Wide Range of Flexibility<\/span>\n                    <\/div>\n                    <div class=\"feature-badge glow-orange-bg\">\n                        <i class=\"fas fa-dollar-sign glow-orange\"><\/i>\n                        <span style=\"color: #c2410c;\">Cost-Effective Solution<\/span>\n                    <\/div>\n                    <div class=\"feature-badge\" style=\"background: linear-gradient(135deg, #fef3c7 0%, #fef9c3 100%);\">\n                        <i class=\"fas fa-cubes\" style=\"color: #d97706;\"><\/i>\n                        <span style=\"color: #92400e;\">Reduced Component Count<\/span>\n                    <\/div>\n                    <div class=\"feature-badge\" style=\"background: linear-gradient(135deg, #dbeafe 0%, #eff6ff 100%);\">\n                        <i class=\"fas fa-industry\" style=\"color: #2563eb;\"><\/i>\n                        <span style=\"color: #1e40af;\">All Installation Scales<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Project Image 1 -->\n        <div class=\"bento-grid\">\n            <div class=\"bento-item large\" data-scroll=\"slide-right\">\n                <div class=\"image-container\">\n                    <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/Luminvolt_Solar-Terrace-II-A_NS-Energy-Solahart-Tamworth-Districts.webp\" alt=\"SolarTerrace II-A Installation\">\n                <\/div>\n                <p class=\"image-credit\">Image courtesy: NS Energy \u2013 Solahart Tamworth Districts<\/p>\n            <\/div>\n\n            <div class=\"bento-item medium feature-card-enhanced glow-blue-bg\" data-scroll=\"slide-left\">\n                <div class=\"feature-icon\" style=\"background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(37, 99, 235, 0.1) 100%);\">\n                    <i class=\"fas fa-certificate glow-blue\"><\/i>\n                <\/div>\n                <h2 class=\"feature-title\" style=\"font-size: 28px; margin-bottom: 16px;\">Application Range<\/h2>\n                <p class=\"feature-desc\" style=\"margin-bottom: 20px;\">\n                    Engineered to excel across all deployment scenarios:\n                <\/p>\n                <div style=\"display: flex; flex-direction: column; gap: 12px;\">\n                    <div style=\"display: flex; align-items: center; gap: 10px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #2563eb; font-size: 18px;\"><\/i>\n                        <span style=\"font-size: 15px; color: #1e40af; font-weight: 600;\">Rural &#038; Remote Sites<\/span>\n                    <\/div>\n                    <div style=\"display: flex; align-items: center; gap: 10px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #2563eb; font-size: 18px;\"><\/i>\n                        <span style=\"font-size: 15px; color: #1e40af; font-weight: 600;\">Commercial Installations<\/span>\n                    <\/div>\n                    <div style=\"display: flex; align-items: center; gap: 10px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #2563eb; font-size: 18px;\"><\/i>\n                        <span style=\"font-size: 15px; color: #1e40af; font-weight: 600;\">Utility-Scale Projects<\/span>\n                    <\/div>\n                    <div style=\"display: flex; align-items: center; gap: 10px;\">\n                        <i class=\"fas fa-check-circle\" style=\"color: #2563eb; font-size: 18px;\"><\/i>\n                        <span style=\"font-size: 15px; color: #1e40af; font-weight: 600;\">Agricultural Developments<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Built to Last Section -->\n        <div class=\"bento-grid\">\n            <div class=\"bento-item full feature-card-enhanced\" data-scroll=\"fade-up\" style=\"background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%); position: relative; overflow: hidden;\">\n                <div style=\"position: absolute; top: -50px; right: -50px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(16, 185, 129, 0.15) 0%, transparent 70%); border-radius: 50%; pointer-events: none;\"><\/div>\n                <div style=\"position: absolute; bottom: -80px; left: -80px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(5, 150, 105, 0.1) 0%, transparent 70%); border-radius: 50%; pointer-events: none;\"><\/div>\n\n                <div style=\"position: relative; z-index: 1;\">\n                    <div style=\"text-align: center; margin-bottom: 40px;\">\n                        <div class=\"feature-icon\" style=\"display: inline-flex; align-items: center; justify-content: center; width: 100px; height: 100px; background: linear-gradient(135deg, rgba(16, 185, 129, 0.2) 0%, rgba(5, 150, 105, 0.1) 100%); border-radius: 24px; margin-bottom: 24px;\">\n                            <i class=\"fas fa-shield-alt\" style=\"font-size: 52px; color: #059669;\"><\/i>\n                        <\/div>\n                        <h2 style=\"font-size: 42px; font-weight: 800; color: #065f46; margin-bottom: 16px;\">Built to Last<\/h2>\n                        <p style=\"font-size: 18px; color: #047857; max-width: 800px; margin: 0 auto; line-height: 1.8;\">\n                            This quality frame is trimmed at every angle for fast deployment, reducing labour costs.\n                        <\/p>\n                    <\/div>\n\n                    <div style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; margin-top: 40px;\">\n                        <div style=\"background: rgba(255, 255, 255, 0.7); padding: 28px; border-radius: 16px; border: 1px solid rgba(16, 185, 129, 0.2);\">\n                            <div style=\"display: flex; align-items: center; gap: 12px; margin-bottom: 16px;\">\n                                <i class=\"fas fa-hammer\" style=\"font-size: 28px; color: #059669;\"><\/i>\n                                <h3 style=\"font-size: 20px; font-weight: 700; color: #065f46; margin: 0;\">Unique Post Profile<\/h3>\n                            <\/div>\n                            <p style=\"font-size: 15px; color: #047857; line-height: 1.7; margin: 0;\">\n                                Designed with a unique post profile which allows reduced embedment, saving on both material and labour costs.\n                            <\/p>\n                        <\/div>\n\n                        <div style=\"background: rgba(255, 255, 255, 0.7); padding: 28px; border-radius: 16px; border: 1px solid rgba(16, 185, 129, 0.2);\">\n                            <div style=\"display: flex; align-items: center; gap: 12px; margin-bottom: 16px;\">\n                                <i class=\"fas fa-bolt\" style=\"font-size: 28px; color: #059669;\"><\/i>\n                                <h3 style=\"font-size: 20px; font-weight: 700; color: #065f46; margin: 0;\">High-Grade Assembly<\/h3>\n                            <\/div>\n                            <p style=\"font-size: 15px; color: #047857; line-height: 1.7; margin: 0;\">\n                                Pre-assembled components arrive ready to install, dramatically reducing on-site assembly time and complexity.\n                            <\/p>\n                        <\/div>\n\n                        <div style=\"background: rgba(255, 255, 255, 0.7); padding: 28px; border-radius: 16px; border: 1px solid rgba(16, 185, 129, 0.2);\">\n                            <div style=\"display: flex; align-items: center; gap: 12px; margin-bottom: 16px;\">\n                                <i class=\"fas fa-trophy\" style=\"font-size: 28px; color: #059669;\"><\/i>\n                                <h3 style=\"font-size: 20px; font-weight: 700; color: #065f46; margin: 0;\">Industry Leading<\/h3>\n                            <\/div>\n                            <p style=\"font-size: 15px; color: #047857; line-height: 1.7; margin: 0;\">\n                                These features make SolarTerrace\u2122 II-A one of the best ground mount systems available on the market.\n                            <\/p>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- Project Image 2 -->\n        <div class=\"bento-grid\">\n            <div class=\"bento-item full\" data-scroll=\"fade-up\">\n                <div class=\"image-container\" style=\"height: 500px;\">\n                    <img decoding=\"async\" src=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/Luminvolt_Ground-mount_Solar-Terrace_Commercial_Phased-Electrical-and-S.webp\" alt=\"Commercial SolarTerrace Installation\">\n                <\/div>\n                <p class=\"image-credit\">Image Courtesy: Phased Electrical and Solar<\/p>\n            <\/div>\n        <\/div>\n\n        <!-- Key Benefits -->\n        <div class=\"bento-grid\">\n            <div class=\"bento-item full\" data-scroll=\"fade-up\">\n                <h2 style=\"font-size: 42px; font-weight: 800; margin-bottom: 48px; text-align: center; background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent;\">\n                    Key Benefits\n                <\/h2>\n            <\/div>\n        <\/div>\n\n        <div class=\"bento-grid\">\n            <div class=\"bento-item medium feature-card-enhanced glow-blue-bg\" data-scroll=\"fade-up\">\n                <div class=\"feature-icon\" style=\"background: linear-gradient(135deg, rgba(59, 130, 246, 0.2) 0%, rgba(37, 99, 235, 0.1) 100%);\">\n                    <i class=\"fas fa-users glow-blue\"><\/i>\n                <\/div>\n                <h3 class=\"feature-title\" style=\"font-size: 26px; margin-bottom: 16px;\">Reduced Labour Costs<\/h3>\n                <p class=\"feature-desc\" style=\"margin-bottom: 24px;\">\n                    Through our unique, patented component design and pre-assembled supports with pre-installed positioning clamps, labour time and costs are greatly reduced.\n                <\/p>\n                <div style=\"display: inline-flex; align-items: center; gap: 12px; padding: 14px 20px; background: rgba(59, 130, 246, 0.15); border-radius: 12px;\">\n                    <i class=\"fas fa-clock\" style=\"color: #2563eb; font-size: 24px;\"><\/i>\n                    <div>\n                        <div style=\"font-size: 28px; font-weight: 900; color: #2563eb; line-height: 1;\">-40%<\/div>\n                        <div style=\"font-size: 12px; color: #6b7280; font-weight: 600; margin-top: 4px;\">Labour Time<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"bento-item medium feature-card-enhanced glow-green-bg\" data-scroll=\"fade-up\" data-delay=\"100\">\n                <div class=\"feature-icon\" style=\"background: linear-gradient(135deg, rgba(16, 185, 129, 0.2) 0%, rgba(5, 150, 105, 0.1) 100%);\">\n                    <i class=\"fas fa-dollar-sign glow-green\"><\/i>\n                <\/div>\n                <h3 class=\"feature-title\" style=\"font-size: 26px; margin-bottom: 16px;\">Reduced Component Costs<\/h3>\n                <p class=\"feature-desc\">\n                    Our unique C-Post was designed specifically for ramming, resulting in increased friction against up-lift. This requires less embedment than conventional posts or I-beams, reducing both labour time for ramming and material costs.\n                <\/p>\n            <\/div>\n\n            <div class=\"bento-item medium feature-card-enhanced glow-purple-bg\" data-scroll=\"fade-up\" data-delay=\"200\">\n                <div class=\"feature-icon\" style=\"background: linear-gradient(135deg, rgba(139, 92, 246, 0.2) 0%, rgba(124, 58, 237, 0.1) 100%);\">\n                    <i class=\"fas fa-plug glow-purple\"><\/i>\n                <\/div>\n                <h3 class=\"feature-title\" style=\"font-size: 26px; margin-bottom: 16px;\">Full Earthing Function<\/h3>\n                <p class=\"feature-desc\">\n                    With pre-fitted pressure bolts and star washers in post head, post brace and pre-assembled support, it creates earthing continuity from T rail to post. SolarTerrace\u2122 II-A system is a full earthing system for enhanced safety.\n                <\/p>\n            <\/div>\n        <\/div>\n\n        <div class=\"bento-grid\">\n            <div class=\"bento-item large feature-card-enhanced glow-orange-bg\" data-scroll=\"fade-up\">\n                <div class=\"feature-icon\" style=\"background: linear-gradient(135deg, rgba(249, 115, 22, 0.2) 0%, rgba(234, 88, 12, 0.1) 100%);\">\n                    <i class=\"fas fa-sliders-h glow-orange\"><\/i>\n                <\/div>\n                <h3 class=\"feature-title\" style=\"font-size: 26px; margin-bottom: 16px;\">Wide Range of Adjustments<\/h3>\n                <p class=\"feature-desc\" style=\"margin-bottom: 28px;\">\n                    As ramming can never be done exact on millimetre, the Post head is designed with sufficient horizontal rotation and vertical adjustments. This combined with generous design tolerance levels makes it easy to get the panels perfectly aligned even if the ramming isn&#8217;t 100%.\n                <\/p>\n                <div style=\"display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px;\">\n                    <div style=\"background: rgba(249, 115, 22, 0.15); padding: 16px; border-radius: 12px;\">\n                        <div style=\"font-size: 14px; color: #c2410c; font-weight: 700; margin-bottom: 6px;\">Horizontal Rotation<\/div>\n                        <div style=\"font-size: 12px; color: #9a3412;\">Flexible angular adjustment<\/div>\n                    <\/div>\n                    <div style=\"background: rgba(249, 115, 22, 0.15); padding: 16px; border-radius: 12px;\">\n                        <div style=\"font-size: 14px; color: #c2410c; font-weight: 700; margin-bottom: 6px;\">Vertical Adjustment<\/div>\n                        <div style=\"font-size: 12px; color: #9a3412;\">Height compensation range<\/div>\n                    <\/div>\n                    <div style=\"background: rgba(249, 115, 22, 0.15); padding: 16px; border-radius: 12px;\">\n                        <div style=\"font-size: 14px; color: #c2410c; font-weight: 700; margin-bottom: 6px;\">Design Tolerance<\/div>\n                        <div style=\"font-size: 12px; color: #9a3412;\">Generous alignment buffer<\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n\n            <div class=\"bento-item medium\" data-scroll=\"fade-up\" data-delay=\"100\" style=\"background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); color: #ffffff;\">\n                <div style=\"text-align: center; padding: 20px 0;\">\n                    <i class=\"fas fa-award\" style=\"font-size: 64px; margin-bottom: 24px; opacity: 0.9;\"><\/i>\n                    <h3 style=\"font-size: 32px; font-weight: 800; margin-bottom: 16px;\">Patented Design<\/h3>\n                    <p style=\"font-size: 16px; line-height: 1.7; opacity: 0.95; margin-bottom: 24px;\">\n                        SolarTerrace\u2122 II-A features unique patented components that set new industry standards for efficiency and performance.\n                    <\/p>\n                    <div style=\"display: inline-block; padding: 12px 28px; background: rgba(255, 255, 255, 0.2); border-radius: 50px; backdrop-filter: blur(10px);\">\n                        <span style=\"font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.5px;\">Innovation Leader<\/span>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <!-- CTA Section -->\n        <div class=\"bento-grid\" style=\"margin-top: 60px;\">\n            <div class=\"bento-item full\" data-scroll=\"fade-up\" style=\"background: linear-gradient(135deg, #1e40af 0%, #3b82f6 100%); min-height: 400px; position: relative; overflow: hidden;\">\n                <div style=\"position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0.1; background-image: radial-gradient(circle at 2px 2px, #ffffff 1px, transparent 0); background-size: 40px 40px; pointer-events: none;\"><\/div>\n                <div style=\"position: absolute; top: -100px; right: -100px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(255, 255, 255, 0.15) 0%, transparent 70%); border-radius: 50%; filter: blur(60px); pointer-events: none;\"><\/div>\n                <div style=\"position: absolute; bottom: -100px; left: -100px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(147, 197, 253, 0.2) 0%, transparent 70%); border-radius: 50%; filter: blur(60px); pointer-events: none;\"><\/div>\n\n                <div style=\"position: relative; z-index: 1; text-align: center;\">\n                    <div style=\"display: inline-block; padding: 8px 20px; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(10px); border-radius: 50px; margin-bottom: 24px; border: 1px solid rgba(255, 255, 255, 0.2);\">\n                        <span style=\"color: #ffffff; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.5px;\">\n                            <i class=\"fas fa-rocket\" style=\"margin-right: 8px;\"><\/i>Get Started\n                        <\/span>\n                    <\/div>\n                    <h2 style=\"font-size: 48px; font-weight: 800; margin-bottom: 20px; color: #ffffff; text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);\">\n                        Ready to Deploy SolarTerrace\u2122 II-A?\n                    <\/h2>\n                    <p style=\"font-size: 20px; color: #e0e7ff; max-width: 700px; margin: 0 auto 40px; line-height: 1.7;\">\n                        Contact our engineering team for a comprehensive consultation, custom design proposal, and competitive pricing for your next ground mount project.\n                    <\/p>\n\n                    <div style=\"display: flex; justify-content: center; gap: 16px; flex-wrap: wrap;\">\n                        <a href=\"https:\/\/luminvolt.com\/contact\/\" style=\"display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; background: #ffffff; color: #1e40af; border-radius: 12px; font-size: 16px; font-weight: 700; text-decoration: none; transition: all 0.3s ease; box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);\">\n                            <i class=\"fas fa-phone\"><\/i>\n                            Request Quote\n                        <\/a>\n                        <a href=\"#specs\" style=\"display: inline-flex; align-items: center; gap: 10px; padding: 16px 32px; background: rgba(255, 255, 255, 0.15); backdrop-filter: blur(10px); color: #ffffff; border-radius: 12px; font-size: 16px; font-weight: 700; text-decoration: none; transition: all 0.3s ease; border: 1px solid rgba(255, 255, 255, 0.3);\">\n                            <i class=\"fas fa-file-download\"><\/i>\n                            Download Specs\n                        <\/a>\n                    <\/div>\n\n                    <div style=\"display: flex; justify-content: center; gap: 40px; margin-top: 48px; flex-wrap: wrap;\">\n                        <div style=\"display: flex; align-items: center; gap: 10px;\">\n                            <i class=\"fas fa-award\" style=\"color: #fbbf24; font-size: 24px;\"><\/i>\n                            <span style=\"color: #e0e7ff; font-size: 14px; font-weight: 600;\">Patented Technology<\/span>\n                        <\/div>\n                        <div style=\"display: flex; align-items: center; gap: 10px;\">\n                            <i class=\"fas fa-shield-check\" style=\"color: #10b981; font-size: 24px;\"><\/i>\n                            <span style=\"color: #e0e7ff; font-size: 14px; font-weight: 600;\">25-Year Warranty<\/span>\n                        <\/div>\n                        <div style=\"display: flex; align-items: center; gap: 10px;\">\n                            <i class=\"fas fa-clock\" style=\"color: #60a5fa; font-size: 24px;\"><\/i>\n                            <span style=\"color: #e0e7ff; font-size: 14px; font-weight: 600;\">Fast Installation<\/span>\n                        <\/div>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/div>\n\n<script>\n(function() {\n    \/\/ Scroll Animation Observer\n    const observerOptions = {\n        threshold: 0.15,\n        rootMargin: '0px 0px -100px 0px'\n    };\n\n    const observer = new IntersectionObserver((entries) => {\n        entries.forEach(entry => {\n            if (entry.isIntersecting) {\n                const delay = entry.target.dataset.delay || 0;\n                setTimeout(() => {\n                    entry.target.style.opacity = '1';\n                    entry.target.style.transform = 'translateY(0) scale(1)';\n                }, delay);\n            }\n        });\n    }, observerOptions);\n\n    \/\/ Initialize animations\n    document.querySelectorAll('.product-page [data-scroll]').forEach(el => {\n        const animType = el.dataset.scroll;\n        el.style.opacity = '0';\n        el.style.transition = 'all 0.8s cubic-bezier(0.4, 0, 0.2, 1)';\n\n        switch(animType) {\n            case 'fade-up':\n                el.style.transform = 'translateY(40px)';\n                break;\n            case 'slide-right':\n                el.style.transform = 'translateX(-60px)';\n                break;\n            case 'slide-left':\n                el.style.transform = 'translateX(60px)';\n                break;\n            case 'zoom-in':\n                el.style.transform = 'scale(0.9)';\n                break;\n            case 'hero':\n                el.style.transform = 'translateY(20px)';\n                break;\n        }\n\n        observer.observe(el);\n    });\n\n    \/\/ Smooth scroll for anchor links\n    document.querySelectorAll('.product-page a[href^=\"#\"]').forEach(anchor => {\n        anchor.addEventListener('click', function (e) {\n            const href = this.getAttribute('href');\n            if (href !== '#') {\n                const target = document.querySelector(href);\n                if (target) {\n                    e.preventDefault();\n                    target.scrollIntoView({\n                        behavior: 'smooth',\n                        block: 'start'\n                    });\n                }\n            }\n        });\n    });\n})();\n<\/script>\n\n\n\n\n\n<style class=\"hermes-faq-style\">\n.hermes-faq-block{max-width:1400px;margin:48px auto;padding:0 24px}\n.hermes-faq-block h2{margin:0;font-size:clamp(28px,4vw,42px);line-height:1.15;font-weight:760}\n.hermes-faq-list{display:block}\n.hermes-faq-item{border:none;border-top:1px solid #e2e8f0;border-radius:0;background:transparent;padding:0}\n.hermes-faq-item:last-child{border-bottom:1px solid #e2e8f0}\n.hermes-faq-item summary{cursor:pointer;font-weight:760;font-size:17px;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:24px 0}\n.hermes-faq-item summary::-webkit-details-marker{display:none}\n.hermes-faq-item summary::after{content:\"\";flex:0 0 32px;width:32px;height:32px;border-radius:50%;background-color:rgba(0,0,0,.06);background-image:linear-gradient(currentColor,currentColor),linear-gradient(currentColor,currentColor);background-size:12px 2px,2px 12px;background-repeat:no-repeat;background-position:center}\n.hermes-faq-item[open] summary::after{transform:rotate(45deg)}\n.hermes-faq-item p{margin:-4px 54px 24px 0;opacity:.92}\n@media (min-width:769px){.hermes-faq-block{display:grid;grid-template-columns:0.62fr 1fr;gap:clamp(36px,8vw,100px);align-items:start}.hermes-faq-block h2{position:sticky;top:30px}}\n<\/style>\n<section class=\"hermes-faq-block\" data-hermes-faq=\"pre-assembled-ground-mount-frame-with-ramming\"><h2>Pre-assembled Ground Mount Frame FAQs<\/h2><div class=\"hermes-faq-list\"><details class=\"hermes-faq-item\"><summary>What are the advantages of a pre-assembled ground mount frame?<\/summary><p>Pre-assembled frames can reduce on-site labor, simplify installation steps, improve consistency, and speed up project delivery.<\/p><\/details><details class=\"hermes-faq-item\"><summary>What does ramming foundation installation mean?<\/summary><p>Ramming uses driven piles or posts to create a stable foundation, helping reduce concrete work and shorten site preparation time on suitable soil conditions.<\/p><\/details><details class=\"hermes-faq-item\"><summary>Is this type of system suitable for utility-scale projects?<\/summary><p>Yes. Pre-assembled structures with ramming foundations are commonly used in utility-scale and large commercial solar projects where installation efficiency matters.<\/p><\/details><details class=\"hermes-faq-item\"><summary>Can Luminvolt help evaluate whether ramming is suitable for a project?<\/summary><p>Yes. Luminvolt can review soil conditions, project scale, and structural requirements to recommend the right foundation and support solution.<\/p><\/details><\/div><\/section>\n<script type=\"application\/ld+json\" class=\"hermes-product-schema hermes-faq-schema\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What are the advantages of a pre-assembled ground mount frame?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Pre-assembled frames can reduce on-site labor, simplify installation steps, improve consistency, and speed up project delivery.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What does ramming foundation installation mean?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Ramming uses driven piles or posts to create a stable foundation, helping reduce concrete work and shorten site preparation time on suitable soil conditions.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Is this type of system suitable for utility-scale projects?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Pre-assembled structures with ramming foundations are commonly used in utility-scale and large commercial solar projects where installation efficiency matters.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can Luminvolt help evaluate whether ramming is suitable for a project?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes. Luminvolt can review soil conditions, project scale, and structural requirements to recommend the right foundation and support solution.\"\n      }\n    }\n  ]\n}\n<\/script>\n\n\n<script type=\"application\/ld+json\" class=\"hermes-product-schema\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"Product\",\n  \"name\": \"Pre-assembled Ground Mount Frame with Ramming | Luminvolt\",\n  \"category\": \"Pre-assembled ground mount frame\",\n  \"description\": \"Choose Luminvolt pre-assembled ground mount frames with ramming to speed installation, improve structural stability, and simplify utility-scale solar projects.\",\n  \"url\": \"https:\/\/luminvolt.com\/pre-assembled-ground-mount-frame-with-ramming\/\",\n  \"brand\": {\n    \"@type\": \"Brand\",\n    \"name\": \"Luminvolt\"\n  },\n  \"manufacturer\": {\n    \"@type\": \"Organization\",\n    \"name\": \"Luminvolt\",\n    \"url\": \"https:\/\/luminvolt.com\/\"\n  },\n  \"offers\": {\n    \"@type\": \"Offer\",\n    \"url\": \"https:\/\/luminvolt.com\/pre-assembled-ground-mount-frame-with-ramming\/\",\n    \"priceCurrency\": \"USD\",\n    \"availability\": \"https:\/\/schema.org\/InStock\",\n    \"priceSpecification\": {\n      \"@type\": \"PriceSpecification\",\n      \"priceCurrency\": \"USD\",\n      \"description\": \"Custom quotation available on request\"\n    }\n  }\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Ground Mount Series, vorgefertigtes Solar-Fundament mit Rammpf\u00e4hlen, SolarTerrace\u2122 II-A: Das effizienteste Fundamentsystem mit Rammpf\u00e4hlen der Branche, mit vollst\u00e4ndiger Erdung, das f\u00fcr eine schnelle Installation und maximale Kosteneinsparungen bei allen Installationsgr\u00f6\u00dfen entwickelt wurde. Kernmerkmale: Vorgefertigtes System, vollst\u00e4ndige Erdung, gro\u00dfe Flexibilit\u00e4t, kosteng\u00fcnstige L\u00f6sung, geringe Anzahl von Komponenten, f\u00fcr alle Installations\u2026 <a title=\"Vorbaufertigte Erdmontage-Rahmen mit Ramming\" class=\"read-more\" href=\"https:\/\/luminvolt.com\/de\/vorab-montiertes-erdbefestigungs-rahmen-mit-ramme\/\" aria-label=\"Mehr Informationen \u00fcber vorgefertigte Bodenmontage-Rahmen mit Ramming\">Weiterlesen<\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_yoast_wpseo_focuskw":"solar ground mount kit","_yoast_wpseo_title":"Solar Ground Mount Kit | Pre-Assembled Ramming Pile Frame","_yoast_wpseo_metadesc":"Pre-assembled solar ground mount kit with ramming pile foundations. Cuts on-site labour, no concrete curing, suited to soil and soft-ground sites.","footnotes":""},"class_list":["post-357","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.3 (Yoast SEO v28.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Solar Ground Mount Kit | Pre-Assembled Ramming Pile Frame<\/title>\n<meta name=\"description\" content=\"Pre-assembled solar ground mount kit with ramming pile foundations. Cuts on-site labour, no concrete curing, suited to soil and soft-ground sites.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/luminvolt.com\/de\/vorab-montiertes-erdbefestigungs-rahmen-mit-ramme\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Pre-assembled Ground Mount Frame with Ramming\" \/>\n<meta property=\"og:description\" content=\"Pre-assembled solar ground mount kit with ramming pile foundations. Cuts on-site labour, no concrete curing, suited to soil and soft-ground sites.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/luminvolt.com\/de\/vorab-montiertes-erdbefestigungs-rahmen-mit-ramme\/\" \/>\n<meta property=\"og:site_name\" content=\"LuminVolt\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-19T06:08:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/Luminvolt_Solar-Terrace-II-A_NS-Energy-Solahart-Tamworth-Districts.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data1\" content=\"2\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/pre-assembled-ground-mount-frame-with-ramming\\\/\",\"url\":\"https:\\\/\\\/luminvolt.com\\\/pre-assembled-ground-mount-frame-with-ramming\\\/\",\"name\":\"Solar Ground Mount Kit | Pre-Assembled Ramming Pile Frame\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/pre-assembled-ground-mount-frame-with-ramming\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/pre-assembled-ground-mount-frame-with-ramming\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/luminvolt.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Luminvolt_Solar-Terrace-II-A_NS-Energy-Solahart-Tamworth-Districts.webp\",\"datePublished\":\"2025-11-11T08:55:56+00:00\",\"dateModified\":\"2026-08-19T06:08:36+00:00\",\"description\":\"Pre-assembled solar ground mount kit with ramming pile foundations. Cuts on-site labour, no concrete curing, suited to soil and soft-ground sites.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/pre-assembled-ground-mount-frame-with-ramming\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/luminvolt.com\\\/pre-assembled-ground-mount-frame-with-ramming\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/pre-assembled-ground-mount-frame-with-ramming\\\/#primaryimage\",\"url\":\"https:\\\/\\\/luminvolt.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Luminvolt_Solar-Terrace-II-A_NS-Energy-Solahart-Tamworth-Districts.webp\",\"contentUrl\":\"https:\\\/\\\/luminvolt.com\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/Luminvolt_Solar-Terrace-II-A_NS-Energy-Solahart-Tamworth-Districts.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/pre-assembled-ground-mount-frame-with-ramming\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"http:\\\/\\\/luminvolt.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Pre-assembled Ground Mount Frame with Ramming\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#website\",\"url\":\"https:\\\/\\\/luminvolt.com\\\/\",\"name\":\"LuminVolt\",\"description\":\"Your Partner in Advanced Solar Mounting Systems &amp; Energy Storage\",\"publisher\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/luminvolt.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#organization\",\"name\":\"LuminVolt\",\"url\":\"https:\\\/\\\/luminvolt.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/luminvolt.com\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/LuminVolt-02.webp\",\"contentUrl\":\"https:\\\/\\\/luminvolt.com\\\/wp-content\\\/uploads\\\/2024\\\/12\\\/LuminVolt-02.webp\",\"width\":512,\"height\":512,\"caption\":\"LuminVolt\"},\"image\":{\"@id\":\"https:\\\/\\\/luminvolt.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Solarer Bodenmontagesatz | Vorgefertigter Rammpfahl-Rahmen","description":"Vorbaufert Kit f\u00fcr Solar-Bodenmontage mit Rammpf\u00e4hlen. Reduziert Arbeitsaufwand vor Ort, kein Betonh\u00e4rten erforderlich, geeignet f\u00fcr B\u00f6den und weiche B\u00f6den.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/luminvolt.com\/de\/vorab-montiertes-erdbefestigungs-rahmen-mit-ramme\/","og_locale":"de_DE","og_type":"article","og_title":"Pre-assembled Ground Mount Frame with Ramming","og_description":"Pre-assembled solar ground mount kit with ramming pile foundations. Cuts on-site labour, no concrete curing, suited to soil and soft-ground sites.","og_url":"https:\/\/luminvolt.com\/de\/vorab-montiertes-erdbefestigungs-rahmen-mit-ramme\/","og_site_name":"LuminVolt","article_modified_time":"2026-08-19T06:08:36+00:00","og_image":[{"url":"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/Luminvolt_Solar-Terrace-II-A_NS-Energy-Solahart-Tamworth-Districts.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Gesch\u00e4tzte Lesezeit":"2\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/luminvolt.com\/pre-assembled-ground-mount-frame-with-ramming\/","url":"https:\/\/luminvolt.com\/pre-assembled-ground-mount-frame-with-ramming\/","name":"Solarer Bodenmontagesatz | Vorgefertigter Rammpfahl-Rahmen","isPartOf":{"@id":"https:\/\/luminvolt.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/luminvolt.com\/pre-assembled-ground-mount-frame-with-ramming\/#primaryimage"},"image":{"@id":"https:\/\/luminvolt.com\/pre-assembled-ground-mount-frame-with-ramming\/#primaryimage"},"thumbnailUrl":"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/Luminvolt_Solar-Terrace-II-A_NS-Energy-Solahart-Tamworth-Districts.webp","datePublished":"2025-11-11T08:55:56+00:00","dateModified":"2026-08-19T06:08:36+00:00","description":"Vorbaufert Kit f\u00fcr Solar-Bodenmontage mit Rammpf\u00e4hlen. Reduziert Arbeitsaufwand vor Ort, kein Betonh\u00e4rten erforderlich, geeignet f\u00fcr B\u00f6den und weiche B\u00f6den.","breadcrumb":{"@id":"https:\/\/luminvolt.com\/pre-assembled-ground-mount-frame-with-ramming\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/luminvolt.com\/pre-assembled-ground-mount-frame-with-ramming\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/luminvolt.com\/pre-assembled-ground-mount-frame-with-ramming\/#primaryimage","url":"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/Luminvolt_Solar-Terrace-II-A_NS-Energy-Solahart-Tamworth-Districts.webp","contentUrl":"https:\/\/luminvolt.com\/wp-content\/uploads\/2025\/11\/Luminvolt_Solar-Terrace-II-A_NS-Energy-Solahart-Tamworth-Districts.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/luminvolt.com\/pre-assembled-ground-mount-frame-with-ramming\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"http:\/\/luminvolt.com\/"},{"@type":"ListItem","position":2,"name":"Pre-assembled Ground Mount Frame with Ramming"}]},{"@type":"WebSite","@id":"https:\/\/luminvolt.com\/#website","url":"https:\/\/luminvolt.com\/","name":"LuminVolt","description":"Ihr Partner f\u00fcr fortschrittliche Solarmontagesysteme und Energiespeicher","publisher":{"@id":"https:\/\/luminvolt.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/luminvolt.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/luminvolt.com\/#organization","name":"LuminVolt","url":"https:\/\/luminvolt.com\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/luminvolt.com\/#\/schema\/logo\/image\/","url":"https:\/\/luminvolt.com\/wp-content\/uploads\/2024\/12\/LuminVolt-02.webp","contentUrl":"https:\/\/luminvolt.com\/wp-content\/uploads\/2024\/12\/LuminVolt-02.webp","width":512,"height":512,"caption":"LuminVolt"},"image":{"@id":"https:\/\/luminvolt.com\/#\/schema\/logo\/image\/"}}]}},"yoast_social":{"twitter_title":"","twitter_description":"","twitter_image":""},"_links":{"self":[{"href":"https:\/\/luminvolt.com\/de\/wp-json\/wp\/v2\/pages\/357","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/luminvolt.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/luminvolt.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/luminvolt.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/luminvolt.com\/de\/wp-json\/wp\/v2\/comments?post=357"}],"version-history":[{"count":5,"href":"https:\/\/luminvolt.com\/de\/wp-json\/wp\/v2\/pages\/357\/revisions"}],"predecessor-version":[{"id":714,"href":"https:\/\/luminvolt.com\/de\/wp-json\/wp\/v2\/pages\/357\/revisions\/714"}],"wp:attachment":[{"href":"https:\/\/luminvolt.com\/de\/wp-json\/wp\/v2\/media?parent=357"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}