@font-face {
    font-family: Killgrew;
    src: url(siteMedia/font/Killig.ttf) format(truetype);
}
@font-face {
    font-family: Copperplate;
    src: url(siteMedia/font/COPRGTL.TTF) format(truetype);
}
@font-face {
    font-family: MediSharp;
    src: url(siteMedia/font/MedievalSharp-Regular.ttf) format(truetype);
}


/* ++++++++++ ALLGEMEIN ++++++++++ */

body {
    min-height: 100%;
    margin: 0 0;
}
#container {
    overflow: auto;
/*    scroll-snap-type: y;  */
    height: 100vh;
}
section {
    scroll-snap-align: start;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    border-bottom: 20px black solid;
}
@media screen and (max-width: 800px) {
    section {
        min-height: auto;
    }
}


/* ++++++++++ MENÜLEISTE ++++++++++ */

#mobileMenuButton,
#mobileHomeButton {
    display: none;
}
#menuContainer {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    backdrop-filter: blur(15px);
    position: absolute;
    height: 100px;
    width: 100%;
    z-index: 999;
    transform: translateY(-80%);
    transition-duration: 800ms;
}
.menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.sect1 {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin-right: 2%;
}
.firstItem img {
    height: 70px;
    filter: drop-shadow(rgba(255, 255, 255, 1) 0rem 0rem 10px);
}
.firstItem {
    position: absolute;
    left: 2%;
    top: 5px;
}
li a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-family: Killgrew;
    font-size: 2.5em;
    filter: drop-shadow(rgba(255, 255, 255, 1) 0rem 0rem 10px);
    padding: 20px;
}
li a:hover {
    filter: drop-shadow(rgb(255, 166, 0) 0rem 0rem 10px);
}
.menu img:hover {
    filter: drop-shadow(rgba(255, 166, 0, 1) 0rem 0rem 10px);
}
@media screen and (max-width: 800px){
    #menuContainer{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        transform: none;
        height: auto;
        z-index: 9999;
    }
    #mobileMenuButton {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 70px;
        border: none;
        background: rgba(0, 0, 0, 0.8);
        cursor: pointer;
    }
    #mobileMenuButton img {
        height: 50px;
        filter:
            drop-shadow(0 0 5px rgba(255,255,255,.8))
            drop-shadow(0 0 10px rgba(255,255,255,.4));
        transition: 250ms;
    }
    #mobileMenuButton:hover img {
        filter:
            drop-shadow(0 0 5px orange)
            drop-shadow(0 0 15px orange);
            transform: scale(1.05);
    }
    #mobileHomeButton {
        display: block;
    }
    .menu{
        display: none;
        flex-direction: column;
        align-items: center;
        background: rgba(0, 0, 0, 0.95);
    }
    .menu.active {
        display: flex;
    }
    .sect1 {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .sect1 li{
        width: 100%;
        text-align: center;
    }
    .firstItem {
        display: none;
    }
    li a {
        display: block;
        font-size: 1.4em;
        padding: 15px;
        color: white;
    }
}


/* ++++++++++ HOME ++++++++++ */

#home {
    height: 1024px;
    background-image: url("siteMedia/pic/LogoChainsEagle.png");
    
    position: relative;
    display: flex;
    background-color: black;
}
#shortChain {
    display: flex;
} 
#home img {
    filter: drop-shadow(rgba(0, 0, 0, 1) 0rem 3rem 15px);
}
#longChain {
    display: none;
}
@media screen and (max-width: 800px) {
    #home {
        background-image: url("siteMedia/pic/Schild.jpg");
        background-position: center;
        background-size: cover;
        height: 100vh;
    }
}




/* ++++++++++ NEWS ++++++++++ */

#news {
    background-image: url("siteMedia/pic/newsBG.png");
    display: flex;
    flex-direction: column;
}
#news p {
    font-family: MediSharp;
    font-weight: bold;
    font-size: 2.5em;
    color: #ffffff;
    filter: drop-shadow(rgb(255, 93, 93) 0rem 0rem 15px);
    text-align: center;
}    
#news a {
    color: #ffffff;
    text-decoration: none;
}
#news a:hover {
    color: #ff0000;
    filter: drop-shadow(rgb(0, 0, 0) 0rem 0rem 15px);
}
#album-info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 200px;
    color: #ffffff;
}
#album-info img {
    height: 600px;
    border: 5px;
    border-style: double;
    border-radius: 10px;
}
#album-info p {
    font-size: 2.0em;
    text-align: left;
    filter: drop-shadow(#000000 0rem 0rem 5px);
}
#album-info p::first-line {
    font-size: 1.5em;
    text-decoration: underline;
}
@media screen and (max-width: 800px) {
    #news {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 0.5em;
    }
    #album-info {
        flex-direction: column;
        gap: 10px;
    }
    #album-info img {
        height: 500px;
    }
    #album-info p {
        text-align: center;
    }
    #album-info p::first-line {
        font-size: 1.0em;
    }
}



/* ++++++++++ BAND ++++++++++ */

#band {    
    position: relative;
    display: flex;
}

#polaroids img {
    width: 350px;
    border-radius: 5px;
    filter: drop-shadow(rgba(0, 0, 0, 0.8) 1rem 1rem 15px);
}

#max {
    position: absolute;
    top: 3%;
    left: 65%;
    z-index: 805;
    transform: rotate(-3deg);
}
#tob {
    position: absolute;
    top: 21%;
    left: 53%;
    z-index: 804;
    transform: rotate(-5deg);
}
#fab {
    position: absolute;
    top: 40%;
    left: 35%;
    z-index: 802;
    transform: rotate(8deg);
}
#mar {
    position: absolute;
    top: 65%;
    left: 29%;
    z-index: 801;
    transform: rotate(-8deg);
}

@media screen and (max-width: 800px) {
    #band {
        background-image: url("siteMedia/pic/wood01high.jpg");
        background-size: 100% 100%;
        min-height: 100vh;
    }
    #bandBack {
        display: none;
    }
    #polaroids img {
        width: 150px;
    }
    #max {
        top: 5%;
        left: 25%;
    }
    #fab {
        top: 28%;
        left: 52%;
    }
    #tob {
        top: 52%;
        left: 10%;
    }
    #mar {
        top: 55%;
        left: 52%;
    }
}


/* ++++++++++ VIDEOS ++++++++++ */
#video {
    background-image: url("siteMedia/pic/backRusty.png");
    background-size: 100%;
    align-items: center;
}
#video img {
    width: 50%;
    filter: drop-shadow(rgba(255, 0, 0, 0.274) 0rem 0rem 15px);
}
.videosContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
}
iframe {
    width: 1120px;
    height: 630px;
    margin-bottom: 50px;
    border: 5px;
    border-style: groove;
    border-radius: 10px;
    filter: drop-shadow(black 1rem 1rem 15px);
}

@media screen and (max-width: 800px) {
    #video {
        background-size: cover;
    }
    #video img {
        width: 85%;
    }
    iframe {
        width: 95%;
        aspect-ratio: 16 / 9;
        height: auto;
    }
}


/* ++++++++++ PICTURES ++++++++++ */

#pics {
    background-image: url("siteMedia/pic/livepicsBG.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#gallerieSchild {
    margin-top: 50px;
    margin-bottom: 50px;
}
#gallerie {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-items: center;
}    
#ffn2025 {
    margin: 20px;
}
#moaz2025 {
    margin: 20px;
}

@media screen and (max-width: 800px) {
    #gallerie {
        flex-direction: column;
        align-items: center;
    }
    #ffn2025,
    #moaz2025 {
        margin: 10px 0;
    }
    #gallerieSchild {
        width: 250px;
    }
    .thumb {
        width: 90%;
        max-width: 450px;
    }
}



/* ++++++++++ IMPRESSUM ++++++++++ */

#impressum {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("siteMedia/pic/Adler3D.png");
    background-size: cover;
    background-repeat: no-repeat;
}
#impText {
    margin: 5%;
    margin-left: 15%;
    margin-right: 15%;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
@media screen and (max-width: 800px) {
    #impText {
        margin-left: 5%;
        margin-right: 5%;
        font-size: 0.95em;
    }
}

/* ++++++++++ DATENSCHUTZ ++++++++++ */

#pripo {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("siteMedia/pic/Adler3D.png");
    background-size: 100%;
}
#pripoText {
    margin: 5%;
    margin-left: 15%;
    margin-right: 15%;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#pripoText a {
    color: yellow;
}
@media screen and (max-width: 800px) {
    #pripoText {
        margin-left: 5%;
        margin-right: 5%;
        font-size: 0.95em;
    }
}

/* ++++++++++ FOOTER ++++++++++ */

footer {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("siteMedia/pic/met01.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
}
#socialLinks {
    display: flex;
    justify-content: center;
}
#socialLinks img {
    height: 80px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: -20px;
}
#footerLogo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#footerLogo img {
    width: 40%;
    margin-top: 3%;
}
#footerLogo p {
    color: white;
    font-size: 1.5em;
    font-weight: 900;
    margin-top: -3%;
}
.ppimp {
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: white;
    font-size: 1.5em;
    font-weight: 900;
}
.ppimp a {
    color: white;
    text-decoration: none;
}

@media screen and (max-width: 800px) {
    footer {
        height: auto;
        padding-bottom: 20px;
    }
    #socialLinks {
        flex-wrap: wrap;
        gap: 1ßpx;
    }
    #socialLinks img {
        height: 45px;
        margin: 0;
    }
    #footerLogo img {
        width: 90%;
    }
    #footerLogo p {
        font-size: 0.8em;
        text-align: center;
        margin-top: 10px;
    }
    .ppimp {
        align-items: center;
        gap: 10px;
        font-size: 0.9em;
    }
}