:root {
  --blanched-almond: #f9e4cb;
  --dark-cyan: #428c94;
  --main-brand: #6e9ebd;
  --light-shade: #f5f7f7;
  --dark-accent: #72b59d;
  --deep-blue: #2e6588;
  --dark-shade: #1a7d56;
  --black: #1d1d1d;
  --light-accent: #acae8b;
  --indian-red: #e7464c;
  --goldenrod: #fdbc1c;
  --slate-blue: #4d5daa;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfair Display, sans-serif;
  font-size: 32px;
  font-weight: 900;
  line-height: 36px;
}

p {
  margin-bottom: 0;
  font-family: Figtree, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

a {
  color: var(--blanched-almond);
  font-family: Playfair Display, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  transition: color .35s;
}

a:hover {
  color: var(--dark-cyan);
}

.section {
  background-color: #fff;
  min-height: 100vh;
  position: relative;
}

.section.hero {
  background-color: #72b59d;
  height: 100vh;
  overflow: hidden;
}

.section.hero.deepblue, .section.hero.bl {
  background-color: var(--main-brand);
}

.section.lys {
  background-color: var(--light-shade);
}

.section.gr-nn {
  background-color: var(--dark-accent);
  overflow: hidden;
}

.section.contact {
  background-color: var(--dark-accent);
  min-height: 0;
  padding: 64px;
}

.section.contact.blue, .section.contact.bl {
  background-color: var(--deep-blue);
}

.section.footer {
  background-color: var(--light-shade);
  min-height: 0;
}

.section.of-h {
  overflow: hidden;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}

.container.pullerter {
  width: 100vw;
  max-width: none;
  height: 100vh;
  position: sticky;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.container.pullert {
  height: 100vh;
}

.container.fasiliteter {
  max-width: 1200px;
}

.container.contact {
  height: auto;
}

.content-wrapper.jc-c {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.content-wrapper.fasiliteter {
  width: 100%;
  max-width: 1400px;
}

.content-wrapper.top-128 {
  padding-top: 64px;
}

.content-wrapper.top-btm-128 {
  padding-top: 128px;
  padding-bottom: 128px;
}

.content-wrapper.top-btm-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.content-wrapper.top-btm-64.bk-white {
  background-color: #f5f7f7;
  border-radius: 20px;
}

._12-col {
  width: 100%;
  display: flex;
}

._12-col.jc-sb {
  justify-content: space-between;
  position: relative;
}

._12-col.jc-sa {
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

._12-col.jc-sa.ac-c {
  align-items: center;
}

._12-col.jc-c {
  justify-content: center;
  align-items: center;
}

._12-col.jc-c.btm-32 {
  margin-bottom: 32px;
}

._12-col.jc-c.btm-64 {
  margin-bottom: 64px;
}

._12-col.jc-left {
  z-index: 1;
  position: relative;
}

.col {
  z-index: 1;
  flex: 1;
  position: relative;
}

.col.desk-5 {
  flex: 1;
  max-width: 41.6667%;
}

.col.desk-5.tab-6.mob-12.ac-c.bk-blur {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.col.desk-5.mob-10 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.col.desk-5.mob-10.top-32, .col.desk-5.mob-12.top-32 {
  display: none;
}

.col.desk-3 {
  max-width: 25%;
}

.col.desk-3.ac-c {
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  display: flex;
}

.col.desk-3.jc-c {
  display: flex;
}

.col.desk-6 {
  z-index: 1;
  flex: 1;
  max-width: 50%;
  position: relative;
  overflow: hidden;
}

.col.desk-6.jc-c {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.col.desk-2 {
  flex: 1;
  max-width: 16.6667%;
}

.col.desk-2.ac-c {
  flex-direction: column;
  justify-content: space-around;
  display: flex;
}

.col.desk-1 {
  flex: 1;
  max-width: 8.33333%;
}

.col.desk-4 {
  max-width: 33.3333%;
}

.col.desk-4.jc-c {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.col.desk-4.tab-6.ac-c.pad-btm-32 {
  padding-bottom: 32px;
}

.col.desk-4.tab-6.ac-c.pad-btm-32.btm-line {
  border-bottom: 1px solid #000;
}

.col.desk-4.tab-6.ac-c.pad-btm-top-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.col.desk-4.tab-6.ac-c.pad-btm-top-16.btm-line {
  border-bottom: 1px solid #000;
}

.col.desk-4.tab-6.ac-c.mob-10.pad-btm-top-16.btm-line {
  border-bottom-color: var(--dark-shade);
}

.col.desk-4.mob-10.hidden {
  display: none;
}

.hero-header {
  z-index: 2;
  color: var(--light-shade);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.hero-header.m-rk {
  color: var(--light-shade);
  white-space: nowrap;
}

.div-block {
  position: relative;
}

.hero-underline {
  z-index: 0;
  background-color: var(--dark-cyan);
  height: 40%;
  position: absolute;
  inset: auto 0% 0%;
}

._12-col-bkg.right.gr-nn {
  z-index: 0;
  background-color: var(--dark-cyan);
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

._12-col-bkg.left {
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

._12-col-bkg.left.beige {
  background-color: var(--blanched-almond);
}

.image {
  max-width: none;
  height: 100vh;
}

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

.content-block._33 {
  width: 33%;
}

.content-block._50.horizontal {
  flex-direction: row;
}

.content-block._75 {
  width: 75%;
  padding-top: 16px;
  padding-bottom: 16px;
}

.content-block._75.horizontal {
  flex-direction: row;
  justify-content: flex-start;
}

.content-block.horizontal {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.content-block.pullert {
  background-color: #3333331a;
  border-radius: 20px;
  padding: 16px 32px;
}

.h1 {
  font-size: 40px;
}

.h1.big {
  font-size: 80px;
  line-height: 1;
}

.h1.big.btm-32 {
  margin-bottom: 32px;
}

.h1.big.btm-32.lys {
  color: var(--main-brand);
}

.h1.btm-32 {
  color: var(--black);
}

.h1.btm-32.lys {
  color: var(--light-shade);
}

.h1.logotype {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
}

.paragraph {
  color: var(--black);
  text-align: left;
  font-size: 16px;
  line-height: 20px;
}

.paragraph.lys {
  color: var(--light-shade);
}

.paragraph.lys.btm-16 {
  margin-bottom: 16px;
}

.paragraph.fasilitet {
  margin-left: 48px;
}

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

.paragraph.btm-32 {
  margin-bottom: 32px;
}

.paragraph.btm-32.darkgr-nn {
  color: var(--black);
}

.paragraph.small {
  font-size: 12px;
}

.h2 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 8px;
}

.h2.lys {
  color: var(--light-shade);
}

.h2.btm-32 {
  margin-bottom: 32px;
}

.h2.btm-32.darkgr-nn {
  color: var(--black);
}

.img-pullert {
  background-image: url('../images/DJI_0460.JPG');
  background-position: 50% 100%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.pullert-merke {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.card {
  background-color: #fff;
  border-radius: 20%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 250px;
  margin: 0 8px;
  padding: 16px;
  display: flex;
  position: relative;
}

.card-img {
  width: 32px;
  margin-right: 16px;
}

.aspect-ratio {
  position: absolute;
  inset: 0%;
}

.aspect-ratio._1-1 {
  padding-top: 53px;
  padding-bottom: 53px;
}

.aspect {
  object-fit: cover;
  overflow: hidden;
}

.aspect._16-9 {
  object-fit: fill;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.image-3 {
  position: absolute;
  inset: 0%;
}

.image-4 {
  transform-origin: 50% 100%;
  max-width: 100vw;
  min-height: 100vh;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-bkg {
  position: absolute;
}

.section-bkg.right {
  width: 50%;
  height: 100%;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.section-bkg.right.gr-nn {
  background-color: var(--main-brand);
  background-image: url('../images/Kart-v3.svg');
  background-size: cover;
}

.section-bkg.right.gr-nn.bl {
  background-image: url('../images/Kart.svg');
  background-position: 50%;
}

.section-bkg.right.kai {
  background-image: url('../images/DJI_0463.jpg');
  background-position: 100%;
  background-size: cover;
}

.image-5 {
  min-height: 100%;
}

.lottie-animation {
  transform-origin: 50% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.lottie-animation.mob {
  display: none;
}

.div-block-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.footer-light {
  background-color: var(--dark-cyan);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  color: var(--blanched-almond);
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: var(--blanched-almond);
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.features-list {
  background-color: var(--blanched-almond);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.rl-text-style-link {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.rl_contact20_spacing-block-6 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-text-style-regular {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact20_spacing-block-5 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-heading-style-h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.rl_contact20_spacing-block-4 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_contact20_icon {
  width: 3rem;
  height: 3rem;
}

.rl_contact20_item {
  text-align: center;
  width: 100%;
}

.rl_contact20_content {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.rl_contact20_spacing-block-3 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl-text-style-medium {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_contact20_spacing-block-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl_contact20_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_contact20_heading-wrapper {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.rl_contact20_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl-container-large {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_contact20 {
  background-color: var(--blanched-almond);
}

.h3 {
  font-family: Playfair Display, sans-serif;
}

.link {
  color: var(--light-accent);
}

.link:hover {
  color: var(--light-shade);
}

.link.m-rk {
  color: var(--black);
  font-size: 20px;
}

.kontakt-link-div {
  flex-direction: column;
  display: flex;
}

.contact-link {
  margin-bottom: 16px;
}

.bkg-img {
  z-index: -1;
  background-image: linear-gradient(#33333359, #33333359), url('../images/DJI_0484-1.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  max-width: none;
  position: fixed;
  inset: 0%;
}

.subheader {
  color: var(--dark-accent);
  font-family: Playfair Display, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.subheader.stor {
  color: #13573c;
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 1;
}

.subheader.stor.blue, .subheader.stor.bl, .subheader.blue, .subheader.bl {
  color: var(--deep-blue);
}

.contact-link {
  background-color: var(--dark-accent);
  border-radius: 15px;
  margin-bottom: 0;
  padding: 16px 24px;
  transition-property: none;
}

.contact-link.alt {
  background-color: var(--dark-shade);
  color: var(--light-shade);
  margin-top: 32px;
}

.contact-link.alt.blue, .contact-link.alt.bl, .contact-link.blue, .contact-link.bl {
  background-color: var(--deep-blue);
}

.link-text {
  color: #fff;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 400;
  transition: color .35s;
}

.link-text:hover {
  color: var(--black);
}

.contact-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.tlf-div {
  margin-left: 16px;
}

.tlf-link {
  color: var(--black);
  margin-right: 10px;
  font-family: Figtree, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition-property: none;
  display: block;
}

.tlf-link:hover {
  color: var(--black);
}

.bkg-m-nster {
  opacity: .59;
  background-image: url('../images/mønster.svg');
  background-position: 0 0;
  background-size: cover;
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.bkg-m-nster.full-width {
  background-position: 50%;
  background-repeat: repeat;
  background-size: contain;
  width: auto;
  inset: 0%;
}

.bkg-m-nster.rotate {
  z-index: 0;
  mix-blend-mode: screen;
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  width: auto;
  inset: 0%;
  transform: rotate(45deg);
}

.fade-left {
  z-index: 10;
  background-color: var(--light-shade);
  width: 50%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.fade-right {
  z-index: 10;
  background-color: var(--light-shade);
  width: 50%;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.image-6 {
  width: 100%;
}

.hero-bakground {
  z-index: 0;
  background-image: url('../images/DJI_0464.jpg');
  background-position: 30%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 75%;
  height: 50%;
  position: absolute;
  inset: auto 0% auto auto;
}

.herosection {
  background-color: #fff;
  min-height: 100vh;
  position: relative;
}

.herosection.hero {
  background-color: #72b59d;
  height: 100vh;
  overflow: hidden;
}

.herosection.hero.deepblue, .herosection.hero.bl {
  background-color: var(--main-brand);
}

.herosection.lys {
  background-color: var(--light-shade);
}

.herosection.gr-nn {
  background-color: var(--dark-accent);
  overflow: hidden;
}

.herosection.contact {
  background-color: var(--dark-accent);
  min-height: 0;
  padding: 64px;
}

.herosection.contact.blue, .herosection.contact.bl {
  background-color: var(--deep-blue);
}

.herosection.footer {
  background-color: var(--light-shade);
  min-height: 0;
}

.herosection.of-h {
  overflow: hidden;
}

.sectionfooter {
  background-color: #fff;
  min-height: 100vh;
  position: relative;
}

.sectionfooter.hero {
  background-color: #72b59d;
  height: 100vh;
  overflow: hidden;
}

.sectionfooter.hero.deepblue, .sectionfooter.hero.bl {
  background-color: var(--main-brand);
}

.sectionfooter.lys {
  background-color: var(--light-shade);
}

.sectionfooter.gr-nn {
  background-color: var(--dark-accent);
  overflow: hidden;
}

.sectionfooter.contact {
  background-color: var(--dark-accent);
  min-height: 0;
  padding: 64px;
}

.sectionfooter.contact.blue, .sectionfooter.contact.bl {
  background-color: var(--deep-blue);
}

.sectionfooter.footer {
  background-color: var(--light-shade);
  min-height: 0;
}

.sectionfooter.of-h {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .section {
    min-height: 0;
  }

  .container {
    align-items: center;
    display: flex;
  }

  .content-wrapper.jc-c {
    width: 100%;
  }

  .content-wrapper.top-btm-128 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .col.desk-5.tab-6 {
    max-width: 50%;
  }

  .col.desk-3.tab-4 {
    max-width: 33.3333%;
  }

  .col.desk-2.tab-1 {
    max-width: 8.33333%;
  }

  .col.desk-4.tab-6 {
    max-width: 50%;
  }

  .col.desk-4.tab-8 {
    max-width: 66.6667%;
  }

  .hero-header {
    font-size: 40px;
  }

  .image {
    height: auto;
  }

  .h1.big.btm-32 {
    text-align: center;
    font-size: 60px;
  }

  .paragraph {
    font-size: 14px;
  }

  .h2 {
    font-size: 24px;
  }

  .card {
    height: 200px;
  }

  .image-4 {
    min-height: 0;
    max-height: 100vh;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .rl-heading-style-h4 {
    font-size: 1.75rem;
  }

  .rl_contact20_content {
    grid-column-gap: 2rem;
  }

  .rl_contact20_spacing-block-3 {
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .herosection, .sectionfooter {
    min-height: 0;
  }
}

@media screen and (max-width: 767px) {
  .container.pullert {
    align-items: flex-start;
  }

  .col.desk-1.mob-ls-0 {
    display: none;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .features-list {
    padding: 60px 15px;
  }

  .rl_contact20_spacing-block-6 {
    padding-bottom: 1.25rem;
  }

  .rl_contact20_spacing-block-5 {
    padding-bottom: .75rem;
  }

  .rl-heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .rl_contact20_spacing-block-4 {
    padding-bottom: 1.25rem;
  }

  .rl_contact20_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_contact20_spacing-block-3 {
    padding-bottom: 3rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_contact20_spacing-block-2 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_contact20_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .contact-link {
    font-size: 18px;
  }

  .contact-img {
    min-height: 0;
  }
}

@media screen and (max-width: 479px) {
  .section {
    flex-direction: column;
    display: flex;
  }

  .section.hero {
    justify-content: center;
  }

  .section.contact {
    padding: 24px;
  }

  .section.pullert {
    flex-direction: column-reverse;
  }

  .container {
    height: auto;
  }

  .container.pullerter {
    height: auto;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .container.pullert {
    justify-content: center;
    height: auto;
  }

  .container.contact {
    justify-content: center;
  }

  .content-wrapper.top-128 {
    padding-top: 0;
    position: relative;
  }

  ._12-col {
    justify-content: center;
  }

  ._12-col.jc-sb, ._12-col.jc-sa {
    flex-direction: column;
    align-items: center;
  }

  ._12-col.jc-c.btm-64 {
    display: flex;
  }

  ._12-col.jc-left {
    flex-direction: column;
    align-items: center;
  }

  .col.desk-5.tab-6.mob-12 {
    max-width: 100%;
  }

  .col.desk-5.tab-6.mob-12.ac-c {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .col.desk-5.tab-6.mob-10 {
    max-width: 83.3333%;
  }

  .col.desk-5.tab-6.mob-10.ac-c {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .col.desk-5.mob-8 {
    max-width: 66.6667%;
  }

  .col.desk-5.mob-10 {
    max-width: 83.3333%;
    margin-top: 32px;
  }

  .col.desk-5.mob-10.top-32 {
    margin-top: 32px;
    display: block;
  }

  .col.desk-5.mob-12 {
    max-width: 100%;
  }

  .col.desk-5.mob-12.top-32 {
    margin-top: 32px;
    display: block;
  }

  .col.desk-3.tab-4.mob-10 {
    max-width: 83.3333%;
  }

  .col.desk-3.tab-4.mob-10.ac-c {
    flex-direction: column;
    align-items: center;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .col.desk-6 {
    width: 100%;
    max-width: none;
  }

  .col.desk-6.mob-0, .col.desk-2.tab-1, .col.desk-2.tab-6.ac-c, .col.desk-1 {
    display: none;
  }

  .col.desk-4.tab-6.ac-c.mob-10.pad-btm-top-16.btm-line-mob {
    border-bottom: 1px solid #000;
  }

  .col.desk-4.mob-10 {
    max-width: 83.3333%;
  }

  .content-block._75 {
    width: 100%;
    padding-bottom: 32px;
  }

  .content-block.pullert {
    background-color: #3330;
    margin-top: 16px;
    margin-bottom: 32px;
  }

  .h1.big.btm-32 {
    font-size: 50px;
  }

  .h1.btm-32 {
    margin-bottom: 32px;
  }

  .paragraph.lys, .paragraph.lys.btm-16, .paragraph.fasilitet.lys, .h2.lys {
    color: var(--black);
  }

  .section-bkg.right {
    width: 100%;
    position: relative;
  }

  .section-bkg.right.gr-nn {
    height: 60vh;
    top: auto;
    bottom: auto;
    right: auto;
  }

  .section-bkg.right.kai {
    background-position: 75%;
    height: 50vh;
  }

  .lottie-animation {
    height: auto;
    position: relative;
  }

  .lottie-animation.desk {
    display: none;
  }

  .lottie-animation.mob {
    display: block;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

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

  .contact-img {
    min-height: 0;
  }

  .contact-link {
    margin-bottom: 16px;
  }

  .contact-div {
    flex-direction: column;
  }

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

  .tlf-link.hidden {
    display: none;
  }

  .bkg-m-nster {
    width: 100%;
    bottom: 40%;
  }

  .hero-bakground {
    display: none;
  }

  .herosection {
    flex-direction: column;
    display: flex;
  }

  .herosection.hero {
    justify-content: center;
  }

  .herosection.contact {
    padding: 24px;
  }

  .herosection.pullert {
    flex-direction: column-reverse;
  }

  .sectionfooter {
    flex-direction: column;
    display: flex;
  }

  .sectionfooter.hero {
    justify-content: center;
  }

  .sectionfooter.contact {
    padding: 24px;
  }

  .sectionfooter.pullert {
    flex-direction: column-reverse;
  }
}


