/* BASIS FOR HELE SITET */

*{
    margin: 0px;
    box-sizing: border-box;
    text-decoration: none;
}

body{
    background-color: #F5E4DC;
}

@font-face{
    font-family: Della;
    src:url(DellaRespira-Regular.ttf)
}

h1{
    font-family: Della;
    font-size: 90px;
    font-style: normal;
    font-weight: 500;
    line-height: 100px;

    color: #FFF0C2;  
}

h2{
    font-family: Della;
    font-size: 90px;
    font-style: normal;
    font-weight: 500;
    line-height: 100px;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 100px;
    position: relative;
    z-index: 4;

    color: #295E4C; 
}


/* STYLING TIL VIDEOEN -------------------------------------------------------------------------*/

.videoclass {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    z-index: 3;
}
  
.videoclass video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ANIMATIONER ----------------------------------------------------------------------------------*/


/* OVERSKRIFT I VIDEO -------------------------------------------------------------------------*/



.videoclass .tekst_over_video{
    position: absolute;

    top: 10%;
    left: 6%;
}

#frivillige{
    color: #EDCB5F;
}

/* Billeder -------------------------------------------------------------------------*/

#frederik{
    position: absolute;
    z-index: 4;
    width: 50%;
    right:0px;
    bottom: 0px;
}

#frederik:hover{
    transform: scale(1.1);
    transition: ease-in-out;
}

#gruppebillede{
    width: 100%;
    position: relative;
    z-index: 4;
}

#rib{
    width: 100%;
    position: relative;
    z-index: 4;
}

#kristine_cutout{
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 4;
}

#kristine_glansbillede{
    width:30%;
    position: relative;
    z-index: 6;
    margin-bottom: -40%;
    margin-left: 70%;
}

#kristine_glansbillede:hover{
    transform: scale(1.1);
    transition: ease-in-out;
}

#kristinesanimation{
    position: absolute;
    z-index: 5;
    width: 100%;
    margin-right: 50%;
    margin-left: 10%;
    margin-top: 100px;
}

#emily_glansbillede{
    width:40%;
    
    position: relative;
    z-index: 6;
}

#emily_glansbillede:hover{
    transform: scale(1.1);
    transition: ease-in-out;
}

#emily_papir{
    width: 100%;
    position: absolute;
    z-index: 2;
}

#emilysanimation{
    position: absolute;
    z-index: 5;
    width: 100%;
}

#emilys_handskrift_baggrund{
    width: 100%;
    position: relative;
    z-index: 4;
}

#ane_papir{
    width: 100%;
    position: relative;
    z-index: 3;
}

#ane_billede{
    position: absolute;
    z-index: 6;

    width: 30%;
    right: 0px;
    margin-top: -700px;
}

#ane_billede:hover{
    transform: scale(1.1);
    transition: ease-in-out;
}

#aneanimation{
    position: absolute;
    z-index: 4;
    width: 80%;
    margin-left: 15%;
    margin-top: -800px;
}

#ane_telefon{
    width: 40%;

    position: relative;
    z-index: 4;
    margin-top: -500px;
}

#infografic{
    width: 60%;
    position: relative;
    z-index: 4;
    margin-left: 25%;
}



/* RØD TRÅD -------------------------------------------------------------------------*/

#rodstreg{
    width: 20%;
    left: 20%;
    position: absolute;
    z-index: 0;
}

#kasse{
    width: 100%;
    height: 1000px;
    background-color: #F5E4DC;
    position: fixed;
    top:0px;
    z-index: 1;
}

/* FOOTER -------------------------------------------------------------------------*/

footer{
    display: flex;
    justify-content: right;
    width: 100%;
    bottom: 0px;
    margin-top: 10%;
}

footer div{
    flex-wrap: wrap;
    margin-right: 11.5%;
    
    z-index: 4;
}

.ikoner{
    height: 100px;
    margin-top: 300px;
}

#hands{
    width: 100%;
    position: absolute;
    z-index: 3;
}

#kontakt_knap{
    position: absolute;
    margin-top: 250px;
    left:9%;
    height: 300px;
    z-index: 5;
}


/* MEDIUM SKÆRM */

@media screen and (max-width:1175px){
    /* Laptopmenu skal vises */
    h1{
        font-size: 55px;
        line-height: 75px;
    }
    
    h2{
        font-size: 80px;
        line-height: 75px;
    }

    #ane_billede{
        margin-top: -450px;
    }

    #aneanimation{
        margin-top: -450px;
    }

    #infografic{
        width: 80%;
        margin-left: 10%;
    }

    .ikoner{
        height: 75px;
        margin-top: 200px;
    }

    #kontakt_knap{
        height: 200px;
        margin-top: 150px;
    }

    

}

/* LILLE SKÆRM */

@media screen and (max-width:768px){
    /* Laptopmenu skal vises */
    h1{
        font-size: 30px;
        line-height: 50px;
    }

    h2{
        font-size: 50px;
        line-height: 50px;
    }

    #ane_billede{
        margin-top: -300px;
    }

    #aneanimation{
        margin-top: -300px;
    }

    #infografic{
        width: 100%;
        margin-left: 0%;
    }

    .ikoner{
        height: 50px;
        margin-top: 100px;
    }

    #kontakt_knap{
        height: 100px;
        margin-top: 90px;
    }

}