<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import "reset.css";

body {
  font-size:16px;
  font-family: "futura-pt",sans-serif;  color:#4c575f;
  text-align:left;
  line-height:150%;
}
html, body {
  height: 100%;
}
#container {
  height: 100%;
  /* equal to footer height */
}
.content {
	padding-bottom:45px;
	min-height:calc(100% - 45px);
}
header {
	background-color:#003777;
}
header &gt; div {
	width:1024px;
	margin:0 auto;
}
header &gt; div img {
	padding:50px 0 30px 0;;
}
.headercontact a {
	color:#999;
	text-decoration:none;
}
.headercontact img {
	width:20px;
	height:auto;
}
.menu {
	background-color:#333;
}
.menu nav .headermenu {
	float:left;
}
.menu nav {
	width:1024px;
	margin:0 auto;
	overflow:hidden;
}
.menu nav ul {
	padding:10px 0;
	overflow:hidden;
}
.menu nav ul li {
	float:left;
	padding-right:15px;
}
.menu nav ul li a {
	color:#999;
	text-decoration:none;
}
.menu nav ul li a:hover, .menu nav ul li.aktiv a {
	color:#fff;
}
.menu nav .headercontact {
	float:right;
	color:#999;
	padding:10px 0;
}
.menu nav .language {
	float:right;
	color:#999;
	padding:10px 0 10px 10px;
}
.menu nav .language img {
	padding-left:5px;
}
section {
	width:1024px;
	margin:0 auto;
	overflow:hidden;
	padding:40px 0;	
}
section #c_content .links, section #c_content .rechts {
	float:left;
	width:47%;
	min-height:2px;
}
section #c_content .clearfix .clearfix .links, section #c_content .clearfix .clearfix .rechts {
	float:left;
	width:48%;
}
section #c_content .links {
	margin-right:6%;
}
section #c_content .clearfix .clearfix .links {
	margin-right:2%;
}
.csc-frame-frame1 {
	position: relative;
	background:#ccc;
	text-align:center;
	padding:20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	height:90px;
	margin-bottom:10px;
	box-shadow:3px 3px 5px grey;
}
.csc-frame-frame1:hover,.csc-frame-frame1:hover a {
	background-color:#003777;
	color:#fff;
}
#c120 .csc-frame-frame1, #c116 .csc-frame-frame1 {
	padding:10px 20px;
}
section h1 {
	font-weight:bold;
	font-size:23px;
	line-height:26px;
	padding-bottom:15px;
}
section p, section ul {
	font-size:18px;
	padding-bottom:15px;
}
section li {
	margin-left:16px;
	list-style:outside;
}
section p a {
	color:#000;
	text-decoration:none;
}
section .csc-frame-frame1 p {
	padding-bottom:0;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
section .csc-frame-frame2 img {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
section #c_content .links p b {
	font-size:22px;
	line-height:26px;
}
section blockquote {
	background-color:#333;
	color:#fff;
	padding:25px 20px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:30px;
}
section blockquote p {
	font-size:26px;
	padding-bottom:0;
}
section blockquote p:last-child {
	text-align:right;
	padding-top:10px;
}
section blockquote span {
	font-size:16px;
	font-weight:normal;
	text-transform:none;
}
section img {
	width:100%;
	height:auto;
}
footer {
	background-color:#333;
	height:50px;
	margin-top:-50px;
	width:100%;
}
footer &gt; div {
	width:1024px;
	margin:0 auto;
	padding:10px 0;
	color:#fff;
}
footer a {
	color:#fff;
	text-decoration:none;
	margin-right:10px;
}

.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
} 

.clearfix::after {
  clear: both;
}

.clearfix {
  *zoom: 1; /* Für den IE6 und IE7 */
}
</pre></body></html>