
/**
*
*   GENERIC
*
*/

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/Lato/Lato-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/Lato/Lato-LightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Lato/Lato-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Lato/Lato-BoldItalic.ttf') format('truetype');
}

body {
    background: #737373;
    font-family: 'Lato', sans-serif; /* have 300 and 700 */
    color: #FFF;
    overflow-x: hidden;
    cursor: default;
    /*z-index: 100;*/
}

/* TODO this is media query for normal, add others */
/* fits for normal media-query*/

h1, h2, h3, h4, p {
    font-family: 'Lato', sans-serif;
    color: #FFF;
}

h1 {
    /*font-size: 48px;*/
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.036em;
    text-align: center;
    margin-top: 23px;
}
/* small */
@media only screen and (max-width: 40em) {
    h1 {
        font-size: 34px;
    }
}

/* medium and up*/
@media only screen and (min-width: 40.063em) {
    h1 {
        font-size: 48px;
    }
}

/* TODO overdo */
/* fits for normal media-query*/
h2 {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.036em;
    text-align: center;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0.041em;
    margin-top: 0;
}

h4 {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0.036em;
    margin-top: 20px;
    margin-bottom: 12px;
}

p, a {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.008em;
    line-height: 1.375;
    margin-bottom: 22px;
}

a, a:visited {
    color: #999;
    cursor: pointer !important;
}
a:hover, a:active {
    color: #FFF;
    cursor: pointer !important;
}
a:active {
    text-decoration: underline;
}


/**
*
*   GENERIC additional
*
*/

.vertical-outer {
    position: relative;
    top: 50%;
}
.vertical-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: -7em;
}

.center-outer {
    position: relative;
}
.center-inner {
    position: absolute;
    top:50%;
    height: 100%;
    margin-top: -50%;
}

.text-overlay {
    background: rgba(0,0,0,0);
    position: absolute;
    /*height: 100%;*/
    width: 100%;
    top: 0;
    left: 0;
    z-index: 50;
    /*-moz-transition: all 1.5s;*/
    /*-webkit-transition: all 1.5s;*/
    /*-o-transition: all 1.5s;*/
    opacity: 1;
}

.text-underlined {
    display:inline-block;
    padding-bottom: 1px;
    border-bottom: 4px solid white;
}
.btn_text {
    font-weight: 700;
    letter-spacing: 0.043em;
    margin: 14px 0 0 0;
    font-size: 1.4em;
    vertical-align: middle;
}
.vb_icon_apple {
    margin-top: -9px;
    padding-right: 10px;
    width: 2.5rem;
    height: 2.5rem;
}

.margin-center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.center-horizontally {
    margin: 0 auto;
    display: block;
}


.separator {
    background: url("../img/line2x.png") 0 0 no-repeat;
    width: 32px;
    height: 2px;
}



#vimeoplayer {
    max-width: 970px;
}


.vb_video_overlay {
    position: absolute;

    width: 100%;
    max-width: 970px;
    /*height: 540px;*/
    height: 100%;

    z-index: 1;
    background-position: 0 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.vb_video_overlay:hover {

}

.vb_video_overlay_btn {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: url("../img/video/videobutton.svg") center center no-repeat;
    /*background-position: 51.8229167% center;*/
    background-size: 16% auto;
    /*background-repeat: no-repeat;*/
}
.vb_video_overlay_btn:hover {
    /*background-position: 53.0208% center;*/
    background-size: 19.5% auto;
    cursor: pointer;
}

#vb_video iframe {
    background-color: #737373;
}

/**
*
*   HEADER
*
*/

span.text-underlined h2 {
    margin-bottom: 0;       /* important for */
}

/* svg */
#vb_arrow {
    margin-top: 14px;      /*start value*/ /*sowieso 23px abstand zu h1, also rest addieren*/
    /*margin-top: 15px;*/  /*end value*/
    display: inline-block;
}
#vb_arrow:hover {

}

/*@keyframes vivid {*/
    /*from {transform: scale(1.0) translateY(0px);}*/
    /*to {transform: scale(1.1) translateY(5px)}*/
/*}*/

/*#link_shortcut {*/
    /*cursor: pointer;*/
    /*animation: vivid 1s ease infinite alternate;*/
/*}*/

#link_shortcut {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}

#link_shortcut:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.vb_arrow_header {
    margin-top: 42px;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 0;
}

/* title */
.title-grid li {
    display: block;
    height: 150px;
    overflow: hidden;
}

.vb_svg_line {
    margin-top: 10px;      /*start value*/ /*sowieso 23px abstand zu h1, also rest addieren*/
    display: inline-block;
}


/**
*
*
* SECTIONS
*
*/

#vb_section_1 {
    background-color: #868686;
    padding-top: 179px;
}

/**
*
*   CAROUSEL
*
*/

#vb_carousel {
    margin: 0;
    /*z-index: -100;*/
}

#vb_carousel div {
    width: 100%;
    height: 100%;
}

.carousel_parallax {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -50;
}
.carousel_glass {
    width: 100%;
    height: 100vh;
}

.slick-dots {
    list-style: none;
    position: absolute;
    bottom: 5%;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #fff;
}

.slick-dots li {
    /*position: relative;*/
    /*display: inline-block;*/
    /*width: 20px;*/
    /*height: 20px;*/
    margin: 0 4px;
    /*padding: 0;*/
    /*cursor: pointer;*/
}

.slick-dots li button {
    margin: 0;
}

.slick-dots li button::before {
    font-size: 11px;
    /*margin: 10px;*/
    color: #fff;
    opacity: .25;
}
.slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1;
}






/**
*
* OLD CAROUSEL
*/



.orbit-bullets li {
    /*background: #454545;*/
    background: rgba(255, 255, 255, 0.4);
}

.orbit-bullets li.active {
    background: #FFF;
}


/**
*
*   VIDEO + text
*
*/


/*TODO: width je nach media-query*/
.top-video {
    /*width: 80%;*/
    /*left: 10%;*/
    /*margin-top: 315px;     /!* 315 - 179 (trigger) *!/*/
    margin-top: 136px;
    margin-bottom: 27px;
}

#vb_video_text {
    margin-bottom: 25px;
}
#vb_video_text h3 {
    margin-bottom: 21px;
}


#vb_awardshelf {
    padding-bottom: 63px;  /* padding instead of margin to let section reach to vitrine (for bg color) */
}
#vb_awardshelf img{
    max-height: 180px;
    width: auto;
}

/* normal */
@media only screen and (min-width: 40em) {
    #vb_awardshelf {
        padding-bottom: 63px;  /* padding instead of margin to let section reach to vitrine (for bg color) */
    }
    #vb_awardshelf img{
        max-height: 100px;
        width: auto;
    }
}

/**
*
*   vitrine
*
*/

#vb_vitrine {
    width: 100%;
    height: 180px;
    max-height: 180px;
    /*margin-bottom: 73px;*/
    /*background: url(../img/vitrine/vitrine_bg-80.jpg) center center repeat-x;*/
    /* TODO: could be responsive -> changing bg */
    /*background: url("../img/vitrine/vitrine_bg_10er-70.jpg") center center repeat-x;*/
    background-size: 100% auto;  /* wenn bild perfekt passt */
    background-repeat: repeat-x;
    background-color: #6f6f6f;
    /*background-position: center center;*/
}

/*#vb_vitrine img {*/
    /*height: 180px;*/
    /*margin: 0 0 0 -3px;*/
    /*padding: 0;*/
    /*border: 0;*/
    /*border-image-width: 0;*/
    /*overflow: hidden;*/
/*}*/


/**
*
*   linkselection
*
*/

#vb_linksection {
    padding-top: 73px;
    padding-bottom: 110px;
    background-color: #6f6f6f;
}
#vb_linksection h1 {
    margin-top: 0;
    margin-bottom: 6px;
}

#vb_btn_appstore {
    width: 301px;
    height: 60px;
    margin-top: 50px;
}

.btn_appstore_subtext {
    font-weight: 300;
    font-size: 0.8em;
    letter-spacing: 0.061em;
    line-height: 0.8em;
    padding-top: 9px;
}

/**
*
* MAKING OF
*
*/

#vb_makingof {
    overflow: auto;
}

#vb_makingof img {
    width: 50%;
    float: left;
}

/* ab 1200px */
@media only screen and (min-width: 75.063em) {
    #vb_makingof img {
        width: 25%;
    }
}



/**
*
* CREDITS
*
*/

#vb_credits {
    background-color: #606060;
    padding-top: 71px;
    padding-bottom: 132px;
}
#vb_credits h1 {
    margin-top: 0;
    margin-bottom: 6px;
}
#vb_credits h3 {
    margin-bottom: 22px;
    line-height: 26px;

}
#vb_credits p {
    margin-bottom: 22px;
}
#vb_credits a {

}
.vb_credit_entry p {

}
.vb_credit_musician_name {
    margin-bottom: -1px !important;
    letter-spacing: 0.05em;
}

.separator {
    margin-top: 33px;
    margin-bottom: 31px;
}
.separator.copyright {
    margin-top: 46px;
    margin-bottom: 39px;
}
.nomarginbottom {
    margin-bottom: 0 !important;
}

.vb_section_header {
    margin-bottom: 81px;

}

.vb_section_header .separator {
    margin-top: 0;
    margin-bottom: 0;
}
.vb_col {
    padding-left: 2em;
}
.vb_col2 {
    padding-left: 3em;
}


/*.vb_col_center {*/
    /*margin: 0 auto;*/
    /*width: 50%;*/
    /*white-space: nowrap;*/
/*}*/


/* bis 374px */
@media only screen and (max-width: 23.375em) {
    #vb_credits h3 {
        font-size: 21px;
     }
    #vb_credits p, #vb_credits a {
        font-size: 15px;
    }
    .vb_col2 {
        padding-left: 0.9375rem;
    }
    .vb_375_only {
        display: inline-block;
    }
    .vb_376_up {
        display: none;
    }
}

/* ab 375 */
@media only screen and (min-width: 23.4375em) {
    /*#vb_credits h3 {*/
        /*font-size: 21px;*/
    /*}*/
    /*#vb_credits p, #vb_credits a {*/
        /*font-size: 15px;*/
    /*}*/
    .vb_col2 {
        padding-left: 2rem;
    }
    .vb_375_only {
        display: none;
    }
    .vb_376_up {
        display: inline-block;
    }
}


/* bis 479 */
@media only screen and (max-width: 29.9375em) {
    .vb_col_center {
        white-space: nowrap;
        width: auto;
        margin: auto;
    }
    /*.vb_col2 {*/
        /*padding-left: 2em;*/
    /*}*/
}

/* ab 480 px */
@media only screen and (min-width: 30em) {
    .vb_col_center {
        margin: 0 auto;
        width: 50%;
        white-space: nowrap;
    }
    .vb_col2 {
        padding-left: 0.9375rem;
    }
}

/* ab 641 px */
@media only screen and (min-width: 40.0625em) {
    /*.vb_col_center {*/
    /*margin: 0 auto;*/
    /*width: 50%;*/
    /*white-space: nowrap;*/
    /*}*/
    .vb_col2 {
        padding-left: 2rem;
    }
}


/* bis 864px */
@media only screen and (max-width: 54em) {
    .vb_credits_small-only {
        display: block;
    }
    .vb_credits_medium-up {
        display: none;
    }
}
/* ab 865px */
@media only screen and (min-width: 54.0625em) {
    .vb_credits_small-only {
        display: none;
    }
    .vb_credits_medium-up {
        display: block;
    }
    .vb_col2 {
        padding-left: 3rem;
    }
}


/**
*
*       FOOTER
*
*/

footer {
    width: 100%;
    background-color: #5c5c5c;  /* 5c5c5c oder 6f6f6f */
    height: 53px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
footer a {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 0;
    cursor: pointer;
}


/**
*
*   IMPRINT
*
*/

#vb_imprint {
    background-color: #606060;
    /* Sticky footer setup */
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
}
#vb_imprint .row {
    /* Make content area grow to push footer down */
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
#vb_imprint .row > .text-justify {
    /* Center only the legal notice content vertically */
    margin-top: auto;
    margin-bottom: auto;
}
#vb_imprint .margintop-10p {
    margin-top: 10%;
}
#vb_imprint h2 {
    text-align: left;
}

.opt-out {
    text-align: center;
}

.opt-out iframe {
    width: 100%;
    height: 200px;
    border: 1px solid white;
}
/* rest of style managed inside piwik-custom-opt-out*/
/*.opt-out iframe body {*/
    /*font-family: 'Lato', sans-serif;*/
    /*font-weight: 300;*/
    /*color: white;*/
    /*background-color: #606060;*/
/*}*/

/**
*
*   PRESSKIT
*
*/

#vb_presskit {
    background-color: #606060;
    /* Sticky footer setup */
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
}
#vb_presskit .row {
    /* Push footer to bottom */
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
#vb_presskit .flex-video {
    margin-bottom: 0;
}


/**
*
*   SCROLLMAGIC
*
*/
#vb_scroll_trigger1 {
    position:absolute;
    top: 50%;
}
#vb_scroll_trigger1_end {

}
#vb_sticky_header {
    top:50%;
}


/* parallax */
/*.parallaxParent {*/
    /*height: 100vh;*/
    /*overflow: hidden;*/
/*}*/
/*.parallaxParent > * {*/
    /*height: 100%;*/
    /*position: relative;*/
    /*top: -50%;*/
/*}*/
