/* Hier der Import einer Webfont */

/* Cookie Message */
#cookiemsg a {color:#555555; text-decoration:underline;}
#cookiemsg a:hover {text-decoration:underline;}
#cookiemsg div {padding:10px; padding-right:48px;}
#cookiemsg {  
   text-align:center; 
   border-top:1px solid #bbbbbb;
   background: #eeeeee; 
   color: #555555;
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:0.9em; 
   line-height:1.2em;
}
#cookiemsgCloser {
   color: #555555;
   position: absolute;
   right: 18px;
   text-decoration: none;
   top: 6px;
   cursor:pointer;
   padding:0;
   margin:0;
   background: #eeeeee;
}
#cookiemsgCloser:hover {
   color: #888888;
}

.tabellemitabgerundetemrahmen {
    border: 1px solid #bbbbbb;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
    border-collapse: separate;
}
.tabellemitabgerundetemrahmen td {
    padding: 3px 3px 3px 3px;
    border-bottom: 1px solid #bbbbbb;
}
.tabellemitabgerundetemrahmen tr:last-child td {
    border-bottom:none;
}

#weiterebilderlink
{
    position: relative;
    z-index: 10;
}

input[type=checkbox] {
	-webkit-filter: grayscale(1);
}
input[type="radio"] {
	-webkit-filter: grayscale(1);
}


/* Tabelle bei kleinerer Aufl�sung auf eine Spalte */

.meinWohnContainer td{
	text-align:center;
	vertical-align:top;
	font-size:14px;
	line-height:130%;
}

@media all and (max-width:730px)
{
	.meinWohnContainer table{
		width:100%;
	}
	.meinWohnContainer td{
		display:block;
		width:100%;
		font-size:13px;
	}
	.meinWohnContainer tr{
		display:block;
	}
}

.meinTabellenContainer td{
	vertical-align:top;
}

@media all and (max-width:640px)
{
	.meinTabellenContainer table{
		width:100%;
	}
	.meinTabellenContainer td{
		display:block;
		width:100%;
	}
	.meinTabellenContainer tr{
		display:block;
	}
}

.divMitarbeiter
{
	width:280px;
}
@media only screen and (max-width: 599px) {
	.divMitarbeiter
	{
	  width:240px;
	}
}
@media only screen and (min-width: 1080px) {
	.divMitarbeiter
	{
	  width:340px;
	}
}

:focus {
    outline: none !important;
}

#load{
    width:100%;
    height:100%;
    position:fixed;
    top: 0;
    z-index:9999;
    background-color: #dddddd;
} 
#loadimg
{
   background-image: url("loading.gif");
   background-repeat: no-repeat;
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 128px;
   height: 15px;
   -webkit-animation: fadein 14s;
   -moz-animation: fadein 14s;
   -ms-animation: fadein 14s;
   -o-animation: fadein 14s;
   animation: fadein 14s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}



/* Videos */
.videocontainer {
     position: relative;
     width: 100%;
     height: 0;
     padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ScrolldownImage */
.scrolldown_mobile {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align:center;
	height: 160px;
	cursor: pointer;
	}

div.scrolldown_mobile img {
	position: relative;
	-webkit-animation: plektron 2s infinite; /* Safari 4+ */
	-moz-animation:    plektron 2s infinite; /* Fx 5+ */
	-o-animation:      plektron 2s infinite; /* Opera 12+ */
	animation:         plektron 2s infinite; /* IE 10+ */
}

div.scrolldown_mobile img.stopped {
	-webkit-animation: none; /* Safari 4+ */
	-moz-animation:    none; /* Fx 5+ */
	-o-animation:      none; /* Opera 12+ */
	animation:         none; /* IE 10+ */
}

@keyframes plektron {
	0%   {top:0px;}
	50%  {top:15px;}
	100% {top:0px;}
}

@-webkit-keyframes plektron {
	0%   {top:0px;}
	50%  {top:15px;}
	100% {top:0px;}
}

@-moz-keyframes plektron {
	0%   {top:0px;}
	50%  {top:15px;}
	100% {top:0px;}
}

@-o-keyframes plektron {
	0%   {top:0px;}
	50%  {top:15px;}
	100% {top:0px;}
}



#projektbilder {	
}
div.gallery {	
}


.projekt .titlecontainer {
	width: 42%;
	float: left;
}

.projekt .imgcontainer {
	width: 56%;
	float: right;
}

@media only screen and (max-width: 600px) {
	.projekt .imgcontainer {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 15px;
	}
	.projekt .titlecontainer {
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 15px;
	}

}
#map_image, #project_data_table {
	width: 100%;
}

#project_data_table td{
	padding-bottom:5px;
	padding-right:2px;
}

#project_aus_table {
	width: 100%;
}
#project_aus_table td{
	padding-bottom:5px;
	padding-right:2px;
}
#project_lage_table {
	width: 100%;
}
#project_lage_table td{
	padding-bottom:5px;
	padding-right:2px;
}

#btnAusDown
{
	padding:7px 14px 7px 12px; 
}


hr.break {
	display: block;
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
}
.break {
	clear: both;
	margin: 0;
	padding: 0;
	border: 0;
	height: 0;
}


.projekt .titlecontainer2 {
}
.projekt .imgcontainer2 {
	width: 56%;
	float: right;
	margin-left:20px;
	margin-bottom:15px;
}
@media only screen and (max-width: 600px) {
	.projekt .imgcontainer2 {
		width: 100%;
		float: none;
		text-align: center;
		margin-left:0;
		margin-bottom: 20px;
	}
	.projekt .titlecontainer2 {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
}

.projekt .titlecontainer3 {
}
.projekt .imgcontainer3 {
	width: 54%;
	float: right;
	margin-right:10px;
	margin-left:15px;
	margin-bottom:15px;
}
@media only screen and (max-width: 1080px) {
	.projekt .imgcontainer3 {
		width: 100%;
		float: left;
		margin-right:0;
		margin-left:0;
		margin-bottom:20px;
	}
	.projekt .titlecontainer3 {
		width: 100%;
		float: left;
		margin-left:0;
		margin-bottom:10px;
	}	
}



.spezialueberschrift {
	margin-left:10px;
	margin-right:10px;
}


article.box {
	overflow: hidden; 
}

#projektbilder footer {
	height: 30px;
}


article .imgcontainer {
	text-align: center;
}

div.small-imgcontainer {
	padding: 10px;
	border: 1px solid rgba(187,187,187,1); 
	border-radius: 8px; /*SPEZIALRADIUS*/
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

div.small-imgcontainer img {
	width: 100%;
}

div.small-imgcontainer.right {
	float: right;
	margin-right: 0px;
}

@media only screen and (min-width: 0px) {
	div.small-imgcontainer {
			width: 93.5%;
			float: none;
	}
	div.small-imgcontainer.right {
		float: none;
	}
}
@media only screen and (min-width: 600px) {
	div.small-imgcontainer {
			width: 97%;
			float: none;
	}
	div.small-imgcontainer.right {
		float: none;
	}
}
@media only screen and (min-width: 816px) {
	div.small-imgcontainer {
			width: 99%;
			float: none;
	}
	div.small-imgcontainer.right {
		float: none;
	}
}
@media only screen and (min-width: 1080px) {
	div.small-imgcontainer {
			width: 46%;
			float: left;
	}
	div.small-imgcontainer.right {
			float: right;
	}
}



@media only screen and (min-width: 0px) {
	#DivContainerVormerkung {
		margin-right: 0;
	}
	#DivContainerVormerkungMsg {
		margin-right: 5px;
		margin-left: 50px;
	}
}
@media only screen and (min-width: 400px) {
	#DivContainerVormerkung {
		margin-right: 0;
	}
	#DivContainerVormerkungMsg {
		margin-right: 10px;
		margin-left: 80px;
	}
}
@media only screen and (min-width: 600px) {
	#DivContainerVormerkung {
		margin-right: 60px;
	}
	#DivContainerVormerkungMsg {
		margin-right: 40px;
		margin-left: 110px;
	}
}
@media only screen and (min-width: 816px) {
	#DivContainerVormerkung {
		margin-right: 80px;
	}
	#DivContainerVormerkungMsg {
		margin-right: 60px;
		margin-left: 150px;
	}
}
@media only screen and (min-width: 1080px) {
	#DivContainerVormerkung {
		margin-right: 140px;
	}
	#DivContainerVormerkungMsg {
		margin-right: 120px;
		margin-left: 190px;
	}
}

#DivContainerKonFormOuter
{
	width:100%;
	border: 1px solid #bbbbbb;
	border-radius: 8px; /*SPEZIALRADIUS*/
	margin-bottom:20px;
}
#DivContainerKonFormInner
{
	padding: 30px; 8px; 0; 8px;
}
@media screen and (max-width: 480px) 
{
	#DivContainerKonFormOuter
	{
		width:100%;
		border: none;
		border-radius:0;
		margin-bottom:0;
	}
	#DivContainerKonFormInner
	{
		padding: 10px; 0; 0; 0;
	}
}



	
	article {
		background-color: #ffffff;
		color: #777777;
		margin-top: 0 !important;
		margin-top: 2.5em !important;
		padding-top: 1.3em !important;
		padding-bottom: 1.4em !important;
	}
	article header {
		text-align: center !important;
		margin-bottom: 1.2em !important;
		margin-top: 1.2em !important;
	}
	article a {
		color: #777777;
	}
	
	
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
		font-family: Arial, Helvetica, sans-serif;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}
	
	
	.main-content
	{
		margin-top: 85px;
		text-align:left;
	}
	
	hr.goto {
		height:0 !important;
		padding-top: 34px !important;
		margin-top: -34px !important;
		border: none;
		overflow: visible;
	}
	@media screen and (max-width: 840px) {
	
		hr.goto {
			padding-top: 30px !important;
			margin-top: -30px !important;
		}
	}
	
/* Header */
	
	
	.dropotron {
		background-color: #eeeeee;
		border-radius: 5px;
		color: #888888;
		min-width: 10em;
		padding: 1em 0;
		text-align: center;
		box-shadow: 0 1em 1em 0 rgba(0, 0, 0, 0.5);
	}
	
	.dropotron > li {
		line-height: 2em;
		padding: 0 1.1em 0 1em;
	}
	
	.dropotron > li > a {
		color: #c0c0c0;
		text-decoration: none;
		border: 0;
	}
	
	.dropotron > li.active > a, .dropotron > li:hover > a {
		color: #555555;
	}
	
	.dropotron.level-0 {
		border-radius: 0 0 5px 5px;
		font-size: 0.9em;
		padding-top: 0;
		margin-top: -1px;
	}
	
	
	#outerpage-wrapper {
		text-align:center;
	}
	#page-wrapper {
		max-width:1260px;
		margin: 0px auto;
		width:96%;
	}
	
	#header {
		position: fixed;
		top: 0;
		z-index: 2000;
		width:100%;
		text-align: center;
	}
	#divInnerHeader
	{
		max-width:1260px;
		position:relative;
		background-color: #ffffff;
		border-bottom: solid 16px #4f81bd;
		width:96%;
	}
	
	@media all and (max-width: 1040px)
	{
		#page-wrapper {
		  width:100%;
		}
		#divInnerHeader {
		  width:100%;
		}
	}
	
	
	h1 {
		padding-left:10px !important;
		padding-right:10px !important;
	}


	#header h1 {
		padding: 0;
		margin: 0;
	}

	#header h1 a {
		font-size: 1.5em;
		letter-spacing: -0.025em;
		border: 0;
	}



/* Headercontainer f�r Logo und Men� */

.headercontainer1 {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
.headercontainer2 {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}
.headercontainer3 {
	margin-left: auto;
	margin-right: auto;
	width: 1100px;
}
@media screen and (max-width: 1680px) {
	.headercontainer1 {
		width: 1000px;
	}
	.headercontainer2 {
		width: 1000px;
	}
	.headercontainer3 {
		width: 1100px;
	}
}
@media screen and (max-width: 1280px) {
	.headercontainer1 {
		width: 850px;
	}
	.headercontainer2 {
		width: 950px;
	}
	.headercontainer3 {
		width: 1000px;
	}
}
@media screen and (max-width: 1100px) {
	.headercontainer1 {
		width: 850px;
	}
	.headercontainer2 {
		width: 950px;
	}
	.headercontainer3 {
		width: 965px;
	}
}
@media screen and (max-width: 980px) {
	.headercontainer1 {
		width: 99% !important;
	}
	.headercontainer2 {
		width: 99% !important;
	}
	.headercontainer3 {
		width: 99% !important;
	}
}
@media screen and (max-width: 840px) {
	.headercontainer1 {
		width: 99% !important;
	}
	.headercontainer2 {
		width: 99% !important;
	}
	.headercontainer3 {
		width: 99% !important;
	}
}
@media screen and (max-width: 736px) {
	.headercontainer1 {
		width: 99% !important;
	}
	.headercontainer2 {
		width: 99% !important;
	}
	.headercontainer3 {
		width: 99% !important;
	}
}
@media screen and (max-width: 480px) {
	.headercontainer1 {
		width: 99% !important;
	}
	.headercontainer2 {
		width: 99% !important;
	}
	.headercontainer3 {
		width: 99% !important;
	}
}











	
	#nav {
		font-size: 0.85em;
		line-height: 30px;
		height: 30px;
	}
	
	#nav ul li {
		display: inline-block;
    		line-height: 30px;
    		height: 30px;
		padding-left: 0.2em;
		margin-bottom:0;
		padding-bottom:0;
	}
	
	#nav ul li a, #nav ul li span {
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
		font-weight: 500;
		color: #888888;
		text-decoration: none;
		border-radius: 6px; /*SPEZIALRADIUS*/
		padding: 0.6em 0.8em 0.6em 0.8em;
		background-color: #eeeeee;
	}
	
	#nav ul li > ul {
		display: none;
	}
	
	#nav ul li:hover a, #nav ul li:hover span {
		background-color: #eeeeee;
		color: #555555;
	}
	
	#nav ul li.active a, #nav ul li.active span {
		background-color: #eeeeee;
		color: #555555;
	}
	
	#nav ul li.current a {
		background-color: #eeeeee;
		color: #555555;
		font-weight: 600;
	}



	
/* Basic */

	

	body, input, select, textarea {
		color: #666666;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13pt;
		font-weight: 400;
		line-height: 1.4em;
	}
	
	body {
		background-color: #dddddd;
	}

	a {
		color: #666666;
	}



	strong, b {
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p, ul, ol, dl, blockquote {
		margin: 0 0 2em 0;
	}
	
	
	ol
	{
		margin: 0 0 0 1.5em;
		padding:0 0 0 0;
	}
	ol li {
		margin: 0 0 0.2em 0;
		padding:0 0 0 0;
	}
	ul
	{
		margin: 0 0 0 1.3em;
		padding:0 0 0 0;
	}
	ul li {
		margin: 0 0 0.3em 0;
		padding:0 0 0 0;
	}
	
	hr.hrStd
	{
		border-top: 1px solid #bbbbbb;
		border-left: none;
		border-right: none;
		border-bottom: none;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		height: 0px;
	}
	
	

	h1, h2, h3, h4, h6 {
		color: inherit;
		font-weight: 600;
		line-height: 1.3em;
		margin-bottom: 0.5em;
	}
	h5 {
		color: inherit;
		font-weight: 600;
		line-height: 1.3em;
		margin-bottom: 0.5em;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

		h1 em, h2 em, h3 em, h4 em, h5 em, h6 em {
			font-style: normal;
			font-weight: 500;
		}
	
	h1 {
			font-size: 1.5em;
			letter-spacing: -0.025em;
	}
	
	h2 {
			font-size: 1.4em;
			letter-spacing: -0.025em;
	}

	h3 {
		font-size: 1.3em;
		letter-spacing: -0.025em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border-top: solid 1px #bbbbbb;
		border: 0;
		margin-bottom: 1.5em;
	}

	blockquote {
		border-left: solid 0.5em #bbbbbb;
		font-style: italic;
		padding: 1em 0 1em 2em;
	}

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: #666666;
		font-size: 1.2em;
		position: relative;
		margin-top: -1.2em;
		margin-bottom: 1em;
	}

	header.major {
		text-align: center;
		margin: 0 0 2em 0;
	}

		header.major h2 {
			font-size: 2em;
		}

		header.major p {
			position: relative;
			border-top: solid 1px #bbbbbb;
			padding: 1em 0 0 0;
			margin: 0;
			top: -1em;
			font-size: 1.5em;
			letter-spacing: -0.025em;
		}

	footer {
		margin: 0 0 3em 0;
	}

		footer > :last-child {
			margin-bottom: 0;
		}

		footer.major {
			padding-top: 3em;
		}
		



/* Banner */

.stretchUeberschrift_L
{
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size:4em;
	line-height:110%;
	width:90%;
	color: #ffffff;
	text-shadow: 0px 0px 15px #000000;
	max-width:1200px;
}
.stretchUeberschrift_M
{
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size:3em;
	line-height:110%;
	width:90%;
	color: #ffffff;
	text-shadow: 0px 0px 15px #000000;
	max-width:1200px;
}
.stretchUeberschrift_S
{
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size:2.1em;
	line-height:110%;
	width:90%;
	color: #ffffff;
	text-shadow: 0px 0px 15px #000000;
	max-width:1200px;
}
@media screen and (max-width: 480px) {
	.stretchUeberschrift_L {
	  width:96%;
	  font-size:2.6em;
	}
	.stretchUeberschrift_M {
	  width:96%;
	  font-size:2em;
	}
	.stretchUeberschrift_S {
	  width:96%;
	  font-size:1.4em;
	}
}
@media screen and (max-width: 815px) {
	.stretchUeberschrift_L {
	  width:94%;
	  font-size:3em;
	}
	.stretchUeberschrift_M {
	  width:94%;
	  font-size:2.5em;
	}
	.stretchUeberschrift_S {
	  width:94%;
	  font-size:1.8em;
	}
}
@media only screen and (min-width: 816px) {
	.stretchUeberschrift_L {
	  width:90%;
	  font-size:3.5em;
	}
	.stretchUeberschrift_M {
	  width:90%;
	  font-size:2.8em;
	}
	.stretchUeberschrift_S {
	  width:90%;
	  font-size:2em;
	}
}
@media only screen and (min-width: 1320px) {
	.stretchUeberschrift_L {
	  font-size:4em;
	}
	.stretchUeberschrift_M {
	  font-size:3em;
	}
	.stretchUeberschrift_S {
	  font-size:2.1em;
	}
}

	#stretch {
		background: url(741920191030162230104.jpg) no-repeat center center;
		height: 100%;
		text-align: center;
		position: relative;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;	  	
	}

		#stretch header {
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			background: #212121;
			background: rgba(27, 27, 27, 0.45);
			color: #666666;
			padding: 0.5em 0 0 0;
		}

			#stretch header h2 {
				display: inline-block;
				margin: 0;
				font-size: 1.25em;
				vertical-align: middle;
			}

				#stretch header h2 em {
					opacity: 0.75;
				}

				#stretch header h2 a {
					border-bottom-color: rgba(187,187,187,1);
				}

			#stretch header .button {
				vertical-align: middle;
				margin-left: 1em;
			}

/* Wrapper */

	.wrapper {
		padding: 2.5em 0 1.5em 0;
	}

		.wrapper.style1 {
			background: #ffffff;
		}

		.wrapper.style2 {
			background-color: #ffffff;
		}

		.wrapper.style3 {
			background-color: #ffffff;
		}


/* CTA */

	#cta {
		text-align: center;
		padding: 1.5em 0;
	}

		#cta header h2 {
			display: inline-block;
			vertical-align: middle;
			margin: 0;
		}

		#cta header .button {
			vertical-align: middle;
			margin-left: 1em;
		}

/* Footer */

	#footer {
		padding: 4em 0 8em 0;
	}

		#footer a {
			color: inherit;
			border-bottom-color: rgba(187,187,187,1);
		}


		#footer .container {
			margin-bottom: 4em;
		}

		#footer .icons {
			text-align: center;
			margin: 0;
		}

			#footer .icons a {
				color: #666666;
			}

		#footer .copyright {
			color: #666666;
			margin-top: 1.5em;
			text-align: center;
			font-size: 0.9em;
		}
	
	
	
.footer-mobile {
	line-height: 1.3em;
}	
	
	
	
	
	
	



/* Containers */

	.container {
		margin-left: auto;
		margin-right: auto;
	}

	.container.\31 25\25 {
		width: 100%;
		max-width: 1750px;
		min-width: 1400px;
	}

	.container.\37 5\25 {
		width: 1050px;
	}

	.container.\35 0\25 {
		width: 700px;
	}

	.container.\32 5\25 {
		width: 350px;
	}

	.container {
		width: 1000px;
	}

	@media screen and (max-width: 1680px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 1500px;
			min-width: 1200px;
		}

		.container.\37 5\25 {
			width: 900px;
		}

		.container.\35 0\25 {
			width: 600px;
		}

		.container.\32 5\25 {
			width: 300px;
		}

		.container {
			width: 1000px;
		}

	}

	@media screen and (max-width: 1280px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 1200px;
			min-width: 960px;
		}

		.container.\37 5\25 {
			width: 720px;
		}

		.container.\35 0\25 {
			width: 480px;
		}

		.container.\32 5\25 {
			width: 240px;
		}

		.container {
			width: 850px;
		}

	}

	@media screen and (max-width: 980px) {
		
		.container.\31 25\25 {
			width: 100%;
			max-width: 118.75%;
			min-width: 95%;
		}

		.container.\37 5\25 {
			width: 71.25%;
		}

		.container.\35 0\25 {
			width: 47.5%;
		}

		.container.\32 5\25 {
			width: 23.75%;
		}

		.container {
			width: 95%;
		}
		


	}

	
	#logoimg
	{
	   max-width: none;
	}
	@media screen and (max-width: 320px) {
		#logoimg
		{
		   max-width: 240px !important;
		   position: absolute;  
		   top: 0;  
		   bottom: 0;  
		   left: 0;  
		   right: 0;  
		   margin: auto; 
    		   padding-left: 18px;
		}
	}
	@media screen and (max-width: 480px) {
		#logoimg
		{
		   max-width: 260px !important;
		   position: absolute;  
		   top: 0;  
		   bottom: 0;  
		   left: 0;  
		   right: 0;  
    		   margin: auto; 
    		   padding-left: 22px;
		}
	}

	@media screen and (max-width: 840px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 118.75%;
			min-width: 95%;
		}

		.container.\37 5\25 {
			width: 71.25%;
		}

		.container.\35 0\25 {
			width: 47.5%;
		}

		.container.\32 5\25 {
			width: 23.75%;
		}

		.container {
			width: 95% !important;
		}
		
		#logoimg {
			max-width: none;
			max-height: 70px;
			padding-left: 26px;
		}

	}
	
	@media screen and (max-width: 736px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 112.5%;
			min-width: 90%;
		}

		.container.\37 5\25 {
			width: 67.5%;
		}

		.container.\35 0\25 {
			width: 45%;
		}

		.container.\32 5\25 {
			width: 22.5%;
		}

		.container {
			width: 92% !important;
		}

	}

	@media screen and (max-width: 480px) {

		.container.\31 25\25 {
			width: 100%;
			max-width: 125%;
			min-width: 100%;
		}

		.container.\37 5\25 {
			width: 75%;
		}

		.container.\35 0\25 {
			width: 50%;
		}

		.container.\32 5\25 {
			width: 25%;
		}

		.container {
			width: 94% !important;
		}

	}


/* Wide */

	@media screen and (max-width: 1680px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 13pt;
				line-height: 1.4em;
			}

		/* Banner */

			/* #stretch {
				height: 46em;
			}
			.scrolldown_mobile {
				top: 42em;
			} */

	}

/* Normal */

	@media screen and (max-width: 1280px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 12pt;
				line-height: 1.4em;
			}

		/* Lists */

			ol.default {
				list-style: decimal;
				padding-left: 1.25em;
			}

				ol.default li {
					padding-left: 0.25em;
				}

			ul.icons li a, ul.icons li span {
				font-size: 1.4em;
			}

		/* Header */

			#header {
				padding: 0;
			}

				#header h1 {
					padding: 0;
				}

		/* Banner */

			/* #stretch {
				height: 40em;
			}
			.scrolldown_mobile {
				top: 36em;
			} */

		/* Wrapper */

			.wrapper {
				padding: 3em 0 1em 0;
			}

		/* CTA */

			#cta {
				padding: 1.5em 0;
			}

		/* Footer */

			#footer {
				padding: 3em 0 3em 0;
			}

				#footer .container {
					margin-bottom: 1em;
				}

	}



/* Narrower */

	#navPanel, #titleBar {
		display: none;
	}

	@media screen and (max-width: 980px) {
		
		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			body, input, select, textarea {
				font-size: 12pt;
			}

			h1, h2, h3, h4, h5, h6 {
				margin-bottom: 0.5em;
			}

			header p {
				margin-top: -0.75em;
			}

			header.major {
				text-align: center;
				margin: 0 0 2em 0;
			}

				header.major h2 {
					font-size: 1.75em;
				}

				header.major p {
					top: -0.25em;
					margin-top: 0;
					font-size: 1.25em;
				}

		/* Box */

			.box.highlight {
				text-align: left;
				position: relative;
				padding-left: 7em;
			}

				.box.highlight i {
					position: absolute;
					margin: 0;
					left: 0;
					top: 0.25em;
				}

			.box.post .inner {
				margin-left: calc(20% + 2em);
			}

			.box.post .image {
				width: 20%;
			}

		/* Header */

			#header {
				display: none;
			}
			.main-content
				{
					margin-top: 0;
				}

		/* Banner */

			/* #stretch {
				height: 40em;
			}
			.scrolldown_mobile {
				top: 36em;
			} */

				#stretch header h2 {
					display: block;
				}

				#stretch header .button {
					margin: 1em 0 0 0;
				}

		/* CTA */

			#cta {
				padding: 1.5em 0;
			}

				#cta header h2 {
					display: block;
				}

				#cta header .button {
					margin: 1em 0 0 0;
				}

		/* Footer */

			#footer {
				text-align: center;
			}

				#footer .container {
					margin-bottom: 4em;
				}

		/* Off-Canvas Navigation */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
				padding-top: 44px;
			}

			#titleBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 70px;
				left: 0;
				position: fixed;
				top: 0; 
				padding-top: 12px; /* TopLogoPosition */
				width: 100%;
				z-index: 2001;
				background-color: #ffffff;
				line-height: 70px;
				box-shadow: 0 1px 0 0 #bbbbbb;
			}

				#titleBar .title {
					display: block;
					height: 100%;
					position: relative;
					font-weight: 600;
					text-align: center;
					z-index: 1;
				}

					#titleBar .title em {
						font-style: normal;
						font-weight: 500;
					}

				#titleBar .toggle {
					text-decoration: none;
					border: 0;
					height: 70px;
					left: 0;
					position: absolute;
					top: 0;
					width: 80px;
					z-index: 2;
					
					background-image: url("menu.png");
					background-repeat: no-repeat;
					background-position: left center;
					
				}

					#titleBar .toggle:before {
						-moz-osx-font-smoothing: grayscale;
						-webkit-font-smoothing: antialiased;
						font-family: FontAwesome;
						font-style: normal;
						font-weight: normal;
						text-transform: none !important;
					}

					#titleBar .toggle:before {
						//content: '\f0c9';
						display: block;
						height: 60px;
						text-align: center;
						width: 44px;
						color: #666666;
						opacity: 0.5;
						
						
						
					}

					#titleBar .toggle:active:before {
						opacity: 0.75;
					}
					
					
					
					#navPanel {
							background-color: #eeeeee;
							box-shadow: inset -1px 0 2px 0 rgba(0, 0, 0, 0.2);
							-moz-backface-visibility: hidden;
							-webkit-backface-visibility: hidden;
							-ms-backface-visibility: hidden;
							backface-visibility: hidden;
							-moz-transform: translateX(-275px);
							-webkit-transform: translateX(-275px);
							-ms-transform: translateX(-275px);
							transform: translateX(-275px);
							-moz-transition: -moz-transform 0.5s ease;
							-webkit-transition: -webkit-transform 0.5s ease;
							-ms-transition: -ms-transform 0.5s ease;
							transition: transform 0.5s ease;
							display: block;
							height: 100%;
							left: 0;
							overflow-y: auto;
							position: fixed;
							top: 0;
							width: 275px;
							z-index: 2002;
						}
					
						#navPanel .link {
							border-bottom: 0;
							border-top: solid 1px rgba(255, 255, 255, 0.05);
							color: #888888;
							display: block;
							height: 48px;
							line-height: 48px;
							padding: 0 1em 0 1em;
							text-decoration: none;
						}
						
						#navPanel .link:first-child {
							border-top: 0;
						}
					
						#navPanel .link.depth-0 {
							color: #888888;
							font-weight: 600;
						}
						#navPanel .link.depth-0.current {
							color: #555555 !important;
							font-weight: 600;
						}
					
						#navPanel .link .indent-1 {
							display: inline-block;
							width: 1em;
						}
					
						#navPanel .link .indent-2 {
							display: inline-block;
							width: 2em;
						}
					
						#navPanel .link .indent-3 {
							display: inline-block;
							width: 3em;
						}
					
						#navPanel .link .indent-4 {
							display: inline-block;
							width: 4em;
						}
					
						#navPanel .link .indent-5 {
							display: inline-block;
							width: 5em;
						}
					
						body.navPanel-visible #page-wrapper {
							-moz-transform: translateX(275px);
							-webkit-transform: translateX(275px);
							-ms-transform: translateX(275px);
							transform: translateX(275px);
						}
					
						body.navPanel-visible #titleBar {
							-moz-transform: translateX(275px);
							-webkit-transform: translateX(275px);
							-ms-transform: translateX(275px);
							transform: translateX(275px);
						}
					
						body.navPanel-visible #navPanel {
							-moz-transform: translateX(0);
							-webkit-transform: translateX(0);
							-ms-transform: translateX(0);
							transform: translateX(0);
						}


	}

/* Mobile */

	@media screen and (max-width: 736px) {

		/* Basic */

			body, input, select, textarea {
				font-size: 11pt;
				line-height: 1.4em;
			}

			h1 {
				font-size: 1.3em;
				letter-spacing: 0;
				line-height: 1.3em;
			}
			h2 {
				font-size: 1.25em;
				letter-spacing: 0;
				line-height: 1.3em;
			}

			h3 {
				font-size: 1.2em;
				letter-spacing: 0;
				line-height: 1.3em;
			}

			header p {
				margin-top: -0.5em;
				font-size: 1em;
			}

			header.major {
				padding: 0 20px;
			}

				header.major h2 {
					font-size: 1.25em;
				}

				header.major p {
					top: 0;
					margin-top: 0;
					font-size: 1.2em;
				}

		/* Lists */

			ul.menu li {
				border: 0;
				padding: 0;
				margin: 0;
				display: block;
				line-height: 2em;
			}

		/* Banner */

			/* #stretch {
				height: 38em;
			}
			.scrolldown_mobile {
				top: 34em;
			} */

		/* Wrapper */

			.wrapper {
				padding: 2em 0 1px 0;
			}

	}

/* Mobile (Portrait) */

	@media screen and (max-width: 480px) {

		/* Lists */

			ul.actions li {
				display: block;
				padding: 1.5em 0 0 0;
			}

				ul.actions li:first-child {
					padding: 0;
				}

		/* Icon */

			.icon.major {
				width: 4em;
				height: 4em;
				line-height: 4em;
				box-shadow: 0 0 0 7px white, 0 0 0 8px #e0e0e0;
			}

				.icon.major:before {
					font-size: 24px;
				}

		/* Button */

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			.button {
				width: 100%;
				display: block;
			}

		/* Box */

			.box.highlight {
				padding-left: calc(4em + 30px);
			}

			.box.post .inner {
				margin-left: calc(30% + 20px);
			}

			.box.post .image {
				width: 30%;
			}

		/* Banner */

			/* #stretch {
				height: 36em;
			}
			.scrolldown_mobile {
				top: 32em;
			} */

				#stretch header {
					//padding: 20px;
					padding: 0.5em 0 0 0;
				}

		/* Wrapper */

			.wrapper {
				padding: 2em 20px 1px 20px;
			}

		/* CTA */

			#cta {
				padding: 20px;
			}

		/* Footer */

			#footer {
				padding: 2em 20px;
				text-align: left;
			}

	}
	
	
	
	
	
article.wohnungen {
	margin-bottom: 0;
}


#wohnungen_table {
	font-size: 14px;
	width: 100% !important;
	text-align: left;
	border-collapse: collapse;
}

#wohnungen_table thead tr {
	font-weight: 600;
	padding: 2px 8px;
	border-bottom: 1px solid #ffffff;
}

#wohnungen_table thead tr td {
	background: #ffffff;
	color: #666666;
	vertical-align: top;
}

#wohnungen_table thead tr td.sorting {
	background-image: url(sorting.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

#wohnungen_table thead tr td.sorting_desc {
	background-image: url(sorting_up.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

#wohnungen_table thead tr td.sorting_asc {
	background-image: url(sorting_down.png);
	background-repeat: no-repeat;
	background-position: right center;
	cursor: pointer;
}

#wohnungen_table td {
	padding: 2px 8px;
	background: #dddddd; 
	border-bottom: 1px solid #ffffff;
	color: #666666;
	border-top: 1px solid transparent;
}

#wohnungen_table tbody tr:hover td {
	background: #eceeed;
}

#wohnungen_table_wrapper {
	overflow-x: scroll;
}

.fa.fa-download {
	display: block;
	width: 17px;
	height: 16px;
	background-image: url(download.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}