/*MAIN SECTIONS*/
.section {
  background-color: #fff;
  position: relative;
  display: block;
  padding: 9rem 0;
}

.section.jobb {
  padding: 6rem 0;
}

.section.personvern {
  padding: 0;
  background-color: transparent;
}

.section.short {
  padding: 4rem 0;
}

.cf7-show {
  display: none;
}

.cf7-show.show {
  display: block;
}

.toggle-cf7-wrap {
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 3rem 0;
}

.toggle-cf7 {
  color: var(--vigiloDarkBlue);
  background-color: var(--checkboxUnactive);
  border-radius: var(--borderRadius);
  border: 0;
  padding: 2rem;
  font-weight: 600;
  font-size: var(--fontSize-MainP);
  transition: all 0.2s ease;
  cursor: pointer;
}

.toggle-cf7:hover {
  background-color: var(--checkboxActive);
}

/* Blogg osv */
.section-intro {
  text-align: center;
  max-width: 90rem;
  margin: auto auto 12rem auto;
}

.section-text {
  margin: auto;
  max-width: 90rem;
}

.section-text.personvern h2 {
  text-align: left;
}

.section-text.personvern h2.title {
  font-size: clamp(3.2rem, var(--fsClamp-scaler-h), 4rem);
  margin-bottom: 2.5rem;
  text-align: left;
}

.section-text.personvern h3 {
  font-size: clamp(2rem, var(--fsClamp-scaler-h), 2.8rem);
}

.section-intro.about {
  margin: auto auto 7rem auto;
}
.section-intro.blogg {
  margin: auto auto 2rem auto;
}
.section-intro.alt {
  margin: auto;
}
.section-intro.nospace {
  margin: auto auto 6rem auto;
}

.section-intro h1,
.section-text h1 {
  font-size: clamp(3rem, var(--fsClamp-scaler-h), 6.5rem);
  line-height: var(--lineHeight-Title);
  margin: 0 auto 4rem auto;
  text-align: center;
  max-width: 150rem;
}

.section-text h1 {
  text-align: center;
  margin: 0 0 2.2rem 0;
  word-break: break-word;
}

.section-text h2 {
  font-size: clamp(2rem, var(--fsClamp-scaler-h), 3rem);
  line-height: var(--lineHeight-Title);
  font-weight: var(--fontWeight-Bold);
}

.section-intro p,
.section-text p,
.section-text ul,
.section-text h2,
.section-text h3,
.section-text h4,
.section-text h5 {
  max-width: 88rem;
}

.section-text p,
.section-text a,
.section-text ul {
  font-size: var(--fontSize-Root);
  color: var(--textColorBlog);
  line-height: 1.9;
  font-weight: 400;
}

.section-intro p {
  max-width: 70rem;
  font-weight: 400;
  color: var(--textColor02);
}

.section-text p {
  text-align: left;
}

.section-text a {
  color: var(--vigiloDarkBlue);
  transition: all 0.2s ease;
  text-decoration: underline;
}

.main-button,
.submit {
  border: 0.2rem solid var(--vigiloDarkBlue);
  color: var(--vigiloDarkBlue);
  display: inline-block;
  padding: 1.5rem 2rem;
  border-radius: var(--borderRadius);
  font-size: var(--fontSize-Root);
  font-weight: 600;
  margin: 2rem auto auto auto;
  transition: all 0.2s ease;
  min-width: 14rem;
  cursor: pointer;
  text-align: left;
  position: relative;
  width: calc(100% - 7rem);
  max-width: 25rem;
}

.about .main-button {
  text-align: left;
}

.main-button {
  background-color: #fff;
  color: var(--vigiloDarkBlue);
  border: 0.2rem solid var(--vigiloDarkBlue);
}

.main-button:focus,
.main-button:focus-visible {
  outline: 0.2rem solid var(--vigiloSecondaryBlue);
  outline-offset: 0.2rem;
}

.hjelpesenter-links.fw .main-button {
  max-width: none;
  padding-right: 6.5rem;
}

@media screen and (max-width: 880px) {
  .section-intro {
    margin: auto auto 4rem auto;
  }
}

@media screen and (max-width: 820px) {
  .hjelpesenter-links .main-button {
    text-align: left;
  }
}

@media screen and (max-width: 650px) {
  .section {
    padding: 4rem 0;
  }

  .contact .main-button {
    width: auto;
    min-width: fit-content;
  }
}

.main-button:after,
.submit:after {
  font-family: var(--vigiloIcons);
  content: "u";
  position: absolute;
  top: 0.1rem;
  margin-left: 2rem;
  font-size: 2.5rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

.submit.alt:after {
  content: none;
}

.main-button:hover {
  background-color: var(--vigiloDarkBlue);
  color: #fff;
}

.hjelpesenter-links {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 90rem;
  margin: auto;
}

.hsl {
  width: calc(50% - 2rem);
  box-sizing: border-box;
}

.hsl:last-child {
  margin: 2rem 0 2rem 1rem;
  margin-right: auto;
}

.bullet-point {
  position: relative;
}

.bullet-point .hsl {
  width: 100%;
  text-align: left;
  font-size: var(--fontSize-Root);
  margin: 2rem auto auto auto;
  position: relative;
  max-width: none;
  padding-right: 6.5rem;
}

.section-bullets {
  display: flex;
  justify-content: space-between;
  position: relative;
  max-width: 160rem;
  margin: auto;
}

.section-bullets.about {
  gap: clamp(3rem, 3vw, 4rem);
}

.section-bullets.nom {
  max-width: none;
}

.section-bullets.barnehage {
  max-width: 200rem;
}

.section-bullets.two {
  max-width: 111rem;
}

.section-bullets img {
  max-height: 10rem;
  height: auto;
  margin: auto;
}

.section-bullets.largeimg img {
  max-height: none;
  width: 100%;
  box-shadow: 0 0 1.6rem 0 rgba(0, 0, 0, 0.1);
}

.section-bullets.largeimg.noshadow img {
  box-shadow: none;
}

.section-bullets.largeimg .noshadow {
  box-shadow: none;
}

.bullet-point,
.section-bullets.undersider a {
  width: 33.33%;
  margin: 0 auto 4rem auto;
  text-align: center;
  max-width: 39rem;
  box-sizing: border-box;
}

.bullet-point ul li {
  position: relative;
  padding-left: 3rem;
}

.bullet-point ul li:not(:last-child) {
  margin-bottom: 2rem;
}

.bullet-point ul li:before {
  color: var(--vigiloDarkBlue);
  font-family: var(--vigiloIcons);
  content: "t";
  font-size: 1.1em;
  position: absolute;
  left: -0.2rem;
  margin-top: 0.05rem;
}

.bullet-point.v2 ul li:before {
  content: "z";
  font-size: 1.5rem;
  top: 0.7rem;
  left: 0;
}

.bullet-point.v2 a {
  color: var(--vigiloRed);
  text-decoration: underline;
}

.bullet-point h3 {
  font-size: var(--fontSize-ThirdTitle);
  margin: 0 0 1rem 0;
}

.bullet-point p {
  font-size: var(--fontSize-MainP);
  color: var(--textColorBlog);
  font-weight: 400;
  line-height: 1.8;
  margin: auto;
}

.bullet-line {
  border-right: 0.1rem solid #e9e4e4;
  display: block;
}

@media screen and (max-width: 890px) {
  .section-bullets {
    flex-wrap: wrap;
  }

  .bullet-point p {
    max-width: 34rem;
  }

  .bullet-point {
    width: calc(50% - 4rem);
  }

  .bullet-point.two:last-child {
    margin-top: 0;
  }

  .bullet-line.second {
    display: none;
  }

  .bullet-line.two.second {
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .section-bullets.undersider.skole a {
    width: 50%;
  }
}

@media screen and (max-width: 750px) {
  .section-bullets img {
    max-height: 7rem;
  }

  .section-bullets.undersider a {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .hsl {
    width: 100%;
  }

  .hsl:last-child {
    margin: 2rem auto auto auto;
  }
}

@media screen and (max-width: 600px) {
  .bullet-line {
    border-right: 0;
    border-bottom: 0.1rem solid #e9e4e4;
    width: 100%;
    max-width: 20rem;
    margin: auto;
  }

  .bullet-line.second {
    display: block;
  }

  .bullet-point,
  .bullet-point.two {
    width: 100%;
    margin: auto;
  }

  .contact .main-button {
    width: calc(100% - 20rem);
  }

  .contact .bullet-point:first-child {
    padding-top: 0;
  }

  .bullet-point:first-child {
    border-right: 0;
  }

  .section-bullets.undersider.skole a,
  .section-bullets.undersider.barnehage a {
    width: calc(100% - 4rem);
  }
}

@media screen and (max-width: 550px) {
  .section-bullets.undersider a {
    width: calc(100% - 4rem);
  }

  .section-bullets.undersider a:not(:last-child) {
    padding-bottom: 5rem;
  }
}

/*--------------------------------------------------
PERSONVERN SIDE
---------------------------------------------------*/

.section-text li {
  position: relative;
  padding-left: 3rem;
}

.section-text.personvern ul {
  margin: 3rem 6.5rem 2rem auto;
}

/*--------------------------------------------------
PERSONVERN SIDE END
---------------------------------------------------*/
