#shcont{
		background-image:url(../images/layout/headerimgs/startseite_small.jpg);
	background-size: cover;
	background-position: center 0;
	background-repeat: no-repeat;
	}
	


#slogan1 {
	display: none;
	position: absolute;
	top: 300px;
	width: 97.5%;
	text-align: center;
	color: white;
	font-family: 'Orbitron', sans-serif;
	font-weight: 400;
	font-size: 26px;
	text-transform: uppercase;
	margin:0;
	padding:0;
	z-index:1000;
	text-shadow:3px 3px 3px black;
}
#slogan1 span{
	
}

#c_products{
	display:none;
}

#c_products a:hover{
	text-decoration:underline;
}
	
#c_products h3 {
	text-align: center;
	font-size: 20px;
	color: #1079d2;
	text-transform: uppercase;
	font-family: 'Orbitron', sans-serif;
	font-weight:400;
	background-image: url(../images/layout/prod-underlines.png);
	background-repeat: no-repeat;
	background-position:center bottom;
	padding-bottom:10px;
}
	#c_products figcaption{
		font-size:92%;
		background:none;
		padding-left:0;
		padding-right:0;
		
	}
	#c_products img{
		-webkit-transition:all 0.5s;
		transition:all 0.5s;
		
	}
	#c_products img:hover{
		-webkit-transform:scale(1.05);
		transform:scale(1.05);
		
	}
	
#information {
	
	}

#newsitems{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#newsitems article{
	width:100%;
	box-sizing:border-box;
	margin-bottom:30px;
}

@media only screen and (min-width:480px) and (max-width:767px){
	#c_products .prods{
		width:50%;
		margin-bottom:30px;
		float:left;
	}
	
}
	
		



/* Breakpoint at 768px */

@media only screen and (min-width:768px) {
	
	#shcont{
			background-image:url(../images/layout/headerimgs/startseite_big.jpg);
			background-position: top left;
	}
	
	#newsitems article{
		width:48%;
	}
	
	
#c_products {
	padding-top: 20px;
	padding-bottom: 20px;
	display:block;
}
#c_products h3 {
	text-align: center;
	font-size: 20px;
	color: #1079d2;
	font-weight: normal;
	text-transform: uppercase;
}
#c_products p {
	text-align: center;
	height: 70px;
}
#c_main {
	padding-top: 20px;
	padding-bottom: 20px;
}

	#slogan1{
		display:block;
		top:320px;
		
		-webkit-transition: top 0.3s;
		transition: top 0.3s;
	}
	
}

/* Breakpoint at 992px */

@media only screen and (min-width:992px) {
#c_products p {
	height: 100px;
}
	
	#slogan1{
		
	}

}

/* Breakpoint at 1200px */

@media only screen and (min-width:1200px) {

	#newsitems article{
		width:32%;
	}
	

	#slogan1{
		top:460px;
		font-size:26px;
		text-shadow:5px 5px 10px black;
		letter-spacing:5px;
	}
}

@media only screen and (min-width:1663px) {

	#slogan1{
		top:500px;
	}
}