@import url(https://fonts.googleapis.com/css?family=Lato:400,700,700italic,300);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,700italic);

body, html{
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', Arial, Helvetica, sans-serif; 
	background: #d4d4d4;
	color: #1f1f1f;
}

.wrap{
	margin: 0 auto;
	width: 900px;
	position: relative;
}

.bgchange{
	box-sizing: border-box;
	padding-top: 1px;
	position: relative;
	display: flex;
    align-items: center;
}

.sectionone{
	background: #f1f1f1;
	height: 670px;
}

.sectiontwo{
	background: #d4d4d4;	
	height: 670px;
}

.sectionthreenew{
	background: #e9eaec;
	height: 620px;
}

.sectionfour{
	background: #d4d4d4;
	height: 650px;
}

.sectionfive{
	background-color: #262626;
	background-image: url(../img/mobibed-bgdark.jpg);
	background-size: cover;
	background-position: left top;
	color: #d7d7d7;
}

.imgwrap{
	margin: 0 auto;
	width: 85%;
}

.logo{
	width: 250px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 40px;
}

.logo img{
	width: 100%;
}

.bigimg img{
	width: 100%;
}

.coliline{
	width: 360px;
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: 20px;
}

h1{
	text-align: center;
	margin-top: 90px;
	margin-bottom: 60px;
}

.hello{
	text-align: center;
	font-size: 30px;
	line-height: 30px;
	margin-top: 70px;
	margin-bottom: 50px;
	line-height: 43px;
}

.imgright{
	position: absolute;
	right: 0px;
	overflow: hidden;
	height: 100%;
}

.imgright img{
	height: 100%;
}

.imgleft{
	position: absolute;
	left: 0px;
	overflow: hidden;
	height: 100%;	
}

.imgleft img{
	height: 100%;
}

.imgtop{
	position: absolute;
	top: 0px;
	left: 0px;
}

.imgtop img{
	width: 700px;
}

.details{
	text-align: center;
}

.details p{
	line-height: 22px;
	color: #5b5b5b;
}

.specs{
	margin-bottom: 100px;
}

.details h2, .specs h2{
	font-size: 38px;
	font-weight: 300;
	margin-bottom: 40px;
}

.specs h2{
	text-align: center;
	margin-top: 100px;
	margin-bottom: 75px;
}

.details h3{
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	margin-bottom: 24px;
}

.baggysafe, .easyservice{
	width: 50%;
	text-align: left;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
	box-sizing: border-box;
}

.baggysafe{
	margin-left: 50%;
}

.intro{
	width: 650px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 73px;
	text-align: center;
}

/* ICON LEISTE */

.iconset{
	display: flex;
	justify-content: space-around;
	margin-top: 20px;
}

.singleicon{
	width: 25%;
}

.singleicon img{
	width: 50px;
}

.singleicon h4{
	font-weight: 700;
	margin: 5px 0px 10px 0px
}

.icondescription{
	font-size: 13px;
	color: #5b5b5b;
	line-height: 20px;
}


/* SPECS */

.models{
	margin: 0 auto;
	position: relative;
	width: 600px;
	display: flex;
	justify-content: space-around;
	margin-bottom: 50px;
}

.additions{
	margin: 0 auto;
	width: 650px;
	font-size: 14px;
	line-height: 25px;
	color: #5b5b5b;
	text-align: center;
	margin-bottom: 120px;
}

.mobimodel{
	width: 50%;
	text-align: center;
}

.mobimodel img{
	width: 170px;
}

.mobimodel h3{
	font-weight: 300;
	font-size: 19px;
}

.techspecs{
	font-size: 14px;
	line-height: 25px;
	color: #5b5b5b;
	text-align: left;
	margin-left: 75px;
}


/* SICHERER STAND */

.sectionthreenew .imgright img{
	max-width: 790px;
	height: auto;
}

/* PACKSACK */

.packsacktext{
	margin-left: 50%;
}

/* IMPRESSUM */

.boxes{
	display: flex;
	justify-content: space-between;
}

.box{
	width: 33%;
}

.impressum h2{
	font-size: 38px;
	font-weight: 300;
	margin-bottom: 40px;
	margin-top: 100px;
	margin-bottom: 75px;
}

.impressum h4{
	margin-bottom: 8px;
	margin-top: 0px;
}

.impressum{
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 110px;
}

.impressum a{
	color: #efefef;
	text-decoration: none;
}

.retaillink{
	text-align: right;
	margin-top: 10px;
	margin-right: 10px;
}
.retaillink a{
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	color: #929292;
}

.retaillink a:hover{
	color: #1c749c;
}





@media only screen and (max-device-width: 480px){
	
	.logo{
		width: 140px;
	}
	
	.wrap{
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	
	.hello{
		font-size: 19px;
		line-height: 29px;
		margin-top: 30px;
	}
	
	.intro{
		width: 90%;
	}
	
	.imgwrap{
		width: 100%;
	}
	
	.imgtop img{
		width: 100%;
	}
	
	.models{
		width: 100%;
	}
	
	.techspecs{
		margin-left: 0px;
		font-size: 13px;
	}
	
	.mobimodel img{
		width: 120px;
	}
	
	.imgright img, .imgleft img{
		width: 100%;
		height: auto;
	}
	
	.imgright, .imgtop, .imgleft{
		opacity: .3;
	}
	
	.baggysafe, .easyservice, .packsacktext{
		width: 100%;
	}
	
	.baggysafe, .packsacktext{
	    margin-left: 0%;
	}
	
	.boxes{
		display: block;
	}
	
	.box{
		width: 100%;
		margin-top: 20px;
	}
	


	
}