#bilderbanner {
    background-image: url('../banner.jpg');
   background-size: cover;

    /* background-repeat: no-repeat;
    height: 280px; 
	*/
	
	background-attachment: fixed;
	color: white;
	}

#indexbanner{
	background-image: url('../paint.jpg');
	background-size:  cover;
	background-attachment: fixed;

}
#kontaktbanner{
	background-image: url('../kontakt.png');
	background-color: #222222;
	background-size:  cover;
	background-attachment: fixed;
	color: white;
}

#indextext{
	background-color: black;
	opacity: 0.8; 
	color: white;
}
#kontakttext{
	background-color: white;
	opacity: 0.7; 
	color: black;
}

#bildertext{
	background-color: white;
	opacity: 0.8;
	color: black;
}

.textleistung{
	font-size: 16px;
}

#impressumtext{
	font-size: 16px;
	line-height: 2;
}


