#hamburger {
  display: none;
  z-index: 10000;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

nav {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid lightgray;
  background-color: white;
  /* &.on-top {
        li:first-child {
            width: 0px;
        }
    }
    li:first-child {
        width: 220px;
        overflow: hidden;
        margin-right: auto;
        transition: width 0.5s;
    } */
}

@media screen and (max-width: 1024px) {
  nav .container {
    max-width: 980px;
  }
}

nav ul {
  margin-left: -20px;
  margin-right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 1024px) {
  nav ul {
    margin-left: 0;
    margin-right: 0;
  }
}

nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1b1b1b;
  font-size: 1.3em;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.burger-nav nav.container {
  max-width: 100%;
}

body.burger-nav #hamburger {
  position: absolute;
  top: 20px;
  left: -20px;
  background-color: white;
  /*$white;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 70px;
  width: 70px;
  border: none;
  /*$light; */
  border-radius: 50%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-box-shadow: none;
          box-shadow: none;
}

body.burger-nav #hamburger .hamburger-box {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

body.burger-nav nav {
  z-index: 1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  border: 0 !important;
}

body.burger-nav nav.collapsed .link-list {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

body.burger-nav nav .link-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 100vw;
  width: auto;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  border-left: 1px solid lightgray;
  background-color: white;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

@media (min-width: 720px) {
  body.burger-nav nav .link-list {
    max-width: 340px;
    padding-bottom: 100px;
    top: auto;
    bottom: auto;
    border-bottom: 1px solid lightgray;
  }
}

body.burger-nav nav a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #fafafa;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.burger-nav nav a:hover {
  background-color: white;
}

body.burger-nav nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: calc(70px + 3rem);
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-left: 0;
  margin-right: 0;
}

body.burger-nav nav ul li:last-child a {
  border-bottom: 1px solid #fafafa;
}

@media (max-width: 720px) {
  nav.container {
    max-width: 100%;
  }
  #hamburger {
    position: absolute;
    top: 20px;
    left: -20px;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 70px;
    width: 70px;
    border: 2px solid #fafafa;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #hamburger .hamburger-box {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  nav {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    border: 0 !important;
  }
  nav.collapsed .link-list {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  nav .link-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    border-left: 1px solid lightgray;
    background-color: white;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  nav a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-top: 1px solid #fafafa;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  nav a:hover {
    background-color: white;
  }
  nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: calc(70px + 3rem);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }
  nav ul li:last-child a {
    border-bottom: 1px solid #fafafa;
  }
}

footer {
  margin-top: 100px;
  color: #fafafa;
  background-color: #1b1b1b;
}

footer .container {
  padding-bottom: 150px;
}

footer a {
  color: lightgray;
  font-weight: 700;
  text-transform: uppercase;
}

footer a:hover {
  color: lightgray;
}

body {
  font-family: Lato, Helvetica, sans-serif;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  color: black;
  font-size: 1.2rem;
}

b {
  font-weight: 900;
}

.contact-button-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-button {
  color: white;
  height: auto;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 35px;
  margin: 10px 15px;
  border-radius: 0;
  background-color: #1C5973;
}

.contact-button:hover {
  color: #fafafa;
  background-color: #419ABF;
}

#projects {
  padding-top: 0;
}

.brand {
  white-space: nowrap;
  font-size: 2em;
  font-family: "Playfair";
}

.inbegriffbox {
  position: relative;
}

header {
  margin-bottom: 5em;
}

@media (min-width: 720px) {
  main > section,
  main > section.section {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding-top: 90px;
  }
  main > section.full-screen,
  main > section.section.full-screen {
    padding-top: 0;
  }
}

.infobox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 1rem 1.5rem;
}

.card {
  margin: 1rem;
  padding: 1em;
}

.card p {
  margin-top: 0.5rem;
  margin-bottom: 0 !important;
}

h1,
h2 {
  font-family: "Playfair", "Times New Roman", serif;
}

p {
  margin-bottom: 0.5em;
}

.content h2 {
  font-size: 2em;
}

h3 {
  font-size: 2em;
  font-family: "Lato", "Helvetica", "Calibri", "Arial", sans-serif;
  font-weight: 700;
  margin-bottom: 0.5em;
}

#title {
  white-space: nowrap;
}

.subtitle {
  text-transform: uppercase;
  /* font-weight: 900; */
  color: #686868;
}

#synonyms {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.1;
}

.credits {
  font-style: italic;
}

#eyevisit {
  background-image: url("../assets/eyevisit_bs_korr_clipped.jpg");
}

.poster {
  position: relative;
  overflow: hidden;
  background-attachment: scroll;
  background-size: cover;
  float: none;
  background-position: center top;
  background-repeat: no-repeat no-repeat;
  height: 100vh;
  margin-left: -24px;
  margin-right: -24px;
  -webkit-animation: scrolling-background 20s linear infinite alternate;
          animation: scrolling-background 20s linear infinite alternate;
}

.poster:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -200px;
  right: -200px;
  -webkit-box-shadow: inset 0 0 200px black;
          box-shadow: inset 0 0 200px black;
}

@-webkit-keyframes scrolling-background {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 100%;
  }
}

@keyframes scrolling-background {
  0% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 100%;
  }
}

@media (pointer: coarse) {
  .background-image {
    background-image: url("../assets/eyevisit_bs_korr_clipped_small.jpg");
  }
}

.person .name {
  display: block;
  font-size: 1.3em;
  font-weight: 700;
  margin-bottom: 1em;
  margin-top: 1em;
}

/* https://stackoverflow.com/questions/6780614/css-how-to-position-two-elements-on-top-of-each-other-without-specifying-a-hei

				*/
.container_row {
  display: -ms-grid;
  display: grid;
}

.layer1,
.layer2 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

.node text {
  pointer-events: none;
  font: 10px sans-serif;
}

img.portrait {
  height: 200px;
  width: 180px;
}

figcaption {
  margin: 1em auto;
  font-style: normal !important;
  font-weight: bold;
  text-transform: uppercase;
}

figure.portrait {
  vertical-align: top;
  min-height: 250px;
}

.content figure {
  margin-left: 0;
  margin-right: 0;
}

/* https://blog.mozilla.org/webdev/2009/02/20/cross-browser-inline-block/ */
.vc-card {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
  min-width: 250px;
  max-width: 250px;
}

.columns3 {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-fill: balance;
  -webkit-column-width: 300px;
  column-width: 300px;
  text-align: justify;
  -webkit-column-gap: 40px;
          column-gap: 40px;
}

.center-column {
  -ms-grid-column-align: center;
      justify-self: center;
}

.team-single-image {
  display: none;
}

@media screen and (max-width: 1024px) {
  .team-single-image {
    display: block;
  }
  .team-all-image {
    display: none;
  }
}

.cards {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
  -webkit-margin-after: 2em;
          margin-block-end: 2em;
}

@media (max-width: 720px) {
  p {
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
  }
  .cards {
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
  }
}

.expandable {
  position: relative;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  overflow: hidden;
}

.expandable.expanded .more:before {
  height: 0;
}

.more {
  display: none;
  color: #686868;
  position: absolute;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.95);
  text-transform: uppercase;
}

.more:before {
  position: absolute;
  content: "";
  width: 100%;
  top: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  /*   background: linear-gradient(to top, rgba(255, 255, 255, 0.95), transparent); */
  height: 5em;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.more p {
  font-weight: 900;
  text-align: center;
}

@media (max-width: 720px) {
  #home {
    max-height: 100vh;
    overflow: hidden;
  }
  .more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-line-pack: center;
        align-content: center;
  }
}
/*# sourceMappingURL=inbegriff.css.map */