@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,700);
/*-----------------------------------------------------------------------------------*/
/* @rem
/* @boxsizing
/* @grid
/* @viewport
/* @fonts
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/* reset
/*-----------------------------------------------------------------------------------*/
html, 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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  background-repeat: no-repeat; }

body {
  line-height: 1;
  background: #000; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer !important; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: .1rem dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: .1rem;
  border: 0;
  border-top: .1rem solid #cccccc;
  margin: 0 0 1em;
  padding: 0; }

input, select {
  vertical-align: middle; }

/*-----------------------------------------------------------------------------------*/
/* basics
/*-----------------------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: inherit; }

@viewport {
  width: device-width;
  zoom: 1; }

html {
  font-size: 62.5%;
  box-sizing: border-box; }

body {
  position: relative;
  float: left;
  width: 100%;
  min-height: 100%;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
  vertical-align: top;
  width: 100%;
  height: auto; }
  img.lazyload {
    width: 100%; }

.hidden {
  display: none; }

div, p, h2, h3, h4, h5, h6 {
  float: left;
  width: 100%; }

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

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

.color-fff {
  color: #ffffff; }

/*-----------------------------------------------------------------------------------*/
/* grid
/*-----------------------------------------------------------------------------------*/
.wrapper {
  float: left;
  width: 100%; }

.container {
  float: none;
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }

.column {
  float: left;
  padding: 0 1rem; }

.floatRight {
  float: right; }

.column.gutterLess {
  padding: 0 !important; }

.column.gutterLeft {
  padding: 0 0 0 0.5rem !important; }

.column.gutterRight {
  padding: 0 0.5rem 0 0 !important; }

@media screen {
  .xs1 {
    width: 25%; }
  .xs33 {
    width: 33.3333333333%; }
  .xs2 {
    width: 50%; }
  .xs3 {
    width: 75%; }
  .xs4 {
    width: 100%; }
  .xs-text-center {
    text-align: center; } }

@media screen and (max-width: 639px) {
  .column {
    padding: 0 1rem; }
  .offset-xs1 {
    margin-left: 12.5%; } }

@media screen and (min-width: 640px) and (max-width: 768px) {
  .sm1 {
    width: 8.33333333333%; }
  .sm2 {
    width: 16.6666666667%; }
  .sm3 {
    width: 25.0%; }
  .sm4 {
    width: 33.3333333333%; }
  .sm5 {
    width: 41.6666666667%; }
  .sm6 {
    width: 50.0%; }
  .sm7 {
    width: 58.3333333333%; }
  .sm8 {
    width: 66.6666666667%; }
  .sm9 {
    width: 75.0%; }
  .sm10 {
    width: 83.3333333333%; }
  .sm11 {
    width: 91.6666666667%; }
  .sm12 {
    width: 100%; }
  .padding-right1 {
    padding-right: 8.33333333333%; }
  .offset-sm1 {
    margin-left: 8.33333333333%; }
  .offset-sm2 {
    margin-left: 16.6666666667%; }
  .offset-sm3 {
    margin-left: 25.0%; }
  .offset-sm4 {
    margin-left: 33.3333333333%; }
  .order-sm2 {
    order: 2; } }

@media screen and (min-width: 768px) and (max-width: 960px) {
  .md1 {
    width: 8.33333333333%; }
  .md2 {
    width: 16.6666666667%; }
  .md3 {
    width: 25.0%; }
  .md4 {
    width: 33.3333333333%; }
  .md5 {
    width: 41.6666666667%; }
  .md6 {
    width: 50.0%; }
  .md7 {
    width: 58.3333333333%; }
  .md8 {
    width: 66.6666666667%; }
  .md9 {
    width: 75.0%; }
  .md10 {
    width: 83.3333333333%; }
  .md11 {
    width: 91.6666666667%; }
  .md12 {
    width: 100%; }
  .padding-right1 {
    padding-right: 8.33333333333%; }
  .offset-md1 {
    margin-left: 8.33333333333%; }
  .offset-md2 {
    margin-left: 16.6666666667%; }
  .offset-md3 {
    margin-left: 25.0%; }
  .offset-md4 {
    margin-left: 33.3333333333%; }
  .order-md2 {
    order: 2; }
  .sm-text-center {
    text-align: left; } }

@media screen and (min-width: 960px) {
  .lg1 {
    width: 8.33333333333%; }
  .lg2 {
    width: 16.6666666667%; }
  .lg3 {
    width: 25.0%; }
  .lg4 {
    width: 33.3333333333%; }
  .lg5 {
    width: 41.6666666667%; }
  .lg6 {
    width: 50.0%; }
  .lg7 {
    width: 58.3333333333%; }
  .lg8 {
    width: 66.6666666667%; }
  .lg9 {
    width: 75.0%; }
  .lg10 {
    width: 83.3333333333%; }
  .lg11 {
    width: 91.6666666667%; }
  .lg12 {
    width: 100%; }
  .padding-right1 {
    padding-right: 8.33333333333%; }
  .offset-lg1 {
    margin-left: 8.33333333333%; }
  .offset-lg2 {
    margin-left: 16.6666666667%; }
  .offset-lg3 {
    margin-left: 25.0%; }
  .offset-lg4 {
    margin-left: 33.3333333333%; }
  .order-lg2 {
    order: 2; }
  .sm-text-center {
    text-align: left; } }

/*!
 * fullPage 3.0.5
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.fp-right {
  right: 17px; }

#fp-nav.fp-left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.fp-bottom {
  bottom: 17px; }

.fp-slidesNav.fp-top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.xs1 {
  max-width: 5rem; }

.spacer6 {
  display: block;
  float: left;
  width: 100%;
  height: 3rem; }
  @media screen and (min-width: 415px) {
    .spacer6 {
      height: 6rem; } }

body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: #141414;
  color: #141414; }

h1 {
  color: #bdd80b;
  font-size: 4rem;
  line-height: 4.8rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin-top: -4rem;
  padding: 0 1rem; }
  @media screen and (min-width: 375px) {
    h1 {
      font-size: 4.8rem;
      line-height: 6.4rem;
      padding: 0 1rem; } }
  @media screen and (min-width: 414px) {
    h1 {
      font-size: 5.4rem;
      line-height: 7.2rem;
      padding: 0 1rem; } }
  @media screen and (min-width: 415px) {
    h1 {
      font-size: 5rem;
      line-height: 7rem;
      padding: 0 1rem; } }
  @media screen and (min-width: 640px) {
    h1 {
      font-size: 7rem;
      line-height: 9rem;
      padding: 0 2rem; } }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 7rem;
      line-height: 9rem;
      padding: 0 3rem; } }
  @media screen and (min-width: 960px) {
    h1 {
      font-size: 9rem;
      line-height: 11rem;
      padding: 0 3rem; } }
  @media screen and (min-width: 1170px) {
    h1 {
      font-size: 11rem;
      line-height: 13rem;
      letter-spacing: 2px;
      padding: 0; } }

h2 {
  font-family: "Montserrat", sans-serif;
  color: #bdd80b;
  font-weight: 700;
  font-size: 4rem;
  line-height: 4rem;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 3rem; }
  @media screen and (min-width: 415px) {
    h2 {
      font-size: 4rem;
      line-height: 4rem; } }
  @media screen and (min-width: 640px) {
    h2 {
      font-size: 5rem;
      line-height: 5rem; } }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 5rem;
      line-height: 5rem; }
      #how h2 {
        padding-bottom: 5rem; } }
  @media screen and (min-width: 960px) {
    h2 {
      font-size: 6rem;
      line-height: 6rem;
      padding-bottom: 6rem; }
      #contact h2,
      footer h2 {
        padding-bottom: 4rem; } }
  @media screen and (min-width: 1170px) {
    h2 {
      font-size: 7.2rem;
      line-height: 7.2rem;
      padding-bottom: 10rem; }
      #contact h2,
      footer h2 {
        padding-bottom: 4rem; } }

h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  color: #bdd80b;
  line-height: 1.6rem;
  padding-bottom: 1rem;
  text-align: center; }
  @media screen and (min-width: 415px) {
    h3 {
      font-size: 2rem;
      line-height: 2rem;
      padding-bottom: 1rem; } }
  @media screen and (min-width: 640px) {
    h3 {
      font-size: 2.4rem;
      line-height: 2.4rem;
      padding-bottom: 1rem; } }
  @media screen and (min-width: 768px) {
    h3 {
      font-size: 2.4rem;
      line-height: 3.2rem;
      padding-bottom: 2rem; } }

h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #bdd80b;
  line-height: 1.4rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  text-align: left; }
  @media screen and (min-width: 415px) {
    h4 {
      font-size: 1.8rem;
      line-height: 1.8rem;
      padding-bottom: 1rem; } }
  @media screen and (min-width: 640px) {
    h4 {
      font-size: 2.2rem;
      line-height: 2.2rem;
      padding-bottom: 1rem; } }
  @media screen and (min-width: 768px) {
    h4 {
      font-size: 2.2rem;
      line-height: 3rem;
      padding-bottom: 1rem; } }

p,
label {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  color: #141414;
  font-size: 1.4rem;
  line-height: 1.6rem; }
  .dark p, .dark
  label {
    color: #fff; }
  #who p, #who
  label {
    font-size: 2rem;
    line-height: 2.4rem;
    padding: 0 1rem; }
  #how p, #how
  label {
    padding: 0 2rem 2rem;
    font-size: 1.8rem;
    line-height: 2rem; }
  p#submitFeedback,
  label#submitFeedback {
    padding-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.8rem; }
  #what p, #what
  label {
    min-height: 9rem; }
  @media screen and (min-width: 415px) {
    p,
    label {
      font-size: 1.6rem;
      line-height: 1.9rem; }
      #who p, #who
      label {
        font-size: 2.4rem;
        line-height: 2.9rem;
        padding: 0 1rem; }
      #how p, #how
      label {
        font-size: 2rem;
        line-height: 2.3rem;
        padding: 0 2rem 2rem; }
      #what p, #what
      label {
        min-height: 11rem; } }
  @media screen and (min-width: 640px) {
    p,
    label {
      font-size: 1.8rem;
      line-height: 2.2rem; }
      #who p, #who
      label {
        font-size: 2.4rem;
        line-height: 2.9rem;
        padding: 0; }
      #how p, #how
      label {
        font-size: 2.2rem;
        line-height: 2.6rem;
        padding: 0 4rem 2rem; }
      #what p, #what
      label {
        min-height: 8rem; } }
  @media screen and (min-width: 768px) {
    p,
    label {
      font-size: 1.8rem;
      line-height: 2.2rem; }
      #who p, #who
      label {
        font-size: 2.4rem;
        line-height: 2.9rem;
        padding: 0; }
      #how p, #how
      label {
        font-size: 2rem;
        line-height: 2.4rem;
        padding: 0 1rem 2rem; }
      #what p, #what
      label {
        min-height: 8rem; } }
  @media screen and (min-width: 960px) {
    p,
    label {
      font-size: 2.4rem;
      line-height: 3rem; }
      #who p, #who
      label {
        font-size: 3.2rem;
        line-height: 4rem;
        padding: 0; }
      #how p, #how
      label {
        padding: 0 2rem 2rem; }
      #what p, #what
      label {
        min-height: 0; } }

label {
  text-align: left;
  padding-top: 1.5rem;
  display: inline-block;
  padding-left: 0.5rem; }
  @media screen and (min-width: 768px) {
    label {
      padding-top: 1.7rem; } }
  @media screen and (min-width: 1170px) {
    label {
      padding-top: 2.8rem; } }

a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  color: #bdd80b;
  text-decoration: underline; }
  a.btn {
    background-color: #bdd80b;
    width: 22rem;
    height: 5rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #141414;
    line-height: 5rem;
    display: inline-block;
    text-align: center;
    border-radius: 2.5rem;
    margin-top: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 1.8rem; }
    a.btn:hover {
      text-decoration: none !important; }
    a.btn.alt {
      background-color: transparent;
      border: 0.2rem solid #bdd80b;
      color: #bdd80b; }
  footer a {
    color: #bdd80b;
    padding: 0 2rem;
    text-decoration: none; }
    footer a:hover {
      text-decoration: underline; }
    @media screen and (min-width: 415px) {
      footer a {
        font-size: 1.6rem;
        line-height: 1.9rem; } }
    @media screen and (min-width: 640px) {
      footer a {
        font-size: 1.8rem;
        line-height: 2.2rem; } }
    @media screen and (min-width: 768px) {
      footer a {
        font-size: 1.8rem;
        line-height: 2.2rem; } }
    @media screen and (min-width: 960px) {
      footer a {
        font-size: 2.4rem;
        line-height: 3rem; } }

h1 span {
  color: #fff;
  font-size: 3rem;
  line-height: 3rem;
  display: inline-block; }
  @media screen and (min-width: 375px) {
    h1 span {
      font-size: 3.5rem;
      line-height: 3.5rem; } }
  @media screen and (min-width: 414px) {
    h1 span {
      font-size: 3.5rem;
      line-height: 3.5rem; } }
  @media screen and (min-width: 415px) {
    h1 span {
      font-size: 4rem;
      line-height: 4rem;
      letter-spacing: 2px; } }
  @media screen and (min-width: 640px) {
    h1 span {
      font-size: 5rem;
      line-height: 5rem;
      letter-spacing: 2px; } }

#clients img {
  max-width: 90px; }
  @media screen and (min-width: 415px) {
    #clients img {
      max-width: 120px; } }
  @media screen and (min-width: 640px) {
    #clients img {
      max-width: 120px; } }
  @media screen and (min-width: 768px) {
    #clients img {
      max-width: 140px; } }
  @media screen and (min-width: 960px) {
    #clients img {
      max-width: 200px; } }

#what img {
  height: 2rem;
  margin-bottom: 1rem;
  margin-top: 1.5rem; }
  @media screen and (min-width: 415px) {
    #what img {
      height: 3rem;
      margin-bottom: 2rem; } }
  @media screen and (min-width: 640px) {
    #what img {
      height: 4rem;
      margin-bottom: 2rem; } }
  @media screen and (min-width: 768px) {
    #what img {
      height: 4rem;
      margin-bottom: 2rem; } }
  @media screen and (min-width: 960px) {
    #what img {
      height: 6rem;
      margin-bottom: 2rem; } }

a.linkedin-link svg {
  width: 3rem;
  margin-top: 3rem; }

input {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  background: #f5f5f5;
  height: 4rem;
  line-height: 4rem;
  display: block;
  float: left;
  padding: 0 1.5rem;
  color: #141414; }
  input::placeholder {
    color: #bbbbbb; }
  input[type="text"], input[type="email"] {
    width: 100%;
    margin: 0.5rem 0;
    border: none; }
  input:focus {
    outline: none; }
  input[type="submit"] {
    -webkit-appearance: none;
    background-color: #bdd80b;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1rem;
    width: 100%;
    height: 4rem;
    display: block;
    float: left;
    cursor: pointer;
    border: none;
    padding: 0;
    margin-top: 1rem;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase; }
  @media screen and (min-width: 415px) {
    input {
      font-size: 1.6rem;
      height: 4.5rem;
      line-height: 4.5rem;
      padding: 0 2rem; }
      input[type="text"], input[type="email"] {
        width: 100%;
        margin: 0.5rem 0;
        border: none; }
      input[type="submit"] {
        height: 4.5rem; } }
  @media screen and (min-width: 640px) {
    input {
      font-size: 1.6rem;
      height: 4.5rem;
      line-height: 4.5rem;
      padding: 0 2rem; }
      input[type="text"], input[type="email"] {
        width: 100%;
        margin: 0.5rem 0;
        border: none; } }
  @media screen and (min-width: 768px) {
    input {
      font-size: 1.6rem;
      height: 4.5rem;
      line-height: 4.5rem;
      padding: 0 2rem; }
      input[type="text"], input[type="email"] {
        width: 100%;
        margin: 0.5rem 0;
        border: none; } }
  @media screen and (min-width: 960px) {
    input {
      font-size: 1.8rem;
      height: 6rem;
      line-height: 6rem;
      padding: 0 4.5rem; }
      input[type="text"], input[type="email"] {
        width: 100%;
        margin: 1rem 0;
        border: none; }
      input[type="submit"] {
        height: 6rem; } }
  @media screen and (min-width: 1170px) {
    input {
      font-size: 1.8rem;
      height: 8rem;
      line-height: 8rem;
      padding: 0 4.5rem; }
      input[type="text"], input[type="email"] {
        width: 100%;
        margin: 1rem 0;
        border: none; }
      input[type="submit"] {
        height: 8rem; } }

textarea {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  background: #f5f5f5;
  width: 100%;
  padding: 1rem 1.5rem;
  border: none;
  margin-top: 0.5rem;
  height: 7rem;
  resize: none; }
  textarea:focus {
    outline: none; }
  textarea::placeholder {
    color: #bbb; }
  @media screen and (min-width: 415px) {
    textarea {
      font-size: 1.6rem;
      padding: 1.5rem 2rem;
      margin-top: 0.5rem;
      height: 8rem; } }
  @media screen and (min-width: 640px) {
    textarea {
      font-size: 1.6rem;
      padding: 1.5rem 2rem;
      margin-top: 0.5rem;
      height: 8rem; } }
  @media screen and (min-width: 768px) {
    textarea {
      font-size: 1.6rem;
      padding: 1.25rem 2rem;
      margin-top: 0.5rem;
      height: 6rem; } }
  @media screen and (min-width: 960px) {
    textarea {
      font-size: 1.8rem;
      padding: 2.5rem 4.5rem;
      margin-top: 1rem;
      height: 10rem; } }
  @media screen and (min-width: 1170px) {
    textarea {
      font-size: 1.8rem;
      padding: 2.5rem 4.5rem;
      margin-top: 1rem;
      height: 12rem; } }

footer {
  float: left;
  width: 100%;
  border-top: 0.2rem solid #bdd80b; }

.container.flex {
  display: flex;
  align-items: center;
  height: 100vh; }

.flex > .wrapper {
  margin-top: -4rem; }

.panel {
  height: 100vh; }
  .panel.dark {
    background: #141414; }
  .panel.light {
    background: #fff; }

.next-scene {
  display: block;
  position: relative;
  left: 50%;
  width: 3.2rem;
  height: 3.2rem;
  margin-left: -1.6rem;
  bottom: 10rem; }
  .dark .next-scene {
    background: url(../img/pfeil-white.svg) center center no-repeat; }
  .light .next-scene {
    background: url(../img/pfeil-green.svg) center center no-repeat; }
  footer .next-scene {
    transform: rotate(180deg); }
  @media screen and (min-width: 640px) {
    .next-scene {
      margin-left: -3.2rem;
      width: 6.4rem;
      height: 6.4rem;
      bottom: 10rem; } }
  @media screen and (min-width: 375px) and (max-width: 414px) and (min-height: 812px) and (max-height: 896px) {
    .next-scene {
      bottom: 15rem; } }

.pdf {
  display: none; }
  @media (min-width: 360px) {
    .pdf {
      display: block; } }

#datenschutz,
#impressum {
  background: #fff;
  padding: 4rem 0;
  border-top: 0.2rem solid #bdd80b; }
  #datenschutz .home-link,
  #impressum .home-link {
    display: block;
    float: left;
    text-decoration: none;
    color: #141414;
    padding-top: 4rem; }
    #datenschutz .home-link:hover,
    #impressum .home-link:hover {
      text-decoration: underline; }
    #datenschutz .home-link h1,
    #impressum .home-link h1 {
      color: #141414;
      font-size: 3rem;
      line-height: 3rem;
      padding: 0; }
  #datenschutz h2,
  #datenschutz h3,
  #datenschutz p,
  #impressum h2,
  #impressum h3,
  #impressum p {
    text-align: left; }
  #datenschutz h3,
  #impressum h3 {
    padding-top: 3.5rem; }

.form-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .form-wrapper #submitButton.hidden {
    position: absolute;
    right: -100vw;
    opacity: 0;
    width: 1px; }
  .form-wrapper .g-recaptcha {
    width: auto;
    margin-top: 2rem; }
    .form-wrapper .g-recaptcha.hidden {
      position: absolute;
      right: -100vw;
      opacity: 0; }

