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;
}

.my-btn{

  display: inline-block;
               outline: 0;
               border: 0;
               cursor: pointer;
               will-change: box-shadow,transform;
               background: radial-gradient( 100% 100% at 100% 0%, #89E5FF 0%, #5468FF 100% );
               box-shadow: 0px 2px 4px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px rgb(58 65 111 / 50%);
               padding: 0 32px;
               border-radius: 6px;
               color: #fff;
               height: 48px;
               font-size: 18px;
               text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
               transition: box-shadow 0.15s ease,transform 0.15s ease;
               :hover {
                   box-shadow: 0px 4px 8px rgb(45 35 66 / 40%), 0px 7px 13px -3px rgb(45 35 66 / 30%), inset 0px -3px 0px #3c4fe0;
                   transform: translateY(-2px);
               }
               :active{
                   box-shadow: inset 0px 3px 7px #3c4fe0;
                   transform: translateY(2px);
               }
               
}

/* CSS */
.button-73 {
  appearance: none;
  background-color: rgb(62, 68, 184);
  border-radius: 40em;
  border-style: none;
  box-shadow: #ADCFFF 0 -12px 6px inset;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -.24px;
  margin: 0;
  outline: none;
  padding: 1rem 1.3rem;
  quotes: auto;
  text-align: center;
  text-decoration: none;
  transition: all .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-73:hover {
  background-color: #FFC229;
  box-shadow: #FF6314 0 -6px 8px inset;
  transform: scale(1.125);
}

.button-73:active {
  transform: scale(1.025);
}

@media (min-width: 768px) {
  .button-73 {
    font-size: 1.5rem;
    padding: .75rem 2rem;
  }
}

/*
<!-- HTML !-->
<button class="button-29" role="button">Button 29</button>
*/
/* CSS */
.button-29 {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  /* font-family: "JetBrains Mono",monospace;  */
  font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
  height: 40px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 16px;
}

.button-29:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.button-29:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}

.button-29:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}
/*
<!-- HTML !-->
<button class="button-18" role="button">Button 18</button>

/* CSS */
.button-18 {
  align-items: center;
  background-color: #0A66C2;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-family: -apple-system, system-ui, system-ui, "Segoe UI", Roboto, "Helvetica Neue", "Fira Sans", Ubuntu, Oxygen, "Oxygen Sans", Cantarell, "Droid Sans", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 20px;
  max-width: 480px;
  min-height: 40px;
  min-width: 0px;
  overflow: hidden;
  padding: 0px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  touch-action: manipulation;
  transition: background-color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s, color 0.167s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  user-select: none;
  -webkit-user-select: none;
  vertical-align: middle;
}

.button-18:hover,
.button-18:focus { 
  background-color: #16437E;
  color: #ffffff;
}

.button-18:active {
  background: #09223b;
  color: rgb(255, 255, 255, .7);
}

.button-18:disabled { 
  cursor: not-allowed;
  background: rgba(0, 0, 0, .08);
  color: rgba(0, 0, 0, .3);
}
  /*modal  css */
        /* The Modal (background) */
        .modal_meny {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        left: 0;
        top: 0;
        width: 190px; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
        }

        /* Modal Content/Box */
        .modal_meny-content {
        background-color: lightblue;
        /*margin: 15% auto; /* 15% from the top and centered */
        margin-left:3px;
        margin-top:3px;
        padding: 5px;
        border: 1px solid #888;
        width: 180px; /* Could be more or less, depending on screen size */
        }

        /* The Close Button modal */
        .close {
        color: red;
        float: right;
        font-size: 40px;
        font-weight: bold;
        }

        .close:hover,
        .close:focus {
        color: red;
        text-decoration: none;
        cursor: pointer;
        }

        .btn { /* buttons i modal meny */
        border: none;
        background-color: inherit;
        padding: 5px 8px;
        font-size: 16px;
        color: black;
        cursor: pointer;
        display: inline-block;
        }

        /* On mouse-over modal */
        .btn:hover {background: #eee;}

        .success {color: green;}
        .info {color: dodgerblue;}
        .warning {color: orange;}
        .danger {color: red;}
        .default {color: black;}

    /*End modal css*/
  