@import url(http://fonts.googleapis.com/css?family=Raleway:500,600,700,800,900,400,300);

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

body {
	color: #fff;
	font-size: 100%;
	line-height: 1.25;
	font-family: 'Raleway', sans-serif, arial;
}
img {
	max-width: 100%;
}
.topimg {
z-index: 0;
overflow: hidden;
min-width: 100%;
height: auto;
position: fixed;
margin-top: -5%;
}
.text {z-index: 1;margin-top: 45%;}
.svg {
	height: auto;
	fill: #f55d41;
	stroke:#f55d41;
}

nav a {z-index: 9999;}
.svg img {
	height: auto;
	min-width: 100%;
}

.drittel {float: left; width: 33%;}
.zweidrittel {float: left; width: 66%;}

.topimg img {
	margin-bottom: -10px;
		height: auto;
	min-width: 100%;
}

.text {
	background-color: #f55d41;
	padding: 3% 15%;
}

.text p {font-size: 120%;}

.container {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.ueber, .netzwerk {
	padding-top: 40px;
}

.ueber {
	margin: -3px auto 0;
	background-color: #f1f1f1;
}

.netzwerk {
	background-color: #e3e3e3;
	padding: 60px 0 60px 0;

}

.clear {clear: both; float: none;}

.ueber h1, .netzwerk h1 {
	color: #333;
	margin-bottom: 80px;
	padding: 0 5%;
}

.ueber p, .netzwerk p {color:#333; padding: 0 20%; font-size: 90%;}

.kontakt {
	background-color: #f55d41;
	padding: 2% 10%;
	z-index: -9;
}

.kontakt h1 {margin:0; margin: 50px 0 0 0;}

.kontakt p {margin-top: 50px; padding: 0 20%; font-size: 90%;}

form {
	width: 80%;
	margin: 0 auto;
	height: inherit;
	padding: 5%;
}

input {
	display: inline-block;
	width: 47.5%;
	height: 55px;
	padding: 1% 2%;
	margin-bottom: 5%;
	font-size: 80%;
	border: 1px #fff;
	-moz-border-radius: 0px;
	-webkit-appearance: none
	border: none;
	box-shadow: none;
	float: left;
	outline: none;
}

input[name=name] {
	margin-right: 5%;
}

input[name=submit] {
	float: none;
	width: 35%;
	margin: 5% auto 0 0;
	min-width: 150px;
	height: 60px;
	border: 2px solid #fff;
	border-radius: 40px;
	background: transparent;
	color: #fff;
	letter-spacing: 1px;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	-webkit-tap-highlight-color: transparent;
	-webkit-transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
	transition: background-color 0.3s, color 0.3s, width 0.3s, border-width 0.3s, border-color 0.3s;
}
input[name=submit]:hover {
background-color: #fff;
	color: #f55d41;
}

textarea {
	padding: 1% 2%;
	width: 100%;
	height: 300px;
	font-size: 80%;
	border: 1px #fff;
	-moz-border-radius: 0px;
	-webkit-appearance: none
	border: none;
	box-shadow: none;
	line-height: 2;
	outline: none;
}

.footer {
	background-color: #333;
	padding: 3% 0 3% 0;
}

.footer a, .footer h2 {
	color: rgba(255,255,255,0.2);
	font-size: 50%;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer a {	margin-bottom: 30px;}

a {
	color: rgba(0,0,0,0.4);
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #fff;
		-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section {
	text-align: center;
	font-size: 1.5em;
	margin: 0;
}

h1 {
	font-size: 200%;
}

p {
	margin: 0;
	font-size: 110%;
	letter-spacing: 0.03em;
	font-weight: 200;
	line-height: 1.5;
}

::selection {background-color: #f55d41;}
::-moz-selection {background-color: #f55d41;}

.preloader {background-color: #00a685;}

.active {color: #f55d41 !important;}
