/* Hier der Import einer Webfont */

/* Cookie Message */
#cookiemsg a {color:#777777; 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: #ffffff; 
   color: #777777;
   position:fixed;
   bottom:0px; 
   z-index:10000; 
   width:100%; 
   font-size:0.9em; 
   line-height:1.2em;
}
#cookiemsgCloser {
   color: #777777;
   position: absolute;
   right: 18px;
   text-decoration: none;
   top: 6px;
   cursor:pointer;
   padding:0;
   margin:0;
   background: #ffffff;
}
#cookiemsgCloser:hover {
   color: #888888;
}



#weiterebilderlink
{
    position: relative;
    z-index: 10;
}

input[type=checkbox] {
	-webkit-filter: grayscale(1);
}
input[type="radio"] {
	-webkit-filter: grayscale(1);
}

.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;
}


/* Tabelle bei kleinerer Aufl�sung auf eine Spalte */

.meinWohnContainer td{
	text-align:center;
	vertical-align:top;
	font-size:smaller;
	line-height:130%;
}

@media all and (max-width:1079px)
{
	.meinWohnContainer table{
	width:100%;
	}
	.meinWohnContainer td{
	display:block;
	width:100%;
	/* font-size:1em; */
	}
	.meinWohnContainer tr{
	display:block;
	}
}

.meinTabellenContainer td{
	vertical-align:top;
}

@media all and (max-width:1079px)
{
	.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;
	}
}

: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+ */
}



/* MEN� */


nav {
	display: block;
}



.dropotron {
	background-color: #eeeeee;
	border-radius: 5px;
	color: #777777;
	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: #777777;
}

.dropotron.level-0 {
	border-radius: 0 0 5px 5px;
	font-size: 0.9em;
	padding-top: 0;
	margin-top: -1px;
}


#navPanel, #titleBar {
	display: none;
}

#logoimg
{
   max-width: 205px;
}
@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: 815px) {

	/* Off-Canvas Navigation */
	
	hr.goto {
		padding-top: 70px !important;
		margin-top: -70px !important;
	}
	
	#logoimg
	{
		max-width: none;
		max-height: 70px;
		padding-left: 26px;
	}
	
	#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: 0; /* 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;
		color: #777777;
		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: Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: normal;
		text-transform: none !important;
	}

	#titleBar .toggle:before {
		display: block;
		height: 60px;
		text-align: center;
		width: 44px;
		color: #777777;
		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: bold;
	}
	#navPanel .link.depth-0.current {
		color: #777777 !important;
		font-weight: bold;
	}
	
	#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);
	}

}








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;
}




.spezialueberschrift {
	margin-left:10px;
	margin-right:10px;
}
@media only screen and (max-width: 1080px) {
	.spezialueberschrift {
		margin-left:0;
		margin-right:0;
	}	
}





body {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #dddddd;
  color: #777777;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style:normal;
}

h1 {
	font-weight: 500;
}

small {
	font-weight: 600;
}

a {
	color: #777777;
}

b, strong {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 600;
}

#message_sent_box {
	position: absolute;
	z-index: 9999;
}


.stretchUeberschrift_L
{
	margin: auto;
	position: fixed;
  	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size:4.5em;
	line-height:110%;
	width:90%;
	max-width:1000px;
	color: #ffffff;
	text-shadow: 0px 0px 15px #000000;
}
.stretchUeberschrift_M
{
	margin: auto;
	position: fixed;
  	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size:3.2em;
	line-height:110%;
	width:90%;
	max-width:1000px;
	color: #ffffff;
	text-shadow: 0px 0px 15px #000000;
}
.stretchUeberschrift_S
{
	margin: auto;
	position: fixed;
  	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size:2.3em;
	line-height:110%;
	width:90%;
	max-width:1000px;
	color: #ffffff;
	text-shadow: 0px 0px 15px #000000;
}
@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 {
	  position: absolute;
	  width:94%;
	  font-size:2.9em;
	}
	.stretchUeberschrift_M {
	  position: absolute;
	  width:94%;
	  font-size:2.3em;
	}
	.stretchUeberschrift_S {
	  position: absolute;
	  width:94%;
	  font-size:1.6em;
	}
}
@media only screen and (min-width: 816px) {
	.stretchUeberschrift_L {
	  top: 50%;
	  left: 66%;
	  width:55%;
	  font-size:3.2em;
	}
	.stretchUeberschrift_M {
	  top: 50%;
	  left: 66%;
	  width:55%;
	  font-size:2.6em;
	}
	.stretchUeberschrift_S {
	  top: 50%;
	  left: 66%;
	  width:55%;
	  font-size:1.8em;
	}
}
@media only screen and (min-width: 1100px) {
	.stretchUeberschrift_L {
	  top: 50%;
	  left: 60%;
	  width:58%;
	  font-size:3.8em;
	}
	.stretchUeberschrift_M {
	  top: 50%;
	  left: 60%;
	  width:58%;
	  font-size:2.9em;
	}
	.stretchUeberschrift_S {
	  top: 50%;
	  left: 60%;
	  width:58%;
	  font-size:2em;
	}
}
@media only screen and (min-width: 1320px) {
	.stretchUeberschrift_L {
	  top: 50%;
	  left: 55%;
	  width:60%;
	  font-size:3.8em;
	}
	.stretchUeberschrift_M {
	  top: 50%;
	  left: 55%;
	  width:60%;
	  font-size:2.9em;
	}
	.stretchUeberschrift_S {
	  top: 50%;
	  left: 55%;
	  width:60%;
	  font-size:2em;
	}
}
@media only screen and (min-width: 1600px) {
	.stretchUeberschrift_L {
	  top: 50%;
	  left: 52%;
	  width:80%;
	  font-size:4.5em;
	}
	.stretchUeberschrift_M {
	  top: 50%;
	  left: 52%;
	  width:80%;
	  font-size:3.2em;
	}
	.stretchUeberschrift_S {
	  top: 50%;
	  left: 52%;
	  width:80%;
	  font-size:2.3em;
	}
}

.stretch {
	position: fixed;
	width: 100%;
	height: 100%;
  	background: url(162320191118115430470.jpg) no-repeat center center; 
  	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.menu {
	position: fixed;
	left: 46px;
	top: 0px;
	width: 235px;
	height: 100%;
	z-index: 10;
	min-height:610px;
}

.menu > .wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	/* border: 1px solid #bbbbbb; */
	-moz-box-shadow: 0 0 5px rgba(30,30,30,0.5);
	-webkit-box-shadow: 0 0 5px rgba(30,30,30,0.5);
	box-shadow: 0 0 5px rgba(30,30,30,0.5);
	box-sizing: padding-box;
}

.menu .header {
	height: 80px;
	width: 100%;
	background-color: #ffffff;
	padding-top:20px;
	text-align:center;
}

.menu .header a {
	display: block;
}

.menu .footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	text-align: center;
	line-height: 18px;
	color: #888888;
	padding-top: 14px;
	padding-bottom: 21px;
	font-size: 14px;
	background-color: #ffffff;
}
.menu .footer a {
	color: #888888;
}

/*
.menu .footer a {
	display: block;
	border-top: 1px solid #bbbbbb;
	width: 200px;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
}
.menu .footer a img {
	margin-top: 16px;
	margin-right: 16px;
} 
*/

.menu .filler {
	background-color: rgba(255,255,255,0.3);
	height: 100%;
	width: 100%;
}

.menu ul {
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #ffffff;
	list-style-type: none;
	padding-bottom: 10px;
}

.menu ul li {
	display: block;
	text-align: left;

	width: 200px;
	margin: 0 auto;
	cursor: pointer;
}

.menu ul li a:hover {
	font-weight: bold;
	color: #777777;
}

.menu ul li a {
	border-top: 1px solid #bbbbbb;
	height: 34px;
	padding-top: 12px;
	color: #888888;
	text-decoration: none;
	display: block;
	width: 100%;
}

.menu ul li.current a {
	color: #777777;
	font-weight:bold;
}

.footer-container
{
    position: fixed;
    /*background: #eceeed;*/
    bottom: 0;
    width: 100%;
    height: 200px;
    padding-left: 320px;
    /*opacity: 0.3;
    filter: alpha(opacity=30);*/
    background-color: rgba(102,102,102,0.3);
}
.footer-mobile
{
	display: none;
}

.main article {
    width: 696px;
    margin-bottom: 30px;
}

.wrapper {
    width: 1296px; /* 1440px - 10% for margins */
    margin-left: 320px;
}


.footer-container .wrapper {
	/* position: fixed;
	left: 320px;
	right: 0; */
	margin: 0;
	/*width: 100%;*/
	/* bottom: 50px; */
}


.footer-container .text {
	font-weight: 500;
	position: relative;
	text-align: right;
	width: 100%;
	display: block;
	right: 10px;
	bottom: 80px;
	font-size: 14px;
	color: #666666;
	float: right;
	line-height: 1.6em;
}
.footer-mobile .text {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}
.footer-mobile .text a{
	color: #666666;
}

.supersmall {
	font-weight: 500;
}

hr.goto {
	border: none;
	padding: 0;
	margin: 3px 0 27px 0;
	float: left;
	clear: both;
	width: 100%;
	overflow: visible;
}

.projekt .titlecontainer {
	width: 40%;
	float: left;
	margin-left:10px;
}

.projekt .imgcontainer {
	width: 54%;
	float: right;
	margin-right:10px;
}


.projekt .titlecontainer2 {
	
}
.projekt .imgcontainer2 {
	width: 54%;
	float: right;
	margin-right:10px;
	margin-left:15px;
	margin-bottom:15px;
}
@media only screen and (max-width: 1080px) {
	.projekt .imgcontainer2 {
		width: 100%;
		float: left;
		margin-right:0;
		margin-left:0;
		margin-bottom:20px;
	}
	.projekt .titlecontainer2 {
		width: 100%;
		float: left;
		margin-left:0;
		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;
	}	
}



@media only screen and (min-width: 0px) {
	body {
	    font: 14px/20px Arial, Helvetica, sans-serif;
	}
	#tableMain
	{
	    font: 12px/18px Arial, Helvetica, sans-serif;
	}
	.menu, .scrolldown {
		display: none;
	}
   	.main article {
	    width: 270px;
	    margin:0;
	    margin-bottom: 30px;
	}


    .wrapper {
	    width: auto; /* 1440px - 10% for margins */
	    margin-left: 10px;
	}

	div.small-imgcontainer {
		width: 248px;
		float: none;
	}

	div.small-imgcontainer.right {
		float: none;
	}
	.supersmall {
		font-size: 8px;
	}
}


@media only screen and (min-width: 600px) {
	body {
	    font: 16px/26px Arial, Helvetica, sans-serif;
	}
	#tableMain
	{
	    font: 16px/26px Arial, Helvetica, sans-serif;
	}
	.menu, .scrolldown {
		display: none;
	}
   	.main article {
	    width: 400px;
	    margin:0;
	    margin-bottom: 30px;
	}

    .wrapper {
	    width: auto; /* 1440px - 10% for margins */
	    margin-left: 1px;
	}

	div.small-imgcontainer {
		width: 380px;
		float: none;
	}

	div.small-imgcontainer.right {
		float: none;
	}
	.supersmall {
		font-size: 80%;
	}
}



@media only screen and (min-width: 816px) {
	body {
	    font: 16px/26px Arial, Helvetica, sans-serif;
	}
	#tableMain
	{
	    font: 16px/26px Arial, Helvetica, sans-serif;
	}
	.menu, .scrolldown {
		display: block;
	}

   	.main article {
	    width: 400px;
	    margin:0;
	    margin-bottom: 30px;
	}

	article.vormerkung {
		margin-bottom: 200px;
	}

    .wrapper {
	    width: 450px;
	    margin-left: 320px;
	}

	div.small-imgcontainer {
		width: 380px;
		float: none;
	}

	div.small-imgcontainer.right {
		float: none;
	}
	.supersmall {
		font-size: 80%;
	}
}

@media only screen and (min-width: 1080px) {
	body {
	    font: 16px/26px Arial, Helvetica, sans-serif;
	}
	#tableMain
	{
	    font: 16px/26px Arial, Helvetica, sans-serif;
	}
	.menu, .scrolldown {
		display: block;
	}

	.main article {
	    width: 662px;
	    margin-bottom: 30px;
	}

	article.vormerkung {
		margin-bottom: 200px;
	}

	.wrapper {
	    /*width: 80%; /* 1440px - 10% for margins */
	    margin-left: 328px;
	}
	div.small-imgcontainer {
		width: 293px;
		float: left;
	}
	div.small-imgcontainer.right {
		float: right;
	}
	.supersmall {
		font-size: 80%;
	}

	.footer-container footer.wrapper {
		width: 65%;
	}

	.footer-container footer.wrapper .text {
		text-align: right;
	}
}
@media only screen and (min-width: 1320px) 
{
	.footer-container footer.wrapper {
		width: 73%;
	}
	
	.footer-container footer.wrapper .text {
		text-align: right;
	}
}


@media only screen and (max-width: 1080px) {
	.projekt .imgcontainer {
		width: 100%;
		float: left;
		margin-right:0;
		margin-bottom:20px;
	}
	.projekt .titlecontainer {
		width: 100%;
		float: left;
		margin-left:0;
		margin-bottom:20px;
	}
	
	.footer-container footer.wrapper .text {
			text-align: center;
	}
}

article {
	background: #ffffff;
	/* border: 1px solid #bbbbbb; */
	-moz-box-shadow: 0 0 5px rgba(30,30,30,0.5);
	-webkit-box-shadow: 0 0 5px rgba(30,30,30,0.5);
	box-shadow: 0 0 5px rgba(30,30,30,0.5);
	padding: 20px;
	margin-bottom: 30px;
	border-radius: 10px; /*SPEZIALRADIUS*/
}

article.box {
	/* float: left !important;
	position: relative !important; 
	left: 0 !important; */
	margin-right: 26px;
	overflow: hidden; 
}

article.box header h1 {
	margin-top: 7px;
	line-height: 100%;
	font-size: 1.6em;
}

article footer {
	border-bottom: 1px solid #bbbbbb;
	margin-top: 20px;
	height: 20px;
	text-align: right;
	padding-bottom: 10px;
}

#projektbilder {
	margin-bottom: 0;
	margin-right: 0;
}


#projektbilder footer {
	height: 30px;
}

#projekt footer {
	border: none;
}

article .imgcontainer {
	text-align: center;
}

div.small-imgcontainer {
	padding: 10px;
	/* border: 1px solid #bbbbbb; */
	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;
}

div.scrolldown {
	width: 118px;
	height: 119px;
	margin: 0 auto;
	position: relative;
	top: 60px;
	cursor: pointer;
	z-index: 1;
}

@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;}
}

div.scrolldown 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 img.stopped {
	-webkit-animation: none; /* Safari 4+ */
	-moz-animation:    none; /* Fx 5+ */
	-o-animation:      none; /* Opera 12+ */
	animation:         none; /* IE 10+ */
}

#request-form {
	width: 100%;
}

#request-form .form-block {
	float: left;
	width: 330px;
	height: 80px;
}

hr.halve {
	width: 257px;
	text-align: left;
}

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;
}

#request-form .rooms-block {
	width: 360px;
}

#request-form input[type='text'], #request-form select {
	width: 250px;
}

#request-form input.halve {
	width: 125px;
}

#request-form .rooms-block .item label {
	margin: 0 32px 0 4px;
}

#request-form input[type='image'] {
	position: relative;
	top: -40px;
	right: 45px;
	float: right;
}

#request-form label.error {
	display: block;
	font-size: 0.8em;
	color: #C13030;
}



h3.success {
	color: #009933;
}

h3.error {
	color: #C13030;
}

#map_image {
	width: 100%;
}

#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; 
}
@media only screen and (max-width: 599px) {
	#btnAusDown
	{
		padding:5px 7px 5px 6px;
	}
}

#projektbilder {
	margin-top: 30px;
}
article.projekt {
	margin-bottom: 0;
}

@media only screen and (min-width: 1800px) {
	.main.wrapper {
		width: 80%;
	}

	#projektbilder {
		position: absolute;
		top: 30px;
		left: 732px;
		margin-top: 0;
	}

	article.projekt {
		margin-bottom: 0;
	}

	.footer-container footer.wrapper {
		width: 1452px;
	}

	.footer-container footer.wrapper .text {
		text-align: right;
	}
}

#content {
	position: relative;
	z-index: 5;
	-webkit-transform: translateZ(0);
}

#frontpage {
	background-color: transparent;
	border: none;
	box-shadow: none;
	height: 10px;
	position: relative;
	border-radius: 0px !important;
	margin-bottom: 20px !important;
	padding: 0 !important;
}

#frontpage > img {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 60px 0 25px 0;
	border-radius: 0px !important;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 85%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(30%,rgba(255,255,255,1)), color-stop(85%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 85%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 85%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 85%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%,rgba(255,255,255,1) 85%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

@media only screen and (max-width: 815px) {
	body {
		background-image: none;
		background-color: #dddddd;
		color: #777777;
	}

	.main {
		padding: 0;
		margin: 0;
	}

	.stretch {
		display: none;
	}

	#frontpage {
		background: url(162320191118115430470.jpg) no-repeat center center; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width: 100%;
		margin: 0 0 30px 0;
		padding: 0;
		border-radius: 0px !important;
	}

	#frontpage > img {
		display: block;
		border-radius: 0px !important;
	}

	#content {
		width: 400px;
		margin: 0 auto 30px auto;
	}

	.vormerkung {
		margin-bottom: 0;
	}

	.footer-mobile {
		display: block;
		background: none;
		padding-left: 0;
		position: relative;
	}
	
	.footer-mobile .text {
		text-align: center;
		width: 390px;
		margin: 0 auto;
		float: none;
		bottom: auto;
		right: 0;
	}
	
	.footer-container {
		background: none;
		padding-left: 0;
		position: relative;
	}
	.footer-container .text {
		text-align: center;
		width: 390px;
		margin: 0 auto;
		float: none;
		bottom: auto;
		right: 0;
	}
	

	#message_sent_box {
		margin: 10px 0 0 -150px;
		left: 50%;
	}
}


@media only screen and (max-width: 599px) {
	body {
		background-image: none;
		background-color: #dddddd;
		color: #777777;
	}

	.main {
		padding: 0;
		margin: 0;
	}

	.stretch {
		display: none;
	}

	#frontpage {
		background: url(162320191118115430470.jpg) no-repeat center center; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		width: 100%;
		margin: 0 0 30px 0;
		padding: 0;
		border-radius: 0px !important;
	}

	#frontpage > img {
		display: block;
		border-radius: 0px !important;
	}

	#content {
		width: 313px;
		margin: 0 auto 30px auto;
	}

	.vormerkung {
		margin-bottom: 0;
	}

	.footer-mobile {
		display: block;
		background: none;
		padding-left: 0;
		position: relative;
	}
	
	.footer-mobile .text {
		text-align: center;
		width: 290px;
		margin: 0 auto;
		float: none;
		bottom: auto;
		right: 0;
	}
	
	.footer-container {
		background: none;
		padding-left: 0;
		position: relative;
	}
	.footer-container .text {
		text-align: center;
		width: 290px;
		margin: 0 auto;
		float: none;
		bottom: auto;
		right: 0;
	}

	#message_sent_box {
		margin: 10px 0 0 -150px;
		left: 50%;
	}
}



@media only screen and (max-width: 1079) {
	html {
		display: none;
	}
}




.nivo-lightbox-theme-default.nivo-lightbox-overlay {
	background: rgba(0,0,0,0.2);
}

.nivo-lightbox-wrap {
	background-color: #ffffff;
}

.nivo-lightbox-theme-default .nivo-lightbox-title-wrap {
	background-color: #ffffff;
	bottom: 20px;
}

.nivo-lightbox-theme-default .nivo-lightbox-title {
	background: none;
	color: #777777;
	font: inherit;
}

.nivo-lightbox-theme-default .nivo-lightbox-nav:hover {
	background-color: transparent;
}

body.ps-active div.main-container, body.ps-building div.main-container, div.ps-active div.main-container, div.ps-building div.main-container {
	opacity: 0;
}

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: bold;
	padding: 2px 8px;
	border-bottom: 1px solid #ffffff;
}

#wohnungen_table thead tr td {
	background: #ffffff;
	color: #777777;
	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: #777777;
	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;
}