*{
    margin: 0;
    padding: 0;
}
body{
    background-color: transparent;
    color:#009fe3;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    width: 1280px;
    height: 720px;
    border: 0px solid red;
    z-index: 0;
    overflow: hidden;
}
#playerdiv{
    vertical-align: top;
    z-index: 0;
    position: absolute;
    width: 1280px;
    height: 720px;
    left: 0;
    top: 0;
}
#videoplayer{
    position: relative;
    background-color: transparent;
    width: 1280px;;
    height: 720px;
    z-index: 1;
    display: block;
    overflow: hidden;
}
#videoplayer video{
    width: 1280px;
    height: 720px;
}
#playtime{
    position: absolute;
    right: 60px;
    top: 30px;
    color: #ffffff;
    text-align: right;
}
#preloader{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 9998;
    display: none;
    text-align: right;
}
#preloader > div{
    display: inline-block;
    color: #ffffff;
    margin-left: 8px;
    height: 40px;
    line-height: 40px;
    vertical-align: top;
    font-style: italic;
    padding: 5px;
}
#preloader > div img{
    height: 40px;
}
.container{
    width: 1280px;
    height: 720px;
    overflow: hidden;
    z-index: 2;
    box-sizing: border-box;
    vertical-align: top;
    position: absolute;
    vertical-align: top;
    background-color: transparent;
    display:none;
}
#sticky{
    display: none;
}
#popular{
    position: absolute;
    bottom: 150px;
    right: 220px;
    z-index: 11;
    display: block;
    width: 290px;
    height: 180px;
    background: rgba(255,255,255,0.6);
    box-sizing: content-box;
    display: none;
}

#popular > div{
    width: 280px;
    height: 170px;
    margin: 5px;
    position: relative;
}
#popular .title{
   position: absolute;
   bottom: 0;
   left: 0;
   background: rgba(0,0,0,0.8);
   color: #ffffff;
   padding: 5px;
   font-size: 18px;
   margin: 0;
   font-weight: normal;
   height: auto;
   line-height: 18px;
   width: 270px;
}
#popular img{
    width: 280px;
    height: 170px;
}
#remote{
    position: absolute;
    z-index: 10;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}
#red_button {
    cursor: pointer;
    position: absolute;
    bottom: 65px;
    right: 90px;
    z-index: 8;
    height: 55px;
    background-color: #009fe3;
    color: #ffffff;
    width: 350px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    -webkit-box-shadow: -6px -1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -6px -1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -6px -1px 5px 0px rgba(0,0,0,0.75);
}
#remote > img{
    vertical-align: bottom;
}
#buttonBox{
    width: 55px;
    height: 55px;
    display: inline-block;
}
#buttonBox img{
    width: 55px;
}
#buttonText{
    height: 55px;
    line-height: 27px;
    display: inline-block;
    vertical-align: top;
    width: 200px;
    font-size: 22px;
    text-transform: uppercase;
}
#menu{
    position: absolute;
    vertical-align: bottom;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    width: 1280px;
    height: 275px;
    padding-top: 32px;
    overflow: hidden;
}
#menu .menu{
    height: 170px;
    width: 208px;
    color: #ff0000;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
}
#menu .menu > img{
    left: 0;
    height: 117px;
    position: absolute;
    top: 0;
    width: 208px;
}
#menu .menu > .menutitle {
    position: absolute;
    background-color: #ffffff;
    color: #000000;
    font-size: 19px;
    height: 36px;
    left: 0;
    line-height: 25px;
    padding-left: 15px;
    padding-top: 12px;
    top: 117px;
    width: 193px;
}
.bannerfocus{
    width: 480px;
    height: 270px;
    overflow: hidden;
    box-sizing: border-box;
    border: 4px solid transparent;
    cursor: pointer;
}
.menufoucs{
    cursor: pointer;
    border-color: transparent;
    border-style: solid;
    border-width: 4px;
    height: 222px;
    left: 482px;
    top: 0;
    width: 304px;
    position: absolute;
    overflow: hidden;
}
.menufoucs.menufocus_active,.bannerfocus.bannerfocus_active{
    border: 4px solid #fa7d19;
}
img.menufocusimg{
    height: 175px;
    width: 304px;
    position: absolute;top: 0;
    left: 0;
    z-index: 1;
}
.menufocusimgbg{
    height: 222px;
    width: 304px;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}
.menufocustitle{
    background-color: #ffffff;
    color: #fa7d19;
    font-size: 24px;
    height: 39px;
    left: 0;
    line-height: 30px;
    padding-left: 17px;
    padding-top: 12px;
    top: 171px;
    width: 287px;
    position: absolute;
    overflow: hidden;
    z-index: 1;
}
.menuList{
    left: 0;
    top: 32px;
    width: 1280px;
    height: 170px;
}

#playermenu{
    width: 1160px;
    height: 40px;
    position: absolute;
    left: 60px;
    top: 30px;
    z-index: 1000;
}
#playermenu.active{
    background-color: rgba(0,0,0,0.5);
}
#playermenu > div.playermenu{
    display: inline-block;
    color: red;
    height: 36px;
    line-height: 36px;
    padding: 2px 5px;
    margin-right: 15px;
}
#playermenu > div.playermenu.playermenu_visited{
    background-color: rgba(0,0,0,0.7);
}
#playermenu > div.playermenu.playermenu_active{
    background-color: #fa7d19;
}
#playermenu > div img{
    width: 36px;
    height: 36px;
    border: 0 none;
}

/** IMPRINT **/
#imprint{
    position: absolute;
    width: 1160px;
    height: 660px;
    background: rgba(208,208,208,1);/*#d0d0d0*/
    color: #34393f;
    padding: 30px 60px;
    z-index: 5;
    top: 0;
    left: 0;
    display: none;
}
#imprint  .title{
    width: 1160px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    margin-bottom: 20px;
}
#imprint  .imprint_menu{
    display: block;
    width: 1160px;
    height: 40px;
    color: #34393f;
    margin-bottom: 10px;
    overflow: hidden;
}
.imprint_menu  div.impmenu{
    display: inline-table;
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    background-color: #ffffff;
    font-size: 24px;
    margin-right: 15px;
}
.imprint_menu  div.impmenu.impmenu_active{
    background-color: #fa7d19;
    color: #ffffff;
}
#imprint_content{
    width: 1160px;
    height: 545px;
    overflow: hidden;
}
.imprint_content{
    width: 1160px;
    height: 545px;
    font-size: 22px;
    line-height: 32px;
    display: none;
    overflow: hidden;
}
.imprint_content h1{
    font-size: 40px;
    font-weight: normal;
    line-height: 48px;
    margin: 20px 0 16px;
}
.imprint_content p{
    margin: 0 0 16px;
}
#imprintmenu_normal{
    float: left;
}
.impmenu.close{
    float: right;
    margin-right: 0 !important;
}
#imprint_content2{
    display: block;
}
.hide{
    display: none !important;
}
#einaus,#yellow{
    position: absolute;
    right: 60px;
    bottom: 30px;
    height: 22px;
    z-index: 9999;
    color: #ffffff;
    line-height: 22px;
}
#einaus > div, #yellow > div{
    vertical-align: top;
    position: relative;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    cursor: pointer;
}
#einaus .redbutton{
    width: 22px;
    height: 22px;
    background-color: #ff0000;
    border-color: #ff0000;
    margin-right: 10px;
    border-radius: 15px;
    margin-left: 15px;
}
#einaus .yellowbutton{
    width: 22px;
    height: 22px;
    background-color: yellow;
    border-color: yellow;
    margin-right: 10px;
    border-radius: 15px;
    margin-left: 15px;
}
#yellow .yellowbutton{
    width: 22px;
    background-color: yellow;
    margin-right: 10px;
    border-radius: 15px;
    border-color: yellow;
}
#einaus .greenbutton{
    width: 22px;
    background-color: green;
    margin-right: 10px;
    border-radius: 15px;
    margin-left: 15px;
    border-color: green;
}

#einaus .text{
    font-size: 18px;
    line-height: 22px;
}
.brandb{
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 820px;
    height: 260px;
}
.brandr{
    position: absolute;
    top: 0;
    right: 0;
    width: 460px;
    height: 720px;
    color: #ffffff;
}
.brandr img{
    /*height: 100%;*/
    width: 324px;
    height: 194px;
}
.brandr .img{
    position: absolute;
    right: 95px;
    top: 30px;
    height: 200px;
    width: 330px;
    box-sizing: border-box;
    border: 3px solid #ffffff;
}

.brandr .headline{
    margin-left: 35px;
    margin-top: 250px;
    text-transform: uppercase;
    width: 375px;
    letter-spacing: 1.1%;
}
.brandr .headline h2{
    font-size: 36px;
}

.brandr .subline{
    margin-top: 30px;
    font-size: 25px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
    margin-left: 30px;
    width: 375px;
    overflow: hidden hidden;
}
.mitwerbung #playerdiv,.mitwerbung #videoplayer, .mitwerbung #videoplayer video{
    width: 822px;
    height: 461px;
}
#bannerTarget {
    position: absolute;
    left: 400px;
    top: 40px;
    width: 480px;
    height: 270px;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
}
#bannerTarget img{
    width: 480px;
    height: 270px;
    border: 0 none;
}

#yellowbutton > div, #redbutton > div{
    vertical-align: top;
    height: 22px;
    line-height: 22px;
    display: inline-block;
}

#privacy{
    position: absolute;
    right: 60px;
    bottom: 30px;
    padding: 10px;
    background: rgba(0,0,0,0.7);
    color: #ffffff;
    font-size: 18px;
    z-index: 10;
}

#privacy > div{
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
    height: 22px;
    line-height: 22px;
}
.privacy{
    padding: 5px;
}
.privacy.privacy_active{
    background-color: #fa7d19 !important;
}
#privacy_text{
    margin-top: 5px;
}
#alertbox{
    position: absolute;
    z-index: 100;
    width: 660px;
    height: 580px;
    left: 300px;
    top: 60px;
    padding: 10px;
    background: rgba(25,25,0,0.8);
    color: #ffffff;
    display: none;
    overflow: hidden;
}
#alertbox .title{
    width: 620px;
    line-height: 36px;
    background: url('../globalcdn/img/ic_info_white.png') top left no-repeat;
    padding-left: 40px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ffffff;
    position: relative;
}
#alertbox .message{
    width: 660px;
    height: 4600px;
    margin-top: 5px;
    position: relative;
    overflow: hidden;
}
#alertbox .button{
    position: absolute;
    left: 50%;
    bottom: 10px;
    font-size: 20px;
    line-height: 20px;
    padding: 5px;
    margin-left: -50px;
    width: 90px;
    background-color: #ffffff;
    color: #34393f;
}
#alertbox .button_active{
    background-color: #fa7d19;
    color: #ffffff;
}

#banner{
    display: block;
    width: 1280px;
    height: 720px;
    z-index: 9999;
}

#banner .brandb{
    position: absolute;
    left: 0;
    padding-left: 50px;
    bottom: -5px;
    width: 820px;
    height: 265px;
    border: 0;
    margin: 0;
}
#banner .brandr{
    position: absolute;
    top: 0;
    right: 0;
    width: 460px;
    height: 720px;
    border: 0;
}

#banner .brandb > div{
    margin-left: 10px;
    margin-top: 40px;
    width: 250px;
    height: 155px;
    display: inline-block;
    background: rgba(255,255,255,0.7);
    position: relative;
    box-sizing: border-box;
}
#banner .brandb > div > div{
    width: 240px;
    height: 145px;
    margin: 5px 0 0 5px;
    position: relative;
}
#banner .title{
   position: absolute;
   bottom: 0px;
   left: 0;
   background: rgba(0,0,0,0.8);
   color: #ffffff;
   padding: 5px;
   font-size: 18px;
   margin: 0;
   font-weight: normal;
   height: auto;
   line-height: 18px;
   width: 230px;
}
#banner .brandb img{
    width: 240px;
    height: 145px;
}

#trace{
    position: absolute;
    z-index: 9999;
    background-color: #ff0000;
    color: #ffffff;
    padding: 5px;
    top: 0;
    left: 0;
    display: none;
}