.elementor-2857 .elementor-element.elementor-element-d42e826{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-2857 .elementor-element.elementor-element-d42e826:not(.elementor-motion-effects-element-type-background), .elementor-2857 .elementor-element.elementor-element-d42e826 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#121212;}/* Start custom CSS for html, class: .elementor-element-d084248 *//* Webdesign Landau Blog Article - Corporate Design CSS */

.lk-blog-article {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.7;
    color: #e0e0e0;
    background: transparent;
}

/* Header Styles */
.article-header {
    margin-bottom: 50px;
    text-align: center;
}

.article-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.2;
    text-align: center;
}

.article-intro {
    background: linear-gradient(135deg, #2a2a2a 0%, #1e1e1e 100%);
    padding: 30px;
    border-radius: 12px;
    border-left: 4px solid #4CAF50;
    margin-bottom: 40px;
}

.article-intro p {
    font-size: 1.1rem;
    margin: 0;
    color: #f0f0f0;
}

/* Highlight Section */
.article-highlight {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    padding: 30px;
    border-radius: 12px;
    margin: 40px 0;
    box-shadow: 0 8px 25px rgba(76, 175, 80, 0.2);
}

.article-highlight p {
    margin: 0;
    font-size: 1.1rem;
    color: #ffffff;
    font-weight: 500;
}

.article-highlight strong {
    font-weight: 700;
}

.article-highlight a {
    color: #ffffff;
    text-decoration: underline;
    font-weight: 600;
}

.article-highlight a:hover {
    text-decoration: none;
}

/* Table of Contents */
.article-toc {
    background: #2a2a2a;
    padding: 30px;
    border-radius: 12px;
    margin: 40px 0;
    border: 1px solid #3a3a3a;
}

.article-toc h2 {
    color: #4CAF50;
    font-size: 1.4rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.article-toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.article-toc li {
    margin-bottom: 12px;
}

.article-toc a {
    color: #e0e0e0;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    display: block;
    padding: 8px 0;
}

.article-toc a:hover {
    color: #4CAF50;
    text-decoration: underline;
}

/* Section Styles */
.article-section {
    margin: 60px 0;
}

.article-section h2 {
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 700;
    border-bottom: 3px solid #4CAF50;
    padding-bottom: 15px;
}

.article-section h3 {
    font-size: 1.4rem;
    color: #4CAF50;
    margin: 30px 0 20px 0;
    font-weight: 600;
}

.article-section p {
    margin-bottom: 20px;
    font-size: 1rem;
    color: #e0e0e0;
}

.article-section strong {
    color: #ffffff;
    font-weight: 600;
}

.article-section a {
    color: #4CAF50;
    text-decoration: underline;
    font-weight: 500;
}

.article-section a:hover {
    color: #45a049;
    text-decoration: none;
}

/* Key Facts Box */
.key-facts {
    background: linear-gradient(135deg, #2a2a2a 0%, #1e1e1e 100%);
    padding: 30px;
    border-radius: 12px;
    border-left: 4px solid #4CAF50;
    margin: 30px 0;
}

.key-facts h3 {
    color: #4CAF50;
    margin-top: 0;
}

/* ROI Example */
.roi-example {
    background: #2a2a2a;
    padding: 30px;
    border-radius: 12px;
    margin: 30px 0;
    border: 1px solid #3a3a3a;
}

.example-calculation {
    background: #1e1e1e;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.example-calculation ul {
    margin: 15px 0;
    padding-left: 20px;
}

.example-calculation li {
    margin-bottom: 8px;
    color: #e0e0e0;
}

/* Website Types */
.website-types {
    display: grid;
    gap: 30px;
    margin: 40px 0;
}

.website-type {
    background: #2a2a2a;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #3a3a3a;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.website-type:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(76, 175, 80, 0.1);
}

.website-type h3 {
    color: #4CAF50;
    margin-top: 0;
}

/* Technical Aspects */
.technical-aspects {
    display: grid;
    gap: 25px;
    margin: 40px 0;
}

.tech-aspect {
    background: linear-gradient(135deg, #2a2a2a 0%, #1e1e1e 100%);
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid #4CAF50;
}

.tech-aspect h3 {
    color: #4CAF50;
    margin-top: 0;
}

/* Local SEO Strategies */
.local-seo-strategies {
    display: grid;
    gap: 30px;
    margin: 40px 0;
}

.seo-strategy {
    background: #2a2a2a;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #3a3a3a;
}

.seo-strategy h3 {
    color: #4CAF50;
    margin-top: 0;
}

/* Cost Breakdown */
.cost-breakdown {
    display: grid;
    gap: 30px;
    margin: 40px 0;
}

.cost-category {
    background: #2a2a2a;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #3a3a3a;
}

.cost-category h3 {
    color: #4CAF50;
    margin-top: 0;
    margin-bottom: 20px;
}

.cost-category ul {
    margin: 0;
    padding-left: 20px;
}

.cost-category li {
    margin-bottom: 12px;
    color: #e0e0e0;
}

.cost-category strong {
    color: #ffffff;
}

/* Maintenance Areas */
.maintenance-areas {
    display: grid;
    gap: 25px;
    margin: 40px 0;
}

.maintenance-area {
    background: linear-gradient(135deg, #2a2a2a 0%, #1e1e1e 100%);
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid #4CAF50;
}

.maintenance-area h3 {
    color: #4CAF50;
    margin-top: 0;
}

/* Success Stories */
.success-stories {
    display: grid;
    gap: 30px;
    margin: 40px 0;
}

.success-story {
    background: linear-gradient(135deg, #2a2a2a 0%, #1e1e1e 100%);
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #3a3a3a;
    position: relative;
}

.success-story::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #4CAF50, #45a049);
    border-radius: 12px 12px 0 0;
}

.success-story h3 {
    color: #4CAF50;
    margin-top: 0;
    margin-bottom: 20px;
}

.success-story ul {
    margin: 20px 0;
    padding-left: 20px;
}

.success-story li {
    margin-bottom: 10px;
    color: #e0e0e0;
}

.success-story strong {
    color: #4CAF50;
    font-weight: 600;
}

/* CTA Sections */
.cta-section {
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    margin: 50px 0;
    box-shadow: 0 10px 30px rgba(76, 175, 80, 0.2);
}

.cta-section h3 {
    color: #ffffff;
    font-size: 1.6rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.cta-section p {
    color: #ffffff;
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.cta-button {
    display: inline-block;
    background: #ffffff;
    color: #4CAF50;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-button:hover {
    background: #f0f0f0;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* Final CTA Section */
.final-cta-section {
    background: linear-gradient(135deg, #2a2a2a 0%, #1e1e1e 100%);
    padding: 50px 40px;
    border-radius: 12px;
    text-align: center;
    margin: 60px 0;
    border: 2px solid #4CAF50;
}

.final-cta-section h3 {
    color: #4CAF50;
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.final-cta-section p {
    color: #e0e0e0;
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.consultation-benefits {
    background: #1e1e1e;
    padding: 25px;
    border-radius: 8px;
    margin: 30px 0;
    text-align: left;
}

.consultation-benefits p {
    color: #4CAF50;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.consultation-benefits ul {
    margin: 0;
    padding-left: 20px;
}

.consultation-benefits li {
    color: #e0e0e0;
    margin-bottom: 10px;
}

.cta-button-large {
    display: inline-block;
    background: linear-gradient(135deg, #4CAF50 0%, #45a049 100%);
    color: #ffffff;
    padding: 20px 40px;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(76, 175, 80, 0.3);
    margin: 20px 0;
}

.cta-button-large:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(76, 175, 80, 0.4);
    color: #ffffff;
    text-decoration: none;
}

.cta-note {
    font-size: 0.9rem;
    color: #b0b0b0;
    font-style: italic;
    margin-top: 20px;
}

/* Cost of Waiting */
.cost-of-waiting {
    background: linear-gradient(135deg, #d32f2f 0%, #c62828 100%);
    padding: 25px;
    border-radius: 12px;
    margin: 30px 0;
    color: #ffffff;
}

.cost-of-waiting h3 {
    color: #ffffff;
    margin-top: 0;
}

.cost-of-waiting strong {
    font-size: 1.1rem;
    font-weight: 700;
}

/* Why Choose Us */
.why-choose-us {
    background: linear-gradient(135deg, #2a2a2a 0%, #1e1e1e 100%);
    padding: 30px;
    border-radius: 12px;
    border-left: 4px solid #4CAF50;
    margin: 30px 0;
}

.why-choose-us h3 {
    color: #4CAF50;
    margin-top: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .lk-blog-article {
        padding: 30px 15px;
    }
    
    .article-header h1 {
        font-size: 2rem;
    }
    
    .article-section h2 {
        font-size: 1.6rem;
    }
    
    .article-intro,
    .article-highlight,
    .article-toc,
    .key-facts,
    .roi-example,
    .website-type,
    .tech-aspect,
    .seo-strategy,
    .cost-category,
    .maintenance-area,
    .success-story,
    .cta-section,
    .final-cta-section {
        padding: 20px;
    }
    
    .cta-button-large {
        padding: 15px 25px;
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .article-header h1 {
        font-size: 1.8rem;
    }
    
    .article-section h2 {
        font-size: 1.4rem;
    }
    
    .article-section h3 {
        font-size: 1.2rem;
    }
}/* End custom CSS */