html,
body {
    width: 100%;
    height: 100%;
    background-color: #1c1b27;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: 'Abel', sans-serif;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
}

    *{
        box-sizing: border-box;
    }
 

    ul {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        list-style-type: circle;
        color: #dcd582;
        font-size: 14px;
        font-size: 2vmin;

    }
    p{
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        color: #dcd582;
        font-size: 16px;
        font-size: 2vmin;
        line-height: 3vmin;


    }

    p .white{
     
        font-family: 'Roboto', sans-serif;
        color: #ffffff;
        font-size: 20px;
        line-height: 22px;
        text-align: left;
        
    }


    h1{
        font-family: 'Abel', sans-serif;
        color: #dcd582;
        text-transform: uppercase;
        font-size: 2vw;
        letter-spacing: 6px;
    }

     h2{
        font-family: 'Abel', sans-serif;
        color: #dcd582;
        text-transform: uppercase;
        font-size: 50px; 
        font-size: 5vw;
        letter-spacing: 6px;
    }

    h3{
        font-family: 'Abel', sans-serif;
        color: #1c1b27;
        text-transform: uppercase;
        font-size:12px;
        letter-spacing: 6px;
    }
    
    a{
        font-family: 'Abel', sans-serif;
        color: #fff;
        font-size: 20px;
        line-height: 22px;
        text-decoration: none;
        outline : none;

    }

    a img{
        outline : none;
    }

    a:hover{
      
        color: #dcd582;
      
    }



    .video{
        background: url('../img/background.jpg') center center;
        background-size: cover;
       width:100%;
       height: 100vh;
       padding-left: 20%;
       padding-right: 20%;
       display: flex;
        align-items: center;
        justify-content: center;



    }
    .videowrapper{
        width: 100%;
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }

    iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        
        
    }
   

#hero {
    background: url('../img/background.jpg') center center;
    background-size: cover;
    position: relative;
    height: 100vh;
}
.studioOff {
    background: url('../img/studio2.png') center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-repeat: no-repeat;
}
.florian {
    background: url('../img/florian.png') center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-repeat: no-repeat;
}
.tourOff {
    background: url('../img/tour2.png') center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
}
.studio {
    background: url('../img/studio2_glow.png') center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-repeat: no-repeat;
    opacity: 0.0;
}
.tour {
    background: url('../img/tour2_glow.png') center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    opacity: 0.0;
}

/** Popups **/

.popup {
    position: absolute;
    top: 0;
    text-align: center;
    width: 60%;
    height: 100vh;
    padding: 20px;
    opacity: 1;
    z-index: 10;
    transition: all 1s;
}
.popup.hidden {
    opacity: 0;
}

#studioPopup {
    right: 0;
}
#studioPopup.hidden {
    right: -50%;
}

#tourPopup {
    left: 0;
}
#tourPopup.hidden {
    left: -50%;
}


.textcontainer {
    position: relative;
    height: 100%;
    width: 100%;
    top: 5vh;
    left: 0px;
    text-align: left;
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;
}
.button {
    width: 50%;
    position: relative;
    float: left;
    height: 100vh;
    opacity: 0.1;
    transition: 0.5s;
    cursor: pointer;
    z-index: 4;
}
.button:hover {
    opacity: 0.0;
}
#logo {
    width: 50px;
    height: 50px;
    margin-top: 30px;
    margin-left: 30px;
    text-align: left;
    position: fixed;
}
#logotext {
    width: 200px;
    height: 50px;
    margin-top: 45px;
    margin-left: 90px;
    text-align: left;
    position: fixed;
    font-family: 'Abel', sans-serif;
    color: #dcd582;
    font-size: 12px;
    line-height: 22px;
}
#facebook {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 80px;
    top: 30px;
    color: #dcd582;
    z-index: 999;
    opacity: 0.3;
    transition: opacity 1s;
}
#facebook:hover {
    opacity: 1;
}
#english {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    width: 50px;
    border-radius: 25px 0px 0px 25px;
    height: 40px;
    margin-top: 30px;
    right: 190px;
    text-align: center;
    font-family: 'Abel', sans-serif;
    color: #dcd582;
    font-size: 12px;
    border: none;
    outline: none;
    line-height: 22px;
    z-index: 999;
    transition: background-color 1s;
}
#english:hover {
    color: #000;
    background-color: #dcd582;
}
#english.active {
    color: #000;
    background-color: #dcd582;
}
#youtube {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 30px;
    top: 30px;
    color: #dcd582;
    z-index: 999;
    opacity: 0.3;
    transition: opacity 1s;
}
#youtube:hover {
    opacity: 1.0;
}
#icon-box{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 50px;

}

#spotify {
    position: relative;
    width: 70px;
    height: 70px;
    color: #dcd582;
    z-index: 999;
    opacity: 1.0;
    align-items: center;
    transition: opacity 1s;
    margin-right: 50px;
}
#spotify:hover {
    opacity: 0.3;
}
#apple {
    position: relative;
    width: 70px;
    height: 70px;
    color: #dcd582;
    z-index: 999;
    opacity: 1.0;
    align-items: center;
    transition: opacity 1s;
}
#apple:hover {
    opacity: 0.3;
}

#german {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    width: 50px;
    height: 40px;
    margin-top: 30px;
    right: 140px;
    border-radius: 0px 25px 25px 0px;
    text-align: center;
    font-family: 'Abel', sans-serif;
    cursor: pointer;
    color: #dcd582;
    border: none;
    outline: none;
    font-size: 12px;
    line-height: 22px;
    z-index: 999;
    transition: background-color 1s;
}
#german:hover {
    color: #000;
    background-color: #dcd582;
}
#german.active {
    color: #000;
    background-color: #dcd582;
}
#footer {
    height: 400px;
    width: 100%;
    margin-top: -30px;
    padding: 0px;
}
#footer-content {
    padding: 70px;
    text-align: center;
}
.backbutton {
    background-color: #dcd582;
    width: 50px;
    height: 50px;
    margin-top: 5px;
    padding-top: 6px;
    right: 30px;
    text-align: center;
    position: fixed;
    font-size: 30px;
    cursor: pointer;
    border-radius: 25px;
    border: none;
    outline: none;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -sand-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: background-color 1s;
}
.backbutton:hover {
    background-color: #fff;
}
.popup.hidden .backbutton {
    display: none;
}
.about {
    width: 100%;
    background-color: #1c1b12;
}

.about-song {
    
    background-color: #1c1b27;
    border-bottom: 1px solid #1c1222;
    max-width: 100% width: 100%;
     flex-wrap: wrap;
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;

    padding: 5%;
    padding-left: 20%;
    padding-right: 20%;
}

.about-content {
    background-color: #1c1b27;
    border-bottom: 1px solid #1c1222;
    max-width: 100% width: 100%;
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 5%;
    padding-left: 20%;
    padding-right: 20%;
}

.about-content-2 {
    background-color: #1c1b27;
    border-bottom: 1px solid #1c1222;
    max-width: 100% width: 100%;
    overflow-x: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 5%;
    padding-left: 20%;
    padding-right: 20%;
    text-align: center;
}


@media (max-width: 600px) {

    .video{
        height: auto;
        padding-top: 50px;
        padding-bottom: 50px;

    }
    .studioOff {
        left: 0px;
        background-size: 300%;
        background-position: 20% 160%;
        padding-left: 200px;
        width: 50%;
        z-index: 55;
    }
    .studio {
        left: 0px;
        background-size: 300%;
        background-position: 20% 160%;
        padding-left: 200px;
        width: 50%;
        z-index: 55;
    }
    .tourOff {
        left: 50%;
        background-size: 300%;
        background-position: 80% 160%;
        padding-left: 200px;
        width: 50%;
        z-index: 55;
    }
    .tour {
        left: 50%;
        background-size: 300%;
        background-position: 80% 160%;
        padding-left: 200px;
        width: 50%;
        z-index: 55;
    }
    #facebook {
        top: 80px;
        opacity: 1;
    }
    #youtube {
        top: 80px;
        opacity: 1;
    }
    .textcontainer {
        top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    #german {
        right: 30px;
    }
    #english {
        right: 80px;
    }
    #footer-content {
        padding-top: 120px;
    }
    .about-content {
        padding-left: 10%;
        padding-right: 10%;
    }

     .about-song {
        padding-left: 10%;
        padding-right: 10%;
    }

    .about-content-2 {
        padding-left: 10%;
        padding-right: 10%;
    }


    h2 {
        font-size: 26px;
    }
    h1 {
        font-size: 22px;
    }
    .backbutton {
        top: 100px;
    }
    .button {
        z-index: 60;
    }
    
    /** Popups **/

    .popup {
        width: 100%;
        z-index: 70;
    }
    #studioPopup.hidden {
        right: -100%;
    }
    #tourPopup.hidden {
        left: -100%;
    }
    
    .backbutton {
        z-index: 80;
    }

    #icon-box{
        width: 80vw;
    }

    #spotify {
        width: 60px;
        height: 60px;
    }
    #apple {
        width: 60px;
        height: 60px;
    }

    p {
        font-size: 3vmin;
        line-height: 4vmin;
    }
    ul{

        font-size: 3vmin;

    }

}