/* @font-face {
    font-family: "Roboto Mono";
    src: url("../fonts/Roboto_Mono/static/RobotoMono-Regular.ttf") format("truetype");
} */

:root {
    --gps-orange: rgba(239, 125, 0, 1);
    --gps-blue: rgba(136, 188, 231, 1);
    --gps-green: rgba(173, 194, 76, 1);
    --gps-font-color: rgba(0, 0, 0, 0.80);
    --gps-font-family: "Frankling Gohtic Book", Arial;
}

body {
    all: unset;
    color: var(--gps-font-color);
    font-family: var(--gps-font-family);
    font-size: 18px;
}

a {
    color: var(--gps-green);
}

.preload-screen {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 2;
    background-color: rgb(66, 66, 66);
    will-change: opacity;
    transition: opacity 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.preload-screen.hidden {
    opacity: 0;
    pointer-events: none;
}

.subject-wrapper {
    position: relative;
}

.subject-wrapper div {
    position: absolute;
    background-color: var(--gps-orange);
    padding: 30px;
    top: 10px;
    left: -120px;
    color: white;
    font-size: 27px;
    font-weight: 700;
    transform: rotate(-20deg);
}

a.contact-link {
    text-decoration: none;
    border: none;
    border-radius: 20px;
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    color: white;
    font-size: 18px;
}

a.contact-link.orange {
    background-color: var(--gps-orange);
}

a.contact-link.blue {
    background-color: var(--gps-blue);
}

button.scroll-down-btn {
    width: 100px;
    height: 100px;
    text-decoration: none;
    background: var(--gps-orange);
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
}

.sticky-header-svg {
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    z-index: 3;
}

.responsive-bg {
    width: 100%;
    height: 100vh;
    background-color: var(--gps-green);
    background-image: url("../images/header/Frühjahrsaktion_2025.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 100px;
    margin-bottom: 100px;
}

.responsive-bg h1 {
    background-color: var(--gps-green);
    color: white;
    padding: 50px 50px 50px 50px;
    font-size: 80px;
    font-weight: 600;
}

.responsive-bg h2 {
    background-color: rgba(0, 0, 0, 0.60);
    color: white;
    padding: 50px 50px 50px 50px;
}

.content {
    margin: auto;
    width: 62%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 80px;
    margin-bottom: 100px;
}

.left-icon-svg {
    min-width: 100px;
    max-width: 100px;
    padding-right: 20px;
}

.teaser-wrapper {
    display: flex;
    gap: 20px;
    flex-direction: row;
}

.teaser-wrapper img {
    max-width: 500px;
    max-height: 319px;
}

.custom-list {
    list-style-type: none;
}

.custom-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.custom-list li svg {
    min-width: 30px;
    width: 30px;
    margin-right: 10px;
}

.custom-list {
    padding-inline-start: 0;
}

.wordmark-with-explorer {
    margin-top: 20px;
}

.teaser-image-wrapper svg {
    position: absolute;
    margin: auto;
}

.notification-header {
    color: rgba(0, 0, 0, 0.65);
}

.wordmark-with-explorer .wordmark {
    max-width: 70%;
    padding: 0 5px 0 20px;
}

.wordmark-with-explorer .plus-explorer {
    padding: 0 0 20px 20px;
    font-size: 24px;
}

.pakage-small-wrapper .pakages {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.pakage-small {
    width: 510px;
    border: 5px solid var(--gps-blue);
    position: relative;
}

.pakage-small-bottom-box div,
.pakage-large-bottom-box div {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: baseline;
}

.pakage-large {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: 5px solid var(--gps-orange);
}

.pakage-top-label {
    width: fit-content;
    color: white;
    font-weight: 1000;
    font-size: larger;
    float: right;
    padding: 3px 9px 3px 9px;
}

.label-blue {
    background-color: var(--gps-blue);
}

.label-orange {
    background-color: var(--gps-orange);
}

.pakage-list {
    display: flex;
    flex-direction: column;
    padding: 10px 0 0 20px;
    gap: 10px;
    width: 94%;
    margin-bottom: 20px;
}

.pakage-list div {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 42px;
    gap: 10px;
}

.pakage-list svg {
    min-width: 30px;
    min-height: 30px;
}

.pakage-small-bottom-box {
    color: white;
    background-color: var(--gps-blue);
    font-size: 34px;
    font-weight: 600;
    padding: 10px 10px 10px 20px;
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pakage-small-bottom-box .mwst-info {
    font-size: 12px;
    font-weight: normal;
}

.pakage-large-left {
    max-width: 50%;
}

.pakage-large-right {
    max-width: 50%;
}

.pakage-large-left .combination-text {
    font-size: 26px;
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.pakage-large-right .wordmark {
    margin-top: 20px;
}

.pakage-large-right .pakage-large-bottom-box {
    color: white;
    background-color: var(--gps-orange);
    font-size: 34px;
    font-weight: 600;
    padding: 10px 10px 10px 20px;
    width: -moz-available;
    bottom: 0;
    float: right;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pakage-small-product {
    width: 100%;
}

.pakage-info-text {
    font-size: 14px;
}

.pakage-large-product {
    width: 100%;
    padding-top: 20px;
    max-width: 600px;
}

.pakage-large-bottom-box .mwst-info {
    font-size: 12px;
    font-weight: normal;
}

.pakage-large-icon-label-row {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-left: 10px;
}

.pakage-large-icon-label-row p {
    width: 110px;
    height: 110px;
    text-align: center;
    font-size: 14px;
}

.how-it-works-wrapper {
    margin-bottom: 150px;
}

.how-it-works-contact {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.contact-additions {
    margin-bottom: 150px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.features-grid img {
    max-width: 100px;
    max-height: 100px;
}

.footer {
    background-color: var(--gps-green);
    color: white;
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.icon-text {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.icon-text svg {
    width: 16px;
    height: 16px;
    padding-right: 5px;
}

.footer a {
    color: white;
}

.compatible-mark {
    background-color: var(--gps-blue);
    color: white;
    font-weight: 600;
    padding: 2px 6px 2px 6px;
}

@media (max-width: 1600px) {
    header.responsive-bg {
        gap: 15px;
    }

    .pakage-small-bottom-box div,
    .pakage-large-bottom-box div {
        flex-direction: column;
        gap: 0;
        margin-right: 10px;
    }

    a.contact-link {
        padding: 18px 15px;
    }

    .pakage-large-right .pakage-large-bottom-box,
    .pakage-small-bottom-box {
        padding: 10px;
        width: 100%;
    }

    .pakage-small .wordmark-with-explorer {
        margin-top: 0;
    }

    .pakage-large-wrapper .pakage-large {
        flex-direction: column;
    }

    .pakage-large-left .pakage-large-mobile-tag {
        display: block !important;
    }

    .pakage-large-right .pakage-top-label {
        display: none !important;
    }

    .pakage-large .wordmark {
        margin-top: 10px;
        max-width: 100%;
    }

    .pakage-large-left,
    .pakage-large-right {
        width: 100%;
        max-width: unset;
    }

    .pakage-large-product {
        max-width: none;
    }

    .pakage-large-left .combination-text {
        display: none;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1100px) {
    .responsive-bg h1 {
        padding: 25px 10px 25px 10px;
        font-size: 38px;
        font-weight: 600;
    }

    .responsive-bg h2 {
        padding: 25px 10px 25px 10px;
    }

    .sticky-header-svg {
        width: 100px;
    }

    .content {
        width: 94%;
        gap: 50px;
    }

    .teaser-wrapper {
        flex-direction: column;
        gap: 0;
    }

    .left-icon-svg {
        min-width: 75px;
        max-width: 75px;
        padding-right: 0;
    }

    .pakage-small-wrapper .pakages {
        flex-direction: column;
        gap: 50px
    }

    .pakage-small-wrapper .pakages .pakage-small {
        width: 100%;
        min-width: 0;
        min-height: 0;
    }

    .how-it-works-contact {
        flex-direction: column;
        gap: 10px;
    }

    .footer {
        flex-direction: column;
        height: fit-content;
        gap: 10px;
        padding: 15px 0 15px 0;
    }

    .subject-wrapper div {
        position: absolute;
        background-color: var(--gps-orange);
        padding: 30px;
        top: -40px;
        left: -48px;
        color: white;
        font-size: 27px;
        font-weight: 700;
        transform: scale(0.75);
    }
}

@media (max-width: 440px) {}