body {
    background-color: #556B2F;
	font-family: "Verdana";
}

h1
{
    font-weight: bold;
	font-size: 30px;
	text-align: center;
	margin-bottom: 25px;
}

h2
{
    font-weight: bold;
    font-size: 20px;
	margin-top: 30px;
}

p
{
    line-height: 1.6;
}

a
{
	color: #556B2F;
	font-weight:bold;
    text-decoration: none;
}

img
{
	max-width: 100%;
	height: auto;
}

a:hover
{
	text-decoration: underline;
}


.Bildbox{
  max-width: 900px;
  margin: 50px auto;
  border: 0;
  padding: min(50px,5%);
  background-color: white;
  display:flex; 
  justify-content: center; 
  align-items: center;
}

.Inhaltsbox {
  max-width: 900px;
  margin: 50px auto;
  border: 0;
  padding: min(40px,4%) min(50px,5%);
  background-color: white;
}

.Impressum {
  max-width: 900px;
  margin: 50px auto;
  border: 0;
  text-align:center;
}

.Impressum a {
  color: black;
  text-decoration: none;
  text-align:center;
  font-size:12px;
  font-weight:normal;
}

.Impressum a:hover {
  color: black;
  text-decoration: underline;
  text-align:center;
  font-size:12px;
}