/* Google Font Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins" , sans-serif;
}
body{
    position: relative;
    min-height: 100vh;
    width: 100%;
    overflow: auto;
    overflow-x: auto;
    background-color: rgb(74, 103, 65);
}

/*------------------[Hjem lite]---------------------*/

@media (max-width: 914px){

  body .Dashboard_p.active{
    top: 0px;
    position: absolute;
    min-height: 100vh;
    max-width: 100vw;
    width: 100%;
    overflow: hidden;
    background-image: url("Filer/Startside.jpg");
    background-position: bottom;
    background-size: cover;
    background-color: rgb(19, 50, 108);
    padding-left: 130px;
    padding-top: 200px;
    color: #000000;
    
  }

.skjulsideknapp .skjulikon {
  font-size: 23px;
  cursor:pointer;
  background: rgba(23, 86, 22, 0.664);
  color: rgb(255, 215, 0);
  padding:8px;
  top:0px;
  left:130px;
  position: absolute;
  transition: all 0.5s ease;
}

.skjulsideknapp.active .skjulikon{
  font-size: 23px;
  cursor:pointer;
  background: rgba(23, 86, 22, 0.664);
  color: rgb(255, 215, 0);
  top:0px;
  left:0px;
  position: absolute;
  transition: all 1s ease;
}
  
  body .Dashboard_p.active .Dashboard_text .title {
    -webkit-text-stroke: 0.25px black;
    font-size: 18px;
    max-width: 1080px;
    margin: auto;
    text-align: center;
    padding-top: 10%;
    font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  body .Dashboard_p.active .Dashboard_text .avsnitt1 {
    font-size: 10px;
    -webkit-text-stroke: 0.25px black;
    max-width: 1500px;
    text-align: center;
    margin: auto;
    font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
    padding-left: 20px;
    padding-right: 20px;

  }
  
  body .Dashboard_p.active .Dashboard_text .avsnitt2 {
    font-size: 10px;
    -webkit-text-stroke: 0.25px black;
    max-width: 1500px;
    text-align: center;
    margin: auto;
    font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .sidebar.active + .Dashboard_p.active{
    padding: 20px 100px;
  }
  
  body .MCServer_p.active{
    top: 0px;
    position: absolute;
    min-height: 100vh;
    max-width: 100vw;
    width: 100%;
    overflow: hidden;
    background-color: rgb(19, 50, 108);
    padding: 20px 270px;
    color: #fff;
  }
  
  .sidebar.active + .MCserver_p.active{
    padding: 20px 100px;
  }
  
  
  /*------------------[FILER-HOVED]---------------------*/
  
  body .Files_p.active{
    top: 0px;
    position: absolute;
    min-height: 100vh;
    max-width: 100vw;
    width: 100%;
    overflow: hidden;
    background-color: rgb(19, 50, 108);
    padding-left: 250px;
    padding-top: 20px;
    color: #fff;
  }
  
  /*------------------[FILER]---------------------*/
  
  body .Files_p.active .Files_text .title {
    padding-left: 50px;
    font-size: 40px;
    color: rgb(255, 215, 0);
    font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
    padding-bottom: 20px;
  }
  
  /*------------------[Fil 1]---------------------*/
  
  body .Files_p.active .Files_text .fil1 {
    font-size: 40px;
    color: rgb(255, 215, 0);
    font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
    background-color: rgb(135, 170, 241);
    padding: 10px 50px;
    
  }
  
  body .Files_p.active .Files_text .fil1 .st {
    font-size: 40px;
    color: rgb(255, 215, 0);
    font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
    padding: 10px 50px;
  }
  
  /*------------------[Fil 2]---------------------*/
  
  body .Files_p.active .Files_text .fil2 {
    font-size: 40px;
    color: rgb(255, 215, 0);
    font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
    background-color: rgb(85, 128, 207);
    padding: 10px 50px;
  }
  
  body .Files_p.active .Files_text .fil2 .st {
    font-size: 40px;
    color: rgb(255, 215, 0);
    font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
    padding: 10px 50px;
  }
  
  /*------------------[Fil 3]---------------------*/
  
  body .Files_p.active .Files_text .fil3 {
    font-size: 40px;
    color: rgb(255, 215, 0);
    font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
    background-color: rgb(135, 170, 241);
    padding: 10px 50px;
  }
  
  
  body .Files_p.active .Files_text .fil3 .st {
    font-size: 40px;
    color: rgb(255, 215, 0);
    font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
    padding: 10px 50px;
  }
  
  
  
  /*------------------[PROGRAMMER-HOVED]---------------------*/
  
  body .Applications_p.active{
    top: 0px;
    position: absolute;
    min-height: 100vh;
    max-width: 100vw;
    width: 100%;
    overflow: hidden;
    background-color: rgb(19, 50, 108);
    padding-left: 250px;
    padding-top: 20px;
    color: #fff;
  }
  
  /*------------------[PROGRAMMER]---------------------*/
  
  body .Applications_p.active .Applications_text .title {
    padding-left: 50px;
    font-size: 40px;
    color: rgb(255, 215, 0);
    font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
    padding-bottom: 20px;
  }
  
  /*------------------[Winverk]---------------------*/
  
  body .Applications_p.active .Applications_text .fil1 {
    font-size: 40px;
    color: rgb(255, 215, 0);
    font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
    background-color: rgb(135, 170, 241);
    padding: 10px 50px;
    
  }
  
  body .Applications_p.active .Applications_text .fil1 .st {
    font-size: 40px;
    color: rgb(255, 215, 0);
    font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
    padding: 10px 50px;
  }
  
  
  /*------------------[KUNNGJØRING]---------------------*/
  
  body .Announcements_p.active{
    top: 0px;
    position: absolute;
    min-height: 100vh;
    max-width: 100vw;
    width: 100%;
    overflow: hidden;
    background-color: rgb(19, 50, 108);
    padding: 20px 270px;
    color: #fff;
  }
  
  
  .sidebar.active + .Announcements_p.active{
    padding: 20px 100px;
  }
  
  /*------------------[OM MEG]---------------------*/
  
  body .About_p.active{
    top: 0px;
    position: absolute;
    min-height: 100vh;
    max-width: 100vw;
    width: 100%;
    overflow: hidden;
    background-color: rgb(19, 50, 108);
    padding: 20px 270px;
    color: #fff;
  }
  
  
  .sidebar.active + .About_p.active{
    padding: 20px 100px;
  }
}

/*------------------[Hjem STORT]---------------------*/

@media (min-width: 915px){

body .Dashboard_p.active{
  top: 0px;
  position: absolute;
  min-height: 100vh;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
  background-image: url("Filer/Startside.jpg");
  background-position: bottom;
  background-size:cover;
  color: #000000;
  
}

.skjulsideknapp .skjulikon {
  font-size: 30px;
  cursor:pointer;
  background: rgba(23, 86, 22, 0.664);
  color: rgb(255, 215, 0);
  padding:8px;
  top:0px;
  left:260px;
  position: absolute;
  transition: all 0.5s ease;
}

.skjulsideknapp.active .skjulikon{
  font-size: 30px;
  cursor:pointer;
  background: rgba(23, 86, 22, 0.664);
  color: rgb(255, 215, 0);
  top:0px;
  left:0px;
  position: absolute;
  transition: all 1s ease;
}

body .Dashboard_p.active .Dashboard_text .title {
  -webkit-text-stroke: 0.25px black;
  font-size: 70px;
  max-width: 1080px;
  margin: auto;
  text-align: center;
  padding-top: 10%;
  font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
  padding-left: 20px;
  padding-right: 20px;
}

body .Dashboard_p.active .Dashboard_text .avsnitt1 {
  font-size: 30px;
  -webkit-text-stroke: 0.25px black;
  max-width: 1500px;
  text-align: center;
  margin: auto;
  font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
  padding-left: 20px;
  padding-right: 20px;
}

body .Dashboard_p.active .Dashboard_text .avsnitt2 {
  font-size: 30px;
  -webkit-text-stroke: 0.25px black;
  max-width: 1500px;
  text-align: center;
  margin: auto;
  font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
  padding-left: 20px;
  padding-right: 20px;
}

.sidebar.active + .Dashboard_p.active{
  padding: 20px 100px;
}

body .MCServer_p.active{
  top: 0px;
  position: absolute;
  min-height: 100vh;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
  background: rgba(74, 103, 65);
  padding: 20px 270px;
  color: #fff;
}

.sidebar.active + .MCserver_p.active{
  padding: 20px 100px;
}


/*------------------[FILER-HOVED]---------------------*/

body .Files_p.active{
  top: 0px;
  position: absolute;
  min-height: 100vh;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
  background-color: rgb(19, 50, 108);
  padding-left: 250px;
  padding-top: 20px;
  color: #fff;
}

/*------------------[FILER]---------------------*/

body .Files_p.active .Files_text .title {
  padding-left: 50px;
  font-size: 40px;
  color: rgb(255, 215, 0);
  font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
  padding-bottom: 20px;
}

/*------------------[Fil 1]---------------------*/

body .Files_p.active .Files_text .fil1 {
  font-size: 40px;
  color: rgb(255, 215, 0);
  font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
  background-color: rgb(135, 170, 241);
  padding: 10px 50px;
  
}

body .Files_p.active .Files_text .fil1 .st {
  font-size: 40px;
  color: rgb(255, 215, 0);
  font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
  padding: 10px 50px;
}

/*------------------[Fil 2]---------------------*/

body .Files_p.active .Files_text .fil2 {
  font-size: 40px;
  color: rgb(255, 215, 0);
  font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
  background-color: rgb(85, 128, 207);
  padding: 10px 50px;
}

body .Files_p.active .Files_text .fil2 .st {
  font-size: 40px;
  color: rgb(255, 215, 0);
  font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
  padding: 10px 50px;
}

/*------------------[Fil 3]---------------------*/

body .Files_p.active .Files_text .fil3 {
  font-size: 40px;
  color: rgb(255, 215, 0);
  font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
  background-color: rgb(135, 170, 241);
  padding: 10px 50px;
}


body .Files_p.active .Files_text .fil3 .st {
  font-size: 40px;
  color: rgb(255, 215, 0);
  font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
  padding: 10px 50px;
}



/*------------------[PROGRAMMER-HOVED]---------------------*/

body .Applications_p.active{
  top: 0px;
  position: absolute;
  min-height: 100vh;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
  background-color: rgb(19, 50, 108);
  padding-left: 250px;
  padding-top: 20px;
  color: #fff;
}

/*------------------[PROGRAMMER]---------------------*/

body .Applications_p.active .Applications_text .title {
  padding-left: 50px;
  font-size: 40px;
  color: rgb(255, 215, 0);
  font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
  padding-bottom: 20px;
}

/*------------------[Winverk]---------------------*/

body .Applications_p.active .Applications_text .fil1 {
  font-size: 40px;
  color: rgb(255, 215, 0);
  font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
  background-color: rgb(135, 170, 241);
  padding: 10px 50px;
  
}

body .Applications_p.active .Applications_text .fil1 .st {
  font-size: 40px;
  color: rgb(255, 215, 0);
  font-family: Cambria, Georgia, Times, 'Times New Roman', serif;
  padding: 10px 50px;
}


/*------------------[KUNNGJØRING]---------------------*/

body .Announcements_p.active{
  top: 0px;
  position: absolute;
  min-height: 100vh;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
  background-color: rgb(19, 50, 108);
  padding: 20px 270px;
  color: #fff;
}


.sidebar.active + .Announcements_p.active{
  padding: 20px 100px;
}

/*------------------[OM MEG]---------------------*/

body .About_p.active{
  top: 0px;
  position: absolute;
  min-height: 100vh;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
  background-color: rgb(19, 50, 108);
  padding: 20px 270px;
  color: #fff;
}


.sidebar.active + .About_p.active{
  padding: 20px 100px;
}
}

/*----------------------------------------------------[utseende på sidebar smått]---------------------------------------------------*/


@media (max-width: 914px){
  .sidebar{
      position: fixed;
      top: 0;
      left: 0;
      bottom: 0;
      height: 100%;
      width: 260px;
      background: rgba(74, 103, 65, 0.26);
      z-index: 99;
      transition: all 0.5s ease;
      overflow-y: auto;
      overflow-x: hidden;
      scrollbar-width: none; /* Firefox */
      -ms-overflow-style: none;  /* Internet Explorer 10+ */
  }

  .sidebar.active{
    width: 0px;
    transition: all 1s ease;
  }
  
  .sidebar{
    width: 130px;
  }
  
  .sidebar .logo_content{
    padding: 0px 1px;
    background: rgba(23, 86, 22, 0.664);
  }
  
  .sidebar .logo_content .logo{
    display: flex;
    height: 50px;
    width: 100%;
    align-items: center;
    pointer-events: none;
    transition: all 0.5s ease;
  }
  
  .sidebar .logo_content .logo img{
    padding: 0px 5px;
    max-width: 60%;
    max-height: 60%;
    transition: all 0.5s ease;
    height: auto;
  }
  
  .logo_content .logo .logo_name{
    padding-left: 20px;
    font-family: 'Times New Roman', Times, serif;
    color: rgb(255, 215, 0);
    font-size: 18px;
    padding: 0px 5px;
    width: 700px;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.5s ease;
  }
  .sidebar #btn{
    position: absolute;
    color: #fff;
    left: 90%;
    top: 6px;
    font-size: 20px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    transform: translateX(-50%);
    transition: all 0.5s ease;
  }
  
  .sidebar.active #btn{
    left: 50%;
    transition: all 0.5s ease;
  }
  
  .sidebar .list{
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 70;
  }
  
  /*----------------------------------------------------[utseende på sidebar ikoner]---------------------------------------------------*/
  
  .sidebar .list .Dashboard{
    line-height: 350%;
    color: #fff;
    padding: 3px 0px;
    height: 50px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    margin: 0px 0;
    z-index: 12;
    transition: all 0.5s ease;
  }
  .sidebar .list .Dashboard .ikon{
    display: none;
  }
  
  .sidebar .list .MC-Server{
    line-height: 350%;
    color: #fff;
    padding: 3px 0px;
    height: 50px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    margin: 0px 0;
    z-index: 12;
    transition: all 0.5s ease;
  }
  .sidebar .list .MC-Server .ikon{
    display: none;
  }
  
  .sidebar .list .Applications{
    line-height: 350%;
    color: #fff;
    padding: 3px 0px;
    height: 50px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    margin: 0px 0;
    z-index: 12;
    transition: all 0.5s ease;
  }
  .sidebar .list .Applications .ikon{
    display: none;
  }
  
  .sidebar .list .News{
    line-height: 350%;
    color: #fff;
    padding: 3px 0px;
    height: 50px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    margin: 0px 0;
    z-index: 12;
    transition: all 0.5s ease;
  }
  .sidebar .list .News .ikon{
    display: none;
  }
  
  .sidebar .list .About{
    line-height: 350%;
    color: #fff;
    padding: 3px 0px;
    height: 50px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    margin: 0px 0;
    z-index: 12;
    transition: all 0.5s ease;
  }
  .sidebar .list .About .ikon{
    display: none;
  }
  
  /*
  .sidebar .list .Videos{
    line-height: 350%;
    color: #fff;
    padding: 0px 20px;
    height: 60px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    margin: 0px 0;
    z-index: 12;
  }*/
  
  .sidebar .list .MCDokumenter{
    line-height: 350%;
    color: #fff;
    padding: 3px 0px;
    height: 50px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    margin: 0px 0;
    z-index: 12;
    transition: all 0.5s ease;
    padding-left: -20px;
  }
  .sidebar .list .MCDokumenter .ikon{
    display: none;
  }
  
  .sidebar .list .Announcements{
    line-height: 350%;
    color: #fff;
    padding: 3px 0px;
    padding: 0px 0px;
    height: 50px;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    margin: 0px 0;
    z-index: 12;
    transition: all 0.5s ease;
  }
  .sidebar .list .Announcements .ikon{
    display: none;
  }

  .sidebar .logo_content{
    transition: ease 0.4s;
  }
  
  .sidebar .list label{
    z-index: 70;
  }
  .sidebar .list label span{
    padding: 0px 10px;
    z-index: 70;
  }
  .sidebar .list label:hover{
    color: #fff;
    background: rgba(103, 65, 65, 0.63);
    transition: all 0.4s ease;
  }
  
  .list .indicator {
    position: absolute;
    height: 65px;
    width: 100%;
    top:0px;
    left: 0px;
    transition: all 0.8s ease;
  }
  
  .sidebar .content{
    display: flex;
  }
  
  .sidebar input[type="radio"]{
    display: none;
  }
  
  .sidebar .list{
    width: 260px;
    overflow: hidden;
    white-space: nowrap;
    transition: all 5s ease;
  }
  /*------------------------------------------------------[Underdel]-------------------------------------------------------------------*/
  
  .underdel {
    position: absolute;
    bottom: 0;
    transition: all 0.4s ease;
    /*position: relative;
    z-index: 100;
    display: flex;
    flex-direction: column;
    min-height: 100%;*/
  }
  
  /*------------------------------------------------------[Språkvalg]-------------------------------------------------------------------*/
  
  .underdel .Engelsk img{
    color: #fff;
    cursor: pointer;
    position: relative;
    left: 15px;
    height: 29px;
    width: 40px;
  }
  
  .underdel .Norsk img{
    color: #fff;
    cursor: pointer;
    position: relative;
    left: 72px;
    top: -36px;
    height: 29px;
    width: 40px;
  }
  
  /*------------------------------------------------------[Undertekst]-------------------------------------------------------------------*/
  
  .sidebar .undertekst .full{
    position: relative;
    top: -40px;
    text-align: center;
    font-size: 6px;
    color: #fff;
    width:130px;
  }
  }
  
  /*----------------------------------------------------[utseende på sidebar vanlig]---------------------------------------------------*/
  
  
  @media (min-width: 915px){
    .sidebar{
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
        width: 260px;
        background: rgba(74, 103, 65, 0.26);
        z-index: 99;
        transition: all 0.5s ease;
        overflow-y: auto;
        overflow-x: hidden;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none;  /* Internet Explorer 10+ */
    }
    
    .sidebar::-webkit-scrollbar { /* WebKit */
      width: 0;
      height: 0;
    }
    
    .sidebar.active{
      width: 0px;
      transition: all 1s ease;
    }
    
    .sidebar .logo_content{
      padding: 6px 5px;
      background: rgba(23, 86, 22, 0.664);
    }
    
    .sidebar .logo_content .logo{
      display: flex;
      height: 50px;
      width: 100%;
      align-items: center;
      opacity: 1;
      pointer-events: none;
    }
  
    .sidebar .logo_content .logo img{
      max-width: 130%;
      max-height: 130%;
      transition: all 0.5s ease;
      height: auto;
    }
    
    .logo_content .logo .logo_name{
      padding-left: 20px;
      font-family: 'Times New Roman', Times, serif;
      color: rgb(255, 215, 0);
      font-size: 30px;
      padding: 0px 20px;
      width: 700px;
      overflow: hidden;
      white-space: nowrap;
    }
    .sidebar #btn{
      position: absolute;
      color: #fff;
      left: 90%;
      top: 6px;
      font-size: 20px;
      height: 50px;
      width: 50px;
      text-align: center;
      line-height: 50px;
      transform: translateX(-50%);
    }
    
    .sidebar .list{
      display: flex;
      flex-direction: column;
      position: relative;
      z-index: 70;
    }
    
    /*----------------------------------------------------[utseende på sidebar ikoner]---------------------------------------------------*/
    
    .sidebar .list .Dashboard{
      line-height: 350%;
      color: #fff;
      padding: 0px 20px;
      height: 60px;
      font-size: 18px;
      font-weight: 500;
      cursor: pointer;
      margin: 0px 0;
      z-index: 12;
    }
    
    .sidebar .list .MC-Server{
      line-height: 350%;
      color: #fff;
      padding: 0px 20px;
      height: 60px;
      font-size: 18px;
      font-weight: 500;
      cursor: pointer;
      margin: 0px 0;
      z-index: 12;
    }
    
    .sidebar .list .Applications{
      line-height: 350%;
      color: #fff;
      padding: 0px 20px;
      height: 60px;
      font-size: 18px;
      font-weight: 500;
      cursor: pointer;
      margin: 0px 0;
      z-index: 12;
    }
    
    .sidebar .list .News{
      line-height: 350%;
      color: #fff;
      padding: 0px 20px;
      height: 60px;
      font-size: 18px;
      font-weight: 500;
      cursor: pointer;
      margin: 0px 0;
      z-index: 12;
    }
    
    .sidebar .list .About{
      line-height: 350%;
      color: #fff;
      padding: 0px 20px;
      height: 60px;
      font-size: 18px;
      font-weight: 500;
      cursor: pointer;
      margin: 0px 0;
      z-index: 12;
    }
    
    /*
    .sidebar .list .Videos{
      line-height: 350%;
      color: #fff;
      padding: 0px 20px;
      height: 60px;
      font-size: 18px;
      font-weight: 500;
      cursor: pointer;
      margin: 0px 0;
      z-index: 12;
    }*/
    
    .sidebar .list .MCDokumenter{
      line-height: 350%;
      color: #fff;
      padding: 0px 20px;
      height: 60px;
      font-size: 18px;
      font-weight: 500;
      cursor: pointer;
      margin: 0px 0;
      z-index: 12;
    }

    .sidebar .list .Announcements{
      line-height: 350%;
      color: #fff;
      padding: 0px 20px;
      height: 60px;
      font-size: 18px;
      font-weight: 500;
      cursor: pointer;
      margin: 0px 0;
      z-index: 12;
    }
    
    .sidebar .logo_content{
      transition: ease 0.4s;
    }
    
    .sidebar .list label{
      z-index: 70;
    }
    .sidebar .list label span{
      padding: 0px 0px;
      z-index: 70;
    }
    .sidebar .list label:hover{
      color: #fff;
      background: rgba(103, 65, 65, 0.288);
      transition: all 0.4s ease;
    }
    
    .list .indicator {
      position: absolute;
      height: 65px;
      width: 100%;
      top:0px;
      left: 0px;
      transition: all 0.8s ease;
    }
    
    .sidebar .content{
      display: flex;
    }
    
    .sidebar input[type="radio"]{
      display: none;
    }
    
    .sidebar .list{
      width: 260px;
      overflow: hidden;
      white-space: nowrap;
      transition: all 5s ease;
    }
    /*------------------------------------------------------[Underdel]-------------------------------------------------------------------*/
    
    .underdel {
      position: absolute;
      bottom: 0;
      transition: all 0.4s ease;
      /*position: relative;
      z-index: 100;
      display: flex;
      flex-direction: column;
      min-height: 100%;*/
    }
    
    /*------------------------------------------------------[Språkvalg]-------------------------------------------------------------------*/
    
    .underdel .Engelsk {
      color: #fff;
      cursor: pointer;
      position: relative;
      /*bottom: 80px;*/
      left: 40px;
      flex: 1;
      transition: all 0.5s ease;
    }
    
    .underdel .Norsk {
      color: #fff;
      cursor: pointer;
      position: relative;
      /*bottom: 80px;*/
      left: 140px;
      top: -65px;
      flex: 1;
      transition: all 0.5s ease;
    }
  
  
  
  /*------------------------------------------------------[Undertekst]-------------------------------------------------------------------*/
  
  .sidebar .undertekst .full{
    text-align: center;
    position: relative;
    /*bottom: 10px;*/
    font-size: 12px;
    color: #fff;
    width:270px;
    height: auto;
    white-space: normal;
    opacity: 1;
    margin: 0;
    top: -40px;
  }
  }

/*------------------------------------------------------[Indikatorer]-------------------------------------------------------------------*/
#Dashboard:checked ~ .list .indicator{
  top:0px;
}

#MC-Server:checked ~ .list .indicator{
  top:60px;
}

#Files:checked ~ .list .indicator{
  top:120px;
}

#Applications:checked ~ .list .indicator{
  top:180px;
}

#News:checked ~ .list .indicator{
  top:24px;
}

#About:checked ~ .list .indicator{
  top:300px;
}

#Dashboard:checked ~ .list .Dashboard,
#MC-Server:checked ~ .list .MC-Server,
#Files:checked ~ .list .Files,
#Applications:checked ~ .list .Applications,
#News:checked ~ .list .News,
#MCDokumenter:checked ~ .list .MCDokumenter,
#Videos:checked ~ .list .Videos,
#About:checked ~ .list .About{
  background: rgba(103, 65, 65, 0.575);
  color: rgb(255, 215, 0);
}




/*@media screen and (max-height: 550px) { .sidebar .undertekst .full { display: none; } }*/
/*------------------------------------------------------[Ikke i bruk]-------------------------------------------------------------------*/
/*
.sidebar.active .undertekst .full{
  text-align: center;
  position: absolute;
  font-size: 10px;
  color: #fff;
  bottom: 10px;
  left:25%;
  overflow: auto;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.5s ease;
}
.sidebar.active .undertekst .delopp{
  color: #fff;
  text-align: center;
  position: absolute;
  font-size: 10px;
  bottom: 10px;
  left:1%;
  overflow: hidden;
  white-space: nowrap;
  opacity: 1;
  transition: all 0.5s ease;
}
.sidebar .undertekst .delopp{
  color: #fff;
  text-align: center;
  position: absolute;
  font-size: 10px;
  bottom: 10px;
  left:13.5%;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.5s ease;
}
/*------------------------------------------------------[Fade-in]-------------------------------------------------------------------*/
.fade-in {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
}
@keyframes fadeIn {
  0% {
    background: rgb(13, 28, 49);
    color: rgb(255, 255, 255);
  }
  100% {
    background: rgb(25, 43, 68);
    color: rgb(255, 215, 0);
  }
}

@-moz-keyframes fadeIn {
  0% {
    background: rgb(13, 28, 49);
    color: rgb(255, 255, 255);
  }
  100% {
    background: rgb(25, 43, 68);
    color: rgb(255, 215, 0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    background: rgb(13, 28, 49);
    color: rgb(255, 255, 255);
  }
  100% {
    background: rgb(25, 43, 68);
    color: rgb(255, 215, 0);
  }
}

@-o-keyframes fadeIn {
  0% {
    background: rgb(13, 28, 49);
    color: rgb(255, 255, 255);
  }
  100% {
    background: rgb(25, 43, 68);
    color: rgb(255, 215, 0);
  }
}

@-ms-keyframes fadeIn {
  0% {
    background: rgb(13, 28, 49);
    color: rgb(255, 255, 255);
  }
  100% {
    background: rgb(25, 43, 68);
    color: rgb(255, 215, 0);
  }
}