/*
	rot: #004A7C
*/
/* maven-pro-regular - latin */
@font-face {
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/maven-pro-v11-latin-regular.eot'); /* IE9 Compat Modes */
	src: local('Maven Pro Regular'), local('MavenPro-Regular'),
		url('../fonts/maven-pro-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/maven-pro-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/maven-pro-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
		url('../fonts/maven-pro-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/maven-pro-v11-latin-regular.svg#MavenPro') format('svg'); /* Legacy iOS */
}
/* maven-pro-500 - latin */
@font-face {
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/maven-pro-v11-latin-500.eot'); /* IE9 Compat Modes */
	src: local('Maven Pro Medium'), local('MavenPro-Medium'),
		url('../fonts/maven-pro-v11-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/maven-pro-v11-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/maven-pro-v11-latin-500.woff') format('woff'), /* Modern Browsers */
		url('../fonts/maven-pro-v11-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/maven-pro-v11-latin-500.svg#MavenPro') format('svg'); /* Legacy iOS */
}
/* maven-pro-700 - latin */
@font-face {
	font-family: 'Maven Pro';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/maven-pro-v11-latin-700.eot'); /* IE9 Compat Modes */
	src: local('Maven Pro Bold'), local('MavenPro-Bold'),
		url('../fonts/maven-pro-v11-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('../fonts/maven-pro-v11-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
		url('../fonts/maven-pro-v11-latin-700.woff') format('woff'), /* Modern Browsers */
		url('../fonts/maven-pro-v11-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
		url('../fonts/maven-pro-v11-latin-700.svg#MavenPro') format('svg'); /* Legacy iOS */
}
.colored{
	color: #004A7C;
}
.clearfix{
	clear: both;
}
html{
 background: #222 url('../images/_elements/background-parkhausmakler-holger-ballwanz-immobilien.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    
}
body{
	margin:0; 
	font-family: Arial;
	font-family: 'Maven Pro';
	font-size: 16px;
	line-height: 26px;
	height:auto !important;
	height:100%;
}

h1{
	margin:0;
	color: #004A7C;
}
h1 .subline{
	font-size: 30px;
}
h2{
font-size:14px;
}
h3{
font-size:18px;
color:#004A7C;
}
h4{
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 20px;
}
li{
list-style-type: circle;
margin-left: 20px;
}
ul{
margin:0px;
padding: 0px;
}
p, li, ul{
line-height: 20px;
}
p > img{
	float: left;
	width: 45%;
	margin: 5px 30px 10px 0;
}
p > img.img-wide{
	width: 100%;
}
.galerie img{
	float: left;
	margin: 5px 10px 5px 0;
}
.media{
	float: left;
	width: 45%;
	margin: 5px 30px 10px 0;
}
.media img{
	width:270px;
	margin: auto;
	margin-bottom: 10px;
}
.inner ul{padding-left:0px;}
.leistungen-inner ul{padding-left:16px;}
hr {
height:1px;
border:none;
margin: 10px 0px 10px -15px;
background:#999;
}
a{
color:#004A7C;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
table{
	float: left;
	margin-top: 5px;
	font-size: 14px;
}
td{
	padding: 5px 5px 5px 10px;
	line-height: 16px;
	width: 179px;
	border-bottom: 1px solid #ffffff;
}
tr{
	background-color: rgba(0, 113, 188, 0.2);
}
tr >td:first-child{
	width: 90px;
	font-weight: bold;
	border-right: 1px solid #fff;
}
tr:nth-child(even){
	background-color: rgba(0, 113, 188, 0.1);
}
#frame{
	position:relative;
	z-index:10;
	margin:auto; 
	width:960px; 
}
#header{
	height: 480px;
	margin: auto;
	/*box-shadow: 0px 0px 5px;*/
}
#header #stoerer{
	position: absolute;
	color: #fff;
	background-color: rgba(0, 74, 124, 0.95);
	z-index: 99;
	right: 130px;
	top: 245px;
	padding: 20px 15px;
	font-size: 20px;
	box-shadow: 5px 5px 8px rgba(0,0,0,0.75);
	transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-webkit-transform: rotate(4deg);
}

#header #stoerer_lang{
	position: absolute;
	color: #fff;
	background-color: rgba(190, 30, 45, 0.95);
	z-index: 99;
	right: 0px;
	top: 150px;
	padding: 20px 15px;
	font-size: 20px;	
}

.telephone > a[href^="tel"], #stoerer a[href^="tel"]{
	 color:#fff !important;
	 }
	 
.mail a[href^="mailto"], #stoerer a[href^="mailto"]{
	 color:#fff !important;
	 }

#header #logo{
	position: relative;
	z-index: 99;
	float: left;
	width: 260px;
	height: 130px;
	margin: 0 20px 0 40px;
	background: url('../images/_elements/logo.png') left top no-repeat;
	background-size: 260px;
	box-shadow: 1px 1px 5px #8888cc;
		border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#top-box{
	position:absolute;
	z-index:98;
	top: 0px;
	left:0px;
	height:112px;
	width:100%;
	background: #fff;
	opacity: 0;
	color:#FFF;
	border-bottom:1px solid #444;
}
#claim-box{
	float:left;
	position:relative;
	width:490px;
	height:100px;
	margin-left:0px;
}
#header #claim{
	position: relative;
	z-index: 100;
	float: left;
	padding:24px 0 0 20px;
	font-size:32px;
	color:#FFF;
	font-weight:bold;
}
#header #claim h1{
	color: #ffffff;
	font-size: 36px;
	line-height: 36px;
	text-shadow: 1px 1px 5px #000;
	letter-spacing: -0.05em;
}
#header #claim h2{
	color: #ffffff;
	font-size: 24px;
	margin-top: 10px;
	text-shadow: 1px 1px 5px #000;
}
#header #slider{
	position: absolute;
	z-index: 2;
	top: 0;
}
#header #slider > img{
	position: absolute;
}
#footer-box{
	z-index:20;
	position:fixed;
	left: 0;
	bottom: 0px;
	height:60px;
	width:100%;
	background: rgba(0,0,0,0.5);
	color:#FFF;
}
#footer-box a, #footer-box a:hover {
text-decoration:none;
}
#footer-left,#footer-right{
height:20px;
margin:5px;
} 
#footer-left{
float:left;
margin-top:10px;
}
#footer-right{
float:right;
margin-top:8px;
font-weight: bold;
padding-right:10px;
}
#footer-right a, #footer-right a:visited, #footer-right a:hover{
text-decoration:none;
color:#FFF;
}
#logo{
width:160px;
height:47px;
}
.shadow{
text-shadow: 1px 1px 1px #000;
}
#navigation-box{
float:left;
width:490px;
height:30px;
margin-left:10px;
margin-top:10px;
background:#004A7C;
}
#navigation{
font-size:14px;
color:#FFF;
padding-left:20px;
padding-top:7px;
}
#navigation a:link, #navigation a:visited, #navigation a:hover {
color:#FFF;
text-decoration:none;
}
#navigation a:hover{
text-decoration: underline;
}
#contact-footer{
	position: absolute;
	z-index: 103;
	top: -40px;
	float: left;
	height: 40px;
	display: block;
	font-weight: bold;
	background: rgba(0,0,0,0.5);
	color: #fff;
	width: 100%;
}
.telephone, .mail{
		float: left;
		padding: 0px 0px 0px 30px;
		font-size: 18px;
}
.telephone{
	margin: 6px 0px 0px 60px;
	background: url('../images/_elements/telephone@2x.png') left center no-repeat;
	background-size: 20px;
 }
#contact-footer .mail{
	margin: 6px 0px 0px 10px;
	background: url('../images/_elements/mail@2x.png') left center no-repeat;
	background-size: 20px;
}
#contact-footer .mail a{
	color: #fff;
}
#content-compact{
	display: block;
	background: rgba(255, 255, 255, 0.9);
width:800px;
	margin: auto;
	padding: 30px;
	margin: 30px auto 75px auto;
	border-bottom: 10px solid #004A7C; 
	}
#content-box{
	position:relative;
	z-index: 101;
	width:100%;
	top:0;
	background: rgba(255, 255, 255, 0.95);
}
#content-compact:after{
	clear:both;
}
.boxed-content{
	float: left;
	width: 44%;
	margin: 2% 2% 2% 0.5%;
	padding: 1.5%;
	background: #ffffff;
	box-shadow: 0px 0px 5px #999999;
	border-bottom: 3px solid #004A7C;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.boxed-content li{
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
	list-style: none;
}
.boxed-content li:before { content: "✔ "; color: #004A7C; font-size: 0.9em; }
.boxed-content p{
	margin: 0 0 0 0px !important;
}
.boxed-content.wide{
	width: 564px;
}
#left-col{
	float:left;
	width:600px;
	padding-left:60px;
	margin: 40px 40px 40px 0;
}
#left-col a, #left-col a:visited{
	color:#000;
}
#left-col a:hover{
	color:#004A7C;
}
#left-col-btm{
	float:left;
	width:640px;
	margin-top:10px;
	padding-left: 40px;
}
#left-col-btm a, #left-col-btm a:visited {
	color:#000;
}
#left-col-btm a:hover{
	color:#004A7C;
}
#right-col{
	float: left;
	position: relative;
	z-index: 104;
	float:left;
	padding: 10px 0;
	width: 220px;
	margin-left:15px;
	top: -45px;
	color:#FFF;
	height: 100%;
	/*background: #004A7C;*/
	/*border-radius: 6px;*/
}
#right-col ul{
	padding: 10px 0;
	background: #004A7C;
	border-radius: 6px;
	margin-bottom: 20px;
}
.btn-buchen, .btn-navi{
	float: left;
	margin-top: -50px;
	margin-bottom: 10px;
}
.btn-buchen a, .btn-navi a{
	float: left;
	font-weight: bold;
	display: block;
	margin: 0 0 10px 15px;
	background: #004A7C;
	color: #ffffff;
	width: 160px;
	padding: 10px 20px;
	border-radius: 6px;
	text-decoration: none;
}
.btn-buchen a:hover, .btn-navi a:hover{
	background: #3FA9F5;
	text-decoration: none;
	transition: background 0.5s;
	transition: background 0.5s;
}
.active{
	background: #3FA9F5 !important;
}
.spacer{
	float: right;
	width: 100px;
	height: 40px;
	background: none;
}
#right-col > ul > li > ul{
	padding: 0;
	margin-bottom: 0;
}

#right-col > ul > li > ul > li > a{
	padding: 0px 5px 0px 20px;
}
#right-col > ul > li > ul > li > a:before{
	content: "• ";
}
#right-col li{
	list-style-type: none;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	margin-left: 0;
	}
#right-col img{

}
.teaser-img{
	float: right;
	background: #ffffff;
	margin: 0px 40px -18px 0;
	padding: 10px 10px 30px 10px;
	box-shadow: 1px 1px 4px #000;
}
.rotateRight{
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	margin-right: 55px;
}
.rotateLeft{
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
	margin-right: 35px;
}
#right-col a{
	display: block;
	text-decoration:none;
	padding: 6px 20px;
	color:#FFF;
}
#right-col a:hover{
	background: #3FA9F5;
	color:#FFF;
	transition: background 0.5s;
	transition: background 0.5s;
}
#right-col .active{
	background: #3FA9F5;
}

#right-col-btm{
	margin-right: 40px;
	text-align: right;
	vertical-align: bottom;
}
#subcontent-box{
	float: left;
	width:100%;
	margin-top:20px;
	margin-bottom:100px;
	border-bottom: 8px solid #004A7C;
	padding: 20px 0px;
	background: #fff;
}
#sm-widgets{
margin-top:40px;
height:30px;
width:100%;
}
#twitter{
float:right;
margin-right:10px;
}
#facebook{
float:right;
}
.left-row{
float:left;
text-align: right;
width:100px;
margin-bottom:10px;
}
.right-row{
float:right;
width:280px;
margin-bottom:10px;
}
.ref_title {
	font-size:16px;
	padding: 0;	
	margin: 10px 0 0 0;
	height: 60px;	
	line-height: 18px;
	width: 400px;
	font-weight: normal;
	float: left;
	background: #FFF;
	border: 1px solid #d6d6d6;
	padding-top:0px;
}
.ref_title a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 22px 10px 20px 80px;
}
.ref_title a:hover, .client-desc a:hover {
	color: #004A7C;
	text-decoration: underline;
}
.ref_title active {
	background-position: left bottom;
}
.ref_container {
	margin: 0 0 0; 
	padding: 0;
	overflow: hidden;
	width: 400px;
	clear: both;
	background: #FFF;
	border: 1px solid #d6d6d6;
	border-top:none;
}
.ref_container .inner {
	padding: 10px;
	margin-left:70px;
}
.inner .customer_title{
	margin-left:-75px;
	height:50px;
	}	
.inner .customer_text{
	margin-top:10px;
	float:left;

	}
.inner .customerimages{
	float:left;
	width:75px;
	height:60px;
	}		
.inner a{
color:#004A7C;
text-decoration:none;
}
.inner a:hover{
text-decoration: underline;
}
.ref-image{
float:left;
height:50px;
width:50px;
margin-left:0px;
}
.client{

}
.client-desc{
font-size:12px;
}
.imprint-left{
float:left;
width:200px;
}
.imprint-right{
float:left;
/*width:220px;*/
}
.clear{
clear:both;
height:10px;
}
.float_left{
	float:left;
	margin-right:20px;
	}
.grey{
color:#666;
font-size:11px;
line-height: 16px;
}
.red{
color:#004A7C;
}
.iframe{
height:400px;
width:400px;
border:1px solid #666;
}
.leistungen-inner{
margin-left: 10px !important;
}
.leistungen-title a{
padding-left:0px !important;
padding-top:0px;
}
.active{
text-decoration:underline;
}
.google{
 margin-bottom:-4px;
}

table.karriere{
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	font-size: 14px;
}
table.karriere td{
	padding: 5px 5px 5px 10px;
	line-height: 16px;
	width: 179px;
	border-bottom: 1px solid #ffffff;
}
table.karriere tr{}
table.karriere tr >td:first-child{
	width: 90px;
	font-weight: bold;
	border-right: 1px solid #fff;
}
table.karriere tr{
	background-color: rgba(0, 113, 188, 0.2);
}
table.karriere tr:nth-child(even){
	background-color: rgba(0, 113, 188, 0.1);
}
