body{
  margin: 0;
  color: #3c0072;
}

li{
}


/* Index Section 1 // Index forside */

.index-section-1{
  padding: 80px 0px 200px 0px;
  background-color: #FFFFFF;
    text-align: center;
    
  
}

.index-section-1-images{
    display:inline-block;
    padding:10px;
}

.index-section-1-image{
  height: 240px;

}

.index-section-1-box{
    display:inline-block;
  text-align: center;
      vertical-align: top;
      padding:10px;

}

.index-section-1-text{
  font-size: 34px;
    vertical-align: top;

}

.index-section-1-button {
  border-radius: 25px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #8B1DFF;
  font-size: 17px;
  padding: 15px 30px; /* Mindre padding */
  margin: 20px;
  text-decoration: none;
  display: inline-block; /* Fjern fast bredde */
  min-width: 100px; /* Gir en minimumsstørrelse uten å tvinge fast bredde */
  text-align: center;
}

.index-section-1-button:hover {
  background-color: #3c0072;
}


/* Index Section 2 // Index Få hjelp med */


.index-section-2{
  background-color: #A6FFD7;
  text-align: center;
  padding: 150px 0px 150px 0px;
}

.index-section-2-text{
  width: 600px;
  margin: auto;
  text-align: center;
  font-size: 25px;
}

.index-section-2-title{
  font-weight: bold;
  padding-bottom: 10px;
}


.index-section-2-symptoms{
  text-align: center;

    padding: 50px 0px 50px 0px;
}

.index-section-2-symptom-href{
    
    text-decoration: none;
}

.index-section-2-symptom-href:active {
  color: #3c0072;
}
.index-section-2-symptom-href:visited {
  color: #3c0072;
}
.index-section-2-symptom-href:link {
  color: #3c0072;
}

.index-section-2-symptom{
  width: 300px;
  display: inline-block;
  padding: 30px;
 vertical-align:top;
}

.index-section-2-symptom-title{
  font-size: 22px;
  margin-top: 5px !important;
  margin-bottom: 5px !important;
   color: #3c0072;
    text-decoration: none;
  
}

.index-section-2-symptom-text{

   color: #3c0072;
    text-decoration: none;
  
}


.index-section-2-button{
  border-radius: 25px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #8B1DFF;
  font-size: 17px;
  padding: 15px 45px 15px 45px;
  margin: auto;
  text-decoration: none;
    display: inline-block;
}

.index-section-2-button:hover{

  background-color: #3c0072;
}

/* Index Section 3 // Index Medarbeidere*/


.index-section-3{
  background-color: #8B1DFF;
  color: #FFFFFF;
  text-align: center;
  padding: 150px 0px 150px 0px;
}


.index-section-3-text{
  margin: auto;
  text-align: center;
  font-size: 25px;
}

.index-section-3-title{
  font-weight: bold;
  width: 90%;
  display: inline-block;
}


.index-section-3-medarbiedere{
  text-align: center;
      padding: 50px 0px 50px 0px;

}

.index-section-3-medarbeider{

  text-align: center;
  display: inline-block;
  padding: 30px;
    width: 300px;
 vertical-align:top;
}

.index-section-3-medarbeider-picture{
  width: 250px;
  padding: 5px;
}

.index-section-3-medarbeider-title{
  font-size: 24px;
  padding: 5px;
}

.index-section-3-medarbeider-name{
  font-size: 26px;
  padding: 10px 5px 15px 5px;

}

.index-section-3-button{
  border-radius: 25px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #3c0072;
  font-size: 17px;
  padding: 15px 45px 15px 45px;
  margin: 20px;
  text-decoration: none;
  display: inline-block;
}

.index-section-3-button:hover{

  background-color: #FFFFFF;
  color: #3c0072;
}

.index-section-3-medarbieder-href{
    text-decoration: none;
    color: #FFFFFF;
}

.index-section-2-symptom-href:active {
  color: #3c0072;
}



/*Mobile devices*/
@media only screen and (max-width: 768px) {

  .index-section-1{
    padding: 80px 0px 100px 0px;
  }
  .index-section-1-image{
    display: none;
  }

  .index-section-1-image-last{
    display: block;
    height: 80vW;
  }

  .index-section-2-text{
    width: 90vW;
    font-size: 22px;
    text-align:left;
  }

  .index-section-1-text{
    font-size: 7vW;
  }
  
  .index-section-2-symptom-title{
    padding-left: 0!important;
  }


    .index-section-2{
        padding: 100px 0px 100px 0px;
      }

  .index-section-2-symptom{
    width: 90vW;
    padding: 30px 0px 30px 0px;
    text-align:left;
  }

    .index-section-3{
        padding: 100px 0px 100px 0px;
      }

  .index-section-3-medarbeider-picture{
    width: 60vW;
  }

  .index-section-3-medarbeider{
    padding: 30px 0px 30px 0px;
    width: 95vw;
  }
}

/* Hjelp Section 1 // Hjelp top*/


.hjelp-section-1{
  padding: 150px 0px 100px 0px;
  background-color: #A6FFD7;
  color: #3C0072;
  text-align: center;
  margin: 0;
}

.hjelp-section-1-text{
  text-align: center;
  width: 650px;
  font-size: 30px;

  display: inline-block;
  vertical-align: middle;
  padding: 100px 0;
}

.hjelp-section-1-title{
  font-weight: bold;
  padding: 5px 0;
}

.hjelp-section-1-picture{
  width: 500px;
  display: inline;
  vertical-align: middle;
}

.hjelp-section-1-button{
  border-radius: 25px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #3c0072;
  font-size: 17px;
  padding: 15px 45px 15px 45px;
  margin: 20px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: 150px;
  
}	



.hjelp-section-1-button:hover{
  background-color: #FFFFFF;
  color: #3c0072;
}

/* Hjelp Section 2 // Hjelp symptomer*/

.hjelp-section-2{
  background-color: #A6FFD7;
  height: auto;
  
    padding-bottom: 150px;
    text-align: center;
    line-height: 25px;

}

.hjelp-section-2-symptoms{
    text-align: center;
    width: 45%;
    display: inline-block;
    vertical-align: top;
}

.hjelp-section-2-symptom{
  display: inline-block;
    margin: 20px 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    vertical-align: top;
    text-align: left;
        width: 90%;

}

.hjelp-section-2-symptom:hover {
  cursor: pointer;
}



.hjelp-section-2-symptom-title{
  font-size: 24px;
  padding: 0px 0px 10px 0px;
  display:inline-block;
  width: 93%;
}

.hjelp-section-2-symptom-title-arrow{
    display:inline-block;
      border: solid;
      border-width: 0 4px 4px 0;
      display: inline-block;
      padding: 3px;
      
  transform: rotate(45deg);
  
  transition: all 0.4s ease;
}

.hjelp-section-2-symptom-title-arrow-rotate{
   
  transform: rotateZ(225deg);
}

.hjelp-section-2-symptom-text{
 
    max-height: 0;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
    padding-right: 40px;
}

.hjelp-section-2-symptom-text-more{
 
    max-height: 500px;
    transition: max-height 0.25s ease-in;
  

}

.hjelp-section-2-symptom-readmore{
  margin-top: 15px;
}

.hjelp-section-2-symptom:hover .hjelp-section-2-symptom-readmore{
  color: #8B1DFF;
}


/*Mobile devices*/
@media only screen and (max-width: 768px) {

  .hjelp-section-1{
      padding: 0 0 50px 0;

  }

  .hjelp-section-1-text{
    width: 90vw;
    font-size: 22px;
    text-align: left;
  }

  .hjelp-section-1-picture{
    width: 90vw;
  }
  

  .hjelp-section-2-symptom{
    width: 80vW;
    margin: 20px 0px;
    }

    .hjelp-section-2-symptoms{
        width:80%;
        

      }
      
      .hjelp-section-2-symptom-text{
 
   
    padding-right: 10px;
}
	.hjelp-section-1-button {
display: inline-block;
width: 150px;
margin-top: 20px;
text-align: center;
padding: 15px 45px 15px 45px;
border: 1px solid #ccc;
border-radius: 25px;
font-size: 18px;
font-weight: bold;
text-decoration: none;
position: relative;
}

.hjelp-section-1-button:hover {
background-color: #333;
color: #fff;
}
}

/* Medarbeidere Section 1 // Medarbeidere top*/


.medarbeidere-section-1{
  background-color: #8B1DFF;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}

.medarbeidere-section-1-top{
    
  padding: 100px 0px 100px 0px;
}

.medarbeidere-section-1-text{
  text-align: left;
  width: 400px;
  font-size: 30px;

  display: inline-block;
  vertical-align:middle;
  padding: 50px;

}

.medarbeidere-section-1-picture{
  width: 400px;
  display: inline;
  padding: 50px;
  vertical-align:middle;
}

.medarbeidere-section-1-title{
  color: #FFFFFF;
  font-weight: bold;
  font-size: 27px;
  text-align: center;
  margin: 80px 0px;
  display: inline-block;
}

.medarbeidere-section-2{
  background-color: #3C0072;
  color: #FFFFFF;
  margin: 0;
  text-align: center;
}

.medarbeidere-section-2-menu{
    font-size: 0;
    margin-bottom: 50px;
}

.medarbeidere-section-2-block{
  display: inline-block;
  width: 250px;
  font-size: 26px;
  padding: 20px 0px 20px 0px;
  text-align: center;
  background-color: #8B1DFF;
  
  border-radius: 25px 25px 25px;
  margin: 20px 2%;
}




.medarbeidere-section-2-block:hover{
  background-color: #FFFFFF !important;
  cursor: pointer;
  color: #8B1DFF !important;
  
}



.medarbeidere-section-2-medarbeidere{
  text-align: center;
    padding: 50px 0px 50px 0px;
    
}



.medarbeidere-section-2-medarbeider{
  display: inline-block;
  text-align: center;
  width: 300px;
  padding: 40px;
  vertical-align: top;
  
}

.medarbeidere-section-2-medarbeider:hover{
    cursor: pointer;
}


.medarbeidere-section-2-medarbeider-picture{
  width: 250px;
  padding: 5px;
}

.medarbeidere-section-2-medarbeider-title{
  font-size: 24px;
  padding: 5px;
}

.medarbeidere-section-2-medarbeider-name{
  font-size: 26px;
  padding: 10px 5px 15px 5px;
}

.medarbeidere-section-2-medarbeider-text{
     max-height: 47px;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}

.medarbeidere-section-2-medarbeider-text-more{
    height: auto;
    max-height: 500px;
    transition: max-height 0.25s ease-in;
}


.medarbeidere-section-2-medarbeider-readmore{
  margin-top: 15px;
	color: white;
}

.medarbeidere-section-2-medarbeider:hover .medarbeidere-section-2-medarbeider-readmore{
  color: #8B1DFF;
}




/*Mobile devices*/
@media only screen and (max-width: 768px) {

  .medarbeidere-section-1-text{
    padding: 60px 0px 20px 0px;
    font-size: 7vw;
    width: auto;
  }

  .medarbeidere-section-1-picture{
    padding: 50px 0px 50px 0px;
    width: 80vw;
  }

  .medarbeidere-section-2-medarbeidere{
    padding-bottom: 50px;
  }
  .medarbeidere-section-2-block{
    font-size: 6vW;
  }

  .medarbeidere-section-2-medarbeider-picture{
    width: 60vW;
  }

  .medarbeidere-section-2-medarbeider{
    padding: 30px 0px 30px 0px;
        width: 80%;

  }

}



/* Klinikk Section 1 // Klinikk top*/
.klinikk-section-1{
  background-color: #FFFFFF;
  text-align: center;
  padding-bottom: 100px;
}

.klinikk-section-1-image{
    width: 500px;
   margin: 50px;
  display: inline-block;
  border-radius: 300px;
  
  vertical-align: middle;
}

.klinikk-section-1-text{
  display: inline-block;
    width: 500px;
   margin: 50px;
  vertical-align: middle;
  font-size: 22px;
  text-align: center;
}

.klinikk-section-1-text-link{
  color: #3c0072;
}

.klinikk-section-1-text-link:hover{
  color: #8B1DFF;
}

.klinikk-section-2-button{
        border-radius: 25px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #3c0072;
    font-size: 17px;
    padding: 15px 45px 15px 45px;
    margin: 20px;
    text-decoration: none;
    display: inline-block;
    width: 150px;
}


/*Mobile devices*/
@media only screen and (max-width: 768px) {

  .klinikk-section-1{
    text-align: center;
  }

  .klinikk-section-1-image{
    width: 80vW;
    margin: 50px 0px 0px 0px;
  }

  .klinikk-section-1-text{
    width: 300px;
    margin: 50px 0px 50px 0px;
    font-size: 25px;
  }
}


/* Priser Section 1*/
.priser-section-1{
  background-color: #3c0072;
  color: #FFFFFF;
  text-align: center;

  line-height: 25px;
  padding: 150px 0 150px 0;
}

.priser-section-1-priser{

  width: 500px;
  display: inline-block;
  text-align: left;
}

.priser-section-1-priser-title{
  font-size: 30px;
  margin-bottom: 30px;
}

.priser-section-1-priser-tekst{
  font-size: 17px;
}

.priser-section-1-priser-button{
  border-radius: 25px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #8B1DFF;
  font-size: 17px;
  padding: 15px 45px 15px 45px;
  margin-top: 40px;
  text-decoration: none;
    display: inline-block;

}

.priser-section-1-priser-button:hover{

  background-color: #FFFFFF;
  color: #8B1DFF;
}

.priser-section-1-info{

  width: 310px;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin-top: 55px;
}

.priser-section-1-info-2{
  font-size: 12px;
  padding-top: 40px;

    line-height: 25px;
}


/*Mobile devices*/
@media only screen and (max-width: 768px) {

  .priser-section-1{
    text-align: left;
    padding: 100px 0 100px 0;
  }

  .priser-section-1-priser{
    width: auto;
    padding-left: 10vw;
  }



  .priser-section-1-info{

    width: 70vw;
    padding-left: 10vw;
    margin-top: 100px;
  }
}


/*Bestill time */

/* Seksjon for bestillingsknapper */
.bestill-section-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 50px 0 150px 0;
}

/* Tittel */
.bestill-section-1-title {
  text-align: center;
  font-size: 30px;
  padding: 50px 0;
}

.bestill-section-1-description {
    font-size: 20px; /* Større skriftstørrelse */
    font-weight: bold; /* Gjør teksten bold */
    color: #3c0072; /* Samme farge som tittelen */
    text-align: center;
    margin-bottom: 30px; /* Øker avstanden til knappene */
}

/* Knappene */
.bestill-section-1-button {
  border-radius: 25px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #3c0072;
  font-size: 17px;
  padding: 15px 30px;
  text-decoration: none;
  text-align: center;
  width: 40%;
  max-width: 200px;
  margin: 15px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Alternativ for spacing mellom knapper (i stedet for gap) */
.bestill-section-1-button:not(:last-child) {
  margin-bottom: 15px;
}

/* Hover-effekt */
.bestill-section-1-button:hover {
  background-color: #8B1DFF;
}

/* Mellomstore skjermer (iPad, nettbrett) */
@media (min-width: 600px) and (max-width: 1024px) {
  .bestill-section-1 {
    flex-direction: column;
    align-items: center;
  }

  .bestill-section-1-button {
    width: 35%;
    max-width: 180px;
  }
}

/* Mobiltilpasning (små skjermer) */
@media (max-width: 600px) {
  .bestill-section-1-button {
    width: 30%;
    max-width: none;
    padding: 15px 30px;
  }

  .bestill-section-1-title {
    font-size: 24px;
  }
  .bestill-section-1-description {
        font-size: 18px; /* Litt mindre skrift på mobil */
        margin-bottom: 25px; /* Øker avstanden til knappene */
    }
}
}


.thankyou-section-1{
    
  margin: 0px 120px 50px 120px;

}

.thankyou-section-1-title{
    
    font-size: 24px;
    margin: 20px 0px;

}

.thankyou-section-1-return{
    
    margin: 0px 10px;

}

/*Mobile devices*/
@media only screen and (max-width: 768px) {
    
    .thankyou-section-1{
       
    margin: 100px 50px;
    width: 200px;
    
    }

    .thankyou-section-1-return{
        
        margin: 0px;
    
    }
}


.landingpage-section-1{
        padding: 50px 300px;

}

.landingpage-section-1 a{
    
color: inherit;

}

.landingpage-white{
    color: #3c0072;
    background-color: #FFFFFF;
}

.landingpage-purple{
    color: #FFFFFF;
    background-color: #3c0072;
}

.landingpage-green{
    color: #3c0072;
    background-color: #A6FFD7;
}

.landingpage-pink{
    color: #FFFFFF;
    background-color: #8B1DFF;
}

.landingpage-section-1-title{
      font-weight: bold;
    font-size: 26px;
    margin: 3px 0px;
    
}

.landingpage-section-1-undertitle{
        margin: 0px 0px 10px 0px;
    font-size: 18px;
}
 
 .landingpage-section-1-tekst{
         margin: 0px 0px 20px 0px;
 } 
 
 .landingpage-section-1-button{
      border-radius: 25px;
  color: #FFFFFF;
  font-weight: bold;
  background-color: #8B1DFF;
  font-size: 17px;
  padding: 15px 45px 15px 45px;
  margin: 20px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: 100px;
  text-align: center;

 }
 
 .landingpage-section-1-button:hover{

  background-color: #3c0072;
}

.landingpage-section-1-bilde{
    width: 400px;
}


/*Mobile devices*/
@media only screen and (max-width: 768px) {
        
    .landingpage-section-1{
            padding: 70px 30px;
    
    }
}
    

.profil-section-1{
  	background: #8B1DFF;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 20px;
}

.profil-section-1-image{
    display: flex;
    width: 300px;
    height: 300px;
    border-radius: 1000px;
    justify-content: center;
    align-items: center;
}

.profil-section-1-2{
    min-height: 250px;
  	width: -webkit-fill-available;
    margin: 50px;
  	min-width: 450px;
  	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.profil-section-1-2-2{
  	align-items: start;
}


.profil-section-1-2 h1{
	display: block;
}

.profil-section-1-2-buttons{
  	display: flex;
  	flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  	width: 100%;
}

.profil-section-1-2-buttons a{
  	width: 100px;
    border-radius: 25px;
    color: #FFFFFF;
    font-weight: bold;
    background-color: #3c0072;
    font-size: 14px;
    padding: 14px 35px;
    margin-top: 40px;
    text-decoration: none;
    text-align: center;
    margin: 10px;
}
.profil-section-1-2-about{
	padding: 20px 0;
}

.profil-section-2{
  	background: #8B1DFF;
    color: white;
}
.profil-section-2 h2{
  	margin: 0
}

.profil-section-2-2{
	display: block;
}

.profil-section-2-2-about{
	display: block;
}
.profil-section-2-2-video{
  	width: 100%;
    height: auto;
    background: white;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: white;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.profil-section-3{
    padding: 50px 400px;
    color: white;
    background-color: #3c0072;
}

.profil-section-3 p{
  	margin: 0;
    padding: 10px;
}

/*Mobile devices*/
@media only screen and (max-width: 768px) {
    
  .profil-section-1 {
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }
  
  .profil-section-1-image {
    width: 200px;
    height: 200px;
  }
  
  .profil-section-1-2 {
    width: 100%;
    margin: 20px 0;
    min-width: auto;
  }
  
  .profil-section-1-2-buttons a {
    width: 80px;
    padding: 10px 20px;
    font-size: 12px;
  }
  
  .profil-section-3 {
    padding: 20px;
  }
  
  .profil-section-2-2-video {
    width: 100%;
    height: auto;
  }
  
  .video-wrapper {
    padding-bottom: 56.25%; /* Maintain aspect ratio */
  }
}
