@charset "utf-8";
/* CSS Document */


/*
  fonts
  reset
  supersized
  general
  layout
  curtains
  shade
  countdown
  menu
  top panel
  newsletter form
  social icons
  site loader
*/


/* fonts */

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

html, body {
height: 100%;
}

body {
line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

*:focus {  
outline: none;
}
p >a >span.grau {
    color: #999;
}

/* supersized */
img { border: none; }
#supersized-loader { position: absolute; top: 50%; left: 50%; width: 60px; height: 60px; margin: -30px 0 0 -30px; text-indent: -999em; background: url(../images/supersized-progress.gif) no-repeat center center; z-index: -1; }
#supersized { display: block; position: fixed; left: 0; top: 0; overflow: hidden; height: 100%; width: 100%; z-index: -999; }
#supersized img { width: auto; height: auto; position: relative; display: none; outline: none; border: none; }
#supersized.speed img { -ms-interpolation-mode: nearest-neighbor; image-rendering: -moz-crisp-edges; } /* Speed */
#supersized.quality img { -ms-interpolation-mode: bicubic; image-rendering: optimizeQuality; }         /* Quality */
#supersized li { display: block; list-style: none; position: fixed; overflow: hidden; top: 0; left: 0; width: 100%; height: 100%; background: none; z-index: -30; }
#supersized a { width: 100%; height: 100%; display: block; }
#supersized li.prevslide { z-index: -20; }
#supersized li.activeslide { z-index: -10; }
#supersized li.image-loading { background: url(../images/supersized-progress.gif) no-repeat center center; width: 100%; height: 100%; }
#supersized li.image-loading img { visibility: hidden; }
#supersized li.prevslide img, #supersized li.activeslide img { display: inline; }


/* general 
body {
font-family: Century-regular, Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 1.5;
font-style: normal;
font-weight: normal;
text-align: left;
color: #999;
background: #fff;
-webkit-font-smoothing: antialiased;
-webkit-text-size-adjust: 100%;
width: 100%;
height: 100%;
}


.introduction div {
font-family: 'Century-regular';
font-size: 23px;
line-height: 1.5;
font-style: normal;
font-weight: 300;
letter-spacing: normal;
color: #999;
text-shadow: 1px 1px 2px #000;
}

.introduction div span {
display: inline-block;
}
*/


#intro-author {
width: auto;
margin: 0;
padding: 0;
font-size: 440%;
}
/*
#intro-title {
font-family: 'Century-regular';
font-size: 40px;
font-weight: 100;
font-style: normal;
text-align: left;
letter-spacing: 8px;
line-height: 80px;
-webkit-font-smoothing: antialiased;
color: #F4F4F4;
margin: 5px 0 5px 0;
padding: 0;
text-transform: none;
}

.intro-line {
width: 440px;
height: 5px;
background: #fff;
margin: 15px 10px 0 0;
padding: 0;
}

h1 {
font-family: 'Century-regular';
font-style: normal;
font-weight: normal;
text-transform: uppercase;
font-size: 55px;
line-height: 55px;
letter-spacing: 1px;
padding: 0 0 20px 10px;
margin: 0;
}

a {
color: #ccac00;
text-decoration: none;
outline: none;
}

a:hover {
color: #999;
text-decoration: none;
}

p a {
color: #ccac00;
font-weight: bold;
text-decoration: none;
}

p a:hover {
color: #999;
text-decoration: none;
transition: color 0.5s;
}
*/
::-moz-selection { background: #555; color: #999;      /* Firefox */ }
     ::selection { background: #555; color: #999;      /* Safari */  }


/* layout */
#page {
}

#content-wrapper {
margin: 70px 0 0 -10px;
padding: 0;
}

.content {
width: 90%;
margin: 0;
padding: 0;
text-align: left;
}

.content p {
padding: 0 0 10px 0;
}


/* curtains */
#curtains {
position: fixed;
height: 100%;
width: 100%;
overflow: hidden;
background: url(../images/curtains.png) repeat top left;
z-index: 0;
}




/* countdown 
#countdown-wrapper {
display: inline-block;
}

#countdown-wrap {
width: auto;
float: none;
margin: 0;
padding: 0;
}

#countdown {
margin: 0;
padding: 0;
}


*/



/* top panel 
#top-panel-container {
position: fixed;
width: 100%;
top: 0;
margin-left: auto;
margin-right: auto;
z-index: 999;
}

.panel-button {
position: absolute;
width: auto;
height: 15px;
top: 16px;
right: 20px;
background: none;
display: visible;
cursor: pointer;
z-index: 1000;
}

.panel-button a {
position: relative;
font-family: 'TrumpGothicEastBold';
font-size: 15px;
font-style: normal;
font-weight: normal;
text-transform: uppercase;
text-decoration: none;
color: #fff;
}

.panel-button a:hover {
color: #fff;
}

#close-button {
display: none;
}

#top-panel {
position: absolute;
width: 100%;
left: 0;
z-index: 999;
}

#panel {
position: relative;
width: 100%;
overflow: hidden;
margin-left: auto;
margin-right: auto;
z-index: 1000;
}

#panel-contents {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
background: #000;
z-index: 0;
}

*/


/* site loader */
.loader {
position: absolute;
width: 100%;
height: 100%;
overflow: hidden;
background: #fff url(../images/site-loader.gif) no-repeat center center;
z-index: 10000;
}