:root{
    --orangeColor: orange 
}
html{
    width: 100vw;
}

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    /* list-style-type: none; */
    font-family: 'Titillium Web', sans-serif;
    text-decoration: none;
}

a {
    color:rgb(0, 0, 0)
}


main{
    padding-top: 50px;
}

nav{
    background-color: rgb(0, 0, 0);
    display: flex;
    flex-wrap: wrap;
    position: fixed;
    width: 100%;
    justify-content: space-between;
    padding: 0px 40px;
    z-index: 999;
}

.mainFrontpage {
    padding-top: 0px;
}
.navMain{
    background-color: rgba(0, 0, 0, 0);
}

nav li:hover {
    color: #ff7a00;
   }
   nav a:hover {
    color: #ff7a00;
   }

nav img {
max-width: 180px;
}

.logoAndLinksNav{
    display: flex;
    gap: 60px;
    font-size: 14px;
    white-space: nowrap
}

nav a{
    text-decoration: none;
    color: white
}

.flagSVG{
    height: 20px;
    width: 35px;
    border-radius: none;

}


/* nav Menu Mobile */
.navMenu{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    font-size: 18.5px;
}

.navMenu a:hover{
    font-size: 20px;
}


button {
    width: 120px;
    background-color: #ff7a00;
    font-weight: 600;
    border-radius: 30px !important;
    font-size: 14px;
    line-height: 20px;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1px;
    border: none;
    height: 40px;
}

button:hover{
    background-color: #ff7b00aa;
    cursor: pointer;
}




section{
    max-width: 1275px;
    margin: auto;
    padding: 4% 0;
    box-shadow: 
        inset 0px 11px 8px -10px #CCC,
}

section p, section h2{
    margin-bottom: 20px;
    text-align: center;
    
    
}

.descH2 {
    max-width: 1030px;
    margin: auto;
}
/* section h2{
    margin-bottom: 40px;
} */

.orangeColor {
    color: #ff7a00
}


nav ul {
    color: white;
   display: flex;
    width: 300px;
    justify-content: space-between;
    margin: 20px auto;
    gap: 15px;
    
}

nav li { 
    align-items: center;
    list-style-type: none;

}



.areaIconsStart {
    display: grid; grid-template-columns: 1fr 1fr; align-items: start; max-width: 600px; margin: auto; gap: 30px 150px;
}

.areaIconsStart span {
    font-size: 80px !important; 
}


.cardSection, .aboutSection, .cardSectionNews{
    padding: 4% 0;
}

.cardSection {
    display: flex;
    width: 100%;
    max-width: 1275px;
    justify-content: space-between;
    gap: 50px;
}

.heroPhotoText {
    overflow: hidden; height: 80vh;
    width: 100%; max-width: 100%; padding: 0px; position: relative;
    display: flex; justify-content: center;
}

.heroPhotoText img{
    width: 100%; height: 90%; position: absolute;
}

#heroTexth1 {
    font-size: 50px; z-index: 1;
    max-width: 1000px;
  display: flex; flex-direction: column; justify-content: center;
 margin: auto;
} 

#heroTexth1 h1 {
    font-size: 37px;
    color: #f28100;
    line-height: 48px;
    font-weight: bold;
}
#heroTexth1 p {
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.1px;
    max-width: 900px;
}

/* undersidor */
#heroTexthUnderKategori {
    font-size: 50px; z-index: 1;
  display: flex; flex-direction: column; justify-content: center;
  text-align: center;
} 

#heroTexthUnderKategori h1 {
    font-size: 40px;
    color: #f28100;
    font-weight: bold;
    max-width: 800px;
}
#heroTexthUnderKategori p {
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    max-width: 900px;
}

#iconHeader{
    margin-top: 120px;
    display: flex;
    justify-content: center;
    gap: 40px;
    text-align: left;
    font-size: 16px;
    color: white;
}

#iconHeader p{
    font-size: 12px;
    font-weight: normal;
}
#iconHeader img{
    height: 40px;
    position: relative;
}

.iconbox{
    display: flex;
    flex-direction: column;
    
    gap: 10px;
width: 230px;
}

.hero-separator {
    width: 70px;
    height: 5px;
    background-color: #ff7a00;
    margin: 20px 0px;

}

.aboutSection{
    display: flex;
    gap: 60px;
    justify-content: center;
}

.aboutContent{
    text-align: center; display: flex; flex-direction: column; justify-content: space-between;
    gap: 30px
}

.aboutContent p {
    font-size: 18px;
    font-style: normal;
}

.card {
    height: 250px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
   /*  box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%); */
}



.cardNews {
    display: flex;
    width: 32%;
}

.aboutImgMobile {
    display: none
}

.cardNews .cardContentNews {
    margin: 0px;
    padding: 2px 10px;
}

.cardNews img{
    width: 100px;
    height: 100px;
    border-radius: 4px;
}

.card img {
    width: 100%;
    height: 100%;
}

.cardContentNews{
    text-align: left;
    width: 630px;
    margin: 12px 20px;
}
.cardContentNews p{
    max-width: 600px;
    margin: 0;
}

.newsBold{
    margin-top: 20px;
}

.cardContent{
    margin: 12px 20px;
}

.cardContent h3{
    font-size: 18px;
}

h2{
    font-size: 28px;
    font-weight: 600;
}

p{
    font-weight: 300;
    font-size: 15px;
}

footer{
    background-color: black;
    width: 100%;
    min-height: 300px;
    padding-top: 60px;
  margin: auto;
  color: white;
}

.copyContainer{
    background-color: rgb(13, 13, 13);
}

#copyArea{
    margin-top: 20px;
    min-height: 50px;
    display: flex;
    margin: auto;
    max-width: 1300px;
}

#copyArea p{
    margin: auto 0px;
    margin-right: 20px;
}
.kontaktAndNewsfooter{
    display: flex;
    gap: 150px;
}

.logoAndSocialFooter p {
    font-size: 18px;
    padding-bottom: 80px;
    max-width: 350px;
}

.logoAndSocialFooter .logoFooter {
    margin-top: -25px;
}

.logoAndSocialFooter a img{
    width: 30px;
    }

.logoFooter{
    max-width: 180px;
}

footer a {
    text-decoration: none;
    color: #ff7a00
}

.footerContiner{
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    padding: 20px 0px;
    margin: auto;
}

.newLinks {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

nav a {
    margin: auto 0;
}

.material-symbols-outlined{
    font-size: 60px !important;
}

.featured-guides-container {
    width: 100%;
    max-width: 1275px;
    margin: 0 auto;
    padding: 60px 45px;
    text-align: center;
}

.img-shader {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    top: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient( 180deg, rgba(33, 33, 33, 0) 0%, rgba(66, 66, 66, 0.5) 100% );
}

.h3InsideBox {
    position: absolute; font-size: 22px; bottom: 0px; color: rgb(0, 0, 0); width: 100%;
    
}

.h3InsideGuide{
    color: rgb(255, 255, 255); 
     padding-left: 20px;
     z-index: 10;
}

.h3InsideBoxSmall {
    font-size: 18px; left: 50%; transform: translate(-50%); width: 100%; color: rgb(255, 255, 255)
}

.card:hover .img-shader {
    background: rgba(255, 255, 255, 0.228)
} 

.cardNewsImg {
    position: relative;
    width: 100px;
    height: 100px;
    
}
.cardNewsImg img {
    border-radius: 4px;
}

.cardNews:hover .img-shader,.cardNews:hover p, .cardNews:hover h3{
    display: block;
    color: rgba(33, 33, 33, 0.5) 100%
}

.card:hover p {
    color: rgba(33, 33, 33, 0.5)
}

.cardSectionService{
    gap: 20px;
}

.cardSectionService .card{
    height: auto;
}

.cardSectionNews{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1270px;
    gap: 14px;
    margin: 0 auto;
    text-align: left;
}

.cardNews{
    text-align: left;
}

.cardNews p{
    text-align: left;
}

/* Tjänstsidan */


.dropdown {
    display: inline-block;
    position: relative;
  }
  .dropdown-content, .dropdown-content-Two, .dropdown-content-Tree {
    display: none;
    background-color: white;
    font-size: 15px;
    min-width: 170px;
    position: absolute;
    width: 100%;
    overflow: auto;
    box-shadow: 0px 10px 10px 0px rgba(0,0,0,0.4);
  }

  .dropdown-content-Two{
    min-width: 190px;
  }
  .dropdown-content-Tree{
    min-width: 170px;
  }


  .dropdown:hover .dropdown-content,.dropdown:hover  .dropdown-content-Two, .dropdown:hover  .dropdown-content-Tree {
    display: block;
  }
  .dropdown-content a, .dropdown-content-Two a, .dropdown-content-Tree a {
    display: block;
    color: #1b1b1b;
    padding: 5px;
    text-decoration: none;
  }
  .dropdown-content a:hover, .dropdown-content-Two a:hover, .dropdown-content-Tree a:hover{
    color: #FFFFFF;
    background-color: #ec700a;
  }


  /* ArkivTjänster */

.cardService{
   display: flex; flex-direction: column; max-width: 500px; gap: 10px; 
}
.produceService{
    display: flex; flex-direction: column; max-width: 385px; gap: 10px; 
 }
.cardService h3 {
    bottom: 25px
}

  .cardService img {

    border-radius: 0;
    height: 255px;
    width: 390px;
  }
  .contentService{
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .LinkService {
    color:#ff7a00;
    text-decoration: none;
  }

  .LinkService:hover {
    text-decoration: underline;
  }
  .cardSectionServices{
    overflow: hidden;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    max-width: 1000px;
    justify-content: space-evenly;
    gap: 25px;
    margin: auto;
  }

  .KundexempelServices{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    max-width: 1275px;
    justify-content: space-evenly;
    gap: 50px 20px;
    margin: auto;
  }

  .descH2{
    margin-bottom: 30px;
  }

  .sammarbeten{
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
    margin-top: 120px;
  }

  .ikonerKunder{
    display: flex;
    max-width: 700px;
    flex-wrap: wrap;
    margin: auto;
    gap: 50px;
    justify-content: center;
  }
  .ikonerKunder img{
    max-width: 120px;
    max-height: 80px;
  }

  .kunderTexter {
    background-color: #f6f6f6; width: 100%; max-width: 100%; display: flex; justify-content: center; gap:50px; text-align: center; flex-direction: column;
  }

  

  .buttonArrow {
    font-size: 25px;
    font-weight: normal;
    cursor: pointer;
    color: rgb(148, 148, 148);
    display: none;
  }
  .borderBlack{
    width: 1px; height: 200px; background-color: rgb(152, 152, 152);
}
  /* Iframe */
.tempFrmWrapper{
    padding: 0 !important;
}
  /* KontaktSida */
.iframeKontak{
    height:780px;width:100%; max-width: 800px;border:none; margin: auto;
    padding: 0px;
}

.contentKontakt {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-left: 10px;
    gap: 5px;
}
.contentKontakt p {
    margin: 0;
}

.imgCircleDiv{
    width: 230px; height: 230px; border-radius: 500px; overflow: hidden; position: relative;
  }
  .imgCircleDiv img{
 height: 245px;
 width: 110%;
 position:absolute;
right: -12px;
  }

  .contactCard{
    max-width: 45%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  

  .sectionColor {
    background-color: black; width: 100%; max-width: 100%; color: white; text-align: left; justify-content: center; display: flex; gap: 50px;
    align-items: center; 
  }
  .cardDivSegment{
    width: 30%;
  }

  .mailPhone{
    display: none;
  }

/* NyheterArkiv */
.cardSectionNewsArkiv{

    flex-wrap: nowrap;
    flex-direction: column;
    display: flex;
    max-width: 1000px;
    margin: auto;
    gap: 20px;
}

.cardNewsArkiv{
    display: flex;
    justify-content: center;
}
.cardNewsArkiv img{
    width: 100px;
    height: 100px;
}

.hidden{
    display: none !important
}

.hiddenOndesctop{
    display: none;
}

/* Privat och company */
.PrivateAndCompContent p, .PrivateAndCompContent h2{
    text-align: left;
}

/* Nyheter */
.NewsPage {
    display: flex;
    flex-direction: column;
    max-width: 800px;
}
.NewsPage div {
    padding: 0px 10px;
}
.NewsPage h2{
    position: absolute;bottom: -15px; left: 30px; font-size: 26px; text-align: left; margin-bottom: 10px;
}


.NewsPage p{
text-align: left;
margin: 0;
margin-bottom: 20px;
margin-top: 10px;
}
.NewsPage p, .NewsPage h3{
    padding: 0 20px;
    }


.NewsPage img{
    width: 100%;
    max-height: 550px;
}

.img-wrap{
    border-radius: 6px;
}
.img-wrap {
    -webkit-mask-image: linear-gradient(to top, transparent 2%, black 47%);
    mask-image: linear-gradient(to bottom, transparent 50%, black 80%);
      
}

/* logo and orange ball */
#logoAndOrange img{
    width: 200px; margin: 0px 20px;
}

#orangeBall {
    background-color: #ff7a00; height: 30px; width: 40px; border-radius: 50px;"
}

#lineBottom{
    height: 4px; width: 100%; background-color: #ff7a00;
}

.kundExempenMyeden{
display: flex; justify-content: center; gap: 40px;
}

/* guiderSidan */

.guideDiv {
    max-width: 700px;
    margin: auto;
    text-align: left;
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.guideDiv img{
    max-height: 380px;
    width: 100%;
}
.guideDiv p{
    text-align: left;

}

.GuideSection{
    max-width: 1200px;
   
}
.GuideSection h2 {
    font-size: 28px;
}
.GuideRow1 ,.GuideRow2{
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}



.GuideRow1 div, .GuideRow2 div{
    background-color: #f5f5f5;
    padding: 20px;
    width: 49%;
    margin-bottom: 20px;
}

.GuideRow1 img, .GuideRow2 img{
    width: 49%;
    margin-bottom: 20px;
    border-radius: 0;
}

.GuideRow2 div ul {
padding-left: 10px;
}
.GuideRow2 div h3{
    padding-left: 10px;
    margin-bottom: 5px;
}

.GuideSection p, .GuideSection h2{
    text-align: left;
}

/* Om Oss */
.aboutContentAboutPage{
    width: 50%;
    text-align: left; display: flex; flex-direction: column; justify-content: space-between;
}
.aboutContentAboutPage p{
    
    text-align: left; 
}

.linksAboutPage{
    margin: auto; display: flex; gap: 10px;
}

.parnterIconDIv{
    display: flex; gap:40px;
}



/* tjänsterSidan */
#iconService{
    width: 160px; padding-bottom: 30px;
}

.tjansterDiv {
    max-width: 700px;
    margin: auto;
    text-align: left;
    padding: 5px;
    display: flex;
    flex-direction: column;
}

.tjansterDiv a {
    color:#ff7a00
}

.tjansterDiv p, .tjansterDiv h3 {
    text-align: left;
    margin-bottom: 20px;
}

.tjansterDiv h1 {
    margin-bottom: 10px;
    font-size: 30px;
}
.tjansterDiv img{
    max-width: 100%;
}

.productPageSection h3{
text-align: center;
}


#aboutIcons{
    padding-top: 30px;
    display: flex;
    justify-content: space-evenly;
    margin: 20px 0px;
    gap: 30px;
}
#aboutIcons div{
    width: 250px;
}

#aboutIcons span{
    font-size: 100px !important;
}


.kontaktFormZoho{
    background-color: #f6f6f6; width: 100%; max-width: 100%; display: flex; justify-content: center; gap:50px
}

.upsDiv{
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    max-height: 200px;
    color: #ff7a00;

}

.upsDiv h3{
    color: #000000;
    font-size: 16px;
    font-weight: 300;
}
.upsDiv p{
    text-align: left;
    margin: 0;
    font-size: 60px;
    font-weight: 500;
    
}


.cardUsp{
    width: 250px;
    background-color: rgb(250, 250, 250);
    display: flex;
    flex-direction: column;
    padding: 10px 30px;
    box-shadow: 10px 10px 8px #888888;
    border-radius: 4px;
}


.twoCollumns{
    flex: 1 0 50%;
}

.twoCollumns p{
    padding: 10px;
}


.KundexempelServices .contentService {
    text-align: left;
}

#bokaEnDemo:hover{
    cursor: pointer;
    text-decoration: underline;
}

/* timeline*/

.timeLineSection{
    margin-top: 20px;
}

.pointMiddle{
    position: absolute; left: 50%;height: 15px; width: 15px; border-radius: 50px; background-color: #ff7a00; transform: translate(-50%);
}

.lineMiddle{
    position: relative; background-color: #ff7a00;
}

.timeBox{
    margin: 0px 20px 20px 20px
}

.timeBoxBackground{
    padding: 0.8em;
    background: #f6f6f6;
    box-shadow: 0 0 0.5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.timeBox p {
    margin-bottom: 0px;
}

.timeLineTextRight{
    text-align: right
}

.timeLineTextLeft{
    text-align: left
}

.timeLineCard{
   display: grid; margin: 0 auto; padding: 0px; grid-template-columns: 1fr 3px 1fr;
}

#logoAndOrange{
    margin-top: 20px;
    padding: 0px;
}

.orangeBorderLine {
background-color: #ff7a00;
width: 4px; height: 50px;
}

.tableRowUps{
    padding-top: 20px;
}

.empty {
    width: 16px;
    height: 2px;
    background-color: #c4c4c4;
    margin: auto
}
.textGridTwoCol {
display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 30px 0px
}

.contentTextTwoCol{
    display: flex; gap:5px; width: 405px;

}
.contentTextTwoCol p{
    display: flex; width: 90%;
    text-align: left;
    margin: 0;
}

.cardIconUsp{
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    gap: 5px;
    margin: 0px 50px;
}

.cardIconUsp h5{
   font-size: 16px;
   font-weight: 600
}

.grid3Collumn{
    display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 28px 0px;
}
#mobileTable{
    display: none;
}

#nyheterMobil{
    display: none;
}

.Klick4ServiceSection{
    padding: 60px 0px 20px 0px; background-color: #505050; max-width: 100%; height: 100vh;
}

.btnCta{
    margin-top: 20px; padding: 10px 20px; width: 160px;
}

@media only screen and (max-width: 768px) {

    #heroTexth1 {
        left: 46%;
        font-size: 35px;
        font-weight: bold;
        width: 80%;
    }
    .heroPhotoText{
        height: 91vh;
    }

    .aboutImgDesktop{
        display: none;
    }
    .aboutImgMobile {
        display: block
    }
    section{
        max-width: 90%;
        padding: 8% 0;
    }
    h2{
        font-size: 30px;
    }
    nav{
        padding: 0 20px;
    }
    .cardSection{
        flex-direction: column;
    }

    .aboutSection{
        flex-wrap: wrap;
        gap: 20px;
    }

    .cardSectionNews{
        flex-wrap: nowrap;
        flex-direction: column
    }
    .cardNews {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .cardSection, .aboutSection, .cardSectionNews{
        padding: 10% 0;
    }

    .cardSectionService{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .footerContiner{
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }
    footer{
        padding: 0px;
    }
    .logoAndSocialFooter p{
        font-size: 14px;
        padding-bottom: 40px;
    }
    .logoAndSocialFooter .logoFooter {
        margin-top: 0px;
        padding-top: 20px;
    }
    .logoAndLinksNav ul{
        display: none;
    }
    #buttonNav{
        width: 90px;
    }

    .cardService{
        width: 153px;
        gap: 10px
     }
     .cardService img{
        height: 100px;
        width: 100%;
    }
    .cardService h3{
        font-size: 14px;
    }
     .cardSectionServices{
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        max-width: 1275px;
        justify-content: space-between;
        gap: 30px;
      }
      .imgCircleDiv{
        width: 200px; height: 200px; border-radius: 500px; overflow: hidden;
      }

    
    .hiddenOnMobile{
        display: none;
    }
    
    .iframeKontak{
        width: 100%;
        height: 670px;
    }
   
    .contentKontakt {
        padding-left: 0;
    }

    #buttonNav, .buttonNav{
        display: none;
    }

    .cardContentNews{
        margin: 0px;
        margin-left: 10px;
        text-align: left;
    }

    .cardContentNews p{
        text-align: left;
    }

    .NewsPage h2{
        font-size: 23px;
        left: 15px;
        margin-bottom: 10px;
        }
        .NewsPage{
            padding-top: 0;
            margin-top: -10px;
        }

        .NewsPage p, .NewsPage h3{
            padding-left: 0;
            }
        .item div{
            padding-left: 0;
        }
        .imgCircleDiv img{
            height: 150px;
            position: absolute;
            width: 160px;
            left: -5px;
        }
        .imgCircleDiv{
            width: 150px; height: 150px;
        }

        .img-wrap img{
            height: 300px;
        }
        .img-wrap{
            border-radius: 0;
        }

        
        #logoAndOrange img{
        width: 100px; margin: 0px 10px;
        }
        
        #orangeBall {
        height: 15px; width: 20px;
        margin-right: 14px;
        }
        
        #lineBottom{
            height: 3px; width: 80%;
        }
        .GuideSection{
            flex-direction: column;
            padding: 0;
        }
        .GuideSection div{
            width: 100%;
            margin-bottom: 0;
        }

        .GuideSection img{
            width: 100%;
            margin-bottom: 0;
        }
        .GuideRow1 {
            flex-direction: column-reverse;
        }

        .GuideSection h2{
            font-size: 22px;
        }
        .GuideRow1 ,.GuideRow2{
            gap: 0%;
            
        }
      
       
    

          #aboutIcons{
           
            flex-direction: column;
            margin: 20px 0px;
            gap: 30px;
        }
        #aboutIcons div{
            width: auto;
            display: flex;
            gap: 10px;    
        }
        

             .kontaktAndNewsfooter{
                display: flex;
                flex-direction: column;
                gap: 20px;
            }

            #copyArea{
                padding-left: 10px;
                padding: 5px;
                flex-direction: column;
            }
            #copyArea{
                text-align: center;
                margin: auto;
            }

            #copyArea p{
                font-size: 12px;
                margin-right: 0px;
            }
            #copyArea div{
                justify-content: center;
                gap: 20px;
             }
            .areaIconsStart{
                gap: 10px 50px;
            }
            .cardService h3 {
                bottom: 0px
            }
            .LinkService {
                font-size: 12px;
              }

              .contentService{
               padding-left: 20px;
              }

              .heroPhotoText img {
                width: 156%;
            }
            .aboutContentAboutPage{
                width: 100%;
            }
            .linksAboutPage
        {
            flex-wrap: wrap;
            justify-content: center;
        }
        .h2LinkAbout{
            font-size: 25px;
        }

        #heroTexth1 {
            font-size: 20px; 
          margin-left: 30px;
        } 
        #heroTexth1 h1{
            font-size: 24px; 
        } 
        #heroTexth1 p{
            font-size: 18px; 
        }
        .buttonArrow{
            display: block;
            padding: 20px;
        }
        .borderBlack{
           display: none;
        }
        .kunderTexter{
            gap: 0px;
        }
        #textBox2{
            display: none;
        }
        #iconHeader{
            margin-top: 50px;
            flex-direction: column;
            align-items: center;
            gap: 20px;
        }
        .iconbox{
            width: 280px;
            flex-direction: row;
            gap: 15px;
        }
        #heroTexthUnderKategori h1 {
            font-size: 24px;
            text-align: left;
            padding-left: 30px;
        }
        .cardUsp{
            width: 48.2%;
            padding: 5px 13px;
        }
        .cardUsp p{
            font-size: 40px;
        }

        .segmentContactCard .contactCard{
            max-width: 80%;
            margin: auto;
            margin-top: 65px;
        }
        .cardDivSegment{
            width: 90%;
            margin: auto;
          }
        .sectionColor{
            flex-direction: column;
        }
        .reverseFlex{
            flex-direction: column-reverse;
        }
        .upsDiv{
            gap:12px;
        }
        .upsDiv h3{
            font-size: 12.5px;
        }
        .timeLineCard{

    grid-template-columns: 0.15fr 3px 1fr;
        }
        .hiddenOndesctop{
            display: block;
        }
        .NewsPage div {
            padding: 0px
        }
        .NewsPage p, .NewsPage h3 {
            padding: 0 15px;
        }
        iframe{
            max-width: 100%;
        }

        .parnterIconDIv
        {
            flex-direction: column;
        }
        .parnterIconDIv img
        {
            width: 150px;
        }
        #tableDesktop{
            display: none;
        }
        .textGridTwoCol{
            grid-template-columns: 1fr;
        }
        .contentTextTwoCol{
            display: flex; gap:5px; width: 340px;
        }
        .grid3Collumn{
            grid-template-columns: 1fr
        }
        .cardIconUsp{
            margin: 0 10px;
        }
        #mobileTable{
            display: block;
        }
        #nyheterDesctop{
            display: none;
        }
        #nyheterMobil{
            display: block;
        }
        #nyheterMobil h2{
           padding-bottom: 20px;
        }
        .mailPhone{
            display: block;
          }

          .mailDeskop{
            display: none;
          }
          .kundExempenMyeden{
            gap: 0px;
            }
        #iconService{
            width: 70px;
        }
        .Klick4ServiceSection{
            height: 70vh;
            display: flex;
            padding: 0px;
            justify-content: center;
            
        }
        .btnCta{
            padding: 5px 10px; width: 140px;
            font-size: 14.5px;
        }
        .ctaContainer{
            display: flex; justify-content: space-between;
        }
}

@media only screen and (max-width: 375px) {
    .navMenu{
       
        font-size: 17.5px;
    }
}
