h1 {
    position: absolute;
    top: 19px;
    left: 160px;
    max-width: 570px;
    z-index: 1;
    color: var(--blau);
    font-size: 30px;
}

.title-image {
	height: calc(100vh - var(--headerHeight));
	margin-bottom: 50px;
}

.title-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

@media only screen and (max-width: 1090px) {
    h1 {
        top: -1000px;
        left: 0;
    }
    .largeText p {
        margin-left: 0;
    }
    .largeText p {
        margin-right: 14px;
    }
 }
