body{
	line-height: 16px;
	color: #75aae0;
	background: #14375a url(../images/background-img.jpg) no-repeat center 100px;
	-webkit-font-smoothing: antialiased;
}

body *{
	font-family: Source Sans Pro, Arial, sans-serif;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	
}

a{
	text-decoration: none;
}

::selection {
	background: #ffffff; /* Safari */
	color: #14375a;
	}
::-moz-selection {
	background: #ffffff; /* Firefox */
	color: #14375a;
}

/* CSS-SPRITES-----------------------------------------*/

.phone_icon,
.fax_icon,
.mail_icon{
	background-image: url(../images/css-sprites.png);
	background-repeat: no-repeat;
	float: left;
	display: inline-block;
	width: 42px;
	height: 42px;
	margin-right: 8px;
	vertical-align: middle;
}

.fax_icon{
	background-position: -42px 0;
}

.mail_icon{
	background-position: -84px 0;
}


/* HEADER-----------------------------------------*/

.header{
	background: #fff;
	height: 70px;
	position: relative;
	padding-top: 30px;
	text-align: center;
}
.logo span{
	display: inline-block;
	background: url(../images/knappe-logo.png) no-repeat;
	width: 122px;
	height: 122px;
	margin: 0 auto 20px auto;
	display: block;
}

/* HEADERS-----------------------------------------*/
h1{
	font-size: 30px !important;
	font-weight: 300 !important;
	color: #fff;
	margin-bottom: 30px !important;
	display: block;
	margin-top: 20px;
}

h2{
	font-size: 16px !important;
	font-weight: 300 !important;
	color: #fff;
	margin-bottom: 10px !important;
	display: block;
}

h3{
	font-size: 14px !important;
	font-weight: 300 !important;
	color: #75aae0;
	margin-top: 4px !important;

}

/* CONTENT-----------------------------------------*/

.content{
	margin-top: 120px;
}

.wrapper{
	width: 600px;
	margin: 0 auto;
	text-align: center;
}

.data_items_wrapper{
	margin: 50px 0;
}

.contact_data_item a:hover >.phone_icon{
	background-position: 0 -42px;
}

.contact_data_item a:hover >.fax_icon{
	background-position: -42px -42px;
}

.contact_data_item a:hover >.mail_icon{
	background-position: -84px -42px;
}

.contact_data_item{
	width: 190px;
	display: inline-block;
	text-align: left !important;
	color: #fff;
	font-size: 16px;
}

.contact_data_item a{
	color: #fff;
}

.contact_data_item:hover{
	text-decoration: none;
}


/* @media-----------------------------------------*/

@media screen and (max-width: 600px) {

	.wrapper{
		width: inherit;
	}

	.contact_data_item{
		width: inherit;
		display: block;
		text-align: center !important;
		margin: 20px 0 30px;
	}
	
	.contact_data_item span{
		float: none;
		margin: 0;
	
	}

}
	
