/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> icon box heading space **/
#section-263-13 .oxy-icon-box-heading {
	margin-top: -36px !important;
}

/** General >> ausstattung 2 spalten **/
#div_block-207-134 {
	display: grid !important;
	grid-gap: 20px !important;
	gap: 20px !important;
	grid-template-columns: 1fr 1fr !important;
	grid-template-rows: auto !important;
}


/*( Desktop & Tablet )*/
@media (min-width: 768px) and (max-width: 979px) {

	/*= General =================== */

	/** General >> icon box heading space **/
	#section-263-13 .oxy-icon-box-heading {
	margin-top: 0 !important;
}


}


/*( Tablet & Phone )*/
@media (max-width: 767px) {

	/*= General =================== */

	/** General >> icon box heading space **/
	#section-263-13 .oxy-icon-box-heading {
	margin-top: 0 !important;
}


}


/*( Phone )*/
@media (max-width: 480px) {

	/*= General =================== */

	/** General >> icon box heading space **/
	#section-263-13 .oxy-icon-box-heading {
	margin-top: -20px !important;
}

	/** General >> ausstattung 2 spalten **/
	#div_block-207-134 {
	display: grid !important;
	grid-template-columns: 1fr !important;
	grid-template-rows: auto auto !important;
}
#div_block-207-134 > :nth-child(2) {
	grid-area: 2 / 1 / 3 / 2 !important;
}


}