
.homeBG{
	/*background-image: url('../layout/home-kachel.png');*/
		background-image: url('../layout/home2020.jpg');
	/*background-position: bottom right;*/
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


.katalogeBG{
	/*background-image: url('../layout/kataloge_home2.jpg');*/
	background-position: bottom right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}





.shopBG{
	/*background-image: url('../layout/shopBG.jpg');*/
	background-position: bottom right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}







.karriereBG{
	background-image: url('../layout/karriereBG.png');
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}



.newsBG{
	/*background-image: url('../layout/karriereBG.png');*/
		background-image: url('../layout/home-kachel.png');
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


.newsBG p a{
line-height: 1.8em;
}




.sortimentBG{
	/*background-image: url('../layout/sortiment-demo.jpg');*/
	background-image: url('../layout/sortiment2.png');
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}


.button{
	transition: background-color, 1s ease; 
	transition: color, 0.9s ease; 
}

.button:hover{
	background-color: rgba(0,128,201,1);
	color: #fff;
}


.cta-sortiment i,
.cta-katalog i{
	font-size: 1.23em;
	margin: -1px 0 0 5px;
}

.cta-katalog{
	position: absolute;
	bottom: 35px;
	left: 30px;
	margin-left: -14px;
	background-color: rgba(255,255,255,0.6);
	display: block;
	padding: 7px 14px;
}




.katalogFussnote{
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	background-color: #f9f9f9;
	padding: 6px 3px; 
	font-size: 0.54em;
	text-align: center;
}



.cta-sortiment{
	position: absolute;
	bottom: 35px;
	left: 30px;
	margin-left: -14px;
	background-color: rgba(255,255,255,0.8);
	display: block;
	padding: 7px 14px;
}












.equal-small-startseite {
	height:240px;
	padding: 0 0 8px 0;
}


p{
	font-size: 0.9em;
}

