/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9 ;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #d9021b;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

a {
  text-decoration: none;
}

html {
  box-sizing: border-box;
}

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

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body {
  background: #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

strong {
  font-weight: 700;
}

.center {
  width: 100%;
  max-width: 1000px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
}

.main {
  position: fixed;
  top: 0;
  max-height: 70px;
  z-index: 999;
  width: 100%;
  height: 70px;
  padding: 20px 0;
  left: 0;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.2);
}
.main .logo {
  text-transform: uppercase;
  float: left;
  display: block;
  margin-top: 0;
  color: #fff;
}
.main .logo img {
  display: block;
  max-height: 30px;
  height: 30px;
  width: auto;
  margin-top: -2px;
}
.main .mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.main .mobile-toggle .span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: #d9021b;
  display: block;
}
.main nav {
  float: right;
  width: 60%;
}
.main nav a img {
  float: right;
  height: 40px;
  margin-top: -5px;
}
.main nav a img:last-child {
  margin-left: 10px;
}

.start {
  position: relative;
  background: url("../img/start-bg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #fff;
  padding: 40px 0 0 0;
  height: auto;
  overflow: hidden;
  max-height: 580px;
}
@media screen and (max-width: 768px) {
  .start {
    padding-bottom: 40px;
  }
}
.start:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(217, 2, 27, 0.8);
  z-index: 3;
}
.start .teaser {
  width: 40%;
  margin-right: 5%;
  float: left;
  position: relative;
  z-index: 4;
  padding-top: 10px;
}
.start .teaser .app-icon {
  display: none;
}
.start .teaser h1 {
  font-size: 32px;
  line-height: 1.1;
  text-align: left;
  font-weight: 700;
}
.start .teaser p {
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  margin: 15px 0 20px 0;
}
.start .teaser .desktop a img {
  float: left;
  width: 49%;
  height: auto;
}
.start .teaser .desktop a img.playstore {
  margin-right: 2%;
}
.start .teaser .appstore, .start .teaser .playstore {
  height: 60px;
  width: auto;
}
.start .app-present {
  width: 55%;
  float: right;
  position: relative;
  z-index: 4;
}
.start .app-present img {
  display: block;
  width: 100%;
  height: auto;
}

.content {
  background: #fff;
}
.content h2 {
  text-align: left;
  position: relative;
  padding-bottom: 0px;
  margin: 0 auto;
  font-weight: 900;
}
.content img.frame {
  box-shadow: 0px 5px 16px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  overflow: hidden;
}
.content .center-wrap {
  text-align: left;
  margin-bottom: 15px;
}
.content .center-wrap p.sub {
  border-bottom: 2px solid #d8d8d8;
  color: #777;
  font-weight: 400;
  padding-bottom: 16px;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
}
.content section {
  padding: 30px 0px 35px;
}
.content section.features {
  background: #fff;
}
.content section.features h2 {
  margin-bottom: 5px;
  color: #d9021b;
}
.content section.features .center-wrap {
  margin-bottom: 30px;
}
.content section.features .feature {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  padding: 30px 0;
  border-bottom: 1px solid #e4e4e4;
}
.content section.features .feature.odd .text {
  float: right;
  padding-left: 40px;
  padding-right: 0px;
}
.content section.features .feature.odd .visual {
  float: left;
}
.content section.features .feature.last {
  border-bottom: 0px;
}
.content section.features .feature .text {
  float: left;
  width: 70%;
  padding-right: 60px;
  padding-top: 10px;
}
.content section.features .feature .text .head {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
  color: #d9021b;
}
.content section.features .feature .text .sub {
  font-size: 20px;
  line-height: 1.5 !important;
  margin-top: 14px;
}
.content section.features .feature .text ul.benefits {
  margin-top: 10px;
  float: left;
  width: 49%;
}
@media screen and (max-width: 768px) {
  .content section.features .feature .text ul.benefits {
    width: 100%;
    float: none;
  }
}
.content section.features .feature .text ul.benefits:first-of-type {
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  .content section.features .feature .text ul.benefits:first-of-type {
    margin-right: 0;
    margin-bottom: -5px;
  }
}
.content section.features .feature .text ul.benefits li {
  font-size: 20px;
  line-height: 1.4 !important;
  margin-bottom: 4px;
  list-style-image: url("../img/check.svg");
  margin-left: 22px;
  padding-left: 5px;
}
.content section.features .feature .visual {
  float: left;
  width: 30%;
}
.content section.features .feature .visual img {
  display: block;
  width: 100%;
  height: auto;
}
.content section.screenshots {
  padding: 30px 0 40px 0;
}
.content section.screenshots h2 {
  color: #d9021b;
  margin-bottom: 10px;
}
.content section.screenshots .screenshot-carousel {
  padding: 20px 0px;
}
.content section.screenshots .screenshot-carousel .slick-dots {
  bottom: -35px;
}
.content section.screenshots .screenshot-carousel .slick-dots li button:before {
  width: 10px;
  height: 10px;
}
.content section.screenshots .screenshot-carousel .slide {
  padding: 0 20px 3px 20px;
}
.content section.screenshots .screenshot-carousel .slide:hover {
  cursor: pointer;
}
.content section.screenshots .screenshot-carousel .slide img {
  display: block;
  width: 100%;
  height: auto;
}
.content section.faq {
  background: #d9021b;
}
.content section.faq h2 {
  color: #fff;
  margin-bottom: 10px;
}
.content section.more {
  background: #fff;
  padding: 60px 0;
}
.content section.more .center {
  text-align: center;
}
.content section.more .center .question p {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 5px;
}
.content section.more .center .question a {
  color: #d9021b;
  font-size: 30px;
  display: inline-block;
  margin-bottom: 40px;
}
.content section.more .center .download.playstore, .content section.more .center .download.appstore {
  height: 60px;
  width: auto;
}
.content section.more .center .desktop {
  margin: 0 auto;
  display: block;
}
.content section.more .center .desktop a .download {
  height: 80px;
  width: auto;
  padding: 10px;
}

footer {
  background: #000000;
  padding: 100px 0;
  color: #fff;
  text-align: center;
}
footer .links {
  margin-bottom: 10px;
}
footer .links a {
  padding: 0 10px;
  color: #fff;
  text-decoration: underline;
  display: inline-block;
}

#faq-accordion .accordion-head {
  background: #fff;
  color: #000000;
  border-bottom: 2px solid #8d0112;
  margin-top: 5px;
  border-radius: 6px;
}
#faq-accordion .accordion-head.open {
  border-bottom: 1px solid #f1f1f1 !important;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
#faq-accordion .accordion-head.open a {
  color: #d9021b;
  font-weight: 700;
}
#faq-accordion .accordion-head a {
  display: inline-block;
  width: 100%;
  padding: 20px;
  font-weight: 400;
  color: #000000;
}
#faq-accordion .accordion-content {
  background: #fff;
  padding: 18px 20px 20px 20px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.slick-dots li button:before {
  background: #d9021b;
  border-radius: 100px;
  content: "";
}

.slick-prev,
.slick-next {
  background: #d9021b;
  height: 50px;
  width: 50px;
  border-radius: 100px;
  z-index: 100;
}
.slick-prev:hover,
.slick-next:hover {
  background: #a60215;
}

.open-nav {
  max-height: 400px !important;
}

.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.sticky {
  background-color: #d9021b;
  opacity: 1;
  top: 0;
  color: #fff;
}

#stoerer-img {
  position: absolute;
  top: -25px;
  right: -25px;
  width: 180px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 766px) {
  .main {
    height: auto;
    padding-bottom: 12px;
  }
  .main .center .logo {
    margin-top: -3px;
  }
  .main .center nav {
    width: auto;
  }
  .main .center nav a img {
    margin-top: -10px;
  }

  .start .teaser {
    float: none;
    width: 100%;
    padding-bottom: 100px;
    margin-top: 0px;
  }
  .start .teaser .app-icon {
    display: block;
  }
  .start .teaser .app-icon img {
    width: 160px;
    display: block;
    height: auto;
    margin: 0 auto 20px auto;
  }
  .start .teaser img.download {
    margin: 0 auto;
    display: block;
  }
  .start .teaser img.download.appstore {
    max-height: auto !important;
  }
  .start .teaser h1 {
    font-size: 20px;
    line-height: 1.05;
    text-align: center;
  }
  .start .teaser p {
    font-size: 16px;
    line-height: 24px;
  }
  .start .app-present {
    display: none;
  }

  .content h2 {
    font-size: 26px;
    line-height: 1;
  }
  .content section.screenshots .center {
    padding: 0 40px;
  }
  .content section.screenshots .screenshot-carousel .slide {
    padding: 0 10px 3px 10px;
  }
  .content section.features .feature .text, .content section.features .feature .visual {
    float: none;
    text-align: center;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .content section.features .feature .text {
    margin-bottom: 30px;
    width: 100%;
    padding-top: 0px;
  }
  .content section.features .feature .text .head {
    font-size: 24px;
  }
  .content section.features .feature .text .sub {
    font-size: 18px;
  }
  .content section.features .feature .text ul {
    text-align: left !important;
  }
  .content section.features .feature .text ul li {
    font-size: 18px;
  }
  .content section.features .feature .visual {
    width: 80%;
    margin: 0 10%;
  }

  #stoerer-img {
    right: -3px;
    z-index: 10;
    width: 120px;
  }
}
@media only screen and (max-width: 600px) {
  .main {
    max-height: none;
    height: auto;
  }
  .main .center .logo img.desktop {
    float: none;
    width: 100%;
    margin: 0 auto;
    margin-top: -10px;
    display: block;
  }
  .main .center nav.desktop {
    width: 100%;
  }
  .main .center nav .desktop {
    display: block;
    float: none;
    text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
  }
  .main .center nav .desktop img {
    display: inline-block;
    float: none;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 440px) {
  .start .teaser .download {
    max-width: 240px;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .main .center .logo img {
    height: 20px;
    margin-top: 1px;
    margin-left: -10px;
    height: 20px;
  }
  .main .center nav {
    margin-right: -10px;
  }
  .main .center nav img {
    height: 36px;
  }
}
/* ==========================================================================
   Animations
   ========================================================================== */
@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

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

