@charset "UTF-8";

@font-face {
	font-family: 'enviam-icon-font' ;
	src:  url('fonts/enviam_icons.eot');
	src:  url('fonts/enviam_icons.eot') format('embedded-opentype'),
	url('fonts/enviam_icons.ttf') format('truetype'),
	url('fonts/enviam_icons.woff') format('woff'),
	url('fonts/enviam_icons.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family:'RWEText-Light' ;
	src:  url('fonts/rwe/RWEText-Light.eot');
	src:  url('fonts/rwe/RWEText-Light.eot') format('embedded-opentype'),
	url('fonts/rwe/RWEText-Light.ttf') format('truetype'),
	url('fonts/rwe/RWEText-Light.woff') format('woff'),
	url('fonts/rwe/RWEText-Light.svg') format('svg');
}
@font-face {
	font-family: 'RWEHeadline-RegularCondens';
	src:  url('fonts/rwe/rweheadline-regularcondens-webfont.eot');
	src:  url('fonts/rwe/rweheadline-regularcondens-webfont.eot') format('embedded-opentype'),
	url('fonts/rwe/rweheadline-regularcondens-webfont.ttf') format('truetype'),
	url('fonts/rwe/rweheadline-regularcondens-webfont.woff') format('woff'),
	url('fonts/rwe/rweheadline-regularcondens-webfont.svg') format('svg');

}

body {
	margin: 0;
	font-family: RWEText-Light,Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
}
.clearfix::after {
	content: '';
	display: table;
	clear: both;
}
.header {
	background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#cde9f7),color-stop(65%,#fff),color-stop(100%,#fff));
	background: -webkit-linear-gradient(top,#cde9f7 0,#fff 65%,#fff 100%);
	background: -o-linear-gradient(top,#cde9f7 0,#fff 65%,#fff 100%);
	background: -webkit-gradient(linear,left top,left bottom,from(#cde9f7),color-stop(65%,#fff),to(#fff));
	background: linear-gradient(to bottom,#cde9f7 0,#fff 65%,#fff 100%);

}
.header-wrapper {
	position: relative;
	height: 100px;
	max-width: 1200px;
	margin: auto;

}
.env-m-navbar__brand {
	display: inline-block;
	max-width: 108px;
	margin-top: 1em;
}
.env-m-navbar__brand img {
	width: 120px;
	height: 65px;
}

.content {
	box-sizing: border-box;
	padding: 1em;
	margin: auto;
	width: 100%;
	height: 800px;

	background: url("images/zahlen-und-fakten-speedpipe.jpg") no-repeat;
	background-size: cover;
}
.content-inner {
	color: #333;
	box-sizing: border-box;
	margin: auto;
	padding: 2em;
	max-width: 1200px;
	height: auto;
	background-color: rgba(255, 255, 255, 0.9);
}
.content-inner h1{
	font-family: RWEHeadline-RegularCondens,Tahoma,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
}

.content-inner__column {
	width: 100%;

}
.content-inner__item {
	display: block;
	margin: .5em;
}

.email::before {
	content: "\e90c";
	color: #15519c;
	font-family: 'enviam-icon-font';
	font-size: 1.1em;
	position: relative;
	top: .2em;
}
dt {
	color: #15519c;
	font-weight: 600;
}
a {
	color: #15519c;
	text-decoration: none;
}
@media screen and (min-width: 768px){
	.content {
		padding:3em;
	}
	.content-inner__column {
		width: 50%;
		float: left;
	}
}
