body {
  padding-top: 59px;
  background-color: #000;
  font-family: Roboto;
  color: #d7d9de;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px;
  font-family: 'Roboto Condensed';
  color: #f2f4f7;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'PT Sans', sans-serif;
  color: #f2f4f7;
  font-size: 22px;
  line-height: 36px;
  font-weight: 400;
  text-transform: capitalize;
}

h3 {
  margin: 10px 0px;
  font-family: 'Roboto Condensed';
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin: 0px 0px 10px;
  font-family: 'Roboto Condensed';
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

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

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

p {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Roboto;
  color: #a5a7ad;
  font-size: 14px;
  line-height: 22px;
}

a {
  color: #ff7000;
  text-decoration: underline;
}

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  border-bottom: 5px solid #005580;
  background-color: #00283f;
}

.nav-link {
  display: block;
  padding: 25px 20px;
  float: left;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-link:hover {
  background-color: #000;
  color: #fff;
}

.nav-link.w--current {
  background-color: #005580;
  color: #fff;
}

.nav-menu {
  width: 88%;
  float: left;
}

.brand-wrapper {
  width: 12%;
}

.section {
  position: relative;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #1d1f21;
}

.section.hero {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #005580;
  color: #fff;
  text-align: center;
}

.section.darkgrey {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #2b2f31;
}

.section.darkestgrey {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #1d2021;
}

.section.darkestgrey.nyhetssektion {
  padding-top: 40px;
  padding-bottom: 0px;
}

.section.footer {
  border-top: 5px solid #005580;
  background-color: #00283f;
}

.section.ettatopp {
  padding-top: 0px;
  padding-bottom: 0px;
}

.topp_underrubrik {
  margin-bottom: 0px;
  font-family: 'PT Serif', serif;
  color: #f2f6fc;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .1);
}

.footer-link {
  display: inline-block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #909499;
  text-decoration: none;
}

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

.topprubrik {
  margin-bottom: 6px;
  font-family: 'PT Sans', sans-serif;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.feature-icon-wrapper {
  width: 60px;
  height: 60px;
  margin-right: 16px;
  margin-bottom: 9px;
  padding-top: 13px;
  float: left;
  border: 3px solid #329039;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, .49);
  text-align: center;
}

.feature-list {
  margin-top: 24px;
}

.feature-item {
  margin-top: 12px;
  color: #bcc1cf;
}

.feature-icon {
  opacity: 0.81;
}

.feature-text {
  margin-top: 6px;
  font-family: 'PT Serif', serif;
  color: #a5a7ad;
  font-size: 14px;
  line-height: 15px;
}

.feature-text.title {
  margin-top: 11px;
  font-family: 'PT Sans', sans-serif;
  color: #d7d9de;
  font-size: 16px;
  font-weight: 700;
}

.pricing-column {
  display: block;
  min-height: 450px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #1d1f21;
}

.pricing-row {
  margin-top: 28px;
  margin-bottom: 19px;
}

.plan-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 19px 15px;
  border-bottom: 3px solid rgba(218, 224, 232, 0);
  background-color: #005580;
  font-size: 18px;
  text-align: center;
}

.price-feature {
  padding: 20px 19px 10px;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  text-align: center;
}

.price-feature-list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.get-started-link {
  display: inline-block;
  margin-top: 5px;
  -webkit-transition: color 200ms ease, border-color 500ms ease;
  transition: color 200ms ease, border-color 500ms ease;
  color: #73ccff;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.get-started-link:hover {
  color: #fff;
}

.get-started-link.pricing {
  display: block;
  padding-top: 32px;
  padding-bottom: 32px;
}

.support {
  font-family: 'PT Sans', sans-serif;
  text-align: right;
}

.no-pad-section {
  background-color: #1d1f21;
}

.all-devices-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 27px 50px -25px #000;
}

.padded-column {
  padding: 50px 32px 50px 66px;
}

.padded-column.picture {
  height: 340px;
  background-image: url('../images/exterior.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.padded-column.picture_quality {
  z-index: 100;
  height: 340px;
  background-image: url('../images/Ettabild1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.width-limiter {
  max-width: 450px;
}

.width-limiter.right {
  float: right;
}

.rubrik {
  margin-top: 20px;
  margin-bottom: 8px;
  font-family: 'PT Sans', sans-serif;
  color: #f2f4f7;
  font-size: 22px;
  font-weight: 400;
}

.center {
  padding-left: 20px;
}

.footer-column.mittcol {
  padding-bottom: 40px;
  padding-left: 20px;
  border-right: 1px solid #005580;
  border-left: 1px solid #005580;
}

.image {
  display: block;
  height: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
}

.rubbe {
  margin-top: 0px;
  font-family: 'PT Sans', sans-serif;
  font-size: 22px;
  text-transform: none;
}

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

.paragraph {
  font-family: 'PT Serif', serif;
  color: #d8d8d8;
  font-size: 15px;
}

.infopraragraf {
  margin-bottom: 22px;
  font-family: 'PT Serif', serif;
  color: #d8d8d8;
}

.spaltbild {
  border-radius: 8px;
  box-shadow: 0 27px 50px -25px #000;
}

.background-video {
  height: auto;
  padding-top: 120px;
  padding-bottom: 150px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 14, 26, .83)), to(rgba(0, 14, 26, .83)));
  background-image: linear-gradient(180deg, rgba(0, 14, 26, .83), rgba(0, 14, 26, .83));
}

.body {
  background-color: #00283f;
}

.topprubrik-ettan {
  margin-bottom: 6px;
  font-family: 'PT Sans', sans-serif;
  font-size: 45px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
}

.topp_underrubrik_ettan {
  margin-bottom: 0px;
  font-family: 'PT Serif', serif;
  color: #f2f6fc;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .1);
}

.sidfotlogga {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.hogercol {
  padding-left: 20px;
}

.ettaloggamitt {
  display: block;
  margin-right: auto;
  margin-bottom: 48px;
  margin-left: auto;
}

.body-7 {
  background-color: #00283f;
}

.namn_kontakt {
  margin-top: 10px;
  margin-left: 20px;
  font-family: 'PT Sans', sans-serif;
  font-size: 22px;
  text-transform: none;
}

.kontaktpara {
  margin-left: 20px;
}

.nyhetsrubbe {
  margin-top: 10px;
  font-family: 'PT Sans', sans-serif;
  font-size: 22px;
  text-transform: none;
}

.maskinrubrik {
  margin-top: 0px;
  font-family: 'PT Sans', sans-serif;
  font-size: 22px;
  text-transform: none;
}

.paragraph-2 {
  font-family: 'PT Serif', serif;
  color: #d8d8d8;
}

.nyhetsbild {
  width: 1005px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 27px 50px -25px #000;
}

@media (max-width: 991px) {
  .nav-link {
    padding: 22px 10px 18px;
  }
  .nav-link.w--current {
    background-color: #005282;
  }
  .menu-button {
    padding: 22px;
    background-color: #005580;
    color: #fff;
  }
  .menu-button:hover {
    background-color: #000;
  }
  .menu-button.w--open {
    background-color: #000;
  }
  .section.hero {
    padding-top: 40px;
  }
  .section.darkgrey {
    padding: 30px 40px;
  }
  .section.darkestgrey {
    padding: 30px 40px;
  }
  .section.darkestgrey.nyhetssektion {
    padding-top: 30px;
  }
  .section.footer {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
  }
  .topp_underrubrik {
    font-size: 19px;
    line-height: 25px;
  }
  .topprubrik {
    font-size: 38px;
  }
  .feature-text {
    color: #d8d8d8;
  }
  .pricing-column {
    min-height: 420px;
  }
  .price-feature {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .price-feature-list {
    padding-top: 15px;
  }
  .get-started-link.pricing {
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .padded-column {
    padding-top: 20px;
    padding-bottom: 0px;
    padding-left: 40px;
  }
  .padded-column.picture {
    height: 300px;
  }
  .padded-column.picture_quality {
    height: 280px;
  }
  .image.logo {
    width: auto;
    height: 40px;
  }
  .spaltbild {
    margin-top: 20px;
    margin-bottom: 1px;
  }
  .background-video {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .body {
    padding-top: 50px;
  }
  .body-5 {
    padding-top: 50px;
  }
  .topprubrik-ettan {
    font-size: 38px;
  }
  .topp_underrubrik_ettan {
    font-size: 19px;
    line-height: 25px;
  }
  .namn_kontakt {
    margin-top: 0px;
    margin-bottom: 5px;
    margin-left: 10px;
  }
  .kontaktpara {
    margin-left: 10px;
  }
  .nyhetsrubbe {
    margin-top: 0px;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 0px;
  }
  .navbar {
    position: relative;
    padding-right: 0px;
    padding-left: 20px;
  }
  .nav-link {
    width: 100%;
    padding-right: 22px;
    padding-left: 22px;
    background-color: #00283f;
  }
  .nav-menu {
    width: 100%;
  }
  .brand-wrapper {
    width: 30%;
  }
  .brand-wrapper.w--current {
    width: 20%;
  }
  .section {
    padding: 40px 20px;
  }
  .section.hero {
    padding-top: 35px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.darkestgrey.nyhetssektion {
    padding-top: 40px;
  }
  .section.ettatopp {
    padding-right: 0px;
    padding-left: 0px;
  }
  .feature-list {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .feature-item {
    text-align: left;
  }
  .pricing-column {
    margin-bottom: 25px;
  }
  .pricing-row {
    margin-top: 9px;
  }
  .get-started-link {
    margin-right: auto;
    margin-left: auto;
  }
  .support {
    text-align: center;
  }
  .all-devices-image {
    width: 100%;
  }
  .padded-column {
    padding: 40px;
  }
  .width-limiter.right {
    float: left;
  }
  .rubrik {
    margin-top: 0px;
  }
  .center {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .title {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer-column {
    margin-bottom: 33px;
  }
  .image.logo {
    height: 44px;
  }
  .rubbe {
    margin-top: 0px;
  }
  .paragraph {
    line-height: 21px;
  }
  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .andracol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .spaltbild {
    width: 100%;
  }
  .nycont {
    padding-right: 0px;
    padding-left: 0px;
  }
  .background-video {
    padding-top: 80px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .body {
    padding-top: 0px;
  }
  .body-5 {
    padding-top: 0px;
  }
  .topp_underrubrik_ettan {
    font-size: 17px;
    line-height: 24px;
  }
  .kontaktinnercol {
    margin-top: 60px;
  }
  .column {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-4 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-5 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .maskinrubrik {
    margin-top: 21px;
    margin-bottom: 0px;
    text-align: left;
  }
  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-8 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-9 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .paragraph-2 {
    line-height: 21px;
    text-align: left;
  }
  .column-10 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-11 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-12 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-13 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-14 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .kontaktcol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nyhetsbild {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .navbar {
    padding-left: 10px;
  }
  .brand-wrapper {
    width: 40%;
  }
  .brand-wrapper.w--current {
    width: 50%;
  }
  .section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .section.darkgrey {
    padding: 20px;
  }
  .section.darkestgrey {
    padding: 20px;
  }
  .section.darkestgrey.nyhetssektion {
    padding-top: 20px;
    padding-left: 20px;
  }
  .topp_underrubrik {
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .footer-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .topprubrik {
    line-height: 34px;
  }
  .feature-icon-wrapper {
    margin-bottom: 15px;
  }
  .pricing-column {
    margin-right: 0px;
    margin-left: 0px;
  }
  .plan-title {
    font-size: 16px;
  }
  .price-feature {
    text-align: center;
  }
  .padded-column {
    padding: 20px;
  }
  .padded-column.picture {
    height: 180px;
  }
  .padded-column.picture_quality {
    height: 180px;
  }
  .footer-column.mittcol {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 27px;
    padding-bottom: 20px;
    border-style: solid none;
    border-width: 1px 0px;
    border-top-color: #005580;
    border-bottom-color: #005580;
  }
  .rubbe {
    text-align: left;
  }
  .paragraph {
    font-size: 14px;
    line-height: 19px;
    text-align: left;
  }
  .infopraragraf {
    line-height: 19px;
  }
  .background-video {
    padding: 40px 22px 60px;
  }
  .topprubrik-ettan {
    font-size: 28px;
    line-height: 32px;
  }
  .topp_underrubrik_ettan {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 21px;
  }
  .namn_kontakt {
    margin-left: 10px;
    font-size: 18px;
  }
  .kontaktpara {
    margin-left: 10px;
    font-size: 12px;
    line-height: 18px;
  }
  .kontaktinnercol {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .maskinrubrik {
    margin-top: 10px;
  }
  .nyhetsbild {
    margin-bottom: 35px;
  }
}

