html, body {
  height: 100%;
  margin: 0px;
  padding: 0px;
  color: #303c40;
  background-color: #e2e2e2}

html, body, p {

  font-size: 20px;
  line-height: 32px; }

.row {
  max-width: 1000px; }

::selection {
  background: #fff;
  color: #000; }

::-moz-selection {
  background: #6cbfce;
  color: #ffffff; }

h1, h2, h3, h4, h5 {
  font-family: 'Lora', serif;
  font-weight: 800;
  font-size: 1em;
  }

p, a, li {
  font-family: 'Lora', serif;
  font-weight: 400; }

/* Elements > */
p a {
  text-decoration: underline;
  color: #6cbfce; }

p a:hover {
  text-decoration: underline;
  color: #6cbfce; }

p a:focus {
  color: #6cbfce; }

.button {
  padding: 0px;
  text-transform: uppercase;
  background-color: #6cbfce;
  padding: 25px 50px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  z-index: 0; }

.button:hover {
  background-color: #6cbfce; }

.button:focus {
  background-color: #6cbfce;
  outline: none; }

.hvr-bubble-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative; }

.hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -3;
  content: '';
  border-style: solid;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  left: calc(50% - 10px);
  bottom: 0;
  border-width: 10px 10px 0 10px;
  border-color: #6cbfce transparent transparent transparent; }

.hvr-bubble-bottom:hover:before, .hvr-bubble-bottom:focus:before, .hvr-bubble-bottom:active:before {
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }

#section1Wrap {
  width: 100%;
  height: 100%;
  position: relative;
  transition: 0s linear;
  transition-property: background-position; }

.overlay {
  width: 100%;
  height: 100%;
  background-color: #e2e2e2;
  position: absolute;
  opacity: 0.8; }

#section1Wrap h1 {
/*
  color: #ffffff;
*/
  text-align: center;
  font-size: 65px;
  line-height: 60px; }

#section1Wrap p {
/*
  color: #ffffff;
*/
  text-align: center; }

#section2 {
  padding: 100px 0px; }

#section2 h2 {
  margin-bottom: 30px; }

#section2 .bold {
  font-weight: 600;
  color: #000000; }

/*
#form-wrap-outer {
  background-color: #ffffff; }
*/
.form-wrap .row {
  margin-left: -10px;
  margin-right: -10px; }

.form-wrap .columns {
  padding-left: 10px;
  padding-right: 10px; }

.form-wrap {
  background-color: #6cbfce;
  padding: 30px;
  border-radius: 5px;
  margin-top: 100px; }

.form-wrap input {
  border: none;
  border-radius: 3px;
  box-shadow: none;
  padding: 0px 15px;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Source Sans Pro', sans-serif; }

label.error {
  color: #ffffff;
  margin-top: -22px; }

.form-wrap input[type="submit"] {
  font-weight: 700; }

.form-wrap input[type="submit"]:hover {
  border: none;
  outline: none; }

.form-wrap input[type="submit"]:focus {
  border: none;
  outline: none; }

.form-wrap input:hover {
  border: none;
  box-shadow: none; }

.form-wrap input:focus {
  border: none; }

.form-wrap input[type='submit'] {
  background-color: #ffffff;
  width: 100%;
  text-transform: uppercase;
  padding: 12px 0px; }

.section {
  width: 100%;
  min-height: 100%;
  position: relative; }

.vcenterWrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center; }

.sectionWrap {
  background-color: #e71920;
  width: 100%;
  min-height: 100%;
  height: 100%;
  z-index: 1; }

#success {
  margin-top: 30px;
  display: none; }

#success h3 {
  color: #ffffff;
  text-align: center;
  margin: 0px 0px -10px 0px; }

#success p {
  color: #ffffff;
  text-align: center;
  margin: 0px; }

.ingress {
  font-family: 'Lora', serif;
  font-size: 22px;
  line-height: 30px;
  font-style: italic; }

#poster-row {
  margin-top: 100px; }

#signatur {
  width: 250px;
  margin-top: 15px; }

.signature-section {
  font-family: 'Lora', serif;
  font-size: 17px;
  line-height: 10px;
  font-style: italic; }

#profile {
  border-radius: 50%;
  width: 160px; }

.bounce {
  background-image: url("../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 30px;
  height: 60px;
  margin-left: -15px;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.form-wrap h2 {
  color: #ffffff;
  font-size: 35px;
  line-height: 50px;
  margin-top: -5px; }

.form-wrap p {
  color: #ffffff;
  font-size: 18px;
  line-height: 25px; }

/*Tablet + Mobile*/
@media screen and (max-width: 1024px) {
  #section1Wrap h1 {
    font-size: 25px;
    line-height: 32px; }

  #section1Wrap p {
    font-size: 17px;
    line-height: 24px; }

  #section2 {
    padding: 10px 0px; }

  #section2 h2 {
    margin-bottom: 20px; }

  #section2 h2 {
    font-size: 25px;
    line-height: 32px; }

  #section2 p {
    font-size: 17px;
    line-height: 24px; }

  .form-wrap h2 {
    color: #ffffff;
    font-size: 25px;
    line-height: 32px;
    margin-top: -5px; }

  .form-wrap p {
    color: #ffffff;
    font-size: 17px;
    line-height: 24px; }

  .form-wrap {
    margin-bottom: 20px; } }
/*Mobile*/
@media screen and (max-width: 640px) {
  #poster-row {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 20px; }

  #signatur {
    margin-bottom: 20px; }

  #form-wrap-outer {
    margin: 0px;
    padding: 0px; }

  #form-wrap-outer .columns {
    margin: 0px;
    padding: 0px; }

  .form-wrap {
    border-radius: 0px;
    margin: 0px 0px 20px 0px; } }

/*# sourceMappingURL=main.css.map */
