body, html {
font-family: 'Roboto Condensed', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #fff;
	font-size: 18px;
	font-weight: 100;
	width: 100% !important;
	height: 100% !important;
	position:relative;
}
.navbar {
	min-height: 80px;
	background-color: #fff

}
.navbar-but {

}
.navbar-brand {
    float: left;
	height: 10px;
    padding: 15px 15px;
    line-height: 20px;
	padding-bottom: 60px;
}
.icon-bar {
   background-color:#333 !important;
}
.navbar-nav {
    text-transform: uppercase;
	}

.btn, .navbar-custom, h1, h2, h3, h4, h5, h6 {
	font-family: Montserrat, "Roboto Condensed", Helvetica, Arial, sans-serif
}
.nav > li > a:hover, .nav > li > a:focus {
	color: #fff;
	text-decoration: none;
    background-color: #e38181;
}
.navbar .navbar-nav > .active > a, .navbar .navbar-nav > .active > a:hover, .navbar .navbar-nav > .active > a:focus {

    color: #fff;
    background-color: #cccccc;
}

h1 {
	text-transform: uppercase;
	font-weight: 100;
	color: #fff;
	text-shadow: 3px 3px 3px #666;
}
h1 strong {
	font-weight: 300;
}
h2 {
	font-size: 24px;
	font-weight: 100;
}
h2 strong {
	font-weight: 400;
}
h3 {
	font-weight: 100;
	color: #fff;
}
h4 {
	font-weight: 300;
}

p {
	color: #fff;
}
a {
	color: #999999;
}
a:hover, a:focus {
	color: #fff;
	text-decoration: none;
}
ul, ol {
	list-style: none;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ddd;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #E75926;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}
.panel-default {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    opacity: 0.80;
	color:#000;
}
.btn-scroll {
	width: 59px;
	height: 68px;
    	margin-top: 30px;
		text-align: center;
		background: url(../img/scroll.png);
		border: 0;
		transition: all 1.5s;
}
.btn-scroll:hover, .btn-scroll:focus, .btn-scroll.focus, .btn-scroll:active, .btn-scroll.active {
	color: #f6f6f6;
	background: url(../img/scroll1.png);
}
.btn-top {
	width: 59px;
	height: 68px;
	margin-top: 300px;
	text-align: center;
	background: url(../img/top.png);
	border: 0;
	transition: all 1.5s;
}
.btn-top:hover, .btn-top:focus, .btn-top.focus, .btn-top:active, .btn-top.active {
	color: #f6f6f6;
	background: url(../img/top1.png)
}


@media (min-width:1024px) {
	
.navbar-nav > li > a {
    padding-bottom: 15px;
	padding-top: 45px;
}
	
#intro  {
	height: 100%;
	padding: 0;
}
#intro .intro-body .intro-text {
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 100px;
	color: rgba(255,255,255,0.9);
}
}

/* Home Section */

#intro {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	background: url(../img/intro-hg.jpg) no-repeat center center;
	background-color: #000;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro1a {
	width: 100%;
	height: 100%;
    background: url(../img/intro.png) no-repeat center center fixed;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
}

/* boxes inhalte */
.box {
	padding-top: 120px;
	padding-bottom: 20px;
		margin-top: 25%;
}
.box-green {
	padding-bottom: 20px;
	margin-top: 25%;
	background-color: rgba(51, 153, 51, 0.4)!important;	
}
.box-red {
	padding-bottom: 20px;
	margin-top: 25%;
	background-color: rgba(162, 28, 38, 0.4)!important;	
}
.box-black {
	background-color: #000;
	opacity: 0.70;
}
.box-white {
	width: 100%;
	 background-color: #fff;
	padding: 20px;
	margin-top: 250px;
	opacity: 0.50;

}
.box-gray{
	width: 100%; !important;
	padding: 20px;
	background-color: rgba(255, 255, 255, 0.3)!important;	
}
.inhalt {
	height: 100% !important;
	padding-top: 120px;
}
/* Sections */

#about, about1a, #whats, .whats1a, #consulting, .consulting1a, #solutions, .solutions1a, .team1a, #contact, .contact1a {
	display: table;
    width: 100%;
    height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

#info {
background-color: #000;
}
#about  {
	background: url(../img/about-hg.jpg) center center no-repeat fixed;
	background-size: cover;
}
.about1a {
	background: url(../img/about3a-hg.jpg) center center no-repeat fixed;
	background-size: cover;
}
#whats {
background: url(../img/what.jpg)  center center no-repeat #000;
background-size: cover;
}
.whats1a {
background: url(../img/what.png)  center center no-repeat fixed; 
background-size: cover;
}
#consulting {
	background: url(../img/port5-hg.jpg) center center no-repeat fixed;
	background-size: cover;
	}
.consulting1a {
	background: url(../img/port7-hg.jpg) no-repeat center center fixed; 
	background-size: cover;
}

#solutions {
	background: url(../img/smartcity-solutions.jpg)  no-repeat center center; 
	background-size: cover;
}
.solutions1a {
		background: url(../img/solutions1.png)  no-repeat center center fixed; 
	background-size: cover;
}
/* applications Section */
#applications {
	background-color: #e6e6e6;	
}
.applications1a {
	color:#000;
	background-color: rgba(10, 88, 137, 0.7)!important;	
	background-size: cover;
}
#applications .service {
	padding: 20px 10px;
	color:#000;
}
#applications h2 {
	color: #333;
}
#applications h3 {
	font-size: 20px;
	font-weight: 600;
	color: #666;
}
#applications p {
	color:#999;
}
.space {
	margin-top: 40px;
}
#applications i.fa {
	color: #993333;
	transition: all 0.5s;
}

/* End applications */
#team {
	color: #000;
	height:inherit;
	background: url(../img/app.jpg) center center no-repeat fixed;
	background-size: cover;
}
.team1a {
	background: url(../img/hg-netz.png) center center no-repeat;
	background-size: cover;
}
#contact {
	background: url(../img/contact-hg.jpg) no-repeat center center; 
	background-size: cover;
}
.contact1a {
	background: url(../img/hg-contact.png) no-repeat center center fixed; 
	background-size: cover;	
}

/* Footer Section*/
#footer {
	width: 100%;
	height:120px;
	background: #000;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
    font-size: 14px;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
}
.footer a {
	color: #999999;
}
.footer a:hover, a:focus {
	color: #fff;
}
.footer p {
	font-size: 14px;
	margin-top: 10px;
}
}

@media (max-width: 767px) {
.navbar-brand {
    float: right;
}
.navbar-nav > li > a {
    padding-bottom: 15px;
	padding-top: 0px;
	margin-top: 0px;
	 line-height: 20px;
}
h2 {
    font-size: 20px;
}
h3, .h3 {
    font-size: 16px;
}
}
