
/* Styles für Startseite */


.skills {
	margin-bottom: 30px;
}

.parallax { 
	display: none;
	margin-top: 30px;
    	background-image: url("/shop/grafik_16/laden.jpg");
	height: 400px; 

	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}

.no-touch .parallax { 
	display: block;
}


hr.stylish {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

ul.checklist li {
	min-height: 40px; 
	background: url('/shop/grafik_16/check-s.png') left top no-repeat; 
	padding-left: 35px;
}






