@font-face {
  font-family: 'Avenir Next';
  src: url('font/AvenirNext-Bold.woff2') format('woff2'),
    url('font/AvenirNext-Bold.woff') format('woff'),
    url('font/AvenirNext-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next Demi';
  src: url('font/AvenirNext-DemiBold.woff2') format('woff2'),
    url('font/AvenirNext-DemiBold.woff') format('woff'),
    url('font/AvenirNext-DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next';
  src: url('font/AvenirNext-Medium.woff2') format('woff2'),
    url('font/AvenirNext-Medium.woff') format('woff'),
    url('font/AvenirNext-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Avenir Next';
  src: url('font/AvenirNext-Regular.woff2') format('woff2'),
    url('font/AvenirNext-Regular.woff') format('woff'),
    url('font/AvenirNext-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  width: 100%;
  height: 100%;
  overscroll-behavior: none;
}

.keyvisual {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  z-index: 999999999999
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

img {
  border-style: none
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

*,
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Avenir Next', sans-serif;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  text-align: center;
}

section .heading {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
  margin: 100px auto 50px auto;
}

section .heading-white {
  font-size: 25px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #fff;
  margin: 100px auto 50px auto;
  padding-top: 100px;
}

main {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

header {
  position: absolute;
  z-index: 99;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  top: 110px;
}

header figure {
  max-width: 350px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.rot-left,
.rot-right,
.site-claim {
  position: absolute;
  z-index: 99;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.rot-left {
  -webkit-transform: rotate(-90deg) translateY(-50%);
  transform: rotate(-90deg) translateY(-50%);
  width: 300px;
  top: 50%;
  left: 0;
}

.rot-right {
  -webkit-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
  width: 300px;
  top: 50%;
  right: 0;
}

.site-claim {
  text-transform: uppercase;
  bottom: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
  max-width: 240px;
  line-height: 35px;
}

figure.site-logo {
  position: absolute;
  z-index: 99;
  max-width: 530px;
  width: 35vw;
  height: auto;
  margin: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.full-vid-start {
  position: relative;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden;
  display: block;
  z-index: 2;
  background: #000;
}

.top-cover-vid {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 100%;
  min-height: 100%;
}

.co-fixed {
  max-width: 90px;
  width: 100%;
  height: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 30px;
  position: fixed;
  display: block;
}

.text-second-100 {
  font-size: 100px;
  max-width: 815px;
  line-height: 100px;
  margin: 0 auto;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.gray-middle {
  background: url('img/gray-middle.jpg') no-repeat;
  background-position: center;
  width: 100%;
  min-height: 500px;
  background-attachment: fixed;
  background-size: cover;
}

.gray-middle div {
  font-size: 65px;
  color: #fff;
  max-width: 1090px;
  line-height: 65px;
  margin: 0 auto;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding-bottom: 75px;
}

.text-third-35 {
  font-size: 35px;
  line-height: 50px;
  font-weight: 600;
  max-width: 1090px;
  margin: 0 auto;
}

.video-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.video-wrapper video {
  width: 100%;
  height: auto;
}

.text-fourth-75-100 {
  font-size: 75px;
  max-width: 1030px;
  line-height: 100px;
  margin: 0 auto;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 780px;
  width: 100%;
  margin: 110px auto auto auto;
}

.logo-wrapper a {
  max-width: 40%;
  display: block;
}

footer {
  width: 100%;
  min-height: 90px;
  background: #000;
  margin-top: 100px;
}

.footer-wrapper a {
  color: #fff;
  text-decoration: none;
}

.footer-wrapper {
  max-width: 1500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 36px;
  color: #fff;
}

.imprint,
.contact {
  width: 25%;
}

.center-footer {
  max-width: 180px;
  width: 100%;
  height: auto;
  margin-top: -11px;
  display: block;
}

.imprint {
  text-align: right;
}

.imprint ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.imprint ul li {
  display: inline-block;
}

.imprint ul li:first-child::after {
  content: '|';
  padding-left: 5px;
}

.body-imprint .rot-left,
.body-imprint .rot-right {
  color: #000;
}

.body-imprint .heading {
  padding-top: 150px;
  padding-bottom: 30px;
}

.text-imprint,
.imprint-copyright {
  width: 100%;
  max-width: 1000px;
  padding: 15px;
  margin: auto;
}

.text-imprint {
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

.imprint-copyright {
  font-size: 12px;
  line-height: 18px;
}

@media only screen and (max-width: 1366px) {
  footer {
    padding: 0 25px;
  }

}

@media only screen and (max-width: 1024px) {
  .gray-middle div {
    padding: 0 35px 75px 35px;
  }

  .text-third-35 {
    padding: 0 35px;
  }

  .text-fourth-75-100 {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 768px) {

  .text-second-100 {
    padding: 0 25px;
  }

  .logo-wrapper {
    padding: 0 25px;
  }

}

@media only screen and (max-width: 767px) {

  .rot-left,
  .rot-right {
    display: none;
  }

  header {
    top: 50px;
  }

  header figure {
    max-width: 150px;
  }

  figure.site-logo {
    max-width: 243px;
    width: 65vw;
  }

  .site-claim {
    bottom: 47px;
    font-size: 15px;
    line-height: 24px;
  }

  .text-second-100 {
    font-size: 47px;
    line-height: 58px;
  }

  .gray-middle div {
    font-size: 25px;
    line-height: normal;
  }

  .text-third-35 {
    font-size: 25px;
    line-height: normal;
}

  .vimeo-wrapper {
    min-height: auto;
  }

  section .text-fourth-75-100 {
    font-size: 25px;
    line-height: normal;
  }

  .footer-wrapper {
    flex-direction: column;
    padding: 25px;
  }
  
  .imprint,
  .contact {
    width: 100%;
    text-align: center;
  }

  .body-imprint .heading {
    padding-top: 30px;
    padding-bottom: 0px;
}
  
  .center-footer {
    margin: 15px auto;
  }
  
  .imprint {
    text-align: center;
  }

}