td {
    color: #000000;
    font-weight: normal;
}

td.ligen {
    color: #2d6797;
    font-weight: normal;
}

a.ligen {
    color: #2d6797;
    font-weight: normal;
}

td.head1 {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #2d6797;
    color: #FFFFFF;
    font-weight: bold;
    padding-left:5px;
}

.headLeague {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #2d6797;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 10px;
    min-height: 35px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.headLeagueRec {
    background: #2d6797;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 10px;
    min-height: 35px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.PicSmall {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

.PicSmallwithDescr {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
}

.textlist {
    padding-left: 20px;
}

.head2 {
    color: #2d6797;
    font-weight: bold;
    text-align: center;
    float: left;
}

.headLeagueTable {
    color: #fff;
    font-weight: bold;
    text-align: center;
    float: left;
}

.head3 {
    color: #2d6797;
    font-weight: bold;
}

.head3N {
    color: #2d6797;
    font-size: 11px;
    font-weight: normal;

}

div.tabcontent {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

table.tabcont {
    border-spacing: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ccdde5; /* Old browsers */
    background: -moz-linear-gradient(top, #ccdde5 0%, #e8eff2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccdde5), color-stop(100%, #e8eff2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ccdde5 0%, #e8eff2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ccdde5 0%, #e8eff2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ccdde5 0%, #e8eff2 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ccdde5 0%, #e8eff2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccdde5', endColorstr='#e8eff2', GradientType=0); /* IE6-9 */
}

a.linkBlau {
    color: #be070f;
    font-weight: normal;
    font-weight: bold;
    text-decoration: none;
}

.greytxt {
    color: #999999;
    font-weight: normal;
    font-weight: bold;
    text-decoration: none;
}

a.linkBlau14 {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
}

a.tabelleB, .tabelleB {
    font-size: 11px;
    color: #2d6797;
    text-decoration: none;
}

.titelBlau24 {
    color: #2d6797;
    text-decoration: none;
    font-weight: bold;
    font-size: 24px;
}

.titelBlau14 {
    color: #2d6797;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
}

.titelBlau14N {
    color: #2d6797;
    text-decoration: none;
    font-weight: normal;
    font-size: 14px;
}

.btninactive {
    background: #2d6797; /* Old browsers */
    background: -moz-linear-gradient(top, #2d6797 0%, #3683c3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2d6797), color-stop(100%, #3683c3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2d6797 0%, #3683c3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2d6797 0%, #3683c3 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2d6797 0%, #3683c3 100%); /* IE10+ */
    background: linear-gradient(to bottom, #2d6797 0%, #3683c3 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d6797', endColorstr='#3683c3', GradientType=0); /* IE6-9 */
    padding: 5px 7px;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    margin: 10px 3px 10px 0;
}

.btnactive {
    background: #e6454c; /* Old browsers */
    background: -moz-linear-gradient(top, #e6454c 0%, #be070f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e6454c), color-stop(100%, #be070f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e6454c 0%, #be070f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e6454c 0%, #be070f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e6454c 0%, #be070f 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e6454c 0%, #be070f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e6454c', endColorstr='#be070f', GradientType=0); /* IE6-9 */
    padding: 5px 5px;
    text-transform: uppercase;
    text-decoration: underline;
    color: white;
    font-weight: bold;
    margin: 10px 3px 10px 0;
}

a.tabNormal10, .tabNormal10 {
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

hr {
    border: solid #2d6797 1px;
}

.bgeven {
    background: #ecf1f5;
}

.bgodd {
    background: none;
}

.vereinslogo_klein {
    margin: 2px 0px 2px 0;
}

.TeaserHalf {
    margin: 0px;
    padding: 0px;
    border-spacing: 0px;
}

.leagues-list-date {
    background-color: white !important;
    padding-top: 15px;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #be070f;
    height: 31px;
}

p.leagueDateInfo {
    margin-bottom: unset !important;
}

.aRight {
    text-align: right;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aRight a {
    font-size: 14px;
}

.aLeft {
    text-align: left;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aLeft a {
    font-size: 14px;
}

.aCenter {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aCenter a {
    font-size: 18px;
    font-weight: 600;
}

.leagueTable {
    float: left;
    text-align: center;
    height: 28px;
    font-size: 16px;
    font-weight: 600;
}

.leagueTablePlace {
    width: 4%;
    text-align: left;
    padding-left:1%;
}

.leagueTableLogo {
    width: 5%;
    /*text-align: left;*/
    /*padding-left:1%;*/
    text-align: center;
}

.leagueTableLogo img {
    margin-right: 4px;
    margin-top: 3px;
    max-height: 22px;
    max-width: 22px;
}

.leagueTableName {
    width: 40%;
    text-align: left;
}

.leagueTableMatches {
    width: 10%;
}

.leagueTableWLD {
    width: 5%;
}

.leagueTableGoals {
    width: 10%;
}

.leagueTableDiff {
    width: 5%;
}

.leagueTablePoints {
    width: 10%;
}

.leagues-list-matches {
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 30px;
    float: left;
    width: 100%
}

.leagues-list-matches:nth-child(odd) {
    background-color: #ecf1f5;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.leagues-list-matches:nth-child(even) {
    background-color: #D3DDE7;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.leagues-list-matches:hover {
    background-color: #A4B9CD;
}

.leagueGame {
    width: 100%;
}

.leagueLogoHome {
    width: 5%;
    float: left;
    height: 31px;
    text-align: center;
}

.leagueLogoHome img {
    max-height: 22px;
    max-width: 22px;
    margin-left: 4px;
    margin-top: 4px;
}

.leagueLogoAway {
    width: 5%;
    float: left;
    height: 31px;
    text-align: center;
}

.leagueLogoAway img {
    max-height: 22px;
    max-width: 22px;
    margin-right: 4px;
    margin-top: 4px;
}

.leagueName {
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*width: 35%;*/
    width: 38%;
    float: left;
}

.leagueName a {
    font-size: 14px;
}

.leagueNameHome {
    text-align: right;
}

.leagueNameAway {
    text-align: left;
}

.leagueResult {
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*width: 15%;*/
    width: 9%;
    float: left;
}

.leagueResult a {
    font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width: 767px) {
    .leagueName a {
        font-size: 12px;
    }

    .leagueResult a {
        font-size: 14px;
    }

    .leagueTable {
        font-size: 13px;
    }

    .leagueTableName {
        width: 30%;
    }

    .leagueTableDiff {
        width: 8%;
    }

    .leagueTablePoints {
        width: 15%;
    }

    .headLeague {
        padding-left: 1px;
    }
}

.archivLeagues {
    width: 100%;
    float: left;
}

.select-league-season {
    box-shadow: 0 10px 25px rgba(0,0,0,0);
    font-size: 1rem;
    padding: 0.125rem 0.125rem;
    background-color: #2d6797;
    font-weight: 700;
    color: white;
    border:0;
}

.select-league-table-type {
    box-shadow: 0 10px 25px rgba(0,0,0,0);
    font-size: 1rem;
    padding: 0.25rem 0.5rem;
    background-color: #2d6797;
    font-weight: 700;
    color: white;
    border:0;
}

.font-weight-normal {
    font-weight: 100;
}
/*li.league {*/
/*    margin-left: 20px;*/
/*}*/

.mobile {
    display: none;
}

@media screen and (max-width: 767px) {
    .noMobile {
        display: none;
    }

    .mobile {
        display: block;
    }

    .leagueResult {
        width: 19%;
    }
}