html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
main, article, aside, figure, footer, header, nav, section, details, summary {display: block;}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img,
object,
embed {max-width: 100%;}
html {overflow-y: scroll;}
ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before,
blockquote:after,
q:before,
q:after {content: ''; content: none;}
a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted #000; cursor: help;}
table {border-collapse: separate; border-spacing: 0;}
th {font-weight: bold; vertical-align: bottom;}
td {font-weight: normal; vertical-align: top;}
hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}
input, select {vertical-align: middle;}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom;}
.ie7 input[type="checkbox"] {vertical-align: baseline;}
.ie6 input {vertical-align: text-bottom;}
select, input, textarea {font: 99% sans-serif;}
table {font-size: inherit; font: 100%;}
small {font-size: 85%;}
strong {font-weight: bold;}
td, td img {vertical-align: top;}
sub, sup {font-size: 75%; line-height: 0; position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
pre, code, kbd, samp {font-family: monospace, sans-serif;}
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {cursor: pointer;}
button, input, select, textarea {margin: 0;}
button,
input[type=button] {width: auto; overflow: visible;}
.ie7 img {-ms-interpolation-mode: bicubic;}
.clearfix:after { content: " "; display: block; clear: both; }

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/montserrat-v13-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
  url('../fonts/montserrat-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/montserrat-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/montserrat-v13-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/montserrat-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/montserrat-v13-latin-700.svg#Montserrat') format('svg'); /* Legacy iOS */
  font-display: swap;
}

* {
  word-wrap: break-word;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: lowercase;
}

.anchor {
  position: absolute;
}

h2 {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 1em;
}

h3 {
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 0 .3em;
  padding: 1em 0 0;
}

img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
}

a {
  color: #333;
  text-decoration: underline;
  word-wrap: break-word;
}

a:hover,
a:focus {
  text-decoration: none;
}

a.button {
  background: #0F0F0F;
  border: 2px solid #0F0F0F;
  color: #fff;
  display: inline-block;
  font-size: 2.4rem;
  line-height: 1;
  margin: 20px 0;
  padding: 15px 40px;
  position: relative;
  text-decoration: none;
  transition: all .4s;
}

a.button:hover,
a.button:focus {
  background: #fff;
  color: #000;
}

.highlight {
  color: #FF1D34;
}

.highlight-block {
  display: block;
}

.logo {
  color: #fff;
  mix-blend-mode: difference;
  position: absolute;
  position: fixed;
  right: 20px;
  top: 20px;
  -webkit-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
  z-index: 10;
}

.logo svg {
  width: 30px;
}

.path-logo-c {
  fill: #0f0f0f;
}

.header-logo{
  outline: none !important;
}

.header-logo svg:hover .path-logo-c,
.header-logo:focus svg .path-logo-c{
  animation: logoeffect infinite .5s;
}

@keyframes logoeffect {
  0%, 40% {
    fill: #ffff00;
  }
  20% {
    fill: #006600;
  }
  60% {
    fill: #FF1D34;
  }
}

@media (prefers-reduced-motion: reduce) {

  .header-logo svg:hover .path-logo-c {
    animation: none;
  }

}

.header {
  background: #fff;
  min-height: 100vh;
  padding: 4rem 0 0;
  text-align: center;
}

.header-logo svg {
  height: 200px;
  width: 200px;
}

.header-slogan {
  font-size: 2.6rem;
}

.header-slogan-2 {
  color: #FF142C;
  font-family: Georgia, "Times New Roman", sans-serif;
  font-size: 1.8rem;
  font-style: italic;
}

.content {
}

.section {
  background: #fff;
  line-height: 1.2;
  min-height: 100vh;
  padding: 40px;
  position: relative;
}

.section-1 {
  background: #0F0F0F;
  color: #fff;
  line-height: 1;
  padding-bottom: 470px;
}

.section-1-heading,
.section-3-heading {
  font-size: 1.8rem;
  margin: 0;
}

.section-1-content {
  font-size: 4.2rem;
}

.section-1-deco {
  bottom: -10px;
  height: 434px;
  left: 50%;
  margin: 0 0 0 -94px;
  position: absolute;
  width: 188px;
}

.section-1-deco svg {
  animation: handeffect infinite 2s;
  height: 434px;
  transform: rotate(-3deg);
  width: 188px;
}

.nail {
  animation: naileffect infinite 2s;
  fill: #FF1D34;
}

.nail-2 {
  animation-delay: .2s;
}

.nail-3 {
  animation-delay: .4s;
}

.nail-4 {
  animation-delay: .8s;
}

@keyframes handeffect {
  50% {
    transform: rotate(3deg);
  }
}

@keyframes naileffect {
  0%, 40% {
    fill: #ffff00;
  }
  20% {
    fill: #006600;
  }
}

.section-2 {
  background: #fff;
  z-index: 4;
}

.section-2 p {
  margin: 0 0 1.2em;
}

.section-3 {
  background: #FF1D34 url(../images/drop-it2.png) no-repeat 40px 0;
  background-size: contain;
}

.section-3 a,
.section-3-heading {
  color: #fff;
}

.section-3-content {
  font-size: 4.2rem;
  margin-top: 120vw;
}

.section-work{
  background: #0F0F0F;
  color: #fff;
}

.work-items{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.work-item{
  display: inline-block;
  font-size: 3.2rem;
  line-height: 1.2;
  margin: 0 .5em .5em 0;
}

.section-imprint p {
  margin: 0 0 1.2em;
}

.copyright {
  background: #fff;
  color: #111;
  font-size: 1.8rem;
  padding: 10px 20px;
}

.copyright a {
  color: #111;
}

.copyright-author {
  float: right;
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
}

.copyright-author:before {
  background: url(../images/logo-signet-start.svg) no-repeat 0 0;
  background-size: 100% auto;
  content: '';
  height: 24px;
  left: 0;
  margin: -12px 0 0;
  position: absolute;
  top: 50%;
  width: 24px;
}

.anecker-e {
  animation: anecker-e 4s 1s infinite;
  display: inline-block;
  transform: rotateY(180deg);
  transform-origin: center center;
}

@keyframes anecker-e {
  0%, 40% {
    transform: rotateY(180deg);
  }
  20% {
    transform: rotateY(0deg);
  }
}

@media screen and (min-width: 480px) {

  .header-logo svg {
    height: 360px;
    width: 360px;
  }

}

@media screen and (min-height: 500px) {

  .header {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    padding: 0;
  }

  .header-dummy {
    flex: 1.5;
  }

  .header-logo {
    flex: 1;
  }

  .header-slogan {
    flex: 1;
  }

}

@media screen and (min-width: 320px) {

  .section-1-heading,
  .section-3-heading {
    font-size: calc(1.8rem + 6 * ((100vw - 320px) / 1280));
  }

  .section-1-content,
  .section-3-content {
    font-size: calc(4.2rem + 136 * ((100vw - 320px) / 1280));
  }

}

@media screen and (min-width: 761px) {

  .section-3 {
    background-size: auto;
  }

  .section-3-content {
    margin-top: 892px;
  }

  .work-item{
    font-size: 7.2rem;
    margin-bottom: .3em;
  }

}

@media screen and (min-width: 1600px) {

  .section {
    padding: 200px 80px;
  }

  .section-1 {
    padding-bottom: 0;
    padding-right: 400px;
  }

  .section-1-deco,
  .section-1-deco svg {
    height: 868px;
    width: 376px;
  }

  .section-1-deco {
    left: auto;
    right: 300px;
  }

  .section-1-heading,
  .section-3-heading {
    font-size: 2.4rem;
  }

  .section-1-content,
  .section-3-content {
    font-size: 16rem;
  }

  .section-2-heading {
    font-size: 10rem;
    margin-bottom: .6em;
    padding-top: 0;
  }

  .section-2 {
    display: flex;
    justify-content: space-between;
    padding: 200px 160px;
  }

  .section-2-content-txt,
  .section-2-content-content {
    flex: 1;
    max-width: 45%;
  }

  .section-2-content-content {
    max-width: 50%;
    padding-top: 4em;
  }

  .section-2-content {
    line-height: 1.5;
    text-transform: none;
  }

  .section-3-content {
    font-size: 12rem;
    font-size: calc(12rem + 40 * ((100vw - 1600px) / 400));
    margin: 0;
    min-height: 900px;
    padding-left: 800px;
    text-align: left;
  }

  .work-item{
    font-size: 10rem;
    margin-bottom: .1em;
  }

}
