
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Archivo', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.7em;
  	color: #184f6a;
	background-color: #fff;
}

strong {
	font-weight: 700;
}

a {
	color: #9c6e17;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

a:hover {
	color: #184f6a;
	text-decoration: none;
}

a[href^="tel:"] {
    white-space: nowrap;
}
.margin-top {
	margin-top: 50px;
}
.margin-bottom {
	margin-bottom: 50px;
}
.padding-left {
	padding-left: 100px;
}

.padding-right {
	padding-right: 100px;
}

#logo {
    width:240px;
    margin: 20px 0 10px 5px;
    }
.fa {
	color: #184f6a;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.fa.fa-bars {
    font-size:30px;
    }

.fa:hover {
	color: #9c6e17;
}

.row {
	margin-right: 0;
}

.hidden {
	display: none;
}

.blue {
	color: #9c6e17;
}

/* Headings */

h1, h2, h3, h4 {
	font-family: 'Archivo', sans-serif;
	font-weight: 500;
	line-height: 1.3em;
	padding-bottom: 10px;
	margin: 0;
}

h4 {
	font-weight: 300;
}

section h1, h4 {
	color: #4E4F4F;
}

hr {
	width: 50px;
	height: 3px;
	text-align: center;
	margin-bottom: 30px;
	background-color: #9c6e17;
	border-top: none;
}
hr.links {
    margin-left:0;
    }
section {
	padding: 130px 0;
}

section.darker {
	background-color: #184f6a;
	color: #fff;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

section#clients {
	padding: 80px 0;
}

.darker.load-more {
	background-color: #9c6e17;
	color: #fff;
	padding: 50px 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.darker.load-more h2 {
	margin-top: 0px;
	vertical-align: middle;
	padding-bottom: 0;
	font-weight: 300;
}

.darker.load-more:hover {
	background-color: #2A7BE3;
}

section.darker h1 {
	color: #fff;
	font-weight: 300;
	padding: 0;
}

section.darker h2, section.darker h3 {
	color: #fff;
	font-weight: 300;
	text-transform: none;
	padding: 0;
	padding-bottom: 10px;
	margin-top: 20px;
}

section.darker p {
	margin-bottom: 20px;
}

section.darker .btn {
	margin: 20px 0;
}

section.darker.section-bg {
	padding: 0;
	/*max-height: 500px;*/
	overflow: hidden;
}

section.darker.section-bg img {
	width: 100%;
	min-height: 500px;
}

section.darker.section-bg .border:after {
	content: "";
	display: block;
	height: 1px;
	width: 35px;
	border-top: 3px solid #fff;
	margin: 30px 0;
}

section.darker.section-bg .section-content {
	padding: 40px 60px;
	display: table;
}

section.darker.section-bg .section-content .content {
	margin: 0;
	display: table-cell;
	vertical-align: middle; 
}

section.section-darker {
	background-color: #f7f7fa;
}

section.section-darker img {
	max-width: 300px;
	padding-left: 500px;
}

section.dunkel {
	background-color: #184f6a;
    }
section.dunkel *{
	color: #fff;
    }
section#clients img {
    max-width:220px;
}



/* Navbar */

ul.nav {
  margin-top: 40px;
}
.navbar {
	background-color: #fff;
	display: table;
	width: 100%;
	height: 100px;
    -webkit-box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.57); 
    box-shadow: 0px 5px 10px 3px rgba(0,0,0,0.57);
}

.navbar .container {

	vertical-align: middle;
	text-align: center;
}

.navbar-brand h2 {
	padding-bottom: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.navbar-brand h2:first-letter {
	color: #9c6e17;
}

.navbar:hover h2 {
	color: #9c6e17;
}

.nav li a {
	font-family: 'Archivo', sans-serif;
	font-size: 18px;
	font-weight: 500;
	padding: 20px 18px;
	transition: all 0.3s;
    color:#184f6a;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.navbar-default .navbar-nav > li > a {
    color: #184f6a;
    
}
.nav li:hover a, .nav li:hover a:hover {
	color: #9c6e17;
    background:none;
}

.nav.navbar-nav li a:focus, .nav.navbar-nav li a:active, ul.nav li.active a {
	color: #9c6e17;
	font-weight: 500;
    background:none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #a07627;
	font-weight: 200;
    background-color: transparent;
}



/* Header */

header {
	width: 100%;
	max-height: 700px;
    padding-top:180px;
}

header h1 {
    text-wrap: balance;
    }
header .item .header-text {
	width: 50%;
	padding: 0 50px;
	z-index: 10;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
}

h1.title {
	font-size: 60px;
	padding-bottom: 50px;
	line-height: 1em;
    letter-spacing: 0.05em;
    font-weight: 500;
    color:#184f6a;
}

h2.title {
	font-size: 32px;
	padding-bottom: 30px;
	letter-spacing: 0.02em;
	line-height: 1.2em;
    text-wrap:balance;
}
h4 {
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #184f6a;
    font-weight: 400;
    }
p.title {
	font-size: 16px;
	padding: 50px;
}
p {
	font-size: 20px;
    font-weight:200;
    line-height: 150%;
    margin-top:20px;
    }
p b {
    font-weight:500;
    }
p a {
    color:#9c6e17;
    }
p a:hover {
    color:#184f6a;
    }
#datenschutz h2, #barrierefrei h2 {
    margin:25px 0 0 0;
    }
#datenschutz h3, #barrierefrei h3 {
    margin:25px 0 0 0;
    }
#datenschutz p, #barrierefrei p {
    margin:0 0 20px 0;
    }
#datenschutz ul li, #barrierefrei ul li {
	font-size: 20px;
    font-weight:200;
    line-height: 150%;    }
/* Buttons */

.btn {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;

    border: 3px solid #9c6e17;
	padding: 10px 30px;
	background-color: #9c6e17;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.btn:hover, .btn:focus, .btn:active, .btn.active {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	background-color: #ffffff;
	color: #9c6e17;
    border: 3px solid #9c6e17;
}

.darker .btn {
	border: 3px solid #fff;
	background-color: transparent;
	color: #fff;
	line-height: 2em;
	margin-top: 5px;

	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.darker .btn:hover, .darker .btn:focus, .darker .btn:active, .darker .btn.active {
	color: #9c6e17;
	border: 3px solid #fff;
	background-color: #fff;
}

.zahlen h3 span {
    font-size:70%;
    }

/* Projekte */

#projekte {
	margin: 0;
	padding-left: 15px;
	padding-bottom: 0px;
}

#projekte .isotope .element-item {
	z-index: 2;
}

#projekte .col-lg-3, #projekte .col-md-6, #projekte .col-sm-12 {
	margin: 0;
	padding: 0;
}

#projekte img {
	width: 100%;
	height: auto;
}

#projekte .overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
    background-color: rgba(24, 79, 106, 0.7);
	margin: 0;
	opacity: 1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

#projekte .overlay:hover {
	opacity: .8;
	margin: 0;
}

#projekte .overlay .overlay-text {
	color: #fff;
	position: absolute;
	top: 35%;
	bottom: 35%;
	left: 20%;
	right: 20%;
}

#projekte .overlay .overlay-text h1 {
	color: #fff;
	text-align: center;
}

#projekte .overlay .overlay-text h4 {
	color: #fff;
    line-height: 1.3em;
    text-wrap: balance;
}

#projekte .col-lg-6 {
    border:5px solid #fff;
    }
#filters {
	font-size: 20px;
	margin: 50px 0;
}

#filters .filter {
	cursor: pointer;
	padding: 0px 10px;
}

/* Clients */

#clients img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	opacity: 0.7;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}

#clients img:hover {
	filter: none;
	-webkit-filter: none;
	opacity: 1;
}

/* Parallax */

section.call-to-action {
	width: 100%;
    background-color:#184f6a;
	background-image: url('../img/lenbachhoefe_konvaent.png');
	color: #fff;
	padding: 150px 0;
}
section.call-to-action h2 {
	font-size:40px;
    font-weight:600;
}
section.call-to-action h3 {
	padding: 0;
	font-weight: 300;
}



section.testimonials {
	width: 100%;
    background-color:#184f6a;
	background-image: url('../img/siemensstr_konvaent.png');
	color: #fff;
	padding: 150px 0;
}


section.testimonials p {
	text-wrap: balance;
}

.full-width-parallax {
    background-attachment: fixed !important;
    background-size: cover;
}


/* Footer */

footer {
	background-color: #184f6a;
	padding: 30px 0 100px 0;
}

footer a {
	padding: 0px 20px;
    color:#fff;
}
footer a:hover {
    color:#9c6e17;
}


/* Media Queries */
@media all and (max-width: 1200px) { 

    ul.nav {
        margin-top: 10px;
    }


}
@media all and (max-width: 1024px) {
    
    header {
	   max-height: 700px;
    }
    
    .nav li a {
        padding: 10px 14px 20px 14px;
    }

    section {
	   padding: 100px 0;
    }
	.full-width-parallax {
		background-attachment: scroll !important;
		background-position: initial !important;
		background-repeat: no-repeat !important;
	}

	#services .col-md-3:first-child, #services .col-md-3:nth-child(5) {
		border-left: none;
	}

	#services .col-md-3 {
		border-right: none;
	}
h1.title {
	font-size: 44px;
	padding-bottom: 50px;
	line-height: 1em;
    letter-spacing: 0.05em;
    }

h2.title {
	font-size: 32px;
	padding-bottom: 30px;
	letter-spacing: 0.02em;
	line-height: 1.2em;
    }
h4 {
    font-size: 16px;
    letter-spacing: 0.05em;
    }
p.title {
	font-size: 18px;
	padding: 50px;
    }
p {
	font-size: 18px;
    font-weight:200;
    }


    
}

@media all and (max-width: 768px) {
    
    .navbar-header {
        text-align: center:
    }
    
	.navbar-brand h1 {
        font-size: 100%;
		margin-top: 10px;
	}
	
    .nav li a {
        padding: 10px 18px;
    }
	.header-text h1 {
		font-size: 40px;
	}

	.header-text h2 {
		font-size: 30px;
	}
	section.darker.section-bg {
		max-height: 100%;
	}
    section {
	   padding: 120px 0;
    }
    header {
	   max-height: 800px;
    }
}

@media all and (max-width: 768px) {

section#clients img {
    max-width:160px;
    }
}