/* Table of Content
==================================================
	#Site Styles
	#Section Styles
	#Media Queries

/* #Site Styles
================================================== */
/*@import url("http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800");*/

/* Site Styles
========================================= */

/* 1. Navigation bar */
header {
	width: 100%;	
	z-index: 9999;
}

nav {
	width: 100%;
	background: #1d1d1d;
	text-align: center;
	position: relative;
	z-index: 9999;
}

nav ul {
	padding: 0;
	margin: 0 auto;
	display: inline-block;
}

nav li {
	display: inline;
}

nav li a {
	color: #fff;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	padding: 15px 25px;
}

nav li:last-child a {
	border-right: 0;
}

nav a:hover, nav a:active {
	background-color: #660000;
}

nav .pull {
	display: none;
}



/* 2. Section Title */
.title h2{
	padding: 40px 0;
	margin: 60px 60px 60px 0px;
	text-transform: uppercase;
	border-right: 3px solid #1d1d1d;
	text-align: center;
	color: #1d1d1d;
}

.title p{
	line-height: 46px;
	font-size: 36px;
	color: #1d1d1d;
	font-weight: 300;
}

.title p.one-line{ margin-top: 90px; }
.title p.two-lines{ margin-top: 70px; }
.title p.three-lines{ margin-top: 50px; }

/* 3.Fullwidth Backgrounds */

.weinrot {
	width: 100%;
	background:#660000;
	color:#ffffff;
	padding: 35px 35px;
}

.dunkelgrau {
	width: 100%;
	background:#333333;
	color:#ffffff;
}
/* Parallax Sections 
==================================================
2. Köpfe Parallax



/* 2. Koepfe
==================================== */
.koepfe {
	background: url(../images/mini.jpg) 0 0 no-repeat fixed;
	overflow: hidden;
	width: 100%;
	max-width: 1920px;
	text-align: center;
}

.koepfe article {
	padding: 70px 0;
	margin: 0 auto;
	float: none!important;
	display: inline-block!important;
}

.koepfe h5 {
	font-size: 30px;
	font-weight: 800;
	text-transform: uppercase;
	color:#fff;
}

.koepfe p {
	padding: 5px 0 15px;
	font-size: 17px;
	color:#fff;
	width: 60%;
	margin: 0 auto;
}



/* Section Styles
==================================================
0. Titles
1. Parallax Service
2. Wer-Sind-Wir
4. Parallax Koepfe
5. Portfolio
6. Newsletter
 . Google
7. Contact

1.  Header mit SLIDER
  Top Header Bar / Menu
  Wer Sind Wir
  Unser Service
  Unser Team
  Köpfe
  Anfahrt
  Kontakt
  Footer



/* 1. Wer-Sind-Wir
===================================== */
#wer-sind-wir {
	padding-top:6px;
}
#wer-sind-wir historie {
	padding:  15px 0 25px 0; 
	overflow: hidden;	
}
#wer-sind-wir article {
	padding:  45px 0 55px 0; 
	overflow: hidden;
}
#adresse ul li {
	list-style-type: none;
	text-align: center;
	
}


/* 2. Service
===================================== */
.service {
	display: block;
	width: 100%;
	margin: 55px 0;
}
#service {
	background: url(../images/service-hintergrund.jpg) 0 0 no-repeat fixed;
	overflow: hidden;
	width: 100%;
	max-width: 1920px;
	text-align: center;
}
.service p {
	text-align: center;
}
/* Title Divider */
.title-divider-weiss {
	width: 80px;
	height: 1px;
	display: block;
	margin: 0px auto 0;
	margin-bottom: 6px;
	margin-top: 20px;
	background: #ffffff;
}
.title-divider-schwarz {
	width: 80px;
	height: 1px;
	display: block;
	margin: 0px auto 0;
	margin-bottom: 6px;
	margin-top: 20px;
	background: #343434;
}
.title-divider-column {
	width: 40px;
	height: 1px;
	display: block;
	margin: left;
	margin-bottom: 20px;
	margin-top: -10px;
	background: #343434;
}
.team .title-divider {
	width: 20px;
	height: 1px;
	display: block;
	margin: 0px auto 0;
	margin-bottom: 15px;
	background: #666666; 
}

.heading-promo {
	text-transform: uppercase;
	width: 70%;
	text-align: center;
	margin: 0px auto;
	padding: 0 0 15px 0;
	font-weight: 700;
	font-size: 14px;
	font-style: normal;
	line-height: 21px;
	color: #999;
	margin-bottom: 10px;
	margin-top: 20px;
	
}
.heading-promo span {
	color: #95a5a6;
}

/* Services Block */
.services-layer {
	width: 960px;
	height: 800px;
	background: #fff;
    filter:alpha(opacity=80); /* IE */
    -moz-opacity:0.8; /* Mozilla */
    opacity: 0.8; /* CSS3 */
}

.services-block {
	margin-left: 0px;
	width: 100%;
	
}
a.services-block {
	display: block;
	position: relative;
	text-align: center;
	color: #747474;
	font-size: 13px;
	line-height: 22px !important;
	padding: 15px;
	-moz-transition: all 0.9s ease-in-out;
	-ms-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	-webkit-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
.services-block p {
	text-align: left;
	margin-left: 80px;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	color: #343434;
	padding-top: 10px;
	-moz-transition: all 0.9s ease-in-out;
	-ms-transition: all 0.9s ease-in-out;
	-o-transition: all 0.9s ease-in-out;
	-webkit-transition: all 0.9s ease-in-out;
	transition: all 0.9s ease-in-out;	
}
.services-block .text {
	width: 75%;
	margin: 0px auto;
	text-align: left;
	margin-left: 80px;
}
.services-block:hover p {
	color: #95a5a6;
}


/* Service- Bilder */
.service-bilder {
	position: relative;
	width: 70px;
	height: 70px;	
}

.service-bilder img {
  	position:absolute;
  	left:0;
	-webkit-transition: opacity 1s ease-in-out;
  	-moz-transition: opacity 1s ease-in-out;
  	-o-transition: opacity 1s ease-in-out;
  	transition: opacity 1s ease-in-out;
}

.service-bilder img.top:hover {
  opacity:0;
}

/*  Service - Zitat - Layer   */

.zitat-layer {
	width: 960px;
	height: 300px;
	background: #000;
    filter:alpha(opacity=80); /* IE */
    -moz-opacity:0.8; /* Mozilla */
    opacity: 0.8; /* CSS3 */
}
.zitat-layer p {

	padding: 5% 7% 0% 7%;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
}


/*  3. Unser Team
===================================== */

#unser-team {
	padding-top:6px;
}

/* google  
======================================*/
#anfahrt {
	background: 0 0 no-repeat fixed;
	overflow: hidden;
	width: 100%;
	max-width: 1920px;
	text-align: center;
}

/* 5. Contact
===================================== */
#kontakt {
	padding-top:6px;
}
.contact-form {
	padding: 70px 0;
}

.field, .select {
	position: relative;
}

.field textarea, .field input{
	background: #fff;
	margin: 10px 0;
	padding: 14px 30px 14px 58px;
	border: 2px solid #d7d7d7;
	width: 100%;
	font-weight: 600;
	font-size: 14px;
	font-family: "Open Sans";
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
	-o-transition: all 0.2s linear 0s;
	transition: all 0.2s linear 0s;
}

.field textarea:focus, 
.field input:focus{
	border: 2px solid #8ebd00;
}

.field textarea {
	padding-top: 15px;
	line-height: 23px;
	height: 265px;
}

/* form icons */
.user:before,
.envelope:before,
.bulb:before,
.cd-dropdown > span:before ,
.pen:before{
	position: absolute;
	top: 23px;
	left: 17px;
	font-family: 'linecons';
	font-size: 18px;
	border-right: 2px solid #d7d7d7;
	padding-right: 10px;
	height: 26px;
	line-height: 26px;
	color: #c9c9c9;
}

.cd-dropdown > span:before {content: "\e020"; top: 11px; left: 15px;}
.user:before {content: "\e007";}
.envelope:before {content: "\e019";}
.bulb:before {content: "\e00e";}
.pen:before {content: "\e00f";}


.field .validation-error{
	border: 2px solid #eb6d6d;
}
.field .validation-error:focus {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.send {
	display: block;
	cursor: pointer;
	float: right;
	padding: 5px 30px 5px 22px;
	margin: 0;
	font-weight: 700;
}

.send span {
	font-size: 18px;
	margin-right: 9px;
	margin-top: 3px;
}

.send:hover {
	background: #8ebd00;
	-webkit-transition: all 0.1s ease-in-out;	
	-moz-transition: all 0.1s ease-in-out;	
	-o-transition: all 0.1s ease-in-out;	
	-ms-transition: all 0.1s ease-in-out;	
	transition: all 0.1s ease-in-out;
}

.loading {
	background:url(../images/ajax-loader.gif) no-repeat; 
	height:28px; 
	width:28px; 
	display: none;
	float: left;
	margin: 17px 0 0 12px;
}

.success-message {
	display: none;
	width: 100%;
	border: 2px solid #A8D15F;
	background: #D3FF84;
	color: #82A83E;
	text-align: center;
	padding: 20px 0;
	margin-bottom: 20px;
	text-shadow: 1px 1px #E3FFB0;
	font-weight: 600;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* 6. Footer
===================================== */

.bluebg {
	background: #f0f6f7;
	width: 100%;
}

#footer {
	padding-top:6px;
	background: #1c1c1c;
}

#footer article {
	padding:  45px 0 55px 0; 
	overflow: hidden;
}
#footer h2 {
	color: #ffffff;
	padding: 20px 10px 0px;
}
#footer strong {
	color: #ffffff;
}
.contact-details {
	padding: 80px 0;
	text-align: center;
}

.contact-details img {
	margin-bottom: 40px;
}

.contact-details p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
}

.contact-details p i {
	margin-right: 5px;
}

.socials.bot {
	display: inline-block;
}



/* Our Faces ....Vorlage  */


.picture {
	width: 100%;

}

.picture img {
	display: block;
/*	margin: 0 auto;
	padding: 6px 0;   */
}

.picture figcaption {
	overflow: hidden;
}

.picture h2 {
	color:#ffffff;
	margin-left: 0px;
	display: block;
}
