* {
    box-sizing: border-box;
}     



body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #777;
}

.bakgrunn {
    background-image: url("Images/bjorkeskog.jpg"); 
    height: 40%; 
    position: relative;
    opacity: 0.85;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    }

.bakgrunn2 {
    background-image: url("Images/norway-4230673_1920.jpg"); 
    height: 40%; 
    position: relative;
    opacity: 0.85;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.bakgrunn3 {
    background-image: url("Images/verdensende.jpg"); 
    height: 40%; 
    position: relative;
    opacity: 0.85;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.quizBakg {
    background-image: url("Images/quizTopp.jpg"); 
    height: 40%; 
    position: relative;
    opacity: 0.85;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background1 {
  background-image: url("Images/hd-wallpaper-6524635_1920.jpg"); 
  height: 40%; 
  position: relative;
  opacity: 0.85;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.roadBackground {
  background-image: url("Images/theRoad.jpg"); 
  height: 40%; 
  position: relative;
  opacity: 0.85;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.turMapBack1{
  background-image: url("Images/turmap1.png"); 
  height: 40%; 
  position: relative;
  opacity: 0.85;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.overskrift {
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  text-align: center;
  color: #000;
}

.overskrift span.overskrift1 {
  background-color: #111;
  color: #fff;
  padding: 18px;
  padding-left: 100px;
  padding-right: 100px;
  letter-spacing: 10px;
}


/* Under defineres endringer for fontstørrelse ved ulike skjermbredder for overskrift1 */
@media screen and (min-width: 801px) {
.overskrift span.overskrift1 {
    font-size: 5em;
  }
}

@media screen and (max-width: 800px) and (min-width: 601px) {
.overskrift span.overskrift1 {
    font-size: 4em;
  }
}

@media screen and (max-width: 600px) {
  .overskrift span.overskrift1 {
    font-size: 2.5em;
  }
 }

 .overskrift span.overskrift3 {
  background-color: #111;
  color: #fff;
  padding: 14px;
  padding-left: 50px;
  padding-right: 50px;
  letter-spacing: 4px;
}

 /* Under defineres endringer for fontstørrelse ved ulike skjermbredder for overskrift3 */
@media screen and (min-width: 801px) {
.overskrift span.overskrift3 {
    font-size: 3em;
  }
}

@media screen and (max-width: 800px) and (min-width: 601px) {
.overskrift span.overskrift3 {
    font-size: 2.0em;
  }
}

@media screen and (max-width: 600px) {
  .overskrift span.overskrift3 {
    font-size: 1.0em;
  }
 }


.overskrift span.overskrift2 {
  
  color: #fff;
  padding: 18px;
  font-size: 15px;
  letter-spacing: 10px;
}

.overskrift span.overskrift4 {
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 10px;
  font-size: 15px;
  letter-spacing: 10px;
}

.sel {
    font-size: 20px;
    width: 100%;
    height: 40px;
    border: solid grey 1px;
    border-radius: 6px;
}


.turbtn {
    width: 100%;
    margin-top: 6px;
}

.regButton {
    background-color: #ff6600;
    border: none;
    color: white;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    border-radius: 15px;
}

button:focus {outline:0;}

.velg {
    width: 100%;
}
.spacediv {
    margin: 1px;
    display: inline-block;
    width: 24%;
}

#poengTable tr:hover {background-color: #ddd;}

/*Navigation Topp*/

a:hover {
   background-color: #ffb380;
   color: black;
}

/* LOADER SPINNER -------------------------------------- */
#loader {
  position: absolute;
  left: 50%;
  top: 80%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #ff6600;
  border-bottom: 16px solid #ff6600;
  border-left: 16px solid #eeeeee;
  border-right: 16px solid #eeeeee;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
}

.appLink {
    margin: auto;
    width: 135px
}
.appLinkImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 170px;
}

.phoneImg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.turimg {
    width: 100%;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    border: solid 1px;
}

.hvorImg {
    width:350px;
    height:350px;
}

.turfooter {
    min-height: 120px;
    margin-top: 50px;
    color: #fff;
    background-color: #000;
    opacity: 0.85;
}

.turpad {
    padding: 40px;
}

.No {
   margin-right: 5px;
   width: 50px;
   padding: 3px;
}

.quizdiv {
   margin: auto;
   width: 600px;
   padding: 20px;
}

.registrerBtn {
   width: 150px;
   height: 30px;
   margin-left: 350px;
   background-color: #ff6600;
   border: black;
   color: white;
   text-align: center;
   font-size: 15px;
   border-radius: 10px;
}

.brukerdiv {
    display: none;
}

.brukerdiv p {
    margin-left: 10%;
    margin-right: 10%;
}

.brukerlabel {
    color: orangered;
    font-size: 0.8em;
    margin-bottom: 0px;
    padding-bottom: 0;
}

.brukerinfo {
    margin: 0;
    padding-top: 0px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.endre {
    color: blue;
    float: right;
    cursor: pointer;
}

.brukerdiv hr {
    align-content: center;
    width: 80%;
    margin-top: 0;
    margin-bottom: 25px;
}



.link{
    color: #5bc0de;
}

.link:hover {
    color: orangered;
    cursor: pointer;
}

.teamTabelHead {
  color: orangered;
  font-size: large;
  font-weight: bold;
}