/**** MEDIA QUERY MANAGER *****/
* {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

:root {
  --color-accent:#e64100;
}

html {
  font-size: 62.5%;
}

@media only screen and (min-width: 112.5em) {
  html {
    font-size: 75%;
  }
}

body {
  box-sizing: border-box;
  background-color: #f1f1f4;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #555;
}

.heading-1 {
  color: #ddd;
  text-transform: uppercase;
  text-align: center;
  animation-name: moveInBottom;
  animation-duration: .5s;
}

.heading-1--main {
  display: block;
  font-size: 13rem;
  font-weight: 500;
  letter-spacing: 2.3rem;
  margin-right: -2.3rem;
}

@media only screen and (max-width: 37.5em) {
  .heading-1--main {
    font-size: 8.5rem;
  }
}

.heading-1--sub {
  display: block;
  font-size: 2.4rem;
  font-weight: 300;
  white-space: nowrap;
}

@media only screen and (max-width: 37.5em) {
  .heading-1--sub {
    font-size: 1.7rem;
  }
}

.heading-2 {
  color: #ddd;
  text-align: center;
}

.heading-2--main {
  display: block;
  text-transform: uppercase;
  font-size: 4rem;
  font-weight: 500;
  animation-name: moveInBottom;
  animation-duration: .5s;
}

@media only screen and (max-width: 37.5em) {
  .heading-2--main {
    font-size: 3.5rem;
  }
}

.heading-2--sub {
  display: block;
  font-size: 1.7rem;
  font-weight: 300;
  animation-name: fadeIn;
  animation-duration: 1.2s;
}

@media only screen and (max-width: 37.5em) {
  .heading-2--sub {
    font-size: 1.5rem;
  }
}

.heading-3, .section-services__title {
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.heading-4 {
  font-size: 1.9rem;
  text-transform: uppercase;
  font-weight: 700;
}

.heading-5 {
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: 500;
}

.paragraph {
  font-size: 1.6rem;
}

.paragraph:not(:last-child) {
  margin-bottom: 1.5rem;
}

.link, .icon-list__link {
  color: #888;
}

.link:hover, .icon-list__link:hover {
  color: #959595;
}

.u-mb-small {
  margin-bottom: 1.5rem !important;
}

.u-mb-medium {
  margin-bottom: 2.5rem !important;
}

.u-my-small {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.u-mt-medium {
  margin-top: 2.5rem !important;
}

.u-mt-large, .section-location {
  margin-top: 3.5rem !important;
}

.u-pt-medium, .section-sub, .section-intro, .section-services, .section-sub-service, .section-documents, .section-hseq {
  padding-top: 2.5rem !important;
}

.u-py-medium, .section-contact, .section-personell {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.u-pt-large, .section-history, .section-certifications {
  padding-top: 3.5rem !important;
}

.u-center-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-color-accent {
  color: #e64100 !important;
}

.u-centered-block {
  text-align: center;
}

@media only screen and (max-width: 56.25em) {
  .u-hide-sm {
    display: none !important;
  }
}

.grid {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 4rem;
}

.grid-cell-2 {
  display: flex;
  background-color: #E3E3E3;
  margin: 1.5rem;
  border-radius: 3px;
  width: calc((100% / 2) - 1.5rem* 2);
}

@media only screen and (max-width: 64em) {
  .grid-cell-2 {
    width: 100%;
  }
}

@media only screen and (min-width: 112.5em) {
  .grid-cell-2 {
    width: calc((100% / 3) - 1.5rem* 3);
  }
}

.grid-cell-2-max {
  display: flex;
  background-color: #E3E3E3;
  margin: 1.5rem;
  border-radius: 3px;
  width: calc((100% / 2) - 1.5rem* 2);
}

@media only screen and (max-width: 64em) {
  .grid-cell-2-max {
    width: 100%;
  }
}

.navbar {
  display: flex;
  height: 7rem;
  width: 100%;
  align-items: center;
  background-color: #f1f1f4;
  padding: 0.8rem 5%;
  border-bottom: 1px solid #E3E3E3;
  z-index: 20;
}

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

.navbar__brand-img {
  height: 4.7rem;
  margin-right: 2rem;
  border-radius: 2px;
  opacity: 0.75;
}

.navbar__nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  list-style: none;
}

@media only screen and (max-width: 64em) {
  .navbar__nav {
    display: none;
  }
}

.navbar__item {
  padding: 1.8rem;
  white-space: nowrap;
  position: relative;
}

.navbar__link {
  font-size: 1.6rem;
  text-decoration: none;
  text-transform: uppercase;
}

.navbar__link:link, .navbar__link:visited {
  color: #888;
}

.navbar__link:hover {
  color: #e64100;
}

.navbar__link-inactive {
  font-size: 1.6rem;
  color: #888;
  text-transform: uppercase;
}

.navbar__btn:link, .navbar__btn:visited {
  display: inline;
  border: 2px solid #888;
  color: #888;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.7rem 3.5rem;
  border-radius: 10rem;
  font-size: 1.5rem;
  white-space: nowrap;
}

.navbar__btn:hover {
  color: #ff5b1a;
  border-color: #ff5b1a;
}

.dotted-border {
  opacity: 0.7;
  position: absolute;
  width: 100%;
  bottom: 0.3rem;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.dotted-border span {
  background-color: #e64100;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin: 0 0.5rem;
  display: inline-block;
}

@media only screen and (max-width: 64em) {
  .nav-menu {
    opacity: 1;
  }
}

.nav-menu__checkbox {
  display: none;
}

.nav-menu__button {
  background-color: rgba(187, 187, 187, 0.8);
  height: 5rem;
  width: 5rem;
  position: fixed;
  top: 1rem;
  right: 3rem;
  z-index: 1000;
  border-radius: 50%;
  text-align: center;
  transition: opacity 1s cubic-bezier(0.16, 0.79, 0.25, 1);
  cursor: pointer;
}

.nav-menu__button--hide {
  opacity: 0;
}

@media only screen and (max-width: 64em) {
  .nav-menu__button--hide {
    opacity: 1;
  }
}

.nav-menu__button--show {
  opacity: 1;
}

.nav-menu__background {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #555;
  opacity: 0;
  z-index: 100;
  transition: all 0.5s ease;
}

.nav-menu__nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: 200;
  opacity: 0;
  transition: opacity 0.5s ease 0.3s;
}

.nav-menu__list {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  list-style: none;
  text-align: center;
}

.nav-menu__item {
  margin: 1rem;
}

.nav-menu__item:last-child {
  margin-top: 2.5rem;
}

.nav-menu__link:link, .nav-menu__link:visited {
  display: inline-block;
  font-size: 3rem;
  font-weight: 300;
  color: #eee;
  padding: 1rem 2rem;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-menu__link::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #e64100;
  transition: width 0.3s;
}

.nav-menu__link:hover {
  color: #bbb;
}

.nav-menu__link:hover::after {
  width: 100%;
}

.nav-menu__btn:link, .nav-menu__btn:visited {
  display: inline;
  padding: 0.8rem 4rem;
  border: 2px solid #eee;
  color: #eee;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10rem;
  font-size: 1.5rem;
  white-space: nowrap;
}

.nav-menu__btn:hover {
  color: #ff5b1a;
  border-color: #ff5b1a;
}

.nav-menu__checkbox:checked ~ .nav-menu__background {
  width: 100%;
  height: 100vh;
  opacity: 0.98;
}

.nav-menu__checkbox:checked ~ .nav-menu__nav {
  width: 100%;
  height: 100vh;
  opacity: 0.98;
}

.nav-menu__icon {
  position: relative;
  margin-top: 2.5rem;
}

.nav-menu__icon, .nav-menu__icon::before, .nav-menu__icon::after {
  width: 2.5rem;
  height: 2px;
  background-color: #555;
  display: inline-block;
}

.nav-menu__icon::before, .nav-menu__icon::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
}

.nav-menu__icon::before {
  top: -0.8rem;
}

.nav-menu__icon::after {
  top: 0.8rem;
}

.nav-menu__button:hover .nav-menu__icon::before {
  top: -0.9rem;
}

.nav-menu__button:hover .nav-menu__icon::after {
  top: 0.9rem;
}

.nav-menu__checkbox:checked + .nav-menu__button .nav-menu__icon {
  background-color: transparent;
}

.nav-menu__checkbox:checked + .nav-menu__button .nav-menu__icon::before {
  top: 0;
  transform: rotate(135deg);
}

.nav-menu__checkbox:checked + .nav-menu__button .nav-menu__icon::after {
  top: 0;
  transform: rotate(-135deg);
}

.showcase {
  width: 100%;
  height: 85vh;
  position: relative;
  clip-path: polygon(0% 0%, 100% 0, 100% 100%, 60rem 100%, 0 90%);
}

.showcase__text-box {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}

.showcase__slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.showcase__slider::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.showcase__slide {
  position: absolute;
  width: 100%;
  height: 100%;
}

.showcase__slide--1 {
  background: url(/img/showcase/image1.jpg) no-repeat center;
  background-size: cover;
  animation: fade-1 50s infinite;
}

.showcase__slide--2 {
  background: url(/img/showcase/image5.jpg) no-repeat center;
  background-size: cover;
  animation: fade-2 50s infinite;
}

.showcase__slide--3 {
  background: url(/img/showcase/image3.jpg) no-repeat center;
  background-size: cover;
  animation: fade-3 50s infinite;
}

.showcase__slide--4 {
  background: url(/img/showcase/image4.jpg) no-repeat center;
  background-size: cover;
  animation: fade-4 50s infinite;
}

@keyframes fade-1 {
  0% {
    opacity: 1;
  }
  20.0% {
    opacity: 1;
  }
  25.0% {
    opacity: 0;
  }
  95.0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-2 {
  0% {
    opacity: 0;
  }
  20.0% {
    opacity: 0;
  }
  25.0% {
    opacity: 1;
  }
  45.0% {
    opacity: 1;
  }
  50.0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-3 {
  0% {
    opacity: 0;
  }
  45.0% {
    opacity: 0;
  }
  50.0% {
    opacity: 1;
  }
  70.0% {
    opacity: 1;
  }
  75.0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-4 {
  0% {
    opacity: 0;
  }
  70.0% {
    opacity: 0;
  }
  75.0% {
    opacity: 1;
  }
  95.0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.icon-card {
  height: 100%;
  font-size: 1.6rem;
  padding: 2.5rem;
  text-align: center;
  line-height: 1.5;
  border-radius: 3px;
  background-color: #E3E3E3;
  transition: all .2s;
}

.icon-card__wrapper {
  text-decoration: none;
  color: inherit;
}

.icon-card:hover {
  box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.2);
}

.icon-card__icon {
  height: 9rem;
  width: 9rem;
  fill: #e64100;
  margin-bottom: 2.5rem;
}

.icon-box {
  background-color: #E3E3E3;
  padding: 1rem;
  border-radius: 3px;
  display: flex;
  align-items: center;
}

.icon-box:not(:last-child) {
  margin-bottom: 1rem;
}

.icon-box__icon {
  flex: 0 0 4rem;
  width: 4rem;
  height: 4rem;
  fill: #e64100;
}

.icon-box__title {
  flex: 1;
  font-size: 2.2rem;
  margin-left: 1rem;
  white-space: nowrap;
}

.icon-box__title--low {
  font-size: 1.6rem;
}

.icon-box__right {
  font-size: 1.3rem;
  font-style: italic;
  margin-right: 2rem;
}

@media only screen and (max-width: 37.5em) {
  .icon-box__right {
    display: none;
  }
}

.service-card {
  background-color: #E3E3E3;
  margin: 1rem auto;
  font-size: 1.5rem;
  border-radius: 3px;
  width: 100%;
  max-width: 64em;
}

.service-card__title {
  padding: 2rem;
  align-items: center;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: row;
}

@media only screen and (max-width: 37.5em) {
  .service-card__title {
    flex-direction: column;
  }
}

.service-card__title:hover {
  background-color: #d9d9d9;
}

.service-card__title:after {
  content: '\02795';
  font-size: 1.3rem;
  margin-left: auto;
}

@media only screen and (max-width: 37.5em) {
  .service-card__title:after {
    position: absolute;
    right: 1rem;
    top: 1rem;
  }
}

.service-card__icon {
  margin-right: 1.5rem;
  width: 3.5rem;
  height: 3.5rem;
  opacity: 0.5;
}

@media only screen and (max-width: 37.5em) {
  .service-card__icon {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}

.service-card__collapsible {
  text-align: left;
  max-height: 0;
  overflow: hidden;
  transition: max-height .2s ease-out;
}

.service-card__inner-content {
  padding: 1rem;
}

.service-card__active {
  background-color: #dedede;
}

.service-card__active:after {
  content: "\2796";
}

.header {
  width: 100%;
  height: 40vh;
  position: relative;
}

.header--1 {
  background: url(/img/page_heading1.jpg) no-repeat center;
  background-size: cover;
}

.header--2 {
  background: url(/img/page_heading2.jpg) no-repeat center;
  background-size: cover;
}

.header--3 {
  background: url(/img/page_heading3.jpg) no-repeat center;
  background-size: cover;
}

.header--4 {
  background: url(/img/page_heading4.jpg) no-repeat center;
  background-size: cover;
}

.header--5 {
  background: url(/img/page_heading5.jpg) no-repeat center;
  background-size: cover;
}

.header__text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}

.header::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.header-top-margin {
  margin-top: 0;
}

.headline-wrapper {
  padding-top: 10rem;
  position: relative;
}

.headline__header {
  font-size: 3.2rem;
  padding: 1rem 0;
}

@media only screen and (max-width: 37.5em) {
  .headline__header {
    font-size: 2.8rem;
  }
}

.headline__header--accent {
  color: #e64100;
  text-transform: uppercase;
}

.headline__paragraph {
  font-size: 1.6rem;
  padding: 1rem 0;
  padding-left: calc(6% + 2.5rem);
}

@media only screen and (max-width: 37.5em) {
  .headline__paragraph {
    padding-left: 0;
  }
}

.headline__border {
  border-bottom: 2px solid #bbb;
  position: relative;
}

@media only screen and (max-width: 37.5em) {
  .headline__border {
    border: none;
  }
  .headline__border::before, .headline__border::after {
    display: none;
  }
}

.headline__border::before, .headline__border::after {
  content: '';
  border-right: 2rem solid transparent;
  border-top: 1.5rem solid #bbb;
  bottom: -1.5rem;
  position: absolute;
  left: 6%;
}

.headline__border::after {
  border-top-color: #f1f1f4;
  border-right-color: transparent;
  bottom: -1.1rem;
  left: calc(6% + 2px);
}

.btn, .btn:link, .btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.5rem 4rem;
  display: inline-block;
  border-radius: 10rem;
  transition: all 0.2s;
  font-size: 1.6rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}

.btn:hover {
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.btn:active, .btn:focus {
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.btn--light {
  background-color: #E3E3E3;
  color: #555;
}

.btn--accent {
  background-color: #e64100;
  color: #eee;
}

.btn--accent-text {
  background-color: #E3E3E3;
  color: #e64100;
}

.btn-round {
  padding: 5px;
  font-size: 1.5rem;
  width: 2.66667rem;
  text-align: center;
  text-decoration: none;
  margin: 5px;
  color: black;
  background: #bbb;
  border-radius: 50%;
}

.btn-round:hover {
  opacity: 0.8;
  text-align: center;
  text-decoration: none;
  color: black;
}

.btn-static, .btn-static:link, .btn-static:visited {
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 1rem 2rem;
  display: inline-block;
  border-radius: 10rem;
  transition: all 0.2s;
  font-size: 1.4rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  background-color: #e64100;
  color: #eee;
  cursor: pointer;
}

.btn-static:hover, .btn-static:link:hover, .btn-static:visited:hover {
  background-color: #dc3e00;
}

.a-link {
  color: #e64100;
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
}

.a-link:hover {
  color: #e64100;
}

.a-link--arrowed {
  height: 2rem;
  line-height: 2rem;
  white-space: nowrap;
}

.a-link--arrowed .arrow-icon {
  position: relative;
  top: -1px;
  transition: transform 0.3s ease;
  vertical-align: middle;
}

.a-link--arrowed .arrow-icon--circle {
  transition: stroke-dashoffset 0.3s ease;
  stroke-dasharray: 95;
  stroke-dashoffset: 95;
}

.a-link--arrowed:hover .arrow-icon {
  transform: translate3d(5px, 0, 0);
}

.a-link--arrowed:hover .arrow-icon--circle {
  stroke-dashoffset: 0;
}

.article {
  display: flex;
  padding: 1.5rem;
  font-size: 1.6rem;
  background-color: #E3E3E3;
  border-radius: 3px;
}

.article:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 64em) {
  .article {
    flex-direction: column;
  }
}

.article__date-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 17rem;
  text-align: center;
  padding: 2.5rem;
  border: 1px solid #bbb;
  border-radius: 3px;
  background-color: rgba(241, 241, 244, 0.65);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
  transition: all .2s;
}

@media only screen and (max-width: 64em) {
  .article__date-box {
    flex-basis: auto;
    flex-direction: row;
    justify-content: flex-start;
    padding: .5rem 1rem;
    margin-bottom: 1rem;
  }
}

.article__date {
  font-size: 3.2rem;
  font-weight: 600;
}

@media only screen and (max-width: 64em) {
  .article__date {
    font-size: 1.7rem;
    font-weight: 400;
  }
  .article__date:after {
    content: "\00a0";
  }
}

.article__month {
  font-size: 1.7rem;
}

.article__content {
  margin-left: 1.7rem;
  width: 100%;
}

@media only screen and (max-width: 64em) {
  .article__content {
    margin-left: 0;
  }
}

.article__heading {
  margin-bottom: 0.8rem;
  font-weight: 600;
}

.article__paragraph {
  padding-right: 5%;
}

.article__paragraph:not(:last-child) {
  margin-bottom: 1rem;
}

.contact-card {
  padding: 1.5rem;
  border-radius: 3px;
  width: 100%;
  background-image: linear-gradient(to right, #E3E3E3, transparent), url(/img/contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

@media only screen and (max-width: 56.25em) {
  .contact-card {
    background-color: #E3E3E3;
    background-image: none;
  }
}

.contact-card__heading {
  padding: 1rem;
  border-bottom: 1px solid #bbb;
  text-align: center;
}

.contact-card__content {
  margin: 4rem 2rem;
  display: flex;
  align-items: center;
}

.contact-card__icon {
  flex: 0 0 5rem;
  width: 5rem;
  height: 5rem;
  fill: #e64100;
}

.contact-card__details {
  margin-left: 1rem;
}

.contact-card__details-h {
  font-size: 2.1rem;
  font-weight: 500;
}

.contact-card__details-p {
  font-size: 1.7rem;
}

.personell-card {
  border-radius: 3px;
  padding: 1rem 2rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  display: flex;
}

.personell-card__img {
  height: 13rem;
  align-self: center;
  border-radius: 50%;
  filter: grayscale(100%) opacity(0.85);
}

.personell-card__right {
  margin-left: 2rem;
  font-size: 1.4rem;
}

.personell-card__name {
  font-size: 2.0rem;
  margin-bottom: 1rem;
}

.personell-card__title {
  font-size: 1.4rem;
  color: #777;
}

.personell-card__contacts {
  color: #777;
  padding-bottom: 1rem;
}

.personell-card__icon {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-list__item {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  padding: 1.5rem;
}

.icon-list__item:not(:last-child) {
  border-bottom: 1px solid #bbb;
}

.icon-list__icon {
  width: 4rem;
  height: 4rem;
  fill: #e64100;
}

.icon-list__link {
  margin-left: 2rem;
}

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

@media only screen and (max-width: 56.25em) {
  .select {
    flex-direction: column;
    align-items: flex-start;
  }
}

.select__box {
  flex: 1;
  height: 2.5rem;
  margin: .5rem 0 .5rem 1rem;
}

@media only screen and (max-width: 56.25em) {
  .select__box {
    width: 100%;
    margin-left: 0;
    flex: unset;
  }
}

.select__label {
  font-size: 1.4rem;
}

.footer {
  background-color: #333;
  color: #bbb;
  padding: 2rem 5% 1rem 5%;
  font-size: 1.4rem;
}

.footer__logo-box {
  text-align: center;
}

.footer__logo {
  width: 35rem;
  border-radius: 3px;
  opacity: 0.5;
  position: relative;
}

@media only screen and (max-width: 37.5em) {
  .footer__logo {
    width: 90%;
  }
}

.footer__content {
  display: flex;
  align-content: center;
  padding: 2rem 0;
  border-top: 1px solid #555;
}

.footer__column {
  flex-basis: 50%;
  margin: 1rem 5%;
}

@media only screen and (max-width: 64em) {
  .footer__column {
    flex-basis: 100%;
  }
}

.footer__column--right {
  margin: auto;
}

@media only screen and (max-width: 64em) {
  .footer__column--right {
    display: none;
  }
}

.footer__social {
  display: flex;
  justify-content: center;
  margin: 1rem 0;
}

.footer__social-icon {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 3px;
  background-color: #555;
  margin: 0 0.5rem;
  padding: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
}

.footer__social-icon:hover {
  background-color: #535353;
}

.footer__list {
  list-style: none;
  padding: 1rem 0;
  text-align: center;
}

.footer__item {
  display: inline-block;
  margin-top: 1rem;
}

.footer__item:not(:last-child) {
  margin-right: 1.5rem;
}

.footer__link:link, .footer__link:visited {
  color: #bbb;
  text-decoration: none;
  text-transform: uppercase;
}

.footer__link:hover {
  color: #959595;
}

.footer__heading {
  font-size: 1.8rem;
  margin-top: 2rem;
  text-transform: uppercase;
}

.footer__paragraph {
  padding: 1rem 0;
}

.section-services-intro {
  background-color: #f1f1f4;
  padding: 2rem 5%;
}

@media only screen and (min-width: 112.5em) {
  .section-services-intro {
    max-width: 180rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-services-intro__row {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}

@media only screen and (max-width: 64em) {
  .section-services-intro__row {
    flex-direction: column;
    align-items: center;
  }
}

.section-services-intro__col {
  width: 33%;
  margin: 0 3%;
}

@media only screen and (max-width: 64em) {
  .section-services-intro__col {
    width: 100%;
  }
  .section-services-intro__col:not(:last-child) {
    margin-bottom: 4rem;
  }
}

.section-about {
  background-color: #f1f1f4;
  padding: 2rem 5%;
}

@media only screen and (min-width: 112.5em) {
  .section-about {
    max-width: 180rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.about-box {
  background-image: linear-gradient(105deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.85) 50%, transparent 50%), url(/img/container_ship.jpg);
  background-size: cover;
  background-position: right top;
  border-radius: 3px;
  width: 100%;
  margin-top: 2rem;
  padding: 2rem;
}

@media only screen and (max-width: 56.25em) {
  .about-box {
    background-image: none;
    background-color: #E3E3E3;
  }
}

.about-box__content {
  width: 48%;
}

@media only screen and (max-width: 56.25em) {
  .about-box__content {
    width: 100%;
  }
}

.about-box__paragraph {
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 2rem 0;
}

.section-news {
  background-color: #f1f1f4;
  padding: 2rem 5%;
}

@media only screen and (min-width: 112.5em) {
  .section-news {
    max-width: 180rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-sub {
  padding: 0 5%;
}

table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
}

th,
td {
  padding: 0.4rem;
  font-size: 1.4rem;
}

th {
  text-align: left;
}

.section-intro {
  background-color: #f1f1f4;
  padding: 2rem 5%;
  display: flex;
}

@media only screen and (min-width: 112.5em) {
  .section-intro {
    max-width: 180rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-intro__left {
  flex-basis: 50%;
}

.section-intro__right {
  flex-basis: 50%;
  position: relative;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  max-width: 50rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-intro__img {
  width: 100%;
  filter: blur(1px) brightness(70%);
}

.section-intro .intro-box {
  border-radius: 3px;
  width: 100%;
}

.section-intro .intro-box__paragraph {
  font-size: 1.5rem;
  line-height: 1.3;
  padding: 2rem 0;
}

.section-intro .intro-box__shape {
  display: none;
  position: relative;
  float: left;
  width: 30rem;
  height: 20rem;
  border-radius: 3px;
  -webkit-clip-path: polygon(0% 5%, 72.5% 5%, 95% 50%, 72.5% 95%, 0% 95%);
  clip-path: polygon(0% 5%, 72.5% 5%, 95% 50%, 72.5% 95%, 0% 95%);
  -webkit-shape-outside: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  shape-outside: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
  background-color: #e64100;
  opacity: 0.95;
}

@supports (clip-path: polygon(0 0)) or (-webkit-clip-path: polygon(0 0)) {
  .section-intro .intro-box__shape {
    display: block;
  }
}

@media only screen and (max-width: 56.25em) {
  .section-intro .intro-box__shape {
    width: 100%;
    height: 10rem;
    clip-path: none;
    shape-outside: none;
    margin-bottom: 1rem;
  }
}

.section-intro .intro-box__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-70%, -50%);
  color: #eee;
  font-size: 2.3rem;
  font-weight: 100;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
}

@media only screen and (max-width: 56.25em) {
  .section-intro .intro-box__caption {
    transform: translate(-50%, -50%);
  }
}

.section-location {
  background-color: #f1f1f4;
  padding: 2rem 5%;
  padding-bottom: 0;
}

@media only screen and (min-width: 112.5em) {
  .section-location {
    max-width: 180rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-location__wrapper {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), transparent);
  display: flex;
}

.section-location__content {
  flex: 0 0 60%;
  height: 100%;
  min-height: 45rem;
  border-radius: 5px;
  padding: 1rem;
}

@media only screen and (max-width: 56.25em) {
  .section-location__content {
    flex: 1 1 100%;
    min-height: initial;
  }
}

.section-location__map {
  padding: 2rem;
}

@media only screen and (max-width: 56.25em) {
  .section-location__map {
    display: none;
  }
}

.section-location__table {
  width: 100%;
  margin-top: 1rem;
}

.section-history {
  background-color: #f1f1f4;
  padding: 2rem 5%;
}

@media only screen and (min-width: 112.5em) {
  .section-history {
    max-width: 180rem;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 37.5em) {
  .section-history__img {
    display: none;
  }
}

.section-certifications {
  background-color: #f1f1f4;
  padding: 2rem 5%;
}

@media only screen and (min-width: 112.5em) {
  .section-certifications {
    max-width: 180rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.section-clients {
  padding: 2rem 10%;
  margin-top: 3rem;
  background-color: #ebebf0;
}

.section-clients__heading {
  font-size: 2.6rem;
  font-weight: 500;
  color: #555;
  margin: 1.5rem 0;
  text-align: center;
}

.section-services {
  background-color: #f1f1f4;
  padding: 0 5%;
  text-align: center;
}

.section-services__title {
  border-bottom: 2px solid #e64100;
  display: inline-block;
  margin-top: 2.5rem;
}

.section-sub-service {
  padding: 0 5%;
}

.section-sub-service__content {
  margin: 0 3rem 3rem 6rem;
}

@media only screen and (max-width: 37.5em) {
  .section-sub-service__content {
    margin-left: 3rem;
  }
}

.section-sub-service__title {
  font-size: 1.9rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.section-sub-service__img {
  float: right;
  height: 20rem;
  margin: 0 0 1rem 1rem;
  border-radius: 3px;
}

@media only screen and (max-width: 56.25em) {
  .section-sub-service__img {
    display: none;
  }
}

.section-contact {
  padding: 0 5%;
}

.section-personell {
  padding: 0 5%;
}

.section-personell__heading {
  text-align: center;
}

@media only screen and (max-width: 37.5em) {
  .section-personell {
    display: none;
  }
}

.section-documents {
  padding: 0 5%;
}

.section-hseq {
  background-color: #f1f1f4;
  padding: 2rem 5%;
  font-size: 1.6rem;
}

@media only screen and (min-width: 112.5em) {
  .section-hseq {
    max-width: 180rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.hseq-list {
  list-style: none;
}

.hseq-list__item::before {
  content: "\002713";
  color: #e64100;
  font-weight: bold;
  display: inline-block;
  width: 1rem;
  margin-right: 1rem;
}

.hseq-list__item:not(:last-child) {
  margin: 1rem 0;
}
/*# sourceMappingURL=styles.css.map */