body.projekte.full_preview {
    .imgcontent {
        .col_projects_preview_img {
            height: 100%;
        }
    }
    .col_projects_wrapper {
        flex-direction: column;
    }
    .col_projects__title {
        color: var(--fc-light);
    }
    .col_projects_start_text {
        display: flex;
        gap: 12px;
        color: var(--fc-light);
        font-size: var(--fs-500);
        max-width: 700px;

    }
    .col_projects_block_1 {
        display: flex;
        gap: 60px;
        padding-top: 20px;
        align-items: center;
        @media (width < 769px) {
            flex-direction: column;
        }
        .col_projects_article {
            width: 50%;
            @media (width < 769px) {
                width: 100%;
            }
            h2 {
                font-weight: var(--fw-500);
                &::after {
                    content: "";
                    width: 80px;
                    height: 1px;
                    background-color: var(--clr-primary-dark);
                    display: block;
                    margin-top: 20px;
                    margin-bottom: 20px;
                }
            }
        }
        .col_projects_article_img {
            width: 50%;
            @media (width < 769px) {
                width: 100%;
            }
        }
    }
}
