/*Angaben für die mobile Ansicht der Fachhandel-Landingpage*/


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


/*Suche Kategorien wählen*/
	
.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;
	}
	
.suchformular .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;
	}	
	
.landingpage-vorteile .col-xl-4 .column-inner,
.landingpage-vorteile .col-xl-6 .column-inner {
	min-height: auto;
	padding-bottom: 35px;
	}	

.landingpage-vorteile .ckeditor-accordion-container .ckeditor-accordion-toggle {
	top: 90px;
	}
	
.landingpage-vorteile .ckeditor-accordion-container {
	min-height: 97px;
	}
	
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before {
	font: var(--fa-font-solid);
    content: "\f107";
	transform: none;
	top: -7px;
	position: absolute;
	}

.ckeditor-accordion-container > dl dt.active > a > .ckeditor-accordion-toggle:before {
    content: "\f106";
	transform: none;
	}

.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {
	display:none;
	}
	
.vorteil-fachhandel .box-margin-small {
	margin-bottom: 0;
	}
	

/*Haken einblenden*/
	
.haken {
	display:inline-block;
	}	
		
}	


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

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


@media only screen and (min-width: 751px) and (max-width: 1100px) {
	
.suchformular .js-form-item-synonyms,
.suchformular .select2-selection {
	width: 240px!important;
	}	
	
.suchformular .js-form-item-dist-max-center-geocoder-geolocation-geocoder-address {
	width:230px;
	}
	
.suchformular input#edit-submit-f {
	visibility: hidden;
	position: relative;
	width: 90px;
	}	
	

/*Haken-Text nur zwei nebeneinander*/
	
.haken-auflistung .col-md-3 {
	flex: 0 0 50%;
	max-width: 50%;
	text-align: center;
	}	
	

/*Darum lohnt es sich*/	
	
.vorteil-fachhandel .col-md-6 {
	flex: 0 0 100%;
	max-width: 100%;
	}	
	
}