.tx-immoangebote .angebot-wrap {
	position: relative;
	background-color: #eee;
	padding: 20px 20px 30px 20px;
	margin: 0 0 25px 0;
}
_________.tx-immoangebote .angebot-wrap .img-wrap {
	 position: relative;
	 height: 300px;
	 background-position: 0 0;
	 background-repeat: no-repeat;
	 background-size: cover;
	 overflow: hidden;
}

.tx-immoangebote h2 {
	text-align: center;
}
.tx-immoangebote .angebot-wrap .img-wrap {
	overflow: hidden;
}
.tx-immoangebote .angebot-wrap .img-wrap img {
	scale: 100%;
	transition: scale 1s
}
.tx-immoangebote .angebot-wrap .img-wrap img:hover {
	scale: 120%;
}
.tx-immoangebote .angebot-wrap .title-wrap h3 {
	font-size: 1.3rem;
}
.tx-immoangebote .angebot-wrap .teaser-wrap p {
	margin: 0 0 50px 0;
	font-size: 1.0rem;
}
.tx-immoangebote .angebot-wrap .button-wrap a {
	position: absolute;
	bottom: 20px;
	left: 20px;
	border: 2px solid #666;
	background: white;
	padding: 5px 10px 5px 10px;
}
.tx-immoangebote .angebot-wrap .button-wrap a:hover {
	color: #fff;
	background-color: #333;
}
.tx-immoangebote .angebot-wrap .price-wrap {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-weight: bold;
	color: #333;
}

.tx-immoangebote a.request {
	border: 1px solid #333;
	padding: 5px 10px 5px 10px;
}
.tx-immoangebote a.request:hover {
	color: #fff;
	background-color: #333;
}

.tx-immoangebote .errorForm {
	border: 2px solid #f00;
}


.tx-immoangebote ul.angebot-filter {
	list-style-type: none;
}
.tx-immoangebote ul.angebot-filter li {

	display: inline;
}
.tx-immoangebote ul.angebot-filter li a {
	border: 1px solid #333;
	padding: 5px 10px 5px 10px;
	margin: 0 10px 0 0;
}
.tx-immoangebote ul.angebot-filter li a.all_all {
	color: #fff;
	background-color: #333;
}
.tx-immoangebote ul.angebot-filter li a.wohnung_wohnung {
	color: #fff;
	background-color: #333;
}
.tx-immoangebote ul.angebot-filter li a.haus_haus {
	color: #fff;
	background-color: #333;
}
.tx-immoangebote ul.angebot-filter li a.gewerbe_gewerbe {
	color: #fff;
	background-color: #333;
}




/*** (LG) Large devices (desktops, 992px and up) ***/
/**********************************************************************************************************************/
@media (min-width: 992px) {
	.tx-immoangebote .angebot-wrap {
		margin: 0 0 200px 0;
	}
	.tx-immoangebote h2 {
		text-align: left;
	}

}





