.homepage-header {
    margin-left: -145px; 
}

.homepage-header .wrapper {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1540px;
}

.homepage-header .image-rocketman {
    display: flex;
    justify-content: flex-start;
}


.homepage-header .image-rocketman > img {
    width: 730px;
    height: auto;
    transform: rotateY(180deg);
}

.homepage-header .text-image{
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    transform: translateX(-5%);
}

.homepage-header .image-logo > img{
    width: 458px;
    height: auto;
}

.homepage-header .buttons{
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
}



.homepage-header h1 {
    color: white;
    text-align: left;
    width: 100%;
    font-family:Rival, BLack; 
    font-size: 72px;
    line-height: 86px; 
    letter-spacing: 0px;
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 40px;
}



.homepage-header .span_underline .here {
    text-decoration: underline;
    color: white;
    font-style: italic;
}

.homepage-header .btn-meerInformatie {
	position: relative;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    background:none;
    border-color: white;
    color: white;
    font-size: 22px;
    line-height: 25px;
    font-family: Rival, Bold;
    opacity: 1;
    padding: 20px 55px;
}

.homepage-header .btn-aanmelden {
	position: relative;
	text-align: center;
	display: inline-flex;
	justify-content: center;
	align-items: center;
    background: none;
    border: none;
    color: white;
    font-size: 22px;
    font-family: Rival, Bold;
    line-height: 25px;
    opacity: 1;
    padding: 20px 55px;
    background: linear-gradient(#BD2B82, #8F16FF);
}

.homepage-header .button-icon {
		position: absolute;
		right: 20px;
		transform: rotateY(180deg) translateY(-50%);
		top: 50%;
}

.homepage-header .op-de-hoogte-blijven {
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 18px;
}

.homepage-header p {
    text-align: left;
    font-size: 30px;
    line-height: 38px;
    font-family: Kalam, Regular;
    width: 100%;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.homepage-header .image-arrow {
    margin-top: 6px;
}

.homepage-header p > a {
    color: white;
    font-size: 30px;
    line-height: 38px;
    font-family: Kalam, Regular;
    text-decoration: underline;
}


@media screen and (max-width: 1180px) and (orientation: portrait),
screen and (max-width: 1024px) {

    .homepage-header {
        margin-left: 0;
        padding: 50px 40px 0px 120px;
    }

    .homepage-header .wrapper {
        display: inline-flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
    }

    .homepage-header .image-rocketman > img {
        display: none;
    }

    .homepage-header .text-image{
        display: inline-flex;
        flex-wrap: nowrap;
        justify-content: center;
        flex-direction: column;
        transform: translateX(0);
    }

    .homepage-header h1{
        color: white;
        text-align: left;
        width: 100%;
        letter-spacing: 0px;
        font-family: Rival, bold;
        font-size: 40px;
        line-height: 52px;
        opacity: 1;
        margin-top: 10px;
        margin-bottom: 40px;
    }

    
    .homepage-header .btn-meerInformatie {
        background: none;
        border-color: white;
        color: white;
        font-size: 22px;
        font-family: Rival, Bold;
        line-height: 25px;
        opacity: 1;
       	padding: 20px 55px;
    }

    .homepage-header .btn-aanmelden {
        background: none;
        border: none;
        color: white;
        font-size: 22px;
        font-family: Rival, Bold;
        line-height: 25px;
        opacity: 1;
        padding: 20px 55px;
        background: linear-gradient(#BD2B82, #8F16FF);
    }

    .homepage-header p {
        text-align: left;
        font-size: 30px;
        line-height: 38px;
        font-family: Kalam, Regular;
        width: 100%;
        letter-spacing: 0px;
        color: #FFFFFF;
        margin-top: -42px;
    }

}



@media screen and (max-width: 767px) {

    .homepage-header {
        padding: 30px 30px;
        margin-left: 0; 
    }

    .homepage-header .wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .homepage-header .image-rocketman {
        transform: translatex(-5%);
        display: flex;
    }

    .homepage-header .image-rocketman > img {
        display: flex;
        position: unset;
        width: 100%;
        height: auto;
        transform: rotateY(180deg);
    }

    .homepage-header .image-logo > img {
        display: none;
    }

    .homepage-header h1 {
        color: white;
        text-align: center;
        width: 100%;
        font-family: Rival, black;
        font-size: 40px;
        line-height: 46px;
        letter-spacing: 0px;
        color: #FFFFFF;
        opacity: 1;
        margin-top: -10px;
        margin-bottom: 10px;
    }

    .homepage-header .buttons{
    	margin-top: 20px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
		gap: 15px;	
    }

   .homepage-header .btn-meerInformatie {
		position: relative;
		text-align: center;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		font-size: 22px;
		line-height: 25px;
		font-family: Rival, Bold;
		width: 100%;
		padding: 20px 15px;
	}

    .homepage-header .btn-aanmelden {
        border: none;
       	position: relative;
		text-align: center;
		display: inline-flex;
		justify-content: center;
		align-items: center;
		font-size: 22px;
		line-height: 25px;
		font-family: Rival, Bold;
		width: 100%;
		padding: 20px 15px;
        background: linear-gradient(#BD2B82, #8F16FF);
    }

	.homepage-header .button-icon {
		position: absolute;
		right: 20px;
		transform: rotateY(180deg) translateY(-50%);
		top: 50%;
	}

    .homepage-header .op-de-hoogte-blijven {
        display: inline-flex;
		align-items: center;
		gap: 0;
		width: 99%;
    }

    .homepage-header p {
        text-align: center;
        font-size: 24px;
        line-height: 34px;
        font-family: Kalam, Regular;
        letter-spacing: 0px;
        color: #FFFFFF;
        margin-top: 30px;
    }

    .homepage-header .image-arrow {
        display: none;
    }
    

}
