@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'QuicksandBook';
    src: url(../Quicksand-fontfacekit/Quicksand_Book-webfont.eot);
    src: url(../Quicksand-fontfacekit/Quicksand_Book-webfont.eot?#iefix) format('embedded-opentype'),
         url(../Quicksand-fontfacekit/Quicksand_Book-webfont.woff) format('woff'),
         url(../Quicksand-fontfacekit/Quicksand_Book-webfont.ttf) format('truetype'),
         url(../Quicksand-fontfacekit/Quicksand_Book-webfont.svg#QuicksandBook) format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'QuicksandBold';
    src: url(../Quicksand-fontfacekit/Quicksand_Bold-webfont.eot);
    src: url(../Quicksand-fontfacekit/Quicksand_Bold-webfont.eot?#iefix) format('embedded-opentype'),
         url(../Quicksand-fontfacekit/Quicksand_Bold-webfont.woff) format('woff'),
         url(../Quicksand-fontfacekit/Quicksand_Bold-webfont.ttf) format('truetype'),
         url(../Quicksand-fontfacekit/Quicksand_Bold-webfont.svg#QuicksandBold) format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	margin: 0;
	padding: 0;
	font-size: 62.5%;
	
}

h2 {
	font-family: 'QuicksandBold', Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #4556AA;
	line-height: 1.4em;
}

h3 {
	font-family: 'QuicksandBold', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #D22845;
	text-align: center;
}

img {
	outline: none;
	border: none;
}

a {
	outline: none;
	border: none;
}


#navigation ul {
	list-style-type: none;
}

#navigation ul li {
	text-align: right;
}

#navigation ul li a:link, 
#navigation ul li a:active,
#navigation ul li a:visited {
	text-decoration: none;
	font-family: 'QuicksandBold', Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #4556AA;
	line-height: 1.3em;
	
	-webkit-transition-property:color, text; 
	-webkit-transition-duration: 0.3s, 0.3s; 
	-webkit-transition-timing-function: linear, ease-in;

	-moz-transition-property:color, text; 
	-moz-transition-duration:0.3s; 
	-moz-transition-timing-function: linear, ease-in; 
}

#navigation ul li a:hover {
	color: #D22845;
}

#navigation ul li .active {
	color: #D22845;
}

#container_start {
	position: relative;
	width: 960px;
	height: 800px;
	
	margin: 0 auto;
	top: 40px;
	
	background-image: url(../img/start_collage_v2.jpg);
	background-position: 170px 10px;
	background-repeat: no-repeat;
}

#container_unternehmen {
	position: relative;
	width: 960px;
	height: 800px;
	
	margin: 0 auto;
	top: 40px;
	
	background-image: url(../img/img_unternehmen.jpg);
	background-position: 400px top;
	background-repeat: no-repeat;
}

#container_leistungen {
	position: relative;
	width: 960px;
	height: 800px;
	
	margin: 0 auto;
	top: 40px;
	
	background-image: url(../img/img_leistungen.jpg);
	background-position: 400px 20px;
	background-repeat: no-repeat;
}

#container_kontakt {
	position: relative;
	width: 960px;
	height: 800px;
	
	margin: 0 auto;
	top: 40px;
	
	background-image: url(../img/img_kontakt.jpg);
	background-position: 350px 20px;
	background-repeat: no-repeat;
}

#container_partner {
	position: relative;
	width: 960px;
	height: 800px;
	
	margin: 0 auto;
	top: 40px;
	
	background-image: url(../img/img_partner.jpg);
	background-position: 380px 20px;
	background-repeat: no-repeat;
}

#container_kunden {
	position: relative;
	width: 960px;
	height: 800px;
	
	margin: 0 auto;
	top: 40px;
	
	background-image: url(../img/img_kunden.jpg);
	background-position: 400px 20px;
	background-repeat: no-repeat;
}

#container_news {
	position: relative;
	width: 960px;
	height: 800px;
	
	margin: 0 auto;
	top: 40px;
	
	background-image: url(../img/img_news.jpg);
	background-position: 400px 20px;
	background-repeat: no-repeat;
}

#container_jobs {
	position: relative;
	width: 960px;
	height: 800px;
	
	margin: 0 auto;
	top: 40px;
	
	background-image: url(../img/img_jobs.jpg);
	background-position: 350px 20px;
	background-repeat: no-repeat;
}

#container_impressum {
	position: relative;
	width: 960px;
	height: 800px;
	
	margin: 0 auto;
	top: 40px;
	
	background-image: url(../img/img_impressum.jpg);
	background-position: 350px top;
	background-repeat: no-repeat;
}

#logo {
	position: relative;
	width: 300px;
	height: 125px;
}

#content,
#content_unternehmen,
#content_leistungen,
#content_partner,
#content_kunden,
#content_news,
#content_jobs {
	position: relative;
	min-height: 500px;
	width: 350px;
	
	float: left;
	padding-top: 50px;
	padding-left: 10px;
	
	font-family: 'QuicksandBold', Arial, Helvetica, sans-serif !important;
	font-size: 1.3em !important;
	color: #3A3A3A !important;
	line-height: 1.3em !important;
}


#content_news {
	position: relative;
	min-height: 500px;
	width: 400px;
	
	float: left;
	padding-top: 50px;
	padding-left: 10px;
	
	font-family: 'QuicksandBold', Arial, Helvetica, sans-serif !important;
	font-size: 1.3em !important;
	color: #3A3A3A !important;
	line-height: 1.3em !important;
}

#content a:link,
#content a:active,
#content a:visited {
	text-decoration: none;
	font-family: 'QuicksandBold', Arial, Helvetica, sans-serif;
	color: #3A3A3A;

}
	
#content a:hover {
	text-decoration: underline;
}

#navigation {
	position: relative;
	width: 180px;
	height: 180px;
	
	float: right;
	margin-right: 35px;
	margin-top: 340px;
}

#hover1,
#hover2,
#hover3,
#hover4,
#hover5,
#hover6,
#hover7 {
	position: absolute;
	width: 23px;
	height: 23px;
	
	right: -27px;
	visibility: hidden;
}

.button_active {
	position: absolute;
	width: 23px;
	height: 23px;
	
	right: -27px;
	visibility: visible;
}

.picKunden {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	
	border: none;
	outline: none;
	
	-webkit-filter: grayscale(100%);
	-webkit-transition: -webkit-filter 1s;

}

.picKunden:hover {
	-webkit-filter: grayscale(0%);
	border: none;
	outline: none
}

.facebook_button {
	padding-left: 10px;
}

#footer {
	position: relative;
	width: 780px;
	height: auto;
	
	float: right;
	margin-right: 35px;
	
	font-family: 'QuicksandBold', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666;
	text-align: right;
}

#footer a:link,
#footer a:active,
#footer a:visited {
	text-decoration: none;
	font-family: 'QuicksandBold', Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #666;
}

#footer a:hover {
	color: #000;
}

#stoerer {
	position: fixed;
	width: 250px;
	height:197px;
	
	bottom: -80px;
	margin-left: 50px;
}


input, textarea {
	margin-bottom: 10px;
	padding: 5px;
	border: solid 1px #CCC;
	outline: 0;
	font-family: 'QuicksandBook', Arial, Hevetica, sans-serif;
	font-size: 1.1em;
	color: #3A3A3A;
	line-height: 1.1em;
	width: 150px;
	background: #FFF;
	
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	
	clear: both;
	
}

textarea {
	width: 280px;
	max-width: 280px;
	height: 150px;
	max-height: 150px;
	line-height: 150%;
	color: #3A3A3A;
}

input:hover {
	border: solid 1px #999;
	
	-webkit-box-shadow: inset 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

textarea:hover {
	border: solid 1px #999;
	
	-webkit-box-shadow: inset 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

#submit {
	color: #fff;
	background-color: #4556AA;
	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
     
}

#submit:hover {
	background-color: #D22845;
}

.error {
	font-size: 0.8em;
	color: #D22845;
	}
	