* {
	margin: 0px;
	padding: 0px;
	border: none;
    outline: none;
    font-family: Tahoma, Geneva, sans-serif;
    color: #444444;
}

body {
	width: 90%;
	height: 100%;
	margin-left: 5%;
}

span {
	display: inline-block;
	height: 2px;
}

#header {
	width: 100%;
}

#logo {
	display: inline-block;
	width: 114px;
	height: 60px;
}

#headertop {
	width: 100%;
	margin-top: 8px;
}

#headertop h1{
	display: inline-block;
	position: relative;
	margin-left: calc(50% - 62px - 210px);
	top: -15px;
	font-family: Arial, Helvetica, sans-serif;
}

nav {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	background-color: #94ba5c;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 4px;
}

nav a {
	width: 20%;
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease;
	cursor: pointer;
}

nav a:hover {
	background-color: #6f8f40;
}

#content {
	display: flex;
	flex-direction: row;
	width: 90%;
	max-width: 1100px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	border: 2px rgb(0, 174, 239) solid;
	align-items: flex-start;
}

.text {
	font-size: 0.81em;
}

#content_text_index {
	width: calc(40% - 15px);
	max-width: 540px;
	margin-left: 15px;
	margin-right: 10%;
	margin-top: 15px;
	margin-bottom: 15px;
}

#content_text_about {
	width: calc(100% - 30px);
	margin: 15px;
}

#headline {
	font-weight: bold;
	font-size: 1.05em;
}

#indexPic {
	width: 35%;
	max-width: 390px;
	float: right;
	margin-top: auto;
	margin-bottom: auto;
}

#dataPic {
	width: calc(50% - 15px);
	max-width: 500px;
	float: right;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 15px;
}

form {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

form label {
	display: inline-block;
	width: 220px;
	margin-bottom: 8px;
}

form input {
	width: calc(45% - 8px);
	padding: 4px;
	border: 1px #cccccc solid;
}

form textarea {
	width: calc(100% - 6px);
	height: 150px;
	padding: 3px;
	margin-bottom: 8px;
	border: 1px #cccccc solid;
}

#subBtn {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #eeeeee;
	cursor: pointer;
	transition: all 0.3s ease;
}

#subBtn:hover {
	background-color: #c1c1c1;
}

#images {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	margin-top: 15px;
}

.imgContainer {
	width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}

.forlagPic {
	width: 100%;
	max-width: 290px;
}

footer {
	display: flex;
	flex-direction: row;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: rgb(255, 152, 100);
	margin-top: 30px;
}

footer div {
	display: inline-block;
	width: 20%;
	text-align: center;
	font-size: 0.7em;
	margin-top: auto;
	margin-bottom: auto;
}

#link {
	background-color: rgb(59, 89, 152);
	padding: 4px;
	color: #ffffff;
	border: 1px #ffffff solid;
	text-decoration: none;
	font-size: 1.3em;
	transition: all 0.3s ease;
}

#link:hover {
	background-color: #5478c4;
}

#footerPic {
	width: 90%;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}

.thank-you {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 2.0em
}

#formHeadline {
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}