
div.immohubList {
	
}

@media only screen and (min-width: 993px) {
 div.immohubList-imgColumn {
  width: 33.33333%;	
  float: left;
 }
 div.immohubList-txtColumn {
  width: 66.66666%;	
  float: right;
  padding-left: 40px;
 }
 
 div.immohubDetail_table {
	 width: 50%;
	 float:right;
	 padding-left:20px;
 }
 
 div.immohubDetail_description {
	float:left;
    width: 50%;
	padding-right: 40px;
 }
}

@media only screen and (max-width: 780px) {
div.immohubList-imgColumn {
  width: 99.99999%;	
  clear: both;
 }
 
div.immohubList-txtColumn {
  width: 99.99999%;	
  padding-top: 20px;
 }
 
}



div.immohubList-row {
 padding-bottom: 20px;
 
}

.immohub-td1 {
	width: 40%;
	padding-right: 10px;
}

.immohub-td2 {
	width: 60%;
}

.immohub-table {
	width: 100%;
}

.immohubDetail_map {
	padding-top: 40px;
}

.immohubList-row:after {
    content: "";
    display: table;
    clear: both;
	box-sizing: inherit;
}
