.block-text-bild {
    min-height: 650px;
    position: relative;
    align-items: center;
    display: flex;
}

.block-text-bild .img_wrapper {
    width: 60%;
    right: 0;
    position: absolute;
}

.block-text-bild .img_wrapper img {
    width: 100%;
}

.block-text-bild .text_wrapper {
    position: absolute;
    background-color: white;
    width: 60%;
    z-index: 2;
    padding: 100px;
    padding-left: 290px;
}

.block-text-bild .text_wrapper h5 {
    font-size: 18px;
    font-weight: 800;
    font-family: Montserrat, Sans-Serif;
    color: rgb(248, 168, 15);
}

.block-text-bild .text_wrapper h2 {
    font-size: 54px;
    margin-top: 0;
    font-weight: 800;
}


@media (max-width: 960px) {
	.block-text-bild {
		min-height: 650px;
		position: relative;
		display: block!important;
	}
	
	.block-text-bild .text_wrapper {
		position: relative;
		width: auto;
		padding: 20px;
	}
	.block-text-bild .img_wrapper {
		width: auto;
		right: auto;
		position: relative;
		padding: 20px;
	}	
}