/* RESET *//*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }body { line-height: 1; }ol, ul { list-style: none; }blockquote, q { quotes: none; }blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }table { border-collapse: collapse; border-spacing: 0; }a { text-decoration: none; color: black;}* { box-sizing: border-box; }:focus { outline: none;}*/
body {	
    font-family: "Segoe UI", "Helvetica", "sans-serif";
	font-size: 14px;
	background-image: url("img/background.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #1B75BC;
	background-position: center center;
	color: #000000;
	min-width:1295px;
	width:100%;
	position:absolute;
	margin: 0px;
	}
header {
	background-color: darkblue;
	width:100%;
	height: 80px;
	box-shadow: -1px 10px 10px black;
	position: fixed;
	}
header div#title{
	flex: 5;
	}
header div#header{
	width: 80%;
	margin-left: 10%;
	display: flex;
	}
img#spieler{
	height: 60px;	
	float:left;
	margin: 10px;
	margin-left:30px;
	}
img#logo{
	height: 60px;
	float:left;
	margin: 10px;
	margin-left: 30px;
	}
img.profil{
	height: 120px;
	float:left;
	margin: 0px 10px 0px 10px;
	}
h1{	
	color: white;
	margin-top: 15px;
	margin-left: 180px;
	font-size: 35px;
	font-weight: normal;
	}
span.fett{
	font-weight: bold;
	}
tr.aktuell{	
	background: white;
}
ul{	
	list-style-type:none;	
	margin: 0px;	
	padding: 0px;
}
nav{	
	margin-top: 15px;
	display: flex;
	flex-wrap: nowrap;
	flex: 5;
	justify-content: space-around;
}
nav ul{
	display: flex;
	flex: 1;
	margin-top: 10px;	
}
nav ul ul{
	display: none;
	box-shadow: -5px 5px 5px black;
	margin-right: -60px;
}
nav a{	
	color: white;
	font-size: 20px;
	text-decoration: none;
	margin-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
}
nav li{
	text-align: center;
	flex: 1;
}
nav a:last-child{
	margin-right:0px;
}
nav a:hover{
	color: lightblue;
	text-decoration: underline;
	text-underline-offset: 10px;
	}
nav a.aktiv{
	text-decoration: underline;
	text-underline-offset: 10px;
	}	
nav ul ul li{
	background-color: darkblue;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: left;
	}
nav ul li:hover ul{
	display: block;
	}	
main a{
	color:#000000;
	font-style: italic;
	}
table{
	background-color: white;
	}
td{
	padding: 5px;
	}
th{
	font-weight:bold;	
	text-align:left;	
	padding: 5px;	
	border-bottom: 1px solid darkblue;	
	}
footer a{	
	color:#FFFFFF;	
	font-weight: bold;	
	padding-right: 20px;	
}
.clear{	
	clear: both;
}
main{	
	background-color: rgba(255, 255, 255, 0.9);
	margin: 80px 5px 5px 0px;	
	min-height: 400px;	
	min-width:1274px;
	padding: 10px;	
	overflow:auto;	
	width: 80%;
	margin-left: 10%;
}
section#tabelle{	
	float:right;	
	min-width:350px;
}
img.turnierde{	float: left;	width: 30px;	margin-right: 5px;}
img.mannschaftsbild{	float: right;	width: 350px;	margin-bottom: 10px;}
img.menubild{	float: left;	width: 1000px;	margin-bottom: 10px;}
img.berichtlinks{	float: left;	margin-right: 10px;	margin-bottom: 10px;	width: 300px;}
img.berichtrechts{	float: right;	margin-left: 10px;	margin-bottom: 10px;	width: 300px;}
section#ergebnisse{	
	float:left; 
	max-width:66%;
}
section#tabelle table{	
	background-color: white;	
	font-style: normal;	
	width:340px;	
}
section#tabelle table a{	
	font-style: normal;
}
section#ergebnisse tr td {
	border-bottom: 1px solid darkblue;
}
section#ergebnisse tr td a {	
	font-style: normal;
}
section.spielbericht{	
	padding: 10px;	
	margin-bottom: 5px;	
	border: 1px solid darkblue;	
	overflow: auto;
}
section.news{	
	padding: 10px;	
	padding-top:0px;	
	margin-bottom: 10px;	
	border: 1px solid darkblue;	
	overflow: auto;	
}
section.news table {border:none;}
section.news tr th {border: none;   border-bottom: 1px solid white;}
section.news tr td {border: none;	border-bottom: 1px solid darkblue;}
section.newsrot{	
	padding: 10px;	
	padding-top:0px;
	margin-bottom: 10px;	
	border: 1px solid darkblue;	
	overflow: auto;	
	background-color:LightCoral;
}
section#startbilder{	
	float:right;	
	width:350px;
}
section#startbilder img{	
	width:350px;	
	margin: 5px;
}
footer{	
	background-color: darkblue;	
	color: #FFFFFF;
	text-align: right;	
	min-width: 1294px;
	width: 80%;
	margin-left: 10%;
	padding-right: 20px; /* add padding from main to fit borders*/	
}
	
@media (max-width: 1800px) {
	body {	
		font-family: "Segoe UI", "Helvetica", "sans-serif";	
		font-size: 14px;	
		background-image: url("img/background.svg");
		background-size: 100%;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-color: #1B75BC;
		background-position: center center;
		color: #000000;	
		min-width:1295px;		
		left:auto;		
		width:100%;
		position:absolute;
		margin: 0px;
	}
	header div#header{
		width: 100%;
		margin-left: 0px;
		display: flex;
	}
	main{
		background-color: rgba(255, 255, 255, 0.9);
		margin: 80px 5px 5px 0px;	
		min-height: 400px;	
		min-width:1274px;
		padding: 10px;	
		overflow:auto;	
		width: 100%;
		margin-left: 0px;
	}
	footer{	
		background-color: darkblue;	
		color: #FFFFFF;
		text-align: right;	
		min-width: 1294px;
		width: 100%;
		margin-left: 0px;
		padding-right: 20px; /* add padding from main to fit borders*/	
	}
	
}
@media (max-width: 1440px) {
	body {	
		font-family: "Segoe UI", "Helvetica", "sans-serif";	
		font-size: 14px;	
		background-image: url("img/background.svg");
		background-size: 100%;
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-color: #1B75BC;
		background-position: center center;
		color: #000000;	
		min-width:770px;		
		left:auto;		
		width:100%;
		position:absolute;
		margin: 0px;
	}
	header {
		background-color: darkblue;
		min-width: 770px;
		width:100%;
		height: 80px;
		box-shadow: -1px 10px 10px black;
		position: fixed;
	}
	main{
		background-color: rgba(255, 255, 255, 0.9);
		margin: 80px 5px 5px 0px;	
		min-height: 400px;	
		min-width:770px;
		padding: 10px;	
		overflow:auto;	
		width: 100%;
		margin-left: 0px;
	}
	footer{	
		background-color: darkblue;	
		color: #FFFFFF;
		text-align: right;	
		min-width: 770px;
		width: 100%;
		margin-left: 0px;
		padding-right: 20px; /* add padding from main to fit borders*/	
	}
	nav ul{
		display: flex;
		flex-direction: column;
		flex: 1;
		margin-top: 5px;	
		align-content: justify;
	}
	nav {
		position: absolute;
		top:80px;
		right: 0px;
		background-color: darkblue;
		display: flex;
		flex-wrap: nowrap;
		flex: 5;
		justify-content: space-around;
		box-shadow: -5px 5px 5px black;
		margin-top: 0px;
		z-index: -1000;
		opacity: 0;
	}
	nav.visible {	
		z-index: 1;
		opacity: 1;
	}
	nav ul li:hover ul{
		display: none;
	}
	nav a{	
		color: white;
		font-size: 20px;
		text-decoration: none;
		margin-top: 5px;
		padding-right: 15px;
		padding-left: 15px;
	}	
	nav li{
		text-align: center;
		flex: 1;
		margin-bottom: 10px;
	}
	section#tabelle{	
		float:right;
		width:100px;
	}
	section#ergebnisse{	
		float:none; 
		width:100%;
	}
	img.mannschaftsbild{	
		float: left;
	}
	#burger{
		width: 27px;
		height: 27px;
		position: fixed;
		top: 25px;
		right: 16px;
		cursor: pointer;
		z-index: 9999;
	}
	#burger span {
		display: block;
		position: absolute;
		height: 4px;
		width: 100%;
		background: white;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	n#burger span:nth-child(1) {
		top: 0px;
	}
	#burger span:nth-child(2),.menu_btn span:nth-child(3) {
		top: 8px;
	}
	#burger span:nth-child(4) {
		top: 16px;
	}
}