body {
    background-image: url("pics/bg_hor.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-position-y: 0;
    overflow-x: hidden;
}

@media screen and (max-width: 1000px) {
    body {
        background-image: url("pics/bg_vert.jpg");
    }
}

* {
    margin: 0;
}

/*-----------------------
cover-page
-----------------------*/

.cover {
    width: 100vw;
    height: 100vh;
}

.cover img {
    width: 100vw;
    position: absolute;
    bottom: 0;
}

/*-----------------------
spotify
-----------------------*/

.spotifyFrame {
    width: 80vw; 
    height: 80vh; 
    margin-left: 10vw;
    margin-top: 10vh;
}

/*-----------------------
video
-----------------------*/

.videos {
    width: 100vw;
    min-height: 100vh;
    box-sizing: border-box;
    padding-left: 10vw;
    padding-top: 10vh;
    padding-bottom: 10vh;
}

.videos iframe {
    width: 560px;
    height: 315px;
    margin-bottom: 20px;
    margin-right: 20px;
}

/*-----------------------
gigs
-----------------------*/

.gigarea {
    width: 100vw;
    height: 100vh;
}

.gigs {
    background-color: rgba(0,0,0,0.5);
    max-width: 80vw;
    height: 80vh;
    position: relative;
    top: 10vh;
    left: 10vw;
    padding: 10px;
    box-sizing: border-box;
    overflow: scroll;
}

.gigs h1 {
    color: white;
    font-size: 2.5em;
    margin-left: 0em;
    margin-bottom: 1em;
    margin-top: 0em;
    font-family: sans-serif;
}

.gigs a {
    display: block;
    color: white;
    font-size: 2em;
    font-family: sans-serif;
    margin-bottom: 0.3em;
    text-decoration: none;
}

/*-----------------------
footer
-----------------------*/

.footer {
    background-color: rgba(0,0,0,0.5);
    width: 100vw;
    padding: 10px;
    word-spacing: 20px;
    text-align: center;
}

.footer a {
    color: white;
    font-size: 1.5em;
    text-decoration: none;
    font-family: sans-serif;
}

@media screen and (max-width: 900px) {
    .footer a {
        font-size: 1.8em;
    }
}

/*-----------------------
impressum
-----------------------*/

.impressum {
    background-color: black;
    min-height: 100vh;
    width: 100vw;
    padding: 50px;
    box-sizing: border-box;
}

.impressum h1 {
    color: white;
    font-size: 2.4em;
    margin-bottom: 20px;
    font-family: sans-serif;
}

.impressum h2 {
    color: white;
    font-size: 2.1em;
    margin-bottom: 20px;
    font-family: sans-serif;
}

.impressum h3 {
    color: white;
    font-size: 1.8em;
    margin-bottom: 20px;
    margin-top: 30px;
    font-family: sans-serif;
}

.impressum p {
    color: white;
    font-size: 1.5em;
    font-family: sans-serif;
}

.impressum a {
    color: white;
    text-decoration: none;
    font-family: sans-serif;
}

.impressum span {
    color: white;
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 3em;
    cursor: pointer;
}