/*Angaben für die mobile Ansicht der Städteseiten*/


@media only screen and (max-width: 750px) {
		
	
/*Headerbild ausblenden*/	
	
.landingpage-header .header-img {
	display: none;
	}
	

/*H1 linksbündig*/
	
h1 {
	text-align: left;
	}	
	

/*Bewertungen*/

.landingpage-bewertung-kurz .column-inner div.bewertung {
	flex-wrap:wrap; 
	padding-top:0;
	}
	
.landingpage-bewertung-kurz .bewertung_text1 {
	width:100%; 
	padding:0; 
	}
	
.landingpage-bewertung .bewertung_text1 {
	text-align: left;
	}	
	

/*SEO kurz Text linksbündig*/
	
.seo-kurz p,
.seo-kurz H2 {
	text-align: left;
	}	
	
	
/*Text 123 linksbündig*/
	
.landingpage-123 p,
.landingpage-123 H2 {
	text-align: left;
	}	
	
	
/*Schritte 123 ausblenden*/
	
.landingpage-123-mobil {
	display: none;
	}	
	
	
/*Buttons über die ganze Breite*/	
	
.gsc-button.large {
	width: 100%;
	}	
	

/*Karte nur auf den Bundeslandseiten mobil anzeigen*/
	
.d-none.bundesland {
	display: block!important;
	}	
	
/*Karte */

.thermomixkarte .listing-items {
	height: 0;
	}	
	
	
#listing-main-map {
	z-index: 1;
	}	

/*Macherblöcke*/
	
.macherblock_bundesland  #views-exposed-form-macher-suche-block-2 span.select2.select2-container,
.macherblock_bundesland  #views-exposed-form-macher-suche-block-3 span.select2.select2-container,
.macherblock_bundesland  #views-exposed-form-macher-suche-block-4 span.select2.select2-container,
.macherblock_bundesland  #views-exposed-form-macher-suche-block-5 span.select2.select2-container,
.macherblock_bundesland  #views-exposed-form-macher-suche-block-6 span.select2.select2-container,
.macherblock_bundesland  #views-exposed-form-macher-suche-block-7 span.select2.select2-container,
.macherblock_bundesland  #views-exposed-form-macher-suche-block-8 span.select2.select2-container,
.macherblock_bundesland  #views-exposed-form-macher-suche-block-9 span.select2.select2-container,
.macherblock_bundesland  #views-exposed-form-macher-suche-block-10 span.select2.select2-container,
.macherblock_bundesland  #views-exposed-form-macher-suche-block-11 span.select2.select2-container,
.macherblock_bundesland  #views-exposed-form-macher-suche-block-12 span.select2.select2-container,
.macherblock_bundesland  #views-exposed-form-macher-suche-block-13 span.select2.select2-container,
.macherblock_bundesland  #views-exposed-form-macher-suche-block-14 span.select2.select2-container,
.macherblock_bundesland  #views-exposed-form-macher-suche-block-15 span.select2.select2-container,
.macherblock_bundesland  #views-exposed-form-macher-suche-block-16 span.select2.select2-container,
.macherblock_bundesland  #views-exposed-form-macher-suche-block-17 span.select2.select2-container,
.macherblock_bundesland  #views-exposed-form-macher-suche-block-18 span.select2.select2-container {
	width: 100% !important; 
	margin-left: 0;
	}	
	
.macherblock_bundesland .gsc-column:nth-child(1) {
	margin-left: 0;	
	}
	
.macherblock_bundesland .gsc-column:nth-child(2) {
    margin-left: 0;
	}	
	
.macherblock .item-columns {
	width: 100%!important;
	}	
	
.macherblock .item-columns {
	margin: 10px 0;
	}	
	
.macherblock .gva-view-grid-inner {
    margin: 0 !important;
  }

.macherblock .pager ul.pager__items {
    margin: 0;
  }
	

/*Erfahrungsberichte Überschrift zentriert*/
	
.erfahrungsberichte h3	{
	text-align: center;
	}	
	

/*"Mehr lesen"-Text der Erfahrungsberichte nur bei Desktopansicht immer ausgeklappt*/
	
.erfahrungsberichte .ckeditor-readmore-wrapper .ckeditor-readmore {
	display: none;
	}
	
.erfahrungsberichte .ckeditor-readmore-wrapper {
	padding-bottom: 25px;
	}
	
.erfahrungsberichte a.ckeditor-readmore-toggler {
	display: block;
	}
	

/*Unser Tipp*/

.unser-tipp .column-content-inner {
	padding: 30px 15px;
	text-align:left;
	}	
	
	
/*Rezept*/
	
.rezept .bb-container {
	padding: 30px 15px 0;
	}	
	

/*Karussells mittig*/

.macherkarussell h3 {
	text-align: center;
	}	

.owl-carousel.owl-loaded {
    margin: 0 auto;
	
}	
	
	
/*Langingpage Inhalt Reihenfolge anpassen: Immer Bild zuerst*/	
	
.landingpage-inhalt1 div.gsc-column:nth-child(2),
.landingpage-inhalt1-marke div.gsc-column:nth-child(2) {
	order:1;
	}	
	
.landingpage-inhalt1 div.gsc-column:nth-child(1),
.landingpage-inhalt1-marke div.gsc-column:nth-child(1) {
	order:2;
	}	
	
.landingpage-inhalt1-marke div.gsc-column:nth-child(3) {
	order:3;
	}
	
/*Thermomix-Bundeslandseiten Button im Header mit unterschiedlichem Anker für Desktop und Mobil*/

.landingpage-header .button_mobil {
	display: block;
	}	
	
.landingpage-header .button_desktop {
	display: none;
	}	
	

/*************** Sonderfall Küchenmaschinen-Versandreparaturen ***************/

.page--node-2782 .macherblock .item-columns {
    width: 47%!important;
    }

.page--node-2782 .macherblock-global .werkstattbutton {
    margin: 0 auto 15px auto;
	width: 100%;
    }
	
/*************** Bewertungen auf Sonderseiten, z.B. https://meinmacher.com/computer/laptop-reparatur-per-post ***************/
	
.landingpage-bewertung .view-list-item {
	border-top: 1px dashed #757575;
	}
	
.landingpage-bewertung .column-inner div.bewertung {
	flex-wrap:wrap; 
	padding-top:0;
	}
	
.landingpage-bewertung .bewertung_text1 {
	width:100%; 
	padding:0; 
	}
	
.landingpage-bewertung .bewertung_text1 {
	text-align: left;
	}	
	
}


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

/*Angaben für die Ansicht der Landingpages auf Tablets */


@media only screen and (min-width: 751px) and (max-width: 1100px) {
  
	
/*Headerbild ausblenden und Header zentrieren*/	
	
.landingpage-header .header-img {
	display: none;
	}	
	
.landingpage-header .bewertung {
	max-width: 600px;
	margin: 0 auto;
	}
	
.landingpage-header .column-content-inner {
	text-align: center;
	}	
	
h1,
h2 {
	text-align: center;
	}	
	
	

/*Inhaltsbereiche Bild und Text untereinander*/
	
.landingpage-inhalt1 .gsc-column,
.landingpage-inhalt2 .gsc-column,
.landingpage-inhalt1-marke .gsc-column,
.landingpage-inhalt2-marke .gsc-column	{
	max-width: 100%;
	flex: 100%;
	}	
	
.landingpage-inhalt1 img,
.landingpage-inhalt2 img,
.landingpage-inhalt1-marke img,
.landingpage-inhalt2-marke img {
	width: 270px;
	}	

.landingpage-inhalt1 div:nth-child(2),
.landingpage-inhalt1-marke div.gsc-column:nth-child(2) {
	order:1;
	}	
.landingpage-inhalt1 div:nth-child(1),
.landingpage-inhalt1-marke div.gsc-column:nth-child(1) {
	order:2;
	}
	
.landingpage-inhalt1-marke div.gsc-column:nth-child(3) {
	order:3;
	}	
	
.landingpage-inhalt1-marke .widget,
.landingpage-inhalt2-marke .widget {
	text-align: center;
	}	
	

/*Macherblöcke*/
	
.macherblock .item-columns {
	width: 45%;
	}
	
.macherblock .listing-block .listing-content .listing-info .title {
	min-height: 54px;
	}
	

/*Karussells mittig*/
	
.owl-carousel.owl-loaded {
    margin: 0 auto;
	}
	
}

