@charset "utf-8";
/* CSS Document */

body {
    margin: 0 auto;
	max-width: 590px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #4F4F4F;
	background-color: #EEEEED;
	overflow: scroll;
}

header {
    background-color: #ec7029;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

h1 {
    color: #004dc3;
	font-size: 1.5rem;
	line-height: 170%;
}
main {
	padding: 15px;
	background-color: #FFF;
	line-height: 140%;
}
.eingabe {
	font-family: "Times New Roman", Times, serif;
	background-color: #f9f8ea;
	padding: 1.3rem 1rem;

}
.eingabe h2 {
	font-size: 1.5em;
	color: #33C;
	font-weight: bold;
}
.bold {
	line-height: 170%;
	font-weight: 600
}
.images {
  width: 100%;
  height: auto;
}
.rechi {
	text-align: right;
}
.small {
	font-size: 0.7rem;
		line-height: 100%;
}
.nadan {
	font-size: 0.2rem;
	color: #FFF;
}
.red {
	color: crimson;
	font-weight: 600;
}
footer {
 padding: 0px;
 background-color: #EEEEED; 
}