:root {
  --2b2642: #2b2642;
  --4580e0: #4580e0;
  --f8f8f8: #f8f8f8;
  --ffffff: white;
  --b3f2dd: #b3f2dd;
  --34ff5c: #34ff5c;
  --59c9a5: #59c9a5;
  --447fe0: #447fe0;
}

h1 {
  z-index: 1;
  color: var(--2b2642);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  position: relative;
}

h2 {
  color: var(--2b2642);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  position: relative;
}

h3 {
  color: var(--2b2642);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 53px;
}

h4 {
  color: var(--2b2642);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.heading-2 {
  z-index: 1;
  color: var(--2b2642);
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  line-height: 60px;
  position: static;
}

.heading-3 {
  color: var(--2b2642);
  font-family: Poppins, sans-serif;
  font-size: 32px;
  line-height: 48px;
}

.title-1 {
  color: var(--2b2642);
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 53px;
}

.title-2 {
  color: var(--2b2642);
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 125.5%;
}

.paragraph-1 {
  color: var(--2b2642);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 29px;
  text-decoration: none;
}

.paragraph-2 {
  color: var(--2b2642);
  width: auto;
  margin-left: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
  display: block;
}

.paragraph-2.paragraph-2-middle {
  width: 56%;
}

.paragraph-2.paragraph-2-middle.paragraph-2-tablet {
  text-align: center;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  display: block;
}

.paragraph-3 {
  color: var(--2b2642);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 26px;
}

.footer-text {
  color: var(--2b2642);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 183.5%;
}

.footer-text.footer-text-2:hover, .footer-text.footer-text-2.w--current:hover {
  color: var(--4580e0);
}

.footer-text.footer-text-2 {
  text-decoration: none;
  display: block;
}

.footer-text.footer-text-2:hover, .footer-text.footer-text-2.w--current:hover {
  color: var(--4580e0);
}

.body-2 {
  background-color: var(--f8f8f8);
  transition: all .2s;
  overflow: visible;
}

.button-small {
  background-color: var(--ffffff);
  color: var(--2b2642);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 56px;
  margin-left: 0;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 28px;
  transition: all .2s;
  display: flex;
}

.button-small:hover {
  background-color: var(--4580e0);
  color: var(--ffffff);
  font-family: Poppins, sans-serif;
}

.button-large {
  background-color: var(--b3f2dd);
  color: var(--2b2642);
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 28px;
  transition: all .2s;
  display: flex;
}

.button-large:hover {
  background-color: var(--34ff5c);
  color: var(--2b2642);
}

.button-large.button-dark {
  background-color: var(--59c9a5);
}

.button-large.button-dark:hover {
  background-color: var(--34ff5c);
}

.page-wrapper-smile-factory {
  overflow: visible;
}

.footer {
  background-color: var(--2b2642);
  background-image: url("https://cdn.prod.website-files.com/637495c563943d3974f12d83/6607fbdaae0610925680ca61_Mask%20group.png");
  background-position: 50%;
  background-repeat: no-repeat;
  border: 1px #1c3366;
  border-top: 2px solid #1c3366;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

.brand {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  order: -1;
}

.hero-section {
  justify-content: flex-start;
  align-items: stretch;
  height: auto;
  min-height: auto;
  max-height: 900px;
  margin-bottom: 100px;
  padding-top: 20px;
  padding-bottom: 100px;
  display: block;
  position: relative;
}

.nav-item {
  text-transform: uppercase;
  border-radius: 8px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 13px;
  transition: all .2s;
}

.nav-item:hover, .nav-item.cta {
  color: #0050d5;
  background-color: #d7e6ff;
}

.nav-item.cta {
  color: #0050d5;
  background-color: #d7e6ff;
}

.nav-item.cta:hover {
  box-shadow: 0 1px 10px #0050d596;
}

.nav-item.cta.paragraph-2 {
  border-bottom: 3px solid var(--59c9a5);
  outline-offset: 0px;
  color: var(--59c9a5);
  background-color: #0000;
  border-radius: 0;
  outline: 0 solid #0000;
  margin-right: 0;
  font-weight: 700;
}

.nav-item.cta.paragraph-2:hover {
  border-style: solid;
  border-width: 0 0 3px;
  border-color: black black var(--2b2642);
  box-shadow: none;
  color: var(--2b2642);
  font-weight: 700;
}

.nav-item.paragraph-2 {
  text-transform: none;
  cursor: pointer;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 29px;
}

.nav-item.paragraph-2:hover {
  color: #4580e0;
  background-color: #0000;
  font-weight: 400;
}

.nav-item.paragraph-2.w--current {
  border-bottom: 3px solid var(--4580e0);
  border-radius: 0;
  font-weight: 600;
}

.navbar {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
}

.nav-menu {
  grid-column-gap: 5px;
  order: 1;
  align-self: auto;
  align-items: center;
  display: flex;
}

.hero-content {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 55%;
  height: auto;
  padding-top: 0;
  display: flex;
}

.container-menu {
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 85%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-text-2 {
  color: var(--ffffff);
  font-size: 16px;
  line-height: 183.5%;
}

.footer-text-2.footer-text {
  width: auto;
}

.footer-text-2.footer-text.no-link:hover {
  color: #fff;
}

.hero-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 85%;
  max-width: 1440px;
  height: auto;
  min-height: 100%;
  margin: auto;
  padding: 0;
  display: block;
  position: relative;
}

.hero-container.horizontal {
  background-image: url("https://cdn.prod.website-files.com/637495c563943d3974f12d83/639206c197910436a5b393cb_hero-smile-factory-2.webp");
  background-position: 70% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 30px;
  align-items: center;
  width: 87%;
  height: auto;
  min-height: auto;
  margin-top: 160px;
  padding: 60px 80px 140px;
  display: block;
}

.spacer-up {
  width: 100%;
  height: 20px;
  display: block;
}

.spacer-50 {
  width: 100%;
  height: 50px;
  display: block;
}

.image {
  max-width: 12%;
  position: absolute;
  inset: 0% 0% auto 20%;
}

.image-2 {
  z-index: 1;
  max-width: 16%;
  position: absolute;
  inset: 284px 0% 0% auto;
}

.hero-small-container {
  border: 3px solid var(--ffffff);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #f8f8f8d4;
  border-radius: 15px;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  width: 75%;
  max-width: 1300px;
  height: 150px;
  margin-top: -68px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  overflow: visible;
  box-shadow: 28px 0 34px #0000001a;
}

.image-3 {
  z-index: 1;
  max-width: 8%;
  position: absolute;
  inset: 135px 0% 0% 40%;
}

.image-4 {
  z-index: 0;
  max-width: 14%;
  position: absolute;
  top: 50%;
}

.image-5 {
  opacity: .4;
  max-width: 14%;
  position: absolute;
  top: 880px;
  bottom: 0%;
  left: 40%;
}

.text-decoration-1 {
  z-index: 0;
  max-width: 200px;
  position: absolute;
  top: 103px;
  left: 244px;
}

.container-3 {
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-left {
  width: 50%;
  position: relative;
}

.effektiv-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.text-decoration-2 {
  z-index: -1;
  width: auto;
  max-width: none;
  position: absolute;
  inset: 64px auto auto -10px;
}

.content-right {
  width: 50%;
  padding-left: 0;
  position: relative;
}

.image-10 {
  z-index: 2;
  width: 130%;
  max-width: 740px;
  padding-left: 40px;
  position: static;
}

.text-link-2 {
  color: var(--447fe0);
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
}

.link-block-1 {
  text-decoration: none;
  display: flex;
}

.link-block-1:hover {
  color: var(--2b2642);
  font-family: Poppins, sans-serif;
}

.link-block-1.text-link-1 {
  align-items: center;
}

.cards-section {
  background-color: var(--59c9a5);
  padding-top: 70px;
  padding-bottom: 80px;
}

.card-section-wrapper {
  flex-direction: column;
  align-items: center;
  width: 85%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cards-small-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.card-small {
  background-color: var(--ffffff);
  padding: 30px;
  text-decoration: none;
  display: block;
}

.se-mer-div {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-link-1 {
  color: var(--447fe0);
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 38px;
}

.text-link-1:hover {
  color: var(--447fe0);
}

.cards-large-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.cards-large {
  background-color: var(--ffffff);
  width: 100%;
  padding: 30px;
  text-decoration: none;
}

.spacer-16 {
  height: 16px;
  display: block;
}

.spacer-30 {
  height: 30px;
}

.spacer-30.hide {
  display: none;
}

.white-div {
  z-index: 0;
  background-color: var(--ffffff);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: static;
  left: 0%;
  transform: rotate(.49deg);
}

.behandlingsmetoder-section {
  padding-top: 80px;
  padding-bottom: 100px;
}

.behandlingsmetoder-section-wrapper {
  width: 85%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.heading-8 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section-2-page2-inner-wrapper {
  flex-direction: row;
  align-items: center;
  width: 85%;
  height: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.behandlingsmetoder-row1 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.wrapper-2 {
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.wrapper-1 {
  width: 38%;
}

.image-11 {
  max-width: 500px;
  height: 580px;
  padding-left: 0;
  position: absolute;
  top: 240px;
  left: 1%;
}

.heading-9 {
  margin-top: 0;
  margin-bottom: 0;
}

.image-12 {
  max-width: 500px;
  height: 650px;
  position: absolute;
  left: 50%;
}

.wrapper-left {
  width: 50%;
}

.wrapper-right {
  width: 40%;
}

.paragraph-2-centered {
  color: var(--2b2642);
  text-align: center;
  width: 56%;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.team-wrapper {
  flex-direction: column;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.team-wrapper.pad-top {
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.team-section {
  background-color: #0000;
  background-image: url("https://cdn.prod.website-files.com/637495c563943d3974f12d83/6388fb21bb61268865ee13b6_background-mask.png");
  background-position: 50%;
  background-size: auto;
  padding-bottom: 100px;
}

.image-13 {
  z-index: 0;
  width: 130px;
  max-width: none;
  position: absolute;
  inset: 76% 0% auto 39%;
}

.team-lead-div {
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-lead-info {
  width: auto;
  padding-left: 20px;
}

.team-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: stretch;
  display: grid;
}

.team-member {
  align-items: center;
  width: auto;
  display: flex;
}

.team-member.hide1 {
  display: none;
}

.member-info {
  padding-left: 20px;
}

.get-an-appointment-form {
  background-color: var(--b3f2dd);
}

.home-form-wrapper {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.paragraph-1-center {
  color: var(--2b2642);
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

.text-decoration-3 {
  z-index: -1;
  width: auto;
  max-width: none;
  position: absolute;
  inset: 42px auto auto 32%;
}

.form-block {
  flex-direction: row;
  align-items: center;
  display: block;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.form-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-extra-large {
  background-color: var(--59c9a5);
  color: var(--ffffff);
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  font-size: 17px;
  line-height: 28px;
  display: flex;
}

.button-extra-large.button-dark:hover {
  background-color: var(--34ff5c);
  color: var(--2b2642);
  background-color: var(--34ff5c);
}

.input-field {
  border: 2px solid var(--59c9a5);
  background-color: var(--f8f8f8);
  color: var(--2b2642);
  border-radius: 15px;
  height: 56px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.text-field-3 {
  height: 56px;
  margin-bottom: 0;
}

.select-field {
  color: var(--2b2642);
  border: 2px solid #59c9a5;
  border-radius: 15px;
  height: 56px;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
}

.select-field-2 {
  border: 2px solid var(--59c9a5);
  background-color: var(--f8f8f8);
  color: var(--2b2642);
  border-radius: 15px;
  height: 100%;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
}

.text-field-4 {
  height: 56px;
  margin-bottom: 0;
}

.text-field-4.input-field.text-block {
  width: 100%;
  min-width: 100%;
  max-width: none;
}

.footer-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.brand-logo-2 {
  width: 250px;
  max-width: 270px;
}

.paragraph-1-white {
  color: var(--ffffff);
  text-align: left;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 29px;
}

.paragraph-1-white.hide {
  display: none;
}

.social-wrapper {
  align-items: center;
  width: auto;
  display: none;
}

.social-spacer {
  width: 9px;
}

.form-3 {
  align-items: stretch;
  width: auto;
  display: none;
  position: relative;
}

.submit-button {
  background-color: var(--59c9a5);
  border-radius: 28px;
  width: 150px;
  height: 53px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.submit-button:hover {
  background-color: var(--34ff5c);
  color: var(--4580e0);
}

.text-field-5 {
  color: var(--ffffff);
  background-color: #0000;
  border: 2px solid #fff;
  border-radius: 28px;
  width: 100%;
  min-width: 350px;
  height: 53px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.form-block-2 {
  width: auto;
}

.footer-small-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.form-4 {
  grid-column-gap: 20px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  display: flex;
}

.select-field-style {
  border: 2px solid var(--59c9a5);
  background-image: linear-gradient(to bottom, var(--f8f8f8), var(--f8f8f8));
  color: var(--2b2642);
  border-radius: 15px;
  width: 30%;
  max-width: 380px;
  height: 56px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
}

.form-block-3 {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

._2 {
  position: absolute;
  inset: auto 14% 22% auto;
}

.section-2-page2-inner-wrapper-1 {
  flex-direction: row;
  align-items: center;
  width: 85%;
  height: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-2-centar {
  z-index: 1;
  color: var(--2b2642);
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  line-height: 53px;
  position: relative;
}

.logo {
  color: var(--2b2642);
  width: auto;
  max-width: none;
}

.logo:hover {
  color: var(--4580e0);
}

.html-embed {
  color: var(--447fe0);
  align-self: center;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.html-embed:hover {
  color: var(--447fe0);
}

.html-embed-2 {
  color: var(--447fe0);
  padding-left: 20px;
}

.html-embed-3, .html-embed-4 {
  color: var(--ffffff);
}

.text-container {
  position: relative;
}

.spacer-50-form {
  width: 100%;
  height: 50px;
  display: block;
}

.text-link-1-mobile {
  color: var(--447fe0);
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 38px;
}

.text-link-1-mobile:hover {
  color: var(--447fe0);
}

.hero-img-mobile {
  display: none;
}

.image-30, .image-31, .image-32, .image-33 {
  width: 166px;
  height: 166px;
}

.image-34 {
  width: 166px;
}

.image-35 {
  width: 166px;
  height: 166px;
}

.image-36 {
  width: 240px;
  height: 240px;
}

.spacer {
  height: 16px;
}

.spacer._2 {
  height: 10px;
}

.main-heading {
  margin-top: 0;
}

.footer-link {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
}

.footer-link.vivde {
  color: var(--2b2642);
  font-size: 14px;
}

.footer-link.vivde:hover {
  color: var(--447fe0);
}

.div-block-5 {
  text-decoration: underline;
}

.div-block-6 {
  text-decoration: none;
}

.div-block-7, .div-block-8 {
  text-decoration: underline;
}

.div-block-9 {
  text-decoration: none;
}

.text-block-7 {
  text-decoration: underline;
}

.text-block-8 {
  text-decoration: none;
}

.text-block-9 {
  text-decoration: underline;
}

.text-block-10 {
  text-decoration: line-through;
}

.text-block-11 {
  text-decoration: underline;
}

.text-block-12, .text-block-13, .text-block-14 {
  text-decoration: none;
}

.text-block-15 {
  text-decoration: line-through;
}

.text-block-16 {
  text-decoration: underline;
}

.text-field-kontakt-tlf {
  height: 56px;
  margin-bottom: 0;
}

.text-field-kontakt-tlf.input-field {
  width: 30%;
  max-width: 380px;
}

.text-field-kontakt-navn {
  height: 56px;
  margin-bottom: 0;
}

.text-field-kontakt-navn.input-field {
  width: 30%;
  max-width: 380px;
}

.link-3 {
  color: var(--2b2642);
  font-weight: 700;
}

.link-3:hover {
  color: var(--59c9a5);
}

.div-block-10 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.success-message-3 {
  background-color: var(--59c9a5);
  border-radius: 15px;
}

.error-message {
  border-radius: 15px;
}

@media screen and (min-width: 1920px) {
  .paragraph-1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .footer-text {
    padding-left: 0;
  }

  .hero-content {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    padding-top: 0;
    display: block;
  }

  .hero-container.horizontal {
    flex-direction: column;
    align-items: center;
    padding-top: 90px;
    padding-bottom: 150px;
    display: block;
  }

  .spacer-up {
    height: 30px;
    display: block;
  }

  .spacer-50 {
    display: block;
  }

  .image-2 {
    max-width: 100%;
  }

  .image-3 {
    left: 40%;
  }

  .image-5 {
    top: 65%;
  }

  .text-decoration-1 {
    top: 140px;
  }

  .wrapper-2, .wrapper-left, .wrapper-left.new, .wrapper-left.new {
    width: 60%;
  }

  .team-wrapper {
    max-width: 1440px;
  }

  .image-13 {
    left: 40%;
  }

  .home-form-wrapper {
    width: 85%;
    max-width: 1440px;
  }

  .text-decoration-3 {
    inset: 20px 0% auto 490px;
  }

  .footer-wrapper {
    max-width: 1440px;
  }

  .footer-small-wrapper {
    grid-column-gap: 180px;
    grid-row-gap: 180px;
    grid-template-columns: auto auto;
    grid-auto-flow: row;
  }

  .image-1-2 {
    left: 36%;
  }

  .image-2-page2 {
    max-width: 100%;
    left: 460px;
  }

  .image-3-page2 {
    max-width: 320px;
    inset: 200px 0% 0% auto;
  }

  .image-4-page2 {
    max-width: 100%;
  }

  .image-5-page2 {
    top: 40%;
    left: 1100px;
  }

  .image-3-section2-page2 {
    left: 0%;
  }

  .image-4-section2-page2 {
    left: 56%;
  }

  .image-2-section2-page2 {
    left: 58%;
  }

  .image-5-section2-page2 {
    left: 0%;
  }

  .image-18 {
    left: 500px;
  }

  .image-20 {
    top: 650px;
    left: 500px;
  }

  .section-2-page4-wrapper {
    max-width: 1440px;
  }

  .section-2-page4-right {
    margin-left: 40px;
  }

  .image-28 {
    top: 133px;
  }

  .section-3-page4-wrapper {
    max-width: 1440px;
  }

  .smiley1-page5 {
    left: 560px;
  }

  .smiley2-page5 {
    top: 200px;
    left: 800px;
  }

  .smiley3-page5 {
    width: 100%;
  }

  .smiley4-page5 {
    top: 450px;
  }

  .smiley5-page5 {
    top: 280px;
  }

  .spacer-50-form {
    display: block;
  }

  .spacer {
    height: 30px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 35px;
    line-height: 44px;
  }

  h2 {
    font-size: 30px;
  }

  .paragraph-2.paragraph-2-middle.paragraph-2-tablet {
    width: 100%;
  }

  .footer-text {
    text-align: center;
  }

  .hero-section {
    min-height: auto;
    max-height: none;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .nav-item {
    margin-bottom: 10px;
  }

  .navbar {
    justify-content: center;
    width: 85%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    inset: 0% 0% auto;
    overflow: visible;
  }

  .menu-button {
    background-color: #0000;
    order: 1;
  }

  .menu-button.w--open {
    background-color: #d7e6ff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .nav-menu {
    grid-row-gap: 10px;
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-left: 11px;
    padding-right: 11px;
    box-shadow: 0 1px 20px #0000001a;
  }

  .hero-content {
    grid-row-gap: 10px;
    width: 60%;
    padding-top: 0;
  }

  .container-menu {
    width: 100%;
  }

  .footer-text-2, .footer-text-2.footer-text, .footer-text-2.footer-text {
    text-align: center;
  }

  .hero-container.horizontal {
    background-position: 62%;
    width: 85%;
    min-height: auto;
    margin-top: 160px;
    padding: 20px 40px 220px;
  }

  .spacer-up {
    display: block;
  }

  .spacer-50 {
    height: 30px;
    display: block;
  }

  .image-2 {
    top: 178px;
    right: 0%;
  }

  .hero-small-container {
    width: 80%;
    height: auto;
    margin-top: -170px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-5 {
    top: 960px;
  }

  .text-decoration-1 {
    max-width: 170px;
    top: 65px;
    left: 185px;
  }

  .container-3 {
    flex-direction: column;
    width: 85%;
  }

  .content-left {
    width: 100%;
  }

  .text-decoration-2 {
    max-width: 120px;
    left: 0;
  }

  .content-right {
    align-self: center;
    width: 80%;
    margin-left: 0;
    padding-top: 40px;
  }

  .image-10 {
    width: 100%;
    max-width: none;
    padding-left: 0;
  }

  .cards-small-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .cards-large-wrapper {
    grid-template-columns: 1fr;
  }

  .spacer-16, .spacer-30 {
    display: block;
  }

  .behandlingsmetoder-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-2-page2-inner-wrapper {
    width: 100%;
    height: 390px;
  }

  .behandlingsmetoder-row1 {
    flex-direction: row;
    align-items: center;
    height: auto;
  }

  .wrapper-1 {
    width: 50%;
  }

  .image-11 {
    width: 300px;
    height: 348px;
    top: 280px;
    left: 0;
  }

  .image-12 {
    width: 300px;
    height: 390px;
  }

  .wrapper-right {
    width: 50%;
  }

  .paragraph-2-centered.paragraph-2-tablet {
    width: 80%;
  }

  .team-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .team-section {
    background-position: 50% 0;
  }

  .image-13 {
    left: 39%;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .home-form-wrapper {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .paragraph-1-center {
    width: 45%;
  }

  .paragraph-1-center.paragraph-1-tablet {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-decoration-3 {
    max-width: 340px;
    inset: 2.5% auto auto 24%;
  }

  .footer-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: auto;
    place-content: center;
    place-items: center;
  }

  .brand-logo-2 {
    margin-bottom: 30px;
  }

  .paragraph-1-white {
    text-align: center;
  }

  .social-wrapper {
    text-align: left;
    justify-content: center;
  }

  .text-field-5 {
    min-width: 450px;
  }

  .footer-small-wrapper {
    text-align: center;
    grid-template-columns: auto;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .form-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .select-field-style {
    width: 100%;
  }

  .form-block-3 {
    flex-direction: column;
    display: block;
  }

  .container-hero-page2.horizontal {
    background-color: #ebefee;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    height: auto;
    padding: 40px 40px 60px;
  }

  .hero-content-page2 {
    grid-row-gap: 10px;
    width: 80%;
    padding-top: 0;
  }

  .image-1-2 {
    width: 70px;
    overflow: hidden;
  }

  .image-2-page2 {
    width: auto;
    top: 100px;
    overflow: hidden;
  }

  .image-3-page2 {
    width: 120px;
    inset: 200px -1% 0% auto;
    overflow: hidden;
  }

  .image-4-page2 {
    width: 100px;
    top: 240px;
    overflow: hidden;
  }

  .image-5-page2 {
    width: 120px;
    top: 340px;
    left: 400px;
    overflow: hidden;
  }

  .hero-section-page2 {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .section-2-page2 {
    overflow: hidden;
  }

  .image-3-section2-page2 {
    width: 340px;
    height: auto;
    top: 960px;
    left: -50px;
  }

  .row2-behandlingsmetoder {
    width: auto;
    height: 393px;
    margin-top: 100px;
  }

  .image-4-section2-page2 {
    width: 320px;
    height: auto;
    left: 54%;
  }

  .image-2-section2-page2 {
    width: 300px;
    height: 393px;
  }

  .image-1-section2-page2 {
    width: 300px;
    height: auto;
    left: 0%;
  }

  .image-5-section2-page2 {
    width: 300px;
    height: 370px;
    top: 2000px;
    left: -50px;
  }

  .section-3-page2-wrapper {
    width: 85%;
  }

  .section-3-page2 {
    overflow: visible;
  }

  ._1 {
    left: 40px;
  }

  ._2 {
    right: 40px;
  }

  .text-decor {
    margin-left: auto;
    margin-right: auto;
    inset: 160px 0% 0%;
  }

  .image-17 {
    inset: 280px 100px 0% auto;
  }

  .container-hero-page3.horizontal {
    background-color: var(--ffffff);
    background-image: none;
    background-size: auto;
    background-color: var(--ffffff);
    background-image: none;
    background-size: auto;
    min-height: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .hero-content-page3 {
    grid-row-gap: 10px;
    width: 90%;
    padding-top: 0;
  }

  .image-18 {
    width: 80px;
  }

  .image-20 {
    width: 80px;
    top: 500px;
    left: 200px;
  }

  .image-21 {
    width: 100px;
    top: 200px;
  }

  .hero-section-page3 {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .table-element-big {
    height: 160px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .table-element-small {
    height: 160px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section-page4 {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .container-hero-page4.horizontal {
    background-position: 0%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .container-hero-page4.horizontal.about {
    background-color: var(--ffffff);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-color: var(--ffffff);
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .image-22 {
    inset: 0% 0% auto 300px;
  }

  .image-23 {
    width: 70px;
    top: 120px;
    left: 230px;
  }

  .image-24 {
    width: 140px;
    top: 100px;
  }

  .image-25 {
    width: 100px;
    top: 360px;
  }

  .image-26 {
    width: 100px;
    top: 430px;
  }

  .section-2-page4 {
    padding-top: 60px;
  }

  .section-2-page4-wrapper {
    flex-direction: column;
  }

  .image-27 {
    width: 360px;
    margin-left: -60px;
  }

  .section-2-page4-right {
    margin-left: 0;
  }

  .section-2-page2-inner-wrapper-1 {
    width: 100%;
  }

  .row1-behandlingsmetoder {
    flex-direction: row;
    width: auto;
    height: auto;
    margin-top: 100px;
  }

  .row3-behandlingsmetoder {
    width: auto;
    height: auto;
    margin-top: 100px;
    padding-top: 0;
  }

  .row4-behandlingsmetoder {
    width: auto;
    height: auto;
    margin-top: 100px;
  }

  .row5-behandlingsmetoder {
    width: auto;
    height: 370px;
    margin-top: 100px;
    margin-bottom: 200px;
  }

  .image-28 {
    top: 40px;
  }

  .hero-section-page5 {
    min-height: auto;
    padding-top: 0;
    padding-bottom: 40px;
  }

  .smiley1-page5 {
    width: 100px;
    inset: 0% 0% auto 400px;
  }

  .smiley2-page5 {
    width: 70px;
    top: 130px;
    left: 300px;
  }

  .smiley3-page5 {
    width: 100px;
    top: 160px;
  }

  .smiley4-page5 {
    width: 100px;
    top: 400px;
    left: 200px;
  }

  .smiley5-page5 {
    width: 100px;
    top: 320px;
  }

  .want-to-book-wrapper {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .white-card {
    width: auto;
  }

  .image-29 {
    width: 120px;
    top: 440px;
  }

  .spacer-50-form, .spacer-80-large {
    display: none;
  }

  .footer-link, .text-block-11 {
    text-align: center;
  }

  .text-field-kontakt-tlf.input-field, .text-field-kontakt-navn.input-field, .text-field-kontakt-navn.input-field {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .paragraph-1 {
    text-align: left;
    height: auto;
  }

  .button-small {
    margin-left: auto;
    margin-right: auto;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .hero-content {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-container.horizontal {
    background-position: 0%;
  }

  .spacer-up {
    height: 20px;
  }

  .spacer-50 {
    height: 30px;
    display: block;
  }

  .image-2 {
    right: 0%;
  }

  .image-5 {
    top: 1000px;
  }

  .text-decoration-1 {
    max-width: 170px;
    top: 65px;
    left: 185px;
  }

  .content-right {
    width: 100%;
  }

  .spacer-16 {
    display: block;
  }

  .section-2-page2-inner-wrapper {
    height: auto;
    padding-top: 500px;
  }

  .behandlingsmetoder-row1 {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    padding-top: 0;
    display: block;
  }

  .wrapper-2 {
    width: 100%;
    height: auto;
    padding-top: 0;
    position: relative;
  }

  .wrapper-1 {
    width: 100%;
    height: auto;
    padding-top: 0;
  }

  .image-11 {
    width: 340px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0;
    left: 0;
  }

  .heading-9.heading-3 {
    margin-top: 0;
  }

  .image-12 {
    inset: -560px 0% auto;
  }

  .wrapper-left {
    width: 100%;
    height: 340px;
    padding-top: 0;
    position: relative;
  }

  .wrapper-left.new {
    height: 420px;
  }

  .wrapper-right {
    width: 100%;
    padding-top: 40px;
  }

  .paragraph-1-center {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-1-center.paragraph-1-tablet {
    width: 100%;
  }

  .text-decoration-3 {
    inset: 30px 0% auto 70px;
  }

  .text-field-5 {
    width: 100%;
    min-width: 380px;
  }

  .select-field-style {
    width: 100%;
  }

  .container-hero-page2.horizontal {
    background-color: #ebefee;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    height: auto;
    min-height: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }

  .hero-content-page2 {
    width: auto;
  }

  .image-1-2 {
    left: 300px;
  }

  .image-2-page2 {
    width: 80px;
    top: 120px;
    left: 200px;
  }

  .image-3-page2 {
    width: 100px;
    inset: 180px -1% 0% auto;
  }

  .image-4-page2 {
    width: 80px;
    top: 260px;
  }

  .image-5-page2 {
    width: 80px;
    top: 380px;
    left: 300px;
  }

  .image-3-section2-page2 {
    height: 420px;
    top: 0;
  }

  .row2-behandlingsmetoder {
    height: auto;
    margin-top: 0;
    display: block;
  }

  .image-4-section2-page2 {
    height: 380px;
    top: -740px;
    left: 0%;
  }

  .image-2-section2-page2 {
    width: 260px;
    height: auto;
    margin-bottom: 0;
    padding-top: 0;
    inset: -520px 0% auto;
  }

  .image-1-section2-page2 {
    width: 300px;
    height: auto;
    display: block;
    inset: 0% auto 0% 0;
  }

  .image-5-section2-page2 {
    top: 0;
  }

  .spacer-80 {
    display: none;
  }

  .text-decor {
    top: 210px;
  }

  .image-15 {
    inset: -20px 0% auto auto;
  }

  .section-4-page2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-4-page2-wrapper {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-17 {
    top: 400px;
  }

  .container-hero-page3.horizontal {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-content-page3 {
    width: 80%;
  }

  .image-19 {
    width: 60px;
    top: 120px;
    left: 400px;
  }

  .image-20 {
    top: 590px;
  }

  .section2-page3-wrapper {
    padding-top: 40px;
  }

  .grid-section2-page3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-hero-page4.horizontal {
    background-color: var(--ffffff);
    background-image: none;
    background-position: 0 0;
    background-size: auto;
  }

  .container-hero-page4.horizontal.about {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-22 {
    width: 110px;
  }

  .image-24 {
    width: 120px;
    top: 160px;
  }

  .image-26 {
    top: 460px;
  }

  .section-2-page4 {
    padding-top: 40px;
  }

  .section-2-page2-inner-wrapper-1 {
    align-items: center;
    height: auto;
    padding-top: 100px;
  }

  .row1-behandlingsmetoder {
    flex-direction: column;
    margin-top: 60px;
    margin-bottom: 460px;
    display: block;
  }

  .row3-behandlingsmetoder {
    margin-top: 80px;
  }

  .row4-behandlingsmetoder {
    margin-top: 500px;
  }

  .row5-behandlingsmetoder {
    height: auto;
    margin-bottom: 100px;
  }

  .image-28 {
    width: 227px;
    height: auto;
    display: none;
    top: 50px;
  }

  .text-link-1-mobile {
    font-size: 19px;
  }

  .main-heading {
    text-align: left;
  }

  .footer-link {
    text-align: center;
  }

  .text-field-kontakt-tlf.input-field, .text-field-kontakt-navn.input-field, .text-field-kontakt-navn.input-field {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-top: 0;
    font-size: 30px;
    line-height: 40px;
  }

  h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .title-1 {
    font-size: 22px;
    line-height: 35px;
  }

  .title-2 {
    text-align: center;
  }

  .paragraph-1 {
    font-size: 16px;
    line-height: 25px;
  }

  .paragraph-1.paragraph-1-semibold {
    font-size: 12px;
  }

  .paragraph-2.centar, .paragraph-3.centar {
    text-align: center;
    text-align: center;
  }

  .body-2 {
    overflow: visible;
  }

  .button-small, .button-large, .button-large.button-dark, .button-large.button-dark {
    width: 100%;
  }

  .page-wrapper-smile-factory {
    overflow: hidden;
  }

  .footer {
    background-repeat: repeat-y;
    background-size: contain;
  }

  .brand, .brand.w--current {
    padding-left: 0;
  }

  .hero-section.hero-padding {
    padding-top: 127px;
  }

  .nav-item {
    text-align: center;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    margin-bottom: 20px;
  }

  .nav-item.cta {
    text-align: center;
    margin-bottom: 0;
    font-weight: 400;
  }

  .nav-item.cta.paragraph-2 {
    margin-left: 0;
  }

  .navbar {
    width: 90%;
    margin-top: 20px;
    overflow: visible;
  }

  .menu-button {
    z-index: 100;
    background-color: #0000;
    order: 1;
  }

  .menu-button.w--open {
    background-color: var(--b3f2dd);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .nav-menu {
    grid-row-gap: 10px;
    background-color: var(--b3f2dd);
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    flex-flow: column;
    order: 0;
    width: 100%;
    margin-top: 0;
    padding: 10px;
    display: flex;
    position: absolute;
    box-shadow: 0 1px 20px #00000021;
  }

  .hero-content {
    grid-row-gap: 5px;
    align-items: flex-start;
    width: 100%;
    padding-top: 0;
  }

  .container-menu {
    background-color: #0000;
    justify-content: space-between;
    width: 100%;
    position: relative;
  }

  .footer-text-2 {
    text-align: center;
  }

  .footer-text-2.footer-text, .footer-text-2.footer-text:hover, .footer-text-2.footer-text, .footer-text-2.footer-text:hover {
    color: #fff;
  }

  .hero-container {
    width: 90%;
  }

  .hero-container.horizontal {
    background-color: #c6d0dc;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
    flex-direction: column;
    width: 90%;
    margin-top: 0;
    margin-bottom: 20px;
    padding: 30px 5% 120px;
  }

  .spacer-up {
    height: 16px;
    display: block;
  }

  .spacer-50 {
    height: 20px;
    display: block;
  }

  .image {
    left: 61%;
  }

  .image-2 {
    top: 138px;
    right: 0%;
  }

  .hero-small-container {
    width: 85%;
  }

  .image-3 {
    max-width: 50px;
    top: 100px;
  }

  .image-5 {
    top: 1150px;
  }

  .text-decoration-1 {
    max-width: 150px;
    display: none;
    top: 100px;
    left: 20px;
  }

  .container-3 {
    max-width: 90%;
  }

  .effektiv-section {
    padding-top: 20px;
  }

  .text-decoration-2 {
    width: 100px;
    top: 37px;
    left: -2px;
  }

  .content-right {
    margin-left: 0;
  }

  .image-10 {
    padding-left: 0;
  }

  .text-link-2 {
    font-size: 20px;
  }

  .cards-section {
    padding-top: 40px;
  }

  .card-section-wrapper {
    width: 90%;
  }

  .cards-small-wrapper {
    grid-template-columns: 1fr;
  }

  .card-small {
    padding: 30px;
  }

  .spacer-30 {
    height: 30px;
  }

  .white-div {
    flex-direction: row;
    display: flex;
  }

  .section-2-page2-inner-wrapper {
    flex-direction: row;
    padding-top: 40px;
  }

  .behandlingsmetoder-row1 {
    height: auto;
  }

  .behandlingsmetoder-row1.reverse {
    flex-direction: column-reverse;
    display: flex;
  }

  .wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .wrapper-1 {
    margin-bottom: 40px;
    padding-top: 0;
  }

  .image-11 {
    width: 100%;
    max-width: none;
    height: auto;
    margin-bottom: 0;
    position: absolute;
    top: -40px;
  }

  .heading-9.heading-3 {
    font-size: 22px;
    line-height: 35px;
  }

  .image-12 {
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
    inset: 1010px auto 0% 0%;
  }

  .wrapper-left {
    width: 100%;
    margin-bottom: 0;
  }

  .wrapper-left.new {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 370px;
    display: flex;
  }

  .paragraph-2-centered.paragraph-2-tablet {
    width: 100%;
  }

  .team-wrapper {
    width: 90%;
  }

  .image-13 {
    width: auto;
    max-width: 130px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    top: 74%;
    left: 0%;
  }

  .team-lead-div {
    flex-direction: column;
    width: 90%;
  }

  .header-4.centar {
    text-align: center;
    text-align: center;
  }

  .team-lead-info {
    padding-left: 0;
  }

  .team-member {
    flex-flow: column;
    align-items: center;
  }

  .member-info {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    padding-left: 0;
    display: flex;
  }

  .get-an-appointment-form {
    padding-top: 20px;
  }

  .home-form-wrapper {
    width: 90%;
  }

  .paragraph-1-center {
    width: 100%;
  }

  .text-decoration-3 {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    inset: 10px 0% auto;
  }

  .form-container {
    grid-template-columns: 1fr;
  }

  .select-field-2 {
    height: 56px;
  }

  .text-field-4.input-field.text-block {
    width: auto;
    max-width: 324px;
  }

  .map-section {
    max-height: none;
  }

  .map {
    flex-direction: column;
    justify-content: flex-start;
    height: 80vh;
    display: flex;
  }

  .text-field-5 {
    min-width: 280px;
  }

  .form-4 {
    width: auto;
  }

  .select-field-style {
    width: 100%;
    max-width: none;
  }

  .form-block-3 {
    object-fit: fill;
    width: 90%;
    overflow: visible;
  }

  .container-hero-page2 {
    width: 90%;
  }

  .container-hero-page2.horizontal {
    background-position: 60%;
    flex-direction: column;
    width: 90%;
    margin-top: 0;
    margin-bottom: 60px;
    padding: 40px 30px 60px;
  }

  .hero-content-page2 {
    grid-row-gap: 5px;
    width: 100%;
    padding-top: 0;
  }

  .image-1-2 {
    max-width: 60px;
    left: 53%;
  }

  .image-2-page2 {
    width: 60px;
    max-width: 80px;
    top: 100px;
    left: 100px;
    right: 0;
  }

  .image-3-page2 {
    max-width: 60px;
    top: 220px;
    right: 0%;
  }

  .image-4-page2 {
    width: 60px;
    max-width: 90px;
  }

  .image-5-page2 {
    top: 43%;
    left: 160px;
  }

  .hero-section-page2 {
    padding-top: 125px;
    padding-bottom: 0;
  }

  .section-2-page2-wrapper {
    width: 90%;
  }

  .image-3-section2-page2 {
    width: 300px;
    height: 370px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: -10%;
  }

  .row2-behandlingsmetoder {
    width: 95%;
    height: auto;
    margin-top: 0;
  }

  .image-4-section2-page2 {
    top: -800px;
  }

  .image-2-section2-page2 {
    width: 260px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: -600px;
  }

  .image-1-section2-page2 {
    width: 300px;
    max-width: none;
    height: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .image-5-section2-page2 {
    margin-left: auto;
    margin-right: auto;
    left: 0;
  }

  .section-3-page2 {
    overflow: visible;
  }

  .header-3-center.heading-3 {
    font-size: 28px;
    line-height: 44px;
  }

  ._1 {
    inset: 50px auto auto 20px;
  }

  ._2 {
    inset: auto 20px 40px auto;
  }

  .text-decor {
    display: none;
  }

  .section-4-page2 {
    overflow: hidden;
  }

  .image-16 {
    left: 30px;
  }

  .image-17 {
    display: none;
    top: 580px;
    left: 200px;
  }

  .container-hero-page3 {
    width: 90%;
  }

  .container-hero-page3.horizontal {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 60px;
    padding: 20px;
  }

  .hero-content-page3 {
    grid-row-gap: 5px;
    width: 100%;
    padding-top: 0;
  }

  .image-18 {
    max-width: 80px;
    left: 200px;
  }

  .image-19 {
    width: 50px;
    top: 104px;
    left: 250px;
    right: 0;
  }

  .image-20 {
    max-width: 80px;
    top: 65%;
    left: 37px;
  }

  .section2-page3-wrapper {
    border-radius: 15px;
    width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .header-1-centar-white {
    margin-top: 61px;
  }

  .hero-section-page3 {
    padding-top: 127px;
    position: relative;
  }

  .section2-page3 {
    padding-bottom: 40px;
    overflow: hidden;
  }

  .grid-section2-page3 {
    grid-column-gap: 15px;
    grid-row-gap: 27px;
    grid-template-columns: auto 1fr;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .table-element-big {
    border-radius: 15px;
    height: 111px;
    padding: 10px;
  }

  .table-element-small {
    border-radius: 15px;
    height: 111px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph-1-centar {
    font-size: 13px;
    line-height: 24px;
  }

  .paragraph-1-semibold {
    font-size: 16px;
  }

  .hero-section-page4 {
    padding-top: 140px;
    padding-bottom: 0;
  }

  .container-hero-page4 {
    width: 90%;
  }

  .container-hero-page4.horizontal {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .container-hero-page4.horizontal.about {
    max-height: none;
  }

  .image-22 {
    width: 80px;
    left: 200px;
  }

  .image-23 {
    width: 55px;
    left: 100px;
  }

  .image-24 {
    width: 70px;
    inset: 200px -5px 0% auto;
    overflow: hidden;
  }

  .image-25 {
    width: 80px;
    overflow: hidden;
  }

  .image-26 {
    z-index: 0;
    display: none;
    inset: auto 20% 23% auto;
  }

  .section-2-page4 {
    padding-top: 0;
  }

  .section-2-page2-inner-wrapper-1 {
    padding-top: 60px;
  }

  .row1-behandlingsmetoder {
    width: 100%;
    height: auto;
  }

  .row4-behandlingsmetoder {
    margin-top: 440px;
  }

  .row5-behandlingsmetoder {
    margin-top: 0;
  }

  .hero-section-page5 {
    padding-top: 127px;
    padding-bottom: 0;
  }

  .smiley1-page5 {
    left: 182px;
  }

  .smiley2-page5 {
    width: 50px;
    top: 100px;
    left: 100px;
  }

  .smiley3-page5 {
    width: 70px;
  }

  .smiley5-page5 {
    width: 80px;
  }

  .want-to-book-wrapper {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .heading-3-centar {
    font-size: 28px;
  }

  .white-card {
    border-radius: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .hero-contant-page-wrapper {
    width: 90%;
    padding-top: 127px;
  }

  .card-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-29 {
    max-width: 80px;
    top: 459px;
  }

  .logo {
    width: 150px;
  }

  .spacer-80-2 {
    overflow: hidden;
  }

  .hero-img-mobile {
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .small {
    font-size: 22px;
  }

  .main-heading {
    margin-right: -10px;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-field-kontakt-tlf.input-field, .text-field-kontakt-navn.input-field, .text-field-kontakt-navn.input-field {
    width: 100%;
  }
}

#w-node-da908310-355f-3559-b167-db961b5cc1fa-80f12d84 {
  align-self: auto;
}

#nsket-dato-detaljer.w-node-_2686c3d0-7a46-776d-7328-8bf0d4907cf9-f087305c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
