/* Mixins */
/* Colors */
html {
  -webkit-font-smoothing: antialiased; }

body {
  font-family: 'Source Sans Pro', sans-serif;
  position: relative; }

h1, .h1 {
  font-family: 'Libre Baskerville', serif;
  font-size: 24px;
  line-height: 1.3em;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    h1, .h1 {
      font-size: 34px; } }

h2, .h2 {
  font-family: 'Libre Baskerville', serif;
  font-size: 20px;
  line-height: 1.3em;
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    h2, .h2 {
      font-size: 28px; } }
  h2.title, .h2.title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 30px; }

h3, .h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 1.3em; }
  @media (min-width: 768px) {
    h3, .h3 {
      font-size: 24px; } }

section p > a {
  color: #211e1f;
  white-space: nowrap;
  position: relative;
  display: inline-block;
  z-index: 0;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }
  section p > a:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #211e1f;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    bottom: 1px;
    z-index: -1; }
  section p > a:hover {
    text-decoration: none;
    color: #211e1f;
    color: #ffffff; }
    section p > a:hover:after {
      height: 100%; }

p, li, a {
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 0.5em; }

main > * > p.ingress {
  font-weight: 300;
  line-height: 30px;
  font-size: 22px;
  color: #211e1f; }

@media (min-width: 992px) {
  main > * > p.ingress {
    line-height: 38px;
    font-size: 30px; } }
img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: auto; }

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 36px; }

  h2, .h2 {
    font-size: 30px; }

  h3, .h3 {
    font-size: 26px; }

  p, li, a {
    font-size: 20px; } }
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 40px; }

  h2, .h2 {
    font-size: 34px; }

  h3, .h3 {
    font-size: 28px; }

  p, li, a {
    font-size: 20px; } }
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 46px; }

  h2, .h2 {
    font-size: 36px; }

  h3, .h3 {
    font-size: 30px; }

  p, li, a {
    font-size: 20px; } }
@media (min-width: 1600px) {
  h1, .h1 {
    font-size: 50px; }

  h2, .h2 {
    font-size: 38px; }

  h3, .h3 {
    font-size: 34px; }

  p, li, a {
    font-size: 20px; } }
main > section {
  padding: 50px 0; }

@media (min-width: 992px) {
  main > section {
    padding: 150px 0; }
    main > section.text-section {
      padding: 100px 0 150px 0; }
    main > section.full-height {
      padding-bottom: 0;
      padding-top: 0; } }
.text-container p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 26px;
  color: inherit; }
.text-container a {
  font-size: 16px;
  color: inherit; }
.text-container h1 {
  font-size: 34px;
  line-height: 1.3em;
  color: inherit; }
.text-container ul {
  list-style-type: disc;
  margin-bottom: 26px;
  padding: 22px;
  /* 0 enligt Ricardo */ }
  .text-container ul li {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
    color: inherit; }
.text-container ol {
  margin-bottom: 26px;
  list-style: none;
  counter-reset: my-awesome-counter;
  margin-left: -30px;
  padding: 30px;
  /* 0 enligt Ricardo */ }
  .text-container ol li {
    counter-increment: my-awesome-counter;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
    padding-left: 26px;
    color: inherit; }
    .text-container ol li:before {
      content: counter(my-awesome-counter);
      color: #ffffff;
      background: #211e1f;
      width: 16px;
      height: 16px;
      text-align: center;
      font-size: 10px;
      line-height: 16px;
      display: inline-block;
      margin-right: 10px;
      margin-left: -26px; }
.text-container blockquote {
  color: inherit; }
.text-container strong, .text-container b {
  font-weight: 600; }
.text-container i, .text-container em {
  font-style: italic; }

section.text-container {
  padding: 50px 30px; }
  @media (min-width: 992px) {
    section.text-container {
      padding: 150px 30px; } }

@media (min-width: 992px) {
  .text-container p {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 34px; }
  .text-container a {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 0; }
  .text-container h1 {
    font-size: 46px;
    line-height: 62px;
    margin-bottom: 22px; }
  .text-container h2 {
    font-size: 34px;
    line-height: 1.3em;
    margin-top: 82px;
    margin-bottom: 34px; }
  .text-container h3 {
    font-size: 32px;
    line-height: 1.3em;
    margin-top: 78px;
    margin-bottom: 20px; }
  .text-container ul {
    list-style-type: disc;
    margin-bottom: 53px;
    margin-top: 55px; }
    .text-container ul li {
      font-size: 22px;
      line-height: 34px;
      margin-bottom: 10px; }
  .text-container ol {
    margin-bottom: 54px;
    margin-top: 54px;
    list-style: none;
    counter-reset: my-awesome-counter;
    margin-left: -30px; }
    .text-container ol li {
      counter-increment: my-awesome-counter;
      font-size: 22px;
      line-height: 34px;
      margin-bottom: 10px;
      padding-left: 30px;
      position: relative; }
      .text-container ol li:before {
        content: counter(my-awesome-counter);
        color: #ffffff;
        background: #211e1f;
        width: 20px;
        height: 20px;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        margin: 0; } }
/* Own globals */
.mobile-only {
  display: block; }

.desktop-only {
  display: none; }

@media (min-width: 992px) {
  .mobile-only {
    display: none; }

  .desktop-only {
    display: block; } }
.CT {
  text-align: center; }

.no-mb {
  margin-bottom: 0; }

.no-mt {
  margin-top: 0; }

.UC {
  text-transform: uppercase; }

.UC {
  text-transform: unset; }

.no-pad {
  padding: 0; }

.no-pad-bottom {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.no-pad-top {
  padding-top: 0 !important;
  margin-top: 0 !important; }

.hidden, .size-only {
  opacity: 0 !important; }

.display-none {
  display: none !important; }

.primary-bg {
  background: #ba3d4b; }

.secondary-bg {
  background: #e8c7cc; }

.black-bg {
  background: #211e1f;
  color: #ffffff; }

.white-bg {
  background: white;
  color: #211e1f; }

.primary-light-bg {
  background: #d0727d; }

.secondary-light-bg {
  background: #f7ecee; }

.darkgray-bg {
  color: #ffffff;
  background: #474040; }

.primary-lighter-bg {
  background: #e3abb1; }

.secondary-lighter-bg {
  background: #f7edee; }

.gray-bg {
  background: #6f6464; }

.lightgray-bg {
  background: #958989; }

.lightestgray-bg {
  background: #b9b1b1; }

.superlightgray-bg {
  background: #ddd9d9; }

.primary-gradient-bg {
  background: #ba3d4b;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #ba3d4b 0%, #d0727d 100%);
  background: -webkit-linear-gradient(45deg, #ba3d4b 0%, #d0727d 100%);
  background: linear-gradient(45deg, #ba3d4b 0%, #d0727d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$firstColor', endColorstr='$secondColor',GradientType=1 ); }

.secondary-gradient-bg {
  background: #e8c7cc;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #e8c7cc 0%, #f7ecee 100%);
  background: -webkit-linear-gradient(45deg, #e8c7cc 0%, #f7ecee 100%);
  background: linear-gradient(45deg, #e8c7cc 0%, #f7ecee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$firstColor', endColorstr='$secondColor',GradientType=1 ); }

.superlightgray-gradient-down {
  background: #fafafa;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
  background: -webkit-linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
  background: linear-gradient(180deg, #fafafa 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$firstColor', endColorstr='$secondColor',GradientType=1 ); }

.full-height {
  height: auto;
  min-height: 30vh; }

@media (min-width: 992px) {
  .full-height {
    height: 100vh; } }
.will-animate {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.show-in-view {
  opacity: 0; }

.vertical-center {
  align-self: center;
  flex-direction: column; }

.flex-center {
  display: flex;
  justify-content: center; }

.center-center {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  display: block;
  right: 50%; }

.vertical-container {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }

.overflow-hidden {
  overflow: hidden; }

.button-container {
  flex: 1;
  flex-direction: column;
  display: flex;
  align-content: center; }
  .button-container a {
    display: flex;
    flex: 1;
    margin-bottom: 0; }
    .button-container a:hover {
      text-decoration: none; }
    .button-container a button {
      align-self: center; }

button {
  border-radius: 0;
  cursor: pointer;
  padding: 20px 50px;
  line-height: 18px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  border-radius: 0;
  text-transform: uppercase;
  text-transform: unset;
  background: transparent; }
  button.diagonal, button.primary-hover {
    color: #211e1f;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    button.diagonal:before, button.primary-hover:before {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      content: '';
      position: absolute;
      top: 0;
      right: -60px;
      bottom: 0;
      left: 0;
      z-index: -1;
      border-right: 55px solid transparent;
      border-bottom: 58px solid #211e1f;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%); }
    button.diagonal:hover, button.primary-hover:hover {
      color: #ffffff; }
      button.diagonal:hover:before, button.primary-hover:hover:before {
        transform: translateX(0); }
  button.arrow-btn:hover.border-black svg .icon {
    fill: #ffffff; }
  button.arrow-btn:hover.border-white svg .icon {
    fill: #211e1f; }
  button.arrow-btn svg {
    width: 50px;
    display: block; }
    button.arrow-btn svg .icon {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  button.primary {
    background: #ba3d4b;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #ba3d4b 0%, #d0727d 100%);
    background: -webkit-linear-gradient(45deg, #ba3d4b 0%, #d0727d 100%);
    background: linear-gradient(45deg, #ba3d4b 0%, #d0727d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$firstColor', endColorstr='$secondColor',GradientType=1 );
    color: #ffffff; }
  button.secondary {
    background: #e8c7cc;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #e8c7cc 0%, #f7ecee 100%);
    background: -webkit-linear-gradient(45deg, #e8c7cc 0%, #f7ecee 100%);
    background: linear-gradient(45deg, #e8c7cc 0%, #f7ecee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$firstColor', endColorstr='$secondColor',GradientType=1 );
    color: #ffffff; }
  button.black {
    background: #211e1f;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #211e1f 0%, #474040 100%);
    background: -webkit-linear-gradient(45deg, #211e1f 0%, #474040 100%);
    background: linear-gradient(45deg, #211e1f 0%, #474040 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$firstColor', endColorstr='$secondColor',GradientType=1 );
    color: #ffffff; }
  button.border-black {
    border: 1px solid #211e1f;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /*&.primary-hover{
    	&:hover{
    		border-color: $primary;
    		color: $primary;
    	}
    }
    */ }
    button.border-black svg .icon {
      fill: #211e1f; }
    button.border-black.secondary-hover:hover {
      border-color: #e8c7cc;
      color: #e8c7cc; }
  button.border-white {
    border: 1px solid white;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    button.border-white.primary-hover {
      color: #ffffff; }
      button.border-white.primary-hover:before {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        content: '';
        position: absolute;
        top: 0;
        right: -60px;
        bottom: 0;
        left: 0;
        z-index: -1;
        border-right: 55px solid transparent;
        border-bottom: 58px solid white;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%); }
      button.border-white.primary-hover:hover {
        color: #211e1f; }
        button.border-white.primary-hover:hover:before {
          transform: translateX(0); }

div.cs-select {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-align: left;
  background: white;
  z-index: 40;
  width: 100%;
  max-width: 300px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 50px; }
  @media (min-width: 1200px) {
    div.cs-select {
      margin-bottom: 0px; } }
  div.cs-select.hidden-selector {
    visibility: hidden; }
  div.cs-select span {
    font-size: 16px;
    line-height: 16px;
    padding: 15px;
    text-transform: uppercase;
    text-transform: unset;
    letter-spacing: 1px;
    display: block;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  div.cs-select .cs-placeholder {
    padding-right: 60px;
    font-size: 16px;
    line-height: 16px;
    color: #958989;
    text-transform: uppercase;
    text-transform: unset;
    letter-spacing: 1px;
    border: 1px solid #211e1f;
    border-bottom: 0; }
    div.cs-select .cs-placeholder:after {
      speak: none;
      position: absolute;
      top: 50%;
      font-family: "Font Awesome 5 Free";
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: '\f107';
      font-weight: 900;
      right: 15px;
      font-size: 16px; }
  div.cs-select.cs-active {
    z-index: 200; }
    div.cs-select.cs-active .cs-placeholder {
      border-color: #211e1f;
      color: #ffffff;
      background: #211e1f; }
      div.cs-select.cs-active .cs-placeholder:after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg); }
    div.cs-select.cs-active .cs-options {
      visibility: visible;
      opacity: 1;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      max-height: 185px;
      overflow-y: visible; }
  div.cs-select .cs-options {
    position: absolute;
    overflow: hidden;
    width: 100%;
    background: #fff;
    color: #211e1f;
    font-size: 0.75em;
    opacity: 1;
    -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
    transition: opacity 0.2s, visibility 0s 0.2s;
    max-height: 1px;
    min-height: 1px;
    border: 1px solid #211e1f;
    border-top: 0; }
    div.cs-select .cs-options ul {
      list-style: none;
      margin: 0;
      padding: 0;
      width: 100%;
      border-top: 0; }
      div.cs-select .cs-options ul li {
        margin-bottom: 0; }
        div.cs-select .cs-options ul li.cs-selected span:after {
          speak: none;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          -moz-osx-font-smoothing: grayscale;
          margin-left: 15px;
          font-family: "Font Awesome 5 Free";
          content: '\f00c';
          font-weight: 900;
          color: #211e1f;
          font-size: 16px;
          opacity: 1;
          display: block;
          -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased; }
        div.cs-select .cs-options ul li span {
          padding: 15px;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
          div.cs-select .cs-options ul li span:hover {
            background: #e3abb1; }
          div.cs-select .cs-options ul li span:after {
            content: '';
            opacity: 0; }
        div.cs-select .cs-options ul li.cs-focus span {
          background-color: #211e1f; }
        div.cs-select .cs-options ul li.cs-optgroup ul {
          padding-left: 15px; }
        div.cs-select .cs-options ul li.cs-optgroup span {
          cursor: default; }
  div.cs-select:focus {
    outline: none; }

.cs-select select {
  display: none; }

/* TODO: replace colors */
.audio-player {
  max-width: 100%; }
  .audio-player .audio-container {
    position: relative;
    padding-bottom: 70%;
    width: 100%;
    flex-direction: column; }
    .audio-player .audio-container .vertical-center {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 100%; }
    .audio-player .audio-container .current-track-bg {
      background-size: cover;
      background-position: 50% 50%;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      opacity: 0.3; }
    .audio-player .audio-container .crossfade-white {
      background-color: #ffffff;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .audio-player .audio-container .next-track-bg {
      background-image: url("https://placeimg.com/1000/400");
      background-size: cover;
      background-position: 50% 50%;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -2;
      opacity: 0.3; }
    .audio-player .audio-container .player-box {
      align-self: center;
      border-radius: 5px;
      background: white;
      box-shadow: 0px 12px 99px rgba(0, 0, 0, 0.24);
      display: flex;
      flex-direction: column;
      padding: 20px 45px; }
      .audio-player .audio-container .player-box .track-title, .audio-player .audio-container .player-box .player-timeline-container, .audio-player .audio-container .player-box .tracks {
        display: flex;
        flex: 1;
        width: 100%; }
      .audio-player .audio-container .player-box .track-title p {
        text-align: center;
        width: 100%;
        font-size: 22px;
        line-height: 28px;
        color: #211e1f;
        margin-bottom: 0; }
      .audio-player .audio-container .player-box .player-timeline-container {
        flex-direction: row;
        padding: 10px 0; }
        .audio-player .audio-container .player-box .player-timeline-container .current-time, .audio-player .audio-container .player-box .player-timeline-container .player-timeline, .audio-player .audio-container .player-box .player-timeline-container .total-time {
          flex: 1; }
          .audio-player .audio-container .player-box .player-timeline-container .current-time span, .audio-player .audio-container .player-box .player-timeline-container .player-timeline span, .audio-player .audio-container .player-box .player-timeline-container .total-time span {
            color: #BDBDBD;
            font-size: 14px;
            line-height: 18px; }
        .audio-player .audio-container .player-box .player-timeline-container .player-timeline {
          flex: 4;
          display: flex;
          align-items: center;
          justify-content: center; }
          .audio-player .audio-container .player-box .player-timeline-container .player-timeline .timeline {
            width: 100%;
            border-radius: 5px;
            background: #DBDBDB;
            height: 2px; }
            .audio-player .audio-container .player-box .player-timeline-container .player-timeline .timeline .current-timeline {
              width: 0%;
              border-radius: 5px;
              background: #211e1f;
              height: 2px; }
        .audio-player .audio-container .player-box .player-timeline-container .total-time {
          text-align: right; }
      .audio-player .audio-container .player-box .tracks {
        justify-content: center; }
        .audio-player .audio-container .player-box .tracks .center-tracks {
          flex-direction: row;
          display: flex; }
          .audio-player .audio-container .player-box .tracks .center-tracks .track {
            border-radius: 50%;
            width: 40px;
            height: 40px;
            /*
            border: 2px solid #707070;
            */
            margin: 0 3px;
            cursor: pointer;
            background-image: url("https://placeimg.com/100/100");
            background-position: center center;
            background: cover; }
            .audio-player .audio-container .player-box .tracks .center-tracks .track svg {
              opacity: 0.5;
              transition: opacity 0.3s ease-in-out; }
              .audio-player .audio-container .player-box .tracks .center-tracks .track svg #circle {
                transition: stroke-dashoffset 0.5s ease-in;
                stroke-dashoffset: 190;
                fill: none; }
            .audio-player .audio-container .player-box .tracks .center-tracks .track.current-track {
              border-color: #ba3d4b; }
              .audio-player .audio-container .player-box .tracks .center-tracks .track.current-track svg {
                opacity: 1; }
                .audio-player .audio-container .player-box .tracks .center-tracks .track.current-track svg #circle {
                  stroke-dashoffset: 0; }
            .audio-player .audio-container .player-box .tracks .center-tracks .track:hover, .audio-player .audio-container .player-box .tracks .center-tracks .track.firstTime {
              border-color: #ba3d4b; }
              .audio-player .audio-container .player-box .tracks .center-tracks .track:hover svg, .audio-player .audio-container .player-box .tracks .center-tracks .track.firstTime svg {
                opacity: 1; }
                .audio-player .audio-container .player-box .tracks .center-tracks .track:hover svg #circle, .audio-player .audio-container .player-box .tracks .center-tracks .track.firstTime svg #circle {
                  stroke-dashoffset: 0; }

@media (min-width: 992px) {
  .audio-player .audio-container {
    padding-bottom: 40%; } }
section.special-intro {
  padding: 100px 0; }
  section.special-intro.has-background-image {
    position: relative;
    top: -99px;
    margin-bottom: -99px;
    padding: 0;
    left: 0;
    opacity: 1;
    z-index: 0;
    overflow: hidden;
    max-height: 70vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    section.special-intro.has-background-image img.size-only {
      opacity: 0;
      display: block; }
    section.special-intro.has-background-image.center-bg {
      background-position: center center; }
    section.special-intro.has-background-image.topCenter-bg {
      background-position: top center; }
    section.special-intro.has-background-image.bottomCenter-bg {
      background-position: bottom center; }
    section.special-intro.has-background-image.topLeft-bg {
      background-position: top left; }
    section.special-intro.has-background-image.topRight-bg {
      background-position: top right; }
    section.special-intro.has-background-image.bottomLeft-bg {
      background-position: bottom left; }
    section.special-intro.has-background-image.bottomRight-bg {
      background-position: bottom right; }
    section.special-intro.has-background-image.special-25-bg {
      background-position: 25% center; }
    section.special-intro.has-background-image.special-66-bg {
      background-position: 66% center; }
  section.special-intro.gradient-mobile:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 103px;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    /* Old browsers */
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$firstColor', endColorstr='$secondColor',GradientType=1 ); }
  section.special-intro.gradient-mobile .project-info-text {
    background: transparent;
    /* Old browsers */
    background: -moz-linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
    background: -webkit-linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$firstColor', endColorstr='$secondColor',GradientType=1 );
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 40px; }
    section.special-intro.gradient-mobile .project-info-text .container {
      position: relative; }
  section.special-intro.gradient-mobile.black-color:before {
    background: rgba(255, 255, 255, 0.2);
    /* Old browsers */
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$firstColor', endColorstr='$secondColor',GradientType=1 ); }
  section.special-intro.gradient-mobile.black-color .project-info-text {
    background: transparent;
    /* Old browsers */
    background: -moz-linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.2) 100%);
    background: -webkit-linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$firstColor', endColorstr='$secondColor',GradientType=1 ); }
  section.special-intro .project-info-text {
    text-align: center;
    padding-bottom: 30px; }
  section.special-intro.has-video-bg {
    position: relative;
    top: -59px;
    margin-bottom: -59px;
    left: 0;
    opacity: 1;
    z-index: 0;
    padding: 0;
    height: 100vh; }
    section.special-intro.has-video-bg.hide-video-mobile .vimeo-container {
      display: none; }
    section.special-intro.has-video-bg .vimeo-container {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      overflow: hidden;
      pointer-events: none; }
      section.special-intro.has-video-bg .vimeo-container.allowPointer {
        pointer-events: all; }
      section.special-intro.has-video-bg .vimeo-container iframe {
        width: 100vw;
        height: 56.25vw;
        /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
        min-height: 100vh;
        min-width: 177.77vh;
        /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  section.special-intro.on-project-page .project-info-text.white-color {
    color: #ffffff; }
  section.special-intro.on-project-page .container {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto; }
  section.special-intro.on-project-page.has-background-image {
    position: relative;
    top: -62px;
    margin-bottom: -62px;
    left: 0;
    opacity: 1;
    z-index: 0;
    overflow: hidden;
    min-height: 100vh;
    background-repeat: no-repeat;
    background-size: cover; }
  section.special-intro.on-project-page.has-video-bg {
    position: relative;
    top: -62px;
    margin-bottom: -62px;
    left: 0;
    opacity: 1;
    z-index: 0;
    padding: 0;
    height: 100vh; }
    section.special-intro.on-project-page.has-video-bg.hide-video-mobile .vimeo-container {
      display: none; }
    section.special-intro.on-project-page.has-video-bg .vimeo-container {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      overflow: hidden;
      pointer-events: none; }
      section.special-intro.on-project-page.has-video-bg .vimeo-container.allowPointer {
        pointer-events: all; }
      section.special-intro.on-project-page.has-video-bg .vimeo-container iframe {
        width: 100vw;
        height: 56.25vw;
        /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
        min-height: 100vh;
        min-width: 177.77vh;
        /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
  section.special-intro.on-project-page .customer {
    /* text-transform: uppercase; */
    letter-spacing: 2px;
    line-height: 18px;
    font-size: 14px;
    font-weight: 300;
    opacity: 0.6; }
  section.special-intro.on-project-page h1 {
    font-size: 30px;
    line-height: 1.3em;
    margin-bottom: 30px; }
    @media (min-width: 992px) {
      section.special-intro.on-project-page h1 {
        font-size: 50px;
        line-height: 65px;
        margin-bottom: 75px; } }
    @media (min-width: 1400px) {
      section.special-intro.on-project-page h1 {
        font-size: 75px;
        line-height: 1.3em; } }

@media (min-width: 992px) {
  section.special-intro.gradient-mobile:not(.gradient-desktop) :before {
    display: none; }
  section.special-intro.gradient-mobile:not(.gradient-desktop) .project-info-text {
    background: transparent; }
  section.special-intro.gradient-desktop:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 139px;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    /* Old browsers */
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$firstColor', endColorstr='$secondColor',GradientType=1 ); }
  section.special-intro.gradient-desktop .project-info-text {
    background: transparent;
    /* Old browsers */
    background: -moz-linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
    background: -webkit-linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
    background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$firstColor', endColorstr='$secondColor',GradientType=1 );
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 60px; }
    section.special-intro.gradient-desktop .project-info-text .container {
      position: relative; }
  section.special-intro.gradient-desktop.black-color:before {
    background: rgba(255, 255, 255, 0.2);
    /* Old browsers */
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$firstColor', endColorstr='$secondColor',GradientType=1 ); }
  section.special-intro.gradient-desktop.black-color .project-info-text {
    background: transparent;
    /* Old browsers */
    background: -moz-linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.2) 100%);
    background: -webkit-linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(180deg, transparent 0%, rgba(255, 255, 255, 0.2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$firstColor', endColorstr='$secondColor',GradientType=1 ); }
  section.special-intro .project-info-text {
    text-align: left; }
  section.special-intro.on-project-page .container {
    bottom: 0; }
  section.special-intro.on-project-page.has-background-image, section.special-intro.on-project-page.has-video-bg {
    top: -99px;
    margin-bottom: -99px; }
  section.special-intro.on-project-page.has-video-bg {
    background: none !important; }
    section.special-intro.on-project-page.has-video-bg .vimeo-container {
      display: block; } }
section.prevent-fade > div {
  opacity: 1; }
section > div {
  opacity: 0; }
section.color-test .col-4 {
  height: calc(100vh / 6);
  color: #ffffff;
  position: relative; }
  section.color-test .col-4 h3 {
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%); }
section.zoom-area {
  padding: 100px 0; }
  section.zoom-area .row {
    margin-bottom: 75px;
    margin-top: 75px; }
    section.zoom-area .row .image-container-x {
      width: 300px;
      height: 500px;
      position: relative;
      background: #ba3d4b;
      /* Old browsers */
      background: -moz-linear-gradient(45deg, #ba3d4b 0%, #d0727d 100%);
      background: -webkit-linear-gradient(45deg, #ba3d4b 0%, #d0727d 100%);
      background: linear-gradient(45deg, #ba3d4b 0%, #d0727d 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$firstColor', endColorstr='$secondColor',GradientType=1 );
      z-index: 20;
      transform: perspective(300px) rotateX(0deg) rotateY(0deg);
      transform-style: preserve-3d; }
      section.zoom-area .row .image-container-x:before {
        width: calc(100% - 4px);
        height: calc(100% - 4px);
        content: "";
        display: block;
        position: absolute;
        top: 2px;
        left: 2px;
        background: #211e1f; }
      section.zoom-area .row .image-container-x:after {
        z-index: 1;
        content: "";
        display: block;
        position: absolute;
        left: 60px;
        top: 60px;
        width: 100%;
        height: 100%;
        background-image: url(https://placeimg.com/300/500/any);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
    section.zoom-area .row .image-container {
      width: 300px;
      height: 400px;
      position: relative;
      background: #ba3d4b;
      /* Old browsers */
      background: -moz-linear-gradient(45deg, #ba3d4b 0%, #e8c7cc 100%);
      background: -webkit-linear-gradient(45deg, #ba3d4b 0%, #e8c7cc 100%);
      background: linear-gradient(45deg, #ba3d4b 0%, #e8c7cc 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$firstColor', endColorstr='$secondColor',GradientType=1 );
      transform: perspective(300px) rotateX(0deg) rotateY(0deg);
      transform-style: preserve-3d;
      cursor: pointer; }
      section.zoom-area .row .image-container .inner-background {
        position: relative;
        top: 2px;
        left: 2px;
        height: calc(100% - 4px);
        width: calc(100% - 4px); }
        section.zoom-area .row .image-container .inner-background img {
          position: absolute;
          top: 2px;
          left: 2px;
          width: calc(100% + 4px);
          height: calc(100% + 4px);
          display: block;
          transform: translate(20%, 15%) translateZ(40px); }
section .projekt-archive-top + .projekt {
  padding: 100px 0 0 0; }
section.projekt {
  padding: 0; }
  section.projekt .container-fluid {
    padding: 0; }
  section.projekt .projekt-container {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    section.projekt .projekt-container.not-selected .image-container {
      opacity: 0.4;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }
    section.projekt .projekt-container.selected {
      opacity: 1;
      display: block; }
    section.projekt .projekt-container.block {
      display: block; }
  section.projekt a {
    text-decoration: none !important; }
  section.projekt .projekt-content {
    height: 300px;
    position: relative;
    cursor: pointer;
    overflow: hidden; }
    @media (min-width: 440px) {
      section.projekt .projekt-content {
        height: 500px; } }
    section.projekt .projekt-content .image-container {
      height: 102%;
      width: 102%;
      background-position: 50% 50%;
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      z-index: 15;
      top: -1%;
      left: -1%;
      -webkit-transform: scale(1) translateZ(0);
      transform: scale(1) translateZ(0);
      -webkit-transition: transform 1s linear;
      -moz-transition: transform 1s linear;
      -o-transition: transform 1s linear;
      transition: transform 1s linear; }
      section.projekt .projekt-content .image-container img {
        opacity: 0; }
    section.projekt .projekt-content:hover .image-container {
      -webkit-transform: scale(1.05) translateZ(0);
      transform: scale(1.05) translateZ(0);
      background-color: transparent;
      -webkit-transition: transform 2s linear;
      -moz-transition: transform 2s linear;
      -o-transition: transform 2s linear;
      transition: transform 2s linear; }
    section.projekt .projekt-content:hover h2 {
      color: #ffffff; }
    section.projekt .projekt-content:hover span {
      color: #ffffff;
      text-decoration: none !important; }
    section.projekt .projekt-content span {
      color: #ffffff;
      padding: 15px;
      padding-right: 10px;
      display: block;
      float: left; }
    section.projekt .projekt-content .text-container {
      position: absolute;
      bottom: 0px;
      color: #ffffff;
      padding: 30px;
      z-index: 18;
      width: 100%;
      background: transparent;
      /* Old browsers */
      background: -moz-linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
      background: -webkit-linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
      background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$firstColor', endColorstr='$secondColor',GradientType=1 ); }
      section.projekt .projekt-content .text-container h2 {
        font-size: 21px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin: 5px 0 0 0; }
      section.projekt .projekt-content .text-container h3 {
        margin: 0;
        text-transform: uppercase;
        text-transform: unset;
        letter-spacing: 2px;
        font-size: 12px;
        font-family: "Source Sans Pro";
        margin-bottom: 4px;
        font-weight: 700; }
    section.projekt .projekt-content .logo-container {
      width: 200px;
      position: absolute;
      top: 15px;
      right: -10px;
      background: white;
      box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.3); }
      section.projekt .projekt-content .logo-container:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-top: 0px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 10px solid #7d7d7d;
        position: absolute;
        bottom: -7px;
        right: 0px;
        filter: blur(1px); }
      section.projekt .projekt-content .logo-container img {
        padding: 15px;
        max-height: 60px;
        margin: auto; }
section.projekt-archive-top {
  padding-top: 100px;
  padding-bottom: 0; }
  @media (min-width: 1200px) {
    section.projekt-archive-top {
      padding-bottom: 100px; } }
  section.projekt-archive-top .cat-row button {
    margin: 15px; }
section.projekt-container h1 {
  font-size: 5vw;
  line-height: 6vw;
  margin: auto; }
section.projekt-container .text-container {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  padding: 50px 15px; }
  section.projekt-container .text-container.invis {
    opacity: 0;
    top: 0; }
section.latest-news {
  padding: 100px 0; }
  section.latest-news .single-news {
    overflow: hidden; }
    section.latest-news .single-news:hover .show-on-hover {
      opacity: 1;
      left: 0; }
    section.latest-news .single-news .show-on-hover {
      background: #f7edee;
      /* Old browsers */
      background: -moz-linear-gradient(45deg, #f7edee 0%, #e3abb1 100%);
      background: -webkit-linear-gradient(45deg, #f7edee 0%, #e3abb1 100%);
      background: linear-gradient(45deg, #f7edee 0%, #e3abb1 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$firstColor', endColorstr='$secondColor',GradientType=1 );
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 100%;
      width: 100%;
      right: 0;
      padding: 15px;
      height: 100%;
      opacity: 0; }
      section.latest-news .single-news .show-on-hover > div {
        width: calc(100% - 30px); }
      section.latest-news .single-news .show-on-hover p {
        font-size: 16px;
        line-height: 20px; }
    section.latest-news .single-news .image-container {
      background: #f7edee;
      /* Old browsers */
      background: -moz-linear-gradient(45deg, #f7edee 0%, #e3abb1 100%);
      background: -webkit-linear-gradient(45deg, #f7edee 0%, #e3abb1 100%);
      background: linear-gradient(45deg, #f7edee 0%, #e3abb1 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$firstColor', endColorstr='$secondColor',GradientType=1 );
      height: 200px;
      position: relative;
      overflow: hidden; }
      section.latest-news .single-news .image-container img {
        min-height: 100%;
        min-width: 100%; }
      section.latest-news .single-news .image-container .date-tag {
        background: #d0727d;
        position: absolute;
        text-align: center;
        width: 50px;
        top: 0;
        left: 30px;
        padding: 5px;
        color: #ffffff;
        font-size: 12px; }
        section.latest-news .single-news .image-container .date-tag span {
          display: block;
          padding: 2px 0; }
          section.latest-news .single-news .image-container .date-tag span.day {
            font-size: 24px;
            font-weight: bolder; }
    section.latest-news .single-news .text-container h3 {
      padding: 15px;
      font-size: 20px;
      color: #ffffff; }
section.hero {
  background: #ba3d4b;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #ba3d4b 0%, #f7ecee 100%);
  background: -webkit-linear-gradient(45deg, #ba3d4b 0%, #f7ecee 100%);
  background: linear-gradient(45deg, #ba3d4b 0%, #f7ecee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$firstColor', endColorstr='$secondColor',GradientType=1 );
  margin-bottom: 100px; }
  section.hero .canvas-container {
    max-width: 100%;
    overflow-x: hidden;
    position: relative; }
    section.hero .canvas-container .text-container {
      right: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
      transform: translate(50%, -50%); }
    section.hero .canvas-container h1 {
      color: #ffffff;
      font-size: 55px;
      text-transform: uppercase;
      text-transform: unset;
      letter-spacing: 2px;
      margin-top: 0; }
      @media (min-width: 440px) {
        section.hero .canvas-container h1 {
          font-size: 80px; } }
    section.hero .canvas-container p {
      color: #ffffff;
      text-transform: uppercase;
      text-transform: unset;
      letter-spacing: 1;
      padding-left: 10px;
      font-size: 30px; }
    section.hero .canvas-container canvas {
      display: block;
      height: 100vh;
      width: 100%; }
section.slider-image-visual {
  background: white;
  width: 100%;
  padding: 150px 30px; }
  section.slider-image-visual .va-screen {
    position: relative;
    height: 100%;
    /* new style */
    /*
    iframe{
    	pointer-events: none;
    	opacity: 0;
    	display: block;
    	margin: auto;
    	top: -2px;
    	left: 0;
    	right: 0;
    	position: absolute;
        transform: scale(0.90);
    	transition: opacity 1s ease-in-out;
    	&.show{
    		opacity: 1;
    	}
    }
    */ }
    section.slider-image-visual .va-screen .inner-va {
      width: 576px;
      margin: auto;
      position: relative;
      max-width: 70%; }
      section.slider-image-visual .va-screen .inner-va .slides {
        max-width: 576px;
        padding: 7.5%; }
    section.slider-image-visual .va-screen .slides {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%; }
      section.slider-image-visual .va-screen .slides .slide {
        width: 100%;
        position: relative;
        height: 100%;
        top: 0;
        left: 0;
        display: none; }
        section.slider-image-visual .va-screen .slides .slide.show {
          display: inline; }
    section.slider-image-visual .va-screen .slides {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      margin: auto; }
      section.slider-image-visual .va-screen .slides.new {
        overflow: hidden; }
        section.slider-image-visual .va-screen .slides.new .slide {
          width: 100%;
          position: relative;
          height: 100%;
          top: 0;
          left: -100%;
          position: absolute;
          transition: 1s all ease-in-out;
          display: block !important; }
          section.slider-image-visual .va-screen .slides.new .slide.show {
            left: 0; }
      section.slider-image-visual .va-screen .slides .vimeo-container, section.slider-image-visual .va-screen .slides .youtube-container {
        height: 100%;
        position: relative; }
        section.slider-image-visual .va-screen .slides .vimeo-container.allowPointer iframe, section.slider-image-visual .va-screen .slides .youtube-container.allowPointer iframe {
          pointer-events: all; }
        section.slider-image-visual .va-screen .slides .vimeo-container iframe, section.slider-image-visual .va-screen .slides .youtube-container iframe {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 1;
          pointer-events: none;
          display: block;
          margin: auto;
          height: 100%;
          width: 100%;
          transition: opacity 1s ease-in-out; }
    section.slider-image-visual .va-screen .controls .prev-slide, section.slider-image-visual .va-screen .controls .next-slide {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 100px;
      opacity: 0.3;
      cursor: pointer;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      section.slider-image-visual .va-screen .controls .prev-slide:hover, section.slider-image-visual .va-screen .controls .next-slide:hover {
        opacity: 0.5; }
    section.slider-image-visual .va-screen .controls .prev-slide {
      left: 0; }
    section.slider-image-visual .va-screen .controls .next-slide {
      right: 0; }
    section.slider-image-visual .va-screen .visual {
      position: relative;
      left: 0;
      right: 0;
      margin: auto;
      width: 576px;
      z-index: 20;
      border-radius: 44px;
      /* TODO: REMOVE THIS */
      height: auto;
      box-shadow: 0px 18px 190px 1px rgba(0, 0, 0, 0.2); }

section.text-section.has-oumpf .text-container h1 {
  line-height: 1.3em;
  font-size: 46px;
  margin-bottom: 0.8em; }
  @media (min-width: 992px) {
    section.text-section.has-oumpf .text-container h1 {
      font-size: 66px; } }
  @media (min-width: 1200px) {
    section.text-section.has-oumpf .text-container h1 {
      font-size: 86px; } }
section.text-section.has-oumpf .text-container h2 {
  font-size: 26px;
  font-weight: 300; }
  @media (min-width: 440px) {
    section.text-section.has-oumpf .text-container h2 {
      font-size: 34px; } }

section.text-section .text-container {
  padding: 0 15px; }
  @media (min-width: 768px) {
    section.text-section .text-container {
      padding: 0; } }

/* Text section 
section{
	&.text-section{
		padding: 50px 0;

		.text-container{
			padding: 0 15px;

			@media (min-width: 768px){
				padding: 0;
			}
		}
		&.fade-out-text{
			.text-container{
				overflow: hidden;
				&.closed{
					&:after{
						content: "";
						display: block;
						@include gradient-bg(rgba(255,255,255,0.5), white);
						height: 40%;
						width: 100%;
						position: absolute;
						bottom: 30px;
						left: 0;
						pointer-events: none;
					}
				}
			}
		}
		
	}
}
*/
/* Customer intro */
section.customer-intro-container {
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center; }

/* Fullwidth image */
section.image-stack-section {
  padding: 50px 0; }

@media (min-width: 992px) {
  section.image-stack-section {
    padding: 100px 0; } }
/* Fullwidth image */
section.fullwidth-image {
  padding: 50px 0; }
  section.fullwidth-image.margin-instead-of-pad {
    margin-top: 50px;
    margin-bottom: 50px; }
  section.fullwidth-image.has-background-image {
    background-size: cover;
    background-position: center center; }
  section.fullwidth-image img {
    width: 100%; }
  section.fullwidth-image .video-container .vimeo-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    /*
    padding-top: 25px;
    */
    height: 0; }
    section.fullwidth-image .video-container .vimeo-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  section.fullwidth-image .video-container .youtube-container {
    margin-bottom: -1px; }

@media (min-width: 992px) {
  section.fullwidth-image {
    padding: 150px 0; }
    section.fullwidth-image.margin-instead-of-pad {
      margin-top: 150px;
      margin-bottom: 150px;
      padding: 0; }
    section.fullwidth-image.limit-600 {
      max-height: 800px;
      overflow-y: hidden; }
    section.fullwidth-image.limit-800 {
      max-height: 600px;
      overflow-y: hidden; } }
/* Fullwidth image */
section.previous-next {
  padding: 0; }
  section.previous-next .row {
    border-top: 1px solid #dee2e6; }
  section.previous-next .flex-center {
    padding: 50px 15px; }
    section.previous-next .flex-center.border-right {
      border-right-width: 0px !important;
      border-bottom: 1px solid #dee2e6; }
    section.previous-next .flex-center .inner-container {
      text-align: center;
      display: inline-flex;
      flex-direction: column;
      align-self: center; }
      section.previous-next .flex-center .inner-container h4 {
        color: #BDBDBD;
        font-size: 12px;
        letter-spacing: 2px;
        line-height: 18px; }
      section.previous-next .flex-center .inner-container h2 {
        margin-top: 0;
        font-size: 18px;
        line-height: 1.3em; }
      section.previous-next .flex-center .inner-container button {
        font-size: 14px;
        line-height: 15px;
        letter-spacing: 2px;
        font-weight: 600;
        padding: 20px 20px; }
      section.previous-next .flex-center .inner-container a {
        margin-top: 0px;
        margin-bottom: 0; }

@media (min-width: 762px) {
  section.previous-next .flex-center {
    padding: 200px 30px; }
    section.previous-next .flex-center.border-right {
      border-right-width: 1px !important;
      border-bottom-width: 0px; }
    section.previous-next .flex-center .inner-container {
      text-align: left; }
      section.previous-next .flex-center .inner-container h4 {
        color: #BDBDBD;
        font-size: 13px;
        letter-spacing: 2px;
        line-height: 17px;
        font-weight: bold; }
      section.previous-next .flex-center .inner-container h2 {
        margin-top: 0;
        font-size: 32px;
        line-height: 40px; }
      section.previous-next .flex-center .inner-container .btn-container {
        margin-top: 10px; }
        section.previous-next .flex-center .inner-container .btn-container a {
          display: inline-block;
          margin-bottom: 0; }
          section.previous-next .flex-center .inner-container .btn-container a button {
            font-size: 14px;
            line-height: 18px;
            letter-spacing: 3px;
            font-weight: 600;
            padding: 20px 20px; } }
/* Ipad */
section.ipad-video-section {
  padding: 50px 0; }
  section.ipad-video-section .ipad-border {
    border: 20px solid black;
    border-radius: 15px; }
  section.ipad-video-section .video-container .vimeo-container {
    position: relative;
    padding-bottom: 66.66%;
    /* 3:2 */
    height: 0; }
    section.ipad-video-section .video-container .vimeo-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

@media (min-width: 992px) {
  section.ipad-video-section {
    padding: 150px 0; }
    section.ipad-video-section .ipad-border {
      border: 40px solid black;
      border-radius: 30px; } }
@media (min-width: 1200px) {
  section.ipad-video-section .ipad-border {
    border: 50px solid black;
    border-radius: 40px; } }
/* Front page */
/* Maybe not limit to front-page */
main.front-page .intro-text {
  padding: 0;
  color: inherit; }
  main.front-page .intro-text.full-height {
    height: 95vh; }
    main.front-page .intro-text.full-height .arrow {
      display: none; }
  @media (max-width: 991px) {
    main.front-page .intro-text.full-height {
      height: auto;
      padding: 100px 0px; }
      main.front-page .intro-text.full-height .arrow {
        display: none; }
      main.front-page .intro-text.full-height > .container {
        padding: 15px; }
        main.front-page .intro-text.full-height > .container .align-self-center {
          margin: auto; } }
  main.front-page .intro-text .align-self-center {
    width: 100%; }
  main.front-page .intro-text > .container {
    position: relative; }
    main.front-page .intro-text > .container h1 {
      font-size: 32px;
      line-height: 1.4em; }
      @media (min-width: 440px) {
        main.front-page .intro-text > .container h1 {
          font-size: 40px; } }

@media (min-width: 992px) {
  main.front-page .intro-text > .container h1 {
    font-size: 43px;
    line-height: 1.3em; }
  main.front-page .intro-text > .container p {
    font-size: 22px;
    line-height: 1.3em;
    font-weight: 400; } }
@media (min-width: 1200px) {
  main.front-page .intro-text > .container h1 {
    font-size: 50px;
    line-height: 1.3em; }
  main.front-page .intro-text > .container p {
    font-size: 26px;
    line-height: 38px;
    font-weight: 400; } }
@media (min-width: 1600px) {
  main.front-page .intro-text > .container h1 {
    font-size: 72px; } }
/* Slideshow */
section.intro-text-container {
  padding: 75px 0 100px 0; }
  section.intro-text-container h4 {
    text-transform: uppercase;
    text-transform: unset;
    color: #b9b1b1;
    letter-spacing: 1px;
    font-weight: 600; }
  section.intro-text-container p.intro-text {
    color: #b9b1b1;
    line-height: 1.4em;
    font-size: 22px; }

@media (min-width: 992px) {
  section.intro-text-container {
    padding: 200px 0 250px 0; }
    section.intro-text-container h1 {
      font-size: 50px;
      line-height: 65px;
      margin-bottom: 20px; }
    section.intro-text-container h4 {
      text-transform: uppercase;
      text-transform: unset;
      color: #b9b1b1;
      letter-spacing: 2px;
      line-height: 18px;
      font-size: 14px;
      font-weight: 700; }
    section.intro-text-container p {
      color: #BDBDBD;
      font-size: 24px; } }
/* Slideshow */
section.slideshow {
  background: white;
  width: 100%;
  padding: 50px 0; }
  section.slideshow p {
    text-align: center;
    margin-bottom: 100px; }
  section.slideshow h2 {
    margin-top: 0; }
  section.slideshow.not-fullwidth .carousel .carousel-inner img {
    max-height: 200px; }
  section.slideshow .carousel {
    max-height: 400px;
    overflow: hidden; }
    section.slideshow .carousel a.carousel-control-prev, section.slideshow .carousel a.carousel-control-next {
      height: 100%;
      margin-bottom: 0; }
      section.slideshow .carousel a.carousel-control-prev span:not(.sr-only), section.slideshow .carousel a.carousel-control-next span:not(.sr-only) {
        width: 30px;
        height: 30px; }

@media (min-width: 768px) {
  section.slideshow.not-fullwidth .carousel .carousel-inner img {
    max-height: 300px; } }
@media (min-width: 992px) {
  section.slideshow {
    background: white;
    width: 100%;
    padding: 100px 0; }
    section.slideshow.not-fullwidth .carousel .carousel-inner img {
      max-height: 350px; }
    section.slideshow .carousel {
      max-height: 800px;
      overflow: hidden; }
      section.slideshow .carousel a.carousel-control-prev span:not(.sr-only), section.slideshow .carousel a.carousel-control-next span:not(.sr-only) {
        width: 50px;
        height: 50px; } }
@media (min-width: 1200px) {
  section.slideshow.not-fullwidth .carousel .carousel-inner img {
    max-height: 800px; } }
/* Two text sections */
section.two-text-section {
  padding: 50px 0; }
  section.two-text-section h2 {
    font-size: 30px;
    line-height: 1.3em;
    margin-top: 0; }
  section.two-text-section .short-line {
    height: 3px;
    background: #ddd9d9;
    width: 84px;
    margin-bottom: 30px;
    margin-top: 30px; }
  section.two-text-section .title-box .circle {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #D8D8D8;
    display: inline-block;
    margin-left: 6px;
    margin-bottom: 2px;
    margin-right: 2px; }
  section.two-text-section .title-box p {
    font-size: 14px;
    opacity: 0.6; }

@media (min-width: 992px) {
  section.two-text-section {
    padding: 250px 0; }
    section.two-text-section h2 {
      font-size: 50px;
      line-height: 63px; } }
section.image-and-text {
  padding: 50px 0; }
  section.image-and-text .image-container {
    padding-bottom: 50px;
    padding-top: 50px; }

@media (min-width: 992px) {
  section.image-and-text {
    padding: 150px 0; }
    section.image-and-text .image-container {
      padding-bottom: 0px;
      padding-top: 0px; } }
/* Box area */
section.boxes-area.kund-sida {
  padding-bottom: 0; }
section.boxes-area .row .hidden-on-start {
  height: 0px;
  max-height: 0px;
  overflow: hidden; }
  section.boxes-area .row .hidden-on-start.show {
    height: auto;
    max-height: 1200px; }
section.boxes-area .row .pre-loaded.full-width {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  transition-delay: 0s; }
section.boxes-area .row .pre-loaded.text-container {
  /*
  button{
  	transition-delay: 0s;
  	margin-left: 5px;
  	opacity: 0;
  }
  */ }
  section.boxes-area .row .pre-loaded.text-container h2 {
    transition-delay: 0s;
    opacity: 0;
    margin-left: 5px; }
  section.boxes-area .row .pre-loaded.text-container h3 {
    margin: 0; }
  section.boxes-area .row .pre-loaded.text-container p {
    transition-delay: 0s;
    margin-left: 5px;
    opacity: 0; }
section.boxes-area .row .text-container {
  padding: 30px;
  display: flex;
  flex: 1 0 100%;
  max-width: 100%;
  flex-direction: column; }
  section.boxes-area .row .text-container h4.pre-title {
    font-family: "Source Sans Pro";
    color: #ba3d4b;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-transform: unset;
    font-weight: 700;
    margin-bottom: 10px; }
  section.boxes-area .row .text-container h3 {
    margin: 0; }
  section.boxes-area .row .text-container h2 {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transition-delay: 1s;
    opacity: 1;
    margin-left: 0px;
    transform: rotateZ(0deg);
    font-size: 36px;
    font-family: 'Libre Baskerville', serif;
    margin-bottom: 20px; }
  section.boxes-area .row .text-container p {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    transition-delay: 1.3s;
    margin-left: 0px;
    opacity: 1;
    transform: rotateZ(0deg);
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px; }
  section.boxes-area .row .text-container button {
    /*
    @include ease-all(0.5s);
    transition-delay: 1.6s;
    margin-left: 0px;
    opacity: 1;
    */ }
section.boxes-area .row .image-container {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%; }
  section.boxes-area .row .image-container img {
    display: block;
    opacity: 0;
    max-width: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }
    @media (min-width: 992px) {
      section.boxes-area .row .image-container img {
        height: 100%;
        max-height: 450px; } }
section.boxes-area .all-projects {
  padding: 75px 0 100px; }

@media (min-width: 1200px) {
  section.boxes-area .row .text-container {
    flex: 1 0 80%;
    max-width: 80%; }
  section.boxes-area .row .order-md-1 .text-container {
    margin: auto 0 auto auto; } }
/* Handelse puffar */
section {
  background: white;
  position: relative; }
  section.handelse-puffar {
    position: relative; }
    section.handelse-puffar h3 {
      position: absolute;
      top: 30px;
      left: 30px;
      color: #ffffff;
      font-size: 12px;
      letter-spacing: 1px;
      font-weight: bold;
      text-transform: uppercase;
      text-transform: unset;
      font-family: "Source Sans Pro";
      margin: 0;
      line-height: 1em; }
    section.handelse-puffar h2 {
      font-size: 22px;
      position: absolute;
      line-height: 30px;
      bottom: 20px;
      left: 30px;
      color: #ffffff;
      width: 70%;
      margin-bottom: 0;
      margin: 0; }
    section.handelse-puffar .inner-container {
      height: 300px;
      width: 100%;
      position: relative;
      overflow: hidden;
      cursor: pointer; }
      section.handelse-puffar .inner-container .image-container {
        height: 100%;
        width: 100%;
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        background-color: #ddd9d9;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out; }
        section.handelse-puffar .inner-container .image-container:hover {
          transform: scale(1.05);
          transition-duration: 3s;
          background-color: transparent; }
      section.handelse-puffar .inner-container.half {
        height: 300px; }

@media (min-width: 768px) {
  section.handelse-puffar {
    margin-bottom: 100px; } }
@media (min-width: 992px) {
  section.handelse-puffar {
    padding-bottom: 150px; }
    section.handelse-puffar h2 {
      bottom: 20px; }
    section.handelse-puffar .inner-container {
      height: 600px; } }
@media (max-width: 991px) {
  section.handelse-puffar {
    padding-bottom: 0;
    margin-bottom: 0; }
    section.handelse-puffar > .container {
      max-width: 100%; }
  section .has-half {
    flex-direction: row;
    flex: 1 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    order: 1; }
    section .has-half > a {
      flex: 1 0 50%;
      margin: 0; } }
@media (max-width: 767px) {
  section.handelse-puffar > .container {
    max-width: 100%; }
  section .has-half {
    flex-direction: row;
    flex: 1 0 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    order: 1; }
    section .has-half > a {
      flex: 1 0 100%;
      margin: 0; } }
/* intro text + Important news */
section.intro-text.full-height {
  top: -63px;
  margin-bottom: -63px;
  position: relative;
  background: #211e1f; }
  @media (min-width: 992px) {
    section.intro-text.full-height .overlay-G {
      background-image: url(../images/overlay-G-bg.png); } }
  section.intro-text.full-height > .container {
    min-height: 100%; }
    section.intro-text.full-height > .container .IO > a {
      text-decoration: none; }
      section.intro-text.full-height > .container .IO > a .text-container {
        transition: background 0.3s ease; }
      section.intro-text.full-height > .container .IO > a:hover .text-container {
        background-color: whitesmoke; }
    @media (min-width: 992px) and (max-width: 1399px) {
      section.intro-text.full-height > .container .IO {
        width: 100%; }
        section.intro-text.full-height > .container .IO .important-object {
          margin-top: 50px; }
          section.intro-text.full-height > .container .IO .important-object .text-container {
            padding: 30px; } }
    @media (min-width: 1400px) and (max-width: 1529px) {
      section.intro-text.full-height > .container .IO {
        width: 100%; }
        section.intro-text.full-height > .container .IO .important-object .text-container {
          padding: 30px; }
        section.intro-text.full-height > .container .IO .important-object .button-container {
          padding: 30px 20px 30px 0; } }
section.intro-text:not(.full-height) > .container {
  padding-top: 30px; }
  section.intro-text:not(.full-height) > .container h1 {
    font-size: 30px; }
  section.intro-text:not(.full-height) > .container .align-self-center {
    margin: auto; }
  @media (min-width: 768px) {
    section.intro-text:not(.full-height) > .container > .row > div {
      min-width: 760px;
      transform: translateX(-10%);
      left: 10%; } }
  section.intro-text:not(.full-height) > .container .IO > a {
    text-decoration: none; }
    section.intro-text:not(.full-height) > .container .IO > a .text-container {
      transition: background 0.3s ease; }
    section.intro-text:not(.full-height) > .container .IO > a:hover .text-container {
      background-color: whitesmoke; }
  @media (max-width: 768px) {
    section.intro-text:not(.full-height) > .container .IO {
      max-width: 300px;
      margin: auto; } }
  @media (min-width: 992px) {
    section.intro-text:not(.full-height) > .container .IO .important-object {
      margin-top: 50px; }
      section.intro-text:not(.full-height) > .container .IO .important-object .text-container {
        padding: 30px; } }
section.intro-text .overlay-G {
  opacity: 0.9;
  background-color: #e8c7cc;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 1; }
  @media (min-width: 992px) {
    section.intro-text .overlay-G {
      background-color: transparent;
      background-image: url(../images/overlay-G-bg-small.png); }
      section.intro-text .overlay-G.halsa {
        background-image: url(../images/overlay-G-bg-halsa.png);
        opacity: 0.9; } }
section.intro-text.fixed-bg-image {
  background-attachment: fixed; }
section.intro-text > .container {
  padding-top: 100px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  z-index: 2; }
  section.intro-text > .container h1 {
    font-size: 26px;
    line-height: 32px; }
  section.intro-text > .container p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 100; }
section.intro-text.after {
  padding: 50px 0 0 0; }
section.intro-text .IO {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  position: relative;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%; }
  section.intro-text .IO:after {
    content: "";
    display: block;
    height: 60px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0.05;
    background: #211e1f;
    /* Old browsers */
    background: -moz-linear-gradient(180deg, #211e1f 0%, transparent 100%);
    background: -webkit-linear-gradient(180deg, #211e1f 0%, transparent 100%);
    background: linear-gradient(180deg, #211e1f 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$firstColor', endColorstr='$secondColor',GradientType=1 ); }
  section.intro-text .IO .important-object {
    background: white;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    margin: auto;
    margin-top: 100px; }
    section.intro-text .IO .important-object .image-container {
      flex: 1 0 25%;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
      section.intro-text .IO .important-object .image-container .sizer {
        width: 100%;
        padding-bottom: 55%; }
    section.intro-text .IO .important-object .text-container {
      padding: 30px;
      flex: 1 0 50%;
      display: flex;
      text-align: center; }
      section.intro-text .IO .important-object .text-container .center-vertical {
        align-self: center;
        display: flex;
        flex-direction: column;
        flex: 1; }
        section.intro-text .IO .important-object .text-container .center-vertical .pre-title {
          color: #ba3d4b;
          font-size: 14px;
          line-height: 18px;
          letter-spacing: 3px;
          text-transform: uppercase;
          text-transform: unset;
          font-weight: 700; }
        section.intro-text .IO .important-object .text-container .center-vertical h2 {
          color: #211e1f;
          margin-bottom: 0;
          margin-top: 10px;
          font-size: 24px;
          line-height: 1.3em; }
    section.intro-text .IO .important-object .button-container {
      display: none;
      flex: 1 0 25%;
      flex-direction: column;
      display: flex;
      align-content: center;
      padding: 0 0 30px 0; }
      section.intro-text .IO .important-object .button-container a {
        display: flex;
        flex: 1;
        margin-bottom: 0; }
        section.intro-text .IO .important-object .button-container a button {
          align-self: center;
          margin: auto;
          padding: 12px 20px; }
          @media (min-width: 1200px) {
            section.intro-text .IO .important-object .button-container a button {
              padding: 20px 50px; } }

@media (min-width: 768px) {
  section.intro-text > .container {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px; }
    section.intro-text > .container p {
      font-size: 34px;
      line-height: 40px;
      font-weight: 100; }
  section.intro-text .IO {
    position: relative; }
    section.intro-text .IO .important-object {
      flex-direction: row; }
      section.intro-text .IO .important-object .image-container .sizer {
        padding-bottom: 50%; }
      section.intro-text .IO .important-object .text-container {
        padding: 20px;
        text-align: left; }
      section.intro-text .IO .important-object .button-container {
        padding: 30px 20px 30px 0; } }
@media (min-width: 992px) {
  section.intro-text .IO {
    position: relative; }
    section.intro-text .IO .important-object {
      flex-direction: row; }
      section.intro-text .IO .important-object .image-container .sizer {
        padding-bottom: 50%; }
      section.intro-text .IO .important-object .text-container {
        padding: 45px;
        text-align: left; }
      section.intro-text .IO .important-object .button-container {
        padding: 30px 0 30px 0; }
  section.intro-text > .container h1 {
    font-size: 54px;
    line-height: 74px; }
  section.intro-text > .container p {
    font-size: 34px;
    line-height: 40px;
    font-weight: 100; } }
@media (min-width: 1200px) {
  section.intro-text > .container {
    padding-top: 30px; }
    section.intro-text > .container h1 {
      font-size: 43px; }
  section.intro-text.full-height {
    top: -58px;
    margin-bottom: -58px; }
  section.intro-text .IO .important-object {
    /*max-width: 950px; */ } }
section .section-title {
  text-align: center;
  margin-bottom: 100px;
  color: #211e1f; }
  section .section-title h2 {
    font-size: 40px;
    margin-top: 0;
    color: inherit; }
  section .section-title h3 {
    opacity: 0.29;
    color: inherit;
    font-size: 14px;
    text-transform: uppercase;
    text-transform: unset;
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-family: 'Source Sans Pro', sans-serif; }

/* Contact */
section.contact-page--top {
  position: relative;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  background: #211e1f;
  color: #ffffff; }
  section.contact-page--top div:not(.vertical-container) {
    height: inherit; }
  section.contact-page--top .vertical-container {
    position: relative;
    top: 0;
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%); }
  section.contact-page--top h1 {
    margin-bottom: 40px; }
    @media (min-width: 768px) {
      section.contact-page--top h1 {
        margin-bottom: 60px; } }
  section.contact-page--top .snabbkontakt p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Libre Baskerville', serif;
    color: white; }
    @media (min-width: 768px) {
      section.contact-page--top .snabbkontakt p {
        font-size: 24px;
        line-height: 36px; } }
    section.contact-page--top .snabbkontakt p.small {
      font-size: 18px;
      line-height: 28px;
      font-family: "Source Sans Pro";
      margin-top: 30px; }
      section.contact-page--top .snabbkontakt p.small ~ .small {
        margin-top: 0; }
      section.contact-page--top .snabbkontakt p.small a {
        font-size: 18px; }
    section.contact-page--top .snabbkontakt p.email a {
      border-bottom: 1px solid #ba3d4b; }
    section.contact-page--top .snabbkontakt p a {
      color: #ffffff;
      margin-bottom: 0; }
      section.contact-page--top .snabbkontakt p a:hover {
        color: #ba3d4b;
        text-decoration: none; }
section.contact-puffs {
  padding: 15px 0 0 0; }
  section.contact-puffs .row > div {
    margin-bottom: 15px; }
section.contact-page--search {
  margin-bottom: 60px;
  display: none;
  padding: 50px 0 0 0; }
  section.contact-page--search .icon-container {
    width: 32px;
    font-size: 26px;
    line-height: 56px; }
    section.contact-page--search .icon-container svg {
      height: auto;
      width: 100%; }
  section.contact-page--search .input-container {
    width: calc(100% - 32px); }
  section.contact-page--search .search-filter {
    padding-bottom: 1px;
    border-bottom: 1px solid #e3abb1; }
    section.contact-page--search .search-filter input {
      border: none;
      width: 100%;
      float: right;
      padding: 10px 20px;
      font-size: 28px;
      line-height: 28px;
      outline: none;
      font-family: 'Libre Baskerville', serif; }
    section.contact-page--search .search-filter svg {
      color: #ba3d4b;
      font-size: 36px;
      float: left;
      padding: 10px 0; }
    section.contact-page--search .search-filter:after {
      clear: both;
      display: block;
      content: ""; }
section.contact-page--people {
  padding: 30px 15px;
  border-bottom: 1px solid #ddd9d9;
  -webkit-transition: 0.5s, min-height 1s ease-in-out;
  -moz-transition: 0.5s, min-height 1s ease-in-out;
  -o-transition: 0.5s, min-height 1s ease-in-out;
  transition: 0.5s, min-height 1s ease-in-out; }
  @media (min-width: 768px) {
    section.contact-page--people {
      padding: 30px 0; } }
  section.contact-page--people a {
    color: #211e1f;
    font-size: 16px;
    line-height: 22px;
    display: block;
    margin-bottom: 0px; }
    section.contact-page--people a:after {
      content: "";
      display: none; }
    section.contact-page--people a:hover {
      text-decoration: underline;
      color: #211e1f;
      opacity: 0.9; }
  section.contact-page--people p {
    margin-bottom: 0; }
    section.contact-page--people p.subtitle {
      color: #b9b1b1;
      margin-bottom: 15px;
      font-size: 18px; }
  section.contact-page--people h3 {
    font-size: 20px;
    margin-bottom: 3px; }
  section.contact-page--people .row > div {
    margin-bottom: 30px; }

@media (min-width: 992px) {
  section.contact-page--top {
    height: 600px;
    padding-top: 100px !important;
    padding-bottom: 0 !important;
    /*			
    .vertical-container{
    	position: absolute;
    	top: 50%;
    	-webkit-transform: translate(0%, -50%);
    	-ms-transform: translate(0%, -50%);
    	transform: translate(0%, -50%);
    }
    */ }
    section.contact-page--top div:not(.vertical-container) {
      height: inherit; }
    section.contact-page--top h1 {
      margin-bottom: 60px; }
    section.contact-page--top .snabbkontakt p {
      margin-bottom: 0;
      font-size: 24px;
      line-height: 36px;
      font-family: 'Libre Baskerville', serif; }
      section.contact-page--top .snabbkontakt p.small {
        font-size: 18px;
        line-height: 28px;
        font-family: "Source Sans Pro";
        margin-top: 30px; }
        section.contact-page--top .snabbkontakt p.small ~ .small {
          margin-top: 0; }
      section.contact-page--top .snabbkontakt p.email a {
        border-bottom: 1px solid #ba3d4b; }
      section.contact-page--top .snabbkontakt p a {
        color: #ffffff; }
        section.contact-page--top .snabbkontakt p a:hover {
          color: #ba3d4b;
          text-decoration: none; }
  section.contact-puffs {
    padding: 100px 0 0 0; }
    section.contact-puffs .row > div {
      margin-bottom: 30px; } }
section.jobb-archive-top, section.kunder-archive-top {
  padding: 100px 30px 0 30px;
  padding: 100px 0 0 0; }
section.jobb .jobb-container {
  height: calc(100% - 12px);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3); }
  section.jobb .jobb-container:not(:last-child) {
    margin-bottom: 30px; }
  section.jobb .jobb-container a {
    display: flex;
    justify-content: center;
    padding: 36px 30px;
    border: 1px solid;
    height: 100%;
    color: #211e1f; }
    section.jobb .jobb-container a .jobb-content {
      display: flex;
      flex-direction: column;
      align-self: center; }
    section.jobb .jobb-container a:focus, section.jobb .jobb-container a:visited {
      color: #211e1f; }
    section.jobb .jobb-container a:hover {
      text-decoration: none;
      background: #e3abb1; }
section.project-case-section {
  padding: 100px 0; }
  section.project-case-section .project-case-title {
    text-align: center;
    margin-bottom: 100px; }
    section.project-case-section .project-case-title h2 {
      font-size: 40px; }
    section.project-case-section .project-case-title h3 {
      font-size: 14px;
      color: #bdbdbd;
      text-transform: uppercase;
      text-transform: unset;
      letter-spacing: 2px;
      margin-bottom: 5px;
      font-family: 'Source Sans Pro', sans-serif; }
  section.project-case-section .proj-link:hover {
    text-decoration: none; }
  section.project-case-section .item-container {
    min-height: 336px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-bottom: 20px;
    position: relative; }
    section.project-case-section .item-container .text-container {
      position: absolute;
      bottom: 0;
      left: 0;
      color: #ffffff;
      padding: 30px;
      z-index: 18;
      width: 100%;
      background: transparent;
      /* Old browsers */
      background: -moz-linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
      background: -webkit-linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
      background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$firstColor', endColorstr='$secondColor',GradientType=1 ); }
      section.project-case-section .item-container .text-container h2 {
        font-size: 20px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-bottom: 0;
        margin-top: 0; }
      section.project-case-section .item-container .text-container h3 {
        text-transform: uppercase;
        text-transform: unset;
        letter-spacing: 2px;
        font-size: 12px;
        font-family: "Source Sans Pro";
        margin-bottom: 5px; }
section.single-karriar-section {
  padding: 100px 0 100px 0; }
  section.single-karriar-section .text-container {
    padding-right: 0px; }
    section.single-karriar-section .text-container h2 {
      margin-bottom: 5px;
      margin-top: 30px; }
    section.single-karriar-section .text-container ul {
      padding-left: 27px;
      list-style: disc; }
  section.single-karriar-section .pre-title {
    color: #ba3d4b;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-transform: unset;
    font-weight: 700; }
  section.single-karriar-section .apply-position {
    width: 100%;
    padding: 30px;
    background: #ddd9d9; }
    section.single-karriar-section .apply-position input {
      width: 100%;
      margin-bottom: 30px;
      padding: 5px; }
    section.single-karriar-section .apply-position select {
      width: 100%;
      padding: 5px;
      margin-bottom: 30px; }
    section.single-karriar-section .apply-position button {
      background: #ba3d4b;
      color: #ffffff; }
    section.single-karriar-section .apply-position label {
      margin-bottom: 10px;
      font-weight: bold; }
    section.single-karriar-section .apply-position textarea {
      width: 100%;
      height: 150px;
      margin-bottom: 30px;
      resize: none; }

@media (min-width: 992px) {
  section.intro-text.full-height {
    top: -99px;
    margin-bottom: -99px;
    top: -59px;
    margin-bottom: -59px; }
  section.intro-text:not(.full-height) > .container {
    padding: 75px 0; }
    section.intro-text:not(.full-height) > .container h1 {
      font-size: 42px;
      margin-bottom: 0; }
  section.jobb .jobb-container:not(:last-child) {
    margin-bottom: 0px; }
  section.single-karriar-section {
    padding: 100px 0; }
    section.single-karriar-section .text-container {
      padding-right: 60px; }
      section.single-karriar-section .text-container h2 {
        margin-bottom: 15px;
        margin-top: 50px; }
  section.contact-page--search {
    display: block; }
  section.contact-page--people {
    padding: 60px 0; }
    section.contact-page--people .row > div {
      margin-bottom: 100px; } }
.take-over-video-container {
  height: 0px;
  max-height: 0px;
  padding-top: 0;
  padding-bottom: 56%;
  position: relative;
  top: -63px;
  margin-bottom: -63px;
  overflow: hidden; }
  @media (min-width: 992px) {
    .take-over-video-container {
      height: 0;
      top: -59px;
      margin-bottom: -59px;
      padding: 0;
      padding-bottom: 56.25%;
      max-height: 100vh; } }
  .take-over-video-container #video-background {
    width: 100%;
    transform: none;
    right: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    height: auto; }
    @media (min-width: 992px) {
      .take-over-video-container #video-background {
        max-height: none;
        right: auto;
        padding: 0;
        width: 100%;
        /*
        	left: 50%;
        	top: 50%;
        	transform: translate(-50%, -50%);
        */ } }

body {
  position: relative; }
  body.menu-open {
    height: 100vh;
    overflow: hidden; }
    @media (min-width: 1200px) {
      body.menu-open {
        overflow: visible; } }
    body.menu-open main {
      -webkit-filter: blur(8px);
      -moz-filter: blur(8px);
      -o-filter: blur(8px);
      -ms-filter: blur(8px);
      filter: blur(8px); }
    body.menu-open header {
      background-color: transparent;
      transition: background 0s; }
    body.menu-open .mobile-only .hamburger span {
      background: #211e1f; }
    body.menu-open .desktop-menu-container img {
      content: url("../images/granath_black_logo.svg");
      position: relative;
      z-index: 123; }
  body.archive header {
    background: white; }
    body.archive header .desktop-menu-container .desktop-menu ul li a {
      color: #211e1f; }

header {
  position: relative;
  top: 0;
  z-index: 50;
  width: 100%;
  background: transparent;
  /* might delete this*/
  /* Container limit */ }
  header.has-take-over:before {
    content: "";
    background: rgba(0, 0, 0, 0.3);
    /* Old browsers */
    background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
    background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$firstColor', endColorstr='$secondColor',GradientType=1 );
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -10; }
  header .white-bg .hamburger span {
    color: #211e1f; }
  header.white-bg .menu-logo #svg-logo .black-logo {
    fill: #211e1f; }
  header .container {
    height: 100%; }
    header .container .row {
      height: 100%; }
      header .container .row .logo {
        left: 15px; }
      header .container .row .desktop-menu {
        padding: 10px 0px 10px 0px; }
  header .hamburger-container {
    position: fixed;
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    /* box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08); */
    opacity: 0;
    z-index: 109;
    background: white;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    header .hamburger-container .hamburger span {
      background: #211e1f; }
    header .hamburger-container .menu-logo {
      width: 117px;
      display: block;
      margin-bottom: 0;
      position: absolute;
      top: 15px;
      left: 15px; }
      header .hamburger-container .menu-logo svg {
        display: block; }
    header .hamburger-container .desktop-menu {
      padding: 10px 45px 10px 45px; }
      header .hamburger-container .desktop-menu .menu-huvudmeny-container {
        color: #211e1f; }
        header .hamburger-container .desktop-menu .menu-huvudmeny-container:after {
          clear: both;
          content: "";
          display: block; }
      header .hamburger-container .desktop-menu ul.menu {
        float: right; }
        header .hamburger-container .desktop-menu ul.menu:after {
          display: block;
          clear: both;
          content: ""; }
        header .hamburger-container .desktop-menu ul.menu:hover a {
          opacity: 0.3;
          text-decoration: none; }
        header .hamburger-container .desktop-menu ul.menu:hover .circle-number {
          opacity: 0.3; }
        header .hamburger-container .desktop-menu ul.menu > li {
          float: left;
          position: relative;
          margin-bottom: 0;
          color: #211e1f; }
          header .hamburger-container .desktop-menu ul.menu > li.current-menu-item a {
            border-bottom: 2px solid #ba3d4b;
            margin-bottom: -2px; }
          header .hamburger-container .desktop-menu ul.menu > li a {
            font-family: 'Libre Baskerville', serif;
            margin-bottom: 0;
            color: inherit;
            padding: 10px;
            font-size: 15px;
            line-height: 1.3em;
            text-shadow: none;
            display: block;
            opacity: 1;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out; }
          header .hamburger-container .desktop-menu ul.menu > li.menu-item-object-karriar a {
            padding-right: 20px; }
          header .hamburger-container .desktop-menu ul.menu > li:hover a {
            opacity: 1; }
          header .hamburger-container .desktop-menu ul.menu > li:hover .circle-number {
            opacity: 3; }
  header.show .hamburger-container {
    opacity: 1;
    top: 0; }
    header.show .hamburger-container svg#svg-logo path, header.show .hamburger-container svg#svg-logo .black-logo, header.show .hamburger-container svg#svg-logo .white-logo {
      fill: #211e1f; }
  header.show.in-top .hamburger-container {
    opacity: 1;
    top: -120px; }
  header .desktop-menu-container.white-navigation-color {
    color: #ffffff; }
    header .desktop-menu-container.white-navigation-color .logo .menu-logo #svg-logo path, header .desktop-menu-container.white-navigation-color .logo .menu-logo #svg-logo .black-logo, header .desktop-menu-container.white-navigation-color .logo .menu-logo #svg-logo .white-logo {
      fill: #ffffff; }
    header .desktop-menu-container.white-navigation-color .hamburger span {
      background: white; }
    header .desktop-menu-container.white-navigation-color .hamburger.open span {
      background: #211e1f; }
  header .desktop-menu-container .logo {
    width: 117px;
    padding: 15px;
    display: block;
    z-index: 13; }
    header .desktop-menu-container .logo img {
      max-width: 100%; }
  header.front-page.show .hamburger-container {
    width: 100%; }
  header.show .menu ul li a {
    color: #ffffff; }
  header .menu-item-object-karriar {
    display: none; }
  header.u-may-work-here .menu-item-object-karriar {
    position: relative;
    display: block; }
    header.u-may-work-here .menu-item-object-karriar .circle-number {
      background: #ba3d4b;
      color: #ffffff;
      text-align: center;
      position: absolute;
      width: 14px;
      height: 14px;
      line-height: 14px;
      font-size: 10px;
      border-radius: 50%;
      top: 50%;
      right: 0;
      margin-top: -1px;
      display: block;
      transform: translateY(-50%);
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  header.black-bg .menu-logo #svg-logo .black-logo {
    fill: #ffffff; }
  header.transparent-bg {
    background: transparent !important; }
    header.transparent-bg .menu-logo #svg-logo .black-logo {
      fill: #211e1f; }
  header .desktop-menu-container {
    box-shadow: none;
    opacity: 1;
    z-index: 104; }
    header .desktop-menu-container .menu ul li a {
      color: #ffffff;
      font-family: 'Libre Baskerville', serif; }
      header .desktop-menu-container .menu ul li a:before, header .desktop-menu-container .menu ul li a:after {
        background: white; }
      header .desktop-menu-container .menu ul li a:hover {
        opacity: 0.7; }
    header .desktop-menu-container .desktop-menu {
      padding: 30px 45px 10px 45px;
      padding: 30px 45px 30px 45px; }
      header .desktop-menu-container .desktop-menu .menu-huvudmeny-container:after {
        clear: both;
        content: "";
        display: block; }
      header .desktop-menu-container .desktop-menu ul.menu {
        float: right; }
        header .desktop-menu-container .desktop-menu ul.menu:after {
          display: block;
          clear: both;
          content: ""; }
        header .desktop-menu-container .desktop-menu ul.menu:hover a {
          opacity: 0.3;
          text-decoration: none; }
        header .desktop-menu-container .desktop-menu ul.menu:hover .circle-number {
          opacity: 0.3; }
        header .desktop-menu-container .desktop-menu ul.menu > li {
          float: left;
          position: relative;
          margin-bottom: 0; }
          header .desktop-menu-container .desktop-menu ul.menu > li.current-menu-item a {
            border-bottom: 2px solid #ba3d4b;
            margin-bottom: -2px; }
          header .desktop-menu-container .desktop-menu ul.menu > li a {
            font-family: 'Libre Baskerville', serif;
            margin-bottom: 0;
            color: inherit;
            padding: 10px;
            font-size: 15px;
            line-height: 1.3em;
            text-shadow: none;
            display: block;
            opacity: 1;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out; }
          header .desktop-menu-container .desktop-menu ul.menu > li.menu-item-object-karriar a {
            padding-right: 20px; }
          header .desktop-menu-container .desktop-menu ul.menu > li:hover a {
            opacity: 1; }
          header .desktop-menu-container .desktop-menu ul.menu > li:hover .circle-number {
            opacity: 3; }
  header .desktop-menu {
    display: none; }
  header .fullscreen-menu-mobile {
    height: 100vh;
    top: 0;
    left: -100%;
    right: 0;
    padding: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    display: block;
    opacity: 0;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
    header .fullscreen-menu-mobile.mobile-open {
      opacity: 1;
      z-index: -1;
      position: fixed;
      left: 0; }
      header .fullscreen-menu-mobile.mobile-open ul li {
        float: none;
        margin-right: 30px;
        opacity: 1;
        transition-delay: 0s;
        -webkit-transition: all 0.35s ease-in;
        -moz-transition: all 0.35s ease-in;
        -o-transition: all 0.35s ease-in;
        transition: all 0.35s ease-in;
        transition-delay: 0.1s; }
        header .fullscreen-menu-mobile.mobile-open ul li:last-child {
          margin-bottom: 0; }
        header .fullscreen-menu-mobile.mobile-open ul li a {
          color: #211e1f; }
        header .fullscreen-menu-mobile.mobile-open ul li + li {
          transition-delay: 0.15s; }
          header .fullscreen-menu-mobile.mobile-open ul li + li + li {
            transition-delay: 0.2s; }
            header .fullscreen-menu-mobile.mobile-open ul li + li + li + li {
              transition-delay: 0.25s; }
              header .fullscreen-menu-mobile.mobile-open ul li + li + li + li + li {
                transition-delay: 0.3s; }
                header .fullscreen-menu-mobile.mobile-open ul li + li + li + li + li + li {
                  transition-delay: 0.35s; }
      header .fullscreen-menu-mobile.mobile-open .menu-item-object-karriar .circle-number {
        background: #ba3d4b;
        color: #ffffff;
        text-align: center;
        position: absolute;
        width: 18px;
        height: 18px;
        line-height: 18px;
        font-size: 12px;
        border-radius: 50%;
        top: 54%;
        right: -22px;
        display: block; }
      header .fullscreen-menu-mobile.mobile-open .menu-footer {
        position: absolute;
        opacity: 1;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        background: #211e1f;
        color: #ffffff;
        -webkit-transition: opacity 0.5s ease-in;
        -moz-transition: opacity 0.5s ease-in;
        -o-transition: opacity 0.5s ease-in;
        transition: opacity 0.5s ease-in;
        transition-delay: 0.5s; }
        header .fullscreen-menu-mobile.mobile-open .menu-footer h3 {
          margin-bottom: 10px; }
        header .fullscreen-menu-mobile.mobile-open .menu-footer p, header .fullscreen-menu-mobile.mobile-open .menu-footer a {
          margin-bottom: 0;
          font-size: 12px; }
          header .fullscreen-menu-mobile.mobile-open .menu-footer p:hover, header .fullscreen-menu-mobile.mobile-open .menu-footer p:visited header .fullscreen-menu-mobile.mobile-open .menu-footer p:focus, header .fullscreen-menu-mobile.mobile-open .menu-footer a:hover, header .fullscreen-menu-mobile.mobile-open .menu-footer a:visited header .fullscreen-menu-mobile.mobile-open .menu-footer p:focus, header .fullscreen-menu-mobile.mobile-open .menu-footer p:visited header .fullscreen-menu-mobile.mobile-open .menu-footer a:focus, header .fullscreen-menu-mobile.mobile-open .menu-footer a:visited header .fullscreen-menu-mobile.mobile-open .menu-footer a:focus {
            text-decoration: none; }
            header .fullscreen-menu-mobile.mobile-open .menu-footer p:hover h3, header .fullscreen-menu-mobile.mobile-open .menu-footer p:visited header .fullscreen-menu-mobile.mobile-open .menu-footer p:focus h3, header .fullscreen-menu-mobile.mobile-open .menu-footer a:hover h3, header .fullscreen-menu-mobile.mobile-open .menu-footer a:visited header .fullscreen-menu-mobile.mobile-open .menu-footer p:focus h3, header .fullscreen-menu-mobile.mobile-open .menu-footer p:visited header .fullscreen-menu-mobile.mobile-open .menu-footer a:focus h3, header .fullscreen-menu-mobile.mobile-open .menu-footer a:visited header .fullscreen-menu-mobile.mobile-open .menu-footer a:focus h3 {
              text-decoration: none; }
        header .fullscreen-menu-mobile.mobile-open .menu-footer .logo-holder {
          color: #ba3d4b;
          -webkit-transition: color 0.5s ease-in;
          -moz-transition: color 0.5s ease-in;
          -o-transition: color 0.5s ease-in;
          transition: color 0.5s ease-in;
          transition-delay: 2s; }
        header .fullscreen-menu-mobile.mobile-open .menu-footer .image-container {
          background-position: center center;
          background-size: cover;
          background-color: #b9b1b1;
          background-blend-mode: multiply;
          height: 100%;
          text-align: center;
          position: relative;
          opacity: 1;
          -webkit-transition: opacity 0.5s ease-in;
          -moz-transition: opacity 0.5s ease-in;
          -o-transition: opacity 0.5s ease-in;
          transition: opacity 0.5s ease-in;
          transition-delay: 1s;
          cursor: pointer; }
          header .fullscreen-menu-mobile.mobile-open .menu-footer .image-container:hover {
            background-color: #ba3d4b;
            -webkit-transition: background 0.3s ease-in 0s;
            -moz-transition: background 0.3s ease-in 0s;
            -o-transition: background 0.3s ease-in 0s;
            transition: background 0.3s ease-in 0s; }
          header .fullscreen-menu-mobile.mobile-open .menu-footer .image-container:before {
            height: 100%;
            content: "";
            display: block;
            widows: 100%; }
          header .fullscreen-menu-mobile.mobile-open .menu-footer .image-container h3 {
            position: absolute;
            top: 50%;
            -webkit-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
            color: #ffffff;
            width: 100%;
            right: 50%;
            margin-bottom: 0;
            opacity: 1;
            -webkit-transition: opacity 0.5s ease-in;
            -moz-transition: opacity 0.5s ease-in;
            -o-transition: opacity 0.5s ease-in;
            transition: opacity 0.5s ease-in;
            transition-delay: 1.5s; }
    header .fullscreen-menu-mobile ul {
      position: absolute;
      top: 120px;
      width: 100%;
      text-align: right; }
      @media (min-width: 440px) {
        header .fullscreen-menu-mobile ul {
          padding: 0 30px; } }
      header .fullscreen-menu-mobile ul li {
        height: 45px;
        opacity: 0;
        margin-right: 0px;
        transition: none; }
        @media (min-width: 440px) {
          header .fullscreen-menu-mobile ul li {
            height: 60px; } }
        header .fullscreen-menu-mobile ul li a {
          font-size: px;
          line-height: 60px;
          display: inline;
          color: #ba3d4b;
          letter-spacing: 3px;
          text-decoration: none;
          font-family: 'Libre Baskerville', serif;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          @media (min-width: 440px) {
            header .fullscreen-menu-mobile ul li a {
              font-size: 20px;
              line-height: 45px; } }
          header .fullscreen-menu-mobile ul li a:before, header .fullscreen-menu-mobile ul li a:after {
            display: none; }
          header .fullscreen-menu-mobile ul li a:hover {
            color: #ba3d4b; }
    header .fullscreen-menu-mobile .menu-footer {
      opacity: 0;
      transition: none; }
      header .fullscreen-menu-mobile .menu-footer .logo-holder {
        color: #ffffff;
        transition: none; }
      header .fullscreen-menu-mobile .menu-footer .image-container {
        opacity: 0;
        transition: none; }
        header .fullscreen-menu-mobile .menu-footer .image-container h3 {
          opacity: 0;
          transition: none; }
  header .hamburger {
    height: auto;
    width: 28px;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    cursor: pointer;
    z-index: 101; }
    header .hamburger span {
      height: 2px;
      width: 100%;
      display: block;
      border-radius: 2px;
      position: absolute;
      top: 8px;
      background: #211e1f;
      opacity: 1;
      transition: transform 0.3s, top 0.3s 0.3s; }
      header .hamburger span:first-child {
        top: 0px; }
      header .hamburger span:last-child {
        top: 16px; }
      header .hamburger span + span:not(:last-child) {
        transition: 0.6s opacity;
        opacity: 1; }
    header .hamburger.open span {
      transition: top 0.3s, transform 0.3s 0.3s;
      color: #211e1f; }
      header .hamburger.open span:first-child {
        top: 8px;
        transform: rotate(45deg); }
      header .hamburger.open span:last-child {
        top: 8px;
        opacity: 1;
        transform: rotate(-45deg); }
      header .hamburger.open span + span:not(:last-child) {
        transition: 0s opacity 0.3s;
        opacity: 0; }
  header.black-bg .menu-logo #svg-logo .black-logo {
    fill: #ffffff; }
  header.black-bg .hamburger span {
    background: white; }
  header.black-bg .hamburger-container .hamburger span {
    background: #211e1f; }

body.menu-open header .hamburger-container {
  background: transparent;
  transition: background 0s 0s; }
  body.menu-open header .hamburger-container .hamburger span {
    background: #211e1f; }
body.menu-open header .desktop-menu-container.white-navigation-color .logo .menu-logo #svg-logo path {
  fill: #211e1f; }

@media (min-width: 992px) {
  header.black-bg .desktop-menu .menu-item {
    color: white; }
  header .logo {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    z-index: 10; }
  header .hamburger-container {
    position: fixed;
    top: -60px;
    left: 0;
    width: 100%;
    height: 60px;
    opacity: 0;
    background: white;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    header .hamburger-container .hamburger span {
      background: #211e1f; }
    header .hamburger-container .menu-logo {
      width: 124px;
      display: block;
      position: relative;
      top: 0;
      left: 0; }
      header .hamburger-container .menu-logo img {
        max-width: 100%;
        margin-top: 0; }
    header .hamburger-container .desktop-menu {
      display: block; }
      header .hamburger-container .desktop-menu .desktop-menu .menu-item {
        color: #211e1f; }
  header.show .hamburger-container {
    opacity: 1;
    top: 0; }
  header.show.in-top .hamburger-container {
    opacity: 1;
    top: -120px; } }
@media (min-width: 992px) and (min-width: 992px) {
  header .desktop-menu-container .container .logo {
    left: 0px; } }
@media (min-width: 992px) {
  header .desktop-menu-container .logo {
    /* top: 53px; */
    width: 154px;
    display: block; }
    header .desktop-menu-container .logo > a {
      display: block;
      margin-bottom: 0; }
      header .desktop-menu-container .logo > a span {
        display: block; }
        header .desktop-menu-container .logo > a span svg {
          display: block; }
    header .desktop-menu-container .logo img {
      max-width: 100%; }
  header .desktop-menu-container .desktop-menu {
    display: block; } }
header.health-theme .hamburger-container .menu-logo {
  padding: 0 15px;
  width: 170px; }
  @media (min-width: 992px) {
    header.health-theme .hamburger-container .menu-logo {
      width: 208px;
      padding: 0; } }
header.health-theme .desktop-menu-container .logo {
  width: 168px; }
  @media (min-width: 992px) {
    header.health-theme .desktop-menu-container .logo {
      width: 238px; } }

.before-scroll-scale {
  position: relative;
  height: auto;
  width: 100vw;
  transform: scale(0.76) translateY(0) translateZ(0);
  max-width: 100%;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  will-change: transform; }
  .before-scroll-scale.after {
    transform: scale(1) translateY(0px) translateZ(0);
    margin-top: 0px;
    padding-top: 150px; }

.before-scroll {
  position: relative;
  height: auto;
  width: 80vw;
  transform: translateY(0%) translateZ(0);
  max-width: 100%;
  margin: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  will-change: transform; }
  .before-scroll.after {
    width: 100vw;
    margin-top: 0px; }

.graphs {
  max-width: 100%;
  overflow: hidden;
  max-height: 25vw;
  position: absolute;
  z-index: 99;
  width: 100%;
  bottom: -10%; }
  .graphs .ct-area {
    fill-opacity: 1; }
  .graphs .ct-series-a .ct-area {
    fill: white; }
  .graphs .inner-container {
    width: 150%;
    margin-left: -25%;
    margin-right: -25%; }

/*
.single-post{
	.intro-section{
		padding: 100px 0;
		.pre-title{
			color: $primary;
			font-size: 14px;
			line-height: 18px;
			letter-spacing: 3px;
			text-transform: uppercase;
			text-transform: unset;
			font-weight: 700;
		}
		p{
			font-size: 22px;
			line-height: 34px;
			margin-bottom: 34px;
			color: $almostblack;
		}
		a{

		}
		h1{
			font-size: 50;
			line-height: 65px;
		}
		ul{
		    padding-left: 20px;
			list-style-type: disc;
			margin-bottom: 36px;
			li{
				font-size: 22px;
				line-height: 34px;
				margin-bottom: 10px;
			}
		}
		ol{
			margin-bottom: 36px;
		    padding-left: 20px;
			li{
				font-size: 22px;
				line-height: 34px;
				margin-bottom: 10px;
			}
		}
		blockquote{

		}
		strong, b{
			font-weight: 700;
		}
		i, em{
			font-style: italic;
		}
	}
}
*/
.kunder-archive-top + .image-grid-section.kund-arkiv {
  padding: 150px 0; }

.image-grid-section {
  padding: 150px 0; }
  .image-grid-section.kund-arkiv {
    padding: 100px 0 150px 0; }
    .image-grid-section.kund-arkiv .grid-container > div .image-container.hover-effect:hover > img {
      opacity: 0; }
    .image-grid-section.kund-arkiv .grid-container > div .image-container img {
      left: 0;
      right: 0;
      padding: 0;
      width: 100%;
      max-width: 360px;
      z-index: 3;
      -webkit-transition: opacity 0.3s ease-in-out;
      -moz-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out; }
    .image-grid-section.kund-arkiv .grid-container > div .image-container .logo-color img {
      z-index: 2; }
  .image-grid-section .grid-title {
    padding-bottom: 30px;
    text-align: center; }
  .image-grid-section .grid-container.gray-border > div {
    border-color: #ddd9d9 !important; }
  .image-grid-section .grid-container.black-border > div {
    border-color: #211e1f !important; }
  .image-grid-section .grid-container.white-border > div {
    border-color: white !important; }
  .image-grid-section .grid-container.none-border > div {
    border-color: transparent !important;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    border-top: 0;
    padding-bottom: 30px; }
    .image-grid-section .grid-container.none-border > div .image-container img {
      padding: 0; }
  .image-grid-section .grid-container > div {
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid; }
    .image-grid-section .grid-container > div .image-container {
      padding-bottom: 100%;
      height: 0;
      position: relative; }
      .image-grid-section .grid-container > div .image-container img {
        position: absolute;
        top: 50%;
        padding: 30px;
        transform: translateY(-50%); }

@media (max-width: 991px) {
  .image-grid-section {
    padding: 50px 0; }
    .image-grid-section .grid-container.columns-6 > div:nth-child(2n) {
      border-right-width: 0px; }
    .image-grid-section .grid-container.columns-6 > div:nth-last-child(-n+2) {
      border-bottom-width: 0px; }
    .image-grid-section .grid-container.columns-4 > div:nth-child(2n) {
      border-right-width: 0px; }
    .image-grid-section .grid-container.columns-4 > div:nth-last-child(-n+2) {
      border-bottom-width: 0px; }
    .image-grid-section .grid-container.columns-3 > div:nth-child(2n) {
      border-right-width: 0px; }
    .image-grid-section .grid-container.columns-3 > div:nth-last-child(-n+2) {
      border-bottom-width: 0px; }
    .image-grid-section .grid-container.columns-3 > div:last-child:nth-child(odd) {
      display: none; }
    .image-grid-section .grid-container.columns-2 > div:nth-child(2n) {
      border-right-width: 0px; }
    .image-grid-section .grid-container.columns-2 > div:nth-last-child(-n+2) {
      border-bottom-width: 0px; } }
@media (min-width: 992px) {
  .image-grid-section {
    padding: 100px 0; }
    .image-grid-section .grid-container.columns-6 > div:nth-child(4n) {
      border-right-width: 0px; }
      .image-grid-section .grid-container.columns-6 > div:nth-child(4n).last-row {
        border-right-width: 0px;
        border-bottom-width: 1px; }
    .image-grid-section .grid-container.columns-6 > div.border-bottom-none {
      border-bottom-width: 0px; }
    .image-grid-section .grid-container.columns-4 > div:nth-child(3n) {
      border-right-width: 0px; }
      .image-grid-section .grid-container.columns-4 > div:nth-child(3n).last-row {
        border-right-width: 0px;
        border-bottom-width: 1px; } }
  @media (min-width: 992px) and (max-width: 1199px) {
    .image-grid-section .grid-container.columns-4 > div.last-row.reminder-3:nth-child(3n+2) {
      border-bottom-width: 1px; }
    .image-grid-section .grid-container.columns-4 > div.last-row.reminder-3:nth-child(4n) {
      border-bottom-width: 0px; }
    .image-grid-section .grid-container.columns-4 > div.last-row.reminder-4:nth-child(3n+2) {
      border-bottom-width: 1px; }
    .image-grid-section .grid-container.columns-4 > div.last-row.reminder-4:nth-child(4n) {
      border-bottom-width: 0px; } }
@media (min-width: 992px) {
    .image-grid-section .grid-container.columns-4 > div.border-bottom-none {
      border-bottom-width: 0px; }
    .image-grid-section .grid-container.columns-3 > div:nth-child(3n) {
      border-right-width: 0px; }
    .image-grid-section .grid-container.columns-3 > div.border-bottom-none {
      border-bottom-width: 0px; }
    .image-grid-section .grid-container.columns-2 > div:nth-child(2n) {
      border-right-width: 0px; }
    .image-grid-section .grid-container.columns-2 > div.border-bottom-none {
      border-bottom-width: 0px; }
    .image-grid-section .grid-container.columns-2 > div.no-boder-bottom, .image-grid-section .grid-container.columns-3 > div.no-boder-bottom, .image-grid-section .grid-container.columns-4 > div.no-boder-bottom, .image-grid-section .grid-container.columns-6 > div.no-boder-bottom {
      border-bottom-width: 0px; }
    .image-grid-section .grid-container.columns-2 > div.last-row, .image-grid-section .grid-container.columns-3 > div.last-row, .image-grid-section .grid-container.columns-4 > div.last-row, .image-grid-section .grid-container.columns-6 > div.last-row {
      border-right-width: 1px;
      border-style: solid;
      						/* only if wanting the even rows solution
      
      						&:last-child{
      							border-right-width: 0px;
      						} 
      						*/ }
    .image-grid-section .grid-container > div {
      border-right-width: 1px;
      border-bottom-width: 1px;
      border-style: solid; }
      .image-grid-section .grid-container > div .image-container {
        padding-bottom: 100%;
        height: 0;
        position: relative; }
        .image-grid-section .grid-container > div .image-container img {
          position: absolute;
          top: 50%;
          padding: 30px;
          transform: translateY(-50%); } }
@media (min-width: 1200px) {
  .image-grid-section .grid-container.columns-6 > div:nth-child(4n) {
    border-right-width: 1px; }
  .image-grid-section .grid-container.columns-6 > div:nth-child(6n) {
    border-right-width: 0px; }
  .image-grid-section .grid-container.columns-6 > div.border-bottom-none {
    border-bottom-width: 0px; }
  .image-grid-section .grid-container.columns-4 > div:nth-child(3n) {
    border-right-width: 1px; }
  .image-grid-section .grid-container.columns-4 > div:nth-child(4n) {
    border-right-width: 0px; }
  .image-grid-section .grid-container.columns-4 > div.border-bottom-none {
    border-bottom-width: 0px; }
  .image-grid-section .grid-container.columns-3 > div:nth-child(3n) {
    border-right-width: 0px; }
  .image-grid-section .grid-container.columns-3 > div.border-bottom-none {
    border-bottom-width: 0px; }
  .image-grid-section .grid-container.columns-2 > div:nth-child(2n) {
    border-right-width: 0px; }
  .image-grid-section .grid-container.columns-2 > div.border-bottom-none {
    border-bottom-width: 0px; }
  .image-grid-section .grid-container.columns-2 > div.no-boder-bottom, .image-grid-section .grid-container.columns-3 > div.no-boder-bottom, .image-grid-section .grid-container.columns-6 > div.no-boder-bottom {
    border-bottom-width: 0px; }
  .image-grid-section .grid-container.columns-2 > div:nth-child(3n).last-row, .image-grid-section .grid-container.columns-2 > div:nth-child(4n).last-row, .image-grid-section .grid-container.columns-3 > div:nth-child(3n).last-row, .image-grid-section .grid-container.columns-3 > div:nth-child(4n).last-row, .image-grid-section .grid-container.columns-6 > div:nth-child(3n).last-row, .image-grid-section .grid-container.columns-6 > div:nth-child(4n).last-row {
    border-right-width: 1px;
    border-bottom-width: 0px;
    						/* only if wanting the even rows solution
    
    						&:last-child{
    							border-right-width: 0px;
    						} 
    						*/ }
  .image-grid-section .grid-container.columns-4 > div.no-boder-bottom {
    border-bottom-width: 0px; }
  .image-grid-section .grid-container.columns-4 > div:nth-child(3n).last-row {
    border-right-width: 1px;
    border-bottom-width: 0px;
    						/* only if wanting the even rows solution
    
    						&:last-child{
    							border-right-width: 0px;
    						} 
    						*/ }
  .image-grid-section .grid-container.columns-4 > div:nth-child(4n).last-row {
    border-right-width: 0px; } }
/* Black boxes */
.box {
  padding: 20px 26px;
  background: #211e1f;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  height: 100%; }
  .box .mobile-left {
    flex-direction: column;
    padding-right: 26px;
    flex: auto;
    display: flex; }
  .box .no-link {
    flex: auto;
    display: flex;
    margin-top: 0;
    align-self: center;
    color: #ffffff;
    margin-bottom: 0; }
    .box .no-link button {
      color: #ffffff;
      border-color: #ffffff;
      padding: 15px 30px; }
      .box .no-link button svg {
        width: 30px;
        display: block; }
    .box .no-link:hover button svg .icon {
      fill: #211e1f; }
  .box h3 {
    font-size: 24px;
    color: #FFFFFF; }
  .box p {
    flex: auto;
    font-size: 16px;
    color: #BDBDBD;
    margin-bottom: 0;
    line-height: 22px; }

@media (min-width: 992px) {
  .box {
    padding: 50px 26px;
    flex-direction: column; }
    .box .mobile-left {
      padding-right: 0px; }
    .box .no-link {
      display: flex;
      margin-bottom: 0;
      margin-top: 50px; }
      .box .no-link button {
        padding: 20px 50px;
        padding: 15px 33px;
        height: 58px;
        margin-top: auto; }
        .box .no-link button svg {
          width: 50px;
          display: block; } }
.job-puffs {
  padding: 50px 0; }
  .job-puffs .row > div {
    margin-bottom: 15px; }
  .job-puffs .box {
    flex-direction: column;
    padding-bottom: 50px; }
    .job-puffs .box .icon-box {
      font-size: 50px;
      width: 76px;
      margin: auto;
      text-align: center;
      margin-bottom: 10px; }
    .job-puffs .box .content-box {
      flex: 1;
      flex-direction: column;
      padding-right: 0px;
      height: 100%;
      display: flex;
      text-align: center; }
      .job-puffs .box .content-box h3 {
        margin-bottom: 15px; }
      .job-puffs .box .content-box a {
        display: block;
        margin-top: 26px;
        margin-bottom: 0; }

@media (min-width: 992px) {
  .job-puffs {
    padding: 50px 0; }
    .job-puffs .row > div {
      margin-bottom: 15px; }
    .job-puffs .box {
      flex-direction: row;
      padding-bottom: 50px; }
      .job-puffs .box .icon-box {
        font-size: 50px;
        width: 76px;
        margin-bottom: auto;
        text-align: left;
        margin-top: 0;
        display: none; }
      .job-puffs .box .content-box {
        text-align: left;
        padding-right: 50px;
        padding-left: 50px; }
        .job-puffs .box .content-box h3 {
          margin-bottom: 15px; }
        .job-puffs .box .content-box a {
          display: block;
          margin-top: 26px;
          margin-bottom: 0; } }
.single-projekt h2 {
  margin-top: 1.2em; }
.single-projekt .hero-container {
  max-height: 80vh;
  overflow: hidden; }
  .single-projekt .hero-container .logo-container {
    position: relative;
    top: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    right: 50%; }
    .single-projekt .hero-container .logo-container img {
      max-width: 70%;
      margin: auto; }
.single-projekt .image-container {
  padding: 0; }
.single-projekt .video-container {
  padding: 0; }
  .single-projekt .video-container .youtube-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    /* padding-top: 25px; */
    /* WHY? */
    height: 0; }
    .single-projekt .video-container .youtube-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

@media (min-width: 992px) {
  .single-projekt .image-container {
    padding: 0;
    overflow: hidden; }
    .single-projekt .image-container .image-container {
      position: absolute;
      top: 50%;
      max-width: 1000%;
      height: 100%;
      right: 50%;
      min-width: 100%;
      transform: translate(50%, -50%); }
      .single-projekt .image-container .image-container img {
        height: 100%; }
    .single-projekt .image-container ~ .video-container {
      overflow: hidden; }
      .single-projekt .image-container ~ .video-container .image-container {
        position: relative;
        top: 0;
        max-width: 100%;
        height: auto;
        right: 0;
        min-width: 100%;
        transform: translate(0, 0); }
  .single-projekt .video-container {
    padding: 0; }
    .single-projekt .video-container .youtube-container {
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      padding-top: 25px;
      height: 0; }
      .single-projekt .video-container .youtube-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
footer {
  overflow: hidden;
  padding-top: 50px;
  position: relative; }
  footer.black-bg p, footer.black-bg .footer-menu li, footer.black-bg .social {
    color: #ffffff; }
    footer.black-bg p svg rect, footer.black-bg p svg .icon, footer.black-bg .footer-menu li svg rect, footer.black-bg .footer-menu li svg .icon, footer.black-bg .social svg rect, footer.black-bg .social svg .icon {
      fill: #ffffff; }
    footer.black-bg p a, footer.black-bg .footer-menu li a, footer.black-bg .social a {
      color: #A1A1A1; }
      footer.black-bg p a:hover, footer.black-bg .footer-menu li a:hover, footer.black-bg .social a:hover {
        color: #ffffff; }
  footer.black-bg .logo-G {
    background: #211e1f; }
    footer.black-bg .logo-G a {
      background: #211e1f; }
    footer.black-bg .logo-G svg .svg-white {
      fill: #211e1f; }
  footer .outer-image-container {
    display: none;
    height: 100%;
    max-width: 460px; }
    footer .outer-image-container .img-container {
      position: relative;
      flex: auto;
      align-self: flex-end; }
      footer .outer-image-container .img-container img {
        position: absolute;
        z-index: 0;
        max-width: 100%;
        top: 0;
        max-height: 100%; }
        footer .outer-image-container .img-container img.above {
          z-index: 1;
          position: relative;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          width: 100%; }
      footer .outer-image-container .img-container .img {
        position: absolute;
        z-index: 0;
        width: 100%;
        height: 100%;
        top: 0; }
  footer .social {
    text-align: center; }
    footer .social li a {
      position: relative;
      padding-left: 20px; }
      footer .social li a svg {
        width: 16px;
        height: 16px;
        position: absolute;
        top: 2px;
        left: 0; }
        footer .social li a svg rect, footer .social li a svg .icon {
          fill: #211e1f; }
  footer .toTop {
    text-align: right; }
    footer .toTop h3 {
      display: flex;
      flex-direction: row;
      justify-content: center;
      line-height: 20px; }
      footer .toTop h3 svg, footer .toTop h3 span {
        display: flex; }
      footer .toTop h3 svg {
        height: 18px; }
      footer .toTop h3 span {
        padding-left: 10px; }
  footer p li, footer .footer-menu li li, footer .social li {
    margin-bottom: 10px;
    line-height: 18px; }
  footer p i, footer .footer-menu li i, footer .social i {
    color: #211e1f;
    margin-right: 10px;
    font-size: 15px; }
  footer p a, footer .footer-menu li a, footer .social a {
    color: #211e1f;
    font-size: 15px;
    letter-spacing: 0;
    text-align: left;
    line-height: 18px; }
    footer p a:hover, footer .footer-menu li a:hover, footer .social a:hover {
      color: #211e1f;
      text-decoration: none; }
  footer .bottom-row {
    border-top: 1px solid #A1A1A1;
    padding-top: 30px;
    margin-top: 10px; }
  footer .bottom-section {
    padding-bottom: 15px; }
    footer .bottom-section span {
      opacity: 0.6;
      font-size: 15px;
      color: #A1A1A1;
      letter-spacing: 0;
      text-align: center;
      display: block;
      line-height: 18px; }
      footer .bottom-section span:last-child {
        padding-right: 0;
        display: block; }
  footer p, footer a {
    font-size: 18px;
    text-align: center;
    line-height: 1.3em;
    margin-bottom: 10px; }
  footer p a {
    color: #211e1f;
    text-decoration: none;
    position: relative;
    margin-bottom: 0;
    /*
    &:after{
    	content: "";
    	display: block;
    	position: absolute;
    	width: 100%;
    	height: 1px;
    	bottom: -5px;
    	background: $primary;
        margin: auto;
    	left: 0;
    	right: 0;
    }
    */ }
    footer p a:hover {
      color: #211e1f;
      text-decoration: none; }
  footer .footer-text {
    max-width: 800px;
    margin-bottom: 55px; }
    footer .footer-text p {
      text-align: center;
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 0; }
  footer h2 {
    text-align: center;
    font-size: px;
    margin-bottom: 10px; }
  footer h3 {
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: bold;
    text-transform: uppercase;
    text-transform: unset;
    color: #ffffff;
    margin: 15px 0 10px 0;
    font-family: 'Source Sans Pro', sans-serif; }
  footer svg.background-image {
    position: relative;
    top: 20px;
    left: 50%;
    transform: translateX(-45%);
    max-height: 250px; }
  footer svg #clipping {
    transform: scale(0.5) translateX(40%); }
  footer .logo-G {
    display: block;
    max-height: 100%;
    max-width: 35%;
    height: 100%;
    position: relative;
    left: 0;
    bottom: -4px;
    overflow: hidden;
    margin: auto;
    margin-top: 30px;
    background-color: #ffffff; }
    footer .logo-G svg {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      display: block; }
    footer .logo-G a {
      background-color: #ffffff;
      display: block;
      margin-bottom: 0 !important;
      text-decoration: none;
      height: 100%; }
    footer .logo-G:hover .image-container {
      transform: scale(1.05);
      transition-duration: 3s;
      background-color: transparent; }
    footer .logo-G .video-container {
      position: relative;
      height: 100%;
      width: 100%;
      padding: 1px;
      margin: auto;
      z-index: 1;
      left: 0;
      top: 0;
      overflow: hidden;
      background-color: #ffffff; }
      footer .logo-G .video-container .vimeo-container {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
      footer .logo-G .video-container iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 0;
        left: 0;
        top: 0; }
    footer .logo-G .image-container {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      right: 0;
      top: 0;
      margin: 3.5px;
      max-width: 100%;
      background-position: 50% 50%;
      background-size: cover;
      background-repeat: no-repeat;
      -webkit-transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
    footer .logo-G img {
      position: relative;
      top: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%;
      z-index: 0;
      display: block;
      opacity: 0; }
  footer .menu-box {
    display: none; }
    footer .menu-box p, footer .menu-box a {
      color: #A1A1A1; }
  footer .kontakt-box {
    text-align: center; }
    footer .kontakt-box p, footer .kontakt-box a {
      color: #A1A1A1; }
  footer .footer-menu .menu-item-object-karriar {
    display: none; }
  footer .footer-menu.u-may-work-here .menu-item-object-karriar {
    position: relative;
    display: block; }
  footer .footer-menu li {
    position: relative;
    margin-bottom: 0; }
    footer .footer-menu li:after {
      display: block;
      clear: both;
      content: ""; }
    footer .footer-menu li a {
      color: #A1A1A1;
      display: block;
      float: left;
      margin-bottom: 6px; }
      footer .footer-menu li a:hover {
        color: #ba3d4b;
        text-decoration: none; }
    footer .footer-menu li span {
      margin-left: 5px;
      font-size: 10px;
      background: #ba3d4b;
      width: 14px;
      height: 14px;
      color: #ffffff;
      border-radius: 50%;
      float: left;
      margin: 2px 0 0 5px;
      line-height: 12px;
      text-align: center;
      padding-top: 1px; }

@media (min-width: 992px) {
  footer {
    overflow: hidden;
    padding-top: 100px;
    position: relative; }
    footer p, footer a {
      text-align: left; }
    footer .outer-image-container {
      display: flex;
      padding: 0 30px 0 0; }
    footer p a {
      /*
      &:after{
      	content: "";
      	display: block;
      	position: absolute;
      	width: 100%;
      	height: 1px;
      	bottom: -5px;
      	background: $primary;
          margin: auto;
      	left: 0;
      	right: auto;
      }
      */ }
    footer .footer-text p {
      text-align: left;
      font-size: 20px;
      line-height: 1.3em; }
    footer .toTop {
      text-align: right; }
      footer .toTop h3 {
        cursor: pointer;
        justify-content: flex-end;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        footer .toTop h3:hover {
          opacity: 0.6; }
    footer .social {
      text-align: left; }
    footer h2 {
      text-align: left;
      font-size: 42px; }
    footer h3 {
      margin: 15px 0 20px 0; }
    footer svg.background-image {
      max-height: 600px;
      position: absolute;
      left: 0;
      transform: translateX(0%); }
    footer svg #clipping {
      transform: scale(0.7) translateX(0%); }
    footer .logo-G {
      position: absolute;
      overflow: hidden;
      max-width: 100%;
      margin: auto;
      margin-top: 0;
      margin-left: 0;
      left: auto;
      right: 0; }
    footer .menu-box {
      display: block; }
    footer .kontakt-box {
      text-align: left; }
    footer .bottom-row {
      padding-top: 30px;
      margin-top: 40px; }
    footer .bottom-section {
      padding-bottom: 15px; }
      footer .bottom-section span {
        padding-right: 20px;
        opacity: 0.6;
        font-size: 15px;
        color: #A1A1A1;
        letter-spacing: 0;
        text-align: left;
        line-height: 18px;
        display: inline; }
        footer .bottom-section span:last-child {
          padding-right: 0;
          display: inline; } }
.sticky {
  top: 0;
  right: 0;
  z-index: 2; }
  .sticky.sticky-left {
    left: 0; }

@media (max-width: 992px) {
  .sticky {
    position: relative !important; } }
/* WP stuff */
body.admin-bar {
  height: calc(100vh - 46px); }
  body.admin-bar.menu-open {
    height: calc(100vh - 46px); }
  body.admin-bar section.intro-text.full-height {
    margin-top: -46px; }
  body.admin-bar section.special-intro.has-video-bg {
    height: calc(100vh - 46px); }
  body.admin-bar .navbar-fixed-top {
    margin-top: 46px; }
  body.admin-bar header.show:not(.in-top) .hamburger-container {
    top: 46px; }
  body.admin-bar header.show .hamburger-container {
    position: fixed;
    /* top: 46px; */ }
body #wpadminbar {
  position: fixed; }

@media (min-width: 782px) {
  body.admin-bar {
    height: calc(100vh - 32px); }
    body.admin-bar.menu-open {
      height: calc(100vh - 32px); }
    body.admin-bar section.intro-text.full-height {
      margin-top: -32px; }
    body.admin-bar section.special-intro.has-video-bg {
      height: calc(100vh - 32px); }
    body.admin-bar header.show:not(.in-top) .hamburger-container {
      top: 32px; }
    body.admin-bar header.show .hamburger-container {
      position: fixed;
      /* top: 32px; */ }
    body.admin-bar .navbar-fixed-top {
      margin-top: 32px; } }
.stack {
  margin: 20px auto;
  width: 33.3%;
  padding: 0;
  position: relative;
  max-width: 100%;
  cursor: pointer; }
  .stack.active img {
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.3); }
    .stack.active img:first-child, .stack.active img:nth-child(2) {
      opacity: 1;
      visibility: visible;
      -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
      transition: transform 0.5s, opacity 0.5s; }
    .stack.active img:first-child {
      -webkit-transform: translateX(-20%) scale(0.8);
      transform: translateX(-20%) scale(0.8); }
    .stack.active img:nth-child(2) {
      -webkit-transform: translateX(20%) scale(0.8);
      transform: translateX(20%) scale(0.8); }
    .stack.active img:nth-child(3) {
      -webkit-transform: scale(1);
      transform: scale(1); }
  .stack.active.split img:nth-child(3) {
    -webkit-transform: scale(0.9);
    transform: scale(0.9); }
  .stack.active.spread.together img {
    box-shadow: none; }
    .stack.active.spread.together img:first-child {
      -webkit-transform: translateX(-100%) scale(1);
      transform: translateX(-100%) scale(1); }
    .stack.active.spread.together img:nth-child(2) {
      -webkit-transform: translateX(100%) scale(1);
      transform: translateX(100%) scale(1); }
  .stack.active.spread.split img:first-child {
    -webkit-transform: translateX(-100%) scale(0.9);
    transform: translateX(-100%) scale(0.9); }
  .stack.active.spread.split img:nth-child(2) {
    -webkit-transform: translateX(100%) scale(0.9);
    transform: translateX(100%) scale(0.9); }
  .stack img {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: 1px solid transparent; }
    .stack img:last-child {
      position: relative; }
    .stack img:first-child, .stack img:nth-child(2) {
      visibility: hidden;
      opacity: 0;
      -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, visibility 0s 0.3s;
      transition: transform 0.3s, opacity 0.3s, visibility 0s 0.3s; }
    .stack img:first-child {
      -webkit-transform: translateX(-50%) scale(0.6);
      transform: translateX(-50%) scale(0.6); }
    .stack img:nth-child(3) {
      -webkit-transform: scale(1);
      transform: scale(1); }

/* Bootstrap */
.no-gutter {
  margin-right: 0;
  margin-left: 0; }
  .no-gutter > .col, .no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

@media (max-width: 992px) {
  .no-pad-mobile {
    padding-left: 0;
    padding-right: 0; } }
@media (min-width: 1530px) {
  .container {
    width: 1470px;
    max-width: 100%; } }
body.single-post .arrow {
  display: none; }
  @media (min-width: 992px) {
    body.single-post .arrow {
      display: block; } }

.arrow {
  text-align: center;
  color: #ffffff;
  z-index: 39;
  text-decoration: none;
  position: absolute;
  width: 100%;
  bottom: 32px;
  right: 0;
  left: 0; }
  .arrow a svg #arrow-down {
    fill: #211e1f; }
  .arrow.white-color a svg #arrow-down {
    fill: #ffffff; }
  .arrow a {
    color: #211e1f;
    text-decoration: none;
    margin: 0; }
  .arrow.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-5px); } }
.double-images-fullwidth {
  padding: 100px 0; }
  .double-images-fullwidth.margin-instead-of-pad {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 0; }
  .double-images-fullwidth.squares .vimeo-container {
    padding-bottom: 100%;
    height: 0px;
    position: relative; }
    .double-images-fullwidth.squares .vimeo-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
  .double-images-fullwidth .row .video-container .youtube-container {
    padding-top: 0px; }
  .double-images-fullwidth .row > div + div {
    margin-left: -1px; }

.mosaic-section {
  padding: 100px 0; }
  .mosaic-section.margin-instead-of-pad {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 0; }
  .mosaic-section .grid-sizer, .mosaic-section .grid-item {
    width: 33.3%; }
  .mosaic-section:not(.career-page) .grid .grid-item {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }
    .mosaic-section:not(.career-page) .grid .grid-item:hover .mosaic-image-container:after {
      content: "";
      opacity: 1;
      top: 0; }
  .mosaic-section:not(.career-page) .grid .grid-item {
    float: left;
    margin-bottom: 21px; }
    .mosaic-section:not(.career-page) .grid .grid-item .mosaic-image-container:after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 20px;
      display: block;
      left: 0;
      background-image: url("../images/grafik/zoom-60x60.svg");
      opacity: 0;
      background-size: 60px;
      background-position: center center;
      background-repeat: no-repeat;
      transition: all 0.3s ease-in-out; }
    .mosaic-section:not(.career-page) .grid .grid-item .mosaic-image-container img {
      display: block;
      width: 100%;
      margin: 0; }

/*# sourceMappingURL=sass.css.map */
