@charset "utf-8";
/* CSS Document */

body {
	background-color: white;
	color: black;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
}

body a {
	color: red;
}

body a:hover {
	color: black;
}

header {
	position: fixed;
	width: 100%;
	background-color: black;
	color: white;
	font-size: normal;
	font-weight: bold;
	padding: 10px;
	text-align:center;
}

/*
nav {
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	text-align: center;
}

nav ul {
	margin: 0; 
    padding: 0;
    width: 100%;
    list-style-type: none;
	font-size: normal;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
	text-decoration: none;
    color: white; 
    padding: 10px;
    background-color: black;
    display: block;
}

nav ul li a:visited {
	color: white;
}
 
nav ul li a:hover, ul li .current {
	color: white;
    background-color: red;
}

aside#menuanz {
	float: left;
	text-align: center;
	width: 20%;
	margin: 20px;
	border-radius: 16px;
	background-color: black;
	font-weight: bold;
}

aside h2 {
	font-size: normal;
	color: white;
}

aside ul {
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	width: 100%;
	list-style-type: none;
	font-size: normal;
	text-align: center;
}

aside ul li {
	text-decoration: none;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: black;
	display: block;
}

aside ul li a {
	text-decoration: none;
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: black;
	display: block;
}

aside ul li a:visited {
	color: white;
}
 
aside ul li a:hover, ul li .current {
	color: white;
    background-color: red;
}

img.gross {
	height: 25px;
	width: auto;
}

img.klein {
	height: 13px;
	width: auto;
}

#hilfscontainer {
	margin: 0px auto;
	width: 100%;
	padding-top: 80px;
}

#menutrigger {
	width: 10%;
	text-align: left;
}

#kopfvorzurueck {
	width: 10%;
	text-align: center;
}

#kopfmitte {
	width: 70%;
	text-align: center;
}

#imgtitel {
	 width: 240px;
	 height: 45px;
}

#titel {
	float: left;
	padding: 10px;
}

#aarau {
	color: red;
	font-weight: bold;
}

#trigger {
	clear: both;
	margin: 20px 0px;
	padding: 5px;
	background-color: black;
	color: white;
	font-weight: bold;
	font-size: large;
	text-align: center;
}

#trigger:hover {
	background-color: red;
}

div.trigger_pic {
	width: 30px;
	float: left;
}

img.trigger_pic {
	width: 22px;
	height: 22px;
}

div.trigger_text {
	width: auto;
	color: white;
	font-weight: bold;
	font-size: large;
	text-align: center;
}

#dynnav {
	width: 100%;
	font-size: small;
	text-align: right;
}

#spielerfoto {
	float: left;
	width: 25%;
	text-align: center;
	padding: 10px;
	border: 1px;
}

#spielerinfo {
	float: left;
	width: 65%;
	padding: 10px;
	border: 1px;
}
*/

main {
	background-color: white;
	color: black;
	float: left;
	width: 75%;
}
	
main h1 {
	font-size: x-large;
	margin-bottom: 10px;
	margin-top: 0px;
}		

main h2 {
	font-size: large;
 	margin-bottom: 5px;
	margin-top: 0px;
}

/*
article {
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 0px;
}

footer {
	position: fixed;
	bottom: 0px;
	background-color: black;
	clear: both;
	color: white;
	font-size: small;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	width: 100%;
}
*/

table {
	border-spacing: 0px;
	padding: 0px;
	margin-bottom: 0px;
}

/*
tr.ho:hover {
	background-color: lightgrey;
}

tr.highlight {
	background-color: lightgrey;
}

tr.grau {
	color: lightgrey;
}

tr.sum1 {
	background-color: lightgrey;
	font-weight: bold;
}

tr.sum2 {
	background-color: darkgrey;
	font-weight: bold;
}

tr.grausum {
	color: grey;
}

th.ngr {
	display:none;
}
*/

td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
}

td.links {
	text-align: left;
}

td.rechts {
	text-align: right;
}

td.mitte {
	text-align: center;
}

td.ul {
	border-bottom: 1px solid darkgrey;
}

td.unt {
	border-bottom: 2px solid black;
}

/*
td.ngr {
	display:none;
}

#punktschwarz {
	height: 10px;
	width: 10px;
	border-radius: 5px;
	border: 1px solid black;
	background-color: black;
}

#punktweiss {
	height: 10px;
	width: 10px;
	border-radius: 5px;
	border: 1px solid black;
	background-color: white;
}

#punktrot {
	height: 10px;
	width: 10px;
	border-radius: 5px;
	border: 1px solid black;
	background-color: red;
}

#spielkopf {
	width: 80%;
	margin: auto;
}

#spielmeta {
	width: 100%;
	clear: both;
	margin: auto;
	text-align: center;
	font-size: normal;
	font-weight: bold;
	margin-bottom: 20px;
}

#spielteams {
	width: 80%;
	clear: both;
	margin: auto;
}

#spielteam {
	width: 50%;
	float: left;
	text-align: center;
	font-size: large;
	font-weight: bold;
	margin-bottom: 20px;
	vertical-align: middle;
}

#spielres {
	font-size: xx-large;
	font-weight: bold;
}

#telegramm {
	text-align: center;
}

#telegramm.h2 {
	font-size: xx-large;
	font-weight: bold;
}

#tore {
	width: 60%;
	margin: auto;
}
*/

input[type=text] {
	background-color: white;
	padding: 5px;
	color: black;
	font-weight: bold;
	font-size: large;
	cursor: pointer;
}

select {
	background-color: white;
	padding: 5px;
	color: black;
	font-weight: bold;
	font-size: large;
}

/*
select#dynnavsel {
	background-color: white;
	padding: 0px;
	color: black;
	font-size: small;
}

select#filtersel {
	background-color: white;
	padding: 0px;
	color: black;
	font-size: medium;
	width: 150px;
}
*/

button {
	background-color: black;
	border: none;
	color: white;
	padding: 16px 32px;
	font-weight: bold;
	font-size: large;
	margin: 4px 2px;
	
}

button:hover {
	background-color: red;
}

/*
.tooltip {
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 120px;
	background-color: white;
	color: #black;
	text-align: center;
	border: 1px dotted black;
	border-radius: 6px;
	padding: 5px 0;
	
	position: absolute;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	margin-left: -60px;
}

.tooltip:hover .tooltiptext {
	visibility: visible;
}
*/

@media (prefers-color-scheme: dark) {
    body {
        background-color: #121212;
        color: #DADCE0;
        font-family: Verdana, Geneva, sans-serif;
        margin: 0px;
    }
    
    body a {
        color: #F88A8D;
    }
    
    body a:hover {
        color: white;
    }
    
    main {
        background-color: #121212;
        color: #DADCE0;
        float: left;
        width: 75%;
    }
    
    input[type=text] {
        background-color: #303134;
        padding: 5px;
        color: #DADCE0;
        font-weight: bold;
        font-size: large;
        cursor: pointer;
    }
    
    input[type=password] {
        background-color: #303134;
        padding: 5px;
        color: #DADCE0;
        font-weight: bold;
        font-size: large;
        cursor: pointer;
    }
    
    textarea {
        background-color: #303134;
        border: 1px solid darkgrey;
        color: #DADCE0;
    }
    
    select {
        background-color: #303134;
        padding: 5px;
        color: #DADCE0;
        font-weight: bold;
        font-size: large;
    }
    
    /*
    select#dynnavsel {
        background-color: #303134;
        padding: 0px;
        color: #DADCE0;
        font-size: small;
    }
    
    select#filtersel {
        background-color: #303134;
        padding: 0px;
        color: #DADCE0;
        font-size: medium;
        width: 150px;
    }
    */
    
    button {
        background-color: #303134;
        border: 2px solid #767676;
        color: #DADCE0;
        padding: 8px 32px;
        font-weight: bold;
        font-size: large;
        margin: 4px 2px;
        
    }
    
    button:hover {
        background-color: darkgrey;
    }
}
