* {
	  font-family: 'Open Sans';
}

body {
	margin:0;
	padding:0;
	border:0;
	background:url(../images/bg_footer.png) left bottom repeat-x;
	background-size: contain;
	font-size:0.85vw;
	min-height: 100%;
}

.imagearea {
	position: relative;
}

.imagearea img {
	width: 100%;
	height: auto;
}

.endlichhofmilch {
    position: absolute;
    bottom: 0;
    width: 35%;
    text-align: right;
    padding-right: 3em;
    box-sizing: border-box;
    top: 5vw;
    left: 32vw;
    height: 8.5vw;
}

.endlichhofmilch img {
	width: 100%;
	height: auto;
}


.imagecontent {
	position: absolute;
    bottom: 0;
    width: 49.531%;
    text-align: right;
    border-right: 0.6em solid #0268e7;
    padding-right: 3em;
    box-sizing: border-box;
    top: 28.735vw;
    height: 8.5vw;
}


.imagecontent h2 {
	color:#0268e7;
	font-size:3em;	
	font-weight: normal;
	margin:0 0 0.5em 0;
	padding:0;
	line-height: 1em;
}

.imagecontent p {
	color:#0268e7;
	font-size:0.875em;
	margin:0;
	padding:0;
}


.icons {
	max-width: 1200px;
	width: 100%;
	margin:0 auto;
	margin-top:3.5em;
}

.singleicon {
	width:33%;
	float: left;
	padding:0 1em;
	box-sizing:border-box;

}

.singleicon .image  {
	text-align: center;
}


.singleicon .image img {
	width: 100%;
	height: auto;
	max-width: 339px;
}

.singleicon .text {
	text-align: center;
	color:#0268e7;
	font-size:0.875em;
}


.footer {
	clear: both;
	height: 22.125em;
	text-align: center;
}

.footer p {
	padding-top:14.5em;
	margin:0;
	color:#a6b3c7;
	margin:0 5em;
	font-size:0.875em;	
}