html,
body {
	box-sizing: border-box;
	font-family: 'Monda', Arial, Helvetica, sans-serif;
	background: radial-gradient(#fa8258, #313131);
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 2em;
}

*,
 ::before,
 ::after {
	box-sizing: border-box;
}

h1,
h2,
h3,
p,
blockquote,
aside,
li,
a {
	color: #240E02;
	text-align: justify;
	font-size: 1em;
}

strong {
	font-weight: 700;
	color: black;
}

li {
	color: black;
}

h1,
h2,
h3 {
	color: #190900;
    text-align:left;                /*hinzugefügt*/
}

h1 {
	letter-spacing: 2px;
	font-size: 26px;
	font-weight: 400;
	margin-top: 20px;
}

h2 {
	letter-spacing: 1px;
	font-size: 24px;
	font-weight: 400;
	margin-top: 20px;
}

h3 {
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

a {
	color: forestgreen;
	text-decoration: none;
}

a.navi,
a.navi_self {
	display: block;
	font-weight: 700;
}

a.navi_self {
	color: firebrick;
}

a.navi:link {
	color: gray;
}

a.navi:visited,
a.navi_first:visited {
	color: gray;
}

a:hover,
a.navi:hover,
a.navi_first:hover,
a.navi_self:hover {
	color: darkkhaki;
}