/* RADIKALER FIX FÜR ALTE JIMDO-BILDER UND MENÜS */
#emotion-header, #header, .j-header, .cc-header, #j-header, #logo, .logo, 
#header-image, .header-image, [id*="header"], [class*="header"] {
    display: none !important;
    background-image: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Premium Grund-Reset */
body, html {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    overflow-x: hidden !important;
    background-color: #14191f !important;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
    color: #ffffff !important;
    scroll-behavior: smooth; 
}

#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #14191f; 
}

/* Navbar */
.navbar-custom {
    background-color: rgba(20, 25, 31, 0.95);
    border-bottom: 2px solid #e67e22;
    padding: 15px 0;
    backdrop-filter: blur(5px);
}
.navbar-custom .navbar-brand {
    color: #fff !important;
    font-weight: 800;
    letter-spacing: 2px;
    font-size: 1.5rem;
}
.navbar-custom .nav-link {
    color: #d1d8e0 !important;
    font-weight: 600;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
}
.navbar-custom .nav-link:hover { color: #e67e22 !important; }
.navbar-toggler { background-color: #e67e22; }

/* Hero Sektion */
.hero-section {
    padding: 180px 20px 80px 20px; 
    text-align: center;
    position: relative;
}
.hero-section h1 {
    font-weight: 800;
    font-size: 3.2rem;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
}
.hero-section .highlight { color: #e67e22; }
.hero-section p {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto 40px auto;
    color: #a0aab5;
}

/* NEU: Vertrauens-Leiste (Trust-Bar) wie bei den Großen */
.trust-bar {
    background: #e67e22;
    padding: 15px 0;
    text-align: center;
}
.trust-item {
    display: inline-block;
    color: #14191f;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.9rem;
    margin: 5px 20px;
}
.trust-item i { margin-right: 8px; font-size: 1.1rem; }

/* Buttons */
a.btn-custom, button.btn-custom {
    background: #e67e22 !important;
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 1.1rem !important;
    padding: 18px 40px !important;
    border: 2px solid #e67e22 !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    letter-spacing: 1px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(230, 126, 34, 0.4) !important;
}
a.btn-custom:hover, button.btn-custom:hover {
    background: transparent !important;
    color: #e67e22 !important;
}

/* NEU: 3-Schritte-Plan (Gegen den Information-Overload) */
.process-section { padding: 80px 20px; }
.step-box {
    background: rgba(255, 255, 255, 0.02);
    border-left: 4px solid #e67e22;
    padding: 30px;
    border-radius: 0 8px 8px 0;
    height: 100%;
}
.step-number {
    font-size: 3rem;
    font-weight: 900;
    color: rgba(230, 126, 34, 0.2);
    margin-bottom: -15px;
    line-height: 1;
}
.step-box h4 { color: #ffffff; font-weight: 700; margin-bottom: 10px; }
.step-box p { color: #8e9ba8; font-size: 0.95rem; margin: 0; }

/* Leistungen */
.services-section { padding: 80px 20px; background: rgba(0,0,0,0.3); border-top: 1px solid rgba(255,255,255,0.05); }
.service-card {
    background: rgba(255,255,255,0.02);
    border-radius: 8px;
    padding: 40px 20px;
    text-align: center;
    height: 100%;
    border-top: 3px solid #e67e22;
    transition: transform 0.3s;
}
.service-card:hover { transform: translateY(-5px); }
.service-icon { font-size: 2.5rem; color: #e67e22; margin-bottom: 20px; }
.service-card h4 { font-weight: 700; color: #ffffff; margin-bottom: 15px; }
.service-card p { color: #8e9ba8; font-size: 0.95rem; }

/* Kontakt */
.contact-section { padding: 80px 20px; }
.contact-box {
    background: rgba(255,255,255,0.03);
    padding: 50px;
    border-radius: 8px;
    border: 1px solid rgba(230, 126, 34, 0.2);
    max-width: 600px;
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.form-control, .form-select {
    background: rgba(255, 255, 255, 0.08) !important; 
    border: 1px solid rgba(255,255,255,0.1) !important; 
    padding: 15px !important; 
    margin-bottom: 20px !important;
    color: #ffffff !important;
    font-size: 1rem !important;
}
.form-control::placeholder { color: rgba(255, 255, 255, 0.5) !important; }
.form-control:focus, .form-select:focus {
    border-color: #e67e22 !important;
    background: rgba(255, 255, 255, 0.12) !important;
    box-shadow: 0 0 10px rgba(230, 126, 34, 0.3) !important;
    outline: none !important;
    color: #ffffff !important;
}
.form-select option { background-color: #1a222a !important; color: #ffffff !important; }

.mobile-sticky-btn {
    display: none;
    position: fixed;
    bottom: 0; left: 0; width: 100%;
    background: #27ae60; color: white !important;
    text-align: center; padding: 18px; font-weight: bold; font-size: 1.2rem;
    text-decoration: none !important; z-index: 9999; text-transform: uppercase;
}
@media (max-width: 768px) {
    .mobile-sticky-btn { display: block; }
    body { padding-bottom: 70px !important; }
    .hero-section h1 { font-size: 2.2rem; }
}