<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.spielbetrieb {
    font-size: 16px;
}


.footballSection {
    margin-bottom: 50px;
}

.footballSection:last-child {
    margin-bottom: 0;
}



.list-group-item {
    position: relative;
    display: block;
    padding: 2px 0 2px 0;

}

a.list-group-item, button.list-group-item {
    color: #555;
}


.spielbetrieb .md-1,
.spielbetrieb .md-10,
.spielbetrieb .md-11,
.spielbetrieb .md-12,
.spielbetrieb .md-2,
.spielbetrieb .md-3,
.spielbetrieb .md-4,
.spielbetrieb .md-5,
.spielbetrieb .md-6,
.spielbetrieb .md-7,
.spielbetrieb .md-8,
.spielbetrieb .md-9 {
    float: left;
}


.sppTitel {
    font-weight: 500;
}

.spiel {
    overflow: hidden;
    margin-bottom: 12px;
}


.spielbetrieb .spiel .md-offset-1 {
    font-size: 13px;
    float: none;
    clear: both;
    margin-bottom: 20px;
}

.sppStatusText {
    color: red;
    font-weight: 700;
}

.time {
    margin-right: 15px;
}

.teamA {
    margin-right: 10px;
}

.teamB {
    margin-left: 10px;
}

.goals 
{
    margin-left: 10px;
    display: inline-block;
}

.text-right {
    display: inline-block;
}

.text-right .fa-list-alt {
    display: none;
}

.ranCteam {
    padding-right: 50px;
}

.ranCsp {
    padding-right: 20px;
}

.ranCs {
    padding-right: 15px;
}

.ranCu {
    padding-right: 15px;
}

.ranCn {
    padding-right: 15px;
}

.ranCstrp {
    padding-right: 15px;
}

.ranCte {
    padding-right: 15px;
}

.ranCpt {
    padding-right: 15px;
}

.ranCtdf {
    padding-right: 20px;
}

.nisRanglisteRD {
    margin-bottom: 15px;
    border-spacing: 0px;
}


.panel-heading {
    margin-top: 30px;
}

@media screen and (max-width: 767.9px) {
    #teamLinkContainer a {
        margin: 0 0 15px 0;
        display: block;
    }

    .spielbetrieb {
        font-size: 15px;
    }

    .ranCteam {
        padding-right: 20px;
    }

    .ranCs {
        display: none;
    }

    .ranCu {
        display: none;
    }

    .ranCn {
        display: none;
    }

    .ranCstrp {
        display: none;
    }

    .ranCtdf {
        display: none;
    }

    .ranCtg {
        display: none;
    }

    .ranCdp {
        display: none;
    }

    .ranCte {
        display: none;
    }

}

@media screen and (max-width: 500px) {

    .spielbetrieb table {
        display: table !important;
    }

    .spielbetrieb thead, .spielbetrieb tbody {
        display: table-row-group;
    }

    .spielbetrieb th, .spielbetrieb td {
        display: table-cell;
    }

    .spielbetrieb td {
        border: inherit !important;
        position: inherit !important;
        width: inherit !important;
    }

   
    .spielbetrieb td.ranCu {
        display: none;
    }

    .spielbetrieb td.ranCs {
        display: none;
    }

    .spielbetrieb td.ranCu {
        display: none;
    }

    .spielbetrieb td.ranCn {
        display: none;
    }

    .spielbetrieb td.ranCstrp {
        display: none;
    }

    .spielbetrieb td.ranCtdf {
        display: none;
    }

    .spielbetrieb td.ranCtg {
        display: none;
    }

    .spielbetrieb td.ranCdp {
        display: none;
    }

    .spielbetrieb td.ranCte {
        display: none;
    }

    .spielbetrieb tr {
        display: table-row;
    }



}

@media screen and (max-width: 450px) {

    .spielbetrieb {
        font-size: 14px;
    }
}

@media screen and (max-width: 300px) {

    .spielbetrieb {
        font-size: 14px;
    }

    .time {
        display: none;
    }

    .spielbetrieb .md-1,
    .spielbetrieb .md-10,
    .spielbetrieb .md-11,
    .spielbetrieb .md-12,
    .spielbetrieb .md-2,
    .spielbetrieb .md-3,
    .spielbetrieb .md-4,
    .spielbetrieb .md-5,
    .spielbetrieb .md-6,
    .spielbetrieb .md-7,
    .spielbetrieb .md-8,
    .spielbetrieb .md-9 {
        float: none;
    }

    .spielbetrieb .teamA {
        margin-right: 0;
    }

    .spielbetrieb .teamB {
        margin-left: 0;
    }

    .spielbetrieb .teams {
        float: left;
    }

    .spielbetrieb .goals {
        float: right;
    }

    .spiel {
        margin-bottom: 25px;
    }

    .spielbetrieb td.ranCteam {
        max-width: 180px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}

@media screen and (max-width: 250px) {

    .spielbetrieb td.ranCteam {
        max-width: 100px;
    }
}</pre></body></html>