/* ===== Downloads - Modernes Shop-Design ===== */

/* Breadcrumb */
.downloads-breadcrumb-12345 {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0;
}

.breadcrumb-nav-12345 {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.breadcrumb-link-12345 {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #666;
    text-decoration: none;
    transition: color 0.2s;
}

.breadcrumb-link-12345:hover {
    color: #111;
}

.breadcrumb-link-12345 .material-icons {
    font-size: 16px;
}

.breadcrumb-nav-12345 > .material-icons {
    font-size: 16px;
    color: #999;
}

.breadcrumb-current-12345 {
    color: #111;
    font-weight: 500;
}

/* Page Header */
.downloads-header-12345 {
    background: #fff;
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

.downloads-header-content-12345 {
    max-width: 800px;
}

.downloads-header-content-12345 h1 {
    font-size: 28px;
    font-weight: 600;
    color: #111;
    margin: 0 0 10px 0;
    letter-spacing: -0.5px;
}

.downloads-header-content-12345 p {
    font-size: 15px;
    color: #666;
    margin: 0;
    line-height: 1.5;
}

/* Content Area */
.downloads-content-12345 {
    background: #f9f9f9;
    padding: 30px 0 60px;
    min-height: 60vh;
}

/* Fehler-Nachricht */
.downloads-error-12345 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    background: rgba(244, 67, 54, 0.1);
    border: 1px solid rgba(244, 67, 54, 0.3);
    border-radius: 4px;
    color: #d32f2f;
    margin-bottom: 30px;
}

.downloads-error-12345 .material-icons {
    font-size: 20px;
}

/* Tab-Navigation - Modernes Design */
.download-tabs-12345 {
    margin-bottom: 0;
}

.tabs-nav-12345 {
    display: flex;
    gap: 0;
    border: 1px solid #bdbdbd;
    margin-bottom: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    background: linear-gradient(white, #c4c4c4d6);
}

.tabs-nav-12345::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.tab-button-12345 {
    padding: 16px 28px;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
    position: relative;
    margin-bottom: -2px;
}

.tab-button-12345:hover {
    color: #111;
    background: #fafafa;
}

.tab-button-12345.active-12345 {
    color: #111;
    background: linear-gradient(white, #aaaaaa3b);
    border-bottom-color: #ffd600;
    font-weight: 600;
}

.tabs-content-12345 {
    position: relative;
}

.tab-pane-12345 {
    display: none;
}

.tab-pane-12345.active-12345 {
    display: block;
    animation: fadeInDownloads 0.3s ease;
}

@keyframes fadeInDownloads {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Download-Tabelle - Moderne Gestaltung */
.download-table-wrapper-12345 {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    margin-top: 30px;
}

.download-table-12345 {
    width: 100%;
    border-collapse: collapse;
}

.download-table-12345 thead {
    background: #f5f5f5;
}

.download-table-12345 thead th {
    padding: 10px 16px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    color: #555;
    border-bottom: 2px solid #e5e5e5;
    letter-spacing: 0.8px;
    text-align: left;
}

.download-table-12345 tbody tr {
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.15s ease;
}

.download-table-12345 tbody tr:hover {
    background: #fafafa;
}

.download-table-12345 tbody tr:last-child {
    border-bottom: none;
}

.download-table-12345 tbody td {
    padding: 12px 16px;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
}

.product-name-cell-12345 {
    vertical-align: middle;
    color: #111;
}

.language-badge-12345 {
    display: inline-block;
    padding: 5px 12px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    letter-spacing: 0.3px;
}

.download-btn-12345 {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 18px;
    background: #111;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    letter-spacing: 0.2px;
}

.download-btn-12345:hover {
    background: #000;
    color: #ffd600;
    transform: translateY(-1px);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.download-btn-12345 .material-icons {
    font-size: 18px;
}

.not-available-12345 {
    color: #ccc;
    font-size: 18px;
}

/* Info-Bereich - Modern */
.download-info-12345 {
    margin-top: 30px;
    padding-bottom: 20px;
}

.info-card-12345 {
    display: flex;
    gap: 20px;
    padding: 20px 24px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    border-left: 3px solid #ffd600;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.info-card-12345 .material-icons {
    font-size: 24px;
    color: #ffd600;
    flex-shrink: 0;
}

.info-content-12345 h3 {
    margin: 0 0 12px 0;
    font-size: 15px;
    font-weight: 700;
    color: #111;
    letter-spacing: 0.2px;
}

.info-content-12345 ul {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
}

.info-content-12345 li {
    margin-bottom: 8px;
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

.info-content-12345 li:last-child {
    margin-bottom: 0;
}

.info-content-12345 a {
    color: #111;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    transition: border-color 0.2s;
}

.info-content-12345 a:hover {
    border-bottom-color: #111;
}

/* Responsive - Optimiert */
@media (max-width: 992px) {
    .downloads-header-content-12345 h1 {
        font-size: 24px;
    }
    
    .tab-button-12345 {
        padding: 14px 22px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .downloads-header-12345 {
        padding: 20px 0;
    }
    
    .downloads-header-content-12345 h1 {
        font-size: 22px;
    }
    
    .downloads-header-content-12345 p {
        font-size: 14px;
    }
    
    .downloads-content-12345 {
        padding: 20px 0 40px;
    }
    
    .download-table-12345 {
        font-size: 13px;
    }
    
    .download-table-12345 thead th {
        padding: 8px 12px;
        font-size: 10px;
    }
    
    .download-table-12345 tbody td {
        padding: 10px 12px;
    }
    
    .download-btn-12345 {
        padding: 6px 14px;
        font-size: 12px;
    }
    
    .download-btn-12345 .material-icons {
        font-size: 16px;
    }
    
    .tab-button-12345 {
        padding: 12px 18px;
        font-size: 12px;
    }
    
    .info-card-12345 {
        padding: 16px 18px;
        gap: 15px;
    }
}

@media (max-width: 576px) {
    .breadcrumb-nav-12345 {
        font-size: 12px;
    }
    
    .downloads-header-content-12345 h1 {
        font-size: 20px;
    }
    
    /* Scrollbare Tabelle auf kleinen Bildschirmen */
    .download-table-wrapper-12345 {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-top: 20px;
    }
    
    .download-table-12345 {
        min-width: 650px;
    }
    
    .info-card-12345 {
        flex-direction: column;
        gap: 12px;
    }
    
    .info-content-12345 h3 {
        font-size: 14px;
    }
    
    .info-content-12345 li {
        font-size: 12px;
    }
}

/* ===== KB-Suchbereich ===== */
.kb-search-section-12345 {
    background: #fff;
    padding: 30px 0;
    border-bottom: 1px solid #e5e5e5;
}

.kb-search-form-12345 {
    max-width: 800px;
    margin: 0 auto;
}

.kb-search-input-wrapper-12345 {
    display: flex;
    gap: 10px;
    align-items: center;
    background: #fff;
    border: 2px solid #e0e0e0;
    border-radius: 4px;
    padding: 0 15px;
    transition: border-color 0.2s;
}

.kb-search-input-wrapper-12345:focus-within {
    border-color: #0066cc;
}

.kb-search-icon-12345 {
    color: #999;
    font-size: 20px;
}

.kb-search-input-12345 {
    flex: 1;
    border: none;
    padding: 15px 0;
    font-size: 15px;
    outline: none;
}

.kb-search-button-12345 {
    background: #0066cc;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}

.kb-search-button-12345:hover {
    background: #0052a3;
}

/* KB Icon Wrapper im Header */
.kb-category-icon-wrapper-12345 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 8px;
    margin-bottom: 15px;
}

.kb-category-icon-wrapper-12345 .material-icons {
    color: #fff;
    font-size: 28px;
}

/* ===== KB Kategorien-Grid ===== */
.kb-categories-section-12345,
.kb-featured-section-12345,
.kb-recent-section-12345 {
    margin-bottom: 40px;
}

.kb-section-title-12345 {
    font-size: 22px;
    font-weight: 600;
    color: #111;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e5e5e5;
}

.kb-categories-grid-12345 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 20px;
}

.kb-category-card-12345 {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s;
}

.kb-category-card-12345:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.kb-category-image-12345 {
    position: relative;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.kb-category-overlay-12345 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
}

.kb-category-hero-icon-12345 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
}

.kb-category-title-12345 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* KB Tree Liste */
.kb-tree-list-12345 {
    padding: 15px;
}

.kb-tree-item-12345 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.2s;
    margin-bottom: 5px;
}

.kb-tree-item-12345:hover {
    background: #f5f5f5;
}

.kb-tree-icon-12345 {
    color: #666;
    font-size: 20px;
}

.kb-tree-label-12345 {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
}

.kb-tree-count-12345,
.kb-tree-views-12345 {
    font-size: 13px;
    color: #999;
}

.kb-tree-view-all-12345 {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 12px;
    color: #0066cc;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
    transition: color 0.2s;
}

.kb-tree-view-all-12345:hover {
    color: #0052a3;
}

.kb-tree-view-all-12345 .material-icons {
    font-size: 18px;
}

/* Featured Artikel Grid */
.kb-featured-grid-12345 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.kb-featured-card-12345 {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 20px;
    text-decoration: none;
    transition: all 0.3s;
    position: relative;
}

.kb-featured-card-12345:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.kb-featured-badge-12345 {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #ffd600;
    color: #111;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.kb-featured-badge-12345 .material-icons {
    font-size: 16px;
}

.kb-featured-card-12345 h3 {
    color: #111;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

.kb-featured-card-12345 p {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 15px 0;
}

.kb-article-meta-12345 {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 13px;
}

.kb-category-badge-12345 {
    display: inline-block;
    background: #f0f0f0;
    color: #666;
    padding: 4px 10px;
    border-radius: 3px;
    font-size: 12px;
}

.kb-views-12345 {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #999;
}

.kb-views-12345 .material-icons {
    font-size: 16px;
}

/* Neueste Artikel Liste */
.kb-article-list-12345 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.kb-article-item-12345 {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    padding: 20px;
    text-decoration: none;
    transition: all 0.3s;
}

.kb-article-item-12345:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transform: translateX(5px);
}

.kb-article-item-content-12345 {
    flex: 1;
}

.kb-article-item-content-12345 h3 {
    color: #111;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px 0;
}

.kb-article-item-content-12345 p {
    color: #666;
    font-size: 14px;
    margin: 0 0 10px 0;
    line-height: 1.5;
}

.kb-article-item-meta-12345 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.kb-date-12345 {
    color: #999;
    font-size: 13px;
}

.kb-arrow-12345 {
    color: #999;
    font-size: 24px;
    transition: transform 0.3s;
}

.kb-article-item-12345:hover .kb-arrow-12345 {
    transform: translateX(5px);
    color: #0066cc;
}

/* Responsive */
@media (max-width: 768px) {
    .kb-categories-grid-12345,
    .kb-featured-grid-12345 {
        grid-template-columns: 1fr;
    }
    
    .kb-section-title-12345 {
        font-size: 20px;
    }
}

