body {
  font-family: acumin-pro, sans-serif;
  font-style: normal;
  font-size: 16px;
  margin: 0 auto;
  max-width: 1400px;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000000;
}

img {
  display: block;
}

article {
  padding-top: 80px;
}

.nav-container {
  width: 100%;
  max-width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #FFFFFF;
  z-index: 10;
}

.nav {
  margin: 0 auto;
  max-width: 1100px;
  padding: 0 6vw 0 7vw;
  display: grid;
  grid-template-columns: auto repeat(3, max-content);
  grid-template-rows: 1fr;
  column-gap: 1.5vw;
  align-items: center;
  max-height: 8vw;
  min-height: 8vw;
}

nav .logo {
  max-width: 400px;
  width: 35vw;
}

nav a {
  font-family: acumin-pro-wide;
  font-weight: 400;
  font-size: 2vw;
}

@media screen and (max-width: 760px) {
  nav a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  nav a {
    font-size: 24px;
  }
}

h1 {
  font-weight: 700;
  font-size: 1.8vw;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-align: center;
}

h2.article {
  font-family: acumin-pro-wide;
  font-weight: 700;
  font-size: 42px;
  color: #EB4650;
  letter-spacing: -1.29px;
  text-align: center;
  margin: 0 0 1.5em 0;
}

h3 {
  font-family: acumin-pro-wide;
  font-weight: 700;
  font-size: 25px;
  color: #000000;
  letter-spacing: -0.64px;
  text-align: center;
  line-height: 48px;
}

h4 {
  font-family: acumin-pro-wide;
  font-weight: 300;
  font-size: 25px;
  color: #000000;
  letter-spacing: -0.64px;
  text-align: center;
}

.hero {
  position: relative;
  margin-top: 8vw;
  color: #FFFFFF;
}


.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero h1 {
  margin: 0 20px;
  font-size: calc(10px + 1.3vw);
}

.hero h2 {
  font-family: acumin-pro-wide;
  font-weight: 400;
  font-size: calc(2px + 1.5vw);
  display: block;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 auto;
  padding: 0 15vw;
  max-width: 800px;
}


.hero img {
  max-width: 100%;
  margin: 0 auto;
}

.hero-holder {
  background: black;
  height: 480px;
}

li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.work,
.contact {
  overflow: hidden;
  max-width: 100vw;
}

.work .show {
  display: none;
}

.work .hide img {
  display: none;
}

.work h5 {
  font-weight: 700;
  font-size: 22px;
  padding-bottom: .2em;
  color: #000000;
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
}

.work p {
  font-size: 23px;
  font-weight: 600;
  letter-spacing: 0.64px;
  text-align: center;
}

.work ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  max-width: 1100px;
}

.work li {
  padding: 1em;
  max-width: 313px;
}

.work h4 {
  font-size: 23px;
  font-weight: 400;
  margin-top: 65px;
  margin-bottom: 11px;
}

.work .year {
  position: relative;
}

.work .year::before,
.work .year::after {
  content: '';
  position: absolute;
  border-bottom: 2px solid currentColor;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  transform: translateY(-40%);
}

.work .year::before {
  left: -130px;

}
.work .year::after {
  right: -130px;
}

.work li div {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}

.vimeo {
  text-align: center;
  font-size: 22px;
  margin-top: 60px;
}

.vimeo a {
  color: #EB4650;
}

.about img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 85vh;
  box-shadow: 1px 8px 14px 1px rgba(0, 0, 0, 0.1);
}

.about ol {
  display: flex;
  margin: 0 auto;
  padding: 0;
  max-width: 1100px;
}

.about li {
  max-width: 500px;
  padding: 0 40px;
}

.about h4 {
  font-family: acumin-pro, sans-serif;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: .5px;
}

.about p {
  font-size: 23px;
  color: #000000;
  letter-spacing: 1px;
  text-align: center;
  line-height: 32px;
}

section.contact {
  font-family: acumin-pro-wide;
  font-weight: 700;
  font-size: 23px;
  color: #FFFFFF;
  background: #000000;
  letter-spacing: -0.64px;
  text-align: center;
  line-height: 35px;
  padding: 5em 1em;
  margin-top: 120px;
}

section.contact div {
  white-space: nowrap;
}

footer {
  display: grid;
  grid-template-columns: auto repeat(3, max-content);
  column-gap: 60px;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
  min-height: 120px;
}

.menu {
  display: none;
}

.overlay {
  display: none;
}

.light {
  font-weight: 400;
}


@media screen and (max-width: 540px) {
  .nav {
    max-height: 19vw;
    min-height: 19vw;
    display: flex;
    justify-content: space-between;
    padding: 0;
  }

  nav a {
    padding: 0;
  }

  nav .logo {
    margin-left: 20px;
    width: 68vw;
  }

  .nav .work,
  .nav .about,
  .nav .contact {
    display: none;
  }

  .menu {
    display: inline-block;
    margin-right: 20px;
  }

  .hero {
    margin-top: 19vw;
  }

  .hero img {
    min-height: 480px;
    object-fit: cover;
    background-size: cover;
    background-clip: content-box;
  }

  .hero h1 {
    margin: 1em 40px;
    font-size: calc(16px + 2vw);
  }

  .hero h2 {
    font-size: calc(12px + 2vw);
    margin: 0 10vw;
  }

  .work li {
    width: 100%;
    max-width: unset;
    padding: 1em 0;
  }

  .work h4 {
    margin-top: 11px;
  }

  .work h5 {
    font-size: 26px;
  }

  .work li img {
    float: right;
  }

  article {
    padding-top: 60px;
  }

  .vimeo {
    font-size: 25px;
    margin: 2em 1em 0 1em;
  }

  .about ol {
    flex-direction: column;
    padding: 0;
  }

  section.contact {
    margin-top: 60px;
    font-size: 24px;
    line-height: unset;
    padding: 3em 1em;
  }

  section.contact div {
    white-space: unset;
  }

  section.contact label {
    display: block;
    margin-top: 1em;
  }

  footer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    margin: 20px;
  }

  footer .copy {
    order: 3;
  }

  footer .privacy {
    order: 1;
  }

  footer .imprint {
    order: 2;
  }

  .overlay:target {
    visibility: visible;
    opacity: 1;
  }

  .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.92);
    color: #000000;
    transition: opacity 1000ms;
    visibility: hidden;
    opacity: 0;
    max-width: 100vw;
  }

  .overlay .close {
    text-align: right;
  }

  .overlay img {
    padding: 20px;
    display: inline;
  }

  .overlay nav {
    flex: 2 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    max-height: 15em;
  }

  .overlay nav a {
    font-size: 25px;
    font-weight: 700;
  }

  .overlay .contact .phone {
    margin-top: 1em;
  }

  .overlay .contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    margin: 2vh 20px 10vh 20px;
  }
}

.privacy-page {
  margin-top: 8vw;
  padding: .5em;
}

.privacy-page h1 {
  color: #000000;
}
