<script>
	jQuery(document).ready(function($){
		$('.btn-buscar').click(function(){
			var referencia = $('#referencia').val();
			if(referencia != ''){ 
				window.location.href = '/de/details-immobilie/Reference.'+referencia;
			}else{
				var url_modo = '';
				var url_venta = '';
				var url_tipo = '';
				var url_loc = '';
				var url_cuartos = '';
				var url_wc = '';
				var url_precio_min = '';
				var url_precio_max = '';
				var url_detacado = '';
				var url_ordenar = '';
				var modo = $('#modo-busqueda').val();
				var venta = $('#modo-venta').val();
				var tipo = $('#tipo-propiedad').val();
				var loc = $('#localizacion').val();
				var cuartos = $('#cuartos').val();
				var wc = $('#wc').val();
				var rango_precios = $('#rango-precios').val();
				var partes_rango_precios = rango_precios.split(';');
				var precio_min = partes_rango_precios[0];
				var precio_max = partes_rango_precios[1];
				var detacado = $('#detacado').val();
				var ordenar = $('.ordenar-form-pmr').val();
				if(modo != ''){ url_modo = 'Eigenschaft.'+modo+'/'; }
				if(venta != ''){ url_venta = 'Modus.'+venta+'/'; }else{ url_venta = 'Modus.Zu-verkaufen/'; }
				if(tipo != ''){ url_tipo = 'Typ.'+tipo+'/'; }
				if(cuartos != ''){ url_cuartos = 'cod-cuarto.'+cuartos+'/'; }
				if(wc != ''){ url_wc = 'cod-wc.'+wc+'/'; }
				if(precio_min != ''){ 	url_precio_min = 'cod-precio-min.'+precio_min+'/'; }
				if(precio_max != ''){ 	url_precio_max = 'cod-precio-max.'+precio_max+'/'; }
				if(ordenar != ''){ url_ordenar = 'order-by.'+ordenar+'/'; }else{ url_ordenar = 'order-by.price-ascending/'; }
				if(detacado != ''){ var i = 1; detacado.forEach(function(val){ if(i > 1){ url_detacado += ','; } url_detacado += val; i++; }); url_detacado = 'Eigenschaften.'+url_detacado+'/'; }
				if(loc != ''){ var i = 1; loc.forEach(function(val){ if(i > 1){ url_loc += ','; } url_loc += val; i++; }); url_loc = 'cod-loc.'+url_loc+'/'; }
				var url_envia = url_modo+url_venta+url_tipo+url_loc+url_cuartos+url_wc+url_precio_min+url_precio_max+url_detacado+url_ordenar;
				var url = "https://www.casa-excelente.com/wp-content/plugins/cntrlz-resale/web/shortcode/utiles/guardar-busqueda.php";
				var formData = new FormData();
				formData.append('url_envia','/de/ergebnis/'+url_envia);
				$.ajax({ type:"POST",url:url,data:formData,contentType:false,processData:false,datatype:"text",success:function(respuesta){ 
					window.location.href = '/de/ergebnis/'+url_envia;
				}});
			}
		});
	});
</script>

<div style="display:none;">https://www.api-inmobiliaria.es/index.php?modo=location&idioma=3&api=resales&usu=excelente&pass=pdwl9sSkP</div>
<input type="hidden" id="lang-localidades" value="Standorte">
<input type="hidden" id="lang-caracteristicas" value="Merkmale">
<input type="hidden" id="modo-busqueda" value="Alle-Eigenschaften">
<div class="buscador-pmr">
	<div class="fondo-azul-pmr"></div>
	<div class="grid-cntrlz-three">
		<div>
			<input type="text" id="referencia" class="referencia" value="" placeholder="Referenz" />
		</div>
				<div>
			<select id="modo-venta" class="venta">
				<option value="">Verkauf / Miete</option>
				<option value="Zu-verkaufen">Zu verkaufen</option>
				<option value="Langzeitmiete">Langzeitmiete</option>
				<option value="Kurzfristige-Vermietung">Kurzfristige Vermietung</option>
			</select>
		</div>
		<div class="ultima-caja">
			<select id="tipo-propiedad" multiple class="tipos" style="display:none;">
				<option value='all'>IMMOBILIENTYP</option>
															<option value="1-2">
											Erdgeschosswohnung										</option>
																				<option value="1-4">
											Mittelgeschoss-Wohnung										</option>
																				<option value="1-5">
											Dachwohnung										</option>
																				<option value="1-6">
											Penthouse										</option>
																				<option value="1-7">
											Penthouse Duplex										</option>
																				<option value="1-8">
											Doppelhaus										</option>
																				<option value="1-9">
											Erdgeschoss Studio										</option>
																				<option value="1-10">
											Mittelgeschoss-Studio										</option>
																				<option value="1-11">
											Dachgeschoss-Studio										</option>
																				<option value="2-2">
											Freistehende Villa										</option>
																				<option value="2-4">
											Doppelhaus Stadthaus										</option>
																				<option value="2-5">
											Reihenhaus Stadthaus										</option>
																				<option value="2-6">
											Finca - Cortijo										</option>
																				<option value="2-9">
											Bungalow										</option>
																				<option value="2-10">
											Quad										</option>
																				<option value="2-12">
											Burg										</option>
																				<option value="2-13">
											Stadtpalais										</option>
																				<option value="2-14">
											Blockhütte										</option>
																				<option value="2-15">
											Holzhaus										</option>
																				<option value="2-16">
											Wohnwagen										</option>
																				<option value="2-17">
											Höhlenhaus										</option>
																				<option value="3-2">
											Wohnviertel										</option>
																				<option value="3-3">
											Geschäftsgegend										</option>
																				<option value="3-4">
											Grundstück										</option>
																				<option value="3-5">
											Grundstück mit Ruine										</option>
																				<option value="4-2">
											Bar										</option>
																				<option value="4-3">
											Restaurant										</option>
																				<option value="4-4">
											Cafe										</option>
																				<option value="4-5">
											Hotel										</option>
																				<option value="4-6">
											Jugendherberge										</option>
																				<option value="4-7">
											Gästehaus										</option>
																				<option value="4-8">
											Frühstückspension										</option>
																				<option value="4-9">
											Ladenlokal										</option>
																				<option value="4-10">
											Büro										</option>
																				<option value="4-11">
											Speicher										</option>
																				<option value="4-12">
											Parkmöglichkeit										</option>
																				<option value="4-13">
											Bauernhof										</option>
																				<option value="4-15">
											Nachtclub										</option>
																				<option value="4-16">
											Lagerhaus										</option>
																				<option value="4-17">
											Garage										</option>
																				<option value="4-18">
											Gewerbe										</option>
																				<option value="4-19">
											Anlegeplatz										</option>
																				<option value="4-20">
											Ställe										</option>
																				<option value="4-21">
											Kiosk										</option>
																				<option value="4-22">
											Snack										</option>
																				<option value="4-23">
											Beach-Bar										</option>
																				<option value="4-24">
											Mechanik										</option>
																				<option value="4-25">
											Friseure										</option>
																				<option value="4-26">
											Fotografie Studio										</option>
																				<option value="4-27">
											Wäscherei										</option>
																				<option value="4-28">
											Aparthotel										</option>
																				<option value="4-29">
											Wohnkomplex										</option>
																				<option value="4-30">
											Haus für Senioren										</option>
																				<option value="4-32">
											Weinberg										</option>
																				<option value="4-33">
											Olivenhain										</option>
																				<option value="4-34">
											Mehrere Parkplätze										</option>
																				<option value="4-35">
											Geschäftsräume										</option>
																				<option value="4-36">
											Campingplatz										</option>
																				<option value="4-37">
											Mit Wohnsitz										</option>
																				<option value="4-38">
											Gebäude										</option>
																				<option value="4-100">
											Anderes										</option>
													</select>
			<div class="select-input-check">
			  <div class="selected-values" id="select-input-check">IMMOBILIENTYP</div>
			  <ul class="options-list" id="options-list-tipos" style="display: none;">
														<li>
																				<input type="checkbox" id="tipo-wohnung" value="wohnung"><label for="tipo-wohnung">Wohnung</label>
																			<ul>
																																			<li><input type="checkbox" id="tipo-1-2" value="1-2"><label for="tipo-1-2">Erdgeschosswohnung</label></li>
																																			<li><input type="checkbox" id="tipo-1-4" value="1-4"><label for="tipo-1-4">Mittelgeschoss-Wohnung</label></li>
																																			<li><input type="checkbox" id="tipo-1-5" value="1-5"><label for="tipo-1-5">Dachwohnung</label></li>
																																			<li><input type="checkbox" id="tipo-1-6" value="1-6"><label for="tipo-1-6">Penthouse</label></li>
																																			<li><input type="checkbox" id="tipo-1-7" value="1-7"><label for="tipo-1-7">Penthouse Duplex</label></li>
																																			<li><input type="checkbox" id="tipo-1-8" value="1-8"><label for="tipo-1-8">Doppelhaus</label></li>
																																			<li><input type="checkbox" id="tipo-1-9" value="1-9"><label for="tipo-1-9">Erdgeschoss Studio</label></li>
																																			<li><input type="checkbox" id="tipo-1-10" value="1-10"><label for="tipo-1-10">Mittelgeschoss-Studio</label></li>
																																			<li><input type="checkbox" id="tipo-1-11" value="1-11"><label for="tipo-1-11">Dachgeschoss-Studio</label></li>
																					</ul>
																		</li>
																	<li>
																				<input type="checkbox" id="tipo-haus" value="haus"><label for="tipo-haus">Haus</label>
																			<ul>
																																			<li><input type="checkbox" id="tipo-2-2" value="2-2"><label for="tipo-2-2">Freistehende Villa</label></li>
																																			<li><input type="checkbox" id="tipo-2-4" value="2-4"><label for="tipo-2-4">Doppelhaus Stadthaus</label></li>
																																			<li><input type="checkbox" id="tipo-2-5" value="2-5"><label for="tipo-2-5">Reihenhaus Stadthaus</label></li>
																																			<li><input type="checkbox" id="tipo-2-6" value="2-6"><label for="tipo-2-6">Finca - Cortijo</label></li>
																																			<li><input type="checkbox" id="tipo-2-9" value="2-9"><label for="tipo-2-9">Bungalow</label></li>
																																			<li><input type="checkbox" id="tipo-2-10" value="2-10"><label for="tipo-2-10">Quad</label></li>
																																			<li><input type="checkbox" id="tipo-2-12" value="2-12"><label for="tipo-2-12">Burg</label></li>
																																			<li><input type="checkbox" id="tipo-2-13" value="2-13"><label for="tipo-2-13">Stadtpalais</label></li>
																																			<li><input type="checkbox" id="tipo-2-14" value="2-14"><label for="tipo-2-14">Blockhütte</label></li>
																																			<li><input type="checkbox" id="tipo-2-15" value="2-15"><label for="tipo-2-15">Holzhaus</label></li>
																																			<li><input type="checkbox" id="tipo-2-16" value="2-16"><label for="tipo-2-16">Wohnwagen</label></li>
																																			<li><input type="checkbox" id="tipo-2-17" value="2-17"><label for="tipo-2-17">Höhlenhaus</label></li>
																					</ul>
																		</li>
																	<li>
																				<input type="checkbox" id="tipo-grundstuck" value="grundstuck"><label for="tipo-grundstuck">Grundstück</label>
																			<ul>
																																			<li><input type="checkbox" id="tipo-3-2" value="3-2"><label for="tipo-3-2">Wohnviertel</label></li>
																																			<li><input type="checkbox" id="tipo-3-3" value="3-3"><label for="tipo-3-3">Geschäftsgegend</label></li>
																																			<li><input type="checkbox" id="tipo-3-4" value="3-4"><label for="tipo-3-4">Grundstück</label></li>
																																			<li><input type="checkbox" id="tipo-3-5" value="3-5"><label for="tipo-3-5">Grundstück mit Ruine</label></li>
																					</ul>
																		</li>
																	<li>
																				<input type="checkbox" id="tipo-gewerbeimmobilie" value="gewerbeimmobilie"><label for="tipo-gewerbeimmobilie">Gewerbeimmobilie</label>
																			<ul>
																																			<li><input type="checkbox" id="tipo-4-2" value="4-2"><label for="tipo-4-2">Bar</label></li>
																																			<li><input type="checkbox" id="tipo-4-3" value="4-3"><label for="tipo-4-3">Restaurant</label></li>
																																			<li><input type="checkbox" id="tipo-4-4" value="4-4"><label for="tipo-4-4">Cafe</label></li>
																																			<li><input type="checkbox" id="tipo-4-5" value="4-5"><label for="tipo-4-5">Hotel</label></li>
																																			<li><input type="checkbox" id="tipo-4-6" value="4-6"><label for="tipo-4-6">Jugendherberge</label></li>
																																			<li><input type="checkbox" id="tipo-4-7" value="4-7"><label for="tipo-4-7">Gästehaus</label></li>
																																			<li><input type="checkbox" id="tipo-4-8" value="4-8"><label for="tipo-4-8">Frühstückspension</label></li>
																																			<li><input type="checkbox" id="tipo-4-9" value="4-9"><label for="tipo-4-9">Ladenlokal</label></li>
																																			<li><input type="checkbox" id="tipo-4-10" value="4-10"><label for="tipo-4-10">Büro</label></li>
																																			<li><input type="checkbox" id="tipo-4-11" value="4-11"><label for="tipo-4-11">Speicher</label></li>
																																			<li><input type="checkbox" id="tipo-4-12" value="4-12"><label for="tipo-4-12">Parkmöglichkeit</label></li>
																																			<li><input type="checkbox" id="tipo-4-13" value="4-13"><label for="tipo-4-13">Bauernhof</label></li>
																																			<li><input type="checkbox" id="tipo-4-15" value="4-15"><label for="tipo-4-15">Nachtclub</label></li>
																																			<li><input type="checkbox" id="tipo-4-16" value="4-16"><label for="tipo-4-16">Lagerhaus</label></li>
																																			<li><input type="checkbox" id="tipo-4-17" value="4-17"><label for="tipo-4-17">Garage</label></li>
																																			<li><input type="checkbox" id="tipo-4-18" value="4-18"><label for="tipo-4-18">Gewerbe</label></li>
																																			<li><input type="checkbox" id="tipo-4-19" value="4-19"><label for="tipo-4-19">Anlegeplatz</label></li>
																																			<li><input type="checkbox" id="tipo-4-20" value="4-20"><label for="tipo-4-20">Ställe</label></li>
																																			<li><input type="checkbox" id="tipo-4-21" value="4-21"><label for="tipo-4-21">Kiosk</label></li>
																																			<li><input type="checkbox" id="tipo-4-22" value="4-22"><label for="tipo-4-22">Snack</label></li>
																																			<li><input type="checkbox" id="tipo-4-23" value="4-23"><label for="tipo-4-23">Beach-Bar</label></li>
																																			<li><input type="checkbox" id="tipo-4-24" value="4-24"><label for="tipo-4-24">Mechanik</label></li>
																																			<li><input type="checkbox" id="tipo-4-25" value="4-25"><label for="tipo-4-25">Friseure</label></li>
																																			<li><input type="checkbox" id="tipo-4-26" value="4-26"><label for="tipo-4-26">Fotografie Studio</label></li>
																																			<li><input type="checkbox" id="tipo-4-27" value="4-27"><label for="tipo-4-27">Wäscherei</label></li>
																																			<li><input type="checkbox" id="tipo-4-28" value="4-28"><label for="tipo-4-28">Aparthotel</label></li>
																																			<li><input type="checkbox" id="tipo-4-29" value="4-29"><label for="tipo-4-29">Wohnkomplex</label></li>
																																			<li><input type="checkbox" id="tipo-4-30" value="4-30"><label for="tipo-4-30">Haus für Senioren</label></li>
																																			<li><input type="checkbox" id="tipo-4-32" value="4-32"><label for="tipo-4-32">Weinberg</label></li>
																																			<li><input type="checkbox" id="tipo-4-33" value="4-33"><label for="tipo-4-33">Olivenhain</label></li>
																																			<li><input type="checkbox" id="tipo-4-34" value="4-34"><label for="tipo-4-34">Mehrere Parkplätze</label></li>
																																			<li><input type="checkbox" id="tipo-4-35" value="4-35"><label for="tipo-4-35">Geschäftsräume</label></li>
																																			<li><input type="checkbox" id="tipo-4-36" value="4-36"><label for="tipo-4-36">Campingplatz</label></li>
																																			<li><input type="checkbox" id="tipo-4-37" value="4-37"><label for="tipo-4-37">Mit Wohnsitz</label></li>
																																			<li><input type="checkbox" id="tipo-4-38" value="4-38"><label for="tipo-4-38">Gebäude</label></li>
																																			<li><input type="checkbox" id="tipo-4-100" value="4-100"><label for="tipo-4-100">Anderes</label></li>
																					</ul>
																		</li>
																  	</ul>
			</div>
		</div>
	</div>
	<div class="grid-cntrlz-three-t">
		<div class="zona-precios">
			
		    <link rel="stylesheet" href="https://www.casa-excelente.com/wp-content/plugins/cntrlz-resale/web/shortcode/utiles/ion.rangeSlider.min.css"/>
		    <script src="https://www.casa-excelente.com/wp-content/plugins/cntrlz-resale/web/shortcode/utiles/jquery.min.js"></script>
		    <script src="https://www.casa-excelente.com/wp-content/plugins/cntrlz-resale/web/shortcode/utiles/ion.rangeSlider.min.js"></script>
		    <div class="label-form-pmr">Preis:</div>
			<input type="text" class="js-range-slider" id="rango-precios" name="rango" value="" />
		    <script>
			var custom_values = [10000,15000,20000,25000,30000,35000,40000,45000,50000,100000,150000,200000,250000,300000,350000,400000,450000,500000,750000,1000000,1250000,1500000,1750000,2000000,2250000,2500000,3000000,3500000,4500000,4500000,9500000,14500000,19500000];				var my_from = custom_values.indexOf(5000);
				var my_to = custom_values.indexOf(19500000);
				jQuery("#rango-precios").ionRangeSlider({
					type:"double",
					grid: true,
					from: my_from,
					to: my_to,
					values: custom_values
				});
		    </script>
		</div>
		<div class="centrar">
			<select id="cuartos" class="cuartos">
				<option value="">Schlafzimmer</option>
				<option value="1">1 Schlafzimmer</option><option value="1x">1 oder mehr Schlafzimmer</option><option value="2">2 Schlafzimmer</option><option value="2x">2 oder mehr Schlafzimmer</option><option value="3">3 Schlafzimmer</option><option value="3x">3 oder mehr Schlafzimmer</option><option value="4">4 Schlafzimmer</option><option value="4x">4 oder mehr Schlafzimmer</option><option value="5">5 Schlafzimmer</option><option value="5x">5 oder mehr Schlafzimmer</option><option value="6">6 Schlafzimmer</option><option value="6x">6 oder mehr Schlafzimmer</option><option value="7">7 Schlafzimmer</option><option value="7x">7 oder mehr Schlafzimmer</option><option value="8">8 Schlafzimmer</option><option value="8x">8 oder mehr Schlafzimmer</option><option value="9">9 Schlafzimmer</option><option value="9x">9 oder mehr Schlafzimmer</option>			</select>
		</div>
		<div class="ultima-caja centrar">
			<select id="wc" class="wc">
				<option value=''>Badezimmer</option>
				<option value="1">1 Badezimmer</option><option value="1x">1 oder mehr Badezimmer</option><option value="2">2 Badezimmer</option><option value="2x">2 oder mehr Badezimmer</option><option value="3">3 Badezimmer</option><option value="3x">3 oder mehr Badezimmer</option><option value="4">4 Badezimmer</option><option value="4x">4 oder mehr Badezimmer</option><option value="5">5 Badezimmer</option><option value="5x">5 oder mehr Badezimmer</option><option value="6">6 Badezimmer</option><option value="6x">6 oder mehr Badezimmer</option><option value="7">7 Badezimmer</option><option value="7x">7 oder mehr Badezimmer</option><option value="8">8 Badezimmer</option><option value="8x">8 oder mehr Badezimmer</option><option value="9">9 Badezimmer</option><option value="9x">9 oder mehr Badezimmer</option>			</select>
		</div>
	</div>
	<div class="grid-cntrlz-two">
		<div>
			<select id="localizacion" name="busca_localidades" class="localizar" multiple="multiple" style="display:none;">
				<option value=''>Alle Standorte</option>
					<option value="costa-del-sol">Costa del Sol</option><option value="los-barrios">Los Barrios</option><option value="algeciras">Algeciras</option><option value="san-roque">San Roque</option><option value="la-linea">La Línea</option><option value="la-alcaidesa">La Alcaidesa</option><option value="san-roque-club">San Roque Club</option><option value="sotogrande">Sotogrande</option><option value="sotogrande-alto">Sotogrande Alto</option><option value="sotogrande-costa">Sotogrande Costa</option><option value="sotogrande-marina">Sotogrande Marina</option><option value="sotogrande-puerto">Sotogrande Puerto</option><option value="guadiaro">Guadiaro</option><option value="torreguadiaro">Torreguadiaro</option><option value="pueblo-nuevo-de-guadiaro">Pueblo Nuevo de Guadiaro</option><option value="san-enrique">San Enrique</option><option value="san-martin-de-tesorillo">San Martín de Tesorillo</option><option value="san-diego">San Diego</option><option value="punta-chullera">Punta Chullera</option><option value="la-duquesa">La Duquesa</option><option value="san-luis-de-sabinillas">San Luis de Sabinillas</option><option value="gaucin">Gaucín</option><option value="benarraba">Benarrabá</option><option value="manilva">Manilva</option><option value="casares">Casares</option><option value="casares-playa">Casares Playa</option><option value="casares-pueblo">Casares Pueblo</option><option value="dona-julia">Doña Julia</option><option value="valle-romano">Valle Romano</option><option value="estepona">Estepona</option><option value="selwo">Selwo</option><option value="genalguacil">Genalguacil</option><option value="new-golden-mile">New Golden Mile</option><option value="benamara">Benamara</option><option value="el-padron">El Padron</option><option value="el-presidente">El Presidente</option><option value="bel-air">Bel Air</option><option value="costalita">Costalita</option><option value="cartajima">Cartajima</option><option value="cancelada">Cancelada</option><option value="los-flamingos">Los Flamingos</option><option value="el-paraiso">El Paraiso</option><option value="diana-park">Diana Park</option><option value="atalaya">Atalaya</option><option value="valle-del-sol">Valle del Sol</option><option value="guadalmina-alta">Guadalmina Alta</option><option value="guadalmina-baja">Guadalmina Baja</option><option value="hacienda-del-sol">Hacienda del Sol</option><option value="benahavis">Benahavís</option><option value="la-heredia">La Heredia</option><option value="el-madronal">El Madroñal</option><option value="la-zagaleta">La Zagaleta</option><option value="los-arqueros">Los Arqueros</option><option value="los-almendros">Los Almendros</option><option value="san-pedro-de-alcantara">San Pedro de Alcántara</option><option value="cortijo-blanco">Cortijo Blanco</option><option value="benalauria">Benalauría</option><option value="cortes-de-la-frontera">Cortes de la Frontera</option><option value="los-prados">Los Prados</option><option value="benaojan">Benaoján</option><option value="juzcar">Júzcar</option><option value="ronda">Ronda</option><option value="arriate">Arriate</option><option value="estacion-de-gaucin">Estación de Gaucin</option><option value="cuevas-del-becerro">Cuevas del Becerro</option><option value="monte-halcones">Monte Halcones</option><option value="la-quinta">La Quinta</option><option value="la-campana">La Campana</option><option value="aloha">Aloha</option><option value="las-brisas">Las Brisas</option><option value="nueva-andalucia">Nueva Andalucía</option><option value="puerto-banus">Puerto Banús</option><option value="the-golden-mile">The Golden Mile</option><option value="marbella">Marbella</option><option value="sierra-blanca">Sierra Blanca</option><option value="nagueles">Nagüeles</option><option value="istan">Istán</option><option value="ojen">Ojén</option><option value="monda">Monda</option><option value="guaro">Guaro</option><option value="tolox">Tolox</option><option value="el-burgo">El Burgo</option><option value="yunquera">Yunquera</option><option value="alozaina">Alozaina</option><option value="coin">Coín</option><option value="torre-real">Torre Real</option><option value="rio-real">Río Real</option><option value="bahia-de-marbella">Bahía de Marbella</option><option value="santa-clara">Santa Clara</option><option value="los-monteros">Los Monteros</option><option value="altos-de-los-monteros">Altos de los Monteros</option><option value="las-chapas">Las Chapas</option><option value="hacienda-las-chapas">Hacienda Las Chapas</option><option value="el-rosario">El Rosario</option><option value="costabella">Costabella</option><option value="la-mairena">La Mairena</option><option value="reserva-de-marbella">Reserva de Marbella</option><option value="elviria">Elviria</option><option value="marbesa">Marbesa</option><option value="carib-playa">Carib Playa</option><option value="artola">Artola</option><option value="cabopino">Cabopino</option><option value="puerto-de-cabopino">Puerto de Cabopino</option><option value="calahonda">Calahonda</option><option value="calanova-golf">Calanova Golf</option><option value="calypso">Calypso</option><option value="riviera-del-sol">Riviera del Sol</option><option value="miraflores">Miraflores</option><option value="torrenueva">Torrenueva</option><option value="la-cala">La Cala</option><option value="la-cala-golf">La Cala Golf</option><option value="la-cala-de-mijas">La Cala de Mijas</option><option value="la-cala-hills">La Cala Hills</option><option value="el-chaparral">El Chaparral</option><option value="el-faro">El Faro</option><option value="mijas-costa">Mijas Costa</option><option value="mijas">Mijas</option><option value="mijas-golf">Mijas Golf</option><option value="sierrezuela">Sierrezuela</option><option value="el-coto">El Coto</option><option value="campo-mijas">Campo Mijas</option><option value="alhaurin-el-grande">Alhaurín el Grande</option><option value="alhaurin-golf">Alhaurin Golf</option><option value="lauro-golf">Lauro Golf</option><option value="alhaurin-de-la-torre">Alhaurín de la Torre</option><option value="valtocado">Valtocado</option><option value="cerros-del-aguila">Cerros del Aguila</option><option value="las-lagunas">Las Lagunas</option><option value="fuengirola">Fuengirola</option><option value="los-boliches">Los Boliches</option><option value="los-pacos">Los Pacos</option><option value="torreblanca">Torreblanca</option><option value="carvajal">Carvajal</option><option value="la-capellania">La Capellania</option><option value="torrequebrada">Torrequebrada</option><option value="torremuelle">Torremuelle</option><option value="benalmadena-costa">Benalmadena Costa</option><option value="benalmadena-pueblo">Benalmadena Pueblo</option><option value="benalmadena">Benalmadena</option><option value="arroyo-de-la-miel">Arroyo de la Miel</option><option value="montemar">Montemar</option><option value="la-carihuela">La Carihuela</option><option value="el-pinillo">El Pinillo</option><option value="torremolinos">Torremolinos</option><option value="torremolinos-centro">Torremolinos Centro</option><option value="la-colina">La Colina</option><option value="playamar">Playamar</option><option value="los-alamos">Los Alamos</option><option value="fuente-de-piedra">Fuente de Piedra</option><option value="zalea">Zalea</option><option value="ardales">Ardales</option><option value="casarabonela">Casarabonela</option><option value="alora">Alora</option><option value="pizarra">Pizarra</option><option value="cartama">Cártama</option><option value="estacion-de-cartama">Estacion de Cartama</option><option value="gibralgalia">Gibralgalia</option><option value="casabermeja">Casabermeja</option><option value="mollina">Mollina</option><option value="antequera">Antequera</option><option value="almogia">Almogía</option><option value="valle-de-abdalajis">Valle de Abdalajis</option><option value="villanueva-de-la-concepcion">Villanueva De La Concepcion</option><option value="villanueva-del-rosario">Villanueva del Rosario</option><option value="archidona">Archidona</option><option value="villanueva-del-trabuco">Villanueva del Trabuco</option><option value="bailen-miraflores">Bailen Miraflores</option><option value="malaga">Málaga</option><option value="malaga-centro">Málaga Centro</option><option value="puerto-de-la-torre">Puerto de la Torre</option><option value="malaga-este">Málaga Este</option><option value="alameda">Alameda</option><option value="canete-la-real">Cañete la Real</option><option value="cuevas-bajas">Cuevas Bajas</option><option value="villanueva-de-algaidas">Villanueva de Algaidas</option><option value="cuevas-de-san-marcos">Cuevas De San Marcos</option><option value="jubrique">Jubrique</option><option value="teba">Teba</option><option value="higueron">Higueron</option>			</select>
						<div class="select-input-check-localizacion">
				<div class="selected-values-localizacion" id="select-input-check-localizacion">Alle Standorte</div>
			</div>
		</div>
		<div class="ultima-caja">
			<select id="detacado" class="destacado" multiple="multiple" style="display:none;">
															<option value="Erste-StrandLinie">Erste StrandLinie</option>
											<option value="Erste-Linie-Golf">Erste Linie Golf</option>
											<option value="Stadt">Stadt</option>
											<option value="Vorstadt">Vorstadt</option>
											<option value="Land">Land</option>
											<option value="Gewerbegebiet">Gewerbegebiet</option>
											<option value="Strandseite">Strandseite</option>
											<option value="Hafen">Hafen</option>
											<option value="Dorf">Dorf</option>
											<option value="Berg-Pueblo">Berg-Pueblo</option>
											<option value="Nähe-Golf">Nähe Golf</option>
											<option value="Nähe-Hafen">Nähe Hafen</option>
											<option value="Nähe-Geschäfte">Nähe Geschäfte</option>
											<option value="Nähe-Meer">Nähe Meer</option>
											<option value="Nähe-Stadt">Nähe Stadt</option>
											<option value="Nähe-Schule">Nähe Schule</option>
											<option value="Nähe-Ski">Nähe Ski</option>
											<option value="Nähe-Wald">Nähe Wald</option>
											<option value="Yachthafen">Yachthafen</option>
											<option value="Nähe-Jachthafen">Nähe Jachthafen</option>
											<option value="Siedlung">Siedlung</option>
											<option value="Erste-Linie-Entwicklung">Erste Linie Entwicklung</option>
																				<option value="Richtung-Norden">Richtung Norden</option>
											<option value="Richtung-Nord-East">Richtung Nord East</option>
											<option value="Richtung-Osten">Richtung Osten</option>
											<option value="Richtung-Süd-Ost">Richtung Süd-Ost</option>
											<option value="Richtung-Süd">Richtung Süd</option>
											<option value="Richtung-Südwest">Richtung Südwest</option>
											<option value="Richtung-West">Richtung West</option>
											<option value="Richtung-Nord-West">Richtung Nord West</option>
																				<option value="Sehr-guter-Zustand">Sehr guter Zustand</option>
											<option value="Guter-Zustand">Guter Zustand</option>
											<option value="Angemessenem-Zustand">Angemessenem Zustand</option>
											<option value="Renovierungsbedürftig">Renovierungsbedürftig</option>
											<option value="Kürzlich-neurenoviert">Kürzlich neurenoviert</option>
											<option value="Kürzlich-neumöbliert">Kürzlich neumöbliert</option>
											<option value="Benötigt-Restaurierung">Benötigt Restaurierung</option>
											<option value="Neubau-Tag">Neubau Tag</option>
																				<option value="Gemeinschaftspool">Gemeinschaftspool</option>
											<option value="Privates-Schwimmbad">Privates Schwimmbad</option>
											<option value="Innenpool">Innenpool</option>
											<option value="beheizter-Pool">beheizter Pool</option>
											<option value="Raum-für-Pool">Raum für Pool</option>
											<option value="Kinderpool">Kinderpool</option>
																				<option value="Klimaanlage">Klimaanlage</option>
											<option value="A/C-Vorinstallierte">A/C Vorinstallierte</option>
											<option value="A/C-Warm">A/C Warm</option>
											<option value="A/C-Kalt">A/C Kalt</option>
											<option value="Zentralheizung">Zentralheizung</option>
											<option value="Kamin">Kamin</option>
											<option value="Fußbodenheizung">Fußbodenheizung</option>
											<option value="Badezimmer-mit-FBH">Badezimmer mit FBH</option>
																				<option value="Meerblick">Meerblick</option>
											<option value="Blick-auf-die-Berge">Blick auf die Berge</option>
											<option value="Golf-Ansichten">Golf Ansichten</option>
											<option value="Strandblick">Strandblick</option>
											<option value="Hafenblick">Hafenblick</option>
											<option value="Land-Ansichten">Land Ansichten</option>
											<option value="Panoramablick">Panoramablick</option>
											<option value="Blick-auf-den-Garten">Blick auf den Garten</option>
											<option value="Pool-Ansichten">Pool Ansichten</option>
											<option value="Blick-auf-den-Innenhof">Blick auf den Innenhof</option>
											<option value="Blick-auf-den-See">Blick auf den See</option>
											<option value="Stadtansichten">Stadtansichten</option>
											<option value="Ski-Ansichten">Ski Ansichten</option>
											<option value="Blick-auf-den-Wald">Blick auf den Wald</option>
											<option value="Straßenansichten">Straßenansichten</option>
																				<option value="Überdachte-Terrasse">Überdachte Terrasse</option>
											<option value="Fahrstuhl">Fahrstuhl</option>
											<option value="Einbauschränke">Einbauschränke</option>
											<option value="Verkehrsanschluss">Verkehrsanschluss</option>
											<option value="Private-Terrasse">Private Terrasse</option>
											<option value="Solarium">Solarium</option>
											<option value="Satelliten-TV">Satelliten-TV</option>
											<option value="WiFi">WiFi</option>
											<option value="Fitnessstudio">Fitnessstudio</option>
											<option value="Sauna">Sauna</option>
											<option value="Gamesroom">Gamesroom</option>
											<option value="Paddeltennis">Paddeltennis</option>
											<option value="Tennisplatz">Tennisplatz</option>
											<option value="Gästewohnung">Gästewohnung</option>
											<option value="Gästehaus">Gästehaus</option>
											<option value="Abstellraum">Abstellraum</option>
											<option value="Hauswirtschaftsraum">Hauswirtschaftsraum</option>
											<option value="Bad-en-Suite">Bad en Suite</option>
											<option value="Holzfußboden">Holzfußboden</option>
											<option value="Handicapfreundlich">Handicapfreundlich</option>
											<option value="Marmorfußboden">Marmorfußboden</option>
											<option value="Jacuzzi">Jacuzzi</option>
											<option value="Bar">Bar</option>
											<option value="Grill">Grill</option>
											<option value="Doppelverglasung">Doppelverglasung</option>
											<option value="Haus-Steuerung">Haus-Steuerung</option>
											<option value="24-Stunden-Rezeption">24-Stunden-Rezeption</option>
											<option value="Restaurant-vorhanden">Restaurant vorhanden</option>
											<option value="Autovermietung">Autovermietung</option>
											<option value="Gestatteter-Bus">Gestatteter Bus</option>
											<option value="Kindergarten">Kindergarten</option>
											<option value="Nähe-Moschee">Nähe Moschee</option>
											<option value="Monteurzimmer">Monteurzimmer</option>
											<option value="Stall">Stall</option>
											<option value="In-der-Nähe-einer-Kirche">In der Nähe einer Kirche</option>
											<option value="Keller">Keller</option>
											<option value="Optische-Faser">Optische Faser</option>
																				<option value="Möbliert">Möbliert</option>
											<option value="Teilweise-möbliert">Teilweise möbliert</option>
											<option value="Unmöbliert">Unmöbliert</option>
											<option value="Optional-Möbel">Optional Möbel</option>
																				<option value="Einbauküche">Einbauküche</option>
											<option value="Teilweise-Einbauküche">Teilweise Einbauküche</option>
											<option value="Nicht-ausgestattete-Küche">Nicht ausgestattete Küche</option>
											<option value="Wohnküche">Wohnküche</option>
																				<option value="Gemeinschaftsgarten">Gemeinschaftsgarten</option>
											<option value="Privat-Garten">Privat Garten</option>
											<option value="Angelegten-Garten">Angelegten Garten</option>
											<option value="Einfache-Wartung-Garden">Einfache Wartung Garden</option>
																				<option value="Voll-Eingezäunt">Voll Eingezäunt</option>
											<option value="Elektrische-Rollos">Elektrische Rollos</option>
											<option value="Eingangstelefon">Eingangstelefon</option>
											<option value="Alarm">Alarm</option>
											<option value="24-Stunden-Überwachung">24-Stunden-Überwachung</option>
											<option value="Safe">Safe</option>
																				<option value="Tiefgarage">Tiefgarage</option>
											<option value="Garage">Garage</option>
											<option value="überdachte-Parkplätze">überdachte Parkplätze</option>
											<option value="Offenes-Parken">Offenes Parken</option>
											<option value="Parken-an-der-Straße">Parken an der Straße</option>
											<option value="Mehrere-Parkplätze">Mehrere Parkplätze</option>
											<option value="Gemeinschaftsgarage">Gemeinschaftsgarage</option>
											<option value="Reservierter-Parkplatz">Reservierter Parkplatz</option>
											<option value="Ladestation-für-Elektrofahrzeuge">Ladestation für Elektrofahrzeuge</option>
																				<option value="Elektrizität">Elektrizität</option>
											<option value="Trinkwasser">Trinkwasser</option>
											<option value="Telefon">Telefon</option>
											<option value="Gas">Gas</option>
											<option value="Photovoltaik-Solarmodule">Photovoltaik-Solarmodule</option>
											<option value="Solare-Warmwasserbereitung">Solare Warmwasserbereitung</option>
																				<option value="Günstiges-Angebot">Günstiges Angebot</option>
											<option value="Erste-StrandLinie">Erste StrandLinie</option>
											<option value="Billig">Billig</option>
											<option value="Notverkauf">Notverkauf</option>
											<option value="Golf">Golf</option>
											<option value="Ferienhäuser">Ferienhäuser</option>
											<option value="Investition">Investition</option>
											<option value="Luxus">Luxus</option>
											<option value="Von-Plan">Von Plan</option>
											<option value="Reduziert">Reduziert</option>
											<option value="Rücknahme">Rücknahme</option>
											<option value="Weiterverkauf">Weiterverkauf</option>
											<option value="Mit-Baugenehmigung">Mit Baugenehmigung</option>
											<option value="Zeitgenössisch">Zeitgenössisch</option>
											<option value="Neubauprojekt">Neubauprojekt</option>
																				<option value="Grundstück">Grundstück</option>
											<option value="Mit-Lizenz">Mit Lizenz</option>
											<option value="Ohne-Lizenz">Ohne Lizenz</option>
											<option value="Wohnviertel">Wohnviertel</option>
											<option value="Geschäftsgegend">Geschäftsgegend</option>
											<option value="Projekt">Projekt</option>
											<option value="Rustikal">Rustikal</option>
											<option value="Städtisch">Städtisch</option>
											<option value="Ganz-Zugelassen">Ganz Zugelassen</option>
											<option value="Nicht-angefangen">Nicht angefangen</option>
											<option value="Teilweise-abgeschlossen">Teilweise abgeschlossen</option>
											<option value="Ganz-abgeschlossen">Ganz abgeschlossen</option>
											<option value="Hotel">Hotel</option>
											<option value="Jugendherberge">Jugendherberge</option>
											<option value="Pension-mit-Frühstück">Pension mit Frühstück</option>
											<option value="Bar">Bar</option>
											<option value="Restaurant">Restaurant</option>
											<option value="Geschäft">Geschäft</option>
											<option value="Büro">Büro</option>
											<option value="Wohnungen">Wohnungen</option>
											<option value="Reihenhäuser">Reihenhäuser</option>
											<option value="Villen">Villen</option>
											<option value="Pflegeheim">Pflegeheim</option>
											<option value="Krankenhaus">Krankenhaus</option>
											<option value="Schule">Schule</option>
											<option value="Sportzentrum">Sportzentrum</option>
											<option value="Reitzentrum">Reitzentrum</option>
											<option value="Golfplatz">Golfplatz</option>
											<option value="Garage">Garage</option>
											<option value="Lagerhalle">Lagerhalle</option>
											<option value="Pacht">Pacht</option>
											<option value="Fitnessstudio">Fitnessstudio</option>
																				<option value="Bankgarantie-erforderlich">Bankgarantie erforderlich</option>
											<option value="Referenzen-erforderlich">Referenzen erforderlich</option>
											<option value="Rauchen-gestattet">Rauchen gestattet</option>
											<option value="Haustiere-gestattet">Haustiere gestattet</option>
												</select>
			<div class="select-input-check-destacado">
				<div class="selected-values-destacado" id="select-input-check-destacado">Merkmale</div>
				<div class="options-list-destacado" id="options-list-destacado" style="display:none;">
											<button class="accordion">Lage</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Erste-StrandLinie" value="Erste-StrandLinie"><label for="destacado-Erste-StrandLinie">Erste StrandLinie</label></li>
																	<li><input type="checkbox" id="destacado-Erste-Linie-Golf" value="Erste-Linie-Golf"><label for="destacado-Erste-Linie-Golf">Erste Linie Golf</label></li>
																	<li><input type="checkbox" id="destacado-Stadt" value="Stadt"><label for="destacado-Stadt">Stadt</label></li>
																	<li><input type="checkbox" id="destacado-Vorstadt" value="Vorstadt"><label for="destacado-Vorstadt">Vorstadt</label></li>
																	<li><input type="checkbox" id="destacado-Land" value="Land"><label for="destacado-Land">Land</label></li>
																	<li><input type="checkbox" id="destacado-Gewerbegebiet" value="Gewerbegebiet"><label for="destacado-Gewerbegebiet">Gewerbegebiet</label></li>
																	<li><input type="checkbox" id="destacado-Strandseite" value="Strandseite"><label for="destacado-Strandseite">Strandseite</label></li>
																	<li><input type="checkbox" id="destacado-Hafen" value="Hafen"><label for="destacado-Hafen">Hafen</label></li>
																	<li><input type="checkbox" id="destacado-Dorf" value="Dorf"><label for="destacado-Dorf">Dorf</label></li>
																	<li><input type="checkbox" id="destacado-Berg-Pueblo" value="Berg-Pueblo"><label for="destacado-Berg-Pueblo">Berg-Pueblo</label></li>
																	<li><input type="checkbox" id="destacado-Nähe-Golf" value="Nähe-Golf"><label for="destacado-Nähe-Golf">Nähe Golf</label></li>
																	<li><input type="checkbox" id="destacado-Nähe-Hafen" value="Nähe-Hafen"><label for="destacado-Nähe-Hafen">Nähe Hafen</label></li>
																	<li><input type="checkbox" id="destacado-Nähe-Geschäfte" value="Nähe-Geschäfte"><label for="destacado-Nähe-Geschäfte">Nähe Geschäfte</label></li>
																	<li><input type="checkbox" id="destacado-Nähe-Meer" value="Nähe-Meer"><label for="destacado-Nähe-Meer">Nähe Meer</label></li>
																	<li><input type="checkbox" id="destacado-Nähe-Stadt" value="Nähe-Stadt"><label for="destacado-Nähe-Stadt">Nähe Stadt</label></li>
																	<li><input type="checkbox" id="destacado-Nähe-Schule" value="Nähe-Schule"><label for="destacado-Nähe-Schule">Nähe Schule</label></li>
																	<li><input type="checkbox" id="destacado-Nähe-Ski" value="Nähe-Ski"><label for="destacado-Nähe-Ski">Nähe Ski</label></li>
																	<li><input type="checkbox" id="destacado-Nähe-Wald" value="Nähe-Wald"><label for="destacado-Nähe-Wald">Nähe Wald</label></li>
																	<li><input type="checkbox" id="destacado-Yachthafen" value="Yachthafen"><label for="destacado-Yachthafen">Yachthafen</label></li>
																	<li><input type="checkbox" id="destacado-Nähe-Jachthafen" value="Nähe-Jachthafen"><label for="destacado-Nähe-Jachthafen">Nähe Jachthafen</label></li>
																	<li><input type="checkbox" id="destacado-Siedlung" value="Siedlung"><label for="destacado-Siedlung">Siedlung</label></li>
																	<li><input type="checkbox" id="destacado-Erste-Linie-Entwicklung" value="Erste-Linie-Entwicklung"><label for="destacado-Erste-Linie-Entwicklung">Erste Linie Entwicklung</label></li>
															</ul>
						</div>
											<button class="accordion">Orientierung</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Richtung-Norden" value="Richtung-Norden"><label for="destacado-Richtung-Norden">Richtung Norden</label></li>
																	<li><input type="checkbox" id="destacado-Richtung-Nord-East" value="Richtung-Nord-East"><label for="destacado-Richtung-Nord-East">Richtung Nord East</label></li>
																	<li><input type="checkbox" id="destacado-Richtung-Osten" value="Richtung-Osten"><label for="destacado-Richtung-Osten">Richtung Osten</label></li>
																	<li><input type="checkbox" id="destacado-Richtung-Süd-Ost" value="Richtung-Süd-Ost"><label for="destacado-Richtung-Süd-Ost">Richtung Süd-Ost</label></li>
																	<li><input type="checkbox" id="destacado-Richtung-Süd" value="Richtung-Süd"><label for="destacado-Richtung-Süd">Richtung Süd</label></li>
																	<li><input type="checkbox" id="destacado-Richtung-Südwest" value="Richtung-Südwest"><label for="destacado-Richtung-Südwest">Richtung Südwest</label></li>
																	<li><input type="checkbox" id="destacado-Richtung-West" value="Richtung-West"><label for="destacado-Richtung-West">Richtung West</label></li>
																	<li><input type="checkbox" id="destacado-Richtung-Nord-West" value="Richtung-Nord-West"><label for="destacado-Richtung-Nord-West">Richtung Nord West</label></li>
															</ul>
						</div>
											<button class="accordion">Zustand</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Sehr-guter-Zustand" value="Sehr-guter-Zustand"><label for="destacado-Sehr-guter-Zustand">Sehr guter Zustand</label></li>
																	<li><input type="checkbox" id="destacado-Guter-Zustand" value="Guter-Zustand"><label for="destacado-Guter-Zustand">Guter Zustand</label></li>
																	<li><input type="checkbox" id="destacado-Angemessenem-Zustand" value="Angemessenem-Zustand"><label for="destacado-Angemessenem-Zustand">Angemessenem Zustand</label></li>
																	<li><input type="checkbox" id="destacado-Renovierungsbedürftig" value="Renovierungsbedürftig"><label for="destacado-Renovierungsbedürftig">Renovierungsbedürftig</label></li>
																	<li><input type="checkbox" id="destacado-Kürzlich-neurenoviert" value="Kürzlich-neurenoviert"><label for="destacado-Kürzlich-neurenoviert">Kürzlich neurenoviert</label></li>
																	<li><input type="checkbox" id="destacado-Kürzlich-neumöbliert" value="Kürzlich-neumöbliert"><label for="destacado-Kürzlich-neumöbliert">Kürzlich neumöbliert</label></li>
																	<li><input type="checkbox" id="destacado-Benötigt-Restaurierung" value="Benötigt-Restaurierung"><label for="destacado-Benötigt-Restaurierung">Benötigt Restaurierung</label></li>
																	<li><input type="checkbox" id="destacado-Neubau-Tag" value="Neubau-Tag"><label for="destacado-Neubau-Tag">Neubau Tag</label></li>
															</ul>
						</div>
											<button class="accordion">Pool</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Gemeinschaftspool" value="Gemeinschaftspool"><label for="destacado-Gemeinschaftspool">Gemeinschaftspool</label></li>
																	<li><input type="checkbox" id="destacado-Privates-Schwimmbad" value="Privates-Schwimmbad"><label for="destacado-Privates-Schwimmbad">Privates Schwimmbad</label></li>
																	<li><input type="checkbox" id="destacado-Innenpool" value="Innenpool"><label for="destacado-Innenpool">Innenpool</label></li>
																	<li><input type="checkbox" id="destacado-beheizter-Pool" value="beheizter-Pool"><label for="destacado-beheizter-Pool">beheizter Pool</label></li>
																	<li><input type="checkbox" id="destacado-Raum-für-Pool" value="Raum-für-Pool"><label for="destacado-Raum-für-Pool">Raum für Pool</label></li>
																	<li><input type="checkbox" id="destacado-Kinderpool" value="Kinderpool"><label for="destacado-Kinderpool">Kinderpool</label></li>
															</ul>
						</div>
											<button class="accordion">Klimakontrolle</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Klimaanlage" value="Klimaanlage"><label for="destacado-Klimaanlage">Klimaanlage</label></li>
																	<li><input type="checkbox" id="destacado-A/C-Vorinstallierte" value="A/C-Vorinstallierte"><label for="destacado-A/C-Vorinstallierte">A/C Vorinstallierte</label></li>
																	<li><input type="checkbox" id="destacado-A/C-Warm" value="A/C-Warm"><label for="destacado-A/C-Warm">A/C Warm</label></li>
																	<li><input type="checkbox" id="destacado-A/C-Kalt" value="A/C-Kalt"><label for="destacado-A/C-Kalt">A/C Kalt</label></li>
																	<li><input type="checkbox" id="destacado-Zentralheizung" value="Zentralheizung"><label for="destacado-Zentralheizung">Zentralheizung</label></li>
																	<li><input type="checkbox" id="destacado-Kamin" value="Kamin"><label for="destacado-Kamin">Kamin</label></li>
																	<li><input type="checkbox" id="destacado-Fußbodenheizung" value="Fußbodenheizung"><label for="destacado-Fußbodenheizung">Fußbodenheizung</label></li>
																	<li><input type="checkbox" id="destacado-Badezimmer-mit-FBH" value="Badezimmer-mit-FBH"><label for="destacado-Badezimmer-mit-FBH">Badezimmer mit FBH</label></li>
															</ul>
						</div>
											<button class="accordion">Aussicht</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Meerblick" value="Meerblick"><label for="destacado-Meerblick">Meerblick</label></li>
																	<li><input type="checkbox" id="destacado-Blick-auf-die-Berge" value="Blick-auf-die-Berge"><label for="destacado-Blick-auf-die-Berge">Blick auf die Berge</label></li>
																	<li><input type="checkbox" id="destacado-Golf-Ansichten" value="Golf-Ansichten"><label for="destacado-Golf-Ansichten">Golf Ansichten</label></li>
																	<li><input type="checkbox" id="destacado-Strandblick" value="Strandblick"><label for="destacado-Strandblick">Strandblick</label></li>
																	<li><input type="checkbox" id="destacado-Hafenblick" value="Hafenblick"><label for="destacado-Hafenblick">Hafenblick</label></li>
																	<li><input type="checkbox" id="destacado-Land-Ansichten" value="Land-Ansichten"><label for="destacado-Land-Ansichten">Land Ansichten</label></li>
																	<li><input type="checkbox" id="destacado-Panoramablick" value="Panoramablick"><label for="destacado-Panoramablick">Panoramablick</label></li>
																	<li><input type="checkbox" id="destacado-Blick-auf-den-Garten" value="Blick-auf-den-Garten"><label for="destacado-Blick-auf-den-Garten">Blick auf den Garten</label></li>
																	<li><input type="checkbox" id="destacado-Pool-Ansichten" value="Pool-Ansichten"><label for="destacado-Pool-Ansichten">Pool Ansichten</label></li>
																	<li><input type="checkbox" id="destacado-Blick-auf-den-Innenhof" value="Blick-auf-den-Innenhof"><label for="destacado-Blick-auf-den-Innenhof">Blick auf den Innenhof</label></li>
																	<li><input type="checkbox" id="destacado-Blick-auf-den-See" value="Blick-auf-den-See"><label for="destacado-Blick-auf-den-See">Blick auf den See</label></li>
																	<li><input type="checkbox" id="destacado-Stadtansichten" value="Stadtansichten"><label for="destacado-Stadtansichten">Stadtansichten</label></li>
																	<li><input type="checkbox" id="destacado-Ski-Ansichten" value="Ski-Ansichten"><label for="destacado-Ski-Ansichten">Ski Ansichten</label></li>
																	<li><input type="checkbox" id="destacado-Blick-auf-den-Wald" value="Blick-auf-den-Wald"><label for="destacado-Blick-auf-den-Wald">Blick auf den Wald</label></li>
																	<li><input type="checkbox" id="destacado-Straßenansichten" value="Straßenansichten"><label for="destacado-Straßenansichten">Straßenansichten</label></li>
															</ul>
						</div>
											<button class="accordion">Merkmale</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Überdachte-Terrasse" value="Überdachte-Terrasse"><label for="destacado-Überdachte-Terrasse">Überdachte Terrasse</label></li>
																	<li><input type="checkbox" id="destacado-Fahrstuhl" value="Fahrstuhl"><label for="destacado-Fahrstuhl">Fahrstuhl</label></li>
																	<li><input type="checkbox" id="destacado-Einbauschränke" value="Einbauschränke"><label for="destacado-Einbauschränke">Einbauschränke</label></li>
																	<li><input type="checkbox" id="destacado-Verkehrsanschluss" value="Verkehrsanschluss"><label for="destacado-Verkehrsanschluss">Verkehrsanschluss</label></li>
																	<li><input type="checkbox" id="destacado-Private-Terrasse" value="Private-Terrasse"><label for="destacado-Private-Terrasse">Private Terrasse</label></li>
																	<li><input type="checkbox" id="destacado-Solarium" value="Solarium"><label for="destacado-Solarium">Solarium</label></li>
																	<li><input type="checkbox" id="destacado-Satelliten-TV" value="Satelliten-TV"><label for="destacado-Satelliten-TV">Satelliten-TV</label></li>
																	<li><input type="checkbox" id="destacado-WiFi" value="WiFi"><label for="destacado-WiFi">WiFi</label></li>
																	<li><input type="checkbox" id="destacado-Fitnessstudio" value="Fitnessstudio"><label for="destacado-Fitnessstudio">Fitnessstudio</label></li>
																	<li><input type="checkbox" id="destacado-Sauna" value="Sauna"><label for="destacado-Sauna">Sauna</label></li>
																	<li><input type="checkbox" id="destacado-Gamesroom" value="Gamesroom"><label for="destacado-Gamesroom">Gamesroom</label></li>
																	<li><input type="checkbox" id="destacado-Paddeltennis" value="Paddeltennis"><label for="destacado-Paddeltennis">Paddeltennis</label></li>
																	<li><input type="checkbox" id="destacado-Tennisplatz" value="Tennisplatz"><label for="destacado-Tennisplatz">Tennisplatz</label></li>
																	<li><input type="checkbox" id="destacado-Gästewohnung" value="Gästewohnung"><label for="destacado-Gästewohnung">Gästewohnung</label></li>
																	<li><input type="checkbox" id="destacado-Gästehaus" value="Gästehaus"><label for="destacado-Gästehaus">Gästehaus</label></li>
																	<li><input type="checkbox" id="destacado-Abstellraum" value="Abstellraum"><label for="destacado-Abstellraum">Abstellraum</label></li>
																	<li><input type="checkbox" id="destacado-Hauswirtschaftsraum" value="Hauswirtschaftsraum"><label for="destacado-Hauswirtschaftsraum">Hauswirtschaftsraum</label></li>
																	<li><input type="checkbox" id="destacado-Bad-en-Suite" value="Bad-en-Suite"><label for="destacado-Bad-en-Suite">Bad en Suite</label></li>
																	<li><input type="checkbox" id="destacado-Holzfußboden" value="Holzfußboden"><label for="destacado-Holzfußboden">Holzfußboden</label></li>
																	<li><input type="checkbox" id="destacado-Handicapfreundlich" value="Handicapfreundlich"><label for="destacado-Handicapfreundlich">Handicapfreundlich</label></li>
																	<li><input type="checkbox" id="destacado-Marmorfußboden" value="Marmorfußboden"><label for="destacado-Marmorfußboden">Marmorfußboden</label></li>
																	<li><input type="checkbox" id="destacado-Jacuzzi" value="Jacuzzi"><label for="destacado-Jacuzzi">Jacuzzi</label></li>
																	<li><input type="checkbox" id="destacado-Bar" value="Bar"><label for="destacado-Bar">Bar</label></li>
																	<li><input type="checkbox" id="destacado-Grill" value="Grill"><label for="destacado-Grill">Grill</label></li>
																	<li><input type="checkbox" id="destacado-Doppelverglasung" value="Doppelverglasung"><label for="destacado-Doppelverglasung">Doppelverglasung</label></li>
																	<li><input type="checkbox" id="destacado-Haus-Steuerung" value="Haus-Steuerung"><label for="destacado-Haus-Steuerung">Haus-Steuerung</label></li>
																	<li><input type="checkbox" id="destacado-24-Stunden-Rezeption" value="24-Stunden-Rezeption"><label for="destacado-24-Stunden-Rezeption">24-Stunden-Rezeption</label></li>
																	<li><input type="checkbox" id="destacado-Restaurant-vorhanden" value="Restaurant-vorhanden"><label for="destacado-Restaurant-vorhanden">Restaurant vorhanden</label></li>
																	<li><input type="checkbox" id="destacado-Autovermietung" value="Autovermietung"><label for="destacado-Autovermietung">Autovermietung</label></li>
																	<li><input type="checkbox" id="destacado-Gestatteter-Bus" value="Gestatteter-Bus"><label for="destacado-Gestatteter-Bus">Gestatteter Bus</label></li>
																	<li><input type="checkbox" id="destacado-Kindergarten" value="Kindergarten"><label for="destacado-Kindergarten">Kindergarten</label></li>
																	<li><input type="checkbox" id="destacado-Nähe-Moschee" value="Nähe-Moschee"><label for="destacado-Nähe-Moschee">Nähe Moschee</label></li>
																	<li><input type="checkbox" id="destacado-Monteurzimmer" value="Monteurzimmer"><label for="destacado-Monteurzimmer">Monteurzimmer</label></li>
																	<li><input type="checkbox" id="destacado-Stall" value="Stall"><label for="destacado-Stall">Stall</label></li>
																	<li><input type="checkbox" id="destacado-In-der-Nähe-einer-Kirche" value="In-der-Nähe-einer-Kirche"><label for="destacado-In-der-Nähe-einer-Kirche">In der Nähe einer Kirche</label></li>
																	<li><input type="checkbox" id="destacado-Keller" value="Keller"><label for="destacado-Keller">Keller</label></li>
																	<li><input type="checkbox" id="destacado-Optische-Faser" value="Optische-Faser"><label for="destacado-Optische-Faser">Optische Faser</label></li>
															</ul>
						</div>
											<button class="accordion">Möbel</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Möbliert" value="Möbliert"><label for="destacado-Möbliert">Möbliert</label></li>
																	<li><input type="checkbox" id="destacado-Teilweise-möbliert" value="Teilweise-möbliert"><label for="destacado-Teilweise-möbliert">Teilweise möbliert</label></li>
																	<li><input type="checkbox" id="destacado-Unmöbliert" value="Unmöbliert"><label for="destacado-Unmöbliert">Unmöbliert</label></li>
																	<li><input type="checkbox" id="destacado-Optional-Möbel" value="Optional-Möbel"><label for="destacado-Optional-Möbel">Optional Möbel</label></li>
															</ul>
						</div>
											<button class="accordion">Küche</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Einbauküche" value="Einbauküche"><label for="destacado-Einbauküche">Einbauküche</label></li>
																	<li><input type="checkbox" id="destacado-Teilweise-Einbauküche" value="Teilweise-Einbauküche"><label for="destacado-Teilweise-Einbauküche">Teilweise Einbauküche</label></li>
																	<li><input type="checkbox" id="destacado-Nicht-ausgestattete-Küche" value="Nicht-ausgestattete-Küche"><label for="destacado-Nicht-ausgestattete-Küche">Nicht ausgestattete Küche</label></li>
																	<li><input type="checkbox" id="destacado-Wohnküche" value="Wohnküche"><label for="destacado-Wohnküche">Wohnküche</label></li>
															</ul>
						</div>
											<button class="accordion">Garten</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Gemeinschaftsgarten" value="Gemeinschaftsgarten"><label for="destacado-Gemeinschaftsgarten">Gemeinschaftsgarten</label></li>
																	<li><input type="checkbox" id="destacado-Privat-Garten" value="Privat-Garten"><label for="destacado-Privat-Garten">Privat Garten</label></li>
																	<li><input type="checkbox" id="destacado-Angelegten-Garten" value="Angelegten-Garten"><label for="destacado-Angelegten-Garten">Angelegten Garten</label></li>
																	<li><input type="checkbox" id="destacado-Einfache-Wartung-Garden" value="Einfache-Wartung-Garden"><label for="destacado-Einfache-Wartung-Garden">Einfache Wartung Garden</label></li>
															</ul>
						</div>
											<button class="accordion">Bewachung</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Voll-Eingezäunt" value="Voll-Eingezäunt"><label for="destacado-Voll-Eingezäunt">Voll Eingezäunt</label></li>
																	<li><input type="checkbox" id="destacado-Elektrische-Rollos" value="Elektrische-Rollos"><label for="destacado-Elektrische-Rollos">Elektrische Rollos</label></li>
																	<li><input type="checkbox" id="destacado-Eingangstelefon" value="Eingangstelefon"><label for="destacado-Eingangstelefon">Eingangstelefon</label></li>
																	<li><input type="checkbox" id="destacado-Alarm" value="Alarm"><label for="destacado-Alarm">Alarm</label></li>
																	<li><input type="checkbox" id="destacado-24-Stunden-Überwachung" value="24-Stunden-Überwachung"><label for="destacado-24-Stunden-Überwachung">24-Stunden-Überwachung</label></li>
																	<li><input type="checkbox" id="destacado-Safe" value="Safe"><label for="destacado-Safe">Safe</label></li>
															</ul>
						</div>
											<button class="accordion">Parkmöglichkeit</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Tiefgarage" value="Tiefgarage"><label for="destacado-Tiefgarage">Tiefgarage</label></li>
																	<li><input type="checkbox" id="destacado-Garage" value="Garage"><label for="destacado-Garage">Garage</label></li>
																	<li><input type="checkbox" id="destacado-überdachte-Parkplätze" value="überdachte-Parkplätze"><label for="destacado-überdachte-Parkplätze">überdachte Parkplätze</label></li>
																	<li><input type="checkbox" id="destacado-Offenes-Parken" value="Offenes-Parken"><label for="destacado-Offenes-Parken">Offenes Parken</label></li>
																	<li><input type="checkbox" id="destacado-Parken-an-der-Straße" value="Parken-an-der-Straße"><label for="destacado-Parken-an-der-Straße">Parken an der Straße</label></li>
																	<li><input type="checkbox" id="destacado-Mehrere-Parkplätze" value="Mehrere-Parkplätze"><label for="destacado-Mehrere-Parkplätze">Mehrere Parkplätze</label></li>
																	<li><input type="checkbox" id="destacado-Gemeinschaftsgarage" value="Gemeinschaftsgarage"><label for="destacado-Gemeinschaftsgarage">Gemeinschaftsgarage</label></li>
																	<li><input type="checkbox" id="destacado-Reservierter-Parkplatz" value="Reservierter-Parkplatz"><label for="destacado-Reservierter-Parkplatz">Reservierter Parkplatz</label></li>
																	<li><input type="checkbox" id="destacado-Ladestation-für-Elektrofahrzeuge" value="Ladestation-für-Elektrofahrzeuge"><label for="destacado-Ladestation-für-Elektrofahrzeuge">Ladestation für Elektrofahrzeuge</label></li>
															</ul>
						</div>
											<button class="accordion">Anschlüsse</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Elektrizität" value="Elektrizität"><label for="destacado-Elektrizität">Elektrizität</label></li>
																	<li><input type="checkbox" id="destacado-Trinkwasser" value="Trinkwasser"><label for="destacado-Trinkwasser">Trinkwasser</label></li>
																	<li><input type="checkbox" id="destacado-Telefon" value="Telefon"><label for="destacado-Telefon">Telefon</label></li>
																	<li><input type="checkbox" id="destacado-Gas" value="Gas"><label for="destacado-Gas">Gas</label></li>
																	<li><input type="checkbox" id="destacado-Photovoltaik-Solarmodule" value="Photovoltaik-Solarmodule"><label for="destacado-Photovoltaik-Solarmodule">Photovoltaik-Solarmodule</label></li>
																	<li><input type="checkbox" id="destacado-Solare-Warmwasserbereitung" value="Solare-Warmwasserbereitung"><label for="destacado-Solare-Warmwasserbereitung">Solare Warmwasserbereitung</label></li>
															</ul>
						</div>
											<button class="accordion">Kategorie</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Günstiges-Angebot" value="Günstiges-Angebot"><label for="destacado-Günstiges-Angebot">Günstiges Angebot</label></li>
																	<li><input type="checkbox" id="destacado-Erste-StrandLinie" value="Erste-StrandLinie"><label for="destacado-Erste-StrandLinie">Erste StrandLinie</label></li>
																	<li><input type="checkbox" id="destacado-Billig" value="Billig"><label for="destacado-Billig">Billig</label></li>
																	<li><input type="checkbox" id="destacado-Notverkauf" value="Notverkauf"><label for="destacado-Notverkauf">Notverkauf</label></li>
																	<li><input type="checkbox" id="destacado-Golf" value="Golf"><label for="destacado-Golf">Golf</label></li>
																	<li><input type="checkbox" id="destacado-Ferienhäuser" value="Ferienhäuser"><label for="destacado-Ferienhäuser">Ferienhäuser</label></li>
																	<li><input type="checkbox" id="destacado-Investition" value="Investition"><label for="destacado-Investition">Investition</label></li>
																	<li><input type="checkbox" id="destacado-Luxus" value="Luxus"><label for="destacado-Luxus">Luxus</label></li>
																	<li><input type="checkbox" id="destacado-Von-Plan" value="Von-Plan"><label for="destacado-Von-Plan">Von Plan</label></li>
																	<li><input type="checkbox" id="destacado-Reduziert" value="Reduziert"><label for="destacado-Reduziert">Reduziert</label></li>
																	<li><input type="checkbox" id="destacado-Rücknahme" value="Rücknahme"><label for="destacado-Rücknahme">Rücknahme</label></li>
																	<li><input type="checkbox" id="destacado-Weiterverkauf" value="Weiterverkauf"><label for="destacado-Weiterverkauf">Weiterverkauf</label></li>
																	<li><input type="checkbox" id="destacado-Mit-Baugenehmigung" value="Mit-Baugenehmigung"><label for="destacado-Mit-Baugenehmigung">Mit Baugenehmigung</label></li>
																	<li><input type="checkbox" id="destacado-Zeitgenössisch" value="Zeitgenössisch"><label for="destacado-Zeitgenössisch">Zeitgenössisch</label></li>
																	<li><input type="checkbox" id="destacado-Neubauprojekt" value="Neubauprojekt"><label for="destacado-Neubauprojekt">Neubauprojekt</label></li>
															</ul>
						</div>
											<button class="accordion">Grundstücke und Projekte</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Grundstück" value="Grundstück"><label for="destacado-Grundstück">Grundstück</label></li>
																	<li><input type="checkbox" id="destacado-Mit-Lizenz" value="Mit-Lizenz"><label for="destacado-Mit-Lizenz">Mit Lizenz</label></li>
																	<li><input type="checkbox" id="destacado-Ohne-Lizenz" value="Ohne-Lizenz"><label for="destacado-Ohne-Lizenz">Ohne Lizenz</label></li>
																	<li><input type="checkbox" id="destacado-Wohnviertel" value="Wohnviertel"><label for="destacado-Wohnviertel">Wohnviertel</label></li>
																	<li><input type="checkbox" id="destacado-Geschäftsgegend" value="Geschäftsgegend"><label for="destacado-Geschäftsgegend">Geschäftsgegend</label></li>
																	<li><input type="checkbox" id="destacado-Projekt" value="Projekt"><label for="destacado-Projekt">Projekt</label></li>
																	<li><input type="checkbox" id="destacado-Rustikal" value="Rustikal"><label for="destacado-Rustikal">Rustikal</label></li>
																	<li><input type="checkbox" id="destacado-Städtisch" value="Städtisch"><label for="destacado-Städtisch">Städtisch</label></li>
																	<li><input type="checkbox" id="destacado-Ganz-Zugelassen" value="Ganz-Zugelassen"><label for="destacado-Ganz-Zugelassen">Ganz Zugelassen</label></li>
																	<li><input type="checkbox" id="destacado-Nicht-angefangen" value="Nicht-angefangen"><label for="destacado-Nicht-angefangen">Nicht angefangen</label></li>
																	<li><input type="checkbox" id="destacado-Teilweise-abgeschlossen" value="Teilweise-abgeschlossen"><label for="destacado-Teilweise-abgeschlossen">Teilweise abgeschlossen</label></li>
																	<li><input type="checkbox" id="destacado-Ganz-abgeschlossen" value="Ganz-abgeschlossen"><label for="destacado-Ganz-abgeschlossen">Ganz abgeschlossen</label></li>
																	<li><input type="checkbox" id="destacado-Hotel" value="Hotel"><label for="destacado-Hotel">Hotel</label></li>
																	<li><input type="checkbox" id="destacado-Jugendherberge" value="Jugendherberge"><label for="destacado-Jugendherberge">Jugendherberge</label></li>
																	<li><input type="checkbox" id="destacado-Pension-mit-Frühstück" value="Pension-mit-Frühstück"><label for="destacado-Pension-mit-Frühstück">Pension mit Frühstück</label></li>
																	<li><input type="checkbox" id="destacado-Bar" value="Bar"><label for="destacado-Bar">Bar</label></li>
																	<li><input type="checkbox" id="destacado-Restaurant" value="Restaurant"><label for="destacado-Restaurant">Restaurant</label></li>
																	<li><input type="checkbox" id="destacado-Geschäft" value="Geschäft"><label for="destacado-Geschäft">Geschäft</label></li>
																	<li><input type="checkbox" id="destacado-Büro" value="Büro"><label for="destacado-Büro">Büro</label></li>
																	<li><input type="checkbox" id="destacado-Wohnungen" value="Wohnungen"><label for="destacado-Wohnungen">Wohnungen</label></li>
																	<li><input type="checkbox" id="destacado-Reihenhäuser" value="Reihenhäuser"><label for="destacado-Reihenhäuser">Reihenhäuser</label></li>
																	<li><input type="checkbox" id="destacado-Villen" value="Villen"><label for="destacado-Villen">Villen</label></li>
																	<li><input type="checkbox" id="destacado-Pflegeheim" value="Pflegeheim"><label for="destacado-Pflegeheim">Pflegeheim</label></li>
																	<li><input type="checkbox" id="destacado-Krankenhaus" value="Krankenhaus"><label for="destacado-Krankenhaus">Krankenhaus</label></li>
																	<li><input type="checkbox" id="destacado-Schule" value="Schule"><label for="destacado-Schule">Schule</label></li>
																	<li><input type="checkbox" id="destacado-Sportzentrum" value="Sportzentrum"><label for="destacado-Sportzentrum">Sportzentrum</label></li>
																	<li><input type="checkbox" id="destacado-Reitzentrum" value="Reitzentrum"><label for="destacado-Reitzentrum">Reitzentrum</label></li>
																	<li><input type="checkbox" id="destacado-Golfplatz" value="Golfplatz"><label for="destacado-Golfplatz">Golfplatz</label></li>
																	<li><input type="checkbox" id="destacado-Garage" value="Garage"><label for="destacado-Garage">Garage</label></li>
																	<li><input type="checkbox" id="destacado-Lagerhalle" value="Lagerhalle"><label for="destacado-Lagerhalle">Lagerhalle</label></li>
																	<li><input type="checkbox" id="destacado-Pacht" value="Pacht"><label for="destacado-Pacht">Pacht</label></li>
																	<li><input type="checkbox" id="destacado-Fitnessstudio" value="Fitnessstudio"><label for="destacado-Fitnessstudio">Fitnessstudio</label></li>
															</ul>
						</div>
											<button class="accordion">Mieteinnahmen</button>
						<div class="panel">
							<ul>
																	<li><input type="checkbox" id="destacado-Bankgarantie-erforderlich" value="Bankgarantie-erforderlich"><label for="destacado-Bankgarantie-erforderlich">Bankgarantie erforderlich</label></li>
																	<li><input type="checkbox" id="destacado-Referenzen-erforderlich" value="Referenzen-erforderlich"><label for="destacado-Referenzen-erforderlich">Referenzen erforderlich</label></li>
																	<li><input type="checkbox" id="destacado-Rauchen-gestattet" value="Rauchen-gestattet"><label for="destacado-Rauchen-gestattet">Rauchen gestattet</label></li>
																	<li><input type="checkbox" id="destacado-Haustiere-gestattet" value="Haustiere-gestattet"><label for="destacado-Haustiere-gestattet">Haustiere gestattet</label></li>
															</ul>
						</div>
									</div>
			</div>
		</div>
	</div>
	<div class="grid-cntrlz-three">
		<div>
			<select name="ordenar" class="ordenar-form-pmr">
				<option value="" selected="selected">Sortieren nach</option>
				<option value="preis-steigend">Preis (aufsteigend)</option>
				<option value="preis-sinkend">Preis (absteigend)</option>
				<option value="standort">Standort</option>
				<option value="letztes-datum">Aufgelistetes Datum</option>
			</select>
		</div>
		<div>
			<input type="submit" class="btn-buscar" value='Suchen' />
		</div>
		<div class="ultima-caja">
			<a href="#" id="reset-formulario" class="btn-reset gris">Formular löschen</a>
		</div>
	</div>
</div>
<div class="caja-opciones" id="caja-opciones" style="display:none;">
	<div class="options-list-localizacion" id="options-list-localizacion" style="display:none;">
	<button class="accordion-loc"><div>Costa del Sol</div><div><a class="orden-location" href="#"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 384 512"><path d="M215.7 499.2C267 435 384 279.4 384 192C384 86 298 0 192 0S0 86 0 192c0 87.4 117 243 168.3 307.2c12.3 15.3 35.1 15.3 47.4 0zM192 128a64 64 0 1 1 0 128 64 64 0 1 1 0-128z"/></svg></a> <a class="orden-alfab" href="#"><svg xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 576 512"><path d="M183.6 42.4C177.5 35.8 169 32 160 32s-17.5 3.8-23.6 10.4l-88 96c-11.9 13-11.1 33.3 2 45.2s33.3 11.1 45.2-2L128 146.3V448c0 17.7 14.3 32 32 32s32-14.3 32-32V146.3l32.4 35.4c11.9 13 32.2 13.9 45.2 2s13.9-32.2 2-45.2l-88-96zM320 320c0 17.7 14.3 32 32 32h50.7l-73.4 73.4c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8H480c17.7 0 32-14.3 32-32s-14.3-32-32-32H429.3l73.4-73.4c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8H352c-17.7 0-32 14.3-32 32zM416 32c-12.1 0-23.2 6.8-28.6 17.7l-64 128-16 32c-7.9 15.8-1.5 35 14.3 42.9s35 1.5 42.9-14.3l7.2-14.3h88.4l7.2 14.3c7.9 15.8 27.1 22.2 42.9 14.3s22.2-27.1 14.3-42.9l-16-32-64-128C439.2 38.8 428.1 32 416 32zM395.8 176L416 135.6 436.2 176H395.8z"/></svg></a> <a id="close-pop-up" class="close-pop-up" href="#"><svg viewPort="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg"><line x1="1" y1="11" x2="11" y2="1" stroke="black" stroke-width="2"/><line x1="1" y1="1" x2="11" y2="11" stroke="black" stroke-width="2"/></svg></a> </div></button><div class="panel" style="display:block"><ul class="contenido-localizaciones">					<li><input type="checkbox" id="localizacion-alameda" value="alameda"><label for="localizacion-alameda">Alameda</label></li>
										<li><input type="checkbox" id="localizacion-algeciras" value="algeciras"><label for="localizacion-algeciras">Algeciras</label></li>
										<li><input type="checkbox" id="localizacion-alhaurin-golf" value="alhaurin-golf"><label for="localizacion-alhaurin-golf">Alhaurin Golf</label></li>
										<li><input type="checkbox" id="localizacion-alhaurin-de-la-torre" value="alhaurin-de-la-torre"><label for="localizacion-alhaurin-de-la-torre">Alhaurín de la Torre</label></li>
										<li><input type="checkbox" id="localizacion-alhaurin-el-grande" value="alhaurin-el-grande"><label for="localizacion-alhaurin-el-grande">Alhaurín el Grande</label></li>
										<li><input type="checkbox" id="localizacion-almogia" value="almogia"><label for="localizacion-almogia">Almogía</label></li>
										<li><input type="checkbox" id="localizacion-aloha" value="aloha"><label for="localizacion-aloha">Aloha</label></li>
										<li><input type="checkbox" id="localizacion-alora" value="alora"><label for="localizacion-alora">Alora</label></li>
										<li><input type="checkbox" id="localizacion-alozaina" value="alozaina"><label for="localizacion-alozaina">Alozaina</label></li>
										<li><input type="checkbox" id="localizacion-altos-de-los-monteros" value="altos-de-los-monteros"><label for="localizacion-altos-de-los-monteros">Altos de los Monteros</label></li>
										<li><input type="checkbox" id="localizacion-antequera" value="antequera"><label for="localizacion-antequera">Antequera</label></li>
										<li><input type="checkbox" id="localizacion-archidona" value="archidona"><label for="localizacion-archidona">Archidona</label></li>
										<li><input type="checkbox" id="localizacion-ardales" value="ardales"><label for="localizacion-ardales">Ardales</label></li>
										<li><input type="checkbox" id="localizacion-arriate" value="arriate"><label for="localizacion-arriate">Arriate</label></li>
										<li><input type="checkbox" id="localizacion-arroyo-de-la-miel" value="arroyo-de-la-miel"><label for="localizacion-arroyo-de-la-miel">Arroyo de la Miel</label></li>
										<li><input type="checkbox" id="localizacion-artola" value="artola"><label for="localizacion-artola">Artola</label></li>
										<li><input type="checkbox" id="localizacion-atalaya" value="atalaya"><label for="localizacion-atalaya">Atalaya</label></li>
										<li><input type="checkbox" id="localizacion-bahia-de-marbella" value="bahia-de-marbella"><label for="localizacion-bahia-de-marbella">Bahía de Marbella</label></li>
										<li><input type="checkbox" id="localizacion-bailen-miraflores" value="bailen-miraflores"><label for="localizacion-bailen-miraflores">Bailen Miraflores</label></li>
										<li><input type="checkbox" id="localizacion-bel-air" value="bel-air"><label for="localizacion-bel-air">Bel Air</label></li>
										<li><input type="checkbox" id="localizacion-benahavis" value="benahavis"><label for="localizacion-benahavis">Benahavís</label></li>
										<li><input type="checkbox" id="localizacion-benalauria" value="benalauria"><label for="localizacion-benalauria">Benalauría</label></li>
										<li><input type="checkbox" id="localizacion-benalmadena" value="benalmadena"><label for="localizacion-benalmadena">Benalmadena</label></li>
										<li><input type="checkbox" id="localizacion-benalmadena-costa" value="benalmadena-costa"><label for="localizacion-benalmadena-costa">Benalmadena Costa</label></li>
										<li><input type="checkbox" id="localizacion-benalmadena-pueblo" value="benalmadena-pueblo"><label for="localizacion-benalmadena-pueblo">Benalmadena Pueblo</label></li>
										<li><input type="checkbox" id="localizacion-benamara" value="benamara"><label for="localizacion-benamara">Benamara</label></li>
										<li><input type="checkbox" id="localizacion-benaojan" value="benaojan"><label for="localizacion-benaojan">Benaoján</label></li>
										<li><input type="checkbox" id="localizacion-benarraba" value="benarraba"><label for="localizacion-benarraba">Benarrabá</label></li>
										<li><input type="checkbox" id="localizacion-cabopino" value="cabopino"><label for="localizacion-cabopino">Cabopino</label></li>
										<li><input type="checkbox" id="localizacion-calahonda" value="calahonda"><label for="localizacion-calahonda">Calahonda</label></li>
										<li><input type="checkbox" id="localizacion-calanova-golf" value="calanova-golf"><label for="localizacion-calanova-golf">Calanova Golf</label></li>
										<li><input type="checkbox" id="localizacion-calypso" value="calypso"><label for="localizacion-calypso">Calypso</label></li>
										<li><input type="checkbox" id="localizacion-campo-mijas" value="campo-mijas"><label for="localizacion-campo-mijas">Campo Mijas</label></li>
										<li><input type="checkbox" id="localizacion-cancelada" value="cancelada"><label for="localizacion-cancelada">Cancelada</label></li>
										<li><input type="checkbox" id="localizacion-carib-playa" value="carib-playa"><label for="localizacion-carib-playa">Carib Playa</label></li>
										<li><input type="checkbox" id="localizacion-cartajima" value="cartajima"><label for="localizacion-cartajima">Cartajima</label></li>
										<li><input type="checkbox" id="localizacion-carvajal" value="carvajal"><label for="localizacion-carvajal">Carvajal</label></li>
										<li><input type="checkbox" id="localizacion-casabermeja" value="casabermeja"><label for="localizacion-casabermeja">Casabermeja</label></li>
										<li><input type="checkbox" id="localizacion-casarabonela" value="casarabonela"><label for="localizacion-casarabonela">Casarabonela</label></li>
										<li><input type="checkbox" id="localizacion-casares" value="casares"><label for="localizacion-casares">Casares</label></li>
										<li><input type="checkbox" id="localizacion-casares-playa" value="casares-playa"><label for="localizacion-casares-playa">Casares Playa</label></li>
										<li><input type="checkbox" id="localizacion-casares-pueblo" value="casares-pueblo"><label for="localizacion-casares-pueblo">Casares Pueblo</label></li>
										<li><input type="checkbox" id="localizacion-canete-la-real" value="canete-la-real"><label for="localizacion-canete-la-real">Cañete la Real</label></li>
										<li><input type="checkbox" id="localizacion-cerros-del-aguila" value="cerros-del-aguila"><label for="localizacion-cerros-del-aguila">Cerros del Aguila</label></li>
										<li><input type="checkbox" id="localizacion-cortes-de-la-frontera" value="cortes-de-la-frontera"><label for="localizacion-cortes-de-la-frontera">Cortes de la Frontera</label></li>
										<li><input type="checkbox" id="localizacion-cortijo-blanco" value="cortijo-blanco"><label for="localizacion-cortijo-blanco">Cortijo Blanco</label></li>
										<li><input type="checkbox" id="localizacion-costabella" value="costabella"><label for="localizacion-costabella">Costabella</label></li>
										<li><input type="checkbox" id="localizacion-costalita" value="costalita"><label for="localizacion-costalita">Costalita</label></li>
										<li><input type="checkbox" id="localizacion-coin" value="coin"><label for="localizacion-coin">Coín</label></li>
										<li><input type="checkbox" id="localizacion-cuevas-bajas" value="cuevas-bajas"><label for="localizacion-cuevas-bajas">Cuevas Bajas</label></li>
										<li><input type="checkbox" id="localizacion-cuevas-de-san-marcos" value="cuevas-de-san-marcos"><label for="localizacion-cuevas-de-san-marcos">Cuevas De San Marcos</label></li>
										<li><input type="checkbox" id="localizacion-cuevas-del-becerro" value="cuevas-del-becerro"><label for="localizacion-cuevas-del-becerro">Cuevas del Becerro</label></li>
										<li><input type="checkbox" id="localizacion-cartama" value="cartama"><label for="localizacion-cartama">Cártama</label></li>
										<li><input type="checkbox" id="localizacion-diana-park" value="diana-park"><label for="localizacion-diana-park">Diana Park</label></li>
										<li><input type="checkbox" id="localizacion-dona-julia" value="dona-julia"><label for="localizacion-dona-julia">Doña Julia</label></li>
										<li><input type="checkbox" id="localizacion-el-burgo" value="el-burgo"><label for="localizacion-el-burgo">El Burgo</label></li>
										<li><input type="checkbox" id="localizacion-el-chaparral" value="el-chaparral"><label for="localizacion-el-chaparral">El Chaparral</label></li>
										<li><input type="checkbox" id="localizacion-el-coto" value="el-coto"><label for="localizacion-el-coto">El Coto</label></li>
										<li><input type="checkbox" id="localizacion-el-faro" value="el-faro"><label for="localizacion-el-faro">El Faro</label></li>
										<li><input type="checkbox" id="localizacion-el-madronal" value="el-madronal"><label for="localizacion-el-madronal">El Madroñal</label></li>
										<li><input type="checkbox" id="localizacion-el-padron" value="el-padron"><label for="localizacion-el-padron">El Padron</label></li>
										<li><input type="checkbox" id="localizacion-el-paraiso" value="el-paraiso"><label for="localizacion-el-paraiso">El Paraiso</label></li>
										<li><input type="checkbox" id="localizacion-el-pinillo" value="el-pinillo"><label for="localizacion-el-pinillo">El Pinillo</label></li>
										<li><input type="checkbox" id="localizacion-el-presidente" value="el-presidente"><label for="localizacion-el-presidente">El Presidente</label></li>
										<li><input type="checkbox" id="localizacion-el-rosario" value="el-rosario"><label for="localizacion-el-rosario">El Rosario</label></li>
										<li><input type="checkbox" id="localizacion-elviria" value="elviria"><label for="localizacion-elviria">Elviria</label></li>
										<li><input type="checkbox" id="localizacion-estacion-de-cartama" value="estacion-de-cartama"><label for="localizacion-estacion-de-cartama">Estacion de Cartama</label></li>
										<li><input type="checkbox" id="localizacion-estacion-de-gaucin" value="estacion-de-gaucin"><label for="localizacion-estacion-de-gaucin">Estación de Gaucin</label></li>
										<li><input type="checkbox" id="localizacion-estepona" value="estepona"><label for="localizacion-estepona">Estepona</label></li>
										<li><input type="checkbox" id="localizacion-fuengirola" value="fuengirola"><label for="localizacion-fuengirola">Fuengirola</label></li>
										<li><input type="checkbox" id="localizacion-fuente-de-piedra" value="fuente-de-piedra"><label for="localizacion-fuente-de-piedra">Fuente de Piedra</label></li>
										<li><input type="checkbox" id="localizacion-gaucin" value="gaucin"><label for="localizacion-gaucin">Gaucín</label></li>
										<li><input type="checkbox" id="localizacion-genalguacil" value="genalguacil"><label for="localizacion-genalguacil">Genalguacil</label></li>
										<li><input type="checkbox" id="localizacion-gibralgalia" value="gibralgalia"><label for="localizacion-gibralgalia">Gibralgalia</label></li>
										<li><input type="checkbox" id="localizacion-guadalmina-alta" value="guadalmina-alta"><label for="localizacion-guadalmina-alta">Guadalmina Alta</label></li>
										<li><input type="checkbox" id="localizacion-guadalmina-baja" value="guadalmina-baja"><label for="localizacion-guadalmina-baja">Guadalmina Baja</label></li>
										<li><input type="checkbox" id="localizacion-guadiaro" value="guadiaro"><label for="localizacion-guadiaro">Guadiaro</label></li>
										<li><input type="checkbox" id="localizacion-guaro" value="guaro"><label for="localizacion-guaro">Guaro</label></li>
										<li><input type="checkbox" id="localizacion-hacienda-las-chapas" value="hacienda-las-chapas"><label for="localizacion-hacienda-las-chapas">Hacienda Las Chapas</label></li>
										<li><input type="checkbox" id="localizacion-hacienda-del-sol" value="hacienda-del-sol"><label for="localizacion-hacienda-del-sol">Hacienda del Sol</label></li>
										<li><input type="checkbox" id="localizacion-higueron" value="higueron"><label for="localizacion-higueron">Higueron</label></li>
										<li><input type="checkbox" id="localizacion-istan" value="istan"><label for="localizacion-istan">Istán</label></li>
										<li><input type="checkbox" id="localizacion-jubrique" value="jubrique"><label for="localizacion-jubrique">Jubrique</label></li>
										<li><input type="checkbox" id="localizacion-juzcar" value="juzcar"><label for="localizacion-juzcar">Júzcar</label></li>
										<li><input type="checkbox" id="localizacion-la-alcaidesa" value="la-alcaidesa"><label for="localizacion-la-alcaidesa">La Alcaidesa</label></li>
										<li><input type="checkbox" id="localizacion-la-cala" value="la-cala"><label for="localizacion-la-cala">La Cala</label></li>
										<li><input type="checkbox" id="localizacion-la-cala-golf" value="la-cala-golf"><label for="localizacion-la-cala-golf">La Cala Golf</label></li>
										<li><input type="checkbox" id="localizacion-la-cala-hills" value="la-cala-hills"><label for="localizacion-la-cala-hills">La Cala Hills</label></li>
										<li><input type="checkbox" id="localizacion-la-cala-de-mijas" value="la-cala-de-mijas"><label for="localizacion-la-cala-de-mijas">La Cala de Mijas</label></li>
										<li><input type="checkbox" id="localizacion-la-campana" value="la-campana"><label for="localizacion-la-campana">La Campana</label></li>
										<li><input type="checkbox" id="localizacion-la-capellania" value="la-capellania"><label for="localizacion-la-capellania">La Capellania</label></li>
										<li><input type="checkbox" id="localizacion-la-carihuela" value="la-carihuela"><label for="localizacion-la-carihuela">La Carihuela</label></li>
										<li><input type="checkbox" id="localizacion-la-colina" value="la-colina"><label for="localizacion-la-colina">La Colina</label></li>
										<li><input type="checkbox" id="localizacion-la-duquesa" value="la-duquesa"><label for="localizacion-la-duquesa">La Duquesa</label></li>
										<li><input type="checkbox" id="localizacion-la-heredia" value="la-heredia"><label for="localizacion-la-heredia">La Heredia</label></li>
										<li><input type="checkbox" id="localizacion-la-linea" value="la-linea"><label for="localizacion-la-linea">La Línea</label></li>
										<li><input type="checkbox" id="localizacion-la-mairena" value="la-mairena"><label for="localizacion-la-mairena">La Mairena</label></li>
										<li><input type="checkbox" id="localizacion-la-quinta" value="la-quinta"><label for="localizacion-la-quinta">La Quinta</label></li>
										<li><input type="checkbox" id="localizacion-la-zagaleta" value="la-zagaleta"><label for="localizacion-la-zagaleta">La Zagaleta</label></li>
										<li><input type="checkbox" id="localizacion-las-brisas" value="las-brisas"><label for="localizacion-las-brisas">Las Brisas</label></li>
										<li><input type="checkbox" id="localizacion-las-chapas" value="las-chapas"><label for="localizacion-las-chapas">Las Chapas</label></li>
										<li><input type="checkbox" id="localizacion-las-lagunas" value="las-lagunas"><label for="localizacion-las-lagunas">Las Lagunas</label></li>
										<li><input type="checkbox" id="localizacion-lauro-golf" value="lauro-golf"><label for="localizacion-lauro-golf">Lauro Golf</label></li>
										<li><input type="checkbox" id="localizacion-los-alamos" value="los-alamos"><label for="localizacion-los-alamos">Los Alamos</label></li>
										<li><input type="checkbox" id="localizacion-los-almendros" value="los-almendros"><label for="localizacion-los-almendros">Los Almendros</label></li>
										<li><input type="checkbox" id="localizacion-los-arqueros" value="los-arqueros"><label for="localizacion-los-arqueros">Los Arqueros</label></li>
										<li><input type="checkbox" id="localizacion-los-barrios" value="los-barrios"><label for="localizacion-los-barrios">Los Barrios</label></li>
										<li><input type="checkbox" id="localizacion-los-boliches" value="los-boliches"><label for="localizacion-los-boliches">Los Boliches</label></li>
										<li><input type="checkbox" id="localizacion-los-flamingos" value="los-flamingos"><label for="localizacion-los-flamingos">Los Flamingos</label></li>
										<li><input type="checkbox" id="localizacion-los-monteros" value="los-monteros"><label for="localizacion-los-monteros">Los Monteros</label></li>
										<li><input type="checkbox" id="localizacion-los-pacos" value="los-pacos"><label for="localizacion-los-pacos">Los Pacos</label></li>
										<li><input type="checkbox" id="localizacion-los-prados" value="los-prados"><label for="localizacion-los-prados">Los Prados</label></li>
										<li><input type="checkbox" id="localizacion-manilva" value="manilva"><label for="localizacion-manilva">Manilva</label></li>
										<li><input type="checkbox" id="localizacion-marbella" value="marbella"><label for="localizacion-marbella">Marbella</label></li>
										<li><input type="checkbox" id="localizacion-marbesa" value="marbesa"><label for="localizacion-marbesa">Marbesa</label></li>
										<li><input type="checkbox" id="localizacion-mijas" value="mijas"><label for="localizacion-mijas">Mijas</label></li>
										<li><input type="checkbox" id="localizacion-mijas-costa" value="mijas-costa"><label for="localizacion-mijas-costa">Mijas Costa</label></li>
										<li><input type="checkbox" id="localizacion-mijas-golf" value="mijas-golf"><label for="localizacion-mijas-golf">Mijas Golf</label></li>
										<li><input type="checkbox" id="localizacion-miraflores" value="miraflores"><label for="localizacion-miraflores">Miraflores</label></li>
										<li><input type="checkbox" id="localizacion-mollina" value="mollina"><label for="localizacion-mollina">Mollina</label></li>
										<li><input type="checkbox" id="localizacion-monda" value="monda"><label for="localizacion-monda">Monda</label></li>
										<li><input type="checkbox" id="localizacion-monte-halcones" value="monte-halcones"><label for="localizacion-monte-halcones">Monte Halcones</label></li>
										<li><input type="checkbox" id="localizacion-montemar" value="montemar"><label for="localizacion-montemar">Montemar</label></li>
										<li><input type="checkbox" id="localizacion-malaga" value="malaga"><label for="localizacion-malaga">Málaga</label></li>
										<li><input type="checkbox" id="localizacion-malaga-centro" value="malaga-centro"><label for="localizacion-malaga-centro">Málaga Centro</label></li>
										<li><input type="checkbox" id="localizacion-malaga-este" value="malaga-este"><label for="localizacion-malaga-este">Málaga Este</label></li>
										<li><input type="checkbox" id="localizacion-nagueles" value="nagueles"><label for="localizacion-nagueles">Nagüeles</label></li>
										<li><input type="checkbox" id="localizacion-new-golden-mile" value="new-golden-mile"><label for="localizacion-new-golden-mile">New Golden Mile</label></li>
										<li><input type="checkbox" id="localizacion-nueva-andalucia" value="nueva-andalucia"><label for="localizacion-nueva-andalucia">Nueva Andalucía</label></li>
										<li><input type="checkbox" id="localizacion-ojen" value="ojen"><label for="localizacion-ojen">Ojén</label></li>
										<li><input type="checkbox" id="localizacion-pizarra" value="pizarra"><label for="localizacion-pizarra">Pizarra</label></li>
										<li><input type="checkbox" id="localizacion-playamar" value="playamar"><label for="localizacion-playamar">Playamar</label></li>
										<li><input type="checkbox" id="localizacion-pueblo-nuevo-de-guadiaro" value="pueblo-nuevo-de-guadiaro"><label for="localizacion-pueblo-nuevo-de-guadiaro">Pueblo Nuevo de Guadiaro</label></li>
										<li><input type="checkbox" id="localizacion-puerto-banus" value="puerto-banus"><label for="localizacion-puerto-banus">Puerto Banús</label></li>
										<li><input type="checkbox" id="localizacion-puerto-de-cabopino" value="puerto-de-cabopino"><label for="localizacion-puerto-de-cabopino">Puerto de Cabopino</label></li>
										<li><input type="checkbox" id="localizacion-puerto-de-la-torre" value="puerto-de-la-torre"><label for="localizacion-puerto-de-la-torre">Puerto de la Torre</label></li>
										<li><input type="checkbox" id="localizacion-punta-chullera" value="punta-chullera"><label for="localizacion-punta-chullera">Punta Chullera</label></li>
										<li><input type="checkbox" id="localizacion-reserva-de-marbella" value="reserva-de-marbella"><label for="localizacion-reserva-de-marbella">Reserva de Marbella</label></li>
										<li><input type="checkbox" id="localizacion-riviera-del-sol" value="riviera-del-sol"><label for="localizacion-riviera-del-sol">Riviera del Sol</label></li>
										<li><input type="checkbox" id="localizacion-ronda" value="ronda"><label for="localizacion-ronda">Ronda</label></li>
										<li><input type="checkbox" id="localizacion-rio-real" value="rio-real"><label for="localizacion-rio-real">Río Real</label></li>
										<li><input type="checkbox" id="localizacion-san-diego" value="san-diego"><label for="localizacion-san-diego">San Diego</label></li>
										<li><input type="checkbox" id="localizacion-san-enrique" value="san-enrique"><label for="localizacion-san-enrique">San Enrique</label></li>
										<li><input type="checkbox" id="localizacion-san-luis-de-sabinillas" value="san-luis-de-sabinillas"><label for="localizacion-san-luis-de-sabinillas">San Luis de Sabinillas</label></li>
										<li><input type="checkbox" id="localizacion-san-martin-de-tesorillo" value="san-martin-de-tesorillo"><label for="localizacion-san-martin-de-tesorillo">San Martín de Tesorillo</label></li>
										<li><input type="checkbox" id="localizacion-san-pedro-de-alcantara" value="san-pedro-de-alcantara"><label for="localizacion-san-pedro-de-alcantara">San Pedro de Alcántara</label></li>
										<li><input type="checkbox" id="localizacion-san-roque" value="san-roque"><label for="localizacion-san-roque">San Roque</label></li>
										<li><input type="checkbox" id="localizacion-san-roque-club" value="san-roque-club"><label for="localizacion-san-roque-club">San Roque Club</label></li>
										<li><input type="checkbox" id="localizacion-santa-clara" value="santa-clara"><label for="localizacion-santa-clara">Santa Clara</label></li>
										<li><input type="checkbox" id="localizacion-selwo" value="selwo"><label for="localizacion-selwo">Selwo</label></li>
										<li><input type="checkbox" id="localizacion-sierra-blanca" value="sierra-blanca"><label for="localizacion-sierra-blanca">Sierra Blanca</label></li>
										<li><input type="checkbox" id="localizacion-sierrezuela" value="sierrezuela"><label for="localizacion-sierrezuela">Sierrezuela</label></li>
										<li><input type="checkbox" id="localizacion-sotogrande" value="sotogrande"><label for="localizacion-sotogrande">Sotogrande</label></li>
										<li><input type="checkbox" id="localizacion-sotogrande-alto" value="sotogrande-alto"><label for="localizacion-sotogrande-alto">Sotogrande Alto</label></li>
										<li><input type="checkbox" id="localizacion-sotogrande-costa" value="sotogrande-costa"><label for="localizacion-sotogrande-costa">Sotogrande Costa</label></li>
										<li><input type="checkbox" id="localizacion-sotogrande-marina" value="sotogrande-marina"><label for="localizacion-sotogrande-marina">Sotogrande Marina</label></li>
										<li><input type="checkbox" id="localizacion-sotogrande-puerto" value="sotogrande-puerto"><label for="localizacion-sotogrande-puerto">Sotogrande Puerto</label></li>
										<li><input type="checkbox" id="localizacion-teba" value="teba"><label for="localizacion-teba">Teba</label></li>
										<li><input type="checkbox" id="localizacion-the-golden-mile" value="the-golden-mile"><label for="localizacion-the-golden-mile">The Golden Mile</label></li>
										<li><input type="checkbox" id="localizacion-tolox" value="tolox"><label for="localizacion-tolox">Tolox</label></li>
										<li><input type="checkbox" id="localizacion-torre-real" value="torre-real"><label for="localizacion-torre-real">Torre Real</label></li>
										<li><input type="checkbox" id="localizacion-torreblanca" value="torreblanca"><label for="localizacion-torreblanca">Torreblanca</label></li>
										<li><input type="checkbox" id="localizacion-torreguadiaro" value="torreguadiaro"><label for="localizacion-torreguadiaro">Torreguadiaro</label></li>
										<li><input type="checkbox" id="localizacion-torremolinos" value="torremolinos"><label for="localizacion-torremolinos">Torremolinos</label></li>
										<li><input type="checkbox" id="localizacion-torremolinos-centro" value="torremolinos-centro"><label for="localizacion-torremolinos-centro">Torremolinos Centro</label></li>
										<li><input type="checkbox" id="localizacion-torremuelle" value="torremuelle"><label for="localizacion-torremuelle">Torremuelle</label></li>
										<li><input type="checkbox" id="localizacion-torrenueva" value="torrenueva"><label for="localizacion-torrenueva">Torrenueva</label></li>
										<li><input type="checkbox" id="localizacion-torrequebrada" value="torrequebrada"><label for="localizacion-torrequebrada">Torrequebrada</label></li>
										<li><input type="checkbox" id="localizacion-valle-romano" value="valle-romano"><label for="localizacion-valle-romano">Valle Romano</label></li>
										<li><input type="checkbox" id="localizacion-valle-de-abdalajis" value="valle-de-abdalajis"><label for="localizacion-valle-de-abdalajis">Valle de Abdalajis</label></li>
										<li><input type="checkbox" id="localizacion-valle-del-sol" value="valle-del-sol"><label for="localizacion-valle-del-sol">Valle del Sol</label></li>
										<li><input type="checkbox" id="localizacion-valtocado" value="valtocado"><label for="localizacion-valtocado">Valtocado</label></li>
										<li><input type="checkbox" id="localizacion-villanueva-de-la-concepcion" value="villanueva-de-la-concepcion"><label for="localizacion-villanueva-de-la-concepcion">Villanueva De La Concepcion</label></li>
										<li><input type="checkbox" id="localizacion-villanueva-de-algaidas" value="villanueva-de-algaidas"><label for="localizacion-villanueva-de-algaidas">Villanueva de Algaidas</label></li>
										<li><input type="checkbox" id="localizacion-villanueva-del-rosario" value="villanueva-del-rosario"><label for="localizacion-villanueva-del-rosario">Villanueva del Rosario</label></li>
										<li><input type="checkbox" id="localizacion-villanueva-del-trabuco" value="villanueva-del-trabuco"><label for="localizacion-villanueva-del-trabuco">Villanueva del Trabuco</label></li>
										<li><input type="checkbox" id="localizacion-yunquera" value="yunquera"><label for="localizacion-yunquera">Yunquera</label></li>
										<li><input type="checkbox" id="localizacion-zalea" value="zalea"><label for="localizacion-zalea">Zalea</label></li>
					</ul></div>	</div>
</div>
<p class="num-resultados">Anzahl der Ergebnisse: 8250</p>
<script>
	jQuery('#modo-venta').on('change', function(){
		const url = 'https://www.casa-excelente.com/wp-content/plugins/cntrlz-resale/ver-precio.php';
		const variable = jQuery('#modo-venta').val();
		let formData = new FormData();
		formData.append('id_modo', variable);
		formData.append('titulo','Preis');
		jQuery.ajax({ type:"POST",url:url,data:formData,contentType:false,processData:false,datatype:"text",success:function(respuesta){
			jQuery('.zona-precios').html(respuesta);
		}});
	});
	jQuery('.orden-location').on('click', function(e){
		e.preventDefault();
		const url = 'https://www.casa-excelente.com/wp-content/plugins/cntrlz-resale/ver-orden.php';
		const ordenar = '{"ProvinceAreaName":"Costa del Sol","Locations":{"Location":["Los Barrios","Algeciras","San Roque","La L\u00ednea","La Alcaidesa","San Roque Club","Sotogrande","Sotogrande Alto","Sotogrande Costa","Sotogrande Marina","Sotogrande Puerto","Guadiaro","Torreguadiaro","Pueblo Nuevo de Guadiaro","San Enrique","San Mart\u00edn de Tesorillo","San Diego","Punta Chullera","La Duquesa","San Luis de Sabinillas","Gauc\u00edn","Benarrab\u00e1","Manilva","Casares","Casares Playa","Casares Pueblo","Do\u00f1a Julia","Valle Romano","Estepona","Selwo","Genalguacil","New Golden Mile","Benamara","El Padron","El Presidente","Bel Air","Costalita","Cartajima","Cancelada","Los Flamingos","El Paraiso","Diana Park","Atalaya","Valle del Sol","Guadalmina Alta","Guadalmina Baja","Hacienda del Sol","Benahav\u00eds","La Heredia","El Madro\u00f1al","La Zagaleta","Los Arqueros","Los Almendros","San Pedro de Alc\u00e1ntara","Cortijo Blanco","Benalaur\u00eda","Cortes de la Frontera","Los Prados","Benaoj\u00e1n","J\u00fazcar","Ronda","Arriate","Estaci\u00f3n de Gaucin","Cuevas del Becerro","Monte Halcones","La Quinta","La Campana","Aloha","Las Brisas","Nueva Andaluc\u00eda","Puerto Ban\u00fas","The Golden Mile","Marbella","Sierra Blanca","Nag\u00fceles","Ist\u00e1n","Oj\u00e9n","Monda","Guaro","Tolox","El Burgo","Yunquera","Alozaina","Co\u00edn","Torre Real","R\u00edo Real","Bah\u00eda de Marbella","Santa Clara","Los Monteros","Altos de los Monteros","Las Chapas","Hacienda Las Chapas","El Rosario","Costabella","La Mairena","Reserva de Marbella","Elviria","Marbesa","Carib Playa","Artola","Cabopino","Puerto de Cabopino","Calahonda","Calanova Golf","Calypso","Riviera del Sol","Miraflores","Torrenueva","La Cala","La Cala Golf","La Cala de Mijas","La Cala Hills","El Chaparral","El Faro","Mijas Costa","Mijas","Mijas Golf","Sierrezuela","El Coto","Campo Mijas","Alhaur\u00edn el Grande","Alhaurin Golf","Lauro Golf","Alhaur\u00edn de la Torre","Valtocado","Cerros del Aguila","Las Lagunas","Fuengirola","Los Boliches","Los Pacos","Torreblanca","Carvajal","La Capellania","Torrequebrada","Torremuelle","Benalmadena Costa","Benalmadena Pueblo","Benalmadena","Arroyo de la Miel","Montemar","La Carihuela","El Pinillo","Torremolinos","Torremolinos Centro","La Colina","Playamar","Los Alamos","Fuente de Piedra","Zalea","Ardales","Casarabonela","Alora","Pizarra","C\u00e1rtama","Estacion de Cartama","Gibralgalia","Casabermeja","Mollina","Antequera","Almog\u00eda","Valle de Abdalajis","Villanueva De La Concepcion","Villanueva del Rosario","Archidona","Villanueva del Trabuco","Bailen Miraflores","M\u00e1laga","M\u00e1laga Centro","Puerto de la Torre","M\u00e1laga Este","Alameda","Ca\u00f1ete la Real","Cuevas Bajas","Villanueva de Algaidas","Cuevas De San Marcos","Jubrique","Teba","Higueron"]}}';
		const marcados = jQuery('#localizacion').val();
		let formData = new FormData();
		formData.append('ordenar', ordenar);
		formData.append('marcados', marcados);
		jQuery.ajax({ type:"POST",url:url,data:formData,contentType:false,processData:false,datatype:"text",success:function(respuesta){
			jQuery('.contenido-localizaciones').html(respuesta);
		}});
	});
	jQuery('.orden-alfab').on('click', function(e){
		e.preventDefault();
		const url = 'https://www.casa-excelente.com/wp-content/plugins/cntrlz-resale/ver-orden.php';
		const ordenar = '{"ProvinceAreaName":"Costa del Sol","Locations":{"Location":["Alameda","Algeciras","Alhaurin Golf","Alhaur\u00edn de la Torre","Alhaur\u00edn el Grande","Almog\u00eda","Aloha","Alora","Alozaina","Altos de los Monteros","Antequera","Archidona","Ardales","Arriate","Arroyo de la Miel","Artola","Atalaya","Bah\u00eda de Marbella","Bailen Miraflores","Bel Air","Benahav\u00eds","Benalaur\u00eda","Benalmadena","Benalmadena Costa","Benalmadena Pueblo","Benamara","Benaoj\u00e1n","Benarrab\u00e1","Cabopino","Calahonda","Calanova Golf","Calypso","Campo Mijas","Cancelada","Carib Playa","Cartajima","Carvajal","Casabermeja","Casarabonela","Casares","Casares Playa","Casares Pueblo","Ca\u00f1ete la Real","Cerros del Aguila","Cortes de la Frontera","Cortijo Blanco","Costabella","Costalita","Co\u00edn","Cuevas Bajas","Cuevas De San Marcos","Cuevas del Becerro","C\u00e1rtama","Diana Park","Do\u00f1a Julia","El Burgo","El Chaparral","El Coto","El Faro","El Madro\u00f1al","El Padron","El Paraiso","El Pinillo","El Presidente","El Rosario","Elviria","Estacion de Cartama","Estaci\u00f3n de Gaucin","Estepona","Fuengirola","Fuente de Piedra","Gauc\u00edn","Genalguacil","Gibralgalia","Guadalmina Alta","Guadalmina Baja","Guadiaro","Guaro","Hacienda Las Chapas","Hacienda del Sol","Higueron","Ist\u00e1n","Jubrique","J\u00fazcar","La Alcaidesa","La Cala","La Cala Golf","La Cala Hills","La Cala de Mijas","La Campana","La Capellania","La Carihuela","La Colina","La Duquesa","La Heredia","La L\u00ednea","La Mairena","La Quinta","La Zagaleta","Las Brisas","Las Chapas","Las Lagunas","Lauro Golf","Los Alamos","Los Almendros","Los Arqueros","Los Barrios","Los Boliches","Los Flamingos","Los Monteros","Los Pacos","Los Prados","Manilva","Marbella","Marbesa","Mijas","Mijas Costa","Mijas Golf","Miraflores","Mollina","Monda","Monte Halcones","Montemar","M\u00e1laga","M\u00e1laga Centro","M\u00e1laga Este","Nag\u00fceles","New Golden Mile","Nueva Andaluc\u00eda","Oj\u00e9n","Pizarra","Playamar","Pueblo Nuevo de Guadiaro","Puerto Ban\u00fas","Puerto de Cabopino","Puerto de la Torre","Punta Chullera","Reserva de Marbella","Riviera del Sol","Ronda","R\u00edo Real","San Diego","San Enrique","San Luis de Sabinillas","San Mart\u00edn de Tesorillo","San Pedro de Alc\u00e1ntara","San Roque","San Roque Club","Santa Clara","Selwo","Sierra Blanca","Sierrezuela","Sotogrande","Sotogrande Alto","Sotogrande Costa","Sotogrande Marina","Sotogrande Puerto","Teba","The Golden Mile","Tolox","Torre Real","Torreblanca","Torreguadiaro","Torremolinos","Torremolinos Centro","Torremuelle","Torrenueva","Torrequebrada","Valle Romano","Valle de Abdalajis","Valle del Sol","Valtocado","Villanueva De La Concepcion","Villanueva de Algaidas","Villanueva del Rosario","Villanueva del Trabuco","Yunquera","Zalea"]}}';
		const marcados = jQuery('#localizacion').val();
		let formData = new FormData();
		formData.append('ordenar', ordenar);
		formData.append('marcados', marcados);
		jQuery.ajax({ type:"POST",url:url,data:formData,contentType:false,processData:false,datatype:"text",success:function(respuesta){
			jQuery('.contenido-localizaciones').html(respuesta);
		}});
	});
</script>
<div class="paginar">
			<div class="half-pagination"><ul class="pagination pagination_nojax"><li class="active"><a href="https://www.casa-excelente.com/de/ergebnis/property.All-properties/pag.1/">1</a></li>	<li><a href="https://www.casa-excelente.com/de/ergebnis/property.All-properties/pag.2/">2</a></li>	<li><a href="https://www.casa-excelente.com/de/ergebnis/property.All-properties/pag.3/">3</a></li>	<li><a href="https://www.casa-excelente.com/de/ergebnis/property.All-properties/pag.4/">4</a></li>	<li><a href="https://www.casa-excelente.com/de/ergebnis/property.All-properties/pag.5/">5</a></li>	<li><a href="https://www.casa-excelente.com/de/ergebnis/property.All-properties/pag.6/">6</a></li>	<li><a href="https://www.casa-excelente.com/de/ergebnis/property.All-properties/pag.7/">7</a></li>	<li><a href="https://www.casa-excelente.com/de/ergebnis/property.All-properties/pag.8/">8</a></li>	<li><a href="https://www.casa-excelente.com/de/ergebnis/property.All-properties/pag.9/">9</a></li>	<li><a href="https://www.casa-excelente.com/de/ergebnis/property.All-properties/pag.10/">10</a></li>					<li class="roundright"><a href="https://www.casa-excelente.com/de/ergebnis/property.All-properties/pag.2/"><i class="fas fa-angle-right"></i></a></li>				<li class="roundright"><a href="https://www.casa-excelente.com/de/ergebnis/property.All-properties/pag.825/"><i class="fas fa-angle-double-right"></i></a></li>	</ul></div></div>




<style>
	.prop_social {
	    position: relative;
	    top: unset;
	    right: unset;
	    float: right;
	}
</style>


	<section class="property-items" style="margin-left: -20px;">
		<div id="listing_ajax_container" class="grid-cntrlz-three">
			

				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/de/ergebnis/cod-loc.el-paraiso" rel="tag">El Paraiso</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.casa-excelente.com/de/details-immobilie/Reference.R4935211/El-Paraiso/"><img src="https://cdn.resales-online.com/public/c5qxxwzfkp/properties/f1a1a1f3400311edad230217bc231ef4/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1741135349" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R4935211 - El Paraiso" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.casa-excelente.com/de/details-immobilie/Reference.R4935211/El-Paraiso/">R4935211 - El Paraiso</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 320.000</div>
								<div class="listing_details the_grid_view">Penthouse apartment on the first floor with closed terrace with panoramic views to the common areas of garden </div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>2								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>1								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>80 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.casa-excelente.com/de/details-immobilie/Reference.R4935211/El-Paraiso/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.casa-excelente.com/de/details-immobilie/Reference.R4935211/El-Paraiso/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.casa-excelente.com/de/details-immobilie/Reference.R4935211/El-Paraiso/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Ich interessiere mich für&body=https://www.casa-excelente.com/de/details-immobilie/Reference.R4935211/El-Paraiso/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
			

				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/de/ergebnis/cod-loc.estepona" rel="tag">Estepona</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.casa-excelente.com/de/details-immobilie/Reference.R4935334/Estepona/"><img src="https://cdn.resales-online.com/public/c5qxxwzfkp/properties/e0ec45848e9c11ed98460217bc231ef4/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1780424195" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R4935334 - Estepona" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.casa-excelente.com/de/details-immobilie/Reference.R4935334/Estepona/">R4935334 - Estepona</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 1.265.000</div>
								<div class="listing_details the_grid_view">Detached Villa, Estepona, Costa del Sol.
3 Bedrooms, 2 Bathrooms, Built 302 m², Terrace 100 m², Garden/Plot</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>3								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>2								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>302 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.casa-excelente.com/de/details-immobilie/Reference.R4935334/Estepona/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.casa-excelente.com/de/details-immobilie/Reference.R4935334/Estepona/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.casa-excelente.com/de/details-immobilie/Reference.R4935334/Estepona/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Ich interessiere mich für&body=https://www.casa-excelente.com/de/details-immobilie/Reference.R4935334/Estepona/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
			

				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/de/ergebnis/cod-loc.manilva" rel="tag">Manilva</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.casa-excelente.com/de/details-immobilie/Reference.R5291683/Manilva/"><img src="https://cdn.resales-online.com/public/xxoexdlviulo6xvr/properties/9ff118fdf9f411f0866f069f3d650d4b/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1771420081" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5291683 - Manilva" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.casa-excelente.com/de/details-immobilie/Reference.R5291683/Manilva/">R5291683 - Manilva</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 312.000</div>
								<div class="listing_details the_grid_view">Elegant Apartment for Sale in Small Oasis – Manilva

This beautifully presented apartment is located in th</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>3								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>1.5								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>76 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.casa-excelente.com/de/details-immobilie/Reference.R5291683/Manilva/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.casa-excelente.com/de/details-immobilie/Reference.R5291683/Manilva/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.casa-excelente.com/de/details-immobilie/Reference.R5291683/Manilva/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Ich interessiere mich für&body=https://www.casa-excelente.com/de/details-immobilie/Reference.R5291683/Manilva/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
			

				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/de/ergebnis/cod-loc.la-quinta" rel="tag">La Quinta</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.casa-excelente.com/de/details-immobilie/Reference.R5139064/La-Quinta/"><img src="https://cdn.resales-online.com/public/9sdhdgb5qi/properties/360de06d7d2611f086ca02a3ded47a2d/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1774545256" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5139064 - La Quinta" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.casa-excelente.com/de/details-immobilie/Reference.R5139064/La-Quinta/">R5139064 - La Quinta</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 1.780.000</div>
								<div class="listing_details the_grid_view">Discover a rare opportunity to own one of the very few 4-bedroom residences in the prestigious Palmitos develo</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>4								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>3								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>182 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.casa-excelente.com/de/details-immobilie/Reference.R5139064/La-Quinta/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.casa-excelente.com/de/details-immobilie/Reference.R5139064/La-Quinta/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.casa-excelente.com/de/details-immobilie/Reference.R5139064/La-Quinta/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Ich interessiere mich für&body=https://www.casa-excelente.com/de/details-immobilie/Reference.R5139064/La-Quinta/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
			

				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/de/ergebnis/cod-loc.nueva-andalucia" rel="tag">Nueva Andalucía</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.casa-excelente.com/de/details-immobilie/Reference.R5346829/Nueva-Andalucía/"><img src="https://cdn.resales-online.com/public/geu0qurz3crsy63m/properties/b32ad1932cbe11f186110660515b2fcd/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1779949035" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5346829 - Nueva Andalucía" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.casa-excelente.com/de/details-immobilie/Reference.R5346829/Nueva-Andalucía/">R5346829 - Nueva Andalucía</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 659.000</div>
								<div class="listing_details the_grid_view">This exceptional, newly renovated townhouse is located in the sought-after urbanisation Condes de Iza, ideally</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>4								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>3								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>270 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.casa-excelente.com/de/details-immobilie/Reference.R5346829/Nueva-Andalucía/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.casa-excelente.com/de/details-immobilie/Reference.R5346829/Nueva-Andalucía/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.casa-excelente.com/de/details-immobilie/Reference.R5346829/Nueva-Andalucía/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Ich interessiere mich für&body=https://www.casa-excelente.com/de/details-immobilie/Reference.R5346829/Nueva-Andalucía/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
			

				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/de/ergebnis/cod-loc.torreblanca" rel="tag">Torreblanca</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.casa-excelente.com/de/details-immobilie/Reference.R5257393/Torreblanca/"><img src="https://cdn.resales-online.com/public/dbq6mhemy9/properties/b52c992cdd9311f09ebd02a3ded47a2d/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1781644906" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5257393 - Torreblanca" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.casa-excelente.com/de/details-immobilie/Reference.R5257393/Torreblanca/">R5257393 - Torreblanca</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 699.000</div>
								<div class="listing_details the_grid_view">Space, Comfort and Location in Torreblanca, Fuengirola

Ideal as a permanent residence or investment opportu</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>3								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>2								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>147 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.casa-excelente.com/de/details-immobilie/Reference.R5257393/Torreblanca/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.casa-excelente.com/de/details-immobilie/Reference.R5257393/Torreblanca/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.casa-excelente.com/de/details-immobilie/Reference.R5257393/Torreblanca/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Ich interessiere mich für&body=https://www.casa-excelente.com/de/details-immobilie/Reference.R5257393/Torreblanca/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
			

				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/de/ergebnis/cod-loc.fuengirola" rel="tag">Fuengirola</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.casa-excelente.com/de/details-immobilie/Reference.R5257087/Fuengirola/"><img src="https://cdn.resales-online.com/public/dbq6mhemy9/properties/c4254034dcfb11f09ebd02a3ded47a2d/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1778193557" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5257087 - Fuengirola" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.casa-excelente.com/de/details-immobilie/Reference.R5257087/Fuengirola/">R5257087 - Fuengirola</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 397.000</div>
								<div class="listing_details the_grid_view">Fuengirola Centre | Fully Renovated Apartment, Ready to Move In
Fully Renovated Apartment in the Centre of Fu</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>3								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>2								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>123 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.casa-excelente.com/de/details-immobilie/Reference.R5257087/Fuengirola/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.casa-excelente.com/de/details-immobilie/Reference.R5257087/Fuengirola/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.casa-excelente.com/de/details-immobilie/Reference.R5257087/Fuengirola/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Ich interessiere mich für&body=https://www.casa-excelente.com/de/details-immobilie/Reference.R5257087/Fuengirola/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
			

				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/de/ergebnis/cod-loc.la-quinta" rel="tag">La Quinta</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.casa-excelente.com/de/details-immobilie/Reference.R5413756/La-Quinta/"><img src="https://cdn.resales-online.com/public/jja1jz8h5h/properties/9f54440067a611f182490652962539d5/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1781413675" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5413756 - La Quinta" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.casa-excelente.com/de/details-immobilie/Reference.R5413756/La-Quinta/">R5413756 - La Quinta</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 2.395.000</div>
								<div class="listing_details the_grid_view">Elegante Frontline-Golf-Villa mit Panoramablick in La Quinta Hills

Eingebettet in die äußerst begehrte, a</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>4								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>4								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>442 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.casa-excelente.com/de/details-immobilie/Reference.R5413756/La-Quinta/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.casa-excelente.com/de/details-immobilie/Reference.R5413756/La-Quinta/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.casa-excelente.com/de/details-immobilie/Reference.R5413756/La-Quinta/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Ich interessiere mich für&body=https://www.casa-excelente.com/de/details-immobilie/Reference.R5413756/La-Quinta/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
			

				<div class="col-md-6 listing_wrapper ">
					<article class="property_listing  property_card_default">
						<figure class="listing-unit-img-wrapper">
							<div class="prop_new_details">
				            	<div class="prop_new_details_back"></div>
				                <div class="property_media"><i style="display:none;" class="fas fa-camera"></i> </div>
				                								<div class="property_location_image"> <span class="property_marker"></span><a href="/de/ergebnis/cod-loc.estepona" rel="tag">Estepona</a></div>
								<div class="featured_gradient"></div>
				            </div>	
							<a href="https://www.casa-excelente.com/de/details-immobilie/Reference.R5374180/Estepona/"><img src="https://cdn.resales-online.com/public/pcescfpmbk/properties/91dc2071498711f182490652962539d5/w400/1-8feb9a13440344d11ba504bcb1dd499c.jpg?v=1778102121" class="attachment-property-thumb-image size-property-thumb-image wp-post-image" alt="R5374180 - Estepona" /></a>
						</figure>
						<div class="property-unit-information-wrapper">
							<h4><a href="https://www.casa-excelente.com/de/details-immobilie/Reference.R5374180/Estepona/">R5374180 - Estepona</a></h4>
							<div class="detail">
								<div class="listing_unit_price_wrapper">
                                 &euro; 485.000</div>
								<div class="listing_details the_grid_view">A bright and welcoming home in the exclusive Palm Gardens complex in Estepona. This elegant 3-bedroom penthous</div>
							</div>	
							<div class="property_listing_details">
								<span class="inforoom">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<circle class="circle" cx="5" cy="8.3" r="2.2"></circle><path class="path" d="M0 22.999C0 23.6 0.4 24 1 24S2 23.6 2 22.999V18H2h20h0.001v4.999c0 0.6 0.4 1 1 1 C23.552 24 24 23.6 24 22.999V10C24 9.4 23.6 9 23 9C22.447 9 22 9.4 22 10v1H22h-0.999V10.5 C20.999 8 20 6 17.5 6H11C9.769 6.1 8.2 6.3 8 8v3H2H2V9C2 8.4 1.6 8 1 8S0 8.4 0 9V22.999z M10.021 8.2 C10.19 8.1 10.6 8 11 8h5.5c1.382 0 2.496-0.214 2.5 2.501v0.499h-9L10.021 8.174z M22 16H2v-2.999h20V16z"></path>
									</svg>3								</span>
								<span class="infobath">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M23.001 12h-1.513C21.805 11.6 22 11.1 22 10.5C22 9.1 20.9 8 19.5 8S17 9.1 17 10.5 c0 0.6 0.2 1.1 0.5 1.5H2.999c0-0.001 0-0.002 0-0.002V2.983V2.98c0.084-0.169-0.083-0.979 1-0.981h0.006 C4.008 2 4.3 2 4.5 2.104L4.292 2.292c-0.39 0.392-0.39 1 0 1.415c0.391 0.4 1 0.4 1.4 0l2-1.999 c0.39-0.391 0.39-1.025 0-1.415c-0.391-0.391-1.023-0.391-1.415 0L5.866 0.72C5.775 0.6 5.7 0.5 5.5 0.4 C4.776 0 4.1 0 4 0H3.984v0.001C1.195 0 1 2.7 1 2.98v0.019v0.032v8.967c0 0 0 0 0 0.002H0.999 C0.447 12 0 12.4 0 12.999S0.447 14 1 14H1v2.001c0.001 2.6 1.7 4.8 4 5.649V23c0 0.6 0.4 1 1 1s1-0.447 1-1v-1h10v1 c0 0.6 0.4 1 1 1s1-0.447 1-1v-1.102c2.745-0.533 3.996-3.222 4-5.897V14h0.001C23.554 14 24 13.6 24 13 S23.554 12 23 12z M21.001 16.001c-0.091 2.539-0.927 3.97-3.001 3.997H7c-2.208-0.004-3.996-1.79-4-3.997V14h15.173 c-0.379 0.484-0.813 0.934-1.174 1.003c-0.54 0.104-0.999 0.446-0.999 1c0 0.6 0.4 1 1 1 c2.159-0.188 3.188-2.006 3.639-2.999h0.363V16.001z"></path><rect class="rect" x="6.6" y="4.1" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 15.6319 3.2336)" width="1" height="1.4"></rect><rect class="rect" x="9.4" y="2.4" transform="matrix(0.7066 0.7076 -0.7076 0.7066 4.9969 -6.342)" width="1.4" height="1"></rect><rect class="rect" x="9.4" y="6.4" transform="matrix(0.7071 0.7071 -0.7071 0.7071 7.8179 -5.167)" width="1.4" height="1"></rect><rect class="rect" x="12.4" y="4.4" transform="matrix(0.7069 0.7073 -0.7073 0.7069 7.2858 -7.8754)" width="1.4" height="1"></rect><rect class="rect" x="13.4" y="7.4" transform="matrix(-0.7064 -0.7078 0.7078 -0.7064 18.5823 23.4137)" width="1.4" height="1"></rect>
									</svg>3								</span>
								<span class="infosize">
									<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="16px" height="16px" viewBox="0 0 24 24" enable-background="new 0 0 24 24" xml:space="preserve">
										<path class="path" d="M14 7.001H2.999C1.342 7 0 8.3 0 10v11c0 1.7 1.3 3 3 3H14c1.656 0 3-1.342 3-3V10 C17 8.3 15.7 7 14 7.001z M14.998 21c0 0.551-0.447 1-0.998 1.002H2.999C2.448 22 2 21.6 2 21V10 c0.001-0.551 0.449-0.999 1-0.999H14c0.551 0 1 0.4 1 0.999V21z"></path><path class="path" d="M14.266 0.293c-0.395-0.391-1.034-0.391-1.429 0c-0.395 0.39-0.395 1 0 1.415L13.132 2H3.869l0.295-0.292 c0.395-0.391 0.395-1.025 0-1.415c-0.394-0.391-1.034-0.391-1.428 0L0 3l2.736 2.707c0.394 0.4 1 0.4 1.4 0 c0.395-0.391 0.395-1.023 0-1.414L3.869 4.001h9.263l-0.295 0.292c-0.395 0.392-0.395 1 0 1.414s1.034 0.4 1.4 0L17 3 L14.266 0.293z"></path><path class="path" d="M18.293 9.734c-0.391 0.395-0.391 1 0 1.429s1.023 0.4 1.4 0L20 10.868v9.263l-0.292-0.295 c-0.392-0.395-1.024-0.395-1.415 0s-0.391 1 0 1.428L21 24l2.707-2.736c0.391-0.394 0.391-1.033 0-1.428s-1.023-0.395-1.414 0 l-0.292 0.295v-9.263l0.292 0.295c0.392 0.4 1 0.4 1.4 0s0.391-1.034 0-1.429L21 7L18.293 9.734z"></path>
									</svg>130 m<sup>2</sup>
								</span>
								<div class="prop_social">
	                                <div class="share_unit" style="display: none;">
	                                    <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.casa-excelente.com/de/details-immobilie/Reference.R5374180/Estepona/" class="social_facebook" rel="noreferrer" target="_blank">Facebook</a>
	                                    <a href="https://twitter.com/intent/tweet?url=https://www.casa-excelente.com/de/details-immobilie/Reference.R5374180/Estepona/" class="social_tweet" rel="noreferrer" target="_blank">Twitter</a>
	                                    <a href="https://api.whatsapp.com/send?text=https://www.casa-excelente.com/de/details-immobilie/Reference.R5374180/Estepona/" class="social_whatsup" rel="noreferrer" target="_blank">WhatsApp</a>
	                                    <a href="mailto:correo@correo.com?subject=Ich interessiere mich für&body=https://www.casa-excelente.com/de/details-immobilie/Reference.R5374180/Estepona/" class="social_email" rel="noreferrer" target="_blank">Email</a>
	                                </div>
	                                <div class="title_share share_list single_property_action" data-original-title="compartir ficha"><i class="fas fa-share-alt"></i>Compartir</div>
	                            </div>
							</div>	
						</div>
					</article>
				</div>
					</div>
	</section>
<div class="paginar">
			<div class="half-pagination"><ul class="pagination pagination_nojax"><li class="active"><a href="https://www.casa-excelente.com/de/ergebnis/property.All-properties/pag.1/">1</a></li>	<li><a href="https://www.casa-excelente.com/de/ergebnis/property.All-properties/pag.2/">2</a></li>	<li><a href="https://www.casa-excelente.com/de/ergebnis/property.All-properties/pag.3/">3</a></li>	<li><a href="https://www.casa-excelente.com/de/ergebnis/property.All-properties/pag.4/">4</a></li>	<li><a href="https://www.casa-excelente.com/de/ergebnis/property.All-properties/pag.5/">5</a></li>	<li><a href="https://www.casa-excelente.com/de/ergebnis/property.All-properties/pag.6/">6</a></li>	<li><a href="https://www.casa-excelente.com/de/ergebnis/property.All-properties/pag.7/">7</a></li>	<li><a href="https://www.casa-excelente.com/de/ergebnis/property.All-properties/pag.8/">8</a></li>	<li><a href="https://www.casa-excelente.com/de/ergebnis/property.All-properties/pag.9/">9</a></li>	<li><a href="https://www.casa-excelente.com/de/ergebnis/property.All-properties/pag.10/">10</a></li>					<li class="roundright"><a href="https://www.casa-excelente.com/de/ergebnis/property.All-properties/pag.2/"><i class="fas fa-angle-right"></i></a></li>				<li class="roundright"><a href="https://www.casa-excelente.com/de/ergebnis/property.All-properties/pag.825/"><i class="fas fa-angle-double-right"></i></a></li>	</ul></div></div>{"id":30828,"date":"2022-12-25T18:47:03","date_gmt":"2022-12-25T18:47:03","guid":{"rendered":"https:\/\/casa-excelente.com\/beispiel-ergebnis\/"},"modified":"2023-04-19T09:08:37","modified_gmt":"2023-04-19T09:08:37","slug":"ergebnis","status":"publish","type":"page","link":"https:\/\/www.casa-excelente.com\/de\/ergebnis\/","title":{"rendered":"Ergebnis"},"content":{"rendered":"\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.7 (Yoast SEO v20.13) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Ergebnis - Casa Excelente<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.casa-excelente.com\/de\/ergebnis\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ergebnis\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.casa-excelente.com\/de\/ergebnis\/\" \/>\n<meta property=\"og:site_name\" content=\"Casa Excelente\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-19T09:08:37+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.casa-excelente.com\/de\/ergebnis\/\",\"url\":\"https:\/\/www.casa-excelente.com\/de\/ergebnis\/\",\"name\":\"Ergebnis - Casa Excelente\",\"isPartOf\":{\"@id\":\"https:\/\/www.casa-excelente.com\/#website\"},\"datePublished\":\"2022-12-25T18:47:03+00:00\",\"dateModified\":\"2023-04-19T09:08:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.casa-excelente.com\/de\/ergebnis\/#breadcrumb\"},\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.casa-excelente.com\/de\/ergebnis\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.casa-excelente.com\/de\/ergebnis\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.casa-excelente.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Ergebnis\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.casa-excelente.com\/#website\",\"url\":\"https:\/\/www.casa-excelente.com\/\",\"name\":\"Casa Excelente\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.casa-excelente.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"de-DE\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Ergebnis - Casa Excelente","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.casa-excelente.com\/de\/ergebnis\/","og_locale":"de_DE","og_type":"article","og_title":"Ergebnis","og_url":"https:\/\/www.casa-excelente.com\/de\/ergebnis\/","og_site_name":"Casa Excelente","article_modified_time":"2023-04-19T09:08:37+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.casa-excelente.com\/de\/ergebnis\/","url":"https:\/\/www.casa-excelente.com\/de\/ergebnis\/","name":"Ergebnis - Casa Excelente","isPartOf":{"@id":"https:\/\/www.casa-excelente.com\/#website"},"datePublished":"2022-12-25T18:47:03+00:00","dateModified":"2023-04-19T09:08:37+00:00","breadcrumb":{"@id":"https:\/\/www.casa-excelente.com\/de\/ergebnis\/#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.casa-excelente.com\/de\/ergebnis\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.casa-excelente.com\/de\/ergebnis\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.casa-excelente.com\/"},{"@type":"ListItem","position":2,"name":"Ergebnis"}]},{"@type":"WebSite","@id":"https:\/\/www.casa-excelente.com\/#website","url":"https:\/\/www.casa-excelente.com\/","name":"Casa Excelente","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.casa-excelente.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"de-DE"}]}},"_links":{"self":[{"href":"https:\/\/www.casa-excelente.com\/de\/wp-json\/wp\/v2\/pages\/30828"}],"collection":[{"href":"https:\/\/www.casa-excelente.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.casa-excelente.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.casa-excelente.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.casa-excelente.com\/de\/wp-json\/wp\/v2\/comments?post=30828"}],"version-history":[{"count":1,"href":"https:\/\/www.casa-excelente.com\/de\/wp-json\/wp\/v2\/pages\/30828\/revisions"}],"predecessor-version":[{"id":30918,"href":"https:\/\/www.casa-excelente.com\/de\/wp-json\/wp\/v2\/pages\/30828\/revisions\/30918"}],"wp:attachment":[{"href":"https:\/\/www.casa-excelente.com\/de\/wp-json\/wp\/v2\/media?parent=30828"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}