@charset "utf-8";
html, body {
	margin:0px; 
	padding:0px; 
	background:#fff; 
	font-family:arial, tahoma, helvetica, verdana, sans-serif;
	font-size:12px;
	color: #333;
}
body {
	/*background: url(../images/bgr_body.jpg) center top repeat-x;
	/*overflow-y: scroll;***/
}
/** {
margin: 0;
padding: 0;
-moz-box-sizing: padding-box;
-webkit-box-sizing: padding-box;
box-sizing: padding-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}*/
#wrapper_site {
	position: relative;
	width:95%;
	margin: auto;
	/*min-width:960px;*/
	max-width: 1300px;
	padding-top: 40px;
}

#wrapper_header {
	position: relative;
	display:block; 
	height:250px;   
	text-align:right;
	/*background: #eee url(../images/bgr_header_middle.jpg) left top repeat-x;*/
	width: 100%;
}
#header_content{
	background: #fff url("../images/bgr_header.jpg") left bottom repeat-x;
	position: relative;
	height:210px;
	border:1px solid #bcbcbc;
	border-bottom:3px double #bcbcbc;
	text-align:left;
}
#header_gfx{
	width: 253px;
	height: 131px;
	background: transparent url("../images/header_gfx.png") right top no-repeat;
	position: absolute;
	right: 0px;
	top: 20px; 
}
#header_logoname{
	position: absolute;
	top: -60px;
	left: 40px;
	width: 420px;
	height: 122px;
	color: #888;
	/*background:url("../images/header_logo.jpg")left top no-repeat*/
}
#header_name{
	font-family:"Times", "Times New Roman",serif;
	font-size:23px;
	color:#666;
	display:block;
	position: absolute;
	bottom:-5px;
	left:165px;
	/*text-shadow: 2px 2px 4px #eee;
	filter: dropshadow(color=#ffffff, offx=2, offy=2);*/
}
#header_logo{
	position: absolute;
	bottom:0px;
	left:0px;
	background:#fff;
	width:165px;
	height:109px;
	display:inline-block;
}
#header_logo a img {
	border:none;
}
.header_info {
	position: absolute;
}
.header_info  a, .header_info a:visited{
	color:#666;/*#b60001*/;
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
}
.header_info a:hover{
	color:#b60001;
}
#header_info0 {
	position: absolute;
	bottom: 15px;
	left: 51px;
	width: 153px;
	color: #888;
}
#header_info1 {
	bottom:10px;
	left: 249px;
	width: 206px;
}
#header_info2 {
	bottom:10px;
	left: 459px;
	width: 279px;
}
#header_info0 ul {
	text-transform: uppercase;
	font-size: 15px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-weight: bosld;
	letter-spacing: 1px;
	font-family:arial, tahoma, helvetica, verdana, sans-serif;
}
#header_info0 ul li {
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	margin-bottom: 10px;
	background: url(../images/list_bull_4.gif) left center no-repeat;
}
.header_info h3 {
	margin: 0px;
	font-size: 19px;
	font-weight: normal;
	color:#b60001; 
}
.header_info p {
	margin: 0.25em 0px;
	font-size:14px;
}
#header_objektauswahl {
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 359px;
	height: 30px;
	text-align: right;
	font-size: 12px;
}
#wrapper_content_outer {
	position:relative; 
	display:block; 
	background:#fff; 
	margin-top: 30px;
}
#wrapper_content_inner {
	display:block; 
}
#column_left {
	position:relative; 
	width:210px;
	/*top:0px;
	left:0px;*/
	float:left;
}
#column_right {
	position:relative; 
	width:190px; 
	/*top:0px;
	right:0px;*/
	float:right;
}
#column_center {
	margin:0 200px 0 210px;
	position:relative; 
	display:block;
	width:auto;
	/*height:100%;*/
	min-height: 360px;
	border-left: 1px dotted #ddd;
    border-right: 1px dotted #ddd;
	padding:0 14px 0 20px;
}
#content_top {
	position: relative;
	/*height: 55px;*/
	padding-bottom:10px;
}
#content {
	position: relative;
	float:left;
	width:100%;
}
#regionsortbox {
	top: 2px;
	right: 0px;
	text-align: right;
	position: relative;
	/*border: 1px solid red;*/
}
.clear {
	clear:both;
}
#wrapper_footer {
	position: relative;
	bottom:0px;
	margin: 30px 0px 0px 0px;
	border-top: 3px solid #eee;
	color: #999;
	font-size: 11px;
	height: 35px;
}
#foot_left,
#foot_right {
	display: block;
	position: absolute;
	width: 300px;
	top: 3px;
}
#foot_left {
	left: 0px;
	text-align: left;
}
#foot_right {
	right: 0px;
	text-align: right;
}
#wrapper_footer a {
	text-decoration: none;
	color: #999;
}
#wrapper_footer a:hover {
	text-decoration: none;
	color:#b60001; 
}
a {
}
.preload {
	height:24px;
	width:24px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-12px;
	margin-left:-12px;
}
.w33p{
	width: 33%;
}
.w66p{
	width: 66%;
}
.w100p{
	width: 100%;
}
.vishidden{
	visibility: hidden;
}
.alignc{
	text-align: center
}
.banner{
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: rgba(0,0,0,.7);
    padding: 20px;
    box-sizing: border-box;
}
.banner a{
	color: #fff;
}
.banner .button{
	/*background: -moz-linear-gradient(center top , #EEEEEE, #CCCCCC) repeat scroll 0 0 transparent;*/
    border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background:#efefef;
    color: #999 !important;
    cursor: pointer;
    display: inline-block;
	*display:inline;
	zoom:1;
    font: 1em/2em Arial,Helvetica;
    /*margin: 0 0.75em 0 0;*/
    overflow: visible;
    padding: 0 1.5em;
    text-decoration: none !important;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    white-space: nowrap;
	font-size:15px;
	font-weight:bold;
}
.banner.bottom{
	bottom: 0;
}
.banner .bannerContent .block{
	display: inline-block;
	vertical-align: middle;
}
.banner .bannerContent .info{
	color: #fff;
}    	
.banner .bannerContent .button{
	min-width: 100px;
	text-align: center;
}
.banner .bannerContent .button:hover{
	background: #ddd;
	color: #fff!important;
}
/*
==============================================================================================================
==============================================================================================================
RESPONSIVE
==============================================================================================================
==============================================================================================================
*/

@media screen and (max-width: 901px) and (min-width: 601px)
{
#wrapper_site {
	position: relative;
	width:99%;
	margin: auto;
	/*min-width:960px;*/
	max-width: 1300px;
	padding-top: 10px;
}
#wrapper_header {
	position: relative;
	display:block; 
	height:220px;   
	text-align:right;
	/*background: #eee url(../images/bgr_header_middle.jpg) left top repeat-x;*/
	width: 100%;
}
#header_content{
	background: #fff url("../images/bgr_header.jpg") left bottom repeat-x;
	position: relative;
	height:180px;
	border:1px solid #bcbcbc;
	border-bottom:3px double #bcbcbc;
	text-align:left;
}
#header_gfx{
	width: 253px;
	height: 131px;
	background: transparent url("../images/header_gfx.png") 20px top no-repeat;
	position: absolute;
	right: 0px;
	top: 3px;
	display:block;
}
#header_logoname{
	position: relative;
	margin-top: -65px;
	margin-left: 10px;
	width: 350px;
	height: 122px;
	color: #888;
	left:auto;
	top:auto;
	/*background:url("../images/header_logo.jpg")left top no-repeat*/
}
#header_name{
	font-family:"Times", "Times New Roman",serif;
	font-size:20px;
	color:#555;
	display:inline-block;
	position: relative;
	bottom:auto;
	left:auto;
	/*text-shadow: 2px 2px 4px #eee;
	filter: dropshadow(color=#ffffff, offx=2, offy=2);*/
}
#header_logo{
	position: relative;
	bottom:auto;
	left:auto;
	background:#fff;
	width:115px;
	height:75px;
	display:inline-block;
	margin-top:40px;
}
#header_logo a img {
	border:none;
	width:100px;
	height:75px;
}
.header_info {
	position: relative;
}
.header_info  a, .header_info a:visited{
	color:#666;/*#b60001*/;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}
#header_info0 {
	position: relative;
	bottom:auto;
	left:auto;
	width: 235px;
	color: #888;
	margin:5px 0 0 118px
}
#div_adress{
	position:relative;
	clear:both;
	margin-top:5px;
}
#header_info1 {
	bottom:auto;
	left: auto;
	width: auto;
	margin:0px 20px 0 10px;
	display:inline-block;
}
#header_info2 {
	bottom:auto;
	left: auto;
	right:auto;
	width: auto;
	margin:0 0 10px;	
	display:inline-block;
}
#header_info0 ul {
	text-transform: uppercase;
	font-size: 11px;
	margin: 0 0 0 10px;
	padding: 0px;
	list-style-type: none;
	letter-spacing: 0px;
	font-family:arial, tahoma, helvetica, verdana, sans-serif;
}
#header_info0 ul li {
	margin: 0px;
	padding: 0px;
	padding-left: 8px;
	margin-right: 8px;
	line-height:11px;
	background: url(../images/list_bull_4.gif) left center no-repeat;
	float:none;
	display:inline-block;
}
.header_info h3 {
	margin: 0px;
	font-size: 16px;
	font-weight: normal;
	color:#b60001; 
}
.header_info p {
	margin: 0.2em 0px;
	font-size:12px;
}
#header_objektauswahl {
	position: absolute;
	bottom: 0px;
	right: 10px;
	left:auto;
	width: 100px;
	height: 50px;
	text-align: right;
	font-size: 12px;
}
#wrapper_content_outer {
	position:relative; 
	display:block; 
	background:#fff; 
	margin-top: 30px;
}
#wrapper_content_inner {
	display:block; 
}
#column_left {
	position:relative; 
	width:175px;
	/*top:0px;
	left:0px;*/
	float:left;
}
#column_right {
	position:relative; 
	width:190px; 
	/*top:0px;
	right:0px;*/
	float:right;
	display:none;
}
#column_center {
	margin:0 0px 0 175px;
	position:relative; 
	display:block;
	width:auto;
	/*height:100%;*/
	min-height: 360px;
	border-left: 1px dotted #ddd;
    border-right:none;
	padding:0 5px 0 10px;
}
#content_top {
	position: relative;
	/*height: 55px;*/
	padding-bottom:10px;
}
#content {
	position: relative;
}
#regionsortbox {
	top: 2px;
	right: 0px;
	text-align: right;
	position: relative;
	/*border: 1px solid red;*/
}
.clear {
	clear:both;
}
#wrapper_footer {
	position: relative;
	bottom:auto;
	margin: 30px 0px 0px 0px;
	border-top: 3px solid #eee;
	color: #999;
	font-size: 11px;
	height: 35px;
}
#foot_left,
#foot_right {
	display: block;
	position: absolute;
	width: 300px;
	top: 3px;
}
#foot_left {
	left: 0px;
	text-align: left;
}
#foot_right {
	right: 0px;
	text-align: right;
}
#wrapper_footer a {
	text-decoration: none;
	color: #999;
}
#wrapper_footer a:hover {
	text-decoration: none;
	color:#b60001; 
}
a {
}
.preload {
	height:24px;
	width:24px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-12px;
	margin-left:-12px;
}
}





@media screen and (max-width: 600px)
{
		.w33p, .w66p{
		width: 100%;
	}
	.w33p{
		margin-top: 10px
	}
#wrapper_site {
	position: relative;
	width:99%;
	margin: auto;
	/*min-width:960px;*/
	max-width: 1300px;
	padding-top: 10px;
}
#wrapper_header {
	position: relative;
	display:block; 
	height:260px;   
	text-align:right;
	/*background: #eee url(../images/bgr_header_middle.jpg) left top repeat-x;*/
	width: 100%;
}
#header_content{
	background: #fff url("../images/bgr_header.jpg") left bottom repeat-x;
	position: relative;
	height:220px;
	border:1px solid #bcbcbc;
	border-bottom:3px double #bcbcbc;
	text-align:left;
}
#header_gfx{
	width: 150px;
	height: 78px;
	background: transparent url("../images/header_gfx2.png") right top no-repeat;
	position: absolute;
	right: 0px;
	top: 70px;
	display:none1;
}
#header_logoname{
	position: absolute;
	top: -75px;
	left: 10px;
	width: auto;
	height: 122px;
	color: #888;
	/*background:url("../images/header_logo.jpg")left top no-repeat*/
}
#header_name{
	font-family:"Times", "Times New Roman",serif;
	font-size:19px;
	color:#555;
	display:block;
	position: absolute;
	bottom:-4px;
	left:115px;
	/*text-shadow: 2px 2px 4px #eee;
	filter: dropshadow(color=#ffffff, offx=2, offy=2);*/
}
#header_logo{
	position: absolute;
	bottom:0px;
	left:0px;
	background:#fff;
	width:115px;
	height:75px;
	display:inline-block;
}
#header_logo a img {
	border:none;
	width:100px;
	height:75px;
}
.header_info {
	position: relative;
}
.header_info  a, .header_info a:visited{
	color:#666;/*#b60001*/;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
}
#header_info0 {
	/*position: absolute;
	bottom: 140px;
	left:116px;
	width: 235px;
	color: #888;*/
	display:none;
}
#header_info1 {
	bottom:auto;
	left: auto;
	width: auto;
	margin:56px 0 0 10px;
}
#header_info2 {
	bottom:auto;
	left: auto;
	right:auto;
	width: auto;
	margin:7px 0 0 10px;	
}
#header_info0 ul {
	text-transform: uppercase;
	font-size: 11px;
	margin: 0 0 0 10px;
	padding: 0px;
	list-style-type: none;
	letter-spacing: 0px;
	font-family:arial, tahoma, helvetica, verdana, sans-serif;
}
#header_info0 ul li {
	margin: 0px;
	padding: 0px;
	padding-left: 8px;
	margin-right: 8px;
	line-height:11px;
	background: url(../images/list_bull_4.gif) left center no-repeat;
	float:left;
}
.header_info h3 {
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
	color:#b60001; 
}
.header_info p {
	margin: 0;
	font-size:12px;
}
#header_objektauswahl {
	position: absolute;
	bottom: 0px;
	right: 10px;
	left:auto;
	width: 100px;
	height: 50px;
	text-align: right;
	font-size: 12px;
}
#wrapper_content_outer {
	position:relative; 
	display:block; 
	background:#fff; 
	margin-top:1px;
}
#wrapper_content_inner {
	display:block; 
}
#column_left {
	position:relative; 
	width:100%;
	float:none;
	clear:both;
}
#column_right {
	position:relative; 
	width:100%;
	float:none;
	clear:both;
	display:none;
}
#column_center {
	margin:20px 0;
	position:relative; 
	display:block;
	width:auto;
	clear:both;
	min-height: 360px;
	border: none;
	padding:0px 4px;
}
#content_top {
	position: relative;
	height: auto;
	margin-bottom:10px;
}
#content {
	position: relative;

}
#regionsortbox {
	top: auto;
	right: auto;
	text-align: center;
	position: relative;
	padding:8px 3px;
	border: 1px solid #efefef;
}
.clear {
	clear:both;
}
#wrapper_footer {
	position: relative;
	margin: 30px 0px 0px 0px;
	border-top: 3px solid #eee;
	color: #999;
	font-size: 11px;
	height: 35px;
}
#foot_left,
#foot_right {
	display: block;
	position: relative;
	width: 100%;
	top: auto;
}
#foot_left {
	left: auto;
	text-align: center;
}
#foot_right {
	right: auto;
	text-align: center;
}
#wrapper_footer a {
	text-decoration: none;
	color: #999;
}
#wrapper_footer a:hover {
	text-decoration: none;
	color:#b60001; 
}
a {
}
.preload {
	height:24px;
	width:24px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-12px;
	margin-left:-12px;
}

	#wrapper_site{
		padding-bottom: 40px;
		padding-top: 0
	}
	#wrapper_header{
		height: auto;
	}
	#header_menu_top{
		height: auto!important;
		padding: 10px 3%;
		position: fixed!important;
		background: #f5f5f5;
		bottom: 0;
		left: 0;
		z-index: 9;
		width: 94%;
		text-align: center!important;
		border-top: 1px solid #eee;
	}
	#header_gfx, .fax{
		display: none;
	}
	#header_content{
		background: #fff;
		border: 0;
		height: auto;
	}
	#header_logoname{
		position: relative;
		top: auto;
		left: auto;
		height: auto;
		margin-top: 10px;
	}
	#header_logoname > div{
		position: relative;
		bottom: auto;
		left: auto;
		display: inline-block;
	}
	.header_info{
		position: relative;
		margin: 0 0 2px!important;
		line-height: 1.5em;
		display: inline-block;
		width: 49%!important;
		vertical-align: top
	}
	#div_adress{
		padding: 5px;
	}
	#header_objektauswahl{
		position: relative;
		right: auto;
		bottom: auto;
	}
	#header_logo {
		width: 30%;
		max-width: 95px;
		margin-right: 10px;
	}
	#header_logo img{
		max-width: 100%;
		height: auto!important;
		width: auto!important;
	}
	#header_name{
		font-size: 17px;
	}
	#header_logoname{
		white-space:nowrap;
	}
	#header_objektauswahl{
		height: auto;
		width: auto;
		padding: 6px;
		border-bottom: 1px solid #f2f2f2;
		border-top: 1px solid #f2f2f2;
	}
	#header_content .burger {
		position: absolute;
		top: 0;
		right: 10px;
		z-index: 13;
		width: 30px;
		height: 30px;
		background: #fff
	}
	#header_content .burger span{
	    width: 35px;
	    height: 4px;
	    background-color: #999;
	    margin: 5px 0;
	    transition: 0.4s;
	    display: block;
	    border-radius: 2px;
		left: 100%;
		position: relative;
		margin-left: -30px;

	}
	.openmenu {
		overflow: hidden!important;
	}
	.openmenu #header_content .burger span:nth-child(1){
	    -webkit-transform: rotate(-45deg) translate(-4px, 4px);
	    transform: rotate(-45deg) translate(-4px, 4px);
	    background: #b60001;
	}
	.openmenu #header_content .burger span:nth-child(2){
		opacity: 0;
	}
	.openmenu #header_content .burger span:nth-child(3){
	    -webkit-transform: rotate(45deg) translate(-9px, -9px);
	    transform: rotate(45deg) translate(-9px, -9px);
	    background: #b60001;
	}
	.openmenu #column_left, .openmenu #moboverlayer{
		display: block;
	}
	#column_left{
		display: none;
		position: fixed;
		background: #fff;
		z-index: 12;
		top:0;
		left: 0;
		width: 100%;
		padding-top: 50px
	}
	#column_left li{
		display: block!important;
		width: auto!important;
		height: auto!important;
		text-align: left!important;
		margin-bottom: 1px!important;
	}
	#column_left li a{
		display: block!important;
		padding: 5px 0 5px 10px!important;
		border: 0!important;
		height: auto!important;
		width: auto!important;
		font-size: 13px;
	}
	#moboverlayer{
		display: none;
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,.6);
		z-index: 10;	
	}
	#regionsortbox label{
		width: 30%!important;
		text-align: left!important;
		display: inline-block;
		margin: 5px 0;
	}
	#regionsortbox select{
		width: 66%!important;
		display: inline-block;
		margin: 5px 0;
		padding: 5px!important;
	}
}