/*
@font-face {
	font-family: 'Cousine';
	font-weight: 400;
	src: local(''), url('Cousine.woff2') format('woff2');
}
*/
@font-face {
	font-family: 'Open Sans Light';
	font-style: normal;
	font-weight: 300;
	src: local(''), url('fonts/open-sans-v34-latin-300.woff2') format('woff2');
}
@font-face {
	font-family: 'Open Sans';
	font-weight: 400;
	src: local(''), url('fonts/open-sans-v34-latin-regular.woff2') format('woff2'); 
}
@font-face {
	font-family: 'Open Sans';
	font-weight: 600;
	font-style: bold;	
	src: local(''), url('fonts/open-sans-v34-latin-600.woff2') format('woff2');
}
@font-face {
	font-family: 'Oswald';
	font-weight: 200;
	src: local(''), url('fonts/Oswald-ExtraLight-200.woff2') format('woff2');
}
@font-face {
	font-family: 'Oswald';
	font-weight: 400;
	src: local(''), url('fonts/Oswald-Regular-400.woff2') format('woff2');
}
@font-face {
	font-family: 'Oswald';
	font-weight: 500;
	font-style: medium;	
	src: local(''), url('fonts/Oswald-Medium-500.woff2') format('woff2');
}
@font-face {
	font-family: 'Oswald Bold';
	font-weight: 700;
	font-style: bold;	
	src: local(''), url('fonts/Oswald-Bold-700.woff2') format('woff2');
}
@font-face {
	font-family: 'Patua One';
	font-weight: 400;
	src: local(''), url('fonts/PatuaOne.woff2') format('woff2');
}
@font-face {
	font-family: 'Raleway';
	font-weight: 300;
	src: local(''), url('fonts/Raleway-Light-300.woff2') format('woff2');
}
@font-face {
	font-family: 'Raleway';
	font-weight: 400;
	src: local(''), url('fonts/Raleway-Regular-400.woff2') format('woff2');
}

:root {
	--rot: rgb(216,12,14); 
	--mittelrot: rgb(205,16,18); 
	--dunkelrot: rgb(177,1,4); 
	--hellgrau: rgb(249,249,249);
	--nebenfarbe1: rgb(215,230,225);
	/* wegen border-bug in th hier neu */
	--nebenfarbe1: rgba(200,215,210,0.5);
	--nebenfarbe2: rgb(200,215,210);
}


ul, menu {
	list-style-type: none;
}

main, section, header, nav, div, article, aside, p, table, tr, td, ul, li , img, a , h1, h2, h3, h4, h5, h6, small, time, figure, menu, menuitem{
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

main {
	display: block;
}




table {
	border-collapse: collapse;
}

@media screen and (max-width: 779px) {
	table {
		width: 100%;
	}
	
	table.resp tr {
		overflow: hidden;
	}

	table.resp th,
	table.resp td {
		display: block;
		width: 100%;
		float: left;
	}	

}



input, textarea {
	padding: 6px 10px;
	border: 1px solid rgb(225,225,225);
	border-radius: 2px;
	background-color: white;
	font: inherit;
}

input[type="search"] {
	background: white url("../Bilder/symbol_lupe.png") no-repeat 8px center;
	background-size: 15px;
	padding-left: 2px;
	padding-right: 10px;
	text-align: center;
}

select {
	font-size: 1em;
	padding: 0.7em;
	border: 1px solid rgb(220,220,220);
	border-radius: 4px;
	background: var(--nebenfarbe1);
}



a {
	text-decoration: none;
	color: var(--rot);
}
a.underline {
	text-decoration: underline;
}

a:hover {
	color: inherit;
}
a.underline:hover {
	text-decoration: none;
}

.link {
	text-decoration: underline;
	color: var(--rot);
}
.link:hover {
	text-decoration: none;
}

a[name] {
	color: inherit;
}

a.inverse,
a.inverse_ {
	color: inherit;
}

a.inverse:hover {
	color: var(--rot);
}

a.soft {
	color: inherit;
	text-decoration: underline;	
	text-decoration-style: dotted;
}
a.soft:hover {
	color: var(--rot);
}

h3 {
	font-size: 0.8em;
	line-height: 1.2em;
}

time {
	/*
	font-size: 0.85em;
	line-height: 1.2em;
	*/
	font-weight: 100;
	color: rgb(100,100,100);
}

figcaption {
	font-size: 0.8em; 
	text-align: left;
}

/* important wegen .stat_table th */
b, strong, em, .fett {
	font-weight: bold !important;
}

small {
	font-size: 0.85em !important;
	font-weight: normal !important;
}

p {
	margin: 0 0 20px 0;
}

hr {
	height: 1px;
	border: none;
	background-color: rgb(200,200,200);
}

button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0; /* wegen archiv_bilder.php */
}

address {
	color: rgb(50,50,50);
	font-size: 13px;
	line-height: 18px;
}

address > p {  /* Zusatzinfo */
	display: inline-block;
	margin: 0;	
	padding: 0 20px;	
	background: url(../Bilder/symbol_adresse.png) left center no-repeat;
	background-size: auto 50%;	
}




.links {
	text-align: left;
}
.mitte {
	text-align: center !important;
}
.rechts {
	text-align: right;
}




.btn,
input[type="submit"] {
	display: inline-block;
	padding: 10px 14px 11px 14px;
	background-color: var(--rot);
	color: white;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
	text-align: center;
	font: 1em 'Patua One', sans-serif;
	border-radius: 4px;
	cursor: pointer;
	transition: all 0.2s ease;
}

.btn.inverse {
	background-color: rgb(230,230,230);
	border: 1px solid rgb(225,225,225);
	text-shadow: none;
}

input[type="submit"] {
	background-color: rgb(150,150,160);
}

.btn:hover,
input[type="submit"]:hover {
	background-color: rgba(190,190,190,0.4) !important;
}



.btn_slide {
	display: inline-block;
	width: 32px;
	height: 55px;
	border-radius: 2px;
	background-color: rgba(60,60,60,0.8);
	color: rgb(220,220,220);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	font: bold 30px 'Oswald';
	line-height: 52px;
	text-align: center;
	cursor: pointer;
}

.btn_slide:hover  {
	color: rgb(220,220,220); /* hover-Regel für a überschreiben */
}

.dsplBl {
	display: block;
}

.dsplNo {
	display: none !important;
}

.unvisible {
	visibility: hidden;
}

.noClick {
	pointer-events: none;
}

.transparent {
	opacity: 0 !important;
}

.blass {
	opacity: 0.75;
}

.doppelblass {
	opacity: 0.5;
}

.boldText {
	font-weight: bold;
}

.centerText {
	text-align: center !important;
}

.centerDiv {  /* TEAM */
	text-align: center;
	margin: 30px;
}

.colorGr {
	color: rgb(150,150,150);
}

.colorRed {
	color: var(--rot);
}

.bColorRed {
	background-color: var(--rot);
	color: white;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}

.marginTop {
	margin-top: 20px;
}
.marginTopMax {
	margin-top: 2.5em !important;
}

.infobox {
	display: inline-block;
	margin: 10px;
	padding: 20px;
	text-align: left;
	background: white;
	border: 1px solid rgb(240,240,240);
	box-shadow: 5px 5px 5px rgb(235,235,235);
}

@media screen and (max-width: 779px) {
	.infobox {
		margin: 10px 0;
		padding: 0;
		border: none;
		box-shadow: none;
	}
}

.infobox p {
	margin: 10px 0;
}
@media screen and (max-width: 779px) {
.infobox p {
	margin: 4px 0;
}
}

.infoTable {
	min-width: 600px;
	margin: 1em auto 3em auto;
	text-align: left;
	font-size: 0.9em;
}
@media screen and (max-width: 779px) {
.infoTable {
	width: 100%;
}
}

.infoTable th,
.infoTable td {
	padding: 20px 20px;
}
.infoTable td {
	border-top: 1px solid rgb(235,235,235);
	vertical-align: top;
	font-weight: normal;
}

@media screen and (max-width: 779px) {
	.infoTable th,
	.infoTable td {
		padding: 0.2em 0;
	}
	.infoTable td {
		border-top: none;
		line-height: 1.3em;
	}
	.infoTable td:last-of-type {
		padding-bottom: 1.2em;	
	}	
}


.infoTable tr > td:first-of-type {
	font-weight: bold;
}

@media screen and (min-width: 780px) {
.infoTable tr:nth-of-type(even) {
	background-color: rgb(245,245,245);
}
}


span.meister {
	color: gold;
	font-size: 2em;
	position: relative;
	top: 0.1em;
	line-height: 0;	
}	

span.platz {
	display: inline-block;
	width: 2em;
	height: 2em;
	font-size: 0.8em;
	line-height: 2em;
	border-radius: 2em;	
	border: 1px solid rgb(100,100,100);
	
}	








.infoListe {
	display: inline-block;
	margin: 10px auto 20px auto;
	text-align: left;
}

.infoListe li {
	padding: 6px 0; 
	border-top: 1px solid rgb(235,235,235);
}



.verlaufWeissGrau {
	background: white;
	background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 50%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#ffffff 50%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 50%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#e5e5e5 100%); /* W3C */
}
.verlaufGrauWeiss {
	background: white;
	background-image: linear-gradient(rgb(240,240,240), var(--hellgrau));
}
@media screen and (max-width: 779px) {
.verlaufWeissGrau , .verlaufGrauWeiss {
	background: white;
}
}





@media screen and (max-width: 779px) {
	.deskView  {
		display: none !important;
	}
}

@media screen and (min-width: 780px) {
	.mobView  {
		display: none !important;
	}
}








html {
	height: 100%;
}

body {
	min-height: 100%;
	font: 300 1em 'Open Sans Light', Arial, sans-serif;
	line-height: 1.45em;
	color: rgb(30,30,30);
	margin: 0;
}
@media screen and (max-width: 779px) {
	body {
		background-image: none;
		background-color: white;
	}
}

@media screen and (min-width: 679px) {
	body::before, body::after {
		content: " "; 
		display: block;
		position: fixed;
		z-index: -1;
		top: 0; left: 0; bottom: 0;
		width: 100%;
		background-color: rgb(242,242,242);
		background-repeat: no-repeat, repeat-x;
		background-position: center top;
		background-attachment: fixed;			  
		transition: opacity 1.5s linear;
	}
	body::before {
	  opacity: 1;
	  background-image: url(../Bilder/body_bild_600_540.jpg), url(../Bilder/body_hg_600_540.jpg);			  
	}
	body::after {
	  opacity: 0;
	  background-image: none;			  
	}
	body.blend::before {
	  opacity: 0;
	}
	body.blend::after {
	  opacity: 1;
	}	
}


.text {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	text-align: left;
	line-height: 1.7em;
	color: rgb(40,40,40);
	/*font-size: 15px;*/
}

.text > :not(h1) {
	text-align: left;
}

.text h2,
.text h3 {
/* h3 war falsche ingesetzt. Neu: h2. Für Abwärts h3 erstmal so lassen */
	/*margin: 30px 0 15px 0;
	line-height: 1.2em;*/
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 2em 0 1.4em;	
}
.text h3 {
	font-size: 1em;
}

.text ul {
	list-style-type: disc;
	font-size: 0.9em;
	margin-left: 15px;
}










.observer {
	width: 0;
	height: 0;
}
/* intersectionOberver hat mobil nicht reagiert */
@media screen and (max-width: 779px) {
.observer {
	width: 100%;
}
}





@media screen and (min-width: 780px) {
body  > header  {
	position: sticky;
	top: 0;
	width: 900px;
	margin: 100px auto 0 auto;
	z-index: 20;
	/*overflow: hidden; Raus wegen Aufklappmenü */
}
}
@media screen and (max-width: 779px) {
	body > header {
		position: relative;
		width: 100%;
		margin-top: 0;
		background: white;
		z-index: 20;
	}
	body > header.fix {
		position: fixed;
		top: 0;
	}	
}





a#wappen {
	display: block;
	width: 114px;
	height: 104px;
	position: absolute;
	top: -48px;
	left: 20px;
	background-repeat: no-repeat;
	background-image: url(../Bilder/wappen.png);
	background-size: 114px 104px;
	z-index: 1000;
    transition: all 0.5s ease;	
}

@media screen and (max-width: 779px) {
	a#wappen {
		position: absolute;
		width: 110px;
		top: -4px;
		left: 5px;
	}
}

a#wappen.transform {
	top: 0;	
}
@media screen and (min-width: 780px) {
a#wappen.transform {
	left: 50%;
	margin-left: -400px;
	background-size: 57px 52px;	
}
}
@media screen and (max-width: 779px) {
	a#wappen.transform{
		background-size: 62px;	
	}
}




#buttonMenue {
	display: none;
	width: 40px;
	height: 33px;
	position: absolute;
	top: 12px;
	right: 8px;
	background-size: 100%;
	background-repeat:	no-repeat;
	background-position: center;
	background-image: url(../Bilder/button_menue_neu.png);
	/*
	border-radius: 2px;
	border: 1px solid rgba(255,255,255,0.35);*/
}

@media screen and (max-width: 779px) {
	#buttonMenue {
		display: block;
	}
}




header #sonst {
	display: flex;
	position: absolute;
	right:0;
	top: -51px;
}
@media screen and (max-width: 779px) {
header #sonst {
	top: 4px;
	right: 5px;
}
}

header #sonst a {
	display: flex;
	justify-content: center;
	align-items: center;
	/*min-width: 120px;*/
	height: 30px;	
	margin: 0 0 0 10px;
	padding: 0 10px;
	font-size: 14px;
	font-weight: bold;
	color: rgba(255,255,255,0.9);
	border: 1px solid rgba(255,255,255,0.4);
	border-radius: 6px;
}

header #sonst span {
	display: inline-block;
	width: 20px;
	height: 100%;
	margin-right: 6px;
	background-repeat: no-repeat;
	background-size: 100%;	
	background-position: center;
}


header #sonst span.sm {
	background-image: url(../Bilder/symbol_header_insta_weiss.png); 		
}
header #sonst span.fanshop {
	background-image: url(../Bilder/symbol_header_shirt_weiss.png); 	
}

@media screen and (max-width: 779px) {
	header #sonst a {
		/*min-width: 90px;*/
		margin-left: 2vw;
		padding: 0 2vw;
		font-family: 'Open Sans';	
		font-size: 12px;
		color: rgba(0,0,0,0.8);
		border: 1px solid rgb(230,230,230);
		background: rgb(235,235,235);
	}
	
	header #sonst span {
		margin-right: 4px;		
	}

	header #sonst span.sm {
		background-image: url(../Bilder/symbol_header_insta.png); 		
	}
	header #sonst span.fanshop {
		background-image: url(../Bilder/symbol_header_shirt.png); 	
	}
}



/*
header #sonst a > span {
	display: inline-block;
	margin-right: 4px;
	width: 28px;
	height: 18px;
	padding-right: 5px;
	background: transparent url(../Bilder/fanshop_weiss.png) no-repeat left center;
	background-size: 29px;
}
@media screen and (max-width: 779px) {
header #sonst a > span {
	background-image: url(../Bilder/fanshop_schwarz.png);
	margin-right: 2px;
}
}
*/






#mainNavi {
	position: relative;
	width: 900px;
	height: 54px;
	margin: 0 auto 0 auto;	
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	top: 0;
	font-family: 'Patua One', sans-serif;
	font-size: 20px;
	line-height: 54px;
}

@media screen and (max-width: 779px) {
	#mainNavi {
		width: 100%;
		height: 56px;		
		top: 42px;
	}
	#mainNavi.fix {
		top: 0;
	}	
}

/*
#mainNavi.fix {
	position: fixed !important;
	top: 0;	
}
*/










#mainNavi > menu {
	height: 100%;
	overflow: hidden;
	margin: 0 0 0 150px;
}

@media screen and (max-width: 779px) {
	#mainNavi > menu {
		display: none;
		overflow: visible;
		position: absolute;
		top: 48px;
		left: 0;
		margin: 0;
		width: 100%;
		min-height: 800px;
		overflow-y: scroll;
	}
}

#mainNavi > menu > li {
	display: block;
	float: left;
	height: 100%;
	margin: 0;
	padding: 0;
}

#mainNavi > menu > li.aktiv {
	background-color: rgb(240,240,240);
}

#mainNavi > menu > li.aktiv > a{
	color: rgb(40,40,40);
	text-shadow: none;
}

@media screen and (max-width: 779px) {
	#mainNavi > menu > li {
		display: block;
		float: none;
		width: 100%;
		height: 54px;
		line-height: 54px;
		margin: 0;
		text-align: left;
		background-color: var(--rot);
		border-top: 1px solid rgba(255,255,255,0.25);
	}
}

#mainNavi > menu > li > a {
	display: block;
	height: 100%;
	padding: 0 20px;
	color: white;
	transition: all 0.2s ease;
} 


#mainNavi > menu > li > a:hover {
	background-color: rgb(242,242,242);
	color: rgb(40,40,40);
	text-shadow: none;
	border: none;
} 

/*
@media screen and (max-width: 779px) {
	#mainNavi > menu > li > a:hover {
		background-color: inherit;
	} 
	
	#mainNavi > menu > li:hover {
		background-color: rgb(242,242,242);
	} 
}
*/




/******** Aufklappmenü ***************/

#mainNavi > menu > li > nav {
	display: none;
}

@media screen and (min-width: 780px) {

#mainNavi > menu > li > nav {
	display: block;
	position: absolute;
	top: 54px;
	left: 0;
	max-height: 0;
	width: 100%;
	/* 0, weil es einen sichtbaren Rand gab */
	padding: 0 50px 0 180px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background: rgb(240,240,240);
	opacity: 0.98;
	/*border-bottom: 1px solid rgb(225,225,225);*/
	overflow: hidden;
	transition: max-height 0.5s;
}

#mainNavi > menu > li > nav.aktiv {
	padding-top: 10px;	
	padding-bottom: 10px;	
} 

#mainNavi > menu > li > nav ul {
	margin: 5px 0 10px 10px;
	font: 400 0.8em 'Raleway', Arial, sans-serif;
}

#mainNavi > menu > li > nav > ul {
	width: 33%;
	height: 100%;
	float: left;
	border-right: 1px solid rgb(210,210,210);
}


#mainNavi > menu > li > nav > ul li {
	display: block;
	padding: 6px 20px 6px 20px;

}

#mainNavi > menu > li > nav > ul  a {
	color: rgb(220,9,11);
	text-shadow: 1px 1px 0 rgb(240,240,240);
	transition: all 0.2s ease;
}

#mainNavi > menu > li > nav > ul  a:hover {
	color: rgb(60,60,60);
}

}










/*********************************************************************/
/*********************************************************************/






body > #content {
	clear: all;
	position: relative;
	width: 900px;
	margin: 0 auto;
	z-index: 10;
}

@media screen and (max-width: 779px) {
	body > #content {
		position: relative;
		/* für überstehendes Wappen */
		/* jetzt wegen nav fixed */
		top: 42px;
		margin-bottom: -9px;
		width: 100%;
		background: white;
	}
	body > #content.fix {
		top: 95px;
	}	
}




#content > #contentWrapper {
	width: 100%;
	background-color: var(--hellgrau);
	box-shadow: 0 0 12px rgba(0,0,0,0.05); 
	text-align: center;
	/*border-left: 1px solid rgb(230,230,230);	
	border-right: 1px solid rgb(230,230,230);*/	
}
@media screen and (max-width: 779px) {
	#content > #contentWrapper {
		background-color: white;
		box-shadow: none; 
		border: none; /* wichtig wegen 100% width */
	}
}









#footer {
	background-color: var(--mittelrot);
	width: 900px;
	padding: 35px 0 10px 0;
	text-align: center;
	font-family: Oswald;	
	font-size: 13px;
	color: rgba(255,255,255,0.9);
	border-top: 1px solid rgb(240,240,240);
}

@media screen and (max-width: 779px) {
	#footer {
		width: 100%;
	}
}


#footer a:hover img {
	opacity: 0.7;
}


/*
@media screen and (max-width: 779px) {
	#contentWrapper > img {
		width: 100%;
	}
}
*/


/* SPONSOREN ***************************************/
#footer div {
	width: 100%;
}

#footer > div > a {
	display: inline-block;
	padding: 10px 25px;
}
@media screen and (max-width: 779px) {
	#footer > div > a {
	padding: 5px;
	}	
}



#footer div img {
	width: 160px;
	opacity: 0.9;
	transition: opacity 0.3s ease;	
}
@media screen and (max-width: 779px) {
#footer div img {
	width: 36vw;
}
}

#footer div:nth-of-type(1) img {
	width: 200px;	
}
@media screen and (max-width: 779px) {
#footer div:nth-of-type(1) img {
	width: 40vw;	
}
}

#footer div:nth-of-type(3) img {
	width: 80px;	
}
@media screen and (max-width: 779px) {
#footer div:nth-of-type(3) img {
	width: 20vw;	
}
}




/* ***************************************************/







#footer nav ul li {
	display: inline-block;
	padding: 15px;
}

#footer .footer_links {
	margin: 40px 0 10px 0;
}
#footer .footer_links a {
	text-transform: uppercase;
	color: rgba(255,255,255,0.9);	
	font-size: 15px;
}


#footer .wappen img {
	width: 80px;
}
@media screen and (max-width: 779px) {
#footer .wappen img {
	width: 22vw;
}
}

#footer .sm {
	margin: 25px 0;
}

#footer .sm  a {
	display: inline-block;
	margin: 0 10px;
}

#footer .sm img {
	width: 35px;
}
@media screen and (max-width: 779px) {
#footer .sm img {
	width: 7vw;
}
}





/*********************************************************************/
/*********************************************************************/





#newsSlider {
	position: relative;
	height: 540px;
	overflow: hidden;
	z-index: 20;
	box-shadow: 0 0 12px rgba(0,0,0,0.1);	
}

@media screen and (max-width: 779px) {
	#newsSlider {
		height: auto;
		margin-bottom: 5px;
		padding-bottom: 20px;
		background-color: white;
		box-shadow: 0 10px 10px -5px rgb(240,240,240);
	}
}

#newsSliderContainer {
	position: relative;
	height: 100%;
	z-index: 30;
	left: 0;
	transition: left 1s ease-in-out;
}
@media screen and (max-width: 779px) {
#newsSliderContainer {
	transition: left 0.7s ease-in-out;
}
}


#newsSlider article {
	position: relative;
	top: 0;
	width: 900px;
	height: 100%;
}

@media screen and (max-width: 779px) {
	#newsSlider article {
		width: 100%;
	}
}

.newsSliderBild  {
	position: absolute;
	top: 0;
	left: 0;
	width: 600px;
	height: 540px;
	z-index: 20;
	background-size: cover;
}


/*
.newsSliderBild  > img {
	width: 600px;
	height: 400px;
}
// Skalierung fürs alte Bildformat 600x360 
.newsSliderBild  > img.height_360 {
	width: 667px;
}
*/

@media screen and (max-width: 779px) {
	.newsSliderBild  {
		position: static;
		width: auto;
		height: 85vw;
		background-position: center;
		background-size: cover;
	}		
	
	.newsSliderBild > img {
		width: auto;
		height: 100%;
	}
}


.newsSliderText {
	position: absolute;
	top: 0;
	right: 0;
	width: 560px;
	height: 540px;
	background: no-repeat url(../Bilder/newsslider_hg_600_540_.png);
	background-size: cover;
	z-index: 30;
	cursor: default;
}

@media screen and (max-width: 779px) {
	.newsSliderText {
		position: static;
		width: 90%;
		/*height: auto;*/
		height: 75vw;
		padding: 0 3%;
		background: none;
		overflow: hidden;
	}
}

@media screen and (min-width: 780px) {
.newsSliderText > div {
	height: 100%;
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: center;
}
}



.newsSliderText h1 {
	width: 360px;
	font: 700 38px 'Oswald Bold', Arial, sans-serif;
	line-height: 45px;
	margin: 0 0 0 180px;
	color: rgb(20,20,20);
}

@media screen and (max-width: 779px) {
	.newsSliderText h1 {
		width: 100%;
		font-size: 9.5vw;
		line-height: 11vw;
		margin: 3.2vw 0 0 0;
	}
}

.newsSliderText h2 {
	width: 360px;
	margin: 6px 0 0 180px;
	font: 300 20px 'Raleway', sans-serif;
	line-height: 28px;
}

@media screen and (max-width: 779px) {
	.newsSliderText h2 {
		width: 100%;
		margin: 2.5vw 0 0 0;
		font-size: 5.6vw;
		line-height: 7.4vw;
	}
}

.newsSliderText footer  {
	margin: 10px 60px 0 0;
	text-align: right;
}
@media screen and (max-width: 779px) {
	.newsSliderText footer  {
		margin: 2% 5% 0 0;
	}
}

@media screen and (max-width: 779px) {
	.newsSliderText footer a {

		font-size: 4.5vw;
	}
}




#newsSliderButtons {
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
	top: -420px;
	transition: visibility 0s ease 0.6s,opacity 0.6s ease;
	opacity: 0;
	visibility: hidden;
}
/*
#newsSlider:hover #newsSliderButtons {
	opacity: 1;
	visibility: visible;
	transition-delay: 0s;
}
*/

@media screen and (max-width: 779px) {
	#newsSliderButtons {
		display: none;
	}
}

#newsSliderButtons a {
	position: absolute;
	top: 130px;
	display: block;
	z-index: 50; /* müssen über newsSlider liegen, der Container darunter */
}

@media screen and (max-width: 779px) {
	#newsSliderButtons a {
		display: none;
	}
}

#newsSliderButtons a:first-child {
	left: 3px;
}

#newsSliderButtons a:last-child {
	right: 3px;
}



#newsSliderIndex {
	position: absolute;
	height: 12px;
	top: 490px;
	left: 540px;
	z-index: 50;
}

@media screen and (max-width: 779px) {
	#newsSliderIndex {
		/*top: auto;
		bottom: 8px;*/
		top: 75vw;
		left: 5%;
		opacity: 0;
		transition: opacity 1s ease-in-out;
	}
}

#newsSliderIndex div {
	width: 12px;
	height: 12px;
	float: left;
	margin: 4px;
	background-color: rgba(230,230,230,0.4);
	border: 1px inset rgba(255,255,255,0.2);
	box-shadow: 1px 1px 1px rgb(200,200,200);
	transition: all 0.8s ease;
}

@media screen and (max-width: 779px) {
	#newsSliderIndex div {
		width: 6vw;
		height: 0.7vw;
		background-color: rgba(255,255,255,0.9);
		border: 1px solid rgba(0,0,0,0.4);
		box-shadow: none;
	}
}

#newsSliderIndex .akt {
	background-color: var(--rot);
	border: 1px outset rgba(250,250,250,0.5);	
}





/*********************************************************************/
/*********************************************************************/



#newsartikel, #newsartikel_galerie  {
	width: 600px;
	margin: auto;
	text-align: left;
}
@media screen and (max-width: 779px) {
#newsartikel, #newsartikel_galerie   {
	width: 100%;
}
}



#hauptsponsor {
	position: relative;
	margin: 5px 0 40px 0;
	background-color: transparent;
	overflow: hidden;
	border-bottom: 1px solid rgb(230,230,230);
	--shadow: rgb(240,240,240);
	box-shadow: 0 10px 10px -5px var(--shadow);	
}
#newsartikel #hauptsponsor {
	margin: 0;
	border-top: 1px solid rgb(240,240,240);
}

#hauptsponsor, 
#hauptsponsor > div {
	height: 125px;	
}
#hauptsponsor > div {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 1.5s ease-in-out;
}
#hauptsponsor > div.blend {
	opacity: 1;
}


@media screen and (max-width: 779px) {
	#hauptsponsor, 
	#hauptsponsor > div {
		height: 40vw;
		margin-top: 0;
		transition: height 1s ease-in-out; /* und #hauptsponsor a { transition: background-size ... */
	}	
}



#hauptsponsor a {
	display: block;
	width: 33.3%;
	margin: 0;
	height: 120px;
	float: left;
	line-height: 155px;
	background-size: 190px;
	background-repeat: no-repeat, repeat-x;
	background-position: center;			  
	transition: background-image 1.5s linear;
	-webkit-transition: background-image 1.5s linear;
  transition-behavior: allow-discrete;	
}
@media screen and (max-width: 779px) {
	#hauptsponsor a {
		width: 100%;		
		height: 100%;		
		line-height: inherit;
		background-size: 60%;
		transition: background-size 0.5s ease-in-out;
	}
}

#hauptsponsor a:nth-of-type(1) {
	opacity: 0.2;
	text-align: left;
}
#newsartikel #hauptsponsor a:nth-of-type(1) {
	opacity: 0;
}

#hauptsponsor a:nth-of-type(2) {
	text-align: center;;
}

#hauptsponsor a:nth-of-type(3) {
	opacity: 0.2;
	text-align: right;
}
#newsartikel #hauptsponsor a:nth-of-type(3) {
	opacity: 0;
}

#hauptsponsor a:nth-of-type(1):hover, 
#hauptsponsor a:nth-of-type(3):hover {
	opacity: 1;
}
/*
#hauptsponsor img {
	width: 190px;
}
@media screen and (max-width: 779px) {
#hauptsponsor img {
	width: 60%;
}
}
*/



/* per intersectionOberver aus home.php */
#hauptsponsor.fix {
	position: fixed;
	top: 54px;
	width: 900px;
	margin: 0 auto;
	left: 50%;
	margin-left: -450px;
	background: var(--hellgrau);
	border: none;
	--shadow: rgb(200,200,200);
	z-index: 200;	
}

#observer_hs.fix {
	margin-bottom: 160px;
}
@media screen and (max-width: 779px) {
	#hauptsponsor.fix {
		width: 100%;
		height: 25vw;		
		left: unset;
		margin-left: unset;
		background: white;
		transition: height 0.2s; 
	}
	#hauptsponsor.fix > div {
		height: 25vw;
		transition: height 0.2s;		
	}
	
	#hauptsponsor.fix  a {
		background-size: 50%;
	}	

	#observer_hs.fix {
		margin-bottom: 195px;
	}
	
	#hauptsponsor.einfahren {
		height: 0;
	}
}









#home {
	margin: 0 50px;
	padding-bottom: 50px;
	overflow: hidden;
}

@media screen and (max-width: 779px) {
	#home {
		margin: 0;
		padding-bottom: 0;
	}
}






#newsListe {
	width: 450px;
	float: left;
	text-align: left;
}

#newsListe.wide {
	width: 500px;
	float: none;
}

@media screen and (max-width: 779px) {
	#newsListe.wide {
		width: 100%;
	}
}

#newsListe.archiv {
	margin: 5px auto;
}

/* Für Anzeige in Newsartikel breite Anzeige */
#newsListe.neu {
	width: 100%;
	float: none;
	overflow: hidden;
	margin: 50px 0 1px 0;
	padding: 35px 0 80px 0;
	background: rgb(240,240,240);
}
@media screen and (max-width: 779px) {
	#newsListe.neu {
		display: block;
		width: 90%;
		margin-top: 50px;	
		margin-left: auto;
		margin-right: auto;
		padding-left: 5%;
		padding-right: 5%;
		padding-top: 25px;
	}
	#home #newsListe.neu {
		background: none;
	}
}




@media screen and (max-width: 779px) {
#newsListe.neu article h1 {
	font-size: 1.5em;
	line-height: 1.25em;
}
}


.sub_ueberschrift {
	font-family: Oswald, Arial, sans-serif;
	font-weight: 200;
	font-size: 1.8em;	
	color: var(--rot);
	margin-bottom: 20px;
}	

@media screen and (min-width: 679px) {
	#newsListe.neu > div {
		width: 600px;
		margin: auto;
		display: grid;
		grid-template-columns: auto auto;
		grid-gap: 25px;
		justify-content: space-between;	
	}
	.sub_ueberschrift {
		font-size: 28px;		
		width: 600px;
		margin: 0 auto 20px auto;
	}	
}


#newsListe article {
	background: transparent;
	padding: 15px 0 15px 0;
	overflow: hidden;
	/*border-bottom: 1px solid rgb(220,220,220);*/
	cursor: pointer; 
}

@media screen and (min-width: 780px) {
#newsListe.neu article {
	width: 280px;
	padding: 0;
}
}

#newsListe.archiv article:first-of-type {
	padding-top: 15px;
	border-top: 1px solid rgb(220,220,220);
}

#newsListe a {
	display: block;
	color: inherit !important;
}

#newsListe article,
#newsListe article h1 {
	transition: all 0.2s ease;
}

#newsListe article:hover {
	background: rgb(240,240,240);
}

#newsListe article:hover h1 {
	color: inherit;
}

#newsListe article:first-child {
	padding-top: 0;
}

#newsListe article:last-child {
	border-bottom: none;
}


#newsListe article h1 {
	font: 500 22px Oswald, Arial, sans-serif;
	line-height: 26px;	
}
@media screen and (max-width: 779px) {
#newsListe article h1 {
	font-size: 8.5vw;
    line-height: 9.5vw;
    margin: 0.5vw 0;	
}
}

/*RUBRIK und Datum*/
#newsListe article h2 {
	font-size: 0.8em;
	margin: 1px 0 0 0;
}
/*RUBRIK*/
#newsListe article h2 > span {
	text-transform: uppercase;
}



.newsListeBild {
	width: 170px;
	aspect-ratio: 1.11;
	margin: 3px 0;
	float: left;
	background-image: url(../Bilder/default_fahne.jpg);
	background-size: cover;
	background-position: center;
	object-fit: cover;	
}
@media screen and (max-width: 779px) {
.newsListeBild {
	width: 100%;
	float: none;
}
}

#newsListe.neu .newsListeBild {
	width: 100%;
	height: 185px;
	margin: 3px 0;
	float: none;
	background-color: rgb(230,230,230); /*grauer Kasten, wenn kein Bild */
}

@media screen and (min-width: 780px) {
.newsListeText {
	margin-left: 185px;
}
#newsListe.neu .newsListeText {
	margin-left: 0;
}
}



#newsListe p {
	font-size: 14px;
	margin: 2px 0 0 0;
	line-height: 19px;
	font-family: Raleway;
	font-weight: 300;	
}



/****************** WERBUNG *******************/
#newsListe .banner {
	display: block;
	width: 450px;
	height: 83px;
	margin: 0 0 15px 0;
	padding: 15px 0;
	border-bottom: 1px solid rgb(220,220,220);
}






#rechteSpalte {
	width: 300px;
	margin-left: auto;
}
@media screen and (max-width: 779px) {
#rechteSpalte {
	width: 90%;
	margin: auto;
}
}





#rechteSpalte > section {
	margin-bottom: 40px;
	padding: 10px 0 15px 0; /* ggf. in home.php padding abziehen */
	border-top: 1px solid rgb(225,225,225);
	border-bottom: 1px solid rgb(225,225,225);
	text-align: center;
	text-shadow: 1px 1px 0 white;
	overflow: hidden;
	/*box-shadow: 6px 6px 8px rgb(242,242,242);	*/
}
@media screen and (max-width: 779px) {
#rechteSpalte > section {
	margin-bottom: 12vw;
	border: none;	
	box-shadow: 0 10px 10px -5px rgb(240,240,240);
}
}

#rechteSpalte h1 {
	font: 200 24px Oswald, Arial, sans-serif;
	line-height: 24px;
}





#rechteSpalte #vorschau {
	position: relative;
	min-height: 300px;
}

#rechteSpalte #vorschau > div {
	overflow: hidden;
	position: relative;
	transition: left 0.6s ease-in-out;
}

#rechteSpalte #vorschau article {
	width: 300px; /*** ergibt sich aus #vorschau => 300px - 10px padding - 1px border */
	float: left;
}

@media screen and (max-width: 779px) {
#rechteSpalte #vorschau article {
	width: auto;
}
}

#rechteSpalte #vorschau h1 {
	margin: 4px 0;
}

#rechteSpalte #vorschau h2 {
	font: 900 40px Arial, Helvetica, sans-serif;
	color: rgb(150,150,150);
	line-height: 1em;
	margin: 6px 0 0 0;
}

#rechteSpalte #vorschau time {
	font: 300 30px Raleway, Arial, sans-serif;
	color: rgb(80,80,80);
	line-height: 38px;
	margin: 0 0 12px 0;
}

#rechteSpalte #vorschau .wappen {
	position: relative;
	height: 150px;
	/*
	order-top: 1px solid rgb(220,220,220);
	order-bottom: 1px solid rgb(230,230,230);
	ackground: center center no-repeat url(../Bilder/vorschau_hg.jpg);
	*/
}

#rechteSpalte #vorschau .wappen > div {
	overflow: hidden;
}

#rechteSpalte #vorschau .wappen  > div > figure  {  
	width: 50%;
	float: left;
}

#rechteSpalte #vorschau .wappen > div > figure > img {
	display: block;
	margin: auto;
	height: 130px;
} 

#rechteSpalte #vorschau .wappen > figcaption  {  
	display: block;
	font: 600 60px Arial, Helvetica, sans-serif;
	color: rgb(130,130,130);
	text-align: center;
}

#rechteSpalte #vorschau .wappen > div > figure > figcaption {
	text-align: center;
	font: 300 13px Raleway, Arial, Helvetica, sans-serif;
}

#rechteSpalte #vorschau aside {  /* Zusatzinfo */
	padding-top: 15px;
	font-size: 14px;
	color: var(--dunkelrot);
}

#rechteSpalte #vorschau aside address {  /* Zusatzinfo */
	position: relative;
	margin: 10px;
}

#rechteSpalte #vorschau aside address p {  /* Zusatzinfo */
	cursor: pointer;
}

/* #rechteSpalte #vorschau aside address dialog[open] {  /* Zusatzinfo */
#rechteSpalte #vorschau aside address div {  /* Zusatzinfo */
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%;
	height: 0;
	display: flex;
	justify-content: center;
	align-items: center;	
	background: wheat;
	border-radius: 6px;
	transition: height 0.1s ease-in-out;
	overflow: hidden;
}
#rechteSpalte #vorschau aside address div.sichtbar {  /* Zusatzinfo */
	height: 100%;
}

#rechteSpalte #vorschau aside a {  /* Zusatzinfo */
	padding: 0 5px;
}

#rechteSpalte #vorschau  .btn_slide {
	position: absolute;
	top: 120px;
	width: auto;
	height: auto;
	box-shadow: none;
	padding: 0;
	/*
	transition: 0.4s opacity ease;
	-webkit-transition: 0.4s opacity ease;
	-moz-transition: 0.4s opacity ease;
	background-color: rgba(250,250,250,0.9) !important;
	*/
	background: none;
	color: rgb(50,50,50) !important;
}

#rechteSpalte #vorschau  .btn_slide:nth-of-type(1) {
	left: 2px;
}

#rechteSpalte #vorschau  .btn_slide:nth-of-type(2) {
	right: 2px;
}


#rechteSpalte #minitabelle {
	margin-bottom: 50px;
}





.submenue {
	position: relative;
	max-height: 300px;
	font-size: 15px;
	font-weight: 100;
	padding: 20px 10px 16px 10px; /* im sub_submenue auch anpassen [bottom als top] */ 
	text-shadow: 1px 1px 0 white;
	background: white;
	border-bottom: 1px solid rgb(240,240,240);
	overflow: hidden;	
	transition: all 1s ease-in-out;	
}

.sub_submenue {
	padding-top: 16px;
}

.submenue:last-of-type {
	box-shadow: 1px 0 10px rgb(220,220,220);
	border-color: rgb(225,225,225);
	position: static;	
}

/*
.submenue + img {
	width: 100%;
}
*/

@media screen and (max-width: 779px) {
	.submenue {
		width: 100%;
		padding: 10px 0;
		white-space: normal;
		font-size: 11px;
		background: var(--rot);		
	}
	.sub_submenue {
		background: white;
	}
}

.submenue ul {
	text-align: center;
}

@media screen and (max-width: 779px) {
	.submenue > ul {
		width: 100%;
		font-size: 11px;
	}
}

.submenue ul:nth-of-type(2) {
	margin-top: 5px;
}

.submenue li {
	display: inline;
	padding: 20px 15px;
	line-height: 40px;
}

@media screen and (max-width: 779px) {
	.submenue li {
		display: inline-block;
		padding: 0 15px;
	}
}

.submenue a {
	color: rgb(80,80,80);
}
@media screen and (max-width: 779px) {
.submenue a {
	color: white;
	text-shadow: none;
}
.sub_submenue a {
	color: inherit;
}	
}

.submenue a:hover {
	color: var(--rot);
}

.submenue a.aktiv {
	color: var(--rot);
	font-weight: bold;
}
@media screen and (max-width: 779px) {
.submenue a.aktiv {
	color: white;
	text-decoration: underline;
}
.sub_submenue a.aktiv {
	color: var(--rot);
	text-decoration: none;
}
}


.submenue li.select {
	position: relative;
}
.submenue a.pfeil {
	position: relative;
}
.submenue a.pfeil::after {
	content: "\A ›";
	font-size: 2em;
	color: var(--rot);
	position: absolute;
	bottom: -3px;
	right: -22px;
	transform: rotate(90deg);
}
/*
.submenue select {
	font-weight: bold;
}
*/
/*
@media screen and (max-width: 779px) {
.submenue a.pfeil::after {
	font-size: 3em;
	color: white;
	bottom: -16px;
}
}
*/

/*
dialog#archiv_saisons {
	/* für Aufklapp select nach unten 
	top: -10%;
	border: none;
}


dialog#archiv_saisons::backdrop {
	backdrop-filter: blur(5px);
}
*/





/*
#rollogriff {
	width: 60px;
	height: 25px;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -30px;
	cursor: pointer;
	border: none;
	transition: all 1s ease-in-out;
	background: no-repeat url(../Bilder/rollogriff_up.png);
}

#rollogriff.up {
	bottom: 0;
	background: no-repeat url(../Bilder/rollogriff_up.png);
}

#rollogriff.down {
	bottom: -10px;
	background: no-repeat url(../Bilder/rollogriff_down.png);
}
*/









#einspaltig {
	margin: auto;
	text-align: center;
	padding: 35px 25px 100px 25px;	
}
@media screen and (max-width: 779px) {
	#einspaltig {
		padding-top: 20px;	
		padding-right: 5vw;
		padding-left: 5vw;
	}
	#einspaltig.null {
		padding-left: 0;
		padding-right: 0;
		font-size: 0.9em;
		line-height: 1.25em;
	}
}




#einspaltig.text {
	width: 600px;
}
#einspaltig.schmal {
	width: 360px;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	text-align: left;	
}
@media screen and (max-width: 779px) {
#einspaltig.text,
#einspaltig.schmal {
	width: 100%;
	box-sizing: border-box;
}
}

#einspaltig .bilderarchiv {
	padding: 0 50px;
}

.schmal h2 {
	font-size: 1.1em;
	margin: 0.5em 0;
}

.schmal address {
	font-size: inherit;
	margin: 1em 0;
}

.schmal section {
	margin: 2em 0;
}

.schmal p {
	margin: 0.5em 0;
}








img[alt="Mannschaftsfoto"],
img.voll {
	width: 100%;
}








#halbspaltig {
	margin: 0 220px 0 108px;
	padding: 25px 35px 50px 35px;
	box-shadow: 0 0 8px rgb(220,220,220);
	border-left: 1px solid white;
	border-right: 1px solid white;
	background-color: rgb(248,248,248);
}


#zweispaltig {
	padding: 0 30px 50px 30px;
	overflow: hidden;
	text-align: left;
}

@media screen and (max-width: 779px) {
	#zweispaltig {
		width: 85%;
		margin: auto;
		box-sizing: border-box;
		padding: 2% 1% 25% 1%;
	}
}

#zweispaltig > h1 {
	margin: 25px 0 25px 0;
}




.optikschrift {
	font-family: 'Patua One' !important;
	text-shadow: 1px 1px 0 gray;
	color: var(--rot);
}

.mainHeadline {
	font-family: 'Open Sans Light', 'Open Sans', sans-serif;
	font-weight: 100;
	color: var(--rot);
	/*margin-bottom: 25px;
	Wegen spieler.php geändert:*/
	margin: 0.5em 0 1em 0;	
	line-height: 1.1em;
}
@media screen and (max-width: 779px) {
.mainHeadline.,
.mainHeadline + h2 {
	margin-bottom: 3vw;
}
}

.mainHeadline:has(+ h2) {
	margin-bottom: 0;
}
.mainHeadline + h2 {
	color: rgb(80,80,80);
}
.mainHeadline + h2:not(.autark) {
	margin: 0.2em 0 2em 0;
	font-size: 1.2em;
}



/* größerer Abstand nach oben für nachfolgende (siehe TEAM -> Mannsch) */
.mainHeadline.sub {
	margin-top: 1.5em;	
}



.mainHeadline .signet {
	display: block;
	width: 110px;
	margin: 10px auto 0 auto;
}


.mainHeadline.optikschrift {
	font-size: 2.7em;
}
@media screen and (max-width: 779px) {
.mainHeadline.optikschrift {
	font-size: 2em;
}
}






#zweispaltig #spalte1 {
	width: 500px;
	float: left;
	padding: 10px 30px 0 0;
	border-right: 1px solid width;
	box-shadow: 4px 0 10px -4px rgb(230,230,230);
}

@media screen and (max-width: 779px) {
	#zweispaltig #spalte1 {
		width: 100%;
		float: none;
		border-right: none;
		box-shadow: none;
	}
}

#zweispaltig #spalte2 {
	margin-left: 570px;
	padding-left: 25px;
	min-height: 200px;
}

@media screen and (max-width: 779px) {
	#zweispaltig #spalte2 {
		margin: 0;
		padding: 0;	
		height: auto;
	}
}


#zweispaltig #spalte2 h1 {
	width: calc(100% - 10px);
	/*
	position: relative;
	left: -3%;
	*/
	margin: 20px 0 5px 0;
	background-color: rgb(185,0,0);
	background: linear-gradient(to bottom, #e0090b 1%,#b40000 100%); /* W3C */
	padding: 5px 0 5px 10px;
	color: white;
	font-size: 14px;
}

#zweispaltig #spalte2 h2 {
	margin: 10px 0 2px 0;
	font-size: 18px;
}

#zweispaltig #spalte2 h2 {
	margin: 0 0 2px 0;
	font-size: 18px;
}

img.teaser {
	width: 900px;
}
@media screen and (max-width: 779px) {
img.teaser {
	width: 100%;
}
}






.menu_modus {
	margin: 10px 0 20px 0;
}
.menu_modus li{
	display: inline-block;
}
.menu_modus button {
	font-size: 12px;
	opacity: 1;
}
.menu_modus button[aria-current] {
	text-decoration: none;
	opacity: 0.25;
}









#newsartikel a {
	font-weight: bold;
	/*text-decoration: underline*/;
}

#zweispaltig #spalte1.newsartikel {
	padding-top: 25px;
}

@media screen and (min-width: 679px) {
#zweispaltig #spalte2.newsartikel {
	padding-top: 15px;
}
}

#newsartikel header {
	margin: 0;
	font-size: 16px;
	overflow: hidden;
}
@media screen and (max-width: 779px) {
#newsartikel header {
	font-size: 15px;
}
}

#newsartikel h1 {
	margin: 2px 0 10px 0;
	font: 500 40px Oswald, Arial, sans-serif;
	line-height: 46px;
}
@media screen and (max-width: 779px) {
#newsartikel h1 {
	font-size: 8vw;
	line-height: 9.2vw;
}
}

#newsartikel .teaser {
	font: 300 1.22em 'Raleway', sans-serif;
	/*color: rgb(110,110,110);*/
	line-height: 1.4em;
	margin: 0;
}


#newsartikel figure {
	width: 100%;
	margin: 25px 0 20px 0;
}

#newsartikel figure > img,
#newsartikel img {
	display: block;
	width: 100%;
}

#newsartikel figcaption {
	margin: 5px 0;
	font-size: 13px;
	line-height: 19px;
	color: rgb(90,90,90);
}

@media screen and (max-width: 779px) {
	#newsartikel p {
		font-size: 1.1em;
		line-height: 1.5em;
	}
}


/* Das Optik-Wochenende */
.text .spiele {
	font-size: 0.9em;
	line-height: 1em;
}

.text .spiele .font {
	font-family: Oswald; 
	text-transform:uppercase;
	font-size: 1.2em;
	line-height: 1.5em;	
}















a.blaettern {
    display: block;
	position: absolute;
	font: 4em 'Raleway';
}







#spieltagsinfos  {
	position: relative;
	max-width: 680px;
	margin: 0 auto 2em auto;
	text-align: center;
}


#spieltagsinfos  a.blaettern {
	top: 1em;
}

#spieltagsinfos a.blaettern:first-of-type {
    left: 0;
}
#spieltagsinfos a.blaettern:last-of-type {
    right: 0;
}


#spieltagsinfos h1 {
	text-transform: uppercase;
	font-size: 1.1em;
}

#spieltagsinfos h2 {
	font-size: 1.5em;
	margin: 0.35em 0 0.8em 0;
}

#spieltagsinfos > figure {
	margin: 0 0 0.25em 0;
}

#spieltagsinfos > figure img {
	height: 75px;
	padding: 0 20px;
}

#spieltagsinfos .ergebnis {
	font: 600 6em Arial, Helvetica, sans-serif;
	line-height: 0.9em;
	color: rgb(130,130,130);	
}

#spieltagsinfos .info {
	font-style: italic;
	font-size: 1.2em;
	margin-top: 0.4em;
}

#spieltagsinfos .aufstellung {
	margin: 1.5em 0;
	display: grid;
	grid-template-columns: fit-content(10em) auto;
	column-gap: 0.25em;
	row-gap: 1em;
	align-items: start;
	justify-items: left;
	font-size: 0.9em;
}

#spieltagsinfos .aufstellung > *{
	text-align: left;
}

#spieltagsinfos .aufstellung img{
	height: 1em;
	padding: 0;
}

#spieltagsinfos .aufstellung .gegner {
	font-size: 0.9em;
	line-height: 1.3em;
	font-style: italic;
}

#dokumente img {
	display: block;
	max-width: 100%;
	margin: 0 auto 2em auto;
}





#newsartikel_galerie {
	/* width etc. in #newsartikel,... */
	margin-top: 40px;
}

#newsartikel_galerie > div{
	display: flex;
	flex-flow: wrap;
}
#newsartikel_galerie.archiv > div{
	justify-content: center;
}

@media screen and (min-width: 780px) {
#newsartikel_galerie button {
	margin-right: 10px;
}
}

#newsartikel_galerie button img {
	width: 100%;	
}
@media screen and (min-width: 780px) {
#newsartikel_galerie button img {
	width: 188px;
	height: 135px;
	object-fit: cover;
}
}



#galerie {
	width: 100%;
	height: 100vh;
	max-width: 100%;
	max-height: 100vh;
	margin: 0 auto;
	padding: 0;
	border: none;
	background-color: rgb(20,20,20);
	color: white;
	text-shadow: 1px 1px 1px black;		
	/*pointer-events: none;*/
	overflow: visible;
}
#galerie::backdrop {
	background-color: rgb(20,20,20);
}


#galerie_top {

	display: flex;
	justify-content: right;
	align-items: center;
	padding-right: 10px;
	position: relative;

}
@media screen and (max-width: 779px) {
#galerie_top {

}
}

#galerie_close {
	position: absolute;
	right: 0;
	height: 5vh;	
	font-size: 2em;	
	cursor: pointer;
	color: white;
	z-index: 10;	
}

#galerie_center {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

#galerie figure {
	position: relative;
	width: 100%;
	max-height: 100%;
	margin: 0;
	text-align: center;
}

#galerie_bild {
	max-width: 100%;
	max-height: 100vh;
}
@media screen and (min-width: 780px) {
#galerie_bild {
	min-width: 760px;
}
}
/*
@media screen and (min-width: 1600px) {
#galerie_bild {
	max-width: 60%;
	max-height: 60vh;
}
}
*/

#galerie #galerie_bild_titel {
	width: 100%;
	position: absolute;
	bottom: 5px;
	margin: 0;
	text-align: center;
	transition: opacity 1.5s;
}
/*
@media screen and (max-width: 779px) {
#galerie #galerie_bild_titel {
	position: absolute;
	bottom: 15px;
}
}
*/




/*
@media (orientation: portrait) {	
#galerie_bild {
	max-width: 100%;
	height: auto;
}
}
@media (orientation: landscape) {			
#galerie_bild  {
	width: auto;
	max-height: 100%;
}
}
*/

/* ursprünglich für observer 
#galerie_bild.hoch {
	max-width: 100%;
	height: auto;
}
#galerie_bild.quer {
	width: auto;
	max-height: 100%;
}
*/



.ladegrafik {
	position: absolute;
	border-radius: 50%;
	border-top: 2px solid rgb(255,200,200);
	width: 63px;
	height: 60px;
	webkit-animation: drehen 1s linear infinite; 
	animation: drehen 1s linear infinite;
}

/* Safari */
@-webkit-keyframes drehen {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes drehen {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}






/*
#galerie #galerie_bild::before,
#galerie #galerie_bild::after {
	position: absolute;	
	top: 48%;
	text-shadow: 1px 1px 1px black;
	opacity: 0;
	transition: opacity 1s;
}
#galerie #galerie_bild:hover::before,
#galerie #galerie_bild:hover::after {
	opacity: 1;
}
#galerie #galerie_bild::before {
	left: 5%;
	content: "<";
}
#galerie #galerie_bild::after {
	right: 5%;
	content: ">";
}
*/










#asideLinks span{
	font-size: 22px;
}

#asideLinks li {
	padding: 6px 0;
}



#asideNews {
	margin-top: 50px;
}

#asideNews li {
	padding: 15px 0;
	border-bottom: 1px solid rgb(220,220,220);
}

#asideNews header {
	overflow: auto;
	font-size: 0.9em;
}
#asideNews header > span{
	font-weight: bold;
}

#asideNews h2 {
	font-size: 16px;
	line-height: 20px;
}

/*
#asideNews li.aktuell  h2 {
	color: rgb(180,180,180);
}

#asideNews h3 {
	color: rgb(30,30,30);
	float: left;
}
*/


















#saisonbox table {
	margin: auto;
}

/* Überschreiben von .liga */

#saison_tabelle {
	width: 80%;
	margin: auto;
	font-size: 14px;
	border-top: 1px solid rgb(230,230,230);
	border-bottom: 1px solid rgb(230,230,230);
}

#saison_tabelle > thead th {
	padding: 12px;
	/*border-left: 1px solid rgb(230,230,230);*/
	border-bottom: 1px solid rgb(230,230,230);
}

#saison_tabelle > thead > tr > th:nth-of-type(2) {
	text-align: left;
}

#saison_tabelle > tbody td {
	padding: 12px;
	/*border-left: 1px solid rgb(230,230,230);*/	
}

#saison_tabelle > tbody > tr > td:nth-of-type(2) {
	padding-right: 6px;
}

#saison_tabelle > tbody > tr > td:nth-of-type(3) {
	padding-left: 0;
}
	
	
@media screen and (max-width: 779px) {
	#saison_tabelle {
		width: 100%;
		font-size: 13px;
	}
	
	#saison_tabelle > tbody td {
	padding: 6px 4px;		
	}
}















#rechteSpalte > section:not(#vorschau) {
	padding: 0 !important;
}

#rechteSpalte > section > h1 {
	margin: 14px 0;
}

.liga {
	width: 100%;
	font-size: 13px;
	text-shadow: none;
}




.liga > tbody > tr {
	border-top: 1px solid rgb(238,238,238);
}

@media screen and (min-width: 780px) {
.liga > tbody > tr:nth-of-type(odd) {
	background-color: rgb(245,245,245);
}
}

.liga.tabelle > tbody > tr:nth-of-type(2n) > td:nth-of-type(1) {
	border-right: 1px solid rgb(240,240,240);
}
.liga.tabelle > tbody > tr:nth-of-type(2n+1) > td:nth-of-type(1) {
	border-right: 1px solid rgb(235,235,235);	
}


.liga > tbody td {
	padding: 12px 4px;		
}

.liga.tabelle > tbody > tr > td:first-of-type,
.liga.tabelle > tbody > tr > td:last-of-type {
	padding-left: 6px;
	padding-right: 6px;
}



.liga.tabelle > tbody > tr > td:nth-of-type(2) {
    display: flex; 
    justify-content: center; 
    align-items: center;
	padding-left: 6px;
	padding-right: 0;
}

.liga.tabelle > tbody > tr > td:nth-of-type(3) {
	text-align: left;
}

/* in spielerstat kopieren!*/
/* Meister */
.liga.tabelle .farbe1 {
	background: limegreen !important;
	color: white;
}
/* Absteiger Relegation*/
.liga.tabelle .farbe4 {
	background: darkorange !important;
	color: white;
}
/* Absteiger */
.liga.tabelle .farbe5 {
	background: var(--rot) !important;
	color: white;
}



.liga img {
	width: 22px;
}



.liga.spieltag  td { 
	text-align: left;
}

.liga.spieltag > tbody > tr > td:nth-of-type(1) {
	padding-left: 10px;
	padding-right: 0;
}	
 
.liga.spieltag > tbody > tr > td:nth-of-type(2) { 
	padding-right: 0;
}
 
.liga.spieltag > tbody > tr > td:nth-of-type(5) { 
	padding-right: 8px;
}





/*
#select_spielplan > select {
	margin: 0 auto 20px auto;
}
*/





#spielplan_box {
	display: inline-block;
	min-width: 75%;
	text-align: center;
}

#spielplan_box li {
	border-top: 1px solid rgb(235,235,235);
}


#spielplan_box li.geplant {
	padding: 1em;	
}
#spielplan_box li > a {
	display: block;
	padding: 1em;	
	height: 100%;
	text-decoration: none;
	color: inherit;	
	transition: background-color 0.2s;
}
#spielplan_box li:nth-of-type(2n-1).geplant {
	background-color: rgb(245,245,245);
}
#spielplan_box li:nth-of-type(2n-1) > a {
	background-color: rgb(245,245,245);
}
#spielplan_box li > a:hover {
	background-color: rgb(235,235,235);
}




#spielplan_box time {
	font-size: 0.9em;
	padding-top: 20px;
	color: inherit;
}

#spielplan_box .paarung {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 0.5em;
}


#spielplan_box .paarung > *:nth-child(1),
#spielplan_box .paarung > *:nth-child(5){
	flex-basis: 50%;
	padding: 0 1%;
}

#spielplan_box .paarung > *:nth-child(1){
	text-align: right;
}

#spielplan_box .paarung > *:nth-child(2){
	flex-basis: 1em;
	flex-shrink: 0;	
}

#spielplan_box .paarung > *:nth-child(3){
	flex-basis: 3em;
	flex-shrink: 0;
}
@media screen and (max-width: 779px) {
#spielplan_box .paarung > *:nth-child(3){
	flex-basis: 1em;
}
}


#spielplan_box .ergebnis {
	font-weight: bold;
	font-size: 1.4em;
	font-family: Helvetica, Arial;
}
#spielplan_box .ergebnis .info {
	font-size: 0.5em;
	font-weight: normal;
	line-height: 1.4em;
}

#spielplan_box .zeit {
	font-size: 0.9em;
}

#spielplan_box .paarung > *:nth-child(4){
	flex-basis: 1em;
	flex-shrink: 0;	
}

#spielplan_box .paarung > *:nth-child(5){
	text-align: left;
}

#spielplan_box .paarung img {
	width: 36px;
}

@media screen and (max-width: 779px) {
#spielplan_box .paarung img {
	width: 24px;
	padding: 0 5px;
}	
}

#spielplan_box .info {
	min-height: 20px;
}

#spielplan_box .info span {
	display: inline-block;
	width: 30px;
}

#spielplan_box .info img {
	width: 20px;
	opacity: 0.35;
}














.inforahmen_voll {
	display: flex;
	margin: 20px auto;
	padding: 10px;
	border: 1px solid rgb(230,230,230);
	text-align: left;
	overflow: hidden;
}
@media screen and (max-width: 779px) {
.inforahmen_voll {
	display: block;
	margin: 20px auto;
	padding: 0;
	border: none;
}
}

.inforahmen_voll > section {
	float: left;
	padding: 0 22px 20px 22px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width: 779px) {
.inforahmen_voll > section {
	float: none;
	padding-right: 0;
	padding-left: 0;
}
}

.inforahmen_voll > section > h1 {
	margin: 25px 0 15px 0;
	text-transform: uppercase;
	font-size: 1.1em;
	font-family: Patua One;
	color: var(--rot);
}

.inforahmen_voll > section > ul > li {
	font-size: 14px;
	padding: 6px 1px;
	border-top: 1px dotted rgb(220,220,220);
}


.inforahmen_voll > section > ul > li:nth-child(odd) {
	/*
	background: #f9f9f9; 
	background: -webkit-linear-gradient(left, #f9f9f9 0%,#eaeaea 51%,#f9f9f9 100%); 
	background: -o-linear-gradient(left, #f9f9f9 0%,#eaeaea 51%,#f9f9f9 100%); 
	background: -ms-linear-gradient(left, #f9f9f9 0%,#eaeaea 51%,#f9f9f9 100%); 
	background: linear-gradient(to right, #f9f9f9 0%,#eaeaea 51%,#f9f9f9 100%); 
	*/
}










.einzelportraet {
	width: 70%;
	margin: 10px auto;
	padding: 20px 20px 0 0;		
	overflow: hidden;	
}

@media screen and (max-width: 779px) {
	.einzelportraet {
		width: 100%;
		padding: 0;
	}
}

.einzelportraet img {
	display: block;
	float: left;
	width: 320px;
	mask-image: linear-gradient(90deg, black 54%,transparent 99%);	
}

@media screen and (max-width: 779px) {
	.einzelportraet img {
		width: 100%;
		float: none;
		mask-image: none;
	}
}

.einzelportraet div {
	margin: 10px 0 0 0;
	text-align: left;
	font-size: 1.3em;
	line-height: 2em;
}
@media screen and (max-width: 779px) {
.einzelportraet div {
	margin-top: 25px;
}
}

.einzelportraet div > ul {
	margin-top: 15px;
	font-size: 0.75em;
	line-height: 1.65em;
}



#portraetliste {
	display: flex;
	justify-content: center;
}

#portraetliste > article {
	width: 350px;
	overflow: hidden;
}

@media screen and (max-width: 779px) {
	#portraetliste > article {
		width: 100%;
		float: none;
	}
}


#portraetliste > article > img{
	display: block;
	float: left;
	width: 175px;
	mask-image: linear-gradient(90deg, black 54%,transparent 99%);		
}
@media screen and (max-width: 779px) {
#portraetliste > article > img {
	float: none;
	width: 100%;
	mask-image: none;	
}
}

#portraetliste > article > div{
	margin: 8px 0 0 160px;
}
@media screen and (max-width: 779px) {
#portraetliste > article > div{
	margin-left: 0;
}
}








#team_spieler > li > h1 {
	margin: 10px 0 15px 0;
}

#team_spieler > li > ul {
	display: inline-block;
	overflow: hidden;
	margin: 0 0 20px 0;
}
@media screen and (max-width: 779px) {
#team_spieler > li > ul {
	width: 100%;
}
}

#team_spieler .spieler {
	position: relative;
	display: block;
	float: left;
	width: 175px;
	aspect-ratio: 4/6;
	margin: 10px 13px;
	padding: 4px;
	background-color: white;
	border: 1px solid rgb(235,235,235);
	cursor: pointer;
}

@media screen and (max-width: 779px) {
	#team_spieler .spieler {
		width: 90%;
		float: none;
		margin: 10vw auto;		
	}
}




#team_spieler .spieler .front,
#team_spieler .spieler .daten {
	display: block;
	position: absolute;
	top: 4px;
	left: 4px;
	width: 175px;
	aspect-ratio: 4/4.8; /* 175*210 */
	background-color: var(--hellgrau);	
	backface-visibility: hidden;
	text-align: left;
	overflow: hidden;		
	transition: all 1s;
}

#team_spieler .spieler .front {
	background-image: url(../Bilder/team_spieler_default.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transform: perspective(800px) rotateY(0);
}
@media screen and (max-width: 779px) {
#team_spieler .spieler .front,
#team_spieler .spieler .daten {
	width: 97%;
}
}
#team_spieler .spieler .front.blend {
	transform: perspective(800px) rotateY(179.9deg);
}

#team_spieler .spieler .daten {
	transform: perspective(800px) rotateY(-179.9deg);
}

#team_spieler .spieler .daten.blend {
	transform: perspective(800px) rotateY(0deg);
}



#team_spieler .spieler .fetch > ul  {
	position: absolute;
	top: 0;
}

#team_spieler .spieler .fetch > ul > li {
	margin: 4px 0 4px 0;
	font-size: 0.9em;
}

#team_spieler .spieler .fetch > ul > li > h2 {
	margin-top: 3px;
	font-size: 14px;
}

#team_spieler .spieler .fetch > ul > li > ul {
	display: flex;
}

#team_spieler .spieler .fetch > ul > li > ul > li {
	display: flex;
	align-items: center;
	width: max-content;
	height: 20px;
	margin: 5px 5px 0 0;
	font-size: 12px;
}

#team_spieler .spieler .fetch > ul > li > ul > li img {
	width: 15px;
	padding-right: 2px;
}
#team_spieler .spieler .fetch > ul > li > ul > li img.voll {
	width: 18px;
	padding-right: 4px;
}
	

#team_spieler .spieler .fetch {
	opacity: 0;
	transition: opacity 0.4s ease-in-out;
}
#team_spieler .spieler .fetch.blend {
	opacity: 1;	
}




#team_spieler .spieler > footer {
	width: 94%;
	position: absolute;
	bottom: 5px;
	padding: 6px 2px;
}
@media screen and (max-width: 779px) {
#team_spieler .spieler > footer {
	padding: 12px 2px;
}
}

#team_spieler .spieler > footer > div:first-child {
	width: 75%;
	float: left;
	padding-top: 2px;
	font: 100 17px 'Patua One', sans-serif;
	line-height: 19px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;	
}
@media screen and (max-width: 779px) {
#team_spieler .spieler > footer > div:first-child {
	font-size: 7vw;
	line-height: 8vw;
	text-align: left;
}	
}

#team_spieler .spieler > footer > div:last-child {
	float: right;
	font: 700 33px 'Oswald Bold', sans-serif;
	line-height: 41px;
	color: var(--rot);
}
@media screen and (max-width: 779px) {
#team_spieler .spieler > footer > div:last-child {
	font-size: 14vw;
	line-height: 14vw;
}
}



#einspaltig > .spieler {
	width: 600px;
	margin: auto;
}
@media screen and (max-width: 779px) {
#einspaltig > .spieler {
	width: 100%;
	box-sizing: border-box;
}
}

#einspaltig > .spieler h1 {
	font-size: 3em;
}

#spielerportrait {
	position: relative;
	width: 100%;
	height: 400px;
	align-content: center;
	background-image: url(../Bilder/team_spieler_default.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: white;
	border: 1px solid rgb(240,240,240);
	box-shadow: 5px 5px 5px rgb(235,235,235);	
	box-sizing: border-box;
}
@media screen and (max-width: 779px) {
.spieler #spielerportrait {
	margin-top: 11em;
	align-content: initial;
	/*background-size: cover;*/
	background-position: center top;	
	font-size: 0.9em;
	border-top: none;
}
}

#spielerportrait.nachwuchstrainer {
	height:600px; 
	background-position:center;
	border:none;
}	
@media screen and (max-width: 779px) {
#spielerportrait.nachwuchstrainer {
	height:100vw; 
}
}

#spielerportrait > a.blaettern {
    display: block;
	position: absolute;
	top: 40%;
	font: 4em 'Raleway';
}
@media screen and (max-width: 779px) {
#spielerportrait > a.blaettern {
    text-shadow: 1px 1px 0 white;
}
}

#spielerportrait > a:first-of-type {
    left: -55px;
}
@media screen and (max-width: 779px) {
#spielerportrait > a:first-of-type {
    left: 0;
}
}
#spielerportrait > a:last-of-type {
    right: -55px;
}
@media screen and (max-width: 779px) {
#spielerportrait > a:last-of-type {
    right: 0;
}
}

/*
#spielerportrait > a > img {
    width: 50px;
}
*/

#spielerportrait .daten {
	text-align: left;
	padding-left: 10%;
	font-family: 'Patua One';
	color: rgb(150,150,150);
	text-shadow: 1px 1px 0 white;
}
@media screen and (max-width: 779px) {
#spielerportrait .daten {
	position: relative;
	top: -9em;
	color: rgb(90,90,90);
	text-shadow: 1px 1px 0 white;
}
}

#spielerportrait p {
	margin: 0 0 8px 0;
}

#spielerportrait .nr {
	height: 100px;
	line-height: 50px;
	font-size: 10em;
}
@media screen and (max-width: 779px) {
#spielerportrait .nr {
	height: 0.7em;
	font-size: 7em;
}
}

#spielerportrait .pos {
	font-size: 2em;
}



#spielerdaten {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr; 
	gap: 1px;
	/*margin-bottom: 2em;*/
	color: white;
	box-shadow: 5px 5px 5px rgb(235,235,235);		
}

#spielerdaten > div {
	background: var(--rot);
	aspect-ratio: 6 / 4;	
	align-content: center;
	/*background-image: url(../Bilder/symbol_fussball.png);*/
	background-repeat: no-repeat;
	background-position: center;
	background-size: 55%;
	background-blend-mode: soft-light;	
}
@media screen and (max-width: 779px) {
#spielerdaten > div {
	padding: 10px 0;	
}
}

#spielerdaten > div > * {
	display: block;
}

#spielerdaten > div > b {
	font-family: Oswald;
	font-size: 2em;
	line-height: 1em;
	font-weight: bold;
}

#spielerdaten > div > small{
	font-size: 0.7em !important;
}

#spielerdaten_leg {
	font-size: 0.7em;
	margin: 0.4em 0 3em 0;
	font-style: italic;
}


#spieler_saisons h3 {
	margin: 1.5em 0 1em 0;
	font-size: 0.9em;
}

#spieler_saisons header {
	background: var(--rot);
	color: white;
	font-family: 'Patua One';
	font-size: 0.9em;
	margin-top: 2em;
}

#spieler_saisons table {
	width: 100%;
	margin: 0;
	font-size: 0.7em;
	line-height: 110%;
}

#spieler_saisons .paarung {
	font-family: Oswald;
	text-transform: uppercase;
	font-size: 1.1em;
}

#spieler_saisons button {
	font-size: 0.7em;
}











/* Kartenansicht */

.stadion iframe {
	width: 100%;
	height: 400px;
	border: none;
}










.sponsoren h2 {
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	color: rgb(110,110,110);
}

.sponsoren > div {
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0.5em 0 1.5em 0;
}

.sponsoren > div > a {
	display: block;
	align-content: center;
	aspect-ratio: 3/1;	
	margin: 5px;
	background-color: white;
	border: 1px solid rgb(240,240,240);	
}


.sponsoren > div > a img{
	max-height: 60%;
}

.sponsoren > div.premium > a{
	width: 40%;
}

@media screen and (max-width: 779px) {
.sponsoren > div.premium > a{
	width: 100%;
}
}




#sponsorenpool img {
	max-width: 85%;
	max-height: 85%;
}

.sponsoren table {
	margin: 10px auto;
}

.sponsoren tr,
.sponsoren td {
	padding: 20px;
}

@media screen and (max-width: 779px) {
	.sponsoren tr,
	.sponsoren td {
		padding: 20px 0;
	}
}


.sponsoren td {
	background-color: white;
	border: 1px solid rgb(240,240,240);
}


@media screen and (max-width: 779px) {

table.umbr {
	width: 100% !important;
}
table.umbr50 {
	width: 80% !important;
}

table.umbr td,
table.umbr a {
	display: block;
	width: 100%;
}

table.umbr td {
	margin: 5vw 0;
	box-shadow: 2px 2px 6px rgb(235,235,235);	
}

table.umbr img {
	display: block;
	max-width: 80%;
	margin: auto;
}

table.umbr50 img {
	max-width: 50%;
}

}

/*

.fanshop {
	text-align: center;
}






#gaestebuch {
	width: 75%;
	border: 1px solid rgb(220,220,220);
	text-align: left;
	margin: 0 auto;
}

@media screen and (max-width: 779px) {
	#gaestebuch {
		width: 100%;
		border-right: none;
		border-left: none;
	}
}

#gaestebuch > thead > tr > th {
	background-color: rgb(230,230,230);
	border-bottom: 1px solid rgb(220,220,220);
}

#gaestebuch > thead > tr > th, 
#gaestebuch > tfoot > tr > td {
	color: inherit;
	text-align: right;
	padding: 8px;
	font-weight: bold;
	font-size: 0.8em;
}

@media screen and (max-width: 779px) {
	#gaestebuch > thead > tr > th, 
	#gaestebuch > tfoot > tr > td {
		padding: 8px 2px;
	}
}

#gaestebuch > thead > tr > th > a, 
#gaestebuch > tfoot > tr > td > a {
	color: inherit;
}

#gaestebuch > thead > tr > th > a:hover, 
#gaestebuch > tfoot > tr > td > a:hover {
	color: var(--rot);
}

#gaestebuch > tfoot > tr > td:first-of-type {
	text-align: left;
}

#gaestebuch td {
	padding: 14px;
	vertical-align: top;
}

@media screen and (max-width: 779px) {
	#gaestebuch td {
		padding: 12px 4px;
	}
}

#gaestebuch > tbody > tr > td:nth-of-type(2n-1) {
	border-right: 1px solid rgb(225,225,225);
	white-space: nowrap;
}

#gaestebuch > tbody > tr:nth-of-type(4n-1) {
	background-color: rgb(238,238,238);
}

#gaestebuch > tbody > tr:nth-of-type(4n) {
	background-color: rgb(238,238,238);
}

#gaestebuch > tbody > tr:nth-of-type(2n) > td:first-of-type {
	vertical-align: bottom;
}

#gaestebuch + nav {
	margin: 15px auto 30px auto;
	text-align: center;
}

#gaestebuch + nav > a{
	padding: 0 10px;
}


#gaestebuch_form {
	width: 60%;
	padding: 40px;
}

@media screen and (max-width: 779px) {
	#gaestebuch_form {
		width: 100%;
		padding: 5px;
	}
}

#gaestebuch_form > div {
	margin: 10px 0;
}

#gaestebuch_form  > div > label { 
	float: left;
	width: 120px;
	padding-right: 10px;
}

@media screen and (max-width: 779px) {
	#gaestebuch_form  .btn { 
		display: none;
	}
}

.gb_status {
	position: absolute;
	top: 111px;
	left: 50%;
	width: 400px;
	margin-left:-200px;
	padding: 5px 0 6px 0;
	font-weight: bold;
	background-color: rgb(245,245,245);
	border: 1px solid rgb(225,225,225);
	color: var(--rot);

}


*/





.archiv form {
	margin-bottom: 10px;
}


#einspaltig .trenner {
	margin: 3em 0 2em 0;
	padding: 0.35em;
	background-image: linear-gradient(90deg, transparent, rgb(230,230,230), transparent);
	font-weight: bold;
	font-size: 0.9em;
	text-align: center;
}







table.sort thead  button {
	width: 100%;
	padding: 8px;
}




.stat_table {
	width: 90%;
	border: 1px solid rgb(230,230,230);
	text-align: center;
	margin: 15px auto;
	font-size: 0.75em;
}
@media screen and (max-width: 779px) {
.stat_table {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
}

.stat_table > thead {
	position: sticky;
	top: 53px;
}


.stat_table.sort th > span,
.stat_table.sort button.sort {
	font-weight: normal;
}

.stat_table.sort button.sort::after {
  background-image: url('../Bilder/symbol_sort.png');
  background-size: 10px 10px;
  display: block;
  margin: auto;
  width: 11px;
  height: 10px;
  content: "";
  /*
  position: relative;
  left: 2px;
  */
}


.stat_table th, 
.stat_table td {
	vertical-align: middle;
	border: 1px solid rgb(235,235,235);
	cursor: default;
}

.stat_table.noborder td {
	border-left: none;
	border-right: none;
}

.stat_table th {
	background: var(--nebenfarbe1);	
	border-color: rgb(220,220,220);
}

.stat_table td {
	padding: 12px;
}

.stat_table > tbody > tr:nth-of-type(2n) {
	background-color: rgb(240,240,240);
}

.stat_table img {
	width: 15px;
}



.stat_table tbody > tr[data-href] {	
	transition: background 0.1s, color 0.2s;
}
.stat_table tbody > tr[data-href]:hover {
	background: var(--nebenfarbe1); 
}
.stat_table tbody > tr[data-href] > td {	
	cursor: pointer;
}
.stat_table tbody > tr.aktiv {	
	background: var(--nebenfarbe2);
}



#spielerstat_select {
	/*
	width: 85%;
	height: 40px;
	*/
	margin: -10px auto 15px auto;
	font-size: 13px;
}

/*
#spielerstat_select_wb {
	min-width: 220px;
	background: var(--dunkelrot);
	color: white;
}
*/
/*
#spielerstat_select_sort {
	min-width: 220px;
	float: right;
}
*/


/*
.bilderarchiv > section {
	min-height: 300px;
}
*/

.archiv_feld {
	display: inline-block;
	margin: 15px;
	padding: 4px 4px 8px 4px;
	background-color: white;
	border: 1px solid rgb(240,240,240);
	text-align: center;
}

.archiv_feld img{
	width: 240px;
}
/* für neue Galeriebilder (siehe archiv_bilder_anzeige.php) */
.archiv_feld img.neu{
	width: 240px;
	height: 180px;
	object-fit: cover;
}

@media screen and (max-width: 779px) {
.archiv_feld {
	margin-left: 0;
	margin-right: 0;
}
}
@media screen and (min-width: 780px) {
.bilderarchiv .archiv_feld {
	width: 240px;
}
}



.archiv_feld video {
	width: 100%;
}
@media screen and (min-width: 780px) {
.archiv_feld video {
	width: 560px;
}
}

@media screen and (max-width: 779px) {
.archiv_feld iframe {
	width: auto;
	height: auto;
}
}

.archiv_feld figure > figcaption {
	text-align: left;
}

.archiv_feld figure > figcaption > h1 {
	font: 100 16px 'Patua One',sans-serif;
	color: var(--rot);
	max-height: 2.5em;
	overflow: hidden;	
}

.archiv_feld figure > figcaption > h2 {
	font-size: 13px;
	color: rgb(80,80,80);
}








