.Fahrzeugauflistung {
	/* padding-left: 10px; */
	font-family: Calibri;
	/* font-size: 20px; */

	/* width: 80%; */
	/* margin: 20px auto; */
	margin: 20px 20px;

	/* background: rgb(247, 82, 203); */
}

.Fahrzeugauflistung .Header_del{
	/* color:blue; */
	padding: 15px 0px 15px 0px;
  background-color: inherit;

	/* font-family: Ubuntu; */
	font-size: 1.2rem;
	font-weight: 900;
}


.Fahrzeugauflistung .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: left;

	/* align-self: center; */

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

}

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

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


	/* width: 100%; */

	/* color: #38383d; */


	display: flex;
	justify-content: left;

	/* align-self: center; */

	padding: 15px 0px 0px 10px;
	margin: 15px 0px 5px 0px;

  	font-family: Bangla Sangam MN, Calibri;
    font-weight: 700;
	font-size: 1.5rem;
  
}

.Fahrzeugauflistung .Liste{
	/* background-color: green; */
	display: flex;
}

.Fahrzeugauflistung .Listeneintrag{
	/* background-color: bisque; */
	width: 190px;
	/* height: 20px; */
	/* padding: 15px 20px; */

	/* margin: 5px; */
	display: flex;
	/* font-size: 16px; */

	padding: 5px 5px 5px 0px;
	margin: 0px 5px 5px 10px
}

.Fahrzeugauflistung .Bezeichnung{
	display: flex;
	padding: 5px 10px;
	/* background: red; */

	font-family: Calibri;
	font-size: 1.15rem;
}

.Fahrzeugauflistung a{
	text-decoration: none;
}
