* {
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
/*    text-align: center;*/ /* Zentrierung für alte IEs */
/*    text-align: left;*/  /* Inhalt wieder links wegen alten IEs */
    margin: 0 auto;    /* Zentrierung mitte */
/*    max-width: 900px;*/
/*    background-color: silver;*/
    background-color: white;
    color: black;
}

input {
    width: 30px;
/*    font-size: 16px;*/
}

.i_string {
    width: 250px;
}

table {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
    text-align: center;
}

th, td {
    text-align: left;
    padding: 4px 2px;
}

tr:nth-child(even) {background-color: #f2f2f2;}

details {
    font-size: 12px;
}

summary:focus {
    outline: none;
}

#id_s_background {
    background-color: #d9d9d9;
}

#id_s {
/*    font-style: italic;    */
    font-weight: bold;
    text-align: center;
}

#id_s_normal {
/*    font-style: normal;*/
    font-weight: normal;
    text-align: center;
}

#info {
/*    font-size: 0.67em;*/
    font-size: 14px;

}

#info_tabelle {
/*    font-size: 0.47em;*/
    font-size: 12px;
}


/* Style the header */
.header {
    background-color: #f1f1f1;
    width: 100%;
    height: 70px;
    position: fixed;
    left: 0;
    top: 0;
    padding: 1px;
    text-align: center;
    font-size: 10px;
}

.header h2 {
     margin: 6px;
}

.header p {
    margin: 4px;
}

.desciption {
    background-color: #f1f1f1;
    padding: 1px;
    text-align: center;
    font-size: 10px;
}

.menu {
/*    position: bottom;*/
    padding: 1px;
    text-align: center;
    font-size: 12px;
    height: 20px;
}

/* Create three unequal columns that floats next to each other */
.column {
    float: left;
    padding: 10px;
}

/* column spiele*/
.column.spiele {
    width: 25%;
    background-color: white;
}

/* column tabelle */
.column.tabelle {
    width: 25%;
    background-color: white;
}

/* column spielstand */
.column.spielstand {
    width: 25%;
    background-color: white;
}

/* column spielstand gesamt */
.column.spielstand_gesamt {
    width: 25%;
    background-color: white;
}


/* Clear floats after the columns */
.container {
  margin-top: 80px;

}

.container:after {
    content: "";
    display: table;
    clear: both;
}

.content {
    margin-top: 70px;
    padding: 10px;
    font-size: 10px;
    background-color: white;
}

.content:after {
    content: "";
    display: table;
    clear: both;
}

/* Style the footer */
.footer {
    position:absolute;
    bottom: 0;
    width: 100%;
    background-color: #f1f1f1;
    height: 2em;
    text-align: center;
}

.sidenav_pos{
    float:left;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 6px;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
}

.actual_pos{
    float:right;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-right: 6px;
    top: 0px;
    width: 20px;
    height: 20px;
}


.sidenav {
    height: 190px;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 20px;
}

.sidenav a {
    padding: 8px 8px 8px 2px;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 25px;
    margin-left: 5px;
}

.s_red {
    color : red;
}

.s_black {
    color : black;
}

#id_spiele_head{
  font-size: 14px;
  font-weight: bold;
}

#id_spieltage{
    text-align: center;
}

#id_tabelle_head{
    font-size: 14px;
    font-weight: bold;
}

#id_spielstand_head{
    font-size: 14px;
    font-weight: bold;
}

#id_spielstand_gesamt_head{
    font-size: 14px;
    font-weight: bold;
}

/* Style the topnav links */
#id_spieltage a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 3px 3px;
    text-decoration: none;
}

/* Change color on hover */
#id_spieltage a:hover {
    background-color: #ddd;
    color: black;
}

#id_sp_hover {
    background-color: #ddd;
    color: black;
}

#id_sp {
    background-color: background-color: #f1f1f1;
    color: black;
}

#id_punkte{
    font-size: 10px;
}

#id_punkte_g{
    float: right;
    margin-left: auto;
    margin-right: 0;
    font-size: 10px;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */

@media (max-width: 901px) {
    .column.spiele, .column.tabelle, .column.spielstand, .column.spielstand_gesamt {
        width: 100%;
    }

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}