h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 35px;
  line-height: 40px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 27px;
  line-height: 33px;
  font-weight: 700;
}

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

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

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

p {
  margin-bottom: 10px;
}

a {
  color: #3fb0ac;
  text-decoration: none;
}

.body {
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 23px;
}

.navbar {
  height: 60px;
  background-color: #f7f7f7;
}

.navbar-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-link {
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-weight: 400;
}

.navbar-link:hover {
  background-color: #f1f1f1;
}

.navbar-brand-image {
  width: 150px;
  padding-left: 1vw;
}

.section {
  padding: 50px 10px;
}

.container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-temp-start {
  height: 60vh;
  background-color: #333;
  background-image: url('../images/Kamerautrustning.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.button {
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #3fb0ac;
  background-color: #3fb0ac;
}

.button:hover {
  background-color: transparent;
  color: #3fb0ac;
}

.button-alt {
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #3fb0ac;
  background-color: transparent;
  color: #3fb0ac;
}

.button-alt:hover {
  background-color: #3fb0ac;
  color: #f7f7f7;
}

.button-dropdown {
  padding: 10px 40px 10px 20px;
  border: 1px solid #3fb0ac;
}

.text-block {
  color: #3fb0ac;
}

.icon {
  color: #3fb0ac;
}

.dropdown-link {
  background-color: #3fb0ac;
  color: #fff;
}

.dropdown {
  position: relative;
  margin-right: 10px;
}

.tab-link {
  background-color: #3fb0ac;
  color: #fff;
}

.tab-link.w--current {
  background-color: rgba(63, 176, 172, .8);
}

.tabs-content {
  padding: 15px 15px 10px;
  background-color: rgba(63, 176, 172, .8);
  color: #fff;
}

.search-input {
  width: 100%;
  height: 50px;
  font-size: 25px;
  line-height: 30px;
}

.form-textarea {
  font-size: 17px;
}

.form-textarea:hover {
  border: 1px solid #3fb0ac;
}

.form-text-field {
  font-size: 17px;
}

.form-text-field:focus {
  border: 1px solid #3fb0ac;
}

.text-field-2 {
  font-size: 17px;
}

.text-block-2 {
  color: #fff;
}

.success-message {
  background-color: #3fb0ac;
}

.form-label {
  font-size: 14px;
  line-height: 20px;
}

.section-separator {
  width: 100%;
  height: 1px;
  background-color: #3fb0ac;
}

._50-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

._50-50-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

._40-60-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._40-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._60-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._60-40-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._30-70-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._30-container {
  width: 30%;
}

._70-container {
  width: 70%;
}

._70-30-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._33-33-33-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._33-container {
  width: 33.333333%;
}

.tab-label {
  text-transform: uppercase;
}

.tabs-menu-alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-link-alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  text-transform: uppercase;
}

.tab-link-alt:hover {
  border-bottom-color: #3fb0ac;
}

.tab-link-alt.w--current {
  border-bottom-color: #3fb0ac;
  background-color: #f7f7f7;
}

.paragraph {
  padding-top: 15px;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #333;
  color: #f1f1f1;
}

._25-25-25-25-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._25-container {
  width: 25%;
}

.big-header {
  font-size: 70px;
  line-height: 70px;
}

.big-sub-header {
  font-size: 30px;
  line-height: 35px;
}

.section-big-header {
  height: 55vh;
  background-image: url('../images/Kamerautrustning.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f7f7f7;
}

.text-block-3 {
  color: #686868;
  font-size: 15px;
}

.link {
  margin-top: 20px;
  color: #333;
}

.heading-5 {
  font-size: 23px;
  font-weight: 300;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.link-2 {
  padding: 10px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: 'Font awesome webfont', sans-serif;
  color: #333;
  font-size: 20px;
}

.link-2:hover {
  border-bottom-color: #333;
}

.div-block {
  margin-top: 20px;
  margin-bottom: 31px;
}

@media (max-width: 991px) {
  .navbar-link {
    background-color: #333;
    color: #fff;
  }
  .mobile-button.w--open {
    background-color: #333;
  }
  .big-header {
    font-size: 60px;
    line-height: 60px;
  }
  .big-sub-header {
    font-size: 27px;
    line-height: 32px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
  h3 {
    font-size: 23px;
    line-height: 27px;
  }
  h4 {
    font-size: 18px;
    line-height: 23px;
  }
  .navbar-link:hover {
    color: #333;
  }
  ._50-container {
    width: 100%;
  }
  ._50-50-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._40-60-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._40-container {
    width: 100%;
  }
  ._60-container {
    width: 100%;
  }
  ._60-40-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._30-70-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._30-container {
    width: 100%;
  }
  ._70-container {
    width: 100%;
  }
  ._70-30-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._33-33-33-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._33-container {
    width: 100%;
  }
  .big-header {
    font-size: 40px;
    line-height: 40px;
  }
  .big-sub-header {
    font-size: 20px;
    line-height: 25px;
  }
}

@media (max-width: 479px) {
  .button-dropdown {
    width: 100%;
  }
  .dropdown {
    width: 100%;
    margin-bottom: 10px;
  }
  .tabs-menu-alt {
    display: inline-block;
    width: 100%;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .tab-link-alt.w--current {
    border-bottom-color: transparent;
  }
}

@font-face {
  font-family: 'Font awesome webfont';
  src: url('../fonts/Font-Awesome-Webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}