#bg-video {
    object-fit: cover;
    opacity: 1;
    width: 100vw;
    height: 100vh;
}

section.header .video-overlay {
    width: 100vw;
    height: 100vh;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
}

section.header .logo-wrapper {
    width: 100%;
    position: absolute;
    height: 15%;
    padding-top: 2%;
    z-index: 1;
}

section.header img.header-logo {
    max-width: 50%;
    margin-bottom: 50px;
}

section.header img.takeo-approved {
    position: absolute;
    bottom: 6%;
    right: 6%;
    z-index: 1;
    width: 13%;
    min-width: 100px;
}

section.header .header-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

section.header .header-content h2,
section.header .header-content h3 {
    color: white;
    text-shadow: var(--gps-text-shadow);
    text-align: center;
}

section.header .header-content h2 {
    margin-bottom: 20px;
    line-height: 1em !important;
    font-weight: bolder;
    text-transform: uppercase;
}

section.header .header-content h3 {
    line-height: normal;
}

section.content .takeo {
    background: transparent url(../images/header/takeo-bg-white.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
    position: relative;
    display: flex;
    flex-direction: row;
    color: var(--gps-logo-color);
    width: 100%;
    height: 100%;
    min-height: 93vh;
    margin-bottom: 100px;
    box-shadow: var(--gps-box-shadow);
}

section.content .takeo .flex-left,
section.content .takeo .flex-right {
    display: flex;
}

section.content .takeo .flex-left {
    width: 44%;
    justify-content: flex-start;
    align-items: flex-start;
}

section.content .takeo .flex-right {
    justify-content: flex-end;
    align-items: flex-end;
    width: 56%;
}

section.content .takeo .appstore-buttons.store-takeo {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 1;
    width: 20%;
}

section.content .takeo .amazon-shop {
    position: absolute;
    bottom: 30px;
    right: 50px;
    z-index: 1;
    width: 18%;
}

section.content .takeo .flex-left .items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    /* text-shadow: var(--gps-text-shadow); */
    top: 15%;
    width: 80%;
    padding: unset;
}

section.content .takeo .flex-left .items img.takeo-bust {
    width: 100%;
    bottom: 0;
    position: absolute;
}

section.content .takeo .flex-left .items div h2 {
    text-align: center;
    font-size: 64px;
    text-transform: uppercase;
}

section.content .takeo .flex-left .items .cta-button-wrapper {
    height: 62%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-shadow: none;
}

section.content .takeo .flex-left .items .cta-button-wrapper {
    width: 40%;
}

section.content .heading {
    position: relative;
    background: transparent url(../images/poster/home/intro/Komplettpaket.png) no-repeat 100% 100%;
    background-size: 70%;
}

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

section.content .heading .items {
    text-align: center;
}

section.content .heading .upper-heading {
    margin-bottom: 200px;
}

section.content .heading .lower-heading {
    max-width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    height: 300px;
}

section.content .heading .lower-heading div {
    text-align: left;
}

section.content .heading .items h2 {
    margin-bottom: 10px;
}

section.content .heading .items p {
    max-width: 70%;
    margin: auto;
    margin-top: 20px;
}

section.content .heading .lower-heading p {
    margin: 15px 0;
}

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

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

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

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

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

section.content .summary .summary-grid .summary-item .flip-card-front .items {
    position: absolute;
    bottom: 0;
    padding: 20px;
    min-height: 34%;
}

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

section.content .summary .summary-grid .summary-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 .summary .summary-grid .summary-item .flip-card-back .items h4 {
    margin-bottom: 10px;
}

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

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

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

section.content .summary .summary-grid .summary-item .flip-card-back.a {
    background: transparent url(../images/poster/home/advantages/zeit.png) no-repeat 50% 50%;
    background-size: contain;
    background-color: var(--gps-blue);
}

section.content .summary .summary-grid .summary-item .flip-card-front.b {
    background: transparent url(../images/poster/home/advantages/color_finanzen.png) no-repeat 50% 50%;
    background-size: contain;
}

section.content .summary .summary-grid .summary-item .flip-card-back.b {
    background: transparent url(../images/poster/home/advantages/finanzen.png) no-repeat 50% 50%;
    background-size: contain;
    background-color: var(--gps-orange);
}

section.content .summary .summary-grid .summary-item .flip-card-front.c {
    background: transparent url(../images/poster/home/advantages/color_geld.png) no-repeat 50% 50%;
    background-size: contain;
}

section.content .summary .summary-grid .summary-item .flip-card-back.c {
    background: transparent url(../images/poster/home/advantages/geld.png) no-repeat 50% 50%;
    background-size: contain;
    background-color: var(--gps-green);
}

section.content .summary .summary-grid .summary-item .flip-card-front.d {
    background: transparent url(../images/poster/home/advantages/color_simpel.png) no-repeat 50% 50%;
    background-size: contain;
}

section.content .summary .summary-grid .summary-item .flip-card-back.d {
    background: transparent url(../images/poster/home/advantages/simpel.png) no-repeat 50% 50%;
    background-size: contain;
    background-color: var(--gps-yellow);
}

section.content .forwho {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

section.content .forwho .forwho-element {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
}

section.content .forwho .forwho-element img {
    width: 100%;
}

section.content .forwho .forwho-element .forwho-text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 366px;
    width: 100%;
    text-align: center;
}

section.content .forwho .forwho-element .forwho-text h3 {
    font-size: 44px;
    margin-bottom: 30px;
}

section.content .forwho .forwho-element .forwho-text span {
    font-size: smaller;
    font-weight: lighter;
}

section.content .forwho .forwho-element .forwho-text p {
    margin: 8px;
}

section.content .forwho .forwho-element .forwho-text .button {
    width: 50%
}

section.content .save {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 70px;
    grid-row-gap: 0;
}

section.content .save div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-self: flex-start;
}

section.content .save .save-video {
    position: relative;
    cursor: pointer;
    background: #000;
    aspect-ratio: 16 / 9;
}

section.content .save .headline-svg-wrapper svg {
    width: 50px;
    height: 50px;
}

section.content .save div h3 {
    margin-bottom: 25px;
}

section.content .save div h3 svg {
    width: 34px;
    height: 34px;
    margin-left: 10px;
}

section.content .save div p {
    margin: 10px 0;
}

section.content .save .save-video img.preview-poster {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
    z-index: 0;
}

section.content .save .save-video video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 1;
}

section.content .save .save-video svg {
    position: absolute;
    top: 40%;
    left: -40px;
    padding: 10px;
    border-radius: 60px;
    height: 60px;
    width: 60px;
    cursor: pointer;
    z-index: 2;
}

section.content .save .save-video video.loaded {
    opacity: 1;
}

section.content .save .save-video.playing video {
    opacity: 1;
}

section.content .save .save-video.playing img.preview-poster {
    opacity: 0;
}

section.content .save .save-video .video-topic {
    aspect-ratio: unset;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
    font-size: 32px;
    padding: 8px 16px;
    z-index: 2;
}

section.content .save .save-1 {
    padding: 30px;
}

.video-popup {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    transition: opacity 0.3s ease;
}

.video-popup.hidden {
    opacity: 0;
    pointer-events: none;
}

.video-popup-content {
    position: relative;
    width: 80%;
    max-width: 960px;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.6);
}

.video-popup-content iframe {
    width: 100%;
    height: 676px;
    border: none;
}

.video-popup-close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 3rem;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.2s;
}

.video-popup-close:hover {
    transform: scale(1.2);
}

section.content .how-to .header-icons-wrapper {
    gap: 50px;
}

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

section.content .how-to .header-icons-wrapper .icon-wrapper {
    gap: 20px;
}

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

section.content .how-to .how-to-flex-grid {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    margin-top: 50px;
}

section.content .how-to .how-to-flex-grid .how-to-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 30%;
}

section.content .how-to .how-to-flex-grid .how-to-item img {
    max-width: 100%;
}

section.content .how-to .how-to-flex-grid .how-to-item .how-to-text-wrapper div {
    padding: 10px 15px;
    width: fit-content;
    color: white;
    font-weight: bolder;
    font-size: 20px;
}

section.content .comparison {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

section.content .comparison .comp-upper {
    background-color: rgb(255, 135, 135) !important;
    width: 100%;
    height: 50%;
    min-height: 300px;
}

section.content .comparison .comp-lower {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    height: 50%;
}

section.content .comparison .comp-lower .comparison-left,
section.content .comparison .comp-lower .comparison-right {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    width: 40%;
    position: relative;
}

section.content .comparison .comp-lower .comparison-left ul li::marker {
    color: var(--gps-orange);
    font-size: 26px;
}

section.content .comparison .comp-lower .comparison-right ul li::marker {
    color: gray;
    font-size: 26px;
}

section.content .comparison .comp-lower ul {
    padding-left: 20px;
    font-size: 22px;
}

section.content .comparison .comp-lower ul li {
    margin-bottom: 10px;
}

section.content .comparison .comp-lower svg {
    position: absolute;
    right: 10px;
    top: -25px;
    max-width: 50px;
    max-height: 50px;
    border-radius: 100%;
    padding: 12px;
}

section.content .comparison .comp-lower .comparison-left svg {
    background-color: var(--gps-orange);
}

section.content .comparison .comp-lower .comparison-right svg {
    background-color: gray;
}

section.content .calculator {
    background: transparent url(../images/poster/5-1_calculator.png) no-repeat 100%;
}

section.content .calculator .items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 280px;
}

section.content .calculator .items div {
    max-width: 50%;
}

section.content .calculator .items a {
    margin-bottom: 0;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

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

section.content .reviews .items .review-stats {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 24px;
}

section.content .reviews .items .review-stats p {
    margin: 10px 0;
}

section.content .reviews .items .reviews-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    gap: 50px;
}

section.content .reviews .items .reviews-wrapper .review-boxes {
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

section.content .reviews .items .reviews-wrapper .review-boxes .review {
    font-size: 16px;
    width: 30%;
    height: 100%;
}

section.content .reviews .items .reviews-wrapper .review-boxes .review .rev-score {
    font-size: 24px;
}

section.content .reviews .items .reviews-wrapper .review-cta {
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
    width: 20%;
}

section.content .reviews .items .reviews-wrapper .review-cta a {
    max-width: 80%;
}

section.content .reviews .items .reviews-wrapper .review-cta img {
    width: 100%;
}

section.content .reviews .items .reviews-wrapper .review-cta a {
    color: var(--gps-orange);
    font-size: 24px;
}

section.content .comments {
    background: transparent url(../images/poster/6-1_comments.png) no-repeat;
    background-size: cover;
}

section.content .comments .items {
    display: flex;
    min-height: 280px;
}

section.content .comments .comment-slider {
    width: 1200px;
    overflow: hidden;
    margin: auto;
}

section.content .comments .comments-track {
    display: flex;
    gap: 33px;
    transition: transform 0.5s ease;
}

section.content .comments blockquote.comment {
    flex: 0 0 378px;
    box-sizing: border-box;
    padding: 20px;
    margin: 0;
    background: rgba(0, 0, 0, 0.30);
    color: white;
    backdrop-filter: blur(4px);
    border-radius: 30px;
    font-style: italic;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

section.content .comments blockquote.comment p {
    font-size: 16px;
}

section.content .comments blockquote.comment footer {
    font-size: 16px;
    text-align: right;
    font-style: normal;
    color: white;
}

.simple-etc {
    font-size: 28px;
    margin: 10px 0 0 0;
    text-align: center;
}

.visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.takeo-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 1023 / 955;
    overflow: hidden;
    max-width: 1040px;
}

.mask-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 1;
    pointer-events: none;
}

.phone-screen {
    position: absolute;
    top: 13%;
    right: 17%;
    width: 30%;
    height: 68%;
    overflow: hidden;
    border-radius: 10%;
    z-index: 0;
}

.slides {
    display: flex;
    height: 100%;
    /* slides * 100% */
    width: 1000%;
    transition: transform 1s ease;
}

.slides img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.phone-wrapper {
    width: 40%;
}

.phone-slideshow {
    width: 100%;
    max-width: 420px;
    margin: auto;
    position: relative;
    display: block;
}

.phone-slideshow::before {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 206.13%;
    background: transparent url(../images/decoration/iphonex-black.png) no-repeat 50% 50%;
    background-size: contain;
    pointer-events: none;
    position: relative;
    inset: 0;
    z-index: 1;
}

.phone-slideshow .screen-mask {
    position: absolute;
    inset: 0;
    margin: 3%;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 7%;
}

#phone-slideshow-list {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    inset: 0;
    display: flex;
    will-change: transform;
}

#phone-slideshow-list li {
    flex: 0 0 auto;
    display: block;
    height: 100%;
    box-sizing: border-box;
}

#phone-slideshow-list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
}

#phone-slider-mobile {
    width: 80%;
}

#header-read-more {
    padding: 24px 30px;
}

.active-stars {
    color: #fbbc16;
    font-size: 32px;
    padding-left: 20px;
}

.inactive-stars {
    color: grey;
    font-size: 32px;
}

@media (max-width: 1900px) {}

@media (max-width: 1200px) {
    section.header img.header-logo {
        max-width: 100%;
    }

    .content-box {
        padding: 30px 10px;
        max-width: 98vw;
    }

    .orange-marker {
        margin: 30px 0 30px 10px;
    }

    section.content .takeo {
        flex-direction: column-reverse;
    }

    section.content .takeo .flex-right,
    section.content .takeo .flex-left {
        width: 100%
    }

    section.content .takeo .flex-left .items {
        top: 0;
        width: 100%;
    }
}

@media (max-width: 777px) {
    section.content .takeo .flex-left .items {
        gap: 30px;
    }

    section.content .takeo .appstore-buttons.store-takeo {
        width: 75%;
        flex-direction: column;
        align-items: flex-start;
        bottom: 10px;
        left: 10px
    }

    section.content .takeo .amazon-shop {
        width: 28%;
        bottom: 10px;
        right: 10px
    }

    section.content .heading .upper-heading {
        margin-bottom: 50px;
    }

    section.content .heading .items {
        text-align: left;
    }

    section.content .heading .items p {
        max-width: 100%
    }

    section.content .heading .lower-heading {
        max-width: 100%;
    }

    section.content .heading a {
        left: 10px;
        bottom: 10px;
        right: unset;
    }

    section.content .summary .summary-grid .summary-upper,
    section.content .summary .summary-grid .summary-lower {
        flex-direction: column;
    }

    section.content .summary .summary-grid .summary-item {
        width: 100%;
    }

    /* FINANZAMT @todo*/

    section.content .save {
        grid-template-columns: 1fr;
        grid-template-rows: unset;
        grid-auto-rows: auto;
        grid-auto-flow: row;
        row-gap: 20px;
    }

    section.content .save .save-video svg {
        height: 40px;
        width: 40px;
        top: 0;
        left: 0;
    }

    section.content .save .save-video .video-topic {
        font-size: 24px;
    }

    section.content .save div h3 {
        margin-bottom: 10px;
    }

    section.content .how-to .header-icons-wrapper {
        gap: 20px;
        flex-direction: column;
    }

    section.content .how-to .how-to-flex-grid {
        flex-direction: column;
    }

    section.content .how-to .how-to-flex-grid .how-to-item {
        width: 100%;
    }

    section.content .forwho {
        flex-direction: column;
        gap: 75px;
    }

    section.content .forwho .forwho-element {
        width: 100%;
    }

    section.content .forwho .forwho-element .forwho-text {
        min-height: 270px;
    }
}