/* ==========================================================================
   bootstrap überschreiben
   ========================================================================== */

html {
    -webkit-font-smoothing: antialiased; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
    -moz-text-size-adjust: 100%; /* 2 */
    min-width: 768px;
}

body, input, button, select, textarea {
    font-family: Arial, Verdana, sans-serif;
    color: #111d14;
    font-size: 24px;
}

h1, h2, h3, h4 { font-weight: normal; }

a {
    color: #00be2f;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #00f33c;
    text-decoration: none;
}

body { padding: 20px 20px 20px; }


.tm {
    width: 1020px;
    margin: 0 auto;
    text-align: center;
}

/* ==========================================================================
   Tabelle Anzeige
   ========================================================================= */

#tabelle {
    font-family: Arial, Verdana, sans-serif;
}

#tabelle .rankking-tafel {
    position: fixed;
    top: 0;
    padding-top: 20px;
    background-color: #fff;
    height: 40px;
    width: 100%
}

#rankking .logo {
    height: 102px;
    width: 306px;
}

#rankking .fixed {
    position : fixed;
    top: 40px;
    left: 20px;
    padding-top: 20px;
    width: 980px;
    background: #fff;
    box-shadow: 0 8px 16px -8px #000;
}

#rankking h1 {
    line-height: 1.3em;
    font-size: 24.5px;
    margin: 10px 0;
}

@media print {
    #rankking h1 a:after {
        content: "(www.armbrust.de)"
    }
}

.t i {
    font-style: normal;
    line-height: 1em;
}

.t .rotate i {
    position: relative;
    width: 100%;
    height: 215px;
    display: block;
}

#IE7_8 .t .rotate i {
    height: auto;
}
.t .rotate span {
    bottom: 0;
    left: 50%;
    margin-left: -.5em;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 0 0;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: 0 0;
    -o-transform: rotate(-90deg);
    -o-transform-origin: 0 0;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: 0 0;
    display: block;
    height : 0;
    text-align: left;
}

#IE7_8 .t .rotate span {
    position: static;
    display: inline;
    margin-left: 0;
}
.t .rotate.text2col span {
    margin-left: -1em;
}

.t {
    text-align: center;
    font-size: 14px !important;
    width: 100%;
    white-space: nowrap;
    margin-top: 20px;
}
.t tbody tr:nth-child(odd) { background-color: #f6f6f6; }

.t th,
.t td {
    padding: 8px 5px;
    border: 1px solid #000;
    line-height: 1.2em;
}

.t th {
    vertical-align: bottom;
    font-weight: normal;
    white-space: nowrap;
    font-size: 16px !important;
}
#IE7_8 .t th {
    white-space: normal;
    width: auto !important;
}

.t .sep {
    background-color: #000;
    width: 2px;
    padding: 0;
}

.t .sep2 {
    background-color: #000;
    width: 2px;
    padding: 0;
}

/* max 2 stelle */
.t .serie,
.t .acklasse {
    width: 28px;
}

/* max 2 stellen */
.t .platz,
.t .ten,
.t .xten,
.t .p60m {
    width: 34px;
}

/* max 3 stellen */
.t .ringetotal,
.t .r60m,
.t .rapfel,
.t .acklasse,
.t .acpunkte {
    width: 51px;
}

.t .serie {
    color: #8f8f8f;
}

.t .name {
    text-align: left;
}


.t th.name {
    font-weight: bold;
/*    background-image: url("aia-logo.png");
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-position: 50%;
    height: 10px;*/
}

.t td.name div {
    color: #949494;
}

.t span.alter {
    font-size: 18px;
    color: #949494;
    font-style: italic;
}

.t .platz {
    background-color: #007f00;
    color: #fff;
}
.t .ringetotal {
    background-color: #ccffcc;
    font-weight: bold;
}
.t th.r60m { font-weight: bold; }
.t .r60m { background-color: #99cc00; }
.t th.p60m { font-weight: bold; }
.t .p60m { background-color: #99ccff; }

.t .rapfel { background-color: #ffe5e5; }


#tabelle .tm-splashscreen {
    background-size: 600px auto;
    padding-top: 220px;
}
#tabelle .tm-splashscreen .title {
    font-size: 170px;
}

#tabelle .tm-splashscreen .subtitle {
    font-size: 90px;
}