.elementor-2935 .elementor-element.elementor-element-8f0b497{--display:flex;}/* Start custom CSS for html, class: .elementor-element-5e3b7e7 *//* Google My Business Artikel - Einheitliches Corporate Design CSS */

/* Import Google Fonts */
@import url('https://lukaskimmelde7cf74.zapwp.com/m:0/a:https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

/* Base Styles - Einheitlich mit anderen Artikeln */
.lk-blog-post.lk-gmb-article-2025 {
    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 - Einheitlich */
.lk-blog-post.lk-gmb-article-2025 .blog-header.lk-gmb-header {
    margin-bottom: 50px;
    text-align: center;
}

.lk-blog-post.lk-gmb-article-2025 .blog-header.lk-gmb-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 30px;
    line-height: 1.2;
    text-align: center;
}

.lk-blog-post.lk-gmb-article-2025 .blog-intro.lk-gmb-intro {
    background: linear-gradient(135deg, #2a2a2a 0%, #1e1e1e 100%);
    padding: 30px;
    border-radius: 12px;
    border-left: 4px solid #4CAF50;
    margin-bottom: 40px;
    font-size: 1.1rem;
    color: #f0f0f0;
}

/* Table of Contents - Einheitlich */
.lk-blog-post.lk-gmb-article-2025 .table-of-contents.lk-gmb-toc-container {
    background: #2a2a2a;
    padding: 30px;
    border-radius: 12px;
    margin: 40px 0;
    border: 1px solid #3a3a3a;
}

.lk-blog-post.lk-gmb-article-2025 .table-of-contents.lk-gmb-toc-container h2 {
    color: #4CAF50;
    font-size: 1.4rem;
    margin-bottom: 20px;
    font-weight: 600;
}

.lk-blog-post.lk-gmb-article-2025 .table-of-contents.lk-gmb-toc-container ul.lk-gmb-toc-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
}

.lk-blog-post.lk-gmb-article-2025 .table-of-contents.lk-gmb-toc-container ul.lk-gmb-toc-list li.lk-gmb-toc-item {
    margin: 0;
}

.lk-blog-post.lk-gmb-article-2025 .table-of-contents.lk-gmb-toc-container ul.lk-gmb-toc-list li.lk-gmb-toc-item a.lk-gmb-toc-link {
    color: #e0e0e0;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    display: block;
    padding: 8px 0;
}

.lk-blog-post.lk-gmb-article-2025 .table-of-contents.lk-gmb-toc-container ul.lk-gmb-toc-list li.lk-gmb-toc-item a.lk-gmb-toc-link:hover {
    color: #4CAF50;
    text-decoration: underline;
}

/* Section Styles - Einheitlich */
.lk-blog-post.lk-gmb-article-2025 section {
    margin: 60px 0;
}

.lk-blog-post.lk-gmb-article-2025 h2.lk-gmb-section-title {
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 700;
    border-bottom: 3px solid #4CAF50;
    padding-bottom: 15px;
}

.lk-blog-post.lk-gmb-article-2025 h3.lk-gmb-subsection-title {
    font-size: 1.4rem;
    color: #4CAF50;
    margin: 30px 0 20px 0;
    font-weight: 600;
}

.lk-blog-post.lk-gmb-article-2025 p.lk-gmb-paragraph {
    margin-bottom: 20px;
    font-size: 1rem;
    color: #e0e0e0;
}

.lk-blog-post.lk-gmb-article-2025 a.lk-gmb-link {
    color: #4CAF50;
    text-decoration: underline;
    font-weight: 500;
}

.lk-blog-post.lk-gmb-article-2025 a.lk-gmb-link:hover {
    color: #45a049;
    text-decoration: none;
}

/* Grids */
.lk-blog-post.lk-gmb-article-2025 .lk-gmb-grid {
    display: grid;
    gap: 30px;
    margin: 40px 0;
}

.lk-blog-post.lk-gmb-article-2025 .lk-gmb-grid-item {
    background: #2a2a2a;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #3a3a3a;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lk-blog-post.lk-gmb-article-2025 .lk-gmb-grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(76, 175, 80, 0.1);
}

.lk-blog-post.lk-gmb-article-2025 .lk-gmb-grid-item h3 {
    color: #4CAF50;
    margin-top: 0;
}

/* CTA Section - Einheitlich mit anderen Artikeln */
.lk-blog-post.lk-gmb-article-2025 .cta-section.lk-gmb-final-cta {
    background: linear-gradient(135deg, #2a2a2a 0%, #1e1e1e 100%);
    padding: 50px 40px;
    border-radius: 12px;
    text-align: center;
    margin: 60px 0;
    border: 2px solid #4CAF50;
}

.lk-blog-post.lk-gmb-article-2025 .cta-section.lk-gmb-final-cta h2 {
    color: #4CAF50;
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.lk-blog-post.lk-gmb-article-2025 .cta-section.lk-gmb-final-cta p {
    color: #e0e0e0;
    font-size: 1.1rem;
    margin-bottom: 25px;
}

.lk-blog-post.lk-gmb-article-2025 .cta-section.lk-gmb-final-cta .expert-cta.lk-gmb-expert-box {
    background: #1e1e1e;
    padding: 25px;
    border-radius: 8px;
    margin: 30px 0;
    text-align: left;
}

.lk-blog-post.lk-gmb-article-2025 .cta-section.lk-gmb-final-cta .expert-cta.lk-gmb-expert-box p {
    color: #4CAF50;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.lk-blog-post.lk-gmb-article-2025 .cta-section.lk-gmb-final-cta .next-steps-cta.lk-gmb-steps-section {
    margin: 40px 0;
}

.lk-blog-post.lk-gmb-article-2025 .cta-section.lk-gmb-final-cta .next-steps-cta.lk-gmb-steps-section h3 {
    color: #4CAF50;
    font-size: 1.6rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.lk-blog-post.lk-gmb-article-2025 .cta-section.lk-gmb-final-cta .next-steps-cta.lk-gmb-steps-section .cta-steps.lk-gmb-steps-grid {
    display: grid;
    gap: 30px;
    margin: 30px 0;
}

.lk-blog-post.lk-gmb-article-2025 .cta-section.lk-gmb-final-cta .next-steps-cta.lk-gmb-steps-section .cta-steps.lk-gmb-steps-grid .cta-step.lk-gmb-step-card {
    background: #2a2a2a;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #3a3a3a;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}

.lk-blog-post.lk-gmb-article-2025 .cta-section.lk-gmb-final-cta .next-steps-cta.lk-gmb-steps-section .cta-steps.lk-gmb-steps-grid .cta-step.lk-gmb-step-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(76, 175, 80, 0.1);
}

.lk-blog-post.lk-gmb-article-2025 .cta-section.lk-gmb-final-cta .next-steps-cta.lk-gmb-steps-section .cta-steps.lk-gmb-steps-grid .cta-step.lk-gmb-step-card h4 {
    color: #4CAF50;
    margin-top: 0;
    margin-bottom: 20px;
}

.lk-blog-post.lk-gmb-article-2025 .cta-section.lk-gmb-final-cta .final-cta.lk-gmb-button-section {
    margin: 50px 0 30px 0;
}

/* Button - Einheitlich mit anderen Artikeln */
.lk-blog-post.lk-gmb-article-2025 .cta-section.lk-gmb-final-cta .final-cta.lk-gmb-button-section .cta-button.lk-gmb-main-button {
    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;
}

.lk-blog-post.lk-gmb-article-2025 .cta-section.lk-gmb-final-cta .final-cta.lk-gmb-button-section .cta-button.lk-gmb-main-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(76, 175, 80, 0.4);
    color: #ffffff;
    text-decoration: none;
}

.lk-blog-post.lk-gmb-article-2025 .cta-section.lk-gmb-final-cta .final-cta.lk-gmb-button-section .cta-subtitle.lk-gmb-button-subtitle {
    font-size: 0.9rem;
    color: #b0b0b0;
    font-style: italic;
    margin-top: 20px;
}

/* Responsive Design - Einheitlich */
@media (max-width: 768px) {
    .lk-blog-post.lk-gmb-article-2025 {
        padding: 30px 15px;
    }
    
    .lk-blog-post.lk-gmb-article-2025 .blog-header.lk-gmb-header h1 {
        font-size: 2rem;
    }
    
    .lk-blog-post.lk-gmb-article-2025 h2.lk-gmb-section-title {
        font-size: 1.6rem;
    }
    
    .lk-blog-post.lk-gmb-article-2025 .blog-intro.lk-gmb-intro,
    .lk-blog-post.lk-gmb-article-2025 .table-of-contents.lk-gmb-toc-container,
    .lk-blog-post.lk-gmb-article-2025 .lk-gmb-grid-item,
    .lk-blog-post.lk-gmb-article-2025 .cta-section.lk-gmb-final-cta {
        padding: 20px;
    }
    
    .lk-blog-post.lk-gmb-article-2025 .table-of-contents.lk-gmb-toc-container ul.lk-gmb-toc-list {
        grid-template-columns: 1fr;
    }
    
    .lk-blog-post.lk-gmb-article-2025 .cta-section.lk-gmb-final-cta .final-cta.lk-gmb-button-section .cta-button.lk-gmb-main-button {
        padding: 15px 25px;
        font-size: 1.1rem;
    }
}

@media (max-width: 480px) {
    .lk-blog-post.lk-gmb-article-2025 .blog-header.lk-gmb-header h1 {
        font-size: 1.8rem;
    }
    
    .lk-blog-post.lk-gmb-article-2025 h2.lk-gmb-section-title {
        font-size: 1.4rem;
    }
    
    .lk-blog-post.lk-gmb-article-2025 h3.lk-gmb-subsection-title {
        font-size: 1.2rem;
    }
}/* End custom CSS */