html,
body,
p,
li {
  font-family: 'Open Sans', sans-serif;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Open Sans Condensed', sans-serif;
}
a {
  text-decoration: none;
}
li {
  margin-bottom: 14px;
}
p,
li {
  font-size: 14px;
}
.container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  display: table;
}
.table {
  width: 100%;
  display: table;
}
.row {
  width: 100%;
  display: table-row;
}
@media only screen and (max-width: 768px) {
  .row.row--content-page,
  .row.row--om-oss {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .row.row--content-page .half,
  .row.row--om-oss .half {
    display: block;
    width: 100%;
  }
}
.full,
.half {
  box-sizing: border-box;
  display: table-cell;
  vertical-align: top;
}
.full {
  width: 100%;
}
.half {
  width: 50%;
}
.hidden {
  display: none;
}
.height-300 {
  height: 300px;
}
@media only screen and (max-width: 768px) {
  .height-300 {
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .hidden-mobile {
    display: none !important;
  }
}
::-webkit-input-placeholder {
  color: #fff;
}
:-moz-placeholder {
/* Firefox 18- */
  color: #fff;
}
::-moz-placeholder {
/* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder {
  color: #fff;
}
input.form-control,
textarea.form-control {
  padding: 10px;
  width: 100%;
  font-size: 14px;
  border-radius: 5px;
  border: 0;
  background-color: rgba(255,255,255,0.3);
  color: #fff;
  margin-bottom: 10px;
}
button.form-control {
  padding: 6px 30px;
  border-radius: 5px;
  border: 0;
  font-size: 14px;
  background-color: #081839;
  color: #fff;
}
.start-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}
.cover {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  z-index: 1;
}
.landing-page__splash {
  max-width: 500px;
  width: 80%;
  padding: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.landing-page__logo {
  width: 100%;
}
.landing-page__text {
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
}
.landing-page__arrow {
  max-width: 120px;
  position: absolute;
  bottom: 5%;
  right: 5%;
  width: 25%;
}
.header {
  margin-top: 50px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .header {
    margin-top: 25px;
  }
}
.header .hamburger {
  display: none;
  position: absolute;
  width: 7%;
}
@media only screen and (max-width: 768px) {
  .header .hamburger {
    display: block;
  }
}
.header .header__logo {
  width: 16%;
  margin-right: 3%;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .header .header__logo {
    display: block;
    margin: 0 auto;
    width: 15%;
  }
}
.header .top-menu {
  display: inline-block;
  width: 72%;
  margin-right: 3%;
  vertical-align: 25px;
  max-height: 0px;
  -moz-transition: max-height 0.5s ease;
  -webkit-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
@media only screen and (max-width: 768px) {
  .header .top-menu {
    position: absolute;
    background: #fff;
    width: 120px;
    top: 0;
    font-size: 0;
    overflow: hidden;
  }
}
.header .top-menu__list {
  text-align: justify;
  text-justify: distribute;
}
@media only screen and (max-width: 768px) {
  .header .top-menu__list {
    padding: 20px 5px;
  }
}
.header .top-menu__list .top-menu__link {
  display: inline-block;
  text-align: center;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .header .top-menu__list .top-menu__link {
    display: block;
    font-size: 14px;
    padding: 5px;
    text-align: left;
  }
}
.header .top-menu__list .top-menu__link .linkedin__logo,
.header .top-menu__list .top-menu__link .twitter__logo {
  width: 24px;
}
@media only screen and (max-width: 768px) {
  .header .top-menu__list .top-menu__link .linkedin__logo,
  .header .top-menu__list .top-menu__link .twitter__logo {
    width: 16px;
  }
}
.header .top-menu__list .top-menu__link a {
  text-decoration: none;
  color: #000;
  font-family: 'Open Sans Condensed', sans-serif;
}
.header .top-menu__list .top-menu__close-cross {
  display: none;
}
@media only screen and (max-width: 768px) {
  .header .top-menu__list .top-menu__close-cross {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .header .top-menu.show {
    max-height: 450px;
  }
}
.header .top-menu__list:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.start__top {
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 440px;
  color: #fff;
  padding: 30px;
}
@media only screen and (min-width: 724px) {
  .start__top {
    background-size: 100% auto;
  }
}
@media only screen and (max-width: 768px) {
  .start__top {
    padding: 15px;
  }
}
.start__title {
  text-transform: uppercase;
  margin: 0;
  font-size: 64px;
}
@media only screen and (max-width: 768px) {
  .start__title {
    font-size: 32px;
  }
}
.start__subtitle {
  font-size: 14px;
}
.start__arrow {
  width: 50px;
  float: right;
}
.half--start {
  padding: 60px;
  color: #fff;
  display: inline-block;
  width: 65%;
}
@media only screen and (max-width: 768px) {
  .half--start {
    padding: 30px;
    width: 100%;
  }
}
.card {
  vertical-align: top;
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  .card {
    padding: 15px;
  }
}
.card .card__title {
  text-transform: uppercase;
  margin: 100px 0 0 0;
  font-size: 64px;
}
@media only screen and (max-width: 768px) {
  .card .card__title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 375px) {
  .card .card__title {
    font-size: 19px;
  }
}
.card .card__subtitle {
  font-size: 14px;
}
@media only screen and (max-width: 375px) {
  .card .card__subtitle {
    font-size: 12px;
  }
}
.card .card__arrow {
  width: 50px;
}
.card--content-page .card__title {
  margin-top: 0px;
}
.card--contact {
  margin-right: 10px;
  font-size: 22px;
  padding: 110px 0;
  text-align: center;
  text-transform: uppercase;
}
.card--contact-wide {
  height: 190px;
  margin-bottom: 10px;
  background-color: #f7f8fa;
  margin-left: 10px;
}
.card--contact-wide .card__title {
  font-size: 32px;
  margin-top: 0px;
  color: #4377b0;
}
@media only screen and (max-width: 768px) {
  .card--contact-wide {
    padding: 30px;
    margin-left: inherit;
  }
}
.card--om-oss {
  height: 300px;
}
@media only screen and (max-width: 768px) {
  .card--om-oss {
    height: auto;
  }
}
.card--dark {
  background-color: #081839;
  color: #fff;
}
.card--light {
  background-color: #4377b0;
  color: #fff;
}
.card--light-gray {
  background-color: #f7f8fa;
  color: #fff;
}
.card .content-title {
  font-size: 18px;
  font-family: 'Open Sans Condensed', sans-serif;
  margin-top: 14px;
}
@media only screen and (min-width: 769px) {
  .card.main-content {
    padding-bottom: 100px;
  }
}
.image-card {
  background-size: auto 100%;
  background-position: center;
  padding: 30px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .image-card {
    padding: 15px;
  }
}
.image-card--contact {
  height: 250px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 200px;
  text-align: center;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-color: #646464;
}
.image-card--abstract {
  background-size: auto 120%;
  box-sizing: content-box;
}
.image-card--abstract-1 {
  background-image: url("/assets/images/abstract/image1.png");
}
.image-card--abstract-2 {
  background-image: url("/assets/images/abstract/image2.png");
}
.image-card--abstract-3 {
  background-image: url("/assets/images/abstract/image3.png");
}
.image-card--abstract-4 {
  background-image: url("/assets/images/abstract/image4.png");
}
.image-card--abstract-5 {
  background-image: url("/assets/images/abstract/image5.png");
}
.image-card--abstract-6 {
  background-image: url("/assets/images/abstract/image6.png");
}
.image-card--start-top {
  background-image: url("/assets/images/working-at-desk.png");
  background-size: auto 225%;
}
.image-card--1 {
  background-image: url("/assets/images/gray/image1.png");
}
.image-card--2 {
  background-image: url("/assets/images/blue/image1.png");
}
.image-card--3 {
  background-image: url("/assets/images/gray/image2.png");
}
.image-card--4 {
  background-image: url("/assets/images/blue/image2.png");
}
.image-card--5 {
  background-image: url("/assets/images/gray/image3.png");
}
.image-card--6 {
  background-image: url("/assets/images/blue/image3.png");
}
.image-card--magnus {
  background-image: url("/assets/images/magnus.png");
}
.image-card--lars {
  background-image: url("/assets/images/lars.png");
}
.image-card--fredrik {
  background-image: url("/assets/images/fredrik.png");
}
.image-card--map {
  background-image: url("/assets/images/map.png");
}
.tab {
  color: #fff;
  font-size: 36px;
  display: block;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  padding: 25px 0 25px 0;
}
@media only screen and (max-width: 768px) {
  .tab {
    padding: 10px 0 10px 0;
  }
}
.tab .tab__text {
  padding: 0 15px;
}
@media only screen and (max-width: 768px) {
  .tab .tab__text {
    font-size: 24px;
  }
}
.tab.selected .tab__text {
  border-bottom: 1px solid #fff;
}
.tab:after {
  content: '';
  background-image: url("/assets/images/arrow-right.svg");
  float: right;
  height: 25px;
  display: block;
  width: 25px;
  background-size: 25px;
  background-repeat: no-repeat;
  margin-top: 18px;
}
@media only screen and (max-width: 768px) {
  .tab:after {
    margin-top: 9px;
  }
}
.modal__cover {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
}
.modal__content {
  width: 600px;
  left: 50%;
  top: 25%;
  margin-left: -300px;
  background: #4377b0;
  position: fixed;
  border-radius: 10px;
  padding: 44px;
  color: #fff;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .modal__content {
    width: 90%;
    left: 5%;
    margin-left: 0;
    top: 50px;
    padding: 45px 30px;
  }
}
.modal__close-button {
  position: absolute;
  top: 15px;
  left: 15px;
  background-image: url("/assets/images/cross-black.svg");
  height: 25px;
  width: 25px;
  background-size: 100% 100%;
  cursor: pointer;
}
/*# sourceMappingURL=main.css.map */