﻿@charset "utf-8";
/* CSS Document */
/*reset*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* LAYOUT */

body {
    background: #FFF;
    font-family: 'Droid Sans', arial, serif;
    color: #000;
    font-size:12px;    
    line-height:16px;
}

#logo {
    float:right;
    width: 140px;
    height: 107px;
    margin-top: 40px;
    margin-bottom: -45px;
    z-index: 100;
    text-align:center;
}

#logo a, a:visited {
    text-decoration:none;
    outline:none;
   color:#F20F22;
}

#logo a:hover{
    text-decoration:underline;
}


#wrapper {
    width: 960px;
    margin:0 auto;    
}


#content {
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
}

#content a, a:visited {
    text-decoration:none;
    outline:none;
    color:#F20F22;
}

#content a:hover{
    text-decoration:underline;
}


#wall {
    width: 350px;
    float: left;
    padding: 50px 6px 6px 6px;
    font:14px/1.3 'Segoe UI',Arial, sans-serif;
    color:#8b8b8b;
}

#trailer_wrapper {
    width: 480px;
    float: right;
    margin-top: 10px;
    z-index:1;
   
}

#trailer_wrapper1 {
    width: 480px;
    float: right;
    margin-top: 50px;
    z-index:1;
      padding-bottom: 20px;
    
}



#trailer2_wrapper {
    width: 480px;
    float:right;
    margin-bottom: 15px;
}

#trailer_descr {
    padding-top: 20px;
    }

#player {
    margin:0 auto;
    width: 480px;
    height: 270px;
   
}

#filme_descr {  
    width: 480px;
    float:right;
}

#accordion {    
    padding-top: 415px;
}

#accordion3 {
    float: left;
    width:450px;
    margin-bottom: 15px;
}

#footer {
        margin-top: 20px;
}

.clear {
    clear: both;
}

.flag {
    width: 17px;
    height: 12px;
    vertical-align: middle;
}

#filme {
    width: 400px;
    float: left;
    }
        
        
#filme img{
    margin: 10px 10px 0 0;
    width: 165px;
    height: 253px;
    border: 10px solid #fff;
position: relative;
overflow: hidden;
opacity: 0.5;
-webkit-box-shadow: 0 0 3px #000;
-moz-box-shadow: 0 0 3px #000;
box-shadow: 0 0 3px #000;
-webkit-transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
transition: all .5s ease-out;
    }
    
    
#filme img:hover{
    opacity:1;
    cursor:pointer;
    -webkit-box-shadow:0 0 10px #000;
    -moz-box-shadow:0 0 10px #000;
    box-shadow:0 0 10px #000;
}

/* Main menu */
#menu
{
        width: 800px;
        margin: 40px 0 0 0;
        float:left;
        padding: 10px 0 0 0;
        list-style: none;
        background: #111;
        background: -moz-linear-gradient(#444, #111);
        background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
        background: -webkit-linear-gradient(#444, #111);
        background: -o-linear-gradient(#444, #111);
        background: -ms-linear-gradient(#444, #111);
        background: linear-gradient(#444, #111);
        -moz-border-radius: 5px;
        border-radius: 5px;
        -moz-box-shadow: 0 2px 1px #9c9c9c;
        -webkit-box-shadow: 0 2px 1px #9c9c9c;
        box-shadow: 0 2px 1px #9c9c9c;                          
}


#menu li
{
    float: left;
    padding: 0 0 10px 0;
    position: relative;
    line-height: 0;
}

#menu a 
{
    float: left;
    height: 25px;
    padding: 0 23px;
    color: #FFF;
    text-transform: uppercase;
    font: bold 12px/25px 'Droid Sans', Arial, Helvetica;
    text-decoration: none;
}

#menu li:hover > a
{
    color: #fafafa;
    text-decoration: underline;
}

*html #menu li a:hover /* IE6 */
{
    color: #fafafa;
    text-decoration: underline;
}

#menu li:hover > ul
{
    display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 99999;    
    background: #444;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);    
    background: -o-linear-gradient(#444, #111); 
    background: -ms-linear-gradient(#444, #111);    
    background: linear-gradient(#444, #111);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,.5);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,.5);
    box-shadow: 0 0 2px rgba(255,255,255,.5);   
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-opacity: 0.9 /* alte Versionen von Mozilla Fireox */
    -webkit-opacity: 0.9 /* alte Versionen von Webkit-Browsern */
    filter: alpha(opacity=90)   /* ältere Versionen des Internet Explorers inklusive Version 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* Internet Explorer Version 8 */
    opacity: 0.9; 
}

#menu ul ul
{
  top: 0;
  left: 150px;
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;  
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child
{   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;    
}

#menu ul a
{    
    color: white;
    padding: 10px;
    height: 10px;
    width: 130px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
}

*html #menu ul a /* IE6 */
{    
    height: 10px;
}

*:first-child+html #menu ul a /* IE7 */
{    
    height: 10px;
}

#menu ul a:hover
{
    background: #A62631;
    background: -moz-linear-gradient(#F20F22,  #A62631);    
    background: -webkit-gradient(linear, left top, left bottom, from(#F20F22), to(#A62631));
    background: -webkit-linear-gradient(#F20F22,  #A62631);
    background: -o-linear-gradient(#F20F22,  #A62631);
    background: -ms-linear-gradient(#F20F22,  #A62631);
    background: linear-gradient(#F20F22,  #A62631);
}

#menu ul li:first-child > a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#menu ul li:first-child > a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0; 
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #F20F22; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #F20F22; 
    border-bottom-color: transparent;   
}


#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after 
{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */


#logo img {
    width: 140px;
}

/* FACEBOOK WALL */


/* The page heading */

h1{
    color: black;
    font-weight: bold;
    font-size:16px;
    margin-bottom: 30px;
    font-family: 'Segoe UI',Arial, sans-serif;
}

h2{
    font-weight: bold;
    font-size: 14px;
    font-family:'Segoe UI',Arial, sans-serif;
    font-weigth: bold;
}

/* The wall post items */

.facebookWall li{
    background: url('../images/divider.png') no-repeat center bottom;
    list-style: none;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 25px;
    position: relative;
}

/* The user/page avatar */

.facebookWall li img.avatar{
    float:left;
}

/* The user/page name */

.facebookWall h2{
    font-size:16px;
    font-weight:normal;
    margin-bottom: 5px;
}

/* The .status div container */

.facebookWall .status{
    width:285px;
    padding-left:65px;
}

/* Link share attachment */

.facebookWall .attachment{
    border-left: 1px solid #C4C4C4;
    font-size: 12px;
    margin-top: 14px;
    overflow: hidden;
    padding-left: 10px;
}

.facebookWall .attachment-data{
    display:table-cell;
    vertical-align:top;
}

.facebookWall img.picture{
    float:left;
    margin-right: 10px;
}


/* Posted date/time, number of likes and comments */

.facebookWall p.meta{
    color: #BBBBBB;
    font-size: 11px;
    padding: 15px 0 0 65px;
}



/* TYPOGRAPHIE */

#trailer_descr p{
    font-size: 6pt;
    color: #666666; 
    font-family: 'Podkova';
}


.text {
    padding: 0 0 10px 0;
    font: 14px/1.3  'Segoe UI',Arial, sans-serif;
    -webkit-font-smoothing: antialiased;    
    display: block;
    white-space: pre-wrap;
    line-height: 1.4em;
}


/* SPONSOREN */

.sponsorListHolder{
    margin-bottom:30px;
}

.sponsor{
 font-size:0.825em;
 color:#666;
 background-color:#fff;
 font-family:Arial, Helvetica, sans-serif;
    width:180px;
    height:180px;
    float:left;
    margin:4px;
    
    /* Giving the sponsor div a relative positioning: */
    position:relative;
    cursor:pointer;
}

.sponsorFlip{
    /*  The sponsor div will be positioned absolutely with respect
        to its parent .sponsor div and fill it in entirely */

    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    border:1px solid #ddd;    
    background:url("../images/sponsoren_background.jpg") no-repeat center center #f9f9f9;
}

.sponsorFlip:hover{
    border:1px solid #999;
    
    /* CSS3 inset shadow: */
    -moz-box-shadow:0 0 30px #999 inset;
    -webkit-box-shadow:0 0 30px #999 inset;
    box-shadow:0 0 30px #999 inset;
}

.sponsorFlip img{
    /* Centering the logo image in the middle of the sponsorFlip div */
    width: 140px;
    position:absolute;
    top:50%;
    left:50%;
    margin:-30px 0 0 -70px;
}

.sponsorData{
    /* Hiding the .sponsorData div */
    display:none;
}

.sponsorDescription{
    font-size:11px;
    padding:50px 10px 20px 20px;
    font-style:italic;
}

.sponsorURL{
    font-size:10px;
    font-weight:bold;
    padding-left:20px;
}

.clear{
    /* This class clears the floats */
    clear:both;
}


/* Timeline */

ul.events {
    list-style-type: none;
    margin: 0;
    padding: 0 0 20px 0;
}

ul.events li {
    font-family: 'Helvetica Neue', Helvetica, Arial, serif;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    background: #eee;
    border: 1px solid #ddd;
    color: black;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 3px 0;
    position: relative;
    text-align: center;
}

ul.events li em {
    color: red;
    font-weight: normal;
    font-size: 0.9em;
}

ul.intervals {
    list-style-type: none;
    padding: 0;
    display: block;
}

/* The width depends on the number of intervals. For example 100 / 7 = 14.29% -- then subtract a little bit for room for the borders */
ul.intervals li {
    font-family: 'Helvetica Neue', Helvetica, Arial, serif;
    background: #fff url(/images/1x1_eee.gif) repeat-x left 10%;
    border-right: 1px solid #000;
    color: #000;
    float: left;
    font-size: 1em;
    margin: 0;
    text-align: center;
    width: 33.1%;
    font-weight: bold;
}

ul.intervals li.first {
    border-left: 1px solid #000;
}

/* QUOTES */

/* creates the wider right-angled triangle */
.triangle-obtuse:before {
    content:"";
    position:absolute;
    bottom:-20px; /* value = - border-top-width - border-bottom-width */
    left:60px; /* controls horizontal position */
    border:0;
    border-right-width:30px; /* vary this value to change the angle of the vertex */
    border-bottom-width:20px; /* vary this value to change the height of the triangle. must be equal to the corresponding value in :after */
    border-style:solid;
    border-color:transparent #c81e2b;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}

/* creates the narrower right-angled triangle */
.triangle-obtuse:after {
    content:"";
    position:absolute;
    bottom:-20px; /* value = - border-top-width - border-bottom-width */
    left:80px; /* value = (:before's left) + (:before's border-right/left-width)  - (:after's border-right/left-width) */
    border:0;
    border-right-width:10px; /* vary this value to change the angle of the vertex */
    border-bottom-width:20px; /* vary this value to change the height of the triangle. must be equal to the corresponding value in :before */
    border-style:solid;
    border-color:transparent #fff;
    /* reduce the damage in FF3.0 */
    display:block; 
    width:0;
}


.triangle-obtuse {
    position:relative;
    padding:15px;
    margin:1em 0 3em;
    color:#fff;
    background:#c81e2b;
    /* css3 */
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#f04349), to(#c81e2b));
    background:-moz-linear-gradient(#f04349, #c81e2b);
    background:-o-linear-gradient(#f04349, #c81e2b);
    background:linear-gradient(#f04349, #c81e2b);
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}

.loader { border: 0 none; float: left; clear: both; margin: 100px 0 0 200px; visibilty : visible;  }


/* ICONS */

a[href $='.pdf'] { background: url("../images/file_acrobat.gif") no-repeat 0 50%; padding-left: 18px; }

/* Sharebuttons */
/*Sharebuttons*/
.sharebuttons { clear: both; margin: 10px 0; }
.sharebuttons .google { float: left; padding-right: 20px; }
