html {
	overflow: auto;
}

body {
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	color: #25272B;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

::selection {
	background: #4d90fe;
	color:#fff;
}

::-moz-selection {
	background: #4d90fe;
	color:#fff;
}

/* ==== Spacing ==== */

.margin25 {
	margin-top: 25%;
}
.margin15 {
	margin-top: 15%;
}
.divide {
	margin-top: 5%;
	margin-bottom: 5%;
}

.divider {
	border-bottom: 1px dashed #dfe1e3;
	margin-top: 5%;
	margin-bottom: 5%;
}


/* ==== Typography ==== */


h1 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 15px;
	font-weight: 100;
	line-height: 1;
	letter-spacing: -1px;
	color: #242e5a;
}
h2 {
	font-size: 36px;
	color: #242e5a;
}
h3 {
	font-size: 20px;
	font-weight: 100;
	color: #242e5a;
}
@media (max-width: 767px) {
	h1 {
		font-size: 32px;
	}
}

p {
	margin-bottom: 35px;
	font-size: 0.9em;
}

p.center {
	text-align: center;
}

h4 {
font-size: 13px;
font-weight: 100;
color: #848484;
text-transform: uppercase;
text-align: center;
margin: 0 0 20px 0;
}

#footer h5 {
	border-bottom: 1px solid #dfe1e3;
	padding-bottom: 15px;
	margin-top: 15px;
}

a {
	font-size: 14px;
	color: #25272B;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

a:hover {
	color: #949598;
	text-decoration: none;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
}

#unternehmen i {
	font-size: 100px;
	color: #bbbdc0;
	line-height: 1.2 !important;
}


textarea:focus, input:focus, a:focus, *:focus {
	outline: none;
}

.navbar .nav .active a, .navbar .nav .active a:hover, .navbar .nav .active a:focus {
	background-color: transparent !important;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

/* ==== Intro ==== */

#intro {
	background: #fff;
	padding-right: 20px;
	padding-left: 20px;
	min-height: 460px;
	
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(94,95,96,0) 50%, rgba(187,189,192,0.1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(94,95,96,0)), color-stop(100%,rgba(187,189,192,0.1)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(94,95,96,0) 50%,rgba(187,189,192,0.1) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(94,95,96,0) 50%,rgba(187,189,192,0.1) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(94,95,96,0) 50%,rgba(187,189,192,0.1) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(94,95,96,0) 50%,rgba(187,189,192,0.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1abbbdc0',GradientType=0 );
}

#intro h2 {
	font-size: 56px;
	text-align: center;
	font-weight: 700;
	color: #bbbdc0;
	letter-spacing: -3px;
	line-height: 1;
}
#intro h4{
 font-size:2em; 
 line-height:2.5em;
}

#logo-start img {
width:35%; margin-left:20%;
margin-top:2em;
}
@media (max-width: 979px) {
#intro h4{
 font-size:1.6em; 
 line-height:2.5em;
}
}
@media (max-width: 767px) {
	#logo-start img {
width:65%; margin-left:20%;
margin-top:4em;
}
	#intro h4{
	margin-top: 5em;
 font-size:1.6em; 
 line-height:2.5em;
}
.span12{
padding-left:2em; padding-right:2em;
}
#contact {
margin-left:2em; padding-right:2em;
}
}


@media(max-width:480px){
#intro h4{
	margin-top: 5em;
 font-size:1.4em; 
 line-height:1.9em;
}
#unternehmen h3{
font-size: 1em;
line-height:1.4em;
}
.erreichbar{
display:none
}

}
/* ==== Page Header ==== */

h1.header {
	font-size: 60px;
	color: #fff;
	font-weight: 700;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	text-align: center;
	line-height: 1;
	margin-top: 1.5em; 
	margin-bottom:1.5em
	letter-spacing: -1px;
}

@media (max-width: 767px) {
	h1.header {
		font-size: 42px;
	}
}

p.header {
	font-size: 26px;
	color: #fff;
	font-weight: 100;
	text-align: center;
	line-height: 1;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
	p.header {
		font-size: 18px;
	}
}

/* ==== Section Headers ==== */

#unternehmen-top-desktop {
	background: #fff url(images/unternehmen_bg.jpg) fixed no-repeat center;
	background-size: 100%;
}

#unternehmen-top-mobile {
	background: #fff url(images/unternehmen_bg.jpg) no-repeat center;
	background-size: 100%;
}

#stellenangebote-top-desktop {
	background: #fff url(images/stellenangebote_bg.jpg) fixed no-repeat center;
	background-size: 100%;
}

#stellenangebote-top-mobile {
	background: #fff url(images/stellenangebote_bg.jpg) no-repeat center;
	background-size: 100%;
}

#leistungen-top-desktop {
	background: #fff url(images/leistungen_bg.jpg) fixed no-repeat center;
	background-size: 100%;
}
#leistungen-top-desktop h1{
margin-left:7em; margin-top: 1.5em; margin-bottom:1.5em;
}
#leistungen-top-mobile {
	background: #fff url(images/leistungen_bg.jpg) no-repeat center;
	background-size: 100%;
}

#kernkompetenzen-top-desktop {
	background: #fff url(images/kernkompetenzen_bg.jpg) fixed no-repeat center;
	background-size: 100%;
}
#kernkompetenzen-top-desktop h1{
 margin-left:7em; margin-top: 1.5em; margin-bottom:1.5em;
 }

#kernkompetenzen-top-mobile {
	background: #fff url(images/kernkompetenzen_bg.jpg) no-repeat center;
	background-size: 100%;
}
#kernkompetenzen-top-mobile h1, #leistungen-top-mobile h1{
font-size: 3em;
margin-left:3em;
}
#stellenangebote-top-desktop h1{
 margin-left:7em; margin-top: 1.5em; margin-bottom:1.5em;
 }
 
 
@media(max-width:480px){
#kernkompetenzen-top-mobile h1, #leistungen-top-mobile h1, #stellenangebote-top-desktop h1{
font-size: 2em;
margin-left:1em;
}
	}


#unternehmen-top-desktop,
#leistungen-top-desktop,
#kernkompetenzen-top-desktop,
#stellenangebote-top-desktop,
#contact-top-desktop,
#unternehmen-top-mobile,
#leistungen-top-mobile,
#kernkompetenzen-top-mobile,
#contact-top-mobile,
#stellenangebote-top-mobile{
	padding: 75px 0;
}

@media (max-width: 1024px) {
	#unternehmen-top-desktop,
	#leistungen-top-desktop,
	#kernkompetenzen-top-desktop,
	#team-top-desktop,
	#contact-top-desktop {
		background-size: 100%;
	}
}

/* ==== Sections ==== */


#leistungen  {
	padding-right: 20px;
	padding-left: 20px;
	background: #fff;
}

#team, #kernkompetenzen, #unternehmen  {
	padding-right: 0px;
	padding-left: 0px;
	background: #f4f5f6;
}

#hint1, #hint2  {
	padding-right: 20px;
	padding-left: 20px;
	background: #242e5a;
	padding: 15px;
	text-align: center;
	color: white;
}


/* ==== Contact ==== */

input[type="text"], select, textarea {
	border: 1px solid #EEE;
	background: #f4f5f6;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

#address {
	text-align: center;
}

.honeypot {
	display: none;
}

.message {
	display: none;
}

.alert {
    padding: 5px 15px 5px 15px;
	margin: 8px 0 0 0;
}
/* ==== Rechtliches ==== */

.rechtliches { 
padding-left: 50px;
padding-right: 50px;

}
/* ==== Footer ==== */

#footer {
	padding-right: 20px;
	padding-left: 20px;
	background-color: #eeeff2;
	border-top: 1px solid #e9ebed;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}

#footer .span2 {
	border-bottom: 1px solid #dfe1e3;
	padding-bottom: 15px;
}

#footer ul {
	list-style: none;
	margin:0;
}

#footer li {
	padding-bottom: 5px;
	text-align: right;
}

@media (max-width: 767px) {
	#footer li {
		padding-bottom: 5px;
		text-align: center;
	}
}

/* ==== Navigation ==== */

#navigation {
	padding-right: 20px;
	padding-left: 20px;
	background: #fff;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
}

/* fix for small android devices */
@media (max-width: 240px) {
	.navbar .brand {
		margin-left: -12px;
	}
}

.navbar-fixed-top {
	position: fixed;
}

.nav a {
	color: #25272B !important;
}

.nav a:hover {
	color: #bbbdc0 !important;
}

.nav .active a {
	color: #bbbdc0 !important;
}

.navbar .nav .active a, .navbar .nav .active a:hover {
	background: transparent;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

.navbar .nav li a {
	text-shadow: none;
	text-align: center;
	padding: 20px 15px 20px 15px;
}

.navbar-inner {
	background: #fff;
	border: none;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
}

.navbar-fixed-top .navbar-inner {
	padding: 0;
}

.navbar-fixed-top {
	margin: auto;
}

.navbar .btn-navbar {
	float: right;
	padding: 12px 12px;
	margin: 12px 0;
}

.nav-collapse .nav li a:hover, .nav-collapse .dropdown-menu a:hover {
	background-color: transparent;
}

.nav-collapse .nav li a  {
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
}

@media (max-width: 979px) {
	.navbar  {
	padding: 0 20px;
	margin-bottom: 0;
	}
}

@media (max-width: 979px) {
	.nav-collapse .nav li a, .nav-collapse .dropdown-menu a {
	padding: 9px 15px;
	}
}

/* ==== Thumbs ==== */

.thumbnail {
	border: 0;
	padding: 0;
	text-align: center;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
}

.thumbnail h4 {
	font-size: 14px;
	font-weight: 100;
	color: #848484;
	margin: 0;
	text-transform: uppercase;
}

.thumbnail span {
	font-size: 13px;
	color: #bbbdc0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
}

.thumbnail p {
	padding: 10px 20px;
	margin: 0;
}

/* ==== Team ==== */

#team .thumbnail {
	background-color: #FFFFFF;
	border: 0;
	padding: 0;
	margin-bottom: 35px;
	text-align: center;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	-ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

#team.thumbnail h4 {
color: #242e5a;
padding: 20px;
margin: 0;
font-size: 20px;
font-weight: 700;
text-transform: none;
letter-spacing: -1px;
}

#team.thumbnail span {
	font-size: 13px;
	color: #bbbdc0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 100;
}

#team.thumbnail p {
	padding: 20px;
	margin: 0;
}

/* ====  Footer Social ==== */

#footer .facebook {
	color: #3B5998;
}

#footer .twitter {
	color: #09C;
}

#footer .google {
	color: #dd4b38;
}

#footer .instagram {
	color: #3F729B;
}

#footer .pinterest {
	color: #CB2027;
}
#footer .xing {
	color: #CB2027;
}

#footer .facebook:hover,
#footer .twitter:hover,
#footer .pinterest:hover,
#footer .instagram:hover,
#footer .xing:hover,

#footer .google:hover {
	opacity: 0.6;
}

/* ==== Preloader ==== */

#preloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 9999;
}

#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-image: url(images/preload.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}

/* ==== Intro more button ==== */

#more {
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	bottom: -5px;
}

.delay {
	animation-delay: 2s;
	-moz-animation-delay: 2s;
	-webkit-animation-delay: 2s;
	-o-animation-delay: 2s;
}
.delay4 {
	animation-delay: 6s;
	-moz-animation-delay: 6s;
	-webkit-animation-delay: 6s;
	-o-animation-delay: 6s;
}
.delay2 {
	animation-delay: 5s;
	-moz-animation-delay: 5s;
	-webkit-animation-delay: 5s;
	-o-animation-delay: 5s;
}

.animated {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInUp {
	0% {
		opacity: 0;
		-o-transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.contact-map {
    margin-left:0;
    margin-right:0;
    margin-top:0em;
    width: 100%;
    height: 100%;
    display: inline-block;
}
.contact-map iframe {
    width: 100%;
    height: 30em;
}