/*************************************************
                  CSS 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;
    vertical-align: baseline;
  }
  /* HTML5 display-role reset for older browsers */
  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: 0;
  }
  ol,
  ul {
    list-style: none;
  }
  textarea {
    overflow: auto;
    resize: none;
  }
  /*************************************************
                      CLEAR 
  **************************************************/
  section:after,
  .grid-episodes:after,
  #moodboard .wrap > div:after,
  #poll_descriptions:after {
    content: "";
    clear: both;
    display: block;
  }
  /*************************************************
                    Mobile HACKS 
  **************************************************/
  html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    /*-webkit-tap-highlight-color: rgba(36,137,206,0.4);*/

  }
  select:focus, 
  textarea:focus, 
  input[type="text"]:focus, 
  input[type="password"]:focus, 
  input[type="datetime"]:focus, 
  input[type="datetime-local"]:focus, 
  input[type="date"]:focus, 
  input[type="month"]:focus,
  input[type="time"]:focus, 
  input[type="week"]:focus, 
  input[type="number"]:focus,
  input[type="email"]:focus, 
  input[type="url"]:focus, 
  input[type="search"]:focus, 
  input[type="tel"]:focus, 
  input[type="color"]:focus { 
      font-size: 16px; 
  }
  /*-webkit-overflow-scrolling: touch*/



/*************************************************
                MAIN STYLES 
**************************************************/
body{
  font-size: 15px;
  color: #000;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  ‐webkit-text-size-adjust:none;
  -webkit-font-smoothing: subpixel-antialiased;
}
 small{
  font-size: 1em;
}
body a{
  color: #000;
  text-decoration: none;
}
  /* font size in ems based on "body" */
  h1 {
    font-size: 2em;/*28px*/
    line-height: 1;
    text-align: center;
    padding-bottom: 56px;
  }
  #arearoute h1{
    padding-bottom: 21px
  }
  #wherenow h1{
    padding-bottom: 34px    
  }

  .date,
  .nextstop .count  {
    font-size: 2em;/*28px*/
  }
  #wherenow h1,
  .thanks {
    font-size: 4em;/*48*/
  }

  h2,
  #moodboard h1{
    font-size: 1em;  /*16px*/
    text-align: center;
  }
  #moodboard h1,
  #serie h2,
  .position{  
    text-align: left;    
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  blockquote,
  .intro-moodboard h1,
  #wherenow h3{
    font-size: 1.4em;  /*22px*/
  }
  #moodboard h1 span,
  #serie h2 span{
    font-size: 1.4em;
    letter-spacing: 0;
    text-indent: 10%;
    text-transform: none;
    display: block;
    line-height: 1.2;
  }
  .kickerinfo a{
    color: #f6f6f6;
  }
  .kickerinfo h3{
    font-size: 1.4em;
    letter-spacing: 2px;
    padding-left: 7%;
    text-align: left;
    text-indent: 10%;
    text-transform: uppercase;

  }
  span.distance,
  #about h3 {
    font-size: 4em;
  }
  blockquote .author{
    font-size: .7em
  }
  span.distance small{
    font-size: .3em;
  }

  /*      font family         */
    p,
    .sissycomments{
      font-family: 'TimesSmallTextMT';
      padding: .4em  0;
    }
    h1, h3,
    #serie h2 span,
    .kickerinfo h2,
    #moodboard h1 span,
    input[type="submit"],
    .wrap .verticalInfo,
    .wrap .verticalInfo2,
    .date, span.distance, .position,
    .nextstop,
    strong, blockquote,
    .comments-button,
    .sissycomments .comment:before,
    .sissycomments .comment:after,
    .thanks{
      font-family: 'NeuzeitSLT-BookHeavy';
      letter-spacing: 2px;
      font-weight: normal;
    }

    nav.main li.active,
    .sissycomments #add-comment #comment-author{
      font-family: 'NeuzeitSLT-BookHeavy';      
    }
    nav,
    .comment .author{
      font-family: 'NeuzeitSLT-Book';
    }

    h2,
    .close,
    #moodboard h1,
    blockquote .author ,
    .episodes_text p,
    figcaption, caption,
    .latlng, .mapinfos .right small,
    .nextstop small,
    p.link-text,
    #lightbox_imagenumber,
    .wrap figcaption.verticalInfo,
    .home .wrap .verticalInfo2,
    small,
    .badge p{
      font-family: 'NeuzeitSLT-Book';
      letter-spacing: 2px;
      font-weight: normal;
    }
    

#intro #socialmedia_floater{
  position: fixed;
  top: 70px;
  right: 20px;
  z-index: 999;
}
#intro #socialmedia_floater .mlg-fb,
#intro #socialmedia_floater .mlg-yt {
  width: 25px;
  height: 35px;
}
#navigation #socialmedia_floater{
  position:absolute; 
  right:19px; 
  top:19px
}
#navigation #socialmedia_floater img{
  height: 22px;
  padding-right: 23px;
}


#logos_floater{
  position: absolute;
  left: 205px;
  bottom: 43px;
}
.home {
  padding-bottom: 126px;
}
.home #logos_floater{
  bottom: -80px;
}
     .logo-filmallee{
        width: 103px;
        height: 75px;
     }
     .logo-br{
        width: 33px;
        height: 25px;
     }
     .logo-hff{
        width: 53px;
        height: 25px;
        float: right;
     }
     .logo-filmallee,
     .logo-br{
        float: left;
        padding-right: 15px;
     }
     .logo-br,     
     .logo-hff{
        margin-top: 35px;
     }

.arrow {
  width: 25px;
  height: 12px;
  position: absolute;
  bottom: 24px;
  right: 17px;
}
/*      rotate      */
  .wrap .verticalInfo{
    position: absolute;
    display: block;
    -webkit-transform: rotateZ(-90deg);
       -moz-transform: rotateZ(-90deg);
        -ms-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
  }
  .wrap .verticalInfo2  {
    position: absolute;
    display: block;
    -webkit-transform: rotateZ(90deg);
       -moz-transform: rotateZ(90deg);
        -ms-transform: rotateZ(90deg);
            transform: rotateZ(90deg);
  }


/*************************************************
                    GRID 
**************************************************/
#about .wrap > div,
#moodboard .wrap > div {
  padding: 28px 0;
  position: relative;
  overflow: hidden;
}
#about .wrap div div,
#moodboard .wrap div > div{
  float: left;
  /*default right padding*/
  padding-right: 20px;
  position: relative;
}
#moodboard img{
  width: 100%;
}
#about .wrap .col4{
  padding-left: 100px;
}
#about .wrap .col4 .verticalInfo{
  left: 0;
}

/**    COLS distance   **/
  /* default left padding first element */
    #moodboard .wrap div > div:first-child{
      padding-left: 120px;
      min-height: 1px;
      min-width: 1px;
    }
    /* paddings overwrites */
      .padd-1col{
        padding-right: 140px!important;
      }
      .padd-2col{
        padding-right: 260px!important;
      }
      .detail03 .col7,
      .detail05 .col5,
      .detail08 .col7{
        padding-left: 240px!important;
      }
      .detail07 .col6{
        padding-left: 480px!important;
      }
    /* Vertical aligment*/
      .detail02 .col3{
        padding-top: 155px;
      }
      .detail04 .col2,
      .detail05 .col2{
        padding-top: 50px;
      }
      .detail06 .col4{
        padding-top: 140px;
      }
      .detail06 .col2{
        padding-top: 32px;
      }
      .detail06 .col2{
        padding-top: 32px;
      }

      .detail11 div:nth-child(2n),
      .detail11 .col2{
        padding-top: 85px;
      }
      .detail12 .col2{
        padding-top: 56px;
      }
/**    COLS width    **/
  .col1{
    width: 100px;
  }
  .col2{
    width: 220px;
  }
  .col3{
    width: 340px;
  }
  .col4{
    width: 460px;
  }
  .col5{
    width:580px;
    padding-right: 140px; /*140*/
  }
  .col6{
    width: 700px;
  }
  .col7{
    width: 820px;
  }

/* HACK ADRIAN */
.detail08 .col7 img{
  width: 505px !important;
}


/*************************************************
                    SECTIONS 
**************************************************/

section{
  position:relative;
  padding: 56px 0;
  min-width: 1440px;
}
section#navigation{
  padding: 0;
}
#about, 
#arearoute{
  /* background: rgba(199, 207, 206, 0.8); */
  background-color: #AED39B;
}
footer{
  background: #f3f3f3;
}
.wrap{
  width:1300px;
  /*width: 80%;
  max-width:1300px;*/
  margin: 0 auto;
  position: relative;
}
section#navigation .wrap{
  max-width: 1200px;
}

.scrollnow {
  width: 50px;
  height: 26px;
  display: block;
  margin: 24px auto 0px;
  padding-bottom: 20px;
}
  /* Navigation */
    #navigation{
      position: fixed;
      width: 100%;

      top: 0px;
      z-index: 1000;
      overflow: hidden;
    }
    nav.main{
      margin: 0 auto;
      float: right;
      overflow: hidden;
      width: 60%;
      margin-right: 209px;
    }
    nav.main li{
      float: right;
      text-align: center;
    }

    nav.main li.nav-home{
      width: 26%;
    }
    nav.main li.nav-about{
      width: 18%;
    }
    nav.main li.nav-series{
      width: 16%;
    }
    nav.main li.nav-map{
      width: 11%;
    }
    nav.main li.nav-wherenow{
      width: 16%;
    }

    nav.main li a{
      display: block;
      padding: 20px 0;
      text-decoration: none;
    }
    nav.main li a:hover,
    nav.main li.active,
    .verticalInfo2 strong  {
      text-transform: uppercase;
    }

/*************************************************
                    INTRO 
**************************************************/
.badge{
  opacity: 0.8;
  background: #feffb3;
  border-radius: 50%;
  color: #000;
  width: 225px;
  height: 225px;
  padding: 25px;
  position: absolute;
  left: 50px;
  top: -240px;
  text-align: center;
  z-index: 1;
  cursor: pointer;
}
.badge h3{
  color: #ff5842;
  line-height: 1;
  padding: 2px 0 5px;
  font-size: 2em;
  text-align: center;
  text-transform: none;
}

.badge p:first-child{
  padding-top: 4px!important;
}
.badge strong{
  display: block;
}
.home h2{
  background: #000;
  color: #f6f6f6;
  width: 645px;
  padding: 8px;
  padding-bottom: 5px;
  position: absolute;
  z-index: 1;
  left: 45px;
  bottom: 40px;
  font-size: 1.4em;
  -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
#intro{
  margin-top: 6px;
}

.home h1{
  background: url("../images/MlG_sprite.png") no-repeat -458px 0px;
  height: 124px;
  width: 320px;
  position: absolute;
  top: 50px;
  left: -20px;
  z-index: 100;
}
#intro h1 span{
  display: none;
}
.kicker {
  margin: 0 auto;
  position: relative;
  width: 68.8%;
}
.kicker .kickerinfo {
  position: absolute;
  right: -22%;
  bottom: 6%;
  width: 40%;
  background-color: #000;
  color: #f6f6f6;
  padding: 7% 5% 1.6% 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.kicker .kickerinfo .episode{
  position: absolute;
  right: -70px;
  top: 95px;
  width: 180px;
}
.kicker .kickerinfo .episode .verticalInfo2 {
  position:relative;

}
#intro .prev-next.prev {

}
#intro .prev-next.next {

}

/*************************************************
            EPISODES / SERIE
**************************************************/
#serie{
  /* background-color: rgb(199, 207, 206); */
  background-color: #f3f3f3;
}
.grid-episodes {
  position: relative;
}
.grid-episodes > div {
  float: left;
  position: relative;
}
.grid-episodes > div.mid {
  width: 82%;
  max-height: 780px;
  overflow: hidden;
}
  /* controls*/
    .prev-next{
      position: relative;
      float: left;
      width: 9%;
      height:720px;  
      vertical-align: middle;
      cursor: pointer;
      z-index: 999;
    }
    .prev-next a{
      top:    49%;
      right:  21%;
    }
    .prev-next.next{
      right: 0;
    }
    .no-more-episodes{
      visibility: hidden;
    }
.episodeslist{
  width: 200%;
  margin: 0;
  padding: 0;
  -webkit-transition:all 1.0s ease-in-out;
  -moz-transition:all 1.0s ease-in-out;
  -o-transition:all 1.0s ease-in-out;
  transition:all 1.0s ease-in-out;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
} 
.episodeslist div{
  float:left;
  width: 50%;
}

  #serie h2{
    padding-left: 5%;
    padding-top: 2%;
    max-width:91%;
    height: 7.7em;
    overflow: hidden;
  }
#serie h2.episodelist-short{
  padding-top: 59px;
}

.episodeslist  li {
  display: block-inline;
  float: left;
  margin-bottom: 10px;
  margin-right: 1.88%;
  min-height: 1px;
  width: 32.05%;
  max-width:385px;
  text-align: center;
}
.episodeslist li:nth-child(3n+3) {
  margin-right: 0px;
}
.episodeslist img{
  width: 80%;
  max-height: 183px;
}
.kickerpic iframe{
  width: 896px!important;
}
.episodes_text p{
  text-align: center;
  padding-top:0;
}

/*************************************************
                AREA ROUTE 
**************************************************/

#arearoute .map {
  width: 81%;
  height: 540px;
  margin: 64px auto 18px;
  position: relative;
}
#arearoute .map .mapprefs {
  position: absolute;
  top: -32px;
  right: -24px;
  width: 29%;
  height: 200px;
}
.mapinfos {
  /*display: none; not needed for mobile*/
  padding: 0px 9.2%;
  line-height: 1;
}
.latlng{
  text-transform: uppercase;
  display: block;
  padding-top:  17px;
}
span.distance{
  display: block;
  padding-bottom:  25px;  
  text-align: right;
  line-height: .7em; /*hack line-height -different font-size*/
}
.date{
  line-height: 1.2;
}
.mapinfos > div{
  float: left;
  width: 20%;
}
.mapinfos > div.mid{
  width: 49%;
}
.mapinfos > div.mid div {
  float: left;
  width: 48%;
}
.mapinfos > div.left{
  padding: 0 8% 0 22px;
}
.mapinfos > div.mid div.right {
  float: right;
}
.mapinfos > div.right,
.mapinfos .right small {
  float: right;
}

#arearoute .scrollnow {
  margin-top: 143px;
}

/*************************************************
                    WHERE NOW 
**************************************************/
#wherenow{
  background: #feffb3;
}
h3,
.nextstop div{
  text-align: center;
}
.nextstop .count {
  padding-left: 7px;
}
#poll_descriptions{
  display: table;
  padding-top: 36px;
}
#poll_descriptions h3{
  padding-top: 34px;
}
#poll_descriptions > div,
.nextstop div{
  display: table-cell;
  width: 340px;
  float: left;
  padding-top: 34px; 
  position: relative;
}

#poll_descriptions > div:after{
  content: "";
  display:block;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
}
#poll_descriptions > div.left:after{
  background-position: bottom left;
  right: 136px;
}
#poll_descriptions > div.right:after{
  background-position: -639px bottom;
  left: -25px;
}
#poll_descriptions > div.left,
.nextstop div.left{
  padding-left: 240px;
  padding-right: 140px;
} 
#wherenow .nextstop a{
  background-color: #000;
  color: #f6f6f6;
  display: block;
  margin: 0 auto 18px;
  padding: 11px 20px 5px;
  position: relative;
  text-align: center;
  width: 130px; 
}
#wherenow .nextstop a:hover{
  text-transform: uppercase;
}
/*#wherenow .nextstop a:after{
  content: "";
  display: block;
  width: 30px;
  height: 22px;
  background-position: -39px -544px;
  position: absolute;
  top: 12px;
  right: 15px;
}*/

#wherenow h3,
.nextstop small{
  display: block;
}


.thanks{
  color: #ff5842;
  bottom: 53px;
  right: 38%;
  position: absolute;
  z-index: 1;
    -webkit-transform: rotateZ(-45deg);
       -moz-transform: rotateZ(-45deg);
        -ms-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg);
  text-shadow: 0 0 10px #feffb3;
}

/*** START ADRIAN POLLS DEC 3 2013***/

.poll-loser{
  color: rgba(0, 0, 0, 0.5);
}

#wherenow .poll-loser a,
#wherenow .poll-winner a{
  display: none;
}

.poll-loser .thanks,
.poll-winner .thanks{
  display: none;
}

div.nextstop .poll-winner,
.poll-winner .country{
  color: #ff5842;
}

#wherenow .right img,
#wherenow .left img{
  padding-top: 15px;
  cursor: pointer;
}

.where-to-question {
  padding-top: 10px;
}

/*** END ADRIAN POLLS DEC 3 2013***/

/*************************************************
                    ABOUT 
**************************************************/
#about .verticalInfo{
  margin-top: 20%;
}
#about h3{
width: 300px;
line-height: 1.1;
text-indent: -1.5em;
padding-top: 1em;
padding-left: 2em;
font-size: 4em;
}

/*************************************************
                    FOLLOW 
**************************************************/
section#follow{  
  background-color: #000;
  padding: 168px 0;
  color: #f6f6f6;
}
#follow div{
  text-align: center;
}
#follow a{
  display:inline-block;
  width: 43px;
  height: 43px;
  padding: 0 15px;
}
#follow a.fb-logo{
  padding-right: 23px;
}
#follow h1{
  padding-bottom: 18px;
}

#follow h3{
  padding-bottom: 30px;
  width: 33%;
  margin: 0 auto;
}

/*************************************************
                    MOODBOARD 
**************************************************/
.intro-moodboard{
  padding-top: 107px;
}
.intro-moodboard .wrap {
  min-height: 715px;
}
.date{
  float:left;
  width: 133px;
}
.intro-moodboard h1,
#moodboard h1{
  text-align: left;
  padding-left: 240px;
}
.intro-moodboard h1{
  padding-bottom: 15px;
  padding-top: 4px;
}



.intro-moodboard .episode{
  position: absolute;
  right: -121px;
  top: 119px;
  width: 200px;
}
.intro-moodboard .episode .verticalInfo2{
  position: relative;
}
p.link-text {
  text-align: center;
}
.intro-moodboard a.episodeNav{
  top: 35%;
  padding: 4% 0 ;
}
.intro-moodboard .wrap a.episodeNav:after{
  content: "";
  display:block;
  position: absolute;
  width: 34px;
  height: 57px;
  right: 38%;
  top: -4%;
    -webkit-transform: rotateZ(-90deg);
       -moz-transform: rotateZ(-90deg);
        -ms-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
}
.intro-moodboard .wrap a.prev.episodeNav:after{
  background-position: -36px -4px;
}
.intro-moodboard .wrap a.next.episodeNav:after{
  background-position: -33px -4px;
}
.intro-moodboard a.next{
  right: 0;
}


#moodboard{
  background: url("../images/ep1c.png") repeat-y center 0;
  background-size: 70%;
}
#moodboard h1 span{
  padding-top: 10px;
}
figcaption {
  padding-top: 6px;
  text-indent: 35px;
}
blockquote .author{
  display:block;
  padding-top: 30px;
  text-indent: 120px;
}


figcaption.verticalInfo {
  right: -204px;
  width: 400px;
  top: 40px;
}
.col4.padd-1col figcaption.verticalInfo{
  right: -84px;
}
/*************************************************
                    FOOTER 
**************************************************/
footer{
  min-width: 1420px;
  overflow: hidden;
  padding: 26px 10px 20px;
  text-align: center;
}
nav.footer ul{
  padding-bottom: 30px;
}
nav.footer ul li{
  display: inline;
  float: left;
  margin-right: 3%;  
  padding-bottom: 7px;
}
footer .left{
  float: left;
  width: 545px;
}
footer .right{
  float: right;
  height: 84px;
  position: relative;
  width: 17%;
  min-width: 103px;
}
footer .right img {
    margin: 0 35px 20px;
}
footer small{
  font-size: smaller;
  letter-spacing: normal;
}
footer ul.br-footer li{
  padding: 0;
  line-height: 1.1;
}
footer ul.br-footer li:nth-child(2){
  padding-left: 13px;
}


/*************************************************
                    VIDEO (INTRO-MOODBOARD) 
**************************************************/
    #sissy-status{
         width: 896px;
         margin: 0 auto;
         position: relative;
         -webkit-transition: margin 300ms ease-in, width 300ms ease-in, height 300ms ease-in;
                 transition: margin 300ms ease-in, width 300ms ease-in, height 300ms ease-in;
  
    }
    #sissy-status .close{
      display:none;
    }
    .sissy-on #logos_floater{
      left: 0;
    }

    .sissy-star {
      color: #ff5842;
    }
    #sissy-status .sissy-star {
      display: block;
      position: absolute;
      top: 1px;
      left: 5px;
    }

    .sissy-on #sissy-status .close{
      position: absolute;
      color: transparent;
      right: 35px;
      top: 6px;
    }
    .sissy-on #sissy-status .close:after{
      background-size: 430px;
      content: "";
      background-position: -407px -333px;
      right: -67px;
      top: 2px;
      width: 10px;
      height: 40px;
    }
      .video-container {
         position: relative;
         padding-bottom: 56.25%!important; /* 16:9 */
         padding-top: 30px;
         height: 0;
         overflow:hidden;
         z-index: 999;
      }
     .video-container iframe,
     .video-container object,
     .video-container iframe {
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
     }
      .video-plus {
        width: 19%;
        background: #000;
        color: #f6f6f6;
        padding: 20px;
        position: absolute;
        right: 0;
        cursor: pointer;
        z-index: 1;
         -webkit-transition: width 300ms ease-in, height 300ms ease-in, background 500ms ease-in, right 300ms ease-in, bottom 300ms ease-in  ;
                 transition: width 300ms ease-in, height 300ms ease-in, background 500ms ease-in, right 300ms ease-in, bottom 300ms ease-in  ;
  
     }



    .video-plus h3{
        display: block;
        text-align: left;
    }

    #sissy-status .video-plus h3:after{
      content: "";
      background-position: -642px -523px;
      right: 15px;
      top: 30px;
      width: 35px;
      height: 35px;
      position: absolute;
      -webkit-transform: rotateZ(45deg);
         -moz-transform: rotateZ(45deg);
          -ms-transform: rotateZ(45deg);
              transform: rotateZ(45deg);
    }
    .video-plus .sissycomments{
        display:none;
        opacity: 0;
         -webkit-transition: opacity 6s linear, height 300ms ease-in;
                 transition: opacity 6s linear, height 300ms ease-in;
    }
    .intro-moodboard.sissy-on h1{
      padding-left: 0;
    }

    .sissy-on .video-plus {
    }
    .intro-moodboard.sissy-on a.prev.episodeNav{
      left: -9%;
    }
    .intro-moodboard.sissy-on a.next.episodeNav{
      right: -9%;
    }
    .intro-moodboard.sissy-on .date{
      position: absolute;
      width: 400px;
      right: 261px;
      font-size: 1.5em;
    }
    .sissy-on #sissy-status .video-plus h3{
      display:none;
    }
    .sissy-on #sissy-status .close{
      display:block;      
      cursor: pointer;
    }

    .sissy-on #sissy-status{
         width: 66%;
         margin: 0;
    }
    .sissy-on #sissy-status .video-plus{
        right: -50%;
        bottom: 0;
        width: 45%;
        height: 100%;
        cursor: default;
        padding: 28px 0;
    }
    .sissy-on .video-plus .sissycomments {
      display: block;
      margin: 0 auto;
      opacity: 1;
      width: 90%;
      z-index: 99999;
    }
    .sissy-on  .video-plus .sissycomments #comments{
      overflow-y: auto;
      height: 365px;
    }
    .sissy-on  .video-plus .sissycomments #comments .comment {
      font-size: .8em;
    }

/*************************************************
                    OVERLAY 
**************************************************/

.lightbox{
  position: fixed;
  display: table;
  width: 100%;
  height: 100%;
  background-color: #222;
  top: 0px;
  left: 0px;
  z-index: 10050;
  opacity: 0.99;
  color: white;
  cursor: pointer;
}
.lightbox .wrap{
  display: table;
  overflow-y: auto;
  width: 655px;
}
.lightbox .team{
  text-align: center;
}
#extra div,
#overlay div {
max-height: 600px;
overflow-y: auto;
padding-top: 10px;
}
  /* scroll bar styles for webkit*/
  .lightbox::-webkit-scrollbar { 
      background: rgba( 20, 20, 20, .5);
  }
  .lightbox::-webkit-scrollbar-button {
  }
  .lightbox::-webkit-scrollbar-track {
  }
  .lightbox::-webkit-scrollbar-track-piece {
  }
  .lightbox::-webkit-scrollbar-thumb {
  }
.lightbox .clearfix div.image{
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
#lightbox .left{
  width: 20%;
  max-width: 100px;
  text-align: right;
}
#lightbox .right{
  width: 20%;
  max-width: 100px;
}

#lightbox .right .information{
  height: 50px;
  display: block;
  position: fixed;
  top: 35%;
  margin-top: -25px;
  right: 85px;
}

.lightbox .clearfix div.image img{
  margin: 0 auto;
  text-align: center;
}
#lightbox  a{
  width: 26px;
  height: 50px;
  display: block;
  position: fixed;
  top: 50%;
  margin-top: -25px;  
  background-repeat: no-repeat;
}

#lightbox  a.lightbox_close{
  top: 50px;
  cursor: pointer;
}
#lightbox .left a{
  background-image: url("../images/icons/frontend/pfeil_dreieck_links_white.png");
  left: 30px;
}
#lightbox .right a{
  background-image: url("../images/icons/frontend/pfeil_dreieck_rechts_white.png");
  right: 30px;
}


.lightbox_close{
  width: 27px;
  height: 27px;
  background-image: url("../images/icons/frontend/schliessen_button.png");
  position: fixed;
  top: 40px;
  right: 40px;
  cursor: pointer;
}




#lightbox,
#datenschutz,
#commentsTips,
#extra{
  display:none;
}
#lightbox.show-lightbox,
#extra .show-lightbox,
#overlay{
  display: block;
}



#extra, 
.lightbox{
  padding-top: 50px;
}
/*************************************************
                    sprite 
**************************************************/
a.mlg-sprite{
  display: block;
}
.mlg-sprite,
.prev-next,
.arrow, .scrollnow,
/*#follow a, */
.close:after,
/*.nextstop a:after,*/
#poll_descriptions > div:after,
.intro-moodboard a.episodeNav:after,
.video-plus h3:after{
  background: url("../images/MlG_sprite.png") no-repeat right 0;
}
/*social*/
  #socialmedia_floater .fb-logo{
      background-position: -218px 0; /*float*/
      width: 30px;
      height: 30px;
      float: left;
      padding-right: 23px;
  }
  #socialmedia_floater .yt-logo{
    background-position: -218px -50px; /*float*/
    width: 73px;
    height: 30px;
    float: left;
  }
  #follow a.mlg-fb{
    background-position: -219px -98px; /*float*/
  }
  #follow a.mlg-yt{
    background-position: -219px -161px; /*float*/

  }
  #socialmedia_floater span{
    display: none;
  }


.close:after{
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 3px;
  padding-right: 45px;
  background-position: -585px -526px;
  color: #000;
}
.sissy-on #sissy-status .close:hover{
  color: #f6f6f6;
}
/*logos*/
  .logo-filmallee{
    background-position: -340px 0; /*film allee*/
  }
  .logo-br{
    background-position: -340px -75px; /*BR*/  
  }
  .logo-hff{
    background-position: -395px -75px; /*hff*/
  }
.arrow{
  background-position: -43px -239px;  /*arrow right white **/
}
.arrow2{
  background-position: -78px -239px;  /*arrow left white **/
}
.scrollnow{
  background-position: -159px -604px; /*arrow black bottom*/
}
#btn_sn_top{
    -webkit-transform: rotateZ(180deg);
       -moz-transform: rotateZ(180deg);
        -ms-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
}
.prev-next.prev{
  background-position: -78px 330px;
}

.prev-next.next{
  background-position: 48px 330px;
}
/*@~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~@
                    MEDIA QUERIES 
@~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~@*/

  /*------------------------------------------
                      Retina 
  -------------------------------------------*/
    @media    only screen and (-Webkit-min-device-pixel-ratio: 1.5), 
              only screen and (   -moz-min-device-pixel-ratio: 1.5),
              only screen and (     -o-min-device-pixel-ratio: 3/2),
              only screen and (        min-device-pixel-ratio: 1.5),

              only screen and (‐webkit‐min‐device‐pixel‐ratio: 2), 
              only screen and (   min‐‐moz‐device‐pixel‐ratio: 2), 
              only screen and (     ‐o‐min‐device‐pixel‐ratio: 2/1), 
              only screen and (        min‐device‐pixel‐ratio: 2), 
              only screen and (                min‐resolution: 192dpi), 
              only screen and (                min‐resolution: 2dppx){
              .home h1{
                background: url("../images/logos/LogoMlG@2x.gif") no-repeat;
                /* background-size: 100%; */
              }
              .home.negative h1{
                background: url("../images/logos/LogoMlG-w@2x.gif.html") no-repeat;
                background-size: 100%;
              }
    }

/*************************************************
                    NEGATIVE 
**************************************************/
    .home.negative h1{
      background-position:-220px -298px;
    }

    .negative nav.main li a{
      color:#f6f6f6;
    }
    body #intro.negative,
    body #intro.negative a,
    body #moodboard.negative,
    body #moodboard.negative a{
      color: #f6f6f6;
    }
    .negative .kicker .kickerinfo,
    #intro.negative .kicker .kickerinfo a,
    .home.negative h2 {
      background: #f6f6f6;
      color: #000;
    }
    /*Sprite*/
    .intro-moodboard.negative .wrap a.prev.episodeNav:after{
      background-position: -36px -524px;
    }
    .intro-moodboard.negative .wrap a.next.episodeNav:after{
      background-position: -33px -524px;
    }
    #intro.negative .logo-filmallee{
      background-position: -340px -117px; /*film allee*/
    }
    #intro.negative .logo-br{
      background-position: -339px -195px; /*BR*/  
    }
    #intro.negative .logo-hff{
      background-position: -394px -195px; /*hff*/
    }

    .negative #socialmedia_floater .fb-logo{
      background-position: -218px -95px; /*float*/
    }
    .negative #socialmedia_floater .yt-logo{
      background-position: -218px -142px; /*float*/
    }
    .negative .scrollnow{
      background-position: -96px -680px; /*arrow black bottom*/
    }
    .home.negative .kickerinfo a p:nth-child(3):after {
    content: "→";
    display: block;
    width: 20px;
    height: 20px;
    font-size: 32px;
    position: absolute;
    bottom: 37px;
    font-weight: bold;
    right: 24px;
    }
    .negative div.arrow img {
      display: none;
    }
    


/****************MAP****************/
#map .gm-style div, 
#map .gm-style span, 
#map .gm-style label, 
#map .gm-style a{
      font-family: 'NeuzeitSLT-Book';
}