    
         
         
         h3 a{
        color: white;
        text-decoration: none;
      }

      .bilder{
        display: flex;
        flex-wrap: wrap;
        margin: 5px;

      }
 
      .bilder>img {
        padding: 0.2vw;
        height: 35vw;
        width: 49vw;
        border: 0;
      }
      body {
        margin-left: 50px;
        margin-right: 50px;
      }
 
      #hoved {
        display: block;
        text-align: center;
        
      }
 
        h1{
        margin: 0px;
      }
 
     
 
      #innhold {
        background-color: white;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding-top: 50px;
        
      }
 
      .linje {
        position: relative;
        width: 4px;
        background-color: #1c5741;
        height: 600px;
        margin-top: 50px;
        margin-left: 150px;
        margin-bottom: 150px;
      }
 
      .punkt {
        width: 20px;
        height: 20px;
        background-color: #1c5741;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
      }
 
      .punkt:nth-child(1) {
        top: 0%;
        transform: translate(-50%, 0%);
      }
      .punkt:nth-child(2) {
        top: 50%;
        transform: translate(-50%, -50%);
      }
      .punkt:nth-child(3) {
        top: 100%;
        transform: translate(-50%, -100%);
      }
 
    .tekst{
        position: absolute;
        white-space: nowrap;
        margin-top: 0px;
     }
     #tekstboks1, #tekstboks2, #tekstboks3 {
        position: absolute;
        left: 30px;
    }
    #tekstboks1 {
        top: 0px;
    }
    #tekstboks2 {
         top: 48.5%;
         left: -70px;
    }
    #tekstboks3 {
        top: 97%;
    }