
/* Alle Aussen- (Margins) und Innenabstände (Paddings) auf 0 setzen, wegen verschiedene darstellung Browser */
* {
	margin: 0px;
	padding: 0px;
}

body {
	height: 100%;
	text-align: center;
	min-width:725px;
}

/* STYLES FOR BG-ANIMATION CANVAS */
body {
  /*overflow: hidden;*/ /* hide scrollbars */
}

#debug {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  background: #201247;
  color: #fff;
}

canvas { /* full window height as long as content */
position: fixed;
top:0px;
left:0px;
}

/* END STYLES FOR BG-ANIMATION CANVAS */



.funky {
	/*background-image: url('../img/laser2048_3.jpg');
	background-repeat: repeat;
	background-position: top center;*/
	height: 100%;
	overflow:visible;
	position: fixed;
	width: 100%;
	background-color: #201247;
}

.noborder {
	border: none !important;
}



/* *******************
-- start accessibility --
   ******************* */


/* accessibility divs are hidden by default text, screenreaders and such will show these */

.accessibility, hr {

   position: absolute;
   top: -999em;
   left: -999em;
}


/* definition tags are also hidden these are also used for menu links */

dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}


/* *******************
-- schriftformatierung --
   ******************* */
   
   
* {
	font-family: Arial, Verdana, "Tahoma", sans-serif;
	font-size: 1em;
}  

.white {
	color: #ffffff;
}

.yellow {
	color: #fff400;
}

.red {
	color: #ff0000;
}

.blue {
	color: #008aff;
}

p.footer {
	font-family: "Tahoma", Verdana, Arial, sans-serif;
	font-size: 11px;
}

h2 {
	font-size: 60px;
}


/* NEON */

h2.one {
	font-size: 60px;
	position: fixed;
	width: 510px;
	right: 257px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 10px 30px;
	top: 50px;
	text-align: right;
	color:#00ff00;
	}
	
h2.two {
	font-size: 46px;
	position: fixed;
	width: 530px;
	right: 257px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 10px 30px;
	top: 260px;
	text-align: right;
}

/*neeeeoooon*/
.neon{
	text-align: right;
	color:#ffffff;
  text-shadow: 0 0 10px #ffffff,
             0 0 20px  #ffffff,
             0 0 30px  #ffffff,
             0 0 40px  #228DFF,
             0 0 70px  #228DFF,
             0 0 80px  #228DFF,
             0 0 100px #228DFF,
             0 0 150px #228DFF;
  /*Animation*/
  -webkit-animation: neonAnimation 1.5s ease-in-out infinite alternate;
  -moz-animation: neonAnimation 1.5s ease-in-out infinite alternate;
  animation: neonAnimation 1.5s ease-in-out infinite alternate;   
}

/*Webkit prefix*/
      @-webkit-keyframes neonAnimation {
        from {
          text-shadow: 0 0 10px #ffffff,
                     0 0 20px  #ffffff,
                     0 0 30px  #ffffff,
                     0 0 40px  #228DFF,
                     0 0 70px  #228DFF,
                     0 0 80px  #228DFF,
                     0 0 100px #228DFF,
                     0 0 150px #228DFF;
        }
        to {
          text-shadow: 0 0 5px #ffffff,
                     0 0 10px #ffffff,
                     0 0 15px #ffffff,
                     0 0 20px #228DFF,
                     0 0 35px #228DFF,
                     0 0 40px #228DFF,
                     0 0 50px #228DFF,
                     0 0 75px #228DFF;
        }
      }
      
      
      /*Moz prefix*/
      @-moz-keyframes neonAnimation {
        from {
          text-shadow: 0 0 10px #ffffff,
                     0 0 20px  #ffffff,
                     0 0 30px  #ffffff,
                     0 0 40px  #228DFF,
                     0 0 70px  #228DFF,
                     0 0 80px  #228DFF,
                     0 0 100px #228DFF,
                     0 0 150px #228DFF;
        }
        to {
          text-shadow: 0 0 5px #ffffff,
                     0 0 10px #ffffff,
                     0 0 15px #ffffff,
                     0 0 20px #228DFF,
                     0 0 35px #228DFF,
                     0 0 40px #228DFF,
                     0 0 50px #228DFF,
                     0 0 75px #228DFF;
        }
      }
      
      /*No prefix*/
      @keyframes neonAnimation {
        from {
          text-shadow: 0 0 10px #ffffff,
                     0 0 20px  #ffffff,
                     0 0 30px  #ffffff,
                     0 0 40px  #228DFF,
                     0 0 70px  #228DFF,
                     0 0 80px  #228DFF,
                     0 0 100px #228DFF,
                     0 0 150px #228DFF;
        }
        to {
          text-shadow: 0 0 5px #ffffff,
                0 0 10px #ffffff,
                0 0 15px #ffffff,
                0 0 20px #228DFF,
                0 0 35px #228DFF,
                0 0 40px #228DFF,
                0 0 50px #228DFF,
                0 0 75px #228DFF;
  }
}




h2.main {
	font-size: 60px;
	/*background-color: #008aff;*/
	position: fixed;
	width: 510px;
	right: 257px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 10px 30px;
	top: 50px;
	text-align: right;
	/*text-shadow: 3px 0px 0px rgba(0,255,0, 1);*/
	/*text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #00ff00, 0 0 35px #00ff00, 0 0 40px #00ff00, 0 0 50px #00ff00, 0 0 75px #00ff00;*/
	-webkit-animation: neon1 1.5s ease-in-out infinite alternate;
-moz-animation: neon1 1.5s ease-in-out infinite alternate;
animation: neon1 1.5s ease-in-out infinite alternate; 
}

h2.sub {
	font-size: 45px;
	/*background-color: #008aff;*/
	position: fixed;
	width: 510px;
	right: 257px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0px 10px 30px;
	text-align: right;
	top: 260px;
	/*text-shadow: 3px 0px 0px rgba(0,255,0, 1);*/
	/*text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #00ff00, 0 0 35px #00ff00, 0 0 40px #00ff00, 0 0 50px #00ff00, 0 0 75px #00ff00;*/
}

h2.small {
	font-size: 35px;
}

a img {
	border: none;
}

a.yellowtextlink {
	text-decoration: none;
	display: inline-block;
}

a.yellowtextlink:hover {
	text-decoration: underline;
	color: #fff400;
}

h2.content-title {
	font-size: 45px;
	/*margin-top: 25px;*/
	color: #008AFF;
	text-align: center;
}

h3.content-title {
	font-size: 1em;
	/*color: #201247;*/
	color: #00ff00;
	font-weight: normal;
	text-align: right;
	margin-bottom: 10px;
	background-color: #201247;
	border: 1px solid #00ff00;
	padding: 6px;
	display: inline;
}

h2.content-title-special {
	font-size: 1em;
	/*color: #201247;*/
	color: #ffffff;
	font-weight: normal;
	text-align: right;
	margin-bottom: 10px;
	position: fixed;
	right: 257px;
	margin-left: auto;
	margin-right: auto;
	top: 325px;
}

h3.content-title.red{
	color: #ff0000;
}

p.italic {
	font-style: italic;
}

p.tracklisting {
	font-size: 13px;
}

.side-col-text {
	font-size: 13px;
}

.delimiter {
	background-color: #00ff00; /*#008AFF;*/
	height: 7px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
	margin-top: 20px;
}


/*  
FIX --------------------------------------------------------------
*/

/*Opera Fix*/
body:before {
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;
}




div.content-center {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -158px; /* half logo width */
	margin-top: -148px; /* half logo height */
}

div.content-folge-wide {
	position: relative;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	text-align: left;
	padding-bottom: 50px;
	/*background-color: #fff;*/
	/*width: 484px;*/
	width: 60%;
	padding: 15px 28px 0px 28px;
	z-index: 9;
	/*-webkit-box-shadow: 3px 0px 0px 0px rgba(0, 255, 0, 1);
	-moz-box-shadow:    3px 0px 0px 0px rgba(0, 255, 0, 1);
	box-shadow:         3px 0px 0px 0px rgba(0, 255, 0, 1);*/
}

div.content-folge-wide.intro {
	position: absolute;
	top: 355px;
	/*left: 60px;*/
	right: 257px;
	text-align: right;
}

div.content-folge-wide.intro.check {
	padding-right:0px;
}


/*
LOGO ---------------------------------------
*/

div.ttm-logo-small {
	background-image: url('../img/TTM_makingof_small_missing.png');
	background-repeat: no-repeat;
	/*background-color: yellow;
	opacity: 0.5;*/
	
	width: 183px;
	height: 183px;
	top: 60px;
	right: 59px;
	z-index: 10;
	position: fixed;
}

a.ttm-logo-sm {
	width: 176px;
	height: 168px;
top: 60px;
right: 59px;
z-index: 10;
position: fixed;

}


div.triangle {
	position: fixed;
	width: 0px; 
	height: 0px; 
	border-left: 100px solid transparent;
	border-right: 100px solid transparent;
	border-top: 100px solid #008aff;
	font-size: 0;
	line-height: 0;
	left: 0px;
	right: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 8;
}

div.diamond {
	width: 220px; 
    height: 220px; 
    background: #008aff;
    margin: 40px 0 0 220px;
    /* Rotate */
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -ms-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
    transform: rotate(-60deg);
    /* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    right: -150px;
    position: fixed;

}



/*
NAVIGATION ---------------------------------------
*/

div.navigation {
	position: fixed;
	top: 288px;
	width: 215px;
	right: 10px;
	text-align: left;
	z-index: 20;
}

div.navigation ul {
border-bottom: 2px solid #fff;

}

div.navigation ul li {
	list-style: none;
	border-top: 2px solid #fff;
	background-color: #00ff00; /*#fff400;*/
	padding-top: 2px;
}

div.navigation ul li:hover, .navigation ul li.selected {
		background-color: #000000;
}

div.navigation ul li:hover a {
		color: #00ff00; /*#fff400;*/
}

div.navigation ul li a {
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	display: block;
	padding-left: 35px;
	opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

div.navigation ul li a:hover, .navigation ul li a.selected {
	color: #00ff00; /*#fff400;*/
}

/*
SUB-NAVIGATION ---------------------------------------
*/

div.navigation ul li ul.diy li{
	list-style: none;
	font-size: 51px;
	padding-top: 2px;
}

div.navigation ul li ul.diy li a{
	padding-left: 33px;
}

div.navigation ul li ul.diy li a span.diy-middle{
	font-size: 30px;
}

div.navigation ul li ul.diy li a span.diy-small{
	font-size: 14px;
}



/*  
FOOTER --------------------------------------------------------------
*/

#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	z-index: 9;
	/*margin-left: -60px;*/
	right: 0px;
} 

div.footer-disclaimer {
}

div.footer-disclaimer a {
	text-decoration: none;
	color: #ffffff;
	font-size: 11px;
	display: inline;
}

div.footer-disclaimer a:hover {
	text-decoration: underline;
}





/*
Making of --------------------------------------------------------------
*/
div.makingof-wrapper {
	margin-bottom: 50px;
	position: relative;
	float: right;
	margin-top:65px;
}


#makingof.overview img {
	margin-top:0px;
	margin-bottom: 0px;
}


#makingof.detail img {
	margin-top:30px;
	margin-bottom: 8px;
}

#makingof p {
	/*color: #201247;*/
	color: #ffffff;
	background-color: #201247;
}



div.makingof-wrapper ul {
}

div.makingof-wrapper ul li {
	display: inline;
}

div.makingof-wrapper ul li img {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

div.makingof-wrapper ul li a {
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

div.makingof-wrapper ul li a:hover {
	opacity:0.7;
	filter:alpha(opacity=70); /* For IE8 and earlier */
}

div.makingof-tracks {
	float: right;
}

div.makingof-image {
	float: right;
	margin-top: 37px;
	margin-right: 35px;
}







/*
Flash ANIMATION ---------------------------------------
*/

#flash {
  position: relative;
  height: 563px;
  width: 563px;
  margin: 0px auto;
}

#flash img {
  position: absolute;
  left: 0px;
  -webkit-transition: opacity 2s ease-in-out;
  -moz-transition: opacity 2s ease-in-out;
  -o-transition: opacity 2s ease-in-out;
  transition: opacity 2s ease-in-out;
}



@keyframes flashFadeInOut {
  	0% {
  	opacity: 1;
  	}
	45% {
	opacity: 1;
	}
	55% {
	opacity: 0;
	}
	100% {
	opacity: 0;
	}
}

@-webkit-keyframes flashFadeInOut {
  	0% {
  	opacity: 1;
  	}
	45% {
	opacity: 1;
	}
	55% {
	opacity: 0;
	}
	100% {
	opacity: 0;
	}
}

#flash img.top {
	animation-name: flashFadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 1s;
	animation-direction: alternate;
	/* Safari & Chrome */
	-webkit-animation-name: flashFadeInOut;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-duration: 1s;
	-webkit-animation-direction: alternate;
}

