html, body {
  background: url(papirfly.jpg) 0 0 no-repeat;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  background-size: cover;
}
/*
html, body {
    background: url(papirfly.jpg) 0 0 no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}
*/

.styrtboks {
    display:inline-block;
    padding:0;
    top:0;
    left:0;
    float:left;
}

.infoboks {
	display: none;
}

.hefte {
	display: block;
	
}

.kursgrid {
	display: block;
    top: 30px;
    left: 0;
    padding: 10px;
    position: relative;
    display: block;
    text-align: left;
    border-radius: 0.3em;
    background-color: rgba(255,255,255,0.5);
    margin-bottom: 1.7%;
    left: 10%;
    width: 80%;
}

@media only screen and (max-width: 1000px) {
    .infoboks {
      top: 15px;
      left: 0;
      position: relative;
      height: calc(90% - 15px);
      background-color: rgba(0,0,0,0.15);
      border-style: solid;
      border-color: #FFF;
      border-width: 2px;
      box-shadow: 10px 10px 5px rgba(0,0,0,0.4);
      text-align: center;
      border-radius: 0.3em;
      padding-bottom: 10%;
	  overflow-Y: hidden;
    }
    .inforute, .inforute-halv {
        top: 30px;
        left: 0;
        padding: 10px;
        position: relative;
        display: block;
        text-align: left;
        border-radius: 0.3em;
        background-color: rgba(255,255,255,0.5);
        margin-bottom: 1.7%;
    }

    .infoboks {
      left: 10%;
      width: 80%;
    }
    
    .inforute, .inforute-halv {
        left: 15px;
        padding-bottom: 1,5px;
        width: calc(90% - 15px);
    }
    
    .venstre {
       margin-left: 1,5vw;
       float: left;
    }
    
}

@media only screen and (min-width: 1001px) {
  .infoboks {
      top: 15vh;
      left: 0;
      position: absolute;
      background-color: rgba(0,0,0,0.15);
      border-style: solid;
      border-color: #FFF;
      border-width: 2px;
      box-shadow: 10px 10px 5px rgba(0,0,0,0.4);
      text-align: center;
      border-radius: 0.3em;
      padding-bottom: 10%;
	  overflow-Y: hidden;
    }  
    
    .inforute, .inforute-halv{
        top: 50px;
        left: 0;
        padding: 10px;
        position: relative;
        display: block;
        text-align: left;
        border-radius: 0.3em;
        background-color: rgba(255,255,255,0.5);
        margin-bottom: 1.7%;
    }
    
    .styrtboks {
        max-width: 313px;
        margin-right: 15px !important;
    }
    
}





.inforute:hover, .inforute-halv:hover{
    background-color: rgba(255,255,255,0.7);
    border-style: solid;
    border-color: #FFF;
    border-width: 2px;
    box-shadow: 10px 10px 5px rgba(0,0,0,0.3);
}



@media only screen and (min-width: 1001px) {
    .infoboks {
      left: calc(50% - 500px);
      width: 1000px;
    }
    .inforute {
        height: 300px;
        width: 293px;
    }
    
    .inforute-halv {
        height: 130px;
        width: 293px;
    }
    
    .venstre {
       margin-left: 15px;
       float: left;
    }
    
    #underblokk {
       margin-left: 15px;
       float: none;
    }
}



p {
    font-family: arial, sans-serif;
    font-size: 1em;
    color: #000;
}

.litentekst, table {
    font-family: arial, sans-serif;
    font-size: 0.8em;
    color: #000;
}

.inforute h1, .inforute-halv h1, .inforute-under h1 {
    font-family: arial, sans-serif;
    font-size: 1.3em;
    color: #000;
    font-weight: 650;
}


.knappHefte {
	width: 119px;
    height: 172px;
    background-size: contain;
    display: block;
    position: relative;
    float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	cursor: pointer;
}

.filter-green{
  filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
  width: 30px;
}

.panel {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  border:rgba(255,255,255,0.8) 2px solid;
  border-radius:4px;
  position:relative;
  width: 90%;
}

.startpanel {
  display: block;
  height: 45px;
}

.vispanel {
  display: block;
  height: auto;
}

.vismer {
  display:block;
  padding-right:10px;
  right:0;
  float:right;
  height:30px;
  width:40px;
  position:relative;
  z-index:3;
  padding-left: 20px;
  top:80px;
  animation: slide 0.7s forwards;
}

@keyframes slide {
    70% { top:100px; }
	50% { top:130px; }
	75% { top:115px; }
	85% { top:130px; }
	98% { top:120px; }
	100% { top:130px; }
}

.infoboksKurs {
  top: 3vh;
  left: 0;
  margin: auto;
  width: 90%;
  max-width: 1100px;
  display: block;
  position: relative;
  background-color: rgba(0,0,0,0.15);
  border-style: solid;
  border-color: #FFF;
  border-width: 2px;
  box-shadow: 10px 10px 5px rgba(0,0,0,0.30);
  text-align: left;
  border-radius: 0.3em;
  height: 90%;
  overflow: hidden;
}

.contentboxK {
    font-family: sans-serif, Arial, Helvetica;
    font-size: 0.8em;
    text-decoration: none;
    display: block;
    float: left;
    width: calc(100% - 12px);
    left: 5px;
    top: 0;
    min-height: calc(90% - 30px);
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px !important;
    padding: 10px;
}

.listeknappKurs {
    color: #FFFFFFCC;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    height: 22;
    display: flex;
    flex-direction: row;
    left: -35px;
    top: 5px;
    margin-left: 25px;
    border: #CCC 1px solid;
    padding-top: 0;
    padding-bottom: 5px;
    border-radius: 15px;
    padding-left: 10px !important;
    position: relative;
    width: 102%;
	cursor: pointer;
}

.listeknappKurs:hover {
	background-color: rgba(255,255,255,0.45);
}

.kurslink {
	text-decoration: none;
}

.inforute-50K {
    top: 0;
    left: 0;
    position: relative;
    width: 42%;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 2%;
    float: left;
    text-align: left;
    color: #FFF;
    border-radius: 4px;
	margin-left: 2%;
	margin-bottom: 1%;
}