/* schriftart */
@font-face {
    font-family: Averia;
    src: url(AveriaSerif-Bold.ttf) format(truetype);
}

/* Startseite */
body {
        min-height: 100vh;
        background-image: linear-gradient(to right, #ff6a0096, #ffffff96), url("media/Back_2.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
        font-family: Averia;
        font-size: 1.5em;
}
.menuContainer {
        position: relative;
        left: 2%;
}
.menu {
        list-style: none;
        padding: 0;
        margin: 0;
}
img:hover {
        background: #ff6a005d;
}
.menu li {
        display: inline-block;
        margin-right: 10px;
}
.lastItem {
        position: absolute;
        right: 4%;
        top: 0;
}

/* Band */
.portrait {
    border: white 10px solid;
}
.text {
    background-color: rgba(255, 255, 255, 0.4);
    padding: 1%;
}

/* Überschrift "Bilder" bis "Impressum" */
.headline {
    display: flex;
    justify-content: center;
    font-size: 2.5em;
}

/* Musik */
.MixerPic {
    width: 100%;
}

/* Video */
.videoBox {
    font-size: 1.7em;
    margin-left: 5%;
}
.video {
    width: 640px;
    height: 360px;
}

/* Termine + Impressum */
h2 {
    color: black;
    font-size: 70px;
    text-decoration: underline;
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
h3 {
    color: black;
    font-size: 70px;
    text-decoration: underline;
    display: flex;
    justify-content: center;
    padding-top: 50px;
}
.dates {
    color: black;
    font-size: 40px;
    font-weight: 900;
    display: flex;
    justify-content: center;
}
.VIP {
    color: black;
    font-size: 30px;
    display: flex;
    justify-content: center;
}
.textImp {
    position: absolute;
    margin-left: 2%;
    margin-right: 2%;
    padding: 20px;
}
.textImp2 {
    position: relative;
    justify-content: center;
    margin-left: 10%;
    margin-right: 10%;
}
h6 {
    display: flex;
    justify-content: center;
}
.playerBox {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(255, 105, 0, 0.6));
    border-style: groove;
    border-radius: 10px;
}
.player {
    display: flex;
    align-items: center;
}
.player p {
    color: white;
    position: relative;
    margin-left: 2%;
    width: 50%;
}
.player audio {
    position: flex;
    width: 40%;
}
.playerBox h5 {
    text-align: end;
    margin: 5px;
    font-size: 0.7em;
}
.credits {
    position: relative;
    padding-top: 300px;
    font-size: 0.7em;
}   
    

    



@media screen and (max-width: 800px) {
    body {
        background-size: 100% 100%;
    }
    .headline {
        font-size: 0.7em;
    }
    .videoBox {
        position: relative;
        font-size: 1.1em;
        margin-top: 100px;
    }
    .video {
        width: 320px;
        height: 180px;
    }
    h2 {
        color: black;
        font-size: 50px;
        text-decoration: underline;
        display: flex;
        justify-content: center;
        padding-top: 50px;
    }
    h3 {
        font-size: 20px;
        padding-top: 50px;
    }
    .dates {    
        color: black;
        font-size: 20px;
        font-weight: 900;
        display: flex;
        justify-content: center;
    }
    .VIP { 
        color: black;
        font-size: 16px;
        display: flex;
        justify-content: center;
    }
    .textImp2 {
        font-size: 16px;
    }
    h6 {
        font-size: 0.5em;
    }
    .player {
        display: block;
        padding: 2%;
    }
    .player audio {
        width: 100%;
    }
    .playerBox h5 {
        font-size: 0.6em;
    }
    .credits {
        font-size: 0.6em;
    }
    
}