
html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	font-weight: 400;
	border: none;
	color:#666;
	background: transparent!important;

}



body {
    overflow-x:hidden;
	background: none !important;
    background-color: transparent!important;
}



h1, h2, h3, h4, h5, h6 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform:uppercase;
	font-size: 17px;
	font-weight:300;
	color:#666;
	margin-top:0;
	letter-spacing: 1px;
}

p {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 13px;
	font-weight:300;
	line-height: 24px;
	letter-spacing: normal
	color:#2A2929;
}

a{
	color:#7E7A7A;
	text-decoration: none;
	outline: none;
}

hr {
	border-color: #ccc!important;
	background-color: #ccc!important;
}

a:hover,  a:active,  a:focus {
	color:#2A2929;
	text-decoration: none;
	outline: none;
}

::selection {
	background:#1E1E1E;
	color:#FFF;
}

::-moz-selection{
	background:#1E1E1E;
}

img{
	max-width:100%;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control{
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    margin-bottom:20px;
    font-size: 14px;
    line-height: 25px;
    color: #1E1E1E;
    border: 2px solid #dadada;
    resize: none;
    height:46px;
	width:100%;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background:#E9EDED;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.form-control:focus{
    border: 2px solid #1E1E1E;
    background:#F2F7F7;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*========================================================================*/
/*  Common Elements
/*========================================================================*/

/**
 * 	
 * Pure javascript cookie notice 2018 by Michael Hudault, https://hudault.de
 * Javascript in /cookie_notice/cookie_notice.js
 * 
 * Without-any-warranty-do-whatever-you-want licence
 *
 */


/* Cookie notice main container */

.cookie-notice-container {
	background-color: #fff;
    font-family: "Arial", "Helvetica", "Verdana", "Tahoma", sans-serif;
    padding: 20px;
    text-align: center;
    width: 300px;
    margin: 0 auto;
    position: fixed;
    z-index: 99999;
    right: 0;
    bottom: 0;
}

@media screen and (max-width: 450px) {
	.cookie-notice-container {
		display: block;
		width: 100%;
	}
  }


/* Logo */

.cookie-notice-container .cookie-notice-logo{
	text-align:center;
	width:100px;
	}


/* Headline */

.cookie-notice-container .cookie-notice-headline{
	color: #99b900;
	text-align:center;
	font-size: 22px;
	font-weight: bold;
	padding: 7px;
	margin-bottom:15px;
	}


/* Text */

.cookie-notice-container p{
	color: #333;
	font-size: 14px;
	text-align:left;
	margin:5px;
	}


/* Privacy-Link */

.cookie-notice-container .cookie-notice-privacy-link {
	color: #076324;
	text-decoration:underline;
	font-weight:bold;
	}

.cookie-notice-privacy-link:hover {
	color: #999 !important;
	text-decoration:underline;
	}


/* Button Container */

.cookie-notice-container .cookie-notice-buttons {
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
	}


/* Accept-Button */

.cookie-notice-container .cookie-notice-buttons .cookie-notice-button-accept{
	background: #076324;
	color: #fff;
	margin: 10px;
	padding:10px;
	padding-left:20px;
	padding-right:20px;
	font-size: 14px;
	font-weight: bold;
	white-space:nowrap;
	text-decoration:none;
	}


/* Accept-Butoon hover */

.cookie-notice-container .cookie-notice-buttons .cookie-notice-button-accept:hover,
.cookie-notice-container .cookie-notice-buttons .cookie-notice-button-accept:focus {
	background: #bfe800;
	}


.topline {
	font-size: 25px;
	position: absolute;
	top: 40%;
	width: 100%;
	text-align: center;
	
	
}

.btn-default {
	background:none;
	border:2px solid #1E1E1E !important;
	padding: 10px 20px;
	box-shadow:none;
	border:none;
	color: #1E1E1E;
	font-size:14px;
	letter-spacing:2px;
	font-weight:600;
	text-transform: uppercase;
	text-decoration: none;
	display: inline-block;
	border-radius:0px;
}

.btn-default:hover,.btn-default:active{
	background:#1E1E1E;
	border-color:#1E1E1E ;
	color:#FFF;
	outline:none;
}

.btn-default:focus {
	background: none;
	box-shadow:none;
	color: #444;
	outline:none;
}

.color-overlay {
	background-color: #000;
	opacity: 0.75;
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

::-webkit-input-placeholder {
	color:#1E1E1E !important;
	font-weight: normal;
}

:-moz-placeholder {
	color:#1E1E1E !important;
	font-weight: normal;
}

::-moz-placeholder {
	color:#ccc !important;
	font-weight: normal;
}

:-ms-input-placeholder {
	color:#1E1E1E !important;
	font-weight: normal;
}

.clear{
	clear:both;
}

.parallax-mirror img {
	width: 100%!important;
	left: 0px!important;
	right: 0px!important;
}

.scrollup {
    width:35px;
    height:35px;
    position:fixed;
    bottom:30px;
    right:15px;
    display:none;
	background:rgba(0,0,0,.6);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius:50%;
	text-align: center;
}

.scrollup i{
	color:#fff;
	font-size:15px;
	display:block;
	line-height:33px;
}

.scrollup:hover{
	background:rgba(0,0,0,.8);

}

.section{
	padding:200px 0 70px;
	position:relative;
	background-repeat: no-repeat!important;
}

.innermap {
	height: 200px;
}

.parallax-container {
  min-height: 300px;
  width: 100%;
}

.para-about {
  min-height: 600px;
}



.profil {
	
}

.referenzen {
}

.map {
	min-height: 100%;
	padding-top: 180px!important;
}

.infowindow {
	width: 200px;
}

.referenzen .row {
	margin-bottom: 40px;
}

.blogprofil {
	
}

.profilteam {
	
}

.contentteam p {
	width: 70%;
	margin: 0 auto;
}

.img-circle {
	border: 13px #fff solid;
}

.img-circle:hover {
	border: 13px #f1f1f2 solid;
}

.tt {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #cccccc;
    color: #4a4f52;
    display: block;
    height: 37px;
    left: 30%;
    opacity: 0;
    top: -30px;
    position: absolute;
    -moz-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0s;
    width: 40%;
}

.tt img {
    bottom: 0;
    margin-bottom: -7px;
    margin-left: 0px;
    left: 47%;
    position: absolute;
}

.profilteam span {
	margin-bottom: 20px;
}

.teamwrap {
	margin-top: 30px;
}

.innerteam {
	margin-bottom: 20px;
	cursor: pointer;
	padding: 20px;
}


.innerteam hr {
	width: 50%;
}

.teamback {
	background-color: #fff;
}

.teamthumb {
	
	background-color: white;
	width: 180px;
	height: 180px;
}

.teamthumb i {
	font-size: 150px;
}


.innerabout {
	height: auto;
	padding: 30px;
	background: #fff!important;
}


.innerteam {
	height: auto;
	background: #fff!important;
	margin: 0px!important;
}

.innerabout hr {
	width: 30%;
}

.hrblue {
	background-color: navy; 
	height: 1px; 
	border: 0;
}

.hrred {
	background-color: red; 
	height: 1px; 
	border: 0;
}

.hrpink {
	background-color: purple;
	height: 1px; 
	border: 0;
}

.contentinner {
	width: 50%;
}

.section .container{
	position:relative;
}

.section-header {
	text-align: center;
	margin: 0 0 50px;
	
}

.section-header .smt {
	display: table;
	position: relative;
	margin: 0 auto;
	font-size:30px;
	padding: 0 42px;
	text-transform: uppercase;
}

.section-header .smt:before, .section-header .smt:after {
	display: inline-block;
	content: "";
	border-bottom: 1px solid #AF99C1;
	position: absolute;
	left: 0;
	top: 50%;
	width: 42px;
	margin-top: -1px;
}

.section-header .smt > span {
	display: block;
	padding: 0 30px;
}

.section-header .smt:before, .section-header .smt:after {
	display: inline-block;
	content: "";
	border-bottom: 1px solid #1D1C1C;
	position: absolute;
	left: 0;
	top: 50%;
	width: 42px;
	margin-top: -1px;
}

.section-header .smt:after {
	left: auto;
	right: 0;
}


.section-white .section-header h2{
	color:#FFF;
}

.section-white .section-header .smt:before, .section-white .section-header .smt:after {
	border-bottom: 1px solid #FFF;
}

#pageloader {
	width: 100%;
    height: 100%;
    position: fixed;
	background-color:#FFF;
    z-index: 999999;
}

.aboutval {
	padding-bottom: 35px;
}

.loaderopac {
    opacity: 0.7;
}

.loader {
	position: absolute;
	width: 100px;
	height:100px;
	margin: -35px 0 0 -50px;
	top:50%;
	left:50%;
	text-align:center;
}

/*========================================================================*/
/* Header
/*========================================================================*/

.navbar {
    margin-bottom: 0;
	padding: 0px 0;
    text-transform: uppercase;
    background-color:#fff;
	border-radius:0;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
	border: none;
	left: 0;
	right: 0;
	z-index: 999;
}

.navbar-custom .nav li a {
	font-size:14px;
	color:#ccc;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li.active {
    outline: 0;
    background-color:#dcdee0;
    border-bottom: 4px #076324 solid;
	color:#076324;
}

.navbar-custom .nav li a:focus {
	background: none!important;
}



.navbar-custom .nav li.active a{
	color:#076324 ;
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #ccc;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

.navbar-brand {
	padding:10px;
}

.navbar-brand img {
	margin-top:0px;
}

.navbar-brand:focus {
    outline: 0;
}

/*========================================================================*/
/*  Flexslider
/*========================================================================*/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0; 
	padding: 0; 
	list-style: none;
}

.flexslider {
	margin: 0; 
	padding: 0;
}

.flexslider .slides > li {
	display: none; 
	-webkit-backface-visibility: hidden;
} 

.flexslider .slides img {
	width: 100%; 
	display: block; 
	height:630px;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: "\0020"; 
	display: block; 
	clear: both; 
	visibility: hidden; 
	line-height: 0; 
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {display: block;}

.flex-control-nav {
	position:absolute;
	bottom: 20px;
	text-align:center;
	width: 100%;
}

 .flex-control-nav li{
 	margin: 0 3px;
 	display: inline-block;
 }
 .flex-control-nav li a{
 	width: 30px;
 	height: 5px;
 	background: #FFF;
 	text-indent:-9999px;
 	display:block;
 	opacity: 0.4;
 }

 .flex-control-nav li a.flex-active{
 opacity: 1;
 }
 
 
 .flex-direction-nav .flex-prev:hover,
 .flex-direction-nav .flex-next:hover{
 	opacity: 1;
 } 
 

/*========================================================================*/
/* home
/*========================================================================*/


#home {
	width: 100%;
	height: 100%;
	color: #fff;
}

.homeclaim {
	
}

.sharewrapper {
	padding-top: 20px;
}

.helper {
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.homeclaim h1 {
	position: absolute;
	text-transform: uppercase;
	text-align: right;
	width: 65%;
	margin-top: 15%;
	z-index: 400;
}

.startimg {
	position: absolute;  
    top: 0px;  
    bottom: 0;  
    left: 0;  
    right: 0;  
    margin: auto; 
}

.startimg2 {
	position: absolute;  
    top: 60px;
    left: 0;  
    right: 0;  
    margin: auto; 
}


.homeback {
	height: 100%;
	width: 100%;
	background-color: #ff561e;
	text-align: center;
	
}

.homebackinner {
	height: 100%;
	width: 100%;
	background-color: #2f7dae;
	position: relative;
	background: url(../img/valhome.jpg) no-repeat center center;
	background-size: cover;
	
	
}

.startlogo {
	width: 300px;
	position: absolute;
	top: 240px;
	left: 300px;
	display: none;
}

.navigation {
	margin-top: -54px;
}

.slide-text{
	width:90%;
	margin:0 auto;
}

#home h1 {
	font-size:85px;
	font-weight:700;
	margin-bottom:20px;
	color:#FFF;
}

#home p {
	font-size: 18px;
	margin-bottom: 50px;
	font-weight: normal;
	line-height:28px;
	color:#FFF;
	font-weight:300;
}

.tb {
   display: table;
   width: 100%;
   height: 100%;
   position: relative;
}

.tb-cell {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
}

#text-slider{
	padding:0px;
}

.intro-btn {
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	border: 2px solid #fff;
	padding: 14px 25px;
	margin: 45px auto 0;
}

.introabout {
	margin-bottom: 30px;
}

.introabout p {
	width: 90%;
	margin: 0 auto;
}

.introabout h4 {
	font-size: 11px;
	text-transform: none;
	letter-spacing: normal;
}

.introabout hr {
	background-color: red;
	border-color: red;
}

.intro-btn:hover,.intro-btn:focus {
	background:#FFF;
	color:#585757;
}

.homeslider{
	width:100%;
	height:100%;
	max-height:100%;
	position: absolute;
}

.homeslider .flex-direction-nav .flex-prev{
 	position: absolute;
 	display:block;
 	left: 20px;
 	top: 50%;
 	z-index:99999;
 	margin-top: -24px;
 	text-indent: -9999px;
 	width: 40px;
 	height: 40px;
 	background:url(../images/left.png) no-repeat left top ;
	opacity:0.6;
 }
 
.homeslider .flex-direction-nav .flex-next{ 
 	position: absolute;
 	display:block;
 	right: 20px;
 	top: 50%;
 	z-index:99999;
 	margin-top: -24px;
	text-align:center;
 	text-indent: -9999px;
 	width: 40px;
 	height: 40px;
 	background:url(../images/right.png) no-repeat left top;
	opacity:0.6;
}

.homeslider .flex-direction-nav .flex-prev:hover,
.homeslider .flex-direction-nav .flex-next:hover{
	opacity:0.7;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
} 
 
.slides{
	height:100%;
	max-height:100%;
}

.bg{
	width: 100% !important;
	height: 100% !important;
	background-size: cover !important;
	position: absolute !important;
	z-index: 2 !important;
	background-attachment: fixed;
}

.slide1 {
    background: url(../images/slider/slide1.jpg) center center;
}

.slide2{
    background: url(../images/slider/slide2.jpg) center center;
}

.slide3{
    background: url(../images/slider/slide3.jpg) center center;
}

/*========================================================================*/
/*  About us
/*========================================================================*/

#about{
	
}

.about-detail{
	margin-bottom:30px;
}

.about-detail p.lead{
	color: #474747;
	font-weight:300;
}

.panel-group .panel-heading {
    cursor: pointer;
	padding: 15px 15px;
}

.panel-body ul li{
	margin-bottom:5px;
	line-height:20px;
	font-weight:300;
}

.panel-body ul li i{
	margin-right:5px;
}

.panel-group .panel {
    background: none;
    box-shadow: none;
    border-top: 1px solid #ccc;
}

#accordion .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family:'FontAwesome';
    content:"\f077";
    float: right;
    color: inherit;
}

#accordion .panel-heading.collapsed .accordion-toggle:after {
    /* symbol for "collapsed" panels */
    content:"\f078";
}

.about-slider{
	padding-left:80px;
	margin-bottom: 30px;
}

#about-carousel .item{
	width: 100% !important;
}

#about-carousel .item img{
	display: block;
	width: 100% !important;
	max-width:100% !important;
	height: auto;
}

#about-carousel .owl-prev{
	width:40px;
	height: 40px;
	font-size: 0;
	float: left;
	background: rgba(0,0,0,0.9);
	margin-left: 0;
	position: relative;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-size: 11px;
}

#about-carousel .owl-next {
	width: 40px;
	height: 40px;
	font-size: 0;
	background: rgba(0,0,0,0.9);
	float: right;
	margin-right: 0;
	position: relative;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-size: 11px;
}

#about-carousel .owl-next:before{
	content: "\f054";
	font-family: FontAwesome;
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size:15px;
	line-height: 35px;
}

#about-carousel .owl-prev:before{
	content: "\f053";
	font-family: FontAwesome;
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size:15px;
	line-height: 35px;
}

#about-carousel .owl-buttons{
	height: 43px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 65px;
	margin: auto;
}

#about-carousel:hover .owl-prev{
	opacity: 1;
	visibility: visible;
	margin-left: 18px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

#about-carousel:hover .owl-next{
	opacity: 1;
	visibility: visible;
	margin-right: 18px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}


/*========================================================================*/
/*   Works
/*========================================================================*/

#works{
	
}

.works .panel-title {
	text-align: center;
	background:none;
	letter-spacing: 1px;
}

.works .panel-default > .panel-heading {
	background-color: #fff;
	border: none;
}

.works .panel-group .panel {
	border: none!important;
	border-top: none!important;
	
}

.works .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: none;
	text-align: center;
	font-size: 12px;
}

.portfolio-filters{
    margin-bottom: 30px;
    list-style: none;
    padding: 0;
}

.portfolio-filters li{
    display:inline-block;
	color:#272626;
    padding: 12px 20px;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 10px;
	border:2px solid #F2F7F7;
	margin-right:5px;
}

.portfolio-filters li:hover{
    border:2px solid #1E1E1E;
}

.portfolio-filters li.active{
   border:2px solid #1E1E1E;
}

#grid .mix{
    display: none;
    opacity: 0;
	margin-bottom:20px;
}

.image-wrapper{
    position: relative;
}

.image-wrapper img{
    width:100% !important;
    height:auto;
}

.image-overlay{
    position: absolute;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.image-overlay span{
    position: absolute;
    top:40%;
    color: #FFF;
	left:45%;
	font-size:30px;
}

.image-wrapper:hover .image-overlay{
    opacity: 1;
}

/*========================================================================*/
/*  Facts
/*========================================================================*/

.facts-detail{
	text-align:center;
	margin-bottom:30px;
}

.facts-detail i {
    font-size: 70px;
    color: #FFF;
    display: block;
    margin-bottom: 25px;
}

.facts-detail span {
    color: #CFCBCB;
    display: block;
    margin-bottom: 15px;
    font-size: 60px;
	font-weight:400;
}

.facts-detail p {
    margin-bottom: 0px;
    color: #FFF;
    font-size: 21px;
	font-weight:400;
}

/* ==========================================================================
   Services
   ========================================================================== */

.innerkomp p {
	font-size: 13px;
	letter-spacing: normal;
	width: 70%;
	margin: 0 auto;
	
}


.services{
	padding-bottom: 20px;
}

.services-box{
	margin-bottom:30px;
}

.service-icon{
	width:100px;
	height:100px;
	color:#454343;
	font-size: 50px;
	line-height:94px;
	margin-bottom:25px;
	display: inline-block;
	border:1px solid #1E1E1E;
	-webkit-border-radius: 100px;
	moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	border-radius:50%;
}

.service-info{
	margin-bottom:30px;
}

.service-info h4{
	margin-bottom:15px;
	font-size:21px;
	text-transform:none;
}

.services .carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.services .carousel-control {
	color:#fff;
	top:40%;
	color:#666;
	bottom:auto;
	padding-top:4px;
	width:30px;
	height:30px;
	text-shadow:none;
	opacity:1;
}
.services .carousel-control:hover {
	color:#999;
}
.services .carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.services .carousel-control.right {
	left:auto;
	right:0px;
}
.services .carousel-control.left {
	right:auto;
	left:0px;
}
.services .carousel-indicators {
	bottom:-50px;
}
.services .carousel-indicators li {
	border-radius:30;
	width:10px;
	height:10px;
	background:none;
	border:1px solid #000;
}
.services .carousel-indicators .active {
	width:10px;
	height:10px;
	background:#000;
	border-color:#3276b1;
} 

.services .carousel-inner {
    overflow: hidden;
    position: relative;
    width: 70%;
}

.services h2 {
	padding: 10px;
	margin-bottom: 20px;
	font-size: 16px;
}

.addInner {
	width: 70%; 
    position: relative;
    margin: 0px auto;     
    display: table;
}

.vertical-align p {
 	width: 100%!important;
 	text-align: center!important;
 	margin: 0px!important;
 	
}

.inneritem {
	padding: 5px;
	margin: 0px!important;
	background-color: #dcdee0;
	border: 2px #fff solid;
	min-height: 70px;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	
}

.inneritem:hover {
	color: #fff;
}

.inneritem .small {
	display: none;
}

.inneritem ul {
	list-style: none;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.inneritem ul li {
	line-height: 1.2em;
}




.blogwrapper {
	border: 1px #000 solid;
	padding: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 340px;
	
}

.blogwrapper p {
	padding: 20px;
	
}





.blogwrapper p {
	line-height: 1.2em;
	
}

.blogwrapper a {
	padding-top: 20px;
	
}

.cell {
	display:table-cell;
    vertical-align:middle;
    text-align:center;
}

 .services .carousel-indicators {
    bottom: -30px;
}

.services .carousel-indicators li {
    background: none;
    border: 1px solid #000;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    width: 10px;
}

.fancybox-close {
    /*background: url(fancybox/fancybox_sprite.png) 8px 0px transparent!important;*/
    background-color: transparent!important;
    
}

.fancybox-close:before {
        position:absolute;
        font-family: "Arial";
        font-size: 18px;
        top:10;
        right:10px;
        content: "x";
    
}

.fancybox-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 34px;
	cursor: pointer;
	z-index: 9000;
}

.fancybox-close:hover {
	background-color: transparent;
	
}

.fancybox-inner {
    overflow-x: hidden!important;
    background: #fff!important;
}

.fancybox-skin {
    overflow-x: hidden!important;
    background: #fff!important;
}

.tabelle {
	border-collapse:separate;
    border-spacing:10px 10px;
    table-layout: fixed;
    word-wrap: break-word;
    color: #fff;
}

.tabelle td {
	text-align: center;
	border: none!important;
	width: 15%;
	padding: 10px 5px 10px 5px!important;
	background-color: #a6aaa8;
}

.tabelle th {
	text-align: center;
	background-color: #52575f;
	border: none!important;
	width: 15%;
	padding: 10px 5px 10px 5px!important;
}

.hrlines hr {
	height: 4px;
	min-width: 190px;
	max-width: 190px;
    margin: 0px;
    margin-left: 0px;
    margin-top: -20px;
}

.hrlines {
	margin-bottom: 30px;
}

.hrlines h2 {
	padding-left: 0px;
}

.hrblue {
	background-color: #164e86!important;
}

.hrred {
	background-color: #ff3100!important;
}

.hrgreen {
	background-color: #00872a!important;
}

.tablelist ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}

.tablelist ul li {
	background-color: #a6aaa8;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px;
	color: #fff;
}

.tablelist ul .listhead {
	background-color: #52575f;
	font-weight: bold;
}




/*========================================================================*/
/*  Pricing Table
/*========================================================================*/
   
#pricing {
	background-color:#EAEEEE;
}
 
.pricing-plan {
	border: 2px solid #ccc;
	-moz-box-shadow: 0px 0px 1px #CCC;
	-webkit-box-shadow: 0px 0px 1px #CCC;
	-webkit-box-shadow: 0px 0px 1px #CCC;
	box-shadow:0px 0px 1px #CCC;
	padding: 35px;
	text-align:center;
	margin-bottom: 30px;
}

.pricing-plan .title {
	font-size: 29px;
	font-weight: 400;
	margin-bottom: 50px;
	color: #2A2929;
}

.pricing-plan .price {
	font-size: 75px;
	font-weight: 400;
	text-align: center;
	color: #504E4E;
}

.pricing-plan .description {
	margin: 26px 0;
	padding-top: 22px;
	line-height: 28px;
	font-weight: 400;
}

.pricing-plan .description {
	color: #9E9E9E;
	font-size: 15px;
}

.pricing-plan .btn {
	min-width: 170px;
}

/*========================================================================*/
/*  Testimonial
/*========================================================================*/

.testimonial-box{
	border:1px solid;
	border-color: rgba(255, 255, 255, 0.33);
	padding: 25px 30px;
	margin-bottom:30px;
	border: 1px solid #E8E8E8;
}

.testimonial-content{
	position:relative;
	color:#FFF;
	font-size: 15px;
}

.testimonial-content:before{
	content:'\201C';
	position:absolute;
	left:-9px;
	font-size:1.4em;
	opacity:0.
}

.testimonial-content:after{
	content:'\201D';
	font-size:1.4em;
	line-height:1px;
	opacity:0.5
	color:#FFF;
}

.testimonial-person {
    display: table;
    margin-top: 15px;
}

.testimonial-person-img {
    display: table-cell;
    vertical-align: middle;
}

.testimonial-person-img {
	display: block;
	font-size: 20px;
	text-align: center;
	margin-right: 15px;
	width: 50px;
	color: #FFF;
}

.testimonial-person-detail {
    display: table-cell;
    vertical-align: middle;
}

.testimonial-person-name {
    display: block;
    color: #FFF;
    font-weight: 700;
    font-size: 16px;
}

/*========================================================================*/
/*  Team
/*========================================================================*/

#team{
	
}

.team-member {
	text-align: center;
	margin-bottom:30px;
}

.team-member .team-img {
	position: relative;
	overflow: hidden;
	max-width: 295px;
	margin: 0 auto 40px;
}

.social-tbl {
	display: table;
	width: 100%;
	height: 100%;
}

.team-member .team-img-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all 350ms cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all 350ms cubic-bezier(.25, .46, .45, .94);
	-o-transition: all 350ms cubic-bezier(.25, .46, .45, .94);
	transition: all 350ms cubic-bezier(.25, .46, .45, .94);
	-webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
	-moz-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
	-o-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
	transition-timing-function: cubic-bezier(.25, .46, .45, .94);
	transform: scale(0.1);
	-o-transform: scale(0.1);
	-moz-transform: scale(0.1);
	-webkit-transform: scale(0.1);
}

.team-member .team-img:hover .team-img-overlay {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-o-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}

.team-member .team-img-overlay ul{
	display: table-cell;
	vertical-align:middle;
	list-style: none;
	padding: 0;
	margin: 0;
}

.team-member .team-img-overlay ul > li {
	display: inline-block;
	margin: 0 5px;
}

.team-member .team-img-overlay ul > li > a {
	display: block;
	width: 44px;
	height: 44px;
	background: #fff;
	font-size: 18px;
	line-height: 44px;
}

.team-member .team-img:hover .team-img-overlay ul > li > a {
	-webkit-animation: 1.2s rollIn;
}

.team-member .team-img-overlay ul > li > a:hover {
	transform: scale(1.15);
	-o-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
}

.teamdescription {
	padding-top: 30px;
}

/*========================================================================*/
/* Blog
/*========================================================================*/

.blogslide{
	padding:50px;
	background-color: #fff;
	position:relative;
}

.blogslide .carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}


.blogslide .carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.blogslide .carousel-control {
	color:#fff;
	top:40%;
	color:#666;
	bottom:auto;
	padding-top:4px;
	width:30px;
	height:30px;
	text-shadow:none;
	opacity:1;
}
.blogslide .carousel-control:hover {
	color:#999;
}
.blogslide .carousel-control.left, .carousel-control.right {
	background-image:none !important;
}
.blogslide .carousel-control.right {
	left:auto;
	right:-32px;
}
.blogslide .carousel-control.left {
	right:auto;
	left:-32px;
}
.blogslide .carousel-indicators {
	bottom:-50px;
}
.blogslide .carousel-indicators li {
	border-radius:30;
	width:10px;
	height:10px;
	background:none;
	border:1px solid #000;
}
.blogslide .carousel-indicators .active {
	width:12px;
	height:12px;
	background:#000;
	border-color:#3276b1;
} 

.blogslide .item h3 {
	margin-top: 15px;
	font-size: 13px;
	color: #000;
	letter-spacing: 0;
	font-weight: bold;
	text-transform: none;
}

.post-blog{
	float:left;
	min-height: 200px;
	margin-bottom:50px;
}

.post-blog .entry-media{
   display: block;
   position:absolute;
}

.post-blog .entry-media img{
	width: 200px;
	height:200px;
	border-radius: 50%;
}

.post-blog .entry-body {
    margin-left: 230px;
    float: right;
    margin-top: 10px;
}

.post-blog .entry-body h4 {
	margin-bottom:10px;
	color:#FFF;
}

.post-blog .entry-body h4 a{
	color:#FFF;
}

.post-blog .entry-body h4 a:hover{
	color:#FFF;
}


.post-blog .entry-body p{
	color:#FFF;
}

.post-date{
	font-size:13px;
	margin-bottom:10px;
	color:#FFF;
	line-height:20px;
}

.innerblog {
	height: auto;
	padding: 0px;
	margin: 0px;
	background: #58585a!important;
	
}

.post-date i{
	font-style: normal;
	margin-right:5px;
}

.blogreight {
	background: #58585a;
	padding: 20px;
}

.blogleft {
	background: #fff;
	padding: 20px;
	padding-left: 40px;
	max-height: 100%;
	overflow-y: scroll;
}

.bloghead {
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px #666 solid;
	border-top: 1px #666 solid;
}

.blogbody {
	padding-top: 25px;
}

.blogbody img {
	margin-left: 0px!important;
}

.bloghead h3 {
	text-transform: none;
	font-size: 26px;
	margin-bottom: 0px;
}

.imgwrapper {
	padding-top: 25px;
}

.facts {
	width: 100%;
	padding: 20px;
	border: 2px #000 dotted;
	background-color: #e7e7e8;
	margin-top: 20px;
}

.autor {
	margin-top: 20px;
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
	padding-top: 8px;
	padding-bottom: 8px;
}

.autor h2 {
	
	
	color: #fff;
	font-size: 12px;
	text-transform: none;
	padding: 4px;
	margin-bottom: 0px;
	width: 100%;
	text-align: center;
}



/* ==========================================================================
   Client Logo Carousel
   ========================================================================== */

.clients{
	background:#1E1E1E;
	text-align:center;
	padding:30px 0;
}

.clients .row {
	margin-bottom: 10px;
}

.clients-carousel .item figure{
	margin: 5px;
	
}

.clients-carousel .item figure img{
	display: block;
	margin: 0 auto;
	width: 70%;
}

.clients-carousel.owl-theme .owl-controls .owl-page span{
	background:#ccc;
    border-radius: 0;
    display: block;
    height: 3px;
    margin: 25px 4px 0;
    opacity: 1;
    width: 16px;
}

.clients-carousel.owl-theme .owl-controls .owl-page.active span,
.clients-carousel.owl-theme .owl-controls.clickable .owl-page:hover span{
	 background:#076324;
}



/*========================================================================*/
/*   Work Detail
/*========================================================================*/


#page-header {
	background:url('../images/pattern.png') repeat;
	padding:70px 0;
	text-align: center;
}

#page-header:after {
	background:rgba(0,0,0,.9) ;
	position:absolute;
	left:0px;
	right:0px;
}

#page-header h1{
	margin-bottom:0;
}

.work-detail-list {
	list-style:none;
	padding:0;
	margin:0;
}

.work-detail-list li{
	padding: 5px 0;
	line-height:22px;
	font-size:15px;
	letter-spacing: 0.9px;
}

.work-detail-list  li span{
	font-weight:600;
	padding-right:15px;	
}

#single-work-slider {
	margin-bottom:30px;
}

#single-work-slider .item img{
    display: block;
    width: 100%;
    height: auto;
}

#related-project{
	background:url('../images/pattern.png') repeat;
	padding:100px 0 80px;
	position:relative;
}

#related-project .image-wrapper{
	margin-bottom:20px;
}

.owl-theme .owl-controls .owl-page span {
	background: #a0a0a0;
}




/*========================================================================*/
/*   Blog Page
/*========================================================================*/

.post-content {
	margin-top:0;
}

.post-img  {
	margin: 0 0 20px 0;
}

.post-img  img{
	width:100%;
	max-height:400px;
}

.post-meta {
	margin: 20px 0;
	line-height: 20px;
	color: #999;
}

.post-meta a , .post-meta a i{
	color:#1E1E1E;
}

.post-description p{
	margin-bottom:25px;
}

blockquote{
	display: block;
	padding: 5px 15px;
	margin: 25px 15px;
	font-size: 18px;
	line-height: 25px;
	text-align: justify;
	font-style: italic;
	border-left: 5px solid #e5e5e5;
}

blockquote a{
	text-decoration: none;
	background: #eee;
	cursor: pointer;
	padding: 0 3px;
}

blockquote a:hover{
	color: #666;
}

blockquote em{
	font-style: italic;
}

/* Comments */

.comments-section {
	padding:50px 0;
}
 
.comments-section h3{
	margin-bottom:20px;
}

.comment-list {
	margin: 40px 0;
	border-top: 1px solid #EEE;
	padding-top: 30px;	
}

/* Comment List */

.comment-list ol {
	list-style: none;
	margin-left: 0px;
	padding: 0;
}

.comment-list ol.comment-sub {
	list-style: none;
}

li.comment .single_comment {
	padding: 20px 0;
	border-top: 1px solid #E9E6E6;
}

li.comment .single_comment.first-comment {
	border-top: none;
}

li.comment ol.comment-sub {
	margin-left: 65px;	
}


/* Comment List Content */

.comment-list ol .comment-avatar {
	float: left;
	margin-right: 15px;
}

.comment-list ol .comment-avatar  img{
	width:60px;
	height:60px;
}

.comment-list ol .comment-content {
	overflow: hidden;
}

.comment-list ol .comment-name {
	font-weight: 700;	
}

.comment-list ol .comment-name span{
	font-weight: normal;
	color: #aaa;
	margin: 0 8px;	
}

.comment-list ol .comment-name a {
    font-size: 14px;
    font-weight: 600;
	color:#1E1E1E;
}

.comment-list ol .comment-name a.comment-reply {
	font-size: 13px;
	font-weight: normal;
}

.comment-list ol .comment-desc {
	font-size: 14px;
	margin-bottom: 16px;	
	color: #1E1E1E;
	margin-top: 15px;
}


/*   comment-form   */

.comment-form .form-control,.widget-sidebar .search-box input {
	border-radius: 0;
	border: 0;
	display: inline-block;
	text-shadow: none;
	height:44px;
	border:2px solid #ddd;
	background:none;
	box-shadow:none;
}

.comment-form input, .comment-form textarea {
	background:none;
}

.comment-form .form-control:focus ,.widget-sidebar .search-box input:focus{
	border:2px solid #1E1E1E;
	background:none;
	outline: 0;
	box-shadow:none;
}

.comment-form textarea.form-control {
	height:auto;
}


/* Sidebar latest post */

.widget-main{
	margin-bottom:30px;
	padding:20px 20px 10px 20px;
	border:1px solid #E9E6E6;
}
.widget-sidebar .search-box {
	position: relative;
}

.widget-sidebar .search-box input{
	padding-left:10px;
}


.widget-sidebar .search-box i {
    position: absolute;
    right: 20px;
    top: 13px;
    font-size: 16px;
}

.post-categories ul{
	padding:0px;
	margin:0px;
}

.post-categories li{
	list-style: none;
	margin-bottom: 5px;
	border-bottom: 1px solid #f0f1f2;
	padding: 4px 0 4px 15px;
	position: relative;
}

.post-categories li:last-child{
	border-bottom:none;
	margin-bottom:0px;
}

.post-categories li a:before{
	content: "\f105";
	display: block;
	font-family: FontAwesome;
	position: absolute;
	left: -15px;
}

.post-categories a{
	position: relative;
	color: #2A2929;
	font-size:15px;
	display: inline-block;
	width: 100%;
	padding-bottom: 10px;
	line-height: 20px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}


.post-categories a:hover{
	color:#2A2929;
	margin-left: 10px;
}

.sidebar-widget {
	font-size: 11px;
	line-height: 15px;
	margin-right: 8px;
}

.sidebar-widget img {
	float: left;
	width: 80px;
	height: 67px;
	margin: 6px 14px 22px 0px;
}

.sidebar-widget p.date{
	color: #333;
}

.sidebar-widget p.sidebar-widget-title {
	font-size: 14px;
	line-height:20px;
}


/* Tags */

.tags {
	padding: 10px 0 10px;
	display:inline-block;
}

.tags a{
	float: left;
	padding: 10px 7px;
	color: #121212;
	margin: 0 6px 6px 0;
	border: 1px solid #ddd;
}

.tags a:hover{
	color: #fff;	
	background:#1E1E1E;
	border-color:#1E1E1E;
}


/*========================================================================*/
/*  Contact
/*========================================================================*/

.kontakt {
	padding-top: 20px;
	text-align: center;
}

.kontakt p {
	padding: 15px;
	font-size: 11px!important;
	line-height: 1.4em;
}

#contact{
	
}

.contact-form{
	margin-bottom:30px;
}

.contact-form input, .contact-form textarea{
	width:70%;
}

.contact-detail{
	padding:35px 0 70px;
	text-align:center;
}

.contact-info{
	display: inline-block;
	margin-bottom:30px;
}

.contact-text{
	margin-left: 80px;
	margin-top: 10px;
	display: inline-block;
}

.contact-text p{
	font-size:20px;
}

.contact-icon {
    font-size: 24px;
    line-height: 44px;
    width: 50px;
    height: 48px;
    position: absolute;
    border: 1px solid #1E1E1E;
	color:#1E1E1E;
    border-radius: 50%;
    text-align: center;
}

.contact-icon:hover{
	background:#1E1E1E;
	color:#FFF;
}

.jobs {
	list-style: none;
	margin: 0px;
	margin-top: 50px;
	padding: 0px;
}

.jobs li {
	padding: 15px;
	background-color: #dcdee0;
	margin: 10px;
}

/*========================================================================*/
/*  Footer
/*========================================================================*/

.innerbox {
	border: 1px #ccc solid;
	background-color: #fff;
	min-height: 300px;
}

footer{
	background:#1E1E1E;
	padding:45px 0 30px;
}

footer p{
	color:#FFF;
}

footer p > a:hover{
	color:#FFF;
}

footer ul.footer-social {
	margin-bottom: 20px;
}

footer ul.footer-social li {
	line-height:48px;
	font-size:20px;
	padding:0px;
}

.team-social li {
	line-height:48px;
	font-size:40px;
	padding:0px;
}

footer ul.footer-social li a {
	color: #FFF;
	text-align: center;
	border: 2px solid  #FFF;
	display: inline-block;
	height :50px;
	width: 50px;
	margin-right: 5px;
	border-radius:50%;
}

footer ul.footer-social li a  {
	transition: all 700ms;
}

footer ul.footer-social li a:hover {
	color: #1E1E1E;
	border: 2px solid #FFF;
	background:#FFF;
}

footer ul.footer-social li:last-child a {
	margin-right: 0px;
}

/*
==============================================
CSS3 ANIMATION CHEAT SHEET
==============================================

Made by Justin Aguilar

www.justinaguilar.com/animations/

Questions, comments, concerns, love letters:
justin@justinaguilar.com
==============================================
*/

/*
==============================================
slideDown
==============================================
*/


.slideDown{
	animation-name: slideDown;
	-webkit-animation-name: slideDown;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	

	visibility: visible !important;						
}

@keyframes slideDown {
	0% {
		transform: translateY(-100%);
	}
	50%{
		transform: translateY(8%);
	}
	65%{
		transform: translateY(-4%);
	}
	80%{
		transform: translateY(4%);
	}
	95%{
		transform: translateY(-2%);
	}			
	100% {
		transform: translateY(0%);
	}		
}

@-webkit-keyframes slideDown {
	0% {
		-webkit-transform: translateY(-100%);
	}
	50%{
		-webkit-transform: translateY(8%);
	}
	65%{
		-webkit-transform: translateY(-4%);
	}
	80%{
		-webkit-transform: translateY(4%);
	}
	95%{
		-webkit-transform: translateY(-2%);
	}			
	100% {
		-webkit-transform: translateY(0%);
	}	
}

/*
==============================================
slideUp
==============================================
*/


.slideUp{
	animation-name: slideUp;
	-webkit-animation-name: slideUp;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;

	visibility: visible !important;			
}

@keyframes slideUp {
	0% {
		transform: translateY(100%);
	}
		
}

@-webkit-keyframes slideUp {
	0% {
		-webkit-transform: translateY(100%);
	}
		
}

/*
==============================================
slideLeft
==============================================
*/


.slideLeft{
	animation-name: slideLeft;
	-webkit-animation-name: slideLeft;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes slideLeft {
	0% {
		transform: translateX(150%);
	}
	50%{
		transform: translateX(-8%);
	}
	65%{
		transform: translateX(4%);
	}
	80%{
		transform: translateX(-4%);
	}
	95%{
		transform: translateX(2%);
	}			
	100% {
		transform: translateX(0%);
	}
}

@-webkit-keyframes slideLeft {
	0% {
		-webkit-transform: translateX(150%);
	}
	50%{
		-webkit-transform: translateX(-8%);
	}
	65%{
		-webkit-transform: translateX(4%);
	}
	80%{
		-webkit-transform: translateX(-4%);
	}
	95%{
		-webkit-transform: translateX(2%);
	}			
	100% {
		-webkit-transform: translateX(0%);
	}
}

/*
==============================================
slideRight
==============================================
*/


.slideRight{
	animation-name: slideRight;
	-webkit-animation-name: slideRight;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes slideRight {
	0% {
		transform: translateX(-150%);
	}
	50%{
		transform: translateX(8%);
	}
	65%{
		transform: translateX(-4%);
	}
	80%{
		transform: translateX(4%);
	}
	95%{
		transform: translateX(-2%);
	}			
	100% {
		transform: translateX(0%);
	}	
}

@-webkit-keyframes slideRight {
	0% {
		-webkit-transform: translateX(-150%);
	}
	50%{
		-webkit-transform: translateX(8%);
	}
	65%{
		-webkit-transform: translateX(-4%);
	}
	80%{
		-webkit-transform: translateX(4%);
	}
	95%{
		-webkit-transform: translateX(-2%);
	}			
	100% {
		-webkit-transform: translateX(0%);
	}
}

/*
==============================================
slideExpandUp
==============================================
*/


.slideExpandUp{
	animation-name: slideExpandUp;
	-webkit-animation-name: slideExpandUp;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease -out;

	visibility: visible !important;	
}

@keyframes slideExpandUp {
	0% {
		transform: translateY(100%) scaleX(0.5);
	}
	30%{
		transform: translateY(-8%) scaleX(0.5);
	}	
	40%{
		transform: translateY(2%) scaleX(0.5);
	}
	50%{
		transform: translateY(0%) scaleX(1.1);
	}
	60%{
		transform: translateY(0%) scaleX(0.9);		
	}
	70% {
		transform: translateY(0%) scaleX(1.05);
	}			
	80%{
		transform: translateY(0%) scaleX(0.95);		
	}
	90% {
		transform: translateY(0%) scaleX(1.02);
	}	
	100%{
		transform: translateY(0%) scaleX(1);		
	}
}

@-webkit-keyframes slideExpandUp {
	0% {
		-webkit-transform: translateY(100%) scaleX(0.5);
	}
	30%{
		-webkit-transform: translateY(-8%) scaleX(0.5);
	}	
	40%{
		-webkit-transform: translateY(2%) scaleX(0.5);
	}
	50%{
		-webkit-transform: translateY(0%) scaleX(1.1);
	}
	60%{
		-webkit-transform: translateY(0%) scaleX(0.9);		
	}
	70% {
		-webkit-transform: translateY(0%) scaleX(1.05);
	}			
	80%{
		-webkit-transform: translateY(0%) scaleX(0.95);		
	}
	90% {
		-webkit-transform: translateY(0%) scaleX(1.02);
	}	
	100%{
		-webkit-transform: translateY(0%) scaleX(1);		
	}
}

/*
==============================================
expandUp
==============================================
*/


.expandUp{
	animation-name: expandUp;
	-webkit-animation-name: expandUp;	

	animation-duration: 0.7s;	
	-webkit-animation-duration: 0.7s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;		

	visibility: visible !important;	
}

@keyframes expandUp {
	0% {
		transform: translateY(100%) scale(0.6) scaleY(0.5);
	}
	60%{
		transform: translateY(-7%) scaleY(1.12);
	}
	75%{
		transform: translateY(3%);
	}	
	100% {
		transform: translateY(0%) scale(1) scaleY(1);
	}	
}

@-webkit-keyframes expandUp {
	0% {
		-webkit-transform: translateY(100%) scale(0.6) scaleY(0.5);
	}
	60%{
		-webkit-transform: translateY(-7%) scaleY(1.12);
	}
	75%{
		-webkit-transform: translateY(3%);
	}	
	100% {
		-webkit-transform: translateY(0%) scale(1) scaleY(1);
	}	
}

/*
==============================================
fadeIn
==============================================
*/

.fadeIn{
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes fadeIn {
	0% {
		transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		transform: scale(1.1);	
	}
	80% {
		transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		transform: scale(1);
		opacity: 1;	
	}		
}

@-webkit-keyframes fadeIn {
	0% {
		-webkit-transform: scale(0);
		opacity: 0.0;		
	}
	60% {
		-webkit-transform: scale(1.1);
	}
	80% {
		-webkit-transform: scale(0.9);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}		
}

/*
==============================================
expandOpen
==============================================
*/


.expandOpen{
	animation-name: expandOpen;
	-webkit-animation-name: expandOpen;	

	animation-duration: 1.2s;	
	-webkit-animation-duration: 1.2s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;	
}

@keyframes expandOpen {
	0% {
		transform: scale(1.8);		
	}
	50% {
		transform: scale(0.95);
	}	
	80% {
		transform: scale(1.05);
	}
	90% {
		transform: scale(0.98);
	}	
	100% {
		transform: scale(1);
	}			
}

@-webkit-keyframes expandOpen {
	0% {
		-webkit-transform: scale(1.8);		
	}
	50% {
		-webkit-transform: scale(0.95);
	}	
	80% {
		-webkit-transform: scale(1.05);
	}
	90% {
		-webkit-transform: scale(0.98);
	}	
	100% {
		-webkit-transform: scale(1);
	}					
}

/*
==============================================
bigEntrance
==============================================
*/


.bigEntrance{
	animation-name: bigEntrance;
	-webkit-animation-name: bigEntrance;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	visibility: visible !important;			
}

@keyframes bigEntrance {
	0% {
		transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30% {
		transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);		
		opacity: 1;
	}
	45% {
		transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	60% {
		transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	75% {
		transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	90% {
		transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	100% {
		transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}		
}

@-webkit-keyframes bigEntrance {
	0% {
		-webkit-transform: scale(0.3) rotate(6deg) translateX(-30%) translateY(30%);
		opacity: 0.2;
	}
	30% {
		-webkit-transform: scale(1.03) rotate(-2deg) translateX(2%) translateY(-2%);		
		opacity: 1;
	}
	45% {
		-webkit-transform: scale(0.98) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	60% {
		-webkit-transform: scale(1.01) rotate(-1deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	75% {
		-webkit-transform: scale(0.99) rotate(1deg) translateX(0%) translateY(0%);
		opacity: 1;
	}
	90% {
		-webkit-transform: scale(1.01) rotate(0deg) translateX(0%) translateY(0%);		
		opacity: 1;
	}	
	100% {
		-webkit-transform: scale(1) rotate(0deg) translateX(0%) translateY(0%);
		opacity: 1;
	}				
}

/*
==============================================
hatch
==============================================
*/

.hatch{
	animation-name: hatch;
	-webkit-animation-name: hatch;	

	animation-duration: 2s;	
	-webkit-animation-duration: 2s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 

	visibility: visible !important;		
}

@keyframes hatch {
	0% {
		transform: rotate(0deg) scaleY(0.6);
	}
	20% {
		transform: rotate(-2deg) scaleY(1.05);
	}
	35% {
		transform: rotate(2deg) scaleY(1);
	}
	50% {
		transform: rotate(-2deg);
	}	
	65% {
		transform: rotate(1deg);
	}	
	80% {
		transform: rotate(-1deg);
	}		
	100% {
		transform: rotate(0deg);
	}									
}

@-webkit-keyframes hatch {
	0% {
		-webkit-transform: rotate(0deg) scaleY(0.6);
	}
	20% {
		-webkit-transform: rotate(-2deg) scaleY(1.05);
	}
	35% {
		-webkit-transform: rotate(2deg) scaleY(1);
	}
	50% {
		-webkit-transform: rotate(-2deg);
	}	
	65% {
		-webkit-transform: rotate(1deg);
	}	
	80% {
		-webkit-transform: rotate(-1deg);
	}		
	100% {
		-webkit-transform: rotate(0deg);
	}		
}


/*
==============================================
bounce
==============================================
*/


.bounce{
	animation-name: bounce;
	-webkit-animation-name: bounce;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease;	
	-webkit-animation-timing-function: ease;	
	
	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 	
}

@keyframes bounce {
	0% {
		transform: translateY(0%) scaleY(0.6);
	}
	60%{
		transform: translateY(-100%) scaleY(1.1);
	}
	70%{
		transform: translateY(0%) scaleY(0.95) scaleX(1.05);
	}
	80%{
		transform: translateY(0%) scaleY(1.05) scaleX(1);
	}	
	90%{
		transform: translateY(0%) scaleY(0.95) scaleX(1);
	}				
	100%{
		transform: translateY(0%) scaleY(1) scaleX(1);
	}	
}

@-webkit-keyframes bounce {
	0% {
		-webkit-transform: translateY(0%) scaleY(0.6);
	}
	60%{
		-webkit-transform: translateY(-100%) scaleY(1.1);
	}
	70%{
		-webkit-transform: translateY(0%) scaleY(0.95) scaleX(1.05);
	}
	80%{
		-webkit-transform: translateY(0%) scaleY(1.05) scaleX(1);
	}	
	90%{
		-webkit-transform: translateY(0%) scaleY(0.95) scaleX(1);
	}				
	100%{
		-webkit-transform: translateY(0%) scaleY(1) scaleX(1);
	}		
}


/*
==============================================
pulse
==============================================
*/

.pulse{
	animation-name: pulse;
	-webkit-animation-name: pulse;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes pulse {
	0% {
		transform: scale(0.9);
		opacity: 0.7;		
	}
	50% {
		transform: scale(1);
		opacity: 1;	
	}	
	100% {
		transform: scale(0.9);
		opacity: 0.7;	
	}			
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;		
	}
	50% {
		-webkit-transform: scale(1);
		opacity: 1;	
	}	
	100% {
		-webkit-transform: scale(0.95);
		opacity: 0.7;	
	}			
}

/*
==============================================
floating
==============================================
*/

.floating{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(8%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(8%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}

/*
==============================================
tossing
==============================================
*/

.tossing{
	animation-name: tossing;
	-webkit-animation-name: tossing;	

	animation-duration: 2.5s;	
	-webkit-animation-duration: 2.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes tossing {
	0% {
		transform: rotate(-4deg);	
	}
	50% {
		transform: rotate(4deg);
	}
	100% {
		transform: rotate(-4deg);	
	}						
}

@-webkit-keyframes tossing {
	0% {
		-webkit-transform: rotate(-4deg);	
	}
	50% {
		-webkit-transform: rotate(4deg);
	}
	100% {
		-webkit-transform: rotate(-4deg);	
	}				
}

/*
==============================================
pullUp
==============================================
*/

.pullUp{
	animation-name: pullUp;
	-webkit-animation-name: pullUp;	

	animation-duration: 1.1s;	
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 		
}

@keyframes pullUp {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}				
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}							
}

@-webkit-keyframes pullUp {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}				
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}		
}

/*
==============================================
pullDown
==============================================
*/

.pullDown{
	animation-name: pullDown;
	-webkit-animation-name: pullDown;	

	animation-duration: 1.1s;	
	-webkit-animation-duration: 1.1s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%; 		
}

@keyframes pullDown {
	0% {
		transform: scaleY(0.1);
	}
	40% {
		transform: scaleY(1.02);
	}
	60% {
		transform: scaleY(0.98);
	}
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(0.98);
	}				
	80% {
		transform: scaleY(1.01);
	}
	100% {
		transform: scaleY(1);
	}							
}

@-webkit-keyframes pullDown {
	0% {
		-webkit-transform: scaleY(0.1);
	}
	40% {
		-webkit-transform: scaleY(1.02);
	}
	60% {
		-webkit-transform: scaleY(0.98);
	}
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(0.98);
	}				
	80% {
		-webkit-transform: scaleY(1.01);
	}
	100% {
		-webkit-transform: scaleY(1);
	}		
}

/*
==============================================
stretchLeft
==============================================
*/

.stretchLeft{
	animation-name: stretchLeft;
	-webkit-animation-name: stretchLeft;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 100% 0%;
	-ms-transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%; 
}

@keyframes stretchLeft {
	0% {
		transform: scaleX(0.3);
	}
	40% {
		transform: scaleX(1.02);
	}
	60% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(0.98);
	}				
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(1);
	}							
}

@-webkit-keyframes stretchLeft {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	40% {
		-webkit-transform: scaleX(1.02);
	}
	60% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(0.98);
	}				
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(1);
	}		
}

/*
==============================================
stretchRight
==============================================
*/

.stretchRight{
	animation-name: stretchRight;
	-webkit-animation-name: stretchRight;	

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease-out;	

	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%; 		
}

@keyframes stretchRight {
	0% {
		transform: scaleX(0.3);
	}
	40% {
		transform: scaleX(1.02);
	}
	60% {
		transform: scaleX(0.98);
	}
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(0.98);
	}				
	80% {
		transform: scaleX(1.01);
	}
	100% {
		transform: scaleX(1);
	}							
}

@-webkit-keyframes stretchRight {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	40% {
		-webkit-transform: scaleX(1.02);
	}
	60% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(0.98);
	}				
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(1);
	}		
}



/*========================================================================*/
/*   Media queries
/*========================================================================*/
@media only screen and (max-width:1024px){


.startlogo {
	width: 300px;
	position: absolute;
	top: 240px;
	left: 170px;
	display: none;
}


}

@media only screen and (max-width:992px){
	
.nav > li > a {
	padding: 15px 6px !important;
}

.startlogo {
	width: 300px;
	position: absolute;
	top: 240px;
	left: 300px;
	display: none;
}


}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	
.startlogo {
	width: 300px;
	position: absolute;
	top: 240px;
	left: 240px;
	display: none;
}

.about-slider{
	padding-left:30px;
}

.hrlines h2 {
	text-align: center!important;
	margin-bottom: 0px!important;
}

.hrlines hr {
	min-width: 190px;
    margin: 0 auto!important;
    margin-top: -20px;
}

.hrlines {
    margin-bottom: 20px!important;
}

#home h1 {
	font-size:65px;
	
}

.contentteam {
	margin-bottom: 20px!important;
}

}


@media only screen and (max-width: 767px) {

.row {
  margin-left: 0;
  margin-right: 0;
}

.section-header .smt {
	font-size: 32px;
}

.about-slider{
	padding-left:15px;
}

.navbar-nav {
	margin: 0px;
	padding:0px;
	background: #1E1E1E;
}

.navbar-nav > li > a {
	padding-top: 9px;
	padding-bottom: 9px;
	border-bottom: 1px solid #333;
	text-align:center;
}

.navbar-collapse {
	padding: 0;
	border-top: 0 !important;
	box-shadow: none;
}

.navbar-brand {
	margin-top: -9px;
	padding:15px;
}


 .flex-direction-nav {
	display:none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
}

.navigation {
	margin-top: -50px;
}

#leistung1 {
	margin-bottom: 30px;
}

.blogitem {
	margin-bottom: 15px;
}

.innerbox {
	margin-bottom: 15px;
}

.innerkomp p {
	font-size: 13px;
	letter-spacing: normal;
	width: 100%;
	margin: 0 auto;
	
}

.contentteam p {
	width: 100%;
	margin: 0 auto;
}

.hrlines h2 {
	text-align: center!important;
	margin-bottom: 0px!important;
}

.hrlines hr {
	min-width: 190px;
    margin: 0 auto!important;
    margin-top: -20px;
}

.hrlines {
    margin-bottom: 20px!important;
}

#home h1 {
	font-size:65px;
	
}

.contentteam {
	margin-bottom: 20px!important;
}

.startlogo {
	width: 300px;
	position: absolute;
	top: 240px;
	left: 240px;
	display: none;
}


}



@media (max-width: 560px) {

#home h1 {
	font-size: 30px;
}

.intro-btn{
	padding:10px 15px;
}

.startimg2 {
	position: absolute;  
    top: 30px;
    left: 0;  
    right: 0;  
    margin: auto;
    width: 80px;
    height: 80px;
}

.contentteam {
	margin-bottom: 20px!important;
}

.startlogo {
	width: 250px;
	position: absolute;
	top: 140px;
	left: 0px;
	right: 0px;
	display: none;
}

.homebackinner {
	height: 100%;
	width: 100%;
	background-color: #2f7dae;
	position: relative;
	background: url(../img/valhome_m.jpg) no-repeat center center;
	background-size: cover;
	
	
}

}



@media only screen and (max-width: 490px){

.post-blog{
	float:left;
}	

.post-blog .entry-media {
	width: 100%;
	text-align: center;
	float: left;
	position:inherit;
	margin-bottom:20px;
}

.post-blog .entry-body{
	margin-left:0px;
	text-align:center;
}

.hrlines h2 {
	text-align: center!important;
	margin-bottom: 0px!important;
}

.hrlines hr {
	min-width: 190px;
    margin: 0 auto!important;
    margin-top: -20px;
}

.hrlines {
    margin-bottom: 20px!important;
}

.contentteam {
	margin-bottom: 20px!important;
}
	
	
}

@media (max-width: 479px) {
	
.section-header .smt {
	font-size: 26px;
	padding: 0;
}

.section-header .smt:before,
.section-header .smt:after {
	width: 18px;
}

}

@media only screen and (max-width:380px){

.contact-text {
	margin-left: 60px;
}

.contact-text p {
	font-size: 15px;
}

}