@media only screen and (min-width: 768px) and (max-width: 1023px) {
	
	h3{
		font-weight: 500;
	}
	img.Heizeinsaetze{
		display: block;
		position: relative;
		box-sizing: border-box;
		
		width: 100%;
		height: auto;
	}
	.Container_Text{
		display: block;
		position: relative;
		box-sizing: border-box;
		
		width: 100%;
		height: auto;
		
		padding-bottom: 15px;
	}
	#Container_Katalog{
		display: block;
		position: relative;
		box-sizing: border-box;
		
		
	}
	#Container_Katalog img{
		display: block;
		position: relative;
		box-sizing: border-box; 
		
		width: 100%;
		height: auto;
	}
}