@charset "utf-8";
/* CSS Document */


* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #ccc;
	font-family: 'DIN-Regular', 'Open Sans', Calibri, sans-serif;
	color: #0f0f10;
	font-size: 14px;
	
	hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
}

.clear {
	clear: both;
}

#page {
	margin: 0 auto 0 auto;
	max-width: 1080px;
}

#header {
	height: 90px;
	background-color: #ef7f00;
}

#image-first {
	position: relative;
	top: -60px;
	z-index: -10;
}

#menu-image-container {
	height: 524px;
}

#header IMG {
	margin-top: 12px;
	margin-left: 25px;
}

#menu {
	height: 60px;
	background-color:rgba(255, 255, 255, 0.9);
	z-index: 10;
	padding: 0 40px 0 40px;
}

.content-full-white {
	padding: 40px 25px 10px 25px;
	background-color: #fff;
}

.content {
	line-height: 1.5;
}

.content STRONG {
	color: #6d6453;
}

.content h1 {
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	color: #ef7f00;
	letter-spacing: 1px;
	margin-bottom: 25px;
}

.content h2 {
	font-weight: normal;
	font-size: 30px;
	letter-spacing: 1px;
	color: #6d6453;
	line-height: 1.1;
}

.content P {
	margin: 20px 0 20px 0;
}

.text-orange-bold {
	color: #ef7f00;
	font-weight: bold;
}

.zitat-r {
	background-color: #ef7f00;
	padding-top: 90px;
	padding-bottom: 80px;
	padding-right: 40px;
}

.zitat-r blockquote {
	width: 50%;
	font-size: 23px;
	font-weight:lighter;
	color: #fff;
	line-height: 1.25;
	float: right;
}

.zitat-r blockquote:before { 
   font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 50px;
   content: "\201D";
   color: #fff;
}

.zitat-r blockquote:after {
   font-family: "Myriad Pro", Myriad, "Liberation Sans", "Nimbus Sans L", "Helvetica Neue", Helvetica, Arial, sans-serif;
   font-size: 50px;
   content: "\201E";
   color: #fff;
   float: right;
}

.zitat-r blockquote h6 {
	margin-top: 40px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #6d6453;
	letter-spacing: 1px;
}

#beteiligungen-container {
    width: 100%;	
}

.beteiligungen-child {
	width: auto;
	height: 130px;
	display: block;
	float: left;
	padding-bottom: 35px;
	margin-left: 8%;
}

#beteiligungen-container .beteiligungen-child:first-child {
	margin-left: 0;
}

#beteiligungen-container .beteiligungen-child:nth-child(5) {
	margin-left: 0;
}

#immo-container {
    width: 100%;	
}

.immo-child {
	width: auto;
	height: 130px;
	display: block;
	float: left;
	padding-bottom: 35px;
	margin-left: 8%;
}

#immo-container .immo-child:first-child {
	margin-left: 0;
}

#immo-container .immo-child:nth-child(5) {
	margin-left: 0;
}

#immo UL {
	list-style: circle;
	margin-left: 25px;
}

#immo LI {
	
}


#netzwerk-container {
    width: 100%;	
}

#netzwerk-container .beteiligungen-child:first-child, #netzwerk-container .beteiligungen-child:nth-child(5) {
	margin-left: 0;
}


#menu UL {
	list-style: none;
	float: left;
	
	display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 100%;
}

#menu UL LI {
	display: block;
    flex: 0 1 auto; /* Default */
	float: left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px 0 0 0;
}

#menu UL LI A {
	text-decoration: none;
	/*color: #0f0f10;*/
	color: #6d6453;
}


#footer {
	background-color: #ef7f00;
	padding: 50px 0 80px 30px;
}

#footer .footer-25 {
	width: 25%;
	float: left;
}

#footer .footer-25 P, #footer .footer-75 P {
	color: #fff;
}

#footer .footer-25 P a, #footer .footer-75 P a {
	color: #fff;
	text-decoration: none;
}

#footer .footer-75 {
	width: 69%;
	height: 343px;
	padding-top: 26px;
	padding-left: 30px;
	padding-right: 30px;
	float: left;
	overflow-y: scroll;
}


#footer .footer-75  UL {
	list-style: circle;
	margin-left: 25px;
}

#footer .footer-75  UL LI {
	color: #fff;
}

#footer .footer-75 P {
	margin: 20px 0 20px 0;
}


#footer .footer-75::-webkit-scrollbar {
    height: 12px;
    width: 12px;
    background: #ef7f00;
}

#footer .footer-75::-webkit-scrollbar-thumb {
    background: #fff;
    -webkit-border-radius: 1px;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#footer .footer-75::-webkit-scrollbar-corner {
    background: #000;
}



/*smartphone*/
@media only screen and (max-width: 1000px) {
	
	#header IMG {
		max-width: 85%;
		margin-top: 12px;
		margin-left: 15px;
	}
	
	#menu {
		display: none;
	}
	#menu UL {
		display: none;
	}
	
	#image-first {
		position:inherit;
		top: auto;
		z-index: 0;
	}
	
	#menu-image-container {
		height: auto;
		margin-bottom: -5px;
	}
	
	
	/*#beteiligungen-container, #immo-container {
		width: auto;
		display: flex;
		justify-content: space-between;
	}*/
	
	.beteiligungen-child, .immo-child {
		margin-left:0 !important;
	}
	
	#netzwerk-container {
		padding-left: 25px;
	}
	
	.content {
		line-height: 1.3;
	}
	
	.content h1, .content h2, .content h6 {
		letter-spacing: 0;
		line-height: 1.1;
	}
	
	
	.beteiligungen-child, .beteiligungen-child img {		
		height: 100px;		
	}
	
	
	.zitat-r blockquote {
		width: 70%;
		margin: 0 auto 0 auto;
		font-size: 23px;
		font-weight:lighter;
		color: #fff;
		line-height: 1.25;
		float: none;
	}
	
	
	.zitat-r {
		background-color: #ef7f00;
		padding-top: 20px;
		padding-bottom: 20px;
		padding-right: 0;
	}
	
	
	.zitat-r IMG {
		width: 100%;
		height: auto;
	}
	
	#footer .footer-25 {
		width: 100%;
		float: left;
	}

	#footer .footer-75 {
		width: auto;
		height: auto;
		float: none;
		padding-left: 0px;
		padding-right: 30px;
		overflow-y:visible;
	}
	
	#footer .footer-75 a {
		white-space: pre-wrap; /* CSS3 */    
		white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
		white-space: -pre-wrap; /* Opera 4-6 */    
		white-space: -o-pre-wrap; /* Opera 7 */    
		word-wrap: break-word; /* Internet Explorer 5.5+ */
	}

}


@media only screen and (max-width: 600px) {
	#header {
		height: 77px;
	}

}