HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux bsx-1-dev 6.8.0-101-generic #101-Ubuntu SMP PREEMPT_DYNAMIC Mon Feb 9 10:15:05 UTC 2026 x86_64
User: www-data (33)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/bsx/ass/css/camp-tabs.css~
.ctab-browser-container {
    width: 1240px;
    height: 500px;
    display: flex;

    background: #1a1a1a;
    overflow: hidden;
}

.ctab-list {
    display: flex;
    flex-direction: column;
    width: 34%;
    height: 100%;          /* vorher 80% */
    gap: 5px;
    overflow-y: auto;      /* nur scrollbar wenn wirklich nötig */
    padding: 8px;          /* optionaler Abstand zum Rand */
    justify-items: start;
    box-sizing: border-box;
}

.ctab-item {
    padding: 8px 12px;
#    border-bottom: 1px solid #343337;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    cursor: pointer;
    background: #343337;
    color: #999;
    border: 1px solid #534e4f;
    border-radius: 6px;
    overflow-x: hidden;
}

.ctab-item:hover {
    background: #21201e;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transform: scale(1.05) ;

}

.ctab-item.active {
    background: #21201e;
#    border-left: 1px solid #ecdbae;
}

.ctab-item p:empty {
    display: none;
}

.ctab-info {
    flex: none;
    min-width: 0;
}

.ctab-title {
    margin: 0 20px 0px 20px;
    font-size: 1.1rem;
    font-weight: 600;
    color: #f3eee7;
}

.ctab-date {
    margin: 0 20px 0px 20px;
    font-size: 0.9rem;
    color: #ffcc33;
}


.ctab-detail {
    width: 66%;
    height: 100%;
    padding: 30px;
    overflow-y: auto;
    background: #1a1a1a;
    position: relative;
    
}

.ctab-detail-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #999;
    text-align: center;
    font-style: italic;
    font-size: 1rem;
}

.ctab-detail-content {
    display: none;
    animation: fadeIn 0.3s ease;
    font-size: 1.1rem;
    color: #f3eee7;
    line-height: 1.3rem;
}

.ctab-detail-content.active {
    display: block;
}

.ctab-detail-content h2 {
    margin-top: 0;
    color: #f3eee7;
    font-size: 1.1rem;
}

.ctab-detail-content p {
    font-size: 1rem;
    line-height: 1.1rem;
    color: #eabcae;
}

.kennzahlen-container {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px 10px;
}
.kennzahl-item {
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
    font-size: 1.2rem;
    line-height: 1.3rem;
}
.kennzahl-label {
    text-align: left;
}
.kennzahl-wert {
    font-weight: bold;
    text-align: right;
    margin-right: 15px;
}