/*!
 * Start Bootstrap - Landing Page Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body,
html {
    width: 100%;
    height: 100%;
}

body {
	background-color:#FFF;
	font-size:16px;
	color:#FFF;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Dosis', sans-serif;
    font-weight: 400;
}

hr {
border: 0; height: 1px;
background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.10), rgba(0,0,0,0.25), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(0,0,0,0.10), rgba(0,0,0,0.25), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(0,0,0,0.10), rgba(0,0,0,0.25), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(0,0,0,0.10), rgba(0,0,0,0.25), rgba(0,0,0,0));
margin:20px 0 15px 0;
padding:0;
clear:both;
display:block;
}

.header {
	
	background-color: #FFF;
	width:100%;
	height:40%;
	position:relative;
	
	padding: 0 0 0 0;
	color:#FFF;
	z-index:150;
	margin: 0;
	text-align:center;	
}

.logo {
	position:absolute;
	left:50%;
	top:50%;
	margin:auto;
	display:inline-block;
	width:300px;
	margin: -50px 0 0 -150px;

}

.logo img {
	
	
}

.logo a {
	color:#FFF;
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 42px;
	padding: 5px 10px 0px 27px;
	line-height:36px;
	margin: 5px 0 0 20px;
	border-left: 1px solid #FFF;
	display:inline-block;
	text-align:left;
	width:auto;

}

.content {
background-color: #ac0640;
padding: 40px 0 10px 0;
}

.row-projekte {
	margin-bottom:30px;
}

.projekt > div {
	cursor:pointer;
}

.projekt > div {
	background-color: transparent;
    /* Firefox */
    -moz-transition: all 200ms ease-in;
    /* WebKit */
    -webkit-transition: all 200ms ease-in;
    /* Opera */
    -o-transition: all 200ms ease-in;
    /* Standard */
    transition: all 200ms ease-in;	
}

.projekt > div:hover {
	background-color: rgba(140,14,53,1);
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.5);
}

.projekte-text {
	padding: 0px 8px 8px 8px;
}

.logo a span {
	font-size: 20px;
	text-transform:none;
	font-weight: 400;
	letter-spacing: 0.02em;
}

a, a:link, a:focus, a:visited {
	color: #FFF;
	text-decoration: none;
	outline:none;
}

.footer {
	background-color:#FFF;
	width:100%;
	height: auto;

	color:#333;
	padding: 8px;
}

.impressum, .datenschutz {
	display:none;
}

#impressum {
	float:right;
	color:#ac0640;	
	display:block;
	text-align:center;
	line-height:26px;
	margin: 0 0 0 20px;
	
}

.footer a {
	color:#333;		
}

.footer a:hover {
	color:#ac0640;	

}


.fill {

    height: 100%;
    position: relative;
    width: 100%;
	margin:0;
	padding:0;
}

.sh {
	position:absolute;
	left:0px;
	top:0px;
	background-image: url(../img/stadthaeuser.jpg);	

	background-position: center left;
    background-size: cover;
	background-repeat: no-repeat;
	height:100%;
	border-right:1px solid #FFF;

}

.ew {
	position:absolute;
	right:0px;
	top:0px;
	background-image: url(../img/eigentumswohnungen.jpg);	
	background-position: center 105px;
    background-size: cover;
	background-repeat: no-repeat;
	height:100%;
	border-left:1px solid #FFF;

}

.sh a, .ew a {
	position: absolute;
	left:0px;
	bottom:50px;
	z-index:100;
	display:block;
	height:100%;
	width:100%;
}

.sh div, .ew div {
	position: absolute;
	left:0px;
	bottom:50px;
	background: #820f22;
	display:block;
	width:100%;
	text-align: left;
	padding: 0 0 0 40px;
	color: #FFF;
	text-transform: uppercase;
	font-size:30px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	letter-spacing: 0.05em;
	
}

p {
    font-size: 16px;
    font-weight: 400;
	
}




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



@media(max-width:767px) {
	
	.header {
		height: auto;
	}
	
	.logo {
		position:relative;
		width:200px;
		margin: auto;
		left: auto;
		right: auto;
		top:auto;
		padding:20px;
	}
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.section {
    padding: 50px 0;
    background-color: #f7f5f2;
}

body .section:nth-child(even) {
	background-color: #FFF;
	border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}


h2 {
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.03em;
    margin: 0 0 0px 0;
	line-height: 24px;
	font-size: 20px;
	padding: 12px 0 2px 0;
}

.section-subheading {
	color:#b57268;	
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.02em;
    margin: -16px 0 20px 0;
	line-height: 28px;
	font-size: 26px;
	padding: 0;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.banner {
    padding: 30px 0 30px 0;
  border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    background: #f6f3ee;
    background-size: cover;
}


.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

/* forms */
.btn-primary {
	background-color:#820f22;
	border-color:#680d1c;	
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
	background-color:#820f22;
	border-color:#680d1c;	
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
	.intro-header {
		height:350px;
		background-position:center 50px;
	}
	#banner-start {
		display: none;
		width:100%;	
		-webkit-border-top-right-radius: 0px;
		-webkit-border-bottom-right-radius:0px;
		-moz-border-radius-topright: 0px;
		-moz-border-radius-bottomright: 0px;
		border-top-right-radius: 0px;
		border-bottom-right-radius: 0px;
		
		border-right: none;
	}
	
	#foerderung img {
		width: 151px;;
	}


    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

@media(max-width:480px) {
	
  
}

footer {
    padding: 50px 0;
    background-color: #F4F4F4;
	color:#494948;	
	text-align:center;
	
}

footer ul a {
	color:#494948;	
	text-transform: uppercase;	
}

footer ul a:HOVER {
	color:#b2a06e;	
	
}

p.copyright {
    margin: 15px 0 0;
}