body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 19px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

h3 {
  display: block;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
}

.button {
  display: inline-block;
  margin-top: 28px;
  margin-right: 14px;
  padding: 13px 23px;
  border-radius: 3px;
  background-color: #489fd9;
  box-shadow: inset 0 0 1px 1px #000;
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  font-family: 'Roboto Slab', sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .23);
}

.button:hover {
  background-color: #fff;
  color: #171717;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .61);
}

.button.w--current {
  background-color: transparent;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12);
  -webkit-transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, box-shadow 300ms ease, color 300ms ease;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .23);
}

.button.hollow {
  border: 0px solid #489fd9;
  background-color: transparent;
  box-shadow: inset 0 0 1px 2px #489fd9;
  color: #fff;
  text-shadow: none;
}

.button.hollow:hover {
  background-color: #fff;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, .12), inset 0 0 0 2px #0f0f0f;
  color: #1c1c1c;
  text-shadow: none;
}

.button.in-pricing {
  display: block;
  margin-top: 19px;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #303030;
}

.button.in-pricing:hover {
  background-color: #489fd9;
  color: #fff;
}

.logo-text {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 26px;
  padding-bottom: 26px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: Oswald, sans-serif;
  color: #3d3d3d;
  font-size: 27px;
  line-height: 22px;
  font-weight: 600;
  text-shadow: none;
}

.logo-text:hover {
  color: #489fd9;
  text-shadow: none;
}

.logo-text.footer {
  margin-top: 0px;
  margin-bottom: 19px;
  color: #e6eaed;
}

.navigation {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: hsla(0, 0%, 100%, .95);
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, .13);
}

.nav-link {
  padding: 26px 17px;
  box-shadow: inset 0 3px 0 0 transparent;
  -webkit-transition: box-shadow 500ms ease, color 300ms ease;
  transition: box-shadow 500ms ease, color 300ms ease;
}

.nav-link:hover {
  box-shadow: inset 0 3px 0 0 #489fd9;
}

.nav-link.w--current {
  box-shadow: inset 0 3px 0 0 #489fd9;
  color: #489fd9;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #a4daff;
}

.section.blue {
  background-color: #e3f3fc;
}

.section.main {
  margin-top: 0px;
  padding-top: 234px;
  padding-bottom: 155px;
  background-color: #5d9dc7;
  background-image: url('../images/analytics-graphic2.png'), url('../images/vattenglascc.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: cover, cover;
  color: #fff;
  font-weight: 400;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .23);
}

.section.grey {
  background-color: #f0f0f0;
}

.section.image {
  background-image: url('../images/town.jpg');
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.section.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
}

.section.footer.copyright {
  padding-top: 37px;
  padding-bottom: 37px;
  background-color: #242424;
  color: #939596;
  font-size: 14px;
}

.section.purple {
  display: none;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #bedbed;
}

.section.clients {
  display: none;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #489fd9;
}

.section.press {
  padding-top: 29px;
  padding-bottom: 38px;
  background-color: #3e5c50;
}

.slider {
  display: none;
  height: 360px;
  background-color: #303030;
}

.slide {
  padding-top: 64px;
  padding-bottom: 64px;
}

.slide._1 {
  background-color: #00ad6e;
}

.slide._2 {
  background-color: #00bdd6;
}

.slide._3 {
  background-color: #ccbe00;
}

.main-subtitle {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: -0.5px;
  text-indent: 0px;
}

.footer-slogan {
  margin-bottom: 11px;
  color: #c1c1c1;
  font-weight: 300;
}

.social-icon {
  margin-right: 11px;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-icon:hover {
  opacity: 1;
}

.footer-title {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.page-link {
  border-bottom: 1px solid transparent;
  -webkit-transition: color 300ms ease, border 300ms ease;
  transition: color 300ms ease, border 300ms ease;
  color: #489fd9;
  text-decoration: none;
}

.page-link:hover {
  border-bottom-color: #489fd9;
}

.page-link.in-footer {
  display: block;
  color: #939596;
}

.page-link.in-footer:hover {
  border-bottom-color: transparent;
  color: #d2d7d9;
}

.page-link.white {
  border-bottom-color: hsla(0, 0%, 100%, .49);
  color: #fff;
}

.page-link.white:hover {
  border-bottom-color: #fff;
}

.newsletter-field {
  width: 60%;
  height: 40px;
  float: left;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #e8e8e8;
}

.newsletter-field:focus {
  border-width: 1px;
  border-color: #09f;
  box-shadow: 0 0 6px 0 #489fd9;
}

.newsletter-button {
  width: 40%;
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #5f6166;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #d5d8db;
}

.newsletter-button:hover {
  background-color: #489fd9;
  color: #fff;
}

.newsletter-form {
  width: 70%;
}

.brand-link {
  text-decoration: none;
}

.success-message {
  background-color: #5f6166;
}

.main-heading {
  display: block;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  font-weight: 300;
}

.section-subtitle {
  margin-bottom: 68px;
  font-size: 19px;
  line-height: 22px;
  font-weight: 300;
  text-align: center;
}

.section-subtitle.kontakt {
  margin-bottom: 33px;
  color: #e6e6e6;
  font-weight: 300;
  text-align: center;
}

.section-subtitle.motto {
  margin-bottom: 27px;
}

.section-subtitle.facebook {
  margin-bottom: 11px;
  color: #114567;
}

.bold-text {
  font-weight: 400;
}

.plan-wrapper {
  min-height: 300px;
  padding: 17px;
  border-radius: 3px;
  background-color: #fff;
  color: #2b2b2b;
}

.price-point {
  margin-bottom: 8px;
  font-size: 14px;
}

.price-accent {
  color: #489fd9;
  font-size: 20px;
  letter-spacing: 0px;
}

.addl-feature {
  margin-bottom: 14px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.addl-feature.inactive {
  color: #c7c5c5;
  text-decoration: line-through;
}

.divider {
  display: block;
  width: 50%;
  height: 1px;
  margin: 13px auto 12px;
  background-color: #dbdbdb;
}

.additional-contact {
  margin-top: 21px;
  text-align: center;
}

.feature {
  text-align: left;
}

.feature.centered {
  text-align: center;
}

.feature-row {
  margin: 40px 0px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  border: 1px none #e2e2e2;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, .88);
  box-shadow: 0 0 21px -4px rgba(0, 0, 0, .39);
}

.testimonial-slider {
  height: auto;
  margin-top: 45px;
  background-color: transparent;
}

.testimony-slide {
  display: inline-block;
  padding-top: 0px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
}

.testimony-text {
  margin-bottom: 26px;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 25px;
  line-height: 31px;
  font-style: italic;
  font-weight: 300;
}

.slide-nav {
  display: none;
  font-size: 10px;
}

.person {
  width: 70px;
  margin-bottom: 13px;
  border-radius: 100%;
}

.name {
  font-weight: 500;
}

.slider-arrow {
  position: absolute;
  width: 50px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #3d3d3d;
  font-size: 32px;
}

.slider-arrow:hover {
  color: #000;
}

.feature-icon {
  display: block;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  float: none;
}

.feature-icon.tjanster {
  display: inline-block;
}

.main-feature-group {
  margin-top: 0%;
  margin-bottom: 5px;
}

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

.small-features-row {
  margin-top: 0px;
  padding-top: 29px;
  padding-bottom: 54px;
}

.main-image {
  width: auto;
  height: auto;
  padding-top: 0px;
  float: right;
  border: 1px solid #797979;
  border-radius: 0%;
  box-shadow: none;
  opacity: 1;
  text-shadow: none;
}

.client-logo {
  display: inline-block;
  width: 16.6%;
  padding-right: 10px;
  padding-left: 10px;
}

.press-logo {
  width: 16%;
  margin-right: 2%;
  margin-left: 2%;
  opacity: 0.94;
}

.small-text {
  color: hsla(0, 0%, 100%, .29);
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}

.container-spacial {
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-t-nster {
  color: #333;
}

.image-tjanster {
  position: static;
  float: none;
}

.container-testimonial {
  padding-top: 0px;
}

.column-no-space {
  padding-right: 0px;
  padding-left: 0px;
}

.heading-omdomen {
  padding-top: 12px;
  border-top: 1px solid #77b9e6;
}

.section-punkter {
  padding-top: 50px;
  padding-bottom: 50px;
}

.container-logos {
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-text {
  padding-top: 8px;
  border-top: 1px solid #7a7a7a;
  font-size: 13px;
  line-height: 16px;
}

.section-kontakt {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #489fd9;
}

.container-kontakt {
  padding-top: 0px;
  padding-bottom: 0px;
}

.telefonnummer {
  margin-bottom: 0px;
  float: left;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
  color: #ededed;
  text-align: center;
}

.kontakt-div-block {
  position: static;
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 35px;
  border-radius: 4px;
  background-color: #ededed;
  color: #333;
}

.kontakt-div-block.inside {
  height: auto;
  padding: 0px 18px;
  background-color: transparent;
  text-align: left;
}

.kontakt-div-block.inside.email {
  padding-top: 0px;
}

.row-kontakt {
  margin-top: 0px;
  margin-bottom: 56px;
  padding-top: 15px;
  border-top: 1px solid #ebebeb;
}

.motto {
  text-align: center;
}

.paragraph-motto {
  line-height: 22px;
  text-align: center;
}

.divider-long {
  display: block;
  width: 90%;
  height: 1px;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 41%, .29);
}

.copyright-text {
  color: #919191;
  font-size: 12px;
  font-weight: 400;
  text-align: right;
}

.heading-prisexempel {
  color: #333;
}

.testimonial-mask {
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 5px;
  background-color: hsla(0, 0%, 100%, .09);
}

.link {
  padding-left: 11px;
  float: none;
  -webkit-transition: -webkit-transform 250ms ease;
  transition: -webkit-transform 250ms ease;
  transition: transform 250ms ease;
  transition: transform 250ms ease, -webkit-transform 250ms ease;
  color: #474646;
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
}

.link:hover {
  text-shadow: none;
}

.link.epost {
  font-size: 33px;
  text-shadow: none;
}

.link.emailruta:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.link.telefonnummer-ruta {
  float: none;
}

.link.telefonnummer-ruta:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.column-2-hero-image {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.column-no-space-right {
  padding-right: 0px;
}

.icon-service {
  margin-right: 14px;
  padding-right: 0px;
  float: left;
}

.icon-contact-large {
  display: block;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  float: none;
  clear: none;
  opacity: 1;
}

.heading-3-tj-nster {
  margin-top: 0px;
  margin-bottom: 0px;
}

.footer-link {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: dimgray;
  text-decoration: none;
}

.footer-link:hover {
  color: #c2bcbc;
}

.design-text {
  color: #565657;
  font-size: 12px;
  text-align: right;
}

.hero-container {
  padding: 42px 40px 20px;
  border: 1px solid #797979;
  background-color: rgba(31, 31, 31, .79);
}

.div-stripe {
  width: 20%;
  height: 13px;
  float: left;
  background-color: #307eb1;
}

.div-stripe._2 {
  background-color: #5b9dca;
}

.div-stripe._3 {
  background-color: #79c0ef;
}

.section-stripe {
  margin-top: 71px;
  padding-top: 0px;
}

.section-stripe.bottom {
  margin-top: 0px;
}

.div-puff {
  display: block;
  width: 80%;
  height: 6px;
  margin-right: auto;
  margin-bottom: 18px;
  margin-left: auto;
  padding-bottom: 0px;
  background-color: #1d7ab8;
}

.div-puff._2 {
  background-color: #5aabe2;
}

.div-puff._3 {
  background-color: #a3d9fd;
}

.div-puff._4 {
  background-color: #3eb2ff;
}

.fb-embed-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.facebook-text-link {
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #67b6ea;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  color: #00568f;
  font-weight: 500;
  text-decoration: none;
}

.facebook-text-link:hover {
  color: #fafafa;
}

.feature-column-2 {
  padding-top: 55px;
  padding-bottom: 20px;
  padding-left: 40px;
}

.slider-1 {
  height: 100%;
  background-color: hsla(0, 0%, 100%, .88);
}

.div-stripe-main {
  position: absolute;
  left: 0px;
  top: 74px;
  right: 0px;
}

.teel-och-mail {
  margin-bottom: 7px;
  -webkit-transition: all 120ms ease;
  transition: all 120ms ease;
  line-height: 40px;
  font-weight: 300;
  text-align: center;
}

.teel-och-mail:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.email-puff-link {
  color: #333;
  text-decoration: none;
}

.email-puff-link:hover {
  border-bottom: 1px none #000;
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 34px);
  -ms-transform: translate(0px, 34px);
  transform: translate(0px, 34px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 44px);
  -ms-transform: translate(0px, 44px);
  transform: translate(0px, 44px);
}

html.w-mod-js *[data-ix="fade-in-on-scroll-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 54px);
  -ms-transform: translate(0px, 54px);
  transform: translate(0px, 54px);
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -33px);
  -ms-transform: translate(0px, -33px);
  transform: translate(0px, -33px);
}

html.w-mod-js *[data-ix="fade-in-on-load-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}

html.w-mod-js *[data-ix="fade-in-on-load-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

html.w-mod-js *[data-ix="knapp-slide-in"] {
  opacity: 0;
  -webkit-transform: translate(-41px, 0px);
  -ms-transform: translate(-41px, 0px);
  transform: translate(-41px, 0px);
}

html.w-mod-js *[data-ix="knapp-slide-in-2"] {
  opacity: 0;
  -webkit-transform: translate(-41px, 0px);
  -ms-transform: translate(-41px, 0px);
  transform: translate(-41px, 0px);
}

@media (max-width: 991px) {
  .button.in-pricing {
    font-size: 14px;
    line-height: 18px;
  }
  .nav-link {
    padding: 18px 0px;
    color: #fff;
  }
  .nav-link:hover {
    box-shadow: inset 0 3px 0 0 transparent;
    color: #489fd9;
  }
  .nav-link.w--current {
    box-shadow: inset 0 1px 0 0 transparent;
  }
  .nav-link.menu {
    padding: 22px 17px;
    color: #000;
    font-size: 30px;
  }
  .nav-link.menu.w--open {
    background-color: #000;
    color: #fff;
  }
  .section {
    padding-right: 0px;
    padding-left: 0px;
  }
  .section.main {
    padding: 157px 0px 44px;
  }
  .main-subtitle {
    margin-bottom: 16px;
    line-height: 23px;
  }
  .main-subtitle._2 {
    display: block;
  }
  .nav-menu {
    padding-top: 13px;
    padding-bottom: 13px;
    background-color: #000;
  }
  .main-heading {
    margin-bottom: 6px;
    font-size: 29px;
  }
  .divider {
    width: 75%;
  }
  .feature-row {
    padding-bottom: 0px;
  }
  .main-feature-group {
    display: block;
    margin: 0px auto 8px;
    padding-top: 2px;
    text-align: left;
  }
  .main-image {
    display: block;
    margin-top: 9px;
    margin-right: auto;
    margin-left: auto;
  }
  .column-no-space {
    padding-right: 0px;
  }
  .footer-text {
    font-size: 11px;
  }
  .telefonnummer {
    font-size: 29px;
  }
  .kontakt-div-block.inside.email {
    padding-top: 0px;
  }
  .paragraph-motto {
    font-size: 15px;
  }
  .map {
    height: 300px;
  }
  .link.epost {
    font-size: 26px;
    text-shadow: none;
  }
  .link.emailruta {
    font-size: 20px;
  }
  .link.telefonnummer-ruta {
    font-size: 20px;
  }
  .column-2-hero-image {
    padding-right: 10px;
    padding-left: 10px;
  }
  .icon-contact-large {
    margin-bottom: 13px;
  }
  .heading-3-tj-nster {
    font-size: 16px;
    text-align: left;
  }
  .hero-container {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .feature-column-2 {
    padding-top: 35px;
    padding-left: 20px;
  }
  .teel-och-mail {
    font-size: 25px;
  }
  .email-puff-link {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  h3 {
    margin-bottom: 8px;
    text-align: left;
  }
  p {
    text-align: left;
  }
  .logo-text {
    margin-top: 0px;
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 24px;
  }
  .navigation {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .nav-link.menu {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section {
    padding-top: 43px;
    padding-bottom: 43px;
    background-color: #edf8ff;
    text-align: center;
  }
  .section.main {
    margin-top: 0px;
    padding: 147px 20px 43px;
  }
  .main-subtitle {
    text-align: center;
  }
  .nav-menu {
    padding-right: 12px;
    padding-left: 12px;
  }
  .footer-slogan {
    font-size: 19px;
    line-height: 25px;
  }
  .footer-title {
    margin-top: 35px;
  }
  .newsletter-form {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .section-subtitle {
    margin-bottom: 44px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 15px;
  }
  .section-subtitle.kontakt {
    font-size: 22px;
  }
  .plan-wrapper {
    margin-right: 5%;
    margin-bottom: 34px;
    margin-left: 5%;
  }
  .divider {
    width: 80%;
  }
  .feature {
    margin-bottom: 32px;
    padding-right: 91px;
    padding-left: 91px;
    text-align: center;
  }
  .feature-row {
    margin-top: 0px;
    border-style: none;
    background-color: transparent;
  }
  .testimony-text {
    font-size: 21px;
    text-align: center;
  }
  .feature-icon {
    margin-bottom: 4px;
  }
  .main-feature-group {
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: inset 0 0 1px 0 #000;
  }
  .heading-s-ljpuff {
    text-align: center;
  }
  .column-no-space {
    padding-right: 0px;
    padding-left: 0px;
  }
  .heading-omdomen {
    margin-right: 25px;
    margin-left: 25px;
  }
  .footer-text {
    margin-right: 126px;
    margin-left: 126px;
    font-size: 16px;
    line-height: 19px;
  }
  .container-kontakt {
    padding-right: 25px;
    padding-left: 25px;
  }
  .kontakt-div-block {
    margin-top: 13px;
  }
  .kontakt-div-block.inside {
    text-align: left;
  }
  .copyright-text {
    color: #4d4d4d;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
  }
  .testimonial-mask {
    background-color: transparent;
  }
  .link.emailruta {
    font-size: 35px;
  }
  .link.telefonnummer-ruta {
    font-size: 45px;
  }
  .column-2-hero-image {
    padding-right: 0px;
    padding-left: 0px;
  }
  .design-text {
    font-size: 15px;
    line-height: 23px;
    text-align: center;
  }
  .container-copyright {
    margin-top: 42px;
  }
  .hero-container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .section-stripe.top {
    margin-top: 92px;
  }
  .slider-image {
    width: 100%;
  }
  .div-stripe-main {
    top: 92px;
    padding-top: 0px;
  }
  .email-puff-link {
    font-size: 35px;
  }
}

@media (max-width: 479px) {
  h2 {
    padding-right: 10px;
    padding-left: 10px;
    color: #3b3b3b;
  }
  h3 {
    margin-left: 0px;
    padding-left: 0px;
    float: none;
    text-align: left;
  }
  .button {
    display: block;
    margin-top: 12px;
    margin-right: 0px;
    margin-bottom: 12px;
  }
  .button.hollow {
    display: block;
    text-shadow: none;
  }
  .logo-text {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  .nav-link.menu {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .section.main {
    padding-top: 129px;
    padding-bottom: 43px;
  }
  .main-subtitle {
    text-align: center;
  }
  .main-subtitle._1 {
    font-size: 14px;
    line-height: 20px;
  }
  .main-heading {
    text-align: center;
  }
  .section-subtitle {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section-subtitle.kontakt {
    margin-bottom: 15px;
    font-size: 17px;
  }
  .price-point {
    text-align: left;
  }
  .additional-contact {
    padding-right: 10px;
    padding-left: 10px;
  }
  .feature {
    padding: 5px;
    border-radius: 4px;
    background-color: transparent;
  }
  .testimonial-slider {
    margin-top: 16px;
  }
  .testimony-text {
    font-size: 17px;
    line-height: 21px;
  }
  .feature-icon {
    display: block;
    float: none;
  }
  .main-feature-group {
    border-radius: 4px;
  }
  .small-features-row {
    margin-top: 30px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .client-logo {
    width: 33.33%;
  }
  .press-logo {
    width: 28%;
  }
  .heading-s-ljpuff {
    text-align: center;
  }
  .heading-omdomen {
    color: #fff;
    font-size: 20px;
  }
  .footer-text {
    margin-right: 51px;
    margin-left: 51px;
  }
  .telefonnummer {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-size: 23px;
  }
  .kontakt-div-block {
    padding: 12px 18px;
  }
  .row-kontakt {
    padding-top: 0px;
    border-top-style: none;
  }
  .motto {
    display: block;
  }
  .map {
    height: 250px;
  }
  .heading-kunder {
    color: #fff;
  }
  .kontakta-oss-mobile-heading {
    color: #fff;
    font-weight: 400;
  }
  .link {
    text-shadow: none;
  }
  .link.emailruta {
    padding-left: 0px;
    font-size: 20px;
  }
  .link.telefonnummer-ruta {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0px;
    font-size: 24px;
    text-align: center;
  }
  .icon-service {
    display: block;
    float: right;
  }
  .icon-contact-large {
    position: static;
    width: 20%;
    height: 20%;
    margin-bottom: 5px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .container-navbar {
    margin-bottom: 0px;
  }
  .div-stripe-main {
    top: 68px;
  }
  .email-puff-link {
    font-size: 25px;
  }
  .email-puff-link.mobile-email-puff {
    font-size: 20px;
  }
}

