/* --- INPLAY BOXEN ZWEISPALTIG (TRANSPARENT-OPTIMIERT) --- */

/* Grundlayout der Boxen */
.forumfid-14, .forumfid-15, .forumfid-16, .forumfid-17 {
    display: block;
    float: left;
    width: calc(50% - 10px) !important;
    margin: 5px !important;
    box-sizing: border-box !important;
    /* Hintergrund: 60% Deckkraft. Hier kannst du den Wert 0.6 auf 0.4 senken für MEHR Transparenz */
    background: rgba(23, 23, 23, 0.6) !important; 
    overflow: hidden !important;
    border: 1px solid rgba(29, 70, 73, 0.3) !important;
    position: relative;
}

/* Titel oben - Hintergrund auf transparent gesetzt */
.inplaybox-title {
    border-bottom: 1px solid rgba(29, 70, 73, 0.2);
    padding: 10px 5px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2); /* Sehr schwache Abdunklung */
    font-family: 'rajdhaniregular';
}

.inplaybox-title a {
    display: block;
    color: #8a8a8a !important;
    text-decoration: none;
    font-size: 27px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'Blender Pro';
}

/* Mittlerer Bereich */
.inplaybox-meta {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid rgba(29, 70, 73, 0.2);
    min-height: 120px;
    background: transparent !important; /* Absolut transparent */
}

/* Letzter Post & Stats */
.inplaybox-lastpost {
    flex: 1;
    padding: 5px;
    color: rgba(88, 96, 104, 0.7) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    flex-direction: column;
    background: transparent !important; /* Keine eigene Farbe */
    font-family: 'Blender Pro';
    text-transform: uppercase;
    font-size: 15px;
}

/* Beschreibung unten */
.inplaybox-desc {
    height: 100px;
    padding: 15px;
    display: block;
    text-align: justify;
    color: rgba(88, 96, 104, 0.7);
    line-height: 1.2;
    text-transform: uppercase;
    overflow-y: auto;
    font-size: 12px;
    letter-spacing: 1px;
    background: transparent !important; /* Keine eigene Farbe */
}

/* Hilfsklassen für Stats - Transparenz angepasst */
.IPforumbitindex8, .IPforumbitindex9, .IPforumbitindex10 {
    font-size: 13px;
    font-family: calibri;
    text-transform: uppercase;
    width: 90%;
    text-align: center;
    /* Hier war ein dunkler Hintergrund, jetzt transparent mit leichter Umrandung */
    background: rgba(23, 23, 23, 0.3) !important;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 5px 0;
    margin-top: 4px;
}

/* Fix für den Umbruch nach den Boxen */
.forumfid-17 + .forumbitindex1, 
.forumfid-17 + .forumbit_subforums {
    clear: both;
}

.theadIR {
    background: #631d4724;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Blender Pro';
    font-size: 1.4em;
    color: #545454;
}