

@font-face {
	font-family: "Source Pro"; 
	src: url("/page/daten/fonts/SourceSansPro-Regular.ttf"); 
	font-weight: normal;
}

@font-face {
	font-family: "Source Pro"; 
	src: url("/page/daten/fonts/SourceSansPro-Bold.ttf"); 
	font-weight: bold;
}

@font-face {
	font-family: "Source Pro"; 
	src: url("/page/daten/fonts/SourceSansPro-Light.ttf"); 
	font-weight: light;
}

body {
	font-family: 'Source Pro', sans-serif;
	margin: 0;
}

.container {
	 padding-top: 20px; 
	 margin: 0 auto; 
	 width: 1000px; 
	 text-align: center;
}

.nav {
	float: left;
	padding: 20px 0;
	color: #000;
	width: 100%;
}

.logo {
	margin-bottom: 10px;
}

.logo img {
	margin: 0 auto;
	display: block;
	padding-right: 20px;
}

.topimage {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%; 
    height: 330px;
    text-align: center;
    vertical-align: middle;
    display: block;
    padding: 120px 0 0 0;
    margin-top: -65px;    
    margin-bottom: 24px;
}
.topimage h1 {
	color: #013c81;
	font-size: 3em;
}

.text {
	width: 100%;
	text-align: center;
}

.breit {
    background-color: #cedced;
    width: 100%; 
    text-align: center;
    vertical-align: middle;
    display: block;
    padding: 0 0 0 0;
    border-top: 1px dashed #b3b3b3;
    border-bottom: 1px dashed #b3b3b3;
    margin: 0;
}

.symbol {
	float: left;
	width: 20%;
	margin-top: 20px;
}
.symbol img {
	width: 100px;
}

.core {
	float: left;
	width: calc(50% - 80px);
	margin-top: 20px;
	text-align: left;
	padding: 0 40px;
}
.core img {
	float: left;
	margin-right: 20px;
}
	
a {
	color: #777;
	text-decoration: underline;
}
a:hover {
	color: #c9252c;
	text-decoration: none;
}

.border {
	border: 1px solid grey;
	margin: 0px;
}
