
.tekst-image .wrapper {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    z-index: 1;
}


.tekst-image .image {
    width: 40%;
}

.tekst-image .image > img {
    margin-left: -180px;
    width: 696px;
    height: auto;
}

.tekst-image .btn-terug {
    background: none;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    border: none;
    height: 39px;
    width: 100%;
    color: white;
    font-size: 26px;
    line-height: 40px;
    font-family: Muli, Regular;
}

.tekst-image .button-icon {
    width: 12px;
    height: 21px;
}

.tekst-image .text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}


.tekst-image h1 {
    color: white;
    text-align: left;
    font-size: 72px;
    line-height: 78px;
    font-family: Rival, Black;
    letter-spacing: 0px;
}

.tekst-image p {
	margin-top: 30px;
    color: white;
    text-align: left;
    font-size: 26px;
    line-height: 40px;
    font-family: Muli, Regular;
    letter-spacing: 0px;
}

/* buttons */
.tekst-image .buttons {
    margin-top: 30px;
    display: flex;
    gap: 15px;
}



@media screen and (max-width: 1180px) and (orientation: portrait),
screen and (max-width: 1024px) {
    .tekst-image {
        padding: 0px 100px 0px 100px;
    }
    
    .tekst-image .wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }


    .tekst-image .image {
        position: unset;
        width: 595px;
        height: auto;
        transform: translatex(0);
        margin-top: 0;
    }

    .tekst-image .image > img {
        margin-left: 0;
        width: 100%;
        height: auto;
    }

    .tekst-image .btn-terug {
        background: none;
        display: inline-flex;
        align-items: center;
        gap: 16px;
        border: none;
        height: 39px;
        width: 100%;
        color: white;
        font-size: 26px;
        line-height: 40px;
        font-family: Muli, Regular;
    }
    
    .tekst-image .button-icon {
        width: 12px;
        height: 21px;
    }

    .tekst-image .text {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0px 0px 0px 0px;
        width: 100%;
        margin-left: 0;
    }

    .tekst-image h1 {
        color: white;
        text-align: left;
        font-size: 72px;
        line-height: 78px;
        font-family: Rival, Black;
        letter-spacing: 0px;
    }
    
    .tekst-image p {
		margin-top: 30px;
        color: white;
        text-align: left;
        font-size: 26px;
        line-height: 40px;
        font-family: Muli, Regular;
        letter-spacing: 0px;
    }
    
}



@media screen and (max-width: 767px) {
    .tekst-image {
        padding: 0px 30px;
    }

    .tekst-image .wrapper {
        margin-top: 80px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .tekst-image .image {
        position: unset;
        width: unset;
        height: unset;
        transform: translatex(0);
        margin-top: 0;
    }

    .tekst-image .image > img {
        width: 315px;
        height: 315px;
    }

    .tekst-image .btn-terug {
        display: none;
    }
    
    .tekst-image .button-icon {
        display: none;
    }

    .tekst-image .text {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding: unset;
        width: 100%;
        gap: 20px;
        height: unset; 
        margin-left: unset;
    }

    .tekst-image h1 {
        position: unset;
        color: white;
        text-align: center;
        width: 100%;
        font-size: 60px;
        line-height: 64px;
        font-family: rival, Black;
        margin-top: none;
    }
    
    .tekst-image p {
        position: unset;
        color: white;
        text-align: left;
        font-size: 22px;
        line-height: 36px;
        font-family: muli, regular;
    }

    .tekst-image .buttons a.button {
        width: 100%;
    }

}