@media (max-width: 1000px) {

    /* ALLGEMEIN */
    html {
        scroll-padding-top: 10vh;
    }

    .desktop {
        display: none;
    }

    .smart {
        display: block;
    }

    body {
        overflow-x: hidden;
        overflow-y: hidden;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        margin: 0;
        height: 100vh;
        font-family: "Fira Sans", sans-serif;
        line-height: 140%;
        font-weight: 200;
        color: aliceblue;
        background-color: #0f0f0f;
    }

    #content {
        overflow-x: hidden;
        scroll-padding-top: 5vh;
        scroll-behavior: smooth;
        width: 100vw;
        overflow-y: auto;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        flex-direction: column;
        padding-bottom: 4vh;
    }

    #content2 {
        width: 100vw;
        overflow-y: auto;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        flex-direction: column;
    }


    h1 {
        margin: 4vh 0 2vh 0;
        font-family: fractul-variable, sans-serif;
        font-variation-settings: "wght"600;
        font-size: 4rem;
        color: #ffffff;
        letter-spacing: 0.1rem;
        line-height: 4.25rem;

    }

    h5 {
        margin: 8vh 0 0 0;
        font-family: fractul-variable, sans-serif;
        font-variation-settings: "wght"100;
        font-size: 1rem;
        letter-spacing: 0.05rem;
    }


    button {
        font-family: "Fira Sans", sans-serif;
        font-weight: 200;
        font-size: 1rem;
        text-decoration: none;
        color: #ffffff;
        background-color: rgba(40, 40, 40, 1);
        padding: 0.3rem 0.9rem;
        border-radius: 1rem;
        border: none;
        transition: 600ms ease-in-out;
        cursor: pointer;

    }

    button:hover {
        background-color: #1a7648;
    }

    .pink {
        background-color: #a5296f;
        pointer-events: none;
    }


    .gruen {
        background-color: #1a7648;
        pointer-events: none;
    }

    p {
        margin: 0;
    }

    span {
        font-variation-settings: "wght"700;
        font-weight: 700;
    }

    .w70 {
        width: 85vw;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 5vh;
    }

    .w50 {
        width: 85vw;
    }

    .w15 {
        width: 85vw;
    }

    /* HINTERGRUND */

    #content object {
        height: auto;
        position: absolute;
        z-index: -1;
    }

    #content2 object {
        height: auto;
        position: absolute;
        z-index: -1;
    }

    #blob-01 {
        width: 90vw;
        bottom: -5vh;
        left: -60vw;
    }

    #blob-02 {

        width: 70vw;
        bottom: 100vh;
        right: -20vw;
    }

    #blob-03 {
        width: 120vw;
        top: 0vh;
        right: -50vw;
    }

    #blob-04 {
        width: 50vw;
        bottom: 120vh;
        right: 0vw;
    }

    /* NAV */

    nav {
        display: flex;
        justify-content: space-between;
        align-items: top;
        position: fixed;
        width: 85vw;
        height: auto;
        margin-top: 5vw;
        z-index: 1;
    }

    .home {}

    menu {
        display: flex;
        flex-direction: column;
        margin: 0;
        gap: 10px;
    }

    li {
        list-style: none;
    }

    /* HEADER */

    header {
        margin-top: 18vh;
    }

    .arrow {
        font-family: fractul-variable, sans-serif;
        font-variation-settings: "wght"100;
        font-weight: 100;
        margin-top: 4vh;
        font-size: 6rem;
        line-height: 3rem;
        color: #ffffff;
    }

    /* STORIES */
    section {
        margin-top: 18vh;
    }

    .story-box {
        display: flex;
        flex-direction: column;
        margin-bottom: 12vh;
    }

    .time {
        width: 85vw;
        margin-bottom: 4vh;
        font-family: fractul-variable, sans-serif;
        font-variation-settings: "wght"600;
        font-size: 1.8rem;
        letter-spacing: 0.1rem;
    }

    .phrase-box {
        width: 85vw;
        flex-direction: row;
    }

    .phrase-box button {
        margin: 0 0 1vh 0;
    }

    .strike {
        text-decoration: line-through;
    }
    
    .machine {
        background-color: #a5296f;
    }
    
    .human {
        background-color: #1a7648;
    }

    section {}

    footer {}
}