@charset "utf-8";
/* CSS Document */
/* global */
* {
	font-family: Verdana, Geneva, sans-serif;
}
body {
	margin: 0;
	padding: 0
}
h1 {
	padding-top: 40px;
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
}
h3 {
	margin-top: -20px;
}
table td {
	vertical-align: text-top;
}
.td-1, .td-3 {
	width: 47%;
}
.td-2 {
	width: 6%;
}
#Leistung, #Inhalt, #Referenzen, #Kunden, #Team, #Karte, #Kontakt {
	position: absolute;
	width: 1px;
	height: 1px;
	background-color: transparent;
	margin-top: -120px;
	padding: 0px;
}
/* Navigation */
.Navigation {
	position: fixed;
	width: 100%;
	height: 120px;
	background: #fff;
	z-index: 999;
	text-transform: uppercase;
}
nav {
	position: fixed;
	width: 1200px;
	height: 120px;
	left: 50%;
	margin-left: -270px
}
#logo {
	height: 125px;
	width: auto;
	position: absolute;
	top: 20px;
	background: #FFF;
	padding: 20px 5px 20px 5px;
	box-shadow: #000 10px 10px 10px;
	margin-left: -125px
}
.nav {
	top: 65px;
	position: absolute;
	margin: 0px 0px 0px 90px;
}
.nav ul {
}
.nav li {
	display: inline;
	list-style-type: none;
	text-decoration: none;
	padding: 10px;
}
.nav li a {
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #5e1024;
}
.nav li a:hover {
	color: #313131 !important;
}
/* Slider */
#top .Slider {
	width: 100%;
	height: 775px;
	background: url(images/slideshow/bild1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}
.Infokasten {
	position: relative;
	width: 400px;
	height: auto;
	margin: 0px auto;
	top: -148px;
	padding: 6px;
	padding-bottom: 7px;
	background: #5e1024;
	color: #FFF;
	text-align: center;
	z-index: 600;
}
.Infokasten img {
	width: 60px;
	height: auto;
	margin: -4px -5px 0px 0px;
	vertical-align: middle;
}
.Infokasten p {
	margin-top: -20px;
	font-size: 17px;
}
/* Leistung */
.Leistung {
	padding: 0px;
	margin: 0px;
	margin-top: -22px;
	width: 100%;
	height: auto;
	background: #313131;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
}
.Leistung table {
	text-align: center;
	margin: 0px auto;
	padding: 50px 0px;
}
.td-mid {
	padding: 0px 200px;
}
.Leistung img {
	width: 100px;
	height: auto;
}
.Leistung table p {
	font-size: 15px;
}
.Leistung hr {
	color: #313131;
}
/* Inhalt */
.Inhalt {
	width: 750px;
	margin: 0px auto;
}
.Inhalt h1 {
	font-size: 26px;
}
.Inhalt table {
	vertical-align: text-top;
	margin: 0px auto;
	padding: 50px 0px;
}

/* Referenzen */
.Referenzen {
	width: 100%;
	height: auto;
	background: #5e1024;
	color: #FFF;
	text-align: center;
}
/* Slider im Slider.css */
.Referenzen-Slider {
	width: 850px;
	margin: 0px auto;
	padding: 20px 0px 50px 0px;
	background: #5e1024;
}
.Referenzen-Slider img {
	width: 100%;
	height: 400px;
}
.caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 3em;
	color: #000;
	background: rgba(255, 255, 255, 0.5);
}
/* Kunden */
.Kunden {
	width: 750px;
	margin: 0px auto;
	font-size: 14px;
}
.Kunden p {
	padding-top: 40px;
	text-align: center;
}
.Kunden table {
	vertical-align: text-top;
	margin: 0px auto;
	padding: 5px 0px;
}
/* Team */
.Team {
	width: 750px;
	margin: 0px auto;
	text-align: center;
}
.Team p {
	text-align: center;
	font-size: 14px;
}
.Team img {
	width: 100%;
	max-height: 150px;
	padding: 20px 0px;
}
.Team table {
	width: 100%;
	vertical-align: text-top;
	margin: 0px auto;
	padding-bottom: 25px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
/* Karte */
.Karte {
	width: 100%;
	height: 450px;
}
.Karte iframe {
	width: 100%;
	height: 100%;
	border: none;
}
/* Kontakt */
.Kontakt-div {
	width: 100%;
	background: #313131;
	margin-top: -19px;
}
.Kontakt {
	width: 750px;
	height: 400px;
	margin: 0 auto;
	text-align: center;
	color: #FFF;
}
.div-1 {
	width: 60%;
	float: left;
	text-align: left;
}
.div-2 {
	width: 40%;
	float: right;
	text-align: left;
}
.Kontakt img {
	width: 50px;
	vertical-align: middle;
	float: left;
	margin-right: 20px;
	margin-top: -3px;
}
.Kontakt p {
	padding-bottom: 20px;
}
.div-1 a, .div-2 a {
	color: #FFF;
	text-decoration: none;
}
.div-1 a:hover, .div-2 a:hover {
	color: #5e1024;
}
/* footer */
#footer {
	width: 750px;
	margin: 0px auto;
}
footer {
	width: 100%;
	text-align: left;
	color: #bbbaba;
	background: #1b1b1b;
	padding: 10px 0 10px 0;
}
footer p {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
footer p a {
	color: #bbbaba;
	text-decoration: none;
}
#link {
	float: right;
	text-decoration: none;
	font-size: 15px;
	margin-top: -50px;
}
#link a {
	color: #bbbaba;
	text-decoration: none;
}
footer a:hover, #link a:hover {
	color: #5e1024;
}
/* Impressum / Datenschutz */
.Impressum, .Datenschutz {
	text-align: center;
	padding: 50px;
}
.Impressum h1, .Datenschutz h1 {
	padding-top: 0px;
}
.Impressum h2, .Impressum strong {
	margin-top: 50px;
}
.Impressum h2, .Impressum strong, .Datenschutz strong {
	margin-top: 50px;
}
.Impressum table {
	margin: 0 auto;
}
.Impressum a {
	text-decoration: none;
	color: #000;
}
.Impressum a:hover {
	color: #5e1024;
}
