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


body {
	font-smooth:always;
	font-weight:normal;
	background:#000;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	font-family: Fengardo, sans-serif;
	font-size: 1em;
	line-height:1.5em;
	color:#f8f8f8;
	margin:0;

}

h1 {
	font-weight:normal;
	color:#f8f8f8;
	margin:15px 15px 25px 15px;
	font-family: Cuprum, sans-serif;
	font-size: 45px;
	line-height:1.5em;
	text-align:center

}

h2 {
	font-family: Cuprum, sans-serif;
	font-size: 1.5em;
	line-height:1.7em;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:normal;
	margin:0px 20px 15px 0px;
	border-bottom:1px solid #f2f2f2;
}

img {
	z-index:-2;
}

p {
	margin:15px 0px 0px 0px;
	text-align:left;
	}

a, a:visited {
	transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-webkit-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	color:rgba(255,255,255,0.65);
	text-decoration:underline;
}

a:hover, a:active, a:focus {
	color:#f2f2f2;
	text-decoration: underline;
}



.box {
	display:block;
	margin:30px 0px 25px 20px;
	max-width:400px;
	float:left;
	text-align:left;
	z-index:-2;
}

.vignette {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 500px rgba(0,0,0,0.6) inset;
  -webkit-box-shadow: 0 0 500px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 0 500px rgba(0,0,0,0.6) inset;
  -o-box-shadow: 0 0 500px rgba(0,0,0,0.6) inset;
  z-index:-1;
}

#header {
	width: 100%;
background-color:#000;
background-repeat:no-repeat;
background-size:cover;

/*	padding:30px 0px 10px 0px;
	background: url(../images/header-bg.jpg);
	background-repeat:repeat; */
	text-align:center;
	z-index:-3;

	}

#wrapper {
	padding:0px 40px 0px 40px;
	max-width: 1080px;
	text-align:center;
	margin: 60px auto 0px auto;
	z-index: 0;

}

.dottedline {
	border-bottom:1px dotted #333;
	margin-top: 15px;
}

.clearfloat {
	clear:both;
}

.imprintbutton a, imprintbutton a:visited {
	text-transform:uppercase;
	color:#fff;
	background-color:#000;
	font-size:12px;
	padding:0px 5px 0px 5px;
	display:block;
	position:absolute;
	right:0;
	bottom:0;
	}

.imprintbutton a:hover, imprintbutton a:active {
	text-transform:uppercase;
	color:#000;
	background-color:#fff;
	bottom:0;
}

/*--------------- LOGO PLACEMENT AND FADE-IN ----------------------*/

.image-animation {
	margin: 0px 0px 0px 0px;
       -webkit-animation: fadein 1.5s ease-in-out; /* Safari and Chrome */
       -moz-animation: fadein 1.5s ease-in-out; /* Firefox */
        -ms-animation: fadein 1.5s ease-in-out; /* Internet Explorer */
         -o-animation: fadein 1.5s ease-in-out; /* Opera */
            animation: fadein 1.5s ease-in-out;
}

.animation {
	z-index:5;
	-webkit-animation: fadein 1s ease-in-out; /* Safari and Chrome */
       -moz-animation: fadein 1s ease-in-out; /* Firefox */
        -ms-animation: fadein 1s ease-in-out; /* Internet Explorer */
         -o-animation: fadein 1s ease-in-out; /* Opera */
            animation: fadein 1s ease-in-out;
	}

@keyframes fadein {
    from { opacity: 0; margin-top:-50px; }
    to   { opacity: 1; margin-top:0px;}
}

/* Firefox */
@-moz-keyframes fadein {
 from { opacity: 0; margin-top:-50px; }
    to   { opacity: 1; margin-top:0px;}
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
 from { opacity: 0; margin-top:-50px; }
    to   { opacity: 1; margin-top:0px;}
}

/* Internet Explorer */
@-ms-keyframes fadein {
 from { opacity: 0; margin-top:-50px; }
    to   { opacity: 1; margin-top:0px;}
}​

/* Opera */
@-o-keyframes fadein {
from { opacity: 0; margin-top:-50px; }
    to   { opacity: 1; margin-top:-0px;}
}​
</pre></body></html>