/*********************************************************************
 *** HÖHE DES CONTAINERS MIT BILD UND LINK EINSTELLEN              ***
 *** SO DASS ES KEINE VERSCHIEBUNGEN  GIBT (SIND ALLE FLOAT: LEFT) ***
 *********************************************************************/
@media only screen and (min-width: 1280px) {
	.nth_9, .nth_10, .nth_11, .nth_12{
		min-height: 455px;
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
	.katalog_container{
		height: 378px;
	}
	.nth_1, .nth_2, .nth_3, .nth_4,
	.nth_5, .nth_6, .nth_7, .nth_8,
	.nth_13, .nth_14, .nth_15, .nth_16,
	.nth_17{
		height: 350px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.katalog_container{
		height: 365px;
	}
	.nth_1,  .nth_2,  .nth_3,
	.nth_4,  .nth_5,  .nth_6,
	.nth_10, .nth_11, .nth_12,
	.nth_13, .nth_14, .nth_15,
	.nth_16, .nth_17, .nth_18{
		height: 340px;
	}
}