/* 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, main {
    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;
}

/* --------------------------------

Primary style

-------------------------------- */
*, *::after, *::before {
  box-sizing: border-box;
}

html {
    -webkit-overflow-scrolling: touch;
}

@font-face {
    font-family: 'Nanami-ThinOblq';
    src: url('../webfonts/3076E6_0_0.eot');
    src: url('../webfonts/3076E6_0_0.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/3076E6_0_0.woff2') format('woff2'),
    url('../webfonts/3076E6_0_0.woff') format('woff'),
    url('../webfonts/3076E6_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'Nanami-ExLt';
    src: url('../webfonts/3076E6_1_0.eot');
    src: url('../webfonts/3076E6_1_0.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/3076E6_1_0.woff2') format('woff2'),
    url('../webfonts/3076E6_1_0.woff') format('woff'),
    url('../webfonts/3076E6_1_0.ttf') format('truetype');
}

@font-face {
    font-family: 'Nanami-Med';
    src: url('../webfonts/3076E6_2_0.eot');
    src: url('../webfonts/3076E6_2_0.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/3076E6_2_0.woff2') format('woff2'),
    url('../webfonts/3076E6_2_0.woff') format('woff'),
    url('../webfonts/3076E6_2_0.ttf') format('truetype');
}


body {
  font-size: 15px;
  font-family: "Nanami-ExLt", sans-serif;
  color: #666666;
  background-color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1{
    font-family: "Nanami-ExLt", sans-serif;
}
h2{
    font-family: "Nanami-ExLt", sans-serif;
}
h3{
    font-family: "Nanami-ExLt", sans-serif;
}
a {
  color: #ffffff;
  text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
b {
    font-family: "Nanami-Med", sans-serif;
}
button{
    -webkit-appearance: none;
    font-size: 18px;
    letter-spacing: 5px;
    color: #ffffff;
    cursor: pointer;
    margin: 0 auto;
    border: none;
    outline: none;
    background-color: #000000;
    padding: 2px 17px;
    display: block;
    /*position: relative;*/
}
button.wide{
    letter-spacing: 25px;
    padding-right: 0px;
}

.scrollcontent{
    overflow: scroll;
}

/* -------------------------------- 

Main Components 

-------------------------------- */

.sprite{
    background-image: url("../img/sprite.png");
    background-size: 1000px;
    background-repeat: no-repeat;
}

.innerCenter{
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.bt_transparent{
    border: 2px solid #ffffff;
    border-radius: 35px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.bt_transparent:hover{
    background-color: #ffffff;
    color: #ff5c36;
    border-color: #ff5c36;
}

.bt_orange{
    background-color: #ff5c36;
    border: 2px solid #ff5c36;
    border-radius: 35px;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-appearance: none;
}
.bt_orange:hover{
    background-color: #ffffff;
    color: #ff5c36;
    border-color: #ff5c36;
}

.bt_tel{
    font-size: 20px;
    display: inline-block;
}

.logo{
    background-image: url("../img/logo.png");
    width: 147px;
    height: 40px;
    margin-top: 25px;
    margin-left: 40px;
    background-position: 0px 0px;
    position: absolute;
    z-index: 2;
    opacity: 1;
    transition: opacity 1s;
    -ms-transition: opacity 1s;
}
.logo.unvisible{
    opacity:0;
}

.logo_white{
    background-image: url("../img/logo_white.png");
    height: 40px;
    position: fixed;
    z-index: 2015;
    width: 37px;
    background-position: -120px 0px;
    background-repeat: no-repeat;
    margin-left: 15px;
    margin-top: 15px;
    opacity: 0;
    transition: opacity 0.8s;
    -ms-transition: opacity 0.8s;
}
.logo_white.visible{
    opacity:0.6;
}

.mask{
    -webkit-mask-box-image: url(../img/msk.png) stretch stretch;
    -moz-mask-box-image: url(../img/msk.png) stretch stretch;
    -ms-mask-box-image: url(../img/msk.png) stretch stretch;
    -o-mask-box-image: url(../img/msk.png) stretch stretch;
}

.outer{
    /*background-color: #000;*/
    height: 100%;
    position: relative;
}
.innerContent{
    width: 90%;
    min-width: 280px;
    max-width: 980px;
    margin: 0px auto 40px auto;
    text-align: center;
    position: relative;
}
h1{
    color: #666666;
    font-size: 27px;
    padding-top: 5vh;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 22px;
    text-decoration: line-through;
}
p{
    color: #666666;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 2vh;
    text-align: center;
    letter-spacing: 1px;
}

.clear{
    clear: both;
}

.line-trough{
    text-decoration: line-through;
}
/*page1 home*/

#home .teaserContent{
    width: 100%;
    min-width: 320px;
    /*max-width: 1280px;*/
    margin: 0 auto 0px auto;
    position: relative;
    overflow: hidden;
}
#home .teaser{
    position: absolute;
    width: 100%;
    top: 0px;
    display: none;
}
#home .teaser.start{
    position: relative;
    display: block;
}
#home .teaser .teaserBg{
    width: 100%;
    display: block;
}
#home .teaser .teaserBgMobil{
    width: 100%;
    display: none;
}
#home .teaser .teaserText{
    width: 100%;
    position: absolute;
    top: 45%;
}
#home .teaser .teaserText a:hover button{
    background-color: #fff;
    color:#000;
}
#home .teaser .teaserText img{
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -325px;
    width: 650px;
}
#home .teaser .teaserText a img{
    bottom: 25px;
}

#home .kontaktContent{
    width: 60%;
    max-width: 580px;
    margin: -10vw auto 0px auto;
    position: relative;
}
#home .kontaktContent img{
    width: 100%
}
#home .kontaktContent .kontaktOuter{
    opacity: 0.7;
    transition: all 0.1s;
    -ms-transition: all 0.1s;
}
#home .kontaktContent .kontaktInner{
    position: absolute;
    left: 0%;
    top:0;
}
#home .kontaktContent .kontaktOver{
    position: absolute;
    left: 0%;
    top:0;
    opacity: 0;
    transition: all 1s;
    -ms-transition: all 1s;
}
#home .kontaktContent a:hover .kontaktOver{
    opacity: 1;
}

.element{
    position: relative;
    transition: all 1s;
    -ms-transition: all 1s;
}
.element iframe{
    display: block;
    position: relative;
    z-index: 2;
    opacity: 0;
    transition: opacity 1s;
    -ms-transition: opacity 1s;
}
.element:hover iframe{
    opacity: 1;
}
.ie9 .element iframe{
    opacity: 1;
}

.border_gray{
    border: 1px solid #585858 !important;
    box-sizing: border-box !important;
}

.element .poster{
    display: block;
    position: absolute;
    top:0px;
    left: 0px;
    transition: all 1s;
    -ms-transition: all 1s;
}

#releases .innerContent{
    width: 100%;
    max-width: 982px;
}
#releases .element{
    display: inline-block;
    border: 1px solid #000;
    margin: 5px 3px;
    box-sizing: border-box;
    overflow: hidden;
}
#releases .element:hover{
    border: 1px solid #585858;
    border-radius: 2px;
}

#compilations{
    z-index: 40;
    position: relative
}
#compilations .innerContent{
    width: 100%;
    max-width: 982px;
}
#compilations .element{
    display: inline-block;
    border: 1px solid #000;
    margin: 5px 3px;
    box-sizing: border-box;
}
#compilations .element:hover{
    border: 1px solid #585858;
    border-radius: 2px;
    overflow: hidden;
}

#interview{
    z-index: 35;
    position: relative;
    margin-top: -200px;
}
#interview .imgContent{
    width: 100%;
    min-width: 320px;
    max-width: 1280px;
    margin: 0 auto 0px auto;
    position: relative;
    z-index: 1;
}
#interview .imgContent img{
    width: 100%;
}
#interview .innerCenter{
    position: absolute;
    z-index: 1;
    text-align: center;
    top: 55%;
    width: 100%;
    max-width: 100%;
}

#interview a button{
    letter-spacing: 25px;
    font-size: 16px;
}
#interview a:hover button{
    background-color: #ffffff;
    color: #000000;
}

#videos{
    z-index: 50;
    position: relative;
}
#videos .element{
    /*border: 1px solid #585858;*/
    margin: 0px 0px 20px;
    box-sizing: border-box;
    overflow: hidden;
}
#videos .element iframe{
    display: block;
    position: relative;
    z-index: 2;
    opacity: 1;
    transition: none;
    -ms-transition: none;
}


#skeleton .imgContent{
    width: 100%;
    min-width: 320px;
    max-width: 1280px;
    margin: 0 auto 0px auto;
    position: relative;
    z-index: 1;
}
#skeleton .imgContent img{
    width: 100%;
}

#merch .innerContent{
    width: 100%;
    max-width: 982px;
}
#merch .element{
    display: inline-block;
    margin: 5px 3px;
    box-sizing: border-box;
}
#merch .element img{
    position: relative;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    opacity: 0.4;
    transition: all 1s;
    -ms-transition: all 1s;
}
#merch .element:hover img{
    opacity: 1;
}
#merch .element p{
    margin: 10px;
}
#merch .element a:hover{
    text-decoration: none;
}

#social{
    z-index: 80;
    position: relative;
}
#social .innerContent{
    margin-top: 20px;
}
#social .element{
    display: inline-block;
    margin: 5px 20px;
    box-sizing: border-box;
    border: 1px solid #585858;
    border-radius:50%;
}
#social .element img{
    position: relative;
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    opacity: 0.45;
    transition: all 1s;
    -ms-transition: all 1s;
    padding: 50px;
    width: 227px;
}
#social .element:hover img{
    opacity: 1;
}

#claim{
    z-index: 75;
    position: relative;
    margin-top: -100px;
}
#claim .imgContent{
    width: 100%;
    min-width: 320px;
    /*max-width: 1280px;*/
    margin: 0 auto 0px auto;
    position: relative;
    z-index: 1;
}
#claim .imgContent img{
    width: 100%;
}
#claim .innerCenter{
    position: absolute;
    z-index: 1;
    text-align: center;
    top: 50%;
    width: 100%;
    max-width: 100%;
}
#claim p{
    font-size: 14px;
    margin-bottom: 0vh;
    letter-spacing: 10px;
    color: #a3a3a3;
}
#claim h2{
    font-size: 43px;
    margin-top: -10px;
    font-family: "Nanami-ThinOblq", sans-serif;
    letter-spacing: 10px;
    color: #a3a3a3;
}
#claim .claim{
    width: 100%;
    max-width: 580px;
}

#imprint_link {
    z-index: 90;
    position: relative;
}
#imprint_link a{
    text-decoration: line-through;
    letter-spacing: 4px;
    font-size: 14px;
}
#imprint_link a:hover{
    text-decoration: none;
}


/*layer*/
.overlay{
    position: fixed;
    top: 0;
    left: 100%;
    background-color: #000000;
    opacity: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}

#mobileMenuStack{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 800;
    color: #262626;
}
.mobileMenuOverlay{
    position: fixed;
    top: 0;
    left: 100%;
    background-color: #000000;
    opacity: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}
.mobileMenu_open .mobileMenuOverlay{
    opacity: 0.5;
    left: 0%;
}
#mobileMenuStack .content{
    height: 100%;
    position: fixed;
    top: 0;
    right: -270px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /*overflow: scroll;*/
    width: 270px;
    padding: 80px 25px 20px 20px;
}
#mobileMenuStack .content .bg{
    background-color: #191919;
    width: 100%;
    height: 150%;
    position: absolute;
    top: 0%;
    transform: rotate(-10deg);
    transform-origin: 0 0;
}
#mobileMenuStack .content a{
    display: block;
    font-size: 16px;
    margin-bottom: 25px;
    text-align: right;
    opacity: 0.3;
    letter-spacing: 3px;
    transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    position: relative;
    padding-top: 1px;
}
#mobileMenuStack .content a:hover{
    text-decoration: line-through;
    opacity: 1;
}
.mobileMenu_open #mobileMenuStack .content{
    right: 0px;
}
#mobileMenuStack .content .headclaim{
    position: absolute;
    top: 31px;
    right: 65px;
    font-size: 10px;
    text-align: right;
    color: #ffffff;
    letter-spacing: 2px;
    opacity: 0.25
}
#mobileMenuStack .bt_close{
    position: absolute;
    top: 20px;
    right: 20px;
    background-size: 500px auto;
    background-position: -42px 3px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    padding: 16px;
}
#mobileMenu{
    display: block;
    width: 37px;
    height: 37px;
    background-size: 500px auto;
    background-position: -4px -4px;
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 100;
}

#impressumStack{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 800;
    color: #262626;
}
.impressum_open #impressumStack .overlay{
    opacity: 0.5;
    left: 0%;
}
#impressumStack .content{
    width: 640px;
    height: 100%;
    position: fixed;
    top: 0;
    right: -640px;
    padding: 80px 25px 20px 0px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /*overflow: scroll;*/
}
#impressumStack .content .bg{
    background-color: #191919;
    width: 100%;
    height: 150%;
    position: absolute;
    top: 0%;
    transform: rotate(-5deg);
    transform-origin: 0 0;
}
.impressum_open #impressumStack .content{
    right: 0px;
}
#impressumStack h1{
    font-size: 27px;
    color: #fff;
    margin-bottom: 30px;
    text-align: right;
    position: relative;
    opacity: 0.3;
    padding-top: 0vh;
}
#impressumStack h2{
    color: #fff;
    font-size: 20px;
    margin-bottom: 5px;
    margin-right: 20px;
    text-align: right;
    position: relative;
    letter-spacing: 5px;
    opacity: 0.5;
    padding: 2px 0 0 0;
}
#impressumStack p{
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
    position: relative;
    text-align: right;
    margin-right: 20px;
    padding-left: 120px
}
#impressumStack p a{
    color: #ffffff;
}
#impressumStack .content .headclaim{
    position: absolute;
    top: 31px;
    right: 65px;
    font-size: 10px;
    text-align: right;
    color: #ffffff;
    letter-spacing: 2px;
    opacity: 0.25;
    padding: 0;
    margin-right: 0px;
}
#impressumStack .bt_close{
    position: absolute;
    top: 20px;
    right: 20px;
    background-size: 500px auto;
    background-position: -42px 3px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    padding: 16px;
}



@media only screen and (max-width: 1460px) {
    #fp-nav.fp-show-active a.active + .fp-tooltip{
        opacity: 0;
    }


}
@media only screen and (max-width: 1023px) {
    #page7 h1{
        font-size: 40px;
    }

}
@media only screen and (max-width: 928px) {
    #page7 .outer{
        min-height: 900px;
    }
    #page7 h1{
        margin: 0 auto 3vh auto;
    }
    #page7 .innerContent > ul > li{
        width: 23%;
        margin-bottom: 10px;
    }
    #page7 .innerContent > ul > li:nth-child(5n+0){
        margin-bottom: 0px;
    }
    #page7 .innerContent > ul > li h3{
        font-size: 21px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    #page7 .innerContent h3{
        margin-top: 2vh;
        margin-bottom: 1vh;
    }
}

@media only screen and (max-width: 850px) {
    #social .element{
        margin: 5px 9px;
    }
    #social .element img{
        padding: 30px;
        width: 207px;
    }
}

@media only screen and (max-width: 768px) {
    #home .teaser .teaserBg{
        display: none;
    }
    #home .teaser .teaserBgMobil{
        display: block;
    }
    #home .kontaktContent{
        margin: -25vw auto 0px auto;
    }
}

@media only screen and (max-width: 654px) {
    h1{
        font-size: 20px;
        letter-spacing: 10px;
    }
    button{
        font-size: 12px;
        padding: 2px 7px;
        letter-spacing: 2px;
    }
    button.wide{
        letter-spacing: 10px;
        padding-right: 0px;
    }

    .logo{
        width: 37px;
        background-position: -120px 0px;
        background-repeat: no-repeat;
        margin-left: 15px;
        margin-top: 15px;
    }

    .logo_white{
        display: none;
    }

    .topNavigation{
        left: -100%;
    }

    #home .kontaktContent{
        margin: -25vw auto 0px auto;
    }


    #home .teaser .teaserText{
        top: 45%;
    }
    #home .teaser .teaserText img{
        width: 300px;
        margin-left: -150px;
        bottom: 19px;
    }

    #interview{
        margin-top: -90px;
    }
    #interview a button{
        letter-spacing: 7px;
        font-size: 12px;
    }

    #social .element{
        margin: 5px 10px;
    }
    #social .element img{
        padding: 20px;
        width: 127px;
    }

    #claim{
        margin-top: -75px;
    }

    #mobileMenu{
        top: 10px;
        right: 10px;
    }

    #impressumStack .content{
        width: 310px;
    }
    #impressumStack h2{
        font-size: 16px;
        margin-right: 10px;
    }
    #impressumStack h1{
        font-size: 26px;
        margin-bottom: 20px;
    }
    #impressumStack p{
        font-size: 14px;
        line-height: 17px;
        margin-right: 10px;
        padding-left: 70px;
    }


}

@media only screen and (max-width: 459px) {
    #home .teaser .teaserBg{
        display: none;
    }
    #home .teaser .teaserBgMobil{
        display: block;
    }
    #home .kontaktContent{
        margin: -25vw auto 0px auto;
    }

    #releases .element{
        margin: 5px 0px;
    }
    #compilations .element{
        margin: 5px 0px;
    }
    #merch .element{
        margin: 5px 0px;
    }
    #social .element{
        margin: 5px 5px;
    }
    #social .element img{
        padding: 15px;
        width: 97px;
    }

    #claim{
        margin-top: -45px;
    }
    #claim p{
        font-size: 12px;
        letter-spacing: 5px;
    }
    #claim h2{
        font-size: 21px;
        letter-spacing: 5px;
    }

}


/**
 * iPad with portrait orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait){
    .foo {
        height: 1024px;
    }
}

/**
 * iPad with landscape orientation.
 */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape){
    .foo {
        height: 768px;
    }
}

/**
 * iPhone 5
 * You can also target devices with aspect ratio.
 */
@media screen and (device-aspect-ratio: 40/71) {
    .foo {
        height: 500px;
    }
}