/*Angaben für die mobile Ansicht der Suchübersichtsseite*/


@media only screen and (max-width: 750px) {
	

/*Suche*/
	
.suchformular #edit-field-koordinaten-proximity-center-geocoder--2,
.suchformular #edit-dist-max-center-geocoder--2 {
	width: 100%;
	margin: 5px;
	border: 2px solid var(--color2);
	border-radius:4px;
	}	
	
.suchformular input#edit-field-koordinaten-proximity-center-geocoder-geolocation-geocoder-address--2,
	.suchformular input#edit-dist-max-center-geocoder-geolocation-geocoder-address--2 {
	background-color: #fff;
	}	
	

/*Überschrift*/
	
.ueberschrift_Suche {
	width: 100%;
	}
	

/*Macherblöcke*/
	
.main-listing-wrapper {
	margin-top: 20px;
	}
	
.listings-map-1 .main-listing-wrapper {
	width: 100%;
	}
	
.item-columns {
	width: 100%!important;
	}
	
h3.title {
	min-height: auto;
	}	
	
}	


/*****************************************************************************************************************************/

/*Allgemeine Style-Sheets für die Tablet Darstellung*/


@media only screen and (min-width: 751px) and (max-width: 1100px) {
	

.listings-map-1 .main-listing-wrapper {
	width: 100%;
	}	
	

/*Überschrift*/
	
.ueberschrift_Suche {
	width: 100%;
	}
	

/*Suche*/
	
.suchformular .form-actions--2::before {
	content:"Finden";
	color:#fff;
	position:absolute;
	top:30%;
	padding-left: 15px;
	}
	
.suchformular input#edit-submit-macher-suche--2 {
	visibility: hidden;
	position: relative;
	width: 90px;
	}		
	
.main-map-wrapper {
	display: none!important;
	}	
	
}


/*****************************************************************************************************************************/

/*Angaben für die Suche, wenn man von der Fachhandelsuche kommt*/


@media only screen and (max-width: 750px) {
	
.suchformular .views-exposed-form .form-item {
	width: 100%;
	}
	
.suchformular select#edit-cat,
.suchformular .js-form-type-select {
	width: 100%;
	height: 46px;
	border: 2px solid var(--color2);
	border-radius: 4px;
	margin: 5px 5px 0 5px;
	}
	
.select2-container {
	height:44px;
	display: flex;
	align-items: center;
	padding-left: 10px;
	} 
	
.suchformular .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 40px;
	}
	
.select2-dropdown--below {
	width: 335px!important;
	border: 2px solid var(--color2);
	border-radius: 0 0 4px 4px;
	margin: -4px 2px 0 -2px;
	}	
	
.select2-results ul li {
	padding-left:17px;
	}


}
