@font-face { font-family: 'SohoGothicPro-Regular';
		 src: url('../fonts/sohogothicpro-regular.eot#')  format('eot'),
			  url('../fonts/sohogothicpro-regular.woff')  format('woff'),
			  url('../fonts/sohogothicpro-regular.ttf')   format('truetype'),
			  url('../fonts/sohogothicpro-regular.svg#svgFontName')  format('svg');
}
@font-face { font-family: 'SohoGothicPro-Bold';
		 src: url('../fonts/sohogothicpro-bold.eot#')  format('eot'),
			  url('../fonts/sohogothicpro-bold.woff')  format('woff'),
			  url('../fonts/sohogothicpro-bold.ttf')   format('truetype'),
			  url('../fonts/sohogothicpro-bold.svg#svgFontName')  format('svg');
}
@font-face { font-family: 'SohoGothicPro-Light';
		 src: url('../fonts/sohogothicpro-light.eot#')  format('eot'),
			  url('../fonts/sohogothicpro-light.woff')  format('woff'),
			  url('../fonts/sohogothicpro-light.ttf')   format('truetype'),
			  url('../fonts/sohogothicpro-light.svg#svgFontName')  format('svg');
}
@font-face { font-family: 'SohoGothicPro-Italic';
		 src: url('../fonts/sohogothicpro-italic.eot#')  format('eot'),
			  url('../fonts/sohogothicpro-italic.woff')  format('woff'),
			  url('../fonts/sohogothicpro-italic.ttf')   format('truetype'),
			  url('../fonts/sohogothicpro-italic.svg#svgFontName')  format('svg');
}
@font-face { font-family: 'SohoGothicPro-Medium';
		 src: url('../fonts/sohogothicpro-medium.eot#')  format('eot'),
			  url('../fonts/sohogothicpro-medium.woff')  format('woff'),
			  url('../fonts/sohogothicpro-medium.ttf')   format('truetype'),
			  url('../fonts/sohogothicpro-medium.svg#svgFontName')  format('svg');
}
@font-face { font-family: 'SohoStd-Regular';
		 src: url('../fonts/sohostd-regular.eot#')  format('eot'),
			  url('../fonts/sohostd-regular.woff')  format('woff'),
			  url('../fonts/sohostd-regular.ttf')   format('truetype'),
			  url('../fonts/sohostd-regular.svg#svgFontName')  format('svg');
}
@font-face { font-family: 'SohoStd-Bold';
		 src: url('../fonts/sohostd-bold.eot#')  format('eot'),
			  url('../fonts/sohostd-bold.woff')  format('woff'),
			  url('../fonts/sohostd-bold.ttf')   format('truetype'),
			  url('../fonts/sohostd-bold.svg#svgFontName')  format('svg');
}
@font-face { font-family: 'SohoStd-Bold-Cond';
		 src: url('../fonts/monotype-sohostd-boldcondensed.eot#')  format('eot'),
			  url('../fonts/monotype-sohostd-boldcondensed.woff')  format('woff'),
			  url('../fonts/monotype-sohostd-boldcondensed.ttf')   format('truetype'),
			  url('../fonts/monotype-sohostd-boldcondensed.svg#svgFontName')  format('svg');
}
body{
	font-family: 'SohoGothicPro-Light', Arial, Helvetica, sans-serif;
}
p, li{
	font-size: 14px;
	line-height: 24px;
	}
a{
	color: #bb5965;
	}
a:hover{
	color: #74222c;
	}
h1{
	font-family: 'SohoStd-Bold-Cond', Arial, Helvetica, sans-serif;
}
h2,h3,h4,h5,h6{
	font-family: 'SohoStd-Regular', Arial, Helvetica, sans-serif;
	color: #bb5965;
}
h3{
	font-family: 'SohoStd-Bold', Arial, Helvetica, sans-serif;
	font-size: 20px;
}
h4{
	font-family: 'SohoGothicPro-Light', Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
}
h5{
	font-family: 'SohoStd-Regular', Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0 0 5px 0;
}
h6{
	font-family: 'SohoGothicPro-Italic', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	margin: 0;
}
hr{
	border-top-color: #a0404c;
	margin-bottom: 0;
	}
.glyphicon{
	color: #fff !important;
	min-width: 15px;
	}
.glyphicon-envelope{
	color: #fff;
	}
.logo{
	height: 70px;
	transition: all .2s ease-in-out;
}
.logo-xs{
	height: 40px;
	margin: 5px 0 0 5px;
}
.navbar-brand{
	padding: 0 0 0 5px;
	}
.navbar{
	font-family: 'SohoGothicPro-Medium', Arial, Helvetica, sans-serif;
	color: #000;
	background: rgba(255,255,255, 0.9);
	font-size: 14px;
	border: 0;
	padding: 10px 10px 5px 10px;
}
.navbar-default .navbar-nav > li > a
{
  color: #000;
}
.navbtn a{
	color: #000000;
	transition: all .1s ease-in-out;
	}
.navbtn a:hover{
	background-color: #bb5965 !important;
	color: #ffffff !important;
	}
.navbar-default
{
  background-color: transparent;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  transition: all .2s ease-in-out;
}
.navbar-toggle{
	background-color: #ffffff;
}
.navbar-default .navbar-toggle:focus {
	background-color: #ffffff;
}
.navbar-default .navbar-toggle:hover{
  background-color: #e0e0e0;
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header
{
	transition: all .2s ease-in-out;
}
.dropdown-menu{
	border: none;
	background-color: none;
	border-radius: 0px;
	margin-top: 15px !important;
	margin: 0 0 0 0;
	padding: 0;
}
.dropdown-link a:link{
	padding: 15px 30px;
	font-size: 13px;
	font-family: 'SohoGothicPro-Light', Arial, Helvetica, sans-serif;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover
{
  color: #ffffff !important;
  background-color: #bb5965;
}
.scrollToTop
{
  width: 40px;
  height: 40px;
  text-decoration-line: none;
  text-decoration-style: solid;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 9999;
  background-color: #bb5965;
  border-radius: 5px;
  padding: 9px 0 0 13px;
}
.scrollToTop:hover
{
  background-color: #a0404c;
  text-decoration-line: none;
  text-decoration-style: solid;
  cursor: pointer;
}
.btn{
	font-family: 'SohoGothicPro-light', Arial, Helvetica, sans-serif;
	background-color: #bb5965;
	color: #ffffff;
	border: none;
}
.btn:hover{
	background-color: #a0404c;
	color: #ffffff;
	border: none;
}
.btn-primary{
	border-color: transparent;
	text-align: center;
	padding: 20px 65px 20px 30px;
	font-family: 'SohoGothicPro-Medium', Arial, Helvetica, sans-serif;
	background: url(../img/pfeil_rechts_weiss.svg) no-repeat 155px center;
	background-color: #bb5965;
	display: block;
	max-width: 210px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 40px;
	margin-bottom: 150px;
}
.btn-primary-xs{
	border-color: transparent;
	text-align: center;
	padding: 15px 65px 15px 30px;
	font-family: 'SohoGothicPro-Medium', Arial, Helvetica, sans-serif;
	background: url(../img/pfeil_rechts_weiss.svg) no-repeat 155px center;
	background-color: #bb5965;
	display: block;
	max-width: 210px;
    margin-left: auto;
    margin-right: auto;
	margin-top: 40px;
	color: #ffffff;
	margin-bottom: 120px;
}
.btn-primary:hover, .btn-primary-xs:hover{
	color: #ffffff;
	background-color: #a0404c !important;
	border-color: transparent;
}
.btn-primary.focus, .btn-primary-xs.focus, .btn-primary:focus, .btn-primary-xs:focus
{
  color: #ffffff;
  border-color: transparent;
  background-color: #74222c !important;
  background: url(../img/pfeil_rechts_weiss.svg) no-repeat 155px center;
}
.btn-partner{
	margin: -7px 0 12px 0px;
}
.btn-close{
	position: absolute;
	top: 10px;
	right: 10px;
	}
.start-bg{
	background: url(../img/bg_header.jpg) no-repeat center -150px fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-top: -120px;
	padding: 80px 0 0px 0;
}
.start-h1{
	margin: 180px 0 10px 0;
	font-size: 35px;
}
.start-h1-xs{
	margin: 150px 0 10px 0;
	font-size: 22px;
}
.start-h2{
	font-family: 'SohoGothicPro-Light', Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	color: #999898;
}
.start-h2-xs{
	font-family: 'SohoGothicPro-Light', Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	color: #999898;
}
.pfeil-runter{
	position: absolute;
	top: 10px;
	right: 30px;
	display: block;
	background: url(../img/pfeil_runter_schwarz.svg) no-repeat center 2px;
	height: 30px;
	width: 30px;
	margin: 0 0 0 20px;
	background-size: 15px;
}
.pfeil-runter-1{
	position: absolute;
	top: 20px;
	right: 30px;
	display: block;
	background: url(../img/pfeil_runter_schwarz.svg) no-repeat center 2px;
	height: 30px;
	width: 30px;
	margin: 0 0 0 20px;
	background-size: 15px;
}
.container-grau{
	background-color: #f1f1f1;
	margin: 100px 0px;
	padding: 0 0 140px 0;
}
.container-grau-last{
	background-color: #f1f1f1;
	margin: 100px 0 0 0px;
	padding: 0 0 140px 0;
}
.container-weiss{
	background-color: #ffffff;
	margin: -100px 0 0 0;
	padding: 0 0 100px 0;
}
.content-projekte{
	padding: 40px 0;
}
.content-hausplanung a:hover, .content-hausplanung a:focus{
	text-decoration: none;
}
.content-partner h4{
	margin: 0px 0 3px 0;
	font-size: 16px;
}
.content-partner-listgroup{
	padding: 10px 10px 0px 15px;
}
.content-partner-listgroup-btn{
	display: inline;
	position: relative;
	top: -32px;
	float: right;
}
.content-partner-listgroup p{
	padding-right: 30px;
}
.content-partner a:hover, .content-partner a:focus{
	text-decoration: none;
}
.content-kontakt{
	padding: 0 0 40px 0;
}
.content-thema-weiss{
	width: 170px;
	height: 170px;
	background-color: #ffffff;
	border-radius: 170px;
	margin: -80px auto 0 auto;
	padding: 30px 0 0 0;
	display: block;
	color: #000000;
}
.content-thema-weiss:link{
	text-decoration: none !important;
}
.content-thema-weiss:hover{
	text-decoration: none !important;
	color: #000000;
}
.content-thema-weiss img{
	display: block;
	margin: 0 auto 10px auto;
}
.content-thema-weiss p{
	margin: 0 0 -15px 0;
}

.content-thema-grau{
	width: 170px;
	height: 170px;
	background-color: #f1f1f1;
	border-radius: 170px;
	margin: -80px auto 0 auto;
	padding: 30px 0 0 0;
	display: block;
	color: #000000;
}
.content-thema-grau:link{
	text-decoration: none !important;
}
.content-thema-grau:hover{
	text-decoration: none !important;
	color: #000000;
}
.content-thema-grau img{
	display: block;
	margin: 0 auto 10px auto;
}
.content-thema-grau p{
	margin: 0 0 -15px 0;
}
.content-firma{
	padding: 10px 0 10px 0;
}
.content-firma h5{
	margin: 0px 0 15px 0;
}
.content-firma span{
	font-family: 'SohoGothicPro-Medium', Arial, Helvetica, sans-serif;
}
.baustelle-ul-lg{
	list-style: none;
	margin: 0;
	padding: 0;
}
.baustelle-ul-lg ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.baustelle-ul-lg h1{
	font-family: 'SohoGothicPro-Light', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}
.baustelle-ul-lg h2{
	font-family: 'SohoStd-Bold', Arial, Helvetica, sans-serif;
	font-size: 22px;
	margin-top: 0;
	color: #fff;
}
.baustelle-ul-sm{
	list-style: none;
	margin: 0;
	padding: 15px 0 0 0;
}
.baustelle-ul-sm li{
	line-height: 25px;
}
.baustelle-ul-sm span{
	color: #a0404c !important;
}
.thumbnail{
}
.thumbnail h3{
	font-family: 'SohoStd-Bold-Cond', Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px 0 5px 0;
}
.thumbnail:hover {
	text-decoration: none;
	border-color: #a0404c !important;
}
.thumbnail:hover > img{
	opacity: 0.5;
}
.grau{
	font-family: 'SohoGothicPro-Italic', Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	line-height: 12px;
	margin: -10px 0 15px 0;
}
.progress{
	margin: 0 0 0 0 !important;
}
.progress-bar{
	background-color: #a0404c;
}
.navbar-default{
    background:transparent;
}
.navbar-nav>li>a:hover{
    color:#1a1a1a;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus
.spacer{
   background-color:#888;
}
.hinweis-box{
	background-color: #ffffff;
	border-radius: 5px;
	border-left: 8px solid #bb5965;
	padding: 15px 30px;
	color: #bb5965;
	margin: 20px 0 0 0;
}
.hinweis-box-grau{
	background-color: #f3f3f3;
	border-radius: 5px;
	padding: 15px 30px;
	color: #bb5965;
	margin: 20px 0 0 0;
}
.hinweis-box-grau span{
	color: #bb5965 !important;
}
.hinweis-box-rot{
	background-color: #bb5965;
	border-radius: 5px;
	padding: 15px 30px;
	color: #ffffff;
	margin: -10px 0 0 0;
}
.hinweis-box-rot2{
	background-color: #bb5965;
	padding: 15px 30px;
	border-radius: 5px;
	color: #ffffff;
}
.hinweis-box-gruen{
	background-color: #6ac555;
	border-radius: 5px;
	padding: 15px 30px;
	color: #ffffff;
	margin: 20px 0 0 0;
}
.content-mitarbeiter-daten{
	padding: 0 0 0px 20px;
}
.content-mitarbeiter-bild-container{
	overflow: hidden;
	width: 160px;
	height: 190px;
	border-radius: 5px;
}
.content-mitarbeiter-bild-block-rene{
	height: 100%;
    width: 100%;
    background: url(../img/mitarbeiter_rene_erdmann.jpg) no-repeat center center;
    background-size: cover;
    transition: all 0.4s ease;
}
.content-mitarbeiter-bild-block-suzan{
	height: 100%;
    width: 100%;
    background: url(../img/mitarbeiter_suzan_yueksel.jpg) no-repeat center center;
    background-size: cover;
    transition: all 0.4s ease;
}
.content-mitarbeiter-bild-block-andreas{
	height: 100%;
    width: 100%;
    background: url(../img/mitarbeiter_andreas_braun.jpg) no-repeat center center;
    background-size: cover;
    transition: all 0.4s ease;
}
.content-mitarbeiter-bild-block-klaus{
	height: 100%;
    width: 100%;
    background: url(../img/mitarbeiter_klaus-dieter_gresens.jpg) no-repeat center center;
    background-size: cover;
    transition: all 0.4s ease;
}
.content-mitarbeiter-bild-block-molly{
	height: 100%;
    width: 100%;
    background: url(../img/mitarbeiter_molly.jpg) no-repeat center center;
    background-size: cover;
    transition: all 0.4s ease;
}
.content-mitarbeiter-bild-layer{
	height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0);
    opacity: 0;
}
.content-mitarbeiter-bild-block-rene:hover  .layer,
.content-mitarbeiter-bild-block-suzan:hover .layer,
.content-mitarbeiter-bild-block-klaus:hover .layer,
.content-mitarbeiter-bild-block-molly:hover .layer{
    background-color: rgba(0,0,0,0.35);
    opacity: 1;
}
.content-mitarbeiter-bild-container:hover .content-mitarbeiter-bild-block-rene,
.content-mitarbeiter-bild-container:hover .content-mitarbeiter-bild-block-suzan,
.content-mitarbeiter-bild-container:hover .content-mitarbeiter-bild-block-klaus,
.content-mitarbeiter-bild-container:hover .content-mitarbeiter-bild-block-molly{
    transform: scale(1.15);
}
.content-mitarbeiter-daten h4{
	margin: -5px 0 5px 0;
}
.content-mitarbeiter-daten h6{
	margin: 0px 0 25px 0;
}
.content-mitarbeiter-daten table{
	font-size: 12px;
	line-height: 18px;
}
.content-mitarbeiter-daten span{
	color: #ccc;
}
.content-jobs-liste li{
	list-style: none;
	margin: 7px 0 0 -40px;
}
.content-jobs-liste h4{
	margin: 0 0 25px 0;
}
.light.cc_dialog button.cc_b_ok {
	    background-color: rgb(187, 89, 101) !important;
}
.hausplanung-kreise ul{
	font-family: 'SohoGothicPro-Light', Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	width: 250px;
	min-height: 200px;
	margin: 0 auto;
	color: #999;
	list-style: none;
}
.hausplanung-kreise span{
	color: #999 !important;
	font-size: 10px;
	position: relative;
	left: 0;
	top: 0;
	}
.hausplanung-img-rot{
	background-color: #bb5965;
	border-radius: 100px;
	width: 140px;
	height: 140px;
	margin: 0 auto 30px auto;
}
.hausplanung-img-dunkel{
	background-color: #3c3c3b;
	border-radius: 100px;
	width: 140px;
	height: 140px;
	margin: 0 auto 30px auto;
}
.hausplanung-h4-dunkel{
	color: #3c3c3b;
	}
.hausplanung-img-rot img, .hausplanung-img-dunkel img{
	padding: 40px 0 0 0;
}
.form-control:focus
{
  border-top-color: #bb5965;
  border-right-color: #bb5965;
  border-bottom-color: #bb5965;
  border-left-color: #bb5965;
  outline-width: 0px;
  outline-style: none;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(188, 90, 102, 0.6);
}
.footer{
	background-color: #383838;
	padding: 50px 0;
	color: #ffffff;
}
.footer h1{
	font-size: 13px;
	margin-bottom: 15px;
	font-family: 'SohoStd-Bold', Arial, Helvetica, sans-serif;
}
.footer-h1-link{
	color: #ffffff;
}
.footer-h1-link:hover{
	color: #ffffff;
	text-decoration: none;
	border-right: 4px solid #bd5c68;
	padding-right: 10px;
}
.footer p{
	font-size: 12px;
	color: #878787;
}
.footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-link{
	color: #878787;
	font-family: 'SohoGothicPro-Light', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.footer-link:hover{
	color: #fff;
	text-decoration: none;
	border-right: 4px solid #444;
	padding-right: 10px;
}
.footer-link2{
	color: #bc5a66;
	font-family: 'SohoGothicPro-Light', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
.footer-link2:hover{
	color: #d8afb5;
	text-decoration: none;
}
.spacer-top-15{
	margin-top: 15px;
}
.spacer-top-30{
	margin-top: 30px;
}
.spacer-top-50{
	margin-top: 50px;
}
.spacer-top-70{
	margin-top: 70px;
}
.spacer-top-100{
	margin-top: 100px;
}
.spacer-bottom-30{
	margin-bottom: 30px;
	}
.spacer-bottom-70{
	margin-bottom: 70px;
	}
#main
{
    overflow: hidden;
}
.article
{
    position: relative;
    left: 0px;
    top: 0px;
}
#map_canvas{
	width: 100%;
	height:300px;
}
.mapbox{
	width:100%;
	}
.mapcanvas{
	width: 100%;
}

/* Large desktops and laptops */
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
.content-mitarbeiter-daten{
	padding: 0 0 0px 0px;
}
.content-mitarbeiter-daten h4{
	margin: 10px 0 5px 0;
}
.content-mitarbeiter-daten h5{
	font-size: 11px;
}
.content-mitarbeiter-daten h6{
	font-size: 9px;
}

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
.navbar{
	background-color: rgba(255, 255, 255, 0.95);
	border-bottom: solid 1px #dddddd;
	padding: 0;
}
.start-bg{
	background: url(../img/bg_header.jpg) no-repeat center -50px fixed;
	-webkit-background-size: 767px;
	-moz-background-size: 767px;
	-o-background-size: 767px;
	background-size: 767px;
	margin-top: -120px;
	padding: 80px 0 0px 0;
}
.navbar-collapse.in
{
  	background-color: rgba(255, 255, 255, 0.95);

}
.collapse
{
  display: none;
  padding: 0;
}
.navbar-collapse
{
	padding: 0px 15px !important;
  	background-color: rgba(255, 255, 255, 0.95);
}
#bs-example-navbar-collapse-1 ul{
	margin: 0;
}
#bs-example-navbar-collapse-1 ul li a{
	margin: 0 -15px 0 -15px;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse
{
  max-height: 380px;
}
.content-mitarbeiter-daten{
	padding: 0 0 0px 0px;
}
.content-mitarbeiter-daten h4{
	margin: 10px 0 5px 0;
}
.content-mitarbeiter-daten h5{
	font-size: 11px;
}
.content-mitarbeiter-daten h6{
	font-size: 9px;
}
.content-partner h4{
	font-size: 13px;
	padding-right: 35px;
}
.content-partner-listgroup br{
	display: inline;
	visibility: visible;
}
.navbar-collapse.in
{
	overflow: hidden;
}
.footer li{
	text-align: center;
}
.footer p{
	text-align: center;
}
.footer h1{
	text-align: center;
}

}

/* Portrait phones and smaller */
@media (max-width: 480px) {

}
