
.col-sm-7.col-xs-12 a {
	margin: 5px 0;
}

.row.light {
	background-color: #f4f4f4;
	position: relative;
}

.row.dark {
	background-color: #dbd9d9;
	position: relative;
}

.col-sm-7.col-xs-12.text {
	padding: 20px;
}

.col-sm-5.img {
	background-position: center;
	background-size: cover;
	padding: 0;
}

@media only screen and (min-width: 1001px) {
	.col-sm-5.img {
		position: absolute;
		top: 20px;
		height: calc( 100% - 40px);
	}
	.row.dark .col-sm-5.img {
		left: 56.5%;
	}
	.row.dark .col-sm-7.text {
		padding-right: 35px;
	}
	.row.light .col-sm-5.img {
		left: 20px;
	}
	.row.light .col-sm-7.text {
		padding-left: 40px;
	}
	h2 {
		margin-bottom: 12px;
		font-size: 30px;
	}
}

@media only screen and (max-width: 1000px) {
	.col-xs-12.img {
		height: 200px;
	}
	.col-sm-7.text {
		padding-bottom: 30px !important;
	}
	h2 {
		font-size: 28px;
		margin-bottom: 12px;
	}
	h1.heading {
		font-size: 30px !important;
	}
}

#imgLSR {
	background-image: url('img/lsr.jpg');
}
#img2K {
	background-image: url('img/2k.jpg');
}
#imgHTV {
	background-image: url('img/maschine-lwb-1.jpg');
}
#imgCompr {
	background-image: url('img/maschine-lwb-2.jpg');
}
#imgExt {
	background-image: url('img/schlaeuche.jpg');
}
#imgCompo {
	background-image: url('img/compounding1.jpg');
}
#imgPro {
	background-image: url('img/3d-druck-1.png');
}
#imgDev {
	background-image: url('img/tube.png');
}
	


