/* res_id: 37e0848632168bf9852f10417d223291 */

@charset "UTF-8";

@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Condensed Light'), local('OpenSansCondensed-Light'),
       url('../fonts/open-sans-condensed-v12-latin-300.woff2') format('woff2'),
       url('../fonts/open-sans-condensed-v12-latin-300.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Condensed Bold'), local('OpenSansCondensed-Bold'),
       url('../fonts/open-sans-condensed-v12-latin-700.woff2') format('woff2'),
       url('../fonts/open-sans-condensed-v12-latin-700.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../fonts/open-sans-v15-latin-regular.woff2') format('woff2'),
       url('../fonts/open-sans-v15-latin-regular.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Open Sans Italic'), local('OpenSans-Italic'),
       url('../fonts/open-sans-v15-latin-italic.woff2') format('woff2'),
       url('../fonts/open-sans-v15-latin-italic.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'),
       url('../fonts/open-sans-v15-latin-700.woff2') format('woff2'),
       url('../fonts/open-sans-v15-latin-700.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Open Sans Bold Italic'), local('OpenSans-BoldItalic'),
       url('../fonts/open-sans-v15-latin-700italic.woff2') format('woff2'),
       url('../fonts/open-sans-v15-latin-700italic.woff') format('woff');
}


@media all
{
	/* Globales Zurcksetzen der Innen- und Aussenabstnde für alle HTML-Elemente */
	* { margin:0; padding: 0; }

	/* Korrektur: Das Zurcksetzen der Abstände verursacht zu kleine Selectboxen. */
	option { padding-left: 0.4em; } /* LTR */
	select { padding: 1px; }

	/* Globale Korrektur des Italics Bugs des IE 5.x und IE 6 */
	* html body * { overflow:visible; }
	* html iframe, * html frame { overflow:auto; }
	* html frameset { overflow:hidden; }

	/* Erzwingen vertikaler Scrollbalken in Netscape, Firefox und Safari Browsern */
	html { height: 100%; margin-bottom: 1px; }
	body {
		/* Beseitigung von Rundungsfehler beim Skalieren von Schriftgren in lteren Opera Versionen */
		font-size: 100.01%;

		/* Vorgabe der Standardfarben und Textausrichtung */
		color: #8c8c8c;
		/* Zentrierung des Layouts in alten IE-versionen */
		text-align: center;
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 12px;
		line-height: 16px;
		background: #fff;
		padding: 0;
		margin: 0px;
	}
	/* Rahmen fr <fieldset> und <img> Elemente löschen */
	fieldset, img { border: 0 solid; }

	/* Neue Standardwerte fr Listen */
	ul, ol, dl { margin: 0 0 1em 1em } /* LTR */
	li {
		margin-left: 0.8em; /* LTR */
		line-height: 1.5em;
	}

	img{
		border: none;
	}

	/* Aussenrahmen */
	#rahmen {
		text-align:left;
		margin: 0px auto;
		width: 940px;
		padding: 0px;
	}

/*
#Rahmen{
	position: relative;
}
*/

/*------------------------------------------------------------------------------------------------------*/
	/* Basislayout
	* |-------------------------------|
	* | #header                       |
	* |-------------------------------|
	* | #col1   | #col2     | #col3   |
	* | 196 px  | 495 px    | Auto    |
	* |-------------------------------|
	* | #footer                       |
	* |-------------------------------|
	*/

	#header{
		position:relative;
		height: 221px;
	}

	/* Absolute Positionierung erfolgt nur innerhalb von #header */
	#header .rex-navi1 { /* all lists */
		position: absolute;
		right: 2px;
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 1;
		z-index: 14;
	}
	#header .rex-navi1{
		top: 98px;
	}
	#header .rex-navi1 a {
		font-size: 14px;
		color: #333;
		text-decoration: none;
		text-transform: uppercase;
		background: url(topnav_back.png) repeat-y;
		padding: 6px 10px 8px 10px;
	}
	#header .rex-navi1 a.first{
		background: none;
	}
	#header .rex-navi1 a:hover {
		background-color: #fcfcfc;
	}
	* html .rex-navi1 a{
		width: 3em;
	}
	#header .rex-navi1 li { /* all list items */
		position: relative;
		float: left;
		width: auto; /* width needed or else Opera goes nuts */
		padding: 0;
		margin: 0;
	}
	/* Kontakt aus Topmenü ausblenden */
	#header .rex-article-37{
		display: none;
	}



	/* Absicherung korrekte Positionierung */
	#header, #nav, #main, #footer { clear:both; }

	/* Rahmen fr 3-Spalten-Hauptbereich */
	#main{
		background: url(../media/back_main.png) repeat-y;
		padding: 0;
		min-height: 500px;
		position: relative;
	}

	/* Standard: 200 Pixel */
	#col1 {
		float: left;
		width: 216px;
		margin: 0;
	}
	/* Standard: 200 Pixel */
	#col2 {
		width:auto;
		margin: 0 0 0 216px;
	}
	/* Vorbereitung fr absolute Positionierungen innerhalb der Inhaltsspalten */
	#col1_content, #col2_content { position:relative; }

	#col1_content { margin:  0; padding: 15px 0 0 0 }
	#col2_content { margin:  0 0 20px 0; padding: 16px 30px 16px 24px; }
	#col2_content.immo { padding: 0; margin: 0; }


	#col1_content a{
		color: #0069a7;
	}
	#col2_content h1{
		color: #000;
		font-size: 22px;
		line-height: 26px;
		margin-top: 0;
		margin-bottom: 20px;
	}
	#col2_content h2{
		color: #8c8c8c;
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 20px;
	}
	#col2_content h3{
		color: #8c8c8c;
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
		margin-top: 0;
		margin-bottom: 20px;
	}
	#col2_content .accordion p, #col2_content .accordion li{
		font-size: 12px;
	}
	#col2_content a{
		color: #555;
	}
	#col2_content a:hover{
		text-decoration: underline;
	}
	#col2_content a.Zeile{
		color: #555;
		font-weight: bold;
		padding: 2px 2px 2px 20px;
		display: block;
		text-decoration: none;
		background: url(../media/link_current.gif) no-repeat 0px -1px;
	}
	#col2_content a.Zeile:hover{
		color: #000;
	}
	#col2_content a.block{
		color: #666;
		background: #ddd;
		padding: 5px;
		display: block;
		text-decoration: none;
	}
	#col2_content a.block:hover{
		color: #fff;
		background: #555;
	}
	#col2_content p{
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		line-height: 24px;
		color: #8c8c8c;
		margin-top: 0;
		margin-bottom: 20px;
	}
	.Icon{
		vertical-align: middle;
		margin-right: 15px;
	}
	.Kontakt{
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		line-height: 24px;
		color: #666;
		text-align: left;
		background: #eee;
		padding: 20px;
		overflow: hidden;
		width: 500px;
	}
	.Kontakt p{
		white-space: nowrap;
	}
	.Kontakt img{
		float: left;
		margin-right: 30px;
	}
	.immoframe{
		background: #373737;
		padding: 0 14px;
	}
	.immoi{
		border: none;
		width: 100%;
		height: 500px;
	}

/*------------------------------------------------------------------------------------------------------*/

	/* Clearing der Floats */
	/* Clearfix-Methode zum Clearen der Float-Umgebungen */
	.clearfix:after {
		content: ".";
		display: block;
		font-size:0;
		height: 0;
		clear: both;
		visibility: hidden;
	}
	/* Diese Angabe bentigt der Safari-Browser zwingend !! */
	.clearfix { display: block; }

	/* Overflow-Methode zum Clearen der Float-Umgebungen */
	.floatbox { overflow:hidden; }

	/* IE-Clearing: Bentigt nur der Internet Explorer und ber iehacks.css zugeschaltet */
	#ie_clearing { display: none; }

/*------------------------------------------------------------------------------------------------------*/

	/* Versteckte Elemente */
	/* Klassen fr unsichtbare Elemente im Basislayout */
	.skip, .hideme, .print, dfn {
		position: absolute;
		left: -1000em; /* LTR */
		top: -1000em;
	}
	/* Skip-Links fr Tab-Navigation sichtbar schalten */
	.skip:focus, .skip:active {
		position: static;
		left: 0;
		top:0;
	}

	/* Alle Schriftgren auf Standardgre (16 Pixel) zurcksetzen */
	html * { font-size: 100.01%; }

	/* Schriftgre von monospaced Elemente in allen Browsern auf 16 Pixel setzen */

	textarea, pre, code, kbd, samp, var, tt {
		font-family: Verdana, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier;
	}

	/* Basis-Layout erhlt Standardschriftgre von 11 Pixeln */
	body {
		font-family: 'Open Sans Condensed', sans-serif;
		font-size: 12px;
		color: #000;
	}


/*------------------------------------------------------------------------------------------------------*/

	/* Header Elemente */

	#header #logo {
		position: relative;
	}


/*------------------------------------------------------------------------------------------------------*/

	/* Vertikales Menü */
	#col1_content ul{
		width: 196px;
		overflow: hidden;
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	#col1_content ul li{
		padding: 0;
		margin: 0;
	}
	#col1_content ul li a{
		font-size: 14px;
		font-family: 'Open Sans', sans-serif;
		padding: 5px 10px 5px 20px;
		color: #8c8c8c;
		text-decoration: none;
		cursor: default;
		display: block;
	}
	#col1_content ul li ul li a{
		padding: 3px 10px 3px 40px;
		color: #bbb;
		text-decoration: none;
		cursor: default;
		display: block;
	}
	#col1_content ul li a.rex-current {
		background: url(../media/link_current.gif) no-repeat 0px 1px;
	}
	#col1_content ul li ul li a.rex-current {
		background: url(../media/link_current.gif) 20px -1px no-repeat;
	}
	#col1_content ul li a:hover, #col1_content ul li ul li a:hover{
		color: #fff;
		background: #282828;
	}

/*------------------------------------------------------------------------------------------------------*/

	.rechts {
		float: right;
		margin: 6px 0 15px 20px;
	}
	.links {
		float: left;
		margin: 6px 20px 15px 0;
	}
	.rechts span, .links span{
		display: block;
		color: #fff;
		background: #b0c0d3;
		text-align: center;
		font-size: 10px;
		padding: 3px 5px;
	}

/*------------------------------------------------------------------------------------------------------*/

	#col2_content ul {
		margin-left: 20px;
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		line-height: 24px;
		color: #8c8c8c;
	}
	#col2_content ul li {
		line-height: 1.5em;
	}
	#col2_content ul li a {
		text-decoration: none;
		color: #3d6ca7;
	}
	#col2_content ul li a:hover {
		text-decoration: underline;
		color: #d97f00;
	}
	.clearer{
		clear: both;
		height: 1px;
		float: none;
	}

/*---------------------------------------------------------------------------------- Home (Newsteaser) -*/

	.Teaser{
		position: relative;
		height: 200px;
		width: 300px;
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
		overflow: hidden;
		background-size: cover;
	}
	.TLast{
		margin-right: 0px;
	}
	.Teaserlink{
		display: block;
		color: #fff;
		font-size: 20px;
		font-weight: normal;
		text-align: center;
		text-decoration: none;
		background: url(../media/linkback.png);
		background-position: 0px 200px;
		padding: 172px 0px 20px 0px;
		line-height: 24px;
	}
	.Teaserlink:hover{
		color: #000;
		background-position: 0px 0px;
	}
	.front-links{
		text-align: center;
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		line-height: 24px;
		color: #8c8c8c;
	}
	.front-links a{
		text-decoration: none;
		color: #8c8c8c;
	}
	.front-links a:hover{
		text-decoration: underline;
		color: #333;
	}

/* --------------------------------------------------------------------- Forms ------------------------ */
	.formgen{
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 15px;
		color: #888;
	}
	.formgen .formhinweis{
		line-height: 16px;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.formgen input, select, textarea{
		font-family: 'Open Sans', sans-serif;
		font-size: 12px;
		width: 200px;
		margin-left: 4px;
		margin-top: 3px;
		background-color: #fff;
		border: 1px solid #dcdcdc;
		color: #000;
		padding: 2px;
	}
	.formgen textarea{
		width: 300px;
		height: 100px;
		resize: none;
	}
	.forminfo{
		margin-bottom: 10px;
		font-style: italic;
	}
	.formgen br{
		/*clear : both;*/
	}
	.formgen .formcaptcha{
		margin: 0 0 0 140px;
	}
	.formgen label{
		width: 140px;
		/*clear: left;*/
		float: left;
		height: 20px;
	}
	.formgen .formerror{
		color: #CC0000;
		font-weight: bold;
	}
	.formgen .formsubmit{
		text-align: center;
		background-color: #52ac44;
		border: 2px solid #fff;
		color: #fff;
		font-weight: bold;
		margin: 10px 0 10px 144px;
	}

	.formgen input:focus, .formgen input:hover,
	.formgen select:focus, .formgen select:hover,
	.formgen textarea:focus, .formgen textarea:hover{
		color: #000;
		border-color: #000;
		background-color: #efefef;
	}
}


/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #aaa;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Open Sans", sans-serif;
	margin: 0;
	padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #fff;
}

#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Open Sans", sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

