html{
	font-size: 16px;
	overflow: auto;
}
body{
	font-family: aria, sans-serif;
	color: white;
	background-color: #1C2E30;
	scrollbar-color: #4F0600 #ffffff;
	scrollbar-width: thin;
}
a{
 color: white;
}
a:hover {
	color: #E5E3A7;
}
.MenueMantel{
	position: fixed;
	top:  0;
	left:  0;
	width: 100svw;
	z-index: 6;
			/*border: 1px solid yellow;*/
}
.Menuemain{
	container-type: inline-size;	
	display: grid;
	gap: 3cqw;
	/*width: 95%;*/
	/*margin: auto;*/
	padding: .5em;
	grid-template-columns: 1fr 1fr 1fr;	
	grid-template-rows: 7cqw 7cqw;
	/*z-index: 15;*/
	background-color: #1C2E30;
			/*border: 2px solid green;*/
}
.navPunkt{
	container-type: inline-size;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #4F0600;
	cursor: pointer;
	border: .1em solid #cccccc;
	border-radius: .35em;
}
.navPunkt:hover{
	border: solid .1em white;
}
.navPunktAktuell{
	container-type: inline-size;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	border: solid .1em #cccccc;
	border-radius: .35em;
	cursor: default;
}
.navPunkt_1{	grid-column: 1/2;	grid-row: 1/2; }
.navPunkt_2{	grid-column: 2/3;	grid-row: 1/2; }
.navPunkt_3{	grid-column: 3/4;	grid-row: 1/2; }
.navPunkt_4{	grid-column: 1/2;	grid-row: 2/3; }
.navPunkt_5{	grid-column: 2/3;	grid-row: 2/3; }
.navPunkt_6{	grid-column: 3/4;	grid-row: 2/3; }
.navPunkt{
	width: 95%;
	height: 90%;
}
.navPunktAktuell{
	width: 95%;
	height: 90%;
}
.navLink{
	font-size: 4.8cqw;
	color: white;
}
.Mantel{
	position: relative;
	top: 14cqw;
	/*width: 96cqw;*/
			/*border: 2px dotted yellow;*/
}
main{
	position: relative;
	display: block;
	overflow: hidden;
			/*border: 2px dotted white*/
	}
.imgMantel {
	position: relative;
	container-type: inline-size;
	/*width: 96svw;*/
	align-content: center;
	/*margin-right: auto;*/
	margin-top: 8cqw;
			/*border: 2px dotted white;
				z-index: 100;*/
}
.Bild{
	width: 100%;
	border-bottom: .5px solid white;
	border-top: none;
}
.Text{
	padding: 2%;
	-webkit-hyphens: auto; 
	hyphens: auto;
	width: 90cqw;
	margin-top: 0;
}
.TextKlein{
	font-size: clamp(8px, 4cqw, 14px);
	text-shadow: 0.05em 0.05em black;
	text-align: left;
}
.TextMitt{
	font-size: clamp(13px, 1.7cqw, 16px);
	text-shadow: 0.05em 0.05em black;
	text-align: left;
}
.TextGros{
	font-size: clamp(16px, 2.4cqw, 19px);
	text-shadow: 0.05em 0.05em black;
	text-align: left;
}
.betont{
	font-size: clamp(1em, 5cqw, 1.3em);
/* 		font-size: 6.25cqw;
*/	}

	