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;
  vertical-align: baseline; }

html {
  line-height: 1; }

* {
  box-sizing: border-box; }

ol, ul {
  list-style: decimal;
  list-style-position: inside; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

@font-face {
  font-family: "Intro";
  src: url("../fonts/Intro.otf") format("opentype"); }

body {
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
  font-size: 16px;
  margin: 0;
  height: 100%;
  height: 100vh; }

main {
  overflow: hidden; }

svg {
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  pointer-events: none;
  line-height: normal; }

foreignobject, foreignObject {
  overflow: visible; }

h1 {
  font-size: 18px;
  text-align: center; }

h2 {
  font-size: 20px; }

h1, h2 {
  font-family: "Intro", sans-serif;
  font-weight: normal;
  margin-bottom: 1rem;
  line-height: 1.25; }

a, a:visited {
  color: black;
  cursor: url(metaaal.cur), auto;
  text-decoration: underline; }

.heart a, .heart span {
  cursor: url(yeahrt.cur), auto; }

a:hover {
  opacity: 0.8; }

a.sel, .bold {
  font-weight: bold; }

#lang {
  text-align: right;
  margin-left: auto;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 99; }
  #lang a {
    text-decoration: none; }

iframe {
  width: 928px;
  height: 522px;
  max-width: 100%;
  display: block;
  margin: auto; }

.container {
  max-width: calc(100vw - 2rem);
  margin: auto; }

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

.space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center; }

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.m-column {
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

.nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.text-center {
  text-align: center; }

.relatively {
  position: relative; }

.absolutely {
  position: absolute; }

.legend {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 15px;
  margin-bottom: 1rem; }

.social.connect a {
  width: 32px;
  height: 2rem;
  margin: 0.25rem; }

.m-none {
  display: none; }

.still {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 12rem; }

.cover {
  background-image: url(rebel_against_skincancer_1.jpg);
  height: calc(100vh - 13rem);
  background-position: center center; }
  .cover .flash {
    fill: #03E693; }

.still2 {
  background-image: url(rebel_against_skincancer_2.jpg);
  background-position: center right;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  .still2 .flash {
    fill: white; }

#flash {
  fill: inherit; }

.still3 {
  background-image: url(rebel_against_skincancer_3.jpg);
  background-position: center right;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.presents {
  height: 6rem; }

#title {
  overflow: visible;
  fill: white;
  -ms-flex-item-align: center;
  align-self: center;
  z-index: 100;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.float-left {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  padding-left: 1rem; }

.float-right {
  position: fixed;
  height: 100%;
  top: 0;
  right: 0;
  width: 72px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; }
  .float-right div {
    margin: auto;
    font-weight: bold; }

.headline {
  left: 0;
  right: 0;
  top: -21px; }

.intro {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding: 0 1rem; }

.video {
  max-width: 700px;
  width: 100%;
  margin-bottom: 2rem; }
  .video.three {
    left: 0;
    right: 0;
    margin: auto; }

.v-text {
  padding: 3rem 1rem; }

.m-text {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 1rem;
  text-align: center; }

#arrow {
  height: 14px;
  width: 24px;
  margin-bottom: -1px;
  margin-left: 7px; }

#awareness .third, #join .third, #spotthedot .third {
  padding: 3rem 1rem; }

#awareness .third:first-of-type {
  z-index: 9; }

#join {
  overflow: hidden; }
  #join .social.connect {
    margin-top: 1rem; }

#press, #thanks {
  margin-top: 3rem;
  margin-bottom: 3rem; }

#why h2 {
  max-width: 360px;
  margin-left: auto;
  margin-right: auto; }

#contact .black {
  padding: 7rem 0; }

#contact h2 {
  font-size: 18px; }

#contact ul {
  max-width: 35rem;
  font-size: 15px;
  text-indent: -1rem;
  padding-left: 1rem; }

#end {
  padding: 5rem 0;
  padding: 4rem 0 3rem;
  background-color: #E5E5E5; }

.green {
  background-color: #b4f8df; }

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

.gallery {
  margin-top: 2rem; }
  .gallery div {
    width: 160px;
    height: 160px;
    margin: 0.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: -webkit-transform 0.25s;
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s; }
    .gallery div a {
      width: 100%;
      height: 100%;
      content: '';
      display: block;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' id='Ebene_1' viewBox='0 0 14 25'%3e%3cstyle%3e .st1%7bfill:none;stroke:%23fff;stroke-width:1.2897;stroke-miterlimit:10%7d %3c/style%3e%3cpath fill='none' stroke='%23fff' stroke-linejoin='bevel' stroke-miterlimit='10' stroke-width='1.29' d='M13.5 13.5L7 20 .5 13.5'/%3e%3cpath d='M7 20V0' class='st1'/%3e%3cpath d='M.5 24h13' class='st1'/%3e%3c/svg%3e ");
      background-color: rgba(0, 0, 0, 0.3);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 30px;
      opacity: 0;
      -webkit-transition: opacity 0.25s;
      transition: opacity 0.25s; }
      .gallery div a:hover {
        opacity: 1; }
    .gallery div:hover {
      -webkit-transform: scale(1.05);
      transform: scale(1.05); }

.dl-btn {
  display: inline-block;
  padding: 1rem 2.25rem;
  border-radius: 2rem;
  background-color: black;
  color: white;
  text-decoration: none;
  font-weight: bold;
  margin-top: 3rem; }

.hint {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  text-align: center;
  font-size: 15px; }
  .hint div {
    width: 8rem;
    margin: auto auto 0;
    background-color: black;
    height: 4rem;
    border-top-left-radius: 5rem;
    border-top-right-radius: 5rem; }

#arrow_d {
  transform: rotate(90deg);
  height: 2.5rem;
  width: 2rem;
  padding: 0.15rem;
  stroke: white;
  display: block;
  margin: auto; }

.legal {
  margin-top: 1rem; }

.floaty a svg {
  max-height: 2rem; }

@media screen and (min-width: 768px) {
  h1 {
    font-size: 34px;
    text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.4); }
  h2 {
    font-size: 28px; }
  .mfloat .social.connect svg {
    fill: black;
    color: black; }
  .container {
    max-width: calc(100vw - 11rem); }
  #lang {
    right: 0;
    bottom: 0.875rem; }
  .headline {
    top: -40px; }
  .presents {
    height: 7.5rem; }
    .presents p {
      margin-top: -26px; }
  .intro {
    margin-bottom: 5rem; }
  #videos .green:first-of-type .container {
    padding-top: 2rem; }
  .m-display {
    display: none; }
  .p-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .gallery div {
    height: 160px; }
  #awareness, #join, #spotthedot {
    margin-top: 5.5rem; }
    #awareness .green, #join .green, #spotthedot .green {
      padding: 4.5rem 0;
      padding: 2.5rem 0; }
  #press, #thanks {
    margin-top: 5rem;
    margin-bottom: 5.5rem; }
  #why {
    margin-top: 7.5rem; } }

@media screen and (min-width: 1024px) {
  #lang {
    top: auto; }
  .d-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .m-none {
    display: inherit; }
  .m-text {
    display: none; }
  .intro {
    margin-top: 6rem;
    margin-bottom: 10rem; }
  .nogreen {
    margin-right: calc(-25vw - 8rem);
    background: transparent; }
  .third {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%; }
  .v-text {
    padding: 4rem 2rem;
    margin-left: 0;
    margin-right: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26rem;
    flex: 0 0 26rem; }
    .v-text.m-none {
      padding: 1rem;
      margin-top: auto;
      margin-right: 0; }
  #videos .green:first-of-type .container {
    padding-top: 0rem; }
  .video.one {
    margin-top: -4rem;
    margin-bottom: 2rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 700px;
    flex: 0 1 700px; }
  .video.two {
    margin-bottom: -16rem; }
  .video.three {
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 18rem; }
  #awareness .green, #join .green, #spotthedot .green {
    padding: 4.5rem 0; }
  #awareness .third, #join .third, #spotthedot .third {
    padding: 0 2rem; }
  #press, #thanks {
    margin-top: 6.5rem; }
  #awareness .third {
    margin-right: 2rem; }
  #spotthedot .third {
    margin-left: 2rem; }
  .legal {
    margin-top: auto; } }

@media screen and (min-width: 1220px) {
  .d-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  .text-container {
    max-width: 600px; }
  .gallery {
    max-width: 1020px; }
  .nogreen {
    margin-right: calc(-25vw - 10rem); }
  #awareness .third, #spotthedot .third {
    flex: 0 0 35%; } }

@media screen and (min-width: 1400px) {
  .smaller-container {
    max-width: 1200px; }
  .gallery {
    max-width: 1020px; }
  .nogreen {
    margin: 0; }
    .nogreen .v-text {
      display: none; } }

@media screen and (max-width: 767px) {
  #cover .container {
    max-width: none; }
  .mfloat {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
    background-color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3); }
    .mfloat .social.connect {
      flex-direction: row; }
      .mfloat .social.connect svg {
        fill: white;
        color: white; }
  .float-left {
    position: static;
    top: 0;
    left: 0;
    padding-left: 0;
    transition: height 0.5s;
    height: 0;
    order: 2; }
  .mfloat.out .float-left {
    height: 3rem; }
  .float-right {
    position: static;
    width: auto;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-writing-mode: unset;
    -ms-writing-mode: unset;
    writing-mode: unset;
    color: white; }
  #videos .green {
    background-color: transparent; }
    #videos .green:first-of-type {
      background: linear-gradient(#b4f8df, #b4f8df 66%, transparent 66%, transparent); }
  .intro p {
    margin-bottom: 0.5rem; }
  #title {
    max-width: 66.6%; }
  #awareness .container {
    padding-bottom: 3rem; }
  #why, #contact .black .container {
    padding: 3rem 1rem;
    text-align: left; }
  #press, #thanks {
    text-align: left;
    padding: 0 1rem; }
  #spotthedot .container {
    padding: 1rem 0;
    padding-top: 3rem; }
  #contact .black {
    padding: 0; }
  .gallery div {
    height: 40vw;
    flex: 0 0 40vw; }
  .more {
    padding: 2rem; }
  .f14, #contact ul {
    font-size: 14px; }
  .still2 svg {
    max-height: 6rem; }
  .still3 svg {
    max-height: 8rem; }
  #end {
    padding: 3rem 0; } }

@media screen and (max-width: 1023px) {
  #contact .container div:first-of-type {
    order: 2; }
  #contact .container div:last-of-type {
    order: 1;
    margin-bottom: 3rem; }
  .still {
    min-height: 56vw; }
  .fix.social.connect {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #join .third:nth-of-type(2) {
    padding: 0; }
  #join .third:nth-of-type(3) {
    text-align: center; }
  .green:nth-of-type(2) {
    background: linear-gradient(#b4f8df 45%, transparent 45%, transparent); } }

.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000; }
  .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent; }
  .youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    transition: .4s all; }
    .youtube-player img:hover {
      -webkit-filter: brightness(75%); }
  .youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("//i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer; }

.ruler {
  display: none;
  position: fixed;
  left: 50vw;
  height: 100vh;
  width: 1px;
  background-color: black; }
