﻿/***********************************************************************************************************************
* Fonts
***********************************************************************************************************************/

/* roboto-serif-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Serif';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-serif-v8-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto-serif-v8-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-serif-v8-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-serif-v8-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-serif-v8-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-serif-v8-latin-regular.svg#RobotoSerif') format('svg'); /* Legacy iOS */
}
/* roboto-serif-800 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Serif';
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/roboto-serif-v8-latin-800.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto-serif-v8-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-serif-v8-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-serif-v8-latin-800.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-serif-v8-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-serif-v8-latin-800.svg#RobotoSerif') format('svg'); /* Legacy iOS */
}
/* roboto-serif-800italic - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Roboto Serif';
    font-style: italic;
    font-weight: 800;
    src: url('../fonts/roboto-serif-v8-latin-800italic.eot'); /* IE9 Compat Modes */
    src: url('../fonts/roboto-serif-v8-latin-800italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/roboto-serif-v8-latin-800italic.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/roboto-serif-v8-latin-800italic.woff') format('woff'), /* Modern Browsers */
    url('../fonts/roboto-serif-v8-latin-800italic.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/roboto-serif-v8-latin-800italic.svg#RobotoSerif') format('svg'); /* Legacy iOS */
}

/* questrial-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Questrial';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/questrial-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/questrial-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/questrial-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/questrial-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/questrial-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/questrial-v18-latin-regular.svg#Questrial') format('svg'); /* Legacy iOS */
}


/***********************************************************************************************************************
* CSS-Code von app.hoerzu.de
***********************************************************************************************************************/

.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
}

.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;
    -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: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .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: "←"
}

.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: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

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
}

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/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4
}

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

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

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

a {
    text-decoration: none
}

html {
    box-sizing: border-box
}

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

body {
    background: #fff;
    font-family: "Questrial", Arial, "Lucida Grande", sans-serif;
    font-weight: 300
}
h1, h2, .head, .accordion-head {
    font-family: "Roboto Serif", Arial, "Lucida Grande", sans-serif;
    font-weight: 800;
}

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

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

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

footer .center a {
    margin-right: 20px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    color: white;
}

.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;
    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: #6bc0ad;
    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-image: url("../img/start-bg.jpg");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 20px 0 0 0;
    height: auto;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 7px -1px rgba(0,0,0,0.28);
    box-shadow: 0px 5px 7px -1px rgba(0,0,0,0.28);
    /*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(0,0,0, 0.7);
    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;
    text-transform: uppercase
}

.start .teaser p {
    text-align: left;
    font-size: 18px;
    line-height: 1.5 !important;
    margin: 15px 0 20px 0
}

.start .teaser .desktop a img {
    float: left;
    width: 49%;
    height: auto;
}
.start .teaser a img.appstore, .start .teaser a img.playstore {
    border: 1px solid #A7A5A6;
    border-radius: 5px;
}

.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: center;
    position: relative;
    padding-bottom: 5px;
    margin: 0 auto
}

.content img.frame {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
    border: 10px solid #fafafa;
    border-radius: 8px;
    overflow: hidden
}

.content .center-wrap {
    text-align: center;
    margin-bottom: 15px
}

.content .center-wrap p.sub {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: black;
    color: #777;
    padding: 10px 20px 11px 20px;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase
}

.content section {
    padding: 30px 0px 35px
}

.content section.features {
    background: white
}

.content section.features h2 {
    margin-bottom: 10px;
    color: black
}

.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;
}

.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: 32px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 700;
    color: black
}

.content section.features .feature .text .sub {
    font-size: 20px;
    line-height: 1.5 !important;
    margin-top: 14px
}

.content section.features .feature .text ul {
    margin-top: 10px
}

.content section.features .feature .text ul 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: #6bc0ad;
    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: black
}

.content section.faq h2 {
    color: #fff;
    margin-bottom: 10px
}

.content section.more {
    background: #fff;
    padding: 60px 0
}

.content section.more .center {
    text-align: center
}

.question {
    text-align: center;
    margin-top: 35px;
}
.question p {
    font-weight: 700;
    font-size: 28px;
    line-height: 29px;
    margin-bottom: 5px;
    color: white;
}

.question a {
    color: #FFDC1D;
    font-size: 24px;
    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: #000;
    padding: 100px 0;
    color: #fff
}

#faq-accordion .accordion-head {
    background: #fff;
    color: #000;
    border-bottom: 2px solid black;
    margin-top: 5px;
    border-radius: 6px;
    background-image: url("../img/arrow-down-icon.svg");
    background-repeat: no-repeat;
    background-position: right;

}

#faq-accordion .accordion-head.open {
    border-bottom: 1px solid #ededed !important;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-image: url("../img/arrow-up-icon.svg");
}

#faq-accordion .accordion-head.open a {
    color: black;
    font-weight: 700
}

#faq-accordion .accordion-head a {
    display: inline-block;
    font-size: 20px;
    width: 100%;
    padding: 21px;
    color: #000;
    transform: translateY(1px);
}

#faq-accordion .accordion-content {
    background: #fff;
    padding: 18px 20px 20px 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}
#faq-accordion .accordion-content p {
    font-size: 20px;
}
#faq-accordion .accordion-content ul {
    list-style: disc;
    list-style-position: outside;
    margin-left: 20px;
    font-size: 20px;
    line-height: 1.4;
}
#faq-accordion .accordion-content ul li:not(:last-child) {
    margin-bottom: 16px;
}


.slick-dots li button:before {
    background: #6bc0ad;
    border-radius: 100px;
    content: ''
}

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

.slick-prev:hover,
.slick-next:hover {
    background: #4aae98
}

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

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

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

.more h2 {
    margin-bottom: 18px;
}

@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: 140px;
        display: block;
        height: auto;
        margin: 0 auto 20px auto
    }
    .start .teaser img.download {
        margin: 0 auto;
        display: block
    }
    .start .teaser img.download.appstore {
        height: auto !important;
    }
    .start .teaser h1 {
        line-height: 1.2;
        text-align: center
    }
    .start .teaser p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }
    .start .app-present {
        display: none
    }
    .content h2 {
        font-size: 26px;
        line-height: 1.0
    }
    .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: 10px;
        width: 100%;
        padding-top: 50px
    }
    .content section.features .feature {
        display: flex;
        flex-direction: column-reverse;
    }

    .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%
    }

    #faq-accordion .accordion-content p, #faq-accordion .accordion-head a {
        font-size: 18px;
    }

}

@media only screen and (max-width: 814px) {
    .start .teaser h1 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 838px) {
    #faq-accordion .accordion-head, #faq-accordion .accordion-head.open {
        background-image:none;
    }
}

@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
    }
}

@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
    }
    .main .center nav {
        margin-right: -10px
    }
    .main .center nav img {
        height: 36px
    }
}

@media only screen and (min-width: 766px) {
	.start {
		
	}
}

@-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)
    }
}

.hidden {
    display: none !important
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}