html, body
{
    width:100%;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    background-color: #000000;
}

h1, h2 {
    font-family: 'Vollkorn', serif;
    text-align: center;
    letter-spacing: 2px;
    padding: 10px;
    font-weight: normal;
    text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000,
        0 0 0.2em #000000;
} 

h3 {
    font-family: 'Vollkorn', serif;
    text-align: left;
    font-style: italic;
    letter-spacing: 2px;
    font-weight: normal;
    font-size: 14px;
    color: #B2B3B3;
    
}


p {
    font-family: 'Vollkorn', serif;
    font-size: 18px;
    font-weight: normal;

}

a {
    text-decoration: none;
    letter-spacing: 2px;
    color: #B2B3B3;
    font-family: 'Vollkorn', serif;
    font-size: 18px;
}

a:active {
    color: #EF7F1A ;
}

a:hover {
    color: #EF7F1A ;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}
  

#navigation {
    position: fixed;
    margin-top: 15%;
    margin-left: 5%;
    font-size: 20px;
    font-family: Verdana;
    padding: 0;
    width: 100px;
}

#navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#navigation li {
    list-style: none;
    padding-top:20px;
    margin:0;

}

#navigation #aktuell a {
    color: #FFFFFF;
}


#home {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/HOME_background.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

#logo {
    width: 40%;
    min-width: 320px;
    height: auto;
    position: absolute;
    margin-top: 5%;
    margin-left: 5%;
}

#logo img {
    width: 100%;
    height: auto;
}



#about {
    position: absolute;
    width: 100%;
    height: auto;
    background-color: #000000;
}

#about img {
    width: 100%;
    height: auto;
    min-width: 500px;
}

#bandtext {
    position: relative;
    margin-top: 25%;
    margin-bottom: 40px;
    width: 100%;
    text-align: justify;
    font-weight: normal;
}
  

.content {
    position: absolute;
    width: 60%;
    height: 100%;
    min-height: 500px;
    min-width: 243px;
    left:20%;
    right: 20%;
    top: 5%;
}

.responsive-video iframe {
position: absolute;
top: 0;
width: 100%;
height: 100%;
}

.responsive-video {
position: relative;
padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
padding-top: 0px;
height: 0;
overflow: hidden;
}

 
#music-player {
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
    width: 60%;
    min-width: 243px;
}



#events {
    position: absolute;
    width: 100%;
    height: auto;
}

#events img {
    width: 100%;
    height: auto;
    min-width: 1000px;
}


#eventlist {
    margin-left: 0;
    padding-left: 0;
}

#eventlist li {
    list-style-type: none;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 30px;
}

#eventlist .time {
    font-family: Times;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    color: #B2B3B3;
}

#eventlist a {
    font-family: 'Vollkorn', serif;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0 0 0.2em #000000, 0 0 0.2em #000000,
        0 0 0.2em #000000;
}

#eventlist a:hover {
    color: #EF7F1A ;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}




#booking {
    position: absolute;
    width: 100%;
    height: auto;
}

#booking img {
    width: 100%;
    height: auto;
    min-width: 1000px;
}

#press-left {
    position: relative;
    float: left;
    width: 50%;
    min-width: 243px;
    text-align: center;
}

#press-left img {
    width: 100%;
    min-width: 243px;
    margin: 0 auto;
}

#press-right {
    position: relative;
    width: 50%;
    min-width: 243px;
    float: left;
    margin-left: 0;
    padding-left: 0;
}

#press-right img {
    padding-right: 10px;
}

#press-right ul {
    padding-left: 10%;
    margin: 0;
}

#press-right li {
    list-style-type: none;
    padding-top: 10px;
    padding-bottom: 10px;
}

#press-right a {
    font-family: 'Vollkorn', serif;
    color: #FFFFFF;
}

#press-right a:hover {
    color: #EF7F1A ;
    -webkit-transition-duration: 500ms;
    -moz-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

#nonsens {
    width: 100%;
    min-width: 243px;
}

#nonsens img {
    width: 100%;
}


.clearing { clear: both; }
