@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700');
@charset "UTF-8";
/* CSS Document */

body {
	background-color: #171a23; /*helles blau #556684 dunkles blau #171a23*/
	margin: auto;
	width: 1280px;
}

h1 {
    font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
}

p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
}

a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	text-decoration: none;
}

/*===================================wrapper================*/

#wrapper {
	width: 1280px !important;
	height: auto;
}

#links {
	width: 49%;
	margin-left: 0 !important;
	text-align: left;
}

/*==================================navigation==================*/

header {
	margin: auto;
	width: 1280px;
	margin-bottom: 50px;
}

/*==================================navigation==================*/

.nav-links {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	display: block;
	margin-top: -50px;
}

ul {
	display: !important;
}

/*==================================footer==================*/

footer {
	width: 1280px;
	margin-top: 50px;
}




