.home {
	background-image:url('../images/pat1-klein.jpg');
	background-position: 30% 35px;
	background-repeat :no-repeat;
}

.home .logo {width:200px;height:auto;display:block}
.home .nav-brand {display:none}

.home #s1 {padding-top:50px}
.home #s1 .textbox {width:100%;position:relative;margin-top:160px}
.home #s1 .arrow-black.arrow-bottom {display:none}

.home #s2 .textbox {width:100%;position:relative;padding:360px 0 0 0;color:#E21B2A;font-family:'Conto-RegularItalic'}
.home #s2 .arrow-red { display:none; }

.home #s3 h2 {color:#000;font-size:22px;font-family:'Conto-Regular'}
.home #s3 .barometer-s {display:block}
.home #s3 .barometer-m {display:none}
.home #s3 .barometer-l {display:none}

.home #bg-home {background:url('../images/bohrer-klein.png') top center no-repeat; top:560px;}
.home #parallax-bg-home {background:none; top:560px;}


@media (min-width: 440px) { 
	.home {
		background-image:url('../images/pat1-mittel.jpg');
		background-position: 30% 25px;
	}
	.home .logo {width:280px}
	.home #s1 .textbox {width:235px;position:relative;margin-top:20px}
	
	.home #s1 .arrow-black.arrow-top {display:none}
	.home #s1 .arrow-black.arrow-bottom {display:block}
	
	.home #s2 .textbox {width:195px;position:relative;padding:180px 0 30px 0}
	
	.home #s3 h2 {font-size:25px}
	.home #s2 .arrow-red { display:block; }
	
	.home #s3 .barometer-s {display:none}
	.home #s3 .barometer-m {display:block}
	.home #s3 .barometer-l {display:none}
	
	.home #bg-home {background:url('../images/bohrer-mittel.png') calc(50% + 50px) calc(0% + 0px) no-repeat;top:470px;}
	.home #parallax-bg-home {background:none;top:470px;}
}

@media (min-width: 680px) { 
	.home {
		background-image:url('../images/pat1-gross.jpg');
		background-position: center top;
	}
	
	.home .logo {width:400px;margin-bottom:50px}
	.home #s1 {padding-top:80px}
	.home #s1 .textbox {width:250px;position:relative;margin-top:20px}
	.home #s2 .textbox {width:220px;padding:580px 0 180px 0}
	
	.home #s3 h2 {font-size:28px}
	.home #s3 .barometer-s {display:none}
	.home #s3 .barometer-m {display:none}	
	.home #s3 .barometer-l {display:block}
	
	.home #bg-home {background:none; top:770px; height:900px;}
	.home #parallax-bg-home {background:url('../images/bohrer-gross.png') calc(50% + 0px) calc(0% + 0px) no-repeat; top:770px; height:900px;}

}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { 
	.home { 	background-image:url('../images/pat1-klein-2x.jpg'); background-size:530px auto}
	.home #bg-home {background-image:url('../images/bohrer-klein-1x.png'); background-size:530px auto}
	.home #parallax-bg-home {display:none;}
}

@media (min-width:440px) and (-webkit-min-device-pixel-ratio: 2), (min-width:440px) and (min-resolution: 192dpi) {
	.home { 	background-image:url('../images/pat1-mittel-2x.jpg'); background-size:800px auto }
	.home #bg-home {background-image:url('../images/bohrer-mittel-1x.png'); background-size:800px auto}
	.home #parallax-bg-home {display:none;}
}

@media (min-width:680px) and (-webkit-min-device-pixel-ratio: 2), (min-width:680px) and (min-resolution: 192dpi) {
	.home { 	background-image:url('../images/pat1-gross-2x.jpg'); background-size:1400px auto }
	.home #bg-home {display:none;}
	.home #parallax-bg-home {
		display:block;
		background-image:url('../images/bohrer-gross-1x.png'); 
		background-position: 50% 0;
		background-repeat:no-repeat;
		background-size:1400px auto;
	}
	
}


