/* Included: css/normalize.css */
* {
    box-sizing: border-box;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
a {
    background-color: transparent;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
[hidden] {
    display: none;
}

/* Included: css/display.css */
.d-block {
    display: block;
}

@media screen and (min-width: 768px) {
    .hidden-lg {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .hidden-sm {
        display: none !important;
    }
}

/* Included: css/text.css */
.small {
    font-size: 0.8rem;
}

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

.text-white {
    color: #fff;
}

.text-light {
    color: var(--light);
}

.text-muted {
    color: var(--muted);
}

.text-dark {
    color: var(--dark);
}

.text-primary {
    color: var(--primary);
}

.text-lead {
    font-family: Palanquin Dark, sans-serif;
    font-size: 2.5rem;
    font-weight: normal;
}

.valign-middle {
    vertical-align: middle;
}
/* Included: css/flex.css */
.d-flex {
    display: flex;
}

.flex-0 {
    flex: 0 1 auto !important;
}

.flex-1,
.flex-fill {
    flex: 1 1 auto !important;
}

.flex-2 {
    flex: 2 1 auto !important;
}

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

.justify-content {
    justify-content: center;
}

.cols {
    display: flex;
    margin-left: -1rem;
    margin-right: -1rem;
}

.col {
    flex: 1 1 100%;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media screen and (max-width: 767px) {
    .cols {
        display: block;
    }
}

/* Included: css/nav.css */

nav {
    align-items: center;
    justify-content: space-between;
    margin-right: -1.5rem;
}

.nav-link {
    display: block;
    color: currentColor;
    padding: 1rem 1.5rem;
}

.nav-locale-link img {
    width: 24px;
    border-radius: 50%;
}

.menu-toggle {
    line-height: 10px;
}

@media screen and (max-width: 767px) {
    nav {
        margin: 0;
        align-items: stretch;
        flex-direction: column;
    }

    nav .menu-items {
        display: none;
        flex-direction: column;
    }

    body.menu-open {
        overflow: hidden;
    }

    body.menu-open nav {
        justify-content: start;
        z-index: 10;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 2rem 1rem 0 1rem;
        background: var(--primary);
        background: linear-gradient(135deg, var(--highlight) -50%, var(--primary) 50%, var(--highlight) 150%);
    }

    body.menu-open nav .menu-items {
        display: flex;
        margin-top: 2rem;
    }
}
/* Included: css/bg.css */
.bg-primary {
    background: var(--primary);
    background: linear-gradient(90deg, var(--highlight) -150%, var(--primary) 50%, var(--highlight) 250%);
}

.bg-light {
    background: var(--light);
}

.bg-dark {
    background: var(--dark);
}

/* Included: css/pm.css */
.m-0 {
    margin: 0;
}

.ml-auto {
    margin-left: auto;
}

.mt-0 {
    margin-top: 0;
}

.my-1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.ml-1 {
    margin-left: 1rem;
}

.mr-1 {
    margin-right: 1rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.my-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.mx-1 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-3 {
    margin-left: 3rem;
    margin-right: 3rem;
}

.mx-10p {
    margin-left: 5vw;
    margin-right: 5vw;
}

.ml-2 {
    margin-left: 2rem;
}

.mr-2 {
    margin-right: 2rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.ml-3 {
    margin-left: 3rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.mt-5 {
    margin-top: 5rem;
}

.mb-5 {
    margin-bottom: 5rem;
}

.my-3 {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.my-5 {
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.py-2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-3 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.px-3 {
    padding-left: 3rem;
    padding-right: 3rem;
}

.pt-3 {
    padding-top: 3rem;
}

.pt-5 {
    padding-top: 5rem;
}

.pb-3 {
    padding-bottom: 3rem;
}

.pb-5 {
    padding-bottom: 5rem;
}

.py-5 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* Included: css/icon.css */
.icon-md {
    font-size: 32px;
}

.icon-lg {
    font-size: 48px;
}

.icon-check {
    margin-right: 0.5rem;
    color: var(--active);
    background: var(--primary);
}

.gg-check {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 100px;
}

.gg-check::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: -1px;
    width: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

.gg-check-o {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs, 1));
    width: 22px;
    height: 22px;
    border: 2px solid;
    border-radius: 100px;
}

.gg-check-o::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    left: 3px;
    top: -1px;
    width: 6px;
    height: 10px;
    border-color: currentColor;
    border-width: 0 2px 2px 0;
    border-style: solid;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

/* Included: css/button.css */
.btn {
    display: inline-block;
    cursor: pointer;
    border: none;
    padding: 1rem 1.5rem;
    border-radius: var(--border-radius);
}

.btn:hover {
    opacity: 0.9;
}

.btn:focus {
    outline: none;
}

.btn-inverse {
    color: #000;
    background: #fff;
}

.btn-primary {
    color: #fff;
    background: var(--primary);
}

.btn-dark {
    color: #fff;
    background: var(--dark);
}

.btn-group {
    display: flex;
}

.btn-group .btn {
    border-radius: 0;
}

.btn-group .btn:first-child {
    border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius);
}

.btn-group .btn:last-child {
    border-top-right-radius: var(--border-radius);
    border-bottom-right-radius: var(--border-radius);
}
/* Included: css/footer.css */
footer {
    line-height: 1.75;
}

footer h3 {
    opacity: 0.5;
}

footer a {
    color: inherit;
}

/* Included: css/misc.css */
:root {
    --mobile-phone-perspective: 0deg;
}

.logo {
    display: flex;
    align-items: center;
    color: currentColor;
}

.logo img {
    display: block;
    margin-right: 0.5rem;
}

.logo span {
    font-size: 28px;
    font-family: Palanquin Dark, sans-serif;
}

.arc {
    position: relative;
}

.arc svg {
    display: block;
    width: 100%;
    height: 5vw;
    bottom: -1px;
    position: absolute;
}

.arc-sm svg {
    height: 2vw;
}

.arc-top {
    position: relative;
}

.arc-top svg {
    display: block;
    width: 100%;
    height: 5vw;
    top: -1px;
    z-index: 1;
    position: absolute;
}

.socialmedia_btn {
    padding: 10px;
    border-radius: 50%;
    margin: 0 1rem 0 0;
    display: inline-block;
}

.socialmedia_btn .icon {
    width: 19px;
    height: 19px;
    display: block;
    line-height: 0;
}

.terms p {
    position: relative;
    padding-left: 2.5rem;
}

.terms ul {
    padding-left: 5rem;
}

.prph {
    left: 0;
    font-size: 90%;
    position: absolute;
    color: var(--muted);
}

.mobile-phone {
    overflow: hidden;
    position: relative;
    background-size: contain;
    background-color: #f8f8f8;
    background-position: center;
    background-repeat: no-repeat;
    border: 10px solid currentColor;
    width: 250px;
    height: 480px;
    display: inline-flex;
    border-radius: 2rem;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}

.mobile-phone:before {
    content: " ";
    display: block;
    position: absolute;
    width: 150px;
    height: 20px;
    top: 0;
    left: 50%;
    border-radius: 0 0 10px 10px;
    background: currentColor;
    z-index: 1;
    margin-left: -75px;
}

.mobile-phone:after {
    content: " ";
    display: block;
    position: absolute;
    width: 70px;
    height: 3px;
    bottom: 5px;
    left: 50%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.25);
    z-index: 1;
    margin-left: -35px;
}

.mobile-phone img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    object-fit: cover;
    opacity: 0;
    transform: scale(1.01);
    border-radius: 1.6rem;
    transition: opacity 0.5s linear;
}

.mobile-phone img.active {
    opacity: 1;
}

.mobile-phone-sm {
    width: 180px;
    height: 345px;
    border-width: 5px;
    border-radius: 1.25rem;
}

.mobile-phone-sm:before {
    width: 100px;
    height: 12px;
    margin-left: -50px;
}

.mobile-phone-sm img {
    border-radius: 0;
}

.mobile-phone-3d-container {
    perspective: 500px;
    perspective-origin: center;
}

.mobile-phone-3d {
    display: inline-flex;
    width: 250px;
    height: 480px;
    transform: rotate3d(0.1, 1, 0, var(--mobile-phone-perspective));
    transform-style: preserve-3d;
}

.mobile-phone-3d .mobile-phone {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.mobile-phone-3d-depth {
    width: 250px;
    height: 480px;
    border-radius: 2rem;
    background-color: #ccc;
    background: linear-gradient(var(--mobile-phone-perspective), #aaa 0%, #fff 50%, #aaa 60%, #fff 100%);
    position: absolute;
}

.mobile-phone-3d-depth:first-child {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
}

.screenshot {
    margin: 0 auto;
    max-width: 480px;
    position: relative;
    border-radius: 0.5rem;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}

.screenshot img {
    width: 100%;
    display: block;
    position: relative;
    border-radius: 0 0 0.5rem 0.5rem;
}

.screenshot:before {
    content: "";
    display: block;
    background: #f8f8f8;
    height: 30px;
    border-radius: 0.5rem 0.5rem 0 0;
}

.screenshot:after {
    content: "";
    display: block;
    background: var(--primary);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 10px;
}

.youtube-video {
    color: var(--active);
    display: block;
    position: relative;
    transition: transform 0.15s linear;
}

.youtube-video::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 0;
    height: 10px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 6px solid;
    transform: scale(5);
    top: 50%;
    left: 50%;
}

.youtube-video:hover {
    opacity: 0.9;
    transform: scale(0.98);
}

.youtube-video img {
    display: block;
    width: 480px;
    height: 270px;
    max-width: 100%;
    margin: 0 auto;
    object-fit: cover;
    border-radius: var(--border-radius);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}

.bg-icon {
    position: absolute;
    top: 60%;
    right: 5%;
    transform-origin: center;
    transform: scale(25) rotate(-25deg);
    opacity: 0.05;
}

.logo-overlay-image {
    z-index: -2;
    opacity: 0.1;
    top: 50%;
    left: 25%;
    width: 512px;
    height: 512px;
    margin-top: -256px;
    margin-left: -256px;
    position: absolute;
    pointer-events: none;
    background: url(../img/bg_1.png);
    background-size: contain;
    transform-origin: center;
    animation: overlay-logo-turn 12s ease-in-out infinite alternate;
}

.logo-overlay-image.right {
    left: 75%;
}

@keyframes overlay-logo-turn {
    0% {
        transform: translate3d(0, 0, -100px) scale(1.8) rotate3d(1, 1, 1, -20deg);
    }

    100% {
        transform: translate3d(0, 0, -100px) scale(1.6) rotate3d(1, 1, 1, 20deg);
    }
}

.slideshow .slide {
    display: inline-block;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transform: scale(1.2);
    transition: opacity 1s ease-in-out, transform 0.5s ease-in-out;
}

.slideshow .slide.active {
    height: auto;
    opacity: 1;
    transform: scale(1);
}

.price-amount {
    font-size: 250%;
}

.price-hint {
    color: var(--muted);
}

.feature_col_text_left {
    text-align: center;
}

.feature_col_text_left .col > div:last-child {
    text-align: left;
}

/* Included: css/card.css */
.card {
    background: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.card-body {
    padding: 1rem;
}

.card > :first-child {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.card > :last-child {
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.card.discontinued {
    position: relative;
}

.card.discontinued::before {
    display: block;
    position: absolute;
    z-index: 100;
    inset: 0;
    content: "";
    border-radius: 0.5rem;
    background-color: rgba(200, 200, 200, 0.75);
}

.card.discontinued::after {
    display: block;
    content: "Discontinued";
    position: absolute;
    font-weight: bold;
    z-index: 101;
    color: var(--active);
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    text-transform: uppercase;
    background-color: var(--primary);
    transform-origin: center;
    top: 5rem;
    left: 25%;
    transform: rotate(-20deg);
}

/* Included: css/cookieconsent.css */
.cookieconsent {
    display: none;
    font-size: 90%;
    z-index: 1000;
    left: 0;
    bottom: 0;
    margin: 1rem;
    padding: 1rem;
    position: fixed;
    background: var(--active);
    border-radius: var(--border-radius);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}

.cookieconsent-text {
    margin-bottom: 1rem;
}

.cookieconsent button {
    padding: 0.5rem 1rem;
}


:root {
    --primary: #ee2c56;
    --highlight: #ff9f73;
    --muted: #b5a3a6;
    --active: #fff;
    --light: #fbf9f9;
    --dark: #2d2b2c;
    --border-radius: 0.5em;
}

html,
body {
    line-height: 1.25;
    font-size: 14pt;
    font-family: Nunito Sans, sans-serif;
}

h3,
h4,
h5 {
    font-weight: normal;
}

a {
    color: var(--primary);
    text-decoration: none;
}

hr {
    border: none;
    border-top: 1px solid var(--muted);
}

section {
    overflow: hidden;
    position: relative;
    perspective: 500px;
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.container-lg {
    margin: 0 auto;
    max-width: 1400px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.img-responsive {
    max-width: 100%;
}

html[lang=en] #locale-en,
html[lang=de] #locale-de {
    display: none;
}