/* Basics *********************************/
* {
	margin:0;
	padding:0;
	outline:0;
}
html, body {
	max-width:1920px;
	width: 100%;
	height: 100%;
}
.hide-desktop {
	display: none;
}
a img {
	border:0px none;
	outline: none;
}
img {
	max-width: 100%;
	height: auto;
}
.pull {
	float:none;
	clear:both;
	height:20px;
}
.push {
	float:none;
	clear:both;
	height:30px;
}
body h1, body h2, body h3, body h4 {
	font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
	color:#3a4b6d;
}
body h1 {
	font-size:1.9em;
	line-height:1.2em;
	font-weight:600;
	text-transform:none;
	margin:0 auto 1.5% auto;
	text-align:left;
}
body h1.disclaimer {
	font-size:2.5em;
	line-height:1.2em;
	font-weight:600;
	text-transform:none;
	margin:0 0 30px 0;
	text-align:left;
}
 .position::before {
 display: block;
 content: "";
 height:170px;
 margin-top: -170px;
 visibility: hidden;
 background-color:none;
}
body h2 {
	font-size:1.8em;
	line-height:1.2em;
	font-weight:600;
	text-transform:none;
	margin:0 0 2% 0;
	text-align:left;
}
body h2.disclaimer {
	font-size:1.4em;
	line-height:1.2em;
	font-weight:600;
	text-transform:none;
	margin:0 0 2% 0;
	text-align:left;
}
body h3 {
	font-size:1.3em;
	line-height:1.4em;
	font-weight:600;
	margin:0px auto 10px auto;
}
body h3.intro {
	font-size:1.3em;
	line-height:1.4em;
	font-weight:600;
	margin:-20px auto 10px auto;
}
body p {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-weight:400;
	line-height:1.5em;
	font-size:1.1em;
	color:#1a171b;
	margin-bottom:20px;
}
body span {
	font-weight:700;
}
body p.intro {
	width:60%;
}
body p.info {
	line-height:1.3em;
	font-size:0.8em;
	margin-bottom:10px;
}
body .title {
	font-size:0.8em;
}
body p.hinweis {
	padding:3%;
	background-color:#cccfd0;
}
body p.attention {
	margin-bottom:5%;
	padding:3%;
	width:80%;
	color:#fff;
	background-color:#3a4b6d;
	float:left;
}
hr {
	border:none;
	border-top:2px dotted #3a4b6d;
	color:#fff;
	background-color:none;
	width:100%;
	margin: 30px auto 0px auto;
}
body a:link, body a:visited {
	color:#3a4b6d;
	text-decoration:none;
}
body a:hover {
	color:#3a4b6d;
	text-decoration:underline;
}
/* Sections Stage *********************************/

#stage {
	width:100%;
	padding:0 0 0 0;
	margin: 0 auto 0 auto;
	background-color:#fff;
}
/* Sections Header *********************************/

#headerwrapper {
	position: fixed;
	width:100%;
	height:auto;
	padding:0px 0% 0px 0%;
	z-index: 99;
	margin: 0 auto;
	background-color:#fff;
}
#headerwrapper.active {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
#headercontent {
	max-width:1100px;
	width:92%;
	margin:0 auto 0 auto;
	padding:0 4% 0 4%;
}
.headercontent-inner {
	width:100%;
	padding:0 0 0 0;
	height:170px;
	float:left;
}
#logo {
	position: absolute;
	top: 10px;
	max-width: 100%;
	height: auto !important;
}
#back {
	font-size:0.9em;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 50%;
	height: auto !important;
	float: none;
}
#back a:link, #back a:visited {
	color:#fff;
	text-decoration:none;
	padding:10px;
	background-color:#3a4b6d;
}
#back a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#3a4b6d;
}
/* Navigation Top *********************************/

#mainMenu {
	width: auto;
	float: right;
}
#mainMenu ul li {
	margin: 80px 20px 0px 20px;
	float: left;
	text-align: right;
}
#mainMenu ul li a {
	font-family:'Roboto', Helvetica, Arial, sans-serif;
	font-size:1.0em;
	font-weight:700;
	color: #1a171b;
	text-transform:uppercase;
	padding:0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align:right;
	text-decoration: none;
}
#mainMenu ul li a:visited {
	color: #1a171b;
	text-decoration:none;
}
#mainMenu ul li a:hover {
	color: #3a4b6d;
	text-decoration:none;
	transition:2s;
}
#mainMenu #aktuell a {
	color: #1a171b;
	text-decoration:none;
}
#mobilMenu {
	height: 36px;
	overflow: hidden;
	text-align:right;
}
.mobil-menuLink, a.mobil-homeLink {
	padding: 0;
	display: block;
	margin:0 auto;
}
a.mobil-homeLink {
	margin:0 auto;
}
.mobil-menuLink {
	margin:0 auto;
	text-align:right;
}
#mobilMenuListe {
	font-family:'Roboto', Helvetica, Arial, sans-serif;
	font-weight:700;
	background-color:#3a4b6d;
	padding:30px 30px 40px 30px;
	text-align:left;
	text-transform:uppercase;
}
#mobilMenuListe ul li {
	font-size:1.0em;
	padding: 5px 0px 0px 0px;
	text-align:left;
}
#mobilMenuListe ul li a {
	color:#fff;
	text-decoration: none;
	display: block;
	padding: 10px 0px 10px 0px;
	border-bottom:1px dashed #bfc2c5;
}
#mobilMenuListe ul li a:hover {
	color: #bfc2c5;
	text-decoration: none;
	display: block;
	transition:2s;
}
/* top_padding, zuständig für Abstand Navigation fixed *********************************/

#top_padding {
	padding-top: 60px;
	max-width: 100%;
	margin: 0 auto 0 auto;
}
#top_padding_follow {
	padding-top: 50px;
	max-width: 100%;
	margin: 0 auto 0 auto;
}
/* Section img top home*********************************/

#visual {
	width:100%;
	margin:0 auto 4% auto;
	padding: 5% 0% 0% 0%;
	text-align:left;
	background-image: url(../grafiken/HeaderHome.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position: center 0px;
	float:left;
}
#visual-inner {
	max-width:1100px;
	width:92%;
	margin:0 auto 0 auto;
	padding: 0% 4% 2% 4%;
}
#visual-slogan {
	max-width:1100px;
	width:100%;
	margin:0 auto 0 auto;
	text-align:left;
}
#visual-slogan-inner {
	background-color:#3a4b6d;
	display:inline-table;
	padding: 6% 4% 2% 4%;
}
#visual-slogan-inner h1 {
	font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size:2.5em;
	line-height:1.2em;
	font-weight:600;
	text-transform:none;
	color:#fff;
	text-align:left;
}
/* Sections Content *********************/

#content-wrapper {
	width:100%;
	padding:0% 0% 0% 0%;
	margin:0 auto 0 auto;
}
/* Sections Disclaimer *********************/

#content00 {
	max-width:1100px;
	width:92%;
	margin:0 auto 0 auto;
	padding:3% 4% 2% 4%;
	text-align:left;
}
#content00 ul {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	line-height:1.5em;
	font-size:1.1em;
	color:#1a171b;
	margin:20px 0px 20px 0px;
}
#content00 li {
	list-style-type: disc;
	color:#3a4b6d;
	list-style-position: outside;
	margin-left:15px;
	line-height:28px;
}
#content00 li span {
	font-weight:400;
	color:#1a171b;
}
#content00 li bold {
	font-weight:700;
}
/* Sections Welcome *********************/

#content01 {
	max-width:1100px;
	width:92%;
	margin:0 auto 0 auto;
	padding:0% 4% 4% 4%;
	text-align:left;
}
/* Sections property *********************/

#content02 {
	width:94%;
	margin: 0 auto 0 auto;
	padding:5% 3% 0% 3%;
	text-align:left;
	float:left;
	background-color:#cccfd0;
}
#content02-inner {
	width:100%;
	max-width:1100px;
	margin: 0 auto 0 auto;
	padding:0% 0% 5% 0%;
	background-color:#fff;
	text-align:left;
}
#content02 .column-content {
	width:100%;
	margin:0 2% 3% 0;
	padding:0% 0% 0% 0%;
	text-align:left;
	float:left;
	background-color:#fff;
}
#content02 .column-content-left {
	width:46%;
	min-height:140px;
	margin:0 0 0 0;
	padding:3% 2% 0% 2%;
	text-align:left;
	float:left;
	background-color:#3a4b6d;
}
#content02 .column-content-right {
	width:50%;
	min-height:140px;
	margin:0 0 0 0;
	padding:3% 0% 0% 0%;
	text-align:left;
	float:left;
	background-color:#3a4b6d;
	background-image: url(../grafiken/immobilienkauf.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position: center 0px;
}
#content02 .column-content-bottom {
	width:96%;
	margin:0 0% 0% 0;
	padding:2% 2% 2% 2%;
	text-align:left;
	float:left;
	background-color:#fff;
}
#content02 .column-content-bottom ul {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	line-height:1.5em;
	font-size:1.1em;
	margin:0px 0px 20px 0px;
}
#content02 .column-content-bottom li {
	list-style-type: none;
	color: #fff;
	list-style-position: outside;
	margin: 0px 0px 0px 20px;
	list-style-image: url(../grafiken/li-arrow.png);
}
#content02 .column-content-bottom li span {
	font-weight:400;
	color:#1a171b;
}
#content02 .column-content-bottom li bold {
	font-weight:700;
}
#content02 .column-content-bottom-intro {
	width:96%;
	margin:0 0 0 0;
	padding:2% 2% 0% 2%;
	text-align:left;
	float:left;
	background-color:#bdbfbf;
}
#content02 .column-content-bottom-left {
	width:46%;
	margin:0 0% 0% 0;
	padding:0% 2% 2% 2%;
	text-align:left;
	float:left;
}
#content02 .column-content-bottom-right {
	width:46%;
	margin:0 0% 0% 0;
	padding:0% 2% 2% 2%;
	text-align:left;
	float:left;
}
#content02 h1 {
	color:#fff;
	text-transform:uppercase;
}
#content02 .column-content-bottom-intro ul {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	line-height:1.5em;
	font-size:1.1em;
	margin:0px 0px 20px 0px;
}
#content02 .column-content-bottom-intro li {
	list-style-type: none;
	color: #fff;
	list-style-position: outside;
	margin: 0px 0px 0px 20px;
	list-style-image: url(../grafiken/li-arrow.png);
}
#content02 .column-content-bottom-intro li span {
	font-weight:400;
	color:#1a171b;
}
#content02 .column-content-bottom-intro li bold {
	font-weight:700;
}
/* Sections Project *********************/

#content03 {
	width:94%;
	margin: 0 auto 3% auto;
	padding:2% 3% 3% 3%;
	text-align:left;
	background-color:#cccfd0;
	float:left;
}
#content03-inner {
	max-width:1100px;
	width:100%;
	margin:0 auto 0 auto;
	padding:0% 0% 0% 0%;
	text-align:left;
}
#content03 .column-content {
	width:100%;
	margin:0 2% 3% 0;
	padding:0% 0% 0% 0%;
	text-align:left;
	float:left;
	background-color:#fff;
}
#content03 .column-content-left {
	width:46%;
	min-height:140px;
	margin:0 0 0 0;
	padding:3% 2% 0% 2%;
	text-align:left;
	float:left;
	background-color:#3a4b6d;
}
#content03 .column-content-right {
	width:50%;
	min-height:140px;
	margin:0 0 0 0;
	padding:3% 0% 0% 0%;
	text-align:left;
	float:left;
	background-color:#3a4b6d;
	background-image: url(../grafiken/projektplanung.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-repeat: no-repeat;
	background-position: center 0px;
}
#content03 .column-content-bottom {
	width:96%;
	margin:0 0 0 0;
	padding:2% 2% 2% 2%;
	text-align:left;
	float:left;
	background-color:#fff;
}
#content03 .column-content-bottom-intro {
	width:96%;
	margin:0 0 0 0;
	padding:2% 2% 0% 2%;
	text-align:left;
	float:left;
	background-color:#bdbfbf;
}
#content03 .column-content-bottom-left {
	width:46%;
	margin:0 0% 0% 0;
	padding:0% 2% 2% 2%;
	text-align:left;
	float:left;
}
#content03 .column-content-bottom-right {
	width:46%;
	margin:0 0% 0% 0;
	padding:0% 2% 2% 2%;
	text-align:left;
	float:left;
}
#content03 h1 {
	color:#fff;
	text-transform:uppercase;
}
#content03 ul {
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	line-height:1.5em;
	font-size:1.1em;
	margin:0px 0px 20px 0px;
}
#content03 li {
	list-style-type: none;
	color: #fff;
	list-style-position: outside;
	margin: 0px 0px 0px 20px;
	list-style-image: url(../grafiken/li-arrow.png);
}
#content03 li span {
	font-weight:400;
	color:#3f3d40;
}
#content03 li bold {
	font-weight:700;
}
/* Sections About *********************/

#content04 {
	width:94%;
	margin: 0 auto 0 auto;
	padding:0% 3% 5% 3%;
	text-align:left;
	float:left;
}
#content04-inner {
	width:100%;
	max-width:1100px;
	margin: 0 auto 0 auto;
	padding:5% 0% 0% 0%;
	text-align:center;
}
#content04-txtbox {
	max-width:1100px;
	width:100%;
	margin:0 auto 0 auto;
	padding:0% 0% 0% 0%;
	text-align:left;
	float:left;
}
#content04-txtbox .left {
	width:40%;
	padding:3% 5% 0% 0%;
	text-align:left;
	float:left;
}
#content04-txtbox .right {
	width:55%;
	padding:3% 0% 0% 0%;
	text-align:left;
	float:left;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
#content04 p.top {
	color:#bb4a1a;
}
/* Sections Footer *********************/

#footer {
	width:100%;
	padding: 3% 0% 3% 0%;
	margin: 3% auto 3% auto;
	background-color:#3a4b6d;
	text-align:center;
	float:left;
}
#footer-copyright {
	max-width:400px;
	width:92%;
	margin:0 auto 0 auto;
	padding:0% 4% 0% 4%;
	text-align:center;
}
#footer .copyright a:link, .copyright a:visited {
	padding-left:0px;
	color:#fff;
	text-decoration:none;
}
#footer .copyright a:hover {
	color:#fff;
	text-decoration:none;
}
#footer .footer-links p.copyright {
	float:left;
	clear:both;
}
#footer h1 {
	margin:0 auto 20px auto;
	text-align:center;
	color:#fff;
}
#footer p {
	font-family:'Source Sans Pro', Helvetica, Arial, sans-serif;
	color:#fff;
	font-weight:400;
	font-size:1.1em;
	line-height:1.3em;
}
#footer p a, footer p a:visited {
	color:#fff;
	text-decoration:none;
}
#footer p a:hover {
	color:#fff;
	text-decoration:none;
}
#footer a.mail:link, #footer a.mail:visited {
	color:#fff;
	text-decoration:none;
}
#footer a.mail:hover {
	color:#fff;
	text-decoration:underline;
}
#footer p span {
	font-weight:700;
}
#footer-disclaimer {
	max-width:1100px;
	width:92%;
	padding:0% 4% 0% 4%;
	margin: 2% auto 2% auto;
	text-align:center;
	float:none;
}
#footer-disclaimer p {
	font-family:'Roboto', Helvetica, Arial, sans-serif;
	color:#1a171b;
	font-weight:400;
	font-size:0.813em;
	line-height:1.3em;
	margin-top:20px;
}
#footer-disclaimer p a, footer p a:visited {
	color:#1a171b;
	text-decoration:none;
}
#footer-disclaimer p a:hover {
	color:#4f648b;
	text-decoration:none;
}
/* Button Up V02*********************/

#back-top {
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 10;
	display: none;
}
#back-top a {
	width: 60px;
	height: 55px;
	padding-top:5px;
	display: block;
	text-align: center;
	font-family:'Ubuntu', Helvetica, Arial, sans-serif;
	font-size:5.0em;
	line-height:1.150em;
	font-weight:700;
	color: #fff;
	text-decoration: none;
	background-color:#7c8388;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
	-ms-border-radius: 50px;
 transition: background-color .15s;
 -moz-transition: background-color .15s;
 -webkit-transition: background-color .15s;
 -o-transition: background-color .15s;
 -ms-transition: background-color .15s;
	margin-bottom: 0px;
}
#back-top a:hover {
	text-decoration: none;
	color:#fff;
	background-color:#3a4b6d;
}
