#mktt_Main {
    margin: 0;
    padding: 0;
    text-align: center;
    background: none;
    background-repeat: repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    color: #000000;
    overflow: hidden;
    min-height: 100vh;
}

#mktt_Main a {
    text-decoration: none;
}


/*           Turnierliste               */

.mktt_turnierliste {
    width: 100%;
    text-align: left;
    text-transform: none;
}

.mktt_turnierliste td {
    height: 20px;
}


/*           Haupt-Navigation               */

.mktt_nav_bar_top {
    width: 100%;
}

.mktt_nav_bar_top td {
    border-left: 1px solid #000000;
    text-align: center;
    white-space: nowrap;
    height: 20px;
    padding: 5px;
    flex: 1;
    word-break: break-word;
    white-space: normal;
}

@media screen and (max-width: 767px) {
    .mktt_nav_bar_top td {
        padding: 8px 3px;
        font-size: 12px;
    }
}

.mktt_nav_link,
.mktt_nav_link_fix {
    color: #000000;
    font-family: Arial, sans-serif;
    word-wrap: break-word;
}

.mktt_nav_link_fix {
    font-weight: bolder;
}

.mktt_nav_bar_fix {
    margin-bottom: 0px;
}

.mktt_nav_bar_classes {
    margin-bottom: 0px;
}

.mktt_nav_group {
    font-weight: bolder;
    border-bottom: black 1px solid;
    display: block;
    background-color: #01965f;
    color: white;
}

#mktt_Navigation {
    text-align: center;
}

#mktt_Navigation ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

#mktt_Navigation a {
    display: block;
    border-bottom: black 1px solid;
}

#mktt_Hamburger {
    border-bottom: black 1px solid;
}


/********************************************/


/*            Gruppen-Tabelle               */


/********************************************/


/* ********************************************** */


/*      Folgende Class entfernen, wenn kein      	*/


/*      Abschneiden der Spieler- und Vereins-     */


/*      namen gewünscht wird.mktt_                     */


/* ********************************************** */

.mktt_gruppen {
    width: 100%;
    border-collapse: collapse;
    overflow-x: auto;
}

.mktt_gruppen td {
    padding: 5px 3px;
    word-break: break-word;
    overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
    .mktt_gruppen {
        font-size: 11px;
    }
    .mktt_gruppen td {
        padding: 3px 2px;
        max-width: 70px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media screen and (min-width: 768px) {
    .mktt_gruppen td {
        max-width: 150px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

.mktt_gh_platz {
    width: 15px;
}

.mktt_gh_spieler {
    width: 100px;
}

@media screen and (max-width: 767px) {
    .mktt_gh_spieler {
        width: 60px;
    }
}

@media screen and (min-width: 768px) {
    .mktt_gh_spieler {
        width: 150px;
    }
}

.mktt_gh_verein {
    width: 90px;
}

@media screen and (max-width: 767px) {
    .mktt_gh_verein {
        width: 60px;
    }
}

@media screen and (min-width: 768px) {
    .mktt_gh_verein {
        width: 140px;
    }
}

.mktt_gh_spiele {
    width: 45px;
}

@media screen and (max-width: 767px) {
    .mktt_gh_spiele {
        width: 35px;
        font-size: 10px;
    }
}

@media screen and (min-width: 768px) {
    .mktt_gh_spiele {
        width: 60px;
    }
}

.mktt_gh_saetze {
    width: 45px;
}

@media screen and (max-width: 767px) {
    .mktt_gh_saetze {
        width: 35px;
        font-size: 10px;
    }
}

@media screen and (min-width: 768px) {
    .mktt_gh_saetze {
        width: 60px;
    }
}

.mktt_gh_baelle {
    width: 45px;
}

@media screen and (max-width: 767px) {
    .mktt_gh_baelle {
        width: 35px;
        font-size: 10px;
    }
}

@media screen and (min-width: 768px) {
    .mktt_gh_baelle {
        width: 60px;
    }
}

.mktt_gh_raster {
    width: 30px;
}

@media screen and (max-width: 767px) {
    .mktt_gh_raster {
        width: 22px;
        font-size: 9px;
        padding: 1px;
    }
}

@media screen and (min-width: 768px) {
    .mktt_gh_raster {
        width: 35px;
    }
}

.mktt_gh_spacing {
    width: 10px;
}

.mktt_gruppenheader {
    background: #ddd;
}

.mktt_gruppenname {
    background: #01965f;
    color: #FFF;
}

.mktt_gruppenname a {
    color: #FFF;
}

.mktt_gruppen_links td {
    width: auto;
    padding: 5px 8px;
    border-left: 1px solid #01965f;
    text-align: center;
    word-break: break-word;
}

@media screen and (max-width: 767px) {
    .mktt_gruppen_links td {
        font-size: 11px;
        padding: 3px 5px;
    }
}

@media screen and (min-width: 768px) {
    .mktt_gruppen_links td {
        width: 70px;
    }
}

.mktt_ko_link {
    font-weight: bolder;
    color: red;
}

.mktt_gruppen_uplink {
    background: #01965f;
}

.mktt_gruppen_uplink a {
    color: #FFF;
}

.mktt_gruppen_ueberschrift {
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #01965f;
}

@media screen and (max-width: 767px) {
    .mktt_gruppen_ueberschrift {
        font-size: 16px;
    }
}

@media screen and (min-width: 768px) {
    .mktt_gruppen_ueberschrift {
        font-size: 28px;
    }
}

.mktt_grouptype {
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .mktt_grouptype {
        font-size: 12px;
    }
}

@media screen and (min-width: 768px) {
    .mktt_grouptype {
        font-size: 16px;
    }
}


/********************************************/


/*            Gruppen-Details               */


/********************************************/

.mktt_group_single_results {
    width: 100%;
    border-collapse: collapse;
}

.mktt_group_single_results td {
    padding: 5px;
}

@media screen and (max-width: 767px) {
    .mktt_group_single_results td {
        padding: 3px;
        font-size: 11px;
    }
}

.mktt_group_single_results th {
    background: #ddd;
    padding: 5px;
}

@media screen and (max-width: 767px) {
    .mktt_group_single_results th {
        padding: 3px;
        font-size: 10px;
    }
}

.mktt_gsr_runde {
    width: 15px;
}

.mktt_gsr_uhrzeit {
    width: auto;
    min-width: 40px;
}

.mktt_gsr_spieler {
    width: auto;
    min-width: 100px;
}

@media screen and (max-width: 767px) {
    .mktt_gsr_spieler {
        min-width: 70px;
    }
}

.mktt_gsr_einzelsaetze {
    width: auto;
    word-break: break-word;
}

.mktt_gsr_saetze {
    width: auto;
    min-width: 40px;
}

.mktt_gsr_schiri {
    color: #01965f;
    font-style: italic;
    font-size: 0.9em;
}



/*****************************************************/


/*             Aktive Tische + Startes               */


/*****************************************************/

.mktt_active_tables {
    width: 100%;
    border-collapse: collapse;
}

.mktt_active_tables th {
    background: #ddd;
    padding: 5px;
}

@media screen and (max-width: 767px) {
    .mktt_active_tables th {
        padding: 3px;
        font-size: 11px;
    }
    .mktt_active_tables td {
        font-size: 11px;
        padding: 3px;
    }
}

.mktt_at_tisch {
    width: 40px;
    text-align: center;
}

.mktt_at_spieler {
    width: auto;
    min-width: 90px;
}

@media screen and (max-width: 767px) {
    .mktt_at_spieler {
        min-width: 70px;
    }
}

.mktt_at_klasse {
    width: auto;
    min-width: 80px;
}

@media screen and (max-width: 767px) {
    .mktt_at_klasse {
        min-width: 60px;
    }
}

.mktt_at_verein {
    width: auto;
    min-width: 100px;
}

@media screen and (max-width: 767px) {
    .mktt_at_verein {
        min-width: 80px;
    }
}


/* ******************************************************************** */


/*                      Druck-Eigenschaften                             */


/* ******************************************************************** */

@media print {
    /*bei Druck Navigation verstecken*/
    #Navigation {
        display: none;
    }
    #Content {
        width: 80%;
        float: right;
    }
}

/* ******************************************************************** */


/*                      Mobile-Optimierungen                            */


/* ******************************************************************** */

@media screen and (max-width: 767px) {
    * {
        -webkit-tap-highlight-color: transparent;
    }
    
    body {
        margin: 0;
        padding: 0;
    }
    
    table {
        font-size: 12px;
    }
    
    .mktt_turnierliste td {
        height: auto;
        padding: 3px 2px;
    }
    
    .mktt_gruppen_links {
        margin: 10px 0;
    }
    
    .mktt_ko_link {
        display: block;
        padding: 5px;
        margin: 3px 0;
    }
    
    a {
        -webkit-touch-callout: none;
    }
}