<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 	==============
	hierkaufen Start Page
	============== */
	
#main {
	padding-top: 82px;
}

.image{
	margin-bottom: 10px;
	width:100%;
	max-width:800px;
	height: auto;
}

.gallery{
	margin-bottom: 10px;
}

.active {
	/*background-image: none !important;*/
	background-color: #c10d19 !important;
}
	
.hierkaufentitle {
	margin-top:10px;
	padding-bottom:8px;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #909090;
}

/* 	==============
	Recent Entries View
	============== */

.obei .add-entry {
	background: transparent url('../img/controls/obei_add_320.png');
	background-size:307px 83px;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	.obei .add-entry {
		background: transparent url('../img/controls/obei_add_640.png');
	}
}

/* 	==============
	Hierkaufen Detail View
	============== */

.hierkaufendetailview {
	font-size:15px;
	margin-top:15px;
}

.hierkaufendetailview h3 {
	font-size:15px;
	margin:0;
	padding:0;
    font-weight: bold;
}

.hierkaufendetailview .name {
	text-align:center;
	font-size:16px;
	font-weight:bold;
	margin-bottom:20px;
}

.hierkaufendetailview .logo {
	text-align:center;
	margin-bottom:20px;
}

.hierkaufendetailview .description {
	margin-bottom:15px;
}

.hierkaufendetailview .offer {
	margin-bottom:15px;
}

.hierkaufendetailview .address {
	margin-bottom:15px;
}

.hierkaufendetailview .contact {
	margin-bottom:15px;
}

.hierkaufendetailview .contact a {
	color:#585857;
	text-decoration:none;
}

.hierkaufendetailview .businesshours {
	margin-bottom:15px;
}

.hierkaufendetailview .businesshours .day {
	padding-right:20px;
}

.hierkaufendetailview .map {
	margin-bottom:15px;
	position:relative;
	width:100%;
	height:300px;
}

.hierkaufendetailview .map #map_canvas {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
}

#map_canvas .infowindow {
	overflow:hidden;
	width:200px;
}

#map_canvas .infowindow h4 {
	padding:0;
	margin:0;
}

#map_canvas .infowindow a {
	color:#585857;
	text-decoration:none;
	display:block;
}

#map_canvas .infowindow a.phone {
	margin:0;
}

#map_canvas .infowindow a.show-entry {
	color: #A30018;
	padding:7px 0 0 0;
	margin:7px 0 0 0;
	border-top: 1px dotted #909090;
}
#map_canvas .infowindow a.show-entry:hover{
	color: black;
}

.hierkaufendetailview .map .map-link {
	position:absolute;
	top:10px;
	left:10px;
	z-index:20;
}

#main .hierkaufendetailview a.button {
	width:140px;
	height:30px;
	background: transparent url('../img/controls/button_long_320.png');
	background-size: 140px 30px;
}

#main .hierkaufendetailview a.button span.label {
	width:130px;
	top:5px;
	left:10px;
	font-size:15px;
	text-align: center;
}

.hierkaufenloading {
	font-size:18px;
}

.hierkaufenloading span {
	margin-right:5px;
	position:relative;
	top:2px;
}

.hierkaufendetailcontainer {
	visibility:hidden;
	height:1px;
}

/* 	==============
	Hierkaufen Interactive Map View
	============== */
	
.hierkaufeninteractivemapview {
	position:relative;
	background-color: #f6f6f6;
}

.hierkaufeninteractivemapview #map_canvas {
	position:relative;
	z-index:10;
	width:100%;
	height:288px;
}

.hierkaufeninteractivemapview .search {
	height:40px;
	border-bottom:1px solid #AAAAAA;
	background: #EFEFEF; /* Old browsers */
	/*background: -moz-linear-gradient(top,  #ffffff 0%, #f4f3f3 26%, #e5e4e4 64%); /-* FF3.6+ *-/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(26%,#f4f3f3), color-stop(64%,#e5e4e4)); /-* Chrome,Safari4+ *-/
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f3f3 26%,#e5e4e4 64%); /-* Chrome10+,Safari5.1+ *-/
	background: -o-linear-gradient(top,  #ffffff 0%,#f4f3f3 26%,#e5e4e4 64%); /-* Opera 11.10+ *-/
	background: -ms-linear-gradient(top,  #ffffff 0%,#f4f3f3 26%,#e5e4e4 64%); /-* IE10+ *-/
	background: linear-gradient(top,  #ffffff 0%,#f4f3f3 26%,#e5e4e4 64%); /-* W3C *-/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e4e4',GradientType=0 ); /-* IE6-9 *-/*/
}

.hierkaufeninteractivemapview .search .controls {
	position:relative;
	top:10px;
	left:10px;
}

.hierkaufeninteractivemapview .search .term {
	color:#999999;
	border-color:#AAAAAA;
}

.hierkaufeninteractivemapview .search .active-field {
	color:#000000;
}

.hierkaufeninteractivemapview .search .submit {
	margin-left:4px;
	height:22px;
	width:60px;
	border-color:#AAAAAA;
}

.hierkaufeninteractivemapview .search .reset {
	margin-left:4px;
	height:22px;
	width:95px;
	border-color:#AAAAAA;
}

/* 	==============
	Hierkaufen Table Cell
	============== */

.tableview table.hierkaufentablecell {
	table-layout:fixed;
}

.tableview table.hierkaufentablecell td.thumb {
	width:90px;
	padding:8px 0 8px 0;
	text-align:center;
}

.tableview .first table.hierkaufentablecell td.thumb {
	padding-top:0;
}

.tableview .last table.hierkaufentablecell td.thumb {
	padding-bottom:0;
}

.tableview table.hierkaufentablecell td.thumb img {
	max-width:90px;
	max-height:70px;
	vertical-align:middle;
}

.tableview table.hierkaufentablecell td.thumb .no-image {
	height:30px;
}

.tableview table.hierkaufentablecell td.info {
	font-weight:bold;
	vertical-align:middle;
	padding:8px 0 10px 10px;
}

.tableview .first table.hierkaufentablecell td.info {
	padding-top:0;
}

.tableview table.hierkaufentablecell td.info .name {
	display:block;
	margin-bottom:5px;
}

.tableview table.hierkaufentablecell td.info .address {
	font-weight:normal;
}


/* 	==============
	Hierkaufen Search View
	============== */

.hierkaufensearchview {
	margin-bottom:15px;
}

.hierkaufensearchview .hierkaufentitle {
	border-bottom-width:0;
}

.hierkaufensearchview .field, .obeidetailview .field {
	display:inline-block;
	margin-right:10px;
}

.hierkaufensearchview .row, .obeidetailview .row {
	clear:both;
	margin-bottom:8px;
}

.hierkaufensearchview .label, .obeidetailview .label {
	margin-bottom:2px;
	font-size:15px;
}

.hierkaufensearchview .input input.submit {
	width:60px;
	height:30px;
}

.hierkaufensearchview .input input.reset {
	width:95px;
	height:30px;
	margin-left:5px;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	#main .hierkaufendetailview a.button {
		background: transparent url('../img/controls/button_long_640.png');
	}
}


/* NEU */
.frm-container#hierkaufen-search {
	max-width: 800px;
}
#hierkaufen-submit,#hierkaufen-interactivemap-submit {
	background-color: #c10d19;
}
.frm-container#map-search .row {
	margin-bottom: 0px;
}</pre></body></html>