/* @import url(https://fonts.googleapis.com/css?family=Playball); */

/* 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}
/* END reset */

p, ul { font-size: 1.1em; line-height: 1.1em; font-weight: normal}


h1 { 
    font-family: 'Playball', 'verdana', 'arial';
    font-size: 2em; 
    /* font-size: 2vw; */
    line-height: 1em;
    color: #636463;
}

.fluid-img { 
    position: absolute;
    z-index: -100;
    /*
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;

    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url() no-repeat;
    background-size: cover; 
    */
    /*
    -webkit-filter: grayscale(0.6);
    filter: grayscale(0.6);
    */
}


#overlay{
    position: fixed; top:0; left:0; width:100%; height:100%; opacity: 0.4;
    background-image: url(../img/overlay.png); 
    background-repeat: repeat;
    z-index: -99;
}

/* Preloader */
#preloader {
    position: fixed;
    top: 0; left: 0;
    right: 0; bottom: 0;
    background-color: #fff; /* change if the mask should have another color then white */
    z-index: 99; /* makes sure it stays on top */
}

#status {
    width:60px;
    height:60px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    background-repeat:no-repeat;
    background-position:center;
    margin:-100px 0 0 -100px; /* is width and height divided by two */
}

body {
    /* overflow: hidden; */
    /*
    background-image: url(../img/bg/01_1_1920x1080.jpg);
    background-position: center center; 
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    
    -webkit-filter: grayscale(0.5);
    filter: grayscale(0.5);
    */
}


div[class^="t-fade"] {
    position: fixed;
    top: 50%; left: 50%;
    min-width: 100%; min-height: 100%;
    width: auto; height: auto;
    display: none;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    
    -webkit-filter: grayscale(0.5);
    filter: grayscale(0.5);
    
    /*
    background: url(http://static.fundorado.com/traffic/mtlpfs_nowyoo/vid/trailer_fallback.jpg) no-repeat;
    background-size: cover;
    */
}


header {
    position: fixed;
    top: 0px; left: 0px;
    width: 100%; height: 50px;
    background-color: #5f5f5f;
    background-color: rgba(0,0,0, 0.6)
}

#t-logo {
    color: #ffffff;
    font-family: 'Aldrich', sans-serif;
    font-weight: 600;
    font-size: 30px;
    /*
    letter-spacing: 2px;
    */
    margin: 10px 0 0 10px;
    opacity: 0.3;
}

.torsion {
    position: absolute;
    width: 80%; height: auto;
    left: 10%; right: 10%;
    top: 45%;
    opacity: 0.75;
}

.nav-main {
    position: fixed;
    top: 30%; left: 0;
}


svg text {
    fill: #3991aa; text-anchor: left; font-size:20; letter-spacing: 5px; font-family: Impact, Verdane, sans-serif;
}

/*
.sec:hover { cursor: pointer; }
.sec:hover rect, .sec:hover text { stroke:none; stroke-width:0; fill:#3991aa }
*/


/* scroller */
.nav-scroll-down {
    position: absolute;
    bottom: 0px; left: 0;
    width: 100%;
    text-align: center;
}
.nav-scroll-down:hover {
    cursor: pointer;
}

#impressum {
    font-family: 'Aldrich', sans-serif;
    position: absolute;
    bottom: -40px;
    width: 100%; height: 30px;
    background: #ffffff;
    background: rgba(255,255,255,0.7);
    padding: 5px;
}


#line_down { 
    /*
    position: fixed; 
    bottom: 0px; 
    left: 49%; 
    */
    /* background-color: rgba(255,255,255, 0.2) */
}

#line_down:hover .path {
    stroke-width: 3px;
    opacity: 0.9;

    animation: dash 0.2s linear alternate infinite;
}

.path {
  stroke-dasharray: 50;
  stroke-dashoffset: 70;
  animation: dash 1s linear alternate infinite;
}

@keyframes dash {
  from { stroke-dashoffset: 50; }
  80% { stroke-dashoffset: 65; }
  to { stroke-dashoffset: 80; }
}

/*
#line_down:hover .path { 
    stroke-width: 6px;
    opacity: 0.5
    animation: dash 0.3s linear alternate infinite;
}
*/


@media screen and (max-width: 640px) {
    
}

