﻿@import url("https://fonts.googleapis.com/css?family=Playfair+Display:700,700i,900,900i|Roboto:300,300i,400,400i,500,500i,700,700i,900,900i|Open+Sans:400,400i,700,700i");
html, body {
  height: 100%;
}

body {
    position: relative;
    background-color: #f7f3ec;
}
body * {
  box-sizing: border-box;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);

}

.container {
  width: 90%;
  margin: 0 auto;
  max-width: 1360px;
  padding: 0;
}
.container.container-lg {
  width: 100%;
  max-width: none;
}

/*.container-lg {
    width: 100%;
    margin: 0 auto;
    padding: 0;

    ::before {
        display: table;
        content: " ";
    }

    ::after {
        clear: both;
        display: table;
        content: " ";
    }
}*/
section {
  padding: 3rem 0 4rem;
}
section > .container > *:first-child, section container-lg > *:first-child {
  margin-top: 0;
}
section > .container > *:last-child, section container-lg > *:last-child {
  margin-bottom: 0;
}

hr.hero {
  max-width: 2.75rem;
  border-top: 1px solid #2D2D2D;
  margin: 2.5rem auto;
}

.table-xs {
  display: table;
  width: 100%;
  border-spacing: 0;
}
.table-xs > div {
  display: table-cell;
}

.nicescroll-rails-hr {
  display: none !important;
}

.nicescroll-cursors {
  opacity: 0.5 !important;
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  section {
    padding: 1.25rem 0 1.75rem;
  }
}
@media (max-width: 767px) {
  .table-sm-fix > div {
    margin-bottom: 1rem;
  }
  .table-sm-fix > div:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  section {
    padding: 3rem 0 4.5rem;
  }
  .table-sm-fix {
    display: table;
    width: calc(100% + 2rem);
    margin: -1rem;
    table-layout: fixed;
    border-spacing: 1rem;
  }
  .table-sm-fix > div {
    display: table-cell;
  }
}
@media (min-width: 992px) {
  section {
    padding: 3.75rem 0 5.5rem;
  }
}
/*
font-family: 'Playfair Display', serif;
black 900

font-family: 'Roboto', sans-serif;
regular 400
medium 500
bold 700
black 900

font-family: 'Open Sans', sans-serif;
regular 400
bold 700
*/
html {
  font-size: 16px;
}

body {
    font-family: "Roboto", sans-serif;
    color: #2D2D2D;
    font-size: 1rem;
    font-weight: 300;
}

h1 {
  font-family: "Playfair Display", serif;
  font-weight: 800;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}
    h1 a, h1 a:focus {
        text-decoration: none !important;
        color: #2D2D2D;
    }
h1 a:hover, h1 a:focus:hover {
  color: #00425e;
}

h1.small {
  font-size: 1.75rem;
  line-height: 1.1em;
}

section > h1:first-child {
  margin-top: 0;
}

h2,
.h2,
h3 {
  font-family: "Roboto", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.5em;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

h3 {
  font-size: 0.875rem;
}
.umb-block-grid__layout-item h3, .umb-block-grid__layout-item h2 {
    font-size: initial;
    margin-top: 1em;
}

h4 {
    font-weight: 700;
    font-size: 1.125rem;
    margin-bottom: 1rem;
}

p {
  margin-bottom: 1rem;
  line-height: 1.5em;
}

a {
  cursor: pointer;
  color: #00425e;
  text-decoration: underline;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
a:hover, a:focus {
  color: #e4c42b;
}

a.goback {
  display: inline-block;
  margin-left: 1rem;
  position: relative;
  font-weight: 500;
  color: #00425e;
}
a.goback:before {
  font-family: FontAwesome;
  content: "\f104";
  position: absolute;
  left: -1rem;
  font-size: 1.75em;
}
a.goback:hover, a.goback:focus {
  color: #e4c42b;
}

.small {
  font-size: 0.75rem;
  line-height: 1.5em;
}

@media (max-width: 413px) {
  h1 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 3.75rem;
  }
  h1.small {
    font-size: 2.5rem;
  }
  h2,
  .h2 {
    font-size: 1.125rem;
  }
  h4 {
    font-weight: 700;
    font-size: 0.875rem;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.75rem;
  }
}
header {
  position: relative;
  z-index: 999;
}

.header__main {
  position: fixed;
  background: var(--beige);
  top: 0;
  left: 0;
  right: 0;
  height: 4.75rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.header__spacer {
  position: relative;
  height: 4.75rem;
  pointer-events: none;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.navbar-brand {
  height: auto;
  padding: 0.75rem 1.125rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.navbar-brand > img {
  position: absolute;
  height: auto;
}

.navbar-brand__small {
  width: 10.5625rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.navbar-brand__big {
  width: 15.5rem;
  left: 50%;
  bottom: 8rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.navbar-default {
  background-color: transparent;
  height: 100%;
  border: 0;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: transparent;
  border-color: transparent;
}
.navbar-default .container-fluid {
  height: 100%;
}

.navbar-toggle {
  margin: 0;
  padding: 3px;
  position: absolute;
  right: 0.625rem;
  border: 0;
  background: none;
  top: 0.9375rem;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
    .navbar-toggle > span {
        display: block;
        width: 2rem;
        height: 4px;
        background: #2D2D2D;
        border-radius: 2px;
        margin: 0.375rem;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
.navbar-toggle > span:first-child {
  -webkit-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
}
.navbar-toggle > span:nth-child(2) {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.navbar-toggle > span:last-child {
  -webkit-transform: rotate(0deg) translate(0, 0);
  transform: rotate(0deg) translate(0, 0);
}

.navbar-header {
  height: 100%;
}

header.active .navbar-toggle > span:first-child {
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}
header.active .navbar-toggle > span:nth-child(2) {
  opacity: 0;
  width: 2rem;
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
header.active .navbar-toggle > span:last-child {
  -webkit-transform: rotate(-45deg) translate(7px, -7px);
  transform: rotate(-45deg) translate(7px, -7px);
}

@media (max-width: 767px) {
  header .container-fluid {
    padding: 0;
  }
  header.hideSticky .header__main {
    top: -4.75rem;
  }
  header.active .header__main,
  header.shrink.active .header__main {
    top: 0 !important;
  }
  .navbar-brand > .navbar-brand__big {
    display: none;
  }
}
@media (min-width: 768px) {
  header .navbar-brand__big {
    display: none;
  }
  header .navbar-brand__small {
    display: block;
  }
  .navbar-nav > li > a {
    line-height: 4.75rem;
  }
}
@media (min-width: 992px) {
  .header__main,
  .header__spacer {
    height: 7rem;
  }
  .navbar-brand {
    height: auto;
    padding: 1.25rem 1.5rem;
  }
  .navbar-brand__small {
    width: 15.3125rem;
  }
  .navbar-brand__big {
    width: 19.5rem;
  }
  header.shrink .header__main,
  header.shrink .header__spacer {
    height: 4.75rem;
  }
  header.shrink .navbar-nav > li > a {
    line-height: 4.75rem;
  }
  header.shrink .navbar-brand__small {
    width: 10.5625rem;
  }
  header.shrink .navbar-brand {
    padding: 0.75rem 1.5rem;
  }
}
.footer {
  background: var(--dark-blue);
  padding: 2.5rem 0 1.25rem;
  text-align: center;
  color: #ffffff;
  font-size: 0.875rem;
  border-bottom: 7px solid var(--yellow);
}
.footer h3 {
  text-transform: uppercase;
  margin-top: 3.5rem;
  font-weight: 500;
  font-size: 1.25rem;
}
.footer .small {
  opacity: 0.64;
  max-width: 34rem;
  margin: 0 auto;
}
.footer a {
  color: var(--yellow);
  text-decoration: underline;
}
.footer a:hover {
  color: #ffffff;
}
    .footer .fa-facebook {
        display: inline-block;
        width: 2.5rem;
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 1.5rem;
        text-align: center;
        background: #ffffff;
        border-radius: 50%;
        color: #2D2D2D;
    }

.footer__logo img {
  height: auto;
}

.footer__copyright {
  font-size: 0.75rem;
}
.footer__copyright > * {
  padding: 0.125rem;
}
.footer__copyright--logos {
  margin: 2.5rem auto 0.75rem;
}
.footer__copyright--logos * {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.footer__copyright--credit a {
  color: #ffffff;
  text-decoration: none;
}
.footer__copyright--credit a:hover {
  text-decoration: underline;
}

.logo-gront-punkt {
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .footer .small {
    max-width: 28rem;
    margin-top: 1.5rem;
  }
  .footer h3 {
    margin-top: 3rem;
    font-size: 1.25rem;
  }
  .footer__logo {
    margin-bottom: 3rem;
  }
  .footer__logo img {
    width: 6.0625rem;
  }
}
@media (min-width: 768px) {
  .footer__copyright {
    position: relative;
    /*    &--text {
          position: absolute;
          top: 2rem;
          right: calc(60% + 6rem);
        }
        &--credit {
          position: absolute;
          top: 2rem;
          left: calc(60% + 6rem);
        }*/
  }
  .footer__copyright--logos {
    margin-top: 3.5rem;
  }
  .footer__logo {
    margin-bottom: 3.5rem;
  }
  .footer__logo img {
    width: 7.625rem;
  }
}
@media (min-width: 1200px) {
  .footer__copyright--text {
    position: absolute;
    top: 2rem;
    right: calc(60% + 6rem);
  }
  .footer__copyright--credit {
    position: absolute;
    top: 2rem;
    left: calc(60% + 6rem);
  }
}
.navbar-default {
  font-family: "Roboto", sans-serif;
  font-size: 1.1875rem;
  text-transform: uppercase;
  font-weight: 500;
  border-color: transparent;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background: transparent;
  color: #000000;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
}

header.shrink .header__main {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
header.shrink .navbar-default .navbar-nav > li > a,
header.shrink .navbar-default .navbar-nav > .active > a {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.navbar {
  margin-bottom: 0;
}

.request-menu {
  color: var(--light-blue) !important;
}

.dropdown-menu {
  border: none;
  box-shadow: none;
  margin-top: -20px !important;
  border-radius: 0;
}
.dropdown-menu li {
  border-top: 1px solid #e7e7e7;
}
.dropdown-menu li a {
  text-decoration: none;
  padding: 15px;
  font-family: "Roboto", sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 991px) {
  .dropdown-menu {
    margin-top: -10px !important;
  }
  .dropdown-menu li a {
    font-size: 0.7375rem;
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .dropdown-menu {
    display: none;
  }
}

@media (max-width: 767px) {
  .container-fluid > .navbar-collapse {
    position: fixed;
    margin: 0;
    left: 0;
    right: 0;
    width: 100%;
    border: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    overflow: visible;
  }
  .navbar-default .navbar-header {
    margin: 0;
  }
  .navbar-default .navbar-nav {
    position: fixed;
    margin: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 4.75rem);
    display: flex;
    flex-direction: column;
    background: #ffffff;
    z-index: 99;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  }
  .navbar-default .navbar-nav > li {
    border-top: 1px solid #dbdbdb;
    flex-grow: 1;
    display: flex;
  }
    .navbar-default .navbar-nav > li > a,
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        text-align: center;
        color: #2D2D2D;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
    }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background: var(--light-blue);
  }
  .collapse {
    display: block;
    opacity: 0;
    pointer-events: none;
  }
  .collapse.collapsing,
  .collapse.in {
    opacity: 1;
    pointer-events: auto;
  }
  .collapsing-out {
    opacity: 0 !important;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  .navbar-default .navbar-nav {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .navbar-default .navbar-nav > li {
    /*width: 45%;*/
  }
  .navbar-default .navbar-nav > li:nth-child(even) {
    border-right: 1px solid #dbdbdb;
  }
}
@media (min-width: 768px) {
  .navbar-default {
    font-size: 0.7rem;
    letter-spacing: -0.05em;
  }
  .navbar-collapse {
    position: absolute;
    right: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-nav {
    display: table;
    white-space: nowrap;
    float: none;
  }
  .navbar-nav > li {
    display: table-cell;
    float: none;
  }
  .navbar-nav > li > a {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    position: relative;
  }
  .navbar-nav > li > a:before {
    position: absolute;
    top: 0;
    left: 1px;
    right: 1px;
    content: "";
    background: var(--yellow-header);
    height: 0.375rem;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .navbar-nav > li a:hover:before,
  .navbar-nav > .active a:before,
  .navbar-nav > .active a:hover:before {
    opacity: 1;
  }
  .header--home .navbar-nav > li > a:before {
    top: auto;
    bottom: 1px;
  }
}
.navbar-nav > li:last-child > .dropdown-menu {
  left: auto;
  right: 0;
}

.navbar-nav .dropdown-arrow {
  position: absolute;
  top: 35px;
  right: 5px;
  padding: 20px;
  font-size: 22px;
  line-height: 1;
  margin-top: -30px;
  z-index: 999;
}

.navbar-default .navbar-nav {
  display: block;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover {
  padding-top: 25px;
  padding-bottom: 25px;
}

.dropdown-menu {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  display: none;
  float: none;
  padding: 0;
  margin: 0 !important;
}

.navbar-default .navbar-nav {
  overflow: auto;
}

.navbar-default .navbar-nav > li {
  display: block;
  float: none;
}

.dropdown-menu li a {
  font-size: 1rem;
  padding: 20px 10px;
  text-align: center;
  background: #fcfcfc;
}

@media (min-width: 840px) {
  .navbar-default {
    letter-spacing: 0;
  }
  .navbar-nav > li > a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .navbar-nav .dropdown-arrow {
    display: none;
  }
  .navbar-default .navbar-nav > li {
    display: flex;
    float: left;
  }
  .navbar-default .navbar-nav {
    overflow: visible;
  }
  .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover {
    padding-top: 0;
    padding-bottom: 0;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    /*margin: -10px !important;*/
  }
  .dropdown-menu li a {
    font-size: 0.7rem;
    padding: 12px;
    text-align: left;
    background: #fff;
  }
}
@media (min-width: 992px) {
  .navbar-default {
    font-size: 0.9rem;
  }
  .navbar-nav > li > a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    line-height: 7rem;
  }
  .navbar-collapse {
    right: 0.125rem;
  }
  .dropdown-menu {
    margin: -25px !important;
  }
    .shrink .dropdown-menu {
        margin: auto !important;
    }
}
@media (min-width: 1200px) {
  .navbar-collapse {
    right: 0.5rem;
  }
  .navbar-brand {
    padding: 1.25rem 2rem;
  }
  .navbar-nav > li > a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
/*@media (max-width: 1300px) {
    .navbar-collapse.collapse {
        display: none !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
}*/
/*@media (max-width: 1300px) {
    .navbar-toggle {
        display: block;
    }
}*/
input, textarea, select, option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input.input-validation-error,
input.form-control.input-validation-error {
  border: 1px solid #e63b3b !important;
  color: #e63b3b !important;
}

.form-group.no-margin, .form-group-sm.no-margin {
  margin: 0px;
}

.form-group-sm .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #7e7e7e;
    color: #2D2D2D;
    padding: 0.5rem 1rem;
    height: 2.5rem;
}
.form-group-sm .form-control:hover, .form-group-sm .form-control:focus, .form-group-sm .form-control:active, .form-group-sm .form-control:active:focus {
  outline: none !important;
  box-shadow: none;
  border: 1px solid #7e7e7e;
}

.form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #7e7e7e;
    color: #2D2D2D;
    padding: 0.5rem 1rem;
    height: 3rem;
}
.form-control:hover, .form-control:focus, .form-control:active, .form-control:active:focus {
  outline: none !important;
  box-shadow: none;
  border: 1px solid #7e7e7e;
}

.total {
  border: 0;
  border-bottom: 7px solid var(--light-blue);
  width: 100%;
  text-align: center;
  padding: 0.5rem 0 0;
  font-size: 1.25rem;
  font-weight: 500;
}

form {
  margin: 2rem 0;
}
form.no-margin {
  margin: 0px !important;
}
form > div {
  margin-bottom: 1rem;
}
form ::-webkit-input-placeholder {
  color: #2D2D2D !important;
}
form ::-moz-placeholder {
  color: #2D2D2D !important;
}
form :-ms-input-placeholder {
  color: #2D2D2D !important;
}
form :-moz-placeholder {
  color: #2D2D2D !important;
}

.radio {
  display: inline-block;
  position: relative;
  padding-left: 1.25rem;
}
.radio input[type=radio],
.radio input[type=radio] + .checkmark {
  display: block;
  position: absolute;
  width: 13px;
  height: 13px;
  border: 1px solid #7e7e7e;
  border-radius: 50%;
  left: 0;
  top: 0;
}

.radio-container {
  display: inline-block;
  position: relative;
  margin: 0 2rem 0 0;
  padding-left: 1.25rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300;
}
.radio-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 13px;
  width: 13px;
  border: 1px solid #7e7e7e;
  border-radius: 50%;
}
.radio-container .checkmark:after {
  top: 2px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7e7e7e;
  content: "";
  position: absolute;
  display: none;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio-container input:checked ~ .checkmark:after {
  display: block;
}

.form-measure {
  width: 100%;
  display: table;
  border-spacing: 0;
}
.form-measure > div {
  display: table-cell;
  text-align: center;
}
.form-measure > div:first-child, .form-measure > div:last-child {
  width: calc(50% - 1rem);
}
.form-measure > div:nth-child(2) {
  width: 2rem;
  font-weight: 500;
  vertical-align: middle;
}

.label-newsletter {
  text-transform: uppercase;
  color: var(--light-blue);
  font-size: 18px;
  line-height: 2;
  display: inline;
}

.request-send-btn {
  margin-left: 10px;
  width: 150px;
}

.custom-checkbox {
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox input + label {
  margin: 0px;
  height: 2.5rem;
  width: 2.5rem;
  cursor: pointer;
}
.custom-checkbox input + label:before {
  content: "";
  display: inline-block;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #7e7e7e;
  color: #2D2D2D;
  width: 2.5rem;
  height: 2.5rem;
}
.custom-checkbox.custom-checkbox-sm {
  height: 2rem;
  width: 2rem;
}
.custom-checkbox.custom-checkbox-sm input + label {
  height: 2rem;
  width: 2rem;
}
.custom-checkbox.custom-checkbox-sm input + label:before {
  height: 2rem;
  width: 2rem;
}
.custom-checkbox.custom-checkbox-sm input:checked + label:after {
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  margin-left: -32px;
  margin-top: -25px;
}
.custom-checkbox input:checked + label:after {
  font-family: "FontAwesome";
  content: "\f00c";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  vertical-align: bottom;
  font-size: 1.3rem;
  margin-left: -40px;
}

.custom-checkbox + label {
  margin-left: 5px;
  vertical-align: text-bottom;
  margin-bottom: 10px;
}

.service-contactform {
  margin-bottom: 0;
}
.service-contactform .alert p {
  margin-top: 0 !important;
}
.service-contactform .title {
  font-weight: 700;
  font-size: 1.125rem;
}
.service-contactform > div:not(.alert) {
  margin-bottom: 0 !important;
}

.form-subscripe {
  margin: 1rem auto;
  width: 100%;
}
.form-subscripe input,
.form-subscripe button {
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.form-subscripe input {
  text-align: center;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ffffff;
}
.form-subscripe input.invalid-email {
  border-bottom: 1px solid #e95b72;
  transition: all 0.1s ease-in-out;
}
.form-subscripe button {
  text-align: center;
  border: 0;
  font-weight: 500;
}
.form-subscripe ::-webkit-input-placeholder {
  color: #ffffff !important;
}
.form-subscripe ::-moz-placeholder {
  color: #ffffff !important;
}
.form-subscripe :-ms-input-placeholder {
  color: #ffffff !important;
}
.form-subscripe :-moz-placeholder {
  color: #ffffff !important;
}

@media (max-width: 767px) {
  .form-subscripe {
    max-width: 28rem;
  }
    .form-subscripe button {
        background: var(--yellow);
        margin-top: 0.75rem;
        font-size: 1.0625rem;
        text-transform: uppercase;
        padding: 1rem 0.5rem;
        color: var(--dark-blue)
    }
}
@media (min-width: 768px) {
  .form-subscripe {
    display: table;
    max-width: 34rem;
  }
  .form-subscripe > * {
    display: table-cell;
  }
  .form-subscripe > *:last-child {
    width: 7.75rem;
  }
  .form-subscripe input {
    text-align: left;
  }
  .form-subscripe button {
    background: transparent;
    border-bottom: 3px solid var(--yellow);
    position: relative;
  }
  .form-subscripe button:before {
    content: "";
    height: 2px;
    display: block;
    position: absolute;
    background: var(--yellow);
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.section-hjem {
  /*text-align: center;*/
}

.section-intro {
  min-height: calc(100vh - 4.75rem);
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.section-hjem .btn {
    font-size: 1.125rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    padding: 0.75rem 2rem;
}
.section-hjem .btn-primary {
  background: #00a7b2;
  border: 1px solid #00a7b2;
}

.section-hjem-featured {
  padding: 0;
}

#vdoHome {
  padding: 0;
  flex-grow: 1;
  position: relative;
  min-height: 9rem;
}
#vdoHome > * {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
#vdoHome > * video {
  object-fit: cover;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.section-intro__table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.section-intro__table h2 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0;
  text-align: center;
}
.section-intro__table a {
  text-decoration: none;
  color: #ffffff;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
  padding: 0.5rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
.section-intro__table a:hover {
  opacity: 0.8;
}
.section-intro__table > *:first-child {
  background: var(--dark-blue);
}
.section-intro__table > *:last-child {
  background: var(--light-blue);
}

.section-hjem__text p {
    font-size: 1.4rem;
    /*margin-left: auto;*/
    margin-right: auto;
    max-width: 50rem;
    font-family: "Roboto", sans-serif;
    color: #2D2D2D;
}
.tjenester .intro, .om-oss .intro {
    font-size: 1.10rem;
    /*margin-left: auto;*/
    margin-right: auto;
    max-width: 50rem;
    font-family: "Roboto", sans-serif;
    color: #2D2D2D;
}
.arbeider p {
    font-size: 1.10rem;
    font-family: "Roboto", sans-serif;
    color: #2D2D2D;
}
.section-hjem__text h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #000000;
}

.section-hjem-featured__table img {
  width: 100%;
  height: auto;
}
.section-hjem-featured__table > * {
  display: block;
  position: relative;
  overflow: hidden;
}
.section-hjem-featured__table > * .section-hjem-featured_desc {
  opacity: 0;
}
.section-hjem-featured__table > *:hover .section-hjem-featured_desc {
  opacity: 1;
}
.section-hjem-featured__table > * .section-hjem-overlay {
  opacity: 0;
}

.section-hjem-featured_desc {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba( var(--light-blue-rgb), 0.9);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.section-hjem-featured_desc * {
  font-size: 1.25rem;
  color: #ffffff;
  margin: 0;
  font-weight: 700;
  line-height: 1.25em;
}
.section-hjem-featured_desc h2 {
  text-transform: uppercase;
}

.section-intro__logo {
  display: block;
  position: absolute !important;
  z-index: 2;
  width: 25% !important;
  max-width: 18rem;
  height: auto !important;
  top: 25%;
  right: 10%;
}

@media (max-width: 767px) {
  .section-intro__logo {
    width: 30% !important;
    top: 30%;
    top: 20%;
  }
}
@media (max-width: 567px) {
  .section-intro__logo {
    width: 20% !important;
    top: 15%;
    top: 30%;
  }
}
@media (max-width: 413px) {
  .section-intro__logo {
    width: 30% !important;
    top: 20%;
    top: 20%;
    right: 5%;
  }
}
@media (max-widtH: 992px) and (orientation: landscape) {
  .section-intro__logo {
    width: 20% !important;
    top: 10%;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .section-intro__table {
    display: block;
  }
  .section-intro__table a {
    padding: 3.25rem 1rem;
    display: block;
  }
  .section-intro__table h2 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .section-intro__table a {
    padding: 2.375rem 1rem;
  }
  .section-intro__table h2 {
    font-size: 2rem;
  }
  .section-hjem__text h1 {
    font-size: 3rem;
  }
  .section-hjem-featured__table {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .section-hjem-featured__table > * {
    display: table-cell;
  }
  #vdoHome {
    min-height: 28rem;
  }
  .section-hjem .btn {
    font-size: 1.25rem;
  }
}
@media (min-width: 992px) {
  #vdoHome {
    min-height: 30rem;
  }
}
@media (max-width: 991px) {
  .section-hjem-overlay {
    opacity: 0.25 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transition: opacity 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .section-hjem-featured_desc {
    opacity: 1 !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .section-hjem-featured_desc * {
    opacity: 1;
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 9px 13px 9px 13px;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    z-index: 1;
    transition: opacity 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .section-hjem-featured_desc h2 {
    opacity: 1;
    background: #fff;
    transform: translate(0, -40px);
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 9px 13px 9px 13px;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #404041;
    white-space: nowrap;
    text-transform: uppercase;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 1;
    transition: all 500ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
}
.om-oss__float .btn {
  width: 100%;
  padding-right: 1.75rem;
  white-space: normal;
}
.om-oss__float .btn span {
  font-size: 1.625em;
  position: absolute;
  margin-left: 0.5rem;
  font-weight: 300;
}
.om-oss__float img {
  width: 100%;
}

.om-oss__body > :first-child {
  margin-top: 0;
}

.om-oss__table-float > * {
  margin-top: 1rem;
}
.om-oss__table-float > * .btn {
  padding-right: 1rem;
}

.om-oss__table h3 {
  margin: 0 0 0.5rem;
}
.om-oss__table p:last-child {
  margin-bottom: 0;
}

.en-real-trokkeabilly iframe {
  pointer-events: none;
}

@media (max-width: 413px) {
  .om-oss__float .btn {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .om-oss__float {
    margin-top: 2rem;
  }
  .om-oss__table img {
    display: block;
    margin: 3rem auto 1rem;
    width: 45%;
    max-width: 11rem;
  }
  .om-oss__table .logo-miljofrakt {
    padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  .om-oss > .container {
    padding-right: 0;
  }
  .om-oss__body {
    width: 50%;
    float: left;
  }
  .om-oss__float {
    padding-top: 1rem;
    width: 45%;
    float: right;
  }
  .om-oss__table {
    display: table;
  }
  .om-oss__table > * {
    display: table-row;
  }
  .om-oss__table > * > * {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 2rem;
  }
  .om-oss__table > * > *:first-child {
    width: 7rem;
    padding-right: 1.5rem;
  }
  .om-oss__table > *:last-child > * {
    padding-bottom: 0;
  }
  .om-oss__table img {
    width: 100%;
    margin-top: 0.5rem;
  }
  .om-oss__table .logo-miljofrakt {
    padding-left: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .om-oss > .container {
    padding-right: 0;
  }
  .om-oss__body {
    width: 50%;
    float: left;
  }
  .om-oss__float {
    padding-top: 1rem;
    width: 45%;
    float: right;
  }
  .om-oss__table-float {
    display: table;
    border-spacing: 1rem;
    width: calc(100% + 2rem);
    margin: 0 -1rem;
    table-layout: fixed;
  }
  .om-oss__table-float > * {
    display: table-cell;
  }
}
.buttons {
  margin-top: 2rem;
}

.btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
  border-radius: 0;
  text-transform: uppercase;
  display: inline-block;
  padding: 1rem 0.5rem;
  text-decoration: none;
  outline: none !important;
  line-height: 1.2em;
}
.btn:hover, .btn:focus, .btn:active, .btn:active:focus {
  color: #ffffff;
  background: #2D2D2D !important;
  border: 1px solid #2D2D2D !important;
  text-decoration: none !important;
}

.btn-primary {
  background: var(--light-blue);
  border: 1px solid var(--light-blue);
}

.btn-secondary {
    background: var(--light-blue);
    border: 1px solid var(--light-blue);
}

.btn-gray {
  background: #f4f4f4;
  border: 1px solid #b2b2b2;
  color: #b2b2b2;
}

@media (max-width: 359px) {
  .btn {
    font-size: 0.875rem;
  }
}
@media (min-width: 768px) {
  .buttons {
    margin-top: 3rem;
  }
}
.tjenester__list {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom:40px;
}
.tjenester__list > * {
  padding-bottom: 65%;
  position: relative;
  margin-bottom: 10px;
}
.tjenester__list > *:nth-child(3n) span {
  background: var(--light-blue);
}
    .tjenester__list > *:nth-child(3n+1) span {
        background: var(--light-blue);
    }
    .tjenester__list > *:nth-child(3n+2) span {
        background: var(--light-blue);
    }
.tjenester__list > *:hover a:before {
  opacity: 0.4;
}
    .tjenester__list a, .tjenester__list .image-wrapper {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        color: #ffffff;
        text-transform: uppercase;
        text-decoration: none;
        opacity: 1;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
.tjenester__list a:before {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #2D2D2D;
  opacity: 0;
}
.tjenester__list span {
  display: block;
  padding: 1rem 1.5rem;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  pointer-events: none;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.25em;
}

/* Other Services */
.other-services {
  margin-top: 50px;
}

.other-services > h2 {
  font-family: "Playfair Display";
  text-transform: none;
  font-size: 28px;
}

@media (max-width: 768px) {
  .other-services {
    padding: 0 5%;
  }
}
.other-services-service {
  margin: auto;
  width: 25%;
  font-family: "Playfair Display";
  text-decoration: none;
}

.other-services-service:hover,
.other-services-service:focus {
  text-decoration: none;
}

.other-services-service-image {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-bottom: 6px solid var(--light-blue);
  transition: opacity 0.2s ease;
}

.other-services-service:hover .other-services-service-image {
  opacity: 0.85;
}

.other-services-service-title {
  padding: 15px 10px 0 0;
  color: #2D2D2D;
  font-size: 15px;
  font-weight: 300;
  font-family: Roboto;
}

@media (min-width: 768px) {
  .tjenester__list {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tjenester__list > * {
    width: calc(33.33333% - 0.4rem);
    padding-bottom: 30%;
    margin-bottom: 10px;
  }
  .tjenester__list > .tjenester__wide {
    width: calc(66.66666% - 0.175rem);
  }
  .tjenester__list span {
    width: auto;
    display: inline-block;
    left: 0;
    bottom: 1.5rem;
  }
    .tjenester__list > .tjenester__100 {
        width: calc(100%);
    }
    .tjenester__list > .tjenester__50 {
        width: calc(50% - 6px);
    }
    .tjenester__list > .tjenester__30 {
        width: calc(30% - 0.175rem);
    }
    .tjenester__list > .tjenester__20 {
        width: calc(20% - 0.175rem);
    }
    .tjenester__list > .tjenester__25 {
        width: calc(25% - 6px);
    }
}
@media (min-width: 992px) {
  .tjenester__list span {
    bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .tjenester__list span {
    bottom: 3rem;
  }
}
.tjenester-detail__header h1 {
  margin-top: 0;
}

.tjenester-detail__slider {
  font-size: 0;
}

.tjenester-detail .tab-content .text-content {
  margin-top: 0;
}
.tjenester-detail .tab-content .text-content > :first-child {
  margin-top: 0;
}
.tjenester-detail .nav-tabs {
  margin: 2rem 0 1rem;
}

.tjenester-detail__request-btn {
  margin-top: 20px;
  width: 100%;
}

.tjenester-detail__header .nav-tabs .tjenester-tabselector > a {
    border: 1px solid var(--light-blue);
    background: var(--light-blue);
    color: #ffffff;
}

.tjenester-detail__header .nav-tabs .tjenester-tabselector > a:hover,
.tjenester-detail__header .nav-tabs .tjenester-tabselector > a:focus {
  border: 1px solid #2D2D2D;
  background: #2D2D2D;
  color: #ffffff;
}

.tjenester-detail__header .nav-tabs .tjenester-tabselector-active > a,
.tjenester-detail__header .nav-tabs .tjenester-tabselector-active > a:focus {
  border: 1px solid #2D2D2D;
  background: transparent;
  color: #2D2D2D;
}

.tjenester-detail__header .nav-tabs .tjenester-tabselector-active > a:hover {
  background-color: #eee;
  color: #2D2D2D;
  border: 1px solid #2D2D2D;
}

@media (max-width: 767px) {
  .tjenester-detail > .container {
    width: 100%;
  }
  .tjenester-detail .row {
    margin-right: 0;
    margin-left: 0;
  }
  .tjenester-detail .row > * {
    padding-left: 0;
    padding-right: 0;
  }
  .tjenester-detail .tab-content,
  .tjenester-detail .tjenester-detail__header {
    padding: 0 5%;
  }
  .tjenester-detail__slider {
    margin-top: 0 !important;
  }
}
@media (max-width: 768px) {
  .tjenester-detail .tab-content .text-content {
    margin-top: 2rem;
  }
  .tjenester-detail .tab-content > div {
    padding-left: 0px;
    padding-right: 0px;
  }
  .tjenester-detail .tab-content > div > div {
    padding-left: 0px;
    padding-right: 0px;
  }
  .tjenester-detail .tjenester-detail__header .nav.nav-tabs {
    margin: 2rem 0;
  }
}
.verktoy__list {
  font-weight: 700;
  font-size: 1.25rem;
}
.verktoy__list > * {
  padding-bottom: 65%;
  position: relative;
  margin-bottom: 10px;
}
.verktoy__list > *:nth-child(3n) span {
  background: var(--light-blue);
}
    .verktoy__list > *:nth-child(3n+1) span {
        background: var(--light-blue);
    }
    .verktoy__list > *:nth-child(3n+2) span {
        background: var(--light-blue);
    }
.verktoy__list > *:hover a:before {
  opacity: 0.4;
}
.verktoy__list a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.verktoy__list a:before {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #2D2D2D;
  opacity: 0;
}
.verktoy__list span {
  display: block;
  padding: 1rem 1.5rem;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  pointer-events: none;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.25em;
}

@media (min-width: 768px) {
  .verktoy__list {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .verktoy__list > * {
    width: calc(33.33333% - 0.4rem);
    padding-bottom: 30%;
    margin-bottom: 10px;
  }
  .verktoy__list > .verktoy__wide {
    width: calc(66.66666% - 0.175rem);
  }
  .verktoy__list span {
    width: auto;
    display: inline-block;
    left: 0;
    bottom: 1.5rem;
  }
}
@media (min-width: 992px) {
  .verktoy__list span {
    bottom: 2rem;
  }
}
@media (min-width: 1200px) {
  .verktoy__list span {
    bottom: 3rem;
  }
}
.verktoy-detail .table-xs > div {
  vertical-align: bottom;
}
.verktoy-detail .table-xs > div:first-child {
  width: 1rem;
  white-space: nowrap;
  padding-right: 1rem;
}
.verktoy-detail .table-xs .h2 {
  margin-bottom: 0;
}
.verktoy-detail form {
  margin-bottom: 4rem;
}

.verktoy-detail__fargeprofiler {
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.verktoy-detail__fargeprofiler a {
  color: #ffffff;
  display: block;
  background-size: cover;
  position: relative;
  padding: 2.5rem 2rem;
  vertical-align: middle;
  z-index: 1;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none !important;
}
.verktoy-detail__fargeprofiler a:after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #898989;
  opacity: 0.7;
  z-index: -1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.verktoy-detail__fargeprofiler a:hover:after {
  opacity: 0;
}
.verktoy-detail__fargeprofiler a .fa {
  font-size: 4rem;
}
.verktoy-detail__fargeprofiler a .fa:after {
  position: absolute;
  display: block;
  left: calc(50% - 1.125rem);
  content: "";
  background: #ffffff;
  width: 2.25rem;
  height: 3px;
  margin-top: -0.75rem;
}

@media (max-width: 767px) {
  .verktoy-detail__fargeprofiler > a:first-child {
    margin-bottom: 0.75rem;
  }
  .option-content {
    display: none;
  }
  .option-content > div {
    margin-bottom: 1rem;
  }
}
@media (min-width: 568px) {
  .verktoy-detail__fargeprofiler a {
    padding: 4rem 2rem;
  }
}
@media (min-width: 768px) {
  .verktoy-detail__fargeprofiler {
    display: table;
    width: calc(100% + 2rem);
    margin: 0 -1rem;
    table-layout: fixed;
    border-spacing: 1rem;
  }
  .verktoy-detail__fargeprofiler a {
    display: table-cell;
    vertical-align: middle;
    padding: 5rem 2rem;
  }
  .verktoy-detail .table-xs > div:first-child {
    padding-right: 3rem;
  }
  .verktoy-detail form {
    margin: 0 0 2rem;
  }
  .verktoy-detail__form {
    display: table;
    width: calc(100% + 1.5rem);
    border-spacing: 0.75rem;
    margin: 0 -0.75rem;
  }
  .verktoy-detail__form > div {
    display: table-row !important;
  }
  .verktoy-detail__form > div > div {
    display: table-cell !important;
    vertical-align: top;
    padding-left: 1rem;
    width: 22%;
  }
  .verktoy-detail__form > div > div:first-child {
    padding-left: 0;
    width: auto;
    min-width: 8rem;
    max-width: 10rem;
  }
  .verktoy-detail__form > div > div:first-child .form-control {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    text-align: center;
  }
  .verktoy-detail__form > div > div:not(:first-child) ::-webkit-input-placeholder {
    color: #ffffff !important;
  }
  .verktoy-detail__form > div > div:not(:first-child) ::-moz-placeholder {
    color: #ffffff !important;
  }
  .verktoy-detail__form > div > div:not(:first-child) :-ms-input-placeholder {
    color: #ffffff !important;
  }
  .verktoy-detail__form > div > div:not(:first-child) :-moz-placeholder {
    color: #ffffff !important;
  }
  .verktoy-detail__form > .hidden-xs > div {
    padding-top: 1.25rem;
  }
  .verktoy-detail__form > .hidden-xs > div h2 {
    margin: 0 0 -1rem;
  }
  .verktoy-detail__form > .hidden-xs:first-child > div {
    padding-top: 0;
  }
  .total {
    padding: 0.375rem 0 0.375rem;
  }
}
@media (min-width: 992px) {
  .verktoy-detail__fargeprofiler a {
    padding: 7.5rem 2rem;
  }
}
.filoverforing > .container {
  position: relative;
}
.filoverforing .btn {
  display: block;
  width: 100%;
}
.filoverforing .fileflow {
  text-align: center;
}
.filoverforing .fileflow img {
  width: 100%;
  max-width: 14.25rem;
  margin: 1rem 0 1.5rem;
}
.filoverforing .desc h1 {
  margin-top: 0;
}

@media (max-width: 767px) {
  .filoverforing .buttons > * {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .filoverforing {
    background: url("../images/bg-cartoon2.jpg") right 65% no-repeat;
  }
  .filoverforing .desc {
    padding-right: 16rem;
    min-height: 5.5rem;
  }
  .filoverforing .buttons {
    display: table;
    margin: -1rem;
    width: calc(100% + 2rem);
    border-spacing: 1rem;
  }
  .filoverforing .buttons > * {
    display: table-cell;
    box-sizing: border-box;
  }
  .filoverforing .buttons > *:first-child, .filoverforing .buttons > *:nth-child(2) {
    width: 26%;
  }
  .filoverforing .fileflow {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media (min-width: 992px) {
  .filoverforing .buttons {
    border-spacing: 1.625rem;
    margin: -1rem -1.625rem;
    width: calc(100% + 3.25rem);
  }
}
#arbeiderTab h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.5625rem;
}
#arbeiderTab h1, #arbeiderTab h2, #arbeiderTab h3, #arbeiderTab h4, #arbeiderTab h5, #arbeiderTab p {
  text-align: center;
}
#arbeiderTab .container {
  margin-bottom: 1.5rem;
}
#arbeiderTab .grid-container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 0 0 10px;
}
#arbeiderTab .grid-container .grid:after {
  content: "";
  display: block;
  clear: both;
}
#arbeiderTab .grid-container .grid-sizer,
#arbeiderTab .grid-container .grid-item {
  width: 25%;
}
#arbeiderTab .grid-container .grid-item {
  float: left;
  overflow: hidden;
  margin-bottom: 10px;
}
#arbeiderTab .grid-container .grid-item .grid-image {
  width: 100%;
  position: absolute;
}
#arbeiderTab .grid-container .grid-item .grid-image-sqr {
  display: none;
  width: 100%;
  position: absolute;
}
#arbeiderTab .grid-container .grid-item.fwp_small, #arbeiderTab .grid-container .grid-item.fwp_tall {
  width: calc(25% - 10px);
  padding-bottom: calc(25% - 10px);
}
#arbeiderTab .grid-container .grid-item.fwp_large, #arbeiderTab .grid-container .grid-item.fwp_wide {
  width: calc(50% - 10px);
  padding-bottom: calc(25% - 10px);
}
#arbeiderTab .grid-container .grid-item.fwp_large, #arbeiderTab .grid-container .grid-item.fwp_tall {
  padding-bottom: calc(50% - 10px);
}
#arbeiderTab .grid-container .grid-item .project-item-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(var(--light-blue-rgb), 0.7);
  opacity: 0;
  transition: opacity 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#arbeiderTab .grid-container .grid-item .project-item-title {
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.25em;
  font-family: "Roboto", sans-serif;
  text-transform: none;
  white-space: nowrap;
  text-transform: uppercase;
  transition: opacity 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#arbeiderTab .grid-container .grid-item .project-item-description {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.25em;
  font-family: "Roboto", sans-serif;
  text-transform: none;
  white-space: nowrap;
  color: #ffffff;
  transition: opacity 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
#arbeiderTab .grid-container .grid-item:hover .project-item-overlay {
  opacity: 1;
  cursor: pointer;
}
@media (max-width: 991px) {
  #arbeiderTab .grid-container .grid-item .grid-image {
    display: none;
  }
  #arbeiderTab .grid-container .grid-item .grid-image-sqr {
    display: block;
    width: 100%;
  }
  #arbeiderTab .grid-container .grid-item.fwp_small, #arbeiderTab .grid-container .grid-item.fwp_tall, #arbeiderTab .grid-container .grid-item.fwp_large, #arbeiderTab .grid-container .grid-item.fwp_wide {
    width: calc(50% - 10px);
    padding-bottom: calc(50% - 10px);
  }
  #arbeiderTab .grid-container .grid-item .project-item-overlay {
    background: rgba(0, 0, 0, 0.25);
    opacity: 1;
    display: block;
    text-align: left;
  }
  #arbeiderTab .grid-container .grid-item .project-item-title {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 0.5rem 1rem;
    color: #404041;
    position: absolute;
    bottom: 60px;
  }
  #arbeiderTab .grid-container .grid-item .project-item-description {
    padding: 0rem 1rem;
    position: absolute;
    bottom: 25px;
  }
}
@media (max-width: 600px) {
  #arbeiderTab .grid-container .grid-item.fwp_small, #arbeiderTab .grid-container .grid-item.fwp_tall, #arbeiderTab .grid-container .grid-item.fwp_large, #arbeiderTab .grid-container .grid-item.fwp_wide {
    width: calc(100% - 10px);
    padding-bottom: calc(100% - 10px);
  }
}

#arbeiderDetails h2 {
  font-family: "Playfair Display", serif;
  font-size: 1.5625rem;
}
#arbeiderDetails h1, #arbeiderDetails h2, #arbeiderDetails h3, #arbeiderDetails h4, #arbeiderDetails h5, #arbeiderDetails p {
  text-align: center;
}
#arbeiderDetails .prev-next-product-nav {
  margin: 30px auto;
  text-align: center;
}
#arbeiderDetails .prev-next-product-nav > a:hover {
  color: #ec7656;
  border-color: #ec7656;
  text-align: center;
}
#arbeiderDetails .prev-product, #arbeiderDetails .next-product {
  font-size: 40px;
  vertical-align: 1;
  color: #404041;
  padding: 2px 10px 0;
}
#arbeiderDetails .prev-product {
  float: left;
}
#arbeiderDetails .next-product {
  float: right;
}
#arbeiderDetails .all-product {
  text-decoration: none;
  display: inline-block;
  border: 2px solid #404041;
  padding: 10px 20px;
  text-transform: uppercase;
  margin: 0;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1;
  transition-property: color, border-color;
  color: #404041;
}
#arbeiderDetails .all-product p {
  margin: 0;
}
#arbeiderDetails .all-product:hover {
  text-decoration: none;
}
#arbeiderDetails .project-desc.content {
  margin-top: 60px;
  margin-left: 5px;
  margin-right: 5px;
}
#arbeiderDetails .project-desc .row {
  display: table;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
#arbeiderDetails .project-desc .column {
  display: table-cell;
  position: relative;
  float: none;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  background: #fff;
  padding: 5px;
}
#arbeiderDetails .project-desc img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
}
#arbeiderDetails .project-desc .column > div {
  height: 100%;
}
#arbeiderDetails .project-desc .rte-content {
  width: 90%;
  height: 90%;
  overflow: hidden;
  overflow: auto !important;
  box-sizing: border-box;
  padding-left: 5%;
  padding-top: 5%;
}
#arbeiderDetails .project-desc .rte-content-cell {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
#arbeiderDetails .project-desc .rte-content-inner {
  display: table-cell;
  width: 100%;
  padding: 5px 0;
  vertical-align: middle;
}
#arbeiderDetails .project-desc .rte-content-inner :last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  #arbeiderDetails .project-desc .row {
    display: block;
    width: auto;
    height: auto;
  }
  #arbeiderDetails .project-desc .column {
    display: block;
  }
  #arbeiderDetails .project-desc .column > div {
    height: auto;
  }
  #arbeiderDetails .project-desc .rte-content {
    position: static;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    padding: 40px 15px;
  }
  #arbeiderDetails .project-desc .rte-content-cell {
    display: block;
    width: auto;
    height: auto;
  }
  #arbeiderDetails .project-desc .rte-content-inner {
    display: block;
    width: auto;
    padding: 0;
  }
}

.slick-slide img {
  width: 100%;
}

.slick-dots {
  bottom: 0;
  padding: 0 2%;
  margin: 1rem 0;
}
.slick-dots li {
  width: 13px;
  height: 13px;
  margin-bottom: 0.25rem;
}
.slick-dots li button {
  width: 13px;
  height: 13px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slick-dots li button:before {
  width: 9px;
  height: 9px;
  margin: 2px;
  content: "";
  border-radius: 50%;
  background: #ffffff;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.slick-dots li button:hover {
  opacity: 0.75;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-prev, .slick-next {
  z-index: 2;
  width: 2rem;
  height: 4rem;
}
.slick-prev:before, .slick-next:before {
  font-family: FontAwesome;
  text-shadow: 0px 0px 2px rgb(150, 150, 150);
  font-size: 2.25rem;
  opacity: 1;
}
.slick-prev:hover:before, .slick-next:hover:before {
  opacity: 0.75;
}

.slick-prev {
  left: 0.5rem;
}
.slick-prev:before {
  content: "\f104";
}

.slick-next {
  right: 0.5rem;
}
.slick-next:before {
  content: "\f105";
}

.slider-image {
  display: none;
}

.lg-toolbar .lg-autoplay-button,
.lg-toolbar .lg-download,
.lg-outer #lg-share,
.lg-outer .lg-fullscreen,
.lightbox-video #lg-actual-size,
.lightbox-video #lg-zoom-in,
.lightbox-video #lg-zoom-out {
  display: none;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  border-radius: 0;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #e4c42b;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background: transparent;
  font-size: 2.5rem;
  margin-top: -2rem;
  color: #ffffff;
  opacity: 0.5;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  opacity: 1;
}
.lg-actions .lg-next:before,
.lg-actions .lg-prev:before {
  text-shadow: 0px 0px 2px rgb(150, 150, 150);
}

.lg-actions .lg-next:before {
  font-family: FontAwesome;
  content: "\f105";
}

.lg-actions .lg-prev:after {
  font-family: FontAwesome;
  content: "\f104";
}

@media (max-width: 767px) {
  .slick-dots {
    position: relative;
    float: left;
    z-index: 99;
  }
  .slick-dots li button {
    border: 1px solid #00425e;
  }
  .slick-dots li button:before {
    background: #00425e;
  }
  .slick-prev {
    left: 0.25rem;
  }
  .slick-next {
    right: 0.25rem;
  }
  .lg-actions .lg-next {
    right: 0;
  }
  .lg-actions .lg-prev {
    left: 0;
  }
}
.kontakt .btn {
  /*width: 100%;*/
  margin-top: 1rem;
  white-space: normal;
}

.contact {
  text-align: center;
  margin-top: 3rem;
}
.contact h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  margin-top: 0;
  line-height: 1.2em;
  margin-bottom: 0.5rem;
}
.contact h3 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.contact p {
  line-height: 1.8em;
}

.contact__address {
  margin-left: 0;
  margin-right: 0;
  margin-top:1.5rem;
}

.contact__contact {
  padding-top: 1rem;
}

.gmap {
  font-size: 0;
  border-top: 1px solid #b2b2b2;
  overflow: hidden;
  position: relative;
  height: 18.625rem;
}
.gmap iframe {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.gmap #map {
  width: 100%;
  height: 100%;
}
.gmap .department-map.active {
  opacity: 1;
  pointer-events: auto;
}

.btn-department {
    border-top: 7px solid #eaeaea;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    max-width: 200px;
    margin: 0 auto;
}
.btn-department * {
  opacity: 0.6;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.btn-department.active {
  border-top: 7px solid var(--light-blue);
}
.btn-department.active * {
  opacity: 1;
}

@media (max-width: 767px) {
  .kontakt > .container {
    width: 100%;
    overflow: hidden;
  }
  .kontakt h1 {
    padding-left: 5%;
    padding-right: 5%;
  }
  .contact__buttons {
    padding-left: 5%;
    padding-right: 5%;
  }
  .contact {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .gmap {
    border: 1px solid #b2b2b2;
    height: 26.625rem;
    margin-bottom: 1.5rem;
  }
  .contact h3 {
    white-space: nowrap;
  }
  .contact__contact {
    text-align: left;
  }
  .contact__address {
    margin-top: 1rem;
  }
}
#modal-meanings audio + a {
  text-decoration: none;
  color: #e95b72;
}
#modal-meanings audio + a:hover {
  color: #e4c42b;
}

.nav-tabs {
  border-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
  margin: 2rem 0;
  width: 100%;
}
.nav-tabs a {
  text-decoration: none;
}
.nav-tabs > li {
  margin-right: 0.75rem;
  margin-bottom: 0.75rem;
}
.nav-tabs > li > a {
  border: 1px solid #2D2D2D;
  color: #2D2D2D;
  border-radius: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  border: 1px solid #2D2D2D;
}
.nav-tabs > li.active {
  pointer-events: none;
}
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        border: 1px solid var(--light-blue);
        background: var(--light-blue);
        color: #ffffff;
    }

.tab-pane > h2:first-child, .tab-pane p:first-child {
  margin-top: -1rem;
}

@media (max-width: 767px) {
  .nav-tabs {
    margin: -0.5rem 0 1rem;
  }
  .nav-tabs > li {
    float: none;
    display: inline-block;
    margin-bottom: 0.5rem;
    margin-right: 0.125rem;
    margin-left: 0.125rem;
  }
}
@media (max-width: 413px) {
  .nav-tabs > li {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0.25rem;
  }
  .nav-tabs > li > a {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 359px) {
  .nav-tabs {
    font-size: 0.75rem;
  }
  .nav-tabs > li > a {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}
.nav-icons {
  padding-top: 0;
  margin-top: -2rem;
}
.nav-icons ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 92%;
  max-width: 1360px;
  display: table;
  margin: 0 auto;
  table-layout: fixed;
}
.nav-icons a {
  text-decoration: none !important;
  text-transform: uppercase;
  display: block;
  opacity: 1;
}
.nav-icons span {
  text-align: center;
  display: none;
  font-size: 0.875rem;
  color: #2D2D2D;
  font-weight: 500;
  line-height: 1.3em;
}
.nav-icons span span {
  display: inline-block;
}
.nav-icons li {
  display: table-cell;
  width: auto;
}
.nav-icons .icon {
  display: block;
  margin: 0 auto;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.nav-icons .icon img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.nav-icons .icon img:first-child {
  opacity: 1;
}
.nav-icons .icon img:last-child {
  opacity: 0;
}
.nav-icons .active .icon img:first-child,
.nav-icons a:hover .icon img:first-child {
  opacity: 0;
}
.nav-icons .active .icon img:last-child,
.nav-icons a:hover .icon img:last-child {
  opacity: 1;
}

@media (max-width: 767px) {
  .nav-icons .icon {
    width: 80%;
    padding-bottom: 80%;
  }
  .nav-icons--verktoy .icon {
    width: 60%;
    padding-bottom: 60%;
  }
}
@media (max-width: 567px) {
  .nav-icons .icon {
    width: 100%;
    padding-bottom: 100%;
  }
  .nav-icons--verktoy .icon {
    width: 80%;
    padding-bottom: 80%;
  }
}
@media (min-width: 768px) {
  .nav-icons ul {
    border-spacing: 0.5rem;
  }
  .nav-icons span {
    display: block;
  }
  .nav-icons .icon {
    width: 4.5rem;
    height: 4.5rem;
  }
}
@media (min-width: 992px) {
  .nav-icons ul {
    border-spacing: 1rem;
  }
  .nav-icons span {
    font-size: 1.125rem;
  }
  .nav-icons .icon {
    width: 6.5rem;
    height: 6.5rem;
  }
}
@media (min-width: 1200px) {
  .nav-icons .icon {
    width: 7.5rem;
    height: 7.5rem;
  }
}
@media (min-width: 1900px) {
  .nav-icons .icon {
    width: 8.75rem;
    height: 8.75rem;
  }
}
.bootstrap-select {
  width: 100% !important;
}
.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.bootstrap-select .btn,
.bootstrap-select .btn:hover,
.bootstrap-select .btn:focus,
.bootstrap-select .btn:active,
.bootstrap-select .btn:active:focus {
  color: #2D2D2D;
  text-transform: none;
  font-size: 0.875rem;
  background: #ffffff !important;
  -webkit-transition: none;
  transition: none;
  border: 1px solid #7e7e7e !important;
  outline: none !important;
  box-shadow: none !important;
  padding: 0.5rem 1.75rem 0.5rem 1rem;
  height: 3rem;
  font-weight: 300;
}
.bootstrap-select .dropdown-menu {
  border-radius: 0;
  margin: -1px 0 0;
  padding: 0;
  border: 1px solid #7e7e7e;
  background: #f0f0f0;
  width: 100%;
}
.bootstrap-select .dropdown-menu > li {
  border-bottom: 1px solid #7e7e7e;
  width: 100%;
}
.bootstrap-select .dropdown-menu > li:last-child {
  border-bottom: 0;
}
.bootstrap-select .dropdown-menu > li > a {
  padding: 0.75rem 1rem;
  width: 100%;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  white-space: normal;
}
.bootstrap-select .dropdown-menu > li > a:hover {
  background: #ffffff;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #2D2D2D;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  display: none !important;
}

.chat {
  position: fixed;
  bottom: 0.75rem;
  right: 0.75rem;
  padding: 0;
  z-index: 1039;
}
.chat .container {
  position: relative;
  margin: 0;
  width: 100%;
}
.chat .container > * {
  position: absolute;
  right: 0;
  bottom: 0;
}
.chat .chat__button {
  background: #e4c42b;
  width: 3.3125rem;
  height: 3.3125rem;
  display: block;
  overflow: hidden;
  border: 0;
  padding: 0;
  margin: 1px;
  border-radius: 0.75rem;
  font-size: 0;
}
.chat .chat__button img {
  width: 3.3125rem;
  height: 3.3125rem;
}

.chat__table {
  display: none;
  width: 18.25rem;
  font-size: 0.875rem;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.chat__table .online,
.chat__table .offline {
  width: 0.625rem;
  height: 0.625rem;
  display: inline-block;
  vertical-align: baseline;
  border-radius: 50%;
  margin-right: 0.375rem;
}
.chat__table .online:before,
.chat__table .offline:before {
  content: "";
}
.chat__table .online {
  background: #59a7b1;
}
.chat__table .offline {
  background: #dbdbdb;
}

.chat__header {
  background: #e4c42b;
  border-radius: 0.75rem 0.75rem 0 0;
  position: relative;
  font-weight: 500;
  color: #ffffff;
}

.chat__body {
  background: #ffffff;
  overflow: hidden;
  border: 0.125rem solid #ffffff;
  padding: 0 1rem;
  height: 11rem;
}
.chat__body > div {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.chat__body > div p {
  margin: 0;
  display: inline-block;
  border-radius: 0.875rem;
  padding: 0.5rem 1rem;
  text-align: left;
  position: relative;
}
.chat__body > div p:before {
  font-family: FontAwesome;
  position: absolute;
  bottom: -0.625rem;
  font-size: 1.875rem;
}
.chat__body .operator {
  margin-right: 1.5rem;
  text-align: left;
}
.chat__body .operator p {
  background: #f4f4f4;
}
.chat__body .operator p:before {
  color: #f4f4f4;
  content: "\f0da";
  left: 1rem;
}
.chat__body .guest {
  margin-left: 1.5rem;
  text-align: right;
}
.chat__body .guest p {
  background: #dbdbdb;
}
.chat__body .guest p:before {
  color: #dbdbdb;
  content: "\f0d9";
  right: 1rem;
}

.chat__footer {
  background: #727271;
  border-radius: 0 0 0.75rem 0.75rem;
}
.chat__footer input {
  width: 100%;
  border: 0;
  padding: 1rem;
  background: transparent;
  border-radius: 0 0 0 0.75rem;
  color: #ffffff;
}
.chat__footer button {
  width: 100%;
  padding: 1rem;
  border: 0;
  color: #e4c42b;
  font-weight: 700;
  text-transform: uppercase;
  background: transparent;
  border-radius: 0 0 0.75rem 0;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.chat__footer button:before {
  position: absolute;
  left: 0;
  content: "";
  width: 1px;
  top: 0.75rem;
  bottom: 0.75rem;
  opacity: 1;
  background: #ffffff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.chat__footer button:hover {
  background: #e4c42b;
  color: #ffffff;
}
.chat__footer button:hover:before {
  opacity: 0;
}
.chat__footer .table-xs > *:last-child {
  width: 4.5rem;
}
.chat__footer ::-webkit-input-placeholder {
  color: #ffffff !important;
}
.chat__footer ::-moz-placeholder {
  color: #ffffff !important;
}
.chat__footer :-ms-input-placeholder {
  color: #ffffff !important;
}
.chat__footer :-moz-placeholder {
  color: #ffffff !important;
}

.chat__user-photo {
  width: 4.5rem;
  position: absolute;
  left: 0.875rem;
  top: -0.5rem;
  z-index: 1;
}
.chat__user-photo img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  overflow: hidden;
}

.chat__user-name {
  padding: 0.625rem 1.25rem 0.625rem 6.5rem;
  line-height: 1.4em;
}
.chat__user-name > *:first-child {
  text-transform: uppercase;
}

.chat__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 1.5rem;
  cursor: pointer;
}

@media (min-width: 768px) {
  .chat {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
@media (min-width: 992px) {
  .chat {
    bottom: 2rem;
    right: 2rem;
  }
}
/*@import "components/masonry-grid";*/
ul.resp-tabs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

.resp-tabs-list li {
  font-size: 1.125rem;
}
    .resp-tabs-list li a {
        display: inline-block;
        cursor: pointer;
        padding: 0.75rem 0;
        color: #2D2D2D;
        text-decoration: none;
    }

.resp-tabs-container {
  padding: 0px;
  clear: left;
}
.resp-tabs-container .hidden-xs a {
  text-transform: uppercase;
  text-decoration: none;
  color: #ec8164;
}
.resp-tabs-container .hidden-xs a:hover {
  text-decoration: underline;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 0;
  margin: 0 0 0.25rem;
  border: 0;
  position: relative;
}
h2.resp-accordion:before, h2.resp-accordion:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
h2.resp-accordion:after {
  z-index: 2;
  opacity: 0.4;
}
h2.resp-accordion img {
  width: 100%;
  z-index: 1;
}

h2.resp-accordion:hover:after {
  opacity: 0;
}

h2.resp-accordion.resp-tab-active:before,
h2.resp-accordion.resp-tab-active:hover:before {
  opacity: 1;
}
h2.resp-accordion.resp-tab-active:after,
h2.resp-accordion.resp-tab-active:hover:after {
  opacity: 0;
}

.resp-tab-content {
  display: none;
  padding: 2rem 5%;
  background: #ffffff;
}
.resp-tab-content h2, .resp-tab-content h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}
.resp-tab-content h2:first-child, .resp-tab-content h3:first-child {
  margin-top: 0;
}
.resp-tab-content .btn {
  width: 100%;
}

.resp-tab-item {
  z-index: 0;
  background: transparent !important;
}
.resp-tab-item:before, .resp-tab-item:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
}
.resp-tab-item:before {
  border: 1px solid #ffffff;
  z-index: 3;
}
.resp-tab-item:after {
  background: transparent;
  border: 5px transparent #e4c42b;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.resp-tab-item img {
  z-index: 1;
  height: auto;
  box-sizing: border-box;
  width: 100%;
}

.resp-tab-item:hover:after {
  background: transparent;
}

.resp-tab-active:after,
.resp-tab-active:hover:after {
  background: transparent;
}

.resp-content-active, .resp-accordion-active {
  display: block;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  cursor: pointer;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

/*-----------Accordion styles-----------*/
.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

.resp-tabs-list__desc {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  background: rgba(236, 118, 86, 0.9);
  border: 1px solid #ffffff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.resp-tabs-list__desc * {
  font-size: 1.25rem;
  color: #ffffff;
  margin: 0;
  font-weight: 700;
  line-height: 1.25em;
  font-family: "Roboto", sans-serif;
  text-transform: none;
}
.resp-tabs-list__desc h4 {
  text-transform: uppercase;
}

.resp-tab-active .resp-tabs-list__desc,
.resp-tab-item:hover .resp-tabs-list__desc,
.resp-accordion:hover .resp-tabs-list__desc {
  opacity: 1;
}

@media (max-width: 991px) {
  .resp-accordion img:nth-child(3) {
    display: none;
  }
  .resp-accordion img:last-child {
    display: block;
  }
}
@media (min-width: 768px) {
  h2.resp-accordion {
    display: none;
  }
  .resp-tabs-container {
    position: relative;
  }
  .resp-tab-content {
    position: absolute;
    top: 0;
    opacity: 0;
    display: block !important;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
  }
  .resp-tab-content-active {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (min-width: 992px) {
  .resp-tab-item img:last-child {
    display: none;
  }
  .resp-tab-item img:nth-child(2) {
    display: block;
  }
}
.indicator-container {
  width: 2.125rem;
  height: 3.71875rem;
  background: transparant;
  border: 3px solid white;
  border-radius: 2.125rem;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.2), inset 0 6px 8px 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  left: calc(50% - 1.0625rem);
  bottom: 3rem;
  z-index: 99;
  cursor: pointer;
}
.indicator-container .top {
  margin-top: -100%;
  -webkit-animation: arrowAnimation1 infinite 1.1s ease-in-out;
  animation: arrowAnimation1 infinite 1.1s ease-in-out;
}
.indicator-container .bottom {
  margin-top: 100%;
}

.indicator-arrow {
  margin-top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.indicator-arrow .base {
  margin: 0 auto;
  width: 0.2125rem;
  background: white;
  height: 0.70125rem;
  border-radius: 0.2125rem;
}

.indicator-arrow .arrowpoint {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.371875rem 0.371875rem 0 0.371875rem;
  border-color: white transparent transparent transparent;
  margin-top: -10%;
}

@-webkit-keyframes arrowAnimation1 {
  from {
    margin-top: -100%;
  }
  to {
    margin-top: 40%;
  }
}
@keyframes arrowAnimation1 {
  from {
    margin-top: -100%;
  }
  to {
    margin-top: 40%;
  }
}
.ansatte .btn {
  width: 100%;
  margin-top: 1rem;
}
.ansatte .nav-tabs > li.active > a,
.ansatte .nav-tabs > li.active > a:focus,
.ansatte .nav-tabs > li.active > a:hover {
  border: 1px solid var(--light-blue);
  background: var(--light-blue);
}

.team {
  display: flex;
  flex-wrap: wrap;
  justify-content: stretch;
}

.team__cell {
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  vertical-align: top;
  position: relative;
}
.team__cell img {
  width: 100%;
}

.team__cell-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
}

.team__content {
  padding: 1.5rem 0 0.5rem;
  flex-grow: 1;
}
.team__content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  line-height: 1.2em;
}

.team__footer {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 30px;
  margin-top: auto;
  color: #2D2D2D;
  border-bottom: 0.5rem solid var(--light-blue);
  padding-bottom: 1.5rem;
}
.team__footer a {
  color: #2D2D2D;
}
.team__footer a:hover {
  color: #ec7656;
}
.team__footer--buttons {
  padding-bottom: 2rem;
}
.team__footer--buttons .btn {
  padding: 0.5rem;
  margin: 0;
  display: block;
  line-height: 1.2em;
  white-space: normal;
  font-size: 1rem;
  color: #ffffff;
}
.team__footer--buttons .btn:first-child {
  margin-bottom: 0.75rem;
}
.team__footer--buttons .btn:hover {
  color: #ffffff;
}

.team__title {
  color: #6d6d6d;
  font-style: italic;
}

.team__photo {
  overflow: hidden; /*fixed IE11*/
}

.team__cell {
  display: none;
}

/*.ansatte__alle .team__cell,
.ansatte__administrasjon .administrasjon,
.ansatte__kreative .kreative,
.ansatte__produksjon .produksjon {
  display: block;
}*/
.ansatteContent > .team.active > .team__cell {
  display: block;
}

@media (max-width: 767px) {
  .ansatte {
    padding-bottom: 0.625rem;
  }
  .ansatte .nav-tabs {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .ansatte > .container {
    width: 100%;
    overflow: hidden;
  }
  .ansatte h1 {
    padding-left: 5%;
    padding-right: 5%;
  }
  .ansatte .tab-content > .tab-pane {
    display: block !important;
    opacity: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
  }
  .ansatte .tab-content > .active {
    opacity: 1;
    pointer-events: auto;
    height: auto;
  }
  .team__cell {
    width: 100%;
    margin-bottom: 2rem;
    /*img {
        height: 28em;
        object-fit: cover;
        object-position: center top;
    }*/
  }
  .team__cell:before, .team__cell:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    top: 0;
    bottom: 0;
    opacity: 0.2;
    background: #ffffff;
  }
  .team__cell:before {
    right: 0;
  }
  .team__cell:after {
    left: 0;
  }
  .team__footer {
    margin-bottom: 0.25rem;
    align-content: flex-end;
  }
  .team__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 1.5em; /* fallback */
    max-height: 4.5em; /* fallback */
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
  }
  .team__content,
  .team__footer {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media (max-width: 567px) {
  /*.team__cell img {
      height: 19rem;
  }*/
}
@media (max-width: 413px) {
  /*.team__cell img {
      height: 17rem;
  }*/
}
@media (max-width: 359px) {
  .team__footer {
    padding: 0.4375rem 0.5rem;
  }
  .team__footer--buttons {
    padding: 0.5rem;
  }
  .team__footer--buttons .btn {
    font-size: 0.875rem;
  }
  /*.team__cell img {
      height: 12rem;
  }*/
}
@media (min-width: 768px) {
  .team {
    font-size: 0;
    margin: 0 -0.5rem 0 -0.5rem;
  }
  .team__cell {
    width: 50%;
    padding: 0.5rem;
  }
  .ansatte .team__cell-inner {
    min-height: 0 !important;
  }
}
@media (min-width: 992px) {
  .team__cell {
    width: 33.3333%;
  }
}
@media (min-width: 1200px) {
  .team__cell {
    width: 25%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /*IE11*/
  .team__cell img {
    height: auto !important;
  }
}
#newsletter-popup__form {
  margin: 0;
  padding: 0 40px;
  display: block;
}

.newsletter-popup {
  display: none;
}
.newsletter-popup__container {
  width: 825px;
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.newsletter-popup__content {
  background-color: #EC7656;
  color: #fff;
  text-align: center;
  padding: 20px 110px;
  position: relative;
}
.newsletter-popup__close-button {
  right: -13px;
  top: -13px;
  position: absolute;
  cursor: pointer;
}
.newsletter-popup__title {
  font-size: 50px;
  font-family: "Playfair Display", serif;
}
.newsletter-popup__text {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
.newsletter-popup__input {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  border: 1px solid #fff;
  background-color: transparent;
  height: 40px;
  color: #fff;
  padding: 0 30px;
  display: inline-block;
  float: left;
  width: 70%;
}
.newsletter-popup__input--invalid {
  background-color: red;
}
.newsletter-popup__submit-button {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  border: none;
  background-color: #fff;
  height: 40px;
  color: #EC7656;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 30px;
  display: inline-block;
  float: right;
  width: 28%;
  min-width: 150px;
}
.newsletter-popup__success {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: bold;
  display: none;
}
.newsletter-popup__privacy {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  clear: both;
  padding-top: 25px;
}
.newsletter-popup__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99980;
}
@media (max-width: 850px) {
  .newsletter-popup__container {
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0 20px;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .newsletter-popup__input {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .newsletter-popup__submit-button {
    display: block;
    float: none;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .newsletter-popup__content {
    padding: 20px;
  }
}
@media (max-width: 567px) {
  .newsletter-popup__content {
    padding: 10px;
  }
  .newsletter-popup__text {
    font-size: 14px;
  }
  .newsletter-popup__title {
    font-size: 30px;
  }
}

.grecaptcha-badge {
  display: none;
}

.tjeneste-gridtext{
    /*margin-top:40px;*/
}

:root {
    --yellow: #d3ffa0;
    --yellow-header: #00484C;
    --light-blue: #00818a;
    --dark-blue: #00484c;
    --beige: #f7f3ec;
    --light-blue-rgb: 0, 129, 138;
}
.section-hjem__text h1{
    color:var(--dark-blue);
}