<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ====================================================   GLOBAL DEFINITION   ==================================================== */

@font-face {
    font-family: 'Tauri';
    font-style: normal;
    font-weight: 400;
    src: local('Tauri Regular'), local('Tauri-Regular'), url(http://themes.googleusercontent.com/static/fonts/tauri/v2/33NkxyDp8MBgQpwno_A-zw.woff) format('woff');
}

* {
    margin: 0;
    padding: 0;
}

html {
    padding: 5px 2%;
}

body {
    width: 75%;
    margin: 0 auto;
    font: normal 1.05em Arial, sans-serif;
    color: #474747;
    background: #ffffff;
}

a {
    color:#006699;
    font-weight: bold;
}
a:hover, a:focus {
    color: #8F8F90;
}

a.more {
    float: right;
}
a.more:after {
    content: " &gt;&gt;";
    display: inline-block;
    height: 1em;
    margin-left: 10px;
}
footer a {
    color: #989898;
}

a.more:hover, footer a:hover {
    color: #4A4A4A;
    text-decoration: none;
}

p {
    line-height: 1.6em;
    margin: 20px 0;
}

h1 {
    font: bold 1.875em Tauri, serif;
    color:#FF9900;
}
h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: #006699;
    padding: 10px 5px;
	color:#006699;
    border-bottom: 1px solid #BBBCBE;
}
h3 {
    font: normal 1.10em Tauri, serif;
    color: #006699;
    margin: 20px 0;
}
h2.img {
    padding-left: 40px;
    background: left center no-repeat scroll;
}
.img.about {
    background-image: url('../img/icon-about.png')
}
.img.cash {
    background-image: url('../img/icon-cash.png')
}
.img.group {
    background-image: url('../img/icon-group.png')
}
/* image wrapper */
.header-image-wrapper{
max-width:90%;
height:auto;
display:block;
margin:0 auto;
padding-top:0;
}
.header-image-wrapper img{
width:40% !important;
height:auto !important;
float: right;
margin-right: 75px;
}
img, a img {
    border: 0 none;
}

ul.bullets  {
    margin: 30px 0 0 13px;
    color: #FFA128;
}
ul.bullets li {
    width: 100%;
    font-size: 1.10em;
    font-weight: bold;
    padding-left: 5px;
    line-height: 2.0em;
    color: #FFA128;
}
ul.bullets li span	{
    color: #474747;
}


dl {
    margin-bottom: 50px;
    clear: left;
}

dt {
    float: left;
    font-weight: bold;
    margin-right: 5px;
    padding: 5px;
    width: 90px;
}

dd {
    margin: 2px 0;
    padding: 5px 0;
}

/* ====================================================  HEADER   ==================================================== */

header {
	width: 100%;
	height: 240px;
	background: url('../img/header-bg.png') no-repeat left top;
    background-size: contain;;
}

#logo	{
    float: left;
    margin: 30px 0 0 30px;
    padding: 10px 0 25px 10px;
    text-decoration: none;
}

#navlink {
    display:none;
    float: left;
    text-decoration: none;
    font-size: 2.875em;
    font-weight: bold;
    padding: 10px;
    margin: 10px 0 0 10px;
}


/* ====================================================   CONTENT   ==================================================== */

main	{
    display: block;
    position: relative;
    width: 100%
}

article {
    float: left;
    margin-top: 70px;
    width: 96%;
    padding: p 2%;
}
section {
    float: left;
    width: 70%;
}
section.spalte {
    float: left;
    width:30%;
	margin:0 1.5% 1.5% 0;
    padding:20px 2%;
    min-height: 300px;
	border:2px solid #cc00cc;
	border-radius:20px;
}
section.spalte h2	{
    font-size: 1.875em;
    font-weight: normal;
    color: #006699;
    padding: 10px 5px;
    border-bottom: 1px solid #BBBCBE;
}
/* ===== hosting ===== */
main .news-1 {
    background: no-repeat right #EEE;
	border-color: #808080;
	box-shadow: 3px 3px 3px #999;
}

main .news-1 h2 a {
    color: #808080;
	font-weight:normal;
	text-decoration:none;
	border:0 none;
}
main .news-1 h2 a:hover{
	color:#FF9900;
}
/* ===== hosting ===== */
/* ===== netzwerk ===== */
main .news-2 {
    background: no-repeat right #EEE;
	border-color: #FF9900;
	box-shadow: 3px 3px 3px #999; 
}
main .news-2 h2 a {
    color: #FF9900;
	font-weight:normal;
	text-decoration:none;
	border:0 none;
}
main .news-2 h2 a:hover{
	color:#006699;
}
/* ===== netzwerk ===== */
/* ===== software ===== */
main .news-3 {
    background: no-repeat right #EEE;
	border-color: #006699;
	box-shadow: 3px 3px 3px #999;
}
main .news-3 h2 a {
    color: #006699;
	font-weight:normal;
	text-decoration:none;
	border:0 none;
}
main .news-3 h2 a:hover{
	color:#CC0099;
}
/* ===== software ===== */
/* ===== quickinfo ===== */
main .news-4	{
    background: no-repeat right #EEE;
	border-color: #CC0099;
	box-shadow: 3px 3px 3px #999;
}
main .news-4 h2 {
    color: #006699;
}
main .news-4 h2 a {
    color: #CC0099;
	font-weight:normal;
	text-decoration:none;
	border:0 none;
}
main .news-4 h2 a:hover {
    color: #006699;
}
/* ===== quickinfo ===== */

aside {
    float: right;
    min-width: 27%;
	width:27%
}
aside div{
	border: solid thin #006699;
	border-radius:5px;
	padding:5px;
	margin-bottom:10px;
}
h2{
	font-size:1.3em;
	font-weight:lighter;
	border:none;
	padding-bottom:0;
}
aside ul {
    line-height: 1.6em;
    list-style: none outside none;
    padding: 1em 0 1em 5px;
    clear: left;
}
aside p {
    margin-bottom: 50px;
}
aside p:last-child {
    margin-bottom: 20px;
	padding-bottom:10px;
}


/* ====================================================  SHADOW   ==================================================== */
#one{
	box-shadow: 3px 3px 3px #999; 
}
#red{
	box-shadow: 3px 3px 3px #999;
	border:solid red thin;
}
#noborder{
	border:none;
}
#noborder01{
	border:none;
}
#noborder01 h2{
	color:green;
}
/* ====================================================  NAV   ==================================================== */

nav	{
	float: left;
	width: 100%;
	list-style-type: none;
	box-shadow: 3px 3px 3px #999;
	position: absolute;
	top: -11px; left:0%;
	display: block;
	text-align: center;
	margin: 0 auto 30px;	
}
nav ul {
    float: left;
    width: 100%;
    list-style-type: none;
    background: #006699;
}
nav ul li {
    float: left;
	border-left:solid thin #808080;
}
nav ul li:last-child {
	border-right:solid thin #808080;
}
nav ul li a 	{
    float: left;
    padding: 16px 16px 16px 16px;
    color: #FFFFFF;
    text-decoration: none;
	border-bottom:3px solid  #ff9900
}
nav li a:hover, nav li a:focus {
    background: #ff9900;
	border-bottom:solid 3px #006699;
	color:#006699;
}


/* ====================================================   FOOTER   ==================================================== */

footer {
    float: left;
    width: 100%;
    margin: 10px 0 40px 0;
    color: #989898
}
footer ul {
    float: left;
    margin-left: 22px;
    list-style-type: none;
}
footer ul li	 {
    display: inline-block;
    border-left: 1px solid #989898;
}
footer ul li:first-child	 {
    border: 0 none;
}
footer ul li a {
    padding: 0 8px;
}
footer p {
    float: right;
    margin-right: 30px;
    margin-top: 10;
    padding-top: 0;
    text-align: right;
	font-size:0.65em;
}

/* 2-Spaltenlayout mit breiterem aside */
@media screen and (max-width: 950px) {
    body {width:100%}
    section {width:58%;}
    section.spalte,
    aside {width:29%;}
}

/* 1-Spaltenlayout mit Navigation unten*/
@media screen and (max-width: 620px) {
    section,
    section.spalte,
    aside {
        float: none;
        width: 96%;
		margin-bottom:10px;
    }

    header {
    height: 150px;
	background: 0 none;
    background-size: contain;;
	}
    #navlink {
        display:block;
    }

    article {
        margin-top: 16px;
    }
    nav {
        position:relative;
    }
    nav ul {
        display: block;
        background: transparent;
        margin: 3em 0 2em;
    }
    nav ul li{
        width: 90%;
        margin: 5px 2%;
		border-left:0 none;
    }
	nav ul li:last-child{
		border-right: 0 none;
}
    nav ul li a{
        width: 90%;
        background: #006699;
        margin: 5px 5%;
        border-radius: 10px;
    }
    nav ul li a:after {
        display:none;
    }
		/* image wrapper */
	.header-image-wrapper{
	max-width:90%;
	height:auto;
	display:block;
	margin:0 auto;
	
	}
	.header-image-wrapper img{
	width:85% !important;
	height:auto !important;
	float: right;
	margin-right:0;
	}
}
</pre></body></html>