@charset "utf-8";
/* CSS Document */

/* amatic-sc-regular - latin */
@font-face {
	font-family: 'Amatic SC';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/amatic-sc-v13-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Amatic SC Regular'), local('AmaticSC-Regular'),
		 url('../fonts/amatic-sc-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/amatic-sc-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/amatic-sc-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/amatic-sc-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/amatic-sc-v13-latin-regular.svg#AmaticSC') format('svg'); /* Legacy iOS */
  }
  /* amatic-sc-700 - latin */
  @font-face {
	font-family: 'Amatic SC';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/amatic-sc-v13-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Amatic SC Bold'), local('AmaticSC-Bold'),
		 url('../fonts/amatic-sc-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		 url('../fonts/amatic-sc-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		 url('../fonts/amatic-sc-v13-latin-700.woff') format('woff'), /* Modern Browsers */
		 url('../fonts/amatic-sc-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		 url('../fonts/amatic-sc-v13-latin-700.svg#AmaticSC') format('svg'); /* Legacy iOS */
  }


* {

	margin:0px;
	padding:0px;
}

body {
	width:100%;
	height:100%;
	font-family:'Courier New';
	color:#555;
}

.clear {
	clear:both;
}

/* ---------- FONT ------------*/

h1, h2, h3 {
	display:block;
	text-align:center;
	font-weight:600;
	line-height:150%;
	text-transform:uppercase;
	font-family: 'Amatic SC';
}

h1, h2 {
	font-size:40px;
	margin:25px 0px;
}

h3 {
	font-size:28px;
	margin:25px 0px 15px;
}

a {
	text-decoration:none;
	font-weight:600;
	color:#303065;
}

p {
	font-size:16px;
	font-weight:300;
	width:100%;
	text-align:left;
	line-height:150%;
}

strong {
	font-weight:600;
}

.referenz p {
	font-style:italic;
}

/* ---------- HEADER ------------*/

header {
	position:fixed;
	background-color:#fff;
	height:80px;
	padding:10px 0px;
	top:0px;
	width:100%;
	left:0px;
	z-index:999;
	box-shadow:0px 0px 7px #666;
}

#logo {
	position:relative;
	float:left;
	height:80px;
}

#logo img {
	max-height:80px;
}

/* ---------- NAVIGATION ------------*/

nav {
	position:relative;
	float:right;
	top:50px;
}

nav ul {
	list-style:none;
}

nav ul li {
	display:inline-block;
	padding:0px 20px;
	border-right:solid 2px #444;
}

.no-border {
	border-right:none;
	padding-right:0px;
}

nav ul li a {
	color:#444;
}

/* ---------- CONTENT ------------*/

.anfang {
	margin-top:50px;
}

section {
	width:100%;
	padding:100px 0px;
	position:relative;
}

.grau {
	background-color:#eeeeee;
}

.wrapper {
	position:relative;
	margin:0 auto;
	width:960px;
	min-height:80px;
}

.col_50 {
	width:40%;
	padding:0px 5%;
	position:relative;
	float:left;
	text-align:center;
}

.col_50 p {
	text-align:center;
}

.col_50 img {
	margin:25px;
}

.fullwidth {
	position:relative;
	width:70%;
	margin:0 auto;
}

.referenz {
	position:relative;
	float:left;
	width:24%;
	padding:2%;
	margin:100px 4% 50px;
	background-color:#fff;
	border-radius:10px;
}

.zitat {
	position:absolute;
	width:60px;
	height:60px;
	top:-25px;
	left:-25px;
}

.first {
	margin-left:0px;
}

.last {
	margin-right:0px;
}


/* ---------- KONTAKTFORMULAR ------------*/

.social {
	text-align:center;
}

.social a img{
	margin:25px;
	width:50px;
}

input, textarea {
	border:none;
	padding:10px 6px;
	background-color:#fff;
	width:100%;
	margin:10px 0px;
	font-family:'Courier New';
}

textarea {
	height:130px;
}

label {
	display:block;
	font-weight:600;
}

input[type="submit"] {
	background-color:#303065;
	color:#fff;
	width:101%;
	font-family:'Courier New';
}

.gelungen {
	width:100%;
	padding:10px 6px;
	background-color:#A4E16D;
	color:#fff;
	font-weight:600;
	margin:25px 0px;
}

.nicht-gelungen {
	width:100%;
	padding:10px 6px;
	background-color:#D13D40;
	color:#fff;
	font-weight:600;
	margin:25px 0px;
}



/* ---------- FOOTER ------------*/

footer {
	position:relative;
	width:100%;
	padding:100px 0px;
	background-color:#303065;
	color:#fff;
}

footer a {
	color:#fff;
	font-size:12px;
}

.anschrift {
	text-align:center;
	font-size:14px;
	margin-bottom:50px;
}

.footer-nav {
	position:relative;
	float:right;
	width:40%;
	text-align:right;
	font-size:12px;
}

.footer-credit {
	position:relative;
	float:left;
}

.footer-credit p {
	font-size:12px;
}

.footer-nav a {
	padding:0px 10px;
	font-size:12px;
}

/* ---------- ÜBER 1400 PX ------------*/

@media (min-width: 1400px) {
	.wrapper {
		width:1200px;
	}
	
	nav ul li {
		padding:0px 25px;
	}
	
}

/* ---------- UNTER 1000 PX ------------*/

@media (max-width: 1080px) {
	.wrapper {
		width:760px;
	}
	
	nav ul li {
		padding:0px 5px;
	}
}
	
/* ---------- UNTER 800 PX ------------*/

@media (max-width: 800px) {

	
	header {
		height:150px;
	}
	
	nav {
		top:0px;
		right:20px;
	}
	
	p {
		text-align:center;
	}
	
	nav ul li {
		display:block;
		margin:10px;
		font-size:18px;
		font-weight:300;
		text-align:right;
	}
	
	section {
		padding-top:200px;
	}
	
	.no-border {
		border-right:solid 2px #444;
		padding-right:0px;
	}
	
	.wrapper {
		width:100%;
	}
	
	.col_50 {
		width:70%;
		margin:50px 10%;
	}
	
	.first {
	margin-left:15%;
}

.last {
	margin-right:15%;
}
	
	.referenz {
		width:70%;
		margin:50px 15%;
	}
	
}