
/* Medium devices (tablets, less than 992px)
-------------------------------------------------- */

@media (max-width: 991.98px) {

	/* Produkte-Kategorien (Übersicht) */
	.services-4-items {
		grid-template-columns: repeat(3, 1fr);
	}

	/* Produkte (Übersicht) */
	.produkte {
		grid-template-columns: repeat(2, 1fr);
	}

	.produkte .produkte-bild .image {
		height: 100px;
	}


}


/* Small devices (landscape phones, less than 768px)
-------------------------------------------------- */
@media (max-width: 767.98px) {
	/* Produkte-Kategorien (Übersicht) */
	.services-4-items {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
	}

	/* Produkt (Übersicht) */
	.produkte .produkt-info .title {
		text-align: center;
	}
	.produkte .price-area {
		display: grid !important;
	}
	.produkte .price-area .float-start {
		margin-bottom: 20px;
		text-align: center;
	}
	.produkte .price-area .float-end {
		text-align: center;
	}

	/* Produkt (Details) */
	.produkt-single .produkte-bilder {
		
	}
	.produkt-single .produkte-bilder img {
		max-height: 250px;
		width: auto;
	}

	/* Lieferart */
	.form-check-inline {
		display: block;
		text-align: left;
	}

	.col-12.text-center {
		text-align: left !important;
	}
	/*
	.lieferart .text-center  {
		text-align: left !important;
	}
	*/

}