/* Allgemeines Styling */
body {
	font-family: Corbel, Tahoma, serif;
	margin-left: 35px;
    margin-right: 35px;
}

/* Header */
header {
    text-align: right; 
	margin-right: 1px;
}

header h1 {
	font-weight:bold;
	background-color:#c6b29c; 
	color:#2e3447; 
	font-size:20pt;
    margin: 0;
    font-size: 2.5em;
}

header button {
	font-weight:bold;
	background-color:#c6b29c; 
	color:#2e3447; 
	font-size:20pt;
	border-radius: 10px; 
	padding: 10px 10px; 
	margin:1px; 
	border-color:#c6b29c;
}
header nav {
    margin-top: 10px;
}

header nav a{
	font-weight:bold;
	background-color:#white; 
	color:#2e3447; 
	font-size:20pt;
	border-radius: 10px; 
	padding: 10px 10px; 
	margin:1px; 
	border-color:#white;

}

header nav a:hover {
    background-color: #white;
}

/* Hauptinhalt */
img {
  display: block;
  margin-top: 10px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 10px;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

p {
	font-size:22.2pt; 
	text-align:left; 
	line-height:1.4;
	margin-bottom: 20px;
}
div {
    max-width: 600px;
	display: block;
	margin-top: 10px; 
	margin-bottom: 20px;
	max-width: 100%; 
}

h1 {
	font-weight:normal; 
	font-size:60pt; 
	text-align:left; 
	line-height:0.25;
}
a{
	color: #black;
	background-color: #white;
}

a :hover {
    color: #white;
}
/* Footer */
footer {
	text-align: center;
	padding: 15px ;
	background-color: #c6b29c;
	width: 100%;
	border-radius: 10px; 
    margin: 0px;
}
footer nav {
	background-color: #c6b29c;
	text-align: center;
	color: white;
	font-size: 17pt;
	font-weight: bold;
    display: inline-block; 
    margin: 0 10px; 
	padding-top: 5px;
}
footer dt {
	background-color: #c6b29c;
	text-align: center;
	color: white;
	margin:15px;
	line-height:0.25;
}
footer dl {
	background-color: #c6b29c;
	text-align: center;
	color: white;
	font-size: 17pt;
	font-weight: bold;
    display: inline-block; 
    margin: 0 10px; 
	padding-top: 5px;
}

footer p {
	background-color: #c6b29c;
	text-align: center;
	color: white;
	line-height:0.75;
	font-weight:normal;
	font-size: 17pt;
    margin: 0 10px; 
	padding-top: 5px;
}
footer a {
	background-color: #c6b29c;
	text-align: center;
	color: white;
	font-size: 17pt;
	font-weight: bold;
    display: inline-block; 
    margin: 0 10px; 
	padding-top: 5px;
}

footer a:hover {
    color: #000;
}
footer div{
	background-color: #c6b29c;
	text-align: center;
	color: white;
}

footer img {
    margin: 0 35px;
    text-align: center;
	background-color:#c6b29c;
	width: 70px;
}