@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;800&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  vertical-align: baseline;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

img {
  width: 100%;
}

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

* {
  color: black;
}

.accent-text {
  color: #ff4646;
}

.accent-text-light {
  color: #ff7979;
}

.accent-text-dark {
  color: #ac0000;
}

.white-text {
  color: white;
}

.grey-text {
  color: #a7a7a7;
}

.grey-text-light {
  color: #c1c1c1;
}

.grey-text-dark {
  color: #5b5b5b;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
  font-style: italic;
}

h5 {
  font-size: 1.25rem;
  font-style: italic;
  text-decoration: underline;
}

h6 {
  font-size: 10px;
}

p {
  font-size: 1em;
}

a {
  color: #44b0f8;
}

a:hover {
  color: #06619d;
}

.caps {
  text-transform: uppercase;
}

.mins {
  text-transform: lowercase;
}

*::-moz-selection {
  background: #ff7979;
}

*::selection {
  background: #ff7979;
}

.container {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
}

main {
  margin: 4rem 0;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.phoneHide {
  display: none;
}

.tabletHide {
  display: none;
}

#zielscheibe {
  width: 100%;
  height: 400px;
  background-image: url("zielscheibe-bild.png");
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 500px) {
  .container {
    max-width: 460px;
  }
  .phoneHide {
    display: block;
  }
  .phone50 {
    width: 50%;
  }
}

@media screen and (min-width: 800px) {
  .container {
    max-width: 760px;
  }
  img .img-50 {
    width: 50%;
  }
  .tabletHide {
    display: block;
  }
  .tablet50 {
    width: 50%;
  }
  #heroBild {
    width: 50% !important;
  }
  #zielscheibe {
    background-size: auto 400px;
  }
  #heroText {
    padding-left: 0 !important;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
  .text {
    max-width: 760px;
  }
  .pc50 {
    width: 50%;
  }
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1250px;
  }
}

main {
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.03em;
  margin: 0;
}

main p, main .fine {
  font-weight: 400;
}

main b, main strong {
  font-weight: 800;
}

main h1, main h2, main h3, main h4, main h5, main h6 {
  font-weight: 600;
}

body,
main {
  overflow-x: hidden;
}

#hero {
  min-height: 100vh;
}

#heroBild {
  background: #fff url("jan polaroid.jpg") no-repeat right top;
  background-size: 100%;
  margin-top: 15vh;
  width: 100%;
}

#heroText {
  margin-top: 15vh;
  padding: 0 20px;
}

#heroText p {
  font-size: 2.5rem;
  font-weight: 100;
  line-height: 5rem;
}

#heroText p + p {
  margin-top: 2rem;
}

#hash {
  position: relative;
  height: 400px;
}

#hash div {
  width: 100%;
  position: absolute;
  height: 300px;
}

#hash div.black-background {
  overflow: hidden;
}

#hash div.pink-background {
  background-color: #9789899d;
  z-index: -2;
  top: 40px;
  left: 40px;
}

#hash div.red-background {
  background-color: #ff464685;
  z-index: -3;
  top: 80px;
  left: 80px;
}

#hash div p {
  color: white;
  padding: 1rem 4rem 1rem 4rem;
  width: auto;
  word-wrap: break-word;
}

#hash div p:first-child {
  padding-top: 4rem;
}

#hash div p:last-child {
  padding-bottom: 4rem;
}

#oil {
  height: 600px;
}

#oil .position {
  position: relative;
}

#oil .position img.drop {
  position: absolute;
}

#oil .position img.drop:nth-child(1) {
  width: 80px;
  left: 49vw;
  top: 500px;
}

#oil .position img.drop:nth-child(2) {
  width: 120px;
  left: 57vw;
  top: 400px;
}

#oil .position img.drop:nth-child(3) {
  width: 140px;
  left: 47vw;
  top: 300px;
}

#oil .position img.drop:nth-child(4) {
  width: 160px;
  left: 40vw;
  top: 100px;
}

#oil .position img.drop:nth-child(5) {
  width: 240px;
  left: 50vw;
}

#oil .position img.drop:nth-child(6) {
  width: 280px;
}

#whitespace {
  height: 400px;
}
/*# sourceMappingURL=style.css.map */