#box-top {
	height: 420px;
	padding-top: 30px;
	width: 320px;
	float: left;
	text-align: center;
	margin-bottom: 15px;
	background-color: #ecf0f1;
	-moz-box-shadow: 4px 5px 4px #4C4C4C;
	-webkit-box-shadow: 4px 5px 4px #4C4C4C;
	box-shadow: 4px 5px 4px #4C4C4C;
}

#box-top h3 {
	margin-top: 110px;
}

.empty-box {
	height:123px;
}

.float-right {
	float: right !important;
}

/******Wäsche und Aufbereitung******/

#content-left-small {
	float: left;
    
    text-align:justify;
    width: 270px;
	margin-bottom:40px;
    
	
}

#content-left-small h2 {
	margin-bottom: 50px;
	color: #16a085;
}

#content-left-small p {
	color: #333;
}

#content-right-big {
    background-color: #fff;
    float: right;
   
    padding: 0px 0 0 15px;
    width: 645px;
}

#content-right-big h2 {
    margin-bottom: 12px;
    text-align: center;
    color: #16a085;
}

#content-right-big p {
	line-height: 25px;
	text-align: center;
	color: #333;
}

#list {
	width: 250px;
}

#list ul{
	padding: 20px 0 0 0px;
	
}

#list ul li {
	font-size: 16px;
	line-height: 2.4em;
	font-family: ProximaNova-Bold;	
	color: #16a085;
}

#pic {
    margin: 0px 0 20px 0px;
    text-align: left;
    width: 280px;
}

#pic img {
	margin:15px 0 10px -10px;
}

#pic h6 {
	color:#16a085;
	font-size: 18px;
	font-family: ProximaNova-Bold;
	font-style: normal;
	text-align: left;
	margin-bottom: 53px;
}

.full-title h2 {
	color: #16a085;
	font-family: ProximaNova-Bold;
}

.pic-aufb {
	border: 8px solid #FFF;
    //margin-bottom: 10px;
   // margin-right: 10px;
   float:right;
	
}

figure {
	background-color: #FFF;
    float: left;
    margin: 0 0px 0px 0;
    padding-bottom: 10px;
    width: 320px;
}

figure img {
	border: 8px solid #FFF;
}

figure p {
	text-align: left;
	padding-left:10px;
}

.pflegeCon {
	width: 290px!important;
}

.unterbodenCon {
	background-color: #FFFFFF;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    padding: 32px;
}

.unterbodenCon h2 {
	margin-bottom: 25px;
}

/*
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5), screen and (max-device-width: 320px), screen and (device-width: 320px) and (device-height: 480px) and (-webkit-device-pixel-ratio: 1){
	#content-left #box-top {
		width: 49%;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	#content-right #box-top {
		width: 100%;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	#box-top h3 {
		font-size: 160%;
	}
	
	#content-left   .empty-box {
		width: 46.5%;
	}
	
	#content-right .empty-box {
		width: 100%;
	}
	
	#content-left-small {
		width: 300px;
		float: left;
		background-color: #808080;
		padding: 40px 0 10px 40px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	#content-left-small h2 {
		font-size: 130%;
		margin-left:-20px;
	}
	
	#list ul li {
		font-size: 110%;
	}


	#content-right-big {
		background-color: #808080;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		float: right;
		padding: 40px 0 0 15px;
		width: 680px;
		height: 100%;
	}
	
	#content-right-big p {
		line-height: 1.5;
		font-size: 150%;
	}
}

@media (max-device-width: 768px) and (orientation: portrait) {
	#content-left #box-top {
		width: 49%;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	#content-right #box-top {
		width: 100%;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	#box-top h3 {
		font-size: 140%;
	}
	
	#content-left   .empty-box {
		width: 46.5%;
	}
	
	#content-right .empty-box {
		width: 100%;
	}
	
	#content-left-small {
		width: 27%;
		float: left;
		background-color: #808080;
		padding: 40px 0 10px 40px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	#content-left-small h2 {
		font-size: 130%;
		margin-left:-20px;
	}
	
	#list ul li {
		font-size: 110%;
	}


	#content-right-big {
		background-color: #808080;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		float: right;
		padding: 40px 0 0 10px;
		width: 67%;
		height: 100%;
	}
	
	#content-right-big p {
		line-height: 1.5;
		font-size: 150%;
	}
	
	#pic {
		width: 100%;
	}
	
	#list p, #pic p {
		font-size:120%;
	}
	
	#list ul li {
		font-size: 100%;
		line-height: 2.2;
	}
	
	.pic-aufb {
		width: 310px;
		height: 240px;
	}
	
	.pic-unter {
		margin-top: 30px;
	}
}
*/