/*Jeg starter med at impotere mine google fonts*/
@import url(boilerplate_flex.css);
@import url(tips_sides.css);
@import url(navbar_style.css);
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #161616;
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 1.5;
    background-image: url(../img/baggrund.png);
    
}
.important{
    color:#07F468
}
/*img{
    width: 100%;
    max-width: 100%;
    display: block;
    height: auto;
}*/
#wrapper{
    max-width: 1280px;
    margin: 0 auto;
    background-color: #161616;
    margin-top: 1%;
}
main p{
    margin-bottom: 1em;
    color: rgb(255, 255, 255);
}
main{
    max-width: 1040px;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
   
   
}
main h3{
    color: #07F468;
}
footer{
    width: 210px;
    margin: 4% auto 10% auto;
    
}
header{
    background-color: #161616;
    
}
/*Nu kommer vi til koden på alle elementerne i header*/
nav{
    margin: 0 0  1.5% 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
 
    background-color: #161616;
    z-index: 10;
    height: 50px;
    padding-top: 1%;
   
   
}
ul.menu{
    display: flex;
    
    list-style: none;
    max-width: 1040px;
    justify-content: space-between;
    margin: 0 auto;
   
   
    
    
}
.ikoner{
    margin-left: auto;
    display: flex;
    
}

ul.menu li.ikoner a{
    margin-left: 1em;
    margin-right: 0;
    
    
}
nav ul li a:hover{
    color: #07F468;
}



ul.menu li a, button.drop{
    text-decoration: none;
    color: #999999;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    background-color: transparent;
    font-size: 20px;
    margin-right: 5em;
    padding:0 5%;
    border: none;
    
   
    
}

ul.menu li a i{
    padding: 0 4%;
    
}
ul.menu li a.aktuelleSide , button.aktuelleSide, a.aktuelleSide{
    
    color: #07F468;
    
   
}



.stortBillede{
    position: relative;
}
.baggrund{
    width: 100%;
    position: relative;
}
.knapForanBillede{
    position: absolute;
    top: 30em;
    left: 15em;
    z-index: 9;
    display: flex;
    justify-content: space-between;
}
.knapForanBillede button{
    background-color:#07F468;
    border: none;
    color: black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 20px 100px;
    cursor: pointer;
    border-radius: 16px;
    font-family: Roboto;
    width: 15em;
    font-size: 15px;
    font-weight: 500;
    transition: 0.1s;
}
.knapForanBillede button.nummer2Knap{
    background-color: transparent;
    border: 2px solid #07F468;
    color: aliceblue;
    margin-left: 1em;
}
.nummer2Knap:hover{
    background-color: transparent;
    border: 5px solid #07F468;
    color: aliceblue;
    margin-left: 1em;
}
/*Nu kommer der lige noget kode til hover effects*/
.knapForanBillede button:hover{
    transform: scale(1.1);
}


/*Nu kommer vi til koden på alle elementerne i main*/
main ul{
    list-style: none;
    margin-top: 2em;
    margin-bottom: 6em;
}
main ul li p{
    font-weight: 300;
    color: #ffffff;
    font-size: 1.25em;
    margin-bottom: 0;

}
main ul li h3{
    margin-bottom: 2em;
    color: #07F468;

}


.AboutText{
    display: flex;
    margin: 2% 0 5% 0;
    justify-content: space-between;
    gap: 5.5em;
    
    
}

.AboutText div{
    width: 507px;

}
.AboutText p{
    color: #ffffff;
    font-size: 1.25em;
    font-weight: lighter;
   
    
}
/*Her kommer koden til video*/
.videoArticle{display: flex;}
.video-container {
    position: relative;
    padding-bottom: 56.25%; /* - for 16:9 video*/
    /*padding-bottom: 75%;*/  /* - for 4:3 video*/
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

 
/*Nu kommer csskoden til billedeGallleriet*/
.billedeGalleri{
    display: flex;
    justify-content: space-between;
    margin: 1em 0;
    
}
.billedeGalleri img{
    border: 1px solid #ffffff;
    max-width: 100%;
    height: 130px;
}
.billedeGalleri img.valgteBillede{
    border: 3px solid #07F468;
}
.valgteBilledeStort{
    border: 1px solid white;
   max-width: 100%;
}
/*Nu kommer vi til charectersSiden*/
.characterBox{ 
    margin-top: 2em;
    margin-bottom: 10%;
    gap: 1em;
    display: flex;
    flex-direction: row;
}
.characterBoxVenstre{
    flex-direction: row-reverse;
}

.characterBox img{
    max-width: 100%;
    display: block;
    margin-left: auto;
   
}
.characterBoxVenstre img{
    margin-right: 100%;
}
.characterBox div:first-child{
    margin-right: 0%;
    padding: 0;
}
.characterBox p{
    font-size: 1.25em;
    font-family: "Oswald", sans-serif;
    font-weight: 100;
    color: #ffffff;

}

.characterBox h3{
padding-bottom: 2em;

}
.characterBox h3.biographicalText{
    padding: 2% 0 1.25em 0;
    display: none;
    }
.biographicalInfoBox th, .biographicalInfoBox td{
text-align: left;
padding-right: 2em;
padding-bottom: 1em;
font-size: 1.25em;
display: none;
}
.biographicalInfoBox th{
    font-weight: lighter;
}
.biographicalInfoBox td{
    font-weight: 100;
    color: #999999;
}


/*.biographicalInfoBox{
    display: flex;
}
.characterBox img{
    border: 1px solid white;
   
}
.biographicalInfoBox p,.biographicalInfoBox h3 {
    padding-top: 20px;
    margin-bottom: 0;
}*/
/*Nu kommer vi til elementernee i footeren*/
footer p{
    color: #999999;
    font-family: "Oswald", sans-serif;
    text-align: center;
}

/*Nu kommer alle medaiQueriesne*/

@media only screen and (max-width: 768px) {
    #wrapper{
        max-width: 600px;
    }
    main{
        max-width: 562px;
    }
    .logo{
        left: 5%;
        max-width: 50%;
    }
    ul.menu{
        padding: 0 2em;
    }
    ul.menu li.ikoner a{
        margin-left: 0.3em;
        
        
    }
    ul.menu li a{
       
        margin-right: 1em;
        padding:0 0%;
    }
    
    .AboutText ul{
        padding: 0;
        
    }
    .billedeGalleri{
        display: flex;
        justify-content: space-between;
        margin: 1em 0;
    }
    .knapForanBillede{
        position: absolute;
        top: 14em;
        left: -3em;
        z-index: 9;
        display: flex;
        justify-content: space-between;
        
    }
    .knapForanBillede button{
        background-color:#07F468;
        border: none;
        color: black;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        margin: 20px 100px;
        cursor: pointer;
        border-radius: 16px;
        font-family: Roboto;
        max-width: 10em;
        font-size: 15px;
        font-weight: 500;
        transition: 1s;
    }
  }

  /*488*/
  @media only screen and (max-width: 488px) {
    #wrapper{
        max-width: 335px;
    }
    main{
        max-width: 335px;
        display: flex;
        flex-direction: column;
        
       
    }
    main div{
        max-width: 330px;
    }
    .logo{
        left: 5%;
        max-width: 50%;
    }
    nav ul{
       
        flex-direction: column-reverse;
    }
    nav{
        margin: 0 0  1.5% 0;
        
        position: relative;
        top: 0;
        
     
        background-color: #161616;
        z-index: 10;
        height: auto;
        padding-top: 1%;
        
       
       
    }
    ul.menu li.ikoner a{
        margin-left: 0.8em;
        font-size: 20px;
        
        
    }
    ul.menu li.ikoner{
        margin: 0 3em;
        
        
    }
    ul.menu li {
       
        text-align: center;
        padding: 1em 0;
        
    }
    .dropdown{
        margin: 0 auto;
        display: none;
    }
     button.drop{
        text-decoration: none;
        color: #999999;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        background-color: transparent;
        font-size: 20px;
       
        border: none;
        
       
        
    }
    /*De 2 nedenstående linjer, ændre på rækkefølgen, så charecters står i midten*/
    ul.menu .char{
       
        order: -1;
        
    }
    ul.menu .home{
       
        order: -2;
        
    }
    ul.menu li{
        margin: 0 auto;
    }
    .AboutText ul{
        padding: 0;
        
    }
    .billedeGalleri{
        display: flex;
        justify-content: space-between;
        margin: 1em 0;
    }
    ul.menu li a.aktuelleSide{
        
        color: #07F468;
        
       
    }
    header ul.menu li a{
        font-size: 26px;
    }
    .baggrund{
        display: none;
    }
    .knapForanBillede{
       display: none;
    }
    
main ul{
    padding: 2em 0;
    text-align: center;
    margin: 0;
}
.AboutText{
    display: flex;
    margin: 2% 0 5% 0;
    flex-direction: column;
    width: 330px;
  
    
}
main div .AboutText p{
    width: 334px;
    
}
.video-container{
    order: -1;
    width: 330px;
    padding: 3em 0;
}
.video-container iframe{
    max-width: 330px;
    height: auto;
}
/*Nu Kommer vi til billedegallerisiden*/
.galleryMain h3{
    display: none;
}
.billedeGalleri{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 2em auto;
    align-items: center;
    max-width: 100%;
    
   
}
.valgteBilledeStort{
    border: 1px solid white;
   display: none;
}
.billedeGalleri div{
    width: 100%;
   
   
    
}
.billedeGalleri div img{
    width: 100%;
    margin: 1em auto;
    height: 100%;
}

        /*Nu kommer vi til charectersiden*/
.characterBox{
    flex-direction: column;
    margin: 2em 0;
    margin-top: 5em;
}
.characterBox img{
     order: -1;
     margin: auto;
}
.characterBox h3{
   
    order: 2;
    text-align: center;
    font-size: 30px;
}
    
  }