@charset "UTF-8";
/*$widthContainerLarge: (1200 / $baseFontSize) * 1rem;
$widthContainerXLarge: (1366 / $baseFontSize) * 1rem;*/
/*
 * Legal Disclaimer
 *
 * These Fonts are licensed only for use on these domains and their subdomains:
 * jvd.se
 *
 * It is illegal to download or use them on other websites.
 *
 * While the @font-face statements below may be modified by the client, this
 * disclaimer may not be removed.
 *
 * Lineto.com, 2018
 */
/*
 *
 * INSTRUCTIONS
 *
 * Copy the Legal Disclaimer and the @font-faces statements to your regular CSS file.
 * The fonts folder(s) should be placed relative to the regular CSS file.
 *
 * You can use either the complete or subsetted fonts:
 * If you don’t require the entire range of characters, you can use the smaller, subsetted webfonts instead.
 * See "Glyphs & Languages" for an overview of the characters in the corresponding html file in the root directory of this package.
 *
 */
/* Complete */
/*$widthContainerLarge: (1200 / $baseFontSize) * 1rem;
$widthContainerXLarge: (1366 / $baseFontSize) * 1rem;*/
@font-face {
  font-family: "Unica77LLBold";
  src: url("/wp-content/themes/jvd_new/fonts/Unica77LLForJVD-Bold.woff2") format("woff2"), url("/wp-content/themes/jvd_new/fonts/Unica77LLForJVD-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-feature-settings: "salt";
}
/* Subsetted */
@font-face {
  font-family: "Unica77LLSubBold";
  src: url("/wp-content/themes/jvd_new/fonts/Unica77LLSub-Bold.woff2") format("woff2"), url("/wp-content/themes/jvd_new/fonts/Unica77LLSub-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.u--colorBlack {
  color: black !important;
}

.u-background--black {
  background-color: black;
}

.u-background--center {
  background-position: center center;
}

/*$widthContainerLarge: (1200 / $baseFontSize) * 1rem;
$widthContainerXLarge: (1366 / $baseFontSize) * 1rem;*/
h1, h2, h3, h4, h5, h6, p {
  font-weight: normal;
}

h4 {
  margin-top: -2px;
}

html {
  font-family: "Unica77LLBold";
  font-size: 1rem;
  font-family: "Unica77LLBold";
  font-feature-settings: "salt";
}

h2 {
  font-size: 30px;
  margin: var(--base-margin-typography--large) 0 var(--base-margin-typography) 0;
  line-height: 1.1;
}
@media screen and (max-width: 599px) {
  h2 {
    line-height: 1.19;
    font-size: var(--base-margin);
  }
}

p {
  font-size: 1rem;
  margin: 0;
  line-height: 1.1;
}
@media screen and (max-width: 599px) {
  p {
    line-height: 1.19;
  }
}

.l-container--text {
  margin-bottom: var(--base-margin-typography--large) !important;
}
.l-container--text h2 {
  margin-top: 0;
}
.l-container--text > h2 {
  margin-top: 0;
  margin-bottom: var(--base-margin-typography);
}
.l-container--text > h2:first-child {
  margin: var(--base-margin-typography--large) 0 var(--base-margin-typography) 0;
}
.l-container--text > h2:only-child {
  margin-bottom: 0;
}
.l-container--text p {
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  .l-container--text p {
    line-height: initial;
  }
}

l-container.l-container--text {
  margin-bottom: var(--base-margin-typography--large);
}
l-container.l-container--text p {
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  l-container.l-container--text p {
    line-height: initial;
  }
}

body .l-container--text p {
  line-height: 1.4;
}
body p, body .has-regular-font-size {
  line-height: 1.4;
  font-size: var(--base-margin);
}
body figcaption {
  margin: 0 !important;
  margin-top: var(--base-margin-typography) !important;
  padding: 0 234px !important;
  font-size: var(--base-margin) !important;
  color: initial !important;
  text-align: left !important;
}
@media screen and (max-width: 959px) {
  body figcaption {
    padding: 0px 134px !important;
  }
}
@media screen and (max-width: 700px) {
  body figcaption {
    padding: 0px 50px !important;
  }
}
@media screen and (max-width: 480px) {
  body figcaption {
    padding: 0px var(--base-margin-typography) !important;
  }
}
@media all and (max-width: 599px) {
  body p, body .has-regular-font-size {
    font-size: 16px;
    line-height: 1.2;
  }
  body .l-container--text p {
    line-height: 1.2;
  }
}

/*$widthContainerLarge: (1200 / $baseFontSize) * 1rem;
$widthContainerXLarge: (1366 / $baseFontSize) * 1rem;*/
.wp-block-columns {
  width: auto;
  flex: 1 1 100%;
}
.wp-block-columns img {
  max-width: 100%;
  height: auto;
}

.wp-block-columns {
  margin: var(--base-margin);
}
.wp-block-columns > .wp-block-column {
  margin: 0px;
}
.wp-block-columns > .wp-block-column:nth-child(odd) {
  margin-right: var(--base-margin);
}
@media (min-width: 700px) {
  .wp-block-columns > .wp-block-column {
    flex-basis: auto;
  }
}
.wp-block-columns > .wp-block-column .has-small-font-size {
  margin-top: 5px;
}
@media screen and (max-width: 700px) {
  .wp-block-columns > .wp-block-column .has-small-font-size {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 700px) {
  .wp-block-columns > .wp-block-column {
    margin-bottom: var(--base-margin);
  }
  .wp-block-columns > .wp-block-column:nth-child(odd) {
    margin-right: 0px;
  }
  .wp-block-columns > .wp-block-column:last-child {
    margin-bottom: 0px;
  }
}
.wp-block-columns .wp-block-column .wp-block-image {
  margin: 0px;
  display: initial;
}
.wp-block-columns .wp-block-column .wp-block-image img {
  display: block;
}

.main-content {
  margin: 120px 234px 0px 234px;
}

figure img {
  display: block;
}

div figure.wp-block-image {
  margin: var(--base-margin);
  display: flex;
  flex-flow: column;
}
@media screen and (max-width: 959px) {
  div figure.wp-block-image {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  div figure.wp-block-image {
    display: block;
  }
}

.editor-block-list__block.is-selected .editor-block-list__block-edit:before {
  outline: 2px solid rgba(13, 76, 191, 0.51) !important;
}

.l-container {
  margin-bottom: 40px;
  width: 100%;
  padding: 0px 234px;
}
.l-container__text {
  max-width: 800px;
}
@media screen and (max-width: 959px) {
  .l-container {
    padding: 0px 134px;
  }
}
@media screen and (max-width: 700px) {
  .l-container {
    padding: 0px 50px;
  }
}
@media screen and (max-width: 480px) {
  .l-container {
    padding: 0px var(--base-margin);
  }
}

/*
.l-container {
  @media screen and (min-width: $full) {
    padding: 0px 234px;
    .featured-case__heading {
      font-size: 170px;
    }
  }
  @media screen and (max-width: $tablet) {
    padding: 0px calc(234px / 2);
    .featured-case__heading {
      font-size: 170px;
    }
  }
  @media screen and (max-width: $sm) {
    padding: 0px calc(234px / 4);
    .featured-case__heading {
      font-size: 60px;
      line-height: 60px;
    }
  }
}
*/
.l-columns {
  flex-flow: row;
  display: flex;
}
.l-columns--justify-space-between {
  justify-content: space-between;
}
.l-columns--align-items-center {
  align-items: center;
}

.l-text-wrapper {
  max-width: 900px;
}

@media screen and (min-width: 960px) {
  .col-lg-1 {
    width: 100%;
  }
}

@media screen and (min-width: 769px) {
  .col-md-1 {
    width: 100%;
  }
}

@media screen and (min-width: 700px) {
  .col-sm-1 {
    width: 100%;
  }
}

@media screen and (min-width: 480px) {
  .col-xs-1 {
    width: 100%;
  }
}

@media screen and (min-width: 960px) {
  .col-lg-2 {
    width: 50%;
  }
}

@media screen and (min-width: 769px) {
  .col-md-2 {
    width: 50%;
  }
}

@media screen and (min-width: 700px) {
  .col-sm-2 {
    width: 50%;
  }
}

@media screen and (min-width: 480px) {
  .col-xs-2 {
    width: 50%;
  }
}

@media screen and (min-width: 960px) {
  .col-lg-3 {
    width: 33.3333333333%;
  }
}

@media screen and (min-width: 769px) {
  .col-md-3 {
    width: 33.3333333333%;
  }
}

@media screen and (min-width: 700px) {
  .col-sm-3 {
    width: 33.3333333333%;
  }
}

@media screen and (min-width: 480px) {
  .col-xs-3 {
    width: 33.3333333333%;
  }
}

@media screen and (min-width: 960px) {
  .col-lg-4 {
    width: 25%;
  }
}

@media screen and (min-width: 769px) {
  .col-md-4 {
    width: 25%;
  }
}

@media screen and (min-width: 700px) {
  .col-sm-4 {
    width: 25%;
  }
}

@media screen and (min-width: 480px) {
  .col-xs-4 {
    width: 25%;
  }
}

@media screen and (min-width: 960px) {
  .col-lg-5 {
    width: 20%;
  }
}

@media screen and (min-width: 769px) {
  .col-md-5 {
    width: 20%;
  }
}

@media screen and (min-width: 700px) {
  .col-sm-5 {
    width: 20%;
  }
}

@media screen and (min-width: 480px) {
  .col-xs-5 {
    width: 20%;
  }
}

@media screen and (min-width: 960px) {
  .col-lg-6 {
    width: 16.6666666667%;
  }
}

@media screen and (min-width: 769px) {
  .col-md-6 {
    width: 16.6666666667%;
  }
}

@media screen and (min-width: 700px) {
  .col-sm-6 {
    width: 16.6666666667%;
  }
}

@media screen and (min-width: 480px) {
  .col-xs-6 {
    width: 16.6666666667%;
  }
}

@media screen and (min-width: 960px) {
  .col-lg-7 {
    width: 14.2857142857%;
  }
}

@media screen and (min-width: 769px) {
  .col-md-7 {
    width: 14.2857142857%;
  }
}

@media screen and (min-width: 700px) {
  .col-sm-7 {
    width: 14.2857142857%;
  }
}

@media screen and (min-width: 480px) {
  .col-xs-7 {
    width: 14.2857142857%;
  }
}

@media screen and (min-width: 960px) {
  .col-lg-8 {
    width: 12.5%;
  }
}

@media screen and (min-width: 769px) {
  .col-md-8 {
    width: 12.5%;
  }
}

@media screen and (min-width: 700px) {
  .col-sm-8 {
    width: 12.5%;
  }
}

@media screen and (min-width: 480px) {
  .col-xs-8 {
    width: 12.5%;
  }
}

@media screen and (min-width: 960px) {
  .col-lg-9 {
    width: 11.1111111111%;
  }
}

@media screen and (min-width: 769px) {
  .col-md-9 {
    width: 11.1111111111%;
  }
}

@media screen and (min-width: 700px) {
  .col-sm-9 {
    width: 11.1111111111%;
  }
}

@media screen and (min-width: 480px) {
  .col-xs-9 {
    width: 11.1111111111%;
  }
}

@media screen and (min-width: 960px) {
  .col-lg-10 {
    width: 10%;
  }
}

@media screen and (min-width: 769px) {
  .col-md-10 {
    width: 10%;
  }
}

@media screen and (min-width: 700px) {
  .col-sm-10 {
    width: 10%;
  }
}

@media screen and (min-width: 480px) {
  .col-xs-10 {
    width: 10%;
  }
}

@media screen and (min-width: 960px) {
  .col-lg-11 {
    width: 9.0909090909%;
  }
}

@media screen and (min-width: 769px) {
  .col-md-11 {
    width: 9.0909090909%;
  }
}

@media screen and (min-width: 700px) {
  .col-sm-11 {
    width: 9.0909090909%;
  }
}

@media screen and (min-width: 480px) {
  .col-xs-11 {
    width: 9.0909090909%;
  }
}

@media screen and (min-width: 960px) {
  .col-lg-12 {
    width: 8.3333333333%;
  }
}

@media screen and (min-width: 769px) {
  .col-md-12 {
    width: 8.3333333333%;
  }
}

@media screen and (min-width: 700px) {
  .col-sm-12 {
    width: 8.3333333333%;
  }
}

@media screen and (min-width: 480px) {
  .col-xs-12 {
    width: 8.3333333333%;
  }
}

.l-height--full {
  height: 100vh;
}

.wrapper--header-fixed > *:last-child {
  margin-bottom: 0px !important;
}

@media all and (min-width: 599px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.wp-block-cover-image h2 {
  margin-left: 234px !important;
  margin-bottom: 234px !important;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  font-size: 100px !important;
  max-width: 100%;
}

.background--gutter {
  margin: var(--base-margin);
  width: auto;
  box-sizing: border-box;
}

.wp-block-columns .background--gutter:nth-of-type(odd) {
  margin: 0 10px 0 var(--base-margin);
}
.wp-block-columns .background--gutter:nth-of-type(even) {
  margin: 0 var(--base-margin) 0 10px;
}

.l-height--full {
  height: 100vh;
}

.wp-block-image {
  margin: var(--base-margin);
}

/*$widthContainerLarge: (1200 / $baseFontSize) * 1rem;
$widthContainerXLarge: (1366 / $baseFontSize) * 1rem;*/
.front-page .Header__Logo {
  color: white;
}
.front-page__container a .Header__Logo {
  color: white;
}
.front-page__container nav ul.menu li a {
  color: white;
}
.front-page nav ul.menu li a {
  color: white;
}
.front-page #hamburger-menu .bar {
  background-color: white;
}

.work .Header__Logo {
  color: black;
}
.work__container a .Header__Logo {
  color: black;
}
.work__container nav ul.menu li a {
  color: black;
}
.work nav ul.menu li a {
  color: black;
}
.work #hamburger-menu .bar {
  background-color: black;
}
.work .Header {
  background-color: white;
}
.work nav {
  background-color: white;
}

.Header {
  transition: 0.5s ease all;
  width: 100%;
  color: inherit;
  z-index: 300;
  padding: var(--base-margin) 0;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}
.Header__container {
  align-items: center;
}
.Header--fixed {
  transform: translateY(0);
  will-change: transform;
  position: fixed;
  z-index: 300;
  top: 0px;
}
.Header--fixed .l-container {
  margin: 0px;
}
.Header--black nav ul li a {
  color: rgb(214, 214, 214);
}
.Header a {
  text-decoration: none;
  cursor: pointer;
  display: flex;
  flex-flow: row;
  align-items: center;
  color: rgb(255, 255, 255);
  font-size: 30px;
  height: 30px;
  line-height: 35px;
}
.Header .Header__Logo {
  height: 30px;
}
@media screen and (max-width: 700px) {
  .Header .Header__Logo {
    height: 29px;
  }
}
@media screen and (max-width: 480px) {
  .Header .Header__Logo {
    height: 29px;
  }
}
.Header nav {
  display: flex;
  flex-flow: row;
  align-items: center;
  transition: 0.5s ease all;
}
.Header nav ul {
  list-style: none;
  padding: 0px;
  display: flex;
  flex-flow: row;
  margin: 0px;
}
.Header nav ul li {
  display: flex;
  flex-flow: column;
}
.Header nav ul li a {
  transition: 0.5s ease all;
  color: rgb(255, 255, 255);
  text-decoration: none;
  padding: 0 var(--base-margin);
  font-size: 30px;
  height: 30px;
  line-height: 35px;
}
.Header nav ul li a span {
  height: 30px;
}
@media screen and (max-width: 959px) {
  .Header nav ul li a span {
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  .Header nav ul li a {
    padding: 0px 134px;
  }
}
@media screen and (max-width: 700px) {
  .Header nav ul li a {
    padding: 0px 50px;
  }
}
@media screen and (max-width: 480px) {
  .Header nav ul li a {
    padding: 0px var(--base-margin);
  }
}
@media screen and (max-width: 959px) {
  .Header nav ul li a {
    height: auto;
    line-height: 45px;
  }
}
.Header nav ul li.current-menu-item {
  text-decoration: underline;
}
@media screen and (max-width: 959px) {
  .Header nav {
    position: absolute;
    top: 70px;
    left: 0px;
    right: 0px;
    transform: translateX(-100vw);
    transition: all 400ms ease;
    visibility: hidden;
  }
  .Header nav.open {
    visibility: visible;
    transform: translateX(0px);
  }
  .Header nav ul {
    flex-flow: column !important;
  }
  .Header nav ul li {
    margin-top: -5px;
  }
  .Header nav ul li:first-child {
    margin-top: -7px;
  }
}

header.white {
  background-color: white;
}
header.white nav.open {
  background-color: white;
}
header.white .nav-container.open {
  background-color: white;
}
header.white .Header__Logo {
  color: black;
}
header.white__container a .Header__Logo {
  color: black;
}
header.white__container nav ul.menu li a {
  color: black;
}
header.white nav ul.menu li a {
  color: black;
}
header.white #hamburger-menu .bar {
  background-color: black;
}

#hamburger-menu {
  display: none;
  height: 30px;
  width: 30px;
  position: relative;
  cursor: pointer;
}
#hamburger-menu .bar {
  height: 4px;
  background-color: rgb(255, 255, 255);
  width: 100%;
}
@media screen and (max-width: 959px) {
  #hamburger-menu {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
  }
}
/*$widthContainerLarge: (1200 / $baseFontSize) * 1rem;
$widthContainerXLarge: (1366 / $baseFontSize) * 1rem;*/
footer {
  padding-top: var(--base-margin--large);
  padding-bottom: var(--base-margin--large);
}
footer .l-container {
  margin-bottom: 0px;
}
footer .footer-content a {
  color: #333;
}
footer p {
  margin: 0px;
  font-size: 30px;
  line-height: 1.2;
}
@media screen and (max-width: 599px) {
  footer p {
    font-size: var(--base-margin);
  }
}

/*$widthContainerLarge: (1200 / $baseFontSize) * 1rem;
$widthContainerXLarge: (1366 / $baseFontSize) * 1rem;*/
.Work__grid {
  flex-flow: row;
  flex-wrap: wrap;
  display: grid;
  grid-auto-flow: row;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: auto;
  grid-gap: var(--base-margin);
  justify-content: flex-start;
  margin: 0 var(--base-margin) 0 var(--base-margin);
  margin-top: 60px;
}
@media screen and (min-width: 960px) {
  .Work__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 960px) {
  .Work__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 700px) {
  .Work__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 480px) {
  .Work__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.Work__grid .Work__item {
  transition: 0.6s ease all;
}
.Work__grid .Work__item__wrapper {
  width: 100%;
}
.Work__grid .Work__item__wrapper--aspect-ratio-4-3 {
  padding-bottom: 75%;
}
.Work__grid .Work__item .Work__item__inner {
  width: 100%;
  position: absolute;
  height: 100%;
  background-size: cover !important;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-content: center;
  padding: 19px;
  transition: 0.6s ease all;
}
.Work__grid .Work__item .Work__overlay {
  transition: 1s ease all;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  visibility: hidden;
  opacity: 0;
}
.Work__grid .Work__item .Work__overlay--show {
  transition: 1s ease all;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 1;
  visibility: visible;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
}
.Work__grid .Work__item .Work__title {
  font-size: var(--base-margin);
  width: 100%;
  display: flex;
  flex-flow: column;
  color: white;
  z-index: 99;
}
.Work__grid .Work__item .Work__title--hidden > * {
  visibility: hidden;
}
.Work__grid .Work__item .Work__title .Work-mouseover__text {
  transition: 0.5s ease all;
  opacity: 0;
}
.Work__grid .Work__item .Work__title .Work-mouseover__text--show {
  transition: 0.5s ease all;
  opacity: 1;
  visibility: visible;
}
.Work__grid .Work__item .Work__item__Content--large {
  font-size: 150px;
  vertical-align: middle;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.Work__grid .Work__item img {
  width: 100%;
  height: auto;
}

.Slider__item {
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  display: flex;
  align-items: flex-end;
}
.Slider__item h1 {
  color: white;
  margin-left: -10px;
  margin-bottom: 90px;
  font-size: 170px;
  line-height: 170px;
}
@media screen and (max-width: 769px) {
  .Slider__item h1 {
    font-size: 120px;
    line-height: 105px;
  }
}
@media screen and (max-width: 700px) {
  .Slider__item h1 {
    font-size: 120px;
    line-height: 105px;
  }
}
@media screen and (max-width: 480px) {
  .Slider__item h1 {
    font-size: 60px;
    line-height: 55px;
    margin-left: 0px;
  }
}

.u-background--center .Slider__item {
  background-position: center center;
}

* {
  box-sizing: border-box;
}

html, :root {
  font-size: 100%;
  /*OLD 20*/
  --base-margin: 20px;
  --base-margin-typography: 16px;
  /*OLD 36*/
  --base-margin--large: 36px;
  --base-margin-typography--large: 30px;
}

.featured-image {
  padding: 0 var(--base-margin) 0 var(--base-margin);
  width: 100%;
}

.featured-image > img {
  width: 100%;
}

.work .Work__grid {
  margin-top: 0px;
}

.Header__Logo-wrapper {
  display: flex;
  height: 30px;
  font-size: 39px;
  line-height: 35px;
}

.Header__Logo-sub {
  color: gray;
  margin-left: 10px;
  height: 30px;
  line-height: 35px;
  font-size: 39px;
}

.wrapper--header-fixed {
  margin-top: 70px !important;
}

.wrapper--header-fixed > *:first-of-type {
  margin-top: 0px;
}

@media (max-width: 730px) {
  .Header__Logo-sub, .Header a {
    font-size: 30px !important;
  }
}
@media (max-width: 400px) {
  .Header__Logo-sub, .Header a {
    font-size: 25px !important;
  }
}

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