/*
    Theme Name: Knight
    Theme URL: https://bootstrapmade.com/knight-free-bootstrap-theme/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/

/* CSS Document */

/* Colors
---------------------------------*/

.text-blue {
	color: #224072;
}

.text-orange {
	color: #e15e30;
}

.text-white {
	color: #ffffff;
}


/* Float Elements 
---------------------------------*/
.fl-lt {float:left;}
.fl-rt {float:right;}

/* Clear Floated Elements
---------------------------------*/
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before,
.clearfix:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.nobr {
	white-space: nowrap;
}

.figure{ margin:0px;}

img{ max-width:100%;}

a, a:hover, a:active{ outline:0px !important}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.1.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Primary Styles
---------------------------------*/
body {
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#888888;
	margin:0;
}
h2{
	font-size:34px;
	color:#222222;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	letter-spacing: -1px;
	margin:0 0 15px 0;
	text-align:center;
	text-transform:uppercase;
}
h3{
	font-family: 'Montserrat', sans-serif;
	color:#222222;
	font-size:16px;
	margin:0 0 5px 0;
	text-transform:uppercase;
	font-weight:400;
}
h4{
	font-family: 'Montserrat', sans-serif;
	color:#222222;
	font-size:12px;
	margin:0 0 5px 0;
	text-transform:uppercase;
	font-weight:400;
}
h6{
	font-size:16px;
	color:#888888;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	text-align:center;
	margin:0 0 35px 0;
}
p{
	line-height:24px;
	margin:0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4em !important;
}

/* stylelint-disable declaration-no-important
---------------------------------*/

.align-baseline    { vertical-align: baseline !important; }
.align-top         { vertical-align: top !important; }
.align-middle      { vertical-align: middle !important; }
.align-bottom      { vertical-align: bottom !important; }
.align-text-bottom { vertical-align: text-bottom !important; }
.align-text-top    { vertical-align: text-top !important; }


.inline-block {
	display: inline-block;
}

.pos-absolute {
	position: absolute;
}

.pos-relative {
	position: relative;
}


/* toTop Styles
---------------------------------*/
#toTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #224072;
    background: #224072dd;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#toTop i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#toTop:hover {
    background: #224072;
}
#toTop:hover i {
    color: #fff;
    top: 5px;
}


/* Header / Bigstart Styles
---------------------------------*/

.bigstart {
	text-align:center;
	background-size: cover;
	background-position: center center;
	width: 100vw;
	height: 90vh;
	max-width:100%;
	position: relative;
	color: #ffffff;
	font-family: 'Montserrat',sans-serif;
}

.bigstart .bg-gradient-1 {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#224072+0,7db9e8+99&1+0,0.3+100 */
	background: -moz-linear-gradient(-45deg,  rgba(34,64,114,1) 0%, rgba(125,185,232,0.31) 99%, rgba(125,185,232,0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(34,64,114,1) 0%,rgba(125,185,232,0.31) 99%,rgba(125,185,232,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(34,64,114,1) 0%,rgba(125,185,232,0.31) 99%,rgba(125,185,232,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#224072', endColorstr='#4d7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border: 1px solid #224072;
}

.bigstart .container {
	position: absolute;
	width: 100%;
	bottom: 50px;
}

.bigstart .bigstart-content {
	margin: 2em;
}

.bigstart .bigstart-header {
	font-size: 2em;
}

.bigstart .bigstart-left {
	display: block;
	text-align: right;
}

.bigstart .bigstart-list {
	text-align: left;
	display: inline-block;
}

.bigstart .bigstart-list-header {
	display: inline-block;
	font-size: 1.2em;
	text-align: left;
	margin-bottom: 0.5em;
	letter-spacing: inherit;
}

.bigstart .bigstart-list-content {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.bigstart .bigstart-list .fa-li.fa-stack {
	position: absolute;
	top: -0.1em;
	left: -2.5em;
}

.bigstart .bigstart-list ul li {
	margin-bottom: 0.7em;
}

.bigstart .bigstart-button {
	font-weight: bold;
}

.bigstart .bigstart-button.bigstart-button-9 {
	margin-top: 9em;
}

.bigstart .bigstart-button.bigstart-button-3 {
	margin-top: 3em;
}

.sf-checkbox .fa-stack-2x {
	font-size: 1.8em;
}

.sf-checkbox .fa-stack-1x {
	margin-left: 0.2em;
	font-size: 1.6em;
	margin-top: -0.1em;
}

.we-logo{
	width:250px;
	margin:0 auto 35px;
}

.we-company {
	font-family: 'Montserrat',sans-serif;
	font-size:2em;
	font-weight:400;
	letter-spacing: -1px;
	margin:60px 0 5px 0;
	color:#224072;
}

.we-create {
	padding:0;
	margin: 0 auto 15px;
}

.we-slogan {
	max-width: 45%;
	padding:0;
	margin: 0 auto 15px;
}

.servicelink{
	margin-top:30px;
}

.wp-pic{
	margin-bottom:20px;
}
.we-create li,
.we-slogan li{
	display:inline-block;
	font-family: 'Montserrat',sans-serif;
	font-size:14px;
	color: #224072;
	text-transform: uppercase;
	font-weight: 400;
	margin:0 5px 0 0;
	padding:0 0 0 15px;
}
.we-create li:first-child,
.we-slogan li:first-child{
	background:none;
}

.start-button {
	padding-left: 0px;
}

.start-button li a{
color: #fff;
}


.link{
	padding:15px 35px;
	background:#224072;
	color:#f7f7f7 !important;
	font-size:16px;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
	display:inline-block;
	border-radius:3px;
	text-transform:uppercase;
	line-height:25px;
	margin-bottom:20px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.link:hover {
	text-decoration:none;
	color:#f7f7f7 !important;
	background:#e15e30;
}

.link:active, .link:focus {
	text-decoration:none;
	color:#f7f7f7 !important;
	background:#224072;
}

.link2{
	padding:15px 35px;
	background:#e15e30;
	color:#f7f7f7 !important;
	font-size:16px;
	font-weight:400;
	font-family: 'Montserrat', sans-serif;
	display:inline-block;
	border-radius:3px;
	text-transform:uppercase;
	line-height:25px;
	margin-bottom:20px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.link2:hover {
	text-decoration:none;
	color:#f7f7f7 !important;
	background:#224072;
}

.link2:active, .link2:focus {
	text-decoration:none;
	color:#f7f7f7 !important;
	background:#e15e30;
}


/* Navigation
---------------------------------*/
.navbar-start {
	margin: 0;
	background-color: #ffffff;
	position: fixed;
	width: 100%;
	min-height: 15px;
	line-height: 45px;
	font-size: 1.2em;
	border-bottom:1px solid #dddddd;
	box-shadow:0 4px 5px -3px #ececec;
	z-index:999;
}

.navbar-start .container {
	padding: 5px 100px 5px 80px;
}

.navbar-start .fa-stack {
	font-size: 0.8em;
}

.navbar-start .fa-stack .fa-envelope {
	font-size: 0.8em;
}

.navbar-start .nav a {
	color: #224072;
	margin:10px 0 0;
}

.navbar-start .nav > li > a:hover, .navbar-start .nav > li > a:focus {
	background-color: inherit !important;
}

.navbar-start a.login {
	color: #e15e30;
}

.navbar-start .navbar-toggle {
	color: #224072;
}

.navbar-start .navbar-brand-image {
	max-height: 50px;
	vertical-align: middle;
}

.navbar-main {
	margin: 0;
	background-color: #ffffff;
	width: 100%;
	min-height: 15px;
	line-height: 45px;
	font-size: 1.2em;
	border-bottom:1px solid #dddddd;
	box-shadow:0 4px 5px -3px #ececec;
}

.navbar-main .container-fluid {
	padding: 5px 0 5px 0;
	max-width: 1500px;
	margin: 0 auto;
}

.navbar-main .fa-stack {
	font-size: 0.8em;
}

.navbar-main .fa-stack .fa-envelope {
	font-size: 0.8em;
}

.navbar-main .nav a  {
	text-align: center;
	color:#222222;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	line-height:20px;
	margin:15px 5px 0 5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.navbar-main .nav .flags  {
	line-height:20px;
	margin:30px 5px 0 5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.navbar-main .nav .dropdown-menu {
	padding-bottom: 1.5em;
}

.navbar-main .nav .dropdown-menu a {
	text-transform: inherit !important;
}

.navbar-main .nav > li > a:hover, .navbar-main .nav > li > a:focus {
	background-color: inherit !important;
}

.navbar-main a.login {
	color: #e15e30;
}

.navbar-main .navbar-toggle {
	color: #000000;
}

.navbar-main .navbar-brand-image {
	max-height: 50px;
	vertical-align: middle;
}


/* Navigation
---------------------------------*/
/* .navbar-main{
	padding:0px;
	border-bottom:1px solid #dddddd;
	box-shadow:0 4px 5px -3px #ececec;
	position:relative;
	background:#fff;
}
.main-nav{
	text-align:center;
	margin:13px 0 7px;
	padding:0;
	list-style:none;
}
.main-nav li{
	display:inline;
	margin:0 1px;
}
.main-nav li a{
	display:inline-block;
	color:#222222;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	line-height:20px;
	margin:17px 17px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.main-nav li a:hover{ 
	text-decoration:none;
	color: #224072;
}

.main-nav li.login a {
	color:#e15e30 !important;
}

.small-logo{ 
	padding: 0;
}

.small-logo img { 
	max-width: 145px;
} */

.main-section {
	padding:90px 0 110px;
}

.sub-section {
	margin-bottom: 50px;
}

.sub-section figure img {
	margin-bottom: 6em;
}

.h-image {
	max-height: 1em;
	margin-top: -5px;
}

.h-text {
	display: inline-block;
	text-transform: none;
}


.main-section.fleet-management-software{
	padding:90px 0 20px;
}
.main-section.fleet-management-software{
	background:#fafafa;
}

/* Services
---------------------------------*/

.service-list{
	padding:0 0 0 0;
	font-size:14px;
	margin-bottom:40px;
}
.service-list-col1{
	float:left;
	width:60px;
}
.service-list-col1 i{
	font-style:normal;
	font-size:38px;
	display:block;
	color:#222;
	font-family: 'FontAwesome';
	line-height:38px;
}
.service-list-col2{
	overflow:hidden;	
}

.main-section.services{
	padding:40px 0 0;
}

.main-section.services{
	background:#fafafa;
}

/* Featured Work
---------------------------------*/
.featured-work{
	font-size:14px;
}
.featured-work h2,
.featured-work h6 {
	text-align:left;
}
.featured-box{
	padding:0 0 0 0;
	margin-bottom:25px;
	font-size:14px;
}

.featured-box h3{
	margin-bottom:5px;
}
.featured-box p{
	margin-bottom:0.8em;
}
.featured-box .intro-text {
	line-height:22px;
}

.featured-work .padding-b {
	padding-bottom:35px;
}

.featured-work h6 {
	font-weight: bold;
	margin-bottom: 1.5em;	
}

.featured-work p{
	margin-bottom:0.8em;
}

.featured-box-col1{
	width:60px;
	float:left;
}
.featured-box-col1 i{
	display:block;
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	color:#777777;
	font-style:normal;
}
.featured-box-col2{ overflow:hidden;}
.featured-box.magic{
	background:url(../img/magic.png) left top no-repeat;
}
.featured-box.packaged{
	background:url(../img/packaged.png) left top no-repeat;
}
.featured-box.seo{
	background:url(../img/seo.png) left top no-repeat;
}
.Learn-More{
	display:inline-block;
	padding:0 5px 35px 0;
	color:#e15e30;
	font-size:16px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:bold;
	line-height:24px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.Learn-More i{ 
	padding-right:15px;
}

.Learn-More:hover, .Learn-More:focus{ 
	color: #224072;
	text-decoration:none;
}

/* Unternehmen Section
--------------------------------*/
#unternehmen {
  background: url("../img/unternehmen-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}

#unternehmen::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#unternehmen .container {
  position: relative;
  z-index: 10;
}

#unternehmen .unternehmen-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

#unternehmen .unternehmen-col .img {
  position: relative;
}

#unternehmen .unternehmen-col .img img {
  border-radius: 4px 4px 0 0;
}

#unternehmen .unternehmen-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #224072;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#unternehmen .unternehmen-col i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}

#unternehmen .unternehmen-col:hover .icon {
  background-color: #fff;
}

#unternehmen .unternehmen-col:hover i {
  color: #224072;
}

#unternehmen .unternehmen-col h2 {
  color: #222222;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#unternehmen .unternehmen-col h2 a {
  color: #222222;
}

#unternehmen .unternehmen-col h2 a:hover {
  color: #224072;
}

#unternehmen .unternehmen-col p {
  font-size: 14px;
  line-height: 24px;
  color: #888888;
  margin-bottom: 0;
  padding: 0 20px 20px 20px;
}

/* Portfolio
---------------------------------*/
.Portfolio-nav{
	padding:0;
	margin:0 0 45px 0;
	list-style:none;
	text-align:center;
}
.Portfolio-nav li{
	margin:0 10px;
	display:inline;
}
.Portfolio-nav li a{
	display:inline-block;
	padding:10px 22px;
	font-size:12px;
	line-height:20px;
	color:#222222;
	border-radius:4px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	background:#f7f7f7;
	margin-bottom:5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.Portfolio-nav li a:hover{
	background:#224072;
	color:#fff;
	text-decoration:none;
}

.portfolioContainer{
	margin:0 auto;
	padding-left:15px;
	//max-height: 500px;
	//overflow: auto !important;
}

.Portfolio-box{
	text-align:center;
	margin-bottom:30px;
	height:220px;
	width:170px;
	overflow:hidden;
	float:left;
	padding:0;	
}
.Portfolio-box h3{
	font-size:0.9em;
	line-height:1.1em;
}
.Portfolio-box p{
	font-size:0.9em;
	line-height:1.1em;
}
.Portfolio-box img{
	margin-bottom:15px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}

.Portfolio-box img:hover {
	opacity: 0.6;
}

.Portfolio-nav li a.current{
	background:#224072;
	color:#fff;
	text-decoration:none;
}
img {
   max-width:100%;
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}

.main-section.paddind{
	padding-bottom:60px;
}

/* Clients
---------------------------------*/
.client-part{
	background:url(../img/section-bg1.jpg) center center no-repeat;
	background-size:cover;
	padding:55px 0;
	text-align:center;
}
.client-part-haead{
	color:#fdfdfd;
	font-size:28px;
	line-height:41px;
	margin:30px 0 10px;
	font-family: ''Open Sans',sans-serif';
	font-style: italic;
}
.client{
	padding:0;
	margin:20px 0 0;
	list-style:none;
	text-align:center;
}
.client li{
	display:inline;
	margin:0 15px;
}
.client li a{
	display:inline-block;
}
.client li a img{
	margin-bottom:15px;
	border-radius:50%;
}
.client li a:hover{
	text-decoration:none;
}
.client li a h3{
	color:#ffffff;
}
.client li a span{
	color:#f1f1f1;
}
.quote-right{
	font-style:normal;
	width:68px;
	height:68px;
	margin:0 auto;
	border:2px solid #fff;
	border-radius:50%;
	display:block;
	line-height:68px;
	text-align:center;
	font-size:27px;
	color:#fff;
	cursor: pointer;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.quote-right:hover{
color: #fff;
border: 2px solid #fff;
}

.c-logo-part{
	background:#224072;
	padding:25px 0;
    filter: alpha(opacity=60);
}
.c-logo-part ul{
	padding:0;
	margin:0;
	list-style:none;
	text-align:center;
}
.c-logo-part ul li{
	display:inline;
	margin:0 25px;
}
.c-logo-part ul a{
	display:inline-block;
	margin: 0;
}
.main-section.team{
	padding:85px 0;
}
.main-section.team h6{
	margin-bottom:40px;
}


/* Team
---------------------------------*/
.team-leader-block{
	max-width:993px;
	margin:0 auto;
}
.team-leader-box{
	width:30.66%;
	margin-right: 3.82979%;
	height: 490px;
	overflow: hidden;
	text-align: center;
	float: left;
}
.team-leader-box span{
	margin-bottom:24px;
	display:block;
}
.team-leader-box:nth-of-type(3n+0){ margin:0;}
.team-leader{
	width:auto;
	height:auto;
	position:relative;
	border-radius:50%;
	box-shadow:0px 0px 0px 7px rgba(241,241,241,0.80);
	margin:7px 7px 25px 7px;
	
}
.team-leader-shadow{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	border-radius:50%;
	position:absolute;
	width:100%;
	height:100%;
	z-index:10;
	border-radius:50%;
}
.team-leader-shadow a{
	display:block;
	width:100%;
	height:100%;
}
.team-leader:hover .team-leader-shadow{
	box-shadow:inset  0px 0px 0px 148px rgba(17,17,17,0.80);
}
.team-leader:hover ul{ display:block; opacity:1}
.team-leader img{
	display:block;
	border-radius:50%;
}
.team-leader ul{
	display:block;
	opacity:0;
	padding:0;
	margin:0;
	list-style:none;
	position:absolute;
	left:0;
	top:50%;
	width:100%;
	text-align:center;
	margin-top:-14px;
	z-index:15;
	transition:all 0.6s ease-in-out;
	-moz-transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
}
.team-leader ul li{
	display:inline;
	margin:0 11px;
}
.team-leader ul li a{
	font-family: 'FontAwesome';
	display:inline-block;
	font-size:28px;
	color:#fff;	
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.team-leader ul li a:hover, .team-leader ul li a:focus{
	text-decoration:none;
}
.team-leader ul li a.fa-twitter:hover{
	color:#55acee;
}
.team-leader ul li a.fa-facebook:hover{
	color:#3b5998;
}
.team-leader ul li a.fa-pinterest:hover{
	color:#cb2026;
}
.team-leader ul li a.fa-google-plus:hover{
	color:#dd4b39;
}

/* Talk Business
---------------------------------*/
.business-talking{
	background:url(../img/section-bg2.jpg) top center no-repeat;
	background-size:cover;
	padding:60px 0 10px;
	text-align:center;
}
.business-talking h2{
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	padding:0;
	margin:20px 0 70px;
	text-transform:uppercase;
	font-size:42px;
	color:#fff;
}


/* Impressum
---------------------------------*/
.main-section.impressum{
	padding:90px 0 100px;
}

.main-section.impressum{
	background:url(../img/bg-map.png) left 190px no-repeat;
}
.impressum-info-box{
	font-size:15px;
	margin:0 0 14px 68px;
	padding-left:0;
}
.impressum-info-box h3{
	font-size: 15px;
	font-weight:400;
	float:left;
	width:179px;
	margin-right:12px;
	line-height:28px;
}
.impressum-info-box h3 i{
	font-style:normal;
	font-size:18px;
	color:#222222;
	font-family: 'FontAwesome';
	font-weight:normal;
	margin-right:7px;
}
.impressum-info-box span{
	line-height:28px;
	display:block;
	overflow:hidden;
}

/* Contact
---------------------------------*/
.main-section.contact{
	padding:90px 0 100px;
}

.main-section.contact{
	background:url(../img/bg-map.png) left 190px no-repeat;
}
.contact-info-box{
	font-size:15px;
	margin:0 0 14px 68px;
	padding-left:0;
}
.contact-info-box h3{
	font-size: 15px;
	font-weight:400;
	float:left;
	width:102px;
	margin-right:12px;
	line-height:28px;
}
.contact-info-box h3 i{
	font-style:normal;
	font-size:18px;
	color:#222222;
	font-family: 'FontAwesome';
	font-weight:normal;
	margin-right:7px;
}
.contact-info-box span{
	line-height:28px;
	display:block;
	overflow:hidden;
}
.social-link{
	padding:35px 0;
	margin:0 0 0 68px;
	display:block;
	overflow:hidden;
	list-style:none;
}
.social-link li{
	float:left;
	margin-right:8px;
}
.social-link li a{
	display:block;
	width:50px;
	height:50px;
	text-align:center;
	line-height:50px;
	font-size:25px;
	color:#fff;
	background:#222222;
	border-radius:50%;
	transition:all 0.3s ease-in-out;
}
.social-link li a:hover, .social-link li a:focus{
	text-decoration:none;
}
.xing a:hover {
	background: #026466
}
.linkedin a:hover {
	background: #0077B5;
}
.twitter a:hover {
	background: #55acee;
}
.facebook a:hover {
	background: #3b5998;
}
.pinterest a:hover {
	background: #cb2026;
}
.gplus a:hover {
	background: #dd4b39;
}
.dribbble a:hover {
	background: #ea4c89;
}

.form{
	margin:0 66px 0 30px;
}
.input-text{
	padding:15px 16px;
	border:1px solid #ccc;
	width:100%;
	height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#aaa;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid #224072;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-text.text-area{
	height:165px;
	resize:none;
	overflow:auto;
}
.input-btn{
	width: 105px;
	height: 35px;
	background:#224072;
	border-radius:4px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.input-btn:hover{
	background: #111;
	color: #fff;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: #224072;
    border:1px solid #224072;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/* Footer
---------------------------------*/

.footer{
	background:url(../img/pw_maze_black_2X.png) left top repeat;
	padding:35px 0 35px;
}
.footer-logo{
	margin: 15px auto 20px;
	width: 190px;
}
.footer a.impressum-link,
.footer a.datenschutz-link {
	color:#cccccc;
}
.copyright, .credits{
	color:#cccccc;
	font-size:14px;
	display:block;
	text-align:center;
}
.copyright a, .credits a{
	color:#224072;
	font-weight:600;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.copyright a:hover, .credits a:hover {
	color: #fff;
}

.res-nav_logo {
	display: none;
	float: right;
	margin-top: 23px;
}

.res-nav_logo img {
	max-height: 30px;
}

.res-nav_click {
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	text-decoration: none !important;
	color:#777777;
	font-style:normal;
	display:none;
	width:42px;
	height:27px;
	margin:20px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.res-nav_click:hover, .res-nav_click:active, .res-nav_click:focus {
	color: #224072 !important;
}

.portfolioContainer{
	max-width: 1140px;
}

#google-map {
    height: 290px;
    margin-bottom: 20px;
}

/* Animation Timers
---------------------------------*/
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}

.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}

.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}

.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}

img.products {
	max-height: 35px;
	margin-top: 0.7em;
	margin-bottom: 0.7em;
}