/* Schriften Laden*/
@font-face {
   font-family: 'Lato Black';
   local: Lato Black; 
   src: url(../fonts/lato-black-webfont.eot) format('embedded-opentype');
   src: url(../fonts/lato-black-webfont.woff) format('woff'),
   url(../fonts/lato-black-webfont.ttf) format('truetype'),
   url(../fonts/Lato-Black.ttf) format('truetype'),
   url(../fonts/lato-black-webfont.svg) format('svg');
}


@font-face {
   font-family: 'Lato Hairline';
   local: Lato Hairline;
   src: url(../fonts/lato-hairline-webfont.eot) format('embedded-opentype');
   src: url(../fonts/lato-hairline-webfont.woff) format('woff'),
   url(../fonts/lato-hairline-webfont.ttf) format('truetype'),
   url(../fonts/Lato-Hairline.ttf) format('truetype'),
   url(../fonts/lato-hairline-webfont.svg) format('svg');
}


@font-face {
   font-family: 'Lato Light';
   local: Lato Light;
   src: url(../fonts/lato-light-webfont.eot) format('embedded-opentype');
   src: url(../fonts/lato-light-webfont.woff) format('woff'),
   url(../fonts/lato-light-webfont.ttf) format('truetype'),
   url(../fonts/Lato-Light.ttf) format('truetype'),
   url(../fonts/lato-light-webfont.svg) format('svg');
}

@font-face {
   font-family: 'Museo Sans';
   local: Museo Sans;
   src: url(../fonts/museosans_500-webfont.eot) format('embedded-opentype');
   src: url(../fonts/museosans_500-webfont.woff) format('woff'),
   url(../fonts/museosans_500-webfont.ttf) format('truetype'),
   url(../fonts/museosans_500-webfont.svg) format('svg');
}

body {
    font-size: 11px;
    font-family: 'Lato Hairline',Arial,Helvetica,sans-serif;
    color: #4A4A4A ;
}

.wrap {
	background-color: rgb(245,245,245);
}

.wrap nav {
	background-color: transparent;
	margin-bottom: 0px;
}

.navbar-inverse .container {
	padding-left: 40px;
	padding-right: 40px;
	
}

.wrap > .container {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 119px;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	background-color: #fff;
	color: #000;
}

nav .container {
	padding-top: 30px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 0px;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #949494;
}
.navbar-header h1:hover, .navbar-header h1:focus {
	color: #EB3F33;
}
.navbar-header h2:hover, .navbar-header h2:focus {
	color: #949494;
}

/* mobile */
@media (min-width: 767px) and (max-width: 991px) {
	.project-index nav .container {
		padding-top: 0px;
	}
}
@media (max-width: 767px) {
	.navbar-brand {
		padding-top: 0px;
	}
}
@media (max-width: 381px) {
	nav .container {
		padding-top: 0px;
	}
	.navbar-toggle {
		margin-bottom: 0px;
	}
}


/* links */
a {
	color: #949494;
}
a:hover, a:focus {
	color: #EB3F33;
	text-decoration: none;
}

.brandLabelHeading1 {
	font-family: 'Lato Black',Arial,Helvetica,sans-serif;
	font-size: 20px;
	text-shadow: none;
	margin-bottom:0px;
}

.brandLabelHeading2 {
	font-family: 'Museo Sans',Arial,Helvetica,sans-serif;
	font-size: 16px;
	text-shadow: none;
	margin-top: 0px;
	margin-bottom: 0px;
}

.container .jumbotron, .container-fluid .jumbotron {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

.navbar-inverse .navbar-brand {
	color: #949494;
}

.navbar-nav {
	margin-bottom: 20px;
}

.navbar-inverse .navbar-nav > li > a {
	color: #949494;
	font-size: 16px;
	font-family: 'Museo Sans',Arial,Helvetica,sans-serif;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #EB3F33;
}

.navbar-fixed-top {
	border: 0px;
}

.rcolor {
    color: #EB3F33;
}

.container {
	background-color: #fff;
}

p{ 
    margin-top: 15px;
}

.main-heading h1,
.main-heading h2,
.main-heading h3
 {
	font-family: Lato Hairline,Arial,Helvetica,sans-serif;
    font-size: 2.1em;
    line-height: 1.2em;
    font-weight: 300;
    color: #949494;
    margin: 0px;
	padding:0;
	text-align: left;
	text-shadow: 0px;
}

.main-heading h1 {
	border-top: 1px solid #C9C9C9;
	padding-top: 20px;
}

/* weird fix */
.project-index .main-heading h1,
.project-nonecommercial .main-heading h1,
.site-impress .main-heading h1,
.site-contact .main-heading h1,
.site-about .main-heading h1
{
	border-top: 1px solid #C9C9C9;
}

.main-heading h2 {

}

.main-heading h3 {
	
}

.dotted-lines {
	margin-top: 20px;
	margin-bottom: 20px;
}

.dotted-lines hr{
	border:none;
	border-top:1px dotted #C9C9C9;
	color:#fff;
	background-color:#fff;
	height:1px;
	width:100%;
	margin: 0px;
	padding: 0px;
}

.dotted-lines hr.dotted-one {
	
}

.dotted-lines hr.dotted-two {
	margin-top: 3px;
}

/* boxes */
.wrap-box h3 {
	margin-top: 0;
	margin-bottom: 0;
}

/* footer */
footer.footer {
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	border: 0px;
	padding-top:0px;
}
footer.footer .container {
	height: 60px;
	padding-left: 40px;
	padding-right: 40px;
}
footer.footer {
    font-family: Museo Sans,Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #949494;
}

footer.footer .address {
	float: left;
	padding-top: 8px;
}
footer.footer .impressum,
footer.footer .social {
	float: right;
	padding-top: 23px;
}
footer.footer .social-icon {
	display: inline-block;
}
footer.footer .impressum {
	margin-right: 20px;
}
footer.footer .siaddtwitter {
    display: block;
    width: 17px;
    height: 17px;
    background: transparent url("../images/icon-twitter.gif") no-repeat scroll 0% 0%;
}
footer.footer .siaddfacebook {
    display: block;
    width: 17px;
    height: 17px;
    background: transparent url("../images/icon-facebook.gif") no-repeat scroll 0% 0%;
}

footer.footer a:hover, footer.footer a:focus {
	color: #EB3F33;
}

footer.footer a {
	font-family: 'Museo Sans',Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #949494;
	text-decoration: none;
}

.navbar-toggle {
	background-color: #EB3F33;
}

.navbar-inverse .navbar-toggle {
	border-color: #EB3F33;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	border-color: #333;
}

/* ########################################################*/

/* home */

/* col1 picture */
div.row div.col-lg-1 img {
	width: auto;
	height: auto;
}

/* col3 wai */
div.row div.col-lg-4 {
	font-family: 'Museo Sans',Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 20px;
}
div.row div.col-lg-4 .wai-w-heading h4 {
	font-size: 16px;
	color: #D80000;
	margin: 20px 0px 15px;
}
div.row div.col-lg-4 .wai-w-heading p {
    font-size: 14px;
    color: #929292;
}
div.row div.col-lg-4 .wai-wo-heading p {
    font-size: 14px;
    color: #929292;
	padding-top: 40px;
}
div.row div.col-lg-4 ul.strngth {
	padding-left:0px;
	list-style-type: none;
}
div.row hr.dotted-top {
	border:none;
	border-top:1px dotted #C9C9C9;
	color:#fff;
	background-color:#fff;
	height:1px;
	width:100%;
	margin: 0px;
	padding: 0px;
}

/* bs row */
div.row {
	margin-top: 2%;
}

.center-block {float: none !important}


/* projects */

.proj-row {
	
}
.proj-row:hover,
.proj-row:focus {
	cursor: pointer;
}
.proj-row:hover h2,
.proj-row:focus h2,
.proj-row:hover h3,
.proj-row:focus h3,
.proj-row:hover h4,
.proj-row:focus h4,
.proj-row:hover h5,
.proj-row:focus h5,
.proj-row:hover h6,
.proj-row:focus h6
{
	color: #EB3F33;
}
.proj-row h2,
.proj-row h3,
.proj-row h4,
.proj-row h5,
.proj-row h6
{
	margin:0;padding:0;
	font-size: 16px;
	line-height: 25px;
}

.proj-row h2 {
	font-family:'Lato Light',Arial,Helvetica,sans serif;
}
.proj-row h3 {
	font-family:'Museo Sans',Arial,Helvetica,sans serif;
	margin-bottom:15px;
}
.proj-row h4 {
	font-family:'Lato Light',Arial,Helvetica,sans serif;
	margin-top:15px;
}
.proj-row h5 {
	font-family:'Museo Sans',Arial,Helvetica,sans serif;
}
.proj-row h6 {
	font-family:'Museo Sans',Arial,Helvetica,sans serif;
}

.proj-row img.proj-img {
	border-radius: 4px;
	width:100%;
	height:auto;
}

.proj-row hr {
	border:none;
	border-top:1px dotted #C9C9C9;
	color:#fff;
	background-color:#fff;
	height:1px;
	width:100%;
	margin: 0px;
	padding: 0px;
}

.main-sub-navi {
	position: absolute;
	bottom:-10px;
	right: 15px;
}

.main-sub-navi div {
	display: inline-block;
	font-size: 13px;
	font-family: "Lato Light",Arial,Helvetica,sans serif;
}

/* project detail */
.proj-detail.nav-heading {
	margin-left:40px;
	margin-bottom:8px;
	color: #000;
	font-family: 'Museo Sans',Arial,Helvetica,sans-serif;
	font-size: 12px;

}
nav.proj-detail {
	list-style-type: none;
	margin-left:40px;
	height: 245px;
	overflow-y: scroll;
}
nav.proj-detail li{
	font-family: 'Museo Sans',Arial,Helvetica,sans-serif;
	font-size: 12px;
}

nav.proj-detail li a {
	line-height: 20px;
}

.project-detail .row.top-line {
	margin-top: 1px;
}

.project-detail .sold-top-line {
	border:none;
	border-top:1px solid #C9C9C9;
	height:1px;
	width:100%;
	margin: 0px;
	padding: 0px;
}

.sub-heading h1 {
	font-family: Lato Hairline,Arial,Helvetica,sans-serif;
	font-size: 25px;
	margin-top:0px;
	margin-bottom:0px;
	
}
.sub-heading h2 {
	font-family: Lato Hairline,Arial,Helvetica,sans-serif;
	font-size: 50px;
	margin-top:0px;
}
.sub-heading h3 {
	font-family: 'Lato Light',Arial,Helvetica,sans-serif;
	font-size: 20px;
	line-height: 28px;
	color: #929292;
}
.sub-heading h4 {
	font-family: 'Museo Sans',Arial,Helvetica,sans-serif;
	font-size: 14px;
	line-height: 34px;
}
.sub-heading h5 {
	font-family: 'Lato Light',Arial,Helvetica,sans-serif;
	font-size: 16px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.proj-file-headline {
	color: #929292;
	font-family: Lato Light,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	margin-top: 10px;
	margin-bottom: 1.5%;
}

.proj-file-headline.topline {
	border:none;
	padding-top:2%;
	border-top:1px dotted #C9C9C9;
}

@media (max-width: 991px) {
	.project-detail .sub-navi {
		display: none;
	}
}

/* contact */

.site-contact .address {
	color: #929292;
	font-family: Lato Light,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
}
.site-contact .title {
	color: #EB3F33;
	font-family: "Lato Light",Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;
}

/* impress */


.site-impress h5 {
	font-family: "Lato Light",Arial,Helvetica,sans-serif;
	font-size: 16px;
	color: #EB3F33;
	margin-bottom:20px;
}
.site-impress p {
    font-family: Museo Sans,Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: #929292;
    line-height: 20px;
}
.site-impress .col-md-4 p {
	font-family: Lato Light,Arial,Helvetica,sans-serif;
	font-size: 16px;
}

.main-heading h1{
	margin-top: 1px;
}
.main-heading h1,
.main-heading h2,
.main-heading h3
{
	font-size: 65px;
}

/* formular error color */
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
	color: #EB3F33;
}
.has-error .form-control {
	border-color: #EB3F33;
}

@media (min-width: 768px) and (max-width: 991px) {
	.main-heading h1,
	.main-heading h2,
	.main-heading h3
	{
		font-size: 45px;
	}
	.main-heading h1 {
		margin-top: 20px;
	}
	.project-index .main-heading h1, .project-nonecommercial .main-heading h1, .site-impress .main-heading h1, .site-contact .main-heading h1, .site-about .main-heading h1 {
		border-top: 1px solid #C9C9C9;
	}
	ul.navbar-nav {
		margin:0 !important;
	}
}

@media (max-width: 1199px) {
	.site-index div.row div.col-lg-4 .wai-wo-heading p {
		padding-top: 0;
	}
}
@media (max-width: 768px) {
	.main-heading h1,
	.main-heading h2,
	.main-heading h3
	{
		font-size: 45px;
	}
	.main-heading h1 {
		margin-top: 1px;
	}
	.project-index .main-heading h1, .project-nonecommercial .main-heading h1, .site-impress .main-heading h1, .site-contact .main-heading h1, .site-about .main-heading h1 {
		border-top: 1px solid #C9C9C9;
	}
}

@media (max-width: 660px) {
	.main-heading h1,
	.main-heading h2,
	.main-heading h3
	{
		font-size: 35px;
	}
}

@media (max-width: 534px) {
	.main-heading h1,
	.main-heading h2,
	.main-heading h3
	{
		font-size: 22px;
		font-weight: 600;
	}
}
@media (max-width: 480px) {
	.project-index .main-sub-navi {
		display: none;
	}
	.project-nonecommercial .main-sub-navi {
		display: none;
	}
}