@font-face {
    font-family: 'Barrio';
    src: url('../fonts/Barrio-Regular.woff2') format('woff2'),
    url('../fonts/Barrio-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Oswald-ExtraLight';
    src: url('../fonts/Oswald-ExtraLight.woff2') format('woff2'),
    url('../fonts/Oswald-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('../fonts/SourceSansPro-Light.woff2') format('woff2'),
    url('../fonts/SourceSansPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Astonished';
    src: url('../fonts/Astonished.woff2') format('woff2'),
    url('../fonts/Astonished.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Disgusting Behavior';
    src: url('../fonts/DisgustingBehavior.woff2') format('woff2'),
    url('../fonts/DisgustingBehavior.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Nail Scratch';
    src: url('../fonts/NailScratch.woff2') format('woff2'),
    url('../fonts/NailScratch.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    background-color: #000;
}

body {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #000;
    color: #000;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 1.1rem;
}

.bannerbild {
    position: relative;
    line-height: 0;
    max-width: 1280px;
    width: 100%;
}

.bannerbild_klein {
    display: none;
}

#bannerslogan {
    opacity: 0.1;
}

#bannerlogo {
    opacity: 0.1;
}

.pfeildown {
    position: absolute;
    max-width: 60px;
    width: 4.6875%;
    top: 18%;
    left: 91%;
    opacity: 0.5;
}

.bannerbildslogan {
    position: absolute;
    max-width: 451px;
    width: 35.23%;
    top: 18%;
    left: 54%;
}


/* =======================================
  NAVIGATION
  ======================================= */

a:link {
    text-decoration: none;
    color: #ddd;
}

a:visited {
    text-decoration: none;
    color: #efd;
}

nav {
    background: url(../bilder/background-navi.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-width: 1280px;
    width: 100%;
    min-height: 40px;
    text-align: center;
    color: white;
    float: none;
    display: block;
}

#navbar {
    max-width: 1280px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background-color: #000;
    z-index: 90000;
    display: block;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .content {
    padding-top: 44.33333333333px;
}

ul.navmain {
    margin: 0;
    padding: 0;
}

ul.navmain li {
    display: inline;
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 10px;
    white-space: nowrap;
}

ul.navmain a {
    font-family: 'Oswald-ExtraLight', Helvetica, Arial, sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
    line-height: 180%;
    letter-spacing: 0.05rem;
    padding-left: 0;
}

#navbar li a:hover,
ul.navmain a:focus {
    padding-left: 0;
    text-decoration: none;
    color: #d88e00;
}

ul.navmain a:active {
    color: orangered;
}


#togglenav {
    display: none !important;
}

/* TOGGLE NAVIGATION */

nav,
.navbar-toggle {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pfeil {
    width: 20px;
    height: 15px;
    padding: 0;
    margin: 0;
}

.pfeilup {
    width: 20px;
    height: 15px;
    background: url(../bilder/pfeilup.svg) no-repeat;
    background-position: left 0px top 2px !important;
    margin: 0;
    padding-right: 14px !important;
}

.pfeilup:hover {
    background: url(../bilder/pfeiluphover.svg) no-repeat;
}


/* =======================================
  INHALT
  ======================================= */

/* STARTBANNER CONTAINER */

#start_banner_container {
    line-height: 0;
    max-width: 1280px;
    width: 100%;
    position: relative;
    text-align: center;
}

/* ABOUT CONTAINER */

#about {
    background: url(../bilder/back-deadline.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-width: 1280px;
    width: 100%;
    line-height: 140%;
    margin: 0;
    padding: 3% 0 0 0;
}

aboutspacer {
    width: 100%;
    height: 44.333333333333px;
    float: left;
}

.text_links {
    float: left;
    max-width: 460px;
    width: 32%;
    height: auto;
    margin: 0 2% 0 11%;
    padding: 1% 2% 2% 2%;
    text-align: left;
    color: #ddd;
}

.text_rechts {
    float: left;
    max-width: 460px;
    width: 32%;
    height: auto;
    margin: 0 0 0 4%;
    padding: 1% 2% 2% 2%;
    text-align: left;
    color: #ddd;
}

.text_links h4 {
    font-family: 'Disgusting Behavior', Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 4.4rem;
    opacity: 0.9;
    line-height: 130%;
    margin: 0;
    padding-bottom: 20px;
}

.text_rechts h1 {
    font-family: 'Barrio', Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 2rem;
    color: orange;
    opacity: 0.9;
    line-height: 130%;
    margin: 0;
}

.absatzhead {
    font-weight: bold;
    color: orange;
    opacity: 0.9;
}

.bildschuhe {
    max-width: 460px;
    width: 100%;
}

.bildschuhe-klein {
    max-width: 460px;
    width: 100%;
    display: none;
}

.bunter-haufen {
    max-width: 460px;
    width: 100%;
    padding-bottom: 50px;
}

/* SONG CONTAINER */

.songsinhalt {
    background: url(../bilder/back-deadline_gelb.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-width: 1280px;
    width: 100%;
    text-align: center;
    z-index: 4000;
}

.text_songs {
    max-width: 800px;
    width: 62.5%;
    height: auto;
    margin: 0 0 0 4%;
    padding: 3% 2% 2% 2%;
    text-align: center;
    color: #ddd;
    margin: 0 auto;
}

.text_songs h1 {
    font-family: 'Disgusting Behavior', Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 2.8rem;
    color: #ffeb00;
    letter-spacing: 0.4rem;
    opacity: 0.9;
    line-height: 130%;
    margin: 0;
}

.textsongintro {
    margin-bottom: 40px;
}

.absatzheadsongs {
    font-weight: bold;
    color: #dff1a6;
    opacity: 0.9;
}


/* BILDERGALERIE CONTAINER */

.bilderinhalt {
    background: url(../bilder/back-deadline_braun.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-width: 1280px;
    width: 100%;
    text-align: center;
    z-index: 99999;
}


h3.headline_galerie {
    font-family: 'Astonished', Helvetica, Arial, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 3.2rem;
    color: #ffeb00;
    letter-spacing: 0.4rem;
    opacity: 0.9;
    line-height: 130%;
    padding: 2% 0 3% 0;
    margin: 0;
    color: orange;
}

/* VIDEO CONTAINER */

.videobereich {
    background: url(../bilder/back-deadline_experi.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    max-width: 1280px;
    width: 100%;
    text-align: center;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    font-style: normal;
    color: #ddd;
    padding: 0 0 0 0;
}

h3.headline_video {
    font-family: 'Nail Scratch', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-size: 3.6rem;
    color: #ffeb00;
    letter-spacing: 0.4rem;
    opacity: 0.9;
    line-height: 130%;
    padding: 2% 0 1% 0;
    margin: 0;
    color: orange;
}

.subheadline_video {
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.01em;
    line-height: 140%;
    padding: 2% 0 1% 0;
    margin: 0;
    color: orange;
}

#fade_2,
#fade_4 {
    transition: all 100ms;
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #333;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.light-container {
    max-width: 1280px;
    width: 100%;

}

#light_2,
#light_4 {
    transition: all 500ms;
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 600px;
    max-height: 360px;
    width: 100%;
    margin-left: -300px;
    margin-top: -120px;
    border: 2px solid #FFF;
    z-index: 1002;
    overflow: visible;
    line-height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: translate(-0%, -0%) perspective(1000px) rotateX(90deg) rotateY(-90deg);
}

#light_2.in,
#light_4.in {
    opacity: 1;
    z-index: 1004;
    transform: translate(-0%, -0%) perspective(1000px) rotateX(0deg) rotateY(0deg);
}

#video_0,
#video_1,
#video_2,
#video_3,
#video_4 {
    max-width: 600px;
    max-height: 360px;
    width: 100%;

}

#boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: rgba(100, 100, 100, 0.5);
    font-size: 24px;
    font-weight: normal;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px 14px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
}

.boxclose:before {
    content: "×";
}

#fade_1,
#fade_3 {
    transition: all 100ms;
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.8);
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#light_1,
#light_3 {
    transition: all 500ms;
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 600px;
    max-height: 360px;
    width: 100%;
    margin-left: -300px;
    margin-top: -120px;
    border: 2px solid #FFF;
    z-index: 1002;
    overflow: visible;
    line-height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transform: translate(-0%, -0%) perspective(1000px) rotateX(90deg);

}

#light_1.in,
#light_3.in {
    opacity: 1;
    z-index: 1004;
    transform: translate(-0%, -0%) perspective(1000px) rotateX(0deg);
}


#light {
    transition: all 500ms;
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 600px;
    max-height: 360px;
    width: 100%;
    margin-left: -300px;
    margin-top: -120px;
    border: 2px solid #FFF;
    z-index: 1002;
    overflow: visible;
    line-height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transform: scale(0.96);
    -ms-transform: scale(0.96);
    -o-transform: scale(0.96);
    transform: scale(0.96);
}

#fade {
    transition: all 100ms;
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

#light.in {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    z-index: 1004;
}

.clickvideo {
    position: relative;
    left: 0;
    top: 0;
    z-index: 1003;
}

.videospacer {
    height: 500px;
}


/* FOOTER */

footer {
    max-width: 1280px;
    width: 100%;
    background: url(../bilder/back-deadline.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    line-height: 140%;
    margin-top: 0;
}

footer h2 {
    padding: 0 0 10px 0;
    margin: 0;
}

.footerinhalt {
    text-align: center;
    font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
    font-size: 1.3rem;
    font-weight: 300;
    font-style: normal;
    color: #ddd;
    line-height: 1.25;
    padding: 10px 10px 0 10px;

    /*background: rgba(210, 142, 99, 0.3);*/
}

.footerinhalt ul {
    text-align: center;
    margin: 0;
    padding: 8px 0 0 0;
}

.footerinhalt ul li {
    position: relative;
    vertical-align: top;
    text-align: center;
    display: block;
    padding: 0 20px 20px 20px;
}

.footerinhalt h2 {
    font-size: 1.3rem;
}

.footerinhalt a:link {
    text-decoration: none;
    font-size: 1.3rem;
    color: #ddd;
}

.footerinhalt a:visited {
    text-decoration: none;
    color: #ec9;
}

.footerbild {
    max-width: 1280px;
    width: 100%;
}

.footerbild_480 {
    display: none;
}

.footerbild_1024 {
    display: none;
}

.footerabstand-unten {
    background: rgba(250, 142, 99, 0.15);
}


/* MODAL */

/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 99999;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: scroll;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

/* Modal Content */

.modal-content {
    background-color: #fefefe;
    /* Fallback color */
    background-color: rgba(240, 240, 240, 0.8);
    /* Black w/ opacity */
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 70%;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.modal-content a:link {
    text-decoration: none;
    color: #339;
}

.modal-content a:visited {
    text-decoration: none;
    color: #399;
}


/* The Close Button */

.close {
    color: #a66;
    float: right;
    font-size: 48px;
    font-weight: normal;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.close1:hover,
.close1:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.close2:hover,
.close2:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    
    .is-ios * {
    cursor: pointer;
}

* {
    cursor: pointer;
}
    #about {
        background: url(../bilder/back-band-pad.jpg) no-repeat left top scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        max-width: 1280px;
        width: 100%;
        line-height: 140%;
        margin: 0;
        padding: 3% 0 0 0;
    }

    .songsinhalt {
        background: url(../bilder/back-gelb-pad.jpg) no-repeat left top scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        max-width: 1280px;
        width: 100%;
        text-align: center;
        z-index: 4000;
    }

    .videobereich {
        background: url(../bilder/back-video-pad.jpg) no-repeat left top scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        max-width: 1280px;
        width: 100%;
        text-align: center;
        font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
        font-size: 20px;
        font-weight: 300;
        font-style: normal;
        color: #ddd;
        padding: 0 0 0 0;
    }

    footer {
        max-width: 1280px;
        width: 100%;
        background: url(../bilder/back-deadline.jpg) no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        line-height: 140%;
        margin-top: 0;
    }

    .videospacer {
        height: 100px;
    }
    
    .footerbild {
        display: none;
    }
    
    .footerbild_1024 {
        display: block;
        max-width: 1024px;
        width: 100%;
    }
    
}

@media screen and (max-width: 768px) {

    .text_links {
        float: none;
        max-width: 520px;
        width: 68%;
        height: auto;
        margin: 0 auto;
        padding: 1% 2% 2% 2%;
        text-align: left;
        color: #ddd;
    }

    .text_rechts {
        float: none;
        max-width: 520px;
        width: 68%;
        height: auto;
        margin: 0 auto;
        padding: 1% 2% 2% 2%;
        text-align: left;
        color: #ddd;
    }

    .text_links h4 {
        text-align: center;
    }


}


@media screen and (max-width: 650px) {

    #light_1,
    #light_3,
    #light_2,
    #light_4 {
        transition: all 500ms;
        position: fixed;
        top: 50%;
        left: 50%;
        max-width: 300px;
        max-height: 180px;
        width: 100%;
        margin-left: -150px;
        margin-top: -60px;
    }
}



@media screen and (max-width: 480px) {

    html,
    body {
        overflow-x: hidden;
        font-size: 1rem;
    }

    .bannerbild {
        display: none;
    }

    .bannerbild_klein {
        position: relative;
        line-height: 0;
        max-width: 480px;
        width: 100%;
        display: block;
    }

    #navbar {
        display: none;
    }

    #togglenav {
        display: block !important;
        z-index: 999999 !important;
    }

    .menu-icon {
        position: fixed;
        left: 92%;
        top: 10px;
        height: 40px;
        width: 40px;
        display: block !important;
        z-index: 99999999 !important;
    }

    hr {
        border: 0;
        height: 1px;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
    }

    #togglemenu {
        position: fixed;
        right: 0;
        top: 0;
        display: block;
        text-align: center;
        padding: 0px;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        z-index: 9999999 !important;
    }

    #togglemenu ul li {
        display: block;
        white-space: nowrap;
        /* verhindert Umbruch bei Leerzeichen */
    }

    ul {
        padding: 0;
        -webkit-padding-start: 0px;
    }

    #togglemenu ul li {
        display: block;
        float: none;
        padding: 0;
    }

    #togglemenu ul li a {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 20px;
        font-weight: 300;
        font-style: normal;
        text-decoration: none;
        color: #fff;
        padding: 0;
        margin: 0;
        display: block;
    }

    /* ---------- Ende Toggleavigation    --------- */
    .pfeildown {
        display: none;
    }

    .bannerbildslogan {
        display: none;
    }

    .bunter-haufen {
        padding-bottom: 40px;
    }

    .bildschuhe {
        display: none;
    }

    .bildschuhe-klein {
        display: block;
    }

    .text_links {
        float: none;
        max-width: 440px;
        width: 80%;
        height: auto;
        margin: 0 auto;
        padding: 1% 4% 2% 4%;
        text-align: left;
        color: #ddd;
    }

    .text_rechts {
        float: none;
        max-width: 440px;
        width: 80%;
        height: auto;
        margin: 0 auto;
        padding: 1% 2% 2% 2%;
        text-align: left;
        color: #ddd;
    }

    .text_rechts h1 {
        font-size: 1.4rem;
        padding-top: 20px;
    }

    .text_links h4 {
        line-height: 110%;
    }

    .sticky + .content {
        padding-top: 0;
    }

    .videospacer {
        height: 50px;
    }

    .footerbild {
        display: none;
    }

    .footerbild_1024 {        
        display: none;
    }
    
    .footerbild_480 {
        display: block;
        max-width: 480px;
        width: 100%;
    }

}


@media screen and (max-width: 360px) {}
