@charset "utf-8";

* {
	margin: 0;
	}

body {
	background-color: #ece7db;
}

#balken {
	width: 100%;
	height: 60px;
	background-color: #95c11e;
}
#logo {
	width: 845px;
	height: 307px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
#anschrift {
	font-family: 'Khula', sans-serif;
	font-size: 20px;
	text-align: center;
	padding-top: 40px;
	line-height: 28px;
}
.bold {
	font-weight: 800;
	color: #123a21;
}

.light {
	font-weight: 400;
}
#e-mail-button {
	width: 500px;
	height: 95px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	background-color: #123a21;
	border: solid #95C11E thick;
	text-align: center;
}
#e-mail-button .mailadresse {
	font-size: 23px;
	font-family: 'Khula', sans-serif;
	font-weight: 800;
	line-height: 95px;
	color: #95c11e;
	text-decoration: none;
}

#footer {
	width: 100%;
	height: 60px;
	background-color: #123a21;
	position: absolute;
	bottom: 0;
	text-align: center;
	color: #95c11e;
	line-height: 60px;
	font-family: 'Khula', sans-serif;
}

