#kopf {
	background-repeat: no-repeat;
	background-size:cover;
	width:100%;
	max-width: 1160px;
	margin: 0 auto;
	height:195px;
}
#kopf.kopf { 
background-image:url("../img/kopf_580_195.jpg");
background-position:50%;
}
#lights ul{
	width: 100%;
	font-size: 1.4em;
    padding: 7px 0 0 10px;
    color: #be05a9;
}

#lights ul li{
     display: inline-block;
}

#lights ul li span{
	padding: 0 10px;
}

@media only screen and (min-width: 500px) {
#lights ul{
    padding: 7px 0 0 20px;
}
@media only screen and (min-width: 650px) {
#lights ul{
    padding: 7px 0 0 30px;
}
@media only screen and (min-width: 768px) {
#kopf {
	height:258px;
}
#kopf.kopf { 
background-image:url("../img/kopf_768_258.jpg");
}
}  
@media only screen and (min-width: 900px) {
	
#kopf {
	height:350px;	
	}
#kopf.kopf { 
background-image:url("../img/kopf_1160_390.jpg");
background-position:50%;
}		
}
@media only screen and (min-width: 1200px) {
#kopf {
	height:390px;	
	}

}