/* CSS Document */
input, textarea {
	width:100%;
	border:1px solid #ccc;
	padding:10px;
	margin-bottom:10px;
	} 
button {
	width:100%;
	border:1px solid #ccc;
	padding:10px;
	margin-bottom:10px;
	} 
.kontakt {
  max-width: 1200px;
  margin: 0px auto 0 auto;
  padding: 2rem;
}
h1 {
	margin-top:400px;
	font-size: 24px;
  font-weight: 300;
  color: #666666;
  text-transform: uppercase;
  border-bottom: 1px solid #069402;
  max-width: 100%;
  padding: 20px 24% 20px 20%;
	}
	
body {
	background-position-y:-380px;}
	.start-logo {
  position: absolute;
  left: 0;
  top: 0;
  padding: 10px 40px 0px 40px;
}
.header {
  background-color: #FFF;
  height: 100px;
  position: fixed;
}