
.Mannschaftsgliederung{

	/* background-color: blue; */

}

.Mannschaftsgliederung ul{

	/* list-style-type: square; */
	/* list-style-position: outside; */

}

.Mannschaftsgliederung li{

	/* background-color: blue; */

	/* padding: 0px 0px 10px; */
	padding-bottom: 10px;
  margin: 10px 0 10px 30px;
}

/* .Mannschaftsgliederung a:visited{
  text-decoration: none; */

.Mannschaftsgliederung a{
  color: inherit;
}


.Mannschaftsauflistung
{
	/* background-color: blue; */

	display: flex;
	flex-direction: column;
	width: 100%;
}

.Mannschaftsauflistung .Header_alt{
	/* background-color: #c8e6fa; */

	/* background-color: var(--Headline-BG-color); */
	background-color: var(--BG_Color_Headline);
	color: var(--Headline-txt-color);


	/* width: 100%; */

	/* color: #38383d; */
	font-weight: bold;
	font-size: 20px;

	display: flex;
	justify-content: center;

	/* align-self: center; */

	padding: 10px 0;
	margin: 10px 0 0 0;
	/* width: 100%; */
}


.Mannschaftsauflistung .Header{
	/* background-color: #c8e6fa; */

	/* background-color: var(--Headline-BG-color); */
	background-color: var(--BG_Color_Headline);
	color: var(--Headline-txt-color);




	display: flex;
	justify-content: center;

	/* align-self: center; */

	padding: 15px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
  
  	font-family: Bangla Sangam MN, Calibri;
    font-size: 1.5rem;
    font-weight: 700;

}



.Mannschaftsauflistung .Liste{
	/* background-color: brown; */

	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 5px;

	/* display: flex;
	flex-wrap: wrap;

	justify-content: center; */

}

.Mannschaftsauflistung .Bezeichnung{
	/* background-color: red; */

	/* width: 50%; */
	/* padding-left: 0px 30px; */

	justify-self: end;
	padding-right: 30px;

	/* white-space: nowrap; */
	text-align: right;
}

.Mannschaftsauflistung .Eintrag{
	/* background-color: yellow; */

	padding-left: 30px;
}

.Mannschaftsauflistung .Spacer{
	/* background-color: green; */

	padding-top: 15px;
}

.Mannschaftsauflistung .Mannschaft_Zug_alt{
	/* background-color: green; */

	display: flex;
	/* justify-content: center; */
	flex-direction: column;

	/* width: 49%; */
	/* width: 50%; */

	/* padding-top: 15px */
}



.Mannschaftsauflistung .Mannschaft_Zug{
	/* background-color: green; */

	display: flex;
	/* justify-content: center; */
	flex-direction: column;

	/* width: 49%; */
	width: 50%;

	/* padding-top: 15px */
}
.Mannschaftsauflistung .Mannschaft_Gruppe{
	/* background-color: red; */

	display: flex;
	/* justify-content: center; */
	flex-direction: column;
	align-self: center;

	width: 95%;
	/* width: 50%; */

	/* padding-top: 15px */
}


.Mannschaftsauflistung .Mannschaftsliste{
	/* background-color: greenyellow; */

	padding: 15px 0px 0px 25%;


}

.Mannschaftsauflistung .Gruppe_Mitglied{
	/* background-color: yellow; */

	padding: 5px 0px 5px 20px;


}

.Mannschaftsauflistung .Mannschaft_Reihe_alt{

	/* background-color: orange; */

	display: flex;
	flex-direction: row;
	/* justify-content: center; */
	justify-content: space-around;

	margin: 0px 0px 5px 0px;
}


.Mannschaftsauflistung .Mannschaft_Reihe{

	/* background-color: orange; */

	display: flex;
	flex-direction: row;
	/* justify-content: center; */
	justify-content: space-around;

	gap: 20px;

	margin: 0px 0px 5px 0px;
}



.Mannschaftsauflistung .Zug_Header{

	/* background-color: #c8e6fa; */

	/* background-color: var(--Headline-BG-color); */
	background-color: var(--BG_Color_Headline);

	color: var(--Headline-txt-color);

	/* color: #38383d; */
	font-weight: bold;

	display: flex;
	justify-content: center;

	width: 100%;




	margin: 10px 0px 10px 0px;
	padding: 10px 0px

}

.Mannschaftsauflistung .Zug_Eintrag{
	/* background-color: green; */

	display: flex;
	flex-direction: row;

	/* padding-top: 15px */
}


.Mannschaftsauflistung .Mannschaft_Reserve{
	/* background-color: green; */

	/* padding: 5px 10px 0px; */
	padding: 10px 30px 0px;

	/* padding-top: 15px */
}



@media (max-width: 1014px) {

	.Mannschaftsauflistung .Mannschaft_Reihe{

		background-color: none;

		display: flex;
		flex-direction: column;
		/* justify-content: center; */
		align-items: center;

		/* gap: 20px; */

		margin: 0px 0px 5px 0px;
	}

	.Mannschaftsauflistung .Mannschaft_Zug{
		background-color: none;

		display: flex;
		/* justify-content: center; */
		flex-direction: column;

		width: 90%;
		/* width: 50%; */

		/* padding-top: 15px */
	}

}
