@font-face {
	font-family: SerpentineDBol;
	src: local(SerpentineDBol),
	url("/fonts/SERPNTB.TTF") format("truetype"); 
} 

@media (min-width: 45em) {
	body {
		grid-template-columns: 1fr 4fr;
		grid-template-rows: auto 1fr min-content;
	}
}

a:link {
	text-decoration: underline;
	color: rgb(0, 102, 0);
}

a:visited {
	text-decoration: underline;
	color: rgb(102, 102, 102);
}

a:hover {
	font-size: 100%;
	color: rgb(255, 0, 0);
	text-decoration: none;
}

a:active {
	text-decoration: underline;
	color: rgb(255, 96, 0);
}

body {
	display: grid;
	gap: 0.1em;
	/* background-color: rgb(0, 102, 0); */
	background-color: rgb(76, 76, 76);
	margin: 2px auto;
	max-width: 60em;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	border-radius: 0.25em;
}
/* 2-spaltiges Layout für breitere Viewports */

header, nav,
footer {
	background-color: rgb(200, 200, 200);
	border-radius: 0.25em;
}

header,
footer {
	display: grid;
	grid-column: 1 / -1;
	padding: 1%;
	text-align: center;
	align-content: center;
	align-items: center ;
}

header {
	grid-template-columns: min-content 1fr;
}

header img {
	width: 7em; 
}

main {
	background:rgb(220, 220, 220);
	padding: 1%;
}

header {
	font-family: SerpentineDBol, Georgia, Serif; 
	font-size: 27px;
    color: rgb(85, 85, 85);
	letter-spacing: .04em;
	/* margin-top: 3px; */
}

h1, h2, h3 {
	color: rgb(0, 102, 0);
}

h1 {
	font-size: 27px;
}

h2 {
	font-size: 18px;
}
.fliess {
    font-size: 13px;
    color: rgb(0, 0, 0);
    line-height: 110%;
    font-weight: normal;
    font-family: Times,'Times New Roman',serif;
}

  .fett { font-size: 15px;
    line-height: 110%;
    font-weight: bold;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: rgb(0, 102, 0);
}

nav {
	line-height: 150%;
  	font-weight: bold;
	}
ul {
	list-style-type: square;
}

footer {
}

