    /* header */
    .logo {
        position: relative;
        letter-spacing: 1px;
        cursor: pointer;
    }
    
    .headerElement {
        position: absolute;
        top: 0px;
        left: calc(50% - 37.5px);
        line-height: 22px;
    }
    
    .headerGroup {
        width: 109px;
        position: relative;
        height: 22px;
        cursor: pointer;
    }
    
    .headerGroup {
        height: 22px;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 42px;
        text-align: center;
        font-size: var(--flietext-size);
        font-family: var(--flietext);
    }
    
    .header {
        width: 100%;
        position: relative;
        box-shadow: 0px 5px 10px rgba(54, 79, 35, 0.2);
        background-color: var(--white);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 0px 164px;
        box-sizing: border-box;
        text-align: left;
        font-size: var(--h1-size);
        color: var(--green1);
        font-family: var(--h1);
    }
    
        /* thumbnail */
    .hallo {
        margin: 0;
    }

    .hallo2 {
        margin: 0;
        font-size: var(--h1-size);
        font-family: var(--font-koulen);
        line-height: 32px;
    }

    .greeting-title-container {
        align-self: stretch;
        position: relative;
        letter-spacing: 1px;
        line-height: 88px;
        text-shadow: 0px 0px 10px rgba(54, 79, 35, 0.2);
    }
    .greeting-info-container {
        align-self: stretch;
        position: relative;
        font-size: var(--font-size-lg);
        font-family: var(--flietext);
        color: var(--green1);
    }
    .greetingText {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 16px;
    }
    
    .button {
        position: relative;
        text-shadow: 0px 0px 8px rgba(102, 112, 88, 0.6);
    }
        
    .button-parent {
        width: 100%;
        border-radius: 5px;
        background-color: var(--green1);
        height: 44px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0px 24px;
        box-sizing: border-box;
        text-align: center;
        font-size: var(--flietext-size);
        color: var(--white);
        font-family: var(--flietext);
    }

    .button-2row {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        align-self: stretch;
        gap: var(--gap-20px);
    }
    
    .greeting {
        position: absolute;
        top: 102px;
        left: 165px;
        width: 40%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 96px;
    }

    .greeting2 {
        position: absolute;
        top: 102px;
        left: 160px;
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 48px;
    }

    .right-foto {
        z-index: 1;
        position: absolute;
        top:50%;
        left: 50%;
        width: 90%;
        transform: translate(-50%,-52%);
    }
    
    .left {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 65%;
        height: 640px;
    }
    
    .right {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 35%;
        height: 640px;
        object-fit: cover;
    }
    
    .left2 {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 40%;
        height: 640px;
        object-fit: cover;
    }

    .left3 {
        position: absolute;
        top: 0px;
        left: 100px;
        width: 35%;
        height: 640px;
        object-fit: contain;
    }
    
    .right2 {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 65%;
        height: 640px;
        object-fit: cover;
    }

    .right3 {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 55%;
        height: 640px;
        object-fit: cover;
    }
    
    .middle {
        position: absolute;
        top: 56px;
        left: 50%;
        width: 30%;
        object-fit: cover;
        box-sizing: border-box;
        /*border: 15px solid var(--white);
        background-image: url(../Elements/imgs/bg.jpeg);*/
    }
    
    .thumbnail {
        width: 100%;
        position: relative;
        height: 640px;
        text-align: left;
        font-size: 100px;
        color: var(--white);
        font-family: var(--font-koulen);
        background-color: var(--green2);
    }
    
    /* index.html hajime */
        /* meineWerke hajime */
    .genre-wrapper {
        position: relative;
        height: 22px;
        cursor: pointer;
    }
    
    .genre-container {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 64px 0px 128px 0px;
        gap: 64px;
        text-align: center;
        font-size: var(--flietext-size);
        font-family: var(--flietext);
    }
    
    .line {
        width: 30%;
        position: relative;
        border-top: 1px solid var(--green1);
        box-sizing: border-box;
        height: 1px;
    }
    
    .genre-name {
        position: relative;
        letter-spacing: 1px;
        line-height: 22px;
        text-transform: uppercase;
        font-size: var(--font-size-line);
    }

    .genre-name2 {
        position: relative;
        letter-spacing: 1px;
        line-height: 22px;
        text-transform: uppercase;
        font-family: var(--font-noto-sans);
        font-size: var(--font-size-xs);
        font-weight: 400;
    }

    .genre-name-parent {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }
    
    .line-parent {
        align-self: stretch;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        gap: 4px;
    }
    
    .line-parent2 {
        align-self: stretch;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    
    .werk-thumbnail {
        width: 100%;
        position: relative;
        height: auto;
        object-fit: cover;
    }
    .projekttitel {
        align-self: stretch;
        position: relative;
        font-weight: 800;
    }
    .short-description {
        align-self: stretch;
        position: relative;
        font-size: var(--flietext-size);
    }
    .projekttitel-parent {
        width: 263px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: var(--gap-5xs);
    }
    .arrow-icon {
        width: 52px;
        position: relative;
        height: 52px;
        overflow: hidden;
        flex-shrink: 0;
        cursor: pointer;
    }
    
    .werk-parent {
        width: 263px;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: var(--gap-11xl);
        cursor: pointer;
    }
    
    .werk-wrapper {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        overflow: auto;
        scroll-snap-type: x mandatory;
        margin: 0 auto;
        padding: 0 1rem;
        text-align: left;
        font-size: var(--font-size-lg);
        font-family: var(--flietext);
        gap: var(--gap-11xl);
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    
    .werk-wrapper::-webkit-scrollbar{
        display:none;
    }
    
    .werk-group {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 0px 0px var(--padding-61xl);
        box-sizing: border-box;
        text-align: center;
        font-size: 24px;
        color: var(--green1);
        font-family: var(--font-koulen);
        gap: var(--gap-11xl);
    }
        /* meineWerke owari */
        /* aboutMe hajime */
    
    .text {
        margin-block-start: 0;
        margin-block-end: Mixed;
    }

    p.text{
        color: var(--black);
        font-size: var(--font-size-base);
    }

    b.text{
        color: var(--green1);
    }

    .keireki-title {
        align-self: stretch;
        position: relative;
        font-weight: 800;
    }
    .keireki-info {
        align-self: stretch;
        position: relative;
        color: var(--black);
        font-size: var(--font-size-base);
    }

    .font-info1 {
        align-self: stretch;
        position: relative;
        font-family: var(--font-roboto-slab);
        font-size: var(--h1-size);
    }

    .font-info2 {
        align-self: stretch;
        position: relative;
        font-family: var(--font-roboto);
        font-weight: 800;
        font-size: var(--font-size-base);
    }

    .font-info3 {
        align-self: stretch;
        position: relative;
        font-family: var(--font-roboto);
        font-size: var(--font-size-base);
    }

    .font-parent {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: var(--gap-5xs);
        color: #003740;
    }

    .keireki-parent {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: var(--gap-5xs);
        padding-left: 20px
    }

    .keireki-parent2 {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: var(--gap-20px);
        padding-left: 20px
    }
    .keireki-container {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: var(--gap-11xl);
        text-align: left;
        font-size: var(--flietext-size);
        font-family: var(--font-noto-sans);
    }

    .font-container {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: var(--gap-11xl);
        text-align: left;
    }

    .chibi-info {
        align-self: stretch;
        position: relative;
        color: var(--black);
        font-size: var(--font-size-base);
    }

    .chibi-container {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: var(--gap-5xs);
        text-align: left;
        font-size: var(--flietext-size);
        font-family: var(--font-noto-sans);
    }

    .project-image {
        width: 30%;
        position: relative;
        object-fit: cover;
    }

    .project-image-big {
        width: 48%;
        position: relative;
        object-fit: cover;
    }

    .project-image-big2 {
        width: 100%;
        position: relative;
        object-fit: cover;
    }

    .project-image-parent2 {
        display: flex;
        flex-direction: column;
        row-gap: 2rem;
        align-items: flex-start;
        justify-content: space-between;
    }

    .project-image-parent {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        row-gap: 2rem;
        align-items: flex-start;
        justify-content: space-between;
    }

    .farbe-info {
        position: relative;
        display: inline-block;
        flex-shrink: 0;
        color: var(--white);
    }

    .farbe-info2 {
        position: relative;
        display: inline-block;
        flex-shrink: 0;
        color: var(--black);
    }

    .farbe-parent-uxui1-1 {
        align-self: stretch;
        background-color: #003740;
        border-radius: 4px;
        height: 60px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: var(--padding-lgi) var(--padding-142xl);
        box-sizing: border-box;
    }

    .farbe-parent-uxui1-2 {
        align-self: stretch;
        background-color: #D4B572;
        border-radius: 4px;
        height: 60px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: var(--padding-lgi) var(--padding-142xl);
        box-sizing: border-box;
    }

    .farbe-parent-uxui1-3 {
        align-self: stretch;
        background-color: #B15A5E;
        border-radius: 4px;
        height: 60px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: var(--padding-lgi) var(--padding-142xl);
        box-sizing: border-box;
    }

    .farbe-parent-uxui1-4 {
        align-self: stretch;
        background-color: var(--white);
        border: 0.5px solid var(--black);
        border-radius: 4px;
        height: 60px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: var(--padding-lgi) var(--padding-142xl);
        box-sizing: border-box;
    }

    .text-container {
        align-self: stretch;
        position: relative;
        text-align: left;
    }

    .text-group {
        width: 100%;
        align-self: stretch;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: var(--gap-11xl);
    }

    .text-group2 {
        width: 45%;
        align-self: stretch;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: var(--gap-11xl);
    }

    .text-group3 {
        width: 30%;
        align-self: stretch;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: var(--gap-11xl);
    }
    
    .text-parent {
        width: 100%;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: flex-start;
        justify-content: space-between;
    }

    .text-parent2 {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: flex-start;
        justify-content: space-between;
        row-gap: 100px;
        align-self: stretch;
    }

    .inhalt-about {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 150px 164px;
        font-size: var(--font-size-5xl);
        color: var(--green1);
        font-family: var(--font-koulen);
        gap: 100px;
    }
        /* aboutMe owari */
    
    .inhalt-index {
        align-self: stretch;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0px 164px;
        font-size: var(--font-size-5xl);
        color: var(--green1);
        font-family: var(--font-koulen);
    }
    
        /* footer */
    .work {
        margin: 0;
    }
    .work-with-me-container {
        position: relative;
        letter-spacing: 1px;
        line-height: 50px;
        text-shadow: 0px 0px 10px rgba(62, 94, 38, 0.2);
    }
    .thick {
        font-weight: 800;
        font-family: var(--font-noto-sans);
    }
    .info-container {
        align-self: stretch;
        position: relative;
    }
    
    .info {
        position: relative;
        text-decoration: underline;
        cursor: pointer;
    }
    
    .info-link {
        color: inherit;
    }
    
    .info-parent {
        min-width: 236px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: var(--gap-8xs);
    }
    
    .info-parent2 {
        min-width: 189px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: var(--gap-8xs);
    }
    
    .info-group {
        flex: 1;
        background-color: var(--green3);
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        align-content: center;
        padding: var(--padding-29xl) 96px;
        gap: 20%;
        text-align: left;
        font-size: var(--font-size-base);
        color: var(--green1);
        font-family: var(--font-noto-sans);
    }
    
    .work-with-me-parent {
        align-self: stretch;
        display: flex;
        flex-direction: row;
        /*flex-wrap: wrap;*/
        align-items: center;
        justify-content: flex-end;
        gap: 72px;
    }
    
    .impressum-parent {
        min-width: 685px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        padding: 0px var(--padding-145xl) 0px 16px;
        gap: var(--gap-8xs);
        font-size: var(--font-size-xs);
        color: var(--green1);
        font-family: var(--font-noto-sans);
    }
    
    .footer-group {
        position: absolute;
        width: 100%;
        top: calc(50% - 150px);
        right: 0%;
        left: 0%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        padding: var(--padding-29xl) 0px var(--padding-29xl) var(--padding-145xl);
        box-sizing: border-box;
        gap: 16px;
    }
    
    .footer {
        width: 100%;
        position: relative;
        background-color: var(--green2);
        min-height: 300px;
        max-height: 500px;
        text-align: right;
        font-size: 50px;
        color: var(--white);
        font-family: var(--font-koulen);
    }
    
        /* index */
    .index {
        width: 100%;
        position: relative;
        background-color: var(--white);
        height: max-content;
        overflow: hidden;
        text-align: left;
        font-size: var(--h1-size);
        color: var(--green1);
        font-family: var(--h1);
    }
    
    