:root {
    --bg: #ffffff;
    --color-default: #000;
    --color-mark: #FFE121;
    --color-bright: #FFF;
    --color-soft: #0000B2;
    --color-softest: #B7B7B7;
    --font-main: Inter, sans-serif;
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/inter-v12-latin-regular.woff2') format('woff2'),
        url('/assets/fonts/inter-v12-latin-regular.woff') format('woff');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    src: url('/assets/fonts/inter-v12-latin-500.woff2') format('woff2'),
        url('/assets/fonts/inter-v12-latin-500.woff') format('woff');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url('/assets/fonts/inter-v12-latin-700.woff2') format('woff2'),
        url('/assets/fonts/inter-v12-latin-700.woff') format('woff');
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    src: url('/assets/fonts/inter-v12-latin-800.woff2') format('woff2'),
        url('/assets/fonts/inter-v12-latin-800.woff') format('woff');
}

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

* {
    margin: 0;
    padding: 0;
}

img,
svg {
    display: block;
    max-width: 100%;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word;
}

ul {
    list-style: none;
}

b,
strong {
    font-weight: 700;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
}

body {
    -webkit-font-smoothing: antialiased;
    font-family: var(--font-main);
    line-height: 1.5;
}

#global {
    width: 98%;
    max-width: 1280px;
    margin: 0 auto;
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1.6rem;
    z-index: 1000;
    background-color: white;
    ;
}

header img {
    width: 100%;
    max-width: 180px;
}

header .desktop-navigation {
    display: flex;
    align-items: center;
    gap: 2rem;
}

header .desktop-navigation ul {
    display: flex;
    gap: 2rem;
    justify-content: flex-start;
    align-items: center;
}

header .desktop-navigation ul li a {
    font-size: 1.4rem;
    text-decoration: none;
    font-weight: bold;
    color: var(--color-default);
}

header .desktop-navigation ul li a:hover {
    text-decoration: underline;
}

.menu-toggle,
.nav-close,
.nav-backdrop {
    display: none;
}

.mobile-navigation {
    display: none;
}

@media screen and (min-width: 620px) {

    header img {}
}

.main-header {
    position: relative;
    min-height: clamp(460px, 52vw, 760px);
    overflow: hidden;
}

.main-header img.bg {
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    object-position: 72% center;
}

.main-header::before {
    content: "";
    position: absolute;
    inset: 0 42% 0 0;
    background: var(--color-bright);
    z-index: 1;
}

.main-header .text {
    position: absolute;
    left: 6%;
    top: 14%;
    color: var(--color-default);
    max-width: min(47%, 62rem);
    z-index: 3;
}

.main-header .phone {
    position: absolute;
    right: 30%;
    bottom: 50%;
    transform: translateY(50%);
    width: 31%;
    max-width: 50rem;
    z-index: 4;
}

.main-header .text>span {
    display: inline-block;
    color: #f5b600;
    font-weight: 800;
    font-size: clamp(1.6rem, 1vw + 1.2rem, 3rem);
    letter-spacing: 0.02em;
    margin-bottom: 1.6rem;
}

.tracker-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: clamp(115px, 12vw, 150px);
    aspect-ratio: 1;
    border-radius: 50%;
    background: #ffe121;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: var(--color-default);
    padding: 1rem;
    z-index: 5;
    transform: translate(100%, 0) rotate(-7deg);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.22);
}

.tracker-badge-top {
    font-size: clamp(1.3rem, 0.8vw + 0.9rem, 2.8rem);
    font-weight: 900;
    line-height: 1.05;
}

.tracker-badge-bottom {
    margin-top: 0.8rem;
    font-size: clamp(0.8rem, 0.44vw + 0.55rem, 1.5rem);
    font-weight: 800;
    line-height: 1.2;
}

h1 {
    font-size: 5rem;
    font-size: clamp(2rem, 4vw + 0.5rem, 5rem);
    margin-bottom: 2.5rem;
    line-height: 1.2;
    max-width: 20rem;
}

@media screen and (min-width: 720px) {

    h1 {
        max-width: 42rem;
    }
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 2.5rem;
    line-height: 1.2;
    font-weight: 800;
}

@media screen and (min-width: 620px) {

    h2 {
        font-size: 3.5rem;
    }
}

.main-header p {
    font-size: clamp(1.6rem, 0.7vw + 1.2rem, 4.1rem);
    max-width: 45rem;
    color: #212121;
}

.main-header h1 {
    font-size: clamp(3rem, 3.8vw, 8rem);
    line-height: 1.04;
    max-width: 65rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    color: var(--color-default);
}

@media (max-width: 1180px) {
    .main-header::before {
        inset: 0 32% 0 0;
    }

    .main-header .text {
        max-width: 55%;
    }

    .main-header .phone {
        right: 14%;
        width: 37%;
    }

    .tracker-badge {
        display: none;
    }
}

@media (max-width: 900px) {
    .main-header {
        min-height: clamp(520px, 130vw, 780px);
    }

    .main-header img.bg {
        object-position: 77% center;
    }

    .main-header::before {
        inset: 0 0 40% 0;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .main-header .text {
        left: 6%;
        top: 8%;
        max-width: 84%;
    }

    .main-header .phone {
        right: 8%;
        bottom: -3rem;
        width: min(46%, 33rem);
    }

    .main-header .tracker-badge {
        width: clamp(96px, 19vw, 140px);
        border-width: 5px;
        transform: rotate(-5deg);
    }
}

@media (max-width: 640px) {
    .main-header {
        min-height: 560px;
    }

    .main-header .text {
        top: 9%;
        max-width: 88%;
    }

    .main-header h1 {
        font-size: clamp(2.7rem, 8.2vw, 4.6rem);
        max-width: 34rem;
    }

    .main-header p {
        font-size: 1.9rem;
        max-width: 28rem;
    }

    .main-header .phone {
        right: -2%;
        bottom: -1rem;
        width: min(57%, 30rem);
    }

}

/* Diagonal shapes */

.wrapper {
    position: relative;
}

.shape-1 {
    margin: 0 auto;
    padding: 4rem 0;
    max-width: 760px;
}

@media screen and (min-width: 620px) {

    .shape-1 {
        display: flex;
        align-items: center;
    }
}

.shape-1 div {
    display: block;
    flex: 1;
}

.shape-1 .teaser {
    background-color: var(--color-mark);
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    position: relative;
    padding: 2rem;
}

@media screen and (min-width: 620px) {

    .shape-1 .teaser {
        transform: translateX(-60px);
        width: calc(100% + 60px);
    }
}

.shape-1 .teaser:before {
    content: '';
    padding: 10px;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    background: var(--color-bright);
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.shape-1 h2 {
    position: relative;
    padding: 5rem 3rem;
    margin: 0;
}

.shape-1 p {
    position: relative;
}

.shape-1 img {
    display: none;
}

@media screen and (min-width: 620px) {

    .shape-1 img {
        clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
        display: block;
    }
}

p.rounded-link {
    text-align: center;
    position: absolute;
    transform: translateX(-50%);
    bottom: -2rem;
    left: 50%;
    z-index: 100;
    font-size: 1.3rem;
    min-width: 250px;
}

@media screen and (min-width: 620px) {

    p.rounded-link {
        left: calc(50% - 35px);
        /* should be 30px, this way no line break */
    }
}

.rounded-link a {
    display: inline-block;
    color: var(--color-default);
    text-decoration: none;
    background: var(--color-mark);
    padding: 1rem 2rem;
    border: 10px solid var(--color-bright);
    border-radius: 50px;
    font-weight: 700;
}

/* First block: Intro and features */

.info {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
}

.intro {
    transform: rotate(-5deg);
    display: inline-block;
    margin-left: 1rem;
}

.info h2 {
    margin: 0;
}

h3 {
    font-weight: 400;
}

.intro h3 {
    display: inline-block;
    font-size: 2rem;
    margin: 1rem 0 2.5rem 3.5rem;
}

@media screen and (min-width: 620px) {

    .intro h3 {
        font-size: 2.5rem;
    }
}

@media screen and (min-width: 620px) {

    .info .desc {
        display: flex;
    }

    .info .desc div {
        flex: 0 0 50%;
    }
}

.info p {
    font-size: 1.4rem;
    padding: 2rem 2rem 0;
}

.info h4 {
    background-color: var(--color-mark);
    border-radius: 50px;
    padding: .5rem .5rem .5rem 2rem;
    font-weight: 700;
    font-size: 1.4rem;
    max-width: 180px;
    margin: 0 auto 1.5rem;
}

.info ul {
    list-style: none;
    font-size: 1.4rem;
    margin-left: 1rem;
}

.info li {
    margin-bottom: 1.5rem;
}

.info li::before {
    content: "\2022";
    color: var(--color-mark);
    font-weight: bold;
    display: inline-block;
    width: 1rem;
    margin-left: -1rem;
}

.features {
    margin: 2.5rem auto;
    max-width: 720px;
}

@media screen and (min-width: 620px) {

    .features {
        display: flex;
    }
}

.features div {
    margin: 1rem;
    padding: 0 1rem;
    flex: 0 0 calc(33.333333333% - 4rem);
}

.features div+div {
    margin-top: 2rem;
}

.features div+div+div {
    margin-top: 3rem;
}

/* Pulsating dot */

.ring-container {
    position: absolute;
    top: ´4 .5rem;
    left: -1.5rem;
}

@media screen and (min-width: 620px) {

    .ring-container {
        position: absolute;
        top: ´4 .5rem;
        left: -3rem;
    }
}

.circle {
    width: 30px;
    height: 30px;
    background-color: var(--color-mark);
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 13px;
}

.ringring {
    border: 3px solid var(--color-mark);
    border-radius: 30px;
    height: 35px;
    width: 35px;
    position: absolute;
    left: 10px;
    top: 10px;
    -webkit-animation: pulsate 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.0
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}

/* The Maker */

.shape-2 {
    margin: 5rem auto 0;
}

.shape-2 .teaser {
    max-width: 630px;
    padding: 2rem;
    background-color: var(--color-mark);
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    position: relative;
    margin: 0 auto;
    z-index: 99;
}

.shape-2 .teaser:before {
    content: '';
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    background: var(--color-bright);
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.shape-2 h2 {
    position: relative;
    padding: 5rem 3rem;
    margin: 0;
}

.shape-2 p.rounded-link {
    transform: translateX(-50%);
    left: 50%;
}

.shape-2 img {
    clip-path: polygon(0 0, 100% 10%, 100% 70%, 0 85%);
    margin-top: -20%;
}

.maker {
    margin: 0 auto;
    max-width: 820px;
}

.shape-3 {
    margin: 0 auto;
    display: flex;
}

.shape-3 .pic {
    flex: 0 0 30%;
    margin: 0 2rem 2rem 0;
}

@media screen and (min-width: 720px) {

    .shape-3 .pic {
        flex: 0 0 60%;
        margin: 0 2rem 2rem 1.5rem;
    }
}

.shape-3 p {
    font-size: 1.3rem;
    margin-bottom: 1.5rem;
}

.shape-3 img {
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    height: auto;
}

/* Features list with icons */

.discover {
    margin: 5rem auto;
    max-width: 820px;
}

.discover .intro {
    transform: rotate(5deg);
    margin-left: 2rem;
}

.discover ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    gap: 2rem;
    margin: 2rem 0 10rem;
    padding: 2rem;
}

@media screen and (min-width: 540px) {

    .discover ul {
        display: flex;
    }

    .discover li {
        flex: 0 0 calc(50% - 4rem);
    }
}

@media screen and (min-width: 720px) {

    .discover li {
        flex: 0 0 calc(33.3333333333% - 4rem);
    }
}

.discover li {
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    padding: 7rem 2rem 2rem 2rem;
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0% 100%);
    background-color: var(--color-mark);
    background-repeat: no-repeat;
    background-position: center 2rem;
    background-size: 150px 50px;
}

.discover li.item-1 {
    background-image: url(/assets/images/contest.svg);
}

.discover li.item-2 {
    background-image: url(/assets/images/trophy.svg);
}

.discover li.item-3 {
    background-image: url(/assets/images/discover.svg);
}

.discover li.item-4 {
    background-image: url(/assets/images/compare.svg);
}

.discover li.item-5 {
    background-image: url(/assets/images/price.svg);
}

.discover li.item-6 {
    background-image: url(/assets/images/free.svg);
}

/* Newsletter */

.shape-4 .wrapper {
    position: relative;
}

.shape-4 {
    margin: 5rem auto;
    position: relative;
    width: 100%;
}

.shape-4 .teaser {
    padding: 2rem;
    background-color: var(--color-mark);
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
}

@media screen and (min-width: 720px) {

    .shape-4 .teaser {
        max-width: 530px;
        margin-left: 8rem;
        position: absolute;
        bottom: 6rem;
        left: 0;
        z-index: 99;
    }
}

.shape-4 .teaser:before {
    content: '';
    clip-path: polygon(0 0, 100% 5%, 100% 100%, 0 100%);
    background: var(--color-bright);
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.shape-4 img {
    display: none;
}

@media screen and (min-width: 720px) {

    .shape-4 img {
        clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
        display: block;
    }
}

.shape-4 h2 {
    position: relative;
    padding: 5rem 3rem 1rem 5rem;
    margin: 0;
}

.shape-4 p {
    position: relative;
    color: var(--color-default);
    font-size: 1.3rem;
    padding: 1rem 5rem 1rem;
}

.shape-4 p.rounded-link {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: -3.5rem;
}

@media screen and (min-width: 720px) {

    .shape-4 p.rounded-link {
        left: calc(265px + 8rem);
        bottom: 3rem;
    }
}

.shape-4 .rounded-link a {
    width: 15rem;
}

.shape-4 input#newsletter-email {
    position: relative;
    display: block;
    font-size: 1.3rem;
    text-align: center;
    margin: 0 auto 3rem;
    border: 1px solid var(--color-default);
    border-radius: 25px;
    padding: 1rem;
}

.shape-4 .button {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: -2rem;
    text-align: center;
    transform: translateX(-50%);
    /* DELETE? */
    z-index: 100;
    display: inline-block;
    color: var(--color-default);
    text-decoration: none;
    background: var(--color-mark);
    padding: 1rem 2rem;
    border: 10px solid var(--color-bright);
    border-radius: 50px;
    -webkit-appearance: none;
    font-weight: 700;
    font-size: 1.4rem;
}

@media screen and (min-width: 720px) {

    .shape-4 .button {
        left: calc(265px + 8rem);
        bottom: 4rem;
    }
}

/*  FAQ */

.faq {
    margin: 0 auto;
    max-width: 760px;

}

details[open] summary~* {
    animation: open 0.3s ease-in-out;
}

@keyframes open {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

details summary::-webkit-details-marker {
    display: none;
}

details {
    margin: 1.5rem 0 0 0;
}

details:first-of-type {
    margin: 5rem 0 0 0;
}

details summary {
    width: 100%;
    position: relative;
    cursor: pointer;
    font-size: 1.4rem;
    font-weight: 800;
    list-style: none;
    background: var(--color-mark);
    padding: 1.5rem;
    border-radius: 25px;
}

details summary:after {
    content: url(/assets/images/icon-arrow-down.svg);
    position: absolute;
    height: 20px;
    width: 14px;
    right: 1.5rem;
    top: 1.5rem;
    transform-origin: center;
    transition: 200ms linear;
    font-size: 2rem;
}

details[open] summary:after {
    transform: rotate(180deg);
    font-size: 2rem;
}

details summary {
    outline: 0;
}

details p {
    font-size: 1.4rem;
    margin: 0;
    padding: 1.5rem 1.5rem 0;
}

details a {
    text-decoration: none;
    color: var(--color-default);
    border-bottom: 2px solid var(--color-mark);
}

details a:hover {
    border-bottom: 2px solid var(--color-default);
}

/* Mail link */

.not-found {
    margin: 5rem auto 0;
    padding: 7rem 0;
    text-align: center;
    background: #fff url(/assets/images/letter.svg) no-repeat center top;
    background-size: 120px 60px;
}

.not-found a {
    display: inline-block;
    color: var(--color-default);
    text-decoration: none;
    background: var(--color-mark);
    padding: 1rem 2rem;
    border: 10px solid var(--color-bright);
    border-radius: 50px;
    font-size: 1.3rem;
}

.not-found h3 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1.2;
}

/* App Download */

.shape-5 {
    margin: 7rem auto 0;
    /* padding-bottom: 3rem; */
    position: relative;
    width: 100%;
    text-align: center;
}

.shape-5 .wrapper {
    position: relative;
}

.shape-5 .teaser {
    padding: 3rem;
    background-color: var(--color-mark);
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
}

@media screen and (min-width: 720px) {

    .shape-5 .teaser {
        max-width: 530px;
        margin-left: 8rem;
        position: absolute;
        bottom: 3rem;
        right: 7%;
        z-index: 99;
    }
}

.shape-5 .teaser:before {
    content: '';
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 95%);
    background: var(--color-bright);
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.shape-5 img {
    clip-path: polygon(0 0, 100% 10%, 100% 96%, 0 100%);
}

.shape-5 h2 {
    position: relative;
    padding: 2rem 5rem;
    margin: 0;
}

.shape-5 p {
    position: relative;
    font-size: 1.3rem;
    padding: 1rem 5rem 1rem;
}

.apps {
    display: flex;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
    max-width: 360px;
    gap: 20px;
    padding-bottom: 2rem;
    z-index: 100;
}

.apps div {
    flex: 0 1 50%;
    max-width: 150px;
}

.apps img {
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%);
}

/* Prefooter */

.prefooter {
    clip-path: polygon(0 4%, 100% 0, 100% 100%, 0 95%);
    background-color: var(--color-mark);
    margin-top: 2.5rem;
}

@media screen and (min-width: 720px) {

    .prefooter {
        margin: -2.5rem 0 0;
    }
}

.prefooter nav {
    display: flex;
    margin: 0 auto;
    max-width: 960px;
    padding: 5rem 2rem;
    flex-wrap: wrap;
}

.prefooter nav div {
    flex: 0 0 calc(50% - 4rem);
    margin: 1rem;
}

@media screen and (min-width: 620px) {

    .prefooter nav div {
        flex: 0 1 calc(25% - 4rem);
    }
}

.prefooter ul {
    font-size: 1.3rem;
    line-height: 2
}

.prefooter nav .social,
.prefooter nav .foerderung-logos {
    margin-left: 0;
}

@media screen and (min-width: 620px) {

    .prefooter nav div {
        margin-left: auto;
    }
}

.prefooter nav .social,
.prefooter nav .foerderung-logos {
    display: flex;
    justify-content: start;
}

@media screen and (min-width: 620px) {

    .prefooter nav .social,
    .prefooter nav .foerderung-logos {
        justify-content: end;
    }
}

.prefooter img {
    width: 35px;
    margin: 0 1rem 0 0;
}

.prefooter .foerderung-logos img {
    margin: 2rem 1rem 0 0;
    height: 60px;
    width: auto;
}

.prefooter .foerderung-logos li:nth-of-type(2) {
    padding-left: 15px;
}

@media screen and (min-width: 620px) {
    .prefooter img {
        margin-left: auto;
    }

    .prefooter .foerderung-logos img {
        height: 100px;
    }
}

.prefooter a {
    color: var(--color-default);
    text-decoration: none;
}

.prefooter h3 {
    font-size: 2rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--color-bright);
}

/* Actual footer */

footer {
    background-color: var(--color-default);
    color: var(--color-bright);
    clip-path: polygon(0 0%, 100% 5%, 100% 100%, 0 100%);
    margin: -2.7rem auto 0;
    width: 100%;
}

footer div {
    margin: 0 auto;
    padding: 5rem 3rem;
    max-width: 960px;
}

footer h2 {
    color: var(--color-mark);
    font-size: 2rem;
    margin-bottom: 1rem;
}

footer p {
    font-size: 1.3rem;
    margin: 3rem 5rem;
}

footer img {
    width: 160px;
}

p.copyright {
    border-top: 2px solid var(--color-mark);
    margin-top: 1rem;
    padding-top: 1rem;
}

/* Static pages */

.static header {
    background-color: var(--color-default);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.static .prefooter {
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 95%);
}

.static h3,
.static h4 {
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.3;
    margin-bottom: 2.5rem;
}

.static h4 {
    font-size: 2rem;
}

.static .prefooter h3 {
    font-size: 2rem;
}

.static p,
.static ul,
.static ol {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
}

.static ol {
    padding-left: 2rem;
}

.static a {
    text-decoration: none;
    color: var(--color-default);
    border-bottom: 2px solid var(--color-mark);
}

.static a:hover {
    border-bottom: 2px solid var(--color-default);
}

.static-content {
    padding: 5rem 7%;
    max-width: 600px;
}

/* Positioning animation */

.align-right {
    margin: 0 10% 2rem 2rem;
    float: right;
    transform: rotate(-10deg);
}

.align-left {
    margin: 0 0 0 12%;
    padding-top: 3rem;
    transform: rotate(15deg);
    max-width: 190px;
}

@media screen and (min-width: 620px) {

    .align-left {
        padding: 0;
        margin: -10rem 0 0 20%;
    }
}

.align-center {
    margin: 2rem auto;
    transform: rotate(5deg);
    display: block;
}


/* Kurvenheld einen Monat Werbefreiheit Popup	*/

.modal {
    display: flow;
    position: fixed;
    z-index: 101;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(100, 100, 100, 0.7);
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 5%;
    width: 90%;
    max-width: 1100px;
    border-radius: 2rem;
    z-index: 99;
    border: 1px solid var(--color-mark);

}

.modal-content h2 {
    margin-bottom: 1rem;
    margin-top: 3rem;
}

.container {
    display: grid;
    background: white;
    margin: 2rem auto;
    max-width: 720px;
    grid-template-columns: repeat(1, 1fr);

}

@media screen and (min-width: 620px) {

    .modal-content h2 {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .container {
        display: grid;
        background: white;
        margin: 2rem auto;
        max-width: 720px;
        grid-template-columns: repeat(2, 1fr);
    }
}

.modal-div {
    border: 1px solid lightgray;
    border-radius: 1rem;
    margin: 1rem;
    padding: 2rem;
}

.modal-div p {
    font-size: 1.3rem;
    text-align: left;
}

.image-container {
    height: 6rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    align-content: space-evenly;
    margin-left: 5rem;
    margin-right: 5rem;
    margin-bottom: -1rem;
}

.image-container img {
    height: 6rem;
    margin-top: -2rem;

}

/* The Close Button */
.close {
    color: #999;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}


.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.top-bar {
    width: 100%;
    background-color: var(--color-mark);
    z-index: 102;
    padding: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 3rem;
    position: relative;
    font-size: 1.4rem;
}

.top-bar .close-button {
    background: none;
    border: none;
    color: var(--color-default);
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
}

.badge {
    background-color: var(--color-default);
    color: var(--color-bright);
    font-weight: 700;
    padding: 0.5rem 1rem;
    border-radius: 55px;
    margin-right: 1rem;
}

.features-section {
    width: 100%;
    padding: 60px 40px;
}

.features-title {
    display: block;
    text-align: center;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 60px;
    letter-spacing: 1px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.feature-card {
    text-align: center;
    padding: 0 25px;
    position: relative;
}

.feature-card:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 1px;
    height: 100%;
    background: #ddd;
}

.feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffb300;
}

.feature-icon svg {
    width: 60px;
    height: 60px;
    stroke: currentColor;
}

.feature-heading {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.feature-text {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

@media (max-width: 1000px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 30px;
    }

    .feature-card:nth-child(2)::after {
        display: none;
    }
}

@media (max-width: 600px) {
    .features-section {
        padding: 50px 25px;
    }

    .features-title {
        font-size: 30px;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .feature-card::after {
        display: none;
    }
}

.store-buttons {
    display: flex;
    gap: 20px;
    flex-direction: row;
}

.store-btn {

    display: flex;
    align-items: center;
    gap: 7px;

    padding: 3px 5px;

    background: #fff;
    border: 2px solid #d8d8d8;
    border-radius: 10px;

    text-decoration: none;
    color: #000;

    transition: all 0.2s ease;
}

.store-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.store-icon {
    flex-shrink: 0;
}

.store-content {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
}

.store-small {
    font-size: 12px;
    color: #444;
    font-weight: 600;
}

.store-big {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -1px;
}

.google-play .store-big {
    font-size: 18;
}

/* @media (max-width: 600px) {
    .store-buttons {
        flex-direction: column;
    }

    .store-btn {
        width: 100%;
        max-width: 320px;
    }
} */

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width: 1180px) {
    header {
        position: relative;
        align-items: center;
    }

    .header-row {
        justify-content: flex-end;
        width: 100%;
    }

    .menu-toggle {
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 44px;
        height: 44px;
        border: 0;
        background: transparent;
        cursor: pointer;
        padding: 0;
        flex-shrink: 0;
    }

    .menu-toggle span {
        display: block;
        width: 24px;
        height: 2px;
        margin: 0 auto;
        background: var(--color-default);
        border-radius: 999px;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }

    .desktop-navigation {
        display: none !important;
    }

    .mobile-navigation {
        position: fixed;
        top: 0;
        right: 0;
        width: min(82vw, 340px);
        height: 100vh;
        padding: 7rem 2rem 2rem;
        background: var(--color-bright);
        box-shadow: -18px 0 40px rgba(0, 0, 0, 0.18);
        transform: translateX(100%);
        transition: transform 0.3s ease;
        z-index: 1900;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 2.5rem;
    }

    body.nav-open .mobile-navigation {
        transform: translateX(0);
    }

    .mobile-navigation ul {
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 1.6rem;
    }

    .mobile-navigation .store-buttons {
        width: 100%;
        flex-direction: column;
        gap: 1rem;
        margin-top: 0.5rem;
    }

    .mobile-navigation .store-btn {
        width: 100%;
        max-width: 100%;
    }

    .nav-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 1rem;
        right: 1rem;
        width: 4rem;
        height: 4rem;
        border: 0;
        border-radius: 999px;
        background: #f3f3f3;
        color: var(--color-default);
        font-size: 2.8rem;
        line-height: 1;
        cursor: pointer;
    }

    .nav-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 1800;
    }

    body.nav-open .nav-backdrop {
        opacity: 1;
        pointer-events: auto;
    }

    body.nav-open {
        overflow: hidden;
    }

    .mobile-navigation ul li a {
        font-size: 1.7rem;
        text-decoration: none;
        color: var(--color-default);
        font-weight: 700;
    }
}

.hero-image {
    width: 100%;
    height: 60vh;
    min-height: 48rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
}

.hero-image .hero-text {
    padding: 6rem;
    align-self: stretch;
    display: flex;
    flex-direction: column;
}

.hero-image .hero-text>span {
    display: block;
    font-size: 1.8rem;
    color: var(--color-mark);
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-image .hero-text p {
    display: block;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.hero-image .hero-text h1 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 5rem;
}

.hero-image .hero-bg {
    height: 100%;
    object-fit: cover;
    position: relative;
    overflow: hidden;
}

.hero-image .hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-image .hero-phone {
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 100%;
    padding: 1.5rem 0;
    flex: 0 0 auto;
}

.hero-image .hero-phone img {
    height: 100%;
    max-height: 100%;
    width: auto;
    max-width: min(100%, 36rem);
    object-fit: contain;
}

.hero-image .hero-bg .wave {
    position: absolute;
    bottom: -1px;
    width: 101%;
    object-fit: cover;
}


.hero-image .hero-bg .wave-top {
    position: absolute;
    top: -3px;
    width: 101%;
    object-fit: cover;
    transform: rotate(-180deg) scaleX(-1);
}


.new-features {
    margin-top: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    align-self: stretch;
}

.new-feature-item {
    display:flex;
    flex-direction: row;
    align-items: center;
}

.new-feature-item svg {
    width: 3.0rem;
    height: 3.0rem;
    margin-right: 1rem;
    fill: var(--color-default);
}

.new-feature-item span {
    display: block;
    font-size: 1.4rem;
    color: var(--color-default) !important;
    font-weight: bold;
}

@media (max-width: 980px) {
    .hero-image {
        height: auto;
        min-height: 0;
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        column-gap: 1.6rem;
        row-gap: 1.8rem;
        padding: 2.4rem 1.6rem;
        align-items: start;
        justify-content: normal;
    }

    .hero-image .hero-bg {
        display: none;
    }

    .hero-image .hero-text {
        padding: 0;
        align-self: start;
        min-width: 0;
    }

    .hero-image .hero-text > span {
        font-size: 1.6rem;
        margin-bottom: 0.8rem;
    }

    .hero-image .hero-text h1 {
        font-size: clamp(2.8rem, 6.2vw, 4.4rem);
        line-height: 1.08;
    }

    .hero-image .hero-text p {
        font-size: 1.8rem;
        margin-bottom: 0;
    }

    .hero-image .hero-phone {
        align-self: start;
        padding: 0;
        max-height: none;
    }

    .hero-image .hero-phone img {
        width: min(33vw, 22rem);
        height: auto;
        max-width: 100%;
    }

    .hero-image .hero-phone .tracker-badge {
        width: clamp(8.5rem, 12vw, 11rem);
        transform: translate(65%, -12%) rotate(-7deg);
    }

    .new-features {
        width: 100%;
        margin-top: 1.8rem;
        grid-column: 1 / -1;
        gap: 1.8rem;
        flex-wrap: wrap;
    }

    .new-feature-item {
        flex: 1 1 30%;
        min-width: 15rem;
    }
}

@media (max-width: 620px) {
    .hero-image {
        grid-template-columns: minmax(0, 1fr) auto;
        column-gap: 1rem;
    }

    .hero-image .hero-text h1 {
        font-size: clamp(2.3rem, 8vw, 3.4rem);
    }

    .hero-image .hero-text p {
        font-size: 1.6rem;
    }

    .hero-image .hero-phone img {
        width: min(36vw, 17rem);
    }

    .hero-image .hero-phone .tracker-badge {
        width: clamp(7.2rem, 23vw, 9.2rem);
    }

    .new-features {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.2rem;
    }

    .new-feature-item {
        width: 100%;
        min-width: 0;
    }
}

.how-it-works {
    max-width: 960px;
    margin: 0 auto;
    padding: 6rem 2.4rem;
    font-family: var(--font-main);
    color: var(--color-default);
}

.how-it-works__header {
    max-width: 760px;
    text-align: center;
    margin: 0 auto;
}

.how-it-works h2 {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}

.how-it-works h3 {
    margin-top: 1.8rem;
    font-size: 2rem;
    font-weight: 700;
    color: var(--color-mark);
    text-transform: uppercase;
}

.how-it-works__header p {
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #333;
}

/* Steps */
.steps {
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    margin-top: 5rem;
    position: relative;
}

.step {
    flex: 1;
    text-align: center;
    position: relative;
}

/* Horizontal dotted line desktop */
.step:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 3.5rem;
    left: calc(50% + 4.8rem);
    width: calc(100% - 20px);
    border-top: 0.3rem dotted #cfcfcf;
}

/* Icon */
.step__icon {
    width: 7rem;
    height: 7rem;
    margin: 0 auto;
    border: 0.2rem solid #d9d9d9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    background: white;
    position: relative;
    z-index: 2;
}

.step__icon svg {
    width: 3.5rem;
    height: 3.5rem;
    fill: #a1a1a1;
}

/* Yellow number */
.step__number {
    width: 3rem;
    height: 3rem;
    margin: 1.6rem auto 0;
    border-radius: 50%;
    background: var(--color-mark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.4rem;
}

.step h4 {
    margin-top: 2rem;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
}

.step p {
    margin-top: 1.6rem;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #444;
}

@media screen and (min-width: 620px) {
    .how-it-works h2 {
        font-size: 3.5rem;
    }

    .how-it-works h3 {
        font-size: 2.5rem;
    }
}

/* MOBILE */
@media (max-width: 900px) {
    .how-it-works {
        padding: 5rem 2rem;
    }

    .how-it-works h2 {
        font-size: 2.5rem;
    }

    .how-it-works h3 {
        font-size: 2rem;
    }

    .how-it-works__header p {
        font-size: 1.4rem;
    }

    .steps {
        flex-direction: column;
        align-items: center;
        gap: 5.5rem;
        margin-top: 4rem;
    }

    .step {
        max-width: 420px;
    }

    /* Vertical dotted line mobile */
    .step:not(:last-child)::after {
        top: calc(100% + 1.8rem);
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 4rem;
        border-top: none;
        border-left: 0.3rem dotted #cfcfcf;
    }

    .step h4 {
        font-size: 1.8rem;
    }

    .step p {
        font-size: 1.4rem;
    }
}

@media (min-width: 1920px) {
    .hero-text {
        padding-left: 15% !important;
    }

    header {
        padding: 2rem 7% !important;
    }
}

@media (min-width: 2400px) {
    .hero-text {
        padding-left: 25% !important;
    }

    header {
        padding: 2rem 15% !important;
    }
}

.grecaptcha-badge{
    visibility: hidden;
}

/* Silktide Consent Manager im Kurvenheld-Look */
#stcm-wrapper {
    --fontFamily: var(--font-main);
    --primaryColor: var(--color-mark);
    --backgroundColor: var(--color-default);
    --textColor: var(--color-bright);
    --backdropBackgroundColor: rgb(from var(--color-default) r g b / 60%);
    --backdropBackgroundBlur: 2px;
    --iconColor: var(--color-default);
    --iconBackgroundColor: var(--color-mark);
}

#stcm-wrapper #stcm-icon {
    bottom: 20px;
    left: 20px;
    right: auto;
    border: 1px solid var(--color-mark);
    transform: scale(0.7);
    transform-origin: bottom left;
}

#stcm-wrapper #stcm-icon:hover,
#stcm-wrapper #stcm-icon:focus-visible {
    transform: scale(0.77);
}

#stcm-wrapper .stcm-credit-link {
    display: none;
}

#stcm-modal header{
    background: var(--color-default);
}

#stcm-modal h1{
    color: var(--color-bright);
}
