.block-projekt-teaser-full {
    display: block;
    position: relative;
}

.block-projekt-teaser-full .image_wrapper {
    width: 100vw;
    height: calc(100vh - 47px);
}

.block-projekt-teaser-full .image_wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.block-projekt-teaser-full .text_wrapper {
    position: absolute;
}



@media (max-width: 959px) {
    .block-projekt-teaser-full .image_wrapper .img_desktop {
        display: none;
    }

    .block-projekt-teaser-full .text_wrapper {
        bottom: 46px;
        left: 35px;
    }

    .block-projekt-teaser-full .text_wrapper span {
        display: none;
    }

    .block-projekt-teaser-full p,
    .block-projekt-teaser-full span {
        font-size: 20px;
        font-weight: 300;
        line-height: 24px;
    }

    .block-projekt-teaser-full .projekt_titel {
        font-size: 32px;
        font-weight: 400;
        line-height: 32px;
        text-decoration: none;
        margin-bottom: 10px;
        display: block;
    }
}

@media (min-width: 960px) {
    .block-projekt-teaser-full .image_wrapper .img_mobil {
        display: none;
    }

    .block-projekt-teaser-full .text_wrapper {
        bottom: 50px;
        left: 30px;
        width: calc(100% - 30px);
    }

    .block-projekt-teaser-full .text_wrapper span {
        position: absolute;
        bottom: 0px;
        right: 30px;
    }

    .block-projekt-teaser-full p,
    .block-projekt-teaser-full span {
        font-size: 20px;
        font-weight: 300;
        line-height: 24px;
    }

    .block-projekt-teaser-full .projekt_titel {
        font-size: 40px;
        font-weight: 400;
        line-height: 46px;
        text-decoration: none;
        margin-bottom: 5px;
        display: block;
    }
}