html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden}
#hintergrund{position:absolute;width:100%;height:100%;z-index:1}
#scrollbereich{position:absolute;width:100%;height:100%;top:0;left:0;overflow:auto;z-index:2}
#content{top:0;left:0;z-index:2}
  
h2 {
font-family: calibri;
font-size: 1.5em;
color: #060;
text-align: center;
}
h3 {
font-family: calibri;
font-size: 1.25em;
color: #060;
text-align: center;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: auto;
  margin-top: 2em;
  margin-right: auto;
  font:1em calibri
}

caption {
  font-variant: small-caps;
}

th,
td {
  line-height: 1.5em;
  vertical-align: middle;
  padding: 8px 12px;
}

th *:first-child,
td *:first-child {
  margin-top: 0;
}
thead th {
  text-align: left;
  color: #000;
  border-bottom: 1px #000 solid;
}

tbody th, td {
  text-align: left;
}

tr.col {
  border-top: 1px solid #ccc;
}
.bild {
padding-left: 1em;
}
td.paid {
	font-weight: bold;
}

    /* 
    Max width before this PARTICULAR table gets nasty
    This query will take effect for any screen smaller than 760px
    and also iPads specifically.
    */
    @media 
    only screen and (max-width: 760px),
    (min-device-width: 768px) and (max-device-width: 1000px)  {
    
        /* Force table to not be like tables anymore */
        table, thead, tbody, th, td, tr { 
            display: block; 
        }
        
        /* Hide table headers (but not display: none;, for accessibility) */
        thead {
		display: none;
	}
        
        tr:first-child {
		border-top: 1px solid black;
	}
		tr {
		border-bottom: 1px solid black;
		padding: .5em 0;
	}
		tr.col {
		border-top: 0;
	}
        td { 
            /* Behave  like a "row" */
            border: none;
        }
	td:nth-child(1)::before {
		content: "Spieltag:";
	}
	td:nth-child(2)::before {
		content: "Datum:";
	}
	td:nth-child(3)::before {
		content: "Ort:";
	}
	td:nth-child(4)::before {
		content: "Club:";
		font-weight: normal;
	}
	td:nth-child(5)::before {
		content: "Club:";
		font-weight: normal;
	}
	td:nth-child(6)::before {
		content: "Ergebn.:";
	}
        
        td:before { 
        /* Label the data */
      display: inline-block;
            width: 25%;
			font-weight: normal;
            padding-right: 10px; 
            white-space: nowrap;
        }
    }
    
    /* Smartphones (portrait and landscape) ----------- */
    @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px) {
        body { 
            padding: 0; 
            margin: 0; 
            width: 320px; 
    }
    td {padding-left: 5%;}
    td:before {width: 3.5em;}
    }

    
    /* iPads (portrait and landscape) ----------- */
    @media only screen and (min-device-width: 768px) and (max-device-width: 1200px) {
        body { 
            width: 495px; 
        }
    }