#preis::after {
	content: "\00a0\00a0";
}
#logo {
	width: 255px;
	height: 80px;
}
#filter {
	width:100%;
}
.filterA, .filterA:hover {
		box-shadow: inset 0px 1px 0px 0px #dcecfb;
		background: linear-gradient(to bottom, #bddbfa 5%, #80b5ea 100%);
		background-color: #bddbfa;
		border-radius: 6px;
		border: 1px solid #84bbf3;
		display: inline-block;
		cursor: pointer;
		color: #ffffff;
		font-weight: bold;
		padding: 6px;
		margin-bottom:5px;
		text-decoration: none;
		text-align:center;
		font-size:14px;
		text-shadow: 0px 1px 0px #528ecc;
	}

.filterA:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	content: "\f058";	
	margin-right: 5px;
	margin-top:1px;
	float: left;
}

.filterInactive {
		background: white;
		border: 1px solid #84bbf3;
		color: #808080;
		text-shadow: 0px 1px 0px #dcecfb;
}
.filterInactive:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
	content: "\f111";
	margin-top:1px;
	margin-right: 5px;
	float: left;
}

/*
.bgdivll {
  position: relative;
  top: 80%;
  left: 0;
  width: 98%;
  overflow: hidden;
  height: 50px;
  display: inline-block;
  padding: 15px;
}*/
.bgdivll {
  position: relative;
  top: 80%;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 80px;
  display: inline-block;
}

.bgdivll::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
}

.register {
position: absolute;
    top: 290px;
    right: 140px;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    background-color: #ffc90d;
    text-align: center;
    vertical-align: middle;
	display: table;
}
.register span {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	font-size: 14px;
	color: white;
	font-weight: bold;
}
.register2 {
position: absolute;
    position: absolute;
    top: 332px;
    right: 37px;
    width: 158px;
    height: 55px;
    border-radius: 10px;
    background-color: #EF8540;
    text-align: center;
    vertical-align: middle;
    display: table;
}
.register2 span {
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	font-size: 15px;
	line-height: 1.5;
	color: white;
	font-weight: bold;
}

.bgdivll > table td {
  margin: 0;
  color: #404040;
  position: relative;
  z-index: 1;
  font-size: 13pt; 
  font-weight: bold;
  line-height: 1.5em;
  vertical-align:middle;
}
.bgdivll > table td:last-child {
	padding-right: 20px;
}
.bgdivll > table td:first-child {
	background: url(/images/living-lobau.png) left no-repeat;
	background-size: contain;
}

.bgdivll > table#gpk td:first-child {
	background: url(/images/LogoGartenparkKorneuburg.png) left no-repeat;
	background-size: contain;
}


#sbdiv { 
	width: 100vw;
	height: 400px;
	overflow: hidden; 
}
#sbdiv>img,  
#sbdiv>div,
#xsbdiv>a { display: inline-block; }

/* update */
a.objlink {
	color: #404040;
	font-weight: bold!important;
	text-decoration: none!important;
}

#fixedtop-wrapper {
    height: 96px;
    position: fixed !Important;
    width: 100% !Important;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: white;
    z-index: 99 !Important;
	transition:box-shadow 0.5s;	
    -moz-transition:box-shadow 0.5s;
    -webkit-transition:box-shadow 0.5s;
    -ms-transition:box-shadow 0.5s;
    -o-transition:box-shadow 0.5s;
}
#fixedtop-wrapper.shadow {
    box-shadow:0 5px 15px rgba(180, 180, 180, 1);
}
#fixedtop-inner {
    position: relative;
    margin: auto;
    height: 96px;
}
#header {
	width: 100%;
	height: 190px;
	clear: both;
	border-top: 1px solid #EaEaEa;
	border-bottom: 1px solid #EaEaEa;	
}
#main-content {
	margin-top: 96px;
	width: 100%;
}

BODY {
	margin:0px; 
	width: 100%;
	background-color: white;
	color: #404040;
    font-weight: normal; 
}
.warnung {
 display: none;
 border:1px solid black;
 -webkit-box-shadow: #B4B5B5 6px 6px 6px;
 -moz-box-shadow: #B4B5B5 6px 6px 6px;
 box-shadow: #B4B5B5 6px 6px 6px;
 -webkit-border-radius: 6px;
 -moz-border-radius: 6px;
 border-radius: 6px;
 padding: 5px 5px 5px 5px;
 background-color: #eb0523;
 color: white;
 font-weight: bold;
}

#angebotcontent {
 line-height: 130%;
 padding-top: 10pt;
 padding-bottom: 10pt;
 margin: auto;
 width: 80%;
 clear: both;
 font-size: 14px;
}
#angebotcontent td, #angebotcontent a {
	font-size: 11pt;
	line-height: 130%;
}
#angebotcontent a {
	color: #4f81BD;
	text-decoration: none;
}

#immo .checkbox label {
    display: inline;
    font-weight: 400;
    cursor: pointer;
}
#immo .checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}
#immo input[type=checkbox] {
    float: left;
    margin-left: -20px;
}

#immo input[type=button] {
 width: 95%;
 color: white;
 font-size: 16pt;
 font-weight: normal;
 margin-bottom:5pt;

 border:2px solid #698DF0;-webkit-box-shadow: #B4B5B5 4px 4px 4px  ;-moz-box-shadow: #B4B5B5 4px 4px 4px ; box-shadow: #B4B5B5 4px 4px 4px  ; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;
 padding: 5px 5px 5px 5px; text-decoration:none; display:inline-block; 
	
 background-color: #83D5F2; background-image: -webkit-gradient(linear, left top, left bottom, from(#83D5F2), to(#7097B5));
 background-image: -webkit-linear-gradient(top, #83D5F2, #7097B5);
 background-image: -moz-linear-gradient(top, #83D5F2, #7097B5);
 background-image: -ms-linear-gradient(top, #83D5F2, #7097B5);
 background-image: -o-linear-gradient(top, #83D5F2, #7097B5);
 background-image: linear-gradient(to bottom, #83D5F2, #7097B5);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#83D5F2, endColorstr=#7097B5);
 
       -moz-box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.5);
}

#immo input[type=button]:hover{
 cursor: pointer;
 border:2px solid #6C94DB;
 background-color: #55c5ed; background-image: -webkit-gradient(linear, left top, left bottom, from(#55c5ed), to(#537e9f));
 background-image: -webkit-linear-gradient(top, #55c5ed, #537e9f);
 background-image: -moz-linear-gradient(top, #55c5ed, #537e9f);
 background-image: -ms-linear-gradient(top, #55c5ed, #537e9f);
 background-image: -o-linear-gradient(top, #55c5ed, #537e9f);
 background-image: linear-gradient(to bottom, #55c5ed, #537e9f);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#55c5ed, endColorstr=#537e9f);
}


#vertragstext {
    margin: 15px 0 0 0;
    padding: 15px 15px 40px 15px;
    border-radius: 0;
    border: 1px solid #ccc;
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
    position: relative;
    z-index: 10;
}

TABLE,A,TD,TH,BODY,input,select,textarea { font-family: Arial, Helvetica, sans-serif; font-size: 9pt;color: #404040; }
img { border: 0px;}
td {	vertical-align:top;}
a:link, a:active, a:visited, a:hover {
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}

#topmnu li a:link, #topmnu li a:active, #topmnu li a:visited, #topmnu li a:hover {
	color: #404040;
	text-decoration: none;
	font-weight: normal;
}	
#topmnu a:hover {
	text-decoration: underline;	
}

#headerobj {
	width:100%;
	height:300pt;
	border-collapse: collapse;
	table-layout: fixed;
}
#findnewhome {
	text-shadow:0 0 5px #4f81BD, 0 0 10px #4f81BD, 0 0 20px #4f81BD, 0 0 30px #4f81BD, 0 0 40px #4f81BD, 0 0 50px #4f81BD, 0 0 60px #4f81BD;
	margin-left: 30pt; 
	margin-top:105pt; 
	color: white; 
	font-size: 18pt; 
	font-family: arial;
}
#objmnu {
	margin-top:20pt;
}
#objmnu li {
 display: inline;
 list-style-type:none;
 text-transform:uppercase;
 border: 1px solid #0050F0;
 -moz-border-radius: 3px;
 border-radius: 3px;
 background-color: white;
 margin-right:0pt;
 padding-right: 7pt;
 padding-left: 7pt;
 padding-top: 4pt;
 padding-bottom: 4pt;
 font-size: 9pt;
 color: #404040;
}
#objmnu li a:link, #objmnu li a:active, #objmnu li a:visited, #objmnu li a:hover {
	color: #404040;
	text-decoration: none;
	font-weight: normal;
	margin: 0px; width: 100%; height: 100%;
}
#objmnu li a:hover {
	font-weight: normal;
	text-decoration: underline;	
}
#objmnu li:hover {
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}


#topobj {
	margin-top:3pt; 
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	background-color:#000000;	
	height: 150pt!important;
}
#topobj td {
	text-align:center;		
	height: 150pt!important;
}


div #topobjekte {
	margin-top:3pt; 
	width: 100%;
	background-color:#000000;	
	height: 150pt!important;
}

.container {
	width: 100%;
	height: 150pt;
	display: block;
	overflow: hidden;
	cursor: pointer;
}
#topobj2 {
	margin-top:3pt; 
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	background-color:#000000;	
	height: 150pt!important;
}
#topobj2 td {
	text-align:center;		
	height: 150pt!important;
}
.topbg {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position:center;
	background-size: cover;
}
.topbg:hover,.topbghover {	
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.toplnk {
	position:relative;
    top: -80pt;
}
.toplnk a:link, .toplnk a:active, .toplnk a:visited, .toplnk a:hover  {
	color: white; 
	font-size: 10pt; 
	text-shadow:0 0 1px #000000,0 0 5px #000000; 
}
.toplnk a:hover {
 text-decoration: underline;
}

#footer {z-index:99;font-size: 8pt; text-align: center;position:fixed; bottom:0px;background: #FEFEFE; height: 20px; width:100%; padding-top: 8px;
 box-shadow: 0 0px 15px rgba(180, 180, 180, 1);
}
#footer a:link, #footer a:active, #footer a:visited, #footer a:hover  {
	color: #4f81BD;
	text-decoration: none;
	font-weight: normal;
	font-size: 8pt; 
}
#footer a:hover {
 text-decoration: underline;
}

  
.morenews {
	text-align:left; 
	font-size:10pt; 
	width:170pt
}
.morenews h3 {
	font-size:11pt;
	color: #4f81BD;
	text-transform:uppercase;
	padding-bottom: 0pt;	
	margin-bottom: 0pt;	
}
.morenews a:link, .morenews a:active, .morenews a:visited, .morenews a:hover {
	color: #4f81BD;
	text-decoration: none;
	font-weight: normal;
	font-size: 10pt;
}
.morenews a:hover {
	text-decoration: underline;
}

#objektliste {
 width: 100%;
}
#objektliste  th {
 font-weight: bold;
 background-color: white;
 border-bottom: 1px solid #C0C0C0;
}
#objektliste  td {
 padding-top: 15pt;
 font-weight:bold; 
}

#objektliste  tr.objdata {
 background-color: #F0F0F0; 
}

#objektliste  td.img{
  width:160px;
  min-width:160px;
  height:120px;
  padding:0;
}
#objektliste  td.img a {
	width:auto;
	height:100%;
	display:block;
	border:0;
	text-decoration:none;
}

#objektliste tr.objtxt {
 background-color: #F0F0F0; 
}

#objektliste  tr.objtxt td {
	font-weight:normal;
	margin-top: 15pt;	
	border:0px dotted #EaEaEa;
}
#objektliste  tr.objtxt td  a {
	width:auto;
	height:100%;
	display:block;
}

#objektliste  tr.objdata td:last-child {
       -moz-box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.2);
}

#objektliste  tr.objtxt td:first-child {
       -moz-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.2);
	        box-shadow: 2px 8px 10px -3px rgba(0, 0, 0, 0.2);
}





#objektliste  tr.objspacer {
 background-color: white; 
}
#objektliste  tr.objspacer  td{
 font-size: 1pt;
 height: 15pt;
}

#listcontent {
 padding-top: 10pt;
 padding-bottom: 10pt;
 margin: auto;
 width: 80%;
 clear: both;
}
#maincontent {
 font-size:10pt;
 padding-top: 10pt;
 padding-bottom: 10pt;
 margin: auto;
 width: 580pt;
 clear: both;
}
#maincontent h1 {
	font-size: 16pt;
}

#objekttitel, #objekttitel a{
	margin: auto;
	width: 80%;
	text-shadow:0 0 5px #4f81BD, 0 0 10px #4f81BD, 0 0 20px #4f81BD, 0 0 30px #4f81BD, 0 0 40px #4f81BD, 0 0 50px #4f81BD, 0 0 60px #4f81BD;
	padding-top: 70pt; 
	color: white; 
	font-size: 18pt;
	font-family: arial;
}

.plzorttitle {
	font-size:20pt;
	font-weight: bold;
}

h2 {
	font-size:11pt;
	color: #404040;
	font-weight:bold;
	padding-bottom: 0pt;	
	margin-bottom: 0pt;	
}
.title2 {
	font-size:15pt;
	color: #404040;
	font-weight:normal;
}


#anfrage,#anfragem {
 text-align: left;
 width: 160pt;
 border:1px solid #404040;
 background: #F5F5F5;
 padding-top:5pt;
 padding-bottom:5pt;
}

#anfragem {
	display: none;
}

#whitebg {
 background-color: white;
 padding-top: 5pt;
 padding-bottom: 5pt;
 padding-left: 8pt;
 color: #404040;
 font-size: 10pt;
 width:90%;
 margin-left:auto;
 margin-right:auto;
}

#whitebg textarea , #whitebg input[type=text], #whitebg input[type=email], #whitebg input[type=tel] {
 padding: 3pt;
 xwidth: 147pt;
 width: 91%;
 color: #404040;
 font-size: 9pt;
 border:1px solid #404040;
 margin-bottom:8pt;
}
#whitebg input[type=button] {
 width: 95%;
 color: white;
 font-size: 16pt;
 font-weight: normal;
 margin-bottom:5pt;

 border:2px solid #698DF0;-webkit-box-shadow: #B4B5B5 4px 4px 4px  ;-moz-box-shadow: #B4B5B5 4px 4px 4px ; box-shadow: #B4B5B5 4px 4px 4px  ; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;
 padding: 5px 5px 5px 5px; text-decoration:none; display:inline-block; 
	
 background-color: #83D5F2; background-image: -webkit-gradient(linear, left top, left bottom, from(#83D5F2), to(#7097B5));
 background-image: -webkit-linear-gradient(top, #83D5F2, #7097B5);
 background-image: -moz-linear-gradient(top, #83D5F2, #7097B5);
 background-image: -ms-linear-gradient(top, #83D5F2, #7097B5);
 background-image: -o-linear-gradient(top, #83D5F2, #7097B5);
 background-image: linear-gradient(to bottom, #83D5F2, #7097B5);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#83D5F2, endColorstr=#7097B5);
 
       -moz-box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.5);
}

#whitebg input[type=button]:hover{
 cursor: pointer;
 border:2px solid #6C94DB;
 background-color: #55c5ed; background-image: -webkit-gradient(linear, left top, left bottom, from(#55c5ed), to(#537e9f));
 background-image: -webkit-linear-gradient(top, #55c5ed, #537e9f);
 background-image: -moz-linear-gradient(top, #55c5ed, #537e9f);
 background-image: -ms-linear-gradient(top, #55c5ed, #537e9f);
 background-image: -o-linear-gradient(top, #55c5ed, #537e9f);
 background-image: linear-gradient(to bottom, #55c5ed, #537e9f);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#55c5ed, endColorstr=#537e9f);
}

#eckdaten {
	border:1px solid #404040;	
	padding-top:0pt;
	padding-left:20pt;
	padding-right:20pt;
	padding-bottom:10pt;
	line-height: 20pt;
}
#eckdaten .cap {
 font-size:10pt;
 font-weight: bold;
 display: inline-block;
 width: 160pt;
}
#eckdaten .val {
 font-size:10pt;
 font-weight: normal;
}
#objekttext {
 font-size:10pt;
 color: #404040;
}

#objekttext a {
	color: #83D5F2;
	font-weight: bold;
}

#projekt {
	width: 60%;
}

#projekt a:link, #projekt a:active, #projekt a:visited, #projekt a:hover {
	color: #4f81BD;
	text-decoration: none;
	font-weight: normal;
	font-size: 10pt;
}
#projekt a:hover {
	text-decoration: underline;
}

.mail {
 color: #4f81BD;
 background: url(/images/mail.gif) left no-repeat;
 background-size:16px 12px;
 display:inline-block;
 line-height:18px;
 padding-left:20px;
}

div #plaene {
 margin-left:130pt;
 padding:0px;
 text-align:left; 
 width:420pt;
}


div #plaene ul {
text-align: left;
margin:0;
padding:0;
}

div #plaene ul  li {
 white-space: nowrap;
 display: inline-block; 
 list-style-type:none;
 border: 1px solid #0050F0;
 -moz-border-radius: 4px;
 border-radius: 4px;
 background-color: white; 
 margin-left:0pt; 
 margin-right:3pt; 
 margin-top:0pt; 
 margin-bottom:1pt; 
 padding-right: 3pt;
 padding-left: 3pt; 
 height: 13.5pt;
 line-height: 13pt; 
 color: #404040;
}

div.tel {
 position: relative;
 top: -33px;
 left: 1px;
 width: 31px;
 height: 40px;
 background: url(/images/phone.png) left no-repeat;
 background-size:31px 40px;
}

a.tel,a.dl {
 width: 91%;
 color: white!important;
 text-align:center;
 font-size: 10pt;
 font-weight: bold;
 margin-bottom:2pt;

 border:1px solid #698DF0;-webkit-box-shadow: #B4B5B5 2px 2px 2px  ;-moz-box-shadow: #B4B5B5 2px 2px 2px ; box-shadow: #B4B5B5 2px 2px 2px  ; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;
 padding: 2px 2px 2px 2px; text-decoration:none; display:inline-block; 
	
 background-color: #83D5F2; background-image: -webkit-gradient(linear, left top, left bottom, from(#83D5F2), to(#7097B5));
 background-image: -webkit-linear-gradient(top, #83D5F2, #7097B5);
 background-image: -moz-linear-gradient(top, #83D5F2, #7097B5);
 background-image: -ms-linear-gradient(top, #83D5F2, #7097B5);
 background-image: -o-linear-gradient(top, #83D5F2, #7097B5);
 background-image: linear-gradient(to bottom, #83D5F2, #7097B5);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#83D5F2, endColorstr=#7097B5);
 
       -moz-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.5);
}

a.tel:hover,a.dl:hover{
 cursor: pointer;
 border:1px solid #6C94DB;
 background-color: #55c5ed; background-image: -webkit-gradient(linear, left top, left bottom, from(#55c5ed), to(#537e9f));
 background-image: -webkit-linear-gradient(top, #55c5ed, #537e9f);
 background-image: -moz-linear-gradient(top, #55c5ed, #537e9f);
 background-image: -ms-linear-gradient(top, #55c5ed, #537e9f);
 background-image: -o-linear-gradient(top, #55c5ed, #537e9f);
 background-image: linear-gradient(to bottom, #55c5ed, #537e9f);
 filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#55c5ed, endColorstr=#537e9f);
}
a.dl {
	 width:100%;
	 padding-left:5pt;
	 padding-right:5pt;
}


.tdborder {
	border-left:2px solid white;
	border-right:2px solid white;
}
.topdiv {
  display: inline-grid;
  width: 100%;
  height: 200px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
}
.topdiv:hover {	
	text-decoration: underline;
}

.topdiv > .bgdiv {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 60px;
  display: table;
}
.topdiv > .bgdiv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}


.bgdivll2 {
 background: rgba(255, 255, 255, 0.85);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 58px;
  display: table;
  text-align:left;
}

.bgdivll2 div {
	vertical-align:middle;
	line-height: 1.3em;
	width: 33%;
	font-size: 12pt;
	font-weight: bold;
	display:table-cell;
	color: #404040!important;
}
.bgdivll2 div:first-child {
	background: url(/images/living-lobau.png) left no-repeat;
	background-size: contain;
	border:2px solid transparent;
}
.bgdivll2 div:nth-child(2) {
	text-align:center;
}
.bgdivll2 div:last-child {
	text-align:right;
	padding-right:10px;
}

.topdiv > .bgdiv > a:link, .topdiv > .bgdiv > a:active,.topdiv > .bgdiv > a:visited,.topdiv > .bgdiv > a:hover {
  margin: 0;
  color: white;
  position: relative;
  z-index: 1;
  font-size: 11pt;
  text-transform: uppercase;
  text-shadow:0 0 1px #000000,0 0 5px #000000;
  display: table-cell;
  vertical-align:middle;
}
.topdiv > .bgdiv > a:hover,.orbit-caption > a:hover {
 text-decoration: underline;
}


#overlay {
	position: absolute;
	top: 100px;
	z-index:98;
}

.orbit-caption {
	font-family: Arial, Helvetica, sans-serif;
	background: rgba(0,0,0,.4)!important;
	font-size: 11pt!important;
	text-align: right!important;
	padding-right: 20px!important;
    text-transform: uppercase;
    text-shadow: 0 0 1px #000000, 0 0 5px #000000;
}
.orbit-caption > a {
  margin: 0;
  color: white;
  text-align: right!important;  
  font-size: 11pt; 
  text-transform: uppercase;
  text-shadow:0 0 1px #000000,0 0 5px #000000;
  vertical-align:middle;
}

.timer { display: none !important; }

.sbpic {
	width: 100vw !important; 
	height:400px !important;	
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position:center;
}
.sbpic2 {	
	width: 50vw !important; 
	height:400px !important;	
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position:center;
	float:left;
}
.sepbar {
	border-right: 5px solid white;
    box-sizing: border-box;	
}
.badge { font-size: 100%;color: #4f81BD}
.close {color: #303030; line-height: inherit!important;}
.close:hover {color: #950000}
#plzlist a {
	font-weight: bold;
}
.plzitem {
	color:#4f81BD;
    font-size: 16px;
    border: 1px solid #4f81BD;
    border-radius: 15px;
    padding: 1px 5px;
    background-color: white;
}
.plzitem:hover {
	text-decoration: none;
	font-weight: bold;
	color:#4f81BD;
	
}
/*
@media (prefers-color-scheme: dark) {
    body {
		background-color: black!important;
		color: white!important;
	}
	#fixedtop-wrapper {
		background-color: black!important;
	}
	#main-content {
		background-color: black!important;
		color: white!important;
	}
	//TABLE,A,TD,TH,BODY,input,select,textarea { color: white!important; background: black!important;}
	.ddsmoothmenu {
		background: black!important;
		color: white!important;
	}
	#footer { background: black;}
	#footer a:link, #footer a:active, #footer a:visited, #footer a:hover  {
		color: white;
	}
	#objekttext {color: white;}
	#objekttext a {	color: white;}
	.title2 { color: white; }
	.plzorttitle ,h2 {color: white;}
	.profiltext{ color: white;}
	#eckdaten .val a { color:white }
	.autodl {color: white;}
	.morenews{color: white;}
}
*/
@media (prefers-color-scheme: light) {
    body {
		background-color: white;
		color: #404040;
	}
	.autodl {color: #404040;}
	#fixedtop-wrapper {
		background-color: white!important;
	}
	#main-content {
		background-color: white!important;
		color: #404040!important;
	}
	//TABLE,A,TD,TH,BODY,input,select,textarea { color: #404040; background: white!important;}
	.ddsmoothmenu {
		background: white!important;
		color: black!important;
	}
	#footer { background: #FEFEFE;}
	#footer a:link, #footer a:active, #footer a:visited, #footer a:hover  {
		color: #4f81BD;
	}
	#objekttext {color: #404040;}
	#objekttext a {	color: #83D5F2;}
	.title2 { color: #404040; }
	.plzorttitle,h2 {color: #404040;}
	.profiltext{color: #404040;}
	.morenews{color: #404040;}
}

	.angebot td:first-child {
		width:65%;
	}
	.angebot td:last-child {
		padding-left: 20pt;
	}


	#quickinfo {
		height: 213px;
	}
	#quickinfo td:first-child {
		width: 320px;
	}
	#quickinfo td:last-child {
		padding-left: 0pt!important;
		padding-bottom:20pt;
		font-size:20pt;
		padding-right:15pt;
		padding-left:60pt;
		vertical-align: bottom;
		text-align:right;
	}


	.resp { display: table-cell; }
	.resp2 { display: none; }
	.respv { display: none; }
	
	#objfotosm {
		display: none;
	}
	#quickinfo td:nth-child(2) {
		display: none;
	}

@media only screen and (max-width: 599px) 
{
	.filterA, .filterA:hover {
		width:92%;
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
	.owl-pagination {
		display: none!important;
	}
	.owl-item div[data-cap]:after { 
		  content: attr(data-cap);
		  position: absolute;
		  top: 0px;
		  right: 0px;
		  width: 37px;
		  height: 15px;
		  padding-top:2px;
		  border-bottom-left-radius: 4px;
		  border-top-right-radius: 5px;
		  background: rgba(255, 255, 255, 0.4);
	}
	.owl-carousel {
		width: 95vw;
	}
	
	.owl-item img {
		border-radius: 5px;
		width: 95vw;
	}
	.owl-carousel .owl-wrapper-outer {		
		//width: 355px!important;
	}	
	.owl-buttons div {
		background: unset!important;
		padding: unset!important;
		margin: unset!important;
		opacity: 0.9!important;
	}
	.owl-theme .owl-controls {
		margin-top: 0px!important;
		height:0;
	}
	
	.owl-carousel .prev-slide{
      background: url(/js/owl-carousel/nav-icon.png) no-repeat scroll 0 -53px!important;
      left: 8px;
	}
	  .owl-carousel .next-slide{
		  background: url(/js/owl-carousel/nav-icon.png) no-repeat scroll -24px -53px!important;
		  right: 8px;
	  }	 
	  .owl-carousel .nav-btn{
      height: 47px;
      position: absolute;
      width: 26px;
      cursor: pointer;
      top: 95px!important;
    }
	.owl-carousel .owl-prev.disabled,
	  .owl-carousel .owl-next.disabled{
		pointer-events: none;
		opacity: 0.2;
	  }

	

	#objfotos {
		display: none!important;
	}
	#objfotosm {
		display: block!important;
	}
	#objfotosm .item img{
		display: block;
		width: 100%;
		height: auto;
	}
	
	#quickinfo {
		height: unset;
		border:0!important;
		background-color: #F0F0F0;
		border-radius:5px 5px 0px 0px;
	}

	#quickinfo td:first-child {
		display: none;
		/*
		width: 100%!important;
		background-size: cover!important;
		height: 235px;
		*/
	}
	#quickinfo td:nth-child(2) {
		display: unset;
	}
	#quickinfo td:last-child {
		padding-left: 0pt!important;
		padding-bottom:10pt;
		font-size:20pt;
		padding-right:5px;
		padding-left:5px!important;
		vertical-align: bottom;
		text-align:left;
	}
	#quickinfo tr {
		display: grid!important;
	}

	
	.angebot tr {
		display: grid!important;
	}
	.angebot td:first-child {
		width:100%;
		padding-bottom: 10px;
	}
	.angebot td:last-child {
		padding-left: 0px;
		padding-bottom: 10px;
	}
	#objektliste tr.objtxt {
		display: grid!important;
	}

	.resp { display: none!important; }
	.resp2 { display: table-cell!important; }
	.respv { display: unset; }

	.topdiv {
		width:100%!important;
	}
	#findnewhome {
		margin-top: 20pt!important;
	}
	ul#objmnu {
		display: grid!important;
	}
	.bgdivll > table td:last-child {
		padding-right: 5px!important;
	}
	.bgdivll > table td {
		font-size: 11pt;
	}
	#sbdiv {
		overflow: visible!important;
		height: auto!important;
	}
	.sbpic2 {
		width:100%!important;
		height: 255px!important;
		margin-bottom:2pt;
	}
	.bgdivll {
		/*
		top: 77%!important;
		height: 49px!important;
		padding-top:5px;
		padding-bottom:5px;
		*/
		top: 202px!important;
		height: 47px!important;
		padding-top:2px;
		padding-bottom:4px;
		width: 100%!important;

		padding-left:0px;
		padding-right:0px;		
	}
	.sepbar {
		border-right:0!important;
		box-sizing: initial;
	}
	table#topobj {
		padding-top:5px!important;
	}
	table#topobj2 {
		margin-top:0!important;
	}
	#topobj td,#topobj2 td {
		display: block!important;
		border:0!important;
		border-bottom:3px solid white!important;
	}
	table#blo3 {
		display: table;
		table-layout: auto;
	}
	#blo3 td {
		display: block!important;
		padding-bottom:15pt!important;
	}
	.morenews {
		width: 90%!important;
	}
	#fixedtop-wrapper {
		height: 57px;
	}
	#fixedtop-inner {
		height: 57px;
	}
	
	#logo {
			width: 159px;
			height: 50px;
	}	
	#header {
		height: 75px;
		display: table;
	}
	#objekttitel, #objekttitel a{
		width: 95%;
		padding-top: 16pt; 
		font-size: 18pt;
	}
	#footer {
		height: 40px;
		padding-top: 4px;
	}
	#main-content {
		margin-top:57px;
	}
	#maincontent {
		padding-left:5pt;
		padding-right:5pt;
		width: 95%;
	}	
	#listcontent {
	 width: 100%!important;
	}
	#obesch td {
		display: grid!important;
	}
	#obesch td:first-child {
		padding-right:5pt!important;
	}
	.plzorttitle {
		font-size: 16pt;
		font-weight: bold;
	}
	#obesch td:last-child {
		width: 100%!important;
		padding-top:10pt;
	}
	#anfragem {
		width: 100%!important;
		display: block;
		margin-top:10px;
	}
	#anfrage {
		display: none;
	}
	#eckdaten {
			padding-left: 5pt;
			padding-right: 5pt;
			line-height: 19px;
	}
	#eckdaten .cap {
		 width: 125px!important;
	}
	
	#objektliste {
		width: 95%;
		margin: auto;
	}
	#objektliste tr:first-child{
		display: none!important;
	}
	#objektliste tr.objdata{
		display: grid!important;
		padding-bottom:5pt;
		border-radius: 5px 5px 0px 0px;
	}
	tr.objtxt td::before {
		content: none!important;
	}
	#objektliste td.img {
		width: 98%;
		height:235px;
		border-radius: 5px;
		margin-bottom:5px;
	}

	#objektliste tr.objtxt td {
		text-align:left!important;
		margin-top: 0px;
		text-align: center!important;
		width:98%;
	}


	#objektliste tr.objtxt td a {
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background:linear-gradient(to bottom, #bddbfa 5%, #80b5ea 100%);
	background-color:#bddbfa;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-weight:bold;
	padding-top:6px;
	padding-bottom:6px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528ecc;
	width: 100%;
	}


	span#naehe {
		float: right!important;
	}
	#top {
		display:none;
	}
	table#objektliste td {
		padding-top: 1pt!important;
		padding-left: 3pt!important;
		padding-right: 3pt!important;
		text-align:right!important;
	}
	table#objektliste td::before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
    	}

	#objektliste tr.obspacer td{
		padding-bottom:10pt;
	}
	#preis::after {	
		content: none;
	}
	#rooms {
		text-align:right!important;		
	}
	#objekttitel {
		font-size:4.5vw;
		padding-top: 1pt;
		display: table-cell;
		vertical-align: middle;
		padding-left:10pt;
	}
	#objmnu {
		margin-top:12pt;
	}

	#objmnu li a:link, #objmnu li a:active, #objmnu li a:visited, #objmnu li a:hover {
		display: block;
	}
	#objmnu li {
	margin-bottom: 2px;
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background:linear-gradient(to bottom, #bddbfa 5%, #80b5ea 100%);
	background-color:#bddbfa;
	border-radius:6px;
	border:1px solid #84bbf3;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	}

	.topdiv::after {
		  content: "TOPOBJEKT";
		  position: absolute;
		  top: 0px;
		  right: 0px;
		  width: 80px;
		  height: 15px;
		  padding-top:2px;
		  border-bottom-left-radius: 4px;
		  border: 1px solid darkgray;
		  background: rgba(255, 255, 255, 0.85);
	}
	iframe {
		width: 100%;
	}
}
