:root {
    --green: rgb(190, 220, 180);
    --red: rgb(240, 0, 30);
    --darkgreen: rgb(0, 55, 40);
}

html {
    font-size: calc(8vmin + 2vmax);
    scroll-behavior: smooth;
}

body {
    margin: 0;
}

.scene-01 {
    height: 100vh;
}

.scene-01-fixed {
    background-color: var(--green);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.scene-01-logo {
    position: absolute;
    height: 2rem;
    width: 2rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.scene-01-scroll {
    position: absolute;
    bottom: 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.scene-01-scroll-text {
    font-size: .33rem;
    margin-bottom: 0.5em;
    text-align: center;
}

.scene-01-scroll-arrow {
    pointer-events: none;
}

@media (orientation: landscape) {
    .scene-01-logo {
        height: 1.5rem;
        width: 1.5rem;
    }

    .scene-01-scroll-text {
        font-size: .22rem;
    }
}


.scene-02 {
    height: 220vh;
}

.scene-02-fixed {
    background-color: var(--green);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.scene-02-date {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.scene-02-line {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-2%, 50%);
    height: .7rem;
    width: auto;
}

.scene-03 {
    height: 100vh;
}

.scene-03-fixed {
    background-color: var(--green);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.scene-03-logo-old {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    width: 9rem;
    max-width: 90%;
}

.scene-04 {
    height: 100vh;
}

.scene-04-fixed {
    background-color: var(--green);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.scene-04-text {
    position: absolute;
    left: 50%;
    top: 67%;
    transform: translate(-50%, 0%);
    font-size: .4rem;
    font-weight: 400;
    text-align: center;
}

.scene-04-logo-new {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    width: 9rem;
    max-width: 90%;
}

.scene-05 {
    height: 200vh;
}

.scene-05-fixed {
    background-color: var(--darkgreen);
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.scene-05-image-container {
    position: relative;
    height: 66.666vw;
    width: 100%;
    max-height: 100vh;
}

.scene-05-image-jung {
    position: absolute;
    top: 20%;
    transform: translateY(-20%);
    left: 0;
    display: block;
    height: 66.666vw;
    width: 100%;
    max-height: 100vh;
}

.scene-05-image-alt {
    position: absolute;
    top: 20%;
    transform: translateY(-20%);
    left: 0;
    display: block;
    height: 66.666vw;
    width: 100%;
    max-height: 100vh;
}

.scene-05-portrait {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 0.7rem 0.3rem;
    box-sizing: border-box;
}

.scene-05-logo {
    width: 42%;
    align-self: center;
    margin-bottom: .3rem;
}

.scene-05-vision {
    align-self: center;
    font-size: .52em;
}

.scene-05-headline {
    font-size: .52rem;
    margin-bottom: 0.8em;
    margin-top: auto;
}

.scene-05-text {
    font-size: .4rem;
    line-height: 1.5;
}

@media (orientation: landscape) {
    .scene-05-fixed {
        display: block;
        background-color: white;
    }

    .scene-05-image-container {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .scene-05-image-jung {
        max-height: none;
    }

    .scene-05-image-alt {
        max-height: none;
    }

    .scene-05-portrait {
        position: absolute;
        background-color: transparent;
        height: 66.666vw;
        max-height: 100vh;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        justify-content: flex-start;
        padding: 0.5rem;
    }

    .scene-05-logo {
        width: auto;
        height: 0.6rem;
        margin-bottom: 0.2em;
    }
    
    .scene-05-headline {
        font-size: .3rem;
        margin-bottom: 0.8em;
        margin-top: auto;
        text-shadow: 0 0 1em #000;
    }

    .scene-05-text {
        font-size: .22rem;
        text-shadow: 0 0 1em #000;
    }
}



.scene-06 {
    height: 44rem;
}

.scene-06-fixed {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    height: 38rem;
    width: 100%;
}

.scene-06-headline {
    position: absolute;
    left: .3rem;
    top: 2rem;
    transform: translate(0%, 0%);
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .01em;
}

.scene-06-line {
    position: absolute;
    left: 0;
    top: 4rem;
    transform: translate(-20%, 0%);
    height: .7rem;
    width: auto;
}

.scene-06-headline-2 {
    position: absolute;
    left: .3rem;
    top: 7rem;
    transform: translate(0%, 0%);
    font-size: .7rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .01em;
    width: calc(100% - 0.6rem);
}

.scene-06-path-portrait {
    position: absolute;
    left: 50%;
    top: 8rem;
    transform: translateX(-50%);
    height: 30rem;
}

.scene-06-path-landscape {
    display: none;
}

.scene-06-text {
    background-color: #fffe;
    position: absolute;
    font-size: .35rem;
    font-weight: 400;
    letter-spacing: .01em;
    padding: 1em;
    box-sizing: border-box;
}

.scene-06-text-1 {
    right: 0;
    top: 13rem;
    transform: translateY(-50%);
    width: 70%;
}

.scene-06-text-2 {
    left: 0;
    top: 19.5rem;
    transform: translateY(-50%);
    width: 70%;
}

.scene-06-text-3 {
    right: 0;
    top: 25.5rem;
    transform: translateY(-50%);
    width: 70%;
}

.scene-06-target {
    position: absolute;
    left: 57%;
    top: 35rem;
    transform: translateX(-50%);
    height: 1rem;
    width: 1rem;
}

.scene-06-future {
    position: absolute;
    left: 55%;
    top: 31rem;
    transform: translate(-50%, 0%);
    font-size: .35rem;
    font-weight: 600;
    line-height: 1.3;
    width: 60%;
    padding: 1em;
    box-sizing: border-box;
    text-align: center;
}

.scene-06-text-4 {
    left: 50%;
    top: 33rem;
    transform: translateX(-50%);
    width: 60%;
}

@media (orientation: landscape) {
    .scene-06 {
        height: 38rem;
    }

    .scene-06-headline {
        left: 1rem;
        font-size: 1.9rem;
    }

    .scene-06-line {
        top: 5rem;
        transform: translate(-10%, 0%);
        height: .9rem;
    }

    .scene-06-headline-2 {
        left: 1rem;
        top: 8rem;
        font-size: .5rem;
        line-height: 1.1;
        max-width: 24ch;
    }

    .scene-06-path-portrait {
        display: none;
    }
    
    .scene-06-path-landscape {
        display: block;
        position: absolute;
        left: 50%;
        top: 8rem;
        transform: translateX(-50%);
        height: 24rem;
    }

    .scene-06-text {
        font-size: .25rem;
    }

    .scene-06-text-1 {
        width: 6.2rem;
    }

    .scene-06-text-2 {
        left: 50%;
        transform: translate(-90%, -50%);
        width: 6.3rem;
    }

    .scene-06-text-3 {
        right: 10%;
        transform: translateY(-50%);
        width: 6.3rem;
    }

    .scene-06-target {
        left: 49%;
        top: 30.6rem;
    }

    .scene-06-future {
        top: 30.6rem;
        font-size: .25rem;
        width: 6rem;
        left: 49%;
    }

    .scene-06-text-4 {
        top: 32.5rem;
        width: 6rem;
    }

}

.scene-07 {
    height: 120vh;
}

.scene-07-fixed {
    background-color: var(--green);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.scene-07-date {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.scene-07-line {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-2%, 50%);
    height: .7rem;
    width: auto;
}

.scene-07-vision {
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: 0;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 30%);
    width: 90%;
    text-align: center;
    line-height: 1;
}

.scene-08 {
    height: 200vh;
}

.scene-08-fixed {
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.scene-08-quote {
    position: relative;
    font-size: min(4.9vw, 16vh);
    font-weight: 700;
    margin: 2rem 0 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    top: 0;
}

.scene-08-quote-left {
    position: absolute;
    z-index: -1;
    left: max(-4vw, -16vh);
    top: max(-2vw, -8vh);
    width: min(10vw, 24vh);
}

.scene-08-quote-right {
    position: absolute;
    z-index: -1;
    right: min(4vw, 16vh);
    bottom: max(-2vw, -8vh);
    width: min(10vw, 24vh);
}

.scene-08-container {
    display: flex;
    flex-direction: column;
    margin: 1rem;
}

.scene-08-image {
    width: 70%;
}

.scene-08-text {
    font-size: 0.35rem;
    margin-top: 1em;
}

@media (orientation: landscape) {
    .scene-08-quote {
        font-size: min(4vw, 16vh);
    }

    .scene-08-quote-left {
        width: min(6vw, 24vh);
    }
    
    .scene-08-quote-right {
        width: min(6vw, 24vh);
    }

    .scene-08-container {
        align-items: center;
        flex-direction: row;
        justify-content: flex-end;
        margin: 1rem 1rem 2rem;
        gap: 0.3rem;
    }

    .scene-08-image {
        width: 40%;
    }

    .scene-08-text {
        font-size: 0.3rem;
        margin-top: 0;
    }
}

.scene-09 {
    height: 1rem;
}

.scene-09-fixed {
    background-color: var(--green);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.scene-09-pig {
    display: block;
    height: 2rem;
    width: 2rem;
    position: relative;
    margin: 1rem auto .5rem;
}

.scene-09-headline {
    position: relative;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .01em;
    padding: 0.35rem;
}

.scene-09-line {
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate(-20%, -40%);
    height: 0.7rem;
    width: auto;
    z-index: -1;
}

.scene-09-text {
    position: relative;
    font-size: .35rem;
    font-weight: 400;
    letter-spacing: .01em;
    padding: 1em;
    box-sizing: border-box;
    margin: 1rem 0;
}

@media (orientation: landscape) {
   .scene-09-headline {
        margin: 0 1rem;
    }
 
    .scene-09-pig {
        height: 1rem;
        width: 1rem;
    }

   .scene-09-text {
        margin: 1rem;
        font-size: .25rem;
        max-width: 60ch;
    }
}


.scene-10 {
    height: 1rem;
}

.scene-10-fixed {
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.scene-10-headline {
    position: relative;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .01em;
    padding: 0.35rem;
    margin: 1rem 0 0;
}

.scene-10-mitarbeiter {
    position: relative;
    height: 85vw;
    display: flex;
    align-items: center;
}

.scene-10-image-jung {
    position: relative;
    transform: translate(10%, -10%);
    width: 50%;
}

.scene-10-image-alt {
    position: relative;
    transform: translate(-10%, 10%);
    width: 50%;
}

.scene-10-list-item {
    display: flex;
    margin: 1rem 0.3rem;
}

.scene-10-list-number {
    font-size: .8rem;
    font-weight: 700;
    letter-spacing: 0;
    width: 15%;
}

.scene-10-list-content {
    font-size: .39rem;
    flex: 1;
    width: 85%;
}

.scene-10-list-content > a {
    text-decoration: none;
}

.scene-10-text {
    font-size: .39rem;
    margin: 1rem 0.3rem;
}

.scene-10-text-small {
    font-size: .33rem;
    margin: 1rem 0.3rem 1.5rem;
}

.scene-10-app-link {
    display: flex;
    align-items: center;
}

.scene-10-app-qr-code {
    width: 20%;
}

.scene-10-app-logo {
    margin-left: 10%;
    width: 60%;
    max-width: 3rem;
}

@media (orientation: landscape) {
    .scene-10-headline {
        padding: .35rem 1rem;
    }

    .scene-10-mitarbeiter-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    
    .scene-10-mitarbeiter {
        height: 30vw;
        padding: 0.5rem;
    }

    .scene-10-mitarbeiter:nth-child(1) > img {
        top: .5rem;
        left: -.3rem;
    }

    .scene-10-mitarbeiter:nth-child(2) > img {
        top: -.5rem;
        left: -.3rem;
    }

    .scene-10-mitarbeiter:nth-child(3) > img {
        top: .5rem;
        left: 0rem;
    }

    .scene-10-mitarbeiter:nth-child(4) > img {
        top: -.5rem;
        left: .3rem;
    }

    .scene-10-list {
        padding: 0 1rem;
    }

    .scene-10-app-link-container {
        display: flex;
    }

    .scene-10-list-content {
        font-size: .25rem;
    }

    .scene-10-app-link {
        width: 50%;
    }

    .scene-10-text {
        margin: 1rem;
        font-size: .25rem;
    }
    
    .scene-10-text-small {
        margin: 1rem;
        font-size: .22rem;
    }
}

@media (orientation: portrait) {
    .scene-10-mitarbeiter:nth-child(1),
    .scene-10-mitarbeiter:nth-child(3) {
        display: none;
    }
}

.scene-11 {
    height: 200vh;
}

.scene-11-fixed {
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.scene-11-image-container {
    position: relative;
    height: 66.666vw;
    width: 100%;
    max-height: 100vh;
}

.scene-11-image-jung {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 66.666vw;
    width: 100%;
    max-height: 100vh;
}

.scene-11-image-alt {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 66.666vw;
    width: 100%;
    max-height: 100vh;
}

.scene-11-portrait {
    background-color: var(--darkgreen);
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: center;
}

.scene-11-logo {
    width: 42%;
    align-self: center;
    margin-bottom: .3rem;
}

.scene-11-vision {
    align-self: center;
    font-size: .52em;
    max-width: 90%;
    text-align: center;
}

@media (orientation: landscape) {
    .scene-11-fixed {
        display: block;
    }

    .scene-11-image-container {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .scene-11-image-jung {
        max-height: none;
    }

    .scene-11-image-alt {
        max-height: none;
    }

    .scene-11-portrait {
        position: absolute;
        background-color: transparent;
        height: 66.666vw;
        max-height: 100vh;
        width: 100%;
        top: 50%;
        transform: translateY(-50%);
        justify-content: flex-start;
    }

    .scene-11-logo {
        width: auto;
        height: 0.6rem;
        margin-bottom: 0.2em;
        margin-top: 0.3em;
    }
    
}

.scene-12 {
    height: 150vh;
}

.scene-12-fixed {
    background-color: var(--green);
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.scene-12-date {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.scene-12-line {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-2%, 50%);
    height: .7rem;
    width: auto;
}

.scene-12-vision {
    font-size: .9rem;
    font-weight: 700;
    letter-spacing: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -80%);
    width: fit-content;
    text-align: center;
    line-height: 1.2;
}

.scene-13 {
    height: 180vh;
}

.scene-13-fixed {
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.scene-13-image-wir {
    display: block;
    height: 110vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.scene-13-wir-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.scene-13-wir-bg {
    position: absolute;
    left: 0;
    top: -3rem;
    width: 13rem;
    opacity: 0.9;
}

.scene-13-wir {
    position: absolute;
    left: .3rem;
    top: 1rem;
    font-size: 2rem;
    font-weight: 700;
}

.scene-13-wir-text {
    position: absolute;
    left: 0;
    top: 3.3rem;
    font-size: .31rem;
    font-weight: 400;
    padding: 0 1rem 0 0.3rem;
}

@media (orientation: landscape) {
    .scene-13-image-wir {
        height: auto;
        width: 100%;
    }

    .scene-13-wir-bg {
        top: 0;
        width: 9rem;
    }

    .scene-13-wir {
        left: 1rem;
        top: .7rem;
    }

    .scene-13-wir-text {
        left: 1rem;
        top: 3.3rem;
        font-size: .22rem;
        width: 6rem;
        box-sizing: border-box;
    }

}

.scene-14 {
    height: 120vh;
}

.scene-14-fixed {
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.scene-14-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: min(14vw, 1.5rem);
    font-weight: 700;
    letter-spacing: 0;
}

.scene-14-line {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-2%, 50%);
    height: .7rem;
    width: auto;
}

.scene-14-text-small {
    font-size: .6rem;
    font-weight: 400;
    letter-spacing: 0;
    position: absolute;
    left: 9%;
    top: 50%;
    transform: translate(0%, -220%);
    width: fit-content;
}

.scene-15 {
    height: 180vh;
}

.scene-15-fixed {
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.scene-15-image {
    display: block;
    width: 150%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.scene-15-text-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.scene-15-text-bg {
    position: absolute;
    left: 0;
    bottom: -2rem;
    width: 9rem;
    opacity: 0.9;
}

.scene-15-text {
    position: absolute;
    left: 0;
    bottom: -2rem;
    font-size: .31rem;
    font-weight: 400;
    height: 9rem;
    width: 9rem;
}

.scene-15-text-mask {
    float: right;
    height: 100%;
    shape-outside: polygon(0% 0%, 100% 0%, 100% 100%, 93% 70%, 81% 45%, 58% 21%, 30% 6%);
    width: 100%;
}

.scene-15-text-p {
    margin: auto auto auto 0;
    padding: 0.5rem;
    max-width: 100vw;
    box-sizing: border-box;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

@media (orientation: landscape) {
    .scene-15-image {
        height: auto;
        width: 100%;
    }

    .scene-15-text-bg {
        left: .7rem;
        bottom: 1.3rem;
        width: 6.5rem;
    }

    .scene-15-text {
        box-sizing: border-box;
        bottom: 1.3rem;
        font-size: .22rem;
        height: 6.5rem;
        left: 0.7rem;
        padding: 0;
        width: 6.5rem;
    }

}

.scene-16 {
    height: 120vh;
}

.scene-16-fixed {
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.scene-16-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: min(14vw, 32vh);
    font-weight: 700;
    letter-spacing: 0;
}

.scene-16-line {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-110%, 50%);
    height: .7rem;
    width: auto;
}

.scene-17 {
    height: 180vh;
}

.scene-17-fixed {
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.scene-17-image {
    display: block;
    height: 110vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.scene-17-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.scene-17-bg {
    position: absolute;
    left: 0;
    top: 2.4rem;
    width: 10rem;
    opacity: 0.9;
}

.scene-17-text {
    position: absolute;
    left: 0;
    top: 5.6rem;
    transform: translateY(-50%);
    font-size: .31rem;
    font-weight: 400;
    padding: 0 1rem 0 0.3rem;
}

@media (orientation: landscape) {
    .scene-17-image {
        height: auto;
        width: 100%;
    }

    .scene-17-bg {
        top: 1rem;
        right: 1rem;
        left: auto;
        width: 7rem;
    }

    .scene-17-text {
        font-size: .22rem;
        box-sizing: border-box;
        left: auto;
        right: 0.6rem;
        width: 7rem;
        top: 3.5rem;
    }

}

.scene-18 {
    height: 120vh;
}

.scene-18-fixed {
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.scene-18-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: min(14vw, 1.5rem);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.1;
}

.scene-18-line {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-2%, 150%);
    height: .7rem;
    width: auto;
}

.scene-18-text-small {
    font-size: .6rem;
    font-weight: 400;
    letter-spacing: 0;
    position: absolute;
    left: 16%;
    top: 50%;
    transform: translate(-50%, -200%);
    width: fit-content;
}

.scene-19 {
    height: 180vh;
}

.scene-19-fixed {
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.scene-19-image {
    display: block;
    width: 150%;
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translate(-50%, -10%);
}

.scene-19-text-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.scene-19-text-bg {
    position: absolute;
    left: 0;
    top: 7rem;
    width: 9rem;
    opacity: 0.9;
}

.scene-19-text {
    position: absolute;
    left: 0;
    top: 8rem;
    font-size: .31rem;
    font-weight: 400;
    padding: 0 1.6rem 0 0.3rem;
}

@media (orientation: landscape) {
    .scene-19-image {
        height: auto;
        width: 100%;
    }
    
    .scene-19-text-container {
        top: auto;
        bottom: -15%;
        height: 6.5rem;
    }

    .scene-19-text-bg {
        left: .7rem;
        top: 0;
        width: 6.5rem;
    }

    .scene-19-text {
        left: .9rem;
        top: 1rem;
        font-size: .22rem;
        width: 6rem;
        box-sizing: border-box;
    }

}

.scene-20 {
    height: 120vh;
}

.scene-20-fixed {
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.scene-20-text {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(0, -50%);
    font-size: min(14vw, 32vh);
    font-weight: 700;
    letter-spacing: 0;
}

.scene-20-line {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-20%, 50%);
    height: .7rem;
    width: auto;
}

.scene-21 {
    height: 220vh;
}

.scene-21-fixed {
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.scene-21-image {
    display: block;
    width: 150%;
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translate(-50%, -50%);
}

.scene-21-text-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.scene-21-text-bg {
    position: absolute;
    left: 50%;
    top: 10.7rem;
    width: 12rem;
    transform: translate(-50%, -50%);
    opacity: 0.9;
}

.scene-21-text {
    position: absolute;
    left: 0;
    top: 10.3rem;
    font-size: .31rem;
    font-weight: 400;
    padding: 0 1rem 0 0.3rem;
    transform: translateY(-50%);
}

@media (orientation: landscape) {
    .scene-21-image {
        height: auto;
        width: 100%;
    }
    
    .scene-21-text-container {
        top: auto;
        bottom: -15%;
        height: 6.5rem;
    }

    .scene-21-text-bg {
        left: .7rem;
        top: 0;
        width: 8rem;
        transform: none;
    }

    .scene-21-text {
        left: .9rem;
        top: .6rem;
        font-size: .22rem;
        width: 8rem;
        box-sizing: border-box;
        transform: none;
    }

}

.scene-22 {
    height: 240vh;
}

.scene-22-fixed {
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.scene-22-image {
    display: block;
    width: 150%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.scene-22-text-container {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 10rem;
}

.scene-22-ihre {
    position: absolute;
    left: .3rem;
    top: 2rem;
    font-size: .35rem;
}

.scene-22-welt {
    position: absolute;
    left: .3rem;
    top: 2.6rem;
    font-size: 1rem;
    font-weight: 700;
}

.scene-22-text-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 10rem;
    opacity: 0.9;
}

.scene-22-text {
    position: absolute;
    left: 0;
    top: 6.6rem;
    font-size: .31rem;
    font-weight: 400;
    padding: 0 0.3rem;
    transform: translateY(-50%);
}

@media (orientation: landscape) {
    .scene-22-image {
        height: auto;
        width: 100%;
    }

    .scene-22-ihre {
        left: 1rem;
        top: 3rem;
    }

    .scene-22-welt {
        left: 1rem;
        top: 3.5rem;
        font-size: 1rem;
    }

    .scene-22-text {
        left: .9rem;
        bottom:auto;
        top: 5.3rem;
        font-size: .22rem;
        width: 7rem;
        box-sizing: border-box;
        padding: 0 1rem 0 0.3rem;
        transform: none;
    }

}


.scene-23 {
    height: 120vh;
}

.scene-23-fixed {
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.scene-23-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: min(20vw, 2.2rem);
    font-weight: 700;
    letter-spacing: 0;
}

.scene-23-line {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-2%, 50%);
    height: .7rem;
    width: auto;
}

.scene-24 {
    height: 180vh;
}

.scene-24-fixed {
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.scene-24-text {
    position: absolute;
    top: 0;
    font-size: .31rem;
    padding: 0.3rem;
}

.scene-24-bg {
    position: absolute;
    top: 75%;
    width: 120%;
    transform: translateY(-50%);
}

.scene-24-nachhaltig {
    position: absolute;
    left: 10%;
    top: 75%;
    width: 80%;
    transform: translateY(-50%);
}

@media (orientation: landscape) {
    .scene-24-text {
        top: 50%;
        transform: translateY(-50%);
        font-size: .22rem;
        padding: 1rem;
        width: 50%;
        box-sizing: border-box;
    }
    
    .scene-24-bg {
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 50%;
    }
    
    .scene-24-nachhaltig {
        left: auto;
        right: 5%;
        top: 50%;
        transform: translateY(-50%);
        width: min(40%, 90vh);
    }
}

.scene-25 {
    height: 120vh;
}

.scene-25-fixed {
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.scene-25-text {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(0, -50%);
    font-size: min(10vw, 32vh);
    font-weight: 700;
    letter-spacing: 0;
}

.scene-25-line {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-20%, 50%);
    height: .7rem;
    width: auto;
}

.scene-26 {
    height: 180vh;
}

.scene-26-fixed {
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.scene-26-image {
    display: block;
    height: 8rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.scene-26-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.scene-26-bg {
    position: absolute;
    left: 0;
    top: 2.4rem;
    width: 10rem;
    opacity: 0.9;
}

.scene-26-text {
    position: absolute;
    height: 6.666rem;
    left: 0;
    top: 2.4rem;
    font-size: .26rem;
    font-weight: 400;
    padding: 0 0.3rem;
}

.scene-26-text-p {
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}



@media (orientation: landscape) {
    .scene-26-image {
        height: auto;
        width: 100%;
    }

    .scene-26-bg {
        top: 1rem;
        right: 1rem;
        left: auto;
        width: 7rem;
    }

    .scene-26-text {
        font-size: .2rem;
        box-sizing: border-box;
        left: auto;
        right: 1rem;
        width: 7rem;
        top: 1rem;
        height: 4.666rem;
    }

}


.scene-27 {
    height: 200vh;
}

.scene-27-fixed {
    background-color: var(--green);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
}

.scene-27-vision {
    position: relative;
    font-size: .6rem;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin-top: 4rem;
}

.scene-27-logo {
    position: absolute;
    height: .75rem;
    left: 50%;
    top: -125%;
    transform: translateX(-50%);
}

.scene-27-quote {
    position: relative;
    font-size: min(4.9vw, 16vh);
    font-weight: 700;
    margin: 1.5rem 0;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    top: 0;
    max-width: 90vw;
}

.scene-27-quote-left {
    position: absolute;
    z-index: -1;
    left: max(-4vw, -16vh);
    top: max(-2vw, -8vh);
    width: min(10vw, 24vh);
}

.scene-27-quote-right {
    position: absolute;
    z-index: -1;
    right: min(4vw, 16vh);
    bottom: max(-2vw, -8vh);
    width: min(10vw, 24vh);
}

.scene-27-container {
    display: flex;
    flex-direction: column;
    margin: 1rem 1rem 2rem;
}

.scene-27-image {
    width: 70%;
}

.scene-27-text {
    font-size: 0.35rem;
    margin-top: 1em;
}

@media (orientation: landscape) {
    .scene-27-vision {
        margin-top: 3rem;
    }

    .scene-27-quote {
        font-size: min(4vw, 16vh);
        margin: 1rem 0 1.5rem;
    }

    .scene-27-quote-left {
        width: min(6vw, 24vh);
    }
    
    .scene-27-quote-right {
        width: min(6vw, 24vh);
    }

    .scene-27-container {
        align-items: center;
        flex-direction: row;
        justify-content: flex-end;
        gap: 0.3rem;
    }

    .scene-27-image {
        width: 40%;
    }

    .scene-27-text {
        font-size: 0.3rem;
        margin-top: 0;
    }
}


.scene-99 {
    height: 200vh;
}

.scene-99-fixed {
    background-color: var(--darkgreen);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0.2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
}

.scene-99-link {
    font-size: .22rem;
    font-weight: 400;
    text-decoration: none;
}

.scene-99-link:not(:last-child) {
    margin-right: .5em;
    padding-right: .5em;
    border-right: 1px solid white;
}

.teaser {
    position: fixed;
    bottom: 10%;
    right: -20%;
    /*transform: translateY(-50%);*/
    display: flex;
    transition: right .5s;
    z-index: 1000;
}

.teaser-svg {
    pointer-events: none;
}
