/* 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 - Farben nach Flyer */
body, html {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    overflow-x: hidden !important;
    background-color: #2c353e !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: #2c353e; 
}

/* Navbar */
.navbar-custom {
    background-color: rgba(44, 53, 62, 0.95);
    border-bottom: 2px solid #d69e82; 
    padding: 15px 0;
    backdrop-filter: blur(5px);
}
.navbar-custom .navbar-brand {
    color: #d69e82 !important; 
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 1.6rem;
}
.navbar-custom .nav-link {
    color: #ffffff !important;
    font-weight: 600;
    margin-left: 20px;
    font-size: 0.9rem;
    letter-spacing: 1px;
}
.navbar-custom .nav-link:hover { color: #d69e82 !important; }
.navbar-toggler { background-color: #d69e82; }

/* Hero Sektion */
.hero-section {
    padding: 180px 20px 80px 20px; 
    text-align: center;
    position: relative;
    background-color: #2c353e;
}
.hero-section h1 {
    font-weight: 300;
    font-size: 3.5rem;
    margin-bottom: 10px;
    color: #d69e82; 
}
.hero-section h2 {
    font-weight: 300;
    font-size: 2.2rem;
    color: #ffffff;
    margin-bottom: 30px;
}
.hero-section p {
    font-size: 1.1rem;
    font-weight: bold;
    max-width: 800px;
    margin: 0 auto 40px auto;
    color: #ffffff;
}

/* Info-Balken aus Flyer */
.trust-bar {
    background: #d69e82;
    padding: 15px 0;
    text-align: center;
}
.trust-item {
    display: inline-block;
    color: #2c353e;
    font-weight: 800;
    font-size: 1rem;
    margin: 5px 20px;
}

/* Leistungen / Sortiment */
.services-section { 
    padding: 80px 20px; 
    background: #ffffff; 
    color: #2c353e; 
}
.services-section h2 {
    color: #2c353e;
    font-weight: 300;
    font-size: 2.5rem;
    margin-bottom: 40px;
    text-align: left;
}
.service-list-item {
    font-size: 1.4rem;
    font-weight: 300;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.service-list-item i {
    color: #2c353e;
    font-size: 1rem;
    margin-right: 15px;
}

/* Preis-Box */
.price-box {
    background: #2c353e;
    color: #ffffff;
    padding: 40px;
    border-radius: 4px;
    height: 100%;
}
.price-box h3 {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 30px;
    line-height: 1.4;
}
.price-item {
    margin-bottom: 15px;
    font-size: 1.1rem;
}
.price-value {
    font-weight: bold;
    font-size: 1.3rem;
}
.price-note {
    margin-top: 30px;
    font-weight: bold;
}

/* Buttons */
a.btn-custom, button.btn-custom {
    background: #d69e82 !important;
    color: #2c353e !important;
    font-weight: bold !important;
    font-size: 1.1rem !important;
    padding: 18px 40px !important;
    border: none !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    display: inline-block !important;
    transition: all 0.3s ease !important;
}
a.btn-custom:hover, button.btn-custom:hover {
    background: #ffffff !important;
    color: #2c353e !important;
}

/* Kontakt & Formular */
.contact-section { padding: 80px 20px; background-color: #2c353e; border-top: 1px solid rgba(255,255,255,0.1); }
.contact-box {
    background: rgba(0,0,0,0.2);
    padding: 50px;
    border-radius: 8px;
    max-width: 600px;
    margin: 0 auto;
}
.contact-info-bar {
    text-align: center;
    margin-bottom: 40px;
}

.form-control, .form-select {
    background: rgba(255, 255, 255, 0.05) !important; 
    border: 1px solid rgba(255,255,255,0.2) !important; 
    padding: 15px !important; 
    margin-bottom: 20px !important;
    color: #ffffff !important;
}
.form-control::placeholder { color: rgba(255, 255, 255, 0.5) !important; }
.form-control:focus, .form-select:focus {
    border-color: #d69e82 !important;
    outline: none !important;
    color: #ffffff !important;
}
.form-select option { background-color: #2c353e !important; color: #ffffff !important; }

/* SCHWEBENDER WHATSAPP BUTTON */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: transform 0.3s ease;
}
.whatsapp-float:hover {
    transform: scale(1.1);
}

/* Mobile Sticky Button */
.mobile-sticky-btn {
    display: none;
    position: fixed;
    bottom: 0; left: 0; width: 100%;
    background: #d69e82; color: #2c353e !important;
    text-align: center; padding: 18px; font-weight: bold; font-size: 1.2rem;
    text-decoration: none !important; z-index: 999;
}
@media (max-width: 768px) {
    .mobile-sticky-btn { display: block; }
    body { padding-bottom: 70px !important; }
    .hero-section h1 { font-size: 2.8rem; }
    .hero-section h2 { font-size: 1.8rem; }
    .services-section { padding: 40px 20px; }
    .whatsapp-float { bottom: 90px; right: 20px; } /* Schiebt den Button am Handy über den Sticky-Balken */
}