h3 {
    font-size: 38px;
    margin: unset;
}

section.content .large-intro .items {
    position: relative;
    margin: auto;
    max-width: 1600px;
}

section.content .large-intro .items img {
    max-width: 100%;
}

section.content .large-intro .items div.appstore-buttons,
section.content .large-intro .items div.header-wrapper {
    position: absolute;
}

section.content .large-intro .items div.header-wrapper {
    top: 60px;
    left: 60px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

section.content .large-intro .items div.header-wrapper h1 {
    font-size: 56px;
}

section.content .large-intro .items div.appstore-buttons {
    right: 28px;
    top: 49%;
    flex-direction: column;
}

section.content .portal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

section.content .product-screen .header-icons-wrapper {
    gap: 50px;
}

section.content .product-screen .header-icons-wrapper,
section.content .product-screen .header-icons-wrapper .icon-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

section.content .product-screen .header-icons-wrapper .icon-wrapper {
    gap: 20px;
}

section.content .product-screen .header-icons-wrapper .icon-wrapper svg {
    width: 50px;
    height: 50px;
    border-radius: 60px;
    padding: 10px;
}

section.content .phone-screens .phone-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

section.content .phone-screens .phone-container .phone-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 90%;
    height: 380px;
    margin: auto;
    transition: all 0.3s ease;
}

section.content .phone-screens .phone-container .phone-row .phones-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}

section.content .phone-screens .phone-container .phone-row .phones-wrapper.top {
    justify-content: flex-end;
}

section.content .phone-screens .phone-container .phone-row .phones-wrapper.bottom {
    justify-content: flex-start;
}

section.content .phone-screens .phone-container .phone {
    position: relative;
    flex-shrink: 0;
    cursor: pointer;
    transition: margin 0.35s ease, transform 0.35s ease;
}

section.content .phone-screens .phone-container .static-phone {
    position: relative;
    flex-shrink: 0;
    height: 100%;
    width: auto;
}

section.content .phone-screens .phone-container .phone img {
    height: auto;
    width: 188px;
    z-index: 2;
    position: relative;
    transition: transform 0.35s ease;
}

section.content .phone-screens .phone-container .static-phone img {
    height: 100%;
    width: auto;
}

section.content .phone-screens .phone-container .phones-wrapper .info-panel {
    position: absolute;
    top: 2px;
    width: 186px;
    height: 339px;
    background: white;
    padding: 20px;
    box-shadow: var(--gps-box-shadow);
    opacity: 0;
    transition: all 0.35s ease;
    pointer-events: none;
}

section.content .phone-screens .phone-container .phones-wrapper .info-panel .panel-text h3 {
    font-size: 18px;
}

section.content .phone-screens .phone-container .phones-wrapper .info-panel .panel-text p {
    font-size: 14px;
}

section.content .phone-screens .phone-container .phones-wrapper.top .info-panel {
    left: 0;
    border-top-left-radius: 33px;
    border-bottom-left-radius: 33px;
}

section.content .phone-screens .phone-container .phones-wrapper.bottom .info-panel {
    right: 0;
    border-top-right-radius: 33px;
    border-bottom-right-radius: 33px;
}

section.content .phone-screens .phone-container .phones-wrapper .info-panel .panel-text {
    position: absolute;
    width: 85%;
    height: 100%;
    top: 0;
}

section.content .phone-screens .phone-container .phones-wrapper .info-panel .panel-text.left {
    left: 0;
}

section.content .phone-screens .phone-container .phones-wrapper .info-panel .panel-text.left .panel-padding {
    padding: 15px 10px 0 15px;
}

section.content .phone-screens .phone-container .phones-wrapper .info-panel .panel-text.right {
    right: 0;
}

section.content .phone-screens .phone-container .phones-wrapper .info-panel .panel-text.right .panel-padding {
    padding: 15px 15px 0 10px;
}

section.content .phone-screens .phone-container .phones-wrapper.top .phone.interactive:hover .info-panel {
    opacity: 1;
    transform: translateX(-188px);
}

section.content .phone-screens .phone-container .phones-wrapper.bottom .phone.interactive:hover .info-panel {
    opacity: 1;
    transform: translateX(188px);
}

section.content .phone-screens .phone-container .phones-wrapper.top .phone.interactive:hover {
    margin-left: 200px;
}

section.content .phone-screens .phone-container .phones-wrapper.bottom .phone.interactive:hover {
    margin-right: 200px;
}

section.content .function-list .items {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

section.content .function-list .items div.wrapper {
    display: flex;
    flex-direction: row;
}

section.content .function-list .items div.wrapper .function-list-wrapper {
    width: 50%;
}

section.content .function-list .items div.wrapper .function-list-wrapper p {
    font-size: 24px;
    font-weight: bolder;
}

section.content .function-list .items div.wrapper .function-list-wrapper ul {
    padding-inline-start: 0;
}

section.content .function-list .items div.wrapper .function-list-wrapper ul li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

/* 
section.content .function-list .items div.wrapper .function-list-wrapper ul li span.checkmark {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: transparent url(../images/decoration/check-mark_2025.png) no-repeat 100%;
    background-size: contain;
    margin-right: 15px;
}
*/

section.content .telematics h3 {
    margin-bottom: 50px;
}

section.content .telematics .telematics-grid {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

section.content .telematics .telematics-grid .telematics-upper,
section.content .telematics .telematics-grid .telematics-lower {
    display: flex;
    flex-direction: row;
    width: 50%;
    gap: 20px;
}

section.content .telematics .telematics-grid .telematics-item {
    color: var(--gps-font-color);
    width: 50%;
    aspect-ratio: 1/1;
}

section.content .telematics .telematics-grid .telematics-item .flip-card-front {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

section.content .telematics .telematics-grid .telematics-item .flip-card-back {
    font-size: 19px;
    /* text-shadow: var(--gps-text-shadow); */
}

section.content .telematics .telematics-grid .telematics-item .flip-card-front .items {
    position: absolute;
    bottom: 0;
    padding: 20px;
}

section.content .telematics .telematics-grid .telematics-item .flip-card-front .items h4 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 26px;
}

section.content .telematics .telematics-grid .telematics-item .flip-card-back .items {
    text-align: left;
    padding: 20px;
    height: 68%;
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

section.content .telematics .telematics-grid .telematics-item .flip-card-back .items h4 {
    margin-bottom: 10px;
}

section.content .telematics .telematics-grid .telematics-item .flip-card-front .items p,
section.content .telematics .telematics-grid .telematics-item .flip-card-back .items p {
    margin: unset;
}

/* rgb(244, 206, 63); */

section.content .telematics .telematics-grid .telematics-item .flip-card-front.a {
    background: transparent url(../images/poster/functions/functions/Funktion_Ortung.png) no-repeat 50% 50%;
    background-size: contain;
}

section.content .telematics .telematics-grid .telematics-item .flip-card-back.a {
    background: transparent url(../images/poster/functions/functions/Funktion_Ortung_BG.png) no-repeat 50% 50%;
    background-size: contain;
    background-color: white;
}

section.content .telematics .telematics-grid .telematics-item .flip-card-front.b {
    background: transparent url(../images/poster/functions/functions/Funktion-Standort-teilen.png) no-repeat 50% 50%;
    background-size: contain;
}

section.content .telematics .telematics-grid .telematics-item .flip-card-back.b {
    background: transparent url(../images/poster/functions/functions/Funktion-Standort-teilen_BG.png) no-repeat 50% 50%;
    background-size: contain;
    background-color: white;
}

section.content .telematics .telematics-grid .telematics-item .flip-card-front.c {
    background: transparent url(../images/poster/functions/functions/Funktion-Geozone.png) no-repeat 50% 50%;
    background-size: contain;
}

section.content .telematics .telematics-grid .telematics-item .flip-card-back.c {
    background: transparent url(../images/poster/functions/functions/Funktion-Geozone_BG.png) no-repeat 50% 50%;
    background-size: contain;
    background-color: white;
}

section.content .telematics .telematics-grid .telematics-item .flip-card-front.d {
    background: transparent url(../images/poster/functions/functions/Funktion-Arlam.png) no-repeat 50% 50%;
    background-size: contain;
}

section.content .telematics .telematics-grid .telematics-item .flip-card-back.d {
    background: transparent url(../images/poster/functions/functions/Funktion-Arlam_BG.png) no-repeat 50% 50%;
    background-size: contain;
    background-color: white;
}

section.content .obd-hardware .flex-wrapper-obd-hardware {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}

section.content .obd-hardware .flex-wrapper-obd-hardware .list-wrapper {
    width: 60%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

section.content .obd-hardware .flex-wrapper-obd-hardware .list-wrapper .items {
    width: 50%;
}

section.content .obd-hardware .flex-wrapper-obd-hardware img {
    width: 40%;
}

section.content .obd-hardware .flex-wrapper-obd-hardware div ul {
    list-style: none;
}

section.content .obd-hardware .flex-wrapper-obd-hardware div ul li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

section.content .obd-hardware .flex-wrapper-obd-hardware div ul li div {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bolder;
    width: 25px;
    height: 25px;
    border: 2px solid var(--gps-orange);
    border-radius: 60%;
}

section.content .extension {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    position: relative;
}

section.content .extension img {
    max-width: 30%;
}

section.content .extension a {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

section.content .trust {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100px;
}

section.content .trust .trust-elem {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    text-align: center;
    height: 100%;
    width: 13%;
    /* background-color: var(--gps-orange); */
    border-radius: 20px;
    border: 3px solid var(--gps-orange);
    /* color: white; */
    font-weight: bolder;
    font-size: larger;
}

@media (min-width: 2560px) {}

@media (max-width: 1800px) {
    section.content .phone-screens .phone-container .static-phone {
        display: none;
    }

    section.content .phone-screens .phone-container .phone-row {
        width: 63%;
    }
}

@media (max-width: 1200px) {
    section.content .large-intro .items {
        display: flex;
        flex-direction: column;
    }

    section.content .large-intro .items div.header-wrapper {
        position: unset;
    }

    section.content .large-intro .items div.appstore-buttons {
        top: 76%;
    }
}

@media (max-width: 1000px) {
    section.content .obd-hardware .flex-wrapper-obd-hardware {
        flex-direction: column-reverse;
    }

    section.content .obd-hardware .flex-wrapper-obd-hardware .list-wrapper {
        width: 90%;
    }

    section.content .obd-hardware .flex-wrapper-obd-hardware img {
        width: 90%;
    }

    .flip-card-front {
        text-shadow: var(--gps-text-shadow);
    }
}

@media (max-width: 900px) {
    section.content .phone-screens .phone-container {
        gap: 30px;
    }

    section.content .phone-screens .phone-container .phone-row {
        flex-direction: column;
        height: fit-content;
        justify-content: unset;
        width: 100%;
        pointer-events: none
    }

    section.content .phone-screens .phone-container .phone-row .phones-wrapper {
        flex-direction: column;
        gap: 30px;
    }

    section.content .phone-screens .phone-container .phones-wrapper.top .phone.interactive .info-panel {
        opacity: 1;
        transform: translateX(-188px);
    }

    section.content .phone-screens .phone-container .phones-wrapper.bottom .phone.interactive .info-panel {
        opacity: 1;
        transform: translateX(188px);
    }

    section.content .phone-screens .phone-container .phones-wrapper .phone.interactive {
        margin: auto;
    }

    section.content .phone-screens .phone-container .phones-wrapper .info-panel .panel-text .panel-padding h3 {
        font-size: 18px !important;
    }

    section.content .trust {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        height: unset;
    }

    section.content .trust .trust-elem {
        width: 97%;
        padding: unset;
    }
}

@media (max-width: 777px) {
    h1 {
        margin: unset;
        font-size: 38px !important;
    }

    h2 {
        font-size: 32px !important;
        margin: unset;
    }

    h3 {
        font-size: 22px !important;
    }

    h3.headline {
        font-size: 20px !important;
        font-style: italic;
    }

    h4 {
        font-size: 18px !important;
        margin: unset;
    }

    section.content .large-intro .items div.header-wrapper {
        margin: auto;
    }

    section.content .large-intro .items div.header-wrapper a {
        width: 87%;
    }

    section.content .large-intro .items div.appstore-buttons {
        position: unset;
        margin-top: 30px;
    }

    section.content .phone-screens .phone-container .phones-wrapper.top .phone.interactive {
        margin-left: 50%;
    }

    section.content .phone-screens .phone-container .phones-wrapper.bottom .phone.interactive {
        margin-right: 50%;
    }

    section.content .obd-hardware .flex-wrapper-obd-hardware .list-wrapper {
        flex-direction: column;
    }

    section.content .obd-hardware .flex-wrapper-obd-hardware .list-wrapper .items {
        width: 100%;
    }

    section.content .function-list .items div.wrapper {
        flex-direction: column;
    }

    section.content .function-list .items div.wrapper .function-list-wrapper {
        width: 100%;
    }

    section.content .extension {
        flex-direction: column;
    }

    section.content .extension img {
        max-width: 66%;
        margin: auto;
    }

    section.content .extension a {
        position: unset;
    }
}