#colorbox,#cboxOverlay,#cboxWrapper{position:absolute;top:0;left:0;z-index:9999;overflow:hidden;-webkit-transform:translate3d(0,0,0)}#cboxWrapper{max-width:none}#cboxOverlay{position:fixed;width:100%;height:100%}#cboxMiddleLeft,#cboxBottomLeft{clear:left}#cboxContent{position:relative}#cboxLoadedContent{overflow:auto;-webkit-overflow-scrolling:touch}#cboxTitle{margin:0}#cboxLoadingOverlay,#cboxLoadingGraphic{position:absolute;top:0;left:0;width:100%;height:100%}#cboxPrevious,#cboxNext,#cboxClose,#cboxSlideshow{cursor:pointer}.cboxPhoto{float:left;margin:auto;border:0;display:block;max-width:none;-ms-interpolation-mode:bicubic}.cboxIframe{width:100%;height:100%;display:block;border:0;padding:0;margin:0}#colorbox,#cboxContent,#cboxLoadedContent{box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}#cboxOverlay{background:#000;opacity:.9;filter:alpha(opacity = 90)}#colorbox{outline:0}#cboxContent{margin-top:20px;background:#000}.cboxIframe{background:#fff}#cboxError{padding:50px;border:1px solid #ccc}#cboxLoadedContent{border:5px solid #000;background:#fff}#cboxTitle{position:absolute;top:-20px;left:0;color:#ccc}#cboxCurrent{position:absolute;top:-20px;right:0;color:#ccc}#cboxLoadingGraphic{background:url(../../assets/colorbox/images/loading.gif) no-repeat center center}#cboxPrevious,#cboxNext,#cboxSlideshow,#cboxClose{border:0;padding:0;margin:0;overflow:visible;width:auto;background:0 0}#cboxPrevious:active,#cboxNext:active,#cboxSlideshow:active,#cboxClose:active{outline:0}#cboxSlideshow{position:absolute;top:-20px;right:90px;color:#fff}#cboxPrevious{position:absolute;top:50%;left:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top left;width:28px;height:65px;text-indent:-9999px}#cboxPrevious:hover{background-position:bottom left}#cboxNext{position:absolute;top:50%;right:5px;margin-top:-32px;background:url(../../assets/colorbox/images/controls.png) no-repeat top right;width:28px;height:65px;text-indent:-9999px}#cboxNext:hover{background-position:bottom right}#cboxClose{position:absolute;top:5px;right:5px;display:block;background:url(../../assets/colorbox/images/controls.png) no-repeat top center;width:38px;height:19px;text-indent:-9999px}#cboxClose:hover{background-position:bottom center}
.content-slider{overflow:hidden;visibility:hidden;position:relative}.slider-wrapper{overflow:hidden;position:relative}.slider-wrapper>*{float:left;width:100%;position:relative}.slider-control{height:30px;position:relative}.slider-control a,.slider-control .slider-menu{position:absolute;top:9px;display:inline-block}.slider-control .slider-prev{left:0}.slider-control .slider-next{right:0}.slider-control .slider-menu{top:0;width:50%;left:50%;margin-left:-25%;font-size:27px;text-align:center}.slider-control .slider-menu b{color:#bbb;cursor:pointer}.slider-control .slider-menu b.active{color:#666}
/* Galerie */
#mbOverlay {
	background-color:#fff!important;
}

#mbCenter {
	background-color:#fff!important;
}

#mbTitle,#mbPrevLink,#mbNextLink,#mbCloseLink {
	color:#565656!important;
}

#mbPrevLink big,#mbNextLink big,#mbCloseLink big {
	color:#565656!important;
}

/* Reset & Basics */
ol,ul {
	list-style:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

body {
	background:#fff;
	font:14px/21px Helvetica,Arial,sans-serif;
	color:#444;
	-webkit-font-smoothing:antialiased;
/* Fix for webkit rendering */
	-webkit-text-size-adjust:100%;
}

/* Typo */
h1,h2,h3,h4,h5,h6 {
	color:#444;
	font-family:Helvetica,Arial,sans-serif;
	font-weight:400;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
	font-weight:inherit;
}

h1 {
	font-size:46px;
	line-height:50px;
	margin-bottom:14px;
}

h2 {
	font-size:35px;
	line-height:40px;
	margin-bottom:10px;
}

h3 {
	font-size:28px;
	line-height:34px;
	margin-bottom:8px;
}

h4 {
	font-size:21px;
	line-height:30px;
	margin-bottom:4px;
}

h5 {
	font-size:17px;
	line-height:24px;
}

h6 {
	font-size:14px;
	line-height:21px;
}

p {
	margin:0 0 20px;
}

p img {
	margin:0;
}

em {
	font-style:italic;
}

img { 
  border: none; 
}
/* Links */
a,a:visited {
	color:#333;
	text-decoration:underline;
	outline:0;
}

a:hover,a:focus {
	color:#abb8bf;
}

p a,p a:visited {
	line-height:inherit;
}

/* Lists */
ul,ol {
	margin-bottom:20px;
}

ul {
	list-style:none outside;
}

ol {
	list-style:decimal;
}

ol,ul.square,ul.circle,ul.disc {
	margin-left:30px;
}

ul.square {
	list-style:square outside;
}

ul.circle {
	list-style:circle outside;
}

ul.disc {
	list-style:disc outside;
}

ul ul,ul ol,ol ol,ol ul {
	margin:4px 0 5px 30px;
	font-size:90%;
}

ul ul li,ul ol li,ol ol li,ol ul li {
	margin-bottom:6px;
}

li {
	line-height:18px;
/* margin-bottom: 12px; */
}

ul.large li {
	line-height:21px;
}

li p {
	line-height:21px;
}

/* Buttons */
.button,button,input[type="submit"],input[type="reset"],input[type="button"] {
	background:#eee;
/* Old browsers */
	background:#eee -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
/* FF3.6+ */
	background:#eee -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.2)),color-stop(100%,rgba(0,0,0,.2)));
/* Chrome,Safari4+ */
	background:#eee -webkit-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
/* Chrome10+,Safari5.1+ */
	background:#eee -o-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
/* Opera11.10+ */
	background:#eee -ms-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
/* IE10+ */
	background:#eee linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);
/* W3C */
	border:1px solid #aaa;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#444;
	display:inline-block;
	font-size:11px;
	font-weight:700;
	text-decoration:none;
	text-shadow:0 1px rgba(255,255,255,.75);
	cursor:pointer;
	margin-bottom:20px;
	line-height:normal;
	padding:8px 10px;
	font-family:Helvetica,Arial,sans-serif;
}

.button:hover,button:hover,input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover {
	color:#222;
	background:#ddd;
/* Old browsers */
	background:#ddd -moz-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
/* FF3.6+ */
	background:#ddd -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.3)),color-stop(100%,rgba(0,0,0,.3)));
/* Chrome,Safari4+ */
	background:#ddd -webkit-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
/* Chrome10+,Safari5.1+ */
	background:#ddd -o-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
/* Opera11.10+ */
	background:#ddd -ms-linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
/* IE10+ */
	background:#ddd linear-gradient(top,rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%);
/* W3C */
	border:1px solid #888;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
}

.button:active,button:active,input[type="submit"]:active,input[type="reset"]:active,input[type="button"]:active {
	border:1px solid #666;
	background:#ccc;
/* Old browsers */
	background:#ccc -moz-linear-gradient(top,rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);
/* FF3.6+ */
	background:#ccc -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.35)),color-stop(100%,rgba(10,10,10,.4)));
/* Chrome,Safari4+ */
	background:#ccc -webkit-linear-gradient(top,rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);
/* Chrome10+,Safari5.1+ */
	background:#ccc -o-linear-gradient(top,rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);
/* Opera11.10+ */
	background:#ccc -ms-linear-gradient(top,rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);
/* IE10+ */
	background:#ccc linear-gradient(top,rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%);
/* W3C */
}

.button.full-width,button.full-width,input[type="submit"].full-width,input[type="reset"].full-width,input[type="button"].full-width {
	width:100%;
	padding-left:0!important;
	padding-right:0!important;
	text-align:center;
}

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,input::-moz-focus-inner {
	border:0;
	padding:0;
}

/* Forms */
form {
	margin-bottom:20px;
}

fieldset {
	margin-bottom:20px;
}

input[type="text"],input[type="password"],input[type="email"],textarea,select {
	border:1px solid #ccc;
	padding:6px 4px;
	outline:none;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	font:13px HelveticaNeue,"Helvetica Neue",Helvetica,Arial,sans-serif;
	color:#777;
	margin:0;
	width:210px;
	max-width:100%;
	display:block;
	margin-bottom:20px;
	background:#fff;
}

select {
	padding:0;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus {
	border:1px solid #aaa;
	color:#444;
	-moz-box-shadow:0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);
	box-shadow:0 0 3px rgba(0,0,0,.2);
}

textarea {
	min-height:60px;
}

label,legend {
	display:block;
	font-weight:700;
	font-size:13px;
}

select {
	width:220px;
}

input[type="checkbox"] {
	display:inline;
}

label span,legend span {
	font-weight:400;
	font-size:13px;
	color:#444;
}

/* Error */
p.error {
	display:none;
}

input.error {
	border-color:red!important;
}

/* ZUSATZ */
.mod_article {
	position: relative;
	clear: both;
}
.ce_text {
	position: relative;
}
/* BILDER VOLUMENMODELLE */
#wohnungen #grundriss_default img,#wohnungen #grundriss_02 img,#wohnungen #grundriss_03 img,#wohnungen #grundriss_04 img,#wohnungen #grundriss_05 img,#wohnungen #grundriss_detail_2OG_210_links img,#wohnungen #grundriss_detail_2OG_210_rechts img,#wohnungen #grundriss_detail_2OG_212_links img,#wohnungen #grundriss_detail_2OG_212_rechts img,#wohnungen #grundriss_detail_2OG_214_links img,#wohnungen #grundriss_detail_2OG_214_rechts img,#wohnungen #grundriss_detail_3OG_210_links img,#wohnungen #grundriss_detail_3OG_210_rechts img,#wohnungen #grundriss_detail_3OG_212_links img,#wohnungen #grundriss_detail_3OG_212_rechts img,#wohnungen #grundriss_detail_3OG_214_links img,#wohnungen #grundriss_detail_3OG_214_rechts img,#wohnungen #grundriss_detail_4OG_210_links img,#wohnungen #grundriss_detail_4OG_212_rechts img,#wohnungen #grundriss_detail_4OG_212_links img,#wohnungen #grundriss_detail_4OG_214_links img,#wohnungen #grundriss_detail_4OG_214_rechts img,#wohnungen #grundriss_detail_4OG_210_rechts img,#wohnungen #grundriss_detail_5OG_210_links img,#wohnungen #grundriss_detail_5OG_210_rechts img,#wohnungen #grundriss_detail_5OG_212_links img,#wohnungen #grundriss_detail_5OG_212_rechts img,#wohnungen #grundriss_detail_5OG_214_links img,#wohnungen #grundriss_detail_5OG_214_rechts img {
	width:420px!important;
	height:auto;
}

#grundriss_default {
	position:absolute;
	top:137px;
	right:80px;
	display:block;
}


#grundriss_detail_2OG_210_links {
	position:absolute;
	top:115px;
	left:80px;
	display:block;
}

#grundriss_02,#grundriss_03,#grundriss_04,#grundriss_05 {
	position:absolute;
	top:137px;
	right:80px;
	display:none;
}

#grundriss_detail_2OG_210_rechts,#grundriss_detail_2OG_212_links,#grundriss_detail_2OG_212_rechts,#grundriss_detail_2OG_214_links,#grundriss_detail_2OG_214_rechts,#grundriss_detail_3OG_210_links,#grundriss_detail_3OG_210_rechts,#grundriss_detail_3OG_212_links,#grundriss_detail_3OG_212_rechts,#grundriss_detail_3OG_214_links,#grundriss_detail_3OG_214_rechts,#grundriss_detail_4OG_210_links,#grundriss_detail_4OG_210_rechts,#grundriss_detail_4OG_212_links,#grundriss_detail_4OG_212_rechts,#grundriss_detail_4OG_214_links,#grundriss_detail_4OG_214_rechts,#grundriss_detail_5OG_210_links,#grundriss_detail_5OG_210_rechts,#grundriss_detail_5OG_212_links,#grundriss_detail_5OG_212_rechts,#grundriss_detail_5OG_214_links,#grundriss_detail_5OG_214_rechts {
	position:absolute;
	top:115px;
	left:80px;
	display:none;
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
	#wohnungen #grundriss_default img,#wohnungen #grundriss_02 img,#wohnungen #grundriss_03 img,#wohnungen #grundriss_04 img,#wohnungen #grundriss_05 img,#wohnungen #grundriss_detail_2OG_210_links img,#wohnungen #grundriss_detail_2OG_210_rechts img,#wohnungen #grundriss_detail_2OG_212_links img,#wohnungen #grundriss_detail_2OG_212_rechts img,#wohnungen #grundriss_detail_2OG_214_links img,#wohnungen #grundriss_detail_2OG_214_rechts img,#wohnungen #grundriss_detail_3OG_210_links img,#wohnungen #grundriss_detail_3OG_210_rechts img,#wohnungen #grundriss_detail_3OG_212_links img,#wohnungen #grundriss_detail_3OG_212_rechts img,#wohnungen #grundriss_detail_3OG_214_links img,#wohnungen #grundriss_detail_3OG_214_rechts img,#wohnungen #grundriss_detail_4OG_210_links img,#wohnungen #grundriss_detail_4OG_212_rechts img,#wohnungen #grundriss_detail_4OG_212_links img,#wohnungen #grundriss_detail_4OG_214_links img,#wohnungen #grundriss_detail_4OG_214_rechts img,#wohnungen #grundriss_detail_4OG_210_rechts img,#wohnungen #grundriss_detail_5OG_210_links img,#wohnungen #grundriss_detail_5OG_210_rechts img,#wohnungen #grundriss_detail_5OG_212_links img,#wohnungen #grundriss_detail_5OG_212_rechts img,#wohnungen #grundriss_detail_5OG_214_links img,#wohnungen #grundriss_detail_5OG_214_rechts img {
		width:340px!important;
		height:auto;
	}
	
	#grundriss_default {
		position:absolute;
		top:129px;
		right:80px;
		display:block;
	}
	
	#grundriss_detail_2OG_210_links {
		position:absolute;
		top:110px;
		left:80px;
		display:block;
	}
	
	#grundriss_02,#grundriss_03,#grundriss_04,#grundriss_05 {
		position:absolute;
		top:129px;
		right:80px;
		display:none;
	}
	
	#grundriss_detail_2OG_210_rechts,#grundriss_detail_2OG_212_links,#grundriss_detail_2OG_212_rechts,#grundriss_detail_2OG_214_links,#grundriss_detail_2OG_214_rechts,#grundriss_detail_3OG_210_links,#grundriss_detail_3OG_210_rechts,#grundriss_detail_3OG_212_links,#grundriss_detail_3OG_212_rechts,#grundriss_detail_3OG_214_links,#grundriss_detail_3OG_214_rechts,#grundriss_detail_4OG_210_links,#grundriss_detail_4OG_210_rechts,#grundriss_detail_4OG_212_links,#grundriss_detail_4OG_212_rechts,#grundriss_detail_4OG_214_links,#grundriss_detail_4OG_214_rechts,#grundriss_detail_5OG_210_links,#grundriss_detail_5OG_210_rechts,#grundriss_detail_5OG_212_links,#grundriss_detail_5OG_212_rechts,#grundriss_detail_5OG_214_links,#grundriss_detail_5OG_214_rechts {
		position:absolute;
		top:110px;
		left:80px;
		display:none;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	#wohnungen #grundriss_default img,#wohnungen #grundriss_02 img,#wohnungen #grundriss_03 img,#wohnungen #grundriss_04 img,#wohnungen #grundriss_05 img,#wohnungen #grundriss_detail_2OG_210_links img,#wohnungen #grundriss_detail_2OG_210_rechts img,#wohnungen #grundriss_detail_2OG_212_links img,#wohnungen #grundriss_detail_2OG_212_rechts img,#wohnungen #grundriss_detail_2OG_214_links img,#wohnungen #grundriss_detail_2OG_214_rechts img,#wohnungen #grundriss_detail_3OG_210_links img,#wohnungen #grundriss_detail_3OG_210_rechts img,#wohnungen #grundriss_detail_3OG_212_links img,#wohnungen #grundriss_detail_3OG_212_rechts img,#wohnungen #grundriss_detail_3OG_214_links img,#wohnungen #grundriss_detail_3OG_214_rechts img,#wohnungen #grundriss_detail_4OG_210_links img,#wohnungen #grundriss_detail_4OG_212_rechts img,#wohnungen #grundriss_detail_4OG_212_links img,#wohnungen #grundriss_detail_4OG_214_links img,#wohnungen #grundriss_detail_4OG_214_rechts img,#wohnungen #grundriss_detail_4OG_210_rechts img,#wohnungen #grundriss_detail_5OG_210_links img,#wohnungen #grundriss_detail_5OG_210_rechts img,#wohnungen #grundriss_detail_5OG_212_links img,#wohnungen #grundriss_detail_5OG_212_rechts img,#wohnungen #grundriss_detail_5OG_214_links img,#wohnungen #grundriss_detail_5OG_214_rechts img {
		width:268px!important;
		height:auto;
	}
	
	#grundriss_default {
		position:absolute;
		top:125px;
		right:80px;
		display:block;
	}
	
	#grundriss_detail_2OG_210_links {
		position:absolute;
		top:110px;
		left:80px;
		display:block;
	}
	
	#grundriss_02,#grundriss_03,#grundriss_04,#grundriss_05 {
		position:absolute;
		top:125px;
		right:80px;
		display:none;
	}
	
	#grundriss_detail_2OG_210_rechts,#grundriss_detail_2OG_212_links,#grundriss_detail_2OG_212_rechts,#grundriss_detail_2OG_214_links,#grundriss_detail_2OG_214_rechts,#grundriss_detail_3OG_210_links,#grundriss_detail_3OG_210_rechts,#grundriss_detail_3OG_212_links,#grundriss_detail_3OG_212_rechts,#grundriss_detail_3OG_214_links,#grundriss_detail_3OG_214_rechts,#grundriss_detail_4OG_210_links,#grundriss_detail_4OG_210_rechts,#grundriss_detail_4OG_212_links,#grundriss_detail_4OG_212_rechts,#grundriss_detail_4OG_214_links,#grundriss_detail_4OG_214_rechts,#grundriss_detail_5OG_210_links,#grundriss_detail_5OG_210_rechts,#grundriss_detail_5OG_212_links,#grundriss_detail_5OG_212_rechts,#grundriss_detail_5OG_214_links,#grundriss_detail_5OG_214_rechts {
		position:absolute;
		top:110px;
		left:80px;
		display:none;
	}
}

@media only screen and (width: 767px) {
	#wohnungen #grundriss_default img,#wohnungen #grundriss_02 img,#wohnungen #grundriss_03 img,#wohnungen #grundriss_04 img,#wohnungen #grundriss_05 img,#wohnungen #grundriss_detail_2OG_210_links img,#wohnungen #grundriss_detail_2OG_210_rechts img,#wohnungen #grundriss_detail_2OG_212_links img,#wohnungen #grundriss_detail_2OG_212_rechts img,#wohnungen #grundriss_detail_2OG_214_links img,#wohnungen #grundriss_detail_2OG_214_rechts img,#wohnungen #grundriss_detail_3OG_210_links img,#wohnungen #grundriss_detail_3OG_210_rechts img,#wohnungen #grundriss_detail_3OG_212_links img,#wohnungen #grundriss_detail_3OG_212_rechts img,#wohnungen #grundriss_detail_3OG_214_links img,#wohnungen #grundriss_detail_3OG_214_rechts img,#wohnungen #grundriss_detail_4OG_210_links img,#wohnungen #grundriss_detail_4OG_212_rechts img,#wohnungen #grundriss_detail_4OG_212_links img,#wohnungen #grundriss_detail_4OG_214_links img,#wohnungen #grundriss_detail_4OG_214_rechts img,#wohnungen #grundriss_detail_4OG_210_rechts img,#wohnungen #grundriss_detail_5OG_210_links img,#wohnungen #grundriss_detail_5OG_210_rechts img,#wohnungen #grundriss_detail_5OG_212_links img,#wohnungen #grundriss_detail_5OG_212_rechts img,#wohnungen #grundriss_detail_5OG_214_links img,#wohnungen #grundriss_detail_5OG_214_rechts img {
		width:267px!important;
		height:auto;
	}
	
	#grundriss_default {
		position:absolute;
		top:115px;
		right:80px;
		display:block;
	}
	
	#grundriss_detail_2OG_210_links {
		position:absolute;
		top:100px;
		left:80px;
		display:block;
	}
	
	#grundriss_02,#grundriss_03,#grundriss_04,#grundriss_05 {
		position:absolute;
		top:115px;
		right:80px;
		display:none;
	}
	
	#grundriss_detail_2OG_210_rechts,#grundriss_detail_2OG_212_links,#grundriss_detail_2OG_212_rechts,#grundriss_detail_2OG_214_links,#grundriss_detail_2OG_214_rechts,#grundriss_detail_3OG_210_links,#grundriss_detail_3OG_210_rechts,#grundriss_detail_3OG_212_links,#grundriss_detail_3OG_212_rechts,#grundriss_detail_3OG_214_links,#grundriss_detail_3OG_214_rechts,#grundriss_detail_4OG_210_links,#grundriss_detail_4OG_210_rechts,#grundriss_detail_4OG_212_links,#grundriss_detail_4OG_212_rechts,#grundriss_detail_4OG_214_links,#grundriss_detail_4OG_214_rechts,#grundriss_detail_5OG_210_links,#grundriss_detail_5OG_210_rechts,#grundriss_detail_5OG_212_links,#grundriss_detail_5OG_212_rechts,#grundriss_detail_5OG_214_links,#grundriss_detail_5OG_214_rechts {
		position:absolute;
		top:100px;
		left:80px;
		display:none;
	}
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
	#wohnungen #grundriss_default img,#wohnungen #grundriss_02 img,#wohnungen #grundriss_03 img,#wohnungen #grundriss_04 img,#wohnungen #grundriss_05 img,#wohnungen #grundriss_detail_2OG_210_links img,#wohnungen #grundriss_detail_2OG_210_rechts img,#wohnungen #grundriss_detail_2OG_212_links img,#wohnungen #grundriss_detail_2OG_212_rechts img,#wohnungen #grundriss_detail_2OG_214_links img,#wohnungen #grundriss_detail_2OG_214_rechts img,#wohnungen #grundriss_detail_3OG_210_links img,#wohnungen #grundriss_detail_3OG_210_rechts img,#wohnungen #grundriss_detail_3OG_212_links img,#wohnungen #grundriss_detail_3OG_212_rechts img,#wohnungen #grundriss_detail_3OG_214_links img,#wohnungen #grundriss_detail_3OG_214_rechts img,#wohnungen #grundriss_detail_4OG_210_links img,#wohnungen #grundriss_detail_4OG_212_rechts img,#wohnungen #grundriss_detail_4OG_212_links img,#wohnungen #grundriss_detail_4OG_214_links img,#wohnungen #grundriss_detail_4OG_214_rechts img,#wohnungen #grundriss_detail_4OG_210_rechts img,#wohnungen #grundriss_detail_5OG_210_links img,#wohnungen #grundriss_detail_5OG_210_rechts img,#wohnungen #grundriss_detail_5OG_212_links img,#wohnungen #grundriss_detail_5OG_212_rechts img,#wohnungen #grundriss_detail_5OG_214_links img,#wohnungen #grundriss_detail_5OG_214_rechts img {
		width:210px!important;
		height:auto;
	}
	
	#grundriss_default {
		position:absolute;
		top:102px;
		right:20px;
		display:block;
	}
	
	#grundriss_detail_2OG_210_links {
		position:absolute;
		top:90px;
		left:20px;
		display:block;
	}
	
	#grundriss_02,#grundriss_03,#grundriss_04,#grundriss_05 {
		position:absolute;
		top:102px;
		right:20px;
		display:none;
	}
	
	#grundriss_detail_2OG_210_rechts,#grundriss_detail_2OG_212_links,#grundriss_detail_2OG_212_rechts,#grundriss_detail_2OG_214_links,#grundriss_detail_2OG_214_rechts,#grundriss_detail_3OG_210_links,#grundriss_detail_3OG_210_rechts,#grundriss_detail_3OG_212_links,#grundriss_detail_3OG_212_rechts,#grundriss_detail_3OG_214_links,#grundriss_detail_3OG_214_rechts,#grundriss_detail_4OG_210_links,#grundriss_detail_4OG_210_rechts,#grundriss_detail_4OG_212_links,#grundriss_detail_4OG_212_rechts,#grundriss_detail_4OG_214_links,#grundriss_detail_4OG_214_rechts,#grundriss_detail_5OG_210_links,#grundriss_detail_5OG_210_rechts,#grundriss_detail_5OG_212_links,#grundriss_detail_5OG_212_rechts,#grundriss_detail_5OG_214_links,#grundriss_detail_5OG_214_rechts {
		position:absolute;
		top:90px;
		left:20px;
		display:none;
	}
}

@media only screen and (max-width: 479px) {
	#wohnungen #grundriss_default img,#wohnungen #grundriss_02 img,#wohnungen #grundriss_03 img,#wohnungen #grundriss_04 img,#wohnungen #grundriss_05 img,#wohnungen #grundriss_detail_2OG_210_links img,#wohnungen #grundriss_detail_2OG_210_rechts img,#wohnungen #grundriss_detail_2OG_212_links img,#wohnungen #grundriss_detail_2OG_212_rechts img,#wohnungen #grundriss_detail_2OG_214_links img,#wohnungen #grundriss_detail_2OG_214_rechts img,#wohnungen #grundriss_detail_3OG_210_links img,#wohnungen #grundriss_detail_3OG_210_rechts img,#wohnungen #grundriss_detail_3OG_212_links img,#wohnungen #grundriss_detail_3OG_212_rechts img,#wohnungen #grundriss_detail_3OG_214_links img,#wohnungen #grundriss_detail_3OG_214_rechts img,#wohnungen #grundriss_detail_4OG_210_links img,#wohnungen #grundriss_detail_4OG_212_rechts img,#wohnungen #grundriss_detail_4OG_212_links img,#wohnungen #grundriss_detail_4OG_214_links img,#wohnungen #grundriss_detail_4OG_214_rechts img,#wohnungen #grundriss_detail_4OG_210_rechts img,#wohnungen #grundriss_detail_5OG_210_links img,#wohnungen #grundriss_detail_5OG_210_rechts img,#wohnungen #grundriss_detail_5OG_212_links img,#wohnungen #grundriss_detail_5OG_212_rechts img,#wohnungen #grundriss_detail_5OG_214_links img,#wohnungen #grundriss_detail_5OG_214_rechts img {
		width:140px!important;
		height:auto;
	}
	
	#grundriss_default {
		position:absolute;
		top:86px;
		right:10px;
		display:block;
	}
	
	#grundriss_detail_2OG_210_links {
		position:absolute;
		top:78px;
		left:6px;
		display:block;
	}
	
	#grundriss_02,#grundriss_03,#grundriss_04,#grundriss_05 {
		position:absolute;
		top:86px;
		right:10px;
		display:none;
	}
	
	#grundriss_detail_2OG_210_rechts,#grundriss_detail_2OG_212_links,#grundriss_detail_2OG_212_rechts,#grundriss_detail_2OG_214_links,#grundriss_detail_2OG_214_rechts,#grundriss_detail_3OG_210_links,#grundriss_detail_3OG_210_rechts,#grundriss_detail_3OG_212_links,#grundriss_detail_3OG_212_rechts,#grundriss_detail_3OG_214_links,#grundriss_detail_3OG_214_rechts,#grundriss_detail_4OG_210_links,#grundriss_detail_4OG_210_rechts,#grundriss_detail_4OG_212_links,#grundriss_detail_4OG_212_rechts,#grundriss_detail_4OG_214_links,#grundriss_detail_4OG_214_rechts,#grundriss_detail_5OG_210_links,#grundriss_detail_5OG_210_rechts,#grundriss_detail_5OG_212_links,#grundriss_detail_5OG_212_rechts,#grundriss_detail_5OG_214_links,#grundriss_detail_5OG_214_rechts {
		position:absolute;
		top:78px;
		left:6px;
		display:none;
	}
}
/***** FARBEN 
	Pastellblau: #abb8bf Schrift Navi, Balken clear
	Lichtgrau bläulicher: #6f8c9e Navivations-Background, Schrift blau
	Helles Blaugrau: #e3e8eb Background main
	Dunkelgrau: #565656 Schrift dunkelgrau
*/
/* #Base 1280 Grid
================================================== */
.container {
	position:relative;
	width:1280px;
	margin:0 auto;
	padding:0;
}

/* ----------------------- RESET ----------------------- */
* {
	padding:0;
	margin:0;
}

.invisible {
	visibility:hidden;
	position:absolute;
	top:-99999px;
	left:-99999px;
}

html,body {
	height:100%;
	background-color:#e3e8eb;
	-webkit-text-size-adjust:none;
}

body,textarea {
	font-family:'Sansus Webissimo',arial,sans-serif;
	font-weight:400;
	font-size:13px;
	line-height:1.6em;
}

input::-moz-focus-inner {
	border:0;
}

a,a:link,a:visited,a:hover {
	outline:0;
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

/* ----------------------- ALLGEMEIN ----------------------- */
#wrapper {
	position:relative;
	min-height:100%;
}

h1 {
	font-family:'Sansus Webissimo',arial,sans-serif;
	font-weight:400;
	color:#6f8c9e;
	font-size:26px;
	padding:10px;
	text-align:right;
	margin-bottom:37px;
	letter-spacing:5px;
	background-color:#e3e8eb;
}

h2 {
	font-family:'Sansus Webissimo',arial,sans-serif;
	font-weight:400;
	font-size:17px;
	line-height:21px;
}

h3 {
	font-family:'Sansus Webissimo',arial,sans-serif;
	font-weight:400;
	font-size:34px;
	text-align:center;
	padding-top:35px;
	color:#565656;
}

h4 {
	font-family:'Sansus Webissimo',arial,sans-serif;
	font-weight:400;
	font-size:42px;
	text-align:center;
	text-transform:uppercase;
	color:#6f8c9e;
	letter-spacing:5px;
}


.left h5 {
	font-family:'Sansus Webissimo',arial,sans-serif;
	font-weight:400;
	font-size:17px;
	text-align:left;
	text-transform:uppercase;
	color:#565656;
	padding-bottom:25px;
	padding-left:20px;
	width:760px;
	float:left;
}

.right h5 {
	font-family:'Sansus Webissimo',arial,sans-serif;
	font-weight:400;
	font-size:17px;
	text-align:left;
	text-transform:uppercase;
	color:#565656;
	padding-bottom:25px;
	float:right;
	width:415px;
}

h6 {
	font-family:'Sansus Webissimo',arial,sans-serif;
	font-weight:400;
	font-size:14px;
	/* text-align:left; */
	/* width:140px; */
	float:left;
	padding-left:20px;
	color:#565656;
	line-height:16px;
}


p {
	font-family:'Sansus Webissimo',arial,sans-serif;
	font-weight:400;
}

a {
	text-decoration:none;
}

img {
}

.clearing {
	clear:both;
	height:65px;
	background-color:#abb8bf!important;
	width:100%;
}

/* ----------------------- NAVIGATION ----------------------- */
#logo {
	position:fixed;
	top:35px;
	z-index:20;
	width:420px;
}

#logo img {
	width:380px;
	padding:0 20px;
}

.mod_onepagewebsitenavigation {
	position:fixed;
	z-index:10;
	top:0;
	left:0;
	height:90px;
	background-color:#6f8c9e;
	padding:20px 0;
	width:100%;
}

.mod_onepagewebsitenavigation ul {
	padding-top:35px;
	text-align:right;
	padding-right:0;
}

.mod_onepagewebsitenavigation li.first {
	display:none;
}

.mod_onepagewebsitenavigation li {
	display:inline;
	font-size:26px;
	padding-left:30px;
}

.mod_onepagewebsitenavigation li.last {
	display:inline;
	font-size:26px;
	padding-right:20px;
}

.mod_onepagewebsitenavigation li a,.mod_onepagewebsitenavigation li a:link,.mod_onepagewebsitenavigation li a:visited {
	color:#abb8bf;
}

.mod_onepagewebsitenavigation li a:hover,.mod_onepagewebsitenavigation li a:active,.mod_onepagewebsitenavigation li a.active {
	color:#fff;
}

.mod_onepagewebsitenavigation li a.first,.mod_onepagewebsitenavigation li a.first:hover,.mod_onepagewebsitenavigation li a.first:active,.mod_onepagewebsitenavigation li a.first.active {
	color:#6f8c9e;
	position:absolute;
	top:50px;
	left:50px;
}

/* ----------------------- SLIDER & HOME ----------------------- */
#home {
	padding-top:105px;
}

#slider {
	width:480px;
	padding-top:45px;
	padding-left:30px;
	height:360px;
}

#slider.ce_sliderStart .content-slider .slider-wrapper .ce_image figure.image_container img {
	width:480px!important;
	height:360px!important;
}

.slider-menu {
	display:none!important;
}

.content-slider {
	width:480px;
	position:relative;
	height:360px;
}

a.slider-prev {
	position:absolute;
	top:-200px;
	left:-25px!important;
}

a.slider-next {
	position:absolute;
	top:-200px;
	right:-25px!important;
}

.image_container {
	width:480px!important;
}

#teaser_typo {
	position:absolute;
	top:200px;
	right:80px;
	width:480px;
	height:auto;
}

#bild_stern {
	position:absolute;
	top:390px;
	right:200px;
}

#home.mod_article {
	background-color:#e3e8eb;
}

#home .ce_text.banner {
	background-color:#fff;
	height:145px;
}

#box_1 {
	position:relative;
	height:140px;
	width:370px;
	float:left;
	padding:20px 60px 0 20px;
}

#box_1 p.link_gross a,#box_1 p.link_gross a:visited,#box_1 p.link_gross a:link {
	font-size:32px;
	line-height:35px;
	padding-top:30px;
	color:#565656;
}

#box_2 {
	position:relative;
	height:140px;
	width:370px;
	float:left;
	padding:20px 60px 0 10px;
}

#box_2 p.link_gross a {
	font-size:32px;
	line-height:35px;
	padding-top:30px;
	color:#565656;
}

#box_3 {
	position:relative;
	height:140px;
	width:360px;
	float:left;
	padding:20px 20px 0 0;
}

#box_3 p.link_gross a {
	font-size:32px;
	line-height:35px;
	padding-top:30px;
	color:#565656;
}

#box_1 p.link_klein,#box_2 p.link_klein,#box_3 p.link_klein {
	text-align:right;
	position:absolute;
	bottom:0;
	right:20px;
}

#box_1 p.link_gross a:hover,#box_2 p.link_gross a:hover,#box_3 p.link_gross a:hover {
	color:#6f8c9e;
}

#box_1 a,#box_2 a,#box_3 a {
	color:#6f8c9e;
}

/* ----------------------- GESCHICHTE ----------------------- */
.mod_article {
	background-color:#fff;
}

#industriehof .ce_text.geschichte {
	width:1240px;
	padding-left:20px;
}

#industriehof .clear {
	clear:both;
}

#industriehof .ce_text.clear h2 {
	width:700px;
	padding-left:20px;
}

#industriehof .ce_text.clear p {
	width:700px;
	padding-left:20px;
}

#industriehof .clear .image_container {
	padding-right:20px;
	padding-left:20px;
}

#industriehof figure.image_container {
	width:386px!important;
}

div#industriehof.mod_article div.ce_gallery {
	width:386px;
	float:right;
	padding-right:20px;
	padding-left:20px;
}

div#industriehof.mod_article div.ce_gallery ul li {
	width:386px;
	float:right;
}

#industriehof img {
	width:386px;
	height:auto;
	padding-bottom:14px;
}

#industriehof #links_industriehof {
	padding-left:20px;
	padding-right:20px;
	clear:both;
}

#industriehof #links_industriehof .links_ueberschrift {
	display:block;
}

#industriehof #links_industriehof p {
	display:inline-block;
	padding-right:60px;
}

/* ----------------------- WOHUNGEN ----------------------- */
#wohnungen {
	position:relative;
}

#wohnungen #ueberschrift_bild_links {
	position:absolute;
	top:95px;
	left:90px;
	font-size:16px;
}

#wohnungen #ueberschrift_bild_rechts {
	position:absolute;
	top:95px;
	right:415px;
	font-size:16px;
}

#wohnungen .placeholder {
	width:100%;
	height:310px;
	background-color:#fff;
}

#wohnungen .beschreibung {
	padding-left:20px;
	padding-right:20px;
}

#wohnungen .text_tabelle {
	width:1240px;
	float:none;
	text-align:left;
	padding-left:20px;
}

#wohnungen td a img {
	float:right;
}

.clear_text_tabelle {
	clear: both;
	height: 0;
}
/* ----------------------- TABELLE ----------------------- */
#wohnungen.mod_article #tabelle_mobile.ce_text {
	display:none;
}

#wohnungen.mod_article .ce_text table#tabelle_standard.tabelle {
	display:block;
}

#wohnungen #tabelle_standard.tabelle {
	float:right;
	padding:0 20px 20px;
	border:0 solid #000;
	height:300px;
	overflow-y:scroll;
}

#wohnungen tbody {
	border:1px solid #000!important;
	border-collapse:collapse;
	position:relative;
}

#wohnungen tr.tabellenkopf {
	background-color:#6e8ca4;
	border:1px solid #000!important;
	text-align:left;
	vertical-align:middle;
	color:#fff;
}

#wohnungen td {
	border-right:1px solid #000!important;
	padding:3px 10px;
	vertical-align:middle;
	border-collapse:collapse;
}

#wohnungen tr.immotr_weiss {
	position:relative;
	background-color:#fff;
	cursor:pointer;
}

#wohnungen tr.immotr_blau {
	position:relative;
	background-color:#aab8c3;
	cursor:pointer;
}

#wohnungen .immotr {
	position:relative;
}

#wohnungen .clearing_tabelle {
	clear:both;
	height:5px;
}

#wohnungen.mod_article .ce_gallery ul li figure.image_container {
	width:386px!important;
	float:left;
	margin:0 20px 20px;
}

#wohnungen.mod_article .ce_gallery ul {
	margin:0!important;
}

#wohnungen.mod_article .ce_gallery ul li {
	width:386px;
	display:inline;
}

#wohnungen.mod_article .ce_gallery ul li img {
	width:386px;
	height:auto;
}

/* ----------------------- GEWERBE ----------------------- */
#gewerbe .ce_text.text_gewerbe {
	padding-left:20px;
	padding-right:20px;
}

#kontakt .clearing p {
	text-align:right;
	padding-right:20px;
	padding-top:20px;
}

#gewerbe.mod_article .ce_text figure.image_container {
	padding-left:20px;
	padding-right:0;
	width:420px!important;
}

#gewerbe.mod_article .ce_text figure.image_container img {
	width:420px;
	height:auto;
}

/* ----------------------- KONTAKT ----------------------- */
#kontakt .kontakt {
	float:right;
	width:415px;
}

#kontakt .ce_form {
	clear:both;
}

#kontakt .formbody {
	width:665px;
	float:left;
}

#kontakt tbody {
	vertical-align:top;
}

#kontakt label span {
	padding-left:5px;
}

#kontakt td {
	padding-left:10px;
}

#kontakt .ce_form .formbody table tbody tr td {
	vertical-align:top;
}

/* ----------------------- IMPRESSUM ----------------------- */
#footer.clearing p {
	text-align:left;
	padding-left:20px;
	background-color:#c9d4da;
	margin-bottom:0;
	padding-bottom:10px;
}

#impressum_footer {
	display:block;
	background-color:#c9d4da;
	width:1280px;
}

#impressum_footer p {
	display:inline-block;
	width:275px;
	text-align:left!important;
	padding-left:20px;
	padding-top:10px!important;
}

/* ----------------------- BASE FORMULAR ----------------------- */
form {
	margin-bottom:20px;
}

fieldset {
	margin-bottom:20px;
}

input[type="text"],input[type="password"],input[type="email"],textarea,select {
	border:1px solid #ccc;
	padding:6px 10px;
	outline:none;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	font:13px 'Sansus Webissimo',arial,sans-serif;
	color:#777;
	margin:0;
	width:460px;
	max-width:100%;
	display:block;
	margin-bottom:20px;
	background:#fff;
}

select {
	padding:0;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus {
	border:1px solid #aaa;
	color:#444;
	-moz-box-shadow:0 0 3px rgba(0,0,0,.2);
	-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);
	box-shadow:0 0 3px rgba(0,0,0,.2);
}

textarea {
	min-height:60px;
}

label,legend {
	display:block;
	font-weight:400;
	font-size:14px;
	color:#565656;
}

select {
	width:220px;
}

input[type="checkbox"] {
	display:inline;
}

label span,legend span {
	font-weight:400;
	font-size:13px;
	color:#444;
}

tr.row_0 td.col_0,tr.row_1 td.col_0,tr.row_2 td.col_0,tr.row_3 td.col_0,tr.row_4 td.col_0,tr.row_5 td.col_0,tr.row_7 td.col_0 {
	display:none;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
	/***** FARBEN 
			Pastellblau: #abb8bf Schrift Navi, Balken clear
			Lichtgrau bläulicher: #6f8c9e Navivations-Background, Schrift blau
			Helles Blaugrau: #e3e8eb Background main
			Dunkelgrau: #565656 Schrift dunkelgrau
			*/
	/* #Base 960 Grid
			================================================== */
	.container {
		position:relative;
		width:960px;
		margin:0 auto;
		padding:0;
	}
	
	/* ----------------------- RESET ----------------------- */
	* {
		margin:0;
		padding:0;
		border:0;
	}
	
	.invisible {
		visibility:hidden;
		position:absolute;
		top:-99999px;
		left:-99999px;
	}
	
	html,body {
		height:100%;
		background-color:#e3e8eb;
		-webkit-text-size-adjust:none;
	}
	
	body,textarea {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:13px;
		line-height:1.6em;
	}
	
	input::-moz-focus-inner {
		border:0;
	}
	
	a,a:link,a:visited,a:hover {
		outline:0;
	}
	
	/* ----------------------- ALLGEMEIN ----------------------- */
	#wrapper {
		position:relative;
		min-height:100%;
	}
	
	h1 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		color:#6f8c9e;
		font-size:26px;
		padding:10px;
		text-align:right;
		margin-bottom:37px;
		letter-spacing:5px;
		background-color:#e3e8eb;
	}
	
	h2 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:17px;
		line-height:21px;
	}
	
	h3 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:34px;
		text-align:center;
		padding-top:35px;
		color:#565656;
	}
	
	h4 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:42px;
		text-align:center;
		text-transform:uppercase;
		color:#6f8c9e;
		letter-spacing:5px;
	}
	
	.left h5 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:17px;
		text-align:left;
		text-transform:uppercase;
		color:#565656;
		padding-bottom:25px;
		padding-left:20px;
		width:560px;
		float:left;
	}
	
	.right h5 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:17px;
		text-align:left;
		text-transform:uppercase;
		color:#565656;
		padding-bottom:25px;
		float:right;
		width:340px;
	}
	
	h6 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:14px;
		text-align:left;
		width:130px;
		float:left;
		padding-left:20px;
		color:#565656;
		line-height:16px;
	}
	
	p {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
	}
	
	a {
		text-decoration:none;
	}
	
	img {
	}
	
	.clearing {
		clear:both;
		height:65px;
		background-color:#abb8bf!important;
		width:100%;
	}
	
	/* ----------------------- NAVIGATION ----------------------- */
	#logo {
		position:fixed;
		top:35px;
		z-index:20;
		width:360px;
	}
	
	#logo img {
		width:320px;
		padding:0 20px;
	}
	
	.mod_onepagewebsitenavigation {
		position:fixed;
		z-index:10;
		top:0;
		left:0;
		height:90px;
		background-color:#6f8c9e;
		padding:20px 0;
		width:100%;
	}
	
	.mod_onepagewebsitenavigation ul {
		padding-top:35px;
		text-align:right;
		padding-right:0;
	}
	
	.mod_onepagewebsitenavigation li.first {
		display:none;
	}
	
	.mod_onepagewebsitenavigation li {
		display:inline;
		font-size:26px;
		padding-left:20px;
	}
	
	.mod_onepagewebsitenavigation li.last {
		display:inline;
		font-size:26px;
		padding-right:20px;
	}
	
	.mod_onepagewebsitenavigation li a,.mod_onepagewebsitenavigation li a:link,.mod_onepagewebsitenavigation li a:visited {
		color:#abb8bf;
	}
	
	.mod_onepagewebsitenavigation li a:hover,.mod_onepagewebsitenavigation li a:active,.mod_onepagewebsitenavigation li a.active {
		color:#fff;
	}
	
	.mod_onepagewebsitenavigation li a.first,.mod_onepagewebsitenavigation li a.first:hover,.mod_onepagewebsitenavigation li a.first:active,.mod_onepagewebsitenavigation li a.first.active {
		color:#6f8c9e;
		position:absolute;
		top:50px;
		left:50px;
	}
	
	/* ----------------------- SLIDER & HOME ----------------------- */
	#home {
		padding-top:105px;
	}
	
	#slider {
		width:480px;
		padding-top:45px;
		padding-left:30px;
		height:360px;
	}
	
	#slider.ce_sliderStart .content-slider .slider-wrapper .ce_image figure.image_container img {
		width:480px!important;
		height:360px!important;
	}
	
	.slider-wrapper {
	}
	
	.slider-menu {
		display:none!important;
	}
	
	.content-slider {
		width:480px;
		position:relative;
		height:360px;
	}
	
	a.slider-prev {
		position:absolute;
		top:-200px;
		left:-25px!important;
	}
	
	a.slider-next {
		position:absolute;
		top:-200px;
		right:-25px!important;
	}
	
	#teaser_typo {
		position:absolute;
		top:180px;
		right:0;
		width:380px;
		height:auto;
	}
	
	#bild_stern {
		position:absolute;
		top:350px;
		right:80px;
	}
	
	.image_container {
		width:480px!important;
	}
	
	#home.mod_article {
		background-color:#e3e8eb;
	}
	
	#home .ce_text.banner {
		background-color:#fff;
		height:145px;
	}
	
	#box_1 {
		position:relative;
		height:140px;
		width:270px;
		float:left;
		padding:20px 60px 0 20px;
	}
	
	#box_1 p.link_gross a,#box_1 p.link_gross a:visited,#box_1 p.link_gross a:link {
		font-size:32px;
		line-height:35px;
		padding-top:30px;
		color:#565656;
	}
	
	#box_2 {
		position:relative;
		height:140px;
		width:250px;
		float:left;
		padding:20px 60px 0 10px;
	}
	
	#box_2 p.link_gross a {
		font-size:32px;
		line-height:35px;
		padding-top:30px;
		color:#565656;
	}
	
	#box_3 {
		position:relative;
		height:140px;
		width:270px;
		float:left;
		padding:20px 20px 0 0;
	}
	
	#box_3 p.link_gross a {
		font-size:32px;
		line-height:35px;
		padding-top:30px;
		color:#565656;
	}
	
	#box_1 p.link_klein,#box_2 p.link_klein,#box_3 p.link_klein {
		text-align:right;
		position:absolute;
		bottom:0;
		right:20px;
	}
	
	#box_1 p.link_gross a:hover,#box_2 p.link_gross a:hover,#box_3 p.link_gross a:hover {
		color:#6f8c9e;
	}
	
	#box_1 a,#box_2 a,#box_3 a {
		color:#6f8c9e;
	}
	
	/* ----------------------- GESCHICHTE ----------------------- */
	.mod_article {
		background-color:#fff;
	}
	
	#industriehof .ce_text.geschichte {
		width:920px;
		padding-left:20px;
	}
	
	#industriehof .clear {
		clear:both;
	}
	
	#industriehof .ce_text.clear h2 {
		width:600px;
		padding-left:20px;
	}
	
	#industriehof .ce_text.clear p {
		width:600px;
		padding-left:20px;
	}
	
	#industriehof .clear .image_container {
		padding-right:20px;
		padding-left:20px;
	}
	
	#industriehof figure.image_container {
		width:280px!important;
	}
	
	div#industriehof.mod_article div.ce_gallery {
		width:280px;
		float:right;
		padding-right:20px;
		padding-left:20px;
	}
	
	div#industriehof.mod_article div.ce_gallery ul li {
		width:280px;
		float:right;
	}
	
	#industriehof img {
		width:280px;
		height:auto;
		padding-bottom:14px;
	}
	
	#industriehof #links_industriehof {
		padding-left:20px;
		padding-right:20px;
	}
	
	#industriehof #links_industriehof .links_ueberschrift {
		display:block;
	}
	
	#industriehof #links_industriehof p {
		display:inline-block;
		padding-right:30px;
	}
	
	/* ----------------------- WOHUNGEN ----------------------- */
	#wohnungen {
		position:relative;
	}
	
	#wohnungen #ueberschrift_bild_links {
		position:absolute;
		top:90px;
		left:90px;
		font-size:16px;
	}
	
	#wohnungen #ueberschrift_bild_rechts {
		position:absolute;
		top:90px;
		right:335px;
		font-size:16px;
	}
	
	#wohnungen .placeholder {
		width:100%;
		height:249px;
		background-color:#fff;
	}
	
	#wohnungen .text_tabelle {
		width:920px;
		float:none;
		text-align:left;
		padding-left:20px;
	}
	
	#wohnungen td a img {
		float:right;
	}
	
	/* ----------------------- TABELLE ----------------------- */
	#wohnungen.mod_article #tabelle_mobile.ce_text {
		display:none;
	}
	
	#wohnungen.mod_article .ce_text table#tabelle_standard.tabelle {
		display:block;
	}
	
	#wohnungen table.tabelle {
		float:right;
		padding:0 20px 20px;
		border:0 solid #000;
	}
	
	#wohnungen tbody {
		border:1px solid #000!important;
		border-collapse:collapse;
		position:relative;
	}
	
	#wohnungen tr.tabellenkopf {
		background-color:#6e8ca4;
		border:1px solid #000!important;
		text-align:left;
		vertical-align:middle;
		color:#fff;
	}
	
	#wohnungen td {
		border-right:1px solid #000!important;
		padding:3px 10px;
		vertical-align:middle;
		border-collapse:collapse;
	}
	
	#wohnungen .ce_text table.tabelle tbody a img {
		width:16px;
	}
	
	#wohnungen tr.immotr_weiss {
		position:relative;
		background-color:#fff;
		cursor:pointer;
	}
	
	#wohnungen tr.immotr_blau {
		position:relative;
		background-color:#aab8c3;
		cursor:pointer;
	}
	
	#wohnungen .immotr {
		position:relative;
	}
	
	#wohnungen .clearing_tabelle {
		clear:both;
		height:5px;
	}
	
	#wohnungen.mod_article .ce_gallery ul li figure.image_container {
		width:280px!important;
		float:left;
		margin:0 20px 20px;
	}
	
	#wohnungen.mod_article .ce_gallery ul {
		margin:0!important;
	}
	
	#wohnungen.mod_article .ce_gallery ul li {
		width:280px;
		display:inline;
	}
	
	#wohnungen.mod_article .ce_gallery ul li img {
		width:280px;
		height:auto;
	}
	
	/* ----------------------- GEWERBE ----------------------- */
	#gewerbe .ce_text.text_gewerbe {
		padding-left:20px;
		padding-right:20px;
	}
	
	#kontakt .clearing p {
		text-align:right;
		padding-right:20px;
		padding-top:20px;
	}
	
	#gewerbe.mod_article .ce_text figure.image_container {
		padding-left:20px;
		padding-right:0;
		width:340px!important;
	}
	
	#gewerbe.mod_article .ce_text figure.image_container img {
		width:340px;
		height:auto;
	}
	
	/* ----------------------- KONTAKT ----------------------- */
	#kontakt .kontakt {
		float:right;
		width:340px;
	}
	
	#kontakt .ce_form {
		clear:both;
	}
	
	#kontakt .formbody {
		width:400px;
		float:left;
	}
	
	#kontakt tbody {
		vertical-align:top;
	}
	
	#kontakt label span {
		padding-left:5px;
	}
	
	#kontakt td {
		padding-left:10px;
	}
	
	#kontakt .ce_form .formbody table tbody tr td {
		vertical-align:top;
	}
	
	/* ----------------------- IMPRESSUM ----------------------- */
	#footer.clearing p {
		text-align:left;
		padding-left:20px;
		background-color:#c9d4da;
		margin-bottom:0;
		padding-bottom:10px;
	}
	
	#impressum_footer {
		display:block;
		background-color:#c9d4da;
		width:960px;
	}
	
	#impressum_footer p {
		display:inline-block;
		width:190px;
		text-align:left!important;
		padding-left:20px;
		padding-top:0!important;
	}
	
	/* ----------------------- BASE FORMULAR ----------------------- */
	form {
		margin-bottom:20px;
	}
	
	fieldset {
		margin-bottom:20px;
	}
	
	input[type="text"],input[type="password"],input[type="email"],textarea,select {
		border:1px solid #ccc;
		padding:6px 10px;
		outline:none;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		border-radius:2px;
		font:13px 'Sansus Webissimo',arial,sans-serif;
		color:#777;
		margin:0;
		width:340px;
		max-width:100%;
		display:block;
		margin-bottom:20px;
		background:#fff;
	}
	
	select {
		width:180px;
		padding:0;
	}
	
	input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus {
		border:1px solid #aaa;
		color:#444;
		-moz-box-shadow:0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);
		box-shadow:0 0 3px rgba(0,0,0,.2);
	}
	
	textarea {
		min-height:60px;
	}
	
	label,legend {
		display:block;
		font-weight:400;
		font-size:14px;
		color:#565656;
	}
	
	input[type="checkbox"] {
		display:inline;
	}
	
	label span,legend span {
		font-weight:400;
		font-size:13px;
		color:#444;
	}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	/***** FARBEN 
			Pastellblau: #abb8bf Schrift Navi, Balken clear
			Lichtgrau bläulicher: #6f8c9e Navivations-Background, Schrift blau
			Helles Blaugrau: #e3e8eb Background main
			Dunkelgrau: #565656 Schrift dunkelgrau
			*/
	/* #Base 768 Grid
			================================================== */
	.container {
		position:relative;
		width:768px;
		margin:0 auto;
		padding:0;
	}
	
	/* ----------------------- RESET ----------------------- */
	* {
		padding:0;
		margin:0;
	}
	
	.invisible {
		visibility:hidden;
		position:absolute;
		top:-99999px;
		left:-99999px;
	}
	
	html,body {
		height:100%;
		background-color:#e3e8eb;
		-webkit-text-size-adjust:none;
	}
	
	body,textarea {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:13px;
		line-height:1.6em;
	}
	
	input::-moz-focus-inner {
		border:0;
	}
	
	a,a:link,a:visited,a:hover {
		outline:0;
	}
	
	/* ----------------------- ALLGEMEIN ----------------------- */
	#wrapper {
		position:relative;
		min-height:100%;
	}
	
	h1 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		color:#6f8c9e;
		font-size:26px;
		padding:10px;
		text-align:right;
		margin-bottom:37px;
		letter-spacing:5px;
		background-color:#e3e8eb;
	}
	
	h2 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:17px;
		line-height:21px;
	}
	
	h3 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:34px;
		text-align:center;
		padding-top:35px;
		color:#565656;
	}
	
	h4 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:26px;
		text-align:center;
		text-transform:uppercase;
		color:#6f8c9e;
		letter-spacing:5px;
	}
	
	.left h5 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:17px;
		text-align:left;
		text-transform:uppercase;
		color:#565656;
		padding-bottom:25px;
		padding-left:20px;
		width:432px;
		float:left;
	}
	
	.right h5 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:17px;
		text-align:left;
		text-transform:uppercase;
		color:#565656;
		padding-bottom:25px;
		float:right;
		width:268px;
	}
	
	h6 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:14px;
		text-align:left;
		width:110px;
		float:left;
		padding-left:20px;
		color:#565656;
		line-height:16px;
	}
	
	p {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
	}
	
	a {
		text-decoration:none;
	}
	
	img {
	}
	
	.clearing {
		clear:both;
		height:65px;
		background-color:#abb8bf!important;
		width:100%;
	}
	
	/* ----------------------- NAVIGATION ----------------------- */
	#logo {
		position:fixed;
		top:40px;
		z-index:20;
		width:380px;
	}
	
	#logo img {
		width:260px;
		padding:0 20px;
	}
	
	.mod_onepagewebsitenavigation {
		position:fixed;
		z-index:10;
		top:0;
		left:0;
		height:90px;
		background-color:#6f8c9e;
		padding:20px 0;
		width:100%;
	}
	
	.mod_onepagewebsitenavigation ul {
		padding-top:35px;
		text-align:right;
		padding-right:0;
	}
	
	.mod_onepagewebsitenavigation li.first {
		display:none;
	}
	
	.mod_onepagewebsitenavigation li {
		display:inline;
		font-size:20px;
		padding-left:20px;
	}
	
	.mod_onepagewebsitenavigation li.last {
		display:inline;
		font-size:20px;
		padding-right:20px;
	}
	
	.mod_onepagewebsitenavigation li a,.mod_onepagewebsitenavigation li a:link,.mod_onepagewebsitenavigation li a:visited {
		color:#abb8bf;
	}
	
	.mod_onepagewebsitenavigation li a:hover,.mod_onepagewebsitenavigation li a:active,.mod_onepagewebsitenavigation li a.active {
		color:#fff;
	}
	
	.mod_onepagewebsitenavigation li a.first,.mod_onepagewebsitenavigation li a.first:hover,.mod_onepagewebsitenavigation li a.first:active,.mod_onepagewebsitenavigation li a.first.active {
		color:#6f8c9e;
		position:absolute;
		top:50px;
		left:50px;
	}
	
	/* ----------------------- SLIDER & HOME ----------------------- */
	#home {
		padding-top:105px;
	}
	
	#slider {
		width:380px;
		padding-top:45px;
		padding-left:30px;
		height:285px;
	}
	
	#slider.ce_sliderStart .content-slider .slider-wrapper .ce_image figure.image_container img {
		width:380px!important;
		height:285px!important;
	}
	
	.slider-menu {
		display:none!important;
	}
	
	.content-slider {
		width:380px;
		position:relative;
		height:285px;
	}
	
	a.slider-prev {
		position:absolute;
		top:-150px;
		left:-25px!important;
	}
	
	a.slider-next {
		position:absolute;
		top:-150px;
		right:-25px!important;
	}
	
	.image_container {
		width:380px!important;
	}
	
	#teaser_typo {
		position:absolute;
		top:185px;
		right:80px;
		width:200px;
		height:auto;
	}
	
	#bild_stern {
		position:absolute;
		top:300px;
		right:80px;
		width:200px;
		height:auto;
	}
	
	#home.mod_article {
		background-color:#e3e8eb;
	}
	
	#home .ce_text.banner {
		background-color:#fff;
		height:145px;
	}
	
	#box_1 {
		position:relative;
		height:140px;
		width:225px;
		float:left;
		padding:20px 10px 0 20px;
	}
	
	#box_1 p.link_gross a,#box_1 p.link_gross a:visited,#box_1 p.link_gross a:link {
		font-size:32px;
		line-height:35px;
		padding-top:30px;
		color:#565656;
	}
	
	#box_2 {
		position:relative;
		height:140px;
		width:235px;
		float:left;
		padding:20px 10px 0;
	}
	
	#box_2 p.link_gross a {
		font-size:32px;
		line-height:35px;
		padding-top:30px;
		color:#565656;
	}
	
	#box_3 {
		position:relative;
		height:140px;
		width:225px;
		float:left;
		padding:20px 20px 0 10px;
	}
	
	#box_3 p.link_gross a {
		font-size:32px;
		line-height:35px;
		padding-top:30px;
		color:#565656;
	}
	
	#box_1 p.link_klein,#box_2 p.link_klein,#box_3 p.link_klein {
		text-align:right;
		position:absolute;
		bottom:0;
		right:20px;
	}
	
	#box_1 p.link_gross a:hover,#box_2 p.link_gross a:hover,#box_3 p.link_gross a:hover {
		color:#6f8c9e;
	}
	
	#box_1 a,#box_2 a,#box_3 a {
		color:#6f8c9e;
	}
	
	/* ----------------------- GESCHICHTE ----------------------- */
	.mod_article {
		background-color:#fff;
	}
	
	#industriehof .ce_text.geschichte {
		width:728px;
		padding-left:20px;
	}
	
	#industriehof .clear {
		clear:both;
	}
	
	#industriehof .ce_text.clear h2 {
		width:450px;
		padding-left:20px;
	}
	
	#industriehof .ce_text.clear p {
		width:450px;
		padding-left:20px;
	}
	
	#industriehof .clear .image_container {
		padding-right:20px;
		padding-left:20px;
	}
	
	#industriehof figure.image_container {
		width:216px!important;
	}
	
	#industriehof figure.image_container {
		width:216px!important;
	}
	
	div#industriehof.mod_article div.ce_gallery {
		width:216px;
		float:right;
		padding-right:20px;
		padding-left:20px;
	}
	
	div#industriehof.mod_article div.ce_gallery ul li {
		width:216px;
		float:right;
	}
	
	#industriehof img {
		width:216px;
		height:auto;
		padding-bottom:14px;
	}
	
	#industriehof #links_industriehof {
		padding-left:20px;
		padding-right:20px;
	}
	
	#industriehof #links_industriehof .links_ueberschrift {
		display:block;
	}
	
	#industriehof #links_industriehof p {
		display:inline-block;
		padding-right:30px;
	}
	
	/* ----------------------- WOHUNGEN ----------------------- */
	#wohnungen {
		position:relative;
	}
	
	#wohnungen #ueberschrift_bild_links {
		position:absolute;
		top:80px;
		left:90px;
		font-size:16px;
	}
	
	#wohnungen #ueberschrift_bild_rechts {
		position:absolute;
		top:80px;
		right:262px;
		font-size:16px;
	}
	
	#wohnungen .placeholder {
		width:100%;
		height:197px;
		background-color:#fff;
	}
	
	#wohnungen .text_tabelle {
		width:728px;
		float:none;
		text-align:left;
		padding-left:20px;
	}
	
	#wohnungen td a img {
		float:right;
	}
	
	/* ----------------------- TABELLE ----------------------- */
	#wohnungen.mod_article #tabelle_mobile.ce_text {
		display:none;
	}
	
	#wohnungen.mod_article .ce_text table#tabelle_standard.tabelle {
		display:block;
	}
	
	#wohnungen table.tabelle {
		clear:both;
		padding:0 20px 20px;
		border:0 solid #000;
		margin-bottom:20px;
	}
	
	#wohnungen tbody {
		border:1px solid #000!important;
		border-collapse:collapse;
		position:relative;
	}
	
	#wohnungen tr.tabellenkopf {
		background-color:#6e8ca4;
		border:1px solid #000!important;
		text-align:left;
		vertical-align:middle;
		color:#fff;
	}
	
	#wohnungen td {
		border-right:1px solid #000!important;
		padding:3px 8px;
		vertical-align:middle;
		border-collapse:collapse;
		min-width:74px;
	}
	
	#wohnungen .ce_text table.tabelle tbody a img {
		width:16px;
	}
	
	#wohnungen tr.immotr_weiss {
		position:relative;
		background-color:#fff;
		cursor:pointer;
	}
	
	#wohnungen tr.immotr_blau {
		position:relative;
		background-color:#aab8c3;
		cursor:pointer;
	}
	
	#wohnungen .immotr {
		position:relative;
	}
	
	#wohnungen .clearing_tabelle {
		clear:both;
		height:5px;
	}
	
	#wohnungen.mod_article .ce_gallery ul li figure.image_container {
		width:216px!important;
		float:left;
		margin:0 20px 20px;
	}
	
	#wohnungen.mod_article .ce_gallery ul {
		margin:0!important;
	}
	
	#wohnungen.mod_article .ce_gallery ul li {
		width:216px;
		display:inline;
	}
	
	#wohnungen.mod_article .ce_gallery ul li img {
		width:216px;
		height:auto;
	}
	
	/* ----------------------- GEWERBE ----------------------- */
	#gewerbe .ce_text.text_gewerbe {
		padding-left:20px;
		padding-right:20px;
	}
	
	#gewerbe.mod_article .ce_text figure.image_container {
		padding-left:20px;
		padding-right:0;
		width:268px!important;
	}
	
	#gewerbe.mod_article .ce_text figure.image_container img {
		width:268px;
		height:auto;
	}
	
	/* ----------------------- KONTAKT ----------------------- */
	#kontakt .kontakt {
		float:right;
		width:268px;
	}
	
	#kontakt .clearing {
		clear:both;
		height:65px;
		background-color:#c9d4da!important;
		width:100%;
	}
	
	#kontakt .clearing p {
		text-align:right;
		padding-right:20px;
		padding-top:20px;
	}
	
	#kontakt .ce_form {
		clear:both;
	}
	
	#kontakt .formbody {
		width:296px;
		float:left;
	}
	
	#kontakt tbody {
		vertical-align:top;
	}
	
	#kontakt label span {
		padding-left:5px;
	}
	
	#kontakt td {
		padding-left:10px;
	}
	
	#kontakt .ce_form .formbody table tbody tr td {
		vertical-align:top;
	}
	
	/* ----------------------- IMPRESSUM ----------------------- */
	#footer.clearing p {
		text-align:left;
		padding-left:20px;
		background-color:#c9d4da;
		margin-bottom:0;
		padding-bottom:10px;
	}
	
	#impressum_footer {
		display:block;
		background-color:#c9d4da;
		width:768px;
	}
	
	#impressum_footer p {
		font-size:9px;
		display:inline-block;
		width:140px;
		text-align:left!important;
		padding-left:20px;
		padding-top:0!important;
	}
	
	/* ----------------------- BASE FORMULAR ----------------------- */
	form {
		margin-bottom:20px;
	}
	
	fieldset {
		margin-bottom:20px;
	}
	
	input[type="text"],input[type="password"],input[type="email"],textarea,select {
		border:1px solid #ccc;
		padding:6px 10px;
		outline:none;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		border-radius:2px;
		font:13px 'Sansus Webissimo',arial,sans-serif;
		color:#777;
		margin:0;
		width:268px;
		max-width:100%;
		display:block;
		margin-bottom:20px;
		background:#fff;
	}
	
	select {
		padding:0;
	}
	
	input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus {
		border:1px solid #aaa;
		color:#444;
		-moz-box-shadow:0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);
		box-shadow:0 0 3px rgba(0,0,0,.2);
	}
	
	textarea {
		min-height:60px;
	}
	
	label,legend {
		display:block;
		font-weight:400;
		font-size:14px;
		color:#565656;
	}
	
	select {
		width:180px;
	}
	
	input[type="checkbox"] {
		display:inline;
	}
	
	label span,legend span {
		font-weight:400;
		font-size:13px;
		color:#444;
	}
}
@media only screen and (width: 767px) {
	/***** FARBEN 
			Pastellblau: #abb8bf Schrift Navi, Balken clear
			Lichtgrau bläulicher: #6f8c9e Navivations-Background, Schrift blau
			Helles Blaugrau: #e3e8eb Background main
			Dunkelgrau: #565656 Schrift dunkelgrau
			*/
	/* #Base 767 Grid
			================================================== */
	.container {
		position:relative;
		width:767px;
		margin:0 auto;
		padding:0;
	}
	
	/* ----------------------- RESET ----------------------- */
	* {
		padding:0;
		margin:0;
	}
	
	.invisible {
		visibility:hidden;
		position:absolute;
		top:-99999px;
		left:-99999px;
	}
	
	html,body {
		height:100%;
		background-color:#e3e8eb;
		-webkit-text-size-adjust:none;
	}
	
	body,textarea {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:13px;
		line-height:1.6em;
	}
	
	input::-moz-focus-inner {
		border:0;
	}
	
	a,a:link,a:visited,a:hover {
		outline:0;
	}
	
	/* ----------------------- ALLGEMEIN ----------------------- */
	#wrapper {
		position:relative;
		min-height:100%;
	}
	
	h1 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		color:#6f8c9e;
		font-size:26px;
		padding:10px;
		text-align:right;
		margin-bottom:37px;
		letter-spacing:5px;
		background-color:#e3e8eb;
	}
	
	h2 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:17px;
		line-height:21px;
	}
	
	h3 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:34px;
		text-align:center;
		padding-top:35px;
		color:#565656;
	}
	
	h4 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:26px;
		text-align:center;
		text-transform:uppercase;
		color:#6f8c9e;
		letter-spacing:5px;
	}
	
	.left h5 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:17px;
		text-align:left;
		text-transform:uppercase;
		color:#565656;
		padding-bottom:25px;
		padding-left:20px;
		width:432px;
		float:left;
	}
	
	.right h5 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:17px;
		text-align:left;
		text-transform:uppercase;
		color:#565656;
		padding-bottom:25px;
		float:right;
		width:268px;
	}
	
	h6 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:14px;
		text-align:left;
		width:110px;
		float:left;
		padding-left:20px;
		color:#565656;
		line-height:16px;
	}
	
	p {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
	}
	
	a {
		text-decoration:none;
	}
	
	img {
	}
	
	.clearing {
		clear:both;
		height:65px;
		background-color:#abb8bf!important;
		width:100%;
	}
	
	/* ----------------------- NAVIGATION ----------------------- */
	#logo {
		position:fixed;
		top:40px;
		z-index:20;
		width:380px;
	}
	
	#logo img {
		width:260px;
		padding:0 20px;
	}
	
	.mod_onepagewebsitenavigation {
		position:fixed;
		z-index:10;
		top:0;
		left:0;
		height:90px;
		background-color:#6f8c9e;
		padding:20px 0;
		width:100%;
	}
	
	.mod_onepagewebsitenavigation ul {
		padding-top:35px;
		text-align:right;
		padding-right:0;
	}
	
	.mod_onepagewebsitenavigation li.first {
		display:none;
	}
	
	.mod_onepagewebsitenavigation li {
		display:inline;
		font-size:20px;
		padding-left:20px;
	}
	
	.mod_onepagewebsitenavigation li.last {
		display:inline;
		font-size:20px;
		padding-right:20px;
	}
	
	.mod_onepagewebsitenavigation li a,.mod_onepagewebsitenavigation li a:link,.mod_onepagewebsitenavigation li a:visited {
		color:#abb8bf;
	}
	
	.mod_onepagewebsitenavigation li a:hover,.mod_onepagewebsitenavigation li a:active,.mod_onepagewebsitenavigation li a.active {
		color:#fff;
	}
	
	.mod_onepagewebsitenavigation li a.first,.mod_onepagewebsitenavigation li a.first:hover,.mod_onepagewebsitenavigation li a.first:active,.mod_onepagewebsitenavigation li a.first.active {
		color:#6f8c9e;
		position:absolute;
		top:50px;
		left:50px;
	}
	
	/* ----------------------- SLIDER & HOME ----------------------- */
	#home {
		padding-top:105px;
	}
	
	#slider {
		width:480px;
		padding-top:45px;
		padding-left:30px;
		height:360px;
	}
	
	#slider.ce_sliderStart .content-slider .slider-wrapper .ce_image figure.image_container img {
		width:480px!important;
		height:360px!important;
	}
	
	.slider-menu {
		display:none!important;
	}
	
	.content-slider {
		width:480px;
		position:relative;
		height:360px;
	}
	
	a.slider-prev {
		position:absolute;
		top:-200px;
		left:-25px!important;
	}
	
	a.slider-next {
		position:absolute;
		top:-200px;
		right:-25px!important;
	}
	
	.image_container {
		width:480px!important;
	}
	
	#teaser_typo {
		position:absolute;
		top:185px;
		right:0;
		width:200px;
		height:auto;
	}
	
	#bild_stern {
		position:absolute;
		top:325px;
		right:10px;
		width:200px;
		height:auto;
	}
	
	#home.mod_article {
		background-color:#e3e8eb;
	}
	
	#home .ce_text.banner {
		background-color:#fff;
		height:145px;
	}
	
	#box_1 {
		position:relative;
		height:140px;
		width:225px;
		float:left;
		padding:20px 10px 0 20px;
	}
	
	#box_1 p.link_gross a,#box_1 p.link_gross a:visited,#box_1 p.link_gross a:link {
		font-size:32px;
		line-height:35px;
		padding-top:30px;
		color:#565656;
	}
	
	#box_2 {
		position:relative;
		height:140px;
		width:235px;
		float:left;
		padding:20px 10px 0;
	}
	
	#box_2 p.link_gross a {
		font-size:32px;
		line-height:35px;
		padding-top:30px;
		color:#565656;
	}
	
	#box_3 {
		position:relative;
		height:140px;
		width:224px;
		float:left;
		padding:20px 20px 0 10px;
	}
	
	#box_3 p.link_gross a {
		font-size:32px;
		line-height:35px;
		padding-top:30px;
		color:#565656;
	}
	
	#box_1 p.link_klein,#box_2 p.link_klein,#box_3 p.link_klein {
		text-align:right;
		position:absolute;
		bottom:0;
		right:20px;
	}
	
	#box_1 p.link_gross a:hover,#box_2 p.link_gross a:hover,#box_3 p.link_gross a:hover {
		color:#6f8c9e;
	}
	
	#box_1 a,#box_2 a,#box_3 a {
		color:#6f8c9e;
	}
	
	/* ----------------------- GESCHICHTE ----------------------- */
	.mod_article {
		background-color:#fff;
	}
	
	#industriehof .ce_text.geschichte {
		width:727px;
		padding-left:20px;
	}
	
	#industriehof .clear {
		clear:both;
	}
	
	#industriehof .ce_text.clear h2 {
		width:450px;
		padding-left:20px;
	}
	
	#industriehof .ce_text.clear p {
		width:450px;
		padding-left:20px;
	}
	
	#industriehof .clear .image_container {
		padding-right:20px;
		padding-left:20px;
	}
	
	#industriehof figure.image_container {
		width:216px!important;
	}
	
	div#industriehof.mod_article div.ce_gallery {
		width:216px;
		float:right;
		padding-right:20px;
		padding-left:20px;
	}
	
	div#industriehof.mod_article div.ce_gallery ul li {
		width:216px;
		float:right;
	}
	
	#industriehof img {
		width:216px;
		height:auto;
		padding-bottom:14px;
	}
	
	#industriehof #links_industriehof {
		padding-left:20px;
		padding-right:20px;
	}
	
	#industriehof #links_industriehof .links_ueberschrift {
		display:block;
	}
	
	#industriehof #links_industriehof p {
		display:inline-block;
		padding-right:30px;
	}
	
	/* ----------------------- WOHUNGEN ----------------------- */
	#wohnungen {
		position:relative;
	}
	
	#wohnungen #ueberschrift_bild_links {
		position:absolute;
		top:80px;
		left:90px;
		font-size:16px;
	}
	
	#wohnungen #ueberschrift_bild_rechts {
		position:absolute;
		top:80px;
		right:262px;
		font-size:16px;
	}
	
	#wohnungen .placeholder {
		width:100%;
		height:197px;
		background-color:#fff;
	}
	
	#wohnungen .text_tabelle {
		width:727px;
		float:none;
		text-align:left;
		padding-left:20px;
	}
	
	#wohnungen td a img {
		float:right;
	}
	
	/* ----------------------- TABELLE ----------------------- */
	#wohnungen.mod_article #tabelle_mobile.ce_text {
		display:none;
	}
	
	#wohnungen.mod_article .ce_text table#tabelle_standard.tabelle {
		display:block;
	}
	
	#wohnungen table.tabelle {
		clear:both;
		padding:0 20px 20px;
		border:0 solid #000;
		margin-bottom:20px;
	}
	
	#wohnungen tbody {
		border:1px solid #000!important;
		border-collapse:collapse;
		position:relative;
	}
	
	#wohnungen tr.tabellenkopf {
		background-color:#6e8ca4;
		border:1px solid #000!important;
		text-align:left;
		vertical-align:middle;
		color:#fff;
	}
	
	#wohnungen td {
		border-right:1px solid #000!important;
		padding:3px 8px;
		vertical-align:middle;
		border-collapse:collapse;
		min-width:74px;
	}
	
	#wohnungen .ce_text table.tabelle tbody a img {
		width:16px;
	}
	
	#wohnungen tr.immotr_weiss {
		position:relative;
		background-color:#fff;
		cursor:pointer;
	}
	
	#wohnungen tr.immotr_blau {
		position:relative;
		background-color:#aab8c3;
		cursor:pointer;
	}
	
	#wohnungen .immotr {
		position:relative;
	}
	
	#wohnungen .clearing_tabelle {
		clear:both;
		height:5px;
	}
	
	#wohnungen.mod_article .ce_gallery ul li figure.image_container {
		width:215px!important;
		float:left;
		margin:0 20px 20px;
	}
	
	#wohnungen.mod_article .ce_gallery ul {
		margin:0!important;
	}
	
	#wohnungen.mod_article .ce_gallery ul li {
		width:215px;
		display:inline;
	}
	
	#wohnungen.mod_article .ce_gallery ul li img {
		width:215px;
		height:auto;
	}
	
	/* ----------------------- GEWERBE ----------------------- */
	#gewerbe .ce_text.text_gewerbe {
		padding-left:20px;
		padding-right:20px;
	}
	
	#gewerbe.mod_article .ce_text figure.image_container {
		padding-left:20px;
		padding-right:0;
		width:267px!important;
	}
	
	#gewerbe.mod_article .ce_text figure.image_container img {
		width:267px;
		height:auto;
	}
	
	/* ----------------------- KONTAKT ----------------------- */
	#kontakt .kontakt {
		float:right;
		width:267px;
	}
	
	#kontakt .clearing p {
		text-align:right;
		padding-right:20px;
		padding-top:20px;
	}
	
	#kontakt .ce_form {
		clear:both;
	}
	
	#kontakt .formbody {
		width:296px;
		float:left;
		padding-left:10px;
		padding-top:30px;
	}
	
	#kontakt tbody {
		vertical-align:top;
	}
	
	#kontakt label span {
		padding-left:5px;
	}
	
	#kontakt td {
		padding-left:10px;
	}
	
	#kontakt .ce_form .formbody table tbody tr td {
		vertical-align:top;
	}
	
	/* ----------------------- IMPRESSUM ----------------------- */
	#footer.clearing p {
		text-align:left;
		padding-left:20px;
		background-color:#c9d4da;
		margin-bottom:0;
		padding-bottom:10px;
	}
	
	#impressum_footer {
		display:block;
		background-color:#c9d4da;
		width:767px;
	}
	
	#impressum_footer p {
		font-size:9px;
		display:inline-block;
		width:140px;
		text-align:left!important;
		padding-left:20px;
		padding-top:0!important;
	}
	
	/* ----------------------- BASE FORMULAR ----------------------- */
	form {
		margin-bottom:20px;
	}
	
	fieldset {
		margin-bottom:20px;
	}
	
	input[type="text"],input[type="password"],input[type="email"],textarea,select {
		border:1px solid #ccc;
		padding:6px 10px;
		outline:none;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		border-radius:2px;
		font:13px 'Sansus Webissimo',arial,sans-serif;
		color:#777;
		margin:0;
		width:250px;
		max-width:100%;
		display:block;
		margin-bottom:20px;
		background:#fff;
	}
	
	select {
		padding:0;
	}
	
	input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus {
		border:1px solid #aaa;
		color:#444;
		-moz-box-shadow:0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);
		box-shadow:0 0 3px rgba(0,0,0,.2);
	}
	
	textarea {
		min-height:60px;
	}
	
	label,legend {
		display:block;
		font-weight:400;
		font-size:14px;
		color:#565656;
	}
	
	select {
		width:180px;
	}
	
	input[type="checkbox"] {
		display:inline;
	}
	
	label span,legend span {
		font-weight:400;
		font-size:13px;
		color:#444;
	}
}
@media only screen and (min-width: 480px) and (max-width: 766px) {
	/***** FARBEN 
		Pastellblau: #abb8bf Schrift Navi, Balken clear
		Lichtgrau bläulicher: #6f8c9e Navivations-Background, Schrift blau
		Helles Blaugrau: #e3e8eb Background main
		Dunkelgrau: #565656 Schrift dunkelgrau
		*/
	/* #Base 480 Grid
		================================================== */
	.container {
		position:relative;
		width:480px;
		margin:0 auto;
		padding:0;
	}
	
	/* ----------------------- RESET ----------------------- */
	* {
		padding:0;
		margin:0;
	}
	
	.invisible {
		visibility:hidden;
		position:absolute;
		top:-99999px;
		left:-99999px;
	}
	
	html,body {
		height:100%;
		background-color:#e3e8eb;
		-webkit-text-size-adjust:none;
	}
	
	body,textarea {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:13px;
		line-height:1.6em;
	}
	
	input::-moz-focus-inner {
		border:0;
	}
	
	a,a:link,a:visited,a:hover {
		outline:0;
	}
	
	/* ----------------------- ALLGEMEIN ----------------------- */
	#wrapper {
		position:relative;
		min-height:100%;
	}
	
	h1 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		color:#6f8c9e;
		font-size:18px;
		padding:0;
		text-align:center;
		margin-bottom:20px;
		letter-spacing:5px;
		background-color:#e3e8eb;
	}
	
	h2 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:17px;
		line-height:23px;
	}
	
	h3 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:30px;
		text-align:center;
		padding-top:35px;
		color:#565656;
	}
	
	h4 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:26px;
		text-align:center;
		text-transform:uppercase;
		color:#6f8c9e;
		letter-spacing:0;
	}
	
	.left h5 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:17px;
		text-align:left;
		text-transform:uppercase;
		color:#565656;
		padding-bottom:20px;
		padding-left:20px;
		width:440px;
		float:left;
	}
	
	.right h5 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:17px;
		text-align:left;
		text-transform:uppercase;
		color:#565656;
		position:absolute;
		top:530px;
		left:20px;
		width:440px;
	}
	
	h6 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:14px;
		text-align:left;
		width:440px;
		float:none;
		padding-left:20px;
		color:#565656;
		line-height:16px;
	}
	
	p {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
	}
	
	a {
		text-decoration:none;
	}
	
	img {
	}
	.clearing {
	clear:both;
	height:50px;
	background-color:#abb8bf!important;
	width:100%;
	}
	/* ----------------------- NAVIGATION ----------------------- */
	#logo {
		position:fixed;
		top:10px;
		z-index:20;
		width:300px;
	}
	
	#logo img {
		width:180px;
		padding:0 0 0 150px;
	}
	
	.mod_onepagewebsitenavigation {
		position:fixed;
		z-index:10;
		top:0;
		left:0;
		height:50px;
		background-color:#6f8c9e;
		padding:0;
		width:100%;
	}
	
	.mod_onepagewebsitenavigation ul {
		background-color:#6f8c9e;
		margin-top:10px;
		text-align:center;
		padding-right:0;
		width:100%;
	}
	
	#main:target .mod_onepagewebsitenavigation ul {
		top:0;
		height:18px;
	}
	
	.mod_onepagewebsitenavigation li.first {
		display:none;
	}
	
	.mod_onepagewebsitenavigation li {
		display:inline;
		font-size:14px;
		padding-right:56px;
		padding-left:0;
	}
	
	.mod_onepagewebsitenavigation li.last {
		display:inline;
		font-size:14px;
		padding-right:0;
	}
	
	.mod_onepagewebsitenavigation li a,.mod_onepagewebsitenavigation li a:link,.mod_onepagewebsitenavigation li a:visited {
		color:#abb8bf;
	}
	
	.mod_onepagewebsitenavigation li a:hover,.mod_onepagewebsitenavigation li a:active,.mod_onepagewebsitenavigation li a.active {
		color:#fff;
	}
	
	.mod_onepagewebsitenavigation li a.first,.mod_onepagewebsitenavigation li a.first:hover,.mod_onepagewebsitenavigation li a.first:active,.mod_onepagewebsitenavigation li a.first.active {
		color:#6f8c9e;
		position:absolute;
		top:0;
		left:0;
	}
	
	/* ----------------------- SLIDER & HOME ----------------------- */
	#home {
		padding-top:40px;
	}
	
	#slider {
		width:380px;
		padding-top:45px;
		padding-left:50px;
		height:285px;
	}
	
	#slider.ce_sliderStart .content-slider .slider-wrapper .ce_image figure.image_container img {
		width:380px!important;
		height:285px!important;
	}
	
	.slider-menu {
		display:none!important;
	}
	
	.content-slider {
		width:380px;
		position:relative;
		height:285px;
	}
	
	a.slider-prev {
		position:absolute;
		top:-160px;
		left:-25px!important;
	}
	
	a.slider-next {
		position:absolute;
		top:-160px;
		right:-25px!important;
	}
	
	.image_container {
		width:380px!important;
	}
	
	#teaser_typo {
		display:none;
	}
	
	#bild_stern {
		position:absolute;
		top:550px;
		right:140px;
		width:200px;
		height:auto;
	}
	
	#home.mod_article {
		background-color:#e3e8eb;
	}
	
	#home .ce_text.banner {
		background-color:#fff;
		height:300px;
	}
	
	#box_1 {
		display:none;
	}
	
	#box_2 {
		display:none;
	}
	
	#box_3 {
		display:none;
	}
		
	/* ----------------------- GESCHICHTE ----------------------- */
	.mod_article {
		background-color:#fff;
	}
	
	#industriehof .ce_text.geschichte {
		width:440px;
		padding-left:20px;
	}
	
	#industriehof .clear {
		clear:both;
	}
	
	#industriehof .ce_text.clear h2 {
		width:440px;
		padding-right:20px;
		padding-left:20px;
	}
	
	#industriehof .ce_text.clear p {
		width:440px;
		padding-right:20px;
		padding-left:20px;
	}
	
	#industriehof figure.image_container {
		display:none;
	}
	
	div#industriehof.mod_article div.ce_gallery {
		display:none;
	}
	
	#industriehof img {
		display:none;
	}
	
	#industriehof #links_industriehof {
		padding-left:20px;
		padding-right:20px;
	}
	
	#industriehof #links_industriehof .links_ueberschrift {
		display:block;
		width:440px;
	}
	
	#industriehof #links_industriehof p {
		display:inline-block;
		padding-right:0;
		width:210px;
	}
		
	/* ----------------------- WOHUNGEN ----------------------- */
	#wohnungen {
		position:relative;
	}
	
	#wohnungen #ueberschrift_bild_links {
		position:absolute;
		top:70px;
		left:20px;
		font-size:16px;
	}
	
	#wohnungen #ueberschrift_bild_rechts {
		position:absolute;
		top:70px;
		right:145px;
		font-size:16px;
	}
	
	#wohnungen .placeholder {
		width:100%;
		height:173px;
		background-color:#fff;
	}
		
	#wohnungen .text_tabelle {
		width:440px;
		float:left;
		text-align:left;
		padding-left:20px;
	}
	
	#wohnungen.mod_article div.ce_text p {
		margin-bottom:10px;
	}
	
	#wohnungen td a img {
		float:right;
	}
	
	/* ----------------------- TABELLE ----------------------- */
	#wohnungen.mod_article #tabelle_mobile.ce_text {
		display:block;
		clear: both;
		padding:0 20px 20px;
		width:440px;
		border:0 solid #000;
	}
	
	#wohnungen.mod_article .ce_text table#tabelle_standard.tabelle {
		display:none;
	}
	
	#wohnungen table.tabelle {
		width:440px;
	}
	
	#wohnungen tbody {
		border:1px solid #000!important;
		border-collapse:collapse;
		position:relative;
	}
	
	#wohnungen tr.tabellenkopf {
		background-color:#6e8ca4;
		border:1px solid #000!important;
		text-align:left;
		vertical-align:middle;
		color:#fff;
	}
	
	#wohnungen td {
		border-right:1px solid #000!important;
		padding:3px 10px;
		vertical-align:middle;
		border-collapse:collapse;
	}
	
	#wohnungen .ce_text table.tabelle tbody a img {
		width:16px;
	}
	
	#wohnungen tr.immotr_weiss {
		position:relative;
		background-color:#fff;
		cursor:pointer;
	}
	
	#wohnungen tr.immotr_blau {
		position:relative;
		background-color:#aab8c3;
		cursor:pointer;
	}
	
	#wohnungen .immotr {
		position:relative;
	}
	
	#wohnungen .clearing_tabelle {
		display:none;
	}
	
	#wohnungen.mod_article .ce_gallery {
		display:none;
	}
	
	/* ----------------------- GEWERBE ----------------------- */
	#gewerbe .ce_text.text_gewerbe {
		padding-left:20px;
		padding-right:20px;
	}
		
	#gewerbe.mod_article .ce_text figure.image_container {
		padding-left:20px;
		padding-right:0;
		width:210px!important;
	}
	
	#gewerbe.mod_article .ce_text figure.image_container img {
		width:210px;
		height:auto;
	}
	
	/* ----------------------- KONTAKT ----------------------- */
	#kontakt {
		position:relative;
	}
	
	#kontakt .kontakt {
		float:none;
		width:440px;
		padding-left:20px;
		padding-top:20px;
	}
		
	#kontakt .clearing p {
		text-align:right;
		padding-right:20px;
		padding-top:20px;
	}
	
	#kontakt .ce_form {
		clear:both;
	}
	
	#kontakt .formbody {
		width:440px;
		float:none;
		padding-left:10px;
		padding-top:20px;
	}
	
	#kontakt tbody {
		vertical-align:top;
	}
	
	#kontakt label span {
		padding-left:5px;
	}
	
	#kontakt td {
		padding-left:10px;
	}
	
	#kontakt .ce_form .formbody table tbody tr td {
		vertical-align:top;
	}
	
	/* ----------------------- IMPRESSUM ----------------------- */
	
	#footer.clearing p {
		text-align:left;
	padding-left:10px;
	background-color:#c9d4da;
	margin-bottom: 0;
	padding-bottom: 10px;	}
	
	#impressum_footer {
		display:block;
		background-color:#c9d4da;
		width:480px;
	}
	
	#impressum_footer p {
		display:inline-block;
		width:440px;
		text-align:left!important;
		padding-left:20px;
		padding-top:0!important;
	}
	
	/* ----------------------- BASE FORMULAR ----------------------- */
	form {
		margin-bottom:20px;
	}
	
	fieldset {
		margin-bottom:20px;
	}
	
	input[type="text"],input[type="password"],input[type="email"],textarea,select {
		border:1px solid #ccc;
		padding:6px 10px;
		outline:none;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		border-radius:2px;
		font:13px 'Sansus Webissimo',arial,sans-serif;
		color:#777;
		margin:0;
		width:420px;
		max-width:100%;
		display:block;
		margin-bottom:10px;
		background:#fff;
	}
	
	select {
		padding:0;
	}
	
	input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus {
		border:1px solid #aaa;
		color:#444;
		-moz-box-shadow:0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);
		box-shadow:0 0 3px rgba(0,0,0,.2);
	}
	
	textarea {
		min-height:60px;
	}
	
	label,legend {
		display:block;
		font-weight:400;
		font-size:14px;
		color:#565656;
	}
	
	select {
		width:180px;
	}
	
	input[type="checkbox"] {
		display:inline;
	}
	
	label span,legend span {
		font-weight:400;
		font-size:13px;
		color:#444;
	}
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
	/***** FARBEN 
			Pastellblau: #abb8bf Schrift Navi, Balken clear
			Lichtgrau bläulicher: #6f8c9e Navivations-Background, Schrift blau
			Helles Blaugrau: #e3e8eb Background main
			Dunkelgrau: #565656 Schrift dunkelgrau
			*/
	/* #Base 320 Grid
			================================================== */
	.container {
		position:relative;
		width:320px;
		margin:0 auto;
		padding:0;
	}
	
	/* ----------------------- RESET ----------------------- */
	* {
		padding:0;
		margin:0;
	}
	
	.invisible {
		visibility:hidden;
		position:absolute;
		top:-99999px;
		left:-99999px;
	}
	
	html,body {
		height:100%;
		background-color:#e3e8eb;
		-webkit-text-size-adjust:none;
	}
	
	body,textarea {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:13px;
		line-height:1.6em;
	}
	
	input::-moz-focus-inner {
		border:0;
	}
	
	a,a:link,a:visited,a:hover {
		outline:0;
	}
	
	/* ----------------------- ALLGEMEIN ----------------------- */
	#wrapper {
		position:relative;
		min-height:100%;
	}
	
	h1 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		color:#6f8c9e;
		font-size:16px;
		padding:0;
		text-align:center;
		margin-bottom:20px;
		letter-spacing:3px;
		background-color:#e3e8eb;
	}
	
	h2 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:17px;
		line-height:23px;
		margin-bottom:0;
	}
	
	h3 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:18px;
		line-height:21px;
		text-align:center;
		padding-top:10px;
		color:#565656;
		margin-bottom:0;
	}
	
	h4 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:14px;
		text-align:center;
		text-transform:uppercase;
		color:#6f8c9e;
		letter-spacing:1px;
	}
	
	.left h5 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:17px;
		text-align:left;
		text-transform:uppercase;
		color:#565656;
		padding-bottom:20px;
		padding-left:10px;
		width:300px;
		float:left;
	}
	
	.right h5 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:17px;
		text-align:left;
		text-transform:uppercase;
		color:#565656;
		position:absolute;
		top:520px;
		left:10px;
		width:300px;
	}
	
	h6 {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
		font-size:14px;
		text-align:left;
		width:300px;
		float:none;
		padding-left:10px;
		color:#565656;
		line-height:16px;
	}
	
	p {
		font-family:'Sansus Webissimo',arial,sans-serif;
		font-weight:400;
	}
	
	a {
		text-decoration:none;
	}
	
	img {
	}
	
	.clearing {
		clear:both;
		height:50px;
		background-color:#abb8bf!important;
		width:100%;
	}
	
	/* ----------------------- NAVIGATION ----------------------- */
	#logo {
		position:fixed;
		top:10px;
		z-index:20;
		width:320px;
	}
	
	#logo img {
		width:180px;
		padding:0 0 0 80px;
	}
	
	.mod_onepagewebsitenavigation {
		position:fixed;
		z-index:10;
		top:0;
		left:0;
		height:50px;
		background-color:#6f8c9e;
		padding:0;
		width:100%;
	}
	
	.mod_onepagewebsitenavigation ul {
		background-color:#6f8c9e;
		margin-top:10px;
		text-align:center;
		padding-right:0;
		width:100%;
	}
	
	#main:target .mod_onepagewebsitenavigation ul {
		top:0;
		height:18px;
	}
	
	.mod_onepagewebsitenavigation li.first {
		display:none;
	}
	
	.mod_onepagewebsitenavigation li {
		display:inline;
		font-size:14px;
		padding-right:20px;
		padding-left:0;
	}
	
	.mod_onepagewebsitenavigation li.last {
		display:inline;
		font-size:14px;
		padding-right:0;
	}
	
	.mod_onepagewebsitenavigation li a,.mod_onepagewebsitenavigation li a:link,.mod_onepagewebsitenavigation li a:visited {
		color:#abb8bf;
	}
	
	.mod_onepagewebsitenavigation li a:hover,.mod_onepagewebsitenavigation li a:active,.mod_onepagewebsitenavigation li a.active {
		color:#fff;
	}
	
	.mod_onepagewebsitenavigation li a.first,.mod_onepagewebsitenavigation li a.first:hover,.mod_onepagewebsitenavigation li a.first:active,.mod_onepagewebsitenavigation li a.first.active {
		color:#6f8c9e;
		position:absolute;
		top:0;
		left:0;
	}
	
	/* ----------------------- SLIDER & HOME ----------------------- */
	#home {
		padding-top:30px;
	}
	
	#slider {
		width:240px;
		padding-top:45px;
		padding-left:40px;
		height:180px;
	}
	
	#slider.ce_sliderStart .content-slider .slider-wrapper .ce_image figure.image_container img {
		width:240px!important;
		height:180px!important;
	}
	
	.slider-menu {
		display:none!important;
	}
	
	.content-slider {
		width:240px;
		position:relative;
		height:180px;
	}
	
	a.slider-prev {
		position:absolute;
		top:-100px;
		left:-25px!important;
	}
	
	a.slider-next {
		position:absolute;
		top:-100px;
		right:-25px!important;
	}
	
	.image_container {
		width:240px!important;
	}
	
	#teaser_typo {
		display:none;
	}
	
	#bild_stern {
		position:absolute;
		top:360px;
		left:60px;
		width:200px;
		height:auto;
	}
	
	#home.mod_article {
		background-color:#e3e8eb;
	}
	
	#home .ce_text.banner {
		background-color:#fff;
		height:225px;
	}
	
	#box_1 {
		display:none;
	}
	
	#box_2 {
		display:none;
	}
	
	#box_3 {
		display:none;
	}
	
	/* ----------------------- GESCHICHTE ----------------------- */
	.mod_article {
		background-color:#fff;
	}
	
	#industriehof .ce_text.geschichte {
		width:300px;
		padding-left:10px;
	}
	
	#industriehof .clear {
		clear:both;
	}
	
	#industriehof .ce_text.clear h2 {
		width:300px;
		padding-right:10px;
		padding-left:10px;
	}
	
	#industriehof .ce_text.clear p {
		width:300px;
		padding-right:10px;
		padding-left:10px;
	}
	
	#industriehof figure.image_container {
		display:none;
	}
	
	div#industriehof.mod_article div.ce_gallery {
		display:none;
	}
	
	#industriehof img {
		display:none;
	}
	
	#industriehof #links_industriehof {
		padding-left:10px;
		padding-right:10px;
	}
	
	#industriehof #links_industriehof .links_ueberschrift {
		display:block;
		width:300px;
	}
	
	#industriehof #links_industriehof p {
		display:inline-block;
		padding-right:0;
		width:300px;
	}
	
	/* ----------------------- WOHUNGEN ----------------------- */
	#wohnungen {
		position:relative;
	}
	
	#wohnungen #ueberschrift_bild_links {
		position:absolute;
		top:60px;
		left:10px;
		font-size:13px;
	}
	
	#wohnungen #ueberschrift_bild_rechts {
		position:absolute;
		top:60px;
		right:80px;
		font-size:13px;
	}
	
	#wohnungen .placeholder {
		width:100%;
		height:110px;
		background-color:#fff;
	}
	
	#wohnungen .text_tabelle {
		width:300px;
		float:left;
		text-align:left;
		padding-left:10px;
	}
	
	#wohnungen.mod_article div.ce_text p {
		margin-bottom:10px;
	}
	
	#wohnungen td a img {
		float:right;
	}
	
	/* ----------------------- TABELLE ----------------------- */
	#wohnungen.mod_article #tabelle_mobile.ce_text {
		display:block;
		clear:both;
		padding:0 10px 10px;
		width:300px;
		border:0 solid #000;
	}
	
	#wohnungen.mod_article .ce_text table#tabelle_standard.tabelle {
		display:none;
	}
	
	#wohnungen table.tabelle {
		width:300px;
	}
	
	#wohnungen tbody {
		border:1px solid #000!important;
		border-collapse:collapse;
		position:relative;
	}
	
	#wohnungen tr.tabellenkopf {
		background-color:#6e8ca4;
		border:1px solid #000!important;
		text-align:left;
		vertical-align:middle;
		color:#fff;
	}
	
	#wohnungen td {
		border-right:1px solid #000!important;
		padding:3px 2px;
		vertical-align:middle;
		border-collapse:collapse;
		font-size:11px;
	}
	
	#wohnungen .ce_text table.tabelle tbody a img {
		width:10px;
	}
	
	#wohnungen tr.immotr_weiss {
		position:relative;
		background-color:#fff;
		cursor:pointer;
	}
	
	#wohnungen tr.immotr_blau {
		position:relative;
		background-color:#aab8c3;
		cursor:pointer;
	}
	
	#wohnungen .immotr {
		position:relative;
	}
	
	#wohnungen .clearing_tabelle {
		display:none;
	}
	
	#wohnungen.mod_article .ce_gallery {
		display:none;
	}
	
	/* ----------------------- GEWERBE ----------------------- */
	#gewerbe .ce_text.text_gewerbe {
		padding-left:10px;
		padding-right:10px;
	}
	
	#gewerbe.mod_article .ce_text figure.image_container {
		padding-left:20px;
		padding-right:0;
		width:140px!important;
	}
	
	#gewerbe.mod_article .ce_text figure.image_container img {
		width:140px;
		height:auto;
	}
	
	/* ----------------------- KONTAKT ----------------------- */
	#kontakt {
		position:relative;
	}
	
	#kontakt .kontakt {
		float:none;
		width:300px;
		padding-left:10px;
		padding-top:10px;
	}
	
	#kontakt .clearing p {
		text-align:right;
		padding-right:10px;
		padding-top:20px;
	}
	
	#kontakt .ce_form {
		clear:both;
	}
	
	#kontakt .formbody {
		width:300px;
		float:none;
		padding-left:10px;
		padding-top:20px;
	}
	
	#kontakt tbody {
		vertical-align:top;
	}
	
	#kontakt label span {
		padding-left:5px;
	}
	
	#kontakt td {
		padding-left:0;
		padding-right:10px;
	}
	
	#kontakt .ce_form .formbody table tbody tr td {
		vertical-align:top;
	}
	
	/* ----------------------- IMPRESSUM ----------------------- */
	#footer.clearing p {
		text-align:left;
		padding-left:10px;
		background-color:#c9d4da;
		margin-bottom:0;
		padding-bottom:10px;
	}
	
	#impressum_footer {
		display:block;
		background-color:#c9d4da;
		width:320px;
	}
	
	#impressum_footer p {
		display:inline-block;
		width:300px;
		text-align:left!important;
		padding-left:20px;
		padding-top:0!important;
	}
	
	/* ----------------------- BASE FORMULAR ----------------------- */
	form {
		margin-bottom:20px;
	}
	
	fieldset {
		margin-bottom:20px;
	}
	
	input[type="text"],input[type="password"],input[type="email"],textarea,select {
		border:1px solid #ccc;
		padding:6px 10px;
		outline:none;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		border-radius:2px;
		font:13px 'Sansus Webissimo',arial,sans-serif;
		color:#777;
		margin:0;
		width:280px;
		max-width:100%;
		display:block;
		margin-bottom:10px;
		background:#fff;
	}
	
	select {
		padding:0;
	}
	
	input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,textarea:focus {
		border:1px solid #aaa;
		color:#444;
		-moz-box-shadow:0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow:0 0 3px rgba(0,0,0,.2);
		box-shadow:0 0 3px rgba(0,0,0,.2);
	}
	
	textarea {
		min-height:60px;
	}
	
	label,legend {
		display:block;
		font-weight:400;
		font-size:14px;
		color:#565656;
	}
	
	select {
		width:180px;
	}
	
	input[type="checkbox"] {
		display:inline;
	}
	
	label span,legend span {
		font-weight:400;
		font-size:13px;
		color:#444;
	}
}
.ie9 


.ie8 tr.row_0 td.col_0,.ie8 tr.row_1 td.col_0,.ie8 tr.row_2 td.col_0,.ie8 tr.row_3 td.col_0,.ie8 tr.row_4 td.col_0,.ie8 tr.row_5 td.col_0,.ie8 tr.row_7 td.col_0 {
	display:block;
}

@media only screen and (width: 1280px) {
	.ie8 input[type="submit"],.ie8 input[type="reset"],.ie8 input[type="button"] {
		width:280px;
	}
	.ie8 #wohnungen #tabelle_standard.tabelle {
	overflow-y:none;
	}

}

@media only screen and (min-width: 960px) and (max-width: 1279px) {

	.ie8 input[type="submit"],.ie8 input[type="reset"],.ie8 input[type="button"] {
		width:200px;
	}
	
	.ie8 h3 {
		font-size:32px;
	}
	
	.ie8 h4 {
		font-size:32px;
	}
	.ie8 #wohnungen #tabelle_standard.tabelle {
	overflow-y:none;
	width: 560px;
}

}

@media only screen and (min-width: 768px) and (max-width: 959px) {
	.ie8 input[type="submit"],.ie8 input[type="reset"],.ie8 input[type="button"] {
		width:152px;
	}
	
	.ie8 h3 {
		font-size:30px;
	}
	
	.ie8 h4 {
		font-size:30px;
	}
	
	.ie8 #wohnungen td {
		padding:3px 10px;
		font-size:12px;
	}
	
	.ie8 #wohnungen .ce_text table.tabelle tbody a img {
		width:12px;
	}
}

@media only screen and (width: 767px) {
	.ie8 input[type="submit"],.ie8 input[type="reset"],.ie8 input[type="button"] {
		width:200px;
	}
	
	.ie8 h3 {
		font-size:30px;
	}
	
	.ie8 h4 {
		font-size:30px;
	}
	
	.ie8 #wohnungen td {
		border-right:1px solid #000!important;
		padding:3px;
		vertical-align:middle;
		border-collapse:collapse;
		font-size:12px;
	}
	
	.ie8 #wohnungen .ce_text table.tabelle tbody a img {
		width:12px;
	}
}

@media only screen and (min-width: 480px) and (max-width: 766px) {
	.ie8 input[type="submit"],.ie8 input[type="reset"],.ie8 input[type="button"] {
		width:300px;
	}
	
	.ie8 .mod_onepagewebsitenavigation ul {
		text-align:center;
	}
	
	.ie8 .mod_onepagewebsitenavigation li.first {
		display:none;
	}
	
	.ie8 .mod_onepagewebsitenavigation li {
		display:inline;
		font-size:16px;
		padding-right:41px;
		padding-left:0;
	}
	
	.ie8 .mod_onepagewebsitenavigation li.last {
		display:inline;
		font-size:16px;
		padding-right:0;
	}
	
	.ie8 h1 {
		font-size:24px;
	}
	
	.ie8 h3 {
		font-size:24px;
	}
	
	.ie8 h4 {
		font-size:24px;
	}
	
	.ie8 .mod_onepagewebsitenavigation {
		min-width:480px;
	}
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
	.ie8 input[type="submit"],.ie8 input[type="reset"],.ie8 input[type="button"] {
		width:160px;
	}
	
	.ie8 .mod_onepagewebsitenavigation ul {
		text-align:center;
	}
	
	.ie8 .mod_onepagewebsitenavigation li.first {
		display:none;
	}
	
	.ie8 .mod_onepagewebsitenavigation li {
		display:inline;
		font-size:12px;
		padding-right:11px;
		padding-left:0;
	}
	
	.ie8 .mod_onepagewebsitenavigation li.last {
		display:inline;
		font-size:12px;
		padding-right:0;
	}
	
	.ie8 h1 {
		font-size:16px;
	}
	
	.ie8 h3 {
		font-size:14px;
	}
	
	.ie8 h4 {
		font-size:14px;
	}
	
	.ie8 #wohnungen td {
		border-right:1px solid #000!important;
		padding:3px;
		vertical-align:middle;
		border-collapse:collapse;
		font-size:10px;
	}
	
	.ie8 #wohnungen .ce_text table.tabelle tbody a img {
		width:10px;
	}
}
