/* Imports */
@import url(https://fonts.googleapis.com/css?family=Maven+Pro:400, 700);

/* Allgemein */
* {
	box-sizing: border-box;
	outline: none;
	resize: none;
	margin: 0;
	padding: 0;
	font-family: 'Arial', sans-serif;
	color: #325caa;
}

html,
body {
	height: 100%;
}

h1,
h2,
h3,
h4,
h5 {
	padding-bottom: 5px;
}
h1 {
	font-size: 1.75em;
	color: #85b129;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.25em;
}

a {
	text-decoration: none;
	color: #325caa;
	font-weight: bolder;
}
a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}

ul {
	padding-left: 30px;
}

hr {
	height: 3px;
	border: none;
	background-color: #85b129;
}

nav,
nav *,
#logo,
#logo img {
	transition: all 0.2s ease-in-out;
}
nav {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.tooltip_description {
	font-size: 12px;
}

/* Struktur */
#wrapper {
	width: 100%;
	height: 100%;
	max-width: 1200px;
	min-height: 100%;
	background-color: #fff;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background-color: #fff;
}
#logo {
	display: inline-block;
	padding: 10px;
	width: 100%;
	height: 150px;
	font-size: 0;
}
#logo img {
	width: auto;
	height: 100%;
}
.navi_mobil {
	display: none;
}
nav {
	font-size: 0;
	text-align: center;
	background-color: #325caa;
	border-radius: 0 40px 0 40px;
}
nav a {
	display: inline-block;
	padding: 0 25px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
nav a:last-child {
	margin-right: 0;
}
nav a:hover {
	background-color: #85b129;
	color: #000;
	text-decoration: none;
}
nav a.active {
	text-decoration: underline;
}
#navigation {
	position: fixed;
	top: 35px;
	left: 300px;
	width: 600px;
	padding: 0 30px;
	height: 105px;
	line-height: 50px;
}
section {
	padding-top: 160px;
	padding-bottom: 64px;
}
.content {
	margin-left: 10px;
	text-align: center;
}
.content img {
	float: right;
	width: 50%;
}

.kontaktform {
	float: right;
	padding: 10px;
	width: 50%;
	background: #fff;
}
.kontaktform label {
	display: block;
	margin-bottom: 10px;
	width: 100%;
	min-height: 30px;
	line-height: 30px;
}
.kontaktform label:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.kontaktform label input,
.kontaktform label textarea {
	float: right;
	padding: 5px;
	width: 60%;
	min-height: 30px;
	resize: none;
	border: 1px solid #aaa;
	border-radius: 3px;
}
.kontaktform label textarea {
	height: 100px;
	font-family: 'Open Sans', sans-serif;
}
.kontaktform label input:focus,
.kontaktform label textarea:focus {
	border: 1px solid #b88f73;
	box-shadow: 0 0 3px #b88f73;
}
.kontaktform i {
	font-size: 15px;
}
.btn {
	float: right;
	padding: 5px 7px;
	font-size: 12px;
	border: 1px solid #aaa;
	background: linear-gradient(top, #eee, #ccc);
	background: -webkit-linear-gradient(top, #eee, #ccc);
	background: -moz-linear-gradient(top, #eee, #ccc);
	background: -o-linear-gradient(top, #eee, #ccc);
	border-radius: 3px;
	color: #333;
	cursor: pointer;
}
.shadow {
	box-shadow: 0 0 5px #888;
	border: 3px solid #85b129;
	border-radius: 5px;
}

.response {
	width: 100%;
	height: 40px;
	line-height: 34px;
	text-align: center;
	background: #fff;
	color: #333;
	border-radius: 3px;
}
.response.error {
	color: #c00;
	border: 3px solid #c00;
}
.response.success {
	color: #85b129;
	border: 3px solid #85b129;
}

footer {
	position: fixed;
	bottom: 0px;
	padding: 10px;
	width: 100%;
	height: 40px;
	font-size: 14px;
	text-align: left;
	border-top: 3px solid #85b129;
	background-color: #fff;
}

/* Media Queries */
@media (max-width: 1200px) {
	nav {
		padding: 0;
	}
	nav a {
		padding: 0 12px;
	}
}
@media (max-width: 1000px) {
	#wrapper {
		width: 100%;
	}
}
@media (max-width: 900px) {
	header {
		height: 120px;
	}
	nav {
		height: 40px;
		line-height: 40px;
	}
	nav a {
		padding: 0 7px;
		font-size: 14px;
	}
	#navigation {
		display: none;
		position: fixed;
		top: 60px;
		right: 10px;
		left: auto;
		margin: 0;
		width: 200px;
		height: auto;
		overflow: hidden;
		background: #325caa;
		box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
		z-index: 1000;
		border-radius: 5px;
		text-align: center;
	}
	nav a {
		display: block;
		margin: 0;
		height: 30px;
		line-height: 30px;
		border-bottom: 1px solid #85b129;
		text-align: center;
	}
	nav a:last-child {
		border: 0;
	}
	nav a.active {
		border: 0;
		color: #fff;
		border-bottom: 1px solid #85b129;
	}
	nav a:hover {
		border: 0;
		background-color: #85b129;
		color: #000;
		border-bottom: 1px solid #85b129;
		background: rgba(255, 255, 255, 0.2);
	}
	.navi_mobil {
		position: absolute;
		top: 30px;
		right: 10px;
		display: block;
		width: 75px;
		height: 30px;
		line-height: 30px;
		font-size: 16px;
		background: #85b129;
		cursor: pointer;
		text-align: center;
		border-radius: 5px;
		font-weight: bold;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
		z-index: 1000;
	}
	#logo img {
		width: auto;
		height: 75%;
	}
	#line {
		position: absolute;
		top: 120px;
		width: 100%;
	}
	section {
		padding-top: 110px;
	}
	footer {
		height: 60px;
	}
}
@media (max-width: 750px) {
	header {
		height: 110px;
	}
	#logo {
		width: auto;
		height: 100%;
	}
	nav {
		position: absolute;
		border-radius: 0 0 0 0;
	}
	#line {
		position: absolute;
		top: 100px;
		width: 100%;
	}
	section {
		padding-top: 110px;
	}
}
@media (max-width: 750px) and (orientation: landscape) {
	header {
		height: 110px;
	}
	#logo {
		width: auto;
		height: 100%;
	}
	section {
		padding-top: 110px;
	}
}
@media (max-width: 500px) {
	#logo {
		width: auto;
		height: 100%;
	}
	.content {
		float: none;
	}
	.content img {
		float: none;
		width: 75%;
	}
	.kontaktform {
		float: none;
		width: 100%;
	}
}
@media (max-width: 400px) {
}

@media print {
	header {
		position: absolute;
	}
	footer {
		position: relative;
	}
}
