body{ font: 14px sans-serif; 
    background-image: url('../image/sky.jpg');
    background-repeat: round;
    background-attachment: fixed; 
    background-size: 100%; 
    }
.wrapper{ width: 98%; 
          padding: 2px;
          margin-left: 2%; 
          margin-right: 0%;
          }
.page-header {text-align:left;
        margin-left:45px ;
    padding-left: 8px;
}

.maincontainer {
    margin-left:25px ;
    padding-top:25px ;
    padding-left: 50px;

}

.bordercontainer {
    margin-left:5px ;
    padding-top:5px ;
    padding-left: 2px;
    border:black;
    border-style: groove;
    width: inherit;

}
.button {
border: none;
color: white;
padding: 15px 32px;
width: 80%;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
background-color: blue;
border-radius: 5px;
}

.smallbutton {
  border: none;
  color: white;
  padding: 2px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: blue;
  border-radius: 5px;
  }

.rundt {
border-radius: 50%;
width: 120px;
height : 120px;
padding:4px;
}

.centerpic {
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}
/* Fonter gjennom systsemet*/
.newsheading {
    font: 25px sans-serif; 
    font-style: italic;
    font-weight: bold;
    color: #0000ff;
    text-align: center;
  
}
.sectionhead {
    font: 25px sans-serif; 
    font-style: italic;
    font-weight: bold;
    color: #ff0606;
    text-align: center;
  
}
.newsheading2 {
    font: 18px sans-serif; 
    font-style:normal;
    font-weight: bold;
    color: #0000ff;
    text-align: center;
  
}
.blue {
    font: 16px sans-serif; 
    font-style: italic;
    font-weight: bold;
    color: #0000ff;
}
.innhold {
    font: 14px sans-serif; 
    font-style: normal;
  /*  font-weight: bold;*/
    color:black;
    text-align: center;
  
}

.innhold_left {
    font: 14px sans-serif; 
    font-style: normal;
 /*   font-weight: bold; */
    color:black;
    text-align: left;
   
  
}
.uthev {
    font: 16px sans-serif; 
    font-style: italic;
    font-weight: bold;
    color: #000000;
    text-align: center;
  
}
.uthev_left {
    font: 16px sans-serif; 
    font-style: italic;
    font-weight: bold;
    color: #000000;
    text-align: left;
  
}
.linje {
  	border: 1px solid #f00; 
}

div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background-color: yellow;
    padding: 50px;
    font-size: 20px;
  }



 /* overlay */

* {box-sizing: border-box;}

.container {
  position: relative;
  width: 50%;
  max-width: 300px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 14px;
  padding: 10px;
  text-align: center;
}

.container:hover .overlay {
  opacity: 1;
}

/* end overlay */

/* slideshow */
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 3.5s;
  animation-name: fade;
  animation-duration: 3.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

#overflowTest {
  background: #ffffff;
  opacity: 100%;
  color: rgb(0, 0, 0);
  padding: 5px;
  width: 100%;
  height: 300px;
  overflow: auto;
  border: 1px solid #ccc;
}
