/* --- Berufsschulen v2 – Bootstrap 3 Grid --- */

.bschulen-v2 {
    border: 1px solid #d0e3f9;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}

.bschulen-v2__header {
    background-color: #d0e3f9;
    font-weight: 700;
    border-bottom: 2px solid #d0e3f9;
    padding: 8px 0;
}

/*.bschulen-v2__group {*/
/*    border-bottom: 2px solid #d0e3f9;*/
/*}*/
.bschulen-v2__group:last-child {
    border-bottom: 0;
}

.bschulen-v2__row {
    padding: 6px 0;
    border-bottom: 1px solid #d0e3f9;
    overflow: hidden; /* clearfix for Bootstrap floats */
}
.bschulen-v2__row:last-child {
    border-bottom: 0;
}
.bschulen-v2__row:nth-child(even) {
    background-color: #d0e3f9;
}

/* Desktop: CSS-Table-Layout erzwingt gleiche Zeilenhöhe → Borders laufen durch */
@media (min-width: 768px) {
    .bschulen-v2__header .row,
    .bschulen-v2__row > .row {
        display: table;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        table-layout: fixed;
    }

    .bschulen-v2__header .row > div,
    .bschulen-v2__row > .row > div {
        display: table-cell;
        float: none;
        vertical-align: middle;
    }

    /* Verschachtelte BS/UBA-Zeile: Float-Layout beibehalten */
    .bschulen-v2__row .col-sm-8 > .row {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        overflow: hidden;
    }

    .bschulen-v2__row .col-sm-8 > .row > div {
        float: left;
        display: block;
    }

    /* Vertikale Spaltentrennlinien */
    .bschulen-v2__col--lkreis,
    .bschulen-v2__col--ljahr,
    .bschulen-v2__col--bschul {
        /*border-right: 1px solid #d0e3f9;*/
    }
}
/*.bschulen-v2__ljahr-badge:nth-child(odd) {*/
/*    background-color: white;*/
/*}*/

.bschulen-v2__ljahr-badge {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 50%;
    /*background-color: #d0e3f9;*/
    color: black;
    font-size: 13px;
    font-weight: 700;
}

.bschulen-v2__field-label {
    font-size: 11px;
    font-weight: 700;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 2px;
}

@media (max-width: 767px) {
    .bschulen-v2 {
        border: 0;
        border-radius: 0;
        overflow: visible;
    }

    .bschulen-v2__group {
        border: 1px solid #d0e3f9;
        border-radius: 4px;
        overflow: hidden;
        margin-bottom: 12px;
    }
    .bschulen-v2__group:last-child {
        border-bottom: 1px solid #d0e3f9;
    }

    .bschulen-v2__lkreis-title {
        background-color: #d0e3f9;
        color: black;
        font-weight: 700;
        padding: 8px 15px;
    }

    .bschulen-v2__row {
        padding: 10px 15px;
        border-bottom: 1px solid #d0e3f9;
        background-color: #fff !important;
    }
    .bschulen-v2__row:last-child {
        border-bottom: 0;
    }

    .bschulen-v2__row .col-xs-12 + .col-xs-12 {
        margin-top: 6px;
    }
}
