* {
    --rot: #86150f;
}
/* fonts --------------- */
@font-face {
    font-family: AvenirNext;
    src: url(./AvenirNext.ttc);
}
/* Allgemeines ------------------------------------ */
html {
    padding: 0;
}


body{
    height: 100vh;
    margin: 0;  
    padding: 0;
    background-color: #777b7d;
    scrollbar-width: thin;
    font-family: 'Century Gothic', sans-serif;
}

/* Startseite ------------------------------------------ */

#menuBtn {
    height: 2.2rem;
    width: 3rem;
    margin-right: 1rem;
    margin-left: 5rem;
    margin-top: 4%;
    cursor: pointer;
}

#dorisName {
    display: inline;
    font-size: 2.1rem;
    color: white;
    vertical-align: bottom;
    font-family: "Oswald", sans-serif;
    
}

#DDList {
    list-style-type: none;
    padding-bottom: 1em;
    padding-top: 1em;
    padding-left: 1em;
}

#dropDownMenu {
    background-color: rgb(0,0,0);
    font-size: 1.3rem;
    width: 20.5%;
    margin-left: 5rem;
    display: none;
}

.dropDownOpt, #dorisName{
    text-decoration: none; 
    color: white;
}


.dropDownOpt:hover, #dorisName:hover {
    color: rgb(210, 210, 210);
    cursor: pointer;
}


#hpImgCont {
    background-image: url("Bilder/startbild.png");
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
}

/* Unter dem startbildschirm: Karteikarten, Händeslider etc ------------------------------ */

.karteiKarte {
    background-color: white;
    padding: 1rem;
    margin-left: 5rem;
    margin-top: 5rem
}

.imgCont {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 80%;
}

#kartenCont {
    width: 77.5%;
}

.kartenHeader {
    font-size: 2em;
    font-weight: normal;
}

.unterHeader {
    /* font-weight: bold; */
    font-size: 1.5rem;
    margin-bottom: 0.5rem;

}

.rot {
    color: var(--rot);
}

.rot:hover {
    cursor: pointer;
}

#teilHeader:hover {
    cursor: auto; 
}
.textDD {
    display: none;
    background-color: rgb(196, 194, 194);
    padding: 1%;
    margin-top: 3rem;
    padding: 0.5rem;
}

.textDD p {
    margin-top: 1rem; 
    margin-bottom: 1rem;
}

#columnCont {
    display: flex;
}

/* MusikKarte ---------------------------------------------------------------------- */
#musikCont1 {
    display: flex;
} 

.headerDist {
    margin-top: 4rem;
}

#singBild {
    width: 100%;
    height: auto;
    display: inline;
}

#textDD3 {
    margin-bottom: 3rem;
}

#singBildCont {
    display: inline;
    width: 50%;
    height: auto;
    margin-left: 1rem;
}

#musikText {
    width: 80%;
    display: inline;
    margin-top: 0;
}

#gruppenBildCont {
    width: 50%;
    margin-top: 3rem;
}

#gruppenFoto {
    width: 200%;
}

/* relso Karte --------------------- */
#relsoCont1 {
    display: flex;
}

#relsoBildText {
    width: 65%;
    display: inline;
    margin-top: 0;
}

#heygsterCont {
    width: 50%;
}

#heygsterBild {
    width: 75%;
    margin-left: 20%;
}

#handOverCont {
    display: inline-box;
    float: right;
    overflow: hidden;
    width: 100%;
    background-image: url("./Bilder/Hands/HandStreifen.PNG"); 
    background-repeat: repeat-y;
    background-position: right top;
    margin-top: 1.3rem;
    background-size: contain;
}

#handCont {
    margin-left: 4rem; 
}

#musikBild {
    width: 100%;
    height: auto;
}

.kartenBild {
    width: 100%;
    height: auto;
}
.kartenText {
    /* font-family: 'Avenir Next LT Pro', sans-serif; */
    font-size: 1.3em;
    
}

/* Projekte-------------------------------------------------------------------------------------------- */

.vindenLinks {
    color: var(--rot);
    text-decoration: underline;
    transition: color 200ms;
    line-height: 1.5em;
}

.vindenLinks:hover {
    color: #4e0c0b;
}


/* Galerie ---------------------------------------- */

#galerieZeilenCont {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.galerieZeile {
    display: flex;
    overflow-x: scroll;
    /* scrollbar-width: thin;  */
}

.galerieBild {
    height: 20rem;
    width: auto;
}

.audioZeile {
    display: flex;
    justify-content: space-around;
}

#audioCont {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    display: none;
}

audio {
    width: 40%;
    margin-bottom: 2rem;
}

/* linksKarte ------------------------------------------ */
.linkListe {
    font-size: 1.3rem;
    padding-bottom: 2rem;
}

.linkListe li {
    padding-top: 0.5rem;
}

/* Home btn ------------------- */

#homeBtnCont {
    position: fixed;
    bottom: -3%;
    right: 1rem;
    color: #6a3431;
    font-size: 2rem;
    transition: font-size 1s;
    font-family: "Oswald", sans-serif;
}

#homeBtnCont :hover {
    font-size: 2.1rem; 
}

.bold {
    font-style: italic;
}

.textButton {
    transition: transform 0.1s;
}


@media only screen and (max-width: 480px) {
    #hpImgCont {
        height: 40vh;
        background-size: cover;
        /* margin-bottom: 10vh; */
        background-origin: content-box;
    }

    #menuBtn {
        margin-left: 1rem;
        height: 1.7rem;
        width: 2rem;
        margin-right: 0.2rem;
        margin-top: 1.5rem;
    }

    #dorisName {
        font-size: 1.6rem;
        
    }

    .karteiKarte {
        margin-left: 1rem;
        margin-top: 3rem;
    }

    #homeBtnCont {
        bottom: 0;
        top: 88vh;
    }

    .headerDist {
        margin-top: 2.5rem;
    }

    .kartenText {
        font-size: 1em;
    }

    #singBildCont, #heygsterCont {
        display: none;
    }

    #musikText, #relsoBildText {
        width: 100%;
    }

    .kartenHeader {
        font-size: 1.5em;
    }

    #dropDownMenu {
        margin-left: 1rem;
        font-size: 1rem;
        width: 40%;
        padding-left: 0;
    }

    #DDList {
        padding-left: 0.3rem;
        padding-top: 0.2rem;
        padding-bottom: 0.1rem;
        margin-top: 0;
        
    }

    #DDList li {
        margin-bottom: 0.15rem;
    }

    #handOverCont {
        margin-top: 0;
    }

    .galerieZeile {
        margin-bottom: 15%;
        width: 100%;
    }

   .linkListe {
        font-size: 1.1rem;
   }
 
   .unterHeader {
        font-size: 1.2rem;
   }

   .dropDownOpt{
        font-size: 0.9rem;
   }

   #GZ3 {
        display: none; 
   }

  

    body {
        overflow-x: hidden;
    }

   
}
